@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Black.eot');
    src: url('../fonts/Nexa-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Black.woff2') format('woff2'),
        url('../fonts/Nexa-Black.woff') format('woff'),
        url('../fonts/Nexa-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Bold.eot');
    src: url('../fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Bold.woff2') format('woff2'),
        url('../fonts/Nexa-Bold.woff') format('woff'),
        url('../fonts/Nexa-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Book.eot');
    src: url('../fonts/Nexa-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Book.woff2') format('woff2'),
        url('../fonts/Nexa-Book.woff') format('woff'),
        url('../fonts/Nexa-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Heavy.eot');
    src: url('../fonts/Nexa-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Heavy.woff2') format('woff2'),
        url('../fonts/Nexa-Heavy.woff') format('woff'),
        url('../fonts/Nexa-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Light.eot');
    src: url('../fonts/Nexa-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Light.woff2') format('woff2'),
        url('../fonts/Nexa-Light.woff') format('woff'),
        url('../fonts/Nexa-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Regular.eot');
    src: url('../fonts/Nexa-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Regular.woff2') format('woff2'),
        url('../fonts/Nexa-Regular.woff') format('woff'),
        url('../fonts/Nexa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Thin.eot');
    src: url('../fonts/Nexa-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Thin.woff2') format('woff2'),
        url('../fonts/Nexa-Thin.woff') format('woff'),
        url('../fonts/Nexa-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-XBold.eot');
    src: url('../fonts/Nexa-XBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-XBold.woff2') format('woff2'),
        url('../fonts/Nexa-XBold.woff') format('woff'),
        url('../fonts/Nexa-XBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


 
.mobile-header{

    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    z-index: 9999;
    top: 0;
    padding: 100px 15px 50px;
    transform: translateX(-100%);
    background: linear-gradient(270deg, #060D18 13.13%, #0B2B3F 50%, #060D18 86.87%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(12px);

}
.mobile-header .mobile-menu-links li{
      display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;
        align-items: center;
    margin: 0 0 15px;
}
.mobile-header .mobile-menu-links li .mobile-submenu{
    width: 100%;
    margin: 10px 0 0;
    display: none;
}
.mobile-header .mobile-menu-links li .mobile-submenu ul li a abbr span{
    display: block;
    font-size: 10px;
}
.mobile-header .mobile-menu-links li .mobile-submenu ul li a{
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobile-header  button img{
        filter: brightness(0) invert(1);
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.mobile-header  button{
  border: none;
  background: linear-gradient(83.35deg, #14A6A6 17.35%, #0DA8E4 92.81%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
}

.mobile-header .mobile-menu-links li a{
    color: #fff;
    font-family: Nexa;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 5%;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
}
.mobile-header .social-icon-mobile li{
    display: inline-block;
    margin:0 0 10px;
}
.mobile-header .social-icon-mobile li a img{
    filter: brightness(0) invert(1);
        width: 20px;
    height: 20px;
    object-fit: contain;
}
.mobile-header  a.hrefheader img{
    filter: brightness(0) invert(1);
    margin: 0 0 0 8px;
}
.mobile-header  a.hrefheader{
    background: linear-gradient(83.35deg, #14A6A6 17.35%, #0DA8E4 92.81%);
    position: relative;
    z-index: 1;
    width: 202px;
    height: 40px;
    font-family: Nexa;
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 5%;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
    border: 1px solid #009689;
    border-radius: 26px;
    text-align: center;
        display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
}

.mobile-menu-links li span{
    transition: all 0.3s ease-in-out;

}



.header {
    width: 100%;
    transition: all 0.3s ease;
    z-index: 99;
}

.header.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.3s ease;
}

body.sticky-active {
    padding-top: 80px; /* Header ki actual height */
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
    will-change: transform, opacity;
}

.reveal.changing {
    opacity: 1;
    transform: translateY(0);
}

/* Delay classes */
.delay-1 {
    transition-delay: 0.1s;
}

.delay-2 {
    transition-delay: 0.2s;
}

.delay-3 {
    transition-delay: 0.3s;
}

.delay-4 {
    transition-delay: 0.4s;
}

.delay-5 {
    transition-delay: 0.5s;
}
html {
    scroll-behavior: smooth;
}
.inner-banner a.team{
    background: linear-gradient(83.35deg, #14A6A6 17.35%, #0DA8E4 92.81%);

}
.inner-banner a.team:hover:before{
       -webkit-transform: scale(1);
    transform: scale(1) !important; 
}
.inner-banner a.team:before{
        content: "";
    position: absolute;
    z-index: -1;
    border-radius: 45px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000 !important;
    -webkit-transform: scale(0);
    transform: scale(0) !important;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.inner-banner a:last-child:before{
        content: "";
    position: absolute;
    z-index: -1;
    border-radius: 45px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(83.35deg, #14A6A6 17.35%, #0DA8E4 92.81%);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.inner-banner a:last-child:hover:before{
   -webkit-transform: scale(1);
    transform: scale(1); 
}
.sec-home-banner .hvr-rectangle-in:before ,.inner-banner a:first-child:before , .inner-video-marquee .buttons a:first-child:before , .faq .faq-content-box a:before , .call-to-action a:before , .last-two-side-action .buttons a:last-child:before, .call-action-set a:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 14px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(83.35deg, #14A6A6 17.35%, #0DA8E4 92.81%);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.last-two-side-action .buttons a:last-child , .inner-banner a , .faq .faq-content-box a , .inner-video-marquee .buttons a{
position: relative;
z-index: 1;
}
.last-two-side-action .buttons a:last-child:hover{
background: #000;
}
.last-two-side-action .buttons a:last-child:before , .inner-banner a:first-child:before , .faq .faq-content-box a:before , .inner-video-marquee .buttons a:before{
    border-radius: 45px !important;
}
.sec-home-banner .hvr-rectangle-in:hover:before , .inner-banner a:first-child:hover:before , .inner-video-marquee .buttons a:first-child:hover:before , .faq .faq-content-box a:hover:before , .call-to-action a:hover:before , .last-two-side-action .buttons a:last-child:hover:before{
    -webkit-transform: scale(0);
    transform: scale(0);
} 
.growth .layer-box .buttons a:first-child:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 14px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #000000, #000000),
linear-gradient(300.82deg, #060D18 3.93%, #05202A 59.34%);
border-radius:45px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.growth .layer-box .buttons a:first-child:hover:before{
    -webkit-transform: scale(0);
    transform: scale(0);
} 
.growth .layer-box .buttons a:last-child:before , .inner-video-marquee .buttons a:last-child:before{
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 14px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
       background: linear-gradient(0deg, #000000, #000000),
linear-gradient(300.82deg, #060D18 3.93%, #05202A 59.34%);
border-radius:45px;
    -webkit-transform: scale(0);
    transform: scale(0);
   
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.growth .layer-box .buttons a:last-child:hover:before , .inner-video-marquee .buttons a:last-child:hover:before{
 -webkit-transform: scale(1);
    transform: scale(1);
} 

.growth .slick-prev:after , .values .slick-prev:after{
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 15px 0 0 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
       background: linear-gradient(0deg, #000000, #000000),
linear-gradient(300.82deg, #060D18 3.93%, #05202A 59.34%);
    -webkit-transform: scale(0);
    transform: scale(0);
   
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.growth .slick-prev:hover:after , .values .slick-prev:hover:after{
 -webkit-transform: scale(1);
    transform: scale(1);
}
.growth .slick-next:after , .values .slick-next:after{
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 0 15px 15px 0 ;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
       background: linear-gradient(0deg, #000000, #000000),
linear-gradient(300.82deg, #060D18 3.93%, #05202A 59.34%);
    -webkit-transform: scale(0);
    transform: scale(0);
   
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.growth .slick-next:hover:after , .values .slick-next:hover:after{
 -webkit-transform: scale(1);
    transform: scale(1);
}
header nav #navbarSupportedContent form a.hrefheader{
position: relative;
z-index: 1;
} 
.sec-home-banner .hvr-rectangle-ins{
    position: relative;
    z-index: 1;
}
header nav #navbarSupportedContent form a.hrefheader:before{
     content: "";
    position: absolute;
    z-index: -1;
    border-radius: 45px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #009689;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
header nav #navbarSupportedContent form a.hrefheader:hover:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}




.sec-home-banner .hvr-rectangle-ins:before{
      content: "";
    position: absolute;
    z-index: -1;
    border-radius: 14px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}
.sec-home-banner .hvr-rectangle-ins:hover:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}

    .pricing-scroll {
        display: flex;
        flex-wrap: wrap;
    }


.pricing .package-box a{
    position: relative;
        z-index: 1;
}
.pricing .package-box a:before{
      content: "";
    position: absolute;
    z-index: -1;
    border-radius: 14px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(83.35deg, #14A6A6 17.35%, #0DA8E4 92.81%);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 45px;

}
.pricing .package-box a:hover:before , .pricing .package-box:hover a:before{
-webkit-transform: scale(1);
    transform: scale(1);
}
.call-to-action a:before{
    border-radius: 45px;
}
.call-to-action a{
    position: relative;
    z-index: 1;
}

.btn-custom-primary { 
    background: linear-gradient(83.35deg, #14A6A6 17.35%, #0DA8E4 92.81%);
    height: 64px;
    width: 100%;
    line-height: 64px;
    border-radius: 45px;
    font-family: Nexa;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    display: inline;
    text-align: center;position: relative;
    z-index: 1;
    padding: 10px 30px;
}
.btn-custom-primary:hover {  color:#000;
}



@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 972px;
    }
    #testimonials .container{
         max-width: 972px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }
     #testimonials .container{
         max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1380px;
    }
     #testimonials .container{
         max-width: 1400px;
    }


}
@media (min-width: 1600px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
                max-width: 1420px;
    }
     #testimonials .container{
                max-width: 1420px;
    }


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}
header nav #navbarSupportedContent ul li{
                                position: relative;
                            }
                            header nav #navbarSupportedContent ul li:hover .submenu{
                                display: block;
                            }
                            header nav #navbarSupportedContent ul li .submenu{
                                position: absolute;
                                background: #FFFFFF;
                                box-shadow: 0px 20px 60px 5px #0000001A;
                                width: 295px;
                                padding: 25px 16px 14px;
                                border-radius: 16px;
                                z-index: 9;
                                top: 100%;
                                display: none;

                            }
                            header nav #navbarSupportedContent ul li .submenu:before{
                                    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg, #00BBA7 0%, #00D3F3 100%);
    height: 10px;
                            }
                            header nav #navbarSupportedContent ul li .submenu ul li a .menu-content{
                                width: 80%;
                                font-family: Mulish;
                                font-weight: 800;
                                font-size: 14px;
                                line-height: 20px;
                                letter-spacing: 0px;
                                color: #010101;

                            }
                            header nav #navbarSupportedContent ul li .submenu ul li a .menu-content:hover {color:#009689;transition: .3s all ease-in-out;}
                            header nav #navbarSupportedContent ul li .submenu ul li a .menu-content span{
                                font-family: Mulish;
                                font-weight: 700;
                                font-size: 12px;
                                line-height: 16px;
                                letter-spacing: 0px;
                                color: #5D5D5DA6;
                                text-transform: capitalize;
                                display: block;transition: .3s all ease-in-out;

                            }
                            header nav #navbarSupportedContent ul li .submenu ul li a:before{
                                content: inherit;
                            }
                            header nav #navbarSupportedContent ul li .submenu ul li a .menu-icon{
                                
                            }
                            header nav #navbarSupportedContent ul li .submenu ul li:last-child a{
                                margin: 0;
                            }
                            header nav #navbarSupportedContent ul li .submenu ul li a{
                                display: flex;
                                align-items: center;
                                padding: 0;
                                gap: 12px;
                                margin: 0 0 26px;
                            }
/*header*/
header nav #navbarSupportedContent{
    justify-content: space-between;
}
header nav #navbarSupportedContent ul li:first-child a{
    margin: 0;
}
header nav #navbarSupportedContent ul li a:before{
    content: '';
    background: #009689;
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    transition: .3s all ease-in-out;
}
header nav #navbarSupportedContent ul li a:hover:before{
    width: 30%;
}
header nav #navbarSupportedContent ul li a:hover{
       color: #010101; 
}
header nav #navbarSupportedContent ul li a{
color: #5D5D5D;
font-family: Nexa;
font-weight: 700;
font-size: 14px;
line-height: 100%;
letter-spacing: 5%;
text-transform: uppercase;
padding: 0 0 10px;
margin: 0 0 0 55px;
transition: .3s all ease-in-out;
position: relative;

}
header nav #navbarSupportedContent ul{
        margin: 0 auto;
}
header nav #navbarSupportedContent ul li a.active:before{
       width: 30%;

}
header nav #navbarSupportedContent ul li a.active{
    color: #010101;
    transition: .3s all ease-in-out;
    font-weight: 800;
}
header nav #navbarSupportedContent form a.hrefheader:hover{

}
header nav #navbarSupportedContent form a.hrefheader img{
    transition: .3s all ease-in-out;
    margin: 0 0 0 10px;
}
header nav #navbarSupportedContent form a.hrefheader{
    width: 202px;
