body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Font Size */

.fs-16 {
    font-size: clamp(0.875rem, 0.7188rem + 0.5vw, 1rem) !important;
}

.fs-18 {
    font-size: clamp(1rem, 0.9278rem + 0.3082vw, 1.125rem) !important;
}

.fs-22 {
    font-size: clamp(1.125rem, 0.8125rem + 1vw, 1.375rem) !important;
}

.fs-24 {
    font-size: clamp(1.375rem, 1.2188rem + 0.5vw, 1.5rem) !important;
}

/* 
.fs-44 {
    font-size: clamp(2.5rem, 2.1875rem + 1vw, 2.75rem) !important;
} */

.section {
    padding: clamp(3.75rem, 0.625rem + 10vw, 6.25rem) 0;
}

p {
    font-size: 1.375rem;
    margin-bottom: 0;
}

.main-title {
    font-size: clamp(2.5rem, 2.1094rem + 1.25vw, 2.8125rem) !important;
    font-weight: 600;
}

.title-tag {
    font-size: clamp(1.25rem, 1.0938rem + 0.5vw, 1.375rem) !important;
    font-weight: 600;
}

/* margin start */
.mb-20 {
    margin-bottom: 1.25rem;
}
.mb-30{
    margin-bottom: 1.875rem;
}
.mb-40 {
    margin-bottom: 2.5rem;
}

/* hero section css */
.hero-section {
    background-color: #ffff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../img/other/hero-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
}

.hero-section .hero-title {
    font-size: clamp(3.125rem, 2.3438rem + 2.5vw, 3.75rem);
    font-weight: bold;
}

.hero-section .sub-text {
    font-size: clamp(1.75rem, 1.5938rem + 0.5vw, 1.875rem);
    margin-bottom: 2.25rem;
    color: #00141fb3;
}

.hero-circle {
    position: relative;
}

.hero-circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/other/circle-bg.png);
}
/* about section */
.about-section {
    background-color: #ffff;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, hsla(0, 0%, 100%, 1) 60%, rgb(255, 255, 255) 100%), url(../img/other/about-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
}
/* how use section */
.how_use-section{
    background-color: #F7F7F7;
}
.how_use-section .card{
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: none;
    border-right: 0.5px solid #8DC11E;
    border-radius: 1rem;
    box-shadow: none;
}
.how_use-section .card .card-body{
    padding: clamp(1.25rem, 0.4688rem + 2.5vw, 1.875rem);
}
.how_use-section .card .card-body .numbar-box{
    display: flex;
    justify-content: center;
    margin-bottom:1.875rem;
}
.how_use-section .card .card-body .numbar-box .numbar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.125rem;
    width: 3.125rem;
    padding: 10px;
    border-radius: 100%;
    background-color: #8DC11E;
    color: #fff;
    font-size: clamp(1.125rem, 0.9688rem + 0.5vw, 1.25rem);
    font-weight: 600;
}
.how_use-section .card .card-body .h3-title{
    font-size: clamp(1.375rem, 1.2188rem + 0.5vw, 1.5rem);
    font-weight: 600;
    margin-bottom: .75rem;
}
.how_use-section .card .card-body .sub-text{
    font-size: clamp(1rem, 0.8438rem + 0.5vw, 1.125rem);
}
.how_use-section .info-text{
    font-size: clamp(1.25rem, 1.0938rem + 0.5vw, 1.375rem);
    font-weight: 600;
}
/* download section */
.download-section .card{
    background-color: #8DC11E;
    border:none;
    box-shadow: none;
    border-radius: 1.25rem;
}
.download-section .card .card-body{
padding:  clamp(1.25rem, -1.0938rem + 7.5vw, 3.125rem);
}
.download-section .card .card-body .title{
    font-size: clamp(2.5rem, 1.7188rem + 2.5vw, 3.125rem);
    font-weight: bold;
    font-family: "Roboto", serif;
    color: #fff;
}
.download-section .card .card-body .sub-text{
    font-size: clamp(1.25rem, 1.0938rem + 0.5vw, 1.375rem);
    font-family: "Roboto", serif;
    color: #fff;
}
/* Web_app section */
.Web_app-section{
    padding: 3.75rem 0;
}
/* contact_us section */
.contact_us-section .form-box .gap-20{
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}
.contact_us-section .card{
    width: 100%;
    background-color: #F7F7F7;
    border: 0.5px solid #31353C1A;
    box-shadow: none;
    border-radius:.75rem;
}
.contact_us-section .card .card-body{
padding: clamp(1.875rem, 1.0938rem + 2.5vw, 2.5rem) clamp(1.25rem, 0.4688rem + 2.5vw, 1.875rem);
}
.contact_us-section .card .card-body .info-box{
    display: flex;
    gap: 15px;
    align-items: start;
    margin-bottom: clamp(2.5rem, 1.7188rem + 2.5vw, 3.125rem);
}
.contact_us-section .card .card-body .info-box:last-child{
    margin-bottom: 0;
}
.contact_us-section .card .card-body .location-title{
    font-size: clamp(1.125rem, 0.9688rem + 0.5vw, 1.25rem);
    font-weight: 600;
    color: #001520 !important;
    text-decoration: none;
    margin-bottom: 0;
}

