html {
      scroll-behavior: smooth;
    }

body{
    font-family: 'Satoshi Regular';
    position: relative;
}

#navbar {
    position: fixed;
      width: 100%;
      top: 0;
      z-index: 999;
}
#navbar.scrolled{
    
      background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
#navbar.scrolled .top-menu{
          padding-top: 10px;
            padding-bottom: 10px;
            height: 65px;
}
.navbar li a.active{
    color: var(--theme-blue);
}
#navbar.scrolled .top-menu .navbar-brand img {
    width: 120px;
}
#navbar.scrolled .top-menu .nav-link{
    font-size: 14px;
    color: var(--white);
    padding: 9px 12px;
    gap: 8px;
}
.nav-link{
    border-radius: 50px;
    background: var(--theme-blue);
    font-size: 16px;
    color: var(--white);
    padding: 12px 24px;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Satoshi Medium';
}
.section-padding{
    padding: 85px 0;
}
.nav-link:hover{
    background: #000;
    color: var(--white);
}

.border-btm{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.top-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    height: 96px;
}
.navbar-brand img{
    width: 150px;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
}
.navbar li{
    position: relative;
}
.navbar li:before{
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: rgba(0, 0, 0, 0.2);
}
.navbar li:last-child:before{
    display: none;
}
.navbar li a{
    padding: 6px 24px;
    color: var(--menu-gray);
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    text-align: center;
    display: block;
    transition: color 0.3s ease;
}
.navbar li a:hover{
    color: var(--theme-blue);
}

