@font-face {
    font-family: 'GigaSansBlack';
    src: url('../fonts/GigaSansBlack.otf') format('woff2'),
        url('../fonts/GigaSansBlack.woff') format('woff');
}

@font-face {
    font-family: 'GigaSansRegular';
    src: url('../fonts/GigaSansRegular.otf') format('woff2'),
        url('../fonts/GigaSansRegular.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(269.54deg, #34D4BA -2.08%, #00B5BE 99.59%) !important;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    padding-top: 60px;
}



a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}

.navbar-brand img {
    width: 190px;
}

.text-44 {
    font-size: 44px !important;
}

.common-heading {
    font-size: 42px;
    font-weight: 700;
    font-family: 'giga_sansbold';
    position: relative;
    z-index: 99;
}


.dm-sans {
    font-family: "DM Sans", serif !important;
}

.gigaSans {
    font-family: 'GigaSansRegular', sans-serif !important;
}

.panel-space {
    padding: 80px 0;
}


.text-yellow {
    color: #fff !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-16 {
    font-size: 16px !important;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}


.container,
.form-book-button .book-button,
.payment-image-center-qr,
.z-index {
    position: relative;
    z-index: 10;
}



/* header css */

.header.new-home-header {
    background-color: transparent;
}

.header.new-home-header.fixed-header {
    background: linear-gradient(269.54deg, #34D4BA -2.08%, #00B5BE 99.59%) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 0 0;
    border-bottom: 1px solid #fff;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-item.active .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.user-mode {
    color: #FBFBFB;
    font-weight: 600;
}

.nav-item {
    margin: 0 25px;
}

.sub-menu {
    position: absolute;
    width: 160px;
    top: 31px;
    padding: 21px 16px;
    background-color: #1a1a1a;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    left: 0;
    border-radius: 5px;
}

.dropdown:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}



/* scan-qr-section */


.scan-qr-section {
    overflow: hidden;
}

.banner-middle-img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    width: 1110px;
}



.content-box h1 {
    font-size: 60px;
    line-height: 79.9px;
    color: white;

}

.content-box h2 {
    font-size: 36px;

}

.content-box p {
    font-size: 18px;
    margin-bottom: 23px;
    line-height: 32px;
}

.content-box h3 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
}

.app-store-button {
    display: flex;
    width: 168px;
    height: 64px;
    padding: 10px;
    font-family: sans-serif;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 80px;
    font-size: 12px;
    font-weight: 600;
}

.group-button {
    gap: 14px;
}



.color-box {
    position: absolute;
}


.banner-right-img,
.banner-left-img {
    position: absolute;
    bottom: 0;
}

.banner-left-img {
    left: -18%;
    text-align: left;
    bottom: 21%;
}

.banner-left-img img {
    width: 87%;
}

.banner-right-img img {
    width: 84%;
}

.banner-right-img {
    right: -23%;
    bottom: 11%;
}



/* .business-growth-container */


/* .growth-box */
.growth-box {
    border: 1px solid #FFFFFF;
    border-radius: 73px;
    gap: 30px;
    justify-content: center;
    font-family: 'fontspring_demo_-_giga_sansBd';
}

.growth-box p {
    font-size: 34px;
    color: #fff;

}

.growth-box h2 {
    font-size: 34px;
    color: #fff;

}

.growth-box h3 {
    font-size: 34px;
    color: #fff;

}


.small-text {
    font-size: 23px;
}




/* bank-content-box */
.box {
    padding-bottom: 120px;
}

.bank-content-box {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.middle-content h4 {
    font-size: 24px;
    font-family: 'fontspring_demo_-_giga_sansBd';
    margin-bottom: 18px;
}

.middle-content p {
    font-size: 18px;
}


/* .form-section */



.form-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
}


.search-bar {
    background: #25CCBB33;
    border: none;
    border-radius: 100px;
    color: white;
    padding: 22px;
    padding-right: 143px;
    padding-left: 27px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}

.search-bar::placeholder,
input::placeholder {
    color: #fff;
}

.book-button {
    display: flex;
    font-family: sans-serif;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #000;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
}

.book-button h1 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 9px;
}

/* .card-section */


.text-img {
    padding-bottom: 400px;
}



.card-left-box {
    border-right: 1px solid #fff;
    padding: 20px 35px;
}

.highlight {
    color: #fff;
    text-align: center;
    font-size: 21px;
    position: absolute;
    top: 80px;
    right: 38px;
}

