@media (min-width: 1600px) and (max-width: 1800px) {
  .main-title-h1{
    font-size: 65px;
}

.main-title-h2{
   font-size: 50px;
}

.main-title-h3{
 font-size: 35px;
}


.main-title-h4{
 font-size: 28px;

}

.main-title-h5{
   font-size: 23px;
}

.short-title{
  font-size: 18px;
}

.tiny-title{
font-size: 17px;
padding: 0 30px;
}

.text-p{
   font-size: 17px;
}

.p-100{
    padding: 90px 0;
}

.primary-btn{
  height: 45px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
}

header .header-btn{
  font-size: 14px;
  height: 38px;
  padding: 0 15px;
  margin-left: 15px;
}

header .navbar-brand svg{
  height: 30px;
  width: auto;
} 


header .navbar .collapse .navbar-nav .nav-item a{
font-size: 15px;
padding-right: 1.3rem;
padding-left: 1.3rem;
}

.about-us .counter {
  font-size: 55px;
}

.stats-section .stat-box:nth-child(2),
.stats-section .stat-box:last-child {
  margin-top: 90px;
}


.services .card-box{
    padding: 45px 30px;
}

/* .services .card-box .content .icon{
    height: 45px;
    width: 45px;
} */

.services .card-box .content .services-btn{
    height: 50px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 20px;
}

.our-portfolio .portfolio-box .main-content{
  display: flex;
  column-gap: 25px;
}

.our-portfolio .stats-box .num{
font-size: 22px;
}

.our-portfolio .stats-box .text{
  font-size: 22px;
}

.our-portfolio .stats-box .divider {
  width: 35px;
    margin: 10px 0px;
}
.our-portfolio .portfolio-box .slider-bottom .btn a svg{
  height: 50px;
  width: auto;
}

/* Testimonials */
.testimonials .test-box{
padding: 35px 30px;
}
.testimonials .test-box p{
  height: 133px;
}
.testimonials .test-box .name{
  font-size: 19px;
}
.testimonials .test-box .detail{
  font-size: 19px;
}

.experience-dev .dev-slider {
  height: 280px; /* or any appropriate height */
}

.experience-dev .dev-box{
padding: 15px 10px;
margin-bottom: 20px;
}

.experience-dev .dev-box p{
  margin-bottom: 0;
  font-size: 17px;
}

.awards .main-awards .awards-item p{
  font-size: 17px;
}

.packages .package-box{
padding: 40px 0;
}

.packages .package-box h3{
  height: 67px;
}

.packages .package-box ul{
  margin-bottom: 20px;
  padding: 0 25px;
}

.packages .package-box ul li{
  font-size: 16px;
  line-height: 30px;
}

.packages .package-box .avial-now-btn{
   font-size: 17px;
  padding: 0 20px;
  height: 50px;
  width: 85%;
}

.form-sec .form{
  max-width: 700px;
  padding: 45px 30px;
}

.form-sec .form .form-group.from_item input {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
}

.form-sec .form .form-group.from_item textarea {
    height: 55px;
    line-height: 45px;
    font-size: 16px;
}

.form-sec .form .btn_submit {
    font-size: 16px;
    height: 50px;
    margin: 30px auto 30px;
}


/* Contact Page */
.global-offices .country-details .para{
  height: 35px;
}

.footer-container {
  gap: 80px;
}

.footer-section .footer-item {
    margin-top: 30px;
}

.footer a {
   font-size: 16px;
}

.footer ul li {
  margin-bottom: 15px;
}

.footer-section ul li a {
  font-size: 16px;
}

.footer-bottom {
  padding: 20px 0 25px 0;
  font-size: 16px;
}

.footer-links {
  gap: 10px;
}

.footer-links span{
    font-size: 14px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 16px;
}

}



@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1340px;
  }
  .main-title-h1{
    font-size: 60px;
    max-width: 90%;
}

.main-title-h2{
   font-size: 45px;
}

.main-title-h3{
 font-size: 30px;
}

.main-title-h4{
 font-size: 23px;

}

.main-title-h5{
   font-size: 20px;
}

.short-title{
  font-size: 17px;
}

.tiny-title{
font-size: 16px;
padding: 0 25px;
}

.text-p{
   font-size: 16px;
}

