body
{
    font-family: "Montserrat", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.img-social{
    height:30px;
    
}
.sd{
    position:relative;
}
.toatal_nav
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:absolute;
    top:0px;
    width:100%;
    z-index:30;
}
.total-data{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    
}
.logo
{
    height:150px;
}
.bott1 {
    height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    background: #F34C91;
    border-style: none;
    border-radius: 9px;
    color: white;
    font-weight:500;
    letter-spacing: 1px;
}
.bott2 {
    height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight:500;
    margin-top: 10px;
    background: #F34C91;
    border-style: none;
    border-radius: 9px;
    color: white;
    letter-spacing: 1px;
}
@media(max-width:900px)
{
    .whatsaap-none
    {
        display:none;
    }
    .logo {
    height: 61px;
}
.nonn
{
        display:none;
    
}
.toatal_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0px;
    width: 90%;
    gap: 20px;
    z-index: 30;
}
}




