:root {
    --font-family-primary: "Onest";
    --color-blue: #1037C1;
    --color-blueLight: #8997cc;
    --color-orange: #F7B92B;
    --color-yellow: #ffe200;
    --color-blueSecond: #1037C11A;
}

/* font family primary */
.ft-primary {
    font-family: var(--font-family-primary);
}

/* bg color */
.bg-blue {
    background-color: var(--color-blue);
}
.bg-yellow {
    background-color: var(--color-yellow);
}
.bg-orange {
    background-color: var(--color-orange);
}
.bg-blueSecond {
    background-color: var(--color-blueSecond);
}
/* .bg-mixed {
    background: linear-gradient(to top left, #9babe2, #ffffff,#a4b3eb);
} */

.bg-yellowGradient {
    background-color: #f4f4f8;
}

.bg-gradientBlue {
    background: linear-gradient(to top, var(--color-blue), var(--color-yellow));
}

.bg-mixed2 {
    background: linear-gradient(to bottom, #1037C1 30%,#ffe200);
}

.bg-mixed3 {
    background: linear-gradient(to bottom left, #f3e84a, #05209c 30%,#f8eb39);
}

/* normal icon */

.normal-icon {
    height: 60px;
    width: 60px;
}

.bg-mixed {
    /* background: radial-gradient(circle, #040918, #233cc9,#0139f0); */
    /* background: radial-gradient(circle, #f2f2f3, #233cc9,#f2f2f3); */
    /* background: radial-gradient(circle, #040918, #233cc9,#040918); */
    background: linear-gradient(to right, #1037C1 60%,#F7B92B);
    /* background: var(--color-blue); */
}

.bg-header{
    /* background: linear-gradient(to left, #1037C1 60%,#F7B92B); */
    background-color: white;
    /* padding: 20px;
    border-radius: 20px; */
}

.bg-mixed4 {
    /* background: radial-gradient(circle, #040918, #233cc9,#0139f0); */
    /* background: radial-gradient(circle, #f2f2f3, #233cc9,#f2f2f3); */
    /* background: radial-gradient(circle, #040918, #233cc9,#040918); */
    background: linear-gradient(to left, #1037C1 60%,#F7B92B);
    /* background: var(--color-blue); */
}

/* text color */
.color-white-hover-yellow {
    color: white;
}
.color-blue {
    color: var(--color-blue);
}

.color-blueLight {
    color: var(--color-blueLight);
}
.color-yellow {
    color: var(--color-yellow);
}
.color-orange {
    color: var(--color-orange);
}

.color-yellow:hover {
    color: var(--color-yellow);
}

.color-white-hover-yellow:hover{
    color: var(--color-yellow);
}

/* border color */

.border-blue{
    color: var(--color-blue)
}

/* scroll */

html {
    scroll-behavior: smooth;
}

/* logo image size */

.logo-size {
    height: 50px;
    width: 100%;
}

/* font size */

.font-large {
    font-size: 15px;
    word-spacing: 1px;
}



/* header start */

.head-center li a{
    /* color: white; */
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-family: var(--font-family-primary);
}

.head-center li a.active, .head-center li a:hover {
    /* color: var(--color-yellow); */
    color: var(--color-blue);
}

/* header end */

/* common start */

.para-content {
    color: rgb(58, 57, 57);
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-family-primary);
}

/* common end */

/* footer start */

.social-icon {
    transition: 0.3s ease;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon i {
    transition: 0.3s ease;
}

.social-icon:hover {
    background-color: var(--color-blue);
}

.social-icon:hover i {
    color: white;
}

.foot-link li a {
    text-decoration: none;
    color: rgb(58, 57, 57);
    font-weight: 500;
}

.foot-link li a:hover {
    color: var(--color-blue);
}

/* footer end */

/* button start */

.primary-btn {
  font-size: 17px;
  font-weight: 500;
  background: var(--color-yellow);
  /* color: black; */
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  cursor: pointer;
  padding: 15px 10px;
}


.primary-btn .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
}

.primary-btn .label {
  position: relative;
  top: -1px;
}

.label {
    font-size: 18px;
}

.primary-btn .transition-1 {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background: var(--color-blue);
  /* background: var(--color-blue); */
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.primary-btn:hover .transition-1 {
  width: 14em;
  height: 14em;
}

.primary-btn:active {
  transform: scale(0.97);
}

.button-text-color{
    color: #000;
    transition: color 0.3s ease;
}

.primary-btn:hover .button-text-color{
    color: white;
}

/* button end */

/* cta start */

.store-size {
    height: 52px;
    width: 100%;
}

.cta-para-content-size {
    width: 580px;
}

.cta-title{
    font-size: 40px;
}

.cta-small-title {
    font-size: 20px;
}

.cta-card-size {
    width: 600px;
}

.swip-cta1-size {
    left: 73%;
    width: 130px;
    height: 500px;
}

.swip-cta2-size {
    left: 86%;
    width: 130px;
    height: 500px;
}

/* Smooth Linear Scrolling for Swiper */
.ctaSwiper1 .swiper-wrapper,
.ctaSwiper2 .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* Scroll to Top Button Visibility */
#scrollTopBtn {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    transform: translateY(20px);
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.start {
    color: white;
    font-size: 20px;
}

.end {
    color: transparent;
    font-size: 20px;
    background: #ffe200;
    background-clip: text; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 

.cta-flim-img {
    opacity: 5%;
    left: 600px;
    position: absolute;
    top: 0;
}

.cta-book-img {
    opacity: 5%;
    left: 0px;
    width: 150px;
    position: absolute;
    top: 0;
}

/* cta end */



/* line */

.lineWhite {
    width: 30px;
    height: 2px;
    background-color: white;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
}

.lineBlue {
    width: 30px;
    height: 2px;
    background-color: var(--color-blue);
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
}

/* title css */

.title {
    font-family: var(--font-family-primary);
    font-weight: bolder;
    font-size: 70px;
    /* font-size: 80px; */
    text-align: center;
}


/* small title css */

.smallTitle {
    padding: 6px 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--font-family-primary);
}

/* small title with black border */

.smallTitleWithBlackBorder {
    padding: 6px 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--font-family-primary);
}

/* small title with blue border */

.smallTitleWithBlueBorder {
    padding: 6px 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--font-family-primary);
}

/* medium title */

.mediumTitle {
    font-family: var(--font-family-primary);
    font-size: 40px;
    font-weight: 800;
}


/* normal title */

.normalTitle {
    font-family: var(--font-family-primary);
    font-size: 30px;
    font-weight: 800;
}

.para-title {
    font-family: var(--font-family-primary);
    font-size: 23px;
    font-weight: 800;
}
/* large title */

.largeTitle {
    font-family: var(--font-family-primary);
    font-size: 40px;
    font-weight: 800;
    /* color: var(--color-blue); */
}

.privay-policy-title {
    font-family: var(--font-family-primary);
    font-size: 40px;
    font-weight: 800;
}

.medium-privacy-title {
    font-family: var(--font-family-primary);
    font-size: 25px;
}

/* font size start */

.para1 {
    font-size: 16px;
    font-family: var(--font-family-primary);
    color: rgb(99, 98, 98);
    font-weight: 500;
}


.para-link li a{
    font-size: 16px;
    font-family: var(--font-family-primary);
    text-decoration: none;
    color: rgb(99, 98, 98);
    font-weight: 500;
}

.para-link li a:hover {
    color: var(--color-blue);
}

.banner-left-img {
    height: 100px;
    width: 100px !important;
    position: absolute !important;
    top: 250px;
    right: 100px;
    rotate: 20deg;
    opacity: 10% !important;
}

.banner-right-img {
    position: absolute !important;
    top: 260px;
    left: 100px;
    width: 100px !important;
    height: 100px;
    rotate: -20deg;
    opacity: 10% !important;
}

/* faq start */

.faq-ques {
    font-size: 23px !important;
}

/* faq end */

@media (max-width: 360px) {

    .rounded1-about {
        height: 250px !important;
        width: 250px !important;
        left: 0px !important;
    }

    .about-img {
        height: 200px !important;
        width: 100px !important;
        left: 0px !important;
    }

    .about-img2 {
        z-index: 1;
        height: 200px !important;
        width: 100px !important;
    }
    
}

@media (max-width: 425px) {
    .border-top-counter {
        border-top: none !important;
    }

    .movie-of-the-week-img {
        height: 300px !important;
        width: 350px !important;
    }

    .social-icon {
        height: 30px;
        width: 30px;
    }

    .mySwiper {
        width: 63% !important;
        padding: 120px 0;
    }

    .rounded1-about {
        height: 300px !important;
        width: 300px !important;
        left: 0px !important;
    }

    .about-img {
        height: 250px !important;
        width: 120px !important;
        left: 0px !important;
    }

    .about-img2 {
        z-index: 1;
        height: 250px !important;
        width: 120px !important;
    }

}


@media (max-width: 768px) {

    .title {
        font-size: 35px;
    }

    .banner-left-img {
        height: 60px !important;
        top: 350px !important;
        right: 0px !important;
    }

    .banner-right-img {
        height: 60px !important;
        top: 350px !important;
        left: 20px !important;
        width: 60px !important;
    }

    .banner-mbl-img {
        width: 300px;
    }

    .smallTitleWithBlackBorder {
        padding: 6px 20px;
        font-size: 15px;
        font-weight: bold;
        font-family: var(--font-family-primary);
    }

    .smallTitle {
        padding: 6px 20px;
        font-size: 15px;
        font-weight: bold;
        font-family: var(--font-family-primary);
    }

    .store-size {
        height: 40px;
        width: 100%;
    }
    .logo-size {
        height: 40px;
        width: 100%;
    }
    .font-small {
        font-size: 14px;
        word-spacing: 1px;
    }

    .privay-policy-title {
        font-size: 30px;
    }

    .medium-privacy-title {
        font-size: 20px;
    }

    .bg-header {
        /* background: linear-gradient(to left, #1037C1 20%,#F7B92B); */
        background: white;
    }

    /* font size start */

    .para1 {
        font-size: 15px;
    }

    .para-link li a {
        font-size: 15px;
    }

    /* cta */

    .cta-para-content-size {
        width: auto;
    }

    .cta-title{
        font-size: 28px;
    }

    .cta-small-title {
        font-size: 20px;
    }

    .cta-card-size {
        width: 100%;
    }
    
    .swip-cta1-size, .swip-cta2-size {
        display: none;
    }
    
    .cta-flim-img {
        opacity: 5%;
        height: 200px;
        right: 150px;
        position: absolute;
    }

    .cta-book-img {
        opacity: 5%;
        left: 0px;
        width: 100px;
        position: absolute;
        top: 0px;
    }

    
    .largeTitle {
        font-family: var(--font-family-primary);
        font-size: 26px;
        font-weight: 800;
    }

    .para-content {
        font-size: 14px;
    }

    .label {
        font-size: 15px;
    }

    /* about start */

    .rounded1-about {
        height: 300px !important;
        width: 300px !important;
        left: 0px !important;
    }

    .about-img {
        height: 250px !important;
        width: 120px !important;
        left: 0px !important;
    }

    .about-img2 {
        z-index: 1;
        height: 250px !important;
        width: 120px !important;
    }

    /* about end */

    /* counter start */
    
    .counter-title {
        font-size: 25px !important;
    }

    .counter-para {
        font-size: 25px !important;
    }

    .counter-left {
        height: 100px !important;
    }

    .counter-right {
        height: 100px !important;
    }

   

    /* counter end */

    /* movie of the week */

    .movie-of-the-week-content-title {
        font-size: 17px !important;
    }

    /* faq */

    .normalTitle {
        font-size: 27px;
    }

    .faq-ques {
        font-size: 20px !important;
    }

    /* features */

    .rounded1-feature {
        height: 400px !important;
        width: 400px !important;
        flex-shrink: 0 !important;
    }

    .rounded2-feature {
        height: 350px !important;
        width: 350px !important;
        left: 25px !important;
        top: 25px !important;
    }

    .rounded3-feature {
        left: 22% !important;
        bottom: -20px !important;
        height: 400px !important;
    }

    .mobile-screen {
        top: -20px !important;         
        left: 85px !important;
        width: 52% !important;        
        height: 389px !important;    
        overflow: hidden;
        border-radius: 20px;
        z-index: 2;
    }

    /* how it works */

    .work-step-title {
        font-size: 18px !important;
    }

    

    .work-all-card {
        width: 90% !important;
        top: 180px !important;
    }


    .work-hole-card {
        width: 100% !important;
    }

    .single-work-step {
        height: 400px !important;
        width: 265px !important;
    }
        
}


@media (min-width: 768px) and (max-width: 1000px) {
    /* about start */

    .rounded1-about {
        height: 300px !important;
        width: 300px !important;
        left: 0px !important;
    }

    .about-img {
        height: 200px !important;
        width: 100px !important;
        left: 0px !important;
    }

    .about-img2 {
        z-index: 1;
        height: 200px !important;
        width: 100px !important;
    }

    /* about end */

    /* counter start */

    .counter-title {
        font-size: 40px !important;
    }

    .counter-para {
        font-size: 30px !important;
    }

    /* counter end */

    /* movie of the week */

    .movie-of-the-week-img {
        height: 300px !important;
        width: 350px !important;
    }
    
}


@media (min-width: 770px) and (max-width: 1100px) {
    .swip-cta1-size {
        left: 73%;
        width: 90px;
        height: 400px;
        display: block;
    }

    .swip-cta2-size {
        left: 86%;
        width: 90px;
        height: 400px;
        display: block;
    }

    .cta-flim-img {
        opacity: 5%;
        left: 500px;
        position: absolute;
    }

    
}

@media (min-width: 767px) and (max-width: 950px) {


    .banner-card-title {
        font-size: 13px !important;
    } 

    .banner-card-content {
        font-size: 10px !important;
    } 

    .card1-banner-box {
        position: absolute;
       bottom: 180px  !important;
        left: 10px !important;
        width: 200px !important;
    }

    .card2-banner-box {
        position: absolute;
        bottom: 70px !important;
        left: 10px !important;
        width: 200px !important;
    }

    .card3-banner-box {
        position: absolute;
        bottom: 70px !important;
        right: 10px !important;
        width: 200px !important;
    }

    .card4-banner-box {
        position: absolute;
        bottom: 180px  !important;
        right: 10px !important;
        width: 200px !important;
    }

}

@media (min-width: 951px) and (max-width: 1024px) {


    .banner-card-title {
        font-size: 13px !important;
    } 

    .banner-card-content {
        font-size: 10px !important;
    } 

    .card1-banner-box {
        position: absolute;
        bottom: 245px !important;
        left: 70px !important;
        width: 200px !important;
    }

    .card2-banner-box {
        position: absolute;
        bottom: 70px !important;
        left: 20px !important;
        width: 220px !important;
    }

    .card3-banner-box {
        position: absolute;
        bottom: 70px !important;
        right: 20px !important;
        width: 200px !important;
    }

    .card4-banner-box {
        position: absolute;
        bottom: 245px !important;
        right: 70px !important;
        width: 200px !important;
    }

}

@media (min-width: 1000px) and (max-width: 1024px) {
    .rounded1-feature {
        height: 450px !important;
        width: 450px !important;
    }

    .rounded2-feature {
        height: 350px !important;
        width: 350px !important;
        left: 45px !important;
        top: 45px !important;
    }

    .rounded3-feature {
        left: 25% !important;
        bottom: -0px !important;
        height: 350px !important;
    }

    .mobile-screen {
        top: 4px !important;         
        left: 98px !important;
        width: 45% !important;        
        height: 343px !important;    
        overflow: hidden;
        border-radius: 20px;
        z-index: 2;
    }
}


/* font size end */

/* banner start */

.banner-icon1 {
    opacity: 5%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
}

#typing-text + .typed-cursor {
    color: var(--color-yellow) !important;
}

.hero-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/background.png') center/cover no-repeat;
  transform: scale(1.1);
  z-index: 1;
  opacity: 0.4;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-blue); 
  z-index: 0;
}