.p-100{
    padding: 80px 0;
}
.p-50{
    padding: 40px 0;
}


.primary-btn{
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 15px;
}

header .header-btn{
  font-size: 14px;
  height: 35px;
  padding: 0 10px;
  margin-left: 15px;
}

header .navbar-brand svg{
  height: 30px;
  width: auto;
} 


header .navbar .collapse .navbar-nav .nav-item a{
font-size: 14px;
padding-right: 1.1rem;
padding-left: 1.1rem;
}

.hero-section:after {
    height: 55px;
    width: 296px;
}


.about-us .counter {
  font-size: 50px;
}

.stats-section .stat-box:nth-child(2),
.stats-section .stat-box:last-child {
  margin-top: 80px;
}


.services .card-box{
    padding: 40px 25px;
}
.services .card-box .content p {
        font-size: 15px;
        margin-bottom: 20px;
        height: 90px;
    }

.services .card-box .content .icon{
    height: 45px;
    width: 45px;
}

.services .card-box .content .icon svg{
    height: 25px;
    width: auto;
} 

.services .card-box .content .services-btn{
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
}

.services .card-box .content .services-btn svg{
  height: 10px;
  width: auto;
}


.traditional-development .comparison-container-1 {
      max-width: 950px;
    }


.our-portfolio .portfolio-box .main-content{
  display: flex;
  column-gap: 25px;
}

.our-portfolio .stats-box .num{
font-size: 20px;
}

.our-portfolio .stats-box .text{
  font-size: 20px;
}

.our-portfolio .stats-box .divider {
  width: 35px;
  margin: 10px 0px;
}
.our-portfolio .portfolio-box .slider-bottom .btn a svg{
  height: 45px;
  width: auto;
}

/* Testimonials */
.testimonials .test-box{
padding: 35px 30px;
}
.testimonials .test-box p{
  height: 133px;
}
.testimonials .test-box .name{
  font-size: 18px;
}
.testimonials .test-box .detail{
  font-size: 18px;
}

.experience-dev .dev-slider {
  height: 260px; /* or any appropriate height */
}

.experience-dev .dev-box{
padding: 15px 10px;
margin-bottom: 20px;
}

.experience-dev .dev-box .icon svg{
  height: 25px;
  width: auto;
}

.experience-dev .dev-box p{
  margin-bottom: 0;
  font-size: 16px;
}

.awards .main-awards .awards-item p{
  font-size: 16px;
}

.packages .package-box{
padding: 35px 0;
}

.packages .package-box h3{
  height: 67px;
}

.packages .package-box ul{
  margin-bottom: 20px;
  padding: 0 25px;
}

.packages .package-box ul li{
  font-size: 15px;
  line-height: 28px;
}

.packages .package-box .scroll-list{
  height: 200px;
}

.packages .package-box .avial-now-btn{
   font-size: 16px;
  padding: 0 20px;
  height: 50px;
  width: 85%;
}

.form-sec .form{
  max-width: 640px;
  padding: 40px 30px;
}

.form-sec .form .form-group.from_item input {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}

.form-sec .form .form-group.from_item textarea {
    height: 50px;
    line-height: 40px;
    font-size: 15px;
}

.form-sec .form .btn_submit {
    font-size: 15px;
    height: 45px;
    margin: 20px auto 30px;
}

/* Contact Page */

.global-offices .global-box{

padding: 55px 35px;
}

.global-offices .country-details .para{
  height: 35px;
}

.footer-container {
  gap: 60px;
}

.footer-section .footer-item {
    margin-top: 30px;
}

.footer a {
   font-size: 15px;
}

.footer ul li {
  margin-bottom: 15px;
}

.footer-section ul li a {
  font-size: 15px;
}

.footer-bottom {
  padding: 20px 0 25px 0;
  font-size: 15px;
}

.footer-links {
  gap: 10px;
}

.footer-links span{
    font-size: 14px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 15px;
}

.pricing .cta-box{
padding: 50px 35px; 
}

.pricing .cta-box .cta-flex .content{
  flex: 0 0 50%;
} 

.pricing .cta-box .cta-flex .btn{
  flex: 0 0 50%;
}

}

@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1220px;
  }
    .main-title-h1{
    font-size: 55px;
    max-width: 90%;
}

.main-title-h2{
   font-size: 40px;
}

