@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("./animate.min.css");
:root {
    --color-gray: #707070;
    --color-blue: #1E6FFB;
    --color-gray-light: #716C80;
    --color-purple: #7A4BBC;
    --color-light-blue: #369bcf;
    --color-blue-m: #25acf0;
    --color-yellow: #f5d963;
    --color-yellow-light: #f3cc2e;
    --color-red: #f56b48;
    --color-vi: #24b296;
    --color-cerulean: #0da9d9;
    --color-reddish-orange: #f2491d;
    --color-water-blue: #178cc7;
    --border-radius: 45px;
}

body {
    font-weight: 500;
    color: var(--color-gray);
    font-family: 'Jost', sans-serif;
}

img {
    max-width: 100%;
}

/** backgrounds, text colors */
.bg-blue {
    background-color: var(--color-blue);
}

.text-gray {
    color: var(--color-gray);
}
.text-gray-light {
    color: var(--color-gray-light);
}

.text-blue {
    color: var(--color-blue);
}

.bg-light-blue {
    background-color: var(--color-light-blue);
}

.text-light-blue {
    color: var(--color-light-blue);
}

.bg-yellow {
    background-color: var(--color-yellow);
}

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

.bg-red {
    background-color: var(--color-red);
}

.text-red {
    color: var(--color-red);
}

.bg-vi {
    background-color: var(--color-vi);
}

.text-vi {
    color: var(--color-vi);
}

.bg-purple {
    background-color: var(--color-purple);
}

.text-purple {
    color: var(--color-purple);
}

.bg-blue-m {
    background-color: var(--color-blue-m);
}

.text-blue-m {
    color: var(--color-blue-m);
}

.bg-yellow-light {
    background-color: var(--color-yellow-light);
}

.bg-loyalty-light {
    background-color: var(--color-vi);
}

.bg-cerulean {
    background-color: var(--color-cerulean);
}

.bg-reddish-orange {
    background-color: var(--color-reddish-orange);
}

.bg-water-blue {
    background-color: var(--color-water-blue);
}

/** Buttons */
.btn-rounded {
    border-radius: 30px;
}

.btn-xs {
    --bs-btn-padding-y: 0.1rem;
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-font-size: 20px;
    --bs-btn-border-radius: 0.25rem;
    font-weight: 500;
}

.btn-sm {
    --bs-btn-padding-y: 0.7rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: 16px;
    --bs-btn-border-radius: 40px;
    font-weight: 500;
}

.btn-md {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 25px;
    --bs-btn-border-radius: 0.25rem;
    font-weight: 500;
    min-width: 252px;
    line-height: 45px;
}

.btn-md.styled {
    border-radius: 25px 0px 25px 25px;
}

.btn-light {
    background-color: transparent;
    border: 1px solid var(--color-gray);
    color: var(--color-gray);
}

.btn-light:hover {
    background-color: var(--color-gray);
    border-color: var(--color-gray);
    color: white;
}


.btn-white {
    background-color: white;
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
}

.btn-white:hover {
    background-color: var(--color-blue);
    border-color: white;
    color: white;
}

.btn-primary {
    background-color: var(--color-blue);
}

.btn-primary:hover {
    background-color: white;
    border-color: var(--color-blue);
    color: var(--color-blue);
}

.btn-black {
    background-color: black;
    color: white;
}

.btn-black:hover {
    background-color: white;
    color: black;
}

.btn-light-blue {
    background-color: var(--color-light-blue);
    color: white;
}

.btn-light-blue:hover {
    background-color: var(--color-light-blue);
    color: white;
}

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

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

.btn-red {
    background-color: var(--color-red);
    color: white;
}

.btn-red:hover {
    background-color: var(--color-red);
    color: white;
}

.btn {
    transition: .5s;
}

/* Typograpy */

h1,
.h1 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    margin-bottom: 30px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
}

h4,
.h4 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--color-gray-light);
}

h5,
.h5 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 600;
}

h6,
.h6 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--color-gray-light);
}

p,
.p {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-gray-light);
}

@media screen and (min-width: 1580px) {
    .container {
        max-width: 1500px;
    }
}


/* Header */
.main-header {
    z-index: 999;
    position: relative;
    padding-top: 28px;
    padding-bottom: 28px;
    box-shadow: 0px 0px 20px #E1E4ED;
}

.main-header .topbar {
    margin-bottom: 20px;
}

.main-header .navbar {
    --bs-nav-link-font-size: 20px;
    --bs-navbar-nav-link-padding-x: 0px;
    --bs-navbar-nav-link-padding-y: 2px;
    --bs-nav-link-font-weight: 500;
    --bs-nav-link-color: var(--color-gray);
    --bs-navbar-padding-x: 10px;
}

.main-header .navbar .nav-item {
    padding-left: 32px;
}

.main-header .navbar .nav-link {
    position: relative;
}

.main-header .navbar .nav-link::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: width 400ms ease-in-out;
    background-color: var(--color-blue);
}

.main-header .navbar .nav-link:hover::before,
.main-header .navbar .nav-link.active::before {
    width: 100%;
}