.hero-section > * {
  position: relative;
  z-index: 2;
}

.card-banner-boxes {
    width: 70px;
    opacity: 0.9;
    animation: float 4s ease-in-out infinite;
}

.card1-banner-box {
    position: absolute;
    bottom: 265px;
    left: 200px;
    width: 240px;
}

.card2-banner-box {
    position: absolute;
    bottom: 100px;
    left: 120px;
    width: 240px;
}

.card3-banner-box {
    position: absolute;
    bottom: 100px;
    right: 120px;
    width: 240px;
}

.card4-banner-box {
    position: absolute;
    bottom: 265px;
    right: 200px;
    width: 240px;
}

.banner-card-title {
    font-size: 16px;
} 

.banner-card-content {
    font-size: 14px;
    line-height: 18px;
} 



@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

.pulse-animation {
    width: 70px;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}

/* banner end */

/* counter start */

.counter-title {
    font-weight: bold;
    /* font-size: 60px; */
    font-size: 55px;
    font-family: var(--font-family-primary);
}

.counter-para {
    font-weight: 700;
    font-size: 58px;
    font-family: var(--font-family-primary);
}

.counter-left {
    height: 50px;
}

.counter-right {
    height: 50px;
}

.border-top-counter {
    border-top: 1px solid #dee2e6;
}