.main-title-h3{
 font-size: 27px;
}

.main-title-h4{
 font-size: 22px;

}
.main-title-h5{
   font-size: 19px;
}

.text-p{
   font-size: 15px;
}

.short-title{
  font-size: 16px;
}

.tiny-title{
font-size: 15px;
padding: 0 20px;
}

.p-100{
    padding: 60px 0;
}
.p-50{
    padding: 40px 0;
}

.primary-btn{
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 15px;
}

header .header-btn{
  font-size: 14px;
  height: 35px;
  padding: 0 10px;
  margin-left: 10px;
}

header .navbar-brand svg{
  height: 30px;
  width: auto;
} 


header .navbar .collapse .navbar-nav .nav-item a{
font-size: 14px;
padding-right: 1.1rem;
padding-left: 1.1rem;
}


.hero-section {
    height: 95vh;
}
    .hero-section:after {
        height: 45px;
        width: 235px;
    }


.about-us .counter {
  font-size: 45px;
}

.augmented .augment-box{
  padding: 30px 25px;
}

.stats-section .stat-box:nth-child(2),
.stats-section .stat-box:last-child {
  margin-top: 70px;
}


.services .card-box{
    padding: 35px 25px;
}
.services .card-box .content p {
        font-size: 15px;
        margin-bottom: 20px;
        height: unset;
    }

.services .card-box .content .icon{
    height: 45px;
    width: 45px;
}

.services .card-box .content .icon svg{
    height: 25px;
    width: auto;
} 

.services .card-box .content .services-btn{
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
}

.services .card-box .content .services-btn svg{
  height: 10px;
  width: auto;
}


.traditional-development .comparison-container-1 {
      max-width: 900px;
    }


.our-portfolio .portfolio-box .main-content{
  display: flex;
  column-gap: 25px;
}

.our-portfolio .stats-box .num{
font-size: 18px;
}

.our-portfolio .stats-box .text{
  font-size: 18px;
}

.our-portfolio .stats-box .divider {
  width: 35px;
  margin: 10px 0px;
}
.our-portfolio .portfolio-box .slider-bottom .btn a svg{
  height: 45px;
  width: auto;
}
.our-portfolio .portfolio-nav{
  margin-top: 20px;
  margin-bottom: 0;
}

/* Testimonials */
.testimonials .test-box{
padding: 30px 25px;
}
.testimonials .test-box p{
  height: 133px;
}
.testimonials .test-box .name{
  font-size: 17px;
}
.testimonials .test-box .detail{
  font-size: 17px;
}

.experience-dev .dev-slider {
  height: 260px; /* or any appropriate height */
}

.experience-dev .dev-box{
padding: 15px 10px;
margin-bottom: 20px;
}

.experience-dev .dev-box .icon svg{
  height: 25px;
  width: auto;
}

.experience-dev .dev-box p{
  margin-bottom: 0;
  font-size: 15px;
}

.awards .main-awards .awards-item p{
  font-size: 15px;
}

.packages .package-box{
padding: 35px 0;
}

.packages .package-box h3{
  height: unset;
  margin-bottom: 20px;
}

.packages .package-box ul{
  margin-bottom: 20px;
  padding: 0 20px;
}

.packages .package-box .scroll-list{
  height: 180px;
}


.packages .package-box ul li{
  font-size: 13px;
  line-height: 25px;
}

.packages .package-box .avial-now-btn{
   font-size: 15px;
  padding: 0 20px;
  height: 45px;
  width: 85%;
}

.form-sec .form{
  max-width: 570px;
  padding: 35px 25px;
}

.form-sec .form .form-group.from_item input {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.form-sec .form .form-group.from_item input::placeholder, .form-sec .form .form-group.from_item textarea::placeholder {
  font-size: 15px;
}

.form-sec .form .form-group.from_item textarea {
    height: 45px;
    line-height: 35px;
    font-size: 14px;
}

.form-sec .form .btn_submit {
    font-size: 14px;
    height: 45px;
    margin: 20px auto 30px;
}


/* Contact Page */

.global-offices .global-box{

padding: 50px 30px;
}

.global-offices .country-details .para{
  height: 30px;
}


.footer-container {
  gap: 40px;
}

.footer-section .footer-item {
    margin-top: 30px;
}

.footer a {
   font-size: 15px;
}

.footer ul li {
  margin-bottom: 15px;
}

.footer-section ul li a {
  font-size: 15px;
}

.footer-bottom {
  padding: 20px 0 25px 0;
  font-size: 15px;
}

.footer-links {
  gap: 10px;
}

.footer-links span{
    font-size: 14px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 15px;
}

.alert-success{
  font-size: 14px;
}

.pricing .cta-box{
padding: 50px 35px; 
}

.pricing .cta-box .cta-flex .content{
  flex: 0 0 50%;
} 

.pricing .cta-box .cta-flex .btn{
  flex: 0 0 50%;
} 
}


