@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@400;600;700;800&display=swap');

:root{
    --first-color: #41c6b6;
    --first-color-hover: #35B1A2;
    --text-pcolor: #344054;
    --text-scolor: #667085;
    --bg-pcolor: #fbfbfb;
    --bg-scolor:#f4f5f6;
    --border-light: #EBEDF0;
    --box-shadow-header: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    --border-color:#ebedf0;
}


*{
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: .2s in-circle-swoop;
    scroll-behavior: smooth;
   

}

  
  


#hero , #faq , #services #menusection #about{
    min-height: 100vh;
}
body{
    background-color: var(--bg-pcolor);
    z-index: -1;
}





/*navbuttons */
.buttons{
    display: flex;
    column-gap: 1rem;
}

.nav_btns{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;


}
.change-theme{
    font-size: 1.4rem;
    color: var(--text-scolor);
    cursor: pointer;
}
/*=======dark theme===========*/
body.dark-theme{
    --first-color: #41c6b6;
    --button-select-dark:#335056;
    --first-color-hover: #35B1A2;
    --secondary-color-dark:#0A282B;
    --text-pcolor: #F1FFFF;
    --text-scolor: #B3C8C6;
    --bg-pcolor: #001214;
    --bg-scolor:#001B1E;
    --border-light: #183B3F;
    --border-dark2:#2A484A;
    --linear-bg1:linear-gradient(162deg, #153134 0.69%, #001B1E 72.85%);
    --linear-bg-faq:linear-gradient(147deg, #274547 -12.27%, #153134 62.52%);
    --border-color:#41c6b6;


}
/*======================dark theme changes==============*/


.dark-theme .services_container .box-container .box{
   
    background: var(--linear-bg1);
}

.dark-theme .accordian li{
background: var(--linear-bg-faq);

}
.dark-theme .tab-menu , .dark-theme .tab-content .right-column{
    border: 1px solid #2A484A;
}
.dark-theme .menu{
    background: url(/imgs/darkbg.svg);
    background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   transition: none;

}
.dark-theme .wrapper{
    background: none;
}
.dark-theme .pagetitle1 {
    background: linear-gradient(180deg, #F6F6F8 0%, rgba(247, 246, 248, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    
}

.dark-theme .hero_description{
    color: #b3b7c1;
}


.dark-theme .tab-btn:hover{
    background: #335056;
    color: var(--text-scolor);
} 
.dark-theme .tab-btn.active{
    color: var(--text-pcolor);
    background: #335056;
}
.dark-theme .menu .ctamain button{
    


background: linear-gradient(180deg, rgba(65, 198, 182, 0.5) 0%, #41C6B6 100%);
border: 1px solid #41C6B6;
border-radius: 100px;
box-shadow: none;




}
.dark-theme .menu .ctamain button:hover{
    

    /* button 2 */
    background: linear-gradient(180deg, rgba(65, 198, 182, 0.8) 0%, #41C6B6 100%);
    transform: scale(1.05);
    
    
    
}

.dark-theme .boxdescription{
        color:#B3C8C6 
}

.dark-theme .dropdown_menu{
    background:var(--bg-pcolor);
}

/*header*/
li, a{
    color: var(--text-scolor);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px ;
    
    background: var(--bg-pcolor);
    box-shadow: var(--box-shadow-header);
    height: 88px;
}

header.gradient-border {
    position: relative;
  }


  header.gradient-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; /* Adjust the height of the border */
    background-image: linear-gradient(to right, var(--bg-pcolor) 20%,var(--border-color) 60%, var(--bg-pcolor) 80%);
  }

.logo{
    cursor: pointer;

}
.navbar-brand{
    display: flex;
    align-items: center;
}
.nav_logo{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.navbar-list{
    list-style: none;
}
.navbar-list li{
    display: inline-block;
    padding: 0px 20px;
}
.navbar-list li a{
    transition: all 0.3s ease 0s;
}
.navbar-list li a:hover{
    color:var(--text-pcolor)
}
button{
    color: var(--bg-pcolor);
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background:  var(--first-color);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
button:hover{
    background: var(--first-color-hover);
}

.toggle_btn{
    color: var(--text-scolor);
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.dropdown_menu{
    display: none;
    list-style: none;
    position: absolute;
    right: 1rem;
    top: 72px;
    height: 0;
    width: 300px;
    background-color: var(--bg-pcolor);
    z-index: 100;
    
    border-radius: 16px;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_menu li{
    padding: 24px 24px 0px 24px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown_menu .cta {
    width: 100%;
    display: flex;
    justify-content: center;
    color: var(--bg-pcolor);
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background:  var(--first-color);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.dropdown_menu.open{
    height: 232px;
    border: 1px solid var(--border-light);
}

@media (max-width: 1050px){
    .navbar-list, .cta{
        display: none;
    }
    .toggle_btn{
        display: block;
    }
    .dropdown_menu{
        display: block;
        
    }
    .dropdown_menu .cta:hover{
       
            background: var(--first-color-hover);
        
    }

}

@media (max-width: 576px){
    .dropdown_menu{
        left: 2rem;
        width: unset;
        box-shadow: 0px 1px 40px 0px rgba(16, 24, 40, 0.08);
    }
    .tab.active{
        padding: 0px 12px;
    }
    


}






/*hero section */
.menu{
    display: flex;
   
    align-items: center;

    justify-content: center;
}
.wrapper {
   background: url(/imgs/Frame\ 38.svg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   
      text-align: center;
      display: flex;
      flex-direction: column;
      row-gap: 32px;

   
}
.ctamain{
    margin-top: 16px;
}
.subwrap{
 display: flex;
 flex-direction: column;
 row-gap: 12px;
}
.menu .ctamain button{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 51.58%), #41C6B6;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px #41C6B6, 0px 0px 0px 4px rgba(234, 236, 238, 0.6);
    
}

.menu .ctamain button:hover{
    

    /* button 2 */
    
    transform: scale(1.05);
    
    
    
    
    }

.heroimg{
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin:32px auto;
    animation: rotate 6s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -150s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    transform: rotateX(25deg);
   
    box-shadow: 0px 1px 40px 0px rgba(16, 24, 40, 0.08);
    border-radius: 24px;

}
@keyframes rotate {
    from{
        transform: rotateX(25deg);
    }
    to{
        transform: rotateX(0deg);
    }
    
}



.hero_description{
    color: var(--text-scolor);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.pagetitle1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 55px;
    
    line-height: normal;
    text-align: center;
    
    color: var(--text-pcolor);

   
}
.subheading1{
    color:var(--first-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    text-align: center;
    
    border: 2px;
    padding: 2px 12px;
    max-width: 360px;
    margin: 80px auto 0px;
    
    
    
    border-radius: 100px;
    background: rgba(65, 198, 182, 0.10);

}


.heroimg1{
    max-width: 1200px;
    perspective: 2000px;
    margin-top: -20px;
    
}
/************* MENU ***********/
#menusection{
    position: relative;
    margin: 0 80px;
    transition: 0.5s ease-in-out;
}
.main-container{
    position: relative;
    
    
    
}
.main-container .menu{
    display: flex;
    flex-direction: column;
    align-items: center;

    justify-content: center;
}
.main-container .menu .pagetitle{
    margin-bottom: 20px;
}
.tab-navigation{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 16px auto;
   }
.tab-menu{
    margin: 2rem;
    color: var(--text-scolor);
    list-style: none;
    background-color: var(--bg-scolor);
    max-width: 1440px;
    height:80px ;
    padding: 16px;
    white-space: nowrap;
    border-radius: 30px;
    overflow-x: auto;
    user-select: none;
    scroll-behavior: unset;
    


    
}






.tab-menu::-webkit-scrollbar{
    display: none;
}

.tab-nav-bar{
    position: relative;
    max-width: 1440px;
    height:700px;
    margin: 0 auto;
    margin-bottom: 120px;
    
   
    border-radius: 40px;
    border: 1px solid var(--border-light);
    background: var(--bg-pcolor);

}

.tab-btn{
    width: 16rem;
    height: 48px;
    color: var(--text-scolor);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    
    border-radius: 14px;
    cursor: pointer;
    user-select: none;
    transition: 0.3s ease-in-out;

    
    
}

.tab-btn:hover{
    background: var(--bg-pcolor);
    color: var(--text-pcolor);
} 

.tab-btn.active{
    background: var(--first-color);
    color: var(--bg-pcolor);
}

/*===== tab content =====*/



.tab-content{
    position: relative;
    display: flex;
    justify-content: center;
    
    width: 100%;
}
.tab{
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    padding:0px 54px;
    transform: translateY(12px);
    content-visibility: hidden;
    opacity: 0;
}
.tab.active{
    
    transform: translateY(0px);
    content-visibility: visible;
    opacity: 1;
    transition: .3s ease-in;
    
}

.tab .row{
    width: 100%;
    display: flex;
    justify-content: center;
    
    gap: 32px;
    
}
.tab .right-column{
    max-width: 728px;
    padding: 32px;
    background-color: var(--bg-scolor);
    border-radius: 30px;
    
   

}
.right-column .info{
    display: flex;
    flex-direction: column;

}
.right-column .info .ftlogo{
width: 60px;
}
.right-column .description{
    color:var(--text-scolor);
    
    line-height: 24px;
    
}
.right-column .features-heading{
    color:var(--text-pcolor);

padding: 16px 0px;
font-size: 23px;
font-style: normal;
font-weight: 500;
line-height: 28px;
}
.info .feat-btn{
 
 
 margin-top: 2rem;
display: flex;
 gap: 8px;
 color: var(--first-color);

 
}
.featureimg{
    border-radius: 30px;
}


.tab .img-card{
    position: relative;
    border: none;
    text-decoration: none;
    
   
    height: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab .img-card img{
    width: 100%;
    border-radius: 30px;
}


@media screen and (max-width: 1050px) {
    #menusection{
        position: relative;
        margin: 16px;
    }
    .tab .row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pagetitle ,.pagetitle1{
        font-size: 36px;
    }
    .tab-nav-bar{
        height: 1200px;
       }
    
    
   
}
@media screen and (max-width: 1350px) and (min-width:1051px){
    
   .tab-nav-bar{
    height: 1100px;
   }
    .tab .row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tab .right-column{
        
       
        max-width: 100%;
        
    }
    .tab .left-column .img-card{
        width: auto;
        
    }
    .pagetitle{
        font-size: 55px;
    }
    header {
        
        padding: 32px 200px;

    
}
       
        
        
}
@media screen and (min-width:1351px){
    .tab .left-column .img-card{
        width: 524px;
    max-width: 600px;}

    .pagetitle{
        font-size: 55px;
    }
    header {
        
        padding: 32px 200px;

    
}}


 /************ MENU 

.menu_wrap{
    width: 1280px;
    height: 700px;
    margin: 20px 240px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 1px solid #EBEDF0;
    background: #FFF;
}
.menu .pagetitle{
    margin-bottom: 20px;
}
.menu_wrap .menu_items{
    margin: 2rem;
    display: flex;
width: 1372;
height: 80px;
padding: 16px;
justify-content: space-evenly;


border-radius: 30px;
background: #F4F5F6;

}


.menu_items{
    z-index: 2;
}
input[type=radios]{
    display: none;
}
.tab{
    width: 16rem;
    height: 48px;
    color: #687083;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;

}

input[type=radio]:checked + label{
    color: #FFF;
    
}
.glider{
    position: absolute;
    
    height: 48px;
    width: 16rem;
    background-color: #41C6B6;
    z-index: 1;
    border-radius: 14px;
  
}

input[id=radio-1]:checked ~ .glider{
    transform: translateX(0);
}

input[id=radio-2]:checked ~ .glider{
    transform: translateX(100%);
}
input[id=radio-3]:checked ~ .glider{
    transform: translateX(200%);
}
input[id=radio-4]:checked ~ .glider{
    transform: translateX(300%);
}
input[id=radio-5]:checked ~ .glider{
    transform: translateX(400%);
}

****************/






 /* features blog */
 .posts-container{
    width: 100%;
    padding: 0px 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    
  }

  .posts-container .post{
    border-radius: 16px;
    background-color: var(--bg-scolor);
    padding: 32px;
    border: 1px solid var(--border-light);
  }
  .label{
    color: var(--first-color);
    margin-top: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    margin-bottom: 24px;
  }
 

  .posts-container h3.post-title{
    color: var(--text-pcolor);
    font-family: 'Manrope', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; 
    margin-bottom: 24px;
  }
 .posts-container .summary{
    color: var(--text-scolor);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin-bottom: 32px;
    
    
 }
 .posts-container .post:first-child{
    grid-column: 1/3;
    display: flex;
    flex-direction: row-reverse;
    

 }

 .posts-container .post .text1{
    text-align: center;
    margin: 0px 100px;
    
 }

 .posts-container .thumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
 }









  /* services blog */
.services_container{
    background: var(--bg-pcolor);
    padding: 0px 200px;
    
}

.pagetitle{
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    
    color: var(--text-pcolor);
    line-height: normal;
    text-align: center;
    margin-bottom: 80px;
}

.subheading{
    color:var(--first-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-align: center;
    margin-top: 100px;
    margin-bottom: 24px;

}
.faq .subheading{
    margin-top: 0;
}

.services_container .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(396px,1fr));
    gap:80px;
}

.services_container .box-container .box{
    border-radius: 30px;
    background: var(--bg-scolor);
    min-height: 296px;
    text-align: center;
    padding: 32px 40px;
    border: 1px solid var(--border-light);

}

.boxheading{
    color: var(--text-pcolor);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; 
    margin-top: 20px;
    margin-bottom: 20px;
}

.boxdescription{
    color: var(--text-scolor);

text-align: center;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
}

.box-container .box:hover{
    box-shadow: 0px .2px .2px 0px rgba(0,0,0, 0.2);
    transform: scale(1.005);
}








/* app */

.app-container{
    background: var(--bg-pcolor);
    padding: 0px 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 250px;
   
        margin-bottom: 80px;
    
}

.app-pagetitle{
    color: var(--text-pcolor);
    font-family: 'Manrope', sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 72px; 
    width: 353px;
    margin-bottom: 32px;
}
.app-subheading{
    color: var(--first-color);
    width: 353px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    margin-bottom: 32px;
}
.app-decription{
    color: var(--text-pcolor);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin-bottom: 36px;
    width: 353px;
}
.btn-1{
    
    color: var(--text-scolor);
    display: inline-flex;
    height: 44px;
    padding: 10px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--bg-scolor);
    line-height: 24px;
    margin-right: 32px;
    
}
.btn-2{
    color: var(--text-scolor);
    display: inline-flex;
    height: 44px;
    padding: 10px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--bg-scolor);
    line-height: 24px;
}

.app-container a:hover{
    background-color:var(--border-light);
    color: var(--text-pcolor);
}
.app-container2 img{
    max-width: 100%;
}
.app-container .btn-1 img:hover{
    color:var(--bg-pcolor);
}














/*faq section2 */

.faq{
    margin-top: 80px;
}
.accordian{
    margin: 32px auto ;
    max-width: 768px;
    padding-bottom: 100px;
}
.accordian li{
    list-style: none;
    background-color: var(--bg-scolor);
    margin: 32px;
    padding: 12px;
    border-radius: 16px;
    
  
}


.accordian li label{
    display: flex;
    align-items: center;
    color: var(--text-pcolor);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    padding: 10px;
}

.faq label::before{
    content: '+';
    margin-right: 20px;
    font-size: 24px;
    font-weight: 00;
    color: var(--text-scolor);
    
}
input[type="radio"]{
    display: none;
}

.accordian .content{
    color: var(--text-scolor);
    font-size: 16px;
    font-style: normal;
    
    font-weight: 400;
    line-height: 24px; 
    padding-top: 12px;
    padding: 0px 44px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

.accordian input[type="radio"]:checked + label + .content{
    
    max-height: 400px;
    padding: 0px 48px 12px;
    
}

.accordian input[type="radio"]:checked + label::before{
    content: '+';
    transform:rotateZ(45deg) ;
    
}
input[type="radio"]:checked + label + .content + .accordian li{
    background-color: #000;
}

/*   faq section 

.faq-container{
    max-width: 768px;
    margin: 32px auto;
}


.faq-container .question{
    display: flex;
    gap: 24px;
    color: #344054;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}
.faq-container .question-container{
    border-bottom: 1px solid #eee;
}


.faq-container .answer{
    
    color: #475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    padding-top: 12px;
    padding: 0px 48px;
    
}

.faq-container .question-container.expanded .question-icon{
    transform: rotateZ(45deg);

}
.faq-container .question-container.expanded {
    background-color: #F4F5F6;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 16px;

}
.faq-container .question-container.closed {
    background-color: #ffffff;
    padding: 32px 32px;
   

    
   
}
.faq-container .answer-container{
    
    
    max-height: 0;
    overflow: hidden;
}
.faq-container .question-container.expanded .answer-container{
   max-height: fit-content;


}


*/

/* footer  */

.footer{
   
  background: var(--bg-scolor);
    padding: 60px 80px;
    margin: 16px;
    border-radius: 12px;
}
footer li{
    list-style: none;
}
footer .footer-container{
    
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}
footer .footer-container  h2{
    color: var(--text-pcolor);
    font-weight: 600;
    
}
.logofooter{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
 .footer_description {
    color: var(--text-scolor);
    font-weight: 400;
    margin-top: 20px;
    width: 340px;
}


footer .footer-container .ft-quicklinks li{
    color: var(--text-scolor);
    margin-top: 10px;
}
footer .footer-container .ftcontact .info{
   position: relative;

}
footer .footer-container .ftcontact .info li{
    display: grid;
    grid-template-columns: 32px 1fr ;
    margin-top: 10px;
}
.copyrighttext{
    width: 100%;
    background: var(--bg-scolor);
    text-align: center;
    color: var(--text-scolor);
    padding-top: 32px;
    margin-top: 20px;
    border-top: 1px solid var(--border-light);
}


/* scroll up*/

.scrollup{
    position: fixed;
    right: 4rem;
    bottom: -50%;
    background: var(--first-color);
    
    color: var(--bg-pcolor);
    font-size: 1.4rem;
    display: inline-flex;
    padding: .6rem;
    border-radius: 50%;
    z-index: 10;
    transition: bottom .5s, transform .3s;
  }
  .scrollup:hover{
    transform: translateY(-.25rem);
  }
  
  /* Show Scroll Up */
  .show-scroll{
    bottom: 7rem;
  }




@media only screen and (min-width: 1640px) and (max-width :1919px)  {
    .services_container{
       
        padding: 0px 160px;
        
    }
    .services_container .box-container{
       
        grid-template-columns: repeat(auto-fit, minmax(396px,1fr));
        gap: 60px;
    }
    .app-container{
        padding: 0px 160px;
    
        grid-template-columns: 1fr 1fr;
        gap: 250px;
    }
    .posts-container{
        padding: 0px 160px;
        
    }
    .scrollup {
        
        right: 6rem;
    }
    footer .footer-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 40px;
    }
    

}
@media only screen and (min-width: 1024px) and (max-width: 1640px) {
    .services_container{
       
        padding: 0px 80px;
        
    }
    
    .services_container .box-container{
       
        grid-template-columns: repeat(auto-fit, minmax(396px,1fr));
        gap: 32px;
    }
    .app-container{
        padding: 0px 80px;
    
        grid-template-columns: 1fr 1fr;
        gap: 120px;
        
    }
    footer .footer-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 40px;
    }
    .footer{
   
        background: var(--bg-scolor);
          padding: 60px 80px;
          margin: 16px;
          border-radius: 12px;
      }
   
  .copyrighttext{
    margin-top: 32px;
  }
   
    .posts-container{
       padding: 0px 80px;
       grid-template-columns: 1fr 1fr;
       
    }
    
    .posts-container .post:first-child{
        
        grid-column: 1/3;
        display: flex;
        flex-direction: row-reverse;
        
        

    }
    .posts-container .post:first-child .thumbnail{
        width: 1500px;
    }

    .posts-container .post .text1{
        text-align: left;
        margin: 0px;
        
        
     }
     .posts-container .post .summary{
        margin-right: 64px;

     }
     .posts-container svg{
        
        width:100%;
    }
    .posts-container img{
        
        width:100%;
        height: auto;
    }
   
   
    

  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .services_container{
       
        padding: 0px 80px;
        
    }
    .services_container .box-container{
       
        grid-template-columns: repeat(2, minmax(250px,1fr));
        gap: 32px;
    }
    .app-container{
        padding:  80px ;
    
        grid-template-columns: 1fr ;
        gap: 32px;
        
    }
    .app_container1 {
        margin: 0px auto;
    }
    .app-pagetitle{
        text-align: center;
        
        
    }
    .app-subheading{
        text-align: center;
    }
    .app-decription{
        text-align: center;
    }
    .faq .subheading{
        margin-top: 100px;
       }
    


   
    .posts-container{
        grid-template-columns: 1fr;
        padding: 0px 40px;
    }
    .posts-container .post:first-child{
        grid-column: 1;
        
        flex-direction: column;
    
    }
    .posts-container .post .text1{
        text-align: left;
        margin: 0px;
        
        
     }
     .posts-container svg{
        
        width:100%;
    }
    .posts-container img{
        
        width:100%;
        height: auto;
    }
    footer .footer-container {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 40px;
    }
    .copyrighttext{
        padding: 20px 40px 20px;
    }
    .footer{
   
        background: var(--bg-scolor);
          padding: 32px 60px;
          margin: 16px;
          border-radius: 12px;
      }
  }





  @media only screen and (max-width: 768px){
    .services_container{
       
        padding: 0px 16px;
        
    }
    .services_container .box-container{
       
        grid-template-columns: repeat(1, minmax(250px,1fr));
        gap: 32px;
    }
    .app-container{
       
        
        padding: 32px;
        
    
        grid-template-columns: 1fr ;
        
        gap: 16px;
    }
    .app-pagetitle{
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        
    }
    .app-subheading{
        text-align: center;
    }
    .app-decription{
        text-align: center;
    }
    .app_container1{
      margin: 0px auto;
    }

    .app-container2 img{
        
        max-width: 100%;
    }

    .faq .subheading{
        margin-top: 60px;
       }

    .posts-container{
        grid-template-columns: 1fr;
        padding: 0px 16px;
    }
    .posts-container .post:first-child{
        grid-column: 1;
        
        flex-direction: column;
    
    }
    .posts-container .post .text1{
        text-align: left;
        margin: 0px;
        
        
     }
     .posts-container img{
        
        width:100%;
        height: auto;
    }

    .posts-container svg{
        width: 100%;
    }
    .posts-container h3.post-title{
        font-size: 24px;
        line-height: 32px;
    }
    footer .footer-container {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 40px;
    }
    
    .footer{
   
        background: var(--bg-scolor);
          padding: 32px 20px;
          margin: 16px;
          border-radius: 12px;
      }
}
    
    
 


 
  