@font-face {
    font-family: 'Inter', sans-serif;
    src: url(../font/Inter/static/Inter-Regular.ttf);
    src: local('Inter', sans-serif),url(../font/Inter/static/Inter-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter', sans-serif;
    src: url(../font/Inter/static/Inter-Medium.ttf);
    src: local('Inter', sans-serif),url(../font/Inter/static/Inter-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter', sans-serif;
    src: url(../font/Inter/static/Inter-SemiBold.ttf);
    src: local('Inter', sans-serif),url(../font/Inter/static/Inter-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(../font/Roboto/Roboto-Regular.ttf);
    src: local('Roboto', sans-serif),url(../font/Roboto/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(../font/Roboto/Roboto-Medium.ttf);
    src: local('Roboto', sans-serif),url(../font/Roboto/Roboto-Medium.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}


html{
    scroll-behavior: smooth;
}

body{
    background-color: #fff;
    color: #656565;
    font-family:  'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1,5;
}


#navbarNav .nav-item .nav-link{
    font-family:  'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    color:#19235A;;
}

.navbar-nav{
    margin-left: auto;
    position: relative;
    left: 0px;
}

.nav-item{
    padding-left: 10px;
}
.act__logo img {
    width: 120px;
}
.ft-reg {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.ft-med {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.ft-bold {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.ft-sm{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.ft-ex-bold {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
}


/* nav-section */

 .navbar{
    width: 100%;
    height: 85px;
    box-shadow: 0px 2px rgba(223, 221, 221, 0.2);
}  


.login_btn{
    background: #02BEEC;
    width: 80px;
    position: relative;
    left:0px;
    padding: 5px 20px 5px;
    color: #fff;
    border: none;
    border-radius: 5px;
} 


/* hero-section */


.hero_text{
    margin-top: 200px;
}


.hero_title{
    font-family:  'Inter', sans-serif;
    font-size: 43px;
    color: #19235A;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: -1.82px;
    
}

.hero_subtitle{
    font-family:  'Inter', sans-serif;
    font-size: 17px;
    width: 86%;
    font-weight: 400;
    line-height: 37px;
    color: #656565;
}

.hero_btn{
    width: 255px;
    height: 60px;
    padding: 18px 40px;
    background: #02BEEC;
    border:none;
    border-radius: 32px;
}

.btn_text{
    font-family:  'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color:#fff;
}

.hero_section-image{
    max-width: 100%;
    text-align: center;
}

.hero_image{
    position: relative;
    left: 0px;
    bottom: 20px;
    text-align: center;
}

.hero_image img{
    margin-top: 180px;
    width: 80%;
    height: 100%;
 }
 
.hero_cardlist{
    text-align: left;
}

.hero_cardlist li{
    list-style: none;
}

.hero_card {
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(76, 78, 100, 0.22);
    border-radius: 10px;
}

.hero_card-1 {
    width: 167px;
    height: 198px;
    position: absolute;
    padding: 15px;
    top: 210px;
    right: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chart{
    width: 93px;
    height: 93px;
}


.hero_card-2{
    position: absolute;  
    width: 261px;
    height: 79px;
    display: flex;
    padding: 14px 20px;
    align-items: center;
    top:485px;
    right:400px;
}

.hero_card-3{
    display: flex;
    position: absolute;
    width: 228px;
    height: 199px;
    padding-left: 10px;
    left: 340px;
    top: 480px;
   
} 

.card2_right{
   margin-left: 20px;   
   margin-top: 18px;
}

.card_highlight{
    margin-top: 8px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #19235A;
   
}

.card2_highlight{
    margin-top: 8px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #19235A;
}

.percent1{
    position: relative;
    left: 2px;
    bottom: 2px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #72E128;
}

.percent2{
    position: relative;
    left: 2px;
    bottom: 2px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #72E128;
}

.percent3{
    position: relative;
    left: 74px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #72E128;
}

.card1_para{
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-top: -5px;
    color: #656565;
}

.card2_para{
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-top: -7px;
    color: #656565;
}

.card3_para{
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-top: 20px;
    color: #656565;
}

.card_highlight2{
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    margin-top: 10px;
    color: #19235A;
}

.card3_subpara{
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #656565;
}
 
.divider{
    margin-left: 76px;
    margin-top: -75px;
}

.mobile{
   margin-top: 25px;
}

.svg1{
    margin-left: 3px;
}

.svg2{
    margin-left: 2px;
}

.right{
    margin-left: 23px;
}

.count{
    margin-left: 40px;
    margin-top:-1px;
}
.desktop {
    margin-left: 115px;
    margin-top: -82px;
}

.pro_bar{
   margin-top: 15px;
   margin-left: -20px;
}

.hero_shapes{
    margin: 0;
    padding: 0;
}

.hero_shapes-item{
    list-style: none;
}

.s-1{
    position: absolute;
    top:540px;
    right: 650px;
}

.s-2{
    position: absolute;
    top:200px;
    left: 400px;
}



/* product-section */

.product_section{
    margin-top: 150px;
    padding-bottom: 30px;
   
}

.section_title{
   font-family:  'Inter', sans-serif;
   font-style: normal;
   font-weight: 600;
   line-height: 57px;
   font-size: 40px;
   text-align: center;
   color: #19235A;
   padding: 40px;
}


.product_image{
    padding: 40px 10px; 
}

.product_right{
    padding: 10px 0px 80px 33px;
}

.product_left{
    padding-top: 30px;
    padding-bottom: 80px;
}

.highlight{
    color: #02BEEC;
}

.mio_logo{
    width: 133px;
    height: 65px;
}

.welns_logo{
    width: 121px;
    height: 26px;
}

.product_para{
    font-family:  'Inter', sans-serif;   
    font-style: normal;
    font-size: 22px;
    font-weight: 400;
    color: #656565;
    line-height: 43px;
    padding: 12px 0px;
}

.sub_btn{
    width: 200px;
    height: 63px;
    background: #02BEEC;
    border-radius: 39px;
    border: none;
}

.subbtn_text{
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
}




/* service-section */

.service_section{
    
    background-color:  #F6FEFF;
} 




.service_para{
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color:#656565;
    text-align: center;
    width: 76%;
    margin: 0 auto;
   
  
}

 .para2{ 
     width: 65%;
     margin:20px auto;
} 

.service_section .service_card{
    border-color: #eeeeee;
    box-shadow: 2px 2px 5px rgba(219, 217, 217, 0.6);
    border-radius: 5px;
    padding: 24px;
    background-color: #FFF;
}

.service_list{
    padding-top: 20px;
    padding-bottom: 60px;
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.service_section .card img{
    padding: 20px 10px;
}

.service{
    display: flex;
    flex-direction: row;
}
.service_card .card-body{
    padding: 24px 0 0 0 ;
}


.service_section .card-title {
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #19235A;
    font-size: 14px;
}


.service_section .card-text{
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #656565;
    font-size: 13px;
    padding-top: 2px;
    padding-right: 7px;
}
.act__social{
    display: flex;
}

/* card-section */



.feature_list{
    margin-top: 30px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.feature_card{
    border:1px solid #E7E7E7;
    box-shadow: 1px 1px 3px rgba(219, 217, 217, 0.6);
    border-radius: 5px;
    padding: 24px;
}

.feature_list .navbar-nav li{
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #656565;
    display: flex;
    gap:5px;
    padding-top: 5px;
}


.feature_list .card-title{
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
    text-align: center;
    padding-bottom: 18px;
}

.feature_card-logo {
    display: flex;
    justify-content: center;
    padding: 0 0 24px 0;
}





/* security_section */


.security_section{
    padding-bottom: 100px;
}

.security_section hr{
    width: 40px;
    height: 2px;
    width: 48px;
    border: none;
    background-color: #02BEEC;
    border-radius: 1px;
}

.security_section .section_title{
    padding-bottom: 0px;
    position: relative;
}

.security{
    padding-top: 40px;
}

.security_section p{
    font-size: 17px;
    color: #222;
}

.security_section ul{
    font-size: 14px;
    color: #222;
}

.security_section ul li{
    padding: 5px;
    display: flex;
    gap: 10px;
}



/* eco-system */

.eco_system{
    background-color:#F4F4F4;
    padding-bottom: 200px;
}
.eco_system-list{
    margin-left: 20px;
}
.hexagon .text{
    position: absolute;
    z-index: 1000;
    width: 100%;
    text-align: center;
}
 .hexagon {
      position: relative;
      width: 256px; 
      height: 140px;
      background-color: #ffffff;
      margin: 58px 0;
      border-left: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
 }
 .hexagon:before,
 .hexagon:after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 180px;
      height: 180px;
      -webkit-transform: scaleY(0.5774) rotate(-45deg);
      -ms-transform: scaleY(0.5774) rotate(-45deg);
      transform: scaleY(0.5774) rotate(-45deg);
      background-color: inherit;
      left: 36px;
 }

 .hexagon:before {
       top: -90px;
       border-top: solid 3px #ffffff;
       border-right: solid 3px #ffffff;
 }

  .hexagon:after {
      bottom: -90px;
      border-bottom: solid 3px #ffffff;
      border-left: solid 3px #ffffff;
 }

 

.hexagon p{
      color: #656565;
      text-align: center;
      font-size: 12px;
      font-family:  'Inter', sans-serif;
      font-style: normal;
      font-weight: 400;
      padding: 10px;
      line-height: 24px;
 }

 .r1,.r2{
     display: flex;
     gap:20px;
 }
 
 .r2 {
    margin-top: -25px;
    margin-left: 136px;
    margin-bottom: 30px;
 }  
 
 .r1{
    margin-top: 40px;
    margin-left: 80px;
    justify-content: center;
 }

.middle_card .card{
    width: 1100px;
    height: 250px;
    background: #ffffff;
    position: absolute;
    transform: translate(100px, -120%);
}

.middle_card ul{
    display: flex;
    list-style: none;
    margin-left: 180px;
}

.middle_card ul li{
    padding: 8px;
    
}

.middle_card li h6{
    font-family:  'Inter', sans-serif;
    color: #656565;
    text-align: center;
    font-size: 13px;
    font-style: normal;   
    font-weight: 400;
    line-height: 18.571px;
    padding: 3px;
    text-transform: uppercase;
}

.vl{
    border-left: 1px solid rgb(228, 228, 228);
    height: 120px;
}

.middle_card .card-title{
    color: #222;
    text-align: center;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 57.143px;
}

.middle_card hr{
    width: 40px;
    height: 2px;
    width: 48px;
    border: none;
    background-color: #02BEEC;
    border-radius: 1px;
    margin-left: 240px;
}





/* appiontment-section */


.appiontment{
    position: relative;
    height: 720px;
    background-image: url(../../../mioimg/acttimely/Appointment_Banner.png);
    background-position: fixed; 
    background-size: cover;

}
.appiontment h2{
    color: #FFF;
    font-size: 32px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
   
}



.ap_info{
    position: relative;
    top:250px;
    text-align: center;
    
}

.appiontment p{
    color: #FFF;
    font-size: 20px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
   
}

.appiontment button{
    padding: 16px 32px;
    border: none;
    border-radius: 30px;
    background: #02BEEC;
    color: #FFF;
    font-size: 16px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-top: 20px;
}



/* whymiosalon_section */

/* .whymiosalon_section{
      margin: 80px;
} */

.lap_img{
    padding:10px;
    width: 100%;
    height: 100%;
}

/* .whymiosalon_section hr{
    border:1px solid rgb(216, 210, 210);
}

.whymiosalon_section ul{
     list-style: none;
     margin-top: 35px;
     position: relative;
     right:60px;
}

.whymiosalon_section ul li{
    font-size: 20px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #656565;
    line-height: normal;
    padding: 4px;
}  */



/* happy_customer */

.happy_customer{
      margin-top: 30px;
      background: #F6FEFF;
      
}

.hc{
    text-align: center;
}
.hc img{
    height: 100%;
    width: 60%;
}


/* testimonials */

.testimonials{
    margin-top: 30px;
    padding-bottom: 30px;
}

.testimonials .card{
   height: 300px;
   border-radius: 10px;
   text-align: center;
}

.testimonials .ts{
    align-self: center;
    margin-top: 50px;
    padding: 2px;
}

.testimonials h5{
    font-size: 22px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #19235A;
    line-height: 25.3px;
}

.testimonials .text-location{
    color: #888989;
    font-size: 13px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.testimonials .card-text{
    color:#656565;
    text-align: center;
    font-size: 14px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 30px;
}

/* footer-section */

.footer_section{
    margin-top: 30px;
    padding-bottom: 12px;
    background: #F4F4F4;
    
}


.footer_section h2{
    color: #19235A;
    font-size: 20px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 0 32px;
}

.footer_section hr {
    border: 1px solid  #02BEEC;
    width: 30px;
    margin: 0 0 15px 32px;
}

.footer_section ul li{
    list-style: none;
    color: #656565;
    font-size: 14px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 6px;
}

.footer_section h2{
    padding-top: 50px;
}


/* copyright-section */

.copyright_section{
   height: 60px;
   background: #DADADA;
}

.copyright_section p{
    padding-top: 20px;
    color: #222;
    text-align: center;   
    font-size: 14px;
    font-family:  'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}




/* @media screen and (min-width: 320px) and (orientation:landscape) */

/* mobile */

@media screen and (min-width: 320px)and (max-width: 767px){    
    /* .hero_text{
       width: 100%;
       
    }

    .hero_title{
        margin: 0px;
        font-size: 73px;
        text-align: center;
        width: 600px;
        line-height: 100px;
    }

    .hero_subtitle{
        margin: 0px;
        padding: 43px 0px;
        font-size: 28px;
        text-align: center;
        line-height: 63px;
        width: 600px;
    } */
    
    .hero_btn{
        margin: 13px auto;
        padding: 10px 30px;
        border-radius: 30px;
    }

    .btn_text{
       font-size: 16px;
    } 

    
    /* .navbar-brand img{
        width: 150px;
        height: 50px;
        margin: 20px;
       
    } */
    
    
    /* #navbarNav{
       
        width: 100%;
        background: #ffffff;
        position: absolute;
        top:90px;
     } */

     #navbarNav{
        position: absolute;
        left: 0px;
        top: 80px;
        width: 100%;
        background: #ffffff;
     }
    
    
/* 
    .navbar-toggler .navbar-toggler-icon{
        width: 50px;
        height:50px ;
    }

    .navbar-toggler{
        margin: 20px;
    }
     */
     .hero_image img{
        margin: 0px auto;
        width: 100%;
        height: 100%;
     }

     .hero_card{
        display: none;
     }
     .hero_shapes{
        display: none;
     }


    .hero_card-1{
        right: 210px;
        border-radius: 15px;
       
    }

    .hero_card-2{
        width: 250px;
        right: 140px;
        bottom: 10px;
        border-radius: 15px;
        padding: 10px 20px;
    }

    .hero_card-3{
        left: 0px;
        border-radius: 15px;
        
    }
    
    .s-1{
        right: 300px;
    }

    

    .hero_text .hero_title{
        font-size: 35px;
        text-align: center;
        line-height: 45px;
    }

    .hero_subtitle{
        font-size: 15px;
        margin: 0 15px auto;
        line-height: 30px;
    }

    .hero_text{
        text-align: center;
        margin:100px auto;
    }


    .product_section{
        margin: 0px auto;
        padding-bottom: 30px;
       
    }
    
    .product_section .section_title{
        width: 100%;
        padding: 30px;
        font-size: 30px;
        margin: 5px auto;
    }
    
.product_para{
    font-size: 20px;
    line-height: 40px;
    padding: 10px 0px;
}
    
.product_image {
    padding: 10px 10px;
}

.product_right {
    padding: 0px;
}

    .service_section .service_para{
           text-align: start;
           font-size: 18px;
           width: 100%;
           line-height: 40px;
           margin-bottom: 20px;
          
    }

    .service_para .para2{
        
        font-size: 18px;
        width: 80%;
        line-height: 40px;
        
    }

    
    

    .card_section .section_title{
       
         font-size:23px;
         margin: 0;
         padding: 0;
         line-height: 40px;
         width:100%;
         padding-bottom: 40px;
    }

    /* .product_img img{
        position: relative;
        left: 0%;
        padding: 0;
        margin: 0;
    } */

    /* .product_section{
        margin-top: 100px;
        padding-bottom: 30px;
    }

    .service_section{
        min-width: 623px;
    } */

    /* .card_section{
        min-width: 623px;
    }
    
    .card{
        margin: 10px;
    }

    .product_section{
        min-width: 500px;
    } */

    /* product_details .product_para {
        width: 600px;
        margin: 10px;
    }

    .product_details img{
        margin:10px ;
    }. */


    .middle_card .card{
        display: none;
    }

    .testimonials .card{
        width: 295px;
    }
    
    .security_section svg{
        width: 100%;
    }

    .section_title{
        font-size: 25px;
        padding: 30px 20px;
        line-height: 40px;
    }

    .security{
        padding-top:0;
    }
    
    .whymiosalon_section img{
        width: 150%;
        padding: 0;
        height:150%;
       
    }
    .whymiosalon_section .col-12{
        width: 100%;
       }

    .whymiosalon_section .section_title{
       
        position: relative;
        right: 80px;
        padding: 0%;
        font-size: 30px;
        line-height: 40px;
        width: 300px;
       
    }


    .whymiosalon_section img{
        position: relative;
        right:30px;
        margin :15px auto;
    }
    .whymiosalon_section ul{
        padding-left: 0;
        width: 250px;
    }

    .hc img {
        height: 100%;
        width: 100%;
    
    }
    
    .service_section .row{
        margin-left: 13px;
    }

    /* .hero_image{
        display: none;
    } */
    
    .card_section .card{
          width: 295px;
    }
    .card_section .row{
        margin-left: 1px;
    }
    .copyright_section p{
        font-size: 10px;
        width: 100%;
    }

    .card_section{
        padding: 0;
    }
}
    
   
 



 /* tab portrait */        

  @media screen and (min-width: 768px)and (max-width: 991px){
    .hero_card-1{
        left: 80px;
    }

    .hero_card-2{
       top:500px;
       right: 440px;
    }

    .hero_card-3{
        left: 465px;
     }

     .navbar-brand{
        position: relative;
        left: 0;
        
        
     } 

     .s-1{
      
       
        right: 610px;
    }
    
    .s-2{
       
        left: 480px;
    }
    
     

    #navbarNav{
        position: absolute;
        left: 0px;
        top: 75px;
        width: 100%;
        background: #ffffff;
        padding-left: 30px;
     }

    .navbar-toggler{
        position: relative;
        left: 0px;
     }

    

    .hero_text{
         text-align: center;
         margin-top: 150px;
         
     }

     
    .hero_title{
        
       
        text-align: center;
        font-size: 60px;
        line-height: 80px;

    
    }
    .hero_subtitle{
        margin-left: 40px;
        font-size: 20px;
        margin-top: 20px;
       
    }
    .hero_btn{
        margin-top: 20px;
    } 
    
     .product_image img{
        padding: 20px;
    } 
   
    .service_section .row{
        margin-left: 60px;
        gap:30px
    }

    .service_section .service_para{
        width: 76%;
        margin: 0 auto;
    }

    .service_section .para2{ 
        width: 65%;
        margin:20px auto;
   } 
    .card_section .row{
        padding-left: 8px;
        gap:10px;
       
    }

    .card_section .section_title{
        font-size: 30px;
        margin: 0 -10px auto;
        line-height: 45px;
    }

    .security_section .section_title{
       position: relative;
    }

    .security_section .p-3{
        margin-left: 140px;
    }
     .testimonials .card{
        width: 230px;
        height: 300px;
     }
    
     .happy_customer img{
       width: 80%;
     }
  
     .hero_image{
        left:0px;
     }

     .hero_image img {
        margin-right: -80px;
        width: 70%;
     }

    .card_section .container{
         max-width: 100%;
    }
     .middle_card{
        display: none;
     }
}     







/* tab landScape */

 @media screen and (min-width: 992px)and (max-width: 1024px){
     
    .hero_section{
        min-width: 100%;
        padding-bottom: 60px;
    }
    .hero_card-1{
      right: 320px;
      width: 157px;
      height: 175px;
    }
    .hero_card-2{
        top: 500px;
        right: 290px;
        width: 220px;
        height: 70px;
        padding: 0px 15px;
    }
    .hero_card-3 {
        left: auto;
        right: 0px;
        width: 211px;
        height: 199px;
        padding-left: 0px;
    }
    .navbar-brand{
        position: absolute;
        left: 40px;
    }
    .hero_image{
        left: 0px;
    }
    .s-1{
        right: 450px;
    }
    .s-2 {
        right: 0;
        left: auto;
    }
    .testimonials .card{
        width: 300px;
    }
    .middle_card{
        display: none;
    }
}    
@media (max-width: 1200px) {
    .hexagon:before, .hexagon:after {
        width: 158px;
        height: 158px;
        left: 30px;
    }
    .hexagon:before{
        top: -80px;
    }
    .hexagon:after{
        bottom: -80px;
    }
    .r1{
        margin-left: 0;
        margin-bottom: 60px;
    }
    .eco_system {
        padding-bottom: 100px;
    }
    .eco_system-list{
        margin-left: 0px;
    }
}
@media (max-width: 992px) {
    .r1, .r2{
        flex-wrap: wrap;
        justify-content: center;
    }
    .hexagon{
        width: 225px;
    }
}
@media (max-width: 768px) {
    .feature_list, .service_list {
      grid-template-columns: repeat(2, 1fr);
    }
    .r1, .r2{
        gap: 40px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .r1{
        margin-bottom: 40px;
    }
  }



  @media (max-width: 480px) {
    .feature_list, .service_list {
      grid-template-columns: 1fr;
    }
    .testimonials .card{
        width: 100% !important;
    }
    .r2{
        margin-top: 40px;
    }
  }
  
  
  @media (min-width: 1200px){
    .container{
        max-width: 1320px !important;
    }
  }
  
  




/* small desktop */
/* @media screen and (min-width: 1024px)and (max-width: 1199px){
     
    .hero_card-1{
       left: -80px;
       
    }
    .hero_card-2{
        top: 500px;
        right: 365px;
    }
    
    .hero_card-3{
       left: 290px;
    }
    
   
    #navbarNav{
        position: absolute;
        right: 25px;
    }
    .navbar-brand{
        position: absolute;
        left: 40px;

    }
    .s-1{
       right: 600px;
    }
    
    .hero_image img{
        padding-right: 30px;
    }

    
} 




 */

 