@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 1150px;
  }
    .main-title-h1{
    font-size: 50px;
    max-width: 90%;
}

.main-title-h2{
   font-size: 32px;
}

.main-title-h3{
 font-size: 24px;
}

.main-title-h4{
 font-size: 20px;

}
.main-title-h5{
   font-size: 18px;
}

.text-p{
   font-size: 15px;
}

.short-title{
  font-size: 15px;
}

.tiny-title{
font-size: 14px;
padding: 0 20px;
}

.p-100{
    padding: 50px 0;
}
.p-50{
    padding: 35px 0;
}

.p-50{
    padding: 40px 0;
}

.primary-btn{
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 15px;
}

header .header-btn{
  font-size: 14px;
  height: 35px;
  padding: 0 10px;
  margin-left: 10px;
}

header .navbar-brand svg{
  height: 25px;
  width: auto;
} 


header .navbar .collapse .navbar-nav .nav-item a{
font-size: 14px;
padding-right: 0.9rem;
padding-left: 0.9rem;
}

    .hero-section {
        height: 100%;
        padding: 100px 0;
    }
    .hero-section:after {
        height: 47px;
        width: 250px;
    }


.about-us .counter {
  font-size: 40px;
}

.augmented .augment-box{
  padding: 30px 25px;
}

.stats-section .stat-box:nth-child(2),
.stats-section .stat-box:last-child {
  margin-top: 70px;
}


.services .card-box{
    padding: 35px 20px;
}
.services .card-box .content p {
        font-size: 14px;
        margin-bottom: 20px;
        height: unset;
    }

.services .card-box .content .icon{
    height: 45px;
    width: 45px;
}

.services .card-box .content .icon svg{
    height: 25px;
    width: auto;
} 

.services .card-box .content .services-btn{
    height: 45px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 20px;
}

.services .card-box .content .services-btn svg{
  height: 10px;
  width: auto;
}


.traditional-development .comparison-container-1 {
      max-width: 850px;
      margin: 30px auto 0;
    }

.our-portfolio .portfolio-box .main-content{
  display: flex;
  column-gap: 20px;
  margin-bottom: 0;
}

.our-portfolio .stats-box .num{
font-size: 16px;
}

.our-portfolio .stats-box .text{
  font-size: 16px;
}

.our-portfolio .stats-box .divider {
  width: 35px;
  margin: 10px 0px;
}
.our-portfolio .portfolio-box .slider-bottom .btn a svg{
  height: 40px;
  width: auto;
}
.our-portfolio .portfolio-nav{
  margin-top: 20px;
  margin-bottom: 0;
}

/* Testimonials */
.testimonials .test-box{
padding: 30px 25px;
}
.testimonials .test-box p{
  height: 150px;
}
.testimonials .test-box .name{
  font-size: 17px;
}
.testimonials .test-box .detail{
  font-size: 17px;
}

.experience-dev .dev-slider {
  height: 200px; /* or any appropriate height */
}

.experience-dev .dev-box{
padding: 15px 10px;
margin-bottom: 20px;
}

.experience-dev .dev-box .icon svg{
  height: 25px;
  width: auto;
}

.experience-dev .dev-box p{
  margin-bottom: 0;
  font-size: 14px;
}

.awards .main-awards .awards-item p{
  font-size: 15px;
}

.packages .package-box{
padding: 35px 0;
}

.packages .package-box h3{
  height: unset;
  margin-bottom: 20px;
}

.packages .package-box ul{
  margin-bottom: 20px;
  padding: 0 15px;
}

.packages .package-box .scroll-list{
  height: unset;
}

.packages .package-box ul li{
  font-size: 14px;
  line-height: 26px;
}