/*top feature tocken*/
.feature-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}
/* .feature-list li{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.feature-list .feature-list-to{
    padding: 6px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: left;
}
.feature-list-to span{
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
}
.feature-list-to span img{
    max-width: 40px;
}
.feature-swiper {
  padding: 16px 0;
}
.feature-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.feature-list h3{
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    font-family: 'Satoshi Medium';
}

/*hero section*/
.hero-section{
    background: 
        linear-gradient(180deg, rgba(245, 245, 245, 0) 51.91%, #9A9A9A 215.12%);
    height: calc(1293px - 96px);
    overflow: hidden;
    position: relative;
    padding-top: 90px;
}
.hero-section::after{
    content: "";
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
    background: url(../images/radial.svg) no-repeat center bottom;
    background-size: cover;
    z-index: -1;
}
.hero-caption{
    margin-top: 65px;
    text-align: center;
    display: flex;
    gap: 24px;
    flex-direction: column;

}
.hero-caption h1{
    font-size: clamp(2.25rem, 1rem + 4vw, 4.5rem);
    color: var(--title-clr);
    line-height: 80px;
    font-family: 'Satoshi Black';
}
.hero-caption p{
    font-size: 20px;
    font-family: 'Satoshi Medium';
    color:var(--text-clr);
}
.hero-caption span{
    font-size: 16px;
    font-family: 'Satoshi Light Italic';
    color:var(--white);
    background: var(--theme-blue);
    border-radius: 50px;
    padding: 7px 30px;
    width: max-content;
    margin: 10px auto;
    text-transform: capitalize;
}
.play-store{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 52px;
}
.play-store a img{
    width: 160px;
}
.hero-imgs{
    text-align: center;
    height: 100%;
    max-height: 647px;
    overflow: hidden;
    
    position: relative;
}
.hero-imgs .main-hero-img{
        margin-left: 32px;
}
.hero-sub-img{
    position: absolute;
    width: 100%;
}
.hero-sub-img .img-1{
    max-width: 400px;
    left: -14%;
    position: absolute;
    transform: rotate(-12deg);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    border: 1px solid #f1f1f1;
}
.hero-sub-img .img-2{
    right: -14%;
    position: absolute;
    max-width: 400px;
    transform: rotate(12deg);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    border: 1px solid #f1f1f1;
}
.img-wrapper{
     margin: 54px auto 0px;
     width: 100%;
    max-width: 992px;
    position: relative;
}

/*brand slider*/
.brand-logo{
    padding: 108px 0 40px;
    background: var(--white);
}
.brand-logo h4{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
    font-family: 'Satoshi Medium';
}
/* .brand-logo ul{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    margin-top: 32px;
}
.brand-logo ul li{
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.top-padding-30{
    padding-top: 30px;
}

/*feature css*/
/* .features{
    margin: 164px 0 130px;
} */
.section-title-bar{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section-title-bar span{
    background: rgba(231, 76, 60, 0.1);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(231, 76, 60, 1);
    padding: 8px 16px;
    width: fit-content;
}
.section-title-bar h2{
    font-size: clamp(1.625rem, 0.6181rem + 3.2222vw, 3.4375rem);
    line-height: 66px;
    font-weight: 700;
    color: rgba(38, 38, 38, 1);
    text-transform: capitalize;
    font-family: 'Satoshi Medium';
}
.section-title-bar p{
    font-size: 20px;
    font-weight: 500;
    color: rgba(163, 163, 163, 1);
    font-family: 'Satoshi Medium';
}
.choose-us-img{
}
.choose-us-img img{
    max-width: 490px;
}
.chooseus-list{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.chooseus-list .list{
    display: flex;
    gap: 34px;
    border-radius: 24px;
    border-width: 1px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}
.chooseus-list .list span{
    width: 30px;
    height: 30px;
    gap: 8px;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(231, 76, 60, 0.1);
    margin-right: 20px;
}
.chooseus-list .list .list-content{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.chooseus-list .list .list-content h3{
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    font-family: 'Satoshi Bold';
   color: rgba(0, 0, 0, 1);

}
.chooseus-list .list .list-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: rgba(115, 115, 115, 1);
    line-height: 24px;
}
.chooseus-list .list .list-content a{
    margin-top: 12px;
    width: max-content;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--theme-blue);
}

.accordion-item .accordion-button{
    background: #F5F5F5;
    border-radius: 15px;
    text-transform: capitalize;
    font-size: 17px;
}

/*feature*/
.black-box{
    background: rgba(23, 23, 23, 1);
    padding: 25px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: background 0.3s ease;
}
.black-box:hover{
    background: var(--theme-blue);
    transition: background 0.3s ease;
}
.black-box .black-box-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.black-box .black-box-content h4{
    font-weight: 700;
    line-height: 30px;
    font-size: 22px;
    letter-spacing: 0%;
    color: var(--white);
    font-family: 'Satoshi Medium';
}
.black-box .black-box-content p{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0%;
    color: rgba(163, 163, 163, 1);
    line-height: 18px;
}
.black-box:hover .black-box-content p{
    color: var(--white);
}
.black-box .black-box-img{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    flex-direction: column;
    display: flex; 
}
.black-box-img-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}
.black-box-img-content h5{
    font-weight: 500;
    font-size: 18.35px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white);
}
.black-box-img-content span{
    display: flex;
    background: rgba(115, 115, 115, 1);
    color: var(--white);
    height: 26px;
    align-items: center;
    justify-content: center;
    gap: 9.18px;
    border-radius: 27.53px;
    padding: 2.29px 16.06px;
    font-weight: 500;
    font-size: 16.06px;
    line-height: 100%;
    letter-spacing: 0%;
}
.black-box:hover .black-box-img-content span{
    background: var(--white);
    color: var(--theme-blue);
}
.black-box .box-img{
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 13.76px;
}
.black-box .box-img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: 8s all ease;
    height: 1013px;
}
.black-box .black-box-height-two img{
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: 8s all ease;
    height: 608px;
}
.black-box:hover .black-box-height-two img {
    object-position: bottom;
}
.other-black-box{
    height: 100%;
    position: relative;
    border-radius: 13.76px;
    background: #E0DBD7;
    text-align: center;
}
/* .black-box-height{
    height: 100%;
} */
.other-black-box img{
    object-fit: cover;
}
.black-box:hover .box-img img {
    object-position: bottom;
}
.mt-64{
    margin-top: 64px;
}
.mobile-mockup img{
    max-width: 100%;
}
.w-140{
    width: 140px;
}
/* .blog-section{
    margin: 164px 0 130px;
} */
.blog-content .time-and-date{
    display: flex;
    gap: 42px;
    align-items: center;
}
.blog-content .time-and-date span{  
    font-size: 20px;
    color: rgba(115, 115, 115, 1);
    font-family: 'Satoshi Medium';
    position: relative;
}
.blog-content .time-and-date span:before{
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: rgba(115, 115, 115, 1);
    border-radius: 50%;
}
.blog-content .time-and-date span:first-child:before{
    display: none;
}
.blog-content h3{
font-family: 'Satoshi Bold';
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
color: rgba(0, 0, 0, 1);
}
.blog-content a{
    font-family: 'Satoshi Bold';
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
display: flex;
gap: 12px;
align-items: center;
margin-top: 12px;
width: max-content;
color: var(--theme-blue);

}
.blog-content{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.blog-img{
    width: 100%;
    max-width: 192px;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
}
.blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-list{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.blog-items{
    display: flex;
    gap: 24px;
    align-items: center;
}

/* call to action */
.cta-box{
    background: var(--theme-blue) url(../images/cta-element.svg) no-repeat center right;
    border-radius: 32px;
    height: 402px;
    background-position: 120%;
    position: relative;
    display: flex;
}
.cta-img{
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 550px;
    top: -180px;
}
.cta-content{
    padding: 85px 20px;
}
.cta-content h2{
    color: var(--white);
}
.cta-content p{
    color: rgba(245, 245, 245, 1);
}
.cta-box .play-store{
    justify-content: start;
}

/*pricing-box*/

.pricing-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px;
    background: var(--white);
    border-radius: 22px;
    border:1px solid #d6d6d6;
}
.plan-name{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    font-family: 'satoshi Medium';
    text-transform: capitalize;
}
.plan-name i{
    padding: 8px;
    width: 36px;
    height: 36px;
    background: var(--white);
    border: 1px solid #F2F2F4;
    border-radius: 8px;
    color: var(--theme-blue);
    font-size: 20px;
    margin-right: 8px;
}
.discount-offer{
    padding: 4px 12px;
    background: rgba(231, 76, 60, 0.1);
    border-radius: 6px;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: var(--theme-blue);
}
.plan-price{
    display: flex;
    align-items: center;
    gap: 4px;
}
.plan-price sup{
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 140%;
    color: #242424;
}
.plan-price sub{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #878787;
}
.plan-price h3{
    font-style: normal;
    font-family: 'satoshi Bold';
    font-size: 36px;
    line-height: 120%;
    color: var(--title-clr);
}
.billing-note{
  font-size: 0.85rem;
  color: var(--theme-blue);
  font-family: 'satoshi Medium';
  margin-top: -10px;
}
.plan-discription{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.plan-discription p{
    font-size: 14px;
    line-height: 20px;
    font-family: 'satoshi Medium';
    padding-left: 15px;
    position: relative;
}
.plan-discription p i {
    color: var(--theme-blue);
    /* height: 30px; */
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 20px;
}
.plan-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 40px;
    gap: 10px;
    background: rgba(231, 76, 60, 0.1);
    border-radius: 8px;
    font-size: 16px;
    color: var(--title-clr);
    font-family: 'satoshi Bold';
}
.pricing-box:hover .plan-btn{
    background: var(--theme-blue);
    color: var(--white);
}
.best-deal{
    background: var(--theme-blue);
    border-radius: 24px;
    padding: 20px 8px 8px;
}
.best-deal h4{
    font-size: 20px;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    gap: 12px;
    margin-bottom: 16px;
}

/*pricing tabel*/
.pricing-table-wrapper {
      overflow-x: auto;
    }
    .pricing-table {
      min-width: 767px;
      border-collapse: separate;
        border-spacing: 0 0;
        border-spacing: 0.75rem 0 ;
        background: #f5f5f5;

    }
    .pricing-table .fa-circle-xmark{
        color: var(--theme-blue);
    }
    .pricing-table .fa-circle-check{
        color: green;
    }
    .bottom-list {
    width: 80%;
    font-size: 12px;
    white-space: break-spaces;
    text-align: left;
    gap: 5px;
    display: flex;
    flex-direction: column;
    list-style: circle;
    padding: 0px 10px;
}
    
    .pricing-table th,
    .pricing-table td {
      padding: 14px 20px;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap;
      border: none;
      background: var(--white);
    }
    .pricing-table tr:hover td,.pricing-table tr:hover th{
        background: var(--theme-blue) !important;
        color: var(--white);
    }
    .pricing-table tr:hover .pricing-header,.pricing-table tr:hover .text-muted{
        color: var(--white) !important;
    }
    .pricing-table tr th:first-child, .pricing-table tr td:first-child {
      background-color: #FDEDEB;
      text-align: left;
      font-family: "Satoshi Bold";
      font-size: 16px;
    }
    .feature-col {
      background-color: rgba(231, 76, 60, 0.1);
      text-align: left;
      font-weight: 500;
      position: sticky;
      left: 0;
      z-index: 1;
      border-right: 1px solid #dee2e6;
    }
    .pricing-header {
      font-size: 14px;
      color: #666;
    }
    .pricing-price {
      font-size: 24px;
      font-weight: 600;
    }
    .yes {
      color: #10b8c9;
      font-size: 18px;
    }
    .no {
      color: #ccc;
      font-size: 18px;
    }
    .table-box {
      overflow: hidden;
    }
    .pricing-table tr th{
        border-radius: 26px 26px 0 0;
    }
    .pricing-table tr:last-child td{
        border-radius:0 0 26px 26px ;
    }

/*about us*/
.team-section{
    background: #f5f5f5;
}
.team-member{
    background: var(--white);
    height: 100%;
    border: 1px solid #d6d6d6;
}
.team-member .team-img{
    overflow: hidden;
    display: inline-block;
}
.team-member .team-img img{
    transition: transform 0.4s ease;
    display: block;
}
.team-member:hover .team-img img{
    transform: scale(1.15);
}
.team-info{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}
.team-info h3 {
    font-weight: 700;
    line-height: 30px;
    font-size: 22px;
    letter-spacing: 0%;
    color: var(--title-clr);
    font-family: 'Satoshi Medium';
}
.team-info span {
    font-weight: 500;
    font-size: 18.35px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--theme-blue);
}
.ab-section{
    background: var(--title-clr);
}
.ab-content{
    padding: 10% 10%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ab-content p{
    font-size: 20px;
    line-height: 32px;
    color: var(--white);
    font-family: 'Satoshi Medium';
}
.bg-image{
    background: var(--white) url('../images/ab-img.png') no-repeat center center;
    background-size: cover; 
    height: 100%;
    width: 100%;
    position: relative;
}
/*job list*/
.job-card-harizontal{
    position:relative;
    display:-ms-grid;
    display:grid;
    background-color:#FFFFFF;
    padding:20px 20px;
    border-radius:18px;
    -webkit-box-shadow:0px 7px 22px rgba(143,134,196,0.07);
    box-shadow:0px 7px 22px rgba(143,134,196,0.07);
    -webkit-transition:-webkit-box-shadow 0.25s ease-in-out;
    transition:-webkit-box-shadow 0.25s ease-in-out;
    transition:box-shadow 0.25s ease-in-out;
    transition:box-shadow 0.25s ease-in-out,-webkit-box-shadow 0.25s ease-in-out;
}
@media (min-width:768px){
    .job-card-harizontal{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
}
@media (min-width:1200px){
    .job-card-harizontal{
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
    }
}
.job-card-harizontal:hover{
    -webkit-box-shadow:0px 19px 29px rgba(62,53,120,0.14);
    box-shadow:0px 19px 29px rgba(62,53,120,0.14);
}
.job-card-harizontal .job-info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
@media (min-width:1200px){
    .job-card-harizontal .job-info{
        -webkit-box-flex:1;
        -ms-flex:1 1 30%;
        flex:1 1 30%;
    }
}
.job-card-harizontal .job-info .job-image{
    margin-right:15px;
}
.job-card-harizontal .job-info .job-image img{
    width:54px;
    height:54px;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    border-radius:10px
}
.job-card-harizontal .job-info .job-info-inner{
    display:-ms-grid;
    display:grid;
}
.job-card-harizontal .job-info .job-info-inner .job-title{
    font-size:14px;
    font-weight:600;
    margin-bottom:0;
}
.job-card-harizontal .job-info .job-info-inner .job-title a{
    color:#000000;
    text-decoration:none;
}
.job-card-harizontal .job-info .job-info-inner .job-author{
    font-size:15px;
    font-weight:500;
}
.gap-34 {
    gap: 34px!important;
}
.job-card-harizontal .job-info .job-info-inner .job-author a{
    color:var(--theme-blue);
    text-decoration:none;
}
@media (max-width:1199.98px){
    .job-card-harizontal .job-info-card-collapse{
        width:100%;
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3;
    }
}
@media (min-width:1200px){
    .job-card-harizontal .job-info-card-collapse{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-preferred-size:auto;
        flex-basis:auto;
        -webkit-box-flex:1;
        -ms-flex:1 1 40%;
        flex:1 1 40%;
    }
}
.job-card-harizontal .job-info-card-collapse .job-info-card{
    display:-ms-grid;
    display:grid;
    gap:15px;
}
.info-card-icon{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    background-color:#818181;
    color:#FFFFFF;
    padding:0.8125rem;
    border-radius:10px;
}

.info-card{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.info-card .info-card-icon{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    background-color:#818181;
    color:#FFFFFF;
    padding:0.8125rem;
    border-radius:10px;
}
.event-banner-slider .event-banner-slider-btn-previous{
    right:calc(100% - (40px + 30px));
}
.shadow-2 {
    -webkit-box-shadow: 0px 7px 22px rgba(143,134,196,0.07)!important;
    box-shadow: 0px 7px 22px rgba(143,134,196,0.07)!important;
}
.btn-book {
    background-color: var(--theme-blue);
    color: #FFFFFF;
    width: 50px;
    height: 50px;
}
.btn-rounded {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px;
    border-radius: 50rem;
}
.form-btn-inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background-color:#FFFFFF;
    padding:7px;
}
.form-btn-inner .form-control{
    background-color:transparent;
    padding:0 20px;
    border:0;
    border-radius:inherit;
}
.form-btn-inner .form-control:focus{
    -webkit-box-shadow:none;
    box-shadow:none;
}
.form-btn-inner .btn{
    border-radius:inherit;
}
.checkbox-type{
    position:relative;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    font-size: 16px;
    font-family: 'satoshi Bold';
    color: var(--theme-blue);
    background: rgba(231, 76, 60, 0.1);
    display: inline-block;
    padding: 12px 43px;
    border-radius: 50rem !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: capitalize;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #f5f5f5;
}

.info-card .info-card-icon .svg-icon{
    font-size: 24px;
}
.info-card .info-card-content{
    display:-ms-grid;
    display:grid;
    margin-left:10px;
}
.info-card .info-card-content .info-card-title{
    font-size:14px;
    font-family: 'satoshi Bold';
    font-weight:500;
    color:var(--title-clr);
    margin-bottom:0;
}
.info-card .info-card-content .info-card-desc{
    font-size:0.9375rem;
    font-weight:400;
    color:#8A8A8A;
}
.bg-ufo-green-100{
    background-color:#2BC155 !important;
        width: 50px;
}
.bg-rajah{
    background-color: #FBA556 !important;
    width: 50px;
}
.pagination-container{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    gap:15px;
}
@media (min-width:768px){
    .pagination-container{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
    }
}
.pagination-container .pagination{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding-left:0;
    margin-bottom:0;
    list-style:none;
    border-radius:50rem;
}
.pagination-container .page-link{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:1rem;
    font-weight:500;
    color:var(--theme-blue);
    padding:12px 20px;
    text-decoration:none;
    border:0;
    border-radius:50rem!important;
    background: transparent;
}
.gap-25 {
    gap: 25px!important;
}
.gap-43 {
    gap: 43px!important;
}
.btn-suggestion {
    color: var(--title-clr);
    border: 1px solid #E9E6FE;
    background: var(--white);
    padding: 6px 12px;
}
.heading-section-4{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 100%;
    color: var(--title-clr);
    font-family: 'Satoshi Medium';
}
.hero-image-img{
    width:100%;
    height:auto;
}
@media (min-width:992px){
    .hero-image-img{
        position:absolute;
        width:40rem;
        bottom:0;
        right:0;
    }
}
@media (min-width:1200px){
    .hero-image-img{
        width:52rem;
    }
}
@media (min-width:1400px){
    .hero-image-img{
        width:57rem;
    }
}

.pagination-container .page-link:focus{
    -webkit-box-shadow:none;
    box-shadow:none;
}
.pagination-container .page-link.next svg,.pagination-container .page-link.previous svg{
    width:15px;
    height:15px;
}
.pagination-container .page-link.previous svg{
    margin-right:10px;
}
.pagination-container .page-link.next svg{
    margin-left:10px;
}
.pagination-container .page-item.active .page-link{
    background-color:var(--theme-blue);
    color:#FDFDFD;
    padding:12px 24px;
}
.bg-lavender-web-100 {
    background-color: rgba(231, 76, 60, 0.1);
}
.mt-60 {
    margin-top: 60px!important;
}
@media (max-width:1199.98px){
    .job-card-harizontal .job-info-card-collapse .job-info-card{
        margin-top:20px;
    }
}
@media (min-width:1200px){
    .job-card-harizontal .job-info-card-collapse .job-info-card{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        width:100%;
        gap:20px;
    }
}
.job-card-harizontal .job-info-card-collapse .job-info-card .info-card{
    -webkit-box-flex:1;
    -ms-flex:1 1 50%;
    flex:1 1 50%;
}
.job-card-harizontal .job-action{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    gap:15px;
}
@media (max-width:767.98px){
    .job-card-harizontal .job-action{
        margin-top:15px;
    }
}
@media (min-width:768px) and (max-width:1199.98px){
    .job-card-harizontal .job-action{
        margin-left:auto;
    }
}
@media (min-width:1200px){
    .job-card-harizontal .job-action{
        -webkit-box-pack:end;
        -ms-flex-pack:end;
        justify-content:end;
        -webkit-box-flex:1;
        -ms-flex:1 1 30%;
        flex:1 1 30%;
    }
}
.job-card-harizontal .job-action .btn:hover{
    -webkit-box-shadow:none;
    box-shadow:none;
}
.pricing-card{
    display:-ms-grid;
    display:grid;
    background-color:#FFFFFF;
    padding:47px;
    gap:40px;
    border-radius:20px;
    -webkit-box-shadow:0px 10px 28px 0px rgba(62,53,120,0.07);
}

/*privacy policy*/
.privacy-policy-css {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 15px;
}
.privacy-policy-css h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--theme-blue);
    font-family: 'Satoshi Medium';
    margin-bottom: 15px;
}
.privacy-policy-css hr{
    margin: 25px 0;
}
.privacy-policy-css ul{
    list-style: disc;
    padding-left: 20px;
}
.privacy-policy-css ul li p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text-clr);
    margin-bottom: 10px;
}