/* footer section */
.footer-section .footer-top{
    padding: clamp(3.75rem, 2.1875rem + 5vw, 5rem) 0;
    border-top: 0.5px solid #31353C1A;
}
.footer-section .footer-top .logo {
    width: clamp(12.5rem, 4.6875rem + 25vw, 18.75rem);
    height: 40px;
}
.footer-section .footer-top .logo .logo-img{
    width: clamp(12.5rem, 4.6875rem + 25vw, 18.75rem);
}
.footer-section .footer-top .nav-custom{
    gap: 2.125rem;
}
@media(max-width: 1200px) and (min-width: 992px){
    .footer-section .footer-top .logo {
        width: 12.5rem;
        height: 40px;
    }
    .footer-section .footer-top .logo .logo-img{
        width: 12.5rem;
    }
    .footer-section .footer-top .nav-custom{
        gap: 2.125rem;
    }
}
@media (min-width:1300px){
    .footer-section .footer-top .nav-custom{
        gap: 3.125rem;
    }
}

.footer-section .footer-top .nav-custom .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #001520;
}
.footer-section .footer-top .nav-custom .nav-link:hover {
    color: #8DC11E;
}
.footer-section .footer-top .social-link .social-box{
    height: 45px;
    width: 45px;
    border: 1px solid #494949;
    background-color: #2E2E2E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-section .footer-top .social-link .social-box:hover{
    border: none;
  }
  .footer-section .footer-top .social-link .social-box.facebook:hover{
    background: #316FF6;
  }
  .footer-section .footer-top .social-link .social-box.instagram:hover{
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  }
  .footer-section .footer-top .social-link .social-box.linkedIn:hover{
    background: #0A66C2;
  }
  .footer-section .footer-top .social-link .social-box.twitter:hover{
    background: #14171A;
  }

  .footer-section .footer-bottom{
    padding: 1.25rem 0;
    background-color: #000D14;
}
.footer-section .footer-bottom .copyright-box{
    display: flex;
    gap: .75rem;
  }
  .footer-section .footer-bottom .copyright-text{
   font-size: 1rem;
   font-weight: normal;
   color: #FFFFFF;
}
  .footer-section .footer-bottom .policy-box{
  display: flex;
  gap: .75rem;
}
  .footer-section .footer-bottom .policy-box .policy-text{
  font-size: 1rem;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}
  .footer-section .footer-bottom .policy-box .policy-text:hover{
 color: #8DC11E;
}
@media (max-width:992px) {
    .br{
display: none;
    }
    
}