/* counter end */


/* feature start */

.rounded1-feature {
    position: relative;
    height: 550px;
    width: 550px;
    border-radius: 50%;
    border: 2px dashed var(--color-blue);
}

.rounded1-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #c9d3f1;
    border-radius: 50%;
    z-index: 0;
    animation: pulse 3s ease-in-out infinite;
}

.rounded2-feature {
    background-color:var(--color-blue);
    height: 450px;
    width: 450px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    left: 50px;
    top: 50px;
}

.rounded3-feature {
    z-index: 3;
    position: absolute;
    left: 22%;
    bottom: -20px;
    height: 500px;
}

.sub-feature {
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: large;
}

.mobile-screen {
    position: absolute;
    top: -20px;         
    left: 110px;
    width: 50%;        
    height: 480px;    
    overflow: hidden;
    border-radius: 20px;
    z-index: 2;
}

.scroll-content {
    display: flex;
    flex-direction: column;
    animation: autoScroll 10s linear infinite;
}

.scroll-content img {
    width: 100%;
}

@keyframes autoScroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

/* feature end */

/* about start */

.rounded1-about {
    height: 400px;
    width: 400px;
    background-color: var(--color-blue);
    border-radius: 50%;
    position: relative;
    left: 50px;
}

.about-img {
    z-index: 1;
    height: 300px;
    width: 150px;
    position: absolute;
    rotate: -30deg;
    left: -10px;
    top: -20px;
}

