:root {
    --primary: #ff7601;

    --heading-font: 'Barlow Condensed';
    --body-font: 'Roboto';
    --font52: max(1.875rem, min(5vw, 3.275rem));
    --font35: max(2rem, min(4vw, 2.1875rem));
}

h1, h2, h3, h4, h5{
    font-family: var(--heading-font);
}

body{
    font-family: var(--body-font);
}

.container{
    max-width: 85%;
}

a, a:hover, .main-post .next-prev-panel .author-area.next-prev-post h6 {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.img-cover, .img-contain {
    width: 100%;
    height: 100%;
    display: block;
}
.img-cover {
    object-fit: cover;
}
.img-contain {
    object-fit: contain;
}
.fs-52 {
    font-size: max(1.875rem, min(5vw, 3.275rem));
}
.digital-agency footer .social-icon-circle a {
    border-color: rgb(0 0 0 / 15%);
    font-size: 13px;
}
.copyright a {
    color: #161616;
}
footer a:hover, .copyright a:hover, .contact-style2 .box-info a:hover, .sidebar .search-box .icon:hover, .main-post .next-prev-panel .author-area.next-prev-post:hover h6, .blog-list-wrap a:hover {
    color: var(--primary);
}
.contact .form2 select {
    color: rgb(255 255 255 / 40%);
    cursor: pointer;
    font-weight: 100;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-opacity="0.4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="black"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}
.contact .form2 select option {
    color: rgb(0 0 0 / 50%);
}
/* ==================== Pagination Styles ==================== */
.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    flex-wrap: wrap;
}

.blog-pagination li {
    margin: 0;
}

.blog-pagination a,
.blog-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #fff;
    background-color: rgb(255 255 255 / 10%);;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.blog-pagination a:hover:not(.active) {
    border-color: var(--primary);
    color: var(--primary);
    background-color: rgba(255, 118, 1, 0.05);
    transform: translateY(-2px);
}

.blog-pagination a.active {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 4px 15px rgba(255, 118, 1, 0.3);
}

.blog-pagination a.prev-page,
.blog-pagination a.next-page {
    min-width: 45px;
    padding: 0;
    font-size: 12px;
}

.blog-pagination a.prev-page i,
.blog-pagination a.next-page i {
    font-size: 12px;
}

.blog-pagination span.dots {
    border: none;
    background-color: transparent;
    color: #999;
    font-weight: 500;
    letter-spacing: 2px;
    min-width: auto;
    padding: 0 8px;
    height: auto;
    cursor: default;
}
.main-post .author-area.next-prev-post {
    background-color: rgb(255 255 255 / 10%);
    height: 100%;
}
.blog-cat a:hover .butn-bord-sm:before {
    background-color: var(--primary);
}
body.light .sidebar .widget {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
body.light .main-post .info-area {
    border-color: rgb(0 0 0 / 10%);
}
/* .homepage .main-marq .slide-har {
    justify-content: right;
} */

.interactive-sec .glry-img .tab-img:nth-of-type(6) {
    top: 140px;
}

.interactive-sec .glry-img .tab-img:nth-of-type(7) {
    top: 165px;
}

.interactive-sec .glry-img .tab-img:nth-of-type(8) {
    top: 190px;
}

.interactive-sec .glry-img .tab-img:nth-of-type(9) {
    top: 215px;
}

.error{
    color: #d93025;
    font-size: 13px;
    margin-top: 5px;
}

.intro-style1 .fit-vid {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.intro-style2 .item-numb {
    padding: 30px;
    background: hsla(0, 0%, 100%, .05);
    border-radius: 100px;
    overflow: hidden;
    height: 100%;
    aspect-ratio: 16 / 6;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.intro-style2 .item-numb h2{
    line-height: 1.2;
    font-size: max(1.75rem, min(4vw, 2.125rem));
}

.blog-list-wrap .fit-img a{
    width: 100%;
    height: 100%;
}

.sec-head h6:before{
    display: none;
}

.item-numb-bg-img{
    background: url(../images/abt-bottom-img.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    position: relative;
}

.item-numb-bg-img::before{
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.4;
}

.snap-slider-images .tags{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.snap-slide .main-img .cont .tags a{
    display: block;
}

.team-intro.style2 .item {
    min-height: 400px;
}

.serv-style4 .item:hover p {
    color: #fff;
}

body.light .serv-style4 .item:hover {
    color: #fff !important;
}

/* ---------------------- marquee ------------------------ */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
}

.marquee__inner {
  display: flex;
  width: max-content;
}

.marquee__group {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-right: 60px;
}

body .approach-style1 .sub-bg.dark-bg{
    background: #1C1C1C;
}

.approach-style1 .item{
    padding: 30px 27px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skills .item-skill{
    padding: 80px 30px;
    height: 100%;
}


.infographics-img {
    height: 100%;
    width: 100%;
}

.infographics-img svg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .infographic-text-wrap {
  cursor: pointer;
  display: block;
}

.infographic-head,
.infogrphy-text {
  transition: transform 0.4s ease-in-out;
  transform-origin: center;
  transform: translateY(50px);
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.infogrphy-text {
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
}

.infographic-text-wrap:hover .infographic-head {
   transform: translateY(0px);
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
   -webkit-transform: translateY(0px);
}

.infographic-text-wrap:hover .infogrphy-text {
    opacity: 1;
    transform: translateY(0);
} */

.intro-style2.product-detail-li li {
    font-size: max(1.3625rem, min(3vw, 2.125rem));
    opacity: 1;
    display: flex;
} 

.product-detail-li ul.rest {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.intro-style2.product-detail-li li:before {
    width: 6px;
    height: 6px;
    top: 15px;
}

.snap-slide .main-img .cont .tags a{
    font-size: 17px;
}

.sec-head h2{
    font-size: max(2.5rem, min(4vw, 4.175rem));
    letter-spacing: -1px;
}

.testimonial-head h5{
    font-size: max(1.5625rem, min(4vw, 1.575rem));
}

.ftr-mail{
    font-size: max(1.5625rem, min(4vw, 3.875rem));
}

.breadcrumb h1{
    font-size: max(2.5rem, min(8vw, 6.25rem));
    line-height: 1;
    letter-spacing: -1px;
}

.mission-vission-card h4, .team-card h4{
    font-size: max(1.875rem, min(3vw, 2.5rem))
}

.singel-para h4{
    font-size: max(1.375rem, min(4vw, 2.625rem));
}

.hover-li-head{
    display: flex;
    align-items: start;
}

.features .item{
    height: 100%;
}

.product-main-wrap .fit-img img{
    vertical-align: middle;
}

.product-main-wrap .item .fit-img{
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.navbar .icon-bar {
    color: #000;
}

.ftr-nav-links{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
}

.intro-style2 .item-skill{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fs-45 {
    font-size: max(1.5625rem, min(4vw, 2.8125rem));
}

.fs-70{
    font-size: max(2.6875rem, min(4vw, 4.375rem));
}

.fs-40 {
    font-size: max(1.4375rem, min(2.7vw, 2.5rem));
}

.fs-65{
    font-size: max(1.875rem, min(3vw, 4.0625rem));
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approach-style1 .item p, .features .item p {
    font-family: var(--heading-font);
    line-height: 1.3;
    font-size: 1.375rem;
    text-align: left;
}
.approach-style1 .sec-head h2, .features .sec-head h2, .intro-style2 .sec-head h2 {
    text-align: center;
}
.approach-style1 .item svg  {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.approach-style1 .item span{
    text-align: start;
    width: 100%;
}

.intro-style2 .item-skill svg{
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.dark-bg svg path {
    fill: #fff;
}
.marquee svg {
    width: 20px;
    height: 20px;
}
.navbar .navbar-nav .nav-link {
    padding: 18px 0;
    margin: 0;
}

.navbar .navbar-nav {
    backdrop-filter: none;
    border-radius: 15px;
    display: flex;
    gap: 40px;
}

.navbar .navbar-nav, .navbar .logo{
    background: transparent;
}

.navbar .logo {
    position: relative;
    padding: 10px 0;
    border-radius: 12px;
    backdrop-filter: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
}

.navbar .navbar-nav .nav-link {
    color: #161616;
    display: flex;
    align-items: center;
}

.hm-abt-sec .text-indent.fs-45{
    font-size: max(1.5625rem, min(4vw, 2.6rem));
    font-weight: 400;
}

.contc-phn {
    display: flex;
    flex-direction: column;
}

.client-logo {
    height: 100%;
    width: 100%;
    /* max-height: 118px; */
    /* max-width: 122px; */
    border: 1px solid rgba(0,0,0,.3);
    padding: 4rem;
    border-radius: 19px;
}

.client-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.nav-links-wrap {
    display: flex;
    width: 100%;
    background: rgb(255 255 255 / 70%);
    border-radius: 12px;
    margin: 0;
    padding: 5px 25px;
    backdrop-filter: blur(6rem);
    justify-content: space-between;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kaam-ly-img-slider {
    width: 100%;
    overflow: hidden;
}

.kaam-ly-slider {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    display: block;
}
.hm-our-products.approach-style1 h4{
    font-size: 1.5rem;
}
.hm-our-products.approach-style1 .item svg {
    width: 70px;
    height: 75px;
}
.hm-abt-sec .fit-vid {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.kaam-ly-img-slider {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
}
.ftr-text{
line-height: 1.3;
 margin-top: 20px;
}


.hm-our-products.serv-style4 .item h4{
    /* font-size: var(--font35); */
    font-size: 26px;
}
.hm-our-products.serv-style4 .item{
    min-height: 200px;
    padding: 25px;
}
.hm-our-products.serv-style4 .item .img {
    position: absolute;
    bottom: -10px;
    right: -10px;
}
.ftr-contact-info{
    display: flex;
    flex-direction: column;
}
.ftr-contact-info a{
    font-weight: 500;
    font-size: max(1.1rem, min(2vw, 1.45rem));
    line-height: 1.2;
    font-family: var(--heading-font);
    color: var(--bs-heading-color);
    margin-bottom: 3px;
}
.text-indent {
    text-indent: 0;
}

.abt-our-products.approach-style1 .item{
    padding: 25px 20px;
}

.abt-our-products.approach-style1 .item svg {
    width: 50px;
    height: 55px;
}

.abt-our-products.approach-style1 h4 {
    font-size: 1.3rem;
}

.wibit-team-card .item{
    background: #eaeaea;
    border: none;
    height: 100%;
}

.wibit-team-card .item svg{
    width: 60px;
    height: 60px;
}

/* ------------------------- before after image ------------------------- */

.slider-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  aspect-ratio: 1/1;
}
.slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before-image {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}
.handle {
  top: 0;
  bottom: 0;
  left: 50%;
  background: #fff;
  z-index: 3;
  cursor: ew-resize;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
  width: 4px;
    height: 100%;
    background: rgb(255 255 255 / 45%);
}
.handle:before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: var(--primary)
    url("https://images.clickfunnels.com/09/a714400d3211e7a0bd7d7140585054/cd-arrows.svg")
    no-repeat center center;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgb(255 255 255 / 48%), 0 0 10px rgb(255 255 255 / 0%), inset 0 1px 0 rgb(255 255 255 / 13%);
  z-index: 4;
}

.handle, .handle:before, .slider img, .track-vertical-alt {
    position: absolute;
}

.main-post .author-area .author-img .img{
    width: 70px;
    height: 70px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.cta .cta-info{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.abt-our-products.approach-style1 .item .icon{
    margin-bottom: 30px;
}

.services-reval .fit-img{
    aspect-ratio: 9/10;
    height: 100%;
    width: 100%;
}

.services-reval .item-row .hover-li-head .no-block{
    width: 30px;
    margin-top: 10px;
}

.icon-list-card{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}

.icon-list-card svg {
    /* margin-top: 6px; */
}

.icon-list-card h4{
    margin-bottom: 10px;
}

.abt-our-products.approach-style1 .item h6{
    font-family: var(--heading-font);
}

.wibit-services-reval .row{
    position: relative;
}

.wibit-services-reval .fit-img{
    position: sticky;
    top: 0;
}

.cta .butn-arrow{
    height: 100%;
}

.price-style1 .item {
    padding: 20px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 15px;
}

.price-style1 .item .fit-img{
    aspect-ratio: 16/12;
    width: 100%;
}

.price-style1 .item .info h5{
    margin-bottom: 10px;
}

.price-style1 .item .info{
    padding-bottom: 0;
    padding-top: 0;
}

.soft-play-ideal .item p, .soft-play-customization .item-skill h5{
    color: #000;
    font-size: 26px;
    font-weight: 400;
}

.trampolin-card h3, .trampolin-card p{
    color: #fff !important;
    position: relative;
}

.trampolin-card{
    position: relative;
}

.trampolin-card::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.trampolin-card-1{
    background: url(../images/diverse-trampoline.webp) no-repeat center / cover;
}

.trampolin-card-2{
    background: url(../images/3d-visuals.webp) no-repeat center / cover;
}

.trampolin-card-3{
    background: url(../images/high-safety-and-quality.webp) no-repeat center / cover;
}

.infographics-mobile{
    display: none;
}

.wibit-service-card .item .fit-img{
    aspect-ratio: 16/13;
        height: 100% !important;
    width: 100%;
}

.success-msg{
    background: #eaeaea;
    padding: 4rem;
    text-align: center;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.success-msg h2{
    color: var(--primary);
    font-size: max(2.5rem, min(3.5vw, 4.175rem));
}

.loading-animation{
    width:100%;
    bottom:0;
    z-index:-1
}
#loadingSpinner{
    display:none
}
.spinner{
    border:5px solid var(--primary);
    border-top: 4px solid var(--primary);
    border-radius:50%;
    width:40px;
    height:40px;
    animation:1s linear infinite spin;
}
@keyframes spin{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}

/* Mobile Responsive */

@media (min-width: 1680px){
    .container{
        max-width: 1400px;
    }
}

@media (max-width: 1440px){
    .abt-our-products.approach-style1 h4 {
        font-size: 1.2rem;
    }

    .abt-our-products.approach-style1 .item .icon{
        margin-bottom: 20px;
    }

    .abt-our-products.approach-style1 .fit-img{
        height: 550px;
    }

    .intro-style2 .item-numb{
        padding: 45px;
    }
}

@media (max-width: 1199px){
    .navbar .navbar-nav{
        padding: 0 10px;
    }

    .navbar .navbar-nav .nav-link{
        padding: 14px 10px 10px 10px;
        font-size: 12px;
        margin-right: 0;
        margin-left: 0;
    }

    .cta .cta-info{
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 20px;
    }
}

@media (max-width: 991px){
    .navbar .navbar-toggler{
        border: none;
    }

    .navbar .navbar-nav{
        background: #000;
        margin-top: 20px;
    }

    .abt-sec .bg-img{
        height: 450px !important;
    }

    .abt-sec .fit-img {
        height: 350px !important;
    }

    .mb-80px{
        margin-bottom: 40px !important;
    }

    .h-700px {
        height: 450px !important;
    }

    .contact-card .mb-30px {
        margin-bottom: 20px !important;
    }

    .contact-card .pb-30px {
        padding-bottom: 20px !important;
    }

    .copyright p{
        text-align: start;
    }

    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .ftr-nav-links {
        gap: 10px;
        flex-direction: column;
    }

    .footer-style4 .links{
        text-align: start;
    }

    .snap-slide .main-img .cont{
        bottom: 10%;
    }

    .snap-slider-thumbs-wrapper{
        width: 200px;
        height: 200px;
        top: -19%;
    }

    .navbar .navbar-nav .nav-link{
        color: #fff;
    }
   
    .hr-sec .hr-container{
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .hr-sec .hr-container .item-panel .fit-img {
        height: 350px;
        min-height: initial;
    }

    .client-logo{
        padding: 1.8rem;
    }

    .ftr-nav-links {
        grid-template-columns: repeat(1, 1fr);
    }

    .navbar .navbar-nav{
        gap: 0;
    }

    .navbar .navbar-collapse{
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0;
    }

    .intro-style1 .fit-vid{
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    .blog-pagination a,
    .blog-pagination span {
        min-width: 40px;
        height: 40px;
        font-size: 13px;
        padding: 0 10px;
    }

    .blog-pagination {
        gap: 6px;
    }

    .pagination-wrap {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 680px){
    .ftr-nav-links {
        row-gap: 20px;
    }

    .infographics-desktop{
        display: none;
    }

    .infographics-mobile{
        display: block;
        height: 100%;
        width: 100%;
    }

    .infographics-mobile img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .wibit-service-card .item{
        padding: 18px !important;
    }
}

@media (max-width: 575px){
    .container {
        max-width: 90%;
    }

    .portfolio-style2 .item .fit-img {
        height: 300px !important;
    }

        .snap-slider-thumbs-wrapper {
        width: 180px;
        height: 180px;
        top: -23%;
    }

    .serv-style4 .item{
        padding-left: 25px;
        padding-right: 25px;
    }

    .team-intro.style2 .item {
        min-height: 300px;
    }

    .client-logo {
        padding: 1rem;
    }

    
}

@media (max-width: 480px) {
    .blog-pagination a,
    .blog-pagination span {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
        padding: 0 8px;
    }

    .blog-pagination {
        gap: 4px;
    }

    .blog-pagination a.prev-page,
    .blog-pagination a.next-page {
        min-width: 36px;
    }
}

@media (max-width: 380px){
    .ftr-nav-links {
        gap: 15px;
    }

    .fs-70 {
        font-size: max(2.125rem, min(4vw, 4.375rem));
    }

    .snap-slider-thumbs-wrapper {
        width: 140px;
        height: 140px;
        top: -23%;
    }
}