@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400&display=swap');
*{
    margin: 0px;
    padding: 2px;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
}
button a{
    box-shadow: 0 0.5em 0.5em rgba(4, 234, 255, 0.4);
}

body{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
  
  }
  
  html{
    overflow-x: hidden;
  }


  /* header or navbar start */


  header{
    position: relative;
    
}
/* header-start */
nav{
    height:13vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem;
  
  
}

.fa{
    padding: 2px;
 
 }
.logoh{
    width: 10vh;
}
.logoh img{
    width: 100%;
}
ul{
    list-style-type: none;
    
}
ul li{
    display: inline-block;
    
}
ul li a{
    text-decoration: none;
    color: #69697b;
    padding: 0px 17px;
    font-size: 18px;
}
ul li a:hover{
    color: #0C9DB3;
}
#regis_btn{
    border: none;
    padding: 12px 23px;
    border-radius: 6px;
    font-size: 18px;
    background-color: #0c9db3; 
    color: #fff;
}
#regis_btn:hover{
    cursor: pointer;
    color:#009bb5;
    background-color: #fff;
    border: 1px solid #009bb5;
}
/* header-end */

.toogle1,.toogle2{
    display: none;
}


  /* header or navbar end */




/* main-start */

.main{
    min-height: auto;
    margin-bottom: 3rem;
}
.sec1,.content1,.img,.sidepart{
    display: flex;
}
.sec1{
    height: fit-content;
    padding: 1rem;
    width: 100%;
}

.img1{
    height: 97%;
    width: 110%;

}
#sec1_img{
   width: 100%;
   height: 100%;
}
.sidepart1{
    display: flex;
    flex-direction: column;
    margin: 0em auto;
    margin-left: 6em;
    margin-right: 2em;
    justify-content: space-evenly;
    font-weight: 500;
}
#heading{
    text-transform: capitalize;
    font-size: 2.4em;
}
#heading2{
    font-size: 30px;
}
#subheading{
    font-size: 25px;
    color: #6c757d;
}
.sec_1_btn{
    height: 8vh; 
    width: 15vw; 
    display: grid;
    place-items: center;
    border: none;
    border-radius: 6px;
    font-size:20px;
    color: #fff;
    background-color:#0c9db3;
}
.sec_1_btn:hover{
    cursor: pointer;
    color:#0c9db3;
    background-color: #fff;
    border: 1px solid #0c9db3;
}

.sec2{
    display: flex;
    height: fit-content;
    width: 100%;
    justify-content: space-between;
    /* box-shadow: 0 0.5em 0.5em #c7baba53; */

}
.content2{
    display: flex;
}
.sidepart2_left{
    display: flex;
    flex-direction: column;
    gap: 3em;
    margin: 5em 0em 5em 5em;
    width: 100%;
}
#heading{
    padding-top: 3rem;
}
#subheading{
    font-size: 25px;
}
.sec_2_btn{
    height: 8vh; 
    width: 15vw; 
    border: none;
    border-radius: 6px;
    font-size:20px;
    color: #fff;
    background-color:#0c9db3;
    display: grid;
    place-items: center;
}
.sec_2_btn:hover{
    cursor: pointer;
    color:#0c9db3;
    background-color: #fff;
    border: 1px solid #0c9db3;
}

.sidepart2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.sidepart2_right1{
    display: flex;
    gap: 1em;
    justify-content: space-evenly;
    width: 100%;
    

    
}
.sidepart2_right2{
    display: flex;
    gap: 1em;
    justify-content: space-evenly;    
    width: 100%;

}
.box1,.box2,.box3,.box4,.box5,.box6{
    display: flex;
    margin: 1em ;
    padding: 20px 10px;
    min-height: auto;
    width: 100%;
    /* min-height: 25vh; */
    gap: 2em;
    justify-content: space-around;
    flex-wrap: wrap;
    border: 1.5px solid #0c9db3;
    border-radius: 8px;
    align-items: center;
    text-align: center;
}