.main-header .navbar .btn-sm {
    margin-left: 15px;
}

.navbar-brand {
    padding: 0;
}

header .btn-primary:hover {
    background-color: var(--color-gray);
    border-color: var(--color-gray);
    color: white;
}

/* Widgets */
.contact-phone-wrp {
    margin: 0 62px !important;
}

.contact-phone {
    color: black;
    font-size: 21px;
    text-decoration: none;
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-left: 42px;
    line-height: 36px;
    display: block;
}

.header-start-now .divider {
    border-top: 2px dashed var(--color-gray);

}

.header-start-now label {
    font-size: 20px;
}

.header-start-now label span {
    font-weight: 500;
}

.hx-box {
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
    border-radius: 14px 0px 14px 14px;
    width: 38px;
    height: 35px;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
}

/* Banner */
.gift-banner .banner-content {
    transform: translate(0, -50%);
}

.gift-banner h5 {
    max-width: 638px;
}

/* testimonials */
.testimonials {
    border-radius: 60px;
    padding: 85px 0;
}

/* Others */
.section-primary {
    padding: 90px 0;
}

.section-footer-contact {
    padding-bottom: 200px;
}

.text-main {
    font-size: 34px;
    font-weight: 500;
    line-height: 46px;
}

.divider-main {
    height: 13px;
    border-radius: 4px 0 0 4px;
    margin-bottom: 120px;
    margin-left: auto;
    width: 100vw;
}

.bn-image-section {
    border-radius: 0 60px 60px 0;
    margin: 0;
}

.bn-image-section figcaption {
    bottom: 20px;
    font-size: 18px;
    width: 80%;
    right: 10%;
    font-weight: 400;
}

.bn-image-section.alter {
    border-radius: 60px 0 0 60px;
}

.bn-image-section.alter .figure-bg {
    left: auto;
    right: -50vw;
}

/* .bn-content-section {
    max-width: 400px;
} */
.bn-content-section h3 {
    margin-bottom: 24px;
}

.bn-content-section p {
    margin-bottom: 35px;
}


.gn-sec {
    padding: 68px 0;
    border-radius: 104px 0 0 104px;
}

.gn-sec h2 {
    margin-bottom: 50px;
}

.gn-sec p {
    font-size: 30px;
    font-weight: normal;
    max-width: 980px
}

.gn-sec .figure-bg {
    width: 55vw;
    z-index: -1;
    right: -50vw;
    top: 0;
}

.gift-box-wrp {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem);
    max-width: 750px;
    margin-top: 100px;
}

.gift-box {
    box-shadow: 0px 0px 20px #E1E4ED;
    border-radius: 10px;
    width: 227px;
    height: 135px;
    grid-column: auto/span 4;
    top: 100px;
    max-width: calc(100% - 20px);
}

.gift-box-wrp-alter {
    max-width: 980px;
}

.gift-box:nth-child(2),
.gift-box:nth-child(5),
.gift-box:nth-child(8) {
    margin-top: -100px;
}

.gift-box-wrp-alter .gift-box {
    grid-column: auto/span 3;
    margin-top: 0;
}

.gift-box-wrp-alter .gift-box:nth-child(even) {
    margin-top: -40px;
}

.sub-head {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 52px;
}

.hx-box-large {
    display: block;
    width: 140px;
    height: 147px;
    border: 2px solid var(--color-blue);
    border-radius: 40px 0px 40px 40px;
    font-size: 100px;
    margin-right: 30px;
}

