/* small tablet styles */
@media screen and (min-width: 768px){
    html{
        overflow-x: hidden;}
       /* scroll-padding-top: 9rem;
        scroll-behavior:smooth;
    }
    html::-webkit-scrollbar{
        width: .3rem;
    }
    html::-webkit-scrollbar-track{
        background: transparent;  
    }
    html::-webkit-scrollbar-thumb{
        background: #fff;
        border-radius: 5rem;
    } */
    #hero{
    margin-top: 10rem;
    }
    .hero--heading{
    width: 49%;
    
    
    }
    .hero--heading h1{
        font-size: 4rem;
       
    }
    .hero--heading p{
        font-size: 1rem;
    }
  
    .features__grid__wrapper{
        width: 50%;
        gap: 1.5rem;
       
        
    }
    .grid__card{
        padding: 1.25rem
        
    }
    .grid__card img, .grid__box img{
        width: 100%;
        height: 100%;
        object-fit: contain; 
   } 
   .grid__box{
       gap: 0;
        padding: 1.25rem;
   
    }
    .card--dox h3{
        font-size: 1.5rem;
        font-weight: 600;
        line-height:114.99999999999999% ;
        letter-spacing: -0.02em;
    
    }
    .card--dox p{
        color:#515151 ;
        font-size: 1rem;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: -0.0125em;
        
    }
  
}




/* large tablet & small laptop styles */
@media screen and (min-width: 1024px){
    html{
        overflow-x: hidden;
     }
    #hamburger-nav{
        display: none;
    }
    #navbar{
        display: flex;
        width: 43.5rem;
    }
    .hero__wrapper{
        max-width: 60rem;
        gap: 9rem;   
        margin: auto;
        flex-wrap: nowrap;
    }
    .hero--heading{
        width: 35%;
        
    }
    .hero--heading h1{
        font-size: 2.5rem;
        text-align: left;
    }
    .hero--heading p{
        text-align: left;
    }
    .hero__button{
        justify-content: left;
    }
    .hero__image img{
        width:25rem;
    }
    #features{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .features__heading{
        width: 45%;
    }
    .features__heading h2{
        font-size: 1.6rem;
    }
    .txt1{
        color:#006C80 ;
    }
    .txt2{
        color: #00161A;
    }
    .card{
        max-width: 40%;
        height: fit-content;
        padding-top: 2rem;
        padding-left: 2rem;
    }
    .image--dt{
        width: 100%;
        display: block;
        margin-top: 1.6rem;
        border-bottom-right-radius:1rem ;
    }
    .image--m{
        display: none;
    }
    .features__heading__two{
        width: 40%;
    }
    .txt3{
        color: #00161A;

    }
    .features__grid__wrapper{
        position: relative;
        top: 3rem;
        display: flex;
        flex-wrap: nowrap;
        height: 32rem;
        gap: 0.625rem;
       justify-content: center;
    }
    .features__grid--wrap{
        width: 23rem;
        height: 32rem;
        gap: 0.625rem;
    }
    .grid__card{
        padding: 1.25rem;
        height: 32rem;
        
    }
    .grid__card img, .grid__box img{
        width: 100%;
        height: 100%;
        object-fit: contain; 
   } 
   .grid__box{
        gap: 0;      
       padding: 1.25rem;
       
    }
    .card--dox{
        width: 17rem;
    }
    .card--dox h3{
        font-size: 1rem;
        font-weight: 600;
        line-height:114.99999999999999% ;
        letter-spacing: -0.02em;
    
    }
    .card--dox p{
        color:#515151 ;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: -0.0125em;
        
    }
  
 
    .features__account__wrapper{
        display: flex;
        justify-content: space-between;
        padding:  0rem 0rem 0rem 2rem;
       
        
    }
    .features__account__wrapper{
        width:92%;
    }
    .features--account{
        justify-content: center;
        width: 30%;
    }
    .features--account--card h2{
        font-size: 1.5rem;
    }
    .image--dtt{
        display: block;
        border-top-right-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem;
    }
    #contacts{
        width: 78%;
    }
    .logo1{
        width: 50%;
    }
    .contacts__wrapper{
        flex-direction: row;
        justify-content: space-between;
    }
    .bux {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }



}



/* big desktop styles */
@media screen and (min-width: 1440px){
    html{
        overflow-x: hidden; }
      /*  scroll-padding-top: 9rem;
        scroll-behavior:smooth;
    }
    html::-webkit-scrollbar{
        width: .3rem;
    }
    html::-webkit-scrollbar-track{
        background: transparent;
        
    }
    html::-webkit-scrollbar-thumb{
        background: #fff;
        border-radius: 5rem; } */
     

    #hamburger-nav{
        display: none;
    }
    #navbar{
        display: flex;
        width: 46.5rem; 
    }
    .hero__wrapper{
        max-width: 73rem;
        gap: 15rem;   
        flex-wrap: nowrap;
        margin: auto;
        justify-content: space-between;
    }
    .hero--heading{
        max-width: 23.94rem;
        
    }
    .hero--heading h1{
        font-size: 3rem;
        text-align: left;
       
    }
    .hero--heading p{
     
        text-align: left;
    }
    .hero__button{
        justify-content: left;
    }
    .hero__image img{
        width: 31rem;
    }
    #features{
        top: -14rem;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .features__heading{
        max-width: 27rem;
    }
    .features__heading h2{
        font-size: 2rem;
        font-weight: 600;
    }
    .txt1{
        color:#006C80 ;
    }
    .txt2{
        color: #00161A;
    }
    .card{
        max-width: 30.6%;
        padding-top: 2rem;
        padding-left: 2rem;
    }
    .image--dt{
        display: block;
        margin-top: 1.6rem;
        border-bottom-right-radius:1rem ;
    }
    .image--m{
        display: none;
    }

    .features__heading__two{
        width: 33%;
    }
    .txt3{
        color: #00161A;

    }
    .features__heading__two p{
        font-size: 1rem;
    }

    .features__grid__wrapper{
        position: relative;
        top: 3rem;
        display: flex;
        flex-wrap: nowrap;
        width: 78%;
        height: 35rem;
        gap: 0.625rem;
       justify-content: center;
    }
    .features__grid--wrap{
        height: 35rem;
        gap: 0.625rem;
    }
    .grid__card{
        width: 23.5rem;
        padding: 1.25rem;
        height: 35rem;
        
    }
    .grid__card img, .grid__box img{
        width: 100%;
        height: 100%;
        object-fit: contain; 
   } 
   .grid__box{
        width: 23rem;
        padding: 1.25rem;
        gap: 1.3rem;

    }
    .card--dox{
        width: 100%;
    }
    .card--dox h3{
        font-size: 1rem;
        font-weight: 600;
        line-height:114.99999999999999% ;
        letter-spacing: -0.02em;
    
    }
    .card--dox p{
        color:#515151 ;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: -0.0125em;
        
    }
 
 
    .features__account__wrapper{
        display: flex;
        justify-content: space-between;
        padding:  0rem 0rem 0rem 3rem;
        margin-top: 12.5rem;
        max-width:73.5rem;
    }
    .features--account{
        justify-content: center;
        width: 32%;
    }
    .features--account--card h2{
        font-size: 2rem;
    }
    .image--dtt{
        display: block;
        border-top-right-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem;
    }
    #contacts{
        max-width:70.5rem;
    }
    .logo1{
        width: 50%;
    }
    .contacts__wrapper{
        flex-direction: row;
        justify-content: space-between;
    }
    .wrap--box{
        display: flex;
        justify-content: space-between;
        gap: 4rem;
    }
    .bux {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    


       

}