.sec3{
    width: 100%;
    height: fit-content;
    padding: 0.70rem;
    /* box-shadow: 0 0.5em 0.5em #c7baba53; */
}
.heading3{
    font-size: 32px;
    display: flex;
    justify-content: center;

    align-items: center;  
     text-align:center;
    /* color: #009bb5; */
}
.allfeatures{
    display: flex;
    justify-content: space-evenly;
    gap: 2rem;
}
.aa,.aaa{
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    gap: 3rem;
}
.fea1,.fea2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1.5px solid #009bb5;
    border-radius: 6px;
    width: 100%;
    padding: 2rem;
}
.fea3,.fea4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1.5px solid #009bb5;
    padding: 2vh 5vw;
    border-radius: 6px;
    width: 100%;
    padding: 2rem;
}
.content3 p{
    font-size: 17px;
    color: #6c757d;
    margin-top: 3vh;
}


.sec4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #6c757d1c; */
    border-radius: 5rem;
}
.sec4 h1{
    /* color:#009bb5; */
    font-size: 48px;
}
.content4{
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
    padding: 5vh 10vw;
    border: 1.5px solid #0c9db3;
    box-shadow: 0 0.5em 0.5em #c7babac7;
    border-radius: 3rem;
}


.service1,.service2,.service3,.service4,.service5,.service6,.service7,.service8{
    margin: 2em 0em;
}
.sec4 a{
    text-decoration: none;
    list-style: none;
    color:#009bb5
}
.content4 h1{
    color:#009bb5;
    font-size: 3rem;
    display: flex;
    justify-content: center;
}
.content4 h2{
    /* color: #1692a5; */
    display: flex;
    justify-content: center;
}
.content4 p{
    display: flex;
    /* color: #0b93a8da; */
    justify-content: center;
    text-align: -webkit-center;
    max-width: 45vw;
}
.sec_4_btn{
    height: 6vh; 
    width: 10vw; 
    margin: 4vh 0vw 4vh 11vw ;
    border: none;
    border-radius: 6px;
    font-size:20px;
    color: #fff;
    background-color:#0c9db3;
}
.sec_4_btn:hover{
    cursor: pointer;
    color:#0c9db3;
    background-color: #fff;
    border: 1px solid #0c9db3;
}


.sec5{
    /* box-shadow: 0 0.5em 0.5em #c7baba53; */
    width: 100%;
    height: fit-content;
    display: flex;
   
}
.outer{
    height: fit-content;

    width: 100%;
    
   
}
.content5{
 
width: 100%;
height: fit-content;
    /* padding-left: 0em; */
}