.about-img2 {
    z-index: 1;
    height: 300px;
    width: 150px;
    position: absolute;
    bottom: 30px;
    right: 20px;
    top: 90px;
    rotate: 30deg;
}





/* about end */

/* app screens start */

.rounded1-screen {
    position: relative;
    height: 550px;
    width: 550px;
    border-radius: 50%;
    border: 2px dashed var(--color-blue);
}

.rounded1-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #c9d3f1;
    border-radius: 50%;
    z-index: 0;
    animation: pulse 3s ease-in-out infinite;
}

.rounded2-screen {
    /* background-color:#4e6bd6; */
    background-color:var(--color-blue);
    height: 450px;
    width: 450px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    left: 50px;
    top: 50px;
}

/* 
.mySwiper {
  width: 70%;
} */

.mySwiper {
  width: 100%;
  max-width: 900px;
  margin: auto;
}



.swiper-wrapper {
  width: 100%;
  align-items: center;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: 0.4s ease; */
}

.screen-img {
  width: 180px;
  height: 320px;
  transform: scale(0.8);
  opacity: 0.3;
  /* transition: 0.4s ease; */
  border-radius: 22px;
  border: 1px solid rgb(156, 155, 155);
}


.main-screen {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
    height: 400px;
    width: 195px;
    z-index: 5;
}