.one-persent {
    font-size: 60px;
    font-weight: 800;
}

.surcharge {
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 700;
}

.one-persent {
    font-size: 60px;
    font-weight: 800;
    line-height: 34px;
}

.card-right-box .card-right-subtitle {
    font-size: 32px;
    font-weight: 700;
    font-family: 'fontspring_demo_-_giga_sansBd';
    line-height: 18px;
}

.card-right-box h2 {
    font-size: 45px;
    font-weight: 700;
    font-family: 'fontspring_demo_-_giga_sansBd';
    line-height: 55.02px;
}

.card-right-box p {
    margin-bottom: 80px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
}

.card-section-img {
    position: absolute;
    top: -290px;
    left: 0;
}

.card-section-ight {
    position: absolute;
    bottom: -191px;
    right: 0;
    text-align: end;
    width: auto;
    overflow: hidden;
}

.card-section-ight img {
    width: 100%;
    margin-right: -82px;
}

.card-right-box {
    padding: 112px 0;
    padding-left: 55px;
}

.kuber-button {
    border-radius: 80px;
    background: #fff;
    border: none;
    color: black;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 700;
    padding: 21px 26px 27px 32px;


}

.form-book-button img {
    position: absolute;
    top: 63px;
    transform: translate(-50%, -50%);
    left: 50%;
}



/* .apps-section */



/* 
payment section  */




.pay-with-section p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 33px;
}

.payment-image-center {
    text-align: center;
    padding: 101px;
}

.payment-image-center .big-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature-box {
    background-color: #171717;
    position: relative;
    z-index: 2;
    padding: 46px 20px;
    margin-top: 40px;
    border-radius: 30px;
}

.feature-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 26px;
}

.pay-id-feature-box {
    position: absolute;
    top: 21px;
    right: 21px;
}




/* mobile-apps-section */