/*pricing-section*/
.pricing-section{
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}
/* .pricing-section::after{
        content: "";
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
    background: url(../images/radial.svg) no-repeat center bottom;
    background-size: cover;
    z-index: -1;
} */

.pricingtabs {
    width: max-content;
    margin: 0px auto 25px;
    gap: 11px;
    border-bottom: 0;
}
.pricingtabs li .nav-link{
        border-radius: 30px;
        padding: 10px 25px;
        text-transform: uppercase;
        font-family: 'Satoshi Bold';
        background: var(--white);
        color: var(--text-clr);
        border: 1px solid transparent;
}
.pricingtabs li .nav-link:hover{
    border: 1px solid var(--theme-blue);
    color: var(--theme-blue);
}
.pricingtabs li .nav-link.active{
    border: 1px solid var(--theme-blue);
    color: var(--white);
    background: var(--theme-blue);
}

.pricing-plan{
    border: solid 3px rgb(17, 17, 17);
    border-radius: 30px;
    background-color: var(--white);
    box-shadow: 0px 7px 0px 0px rgba(13, 22, 26, 0.004);
    height: auto;
    width: 100%;
    margin: 20px 0;
    padding: 60px;
    position: relative;
    transform-style: preserve-3d;
    min-height: 300px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.pricing-plan::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(31, 31, 31);
    position: absolute;
    transform: translateZ(-1px);
    top: 7px;
    left: 0;
    border-radius: inherit;
}
.pricing-plan .starta-icon {
    width: 100px;
    height: 100px;
    font-size: 50px;
}
.starta-icon {
    border-radius: 50%;
    background-color: rgba(231, 76, 60, 0.1);
    width: 113px;
    height: 113px;
    display: grid;
    place-content: center;
    font-size: 55px;
    color: var(--title-clr);
}
.featureIcon {
    transition: 0.5s font-weight cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pricing-plan-heading .starta-h2 {
    font-size: 32px;
    font-family: 'Satoshi Black';
    margin: 0;
    color: var(--title-clr);
    margin-bottom: -5px;
}
.pricing-plan-heading p {
    font-size: 19px;
    font-family: 'Satoshi medium';
    color: var(--title-clr);
}
.starta-desc {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 0;
}
.pricing-plan .starta-list {
    margin-top: 45px;
}
.pricing-plan .starta-list li i {
    font-size: 16px;
    color: var(--title-clr);
    margin-right: 8px;
}
.pricing-plan .starta-list li {
    font-size: 18px;
    font-family: 'satoshi Medium';
    color: var(--title-clr);
    margin-bottom: 30px;
}
.discount {
    background-color: var(--title-clr);
    position: absolute;
    width: 80%;
    margin: 0 auto;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 17px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--white);
    font-weight: 600;
}
.pricing-plan .starta-button {
    border: solid 3px var(--title-clr);
    background-color: var(--white);
    box-shadow: 0px 7px 0px 0px rgba(13, 22, 26, 0.004);
    height: 55px;
    width: 100%;
    padding: 0;
    margin-top: 0;
    transform-style: preserve-3d;
    position: relative;
    overflow: visible;
    border-radius: 30px;
    height: 62px;
    font-size: 18px;
    font-weight: 800;
}
.pricing-plan .starta-button::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--title-clr);
    position: absolute;
    transform: translateZ(-1px);
    top: 7px;
    left: 0;
    border-radius: inherit;
    transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pricing-plan .starta-button a {
    font-size: 22px;
    color: rgb(13, 22, 26);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-family: 'Satoshi Black';
}
.pricing-plan:hover{
    border: solid 3px var(--theme-blue);
}
.pricing-plan:hover .discount{
    background-color: var(--theme-blue);
}
.pricing-plan:hover .starta-icon{
    color: var(--theme-blue);
}
.pricing-plan:hover::before{
    background-color: var(--theme-blue);
}
.pricing-plan:hover .starta-button {
    background-color: var(--theme-blue);
}
.pricing-plan:hover .starta-button a{
     color: var(--white);
}
.pricing-plan.best{
    background-color: var(--title-clr);
}
.pricing-plan.best .discount,.pricing-plan.best .starta-button{
    background-color: var(--theme-blue);
}
.pricing-plan.best .starta-icon,.pricing-plan.best .pricing-plan-heading .starta-h2,.pricing-plan.best .pricing-plan-heading p,.pricing-plan.best .starta-desc,.pricing-plan.best .starta-list li{
    color: var(--white);
}
.pricing-plan.best .starta-list li i{
    color: var(--theme-blue);
}