.db-line {
    position: inherit;
    width: 3px;
    background-image: url("data:image/svg+xml,%3Csvg width='3' height='667' viewBox='0 0 3 667' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0.5V666.5' stroke='%23707070' stroke-width='3' stroke-dasharray='15 15'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    height: 80%;
    top: 10%;
    left: 70px;
    z-index: -1;
}

.hx-box-spce {
    margin-top: 146px;
    margin-bottom: 146px;
}

/* Footer */
.main-footer {
    padding: 60px 0;
}

.footer-left p {
    margin-bottom: 70px;
}

.footer-bth {
    margin-left: -50px;
    position: relative;
    left: -50px
}

.footer-menu h5 {
    margin-bottom: 30px;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    margin-bottom: 8px;
}

.footer-menu ul li a {
    color: white;
    font-size: 21px;
    font-weight: 300;
    text-decoration: none;
}
.footer-logo img {
    height: 90px;
}

.feature-box-wrp .text-vi {
    margin-bottom: 120px;
}

.feature-box {
    margin-bottom: 45px;
}

.feature-box figure {
    margin-bottom: 14px;
}

.feature-box h5 {
    margin-bottom: 24px;
}

.feature-box p {
    margin: 0;
}

.footer-contact {
    font-size: 20px;
    text-decoration: none;
    background-image: url(../images/contact-white.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-left: 42px;
}

.testimonials h2 {
    font-size: 50px;
    margin-bottom: 70px;
}

.testimonial {
    padding: 33px 43px;
    padding-bottom: 113px;
    border-radius: 24px;
    box-shadow: 0px 3px 6px #00000029;
}

.testimonial p {
    margin: 17px 0
}

.testimonial figure {
    bottom: 23px;
}

.section-contact h2 {
    font-size: 50px;
}

.section-contact h4 {
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 120px;
}

.section-contact h4 a {
    text-decoration: none;
}

.section-contact p {
    font-size: 35px;
    line-height: 45px;
    max-width: 555px;
    margin: 0 auto;
    margin-bottom: 36px;
    font-weight: 400;
}

.hx-box-wrp h4 {
    line-height: 34px;
    font-size: 38px;
}

.hx-box-wrp p {
    font-weight: 400;
    font-size: 30px;
}

.section-freedom h3,
.feature-box-wrp h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.cat-sections {
    margin-top: 40px;
}

.cat-sections p {
    font-size: 21px;
    margin-bottom: 20px;
}

.owl-carousel .owl-item img {
    width: auto;
    display: initial;
}

.owl-carousel .owl-stage {
    display: flex;
}

.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.testimonials-item {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */
    /*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}

.testimonials-wrp .owl-dots {
    text-align: center;
}

.testimonials-wrp .owl-dots button {
    width: 10px;
    height: 10px;
    border: 2px solid white;
    background-color: white;
    margin: 0 5px;
    border-radius: 100%;
}

.testimonials-wrp .owl-dots button.active {
    background-color: transparent;
}

.celebrate-section {
    border-radius: 0 163px 163px 0;
    padding-top: 74px;
}

.customer-loyalty {
    padding: 120px 120px 120px 0;
}

.celebrate-section .figure-bg {
    width: 55vw;
    z-index: -1;
    left: -50vw;
    top: 0;
}

/* .celebrate-section .text-main {
    opacity: .8;
} */
.gn-sec h2.text-100 {
    font-size: 100px;
    line-height: 100px;
    margin-top: -40px;
    margin-bottom: 30px;
}

.tnb-block {
    padding: 0 10px;
    margin-bottom: 110px;
}
.tnb-block figure {
    transition: .5s;
}
.tnb-block figure:hover {
    transform: scale(1.02);
}
.tnb-block figcaption {
    padding: 40px;
    bottom: 20px;
    font-weight: 400;
}

.tnb-block .block-content {
    max-width: 80%;
    width: 480px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px #E1E4ED;
    border-radius: 10px;
    padding: 25px 30px;
    min-height: 340px;
    margin-top: -50px;
}
.tnb-block .block-content.alter {
    min-height: 270px;
}

.tnb-block .block-content h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

.gift-banner h1,
.gift-banner h2,
.gift-banner h3,
.gift-banner h4,
.gift-banner h5 {
    max-width: 850px;
}

.gn-sec-inner-inline {
    margin-bottom: 30px;
    margin-top: -30px;
}

.gn-sec-inner-inline h3 {
    font-size: 45px;
    line-height: 55px;
}

.brand-list {
    margin-top: 60px;
}

.brand-box {
    border-radius: 40px;
    padding: 50px 10px;
    margin-bottom: 80px;
}

.contact-form {
    border: 3px solid var(--color-gray);
    border-radius: 0px 45px 0px 0px;
    padding: 33px 100px;
    padding-bottom: 100px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    color: black;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-group .form-control {
    padding: 8px 20px;
    border: 1px solid var(--color-gray);
    border-bottom: 2px solid black;
    border-radius: 0;
    font-size: 16px;
    color: var(--color-gray);
}

.contact-header h3 {
    margin: 35px 0;
}

.contact-header h1 span {
    vertical-align: bottom;
    padding: 0 5px;
}

.contact-header h1 span:first-child,
.contact-header h1 span:last-child {
    bottom: -7px;
    position: relative;
}

.contact-section .contact-header {
    border-radius: 104px;
    padding-top: 60px;
    padding-bottom: 170px;
}

.contact-section .contact-address {
    box-shadow: 0px 0px 20px #E1E4ED;
    padding: 80px;
    padding-top: 60px;
    padding-bottom: 30px;
    width: 800px;
    max-width: 80%;
    border-radius: 10px;
    margin: auto;
    margin-top: -60px;
}

.contact-section .contact-address h4 {
    margin-bottom: 40px;
}

.contact-section .contact-address p {
    font-size: 28px;
    margin-bottom: 60px;
}

.reigster-login {
    padding: 110px 0;
}

.reigster-login .header-start-now {
    margin: 40px 0;
}

.login-register-form {
    border: 3px solid var(--color-gray);
    border-top: 0;
    padding: 55px 60px;
}

.login-link {
    font-size: 16px;
    color: inherit;
}

.tabs {
    --bs-gutter-x: 0;
}

.tabs .tab {
    position: relative;
    z-index: 1;
    
}
.tabs .tab:first-child:not(.active) {
    background-color: white;
}
.tabs .tab::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid var(--color-gray);
    border-radius: var(--border-radius) 0px var(--border-radius) 0;
    z-index: 9;
}

.tabs .tab:last-child::before {
    border-radius: var(--border-radius) 0px 0 var(--border-radius);
}

.tabs .tab.active:last-child::before {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    width: calc(100% + 3px);
    left: -3px;
    z-index: 0;
}

.tabs .tab.active:last-child::after {
    content: "";
    position: absolute;
    background-color: white;
    width: 100px;
    height: 36px;
    bottom: 0%;
    left: -2px;
}

.tabs .tab.active:first-child::before {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: var(--border-radius);
    left: 0px;
    width: calc(100% + 3px);
}

.tabs .tab.active:first-child::after {
    content: "";
    position: absolute;
    background-color: white;
    width: 3px;
    height: 36px;
    bottom: 0%;
    right: -3px;
    z-index: 9;
    height: calc(100% - 40px);
}

.tabs a {
    text-decoration: none;
    color: black;
    font-size: 24px;
    z-index: 999;
    padding: 15px;
}

.tabs .tab.active a {
    color: var(--color-blue);
}

.remember-link {
    font-size: 16px;
    float: right;
}

.tabs .tab:last-child.active {
    z-index: 0;
}
.remember-link input {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.remember-link span {
    vertical-align: middle;
}

@media screen and (min-width: 992px) {
    .bn-image-section img {
        width: calc(100% + 180px);
        max-width: calc(100% + 180px);
        margin-left: -180px;
    }

    .bn-image-section.alter img {
        margin-left: auto;
        margin-right: -180px;
    }

    .col-custom {
        width: 56%;
    }

    .offset-md-05 {
        margin-left: 13.33333333%;
    }

    .bn-image-section .figure-bg {
        width: 55vw;
        z-index: -1;
        left: -50vw;
    }

    .tnb-block-alter {
        position: relative;
        bottom: -100px;
    }

    .brand-box .icon-section img {
        height: 70px;
    }

    .brand-box .icon-section {
        width: 70px;
    }

    .brand-list>.row {
        --bs-gutter-x: 60px;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .reigster-login .header-start-now label {
        font-size: 42px;
        margin-right: 10px;
    }

    .reigster-login .hx-box {
        height: 76px;
        width: 83px;
        border-radius: 30px;
        font-size: 43px;
        line-height: 76px;
    }
}

@media screen and (max-width: 1199px) {
    .main-header {
        padding: 15px 0;
    }

    .navbar-brand img {
        height: 48px;
    }

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Menu / Close_LG'%3E%3Cpath id='Vector' d='M21 21L12 12M12 12L3 3M12 12L21.0001 3M12 12L3 21.0001' stroke='rgba(33, 37, 41, 0.75)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
        background-position: center;
        background-size: 22px;
    }

    .main-header .navbar-collapse {
        position: absolute;
        top: 63px;
        background: white;
        z-index: 9;
        left: 0;
        width: 100%;
        box-shadow: 0px 9px 10px #E1E4ED;
        padding: 20px 15px;
        /* display: none;
        height: auto !important; */
    }

    /* .main-header .navbar-collapse.show, .main-header .navbar-collapse.collapsing {
        display: block;
    } */
    .main-header .navbar {
        --bs-nav-link-font-size: 18px;
    }

    .main-header .navbar .nav-item {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .main-header .navbar .nav-item:last-child {
        margin-bottom: 25px;
    }

    .navbar-nav {
        display: block;

    }

    .contact-phone-wrp {
        margin: 15px 0;
    }

    .header-start-now label {
        font-size: 14px;
    }

    .topbar li {
        display: block;
    }

    .contact-phone-wrp {
        margin: 20px 0 !important;
    }

    .contact-phone {
        font-size: 19px;
        line-height: 26px;
        padding-left: 30px;
    }

    .hx-box-large {
        width: 62px;
        height: 64px;
        font-size: 40px;
        margin-right: 10px;
        border-radius: 25px 0px 25px 25px;
    }

    .hx-box-spce {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .hx-box-wrp p {
        font-size: 15px;
        margin: 0;
    }

    .db-line {
        left: 31px;
        background-image: url("data:image/svg+xml,%3Csvg width='4' height='266' viewBox='0 0 4 266' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0.5V265.5' stroke='%23707070' stroke-width='3' stroke-dasharray='15 15'/%3E%3C/svg%3E");
        top: 9px;
        background-size: 118%;
    }
}

@media screen and (max-width: 991px) {
    .gift-banner .banner-content {
        position: relative !important;
        transform: none;
        padding: 14px 12px;
        padding-bottom: 35px;
        border-radius: 10px;
        box-shadow: 0px 0px 20px #E1E4ED;
        margin-top: -40px;
        background-color: white;
        z-index: 9;
        width: calc(100% - 30px) !important;
        margin-left: 15px;
    }

    .banner-content .col-md-6 {
        padding: 0 !important;
    }

    .bn-image-section img {
        border-radius: 50px;
    }

    .bn-content-section {
        padding: 15px 30px;
    }

    .sub-head {
        margin-bottom: 15px;
    }

    .divider-main {
        margin-bottom: 50px;
        height: 5px;
    }

    .section-reward-inner {
        padding-left: 45px;
        padding-right: 45px;
    }

    .bn-image-section figcaption {
        font-size: 12px;
    }

    .employee-rewards-banner {
        background-color: #3662C7 !important;
    }

    .community-engagement-banner,
    .contact-us-banner {
        background-color: #009AD6 !important;
    }

    .gn-sec h2.text-100 {
        font-size: 50px;
        line-height: 46px;
        margin: 15px 0;
    }

    .gn-sec-inner-inline {
        margin-top: 30px;
    }

    .gn-sec-inner-inline h3 {
        margin-top: 10px !important;
        font-size: 32px;
        line-height: 42px;
    }

    .gift-box-wrp-alter .gift-box {
        width: 100%;
    }
    .gift-box-wrp img {
        max-height: calc(110px - 3rem);
    }
    .tnb-block .block-content.alter {
        min-height: inherit;
    }
    
}

@media screen and (max-width: 767px) {
    .gn-sec-wrp .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .gn-sec {
        border-radius: 0;
        padding: 35px 0;
    }

    .gn-sec-inner {
        max-width: 720px;
        position: relative;
    }

    .testimonials-wrp .container {
        padding: 0;
        max-width: 100%;
    }

    .testimonials {
        border-radius: 0;
        padding: 35px 0;
    }

    .testimonial {
        padding: 25px;
        padding-bottom: 90px;
    }
    .testimonial figure {
        margin: 0;
    }
    .testimonial figure {
        max-height: 62px;
    }

    .celebrate-section-wrp .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .celebrate-section {
        border-radius: 0;
        padding-top: 35px;
    }

    .customer-loyalty {
        padding-right: 0;
        padding-bottom: 35px;
    }

    .tnb-block {
        margin-bottom: 60px;
    }

    .tnb-block .block-content {
        padding: 15px;
        margin-top: -30px;
        margin-bottom: 0;
        min-height: inherit;
    }

    .tnb-block-alter {
        margin-top: 0;
    }

    .gn-sec-inner-inline h3 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px !important;
    }

    .contact-form {
        padding: 25px;
        border-width: 1px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group label {
        font-size: 16px;
    }

    .contact-section .contact-header {
        padding-top: 30px;
        padding-bottom: 60px;
        border-radius: 20px;
    }

    .contact-section .contact-address {
        padding: 25px;
        margin-top: -25px;
    }

    .contact-section .contact-address h4 {
        margin-bottom: 20px;
    }

    .contact-section .contact-address p {
        margin-bottom: 30px;
        font-size: 17px;
    }

    .reigster-login {
        padding: 60px 0;
    }

    .login-register-form {
        padding: 25px;
        border-width: 1px;
    }

    .tabs .tab::before {
        border-width: 1px;
    }

    .tabs a {
        font-size: 15px;
        padding: 10px 5px;
    }

    :root {
        --border-radius: 10px;
    }
 

    .login-link {
        font-size: 13px;
    }

    .login-register-form .btn-md {
        min-width: inherit;
    }

    .remember-link input {
        width: 12px;
        height: 12px;
    }
    .footer-logo img {
        height: 68px;
    }
    .tabs .tab.active:first-child::before {
        width: calc(100% + 1px);
    }
    .tabs .tab.active:first-child::after {
        height: calc(100% - 10px);
    }
    .tabs .tab.active:last-child::before {
        width: calc(100% + 1px);
        left: -1px;
    }
    .tabs .tab.active:last-child::after {
        left: -1px;
        height: 50%;
    }
}

@media screen and (max-width: 575px) {

    h1,
    .h1 {
        line-height: 29px;
        margin-bottom: 15px;
        font-size: 22px;
    }

    h2,
    .h2 {
        line-height: 23px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .h3,
    h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    h4,
    .h4 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 30px;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 22px;
    }

    p,
    .p {
        font-size: 15px;
    }

    .btn-sm {
        --bs-btn-padding-y: 0.4rem;
        --bs-btn-padding-x: 1.2rem;
        --bs-btn-font-size: 14px;
    }

    .btn-md {
        min-width: inherit;
        --bs-btn-padding-y: 0.4rem;
        --bs-btn-padding-x: 1.6rem;
        line-height: 28px;
        font-size: 16px;
        min-width: 200px;
    }

    .banner-content .btn-md {
        min-width: 122px;
        font-size: 14px;
        margin-bottom: 5px;
        --bs-btn-padding-y: 0.2rem;
        --bs-btn-padding-x: 1.2rem;
    }

    .btn-xs {
        --bs-btn-padding-x: 1rem;
    }

    .main-header .btn-xs {
        font-size: 14px;

    }

    .section-primary {
        padding: 50px 0;
    }

    .btn-connect {
        position: absolute;
        top: -51px;
        left: 160px;
    }

    .main-footer {
        padding: 30px 0;
    }

    .footer-left p {
        margin-bottom: 15px;
    }

    .footer-bth {
        position: static;
    }

    .footer-conn {
        display: block;
    }

    .footer-conn li {
        margin: 15px 0 !important;
        display: block;
    }

    .footer-menu h5 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .footer-menu ul li a {
        font-size: 16px;
    }

    .main-footer .container {
        max-width: 80%;
    }

    .section-footer-contact {
        padding: 80px 0;
    }

    .section-contact h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .section-contact p {
        font-size: 16px;
        line-height: 19px;
        margin: 25px 0;
    }

    .section-contact h4 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 25px;
    }

    .section-footer-contact .container {
        max-width: 280px;
    }

    .hx-box-wrp {
        margin-top: 60px;
    }

    .hx-box-wrp h4 {
        font-size: 17px;
        line-height: 25px;
    }

    .pb-0-m {
        padding-bottom: 0;
    }

    .gn-sec-inner {
        padding: 0 45px;
    }

    .gn-sec h2 {
        margin-bottom: 20px;
        max-width: 160px;
    }

    .gn-sec p {
        font-size: 16px;
        margin: 0;
    }

    .gn-sec-inner img {
        position: absolute;
        top: 0;
        right: 45px;
        width: 70px;
    }

    .sub-head {
        font-size: 14px;
        line-height: 21px;
    }

    .text-main {
        font-size: 18px;
        line-height: 26px;
    }

    .section-freedom .container,
    .feature-box-wrp .container {
        padding: 0 45px;
    }

    .cat-sections p {
        font-size: 16px;
    }

    .gift-box {
        width: calc(100% - 20px);
        height: 110px;
        grid-column: auto/span 6;
        margin: 0;
    }

    .gift-box:nth-child(2),
    .gift-box:nth-child(5),
    .gift-box:nth-child(8) {
        margin: 0;
    }

    .gift-box:nth-child(odd) {
        margin-top: -50px;
    }

    .gift-box-wrp-alter .gift-box:nth-child(even) {
        margin-top: 0;
    }

    .section-freedom h3,
    .feature-box-wrp h3 {
        margin-bottom: 10px;
    }

    .cat-sections {
        margin-top: 0;
    }

    .feature-box-wrp {
        padding-top: 0;
    }

    .mpb-10 {
        padding-top: 50px;
    }

    .feature-box-wrp .text-vi {
        margin-bottom: 50px;
    }

    .testimonials-item .testimonial>img {
        width: 22px;
    }

    .testimonials-inner {
        padding: 0 45px;
    }

    .testimonials h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .testimonials-wrp {
        padding: 0;
    }

    .tnb-block-wrp {
        padding-top: 70px;
        margin-bottom: -20px;
    }

    .brand-box {
        margin-bottom: 20px;
        padding: 15px 5px;
        border-radius: 10px;
    }

    .brand-box h5 {
        line-height: 18px;
        font-size: 14px;
        margin-top: 10px !important;
    }

    .brand-list .col-6:nth-child(even) {
        margin-bottom: -90px;
    }

    .gift-box-wrp-alter .gift-box {
        grid-column: auto/span 6;
    }

    .gift-box-wrp-alter {
        margin-top: 100px;
    }

    .spacing-mobile {
        padding-left: 30px;
        padding-right: 30px;
    }

    .gift-box-wrp {
        gap: var(--bs-gap, 0rem);
    }

    .contact-header img {
        max-width: 80px;
    }

    .contact-header h1 {
        margin-left: -25px;
        width: calc(100% + 50px)
    }
    .section-freedom {
        padding-top: 0;
    }
    .remember-link {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: -10px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .btn-connect {
        position: absolute;
        top: -59px;
        left: 200px;
    }

    .navbar-collapse>div {
        max-width: 540px;
        padding: 0 15px;
    }

    .footer-left p {
        margin-bottom: 15px;
    }

    .footer-menu h5 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .footer-menu ul li a {
        font-size: 16px;
    }

    .footer-contact {
        font-size: 16px;
        padding-left: 32px;
    }

    .btn-xs {
        --bs-btn-font-size: 17px;
    }

    .footer-bth {
        margin: 0;
        position: static;
    }

    .section-primary {
        padding: 70px 0;
    }

    .section-footer-contact {
        padding: 80px 0;
    }

    .section-contact h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .section-contact p {
        font-size: 17px;
        line-height: 19px;
        margin: 25px 0;
    }

    .section-contact h4 {
        font-size: 23px;
        line-height: 29px;
        margin-bottom: 25px;
    }

    .section-footer-contact .container {
        max-width: 380px;
    }

    .hx-box-wrp {
        margin-top: 60px;
    }

    .hx-box-wrp h4 {
        font-size: 19px;
        line-height: 25px;
    }

    .gift-banner .banner-content {
        padding: 30px;
    }

    h2,
    .h2 {
        font-size: 26px;
        line-height: 32px;
    }

    h1,
    .h1 {
        font-size: 40px;
        line-height: 52px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4,
    .h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    h5,
    .h5 {
        font-size: 20px;
        line-height: 34px;
    }

    p,
    .p {
        font-size: 16px;
    }

    .btn-md {
        --bs-btn-font-size: 18px;
        --bs-btn-padding-x: 1.2rem;
        --bs-btn-padding-y: 0.1rem;
        min-width: 200px;
    }

    .gn-sec-inner {
        max-width: 540px;
    }

    .pb-0-m {
        padding-bottom: 0px;
    }

    .gn-sec-inner {
        max-width: 540px;
        padding: 0 45px;
        margin: 0 auto;
    }

    .gn-sec h2 {
        margin-bottom: 20px;
        max-width: 260px;
    }

    .gn-sec p {
        font-size: 16px;
        margin: 0;
    }

    .gn-sec-inner img {
        position: absolute;
        top: 0;
        right: 45px;
        width: 70px;
    }

    .sub-head {
        font-size: 14px;
    }

    .gn-sec-wrp {
        padding-bottom: 0;
    }
    .section-freedom .container {
        padding: 0 45px;
    }

    .cat-sections p {
        font-size: 18px;
    }

    .gift-box {
        width: calc(100% - 10px);
        height: 110px;
        margin: 0;
    }

    .gift-box:nth-child(2),
    .gift-box:nth-child(5),
    .gift-box:nth-child(8) {
        margin-top: -50px;
    }

    .gift-box-wrp-alter .gift-box:nth-child(5) {
        margin-top: 0;
    }

    .text-main {
        font-size: 21px;
        line-height: 30px;
    }

    .feature-box-wrp .text-vi {
        margin-bottom: 80px;
    }

    .testimonials-item .testimonial>img {
        width: 22px;
    }

    .testimonials-inner {
        padding: 0 45px;
    }

    .testimonials h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .testimonials-wrp {
        padding: 0;
    }

    .celebrate-section .h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .brand-box {
        margin-bottom: 30px;
    }

    .brand-box h5 {
        line-height: 24px;
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse>div {
        max-width: 720px;
        padding: 0 15px;
    }

    .topbar>ul {
        justify-content: space-between !important;
    }

    .footer-left p {
        margin-bottom: 15px;
    }

    .footer-menu h5 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .footer-menu ul li a {
        font-size: 16px;
    }

    .footer-contact {
        font-size: 16px;
        padding-left: 32px;
    }

    .btn-xs {
        --bs-btn-font-size: 17px;
    }

    .footer-bth {
        margin: 0;
        position: static;
    }

    .main-footer {
        padding: 40px 0;
    }

    .section-contact h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .section-contact p {
        font-size: 16px;
        line-height: 19px;
        margin: 25px 0;
    }

    .section-contact h4 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 25px;
    }

    .hx-box-wrp {
        margin-top: 60px;
    }

    .hx-box-wrp h4 {
        font-size: 17px;
        line-height: 25px;
    }

    .gift-banner .banner-content {
        padding: 30px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h1,
    .h1 {
        font-size: 50px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }

    h4,
    .h4 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    h5,
    .h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .btn-md {
        --bs-btn-padding-y: 0.2rem;
        min-width: 220px;
        --bs-btn-font-size: 21px;
    }

    .section-primary {
        padding: 50px 0;
    }

    p,
    .p {
        font-size: 17px;
    }

    .sub-head {
        font-size: 16px;
    }

    .gn-sec h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .gn-sec p {
        font-size: 21px;
    }

    .gift-box:nth-child(2),
    .gift-box:nth-child(5),
    .gift-box:nth-child(8) {
        margin-top: -80px;
    }

    .text-main {
        font-size: 24px;
        line-height: 36px;
    }

    .gift-box-wrp {
        padding-top: 40px;
    }

    .testimonials-wrp {
        padding: 0;
    }

    .testimonials {
        border-radius: 50px;
        padding: 80px 0;
    }

    .testimonials h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .celebrate-section {
        border-radius: 0px 104px 104px 0;
    }

    .celebrate-section .h1 {
        font-size: 32px;
        line-height: 43px;
    }

    .tnb-block {
        padding: 0;
    }

    .tnb-block .block-content {
        padding: 20px;
    }

    .tnb-block-alter {
        position: relative;
        bottom: -70px;
    }

    .customer-loyalty {
        padding: 45px 0 45px 0;
    }

    .brand-list>.row {
        --bs-gutter-x: 30px;
    }

    .brand-box .icon-section {
        width: 40px;
    }

    .brand-box .icon-section img {
        height: 40px;
    }

    .brand-box {
        margin-bottom: 30px;
    }

    .brand-box h5 {
        line-height: 24px;
        font-size: 15px;
    }

    .gift-box-wrp-alter {
        margin-top: 50px;
    }

    .gift-box-wrp-alter .gift-box:nth-child(5) {
        margin-top: 0;
    }

    .form-group {
        margin-bottom: 40px;
    }

    .contact-section .contact-header {
        padding-top: 50px;
        border-radius: 60px;
    }

    .contact-section .contact-address p {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-collapse>div {
        max-width: 960px;
        padding: 0 15px;
    }

    .topbar>ul {
        justify-content: space-between !important;
    }

    .footer-menu h5 {
        font-size: 19px;
    }

    .footer-menu ul li a {
        font-size: 17px;
    }

    .footer-contact {
        font-size: 16px;
        padding-left: 34px;
    }

    .section-contact h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .section-contact p {
        font-size: 18px;
        line-height: 22px;
        margin: 25px 0;
    }

    .section-contact h4 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 25px;
    }

    .hx-box-wrp {
        margin-top: 60px;
    }

    .hx-box-wrp h4 {
        font-size: 21px;
        line-height: 25px;
    }

    h1,
    .h1 {
        line-height: 50px;
        font-size: 34px;
        margin-bottom: 15px;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 36px;
    }

    h3,
    .h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .testimonials h2 {
        font-size: 36px;
    }

    p,
    .p {
        font-size: 15px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .text-main {
        line-height: 42px;
        font-size: 26px;
    }

    .gn-sec p {
        font-size: 24px;
    }

    .btn-md {
        --bs-btn-padding-y: 0.1rem;
        min-width: 170px;
        --bs-btn-font-size: 15px;
    }

    .gift-banner {
        overflow: hidden;
    }

    .gift-banner>img {
        width: calc(100vw + 120px) !important;
        max-width: calc(100vw + 120px) !important;
        margin-left: -60px;
        margin-right: -60px;
    }

    .gift-box-wrp {
        justify-content: center;
        padding-top: 40px;
    }

    .section-primary {
        padding: 70px 0;
    }

    .gn-sec h2.text-100 {
        font-size: 70px;
    }

    .gn-sec-inner-inline h3 {
        font-size: 22px;
        line-height: 33px;
    }

    .brand-list>.row {
        --bs-gutter-x: 30px;
    }

    .brand-box .icon-section {
        width: 40px;
    }

    .brand-box .icon-section img {
        height: 40px;
    }

    .brand-box h5 {
        line-height: 24px;
        font-size: 15px;
    }

    .tabs a {
        font-size: 30px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .section-primary {
        padding: 80px 0;
    }

    h1,
    .h1 {
        line-height: 52px;
        font-size: 42px;
        margin-bottom: 25px
    }

    h2,
    .h2 {
        line-height: 36px;
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h5,
    .h5 {
        line-height: 26px;
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 28px;
        line-height: 34px;
    }

    p,
    .p {
        font-size: 17px;
    }

    .text-main {
        font-size: 30px;
    }

    .testimonials h2 {
        font-size: 40px;
    }

    .cat-sections p {
        font-size: 19px;
    }

    .btn-md {
        min-width: 200px;
        line-height: 36px;
        --bs-btn-font-size: 19px;
    }

    .divider-main {
        margin-bottom: 80px;
    }

    .hx-box-large {
        width: 120px;
        height: 127px;
        font-size: 80px;
    }
    .db-line {
        left: 59px;
    }

    .navbar-brand img {
        height: 70px;
    }

    .main-header .navbar {
        --bs-nav-link-font-size: 16px;
    }

    .btn-xs {
        font-size: 16px;
    }

    .main-header .navbar .nav-item {
        padding-left: 25px;
    }

    .footer-menu h5 {
        font-size: 19px;
    }

    .footer-menu ul li a {
        font-size: 17px;
    }

    .footer-contact {
        font-size: 16px;
        padding-left: 34px;
    }

    .footer-bth {
        left: -10px;
    }

    .section-contact h2 {
        font-size: 40px;
    }

    .section-contact p {
        font-size: 26px;
    }

    .section-contact h4 {
        font-size: 35px;
        margin-bottom: 80px;
    }

    .hx-box-wrp h4 {
        font-size: 34px;
    }

    .gift-banner {
        overflow: hidden;
    }

    .gift-banner>img {
        width: calc(100vw + 120px) !important;
        max-width: calc(100vw + 120px) !important;
        margin-left: -60px;
        margin-right: -60px;
    }

    .gn-sec p {
        font-size: 26px;
    }

    .gn-sec h2.text-100 {
        font-size: 90px;
    }

    .gn-sec-inner-inline h3 {
        font-size: 30px;
        line-height: 45px;
    }

    .brand-list>.row {
        --bs-gutter-x: 40px;
    }

    .brand-box .icon-section {
        width: 50px;
    }

    .brand-box .icon-section img {
        height: 50px;
    }

    .brand-box h5 {
        line-height: 26px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    .main-header .navbar {
        --bs-nav-link-font-size: 18px;
    }

    .header-start-now label {
        font-size: 18px;
    }

    .contact-phone {
        font-size: 19px;
        line-height: 32px;
    }

    .btn-xs {
        --bs-btn-font-size: 18px;
    }

    .footer-menu h5 {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .footer-menu ul li a {
        font-size: 19px;
    }

    .footer-left p {
        margin-bottom: 60px;
    }

    .footer-bth {
        left: -30px;
    }

    h1,
    .h1 {
        font-size: 50px;
        line-height: 64px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    .btn-md {
        --bs-btn-font-size: 21px;
        --bs-btn-padding-y: 0.4rem;
    }

    h4,
    .h4 {
        font-size: 30px;
    }

    .cat-sections p {
        font-size: 19px;
    }

    .testimonials h2 {
        font-size: 42px;
    }

    .gn-sec p {
        font-size: 27px;
    }

    .gn-sec-inner-inline h3 {
        font-size: 35px;
        line-height: 50px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1650px) {

    h1,
    .h1 {
        font-size: 55px;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30%,0);
        transform: translate3d(0,30%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.h-10{
    height: 100%;
}

.max-h-6{
    max-height: 60%;
}