.mobile-app-container {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.mobile-app-container h1 {
    font-size: 47px;
    font-weight: 700;
}


.mobile-app-middle-box p {
    line-height: 33px;
}

.div-group img {
    width: 100%;
    margin-top: 23px;
}

/* for-business-section */





.top-text h2 {
    font-size: 33px;
    font-weight: 700;
    font-family: 'giga_sansmedium';
}




.book-button a {
    list-style-type: none;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1.6px;
    font-size: 16px;
}

.book-button:hover {
    background-color: #000;
}



/* .partner-with-kuber-section */


.logo-group {
    gap: 42px;
}

.logo-box {
    background: #25CCBB33;
    border-radius: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    height: 200px;
}

.patner-overlay {
    text-align: center;
    display: none;
}

.logo-box:hover .patner-overlay {
    display: block;
}

.logo-box:hover .brand-logo {
    margin-top: -59px;
}

.patner-overlay p {
    margin-top: 18px;
}

.patner-overlay img {
    background-color: #244843;
    padding: 6px;
    border-radius: 6px;
    width: 37px;
}

/* smart-analaytis-section */


.smart-analaytis-content-box p {
    font-size: 18px;
    line-height: 32px;
}

.mobile-group-image {
    margin-top: -68px;
    width: 100%;
}

.partner-with-kuber-section .for-business-section-img {
    width: 47%;
    position: absolute;
    bottom: 102px;
    left: -107px;
}

.partner-with-kuber-section-img {
    position: absolute;
    top: -58px;
    right: -26px;
}

.partner-lure {
    position: absolute;
    right: 0;
    bottom: 132px;
}

/* save-as-you-section */






.save-as-you-text-box h2 {
    color: #fff;

}

.save-as-you-text-box p {
    font-size: 18px;
    line-height: 32px;
}

.withdraw-card {
    background: #25CCBB33;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 30px;
    align-items: baseline;
    justify-content: space-around;
    padding: 22px;
    width: 500px;
    gap: 97px;
}

.withdraw-box {
    width: fit-content;

}

.withdraw-button {
    border-radius: 21px;
    color: #0D0D0D !important;
    font-weight: 600;
    padding: 7px 18px;
    font-size: 13px;
}

.withdraw-card h3 {
    display: flex;
    flex-direction: column;
    font-size: 37px;
    font-weight: 600;
}


.available-text {
    font-size: 12px;
    padding-top: 6px;
    padding-left: 7px;
    font-weight: 600;
}

.withdraw-card-2 {

    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1.5px solid #3B3B3B;
    border-radius: 30px;
    padding: 22px;
    width: 500px;

}

.withdraw-card-2 h3 {

    font-size: 25px;

}

.withdraw-card-2 p {
    font-size: 30px;
    line-height: 28px;
}


.now-pay-content-box {
    border-right: 1px solid #fff;
    padding: 0 69px 0 0;
}

.now-pay-content-box h2 img {
    width: 96px;
}

.now-pay-content-box h2 {
    color: #fff;
    line-height: 58.02px;
}

.now-pay-content-box h3 {
    color: white;
    font-size: 14px;
    font-weight: 400;

}

.now-pay-content-box p {
    line-height: 32px;
    margin-bottom: 33px;
    margin-top: 21px;
}

.now-pay-right-box {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 0 69px;
}

.video-panel {
    position: relative;
    width: 100%;
    height: 639px;
    background-color: #2B2B2B;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 60px;
    margin-top: -47px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-panel.playing .video-element {
    display: block;
}

.video-element {
    width: 100%;
    /* height: 100%; */
    display: none;
}

.video-panel.playing .play-button {
    display: none;
}

.play-button {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.recurring-right-panel .video-overlay-img {
    position: relative;
    width: 100%;
}


.recurring-right-panel>img {
    position: relative;
    z-index: 4;
}

.recurring .now-pay-right-box {
    padding: 0px 0 0 25px;
}

.now-pay-right-box h2 {
    color: #fff;
    margin-bottom: 23px;

}

.joe-card {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1.5px solid #3B3B3B;
    border-radius: 30px;
    width: 500px;
    justify-content: space-between;
    /* align-items: center;
    height: 111px; */
    padding: 23px 33px;

}

.joe-card h3 {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.joe-card p {
    font-size: 28px;
    font-weight: 700;
}

.insurance-image {
    padding-right: 19px;
}

.qr-code-card {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 30px;
    height: 111px;
    width: 500px;
    justify-content: space-around;
    align-items: center;
    background: #1C3E3A;
    padding: 39px;

}

.qr-code-card h3 {
    font-size: 30px;
    font-weight: 700;
    color: white;
    padding-right: 0;
    margin-left: 26px;
}

.qr-code-card .withdraw-button {
    padding: 7px 31px;
    margin-left: auto;
}

/* your-performance-section */


.your-performance-left-box {
    padding-top: 55px;
}

.your-performance-left-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: white;
}

.your-performance-left-box p {
    font-size: 18px;
    font-weight: 400;
    color: white;
    max-width: 419px;
    line-height: 32px;
}


/* scanner-section */
.scanner-section {
    padding-bottom: 85px;

}

.scanner-container {
    padding-bottom: 150px;
}

.scanner-top-text {
    padding-bottom: 126px;

}

.golden-scanner-box {
    position: relative;
}

.golden-scanner-image {
    width: 50%;
    position: relative;
    margin: 0 auto;
}



.golden-scanner-content-box,
.golden-scanner-content-box-3,
.golden-scanner-content-box-2 {
    background: #1b1b1bb0;
    box-shadow: 4px 4px 4px 0px #fff40;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    padding: 22px;
    max-width: 460px;
}

.golden-scanner-content-box {
    position: absolute;
    top: -80px;
    left: 48px;
}


.golden-scanner-content-box-2 {
    position: absolute;
    top: 141px;
    left: 736px;

}

.golden-scanner-content-box-2 h3,
.golden-scanner-content-box-3 h3,
.golden-scanner-content-box h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'giga_sansbold';
}

.golden-scanner-content-box-2 p {
    font-size: 15px;

}

.golden-scanner-content-box p,
.golden-scanner-content-box-2 p,
.golden-scanner-content-box-3 p {
    line-height: 30px;
    font-weight: 300;
}

.golden-scanner-content-box-3 {
    position: absolute;
    top: 486px;
    left: 411px;
}


.golden-scanner-content-box img,
.golden-scanner-content-box-2 img,
.golden-scanner-content-box-3 img {
    width: 30px;
    position: absolute;
}

.golden-scanner-content-box img {
    bottom: -9px;
    left: -5px;
}

.golden-scanner-content-box-2 img {
    bottom: -13px;
    right: 2px;
}

.golden-scanner-content-box-3 img {
    top: -9px;
    left: -4.9px;
}

/* .footer */



.end-text-box {
    border-top: 1px solid #FFFFFF4D;
}

.footer-left-box h5 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 20px;
    text-transform: uppercase;
}



.foooter-logo-box {
    gap: 12px;
}

.foooter-logo-box li {
    list-style: none;

}




.footer-right-box {
    padding-top: 74px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.menu-box {
    width: 294px;
    height: 277px;
}

.menu-box h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);

}

