/*===== GLOBAL Style ===*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body, *{
  font-family: "Rubik", sans-serif;
  color: var(--text-dark);
}

:root{
  --main-font: "Rubik", sans-serif;
  --primary-color: #006EFF;
  --secondary-color: #243FB1;
  --accent-color: #F8F5FE;
  --dark-color: #081735;
  --dark-bg: #022036;
  --light-fade-color: #f9f9f9;
  --light-dark-color: #D8D8D8;
  --light-color: #ffffff;
  --text-dark: #000000;
  --text-faded: #4F4F4F;
  --text-dark-faded: #1E1E1E;
  --grey-color: #E9E9E9;
  --font-weight: 500;
  --smooth: all .3s linear;
}

h2{
  font-size: 45px;
}

.site-btn .btn, .site-btn .btn2{
  background-color: var(--primary-color);
  color: var(--light-color);
  padding: 18px 30px;
  border-radius: 50px;
  font-weight: var(--font-weight);
  display: inline-block;
  width: 100%;
  font-size: 17px;
}
.site-btn .btn2{
  background-color: transparent;
  border: 1px solid var(--primary-color);
}

.site-btn .btn:hover, .site-btn .btn2:hover{
  background-color: var(--secondary-color);
  color: var(--light-color);
}
.site-btn {
  display: inline-block;
  max-width: 290px;
  width: 100%;
}

.site-desc{
  font-size: 22px;
}

.section{
  padding: 120px 10px;
}

.sub-title p{
  display: inline-block;
  padding: 5px 20px;
  background-color: var(--accent-color);
  border-radius: 50px;
  color: var(--primary-color);
  font-weight: var(--font-weight);
}
.text-lt-fade{
  color: var(--light-dark-color);
}
.text-light{
  color: var(--light-color);
}


.hang{
  animation: hang 2.5s linear infinite;
}
@keyframes hang {
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-10px);
  }
  100%{
    transform: translateY(0);
  }
}


.hover-hang:hover{
  animation: hang 1.5s linear infinite;
}
@keyframes hang {
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-10px);
  }
  100%{
    transform: translateY(0);
  }
}

.bg-radial{
  position: absolute;
  top: 50px;
  left: -100px;
  max-width: 900px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#235EE726, #00000000 70%);
  z-index: -1;
}
.texe-dark{
  color: var(--text-dark) !important;
}

/*===== GLOBAL Style ===*/


/*===== NAVBAR MENU Style ===*/

nav.navbar{
  background-color: var(--dark-bg);
}
.navbar .site-logo{
  max-width: 300px;
}

.navbar-nav .nav-link{
  color: var(--light-fade-color);
  margin: 0 15px;
}
.navbar-nav .nav-link.active{
  color: var(--light-color);
}
.navbar-nav .nav-link:hover{
  color: var(--primary-color);
}

.navbar .site-btn .btn, .navbar .site-btn .btn2{
  max-width: 120px;
  padding: 12px 30px;
  font-size: 16px;
}
.navbar .navbar-toggler{
  border-color: var(--primary-color) !important;
}
.navbar .navbar-toggler-icon{
  background-image: url(../img/toggle-icon.svg) !important;
}

.navbar-toggler:focus{
  box-shadow: none;
}

/*===== NAVBAR MENU Style ===*/

/*===== HERO Header Style ===*/

#header{
  background-color: var(--dark-bg);
  min-height: 100vh;
  padding: 100px 20px 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#header .banner-title, #header .banner-desc, #header .list{
  color: var(--light-color);
}
.site-color{
  color: var(--primary-color);
}

h1.banner-title{
  font-size: 64px;
  font-weight: var(--font-weight);
}
.icon-list{
  list-style: none;
  padding-left: 0;
}
.banner .list{
  margin-bottom: 10px;
}


.banner .banner-img{
  position: relative;
}

.banner .banner-img .invoice, .banner .banner-img .content{
  position: absolute;
  transform: translateX(-50%);
}

.banner .banner-img .invoice{
  top: 30px;
  left: -10px;
}

.banner .banner-img .content{
  bottom: 30px;
  left: -9vw;
}


/*===== HERO Header Style ===*/

/*===== Brand Logo Style ===*/