.packages .package-box .avial-now-btn{
   font-size: 15px;
  padding: 0 20px;
  height: 45px;
  width: 85%;
}

.form-sec .form{
  max-width: 570px;
  padding: 30px 20px;
}

.form-sec .form .form-group.from_item input::placeholder, .form-sec .form .form-group.from_item textarea::placeholder {
  font-size: 14px;
}

.form-sec .form .form-group.from_item input {
    font-size: 13px;
    height: 45px;
    line-height: 45px;
}

.form-sec .form .form-group.from_item textarea {
    height: 45px;
    line-height: 35px;
    font-size: 13px;
}

.form-sec .form .btn_submit {
    font-size: 13px;
    height: 40px;
    margin: 20px auto 30px;
}

/* Contact Page */

.global-offices .global-box{
padding: 45px 30px;
}

.global-offices .country-details .para {
    height: 30px;
}

.footer-container {
  gap: 40px;
}

.footer-section .footer-item {
    margin-top: 25px;
}

.footer a {
   font-size: 14px;
}

.footer ul li {
  margin-bottom: 14px;
}

.footer-section ul li a {
  font-size: 14px;
}

.footer-bottom {
  padding: 20px 0 20px 0;
  font-size: 14px;
}

.footer-links {
  gap: 10px;
}

.footer-links span{
    font-size: 13px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 14px;
}

.alert-success{
  font-size: 14px;
}
.back-height{
  height: unset;
  align-items: center;
}

.pricing .cta-box{
padding: 45px 30px; 
}

.pricing .cta-box .cta-flex .content{
  flex: 0 0 50%;
} 

.pricing .cta-box .cta-flex .btn{
  flex: 0 0 50%;
} 


}


@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 1020px;
  }
    .main-title-h1{
    font-size: 40px;
    max-width: 90%;
}

.main-title-h2{
   font-size: 25px;
}

.main-title-h3{
 font-size: 20px;
}

.main-title-h4{
 font-size: 19px;

}
.main-title-h5{
   font-size: 17px;
}

.text-p{
   font-size: 14px;
}

.short-title{
  font-size: 15px;
}

.tiny-title{
font-size: 14px;
padding: 0 20px;
}

.p-100{
    padding: 40px 0;
}
.p-50{
    padding: 30px 0;
}


.offcanvas .offcanvas-body .navbar-nav ul li a{
    font-size: 14px;
padding-right: 0.5rem;
padding-left: 0.5rem;
}

.primary-btn{
  height: 38px;
  line-height: 35px;
  padding: 0 10px;
  font-size: 14px;
}

header .header-btn{
  font-size: 14px;
  height: 35px;
  padding: 0 10px;
  margin-left: 10px;
}

header .offcanvas .header-btn{
  font-size: 14px;
        height: 35px;
        padding: 0 10px;
        margin-left: 0px;
        display: inline-block;
        line-height: 35px;
}

header .navbar-brand svg{
  height: 25px;
  width: auto;
} 


header .navbar .collapse .navbar-nav .nav-item a{
font-size: 14px;
padding-right: 1.1rem;
padding-left: 1.1rem;
}


   .hero-section {
        height: 100%;
        padding: 60px 0;
    }
        .hero-section:after {
        height: 31px;
        width: 170px;
    }


.about-us .stat-box {
    flex: 0 0 49.33%;
    text-align: center;
    margin: 0 0px;
}

.about-us .stats-section {
    justify-content: center;
}

.about-us .counter {
  font-size: 45px;
}

.augmented .augment-box{
  padding: 30px 20px;
}


.stats-section .stat-box:nth-child(2),
.stats-section .stat-box:last-child {
  margin-top: 50px;
}


.services .card-box{
    padding: 30px 20px;
}
.services .card-box .content p {
        font-size: 14px;
        margin-bottom: 20px;
        height: unset;
    }

.services .card-box .content .icon{
    height: 45px;
    width: 45px;
}

.services .card-box .content .icon svg{
    height: 25px;
    width: auto;
} 

.services .card-box .content .services-btn{
    height: 45px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
}

.services .card-box .content .services-btn svg{
  height: 10px;
  width: auto;
}


.traditional-development .comparison-container-1 {
      max-width: 800px;
      margin: 30px auto 0;
    }


