:root {
    --main-color: #AD936D;
    --second-color: #0D0A07;
    --third-color: #1B1B1B;
    --dark-green: #265847;
    --fourth-color: #ffffff;
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;
}


/* Background Color */
.bg-dark-brown {
    background-color: #231815;
}

.bg-medium-black {
    background-color: var(--second-color);
}

.bg-medium-white {
    background-color: #fff;
}

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

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

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

/* Button */
.btn.btn-transparent-gold {
    background: var(--third-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.btn.btn-transparent-gold:hover,
.btn.btn-transparent-gold:focus {
    background: var(--main-color);
    color: #ffffff;
}

.btn.btn-gold {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.btn.btn-gold:hover,
.btn.btn-gold:focus {
    background: var(--third-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.btn.btn-medium-black {
    background: var(--third-color);
    border-color: var(--third-color);
    color: #ffffff;
}

.btn.btn-medium-black:hover,
.btn.btn-medium-black:focus {
    background: var(--main-color);
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-transparent-gold-black {
    background: var(--second-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.btn.btn-transparent-gold-black:hover,
.btn.btn-transparent-gold-black:focus {
    background: var(--main-color);
    color: #ffffff;
}

.btn.btn-medium-black-gold-border {
    background: var(--second-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.btn.btn-medium-black-gold-border:hover,
.btn.btn-medium-black-gold-border:focus {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.btn.btn-gold-social {
    color: var(--main-color);
}

.btn.btn-gold-social > div {
    border-bottom: 2px solid var(--main-color);
    margin: 0 auto;
    width: 40px;
}


/* Text */
.text-gold {
    color: var(--main-color);
}

.text-dark-gold {
    color: #5B4D37;
}

.text-light-gold {
    color: #5F5954;
}

.text-slash-brown {
    color: #7D6F6C;
}

.text-grey {
    color: #828282;
}

.text-alert {
    color: #E15656 !important;
}

.text-dark-green {
    color: #265847 !important;
}

.border-color-gold {
    border: 1px solid var(--main-color);
}

.border-color-left-gold {
    border-color: var(--main-color);
}

a.text-gold:hover {
    color: #5B4D37;
}

/* Header */
.navbar-hwc {
    /* margin: 10px; */
    height: 60px;
    transition: top 0.3s ease;
}

header.sticky .navbar-hwc {
    /* margin: 10px; */
}

.navbar-hwc .container-fluid {
    height: 110px;
    background-color: var(--fourth-color);
}

.navbar-hwc .navbar-nav {
    height: 60px;
    align-items: center;
}

.navbar-hwc .navbar-nav .nav-link {
    padding: 15px 0;
}

.sticky .navbar.header-light .header-language > a {
    color: #ffffff !important;
}

.navbar-hwc .nav-cup {
    padding: 0 30px 0 10px;
}

.navbar-hwc .navbar-toggler-line:nth-child(1) {
    width: 22px;
}

.navbar-hwc .navbar-toggler-line:nth-child(4) {
    margin-left: 0;
    margin-right: 0;
}

.navbar-hwc .push-button > span:nth-child(1) {
    width: 22px;
}

.navbar-hwc .push-button > span:nth-child(4) {
    margin-left: 0;
    margin-right: 0;
}

.close-menu {
    right: 0px;
    top: 0px;
}

.hamburger-menu .menu-list li a:before {
    height: 0;
}

.hamburger-menu .menu-list li a.active {
    color: var(--main-color);
    font-weight: bold;
}

.dropdown-menu.login-dropdown {
    margin: -1px;
}

.login-dropdown {
    width: 174px;
    padding: 25px;
    border-radius: 0;
    background-color: var(--third-color);
}

.header-language .login-dropdown {
    padding: 25px;
    border-radius: 0;
    margin: -7px;
    width: 172px;
    min-width: 172px;
}

.header-language .dropdown-menu {
    left: -44px !important;
}

.sticky .hamburger-menu {
    /* top: 59px; */
}

.sticky .show-menu .hamburger-menu {
    right: 0px;
}

.hamburger-menu {
    top: 60px;
    /* height: auto; */
    overflow: hidden;
}

.show-menu .hamburger-menu {
    /* right: 10px; */
}

.show-menu .navbar-hwc .push-button > span:nth-child(1) {
    transform: rotate(45deg);
}

.show-menu .push-button > span:nth-child(1) {
    top: 6px;
}

.show-menu {
    overflow: auto;
}

.hamburger-menu .text-center {
    text-align: start !important;
}

.menu-list-wrapper {
    height: calc(100vh - 120px);
}

.menu-list li a {
    font-size: 16px;
    line-height: 28px;
    position: relative;
    color: #fff;
    padding: 5px 0;
    display: inline-block;
}

/* Banner */
.curved-bottom {
    display: block;
    box-sizing: border-box;
    clip-path: ellipse(75% 100% at 45% 0%);
    -webkit-clip-path: ellipse(75% 100% at 45% 0%);
}

.curved-reversed-bottom {
    clip-path: ellipse(75% 100% at 55% 0%);
    -webkit-clip-path: ellipse(75% 100% at 55% 0%);
    position: relative;
    background-color: var(--main-color);
}

.curved-reversed-bottom:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #231815;
    clip-path: ellipse(75% 100% at 55% 0%);
    -webkit-clip-path: ellipse(75% 100% at 55% 0%);
}

.swiper-pagination {
    text-align: start;
    padding-left: 10px;
    border-left: 1px solid #ffffff;
    position: absolute;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    left: 40px;
}

.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 1px solid #ffffff;
    width: 12px;
    height: 12px;
}

.swiper-light-pagination .swiper-pagination-bullet {
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    width: 8px;
    height: 8px;
}

.right-bottom-text {
    position: absolute;
    right: 40px;
    bottom: 20px;
    z-index: 9;
}

.down-section {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    left: 45%;
    top: 50%;
    z-index: 1;
}

.section-link {
    transform: rotate(270deg);
}

.bottom-150px {
    bottom: 150px;
}

.franchise-background {
    background-position: right;
    background-repeat: no-repeat;
}

.form-information input, select {
    margin: 0;
}

.form-information .btn.btn-transparent-gold-black {
    padding: 1rem 0.75rem;
    border: 1px solid var(--main-color);
}

.form-information input {
    border: 1px solid var(--main-color);
    color: #ffffff;
    background-image: url('../images/main/input-background.png');
    background-repeat: no-repeat;
}

.form-information select {
    border: 1px solid var(--main-color);
    background-color: var(--second-color);
    color: #ffffff;
    background-image: url('../images/main/down-arrow.png');
    background-repeat: no-repeat;
}

.purchase-background {
    background-image: url('../images/hwc/footer.jpg');
}

.garage-title {
    display: -webkit-box;
    max-width: 70%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer */
.footer-dark, .footer-dark a {
    color: #000000;
}

.footer-dark a:hover {
    color: var(--main-color);
}

.footer-title {
    width: 20px;
    height: 1px;
    background: var(--main-color);
}

.extra-large-icon a {
    line-height: 48px;
}

/* scroll to top */
.scroll-top-arrow, .scroll-top-arrow:focus {
    background: var(--main-color);
    color: var(--second-color);
}

.scroll-top-arrow:hover {
    background: #ffffff;
    color: var(--main-color);
}

/* About Us */
.swiper-awards {
    margin-bottom: 40px;
}

.swiper-awards h6 {
    text-align: start;
}

.swiper-awards .swiper-pagination {
    text-align: end;
    padding-right: 10px;
    border-right: 1px solid #cccccc;
    border-left: none;
    position: absolute;
}

.swiper-awards.swiper-container-horizontal > .swiper-pagination-bullets {
    left: -10px;
    bottom: 50px;
}

.swiper-awards .swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 12px;
    height: 12px;
}

.swiper-awards .swiper-light-pagination .swiper-pagination-bullet {
    border: none;
    background-color: #cccccc;
    width: 8px;
    height: 8px;
}

/* Shop */
.tag-cloud a {
    display: table;
    border-radius: 0;
    border: 1px solid transparent;
    padding: 5px 0;
}

.tag-cloud a:hover, .tag-cloud a.active {
    box-shadow: none;
    color: var(--main-color)
}

.filter-box select {
    padding: 5px 15px;
}

.pagination-style-02 .page-link {
    border: 1px;
    padding: 10px 5px;
    margin: 0 10px;
    background: var(--second-color);
    color: var(--main-color);
    min-width: 20px;
    text-align: center;
    line-height: 0.5;
}

.pagination-style-02 .page-item.active {
    display: contents;
    color: #000000;
}

.pagination-style-02 .page-item.active .page-link {
    color: #ffffff;
    background-color: var(--second-color);
    border: 1px solid var(--main-color);
}

.page-link select {
    color: 1px solid var(--main-color);
    background-color: inherit;
    border: var(--second-color);
}

.absolute-center-parent {
    max-width: 100%;
    height: 200px;
    position: relative;
    background-color: #ffffff;
}

.absolute-center-child {
    max-width: 100%;
    /* Fill size of parent */
    max-height: 100%;
    /* Fill size of parent */
    /* And remaining lines to center */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.media-center-parent {
    max-width: 100%;
    height: 300px;
    position: relative;
    background-color: #ffffff;
}

.media-center-child {
    max-width: 100%;
    /* Fill size of parent */
    max-height: 100%;
    /* Fill size of parent */
    /* And remaining lines to center */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Product */
.qty-minus {
    left: -35px;
    top: 15px;
    padding-left: 2px;
    border-radius: 0;
}

.qty-minus:focus {
    border: none;
    border-left: none;
}

.qty-btn {
    height: 19px;
    line-height: 0;
    border: 0;
    border-left: 0;
    background: transparent;
}

.qty-plus {
    top: 15px;
    right: -35px;
    border: 0;
    line-height: 0;
    border-radius: 0;
}

.qty-plus:focus {
    border: none;
    border-bottom: none;
    border-left: none;
}

.qty-text {
    padding: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: var(--third-color);
    border: 1px solid var(--main-color);
}

/* Login */
.form-login input {
    border: 1px solid var(--main-color);
    color: #ffffff;
    background-color: var(--third-color);
}

.mfp-bg {
    background: var(--main-color);
    opacity: 0.7;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7;
}

.modal-popup-main .mfp-close, .modal-popup-main .mfp-close:active {
    top: 0;
    /* bottom: -7%; */
    right: 0;
    color: #ffffff;
}

.form-login .btn-large {
    padding: 14px 55px;
}

/* User Dashboard */
.tab-style-04 .nav-tabs > li.nav-item {
    border: 1px solid transparent;
}

.tab-style-04 .nav-tabs > li.nav-item > a.nav-link {
    font-size: 16px;
    padding: 16px;
}

.tab-style-04 .nav-tabs > li.nav-item > a.nav-link:hover {
    color: var(--main-color);
}

.tab-style-04 .nav-tabs > li.nav-item > a.nav-link.active {
    color: var(--main-color) !important;
}

.tab-style-04 .nav-tabs > li.nav-item > a.nav-link.active > div {
    border-bottom: 2px solid var(--main-color);
    margin: 0 auto;
    width: 40px;
}

.gold-box-title {
    background-color: var(--main-color);
    padding: 10px 15px;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 2px;
}

.black-box-title {
    background-color: #000;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 2px;
}

.voucher-code-panel {
    position: relative;
}

.voucher-code-panel input {
    width: 100%;
    position: relative
}

.voucher-code-panel .apply-voucher-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    background-color: var(--main-color);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 13px 25px;
}

.cart-products {
    text-align: center;
}

.cart-products tbody {
    background-color: var(--third-color);
}

.cart-products th {
    border-bottom: 1px solid var(--main-color) !important;
}

.cart-products td {
    border-bottom: none;
    padding: 10px 10px;
}

.cart-products tr:last-child {
    border-bottom: 1px solid var(--main-color);
}


.form-login .qty-minus {
    left: -35px;
    top: 15px;
    padding-left: 2px;
    border-radius: 0;
}

.form-login .qty-minus:focus {
    border: none;
    border-left: none;
}

.form-login .qty-btn {
    height: 19px;
    line-height: 0;
    border: 0;
    border-left: 0;
    background: transparent;
    color: #000000;
}

.form-login .qty-plus {
    top: 15px;
    right: -35px;
    border: 0;
    line-height: 0;
    border-radius: 0;
}

.form-login .qty-plus:focus {
    border: none;
    border-bottom: none;
    border-left: none;
}

.form-login .qty-text {
    padding: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: var(--third-color);
    border: 1px solid var(--main-color);
}

.bg-snow-drift {
    background-color: #efefee;
}

.bg-coffee-hunter {
    background-image: url('../images/coffee-hunter/web-background.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100%;
}

.bg-coffee-hunter-landing {
    background-image: url('../images/coffee-hunter-new/BG-1-new.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:100vh;
}

.bg-coffee-academy-faq-landing {
    background-image: url('../images/academy/hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:100vh;
}


.coffee-hunter-qr {
    max-width: 350px;
    margin-left: -10rem;
}


@media (max-width: 1199px) {
    .form-information .btn.btn-transparent-gold-black {
        padding: 1.15rem 0.75rem;
        border: 1px solid var(--main-color);
    }

    .navbar-hwc {
        margin: 0;
        height: auto;
    }

    .navbar-hwc .navbar-nav {
        padding: 0;
    }

    .hamburger-menu {
        top: 60px;
    }

    .show-menu .hamburger-menu {
        right: 0;
    }

    .curved-reversed-bottom {
        clip-path: ellipse(75% 100% at 50% 0%);
        -webkit-clip-path: ellipse(75% 100% at 50% 0%);
    }

    .curved-reversed-bottom:after {
        clip-path: ellipse(75% 100% at 50% 0%);
        -webkit-clip-path: ellipse(75% 100% at 50% 0%);
    }

    .bg-coffee-hunter {
        background-image: url('../images/coffee-hunter/mobile-background_1.jpg');
        padding-bottom: 15%;
        background-size: 135% 100%;
    }
}

@media (max-width: 991px) {
    .navbar-hwc .container-fluid {
        height: auto;
    }

    .navbar-hwc .navbar-nav {
        display: flex;
        flex-direction: row;
    }

    .navbar-hwc.navbar.navbar-dark .navbar-nav .nav-link {
        padding: 21px 0;
        margin: 0 18px;
    }

    .navbar-hwc .nav-cup {
        padding: 0px;;
    }

    .navbar-hwc .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }

    .hamburger-menu {
        top: 0;
        height: 100%;
    }

    .show-menu .hamburger-menu {
        right: 0;
    }

    .hamburger-menu .text-center {
        text-align: center !important;
    }

    .header-language .dropdown-menu {
        left: -51px !important;
    }

    .header-language .login-dropdown {
        margin: 0 0;
        width: 172px;
        min-width: 172px;
    }

    .form-information .btn.btn-transparent-gold-black {
        background: var(--main-color);
        border-color: var(--main-color);
        color: #ffffff;
    }

    .form-information .btn.btn-transparent-gold-black:hover,
    .form-information .btn.btn-transparent-gold-black:focus {
        background: var(--second-color);
        color: #ffffff;
    }

    .form-information .btn.btn-transparent-gold-black .bg-gold {
        background-color: var(--second-color);
    }

    .tag-cloud a {
        display: inline-block;
    }

    .purchase-background {
        background-image: url('../images/main/mobile-purchase.png');
        padding: 150px 0;
    }

    .cart-products tr {
        padding-left: 0;
    }

    .cart-products td:before {
        color: #828282;
    }

    .cart-products tr {
        border-bottom: 1px solid var(--main-color);
    }

    .cart-products tr:first-child {
        border-top: 1px solid var(--main-color);
        padding-top: 20px;
    }

    .cart-products tr:last-child {
        margin-bottom: 0;
    }

    .coffee-hunter-qr {
        margin-left: 0;
        max-width: 250px;
        margin-top: -175px;
    }
}

@media (max-width: 767px) {
    .navbar-hwc.navbar.navbar-dark .navbar-nav .nav-link {
        padding: 15px 0;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        left: 10px;
        bottom: 10px;
    }

    .curved-reversed-bottom {
        clip-path: ellipse(145% 100% at 55% 0%);
        -webkit-clip-path: ellipse(140% 100% at 55% 0%);
    }

    .curved-reversed-bottom:after {
        clip-path: ellipse(140% 100% at 55% 0%);
        -webkit-clip-path: ellipse(140% 100% at 55% 0%);
    }

    .btn.btn-transparent-gold.btn-more {
        background: var(--main-color);
        border-color: var(--main-color);
        color: #ffffff;
    }

    .btn.btn-transparent-gold.btn-more .bg-gold {
        background: var(--second-color);
    }

    .btn.btn-transparent-gold.btn-more:hover,
    .btn.btn-transparent-gold.btn-more:focus {
        background: var(--main-color);
        color: #ffffff;
    }

    .shopping-left-side-bar .shopping-sidebar, .blog-right-side-bar .blog-content {
        order: 0;
        -ms-flex-order: 0;
    }

    .img-coffee-hunter {
        max-width: 150px;
    }

    .coffee-hunter-qr {
        max-width: 150px;
        margin-top: -90px;
    }
}

@media screen and (max-width: 575px) {
    .curved-bottom {
        display: block;
        box-sizing: border-box;
        clip-path: ellipse(100% 100% at 60% 0%);
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        left: 10px;
        bottom: 10px;
    }

    .bottom-150px {
        bottom: 80px;
    }

    .input-left-padding {
        padding-left: 15px !important;
    }

    .input-right-padding {
        padding-right: 15px !important;
    }

    .absolute-center-parent {
        max-width: 100%;
        height: auto;
        position: initial;
    }

    .absolute-center-child {
        max-width: auto;
        max-height: auto;
        position: initial;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    .media-center-parent {
        max-width: 100%;
        height: auto;
        position: initial;
    }

    .media-center-child {
        max-width: auto;
        max-height: auto;
        position: initial;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    /*** Login & Register Popup ***/
    .custom_popup_login .mfp-container {
        padding: 0;
    }

    .custom_popup_login .mfp-content {
        height: 100%;
    }

    .custom_popup_register .mfp-container {
        overflow-y: auto;
        height: 100%;

        padding: 0;
    }

    /*** Login & Register Dropdown ***/
    .navbar-hwc .navbar-nav .dropdown-menu {
        left: -100%;
    }

    .coffee-hunter-qr {
        max-width: 100px;
        margin-top: -65px;
    }

    .bg-coffee-hunter {
        padding-bottom: 30%;
    }
}

.form-control.medium-input {
    padding: 26px 20px;
    font-size: 14px;
}

a:hover {
    color: var(--main-color);
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.news-content p {
    margin: 0 0 1rem 0 !important;
}

input[type="date"] {
    -webkit-appearance: none;
}

.news-card {
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.hwc-app-title-price {
    font-size: 82px;
}

.hwc-app-title-coffee {
    font-size: 19px;
    line-height: 19px;
    padding-top: 20px;
}

.hwc-app-title-description {
    font-size: 50px;
    display: flex;
}

.hwc-app-benefits-redeem-container {
    padding: 0 60px;
}

.hwc-app-benefits-redeem {
    flex-direction: column;
}

.hwc-app-benefits-redeem-title {
    font-size: 1rem;
}

.hwc-app-benefits-redeem-caption {
    font-size: 0.8rem;
}

.hwc-app-benefits {
    flex-direction: row;
}

.hwc-app-benefits-items {
    min-height: 110px;
}

.hwc-app-header {
    padding-bottom: 50px;
}

.hwc-app-header-title {
    padding-bottom: 30px;
    font-size: 50px;
}

.drinkImage {
    margin-top: -20%;
}

.hwc-app-title-tr {
    height: 15px;
}

/* Coffee Hunter page */
/* Landing */
.coffee-hunter-logo-big,
.coffee-hunter-logo {
    /* margin-top: 70px; */
    margin-bottom: 20px;
}

.coffee-hunter-logo {
    transform: scale(3) translateY(70px);
}


.coffee-hunter-logo.banner-animation{
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}

.coffee-hunter-title {
    letter-spacing: 8px;
    font-size: 15px;
    font-weight: 700;
}

.coffee-hunter-price-details {
    position: relative;
}

.coffee-hunter-description {
    line-height: 20px;
}

.coffee-hunter-price{
    font-size: 10rem;
}

.coffee-hunter-currency,
.coffee-hunter-month {
    font-size: 4rem !important;
}

.coffee-hunter-star {
    position: absolute;
    top: 0;
    font-size: 40px;
    padding-left: 20px;
}

.coffee-hunter-sign-up {
    padding: 0 50px;
    color: white;
    width: 100%;
    font-size: 35px;
    border: 2px solid white;
}

.coffee-hunter-sign-up::before {
    background-color: rgb(28, 31, 30);
    transition: 0.3s ease-out;
}

.coffee-hunter-sign-up:hover {
    color: black;
    background-color: white;
    transition: 0.5s;
    border: 2px solid black;
}

.coffee-hunter-sign-up {
    border-radius: 50px;
    padding: 15px;
    font-weight: 700;
}

.coffee-hunter-terms-conditions {
    position: absolute;
    bottom: 5px;
    line-height: 25px;
    left: 30px;
}

/* .coffee-hunter-button {
    padding: 0px 50px;
} */

/* Hunter's Perks */
.bg-coffee-hunter-perks {
    background-image: url('../images/coffee-hunter-new/BG-2-new.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:100%;
    position: absolute;
}

.coffee-hunter-perk-top {
    margin-top: 100px;
    margin-bottom: 40px;
}

.coffee-hunter-perk::before {
    content: "CLICK TO CHECK";
}

.icon-1::after {
    content: "";
    background-color: white;
    position: absolute;
    width: 1px;
    height: 90%;
    bottom: 0px;
    right: 0;
    display: block;
    margin-bottom: 20px;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}

.icon-description {
    letter-spacing: 3px;
}

.coffee-hunter-rewards {
    position: relative;
    padding-top: 100px;
}

.preview-reward-text {
    position: absolute;
    left: 20%;
}

/* Modal - Monthly Subscription */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


@keyframes bannerAnimate {
    from {
        transform: scale(3) translateY(70px);
        -webkit-transform: scale(3) translateY(70px);
        -moz-transform: scale(3) translateY(70px);
        -o-transform: scale(3) translateY(70px);
    }
    to {
        transform: scale(1) translateY(0);
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -o-transform: scale(1) translateY(0);
    }
}

.banner-animation{
    animation-fill-mode: forwards;
    animation: bannerAnimate 3s ease;
}


.bg-coffee-hunter-monthly-subscription {
    background-image: url('../images/coffee-hunter-new/BG-5-new.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:100vh;
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeOut 0.5s ease;
    z-index: 999;
    padding-top: 130px;
}

.bg-coffee-hunter-monthly-subscription.active {
    opacity: 1;
    pointer-events: auto;
    animation: fadeIn 0.5s ease;
    /* padding: 50px 0; */
}

.monthly-subscription-back-button,
.one-time-purchase-back-button {
    padding-left: 75px;
    z-index: 999;
    position: inherit;
    cursor: pointer;
}

.monthly-subscription-back-button .fas.fa-chevron-left
.one-time-purchase-back-button .fas.fa-chevron-left {
    font-size: 25px;
}

.img-monthly-subscription-left {
    position: absolute;
    top: 10%;
    left: -6%;
}

.img-monthly-subscription-right {
    position: absolute;
    top: 0;
    right: 0;
}

.monthly-subscription-content {
    border: 1px solid white;
    border-radius: 20px;
    z-index: 999;
    position: inherit;
}

.monthly-subscription-list {
    padding: 40px 70px 0px;
}

.monthly-subscription-list-content {
    margin-bottom: 10px;
}

.monthly-list-statistics {
    text-align: right;
}

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


@keyframes pulse-grow-on-hover {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

#monthly-subscription-button:hover .monthly-subscription-icon,
#one-time-purchase-button:hover .one-time-purchase-icon {
    -webkit-animation-name: pulse-grow-on-hover;
    animation-name: pulse-grow-on-hover;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/* Modal - One Time Purchase */
.bg-coffee-hunter-one-time-purchase {
    background-image: url('../images/coffee-hunter-new/BG-5-new.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:100vh;
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 999;
    padding-top: 130px;
    animation: fadeOut 0.5s ease;
}

/* .overflow-control.overflow-hidden {
    overflow-y: hidden;
} */

.bg-coffee-hunter-one-time-purchase.active {
    opacity: 1;
    pointer-events: auto;
    animation: fadeIn 0.5s ease;
    /* padding: 50px 0; */
}

.img-one-time-purchase-left {
    position: absolute;
    top: 0;
    left: 0;
}

.img-one-time-purchase-right {
    position: absolute;
    top: 10%;
    right: -6%;
}

.one-time-purchase-content {
    border: 1px solid white;
    border-radius: 20px;
    z-index: 999;
    position: inherit;
}

.one-time-purchase-list {
    padding: 40px 70px 0px;
}

.one-time-purchase-list-content {
    margin-bottom: 10px;
}

.monthly-list-statistics {
    text-align: right;
}

/* Redemption */
.bg-coffee-hunter-redemption {
    background-image: url('../images/coffee-hunter-new/BG-5-new.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:100%;
}

.redemption-section,
.redemption-content {
    position: relative;
}

.img-phone {
    position: absolute;
    left: -13%;
    bottom: 0;
    width: 100%;
}

.redemption-icon {
    text-align: center;
}

.redemption-icon img {
    width: 60px;
}

.redemption-icon-description {
    margin: auto 0;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
}

.redemption-step {
    padding-bottom: 70px;
}

.redemption-step-section {
    padding-left: 50px;
}

@keyframes slideLeft {
    to {
        padding-left: 0px;
    }
}

.redemption-step-section.animation {
    animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-name: slideLeft !important;
    -moz-animation-name: slideLeft !important;
    -webkit-animation-name: slideLeft !important;
}

.redemption-step-section.animation-end {
    padding-left: 0px;
}

.qr-code-content {
    position: absolute;
    right: 40px;
    bottom: 0px;
}

.qr-code-text {
    line-height: 20px;
}

/* Terms & Conditions */
.bg-coffee-terms-conditions {
    background-image: url('../images/coffee-hunter-new/BG-4-new.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:100vh;
}

ul.terms-conditions-list {
    list-style-type: none;
    font-size: 16px;
}

ul.terms-conditions-list > li {
    margin-bottom: -5px;
}

ul.terms-conditions-list > li:before {
    content: "-";
    padding-right: 10px;
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    /* Coffee Hunter page */
    /* Landing */
    .coffee-hunter-logo {
        margin-top: 50px;
    }

    .img-coffee-hunter {
        width: 150px;
    }

    .coffee-hunter-title {
        margin-bottom: 10px !important;
    }

    .coffee-hunter-currency,
    .coffee-hunter-month {
        font-size: 2rem !important;
    }

    .coffee-hunter-star {
        font-size: 30px;
    }

    .coffee-hunter-description {
        margin-bottom: 20px !important;
    }

    .coffee-hunter-header-sub-content {
        margin-top: -20px;
    }

    /* Hunter's Perk */
    .coffee-hunter-rewards {
        padding-top: 30px;
    }

    /* Redemption */
    .img-phone {
        width: 500px;
    }

    .qr-code-content {
        bottom: 0px;
    }
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
    .hwc-app-header {
        padding-top: 170px;
    }
}

@media screen and (max-width: 992px) {
    .hwc-app-benefits-redeem-container {
        padding: 0;
    }

    .hwc-app-benefits-list {
        padding-top: 42px;
    }

    .hwc-app-header {
        padding-bottom: 20px;
    }

    .hwc-app-title-description {
        flex-direction: column;
    }

    .dropdown-menu.show {
        transform: translate(-50%, 0 )!important;
        top: 100%!important;
        /* left: 0px; */
        bottom: 0!important;
        will-change: transform;
        left: 50%!important;
    }

    /* Coffee Hunter page */
    /* Landing */
    .coffee-hunter-logo {
        width: 200px;
    }

    .coffee-hunter-title {
        letter-spacing: 4px;
        font-size: 1.5rem;
    }

    .coffee-hunter-price-details {
        position: relative;
    }

    /* .coffee-hunter-header-sub-content {
        margin-top: -150px;
    } */

    .coffee-hunter-description {
        line-height: 20px;
    }

    .coffee-hunter-price{
        font-size: 7rem;
    }

    .coffee-hunter-currency,
    .coffee-hunter-month {
        font-size: 3rem !important;
    }

    .coffee-hunter-star {
        position: absolute;
        top: 0;
        font-size: 40px;
        padding-left: 20px;
    }

    .coffee-hunter-sign-up {
        padding: 0 50px;
        color: white;
        width: 100%;
        font-size: 35px;
        border: 2px solid white;
    }

    .coffee-hunter-sign-up::before {
        background-color: rgb(28, 31, 30);
        transition: 0.3s ease-out;
    }

    .coffee-hunter-sign-up:hover {
        color: black;
        background-color: white;
        transition: 0.5s;
        border: 2px solid black;
    }

    .coffee-hunter-sign-up {
        border-radius: 50px;
        padding: 15px;
        font-weight: 700;
    }

    .coffee-hunter-sign-up {
        border: 2px solid white;
        border-radius: 50px;
        padding: 15px;
        font-weight: 700;
    }

    .coffee-hunter-terms-conditions {
        position: absolute;
        bottom: 0px;
        line-height: 25px;
        left: 30px;
    }
    /* End */
}

@media screen and (min-width: 992px) {
    .dropdown-menu.show {
        transform: translate3d(5px, 38px, 0px) !important;
        top: 0 !important;
        left: 0 !important;
        will-change: transform;
    }
}

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

    .hwc-app-title-price {
        font-size: 55px;
    }

    .hwc-app-title-coffee {
        font-size: 15px;
        line-height: 15px;
    }

    .hwc-app-title-description {
        font-size: 35px;
    }

    .hwc-app-benefits-redeem {
        flex-direction: row;
    }

    .hwc-app-benefits-redeem-title {
        font-size: 1.2rem;
    }

    .hwc-app-benefits {
        flex-direction: column;
    }

    .hwc-app-benefits-list {
        text-align: center;
    }

    .hwc-app-benefits-redeem-description {
        padding-bottom: 40px;
    }

    .hwc-app-title-tr {
        height: 0;
    }

    /* Coffee Hunter page */
    /* Hunter's Perks */
    .bg-coffee-hunter-perks {
        background-image: url('../images/coffee-hunter-new/BG-2-new_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width:100%;
        height:100%;
    }

    .coffee-hunter-perk-top {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .coffee-hunter-perk::before {
        content: "";
    }

    .img-coffee-icon {
        width: 100px;
    }

    .icon-1::after {
        content: none;
    }

    .icon-price {
        font-size: 50px;
    }

    .icon-description {
        letter-spacing: 2px;
    }

    .coffee-hunter-rewards {
        position: unset;
        padding-top: 100px;
    }

    .preview-reward-text {
        position: unset;
        text-align: center;
    }

    .coffee-hunter-description {
        margin-bottom: 0px !important;
    }

    .coffee-hunter-header-sub-content {
        margin-top: 0px;
    }

    .coffee-hunter-sign-up {
        padding: 0 50px;
        color: white;
        width: 100%;
        font-size: 30px !important;
        border: 2px solid white;
    }

    .coffee-hunter-sign-up::before {
        background-color: rgb(28, 31, 30);
        transition: 0.3s ease-out;
    }

    .coffee-hunter-sign-up:hover {
        color: black;
        background-color: white;
        transition: 0.5s;
        border: 2px solid black;
    }

    .coffee-hunter-sign-up {
        border-radius: 50px;
        padding: 5px 10px !important;
        font-weight: 700;
    }

    .coffee-hunter-logo {
        height: fit-content;
        transform: scale(2) translateY(50px);
    }

    @keyframes bannerAnimate {
        from {
            transform: scale(2) translateY(50px);
            -webkit-transform: scale(2) translateY(50px);
            -moz-transform: scale(2) translateY(50px);
            -o-transform: scale(2) translateY(50px);
        }
        to {
            transform: scale(1) translateY(0);
            -webkit-transform: scale(1) translateY(0);
            -moz-transform: scale(1) translateY(0);
            -o-transform: scale(1) translateY(0);
        }
    }

    .banner-animation{
        animation-fill-mode: forwards;
        animation: bannerAnimate 3s ease;
    }


    /* Modal - Monthly Subscription */
    .bg-coffee-hunter-monthly-subscription {
        background-image: url('../images/coffee-hunter-new/BG-3-new_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width:100%;
        height:100vh;
        overflow-y: auto;
    }

    .monthly-subscription-back-button {
        padding-left: 40px;
        position: unset;
    }

    .monthly-subscription-content{
        border: none;
    }

    .monthly-subscription-list {
        padding: 0px;
    }

    .img-monthly-subscription-left,
    .img-monthly-subscription-right {
        display: none;
    }

    /* Modal - One Time Purchase */
    .bg-coffee-hunter-one-time-purchase {
        background-image: url('../images/coffee-hunter-new/BG-3-new_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width:100%;
        height:100vh;
        overflow-y: auto;
    }

    .one-time-purchase-back-button {
        padding-left: 40px;
        position: unset;
    }

    .one-time-purchase-content{
        border: none;
    }

    .one-time-purchase-list {
        padding: 0px;
    }

    .img-one-time-purchase-left,
    .img-one-time-purchase-right {
        display: none;
    }

    /* Redemption */
    .img-phone {
        filter: brightness(0.2);
        transform: scale(1.3);
        left: -30%;
        top: 10%;
    }

    .redemption-content {
        padding: 0px 50px;
    }

    .redemption-icon-description {
        font-weight: 400;
        line-height: 20px;
    }

    .plan-subscription {
        font-size: 10px;
    }

    .qr-code {
        width: 100px;
    }

    .qr-code-content {
        right: 20px;
        bottom: 0px;
        float: right;
        position:relative;
    }

    .qr-code-text {
        font-size: 11px;
    }

    /* Terms & Conditions */
    .bg-coffee-terms-conditions {
        background-image: url('../images/coffee-hunter-new/BG-4-new_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width:100%;
        height:100vh;
    }

    .terms-conditions-title {
        font-size: 15px;
    }

    .terms-conditions-list {
        font-size: 10px;
    }
}

@media screen and (max-width: 576px) {
    .hwc-app-download {
        margin: 0 auto;
    }

    .hwc-app-header-title {
        padding-top: 50px;
        padding-bottom: 100px;
        font-size: 40px;
    }

    /* Coffee Hunter page */
    /* Landing */
    .bg-coffee-hunter-landing {
        background-image: url('../images/coffee-hunter-new/BG-1-new_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width:100%;
        height:100vh;
    }

    .coffee-hunter-logo {
        margin-top: 0px !important;
        margin-bottom: 30px;
    }

    .coffee-hunter-title {
        letter-spacing: 6px;
        font-size: 15px;
    }

    .coffee-hunter-price-details {
        position: relative;
    }

    .coffee-hunter-price{
        font-size: 8rem;
    }

    .coffee-hunter-currency,
    .coffee-hunter-month {
        font-size: 2.5rem !important;
    }

    .coffee-hunter-star {
        display: none;
    }

    .coffee-hunter-sign-up {
        padding: 0 50px;
        color: white;
        width: 100%;
        font-size: 35px;
        border: 2px solid white;
    }

    .coffee-hunter-sign-up::before {
        background-color: rgb(28, 31, 30);
        transition: 0.3s ease-out;
    }

    .coffee-hunter-sign-up:hover {
        color: black;
        background-color: white;
        transition: 0.5s;
        border: 2px solid black;
    }

    .coffee-hunter-sign-up {
        border-radius: 50px;
        padding: 15px;
        font-weight: 700;
    }

    /* Hunter's Perks */
    .bg-coffee-hunter-perks {
        background-image: url('../images/coffee-hunter-new/BG-2-new_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width:100%;
        height:100%;
    }

    .coffee-hunter-perk-top {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .coffee-hunter-perk::before {
        content: "";
    }

    .img-coffee-icon {
        width: 100px;
    }

    .icon-1::after {
        content: none;
    }

    .icon-price {
        font-size: 50px;
    }

    .icon-description {
        letter-spacing: 2px;
    }

    .coffee-hunter-rewards {
        position: unset;
        padding-top: 100px;
    }

    .preview-reward-text {
        position: unset;
        text-align: center;
    }

    /* Redemption */
    .img-phone {
        filter: brightness(0.2);
    }

    ul.terms-conditions-list {
        font-size: 11px;
    }

    ul.terms-conditions-list > li {
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .hwc-app-header-container {
        margin: 0 30px;
    }
}

@media screen and (min-width: 768px) {
    .qr-code-content {
        right: 10px;
    }
}

@media screen and (max-width: 392px) {
    .drinkImage {
        margin-top: -30%;
    }
}

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

.font-11 {
    font-size: 11px;
}

#monthly-subscription-button .content-brightness,
#one-time-purchase-button {
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}

#monthly-subscription-button:hover .content-brightness,
#one-time-purchase-button:hover {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.transition-redemption {
    transition: all 0.6s ease;
}

.tnc-offer {
    font-size: 12px;
}

.overflow-y-auto {
    overflow-y: auto;
}

.margin-tnc {
    margin-bottom: -0.5em !important;
}

@media screen and (min-width: 2560px) {
    .img-coffee-hunter {
        width: 40%;
    }

    .coffee-hunter-title {
        font-size: 30px;
    }

    .coffee-hunter-currency,
    .coffee-hunter-month {
        font-size: 7rem;
    }

    .coffee-hunter-price {
        font-size: 13rem;
    }

    .coffee-hunter-description {
        font-size: 24px;
        line-height: 40px;
    }

    .btn-signup,
    .icon-description,
    .redemption-icon-description,
    .qr-code-text,
    ul.terms-conditions-list,
    .coffee-hunter-terms-conditions,
    .monthly-subscription-list,
    .one-time-purchase-list,
    .monthly-subscription-back-button,
    .one-time-purchase-back-button {
        font-size: 24px;
    }

    .icon-price {
        font-size: 41px;
    }

    .coffee-hunter-sign-up {
        font-size: 44px;
        padding: 24px;
    }

    .img-coffee-icon{
        width: 55%;
    }

    .preview-reward-text {
        font-size: 19px;
    }

    .redemption-icon img {
        width: 120px;
    }

    .qr-code {
        width: 240px;
    }

    .img-phone {
        bottom: -10%;
    }

    ul.terms-conditions-list > li,
    .margin-tnc  {
        margin-bottom: unset !important;
    }

    .terms-conditions-title,
    .monthly-subscription-title,
    .one-time-purchase-title {
        font-size: 34px;
    }

    .tnc-offer {
        font-size: 21px;
    }

    .img-one-time-purchase-right,
    .img-monthly-subscription-left {
        top: 0;
    }

    .img-one-time-purchase-right img,
    .img-one-time-purchase-left img,
    .img-monthly-subscription-right img,
    .img-monthly-subscription-left img{
        height: 100vh;
    }
}

/*
    HWC Coffee Academy
*/
.academy-title {
    max-width: 500px;
    line-height: 1.1;
    font-size: 4.5rem;
    margin-left: 80px;
}

.academy-para {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 450px;
    font-size: 12px;
    line-height: 1.5;
    word-spacing: 6px;
    letter-spacing: 2px;
}

.paddingY-section {
    padding: 100px 15px;
}

.paddingY-subsection {
    padding: 100px 15px 0;
}

.paddingY-btnsection {
    padding: 100px 15px 0;
}

.card-gap {
    gap: 50px;
}

.card-container {
    width: 28%;
}

.card-container img {
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.separator-black {
    width: 50px;
    height: 8px;
    background-color: #000000;
    border: none;
    border-radius: 6px;
}

.separator-white {
    width: 50px;
    height: 8px;
    background-color: #fff;
    border: none;
    border-radius: 6px;
}

.separator-grey {
    width: 100%;
    height: 1px;
    background-color: #616161;
    border: none;
    border-radius: 6px;
}

.line-0 {
    line-height: 22px !important;
}

.card-btn {
    border: none;
    outline: none;
    background-color: #000000;
    color: #fff;
    padding: 0 40px;
    text-transform: capitalize;
}

.gap-30{
    gap: 30px;
}

.gap-10{
    gap: 10px;
}

.gap-50 {
    gap: 50px;
}

.offline-container {
    width: 45%;
}

.img-offline {
    width: 85%;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-offline-desc {
    z-index: 2;
    bottom: 5%;
    left: 10%;
}

.trainer-container {
    width: 25%;
    height: 280px;
    background-color: transparent;
    cursor: pointer;
    perspective: 1000px;
}

.trainer-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transition-delay: 150ms;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.trainer-container:hover .trainer-inner {
    transform: rotateY(180deg);
}

.trainer-front, .trainer-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.trainer-front {
    background-color: #fff;
    color: #000000;
}

.trainer-back {
    background-color: #fff;
    color: #000000;
    transform: rotateY(180deg);
}

.trainer-desc-front {
    top: 15%;
    right: 10%;
}

.img-trainer {
    bottom: 0%;
    left: -25%;
}

.trainer-desc-back {
    top: 15%;
    left: 10%;
    padding: 0 8px;
}

.trainer-container:hover .trainer-inner .trainer-front {
    background-color: #000000;
    color: #fff;
}

.trainer-container:hover .trainer-inner .trainer-desc-front .separator-black {
    background-color: #fff !important;
}

.scroll-gallery {
	overflow-x: scroll;
    gap: 15px;
    width: 100%;
}
.scroll-gallery::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 12px;
	height: 15px;
}

.scroll-gallery::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 20px;
}

.scroll-gallery::-webkit-scrollbar-track {
	background: #d1d1d1;
	border: none;
	border-radius: 20px;
	margin: 0 3rem;
}

.gallery-img {
    width: 25%;
    flex: 0 0 auto;
    height: 180px;
}

.cta-btn {
    border: 1px solid #000;
    outline: none;
    background-color: transparent;
    color: #000;
    width: 300px;
    padding: 8px 0;
    transition: all 300ms ease;
    text-align: center;
    cursor: pointer;
}

.cta-btn:hover,
.class-btn:hover,
.participant-add:hover {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
}

.term-title {
    line-height: 1.1;
    font-size: 2.5rem;
    top: 25%;
    left: 5%;
}

.term-para {
    font-size: 1rem;
    font-weight: 400;
    top: 40%;
    left: 5%;
    width: 85%;
}

.term-para ol,
.frequent-para,
.frequent-para-2 {
    list-style-position: inside;
    padding-left: unset;
}

.frequent-para {
    font-size: 1rem;
    font-weight: 400;
    top: 40%;
    left: 5%;
    width: 40%;
}

.frequent-para-2 {
    font-size: 1rem;
    font-weight: 400;
    top: 40%;
    right: 5%;
    width: 40%;
}

.frequent-para ul,
.frequent-para-2 ul {
    padding-left: 40px;
}

/* cooperate class */
.img-gallery-first {
    width: 100%;
    height: 345px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: contain;
}

.img-gallery-child {
    width: 32%;
    height: 105px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: contain;
    background-position: center;
}

.padding-general-section {
    padding: 130px 15px 0;
}

.padding-cart-section {
    padding: 130px 80px 0;
}

.class-btn {
    border: 1px solid #000;
    outline: none;
    background-color: transparent;
    color: #000;
    width: 350px;
    transition: all 300ms ease;
    text-align: center;
    cursor: pointer;
}

.line-break {
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background-color: #E0E0E0;
}

.line-15 {
    line-height: 1.5;
}

.active-tab {
    background-color: #000 !important;
    color: #fff !important;
}

#datepicker {
    width: 30%;
    text-align: end;
    border: none;
}

.cart-product-desc {
    width: 75%;
}

.order-box {
    border: 1px solid #000;
}

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

.font-10 {
    font-size: 10px;
}

.separator-black-position {
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #000000;
    border: none;
    border-radius: 6px;
    left: 240px;
    top: 50%;
}

.participant-add {
    border: 1px solid #000;
    outline: none;
    background-color: transparent;
    color: #000;
    padding: 0 24px;
    transition: all 300ms ease;
    text-align: center;
    cursor: pointer;
}

.order-separator {
    width: 250px;
    height: 1px;
    background-color: #000000;
    border: none;
    border-radius: 6px;
}

.order-total {
    width: 250px;
}

.certificate-container {
    width: 30%;
}

.academy-table {
    text-align: left;
}

.academy-table tbody {
    background-color: white !important;
}

.academy-table thead tr th{
    padding: 15px 20px;
}

.academy-table th {
    border: none !important;
}

.academy-table td {
    border-bottom: none;
    padding: 15px 20px;
}

.purchased-details-container {
    width: 90%;
}

.purchased-details-child {
    width: 30%;
}

.red-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: red;
    top: 4px;
    right: -4px;
}

input[type='radio'] {
    accent-color: #232323;
}

.promo-code-width {
    width: 45%;
}

.long-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.long-desc-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.long-cart-title {
    max-width: 200px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.also-like-img {
    height: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: contain;
}

.field-line {
    border-bottom: 1px solid #cfcfcf;
}

@media screen and (max-width: 640px) {
    .academy-title {
        margin-left: unset;
        text-align: center;
        font-size: 4rem;
    }

    .academy-para{
        width: 100%;
        text-align: center;
    }

    .card-container {
        width: 80%;
    }

    .offline-container,
    .trainer-container,
    .gallery-img,
    .cta-btn,
    .order-total,
    .order-separator,
    .certificate-container,
    .purchased-details-container,
    .purchased-details-child,
    .promo-code-width,
    .img-offline,
    .img-gallery-child {
        width: 100%;
    }

    .img-gallery-child {
        height: unset;
    }

    .term-title {
        top: 15%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .term-para {
        top: 25%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        line-height: 2;
    }

    .padding-cart-section {
        padding: 130px 15px 0;
    }

    .img-trainer {
        width: 90%;
        left: -10%;
    }

    .also-like-img {
        width: 70%;
    }
}