.brands-logo img{
  max-width: 200px;
  width: 100%;
  object-position: center;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
}

/*===== Brand Logo Style End ===*/

/*===== Who We serve Style ===*/

.serve{
  overflow: hidden;
}

.serve .img-column{
  position: relative;
  height: 100%;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.serve-img1{
  width: 250px;
  margin-left: auto;
  margin-bottom: -100px;
  z-index: 2;
}

.serve .sec-detail{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #DFDFDF;
  padding: 35px 0 30px;
}

.serve .icon-box{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 400px;
}
.serve .icon-box .icon{
  background: var(--accent-color);
  padding: 10px;
  border-radius: 50px;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
h3.sub-head{
  font-weight: var(--font-weight);
  margin-bottom: 5px;
}
h3.sub-head, .sub-desc{
  font-size: 19px;
}

/*===== Who We serve Style End ===*/

/*===== Platform Style ===*/

.platform{
  background-color: var(--dark-bg);
}
.platform .icon-box{
  background-color: #FFFFFF17;
  border: 1px solid #FFFFFF52;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
  transition: var(--smooth);
}

.platform .icon-box:hover{
  box-shadow: 0 5px 10px #000000;
  transition: var(--smooth);
}

.platform .title-desc{
  font-size: 20px;
}

/*===== Platform Style End ===*/

/*===== WHY Choose Us Style ===*/

.why-choose{
  position: relative;
  overflow: hidden;
}
.feature-card {
  background: var(--light-fade-color);
  box-shadow: 0 6px 20px #001D671F;
  border-radius: 25px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 40px;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 10px 20px 35px #001D6729;
}

.feature-icon {
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.box-title{
  font-size: 24px;
}
.why-choose .box-title{
  color: var(--text-dark-faded);
}
.why-choose .sub-desc{
  color: var(--text-faded);
}

.chart-box{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -40px;
}
.chart-box .chart-img2{
  position: relative;
  z-index: 2;
  max-width: 15vw;
  margin: 0 -15px -7vw auto;
}

.chart-box-img {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 25px;
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

.why-choose .bg-radial {
  top: -150px;
  left: -120px;
  min-width: 1000px;
  height: 150%;
}

.bg-after{
  position: relative;
}
.bg-after::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 70%;
  height: 90%;
  border-radius: 35px;
  background-color: #02203608;
  z-index: -1;
}

/*===== WHY Choose Us Style End ===*/

/*===== How It Works Style ===*/

.works{
  position: relative;
}

.tab-area .nav-link{
  padding: 15px 40px;
  font-size: 22px;
  background-color: var(--grey-color);
  color: var(--text-dark-faded);
  border-radius: 30px;
  margin: 0 30px 25px 0;
  font-weight: var(--font-weight);
}
.tab-area .nav-link:hover{
  color: var(--primary-color);
}

.tab-area .nav-link.active:hover{
  color: var(--light-color);
}

.tab-area .tab-content{
  background-color: #DFE8FC;
  padding: 60px 30px 40px;
  border-radius: 20px;
  position: relative;
}

.tab-title{
  font-size: 30px;
  color: var(--dark-color);
  font-weight: var(--font-weight);
}
.tab-desc, .single-desc{
  font-size: 20px;
  line-height: 28px;
}

.tab-chart{
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.arrow-icon{
  position: absolute;
  top: -5%;
  left: 62%;
  transform: translate(-50% , -50%);
  width: 300px;
  height: auto;
}


/*===== How It Works Style End ===*/

/*====== KEYS SEction ====*/

.keys{
  background: linear-gradient(to top, transparent 30%, var(--dark-bg) 30%);
}

.playBtn{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--light-color);
  box-shadow: 0 0 50px #00000026;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-slide .swiper{
  padding-bottom: 120px;
}
.key-slide .single-key{
  position: relative;
  padding: 20px;
  background-color: #F7F8F9;
  border-radius: 20px;
}

.key-slide .swiper-button-prev, .key-slide .swiper-button-next{
  top: 98%;
  transform: translate(-50%,-50%);
  background-color: #EFEFEF;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 15px;
}
.key-slide .swiper-button-prev::after, .key-slide .swiper-button-next::after{
  display: none;
}
.key-slide .swiper-button-prev{
  left: 48%;
}
.key-slide .swiper-button-next{
  right: 44%;
}
.key-slide .swiper-button-prev.active, .key-slide .swiper-button-next.active{
  background-color: var(--primary-color);
}
.key-slide .swiper-button-prev.active svg path, .key-slide .swiper-button-next.active svg path{
  fill: #F8F9FA;
}


/*====== Price Plan Style ====*/

.price-sec{
  background-color: var(--dark-bg);
}
.price-box{
  background-color: var(--light-color);
  padding: 40px 35px;
  border-radius: 20px;
  transition: var(--smooth);
  margin-top: 30px;
}
.price-box:hover{
  transform: translateY(-10px);
  box-shadow: 0 5px 10px #00000080;
  transition: var(--smooth);
}
.price-box .sub-icon{
  display: flex;
  align-items: center;
}
.sub-icon svg, .price-detail svg{
  width: 35px;
}
.price-amount{
  font-size: 48px;
}
.sub-icon .icon-text{
  font-weight: var(--font-weight);
}
.price-box .icon-text{
  color: var(--primary-color);
}

.price-box .site-btn{
  max-width: 100%;
  width: 100%;
}
.site-btn .btn.priceBtn{
  border-radius: 8px;
  background-color: var(--light-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  width: 100%;
  padding: 12px 30px;
  font-weight: var(--font-weight);
  transition: var(--smooth);
}
.site-btn .btn.priceBtn:hover{
  background-color: var(--primary-color);
  color: var(--light-color);
  transition: var(--smooth);
}
.price-detail .d-title{
  font-size: 20px;
  margin-bottom: 15px;
}
.price-detail .list{
  margin-bottom: 5px;
}

/*======== TESTIMONIAL ======*/
.section.testi{
  padding-bottom: 60px;
}
.test-slide .single-slide{
  padding: 40px;
  background: var(--light-color);
  border-radius: 30px;
  box-shadow: 0 10px 30px #001D670D;
  transition: var(--smooth);
}
.test-slide .single-slide:hover{
  transform: translateY(-5px);
  box-shadow: 0 0 10px #001d674d;
  transition: var(--smooth);
}
.test-slide .swiper{
  padding: 20px 20px 40px;
}
.test-slide .percent{
  font-size: 38px;
  line-height: 50px;
  font-weight: var(--font-weight);
}
.test-slide .per-desc{
  font-size: 15px;
  font-weight: var(--font-weight);
  max-width: 250px;
}

.test-slide .profile{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.profile .p-detail h3{
  font-size: 19px;
  font-weight: var(--font-weight);
  margin-bottom: 3px;
}
.profile .designation{
  font-size: 15px;
}

/*======= COmmunity Section Style =====*/

.community-card {
  background: #DFE8FC;
  border-radius: 15px;
  padding: 40px;
}
.community-card .title{
  font-size: 30px;
  font-weight: var(--font-weight);
}
.client-avatars img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -12px;
}
.rating-no{
  font-size: 38px;
  font-weight: var(--font-weight);
}
.happy{
  font-size: 22px;
  font-weight: var(--font-weight);
}
.points{
  font-size: 45px;
  font-weight: var(--font-weight);
}
    
.subscribe-input {
  border-radius: 8px 0 0 8px;
  border: none;
  padding: 20px;
  height: 70px;
  flex: 1;
  font-size: 18px;
  width: 100%;
}
.subscribe-input::placeholder{
  color: #B3B3B3;
}
.subscribe-input:focus,.subscribe-input:focus-visible{
  box-shadow: none;
  border: none;
  outline: none;
}
.subscribe-btn {
  border-radius: 0 8px 8px 0;
  background: var(--primary-color);
  color: var(--light-color);
  border: none;
  padding: 12px 20px;
  width: 200px;
  max-width: 100%;
  font-size: 20px;
  font-weight: var(--font-weight);
}
.subscribe-btn:hover{
  background: var(--secondary-color);
}
.check-list .list{
  font-size: 19px;
  line-height: 25px;
}
.check-list i {
  color: var(--primary-color);
  margin-right: 15px;
  margin-top: 2px;
}
.input-group {
  flex-wrap: nowrap;
}

/*======= COmmunity Section Style =====*/

/*======= Footer Section Style =====*/

.footer .footer-top{
  background-color: var(--dark-bg);
  padding: 60px 10px 50px;
  position: relative;
  overflow: hidden;
}
.container{
  position: relative;
  z-index: 2;
}
.footer p, .footer a, .footer li, .footer div, .footer i{
  color: var(--light-fade-color);
}
.ft-about img{
  width: 220px;
}
.ft-desc, .ft-menu a{
  font-size: 17px;
  line-height: 26px;
  max-width: 450px;
}
.menu-title, .newsletter .title{
  font-size: 22px;
  font-weight: var(--font-weight);
}
.ft-menu a{
  margin: 10px 0;
}
.ft-menu a:hover{
  color: var(--primary-color);
}
.news-desc{
  font-size: 13px;
  max-width: 440px;
}
.newsletter .subscribe-input{
  height: 60px;
  font-size: 12px;
}

.newsletter .subscribe-btn{
  font-size: 13px;
  width: 150px;
}

.social-icons{
  margin-top: 40px;
}
.social-icons i{
  font-size: 26px;
}
.social-icons i:hover{
  color: var(--primary-color);
}
.footer-bottom{
  background: #021B2D;
  padding: 30px 20px;
}

.shape{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/bg-shape.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*======= Footer Section Style =====*/

.sticky-btn {
  position: fixed;
  bottom: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.sticky-btn .btn{
  padding: 15px;
  background-color: var(--primary-color);
  font-size: 20px;
  line-height: 20px;
  border-radius: 0 0 0 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 15px #001d6738;
}
.sticky-btn .btn, .sticky-btn .btn i{
    color: #EAEAEA !important;
}

.sticky-btn .btn:hover{
  background-color: var(--secondary-color);
}
.sticky-btn .btn:active{
  border-width: 0;
  background-color: var(--secondary-color);
}


/*===== Custom Containers Width and Media Query's ====*/

@media (min-width: 1600px) {
.site-btn .btn.priceBtn{
  font-size: 20px;
}
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1560px;
    }
    .sub-title p{
    font-size: 19px;
    }
    .chart-box .box-title{
      font-size: 22px;
    }
    .tab-title{
      max-width: 550px;
    }
    .banner .site-btn .btn{
      font-size: 18px;
    }
    .p-cus{
      padding-right: 70px;
    }
}

@media (min-width:1861px){
  /* .tab-chart{
  position: absolute;
  top: 50%;
  right: -41%;
  transform: translate(-50%, -50%);
  width: 60%;
  padding-right: 10px;
} */
.tab-chart {
  margin-right: -11vw;
  padding-right: 10px;
}
}
@media (max-width:1860px){
.tab-chart {
  margin-right: -10vw;
  padding-right: 10px;
}
}
@media (max-width:1820px){
.tab-chart {
  margin-right: -9vw;
}
}
@media (max-width:1770px){
.tab-chart {
  margin-right: -8vw;
}
}
@media (max-width:1730px){
.tab-chart {
  margin-right: -7vw;
}
}
@media (max-width:1690px){
.tab-chart {
  margin-right: -6vw;
}
}
@media (max-width:1650px){
.tab-chart {
  margin-right: -5vw;
}
}
@media (max-width:1615px){
.tab-chart {
  margin-right: -1vw;
}
}
@media (max-width:1400px){
.tab-chart {
  margin-right: -12vw;
}
}
@media (max-width:1360px){
.tab-chart {
  margin-right: -10vw;
}
}
@media (max-width:1290px){
.tab-chart {
  margin-right: -9vw;
}
}
@media (max-width:1260px){
.tab-chart {
  margin-right: -1vw;
}
}

@media (max-width:1600px){
  h1.banner-title{
      font-size: 60px;
    }
  .site-desc{
    font-size: 20px;
  }
  .banner .banner-img .invoice{
    max-width: 50%;
  }
  .banner .banner-img .content{
    max-width: 70%;
    left: -6vw;
  }
  
}

@media (max-width: 1399px){
  #header{
    padding: 100px 20px 80px;
  }
  .sub-title p{
  font-size: 16px;
}
  h1.banner-title{
    font-size: 55px;
  }
  .site-desc{
    font-size: 18px;
  }
  .navbar .site-logo{
  max-width: 200px;
}
.serve .sec-detail{
  padding-bottom: 15px;
}
.site-btn{
  max-width: 250px;
}
.site-btn .btn{
  font-size: 16px;
}
.box-title{
  font-size: 22px;
}
.tab-area .nav-link{
  font-size: 20px;
  margin: 0 20px 20px 0;
}
.key-slide .swiper-button-next, .key-slide .swiper-button-prev{
  width: 40px;
  height: 40px;
  padding: 12px;
  top: 97%;
}
.key-slide .swiper-button-prev{
left: 48%;
}
.key-slide .swiper-button-next{
  right: 43%;
}
.key-slide .swiper {
  padding-bottom: 100px;
}
.tab-area .tab-content{
  padding: 40px 30px;
}
.tab-desc, .single-desc{
  font-size: 18px;
}
.sub-icon svg{
  width: 30px;
}
.price-amount{
  font-size: 45px;
}
.price-detail .d-title{
  font-size: 18px;
}
.test-slide .single-desc{
  font-size: 18px;
}
.check-list .list{
  font-size: 18px;
  line-height: 23px;
}
.community .site-desc{
  font-size: 20px;
}
.community-card .title{
  font-size: 28px;
}
.community-card{
  padding: 40px 30px 30px;
}
.happy{
  font-size: 18px;
}
.subscribe-btn{
  width: 180px;
  font-size: 18px;
}
.sticky-btn .btn{
  font-size: 18px;
}
}

@media (min-width:1400px) and (max-width: 1599px){
  .arrow-icon {
    top: -5%;
    left: 63%;
}
.footer .footer-top{
  padding-top: 40px;
}
}

@media (min-width:1199px) and (max-width: 1399px) {
  .chart-box .box-title{
    max-width: 300px;
  }
  .arrow-icon {
    top: -5%;
    left: 63%;
}
.p-cus{
  padding-right: 50px;
}

}

@media (min-width:992px) and (max-width: 1399px){
.serve-img1 {
    width: 18vw;
    margin-bottom: -7vw;
}
.p-cus{
  padding-right: 40px;
}
.client-avatars img{
  width: 60px;
  height: 60px;
}
.points{
  font-size: 35px !important;
}
.rating-no{
  font-size: 35px;
}
.newsletter .subscribe-btn{
  width: 100px;
}
.footer .footer-top{
  padding-bottom: 30px;
}

}

@media (min-width:992px) and (max-width: 1199px) {
  .serve .sec-detail .site-btn{
    max-width: 220px;
  }
  .platform .icon-box{
    padding: 30px;
  }
  .chart-box .box-title{
    max-width: 250px;
  }
  .arrow-icon {
    top: -4%;
    left: 63%;
}
.price-box{
  padding: 40px 25px;
}

  
}

@media (min-width:768px) and (max-width: 991px){
  .why-choose .bg-radial {
    top: 0px;
    height: 120%;
}
.community-card{
  padding: 40px 40px 30px;
}
.news-desc{
    max-width: 100%;
  }

}


@media (min-width:576px) and (max-width: 767px) {
  .serve .sec-detail .site-btn{
    max-width: 220px;
  }
  .platform .icon-box{
    padding: 25px;
  }
  .news-desc{
    max-width: 100%;
  }
}

@media (max-width: 1199px){
  h1.banner-title{
    font-size: 50px;
  }
  .section{
  padding: 100px 10px;
}
.serve .icon-box .icon{
  width: 60px;
  height: 60px;
}
.serve .icon-box .icon svg{
  width: 30px;
}
.sub-desc{
  font-size: 16px;
}
h2{
    font-size: 40px;
  }
  .box-title{
    font-size: 20px;
  }
  .tab-title{
    font-size: 28px;
  }
  .tab-desc{
    font-size: 18px;
    line-height: 26px;
  }
  .single-desc{
    font-size: 16px;
    line-height: 24px;
  }
  .tab-area .tab-content {
    padding: 40px 20px;
  }
  .tab-chart{
    position: relative;
    padding: 10px 0 0;
    width: 100%;
  }
  .tab-area .nav-link{
    font-size: 18px;
    padding: 10px 30px;
    margin: 0 20px 20px 0;
  }
.key-slide .swiper-button-prev{
left: 48%;
}
.key-slide .swiper-button-next{
  right: 41%;
}
.sub-icon svg{
  width: 25px;
}
.price-detail svg{
  width: 32px;
}

.price-amount{
  font-size: 40px;
}
.test-slide .single-slide{
  box-shadow: 0 0px 25px -10px #001d6728;
}
.input-group {
  padding-top: 10px;
}
.subscribe-btn{
  width: 140px;
}
.subscribe-input{
  font-size: 16px;
  height: 60px;
}
.social-icons{
  margin-top: 30px;
}
.sticky-btn .btn{
  font-size: 16px;
  padding: 12px;
}
}

@media (max-width: 991px){
  .sub-title p{
  font-size: 14px;}
  h1.banner-title{
    font-size: 45px;
  }
  .banner .banner-img .content{
    max-width: 70%;
    bottom: -40px;
    left: 0vw;
  }
  .brands-logo img{
    max-width: 150px;
  }
  .serve .img-column{
    margin-bottom: 30px;
  }
  .platform .title-desc{
  font-size: 18px;
}
 .chart-box .chart-img2{
  max-width: 250px;
  margin: 0 -15px -100px auto;
 }
 .chart-box{
  margin-top: 0;
  padding-top: 30px;
 }
 .arrow-icon {
    top: -2%;
    left: 70%;
}
.arrow-icon svg{
  width: 85px;
}
.key-slide .swiper-button-prev{
left: 47%;
}
.key-slide .swiper-button-next{
  right: 39%;
}
.key-slide .swiper {
  padding-bottom: 80px;
}

.tab-desc{
  font-size: 16px;
  line-height: 24px;
}
.test-slide .single-slide{
  padding: 40px 25px;
}
.p-cus{
  padding-bottom: 50px;
}
.subscribe-btn{
  width: 180px;
}
.ft-desc{
  max-width: 100%;
}
.footer-bottom{
  padding: 20px;
}
.shape{
  background-position: 10%;
}
#header{
    padding: 80px 20px;
  }

}

@media (max-width: 767px){
  #header{
    padding: 60px 10px 80px;
  }
  h1.banner-title{
    font-size: 40px;
  }
    .site-desc{
    font-size: 16px;
  }
  .sec-detail{
    flex-direction: column;
  }
  .section{
  padding: 70px 10px;
}
h2{
    font-size: 35px;
  }
  .chart-box .chart-img2{
  max-width: 200px;
 }
 .chart-box .box-title{
    max-width: 250px;
  }
  .why-choose .bg-radial {
  top: -100px;
  left: -200px;
  min-width: 1000px;
  height: 150%;
}
.chart-box{
  padding-top: 20px;
 }
 .bg-after::after{
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
 }
 .feature-icon{
  width: 50px;
  height: 50px;
 }
 .tab-area .nav-link{
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 15px 15px 0;
  }
  .container, .container-sm {
    max-width: 650px;
}
 .arrow-icon {
    top: -1.5%;
    left: 60%;
    width: auto;
}
.arrow-icon svg{
  width: 80px;
}
.why-choose .bg-radial {
    top: 0px;
    height: 120%;
}
.key-slide .swiper-button-prev{
left: 46.5%;
}
.key-slide .swiper-button-next{
  right: 38.5%;
}
.key-slide .swiper {
  padding-bottom: 80px;
}
.key-slide .swiper-button-next, .key-slide .swiper-button-prev{
  width: 35px;
  height: 35px;
  padding: 10px;
}
.playBtn{
  width: 80px;
  height: 80px;
}
.key-slide .single-key{
  padding: 10px;
  border-radius: 10px;
}
.tab-title{
  font-size: 25px;
}
.test-slide .single-desc{
  font-size: 18px;
}
.subscribe-btn{
  width: 140px;
}
.sticky-btn .btn{
  font-size: 14px;
  padding: 10px;
}
.shape{
  background-position: 20%;
}

}

@media (max-width: 575px){
  .shape{
  background-position: 7%;
}
  h1.banner-title{
    font-size: 35px;
  }
  h2{
    font-size: 30px;
  }
  .test-slide .percent{
    font-size: 35px;
  }
  .site-btn .btn{
  font-size: 14px;
  width: auto;
  padding: 15px 30px;
}
.serve .sec-detail{
  flex-direction: column;
}
.site-btn{
    max-width: 220px;
  }
  .platform .icon-box{
    padding: 30px;
  }
  .platform .title-desc{
  font-size: 16px;
}
.chart-box .chart-img2{
  max-width: 30vw;
  margin: 0 -10px -15vw auto;
 }
 .chart-box .box-title{
    max-width: 35vw;
    font-size: 3vw;
  }
  .why-choose .bg-radial {
  top: -50px;
  height: 135%;
}
.chart-box{
  padding-top: 0;
 }
  .arrow-icon {
    top: -1.5%;
    left: 60%;
    width: auto;
}

.key-slide .swiper-button-prev{
left: 47.5%;
}
.key-slide .swiper-button-next{
  right: 35.5%;
}
.key-slide .swiper {
  padding-bottom: 70px;
}
.playBtn{
  width: 70px;
  height: 70px;
  padding: 25px;
}
.sub-title p{
  font-size: 12px;
}
.tab-title{
  font-size: 23px;
}
.tab-desc, .single-desc{
  font-size: 14px;
  line-height: 22px;
}
.price-amount{
  font-size: 35px;
}
.price-detail .d-title{
  font-size: 16px;
  margin-bottom: 10px;
}
.price-detail svg{
  padding-right: 15px !important;
}
.price-detail .list{
  margin-bottom: 2px;
}
.price-box{
  padding: 30px 25px;
}
.serve-img1 {
  width: 39vw;
  margin-bottom: -18vw;
}
.profile .designation, .test-slide .per-desc{
  font-size: 14px;
  line-height: 20px;
}
.profile .p-detail h3{
  font-size: 16px;
}
.profile .designation{
  font-size: 12px;
}
.test-slide .single-slide{
  padding: 30px 25px;
}

.check-list .list{
  font-size: 16px;
  line-height: 23px;
}
.community .site-desc{
  font-size: 18px;
}
.community-card .title{
  font-size: 25px;
}
.client-avatars img{
  width: 50px;
  height: 50px;
}
.points{
  font-size: 35px !important;
}
.rating-no{
  font-size: 30px;
}
.subscribe-btn{
  width: 130px;
  font-size: 16px;
}
.ft-desc{
  font-size: 16px;
}
.footer-bottom .ft-desc{
  font-size: 14px;
}
.feature-card{
  margin-bottom: 30px;
}
.section.testi{
  padding-bottom: 40px;
}
.span0{
  padding-bottom: 0 !important;
}
}

@media (max-width:515px){
.key-slide .swiper-button-prev{
left: 47%;
}
.key-slide .swiper-button-next{
  right: 34%;
}
}
@media (max-width:450px){
.key-slide .swiper-button-prev{
left: 46%;
}
.key-slide .swiper-button-next{
  right: 34%;
}
.key-slide .swiper-button-next, .key-slide .swiper-button-prev{
  width: 30px;
  height: 30px;
  padding: 8px;
}
.playBtn{
  width: 60px;
  height: 60px;
  padding: 20px;
}
}

@media (max-width:400px){
  .why-choose .bg-radial {
  height: 150%;
}
.subscribe-btn{
  width: 110px;
}
.subscribe-input{
  height: 50px;
  padding: 20px 15px;
}
.newsletter .subscribe-btn{
  width: 100px;
}
.newsletter .subscribe-input{
  height: 50px;
}
.input-group{
  padding-top: 0;
}
h1.banner-title{
  font-size: 33px;
}
}

@media (max-width:379px){
  .arrow-icon {
    top: -1%;
    left: 60%;
    width: auto;
}
.arrow-icon svg{
  width: 70px;
}
.key-slide .swiper-button-prev{
left: 45%;
}
.key-slide .swiper-button-next{
  right: 31%;
}
.keys .key-slide.pt-4{
  padding-top: 20px !important;
}
.profile img{
  width: 80px;
  margin-right: -10px;
}
.points{
  font-size: 33px !important;
}
.rating-no{
  font-size: 25px;
  margin-left: 10px !important;
}
.community-card{
  padding: 40px 25px 30px;
}
.subscribe-btn{
  width: 100px;
  font-size: 14px;
}
#header {
    padding: 60px 10px;
}
}