.our-portfolio .portfolio-box{
  padding: 30px 20px 0 20px;
}

.our-portfolio .portfolio-box .main-content{
  display: flex;
  column-gap: 25px;
}

.our-portfolio .stats-box .num{
font-size: 17px;
}

.our-portfolio .stats-box .text{
  font-size: 17px;
}

.our-portfolio .stats-box .divider {
  width: 35px;
  margin: 10px 0px;
}
.our-portfolio .portfolio-box .slider-bottom .btn a svg{
  height: 45px;
  width: auto;
}
.our-portfolio .portfolio-nav{
  margin-top: 20px;
  margin-bottom: 0;
}

/* Testimonials */
.testimonials .test-box{
padding: 30px 25px;
}
.testimonials .test-box p{
  height: 110px;
}
.testimonials .test-box .name{
  font-size: 17px;
}
.testimonials .test-box .detail{
  font-size: 17px;
}

.experience-dev .dev-slider {
  height: 200px; /* or any appropriate height */
}

.experience-dev .dev-box{
padding: 15px 10px;
margin-bottom: 20px;
}

.experience-dev .dev-box .icon svg{
  height: 25px;
  width: auto;
}

.experience-dev .dev-box p{
  margin-bottom: 0;
  font-size: 14px;
}

.awards .main-awards .awards-item p{
  font-size: 14px;
}

.packages .package-box{
padding: 30px 0;
}

.packages .package-box .scroll-list{
  height: unset;
}

.packages .package-box h3{
  height: unset;
  margin-bottom: 20px;
}

.packages .package-box ul{
  margin-bottom: 20px;
  padding: 0 20px;
}

.packages .package-box ul li{
  font-size: 14px;
  line-height: 26px;
}

.packages .package-box .avial-now-btn{
   font-size: 15px;
  padding: 0 20px;
  height: 45px;
  width: 85%;
}

.pricing-box {
    border-radius: 10px;
    padding: 40px 25px;
}

.form-sec .form{
  max-width: 570px;
  padding: 35px 25px;
 margin: 0 auto;
}

.form-sec .form .form-group.from_item input {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.form-sec .form .form-group.from_item input::placeholder, .form-sec .form .form-group.from_item textarea::placeholder {
  font-size: 15px;
}

.form-sec .form .form-group.from_item textarea {
    height: 45px;
    line-height: 35px;
    font-size: 14px;
}

.form-sec .form .btn_submit {
    font-size: 14px;
    height: 45px;
    margin: 20px auto 30px;
}


/* Contact Page */

.global-offices .global-box{
padding: 40px 30px;
border-radius: 20px;
}

.global-offices .country-details{
    margin-bottom: 50px;
}

.global-offices .country-details .contact {
    margin-top: 20px;
}

.global-offices .country-details .para {
    height: unset;
}



.footer-container {
  gap: 30px;
  justify-content: start;
}

.footer-section {
    flex: 0 0 47.88%;
}

.footer-section .footer-item {
    margin-top: 20px;
}

.footer a {
   font-size: 14px;
}

.footer ul li {
  margin-bottom: 14px;
}

.footer-section ul li a {
  font-size: 14px;
}

.footer-bottom {
  padding: 20px 0 20px 0;
  font-size: 14px;
}

.footer-links {
  gap: 10px;
}

.footer-links span{
    font-size: 13px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 14px;
}


.navbar-toggler{
    background-color: #F05123;
    padding: 3px 8px;
}
.navbar-toggler-icon {
    filter: brightness(0) invert(1);
    font-size: 16px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    color: #F0512300;
    border: none;
}
.back-height{
  height: unset;
  align-items: center;
}
.pricing .cta-box{
padding: 40px 30px; 
}

.pricing .cta-box .cta-flex .content{
  flex: 0 0 50%;
} 

.pricing .cta-box .cta-flex .btn{
  flex: 0 0 50%;
} 
}