height: 48px;
font-family: Nexa;
font-weight: 900;
color: #009689;
font-size: 14px;
line-height: 48px;
letter-spacing: 5%;
text-transform: uppercase;
transition: .3s all ease-in-out;
border: 1px solid #009689;
border-radius: 26px;
text-align: center;

}
header nav #navbarSupportedContent form a.hrefheader:hover img{
   filter: brightness(0) invert(1);
}
header nav #navbarSupportedContent form a.hrefheader:hover{
    background: #009689;
    color: #fff;
}
header{
    position: absolute;
    width: 100%;
    top: 0;

}
/*banner*/
.sec-home-banner{
    padding: 180px 0 130px;
     background:url(../images/banner-img.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 100% 100%;
border-bottom: 1px solid #00968936;
}
.sec-home-banner .star-with-para img{
    margin: 0 0 0 4px;
}
.sec-home-banner .star-with-para img:first-child{
    margin: 0;
}
.sec-home-banner .star-with-para img:last-child{
    margin: 0 8px 0 4px;
}
.sec-home-banner .star-with-para{
    font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
color: #525866;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.sec-home-banner h1 span{
   font-weight: 900; 
    background: linear-gradient(360deg, #038788 0%, #13afb2 60%);;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-home-banner h1{
    font-family: Nexa;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 1%;
    color: #010101;
}
.sec-home-banner p span{
    font-weight: 600;
}
.sec-home-banner p{
    font-family: Mulish;
    font-weight: 300;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #010101;
    margin: 0;
}
.sec-home-banner .smaller-text{
    font-family: Mulish;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 0 0 20px;
    color: #5C5C5C;
}
.sec-home-banner .banner-double-button{
    display: flex;
    align-items: center;
    margin: 48px 0 ;
}
.sec-home-banner .banner-double-button a img{
    margin: 0 0 0 10px;
}
.sec-home-banner .banner-double-button a:last-child{
    border: 1px solid #000000;
    color: #000000;
    margin: 0 0 0 20px;

}
.sec-home-banner .banner-double-button a:last-child:hover img{
    filter: brightness(0) invert(1);
}
.sec-home-banner .banner-double-button a:hover{
    background: #000000;
    color: #fff;

}
.sec-home-banner .banner-double-button a{
    width: 251px;
height: 82px;
opacity: 1;
border-radius: 14px;
font-family: Nexa;
font-weight: 700;
text-align: center;
font-size: 18px;
line-height: 82px;
letter-spacing: 0%;
color: #FFFFFF;
transition: .3s all ease-in-out;
}


.sec-home-banner .images-logo img:first-child, .testimonials .images-logo img:first-child{
    margin: 0;
}
.sec-home-banner .images-logo img{
    margin: 0 0 0 20px;
}
.testimonials .images-logo img{
    margin: 0 0 0 40px;
    height: 25px;
}
.testimonials .images-logo img{
      filter: grayscale(100%) opacity(60%);
}.testimonials .images-logo img:hover{
      filter: opacity(100%);
}
.sec-home-banner .images-logo{
    display: flex;
    align-items: center;
    justify-content: start;
}
.sec-home-banner .banner-right{
position: relative;
z-index: 1;
}
.sec-home-banner .banner-right .content-box .icon img{
    margin: 0 16px 0 0;
}
.sec-home-banner .banner-right .content-box.youtube{
left: 20px;
    top: -15%;
      animation: youtubeFloat 3s ease-in-out infinite;
}
.sec-home-banner .banner-right .content-box.video{
    right: 70px;
       animation: videoFloat 3s ease-in-out infinite;
    top: -30%;
    width: 200px;
}
.sec-home-banner .banner-right .content-box.graph{
    right: 50px;
    bottom: -15%;
    animation: graphFloat 3s ease-in-out infinite;
    width: 200px;
}
/* YouTube */
@keyframes youtubeFloat {
    0% {
        top: -15%;
    }
    50% {
        top: -20%;
    }
    100% {
        top: -15%;
    }
}

/* Video */
@keyframes videoFloat {
    0% {
        top: -30%;
    }
    50% {
        top: -35%;
    }
    100% {
        top: -30%;
    }
}

/* Graph */
@keyframes graphFloat {
    0% {
        bottom: -15%;
    }
    50% {
        bottom: -10%;
    }
    100% {
        bottom: -15%;
    }
}
.sec-home-banner .banner-right .content-box{
    position: absolute;
    border-top: 1px solid #F3F4F6;
box-shadow:
  0px 4px 6px -4px #0000000D,
  0px 10px 15px -3px #0000001A;
    border-radius: 14px;
    display: flex;
    align-items: center;
    width: 156px;
    background: #FFFFFF;
    z-index: 9;
    height: 76px;
    padding: 0 16px;
}
.sec-home-banner .banner-right .content-box .content .heading-content{
    font-family: Nexa;
font-weight: 900;
font-size: 20px;
letter-spacing: 0px;
  background: linear-gradient(263.99deg, #25D9BB 14.98%, #0BAFAF 55.38%, #0EA6A6 82.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height:25px;
}
.sec-home-banner .banner-right .content-box .content .para{
    font-family: Poppins;
font-weight: 500;
font-size: 12px;
letter-spacing: 0px;
color: #373737BF;

}
.sec-home-banner .banner-right .video-box #banner-video{

    padding: 5px;
    border-radius: 18.85px;
    box-shadow: 0px 29.45px 58.9px -14.14px #00000040;
    z-index: 1;


}
/* Clockwise */
@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Anti Clockwise */
@keyframes rotateAntiClockwise {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

/* Slow Clockwise */
@keyframes rotateClockwiseSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.sec-home-banner .banner-right .circle-box-small:after{
    content: '';
    width: 458px;
    height: 458px;
    opacity: 0.1;
    background: #009689;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    animation: rotateClockwise 12s linear infinite;
    

}
.sec-home-banner .banner-right .circle-box:after{
    content: '';
    width: 760px;
    height: 760px;
    opacity: 0.2;
    border-radius: 50%;
    border: 1px solid #009689;
    position: absolute;
    top: 0;
    left: -5%;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
 animation: rotateClockwiseSlow 25s linear infinite;
}
.sec-home-banner .banner-right .circle-box:before{
    content: '';
    width: 608px;
    height: 608px;
    opacity: 0.05;
    background: #009689;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
     animation: rotateAntiClockwise 18s linear infinite;
}
.sec-home-banner .banner-right .circle-box-small:before{
    content: '';
    width: 310px;
    height: 310px;
    opacity: 0.2;
    background: #009689;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;

}
.sec-home-banner .banner-right .video-box{
    position: relative;


}
.sec-home-banner .banner-right .video-box a{
position: absolute;
    top: 10px;
    left: 0;
    right: 10px;
    bottom: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-player{
    padding: 100px 0 0;
    position: relative;
}
.video-player:before{
      content: '';
    background-image: url(../images/Union.svg);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 95px;
    right: -4%;
    animation: 2s ease-in-out 0s infinite normal none running floatIcon;
    width: 77px;
    height: 179px;
}
.video-player .sub-heading-main img{
    margin: 0 8px 0 0;
}
.video-player .sub-heading-main{
    background: #CBFBF1;
    font-family: Mulish;
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
padding: 8px 16px;
border-radius: 25px;
display: inline-block;
color: #00786F;
margin: 0 0 10px;

}
.video-player h2{
    font-family: Nexa;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #010101;
    margin: 0;
}
.video-player h2 i {
    display: block;
}
.video-player h2 span{
     background: linear-gradient(360deg, #038788 0%, #13afb2 60%);;
    font-family: Nexa;
font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video-player h2 strong{
    font-family: Nexa;
}
.video-player p{
    margin: 0;
    font-family: Mulish;
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
text-align: right;

}
.video-player p span{
    font-style: italic;
}
.who-we-are:before{
    content: '';
    background-image: url(../images/who-we-are-before.svg);
    width: 123px;
    height: 287px;
    position: absolute;
    top: 35%;
    left: -8%;
    z-index: -1;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    animation: 2s ease-in-out 0s infinite normal none running floatIcon;
}
.who-we-are{
    padding: 85px 0 60px;
    position: relative;
    z-index: 1;
}
.who-we-are h2 span{
    font-family: Nexa;
    display: block;
    position: relative;
    font-weight: 600;
}
.video-marquee{

    margin: 85px 0 0;
     width: 100%;
    overflow: hidden;
    position: relative;
}
.marquee-track{
    display: flex;
    gap: 20px;
    width: max-content;
}
.video-marquee .video-box{

}
.video-marquee .video-box a:hover{
    transform: scale(1.1);

}
.video-marquee .video-box a{
    transition: .3s all ease-in-out;
    position: absolute;
    width: 54px;
    height: 54px;
    background: #009689BF;
    top: 0;
    z-index: 9;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.video-marquee .video-box{
    position: relative;
}
.who-we-are h2 span:before{
content: '';
  width: 38%;
    height: 1.06px;
    background: linear-gradient(272.98deg, #009689 4.96%, #00D3F3 100.01%);
    position: absolute;
    right: 0;
    top: 55%;

}
.who-we-are h2{
    font-family:Nexa;
font-weight: 400;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
color: #010101;
margin: 0 0 45px;
}
.who-we-are h3{
    font-family: Mulish;
font-weight: 700;
font-style: Bold;
font-size: 22px;
line-height: 32px;
letter-spacing: 0%;
color: #010101;
margin: 0 0 30px;
}
.who-we-are h4{
    font-family: Mulish;
font-weight: 700;
font-size: 45px;
line-height: 35px;
letter-spacing: 0%;
background:linear-gradient(269.64deg, #21B2C6 11.36%, #22A3D8 35.37%, #008080 51.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 30px;
}
.who-we-are p{
    font-family: Mulish;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 30px;
margin: 0 0 15px;
color: #010101;

}
.how-it-work{
    padding: 0 0 100px;
    position: relative;
    z-index: 1;
}
.how-it-work:before{

}
.how-it-work .sub-heading-main{
    background: #CBFBF1;
    font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
padding: 8px 16px;
border-radius: 25px;
display: inline-block;
color: #00786F;
margin: 0 0 10px;

}
.how-it-work .sub-heading-main img{
    margin: 0 8px 0 0;
}
.how-it-work h2{
    font-family: Nexa;
font-weight: 800;
font-size: 25px;
line-height: 55px;
letter-spacing: 1%;
color: #010101;

}
.how-it-work .process-box .backgound-set-here{
    background: linear-gradient(90deg, #01EABF 0%, #2EBAF3 100%);
    height: 7px;
    border-radius: 15px 15px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.how-it-work .process-box{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px 8px 15px 15px;
    padding: 32px;
    position: relative;
    height: 365px;
}
.how-it-work .process-box .process-main{
display: flex;
align-items: center;
gap:16px;
}
.how-it-work .process-box .process-main .image-background{
    background: #E6F7FA;
border: 1px solid #CAE7ED;
border-radius: 16px;
padding: 16px;
}
.how-it-work .process-box .process-main .process-main-content .process-step{
    font-family: Mulish;
font-weight: 800;
font-size: 14px;
line-height: 20px;
letter-spacing: 1px;
text-transform: uppercase;
color: #009689;
margin: 0 0 10px;
}
.how-it-work .process-box .process-main .process-main-content .process-main-head{
font-family: Nexa;
font-weight: 800;
font-size: 19px;
line-height: 20px;
letter-spacing: 0px;
color: #010101;


}
.how-it-work .process-box ul li img{
    margin: 0 8px 0 0;
}

.how-it-work .process-box ul li{
    border: 1px solid #A3EFDF;
    color: #009689;
    border-radius: 25px;
    padding: 5px 10px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    background: #F1FFFC;
    margin: 0 0 16px;
    display: inline-block;
}
.how-it-work .process-box  p{
    font-family: Mulish;
font-weight: 400;
    font-size: 17px;
    line-height: 25px;
color: #415263;
margin: 20px 0;
}
.pr-0{
    padding: 0;
}
.how-it-work .process-box .strong-text{
    font-family: Poppins;
font-weight: 600;
font-size: 12px;
line-height: 20px;
letter-spacing: 0px;
text-transform: uppercase;
color: #010101;
margin: 0 0 20px;
}
.how-it-work .process-box .blue-box{
    background: #F1FAFD;
    padding: 25px 14px;
border: 1px solid #A3EFDF;
font-family: Poppins;
font-weight: 600;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #21B2C6;
border-radius: 16px;
}
.how-it-work .process-box .blue-box span{
    font-family: Poppins;
font-weight: 600;
font-size: 13px;
line-height: 20px;
text-align: center;

}

.call-to-action{
    background: linear-gradient(270deg, #060D18 13.13%, #0B2B3F 50%, #060D18 86.87%);
padding: 100px 0;
}
.call-to-action .timer-call-action .heading-timer{
font-family: Nexa;
font-weight: 900;
font-size: 42px;
text-align: center;
color: #FFFFFF;
margin: 0;
}
.call-to-action .timer-call-action .small-heading-timer{
    font-family: Mulish;
font-weight: 700;
font-size: 18px;
line-height: 20px;
text-align: center;
color: #00B8B8;
margin: 0 0 10px;
}
.call-to-action .timer-call-action .para-heading-timer{
    font-family: Mulish;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #9DB7CC;
margin: -10px  0 0 0;
}
.call-to-action p{
    font-family: Mulish;
font-weight: 700;
font-style: Italic;
font-size: 20px;
line-height: 27px;
text-align: center;
color: #FFFFFF;
margin: 80px 0 20px;
}
.call-to-action .timer-call-action.border-none{
    border-right: none;
}
.call-to-action .timer-call-action{
    border-right: 1px solid #FFFFFF26;
}
.call-to-action a img{
    margin: 0 0 0 16px;
    filter: brightness(0) invert(1);
}
.call-to-action a{
border-radius: 45px;
font-family: Nexa;
font-weight: 800;
font-size: 20px;
line-height: 64px;
height: 64px;
color: #FFFFFF;
display: block;
text-align: center;
transition: .5s all ease-in-out;
}
.call-to-action a:hover{
    background: #000;
}
.growth{
    padding: 100px 0;
}
.growth .main-head .bulliet-point:before{
    content: '';
    background: #00C950;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}
.growth .main-head{
    text-align: center;
}
.growth .main-head .bulliet-point{
    font-family: Mulish;
font-weight: 700;
border-radius: 24px;
font-size: 14px;
line-height: 38px;
height: 38px;
color: #009689;
border: 1px solid #CBFBF1;
box-shadow: 0px 1px 2px -1px #0000001A , 0px 1px 3px 0px #0000001A;
display: inline-block;
padding: 0 16px 0 32px;
margin:0 0 32px;
position: relative;
}
.growth .main-head p{
font-family: Mulish;
font-weight: 400;
font-size: 20px;
line-height: 30px;
text-align: center;
margin: 0 auto 0px;
width: 70%;
}
.main-page-slider .slick-list.draggable{
    padding: 100px 0;
}
.main-page-slider .slick-slide{
    margin: 0 90px;
}
.growth .main-head h2{
    font-family: Nexa;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
text-align: center;
color: #010101;
margin: 0 0 30px;
}
.growth .layer-box:before{
 content: '';
    background: url(../images/box-curve.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    width: 49px;
    height: 54px;
    position: absolute;
    top: 30%;
    right: -35px;
}
.growth .layer-box{
    background-color: #D4EDEB;
    border-radius: 50px;
    padding: 130px 82px 42px;
    background-image:url(../images/back-layer.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: relative;
}
.growth .layer-box .img-media{
    position: absolute;
    top: -40px;
}
.growth .layer-box .special-text .quote-start{
font-family: Mulish;
font-weight: 700;
font-style: Italic;
font-size: 64px;
line-height: 20px;
text-align: center;
color: #010101;
margin: 0 0 15px;

}
.growth .layer-box .special-text p{
    font-family: Mulish;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
color: #010101;
margin: 0 0 30px;
}
.growth .layer-box .special-text .quote-end{
font-family: Mulish;
font-weight: 700;
font-style: Italic;
font-size: 64px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0px;
text-align: end;
display: block;
color: #010101;
  margin: 0 0 15px;
}
.growth .layer-box h3{
    font-family: Nexa;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0px;
margin: 0 0 0;
color: #010101;

}
.growth .layer-box hr{
    background:#9FC8C3;
    margin: 15px 0;
    opacity: 1;
}
.growth .layer-box h4{
    font-family: Nexa;
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0px;
color: #009689;
margin: 0 0 35px;
}
.growth .layer-box .white-box ul li:last-child{
    border-bottom: none;
}
.growth .layer-box .white-box ul li{
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
  border-bottom: 1px solid #0000001A;
  align-items: center;
      font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #415263BF;
}
.growth .layer-box .white-box ul li span{
    font-family: Nexa;
font-weight: 900;
font-size: 24px;
line-height: 36px;
background: linear-gradient(263.99deg, #25D9BB 14.98%, #0BAFAF 55.38%, #0EA6A6 82.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.growth .layer-box .white-box{
    background: #FFFFFF;
    box-shadow: 0px 8px 12px 0px #0000000F;
    border-radius: 25px;
    padding: 12px 24px;
    margin: 0 0 36px;

}
.growth .layer-box .buttons a:last-child{
    color: #010101;
    width: 180px;
    margin: 0 0 0 10px;

}
.growth .layer-box .buttons a:last-child:hover{

color: #fff;

}
.growth .layer-box .buttons a:hover{
background: transparent;
color: #010101;
}
.growth .layer-box .buttons a{
    position: relative;
  z-index: 1;
color: #fff;
border-radius: 45px;
border: 1px solid #010101;
font-family: Nexa;
font-weight: 700;
font-style: Bold;
font-size: 18px;
letter-spacing: 0%;
line-height: 62px;
height: 62px;
width: 219px;
text-align: center;
transition: .3s all ease-in-out;
}
.growth .layer-box .buttons{
    display: flex;
    align-items: center;

}
.growth .mobile-profile-images .profile-img-layers:before{
    content: '';
    background-image: url(../images/grey-layer.svg);
    width: 372px;
    height: 455px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9;
    top: -10%;
    right: -50px;
        animation: layerMoveOne 6s ease-in-out infinite alternate;
}
.growth .mobile-profile-images .profile-img-layers:after{
    content: '';
    background-image: url(../images/out-line-layer.svg);
    width: 320px;
    height: 457px;
    position: absolute;
    top: -30px;
    right: -10px;
        animation: layerMoveTwo 6s ease-in-out infinite alternate;
}


@keyframes layerMoveOne {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(-20px, -15px) rotate(-3deg);
    }
}

@keyframes layerMoveTwo {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(20px, 15px) rotate(3deg);
    }
}
.growth .slick-prev,.growth .slick-next{
top: inherit;
    bottom: -100px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    width: 117px;
    height: 64px;
}
.growth .slick-prev{
left: -117px;
right: 0;
margin: 0 auto;
border-radius: 15px 0 0 15px;
}
.growth .slick-next{
left: 0;
right: -117px;
margin: 0 auto;
border-radius: 0 15px 15px 0;
}

.growth .slick-prev:before{
      content: '';
    background-image: url(../images/left-arrow.svg);
    background-size: cover;
    background-position: 100% 100%;
    width: 71px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.growth .slick-next:before{
      content: '';
    background-image: url(../images/right-arrow.svg);
    background-size: cover;
    background-position: 100% 100%;
    width: 71px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.growth .mobile-profile-images .profile-img-layers{
    position: absolute;
    top: 30%;
    right: -30px;
    z-index: 99;
}
.growth .mobile-profile-images img{
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
.growth .mobile-profile-images{
position: relative;
}
.testimonials{
    padding: 130px 0 110px;
    position: relative;
}
.testimonials:before{
    content: '';
    background-image: url(../images/Union.svg);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    left: 40px;
    width: 77px;
    height: 179px;
    animation: 2s ease-in-out 0s infinite normal none running floatIcon;

}
.pricing_about .testimonials:before { background-image:transparent; content:none !important;}
.pricing_about.pricing{ position:relative;}
.pricing_about.pricing:before {
    content: '';
    background: url(../images/about-left-dots.png);
    width: 69px;
    height: 162px;
    position: absolute;
    top: 3%;
    right: 6%;
    left:auto;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
        animation: 2s ease-in-out 0s infinite normal none running floatIcon;
        opacity: 1;
        border-radius: 0;
}
.pricing_about.pricing:after {display: none;}
.testimonials p{
    font-family: Mulish;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 30px;
text-align: center;
margin: 0 auto 93px;
color: #010101;
width: 75%;
}
.testimonials h2{
    font-family: Nexa;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
color: #010101;
text-align: center;
margin: 0 0 30px;
}
.testimonials .testi-box{
    background: #FFFFFF;
border: 1px solid #E6E6E6;
border-radius: 8px 8px 25px 25px;
padding: 44px 32px 30px;
position: relative;
margin: 0 0 72px;

}
.testimonials .testi-box .testi-head{
    font-family: Nexa ;
font-weight: 400;
font-size: 18px;
line-height: 20px;
margin: 30px 0 20px;
color: #000000;

}
.testimonials h4{
    font-family: Nexa;
font-weight: 700;
font-size: 30px;
line-height: 45px;
letter-spacing: 1%;
text-align: center;
color: #010101;
margin: 0 auto 30px;

}
.testimonials .testi-box p{
    font-family: Mulish;
font-weight: 400;
font-style: Regular;
    height: 108px;
font-size: 20px;
line-height: 27px;
letter-spacing: 0px;
color: #000000;
text-align: left;
width: 100%;
margin: 30px 0 20px;

}
.testimonials .testi-box .testi-name{
color: #009689;
font-family: Mulish;
font-weight: 700;
font-size: 18px;
line-height: 27px;
letter-spacing: 0px;


}
.testimonials .testi-box .background-set-here{
    background: linear-gradient(90deg, #01EABF 0%, #2EBAF3 100%);
    height: 7px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials .testi-box .testi-profile{
        position: absolute;
    top: -10%;
    right: 34px;
}
.testimonials .testi-box .testi-profile img{
display: table;
margin: 0 0 0 auto;
border: 1px solid #c1c1c1;
    border-radius: 15px;
    background-color: #fff;
}
.testimonials .qualify-box{
    display: flex;
    align-items: center;
}
.testimonials .star-with-para{
    width: 240px;
    border-right: 1px solid #E8E8E8
}
.testimonials .qualify-box .boxes-with-content h6{
    font-family: Mulish;
font-weight: 700;
font-size: 15px;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
color: #364153;
margin: 0 0 0 8px;
}
.testimonials .qualify-box .boxes-with-content{
margin: 0 0 0 30px;
background: linear-gradient(90deg, #CBFBF1 0%, #CEFAFE 100%);
display: flex;
align-items: center;
padding: 12px 24px;
border-radius: 33px;
}
.testimonials .qualify-box .boxes-with-content .boxes-name .box-name-alpha:first-child{
    margin: 0;
}
.testimonials .qualify-box .boxes-with-content .boxes-name .box-name-alpha{
background: linear-gradient(135deg, #00BBA7 0%, #00D3F3 100%);
width: 32px;
height: 32px;
font-family: Poppins;
font-weight: 700;
font-size: 12px;
line-height: 32px;
text-align: center;
color: #FFFFFF;
border-radius: 50%;
border-top: 2px solid #FFFFFF;
margin: 0 0 0 -10px;
}
.testimonials .qualify-box .boxes-with-content .boxes-name{
display: flex;
align-items: center;
}
.testimonials .star-with-para .star-img-set{
text-align: center;
}
.testimonials .star-with-para .star-img-set img:first-child{
    margin: 0;
}
.testimonials .star-with-para .star-img-set img{
    margin: 0 0 0 4px;
}
.testimonials .star-with-para span{
display: block;
font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
color: #475569;

}
.new-call-to-action .call-action-set h2{
font-family: Nexa;
font-weight: 900;
font-size: 55px;
line-height: 50px;
letter-spacing: 0%;
margin: 0 0 48px;
color: #FFFFFF;

}
.call-action-set{
    background: linear-gradient(270deg, #060D18 13.13%, #0B2B3F 50%, #060D18 86.87%);
    padding: 100px 0 100px 75px;
    position: relative;
    border-radius: 50px;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
}
.call-action-set h2{
    font-family: Nexa;
font-weight: 900;
font-size: 32px;
line-height: 54px;
letter-spacing: 0%;
color: #000;
margin: 0 0 48px;

}
.call-action-set h6{
    font-family: Mulish;
font-weight: 700;
font-size: 18px;
line-height: 30px;
letter-spacing: 0%;
color: #00B8B8;
margin: 0 0 48px;
}
.call-action-set h5{
    font-family: Mulish;
font-weight: 700;
font-size: 26px;
line-height: 30px;
letter-spacing: 0%;
color: #00B8B8;
margin: 0 0 48px;
padding: 0 25%;

}
.call-action-set .button a img{
    filter: brightness(0) invert(1);
    margin: 0 0 0 10px;
}
.call-action-set .button a:last-child{
    border: 1px solid #FFFFFF;
    background: transparent;
}
.call-action-set .button a:last-child:hover{
   background: linear-gradient(83.35deg, #14A6A6 17.35%, #0DA8E4 92.81%);
   border: none; 
}
.call-action-set .button a:hover{
       border: 1px solid #FFFFFF;
    background: transparent; 
}
.call-action-set .button a{
    width: 232px;
height: 56px;
display: block;
border-radius: 45px;
background: linear-gradient(83.35deg, #14A6A6 17.35%, #0DA8E4 92.81%);
font-family: Nexa;
font-weight: 800;
font-size: 18px;
text-align: center;
line-height: 56px;
letter-spacing: 0%;
color: #FFFFFF;
transition: .3s all ease-in-out;

}
.call-action-set .call-img{

    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    width: 50%;

}
.call-action-set .button{
    display: flex;
    align-items: center;
    gap:10px;

}
.call-action-set P{
    font-family: Mulish;
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
COLOR: #FFFFFF;
margin: 0 0 30px;

}
.pricing{
    padding: 100px 0;
    position: relative;
}
.pricing:before{
    content: '';
    width: 1300px;
    height: 1300px;
    opacity: 0.2;
    position: absolute;
    top: 0;
    border-radius: 50%;
    left: 0px;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(180deg, #D4EDEB 0%, rgba(217, 217, 217, 0) 34.41%);
    z-index: -1;

}
.pricing:after{
      content: '';
    background: url(../images/union-left.png);
    width: 108px;
    height: 250px;
    position: absolute;
    top: 6%;
    left: -6%;
    z-index: -1;
        animation: 2s ease-in-out 0s infinite normal none running floatIcon;
}
.pricing .main-head .sub-main:before{
        content: '';
    background: #00C950;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}
.pricing .main-head{
    text-align: center;
}
.pricing .main-head h4{
    font-family: Mulish;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
color: #010101;
width: 40%;
margin: 0 auto 60px;
}
.pricing .main-head h2{
    font-family: Nexa;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
text-align: center;
color: #010101;
margin: 0 0 32px;

}
.pricing .main-head .sub-main{
    font-family: Mulish;
    font-weight: 700;
    border-radius: 24px;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    color: #009689;
    border: 1px solid #CBFBF1;
    box-shadow: 0px 1px 2px -1px #0000001A, 0px 1px 3px 0px #0000001A;
    display: inline-block;
    padding: 0 16px 0 32px;
    margin: 0 0 32px;
    position: relative;
}
.pricing .package-box{
    background: #FFFFFF;
border: 1px solid #E6E6E6;
border-radius: 15px;
padding: 35px 0 25px;
height: 1155px;
position: relative;
transition: .3s all ease-in-out;
}
.pricing .package-box .recomended-box{
    border-radius: 25px;
    background: linear-gradient(309.03deg, #009689 5.4%
5.4%
, #22B7AA 65.84%);
    color: #F2FBFC;
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto;
        font-family: Nexa;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pricing .package-box .package-heading{
    padding: 0 20px;
    border-bottom: 1px solid #E6E6E6;
}
.pricing .package-box h6{
font-family: Mulish;
font-weight: 700;
font-size: 18px;
line-height: 25px;
letter-spacing: 0px;
color: #009689;
margin: 30px 0 25px;
padding: 0 20px;

}
.pricing .package-box h3 small{
    font-size: 28px;
}
.pricing .package-box h5{
    font-family: Mulish;
font-weight: 700;
font-size: 16px;
line-height: 21px;
letter-spacing: 0px;
color: #475569;
padding: 0 20px 35px;
 border-bottom: 1px solid #E6E6E6;
transition: .3s all ease-in-out;
margin: 0;
}
.pricing .package-box ul li img{
    margin: 0  0 0;
    position: absolute;
    top: 20%;
    left: -29px;
}
.pricing .package-box ul li{
    font-family: Mulish;
font-weight: 600;
font-size: 14px;
line-height: 24px;
letter-spacing: 0px;
color: #000000;
position: relative;
margin: 0 0 12px 29px;

}

.pricing .package-box ul{
    margin: 35px 0;
    padding: 0 20px;
}
.pricing .package-box h3{
    padding: 0 20px;
font-family: Nexa;
font-weight: 900;
font-size: 77px;
line-height: 60px;
letter-spacing: 0px;
margin: 0 0 0;
transition: .3s all ease-in-out;
background: linear-gradient(90deg, #010101 0%, #676767 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}
.pricing .package-box .package-heading .main-heading{
    font-family: Mulish;
font-weight: 900;
font-size: 24px;
line-height: 30px;
letter-spacing: 0px;
color: #475569;
margin: 0 0 8px;

}
.pricing .package-box .package-heading .small-heading{
    font-family: Mulish;
font-weight: 600;
font-size: 18px;
line-height: 25px;
letter-spacing: 0px;
color: #475569;
padding: 0 0 30px;
}
.pricing .package-box .special-box{
border: 1px solid #A3EFDF;
margin: 0 20px 20px;
padding: 20px 16px;
background: #F1FFFC;
border-radius: 15px;
}
.pricing .package-box .special-box .special-box-head{
    font-family: Mulish;
font-weight: 800;
font-size: 16px;
line-height: 23px;
margin: 0 0 12px;
letter-spacing: 0px;
color: #475569;

}
.pricing .package-box p span{
    font-weight: 800;
}
.pricing .package-box a img{
    margin: 0 0 0 10px;
    transition: .3s all ease-in-out;
}
.pricing .package-box a{
    border-radius: 45px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #010101;
   font-family: Nexa;
font-weight: 800;
font-size: 18px;
letter-spacing: 0%;
color: #010101;
display: block;
text-align: center;
width: 232px;
margin: 0 20px;
transition: .3s all ease-in-out;
}
.pricing .package-box p{
    padding: 0 20px;
    margin: 0 0 35px;
    font-family: Mulish;
font-weight: 600;
font-size: 16px;
line-height: 25px;
letter-spacing: 0px;
color: #475569;
}
.pricing .package-box .special-box .special-box-content{
    font-family: Poppins;
font-weight: 500;
font-size: 16px;
line-height: 23px;
letter-spacing: 0px;
color: #009689;

}
.pricing .package-box:hover{
    box-shadow: 0px 15px 50px 0px #22B6A92E;
    border: 1px solid #22B6A9;
}
.pricing .package-box:hover h3{
        background: linear-gradient(263.99deg, #25D9BB 14.98%, #0BAFAF 55.38%, #0EA6A6 82.75%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricing .package-box:hover  .package-heading{
    border-color: #22B6A9;
}
.pricing .package-box:hover h5{
    border-color: #22B6A9;

}
.sub-summary {
    display: none;
}
.arrow-icon{
    transition: 0.3s ease-in-out;
    transform: rotate(180deg);


}
.arrow-icon.active {
    transform: rotate(0deg);

}
.pricing .package-box:hover a img{
    filter: brightness(0) invert(1);
}
.pricing .package-box:hover a{
    color: #fff;
    border-color: #fff;

}
.pricing .package-summary .package-headline .package-content h4{
    font-family: Nexa;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #010101;
    margin: 0 0 12px;

}
.pricing .package-summary .package-headline .package-content h6{
    font-family: Poppins;
font-weight: 500;
font-size: 16px;
line-height: 20px;
letter-spacing: 0px;
color: #475569;
margin: 0;
}
.pricing .package-summary .package-headline .package-content{
margin: 0 auto 0 0 ;
}
.pricing .package-summary .package-headline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin: 0 0 0px;
}
.pricing .package-summary{
    background: #F7F7F7;
    border: 1px solid #EBEBEB;
    padding: 62px 52px;
    border-radius:15px;
    margin: 50px 0 0;
}
.pricing .package-summary .sub-summary {    margin: 32px 0 0;
}

.pricing .package-summary .sub-summary .sub-summary-box p{font-family: Mulish;font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: 0%;color: #010101;margin: 0;position: relative;width: 100%;}
.pricing .package-summary .sub-summary .sub-summary-box span{
font-family: Nexa;
font-weight: 900;
font-size: 24px;
line-height: 36px;
letter-spacing: 0px;
display: block;
color: #10B981;

}
.pricing .package-summary .sub-summary .sub-summary-box p:before{
    content: '';
    border-right: 1px solid #E0E0E0;
    height: 100%;
    position: absolute;
    left: -4%;
}
.pricing .package-summary .sub-summary .sub-summary-box h5{
    width: 210px;
    font-family: Mulish;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #475569;
    margin: 0 0 0;
}
.pricing .package-summary .sub-summary .sub-summary-box{border: 1px solid #E6E6E6;background: #FFFFFF;padding: 24px 40px;border-radius: 15px;margin:  0 0 12px;display: flex;align-items: center;position: relative;}
.pricing .package-summary .sub-summary .sub-summary-box.recomended-box-summary{
    margin: 24px 0 12px;
    border: 1px solid #10B981;
    background: #DEFFF8;

} 
.pricing .package-summary .sub-summary .sub-summary-box .recomended-badge{
        background: linear-gradient(309.03deg, #009689 5.4%, #22B7AA 65.84%);
    font-family: Nexa;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 12px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
        top: -10%;
}

.last-two-side-action{
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.last-two-side-action .risk-box p{
    box-shadow: inherit;
}
.last-two-side-action .risk-box h6{
font-family: Mulish;
font-weight: 600;
font-size: 20px;
line-height: 31px;
letter-spacing: 0px;
margin: 0 0 32px;
color: #FFFFFF;
}
.last-two-side-action .risk-box h3{
   box-shadow: inherit;

}
.last-two-side-action h3{
    font-family: Mulish;
font-weight: 900;
font-size: 35px;
line-height: 41px;
letter-spacing: 0px;
color: #FFFFFF;
box-shadow: 0px 4px 4px 0px #00000014;
margin: 0 0 30px;
}
.last-two-side-action .buttons a:last-child{
    border-radius: 45px;
    height: 50px;
    line-height: 50px;
    width: 268px;
    font-family: Nexa;
font-weight: 800;
font-size: 18px;
color: #fff;
text-align: center;
}
.last-two-side-action .buttons a{
    font-family: Mulish;
font-weight: 700;
font-size: 18px;
line-height: 35px;
color: #FFFFFF;
box-shadow: 0px 4px 4px 0px #00000014;

}
.last-two-side-action .buttons{
margin: 32px 0 0;
display: flex;
align-items: center;
gap: 32px;
}
.last-two-side-action p{
    font-family: Mulish;
font-weight: 600;
font-size: 20px;
line-height: 31px;
letter-spacing: 0px;
color: #FFFFFF;
box-shadow: 0px 4px 4px 0px #00000014;
margin: 0;
}
.last-two-side-action:after{
    content: '';
    background: linear-gradient(309.03deg, #009689 5.4%, #22B7AA 65.84%);

    width: 50%;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
}
.last-two-side-action:before{
    content: '';
    background: linear-gradient(292.51deg, #060D18 12.1%, #10364D 78.99%, #285773 95.66%);
    width: 50%;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;

}

.faq{
  position: relative;
padding: 125px 0 125px;
}
.faq .line{

    position: absolute;
    bottom: 0;
    width: 100%;

}
.faq .faq-content-box .faq-badge img{
    margin: 0 8px 0 0;
}
.faq .faq-content-box .faq-badge{
    background: #CBFBF1;
    border-radius: 33px;
    width: 85px;
    height: 36px;
    font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 20px;
color: #00786F;
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 10px;

}
.faq .faq-content-box h3 span{
background: linear-gradient(180deg, #21B2C6 0%, #3D999C 59.13%, #008080 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nexa;
font-weight: 900;
font-size: 70px;
line-height: 78px;
letter-spacing: 0%;

}
.faq .faq-content-box h3{
    font-family: Nexa;
font-weight: 700;
font-style: Bold;
font-size: 45px;
line-height: 78px;
letter-spacing: 1%;
color: #010101;

}
.faq .faq-content-box hr{
background: #E2E2E2;
opacity: 1;
margin: 32px 0;
}
.faq .faq-content-box a img{
    margin: 0 0 0 16px;
    filter: brightness(0) invert(1);
}

.faq .faq-content-box a{
    background: #000;
    height: 64px;
    width: 100%;
    line-height: 64px;
    border-radius: 45px;
    font-family: Nexa;
font-weight: 800;
font-size: 20px;
color: #fff;
display: block;
text-align: center;
}

.faq .faq-content-box .book-call{
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;

}
.faq .faq-content-box .book-call h6{
    font-family: Mulish;
font-weight: 700;
font-style: Italic;
font-size: 20px;
line-height: 27px;
color: #010101;
padding: 0 15px 0 0;
margin: 0;
}
.faq .faq-content-box p{
 margin: 0;
    font-family: Mulish;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
color: #010101;
width: 80%;

}
footer .main-footer{
    padding: 90px 0 0 0;
}
footer{
   background:linear-gradient(120.82deg, #21252C 40.66%, #010101 96.07%);

padding: 0 0 90px 0;

}
footer p{
    font-family: Mulish;
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #E5E5E5;
margin: 0;
}
footer ul li a.active{
   color: #00B5B5;

}
footer ul li a:hover{
   color: #00B5B5;

}
footer ul li a{
    color: #E5E5E5;
    font-family: Mulish;
font-weight: 300;
font-size: 18px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: 0%;
transition: .3s all ease-in-out;

}
footer h3{
    font-family: Nexa;
font-weight: 700;
font-size: 18px;
line-height: 40px;
color: #00B5B5;
margin: 0 0 32px;
}
footer h6{
    font-family: Nexa;
font-weight: 800;
font-style: XBold;
font-size: 20px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: #E5E5E5;
margin: 55px 0 16px;
}
footer hr{
    background: #808080;
    height: 1px;
    opacity: 1;
    margin: 48px 0 65px;
}
footer .copy-right span{
    color: #009689;

}
.social-icons a{
    transition: .2s all ease-in-out;
}

.social-icons a:hover{
    transform: translate(0, -5px);
}
.social-icons{
    display: flex;
    justify-content: end;
    gap: 16px;
}
footer .copy-right{
    font-family: Mulish;
font-weight: 600;
font-size: 16px;
line-height: 28px;
color: #FFFFFF;

}
.arrow-top span{
    height: 42px;
    width: 42px;
    background: 
linear-gradient(263.99deg, #25D9BB 14.98%, #0BAFAF 55.38%, #0EA6A6 82.75%);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
    margin: 0 0 10px;
}
.arrow-top:hover{
color: #787878;
}

.arrow-top{
    font-family: Mulish;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #787878;
    position: fixed;
    z-index: 999;
    bottom: 10%;
    text-align: center;
    right: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq .accordion .accordion-item{
    border: none;
}
.accordion-button:focus{
    box-shadow: inherit;
    background: transparent;
}
.accordion-button:not(.collapsed){
    background: transparent;
}
.accordion-button:not(.collapsed)::after{
           background-image: url(../images/Plus.svg);
           transform: rotate(45deg);
}
.accordion-button::after{
           background-image: url(../images/Plus.svg);
    width: 24px;
    height: 24px;
    background-size: cover !important;
}
.faq .accordion-item { background: transparent;}
.faq .accordion .accordion-item .accordion-button{
    height: 54px;
    padding: 0 15px;
    border: none;
    border-bottom: 1px solid #DDDDDD;
font-family: Mulish;
font-weight: 500;
font-size: 18px;
line-height: 54px;
color: #010101;
margin: 0 0 10px;
background: transparent;
}
.inner-banner:before{
    content: '';
    background: linear-gradient(291.86deg, rgba(6, 13, 24, 0.65) 0%, rgba(11, 43, 63, 0.65) 45.28%, rgba(6, 13, 24, 0.65) 95.69%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0 150px 150px;

}
.inner-banner{
    background-image: url(../images/banner-experience.png);
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    border-radius: 0 0 150px 150px;
    position: relative;
    z-index: 1;
}
.short-banner .buttons, .longvideo-banner .buttons{
    display: flex;
    align-items: center;
    gap: 24px;
}
.short-banner .buttons a:last-child, .longvideo-banner .buttons a:last-child{
        background: inherit;
    box-shadow: inherit;
    border: 1px solid #FFFFFF;
}
.short-banner{
      background-image:
        url("../images/call-img.png"),
        linear-gradient(270deg, #060D18 13.13%, #0B2B3F 50%, #060D18 86.87%);
   padding: 190px 0;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, center;
    background-size: contain, cover;
}

.short-banner .content-box-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.short-banner:before {content: '';
    background: transparent;}
.short-banner .content-box {
    border-top: 1px solid #F3F4F6;
    box-shadow: 0px 4px 6px -4px #0000000D, 
                0px 10px 15px -3px #0000001A;
    border-radius: 14px;
    display: flex;
    align-items: center;
    /* width: 156px; */
    background: #FFFFFF;
    z-index: 9;
    height: 76px;
    padding: 0 16px;
}
.short-banner .content-box .content .heading-content {
    font-family: Nexa;
    font-weight: 900;
    font-size: 27px;
    letter-spacing: 0px;
    background: linear-gradient(263.99deg, #25D9BB 14.98%, #0BAFAF 55.38%, #0EA6A6 82.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 25px;
}
.short-banner .content-box .icon img {
    margin: 0 16px 0 0;
}
.short-banner .content-box .content .heading-content {
    font-family: Nexa;
    font-weight: 900;
    font-size: 27px;
    letter-spacing: 0px;
    background: linear-gradient(263.99deg, #25D9BB 14.98%, #0BAFAF 55.38%, #0EA6A6 82.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 25px;
}


.longvideo-banner{
    background-image: url(../images/banners/longvideo-banner.png);
    background-position: 0% 100%;
}
.case-studies-banner{
    background-image: url(../images/banners/casestudies-banner.png);
    background-position: 0% 100%;
}
.inner-banner h2 span{
background: linear-gradient(360deg, #038788 0%, #13afb2 60%);;
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-banner p span{
    font-weight: 800;
    display: block;
}
.inner-banner p{
    font-family: Mulish;
font-weight: 400;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
margin: 0 0 30px;
color: #FFFFFF;

}
.inner-banner h2{
    font-family: Nexa;
font-weight: 900;
    font-size: 70px;
    line-height: 80px;
letter-spacing: 1%;
color: #FFFFFF;
margin-bottom:25px; 

}
.inner-banner a img{
    filter: brightness(0) invert(1);
    margin: 0 0 0 10px;
}
.inner-banner a{
    box-shadow: 0px 24px 75px 0px #2AC8C866;
background: #000;
width: 240px;
height: 55px;
line-height: 55px;
font-family: Nexa;
font-weight: 800;
font-size: 18px;
letter-spacing: 0%;
color: #FFFFFF;
display: block;
text-align: center;
border-radius: 45px;
}

.inner-banner .smaller-text {
    font-family: Mulish;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 0 0 20px;
    color: #fff;
}
.inner-banner .images-logo {
    display: flex;
    align-items: center;
    justify-content: start;
}
.inner-banner .images-logo img:first-child {
    margin: 0;
}
.inner-banner .images-logo img {
    margin: 0 0 0 30px;
}

.inner-banner .star-with-para { margin-bottom: 10px; }
.inner-banner .star-with-para .star-img-set { display: inline; }
.inner-banner .star-with-para span {
    font-family: Mulish;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #11F8FF;
}
.inner-banner .star-with-para .star-img-set img:first-child {
    margin: 0;
}
.inner-banner .star-with-para .star-img-set img {
    margin: 0 0 0 4px;
}

.experience-about{
    padding: 100px 0;
    background: #f4f4f5;
    position: relative;
    z-index: 1;
}
.terms_privacy_page {
    padding: 100px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}
.terms_privacy_page h5 { margin-top:40px;}
	.terms_privacy_page ul, .terms_privacy_page ol { list-style: inherit;   margin-bottom: 1.5rem; padding-left: 2rem;}
.terms_privacy_page p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    margin: 0 0 20px;
    color: #010101;
}
.terms_privacy_page h3 {
    font-family: Nexa;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1%;
    color: #010101;
    margin: 0 0 20px;
}
.terms_privacy_page .experience-tag {
    background: #FFFFFF;
    border-top: 1px solid #CBFBF1;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    font-family: Mulish;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    color: #009689;
    padding: 0 16px 0 32px;
    position: relative;
    height: 38px;
    line-height: 38px;
    border-radius: 33px;
    margin: 0 0 20px;
    display: inline-block;
}
.terms_privacy_page .experience-tag:before{
        content: '';
    background: #00C950;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}
/*icons*/
.short-video-slider .slick-dots{
text-align: left;
}
.video-short-slider-here .slider-navigation:before{
    content: '';
    border: 1px solid #E6E6E6;
    height: 100%;
        padding: 0 0 0 2px;
    border-radius: 50px;
    background: #E6E6E6;
    margin: 0 20px 0 0;
   

}
.only-for-slider-track-number{
    position: relative;
}
.video-short-slider-here .slider-navigation{
color: #99A1AF;
font-family: Mulish;
font-weight: 500;
font-size: 12px;
line-height: 16px;
letter-spacing: 0px;
 position: absolute;
    bottom: -25px;
    left: 10%;


}
.slick-dots li button:before{
    width: 9.5px;
    height: 9.5px;
    border-radius: 50%;
    background: #D9D9D9;
    opacity: 1;
    content: '';
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    background: #008080;
}
.slick-dots li{
    margin: 0 5px 0 0;
}
.slick-dots li button , .slick-dots li{
        padding: 0;
    width: 9.5px;
    height: 9.5px;
}

.video-short-slider-here .nav-video-box .nav-video{
position: relative;
}
.video-short-slider-here .nav-video-box .nav-video a{
            position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .85;
}
.short-video-tab{
    position: relative;
    z-index: 1;
}
.short-video-tab:before{
        content: '';
    background: url(../images/about-left-dots.png);
    width: 85px;
    height: 199px;
    position: absolute;
    top: 10%;
    right: 5%;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.short-video-tab .first-circle.position-third {
    left: -330px;
    bottom: 120px;
}
.short-video-tab .first-circle.position-second {
    left: -390px;
    bottom: 60px;
}
.short-video-tab .first-circle{
    opacity: 0.35;
    width: 565px;
    height: 619px;
    transform: rotate(55deg);
    position: absolute;
    left: -450px;
    bottom: 0px;
    z-index: -1;
    background: linear-gradient(rgba(0, 150, 137, 0.25) 0%, rgba(217, 217, 217, 0) 34.41%);
    border-radius: 50%;
}
.capability:after{
        content: '';
    background: url(../images/about-left-dots.png);
    width: 85px;
    height: 199px;
    position: absolute;
    top: 10%;
    right: 5%;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
#play-short-video{
        position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .85;
}
#video-for-nokia::-webkit-media-controls {
    display: none !important;
}

#video-for-nokia {
    outline: none;
}
#video-for-nokia{
         position: absolute;
    left: 0;
    top: 26px;
    right: 0;
    margin: 0 auto;
        width: 248px;
    height: 548px;
}

.video-short-slider-here{
position: relative;
}
.video-short-slider-here:before{
        content: "";
    width: 123px;
    height: 287px;
    position: absolute;
    top: 11%;
    left: 1%;
    z-index: -1;
    background: url(../images/about-right-dots.png) 100% 100% / cover no-repeat;
    background-position: 100% 100%;
}
.experience-about .social-icons-about {
    position: relative;
    z-index: 1;
}
.experience-about:before{
    content: '';
    background: url(../images/about-left-dots.png);
    width: 85px;
    height: 199px;
    position: absolute;
    top: 15%;
    right: 0%;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.values:after{
      content: '';
    background: url(../images/about-right-dots.png);
    width: 123px;
    height: 287px;
    position: absolute;
    top: 55%;
    left: -2%;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; 
}
.client-say:after{
    content: '';
    background: url(../images/about-right-dots.png);
    width: 85px;
    height: 200px;
    position: absolute;
    top: 7%;
    right: -5%;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.value-two .team-box-slider .slick-list.draggable{
    padding: 60px 0 0;
}
.value-two .slick-prev,.value-two .slick-next{
top: inherit;
    bottom: -160px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    width: 117px;
    height: 64px;
}
.value-two .slick-prev{
left: -117px;
right: 0;
margin: 0 auto;
border-radius: 15px 0 0 15px;
}
.value-two .slick-next{
left: 0;
right: -117px;
margin: 0 auto;
border-radius: 0 15px 15px 0;
}
.value-two .slick-prev:before{
      content: '';
    background-image: url(../images/left-arrow.svg);
    background-size: cover;
    background-position: 100% 100%;
    width: 71px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.value-two .slick-next:before{
      content: '';
    background-image: url(../images/right-arrow.svg);
    background-size: cover;
    background-position: 100% 100%;
    width: 71px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.experience-about .social-icons-about .inner-icon.whatsapp{
    left: 11%;
    top: -14%;
    transform: scale(.8);
}
.experience-about .social-icons-about .inner-icon.twitter{
    left: -.5%;
    top: 65%;
    transform: scale(.7);
}
.experience-about .social-icons-about .inner-icon.facebook{
        transform: scale(.8);
    z-index: -1;
}
.experience-about .social-icons-about .inner-icon.tiktok{
    right: 22%;
    left: inherit;
    top: -19%;
    transform: scale(.8);
}
.experience-about .social-icons-about .inner-icon.youtube{
        left: inherit;
    transform: scale(.8);
    right: 4%;
}

.experience-about .social-icons-about .inner-icon.insta{
    right: 6.3%;
    left: inherit;
    top: 65%;
    transform: scale(.8);
    z-index: -1;
}
.experience-about .social-icons-about .inner-icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    animation: marginIcon 2s ease-in-out infinite;


}


@keyframes marginIcon {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -10px;
    }
    100% {
        margin-top: 0;
    }
}

.experience-about .experience-tag{
    background: #FFFFFF;
border-top: 1px solid #CBFBF1;
box-shadow:
  0px 1px 2px -1px rgba(0, 0, 0, 0.1),
  0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  font-family: Mulish;
font-weight: 700;
font-size: 14px;
letter-spacing: 0px;
color: #009689;
padding: 0 16px 0 32px;
position: relative;
height: 38px;
line-height: 38px;
border-radius: 33px;
margin: 0 0 20px;
display: inline-block;
}
.experience-about h3 span{
    display: block;
}
.experience-about h3{
    font-family: Nexa;
font-weight: 700;
font-size: 40px;
line-height: 40px;
letter-spacing: 1%;
color: #010101;
margin: 0 0 20px;
}
.experience-about p{
    font-family: Mulish;
font-weight: 400;
font-size: 18px;
line-height: 25px;
letter-spacing: 0%;
margin: 0 0 20px;
color: #010101;


}
.experience-about .experience-tag:before{
        content: '';
    background: #00C950;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}
.values{
    padding: 130px 0 200px;
    background: linear-gradient(180deg, #F9FAFB 0%, #F3F3F3 100%);
    position: relative;
    z-index: 1;
}
.values:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0;
    margin: 0 auto;
    width: 1300px;
    height: 1300px;
    border-radius: 50%;
    background: linear-gradient(180deg, #e9f0ef 0%, rgba(217, 217, 217, 0) 34.41%);
    z-index: -1;
}
.values .value-one .value-tag img{
    margin: 0 8px 0 0;
}
.values .value-one .value-tag{
    background: #CBFBF1;
    font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 36px;
letter-spacing: 0px;
color: #00786F;
height: 36px;
width: 136px;
border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;

}
.values .value-one h2{
    font-family: Nexa;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
text-align: center;
color: #010101;
margin: 0 0 25px;


}
.values .value-one p{
    font-family: Mulish;
font-weight: 400;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #010101;

}
.values .value-one .value-slider{
margin: 65px 0 150px;
}
.values .value-one .value-slider .value-box-slide h4{
    font-family: Mulish;
font-weight: 800;
font-size: 22px;
line-height: 20px;
letter-spacing: 0px;
color: #475569;
margin: 0 0 20px;

}
.values .value-one .value-slider .value-box-slide p{
    font-family: Mulish;
font-weight: 400;
font-size: 18px;
line-height: 27px;
letter-spacing: 0%;
margin: 0;
text-align: left;
}
.values .value-one .value-slider .value-box-slide img{
    margin: 0 0 40px;
}
.values .value-one .value-slider .value-box-slide{
    border: 1px solid #E6E6E6;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 60px 30px 35px;
}
.values .value-one .value-slider .slick-slide{
    margin: 0 12px;

}
.values .value-two .value-tag-dot{
box-shadow:
  0px 1px 2px -1px #0000001A,
  0px 1px 3px 0px #0000001A;
  border: 1px solid #CBFBF1;
  font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
padding: 9px 16px 9px 32px;
border-radius: 33px;
position: relative;
background: #FFFFFF;
margin: 0 auto 30px;
width: 160px;

}
.values .value-two .value-tag-dot:before{
        content: '';
    background: #00C950;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}
.values .value-two h2{
    font-family: Nexa;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
text-align: center;
color: #010101;
margin: 0 0 25px;

}
.values .value-two p{
    font-family: Mulish;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;

}

.values .value-two .team-box-slider .value-team-box img{
    margin: 0 0 25px;
}
.values .value-two .team-box-slider .value-team-box h5{
    color: #475569;
font-family: Mulish;
font-weight: 800;
font-size: 24px;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
margin: 0 0 10px;
padding: 0 15px;
}
.values .value-two .team-box-slider .value-team-box p{
margin: 0 0;
padding: 0 15px;
font-family: Mulish;
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;
text-align: center;
color: #415263;

}
.values .value-two .team-box-slider .slick-slide{
    margin: 0 15px;

}
.values .value-two .team-box-slider .value-team-box h6{
padding: 0 15px;
font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
line-height: 20px;
text-align: center;
color: #009689;
margin: 0 0 10px;


}
.client-say{
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #F9FAFB 0%, #F3F3F3 100%);
padding: 100px 0;
}
.client-say .client-tag img{
    margin: 0 10px 0 0;
}
.client-say .client-tag{
background: #CBFBF1;
border-radius: 33px;
font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
color: #00786F;
height: 36px;
display: flex;
align-items: center;
width: 150px;
padding: 0 17px;
margin: 0;

}
.client-say h2 span{
background: linear-gradient(180deg, #21B2C6 0%, #3D999C 59.13%, #008080 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nexa;
font-weight: 700;
font-size: 64px;
line-height: 78px;
letter-spacing: 1%;

}
.client-say h6{
    font-family: Mulish;
font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    width: 90%;
    margin: 0 0 0 auto;
text-align: right;
color: #010101;

}
.client-say h2{
    font-family: Nexa;
font-weight: 400;
/* font-style:Italic; */
font-size: 38px;
line-height: 78px;
letter-spacing: 1%;
color: #010101;
margin: 0;
}
.client-marquee .marquee-box:before{
    content: '';
    background: linear-gradient(90deg, #01EABF 0%, #2EBAF3 100%);
    width: 100%;
    border-radius: 8px 8px 0 0;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.client-marquee .marquee-box{
    border: 1px solid #E6E6E6;
background: #FFFFFF;
border-radius: 8px 8px 25px 25px;
padding: 45px 30px 25px;
width: 457px;
position: relative;
flex-shrink: 0;
}
.client-marquee .left-right-marquee{
display: flex;
align-items: center;
gap: 20px;
margin: 32px 0 0;
}
.client-marquee .right-left-marquee{
display: flex;
align-items: center;
gap: 20px;
margin: 100px 0 0;
}
.client-marquee .marquee-box .star{
margin: 0 0 25px;
}
.client-marquee .marquee-box h4{
    font-family: Mulish;
font-weight: 700;
font-size: 18px;
line-height: 27px;
letter-spacing: 0px;
color: #009689;

}
.client-marquee .marquee-box h4 span{
    font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 27px;
letter-spacing: 0px;
color: #475569;
margin: 0 0 0 8px;
}
.client-marquee .marquee-box p{
    font-family: Mulish;
font-weight: 400;
font-size: 20px;
line-height: 27px;
color: #000000;
margin: 0 0 20px;
}

 @keyframes marquee-left {
                0% {
                    transform: translate(0)
                }

                to {
                    transform: translate(-50%)
                }
            }

            .animate-marquee-left {
                animation: marquee-left linear infinite;
                animation-duration: 20s;

            }

            @keyframes marquee-right {
                0% {
                    transform: translate(-50%)
                }

                to {
                    transform: translate(0)
                }
            }

            .animate-marquee-right {
                animation: marquee-right linear infinite;
                animation-duration: 20s;
            }



.line {
  position: relative;
}

.line::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 7.5px;
  border-radius: inherit;

  background: linear-gradient(
    90deg,
    #336DCE,
    #31E2CD,
    #1F99BA,
    #7B39CC,
    #63E99F,
    #336DCE
  );

  background-size: 300% 100%;
  animation: moveBorder 4s linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes moveBorder {
  from {
    background-position: 0% 0;
  }
  to {
    background-position: 300% 0;
  }
}

.why-relax{
    padding: 120px 0;
}
.why-relax .why-tag{
    background: #CBFBF1;
    font-family: Mulish;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 8px 16px;
    border-radius: 25px;
    display: inline-block;
    color: #00786F;
    margin: 0 0 10px;
}
.why-relax .why-tag img{
        margin: 0 8px 0 0;
}
.why-relax h2 span{
    font-family: Mulish;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 0%;
    background: linear-gradient(269.64deg, #21B2C6 11.36%, #22A3D8 35.37%, #008080 51.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-relax h2{
    font-family: Nexa;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
color: #010101;
margin: 0 0 30px;
}
.why-relax p{
    font-family: Mulish;
font-weight: 400;
    font-size: 16px;
    line-height: 25px;
letter-spacing: 0%;
color: #010101;
margin: 0 0 30px;
}

.why-relax ul li img{
    margin: 0 8px 0 0;
}

.why-relax ul li{
    font-family: Mulish;
font-weight: 600;
font-style: Italic;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
color: #010101;

}
.why-relax .why-relax-video-box{
    position: relative;
}
.why-relax .why-relax-video-box .why-reelax-content .why-reelax-content-img{
    margin: 0 10px 0 0;
}
.why-relax .why-relax-video-box .why-reelax-content.hook{
    z-index: 1;
    top: 10%;
    left: 25px;
    width: 167px;
}
.why-relax .why-relax-video-box .why-reelax-content.speaker-volume{
    z-index: 1;
    top: 56%;
    left: -15px;
    width: 149px;
}
.why-relax .why-relax-video-box .why-reelax-content.completion{
    z-index: 1;
    top: -9%;
    right: 70px;
    width: 179px;
}
.why-relax .why-relax-video-box .why-reelax-content.send{
    z-index: 1;
    top: 20%;
    right: -2%;
    width: 140px;
}
.why-relax .why-relax-video-box .why-reelax-content.hit-score{
    z-index: 1;
    top: 73%;
    right: 50px;
    width: 146px;
}


@keyframes floatIcon {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.why-relax .why-relax-video-box .why-reelax-content{
    border-top: 1px solid #F3F4F6;
    background: #FFFFFF;
box-shadow: 0px 4px 6px -4px #0000000D, 0px 10px 15px -3px #0000001A;
padding: 16px;
border-radius: 14px;
display: flex;
align-items: center;
width: 180px;
position: absolute;
    animation: floatIcon 2s ease-in-out infinite;

}
.why-relax .why-relax-video-box .why-reelax-content-content h3{
    font-family: Nexa;
font-weight: 900;
font-size: 22px;
    margin: 0 0 3px;
letter-spacing: 0px;
    background:linear-gradient(263.99deg, #25D9BB 14.98%, #0BAFAF 55.38%, #0EA6A6 82.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.why-relax .why-relax-video-box .why-reelax-content-content h6{
    font-family: Poppins;
font-weight: 500;
font-size: 12px;
line-height: 10px;
letter-spacing: 0px;
color: #373737BF;
margin: 0;
}
.why-relax .why-relax-video-box .why-reelax-video-frame:after{
    content: '';
    width: 393px;
    height: 30px;
    background: #54D1CEBF;
    filter: blur(25px);
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.why-relax .why-relax-video-box .why-reelax-video-frame{
    position: relative;
}
.why-relax .why-relax-video-box .why-reelax-video-frame .nokia-mobile{
    margin: 0 auto;
    display: table;
}
.why-relax .why-relax-video-box .why-reelax-video-frame .nokia-inner-gif{
     position: absolute;
    left: 0;
    top: 26px;
    right: 0;
    margin: 0 auto;
}
.inner-video-marquee{
    padding: 120px 0;
    position: relative;
}
.inner-video-marquee:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1300px;
    height: 1300px;
    border-radius: 50%;
    background: linear-gradient(180deg, #D4EDEB 0%, rgba(217, 217, 217, 0) 34.41%);
    z-index: -1;
    margin: 0 auto;
}
.inner-video-marquee p{
    font-family: Mulish;
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #010101;
}
.inner-video-marquee h2{
    font-family: Nexa;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
text-align: center;
color: #010101;
margin: 28px 0 ;
}
.inner-video-marquee .video-marquee-tag{
    background: #F0FDFA;
    font-family: Mulish;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #00786F;
    display: table;
    margin: 0 auto;
    padding: 8px 16px;
    border-radius: 33px;
}
.inner-video-marquee .video-marquee-tag img{
    margin: 0 10px 0 0;
}

.inner-video-marquee .video-marquee{
    margin: 85px 0;
}
.inner-video-marquee h3{
    font-family: Nexa;
font-weight: 700;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
text-align: center;
color: #010101;
margin: 0 0 30px;
padding: 0 16%;
}

.inner-video-marquee .buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.inner-video-marquee .buttons a:last-child{
    background: transparent;
    border: 1px solid #010101;
    width: 270px;
    color: #010101;
}
.inner-video-marquee .buttons a:last-child:hover img{
    filter: brightness(0) invert(1);
}
.inner-video-marquee .buttons a:last-child:hover{
   color: #fff; 
}
.inner-video-marquee .buttons a:last-child img{
    filter: inherit;
}
.inner-video-marquee .buttons a{
    transition: .5s all ease-in-out;
    background: #000;
    height: 72px;
    line-height: 72px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Nexa;
font-weight: 800;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
border-radius: 45px;
width: 395px;
justify-content: center;
}
.inner-video-marquee .buttons a .right-arrow{
filter: brightness(0) invert(1);
}
.inner-call-action{
    padding: 88px 0 63px;
    position: relative;
}
.inner-call-action:before{
        content: "";
    position: absolute;
    inset: 0;
    padding: 7.5px;
    border-radius: inherit;
    background: linear-gradient(90deg, #336DCE, #31E2CD, #1F99BA, #7B39CC, #63E99F, #336DCE);
    background-size: 300% 100%;
    animation: moveBorder 4s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
        height: 15px;
}
.inner-call-action.call-to-action .border-column{
    border-right: 1px solid #FFFFFF26;
}
.inner-call-action.call-to-action .timer-call-action{
    border-right: none;
}
.inner-call-set{

}
.call-action-set.inner-call-set .inner-call-tag{
    display: inline-block;
    padding: 7px 17px 7px 31px;
    background: #00BBA71A;
    border-top: 1px solid #00BBA74D;
    border-radius: 33px;
    font-family: Mulish;
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
color: #00D5BE;
position: relative;
margin: 0 0 20px;
}
.call-action-set.inner-call-set .inner-call-tag:before{
        content: '';
    background: #00D5BE;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 48%;
    left: 15px;
    opacity: 0.6;
}
.call-action-set.inner-call-set h3{
    font-family: Nexa;
font-weight: 900;
font-size: 40px;
letter-spacing: 0%;
margin: -15px 0 25px;
   background: linear-gradient(360deg, #038788 0%, #13afb2 60%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.call-action-set.inner-call-set .call-img{
        height: 100%;
    object-fit: fill;
}
.capability:before{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1300px;
    height: 1300px;
    border-radius: 50%;
    background: linear-gradient(180deg, #D4EDEB 0%, rgba(217, 217, 217, 0) 34.41%);
    z-index: -1;
    margin: 0 auto;
}
.capability{
    padding: 100px 0 120px;
    position: relative;
}
.capability .capability-tag img{
margin: 0 10px 0 0;
}
.capability .capability-tag{
    background: #F0FDFA;
    font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 20px;
color: #00786F;
display: table;
margin: 0 auto;
padding: 8px 16px;
border-radius: 33px;
}
.capability h2 span{
       background: linear-gradient(269.64deg, #21B2C6 11.36%, #22A3D8 35.37%, #008080 51.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.capability h2{
    font-family: Nexa;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
text-align: center;
color: #010101;
margin: 28px 0;
text-align: center;
}
.capability p.main{
    font-family: Mulish;
font-weight: 400;
font-size: 18px;
line-height: 30px;
text-align: center;
color: #010101;
margin: -6px 0 65px;
}
.capability .capability-box{
background: #FFFFFF;
border: 1px solid #E6E6E6;
border-radius: 25px;
padding: 65px 33px;
margin: 0 0 30px;
min-height: 400px;
}
.capability .capability-box .icon-tag{
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 0 0 40px;
}
.capability .capability-box p{
    font-family: Mulish;
font-weight: 400;
font-size: 15px;
line-height: 25px;
letter-spacing: 0%;
color: #415263;
margin: 0;
/*height: 190px;*/
}
.capability .capability-box h3{
    font-family: Mulish;
font-weight: 800;
font-size: 22px;
line-height: 26px;
letter-spacing: 0px;
color: #475569;
margin: 0 0 20px;
}
.capability .capability-box .icon-tag .icon-tag-content{
background: #F0FDFB;
border-top: 1px solid #C6F3F0;
border-radius: 33px;
padding: 4px 10px;
display: inline-block;
font-family: Poppins;
font-weight: 600;
font-size: 12px;
line-height: 15px;
letter-spacing: 0.25px;
color: #008080;

}

.short-video-tab{
    padding: 120px 0;
    background: linear-gradient(180deg, rgba(249, 250, 251, 0) 0%, #F3F3F3 100%);
}
.short-video-tab .tab-tag:before{
    content: '';
    background: #00C950;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 15px;
}
.short-video-tab .tab-tag{
    position: relative;
    background: #FFFFFF;
border-top: 1px solid #CBFBF1;
padding: 9px 16px 9px 32px;
border-radius: 33px;
font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
color: #009689;
display: table;
margin: 0 auto;
}
.short-video-tab h2{
    font-family: Nexa;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
text-align: center;
margin: 30px 0;
color: #010101;
}
.short-video-tab p{
    font-family: Mulish;
font-weight: 400;
font-size: 18px;
line-height: 30px;
text-align: center;
color:#010101;
width: 75%;
margin: 0 auto 20px;
}
.short-video-tab h6{
    font-family: Nexa;
font-weight: 500;
font-size: 20px;
line-height: 20px;
text-align: center;
color: #009689;
margin: 0 0 30px;
}
.short-video-tab .main-tab-content ul{
display: flex;
gap: 10px;
margin: 0 0 32px;
justify-content: center;
}
.short-video-tab .main-tab-content ul li a img{
    margin: 0 8px 0 0;
}
.short-video-tab .main-tab-content .video-inner-tab .video-anchor .play-videos{
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #FFFFFFba;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .85;
}
.short-video-tab .main-tab-content .video-inner-tab .video-anchor{
    width: 15%;
    position: relative;
}
.short-video-tab.long-video-tab-portfolio .main-tab-content .video-inner-tab .video-anchor {
    width: 32.5%;
    position: relative;
}

.short-video-tab .main-tab-content .video-inner-tab{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0 0 32px;
}
.short-video-tab .main-tab-content ul li a:hover img , .short-video-tab .main-tab-content ul li a.active img{
    filter: brightness(0) invert(1);
}
.short-video-tab .main-tab-content ul li a:hover{
background: #009689;
color: #fff;
}
.short-video-tab .main-tab-content ul li a.active{
background: #009689;
color: #fff;
}
.short-video-tab .main-tab-content ul li a{
    background: #F1FFFC;
border: 1px solid #A3EFDF;
padding: 8px 16px;
font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
color:#009689;
border-radius: 25px;
transition: .3s all ease-in-out;
}
.short-video-tab h4{
    font-family: Nexa;
font-weight: 700;
font-size: 30px;
line-height: 40px;
letter-spacing: 1%;
text-align: center;
color: #010101;
margin: 0 auto 30px;

}
.short-video-tab .qualify-box{
    display: flex;
    align-items: center;
}
.short-video-tab .star-with-para{
    width: 240px;
    border-right: 1px solid #E8E8E8
}
.short-video-tab .qualify-box .boxes-with-content h6{
    font-family: Mulish;
font-weight: 700;
font-size: 15px;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
color: #364153;
margin: 0 0 0 8px;
}
.short-video-tab .qualify-box .boxes-with-content{
margin: 0 0 0 30px;
background: linear-gradient(90deg, #CBFBF1 0%, #CEFAFE 100%);
display: flex;
align-items: center;
padding: 12px 24px;
border-radius: 33px;
}
.short-video-tab .qualify-box .boxes-with-content .boxes-name .box-name-alpha:first-child{
    margin: 0;
}
.short-video-tab .qualify-box .boxes-with-content .boxes-name .box-name-alpha{
background: linear-gradient(135deg, #00BBA7 0%, #00D3F3 100%);
width: 32px;
height: 32px;
font-family: Poppins;
font-weight: 700;
font-size: 12px;
line-height: 32px;
text-align: center;
color: #FFFFFF;
border-radius: 50%;
border-top: 2px solid #FFFFFF;
margin: 0 0 0 -10px;
}
.short-video-tab .qualify-box .boxes-with-content .boxes-name{
display: flex;
align-items: center;
}
.short-video-tab .star-with-para .star-img-set{
text-align: center;
}
.short-video-tab .star-with-para .star-img-set img:first-child{
    margin: 0;
}
.short-video-tab .star-with-para .star-img-set img{
    margin: 0 0 0 4px;
}
.short-video-tab .star-with-para span{
display: block;
font-family: Mulish;
font-weight: 700;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
color: #475569;
}

/*add for short video and portfolio page, start */
    .video-for-inners{
        display: none;
        border-radius: 20px;
    }
    .video-for-inner{
        display: none;
        border-radius: 20px;
    }
    .video-anchor .video-thumbnail{
        border-radius: 20px;
    }

    .long-video-tab-portfolio img { border-radius:15px; }    
/*add for short video and portfolio page, end */


.video-short-slider-here{
    padding: 120px 0;
}
.video-short-slider-here .short-video-tag{
        background: #F0FDFA;
    font-family: Mulish;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #00786F;
    display: table;
    margin: 0 auto;
    padding: 8px 16px;
    border-radius: 33px;
}
.video-short-slider-here .short-video-tag img{
    margin: 0 10px 0 0;
}
.video-short-slider-here h2{
    color: #010101;
    font-family: Nexa;
font-weight: 700;
font-size: 45px;
line-height: 55px;
letter-spacing: 1%;
text-align: center;
margin: 28px 0;
}
.video-short-slider-here p.main span{
    font-style: italic;
    font-weight: 700;
}
.video-short-slider-here p.main{
    font-family: Mulish;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
margin: 0 auto 70px;
color: #010101;
    width: 60%;

}
.video-short-slider-here .nav-video-box{
display: flex;
gap: 20px;
}
.video-short-slider-here .short-vide-slider:before{
content: '';
background: url(../images/inner-poly.svg);
background-size:cover ;
background-repeat: no-repeat;
background-position: 100% 100%;
width: 49px;
    height: 54px;
    position: absolute;
    left: -20px;
    top: 40%;
}
.video-short-slider-here .short-vide-slider{
    background-color: #D4EDEB;
    padding: 80px 50px;
    background-image:url(../images/short-vide-slider.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    position: relative;
}
.video-short-slider-here .short-vide-slider .slider-profile{
width: 110px;
height: 110px;
border-radius: 50%;
box-shadow: 0px 15px 45px 0px #90E6E0;
position: relative;
margin: 0 auto;
display: table;
}

.video-short-slider-here .short-vide-slider .start-rank{
    margin: 15px 0;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.video-short-slider-here .short-vide-slider .quote-start{
    font-family: Mulish;
font-weight: 700;
font-style: Italic;
font-size: 64px;
line-height: 20px;
letter-spacing: 0px;
text-align: left;
color: #010101;

}
.video-short-slider-here .short-vide-slider .quote-end{
    font-family: Mulish;
font-weight: 700;
font-style: Italic;
font-size: 64px;
line-height: 20px;
letter-spacing: 0px;
text-align: right;
color: #010101;
    display: block;
}
.video-short-slider-here .short-vide-slider p{
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #010101;
    margin: 0px 0 20px;
}
.video-short-slider-here .short-vide-slider .video-creater-details h5{
    font-family: Nexa;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #475569;
    margin: 0 0 15px;
}
.video-short-slider-here .short-vide-slider .video-creater-details h6{
    font-family: Nexa;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #009689;
    margin: 0;
}
.video-short-slider-here .short-vide-slider .video-creater-details h4{
    font-family: Nexa;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0px;
color: #010101;
margin: 0 0 8px;
}

/* by edwom, start - 01-june-2026 */
header { padding: 10px 0;}
header nav #navbarSupportedContent ul { margin: 8px auto 0 auto; }
header nav #navbarSupportedContent form a.hrefheader { background: transparent;}
.video-marquee .video-box img { border-radius: 50px;}
/* by edwom, end */


.pricing .first-circle{

    background: linear-gradient(180deg, rgba(0, 150, 137, 0.25) 0%, rgba(217, 217, 217, 0) 34.41%);
    opacity: 0.35;
    width: 565px;
    height: 619px;
    border-radius: 50%;
    transform: rotate(-50deg);
    position: absolute;
 right: -38%;
bottom: -395px;
z-index: -1;

}
.pricing .first-circle.position-second{
        right: -32%;
    bottom: -345px;
}

.pricing .first-circle.position-third{
        right: -26%;
    bottom: -295px;
}
.how-it-work .first-circle{

    background: linear-gradient(180deg, rgba(0, 150, 137, 0.25) 0%, rgba(217, 217, 217, 0) 34.41%);
    opacity: 0.35;
    width: 565px;
    height: 619px;
    border-radius: 50%;
    transform: rotate(-50deg);
    position: absolute;
 right: -38%;
bottom: -395px;
z-index: -1;

}
.how-it-work .first-circle.position-second{
        right: -32%;
    bottom: -345px;
}

.how-it-work .first-circle.position-third{
        right: -26%;
    bottom: -295px;
}



.testimonials .first-circle{

    background: linear-gradient(180deg, rgba(0, 150, 137, 0.25) 0%, rgba(217, 217, 217, 0) 34.41%);
    opacity: 0.35;
    width: 565px;
    height: 619px;
    border-radius: 50%;
    transform:rotate(55deg);
    position: absolute;
 left: -510px;
bottom: 60px;
z-index: -1;

}
.testimonials .first-circle.position-second{
        left: -440px;
    bottom: 120px;
}

.testimonials .first-circle.position-third{
        left: -380px;
    bottom: 150px;
}



/* pricing page, start */
.pricing_about .main-head { text-align:left; margin-bottom:80px;}
.pricing_about .main-head h2 { text-align:left; }
.pricing_about .main-head h2 span {
    display: inline-block;
			background: linear-gradient(180deg, #21B2C6 0%, #008080 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pricing_about .experience-tag {   
    background: #CBFBF1;
	color:#00786F;
    border-top: 0px solid #CBFBF1;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  font-family: Mulish;
font-weight: 700;
font-size: 14px;
letter-spacing: 0px;
color: #009689;
padding: 0 16px 0 16px;
position: relative;
height: 38px;
line-height: 38px;
border-radius: 33px;
margin: 0 0 20px;
display: inline-block;}
.pricing_about .experience-tag:before { background:transparent;}
.pricing_about .experience-tag:before{
        content: '';
    background: transparent;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}
.pricing_about p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    margin: 0 0 20px;
    color: #010101;
}
.pricing_about .testimonials {padding: 130px 0 30px;}


/* pricing page, end */



@media only screen and (min-width: 1704px) {
.call-action-set{
        padding: 85px 0 85px 0px;
    width: 90%;
}
.who-we-are:before{
        left: 0;
}
 .video-player:before{
        right: 2%;
    }
        .how-it-work .first-circle.position-second {
        right: -15%;
        bottom: -270px;
}
.how-it-work .first-circle.position-third {
        right: -12%;
        bottom: -200px;
}

.how-it-work .first-circle{
      right: -19%;
    bottom: -335px;  
}
.pricing .first-circle.position-third {
        right: -14%;
        bottom: -215px;
}
.pricing .first-circle.position-second {
        right: -17%;
        bottom: -290px;
}
.pricing .first-circle{
        right: -20%;
        bottom: -365px;
}
.testimonials:before{
    top: -40px;
    left: 180px;
}
.pricing:after{
top: 4%;
        left: 3%;
}
     .pricing:before , .inner-video-marquee:before , .capability:before , .values:before{
        width: 1720px;
        height: 1720px;
}
   .why-relax .why-relax-video-box .why-reelax-content.hook{
        top: 10%;
        left: 10%;
    width: 167px;
    }
    .why-relax .why-relax-video-box .why-reelax-content.send{
            top: 19%;
    right: 15px;
    }
    .why-relax .why-relax-video-box .why-reelax-content.hit-score{
            top: 72%;
    right: 13%;
    }
    .why-relax .why-relax-video-box .why-reelax-content.speaker-volume{
            top: 56%;
    left: 25px;
    }
    .why-relax .why-relax-video-box .why-reelax-content.completion {
    top: -8%;
    right: 15%;
}
.video-short-slider-here:before{
        left: 5%;
    }
     .experience-about .social-icons-about .inner-icon.whatsapp{
            top: -12%;
    }
    .experience-about .social-icons-about .inner-icon.insta {
    right: 7.5%;
    left: inherit;
    top: 68%;
}
.experience-about .social-icons-about .inner-icon.twitter{
    left: 2px;
}
.experience-about .social-icons-about .inner-icon.facebook{
    left: 8px;
}
    .experience-about .social-icons-about .inner-icon.tiktok {
        right: 24%;
        top: -15%;
}
.experience-about .social-icons-about .inner-icon.youtube {
    left: inherit;
    right: 6%;
    top: 6%;
}
.experience-about:before{
        top: 9%;
        right: 5%;
    }
          .client-say:after{
           right: 4%;

    }
    .values:after{
              top: 53%;
    left: 7%;

    }
}
@media only screen and (min-width: 1705px) and (max-width: 1920px) {
        .testimonials .first-circle.position-third {
        left: -14%;
        bottom: 120px;
    }
        .testimonials .first-circle.position-second {
        left: -18%;
        bottom: 50px;
    }
    .testimonials .first-circle {
        left: -23%;
        bottom: -25px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1704px) {
          .client-say:after{
           right: 0%;

    }
    .values:after{
              top: 53%;
        left: 4%;

    }
    .experience-about:before{
            top: 10%;
    right: 2%;
    }

        .experience-about .social-icons-about .inner-icon.whatsapp{
            top: -12%;
    }
    .experience-about .social-icons-about .inner-icon.insta {
    right: 7.5%;
    left: inherit;
    top: 68%;
}
.experience-about .social-icons-about .inner-icon.twitter{
    left: 2px;
}
.experience-about .social-icons-about .inner-icon.facebook{
    left: 8px;
}
    .experience-about .social-icons-about .inner-icon.tiktok {
        right: 24%;
        top: -15%;
}
.experience-about .social-icons-about .inner-icon.youtube {
    left: inherit;
    right: 6%;
    top: 6%;
}

    .testimonials .first-circle.position-third {
        left: -15%;
        bottom: 120px;
}
.testimonials .first-circle.position-second {
        left: -18%;
        bottom: 50px;
}
.testimonials .first-circle {
        left: -23%;
        bottom: -25px;

}
    .call-action-set{
padding: 50px 0 50px 70px;
        width: 90%;
}
.who-we-are:before{
        left: -4%;
}
.call-action-set h2{
        font-size: 46px;
    line-height: 44px;
}
    .video-player:before{
        right: 0;
    }
    .how-it-work .first-circle.position-second {
    right: -25%;
    bottom: -320px;
}
.how-it-work .first-circle.position-third {
    right: -22%;
    bottom: -265px;
}
.how-it-work .first-circle{
      right: -28%;
    bottom: -375px;  
}
.testimonials:before{
        top: -25px;
    left: 60px;
}
.pricing:after{
        top: 5%;
    left: -1%;
}
.pricing .first-circle.position-third {
    right: -20%;
    bottom: -275px;
}
.pricing .first-circle.position-second {
    right: -23%;
    bottom: -340px;
}
.pricing .first-circle{
      right: -26%;
    bottom: -405px;  
}
     .pricing:before , .inner-video-marquee:before , .capability:before , .values:before{
        width: 1600px;
        height: 1600px;
}
    .why-relax .why-relax-video-box .why-reelax-content.hook{
        top: 10%;
        left: 10%;
    width: 167px;
    }
    .why-relax .why-relax-video-box .why-reelax-content.send{
            top: 19%;
    right: 15px;
    }
    .why-relax .why-relax-video-box .why-reelax-content.hit-score{
            top: 72%;
    right: 13%;
    }
    .why-relax .why-relax-video-box .why-reelax-content.speaker-volume{
            top: 56%;
    left: 25px;
    }
    .why-relax .why-relax-video-box .why-reelax-content.completion {
    top: -8%;
    right: 15%;
}
.video-short-slider-here:before{
        left: 3%;
    }


}
@media only screen and (min-width: 1420px) and (max-width: 1599px) {
    .sec-home-banner .banner-right .circle-box:before{
        width: 580px;
    height: 580px;
    }
    .sec-home-banner .banner-right .circle-box:after{
            width: 680px;
    height: 680px;
    }
    .sec-home-banner .banner-right .circle-box-small:after{
            width: 480px;
    height: 480px;
    }
    .client-say:after{
        right: 0;
    }
    .values:after{
            left: 1%;
    }
    .experience-about .social-icons-about .inner-icon.whatsapp{
            top: -12%;
    }
    .experience-about .social-icons-about .inner-icon.insta {
    right: 7.5%;
    left: inherit;
    top: 68%;
}
.experience-about .social-icons-about .inner-icon.twitter{
    left: 0;
}
.experience-about .social-icons-about .inner-icon .facebook{
    left: 5px;
}
    .experience-about .social-icons-about .inner-icon.tiktok {
    right: 23%;
    top: -15%;
}
.experience-about .social-icons-about .inner-icon.youtube {
    left: inherit;
    right: 6%;
    top: 6%;
}
        .why-relax .why-relax-video-box .why-reelax-content.hook{
        top: 10%;
        left: 10%;
    width: 167px;
    }
    .video-short-slider-here:before{
        left: 2%;
    }
    .why-relax .why-relax-video-box .why-reelax-content.send{
            top: 19%;
    right: 15px;
    }
    .why-relax .why-relax-video-box .why-reelax-content.hit-score{
            top: 72%;
    right: 13%;
    }
    .why-relax .why-relax-video-box .why-reelax-content.speaker-volume{
            top: 56%;
    left: 25px;
    }
    .why-relax .why-relax-video-box .why-reelax-content.completion {
    top: -8%;
    right: 15%;
}
     .pricing:before , .inner-video-marquee:before , .capability:before , .values:before{
    width: 1400px;
    height: 1400px;
}
    .call-action-set{
            padding: 55px 0 55px 75px;
    width: 95%;
    }
    .video-player:before{
        right: -4.5%;
    }
    .call-action-set h2{
        font-size: 46px;
    line-height: 44px;
}
.testimonials:before{
        top: -25px;
    left: 60px;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1419px) {
      .sec-home-banner .banner-right .circle-box:before{
        width: 580px;
    height: 580px;
    }
    .sec-home-banner .banner-right .circle-box:after{
            width: 630px;
        height: 630px;
    }
    .sec-home-banner .banner-right .circle-box-small:after{
            width: 480px;
    height: 480px;
    }
   
    .video-short-slider-here .short-vide-slider{
            padding: 30px;
                border-radius: 30px;
    }
    .who-we-are h2 span:before{
        width: 28%;
    }
    .how-it-work .process-box .process-main .process-main-content .process-main-head{
            font-size: 18px;
    }
    .how-it-work .process-box ul li{
            padding: 5px 7px;
    }
    .how-it-work .process-box .blue-box{
            padding: 15px 5px;
    }
    .growth .main-head p{
        width: 80%;
    }
    .testimonials .testi-box p{
            font-size: 16px;
    line-height: 24px;
    }
    .testimonials .testi-box .testi-head{
        height: 48px;
            line-height: 24px;

    }
    .call-action-set{
            width: 95%;
                padding: 40px 0 40px 40px;
    }
    .call-action-set h2{
            font-size: 36px;
                line-height: 44px;
                    margin: 0 0 30px;
    }
    .pricing .main-head h4{
            width: 50%;
    margin: 0 auto 50px;
    }
    .pricing .package-box .package-heading .main-heading{
            font-size: 20px;
    line-height: 25px;
    }
    .pricing .package-box .recomended-box{
        padding: 5px 0px;
            top: -15px;
    }
    .pricing .package-box ul li{
            font-size: 12px;
    line-height: 20px;
    }
    .pricing .package-box .special-box .special-box-content{
            font-size: 14px;
    line-height: 20px;
    }
    .pricing .package-summary{
            padding: 40px 52px;
    }
    .last-two-side-action .buttons a{
            font-size: 16px;
    }
    .last-two-side-action .buttons a:last-child{
            width: 235px;
            font-size: 16px;
    }
    .last-two-side-action p{
            font-size: 18px;
    line-height: 27px;
    }
    .faq .faq-content-box h3{
        font-size: 40px;
    }
    .faq .faq-content-box h3 span{
            font-size: 60px;
    line-height: 68px;
    }
    .faq .faq-content-box p{
        width: 90%;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header nav #navbarSupportedContent form a.hrefheader{
        width: 185px;
    }
    .navbar-brand{
            width: 20%;
    padding: 0;
    margin-right: 0;
    }
    header nav #navbarSupportedContent ul li a{
        margin: 0 0 0 20px;
    }
    .sec-home-banner {
    padding: 120px 0;
}
.sec-home-banner h1{
        font-size: 46px;
    line-height: 55px;
}
.sec-home-banner p{
        font-size: 18px;
    line-height: 30px;
}
.sec-home-banner .banner-double-button a{
    height: 55px;
    line-height: 55px;
}
.sec-home-banner .banner-double-button{
        margin: 30px 0;
}
.video-player h2{
        font-size: 30px;
    line-height: 45px;
}
.video-player p{
    font-size: 18px;
    line-height: 25px;
}
.who-we-are h2{
        font-size: 42px;
    line-height: 50px;
}
.who-we-are h2 span:before {
    width: 20%;
}
.who-we-are h3 {
    font-size: 18px;
    line-height: 28px;
}
.who-we-are h4{
    font-size: 36px;
    line-height: 26px;
}
.who-we-are:before {
    left: -3%;
}
.who-we-are p{
        font-size: 18px;
    line-height: 27px;
}
.how-it-work .process-box{
        padding: 25px 15px;
}
.growth .main-head p{
    width: 100%;
}
.growth .layer-box{
        padding: 85px 50px 42px;
}
.testimonials .testi-box .testi-head{
    font-size: 14px;
    height: 40px;
}
.testimonials .testi-box p{
        height: 80px;
    font-size: 14px;
    line-height: 22px;
}
.testimonials .testi-box .testi-name{
        font-size: 16px;
    line-height: 20px;
}
.testimonials .qualify-box .boxes-with-content{
        margin: 0 0 0 15px;
            padding: 12px 15px;
}
.testimonials .qualify-box .boxes-with-content h6{
        font-size: 12px;
    line-height: 20px;
}
.call-action-set {

}
.call-action-set{
            width: 95%;
                padding: 40px 0 40px 40px;
    }
    .call-action-set h2{
            font-size: 36px;
                line-height: 44px;
                    margin: 0 0 30px;
    }
    .call-action-set h6{
            font-size: 16px;
    line-height: 25px;
    margin: 0 0 30px;

    }
    .call-action-set P{
            font-size: 16px;
    line-height: 25px;

    margin: 0 0 20px;
    }


.pricing .main-head { margin-bottom:0;}    
    .pricing .main-head h2 {
            font-size: 38px;
    line-height: 40px;
    }
    .pricing .package-box .recomended-box{
            font-size: 10px;
                padding: 5px 0;
    top: -13px;

    }
    .pricing .main-head h4 {
            width: 70%;
            font-size: 18px;
    line-height: 25px;
}
.pricing .package-box{
            padding: 25px 0 0;
        height: 1070px;
}
.pricing .package-box .package-heading{
        padding: 0 10px;
}
.pricing .package-box .package-heading .main-heading {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 15px;
}
.pricing .package-box .package-heading .small-heading{
        font-size: 14px;
    line-height: 20px;
    padding: 0 0 20px;
}
.pricing .package-box h6{
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 25px;
}
.pricing .package-box h3 small {
    font-size: 22px;
}
.pricing .package-box h5{
        font-size: 16px;
    line-height: 20px;
    padding: 0 10px 20px;
}
.pricing .package-box ul {
    margin: 20px 0;
    padding: 0 10px;
}
.pricing .package-box ul li{
        font-size: 12px;
    line-height: 20px;
}
.pricing .package-box .special-box .special-box-content {
    font-size: 12px;
    line-height: 16px;

}
.pricing .package-box .special-box .special-box-head{
        font-size: 14px;
    line-height: 20px;
}
.pricing .package-box h3{
        padding: 0 10px;
    font-size: 56px;
    line-height: 55px;
}
.pricing .package-box .special-box{
    margin: 0 10px 20px;
}
.pricing .package-box p{
        padding: 0 10px;
}
.pricing .package-box a{
    margin: 0 10px;
    width: 100%;
            margin: 0 10px;
        width: 90%;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
}
.pricing .package-summary{
        padding: 30px 40px;
}
.last-two-side-action p {
    font-size: 16px;
    line-height: 25px;
}
.last-two-side-action .buttons{
    gap: 10px;
}
.last-two-side-action .buttons a{
        font-size: 14px;
        line-height: 24px;
}
.faq .faq-content-box h3 span{
        font-size: 50px;
    line-height: 58px;
}
.last-two-side-action .buttons a:last-child{
        height: 40px;
    line-height: 40px;
    width: 210px;
    font-size: 16px;
}
.faq .faq-content-box p{
        font-size: 16px;
    line-height: 25px;
    width: 90%;
}
footer h6{
    font-size: 16px;
    line-height: 24px;
}
footer p{
   font-size: 16px;
    line-height: 24px; 
}
footer ul li a{
    font-size: 16px;
    line-height: 35px;
}
footer .copy-right{
       font-size: 16px;
    line-height: 24px;
}
}



@media only screen and (min-width: 300px) and (max-width: 991px) {

    .call-action-set a{
border-radius: 45px;
font-family: Nexa;
font-weight: 800;
font-size: 20px;
line-height: 64px;
height: 64px;
color: #FFFFFF;
display: block;
text-align: center;
transition: .5s all ease-in-out;
position: relative;
        z-index: 1;
        margin-top:20px;
}
.call-action-set a:before { border-radius: 45px;}
.call-action-set a:hover{
    background: #000;
}
.call-action-set a img {
    margin: 0 0 0 16px;
    filter: brightness(0) invert(1);
}
    header nav #navbarSupportedContent ul{
            align-items: center;
                gap: 15px;
                        margin: 25px 0 0;
    }

    header nav #navbarSupportedContent ul li a{
        margin: 0;
    }
    header{
        position: relative;
    }
    header nav a.navbar-brand{

    margin: 0;
    padding: 0;
    width: 70%;

    }
    header nav #navbarSupportedContent form a.hrefheader{
        margin: 20px auto 0;
    }
    .growth {
    padding: 60px 0;
}
    header nav #navbarSupportedContent ul li a.active:before , header nav #navbarSupportedContent ul li a:hover:before{
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
     header nav button.navbar-toggler{

    width: 20%;

     }
     header nav #navbarSupportedContent ul li .submenu{
            padding: 15px 0 14px;
                width: 100%;
                    left: 0;
     }
     header nav #navbarSupportedContent ul li .submenu ul{
        margin: 0;
     }
     header nav #navbarSupportedContent ul li{
            width: 100%;
    text-align: center;
     }
     header nav #navbarSupportedContent ul li .submenu ul li a{
            gap: 5px;
    margin: 0 0 10px;
    flex-direction: column;
     }
     .sec-home-banner{
    padding: 40px 0 40px;
     }
     .sec-home-banner h1{
            font-size: 30px;
    line-height: 35px;
        margin: 10px 0;
    }
    .sec-home-banner p{
            font-size: 14px;
    line-height: 25px;
    }
    .sec-home-banner .smaller-text {    font-size: 14px;
    margin: 0 0 65px;}
    .sec-home-banner .banner-double-button{
        margin: 20px 0;
        flex-wrap: wrap;
    }
    .sec-home-banner .banner-double-button a{
        width: 100%;
        height: 48px;
        line-height: 48px;
    }
    .sec-home-banner .banner-double-button a:last-child{
        margin: 15px 0 0;
    }
    .sec-home-banner .images-logo{
        flex-wrap: wrap;
        gap: 10px;
        margin: 80px 0 0;
    }
    .sec-home-banner .images-logo img {
    width: 22%;
     margin: 0 !important; 
}

.testimonials .images-logo img {
        width: 20%;
        margin: 0 0 0 15px  !important;
    }
.testimonials .images-logo img:first-child { margin:0 !important;}


.sec-home-banner .banner-right .content-box{
        width: 125px;
            padding: 0 10px;
    height: 50px;

}
.sec-home-banner .banner-right .content-box.video{
        width: 125px;
}
.sec-home-banner .banner-right .content-box.graph{
        width: 150px;
}
    .video-short-slider-here .short-video-tag {
        text-align: center;
    }
        .video-short-slider-here p.main {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 30px;
    }
        .video-short-slider-here .nav-video-box .nav-video a {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
        .video-short-slider-here h2, .short-video-tab h2 {
        color: #010101;
        font-size: 26px;
        line-height: 32px;
    }
.inner-video-marquee .buttons{
            display: flex;
        flex-direction: column;
}
    .inner-video-marquee .buttons a{
            gap: 5px;
    font-size: 16px;
    width: 90%;
    }
        .short-video-tab h6
 {
        font-size: 18px;
    }
    .parent-mobile .gallery-filter{
          
    width: 800px;
    }
    .short-video-tab .first-circle{
        display: none;
    }
    .short-video-tab h4 {    font-size: 18px; line-height: 24px;}
.short-video-tab .qualify-box { display: block;}
.short-video-tab .star-with-para { width: auto; }
.short-video-tab .qualify-box .boxes-with-content {
        border-radius: 15px;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 0;
}


    .parent-mobile{
            overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        padding: 10px 0 20px;
    }
        .short-video-tab .main-tab-content .video-inner-tab .video-anchor .play-videos {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
  
.video-player:before , .who-we-are:before , .short-video-tab:before , .video-short-slider-here:before , .inner-video-marquee:before , .values:before , .values:after , .testimonials:before , .pricing:before , .pricing:after{
    content: inherit;
}
.video-short-slider-here .short-vide-slider {
        margin-top: 30px;
        padding: 15px;
        border-radius: 25px;
    }
        .video-short-slider-here .short-vide-slider p {
        font-size: 14px;
        line-height: 20px;
    }
    .video-short-slider-here .short-vide-slider .video-creater-details h4 {
        font-size: 20px;
    }
            .video-short-slider-here .slider-navigation {
        left: 35%;
    }
        .short-video-tab h6 {
        font-size: 18px;
    }
    .video-short-slider-here .short-vide-slider .video-creater-details h6 {
        font-size: 16px;
    }
.how-it-work .first-circle , .testimonials .first-circle{
    display: none;
}
.sec-home-banner .banner-right .content-box .content .heading-content{
        font-size: 11px;
        line-height: 18px;
}
.sec-home-banner .banner-right .content-box .content .para{
        font-size: 10px;
}
.sec-home-banner .banner-right .content-box .icon img {
    margin: 0 10px 0 0;
}
.sec-home-banner .banner-right .circle-box:before{
    content: inherit;
}
.sec-home-banner .banner-right .circle-box-small:after{
    content: inherit;
}
.sec-home-banner .banner-right .content-box.video{
        right: 0;
}
.sec-home-banner .banner-right .content-box.graph{
    right: 0%;
}
.arrow-top span img{
        width: 40%;
}
.arrow-top span{
    height: 25px;
    width: 25px;
    border-radius: 5px;
}
.arrow-top{
        font-size: 12px;
    bottom: 2%;
    right: 2%;
    width: 20%;
}
.sec-home-banner .banner-right .video-box a{
        width: 30px;
    height: 30px;
    padding: 6px;
}
.video-player{
    padding: 60px 0;
}
.video-player h2 , .who-we-are h2{
        font-size: 24px;
        margin: 10px 0;
        line-height: 35px;
}
.video-player p{
        font-size: 14px;
    line-height: 25px;
    text-align: left;
}
.btn-custom-primary {font-size: 16px;}
.video-marquee {
    margin: 50px 0 0;
}
.video-marquee .video-box {
    width: 220px;
}
.who-we-are{
        padding: 30px 0;
}
.who-we-are h2 span:before{
    content: inherit;
}
 .who-we-are h3{
font-size: 16px;
line-height: 25px;
font-weight: 400;
        margin: 0 0 15px;

 }
 .who-we-are h4{
        font-size: 26px;
    line-height: 35px;
        margin: 0 0 15px;
 }
 .who-we-are p{
    font-size: 16px;
line-height: 25px;
 }
 .pr-0{
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
 }
 .how-it-work .process-box{
    height: auto;
    padding: 30px 15px 0px;
    margin: 0 0 15px;
 }
 .how-it-work{
    padding: 0 0 30px;
 }
 .how-it-work .process-box p { font-size: 14px; }
.how-it-work .process-box ul li {font-size: 12px; }
 .call-to-action{
    padding: 50px 0;
 }
 .call-to-action .timer-call-action .heading-timer{
        font-size: 24px;
 }
 .call-to-action .timer-call-action .small-heading-timer{
        font-size: 14px;
    line-height: 20px;
 }
 .call-to-action .timer-call-action .para-heading-timer{
        font-size: 12px;
 }
 .call-to-action .timer-call-action{
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #FFFFFF26;
    border-right: none;
}
.call-to-action p{
        margin: 20px 0 20px;
        font-size:16px;
}
.call-to-action a img{
        margin: 0 0 0 0px;
}
.growth .main-head .bulliet-point:before{
        top: 7px;
}
.call-to-action a{
    height: 50px;
    line-height: 50px;
        font-size: 16px;
        margin: 0 0 15px;
}
.growth .main-head .bulliet-point{
        font-size: 14px;
    line-height: 20px;
    height: auto;
    margin: 0 0 15px;

}
.growth .main-head h2{
        font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
}

.main-page-slider .slick-slide {margin: 0;}
.main-page-slider .slick-list.draggable {
    padding: 45px 0 20px 0;
    margin: 0 0 80px 0;
}
.growth .main-head p , .testimonials p{
    font-size: 15px;
    line-height: 26px;
    margin: 0 auto 30px;
    width: 100%;
}
.growth .layer-box{
     border-radius: 20px;
    margin: 0 0 35px;
    padding: 80px 15px 25px;   
}
.growth .layer-box:before{
    content: inherit;
}
.growth .layer-box .white-box{
        padding: 10px;
}
.growth .layer-box .white-box ul li{
        padding: 20px 0px;
}
.growth .layer-box .white-box ul li span{
        font-size: 18px;
        line-height: 22px;

}
.growth .layer-box .white-box ul li{
        font-size: 12px;
}
.growth .layer-box .buttons a{
    width: 100%;
    height: 50px;
    line-height: 50px;
        font-size: 16px;
}
.growth .layer-box .buttons a:last-child{
width: 100%;
margin: 15px 0 0;
        font-size: 16px;
}
.growth .mobile-profile-images .profile-img-layers{
        top: 40%;
    right: 0;
    width: 65%;
    display: none;
}
.growth .layer-box .buttons{
    flex-direction: column;
}
.growth .mobile-profile-images .profile-img-layers:before{
        top: -10px;
    right: 0px;
    width: 100%;
    height: 255px;
    background-size: cover;
}
.growth .mobile-profile-images .profile-img-layers:after{
            top: -10px;
    right: 0px;
    width: 100%;
    height: 255px;
    background-size: cover;
}
.testimonials {
    padding: 60px 0;
}

.testimonials h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 15px;
}
.testimonials .testi-box p{
    height: auto;
        font-size: 16px;
    line-height: 25px;
}
.testimonials .testi-box{
        padding: 70px 20px 25px;
}
.testimonials .qualify-box{
    flex-direction: column;
}
.testimonials .star-with-para{
    border-right: none;
    width: 100%;
    margin: 0 0 15px;
}
.testimonials h4{
        font-size: 20px;
        line-height: 24px;
    margin: 25px 0 15px;  
}
.testimonials .qualify-box .boxes-with-content{
        margin: 0;
}
.testimonials .qualify-box .boxes-with-content h6{
        font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 8px
}
.call-action-set{
        border-radius: 0;
            padding: 60px 0px;
            width: 100%;
}
.call-action-set .call-img{
    position: relative;
    width: 100%;
    margin: 50px 0 0;
}
.call-action-set h2{
    font-size: 26px;
    line-height: 38px;
        margin: 0 0 20px;
        padding: 0 0px;
}
.call-action-set P , .call-action-set h6, .call-action-set h5{
        font-size: 16px;
    line-height: 26px;
        margin: 0 0 20px;
        padding: 0 10px;
}
.call-action-set .button{
    flex-direction: column;
    gap: 20px;
}
    .contact-form-wrapper.calendly-wrapper {
        margin: 25px 0  45px 0;
    }

.pricing{
    padding: 60px 0;
}
.pricing .main-head .sub-main{
        margin: 0 0 15px;
}
.pricing .main-head h2{
        font-size: 28px;
    line-height: 36px;
    margin: 0 0 15px;
}
.pricing .main-head h4{
    width: 100%;
        font-size: 16px;
    line-height: 26px;
    margin: 0 auto 15px;
}
.pricing .package-box{
    height: auto;
    margin: 25px 0;
}
.pricing .package-box .package-heading .main-heading { font-size: 22px;}
.pricing .package-box .package-heading .small-heading { font-size: 14px; line-height: 14px;}
.pricing .package-box h3 { margin:22px 0 0; font-size: 56px;}
.pricing .package-box h6 {margin:30px 0 0;}
.pricing .package-box .package-heading { padding: 0 10px 0 20px;}
.pricing .package-box ul li{
        font-size: 12px;
}
.pricing .package-summary{
        padding: 20px 10px;
}
.pricing .package-summary .package-headline{
    flex-direction: column;
        align-items: self-start;
        margin: 0;
}
.pricing .package-summary .package-headline .package-content h4{
 font-size: 18px;
    line-height: 27px;
}
.pricing .package-summary .package-headline .package-content h6{
        font-size: 14px;
}
.pricing .package-summary .sub-summary .sub-summary-box p {
        font-size: 14px;
}
.pricing .package-summary .sub-summary .sub-summary-box h5 {
margin:4px 0 0px;
}
.pricing .package-summary .sub-summary .sub-summary-box h5 br {
    display: none;
}
.pricing .package-summary .sub-summary .sub-summary-box{
    flex-direction: column;
        padding: 15px;
        gap: 20px;
            align-items: self-start;
                margin: 15px 0 10px;

}
.pricing .package-summary .sub-summary .sub-summary-box p:before{
        border-right: 1px solid #E0E0E0;
    height: 2px;
    position: absolute;
    left: 0;
    background: #E0E0E0;
    width: 100%;
    top: -10px;
}
.pricing .package-summary .sub-summary .sub-summary-box .recomended-badge{
        top: -5%;
}

/* pricing page */

.pricing_about {padding:60px 0 0;}
.pricing_about .main-head { text-align: center; margin-bottom: 0px;}
.pricing_about p {font-size: 16px;}
.pricing_about .main-head h2 { text-align: center;}
.pricing_about .testimonials {padding: 50px 0 70px;}
.last-two-side-action:after{
        width: 100%;
    height: 50%;
    z-index: -1;
    bottom: 0;
    top: inherit;
}
.last-two-side-action{
    padding: 30px 0 0;
}
.last-two-side-action:before{
        width: 100%;
    height: 50%;
}
.last-two-side-action h3{
        font-size: 22px;
    line-height: 36px;
        margin: 0 0 15px;
}
.last-two-side-action p{
        font-size: 14px;
    line-height: 24px;
}
.last-two-side-action .buttons{
        margin: 15px 0;
        flex-direction: column;
        gap: 15px;
        align-items: start;
}
.last-two-side-action .buttons a{
        font-size: 14px;
    line-height: 25px;

}
.risk-box{
        margin: 80px 0;
}
.faq .faq-content-box h3 , .faq .faq-content-box h3 span{
    font-size: 32px;
    line-height: 48px;
}
.faq .faq-content-box p{
    width: 100%;
}
.faq .faq-content-box p{
        font-size: 16px;
    line-height: 26px;
}
.faq .faq-content-box .book-call h6{
        font-size: 14px;
    line-height: 20px;
}
.faq .faq-content-box a{
        width: 100%;
    height: 50px;
    line-height: 50px;
        font-size: 16px;
        margin: 0 0 20px;
}
.faq .accordion#accordionExample{
margin: 50px 0 0;
}
.faq .accordion .accordion-item .accordion-button{
    height: auto;
        padding: 10px 15px;
        font-size: 16px;
        line-height: 28px;
        margin: 0;
}
.faq{
    padding: 60px 0;
}
footer{
    padding: 0 0 30px 0;
}
.main-footer{
    padding:30px 0 0 0;
}
footer h6{
    line-height: 25px;
    font-size: 16px;
    margin: 35px 0 16px;
}
footer p{
        font-size: 14px;
    line-height: 24px;

}
footer h3{
    margin: 15px 0;
}
footer hr{
        margin: 30px 0;
}
.social-icons{
        justify-content: start;
    margin: 10px 0 0;
}


/* inner pages */
.inner-banner { padding:60px 10px; border-radius: 0;background-position: center;}
.inner-banner:before { border-radius: 0;}
.inner-banner h2 {        font-size: 32px;
        line-height: 42px;
        margin-bottom: 14px;
    }
        .inner-banner h2 span {
        display: inline;
    }
.inner-banner p {        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px;
    }
        .experience-about .experience-tag {
        padding: 5px 16px 5px 32px;
        font-size: 12px;
        height: auto;
        line-height: 15px;
    }
        .experience-about h3 {
        font-size: 22px;
        line-height: 36px;
    }
        .experience-about p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 15px;
    }
    .experience-about .social-icons-about .inner-icon.youtube {
    left: inherit;
    transform: scale(.4);
    right: -15px;
}
.experience-about .social-icons-about .inner-icon.whatsapp , .experience-about .social-icons-about .inner-icon.tiktok{
    transform: scale(.5);
}
    .experience-about .social-icons-about .inner-icon.twitter {
        left: -15%;
        top: 58%;
        transform: scale(.5);
    }
        .experience-about .social-icons-about .inner-icon.insta {
        right: 0;
        left: inherit;
        top: 45%;
        transform: scale(.4);
    }
        .experience-about .social-icons-about .inner-icon.facebook
 {
        transform: scale(.4);
        z-index: -1;
        left: -30%;
        top: -10%;
    }
        .experience-about {
        padding: 60px 0;
    }
        .values {
        padding: 60px 0 130px;
    }
    .values .value-two h2{
            font-size: 26px;
        line-height: 33px;
}
.values .value-two p{
        font-size: 16px;
    line-height: 25px;
}
.client-say{
    padding: 60px 0;
}
.client-say h2{
        font-size: 30px;
    line-height: 36px;
        text-align: center;

}
.client-marquee .right-left-marquee{
    margin: 40px 0 0;
}
.values .value-one h2{
            font-size: 30px;
        line-height: 36px;
}
.client-say .client-tag{
    margin: 0 auto 20px;
}
.client-say h2 span{
         font-size: 30px;
        line-height: 36px; 
}
.client-say:after{
    content: inherit;
}
.client-say h6{
        font-size: 16px;
    line-height: 22px;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
}
.value-two .team-box-slider .slick-list.draggable{
    padding: 30px 0 0 ;
}
.client-marquee .marquee-box{
    position: relative;
    width: 290px;
    min-width: 290px;
    max-width: 290px;
    flex: 0 0 290px;
    padding: 45px 30px 25px;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 8px 8px 25px 25px;
    box-sizing: border-box;
}

.client-marquee .marquee-box:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:7px;
    border-radius:8px 8px 0 0;
    background:linear-gradient(90deg,#01EABF 0%,#2EBAF3 100%);
}

.client-marquee .marquee-box .star{
    margin-bottom:25px;
}

.client-marquee .marquee-box h4{
    font-family:Mulish;
    font-size:18px;
    font-weight:700;
    line-height:27px;
    color:#009689;
}
.capability .capability-tag{
    text-align: center;
}
.client-marquee .marquee-box h4 span{
    font-size:14px;
    color:#475569;
    margin-left:8px;
}

.client-marquee .marquee-box p{
    font-family:Mulish;
    font-size:14px;
    line-height:25px;
    color:#000;
    margin:0 0 20px;
}

/* Animation */

@keyframes marquee-left{
    from{
        transform:translate3d(0,0,0);
    }
    to{
        transform:translate3d(-50%,0,0);
    }
}

.animate-marquee-left{
    animation:marquee-left 25s linear infinite;
}

@keyframes marquee-right{
    from{
        transform:translate3d(-50%,0,0);
    }
    to{
        transform:translate3d(0,0,0);
    }
}

.animate-marquee-right{
    animation:marquee-right 25s linear infinite;
}
.value-two .slick-prev, .value-two .slick-next{
        width: 75px;
    height: 45px;
        bottom: -110px;
}
.value-two .slick-next{
        right: -75px;
}
.value-two .slick-prev{
        left: -75px;
}
.value-two .slick-next:before{
        width: 31px;
    height: 18px;
}
.value-two .slick-prev:before{
        width: 31px;
    height: 18px;
            background-position: left;
}
        .values .value-one h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .values .value-one p {
        font-size: 16px;
        line-height: 24px;
    }
    .values .value-one .value-slider {
    margin: 15px 0 70px;
}
.short-banner .buttons{
    flex-direction: column;
    gap:20px;
}
.short-banner{ background-image: linear-gradient(270deg, #060D18 13.13%, #0B2B3F 50%, #060D18 86.87%);    padding: 80px 10px; }
.short-banner .content-box .content .heading-content { font-size:20px !important;}
.short-banner .content-box {/*padding:0 6px !important;*/}
.short-banner .content-box .para { font-size:12px !important; }
.inner-banner .content-box .icon img {margin: 0 5px 0 0 !important;width: 50%; display: none;}
.why-relax .why-relax-video-box .why-reelax-content.hit-score {
    z-index: 1;
    top: 96%;
    right: 0;
    width: 120px;
}
    .why-relax .why-relax-video-box .why-reelax-content.speaker-volume {
        z-index: 1;
        top: 94%;
        left: -5px;
        width: 118px;
    }
    .why-relax .why-relax-video-box .why-reelax-content.hook {
        z-index: 1;
        top: 15px;
        left: -10px;
        width: 145px;
    }
        .why-relax .why-relax-video-box .why-reelax-video-frame {
        margin: 50px 0 0;
    }
        .why-relax , .inner-video-marquee{
        padding: 60px 0;
    }
        .inner-video-marquee .video-marquee-tag {
        text-align: center;
    }
        .inner-video-marquee h2 {
        font-size: 30px;
        line-height: 36px;
    }
        .inner-video-marquee p {
        font-size: 16px;
        line-height: 22px;
    }
  .why-relax .why-relax-video-box .why-reelax-content{
    padding: 9px;
    border-radius: 10px;
    }
    .why-relax .why-relax-video-box .why-reelax-content.completion {
    z-index: 1;
    top: -5%;
    right: 0;
    width: 145px;
}
.why-relax .why-relax-video-box .why-reelax-content.send {
    z-index: 1;
    top: 5%;
    right: -5%;
    width: 112px;
}s
.values .value-one .value-slider .value-box-slide{
    padding: 35px 20px 35px;
    border-radius: 20px;
}
.values .value-one .value-slider .value-box-slide img{
    margin: 0 auto 20px;
}
.values .value-one .value-slider .value-box-slide h4{
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}
.values .value-one .value-slider .value-box-slide p{
        font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.inner-banner .images-logo {display: block;}
.inner-banner .images-logo img {margin: 0 0 0 5px;}
.inner-banner a {height: 45px; line-height: 45px; font-size: 14px; }


/* footer */
footer ul li a {   font-size: 16px; line-height: 28px;}
footer .copy-right {    font-size: 14px;}
.why-relax p {font-size: 14px;}

.why-relax {padding: 60px 0;}
.why-relax h2, .why-relax h2 span { font-size: 24px;  line-height: 36px; }
.short-video-tab {padding: 64px 0;}
.short-video-tab .tab-tag { font-size: 12px;}
.short-video-tab h2 { font-size: 24px; line-height: 36px; margin: 25px 0 0 0;}
.short-video-tab p { font-size: 14px;line-height: 26px; width: 100%; margin-bottom: 30px;}
.long-video-tab-portfolio .main-tab-content .video-inner-tab img { width: 100% !important; }
.short-video-tab .main-tab-content ul { margin: 0 0 0px;}
.short-video-tab h4 {    font-size: 18px; line-height: 24px;}
.short-video-tab .qualify-box { display: block;}
.short-video-tab .star-with-para { width: auto; }

.inner-call-action.call-to-action .border-column {border-right: none;}
.inner-call-action.call-to-action {padding: 40px 0 30px 0;}

.video-short-slider-here {padding: 60px 0;}
.video-short-slider-here h2 {
    color: #010101;    font-size: 30px;
    line-height: 30px;}
.video-short-slider-here p.main {
    font-size: 14px;
    line-height: 24px;
    width: 100%;margin-bottom: 30px;
}
.video-short-slider-here .short-vide-slider {    margin-top: 30px; }

.capability {
    padding: 60px 0; }
.capability h2 {font-size: 24px; line-height: 36px; }
.capability p.main { font-size: 14px;line-height: 26px;  }
.capability:before , .capability:after{content: inherit;}
.capability .capability-box {
    padding: 30px;
    min-height: auto;}
.capability .capability-box .icon-tag {
    margin: 0 0 15px;}
    .capability .capability-box p {
    font-size: 12px;}
.capability .capability-box h3 {margin: 0 0 5px;}
.capability .capability-box {
    padding: 30px;
    min-height: auto;}
.capability .capability-box .icon-tag {
    margin: 0 0 15px;}
    .capability .capability-box p {
    font-size: 12px;    line-height: 20px;
}
.capability .capability-box h3 {font-size: 18px; margin: 0 0 5px;}




.short-video-tab .main-tab-content .video-inner-tab {
    margin: 30px 0 30px;}

.short-video-tab .main-tab-content .video-inner-tab .video-anchor {
    width: 47%;
}
.short-video-tab.long-video-tab-portfolio .main-tab-content .video-inner-tab .video-anchor {
    width: 47.5%;
}
.inner-video-marquee h3 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 5%;
}






/* horizontally scrollable on mobile, start */
/* Mobile & Tablet */

    .pricing-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 1spx;
        padding-bottom: 10px ;

        /* Smooth scrolling */
        scroll-behavior: smooth;

        /* Hide scrollbar */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .testimonials .pricing-scroll { padding: 35px 0 10px 0; }
    .pricing_about .pricing-scroll { padding-bottom: 40px; }

    .pricing-scroll::-webkit-scrollbar {
        display: none;
    }

    .pricing-scroll > [class*="col-"] {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .pricing-scroll .package-box, .pricing-scroll .process-box, .pricing-scroll .testi-box {
        height: 100%;
    }

/* horizontally scrollable on mobile, end */






    .gallery-filter {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 12px;
        white-space: nowrap;
        padding: 8px 0;

        /* Smooth scrolling */
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;

        /* Hide scrollbar */
        scrollbar-width: none;
        -ms-overflow-style: none;
   justify-content:left !important;
    }

    .gallery-filter::-webkit-scrollbar {
        display: none;
    }

    .gallery-filter li {
        flex: 0 0 auto;
        list-style: none;
    }

    .gallery-filter li a {
        white-space: nowrap;
    }



}