.main-screen-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 77px;
    height: 390px;
    width: 185px;
}

.swiper-slide-active .screen-img {
  width: 182px;
  height: 385px;
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}

.swiper-pagination-screen {
    display: flex;
    width: 100% !important;
    justify-content: center;
    margin-top: 50px;
}

.swiper-pagination-screen .swiper-pagination-bullet-active {
    background: var(--color-yellow) !important;
    width: 25px;
    border-radius: 10px;
}


/* app screens end */

/* movie of the week start */

.movie-of-the-week-img {
    height: 500px;
    width: 650px;
    object-fit: contain;
}

.steps-wrapper {
    position: relative;
}

.step-item {
    position: relative;
    padding-left: 5px;
}

.step-item::before {
    content: "";
    position: absolute;
    left: 25px;              
    top: 40px;              
    width: 2px;
    height: calc(100% - 20px);
    background: var(--color-blue);     
}

.step-item:last-child::before {
    display: none;
}

/* movie of the week end */

/* faq start */

.accordion-button::after {
    display: none;
}

.faq-icon i {
    transition: 0.3s ease;
    
}

.accordion-button:not(.collapsed) .faq-icon i {
    transform: rotate(45deg);
}

#faq .accordion-item {
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    background-color: #f8f9fa;
}

#faq .accordion-button {
    background-color: #faf9f8;
    font-weight: 600;
    border: none !important;
}