.sec5 h2{
    font-size: 20px;
    color:#0c9db3;
}
.sec5 h4{
    padding: 0px 10px;
    width: max-content;
}
.sec5 ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 2rem;
    flex-wrap: wrap;
    text-align: center;


}
.sec5 ul h2{
    text-transform: uppercase;
    margin-bottom: 2vh;
}
.sec5 ul li{
    display: flex;
    flex-direction: column;
    
   

}
.sec5 ul li .drop{
    display: flex;
    flex-direction: column;
    z-index: 999;
    display: none;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.sec5 ul li:hover{
    cursor: pointer;
}
.sec5 ul li:hover ul.drop{
    display: flex;
}
.sec5 li i:hover{
    rotate: 180deg;
}
.sec6{
    width: 100%;
    height: fit-content;
   
}
.content6{
    display: flex;
    flex-direction: column;
    margin-bottom: 0vh;
    gap: 4em;
}
.head_and_subhead{
    text-align:center;
}
.content6 h1{
    font-size: 3em;
    width: 100%;
    text-align: center;padding: 0.2rem;
    /* color:#009bb5; */
}
.content6 h3{
    font-size: 25px;
    display: flex;
    justify-content: center;
    padding-top: 2vh;
    color: #6c757d;
}
.three_btns{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}
.sec6_btns{
    font-size: 22px;
    padding: 10px 30px;
    background-color: #0c9db3;
    color: #fff;
    border: none;
    border-radius: 6px;
}
.sec6_btns:hover{
    cursor: pointer;
    color:#0c9db3;
    background-color: #fff;
    border: 1px solid #0c9db3;
}

.sec8{
    min-height: auto;
    display: flex;
    margin: 10vh 0vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.content8{
    display: flex;
    width: 100%;
    height: fit-content;
    gap: 0em;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#sec8_img{
    margin: auto;
}
.headandsub{
    display: flex;
    flex-direction: column;
    gap: 3em;
    justify-content:center;
    text-align: center;
}
.headandsub h1{
    font-size: 3em;
    /* color: #009bb5; */
}
.headandsub h3{
    font-size: 24px;
    margin-bottom: 10vh;
    color: #6c757d;
}
#sec8_btn{
    font-size: 22px;
    padding: 8px 25px;
    background-color: #0c9db3;
    color: #fff;
    border: none;
    border-radius: 6px;
}
#sec8_btn:hover{
    cursor: pointer;
    color:#0c9db3;
    background-color: #fff;
    border: 1px solid #0c9db3;
}
/* main-end */


  /* footer  start */
  
  
