/*
--- 01 TYPOGRAPHY SYSTEM

- Font sizes (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

- Font weights
Default: 400
Medium: 500
Semi-bold: 600
Bold: 700

- Line heights
Default: 1
Small: 1.05
Medium: 1.2
Paragraph default: 1.6
Large: 1.8

- Letter spacing
-0.5px
0.75px

--- 02 COLORS

- Primary: #372F24
- Heading: #BB8810


--- 05 SHADOWS

0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);

--- 06 BORDER-RADIUS

Default: 9px
Medium: 11px

--- 07 WHITESPACE

- Spacing system (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
*/
* {
padding: 0;
margin: 0;
box-sizing: border-box;
outline: 0;
}
html {
/* font-size: 10px; */

/* 10px / 16px = 0.625 = 62.5% */
/* Percentage of user's browser font-size setting */
font-size: 62.5%;
/* Does NOT work on Safari */
/* scroll-behavior: smooth; */
margin: 0;
padding: 0;
border: 0;
-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
}

body {
font-family: "Public Sans", sans-serif;
line-height: 1.5;
font-weight: normal;
color: var(--color-primary);
font-size: 1.6rem;
margin: 0;
padding: 0;
border: 0;
font-variant: normal;
letter-spacing: 0.03em;
/* Only works if there is nothing absolutely positioned in relation to body */
overflow-x: hidden;
overflow-y: auto;
}
body.active{
    overflow-y: hidden;
}
/**************************/
/* GENRAL REUSABLE COMPONENTS */
/**************************/
textarea {
resize: none;
}
.fw-bold {
font-weight: 700 !important;
}
.text-center {
text-align: center;
}
.text-start {
    text-align: left;
}
.text-end {
    text-align: right;
}
.w-100 {
width: 100% !important;
}
.h-100 {
height: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-auto {
height: auto !important;
}
.position-relative {
position: relative;
}
.single-content a {
color: var(--color-heading);
text-decoration: none;
}
.object-fit-cover {
object-fit: cover;
}
.cursor-pointer {
cursor: pointer;
}
.text-decoration-none {
text-decoration: none;
}
ul {
    list-style: none;
}
.d-flex {
    display: flex;
}


/* Header CSS */

.menu-wrapper ul li {
    padding: 0rem .8rem;
}
.menu-wrapper ul li a{
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: 500;
}
.btn-download-app, .btn-download-app-mb {
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #F2C040;
    font-size: 1.6rem;
    font-weight: 700;
    color: #302303;
}
.btn-download-app span, .btn-download-app-mb span {
    line-height: 1;
}
.custom-bg {
    background: url('../images/custom-bg.png');
    background-size: 100% 100%;
    font-size: 2.4rem;
    line-height: 1.333;
}
.custom-bg-2 {
    background: url('../images/Revenue.png');
    background-size: 100% 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #000;
}
.custom-bg-2 strong {
    background: var(--Discount, linear-gradient(96deg, #FFD466 0%, #FFBF1E 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 2rem;
}
.custom-bg-2.bg-2 {
    background: url('../images/Fee.png');
    background-size: 100% 100%;
}
.custom-bg-2.bg-3 {
    background: url('../images/Time.png');
    background-size: 100% 100%;
}
.section-title {
    font-size: 3.6rem;
    font-weight: 700;
    color: #5F4607;
}
.point-text {
    font-size: 1.8rem;
    color: #302303;
}
.section-2 {
    background: var(--Linear, linear-gradient(180deg, #FDF7E7 0%, #FFE9B0 100%));
    background-image: url('../images/podim.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 7rem;
}
.custom-bg-3 {
    background-image: url('../images/custom-bg-3.png');
    background-size: 100% 100%;
    font-size: 1.4rem;
    border-radius: 6px;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
}
.custom-bg-3 strong {
    font-size: 2rem;
}
.article {
    background: var(--Linear, linear-gradient(180deg, #FDF7E7 0%, #FFE9B0 100%));
}
.coin-bg {
    background: url('../images/coin.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: 30px;
}
.custom-bg-4 {
    border-radius: 8px;
    border: 2px solid  #FFF;
    background: #F8DFA0;
    color: #302303;
    font-weight: 700;
    min-height: 8.2rem;
}
.custom-bg-4 img {
    width: 50px;
    height: 50px;
}
.custom-bg-5 {
    background-image: url('../images/custom-bg-5.png');
    background-size: 100% 100%;
    border: 2px solid #FFBF1E;
    border-radius: 24px;
    font-size: 1.4rem;
    background-color: #fff;
}
.custom-bg-5 strong {
    font-size: 1.6rem;
}
.footer-logo {
    width: 80%;
    margin-bottom: 1.5rem;
}
.social-wrapper {
    gap: 24px;
}
footer p {
    color: #1a1a1a;
    font-size: 1.4rem;
}
.copyright {
    font-size: 12px;
    color: #1a1a1a;
}
.logo img {
    max-width: 100%;
}
.section-2-title {
    max-width: 540px;
}
/* Popup CSS */

.popup-member, .popup-form, .popup-form-register {
    position: fixed;
    z-index: 99999;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.popup-member.active, .popup-form.active, .popup-thankyou.active, .popup-form-register.active, .popup-thankyou-register.active {
    display: flex;
}
.popup-wrapper {
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    max-width: 120rem;
    margin: 0 AUTO;
    position: relative;
}
.member-table tr td {
    padding: 1.6rem 1.2rem;
    border: 1px solid #E6E6E6;
    border-collapse: collapse;
    width: 100%;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: start !important;
}
.member-table tr td:first-child {
    font-size: 1.6rem;
}
.bronze-icon {
    background: linear-gradient(196deg, #AE7E57 10.87%, #664A33 95.17%);
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 9px;
    margin-bottom: 5px;
}
.silver-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 9px;
    background: linear-gradient(196deg, #CFCFCF 10.87%, #B4B4B4 95.17%);
    margin-bottom: 5px;
}
.gold-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 9px;
    background: linear-gradient(207deg, #DABE81 16.67%, #D0AD5F 100%);
    margin-bottom: 5px;
}
.ruby-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 9px;
    background: var(--Ruby, linear-gradient(188deg, #892B62 6.38%, #3E2960 100%));
    margin-bottom: 5px;
}
.diamond-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 9px;
    background: var(--DIamond, linear-gradient(188deg, #D6D7D8 6.38%, #868789 100%));
    margin-bottom: 5px;
}
.king-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 9px;
    border-radius: 9px;
    background: linear-gradient(188deg, #345C5C 6.38%, #040707 100%);
    margin-bottom: 5px;
}
.popup-title {
    font-size: 3.2rem;
}
.member-table {
    overflow: auto;
}
.table-title {
    font-size: 2.4rem;
}
.member-table tr {
    display: flex;
}

.rank-condition {
    font-size: 1.2rem;
    color: #666;
}
.overflow-auto {
    position: relative;
    display: block;
    overflow-y: auto;
    max-height: 90vh;
}
.note {
    color: #C50707;
    font-size: 1.6rem;
}
.close-member-popup{
    position: absolute;
    top: 20px; 
    right: 20px;
    cursor: pointer;
    z-index: 10000000;
}
.bronze-condition {
    color: #AE7E57;
}
.silver-condition {
    color: #666;
}
.gold-condition {
    color: #B28F42;
}
.ruby-condition {
    color: #892B62;
}
.diamond-condition {
    color: #666;
}
.king-icon {
    color: #040707;
}
table ul {
    list-style: disc;
    padding-left: 5px;
}
.inputval {
    color: red;
    font-size: 1.2rem;
    display: none;
}
.popup-form-wrapper, .content-modal {
    border-radius: 20px;
    width: 100%;
    background-image: url('../images/form-bg.png'), linear-gradient(180deg, #FFF6E0 0%, #FFF 124.52%) ;    
}
.form-header {
    max-width: 380px;
    border-radius: 16px 16px 0px 0px;
    border: 0.5px solid #FFF;
    background: linear-gradient(97deg, #E3B643 83.67%, #FFF 114.06%);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    z-index: 2;
}
.popup-form-register .form-header img {
    width: 230px;
    height: 230px;
    top: -60px;
    right: -110px;
}
.popup-form-register .wrapper::before {
    width: 271px;
    height: 510px;
    content: "";
    background: url('../images/Coin_fly_1.png');
    background-size: 100% 100%;
    position: absolute;
    top: -160px;
    left: -160px;
}
.popup-form-register .wrapper::after {
    width: 271px;
    height: 510px;
    content: "";
    background: url('../images/Coin_fly_2.png');
    background-size: 100% 100%;
    position: absolute;
    top: -160px;
    right: -160px;
}
.close-form, .close-register {
    cursor: pointer;
    margin-top: 10px;
}
.form-header img {
    position: absolute;
    width: 230px;
    height: 230px;
    top: -75px;
    right: -80px;
    z-index: 999;
}
.tk-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    background: linear-gradient(94deg, #332C1A 0%, #99834D 96.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-title {
    color: #BF8D0D;
    font-size: 2.4rem;
    font-weight: 700;
}
.popup-form-wrapper label{
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    margin-bottom: 1.2rem;
}
.popup-form-wrapper input, .popup-form-wrapper select {
    padding: 12px 20px;
    border-radius: 24px;
    border: 0.5px solid var(--primary-300, #F8DFA0);
    background: #fff;
    width: 100%;
    -webkit-appearance: none;
    color: #4D4D4D;
    position: relative;
}
.popup-form-wrapper select::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    background: url('../images/arrow-down.svg');
    background-size: 100% 100%;
    display: block;
}
.popup-form-wrapper select option {
    color: #4D4D4D;
}
.popup-form-wrapper .submit_form {
    border-radius: 24px;
    border: 1px solid var(--primary-500, #F2C040);
    background: linear-gradient(93deg, #FFF6C5 0%, #F6D272 100%);
    box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.40) inset;
    padding: 8px 60px;
    color: var(--primary-900, #302303);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; 
    border: none;
    outline: none;
    font-family: 'Public Sans';
    cursor: pointer;
    text-transform: uppercase;
}
.wrapper {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.20);
    max-width: 45.2rem;
    margin: 0 AUTO;
    position: relative;
    padding: 1.2rem;
    margin-top: -1.2rem;
    width: 100%;
}
.popup-thankyou, .popup-thankyou-register {
    position: fixed;
    z-index: 99999;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.content-modal {
    border-radius: 11px;
    width: 100%;
    position: relative;
    padding: 16px;
}
.close-btn {
    cursor: pointer;
}
.btn-register button, .point-btn a,  .point-btn button {
    border-radius: 25.3px;
    border: 2px solid #fff;
    background: var(--primary-500, #F2C040);
    box-shadow: 0px 12px 12px 0px #F1CC49;
    color:  #5F4607;
    mix-blend-mode: multiply;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding: 12px 36px;
    font-family: 'Public Sans';
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}
.btn-detail button {
    background: url('../images/btn-detail-bg.png');
    background-size: 100% 100%;
    background-position: center center;
    border: none;
    width: 160px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    color: var(--primary-900, #302303);
    font-size: 16px;
    font-weight: 500;
}
.btn-gift {
    background-image: url('../images/gift-btn.png');
    background-size: 100% 100%;
    width: 217px;
    height: 46px;
    font-size: 18px;
    font-weight: 700;
    color: #8f690a;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: transparent;
    text-transform: uppercase;
    padding-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    animation: zoom-in-zoom-out 1s ease-out infinite;
    z-index: 3;
}
.btn-absolute {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.five-star-wrapper {
    gap: 4px;
}
.img-absolute {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.model {
    background: url('../images/Lighting.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.index {
    font-size: 10px;
    margin-bottom: 5px;
    transform: translateY(-7px);
    display: inline-block;
}
.loading-gif {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000000ad;
    display: none;
}
.loading-gif img {
    width: 10rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.overflow-auto::-webkit-scrollbar {
    display: none;
    ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }
@media (max-width: 560px) {
    .section-desc, .custom-bg-2, .point-text, .custom-bg-3 strong {
        font-size: 14px;
    }
    .custom-bg, .custom-bg-2 strong{
        font-size: 18px;
    }
    .coin-bg {
        background-position: top center;
    }
    .logo img{
        width: 60%;
    }
    .section-2-title {
        width: 100% !important;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
        background-image: url('../images/podim-mb.png');
        background-size: 100% 100%;
        background-position: bottom center;
        margin-bottom: 30px;
    }
    .order-3 {
        order: 3;
    }
    .order-4 {
        order: 4;
    }
    .d-grid-mb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
    }
    .section-2 {
        padding-bottom: 00px !important;
        background-image: none;
    }
    .section-title {
        font-size: 24px;
    }
    .custom-bg-4 {
        font-weight: 500;
    }
    .custom-mobile {
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 100%;
        z-index: 999;
        left: 0;
        display: none;
    }
    .menu-wrapper {
        width: 100%;
        height: 100%;
    }
    .menu-wrapper ul li {
        line-height: 2.5;
        font-size: 16px;
    }
    .btn-download-app-mb {
        width: 50%;
        margin: 0 auto;
    }
    .menu-wrapper ul {
        margin-bottom: 30px;
    }
    .table-mb tr {
        display: flex;
    }
    .table-mb tr td{
        padding: 1.6rem;
        border: 1px solid #E6E6E6;
        border-collapse: collapse;
        width: 100%;
        font-size: 1.2rem;
        
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .table-mb {
        display: none;
        position: absolute;
        width: 100%;
        height: auto;
        top: 0px;
        left: 0px;
    }
    .table-mb.active {
        display: block;
    }
    .popup-wrapper{
        height: 90%;
        padding: 15px !important;
    }
    .overflow-auto {
        height: 100%;
    }
     .list-table-mb {
        height: 55%;
        overflow-y: auto;
    }
    .tab-title-wrapper {
        overflow-x: scroll;
        gap: 5px;
    }
    .tab-title-wrapper::-webkit-scrollbar {
        display: none;
        ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .tab-title {
        font-size: 13px;
        border-bottom: 2px solid transparent;
        padding-bottom: 14px;
        flex: 0 0 auto;
        padding-right: 6px;
    }
    .tab-title.active {
        color: #F2C040;
        border-bottom: 2px solid #F2C040;
    }
    .form-header {
        max-width: 80%;
        font-size: 18px;
    }
    .popup-form-register .wrapper::before {
        width: 150px;
        height: 300px;
        top: -25px;
        left: -50px;
    }
    .popup-form-register .wrapper::after {
        width: 150px;
        height: 300px;
        top: -25px;
        right: -50px;
    }
    .table-title {
        font-size: 18px;
        font-weight: 700;
    }
    .close-member-popup {
        top: 10px;
        right: 10px;
    }
}