@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');




body{
   
    background: linear-gradient(to right, #6E48AA, #9D50BB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 0;
    display: flex;
    flex-direction: column;   
    justify-content: center; 
    font-family: 'Poppins', sans-serif;
    margin-left: 20px;
    margin-right:20px ;
}


.nav-wrapper {
	display: flex;
	position: relative;
	flex-direction: row;
    align-items: center;
	justify-content: space-between;
	margin: auto;
	width: 90%;
	height: 80px;
	border-radius: 0 0 15px 15px;
	padding: 0 25px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.nav-tabs{
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    list-style: none;
    font-weight: 600;
}

.nav-tab:not(:last-child) {
	padding: 10px 25px;
	margin: 0;
	border-right: 1px solid #eee;
}

.nav-tab:last-child {
	padding: 10px 0 0 25px;
}


.logo-cont img{
    height:70px;
    width: auto;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
  

}

.main{
    height: 100%;
    width: 90%;
    background: #ffffff;
    border-radius: 10px;
    margin: 10px;
    margin-left: 70px;
    display:flex;
    justify-content: center;
  
    
}

.main-page{
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame{
    border: 1.5px solid #eee;
    margin: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
   
}
.frame h1{
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight:700;
    align-self: center;
    border: ;
    border-bottom:5px solid orange ;
}
.frame h4{
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    border-bottom:5px solid orange ;

    align-self:center;
}


.secleft{
    display: flex;
    float: left;
    width:90%
}

.product{
    list-style-type:square ;
}

.product li b{
    float:right;
    margin-right: 50px;
    font-size: 30px;
}
.product li {
   font-display: ;
   font-weight: 600;
    font-style:italic;
   
   
}

.product p{
    width:50%;
    font-size: 12px;
    margin-top: 0;
}

.heading{
    font-size: 35px;
    font-weight: 800;
    align-items: center;
    background-color: #fff;
    margin-top: 10px;
    width:90%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    color: orange;
    margin-left: 70px;

    
}
.heading:hover{
    color:rgb(22, 2, 2);

    
}

.button1{
    display: flex;
    justify-content: center;
}

#Butt{
    width:auto;
    height:50px;
    border-radius: 50px;
    background-color: rgb(250, 176, 39);
    color: white;
    border: none;
    display: block;
    font-size: 25px;
    font-weight:600;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;

}
#Butt:hover{
   
    background-color: rgb(255, 255, 255);
    color:orange;


}