
*{
padding: 0px;
    margin: 0px;
}

.main{
    padding-left:30px;
    padding-right: 30px;
}
.logo{
    height:50px;
    width: 118px;
}

.div32>img,.logo4{
    height:16px;
     width:16px;
}

.mainnav1{
    margin-top: 2%;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav2{
    display: flex;
    gap: 20px;
    justify-content: space-evenly   ;  
    align-items: center;
}
.nav3{
 display: flex;
 gap: 20px;
 align-items: center;
}
.logo3{
    width: 32px;
    height: 32px;
}
.nav_menu>button{
    border: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding:5px;
    border-radius: 20px;
    justify-content: center;

}

.mainnav2{
    display: flex;
    justify-content: center;
    

}

.nav{
    position: sticky;
    top:0;
    background-color: white;
    display: flex;
  flex-direction: column;
  justify-content: center;  
}

.n2{
    border: 2px solid black;
    padding: 0px 50px ;
}

.n22{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.n33{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.cardimg{
  width: 306px;
  height: 278px;
  border-radius: 5%;
}

.cards{
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 60px;
}
.cardtxt>h6{
    color: gray;

}

.menu2{
    display:none;
position:absolute;
top:90px;
right: 80px;
width: 220px;
border-radius: 15px;
height: 250px;
border: 2px solid grey ;   
background-color: white;
}

.menup{
font-size:16px;
text-align: left;
padding-left:20px ;
margin-top: 20px;
}

.box1{
    background-color: #F7F7F7;
    width:100% ;
    height:auto;
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 60px;
}
.box11{
    background-color: #F7F7F7;
    width:100% ;
    height:auto;
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 60px;
}

.box12{
    background-color: #F7F7F7;
    width:100% ;
    display: flex;
    gap: 30px;
    height:auto;
    margin-top: 50px;
    margin-left: 50px;
    padding-bottom: 30px;
}

.box13{
    background-color: #F7F7F7;
    width:100% ;
    height:auto;
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 60px;
}