/*faq page*/
.accordion-header {
    margin-bottom: 0;
}
.tkn-faq-wrapper .accordion-button.tkn-faq-btn {
    background: transparent;
    padding: 0 0 10px 86px;
    padding-right: 70px;
    font-family: 'Satoshi Bold';
    font-size: 20px;
    color: #000;
    background: transparent;
    position: unset;
}

.tkn-faq-wrapper .accordion-item{
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* .tkn-faq-wrapper .accordion-item:first-child {
    border-top: 1px solid transparent !important;
} */

.tkn-faq-wrapper .accordion-btn {
    position: absolute;
    right: 24px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    border-radius: 0px;
    color: #87888B;
    transition: transform 0.2s;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.tkn-faq-wrapper .accordion-btn::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--theme-blue);
    border-radius: 2px;
    transition: 0.4s;
}
.tkn-faq-wrapper .accordion-btn::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 3px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--theme-blue);
    border-radius: 2px;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
/* .tkn-faq-wrapper .accordion-item:has(.accordion-button.collapsed) {
    padding-top: 42px;
    padding-bottom: 42px;
} */
.accordion-button::after{
    content: none;
}
.tkn-faq-wrapper .accordion-body {
    padding: 0px 120px 0px 86px;
    background: rgba(255, 255, 255, 0.1);
}
.tkn-faq-wrapper .accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.tkn-faq-wrapper .tkn-faq-details-para p {
    font-size: 20px;
    line-height: 32px;
    color: var(--text-clr);
    margin-bottom: 0;
    max-width: 827px;
}
.tkn-faq-wrapper .number {
    left: 0;
    top: 50%;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border-radius: 50%;
    position: absolute;
    color: var(--white);
    transform: translateY(-50%);
    transition: var(--transition);
    border: 1px solid var(--theme-blue);
    background-color: var(--theme-blue);
    font-size: 20px;
    font-weight: normal;
}
.tkn-faq-wrapper .accordion-item:has(.accordion-button.collapsed) .number {
    border-color: #bababa;
    color: var(--title-clr);
    background-color: transparent;
}
.tkn-faq-wrapper .accordion-item .accordion-button{
    border-radius: 0;
}
.tkn-faq-wrapper .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.tkn-faq-wrapper .accordion-button:not(.collapsed) .accordion-btn::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.tkn-faq-wrapper .accordion-item {
    border: none;
    box-shadow: none;
    background: transparent;
    position: relative;
}