@media (min-width: 0px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
    .main-title-h1{
    font-size: 35px;
}

.main-title-h2{
   font-size: 25px;
}

.main-title-h3{
 font-size: 19px;
}

.main-title-h4{
 font-size: 16px;

}
.main-title-h5{
   font-size: 15px;
}

.text-p{
   font-size: 13px;
}
.short-title{
  font-size: 14px;
}

.tiny-title{
font-size: 13px;
padding: 0 20px;
}
.p-100{
    padding: 30px 0;
}
.p-50{
    padding: 20px 0;
}

.offcanvas .navbar-nav .nav-item a{
font-weight: 500;
font-size: 13px;
color: #F05123;
transition: 0.3s ease-in-out;
padding-right: 0rem;
padding-left: 0.5rem;
position: relative;
/* font-family: "JetBrains Mono", monospace; */
font-family: "Space Grotesk", sans-serif;
}



.offcanvas .navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F05123;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

/* Show underline on hover */
.offcanvas .navbar-nav .nav-item a:hover::after {
  transform: scaleX(1);
}

.offcanvas .navbar-nav .nav-item a:hover{
    color: #F05123;
}

.primary-btn{
  height: 35px;
  line-height: 32px;
  padding: 0 10px;
  font-size: 13px;
}

.offcanvas .header-btn{
  font-size: 14px;
        height: 35px;
        padding: 0 10px;
        margin-left: 0px;
        display: inline-block;
        line-height: 35px;
        margin-left: 0;
}

.offcanvas .header-btn{
  background: #F05123;
  color: #fff;
  border-radius: 6px;
  margin-left: 0px;
  transition: ease-out 0.5s;
   box-shadow: inset 0 0 0 0 #f47a14;
    font-size: 13px;
        height: 35px;
        padding: 0 10px;
        display: inline-block;
        line-height: 35px;
}

.offcanvas .header-btn:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #f47a14;
}

.offcanvas .header-btn:active {
  transform: scale(0.9);
}

header .navbar-brand svg{
  height: 25px;
  width: auto;
} 


header .navbar .collapse .navbar-nav .nav-item a{
font-size: 14px;
padding-right: 1.1rem;
padding-left: 1.1rem;
}


   .hero-section {
        height: 100%;
        padding: 50px 0;
    }
    .hero-section p {
    margin-bottom: 20px;
}
    .hero-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 1;
}
        .hero-section:after {
        height: 31px;
        width: 170px;
    }


.about-us .stat-box {
    flex: 0 0 99.33%;
    text-align: center;
    margin: 0 0px;

}

.about-us .stats-section {
    justify-content: center;
        row-gap: 30px;
}

.about-us .counter {
  font-size: 35px;
}

.augmented .augment-box{
  padding: 25px 20px;
}

.stats-section .stat-box img{
  height: 60px;
  width: auto;
}

.stats-section .stat-box:nth-child(2),
.stats-section .stat-box:last-child {
  margin-top: 0px;
}


.services .card-box{
    padding: 25px 20px;
}
.services .card-box .content p {
        font-size: 14px;
        margin-bottom: 20px;
        height: unset;
    }

.services .card-box .content .icon{
    height: 45px;
    width: 45px;
}

.services .card-box .content .icon svg{
    height: 25px;
    width: auto;
} 

.services .card-box .content .services-btn{
    height: 45px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
}

.services .card-box .content .services-btn svg{
  height: 10px;
  width: auto;
}

.traditional-development .slider-line .handle {
    left: -8px;
    width: 18px;
    height: 18px;
}
.traditional-development .comparison-container-1 {
      max-width: 100%;
    }

    .comparison-container-1 input[type=range]::-webkit-slider-thumb {
          width: 35px;
          height: 35px;
    }

    input[type=range]::-moz-range-track {
  height: 20px;
}

#handle {
  height: 20px;
  width: 20px;
}



.our-portfolio .portfolio-box{
  padding: 20px 15px 0 15px;
}

.our-portfolio .portfolio-box .main-content{
  display: block;
}

.our-portfolio .portfolio-box .main-content img{
 margin-bottom: 20px;
 }

.our-portfolio .stats-box {
    margin-bottom: 0px;
}