#faq .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #000;
}

#faq .accordion-button:focus {
    box-shadow: none;
}

#faq .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
#faq .accordion-collapse {
    border: none !important;
}

/* faq end */


/* button two start */

.button-two {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: var(--color-blue);
}

.button-two:before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 2px solid var(--color-blue);
}

.button-two:after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 2px solid var(--color-blue);
  animation: ringPulse 2s ease-out infinite;
}


.scroll-btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.scroll-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes ringPulse {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}


/* button two end */

/* testimonials start */

.testimonial-wrapper {
    overflow: hidden;
    position: relative;
}

.testimonial-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollTestimonials 20s linear infinite;
}

.testimonial-wrapper:hover .testimonial-track {
    animation-play-state: paused;
}

@keyframes scrollTestimonials {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* testimonials end */

/* how it works start */

.work-step-title {
    font-size: 20px;
}

.work-step-num {
    height: 40px;
    width: 40px;
    
}

.single-work-step {
    height: 400px;
    width: 320px;
}

.work-hole-card {
    width: 95% !important;
}


.work-all-card {
    width: 80% ;
    top: 200px ;
}


.works-prev,
.works-next{
    display: none;
    transition: 2s;
    background-color: var(--color-yellow);
    z-index: 1;
}

.works-wrapper:hover .works-prev,
.works-wrapper:hover .works-next{
    display: flex;
}


/* how it works end */