/*Footer css*/
.footer{
    margin-top: 90px;
}
.footer-box{
    width: 20%;
}
.footer .top-menu{
    height: auto;
    padding: 0 0 24px;
}
.widget h4{
    font-family: 'Satoshi Medium';
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 32px;
}
.widget ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}   
.widget ul li{
    font-family: 'Satoshi Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}
.widget ul li a{
    color: rgba(82, 82, 82, 1);
    transition: color 0.3s ease;
}
.widget ul li a:hover{
    color: var(--theme-blue);
}
.break-line{
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 56px 0 26px;
}
.copyright{
    color: rgba(82, 82, 82, 1);
   font-family: 'Satoshi Medium';
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}
.footer .navbar li a{
    font-size: 16px;
}
.social-links{
    display: flex;
    flex-direction: row !important;
    gap: 8px !important;
    margin-top: 16px;
}
.social-links li a{
    width: 40px;
    height: 40px;
    display: flex;  
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--theme-blue);
    transition: color 0.3s ease;
}
.social-links li a:hover{
    background: rgba(231, 76, 60, 0.8);
    transition: color 0.3s ease;
}
.add,.phone,.email {
    color: rgba(82, 82, 82, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    margin-bottom: 10px;
}
.add strong{
    font-weight: 800;
    color: #000;
    margin-bottom: 30px;
    line-height: 25px;
}
.phone a,.email a{
    color: var(--theme-blue);
}
.menu-toggle{
        display: none;
}

/*customer review*/

.customer-masonry {
  column-count: 1;
  column-gap: 1.5rem;
}
@media (min-width: 576px) {
  .customer-masonry { column-count: 2; }
}
@media (min-width: 992px) {
  .customer-masonry { column-count: 3; }
}
.customer-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(.4,0,.2,1), transform 0.6s cubic-bezier(.4,0,.2,1);
  padding: 5px;
}
.customer-item h4{
  font-weight: 700;
    line-height: 20px;
    font-size: 18px;
    letter-spacing: 0%;
    color: var(--title-clr);
    font-family: 'Satoshi Medium';
}
.customer-info{
       margin-bottom: 15px;
}
.customer-info span{
    width: 40px;
    height: 40px;
    align-content: center;
    float: left;
    text-align: center;
     background: #f5f5f5;
    border-radius: 6px;
    display: block;
    margin-right: 10px;
}
.customer-info span i{
    font-size: 30px;
    color: var(--theme-blue);
}
.customer-info p{
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        color: var(--menu-gray) !important;
}
.customer-item p{
  color: var(--title-clr);
  line-height: 22px;
  font-size: 14px;
}
.customer-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.customer-item img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
}