.footerstart{
    margin-bottom: 2rem;
    font-size: 18px;
    color: #69697b;
    }
    
    
    a{
        text-decoration: none;
    }
    
    .footerupper {
        display: grid;
        grid-template-columns: 1fr 1.4fr 1.4fr;
        padding: 0.50rem;
        font-family: 'Jost', sans-serif;
    
    
    }
    
    .footerfirstpart {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.90rem;
     
    
    
    }
    
    .colorfontaw{
       background-color: #fafafa;
        padding: 0.90rem;
        border-radius: 100%;
        color: #69697b
        ;
    
    }
    
    .colorfontaw:hover{
        color: #ffffff;
        background-color: #0c9db3;
         padding: 0.90rem;
         border-radius: 100%;
         
     }
    
    
    .bisjintuslogo {
        width: 8rem;
    }
    
    .bisjintuslogo img {
        width: 100%;
    }
    
    .bisjintusocialicon {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0.2rem;
    
    }
    
    .bisjintusocialicon :nth-child(1) {
        display: flex;
        gap: 1rem;
    }
    
    
    .bisjintusocialicon :nth-child(2) {
        display: flex;
        gap: 1rem;
    }
    
    .footersecondpart {
     
        padding: 0.20rem;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        align-items: center;
    
    }
    
    .FOOTSECONANDTHIRS{
        color: #0c9db3;
    }
    
    .footer-link-li{
        color: #69697b;
    }
    
    .footer-link-li:hover{
        color: #0c9db3;
    }
    
    .footersecondpart :nth-child(1) {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 4px;
    
    }
    
    .footersecondpart-li {
        list-style: none;
    }
    
    .footersecondpart :nth-child(2) {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 4px;
    
    }
    
    .footerthirdpart {
        padding: 0.90rem;
        align-items: center;
     
        display: flex;
        flex-direction: column;
    
    }
    
    .footerthirdpart :nth-child(1) {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 4px;
    
    
    }
    
    .dropdows{
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    
    .legalbtn {
        display: none;
        margin-bottom: 30px;
        padding: 0.1rem;
        background-color: transparent;
        color:#0c9db3;
        font-size: large;
        width: 100%;
        font-weight: bold;
        border: none;
        
    }
    
    .legalbtn2{
        display: none;
        text-align: start;
        margin-bottom: 30px;
        padding: 0.1rem;
        background-color: transparent;
        color:#0c9db3;
        font-size: large;
        width: 100%;
        font-weight: bold;
        border: none;
        
    }
    /*    lowerfooter    */
    
    
    .footerlower{
        display: flex;
        display: flex;
        padding: 1rem;
        font-size: 16px;
        justify-content: space-between;
    }
    
    .footerlower .footlowerfirt {
     
        padding: 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        
        gap: 3rem;
    
    }
    
    .leftlowerfot1{
        display: flex;
        flex-direction: column;
        padding: 1px;
        justify-content: center;
        align-items: start;
        gap: 2px;
    }
    
    
    
    .footerlower :nth-child(2){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .imageofstartup{
        width:80%;
    }
    .imageofstartup img{
        width: 100%;
    }
    .footerlower :nth-child(3){
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: center;
        align-items: start;
        font-size: 18px;
     
    }
    .contacctcl{
     color: #0c9db3;
    }
    
    .contactresponsive{
        display: none;
    }
    
    .contactpart1 :nth-child(1){
        display: flex;
        flex-direction: column;
        padding: 0px;
        gap: 0rem;
        align-items: start;
        justify-content: center;
        font-weight: bold;
    }
    
    
    .contactpart1 :nth-child(2){
        display: flex;
        flex-direction: column;
        padding: 0px;
        gap: 0rem;
        align-items: start;
        justify-content: center;
    }
    
    .contactpart1 :nth-child(3){
        display: flex;
        flex-direction: column;
        padding: 0px;
        gap: 0rem;
        align-items: start;
        justify-content: center;
    }
    
    .contactpart1 :nth-child(4){
        display: flex;
        flex-direction: column;
        padding: 0px;
        gap: 0rem;
        align-items: start;
        justify-content: center;
    }
    
    
    .morebootom{
        display: flex;
        
      
    }
    
    .more_div{
        display: none;
    }
    .fa-angle-right{
        rotate: 90deg;
    }
    .moretogle{
        display: block ;
    }

  /* footer  end */





/* mobile */
  @media only screen and (max-width: 820px) {
    .sec1,.content1,.img,.sidepart{
        display: flex;
        flex-direction: column;
    }
    .sec1{
        height: fit-content;
        padding: 0.50rem;
        width: 100%;
    }

    .img1{
        width: 100%;
        height: 100%;
    }
    #sec1_img{
        width: 90%;
        height: 100%;
    }
    .sidepart1{
    display: flex;
    flex-direction: column;
    margin: 0em 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    padding: 0.5rem;
    text-align: center;
    justify-content: space-evenly;
    font-weight: 500;
        align-items: center;
    }


  
    .sec_1_btn{
        height: fit-content; 
        width: fit-content; 
        display: grid;
        place-items: center;
        border: none;
        border-radius: 6px;
        font-size:20px;
        color: #fff;
        background-color:#0c9db3;
        padding: 0.50rem;
    }
    .sec_1_btn:hover{
        cursor: pointer;
        color:#0c9db3;
        background-color: #fff;
        border: 1px solid #0c9db3;
    }
    
    .sec2{
        display: flex;
        flex-direction: column;
        height: fit-content;
        width: 100%;
        justify-content: space-between;
        /* box-shadow: 0 0.5em 0.5em #c7baba53; */
    
    }
    .content2{
        display: flex;
        flex-direction: column;
    }

    .sidepart2_left{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 3em;
        height: fit-content;
        margin: 0em;
        
        justify-content: center;
        padding: 1rem;
        align-items: center;
        justify-content: center;

    }

    .sidepart2{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .sidepart2_right1{
        display: flex;
        gap: 1em;
        justify-content: space-evenly;
        
    }
    .sidepart2_right2{
        display: flex;
        gap: 1em;
        justify-content: space-evenly;    
    }

    .sec_2_btn{
        height: fit-content; 
        width: fit-content;
        padding: 5px;
        border: none;
        border-radius: 6px;
        font-size:20px;
        color: #fff;
        background-color:#0c9db3;
        display: grid;
        place-items: center;
    }
    .sec_2_btn:hover{
        cursor: pointer;
        color:#0c9db3;
        background-color: #fff;
        border: 1px solid #0c9db3;
    }

    .sidepart2{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: fit-content;
        text-align: center;

    }
    .sidepart2_right1{
        display: flex;
        flex-direction: column;
        gap: 1em;
        justify-content: space-evenly;
        width: 100%;
        height: fit-content;
        align-items: center;
        padding-left: 0.50rem;
        padding-right: 0.50rem;

        
    
        
    }
    .sidepart2_right2{
        display: flex;
        flex-direction: column;
        gap: 1em;
        justify-content: space-evenly;    
        width: 100%;
        height: fit-content;
        align-items: center;
        padding-left: 0.50rem;
        padding-right: 0.50rem;

    
    }
    .box1,.box2,.box3,.box4,.box5,.box6{
        display: flex;
        margin: 1em ;
        height: fit-content;
        width: 100%;
        /* min-height: 25vh; */
        gap: 2em;
        justify-content: space-around;
        flex-wrap: wrap;
        border: 1.5px solid #0c9db3;
        border-radius: 8px;
        align-items: center;
        text-align: center;
    }

    .allfeatures{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 2rem;
    }
    .aa,.aaa{
        display: flex;
        flex-direction: column; 
        justify-content: space-between; 
        gap: 3rem;
    }
    .fea1,.fea2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        border: 1.5px solid #009bb5;
        border-radius: 6px;
        width: 100%;
        padding: 2rem;
    }
    .fea3,.fea4{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        border: 1.5px solid #009bb5;
        padding: 2vh 5vw;
        border-radius: 6px;
        width: 100%;
        padding: 2rem;
    }
   

      
    .sec4{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-color: #6c757d1c; */
        border-radius: 1rem;
        width: 100%;
        padding: 0.70rem;
    }
    .sec4 h1{
        /* color:#009bb5; */
        font-size: 38px;
    }
    .content4{
        display: flex;
        flex-direction: column;
        margin-bottom: 0rem;
        padding: 1rem;
        border: 1.5px solid #0c9db3;
        box-shadow: 0 0.5em 0.5em #c7babac7;
        border-radius: 3rem;
        width: 100%;
    }
    
    .allservices{
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .service1,.service2,.service3,.service4,.service5,.service6,.service7,.service8{
        margin: 1em 0em;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sec4 a{
        text-decoration: none;
        list-style: none;
        color:#009bb5
    }
    .content4 h1{
        color:#009bb5;
        font-size: 3rem;
        display: flex;
        justify-content: center;
    }
    .content4 h2{
        /* color: #1692a5; */
        display: flex;
        justify-content: center;
    }
    .content4 p{
        display: flex;
        /* color: #0b93a8da; */
        justify-content: center;
        text-align: -webkit-center;
        max-width: 45vw;
    }
    .sec_4_btn{
        height: 6vh; 
        width: 10vw; 
        margin: 4vh 0vw 4vh 11vw ;
        border: none;
        border-radius: 6px;
        font-size:20px;
        color: #fff;
        background-color:#0c9db3;
    }
    .sec_4_btn:hover{
        cursor: pointer;
        color:#0c9db3;
        background-color: #fff;
        border: 1px solid #0c9db3;
    }

    .sec5 ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        text-align: center;
    }

    .head_and_subhead{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 14px;
    }
    .three_btns{
        display: flex;
        flex-direction: column;
        gap: 2em;
        justify-content: center;
        align-items: center;
    }
    .sec6_btns{
        font-size: 22px;
        padding: 10px 30px;
        background-color: #0c9db3;
        color: #fff;
        border: none;
        border-radius: 6px;
    }
    .sec6_btns:hover{
        cursor: pointer;
        color:#0c9db3;
        background-color: #fff;
        border: 1px solid #0c9db3;
    }
    
    .sec8{
        height: fit-content;
        width: 1005;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content8{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: fit-content;
        gap: 1em;
    }
    .imgLAST{
        width: 100%;
        height: 80%;
    }
    #sec8_img{
        width: 100%;
    }
    .content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }
    

  }

.footerlower{
    display: flex;
    display: flex;
    padding: 1rem;
    font-size: 16px;
    justify-content: space-between;
}

.footerlower .footlowerfirt {
 
    padding: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    
    gap: 3rem;

}

.leftlowerfot1{
    display: flex;
    flex-direction: column;
    padding: 1px;
    justify-content: center;
    align-items: start;
    gap: 2px;
}



.footerlower :nth-child(2){
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imageofstartup{
    width:80%;
}
.imageofstartup img{
    width: 100%;
}
.footerlower :nth-child(3){
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: start;
    font-size: 18px;
 
}
.contacctcl{
 color: #0c9db3;
}

.contactresponsive{
    display: none;
}

.contactpart1 :nth-child(1){
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 0rem;
    align-items: start;
    justify-content: center;
    font-weight: bold;
}


.contactpart1 :nth-child(2){
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 0rem;
    align-items: start;
    justify-content: center;
}

.contactpart1 :nth-child(3){
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 0rem;
    align-items: start;
    justify-content: center;
}

.contactpart1 :nth-child(4){
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 0rem;
    align-items: start;
    justify-content: center;
}


.morebootom{
    display: flex;
    
  
}

.more_div{
    display: none;
}
.fa-angle-right{
    rotate: 90deg;
}
.moretogle{
    display: block ;
}

/* footer start */


/* mobile nav startresponsive */


@media screen and (max-width: 991px){
    .toogle1{
        display: none;
    }
    .toogle2{
        display: block;
      }
    #regis_btn{
        display: none;
    }
    .menu{
        display: none;
    }

  
    .toglee .menu{
        display: block;
        position: absolute;
        top: 13vh;
        background-color: #0b0b2c;
        width: 100%;
        left: 0;
        height: fit-content;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        text-align: center;
        transition: 0.9s linear;
        padding: 2rem;
  
  
    }
    .toglee .menu li a{
        color: rgb(113, 105, 148);
        font-weight: bold;
    }
    .toglee .menu li a:hover{
        color: #009bb5;
        font-weight: bold;
    }

    .toglee .toogle2{
      display: none;
    }

    .toglee .toogle1{
        display: block;
      }
}



/* mobile nav end responsive */


/* footer responsiveness start to end */


@media screen and (max-width: 991px) {

    .legalbtn ,.legalbtn2{
        display: block;
        width: 100%;
    }
    


    .footerupper {
        grid-template-columns: 1fr;
        grid-template-rows: 0fr 0fr 0fr;



    }


    .footersecondpart {
        padding: 0.90rem;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        display: none;


    }

    .footersecondpart :nth-child(1) {
        align-items: start;
        justify-content: center;

    }

    .footersecondpart :nth-child(2) {

        align-items: start;
        justify-content: center;


    }

    .footerlower{
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .footerlower .footlowerfirt {
 
        padding: 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        text-align: center;
    
    }
    
    .leftlowerfot1{
        display: flex;
        flex-direction: column;
        padding: 1px;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 2.30rem;
    }

    


    





    .footerthirdpart {
        display: none;
    }


    .footerthirdpartdispalybtn {
        display: block;
    }


}



@media screen and (max-width: 472px) {

    .footersecondpart {
     
        padding: 0.90rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 6rem;
        align-items: center;
        display: none;

    }

    .footersecondpart :nth-child(1) {
        align-items: start;
        justify-content: center;

    }

    .footersecondpart :nth-child(2) {

        align-items: start;
        justify-content: center;


    }

    .footerthirdpart {
        display: none;
    }

    .footerthirdpartdispalybtn {
        display: block;
    }


}
/* footer responsiveness  end */