.our-portfolio .portfolio-box .main-content .slide-left {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.our-portfolio .stats-box .num{
font-size: 15px;
}

.our-portfolio .stats-box .text{
  font-size: 15px;
}

.our-portfolio .stats-box .divider {
  width: 30px;
  margin: 10px 0px;
}

.our-portfolio .portfolio-box .slider-bottom {
    flex-wrap: wrap;
}
.our-portfolio .portfolio-box .slider-bottom .btn a svg{
  height: 45px;
  width: auto;
}
.our-portfolio .portfolio-nav{
  margin-top: 20px;
  margin-bottom: 0;
}

.our-portfolio .portfolio-nav button svg{
  height: 35px;
  width: auto;
}

/* Testimonials */
.testimonials .test-box{
padding: 30px 20px;
}
.testimonials .test-box p{
  height: unset;
}
.testimonials .test-box .name{
  font-size: 16px;
}
.testimonials .test-box .detail{
  font-size: 16px;
}

.testimonials .portfolio-nav button svg{
  height: 35px;
  width: auto;
}

.experience-dev .dev-slider {
  height: 250px; /* or any appropriate height */
}

.experience-dev .dev-box{
padding: 15px 10px;
margin-bottom: 10px;
}

.experience-dev .dev-box .icon svg{
  height: 25px;
  width: auto;
}

.experience-dev .dev-box p{
  margin-bottom: 0;
  font-size: 13px;
}

.awards .main-awards .awards-item p{
  font-size: 13px;
}

.awards .main-awards{
  row-gap: 60px;

}

.awards .main-awards .awards-item {
    flex: 0 0 49.33%;
}

.packages .package-box{
padding: 30px 0;
}

.packages .package-box .package-num{
  padding: 10px 0;
}

.packages .package-box h3{
  height: unset;
  margin-bottom: 10px;
}

.packages .package-box .scroll-list{
  height: unset;
}

.packages .package-box ul{
  margin-bottom: 20px;
  padding: 0 10px;
}

.packages .package-box ul li{
  font-size: 13px;
  line-height: 24px;
}

.packages .package-box .avial-now-btn{
   font-size: 14px;
  padding: 0 10px;
  height: 40px;
  width: 85%;
}

.form-sec .form{
  max-width: 100%;
  padding: 30px 20px;
 margin: 0 auto;
}

.form-sec .form .form-group.from_item input {
    font-size: 13px;
    height: 40px;
    line-height: 35px;
}
.form-sec .form .form-group.from_item input::placeholder, .form-sec .form .form-group.from_item textarea::placeholder {
  font-size: 13px;
}

.form-sec .form .form-group.from_item textarea {
    height: 40px;
    line-height: 30px;
    font-size: 14px;
}

.form-sec .form .btn_submit {
    font-size: 13px;
    height: 40px;
    margin: 10px auto 20px;
}

.back-height{
  height: unset;
  align-items: center;
}

/* Contact Page */

.global-offices .global-box{
padding: 30px 20px;
border-radius: 10px;
}

.global-offices .country-details{
    margin-bottom: 30px;
}

.global-offices .country-details .contact {
    margin-top: 20px;
}

.global-offices .country-details .para {
    height: unset;
}

.footer-container {
  column-gap: 0px;
  row-gap: 30px;
  justify-content: start;
}

.footer-section {
    flex: 0 0 100%;
}

.footer-section .footer-item {
    margin-top: 20px;
}
.social-icons a svg{
    height: 20px;
    width: auto;
}

.footer a {
   font-size: 14px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  font-size: 13px;
}

.footer-bottom {
  padding: 20px 0 20px 0;
  font-size: 13px;
}

.footer-links {
  gap: 5px;
}

.footer-links span{
    font-size: 11px;
    margin-top: -2px;
}

.footer-links a {
  font-size: 11px;
}
.footer-copy{
    margin-top: 10px;
}

.navbar-toggler{
    background-color: #F05123;
    padding: 3px 8px;
}
.navbar-toggler-icon {
    filter: brightness(0) invert(1);
    font-size: 16px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    color: #F0512300;
    border: none;
}

.pricing .cta-box{
padding: 25px 20px; 
}

.pricing-box {
    border-radius: 10px;
    padding: 30px 20px;
}

.pricing .cta-box .cta-flex{
  flex-wrap: wrap;
  row-gap: 20px;
}

.pricing .cta-box .cta-flex .content{
  flex: 0 0 100%;
} 

.pricing .cta-box .cta-flex .btn{
  flex: 0 0 100%;
  text-align: left;
}


}

@media (min-width: 0px) and (max-width: 370px) {
  .awards .main-awards{
  row-gap: 60px;

}

.awards .main-awards .awards-item {
    flex: 0 0 99.33%;
}
}