.customer-item img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
  transition: transform 0.5s cubic-bezier(.4,0,.2,1);
  border-radius: 12px;
}

.customer-item:hover img {
  transform: scale(1.08);
}
.customer-content {
  padding: 1.2rem 1rem 1rem 1rem;
}
@media (max-width: 575.98px) {
  .customer-content { padding: 1rem 0.5rem; }
}

/*responsive*/

@media (min-width: 320px) and (max-width: 768px) {
    .cta-box{
        height: 100%;
        border-radius: 16px;
        flex-direction: column-reverse;
    }
    .section-padding{
    padding: 70px 0;
    }
    #navbar.scrolled{
        background-color: #fff;
    backdrop-filter: inherit;
    -webkit-backdrop-filter: inherit;
}
.navbar li a.active {
    color: var(--white);
}
    .cta-content{
        padding: 20px;
        text-align: center;
        margin-top: -80px;
    }
    .cta-img{
        top: -80px;
        max-width: 80%;
        margin: 0px auto;
    }
    .section-title-bar h2{
        line-height: 52px;
        font-size: 40px;
    }
    .cta-box .play-store {
        justify-content: center;
        margin-top: 20px;
    }
    .footer {
         margin-top: 70px;
    }
    .footer-box {
        flex: 1;
        width: auto;
    }
    .hero-section{
        padding-top: 60px;
    }
    .widget .di-none{
        display: none;
    }
    .widget h4{
        margin-bottom: 18px;
    }
    .widget ul{
        gap: 10px;
    }
    .widget ul li a{
        font-size: 14px;
    }
    .widget.tab {
        width: 100%;
        margin-top: 35px;
        text-align: center;
    }
    .social-links{
        margin-bottom: 12px;
        justify-content: center;
    }
    .footer .top-menu{
        flex-direction: column;
    }
    .section-title-bar br,.section-title-bar span {
        display: none;
    }
    .blog-section .section-title-bar{
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 40px;
    }
    .section-title-bar h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .section-title-bar a{
        margin-top: 0px !important;
        padding: 6px 6px;
        width: 110px;
        margin-bottom: 30px;
    }
    .features .section-title-bar{
        margin-bottom: 30px;
    }
    .chooseus-list .list .list-content h3{
        line-height: 28px;
    }
    .privacy-policy-css{
        padding: 10px 10px;
        margin: 0px 5px;
    }
    .privacy-policy-css h3{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    /* .features {
         margin: 60px 0;
    } */
    .mobile-menu{
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    .mobile-menu li a{
        font-weight: 700;
        font-size: 28px;
    }
    .mobile-menu li a:hover{
        color: var(--white);
    }
    body.menu-open {
    overflow: hidden;
    }
    .menu-toggle {
        font-size: 24px;
        cursor: pointer;
        display: block; 
        margin-left: 10px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: var(--white);
        border: 1px solid var(--menu-gray);
        color:var(--theme-blue); 
    }
    .border-btm .top-menu{
        justify-content: inherit;
    }
    .border-btm .nav-link{
        margin-left: auto;
        padding: 0px;
    }
    
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%; /* Initially hidden off-screen */
        width: 320px;
        height: 100vh;
        background-color: var(--theme-blue);
        color: #fff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        z-index: 10500;
        padding: 20px;
    }
    .mobile-menu.active {
    left: 0; /* Slide in the menu */
  }
  
  /* Overlay for Mobile Menu */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 100;
  }
  
  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .footer-box {
        flex: inherit;
        width: 100%;
        margin-bottom: 30px;
    }
    .navbar-brand img {
    width: 100px;
    height: auto;
    }
    .border-btm .nav-link{
        text-indent: -1000px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .top-menu{
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .brand-logo {
    padding: 60px 0 0;
    }
    
    .border-btm .nav-link img {
    margin-right: 16px;
    }
    .hero-caption h1{
        font-size: 40px;
        line-height: 52px;
    }
    .hero-caption{
        margin-top: 35px;
    }
    .play-store a img {
        width: 130px;
    }
    .border-btm .play-store{
        margin-top: 30px;
    }
    .hero-section{
        height: calc(761px - 96px);
    }
    .hero-sub-img{
        display: none;
    }
    .hero-imgs .main-hero-img {
        margin-left: 0px;
    }
    .features .section-title-bar {
        text-align: center;
    }
    .section-title-bar p {
    font-size: 14px;}
    .chooseus-list .list{
        gap: 12px;
    }
    .chooseus-list .list .list-content h3 {
        line-height: 28px;
        font-size: 20px;
    }
    .chooseus-list .list .list-content p{
        font-size: 14px;
    }
    .chooseus-list .list .list-content a{
        margin-top: 0px;
        font-size: 14px;
    }
    .chooseus-list .list{
        padding: 12px;
    }
    .chooseus-list .list .list-content{
        gap: 8px;
    }
    .chooseus-list .list span {
        width: 40px;
        height: 40px;
        gap: 8px;
        border-radius: 50%;
        padding: 8px;
    }
    .chooseus-list{
        gap: 12px;
    }
    .hero-caption span{
        font-size: 14px;
        width: 100%;
        padding: 7px 10px;
    }
    .section-title-bar h2 {
        font-size: 22px;
        line-height: 40px;
    }
    .blog-section  .nav-link{
        font-size: 12px;
        width: 90px !important;
        padding: 12px 12px;
        gap: 6px;
    }
    .blog-content .time-and-date span{
        font-size: 14px;
    }
    .blog-content h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .blog-img {
        max-width: 96px;
        height: 96px;
        border-radius: 12px;
    }
    .blog-content a
    {
        gap: 8px;
        font-size: 14px;
        margin-top: 0px;
    }
    .cta-box{
        background-position: auto;
    }
    .break-line{
            margin: 10px 0 30px;
    }
    .blog-section {
        margin: 90px 0;
    }
    .hero-caption h1 br{
        display: none;
    }
    .footer .navbar {
        flex-wrap: nowrap;
        gap: 0px;
        margin-bottom: 20px;
    }
    .navbar li:before{
        content: none;
    }
    .footer .navbar li a {
        font-size: 14px;
        padding: 6px 6px;
    }
    .img-wrapper {
        margin: 22px auto 0px;
    }
    .brand-logo ul{
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mb-small{
        padding: 15px;
    }
    .feature-list h3 {
        font-size: 12px;
        line-height: 14px;
    }
    .accordion-item .accordion-button{
        font-size: 14px;
        padding: 10px;
    }
    .pricing-table tr th:first-child, .pricing-table tr td:first-child{
        font-size: 10px;
    }
    .pricing-table th, .pricing-table td{
        padding: 5px;
    }
    .pricing-table tr th {
    border-radius: 0px;
    }
    .pricing-table{
        border-spacing: 0;
    }
    .pricing-table tr:last-child td {
    border-radius: 0px;
    }
    .tkn-faq-wrapper .accordion-body {
        padding: 0px 40px 0px 10px;
    }
    .tkn-faq-wrapper .accordion-button.tkn-faq-btn{
        font-size: 16px;
        padding: 0 0 0px 10px;
    }
    .tkn-faq-wrapper .number{
        display: none !important;
    }
    .team-info{
        padding: 20px;
        gap: 8px;
    }
    .team-info h3{
        font-size: 18px;
        line-height: 24px;
    }
    .team-info span {
    font-size: 16px;}

}
@media (max-width: 551px){ 

    
}
@media (min-width: 552px) and (max-width: 768px){ 
    
.footer-box {
        flex: inherit;
        width: 50%;
        margin-bottom: 50px;
    }
    .black-box .black-box-content h4{
        line-height: 24px;
    font-size: 18px;
    }
    .black-box .black-box-content p{
        line-height: 16px;
        font-size: 12px;
    }
    .black-box{
        padding: 12px;
        border-radius: 12px;
    }
    .black-box-img-content{
        padding: 12px;
    }
    
    .black-box-img-content h5{
        font-size: 16px;
    }
    .black-box-img-content span{
        font-size: 12px;
        padding: 2.29px 10.06px;
    }
    .black-box .box-img img{
        height: 557px;
    }
    .black-box-wrapp{
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-top: 20px;
    }
    .black-box-wrapp .black-box{
        width: 100%;
    }
    .tkn-faq-wrapper .accordion-body {
        padding: 0px 40px 0px 50px;
    }
    .tkn-faq-wrapper .accordion-button.tkn-faq-btn{
        font-size: 16px;
        padding: 0 0 0px 50px;
    }
    .tkn-faq-wrapper .number{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 992px) { 
    .cta-box{
        height: 400px;
    }
    
    .cta-content {
    padding: 25px;
    }
    .cta-box .play-store{
        margin-top: 25px;
    }
    .cta-img{
            max-width: 450px;
            top: 0px;
    }
    .section-title-bar h2{
        line-height: 52px;
    }
    /* .features {
         margin: 90px 0;
    } */
    .widget ul{
        gap: 15px;
    }
    .widget ul li{
        font-size: 14px;
    }
    .social-links li a{
        width: 30px;
        height: 30px;
    }
    .social-links li a img{
        width: 16px;
    }
    .social-links{
        gap: 2px !important;
        margin-bottom: 12px;
    }
    .add{
        font-size: 12px;
        
    }
    .footer .navbar{
        gap: 8px;
    }
    .footer .navbar li a{
        font-size: 14px;
        padding: 6px 8px;
    }
    .footer .navbar-brand img{
        width: 120px;
        height: auto;
    }
    .section-title-bar br,.section-title-bar span {
        display: none;
    }
    .blog-section .section-title-bar{
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 40px;
    }
    .section-title-bar a{
        margin-top: 0px !important;
    }
    .features .section-title-bar{
        margin-bottom: 40px;
    }
    .navbar-brand img {
        width: 120px;
        height: auto;
    }
    .border-btm .nav-link{
            padding: 8px 12px;
            font-size: 12px;
            gap: 5px;
    }
    .border-btm .navbar li a{
            padding: 6px 14px;
            font-size: 16px;
    }
    .brand-logo ul{
        gap: 30px;
    }
    .img-wrapper {
    margin: 160px auto 0px;}
    .hero-sub-img{
        top: -9%;
    }
    .hero-sub-img .img-1 {
        max-width: 300px;
        left: -8%;
    }
    .hero-section{
        height: calc(1200px - 96px);
    }
    .hero-sub-img .img-2 {
        right: -8%;
        max-width: 300px;
    }
    .black-box .black-box-content h4{
        line-height: 24px;
    font-size: 18px;
    }
    .black-box .black-box-content p{
        line-height: 16px;
        font-size: 12px;
    }
    .black-box{
        padding: 12px;
        border-radius: 12px;
    }
    .black-box-img-content{
        padding: 12px;
    }
    .black-box-img-content h5{
        font-size: 16px;
    }
    .black-box-img-content span{
        font-size: 12px;
        padding: 2.29px 10.06px;
    }
    .black-box .box-img img{
        height: 600px;
    }
    .black-box-wrapp{
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-top: 20px;
    }
    .black-box-wrapp .black-box{
        width: 100%;
    }
    .lap-sm-50 {
        width: 50%;
    }

}
@media (max-width: 1200px) {
    .tkn-faq-wrapper .tkn-faq-details-para p{
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }
    .footer .navbar-brand{
        display: none;
    }
    .footer .navbar {
        gap: 0px;
    }
    .footer .navbar li:before{
        content: none;
    }
    .border-btm .nav-link {
    text-indent: -1000px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
    .pricing-plan {
    padding: 35px;
    }
    .pricing-plan .starta-icon {
        aspect-ratio: 1 /1;
        width: auto;
        height: auto;
        font-size: 25px;
    }
    .pricing-plan-heading .starta-h2,
    .starta-progress .starta-h2 {
        font-size: 20px;
    }
    .pricing-plan-heading p {
        font-size: 15px;
    }
    .pricing-plan .starta-list {
        margin-top: 10px;
    }
    .pricing-plan .starta-list li {
        font-size: 15px;
    }
    .discount {
        font-size: 10px;
    }
    .pricing-box{
        padding: 10px;
        gap: 10px;
    }
    .plan-name{
        font-size: 14px;
    }
    .plan-name i{
        padding: 4px;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        font-size: 12px;
        margin-right: 4px;
    }
    .pricing-table td {
        font-size: 10px;
    }
    .pricing-table tr th:first-child, .pricing-table tr td:first-child {
        font-size: 10px;
        width: 20%;
    }
    .pricingtabs li .nav-link{
        font-size: 12px;
        padding: 5px 10px;
    }
    
    .plan-price h3{
        font-size: 20px;
    }
    .plan-price sup,.plan-price sub{
        font-size: 13px;
        line-height: 100%;
    }
    .plan-discription p {
        font-size: 12px;
        line-height: 14px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) { 
    .cta-box{
        height: 400px;
    }
    .cta-content {
    padding: 45px;
    }
    .cta-box .play-store{
        margin-top: 32px;
    }
    .cta-img{
            max-width: 450px;
            top: -100px;
    }
    .social-links li a {
        width: 40px;
        height: 40px;
    }
    .footer .navbar li a {
        padding: 6px 12px;
    }
    .choose-us-img img {
    max-width: 390px;
    }
    .blog-content .time-and-date span{
    font-size: 12px;
    }
    .blog-content h3{
        font-size: 20px;
        line-height: 24px;
    }
    .section-title-bar h2 {
         line-height: 50px;
    }
    .blog-img {
        max-width: 150px;
    }
}