.end-footer-box {
    line-height: 35px;
}

.end-footer-box li {
    list-style: none;
}

.end-footer-box a {
    color: white;
    text-decoration: none;
}

.end-footer-box-2 {

    line-height: 35px;
}

.end-footer-box-2 li {
    list-style: none;
}

.end-footer-box-2 a,
.end-footer-box a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.4px;
}


.end-text-box h6 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding-top: 40px;
    margin-bottom: 0;
}


.mobile-apps-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
}

.mobile-apps-section>img {
    max-width: 100%;
    margin-top: 72px;
}

.step {
    position: relative;
    padding: 46px 0;
    font-family: 'giga_sansmedium';
}

.step-number {
    font-size: 24px;
    margin: 0;
    color: #fff;
}

.step-title {
    font-size: 14PX;
    margin-bottom: 5px;
    font-weight: 700;
}

.step-desc {
    font-size: 12px;
    color: #FFF;
    margin-bottom: 0;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 60px;
    background-color: #444;
    transform: translateY(-50%);
}

.step:last-child::after {
    display: none;
}

.step .flex-grow-1 {
    border-left: 1px solid #fff;
    padding-left: 20px;
}


.for-business-section .for-business-section-img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.naught-span {
    display: block;
    width: 100px;
    height: 10px;
    background-color: #3B3B3B;
    margin-top: 17px;
    border-radius: 30px;
}


.divider {
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}



/* accordian css */

.home-accordion .accordion-button {
    background-color: transparent;
    padding: 1rem 1.5rem;
    border: none;
}

.accordion-item {
    background-color: transparent;
    border: 0;
}

.accordion-button {
    padding: 0 8px !important;
    color: #fff !important;
    font-size: 18px;
}

.accordion-body {
    padding: 0 65px 0px 10px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.svg) !important;
    transform: rotate(-180deg);
}

.accordion-button::after {
    content: "";
    background-image: url(../images/down-arrow.svg) !important;
    z-index: 1;
    position: absolute;
    right: 15px;

}

.accordion-item {
    border-bottom: 1px solid #fff !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.accordion-button::before {
    content: "";
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    border-radius: 4px;
}


.accordion-button {
    outline: none;
    box-shadow: none;
}

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

.accordion-button:active {
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    outline: none;
}


.save-as-you-section .big-glow {
    position: absolute;
    top: 143px;
    left: -218px;
}

.save-as-you-section-img {
    position: absolute;
    bottom: 40px;
    right: -196px;
}

.your-performance-section .our-performance-section-img {
    position: absolute;
    top: -10px;
    left: -240px;
}

.your-performance-section .big-glow {
    position: absolute;
    top: -290px;
    right: 0;
    width: 60%;
}

.cr-code-bg {
    width: 109%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-42%, -45%);
}



.end-footer-box a .fa-angle-down {
    font-size: 14px;
}

.end-footer-box-2 .gold-text {
    font-size: 19px !important;
    margin-top: 0;
}

.card-section {
    background-size: cover;
    background-repeat: no-repeat;
}


.home-accordion .bg-transparent {
    background: transparent;
}

.home-accordion .accordion-button {
    background: transparent;
}

.instore {
    padding-bottom: 130px;
}




.recurring .step {
    padding: 20px 0;
}

.recurring .flex-shrink-0 {
    width: 52px;
}

.step {
    position: relative;
    padding: 46px 0;
    font-family: 'giga_sansmedium';
}

.recurring .step-number {
    font-size: 42px;
    margin-bottom: 0;
}

.now-pay-content-box h2 {
    color: #fff;
    line-height: 58.02px;
}

.recurring .step .flex-grow-1 {
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.recurring .step-desc {
    line-height: 28px;
    font-size: 18px;
    min-height: 60px;
    display: flex;
    align-items: center;
}


.recurring .step:not(:last-child)::after {
    display: none;
}

.save-as-you-container {
    border-bottom: 1px solid #fff;
}

.step-right-cont:before {
    content: '';
    border: 1px solid #fff;
    height: 100%;
    position: absolute;
    left: 0;
}

.step-right-cont {
    position: relative;
    padding-left: 40px;
}