@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: 'Poppins',sans-serif;
    font-size: 10px;
    scroll-behavior: smooth;
}
/* .custom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
} */
.section-title {
    color: #000;
    font-size: 5rem;
    font-weight: 600;
}
.section-subtitle {
    color: #000;
    font-size: 4rem;
    font-weight: 500;
}
.section-text {
    color: #000;
    font-size: 2rem;
    font-weight: 400;
}

/* Pop-up */

#mask {
    display: none;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100vh;
    width: 100%;
    z-index: 9000;
}
#popup-box #dialog {
    background-image: url('./img/Bg-img-01.png')!important;
    background-position: bottom center;
    background-size: cover;
    border: 2px solid #d6b469;
    max-width: 1200px;
    max-height: 600px;
    width: 70%;
    height: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
}
#popup-box .window {
    position: absolute;
    z-index:9999;
}
#popup-box .window .popup-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 50px;
}
.popup-content .cross {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
}
.popup-content .cross img {
    width: 20px;
    height: 20px;
    padding: 0;
}
.popup-content .section-title {
    color: #d6b469;
    font-size: 3.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 15px 0;
}
.popup-content .logo-img {
    width: 80px;
    height: 50px;
    margin: 10px 0;
}
.popup-content .section-subtitle-1 {
    color: #1e306e;
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.05rem;
    margin: 0 0 15px 0;
}
.popup-content .section-text {
    width: 60%;
    color: #1e306e;
    font-size: 1.25rem;
    font-weight: 500;
}
.popup-content .reward {
    margin: 10px 0;
}
.popup-content  .section-subtitle-2 {
    color: #d6b469;
    font-size: 2.2rem;
    font-weight: 600;
}
.popup-content .timer {
    color: #1e306e;
    font-size: 5.5rem;
}
.popup-content .cta {
    display: none;
    text-decoration: none;
    color: #d6b469;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid #d6b469;
    padding: 10px 50px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    transition: 0.3s ease color;
    transition: 0.3s ease background-color;
    margin: 20px 0;
}
.popup-content .cta:hover {
    color: #fff;
    background-color: #d6b469;
}
/* End-of-pop-up */

/* Page-01 */
#page1 {
    background-color: #ddd;
}
#page1 .page1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
    flex-direction: column;
}
#page1 .section-title {
    font-size: 8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
/* End-of-page-01 */

/* Media-queries */
@media only screen and (min-width: 320px) {
    /* Pop-up */
    #popup-box #dialog {
        background-image: url("../img/Bg-img-02.png");
        background-position: bottom center;
        width: 90%;
        height: 80%;
    }
    #popup-box .window .popup-content {
        padding: 0 20px;
    }
    .popup-content .cross {
        margin: 5px;
    }
    .popup-content .cross img {
        width: 26px;
        height: 26px;
    }
    .popup-content .section-title {
        font-size: 2.1rem;
        margin: 7.5px 0 6px 0;
        text-align: center;
    }
    .popup-content .section-subtitle-1 {
        width: 95%;
        font-size: 1.3rem;
        margin: 0 0 7.5px 0;
        text-align: center;
    }
    .popup-content .section-text {
        font-size: 1rem;
        text-align: center;
    }
    .popup-content .reward {
        margin: 5px 0;
        width: 10px;
        height: 10px;
    }
    .popup-content  .section-subtitle-2 {
        font-size: 1rem;
        text-align: center;
    }
    .popup-content .timer {
        font-size: 2.1rem;
    }
    .popup-content .cta {
        font-size: 1rem;
        font-weight: 600;
        padding: 5px 15px;
    }
    /* End-of-pop-up */
}
@media only screen and (min-width: 400px) {
    /* Pop-up */
    #popup-box #dialog {
        background-image: url("../img/Bg-img-02.png");
        width: 90%;
        height: 75%;
    }
    /* End-of-pop-up */
}
@media only screen and (min-width: 480px) {
    /* Pop-up */
    #popup-box #dialog {
        background-image: url("../img/Bg-img-02.png");
        width: 80%;
        height: 65%;
    }
    /* End-of-pop-up */
}
@media only screen and (min-width: 510px) {
    /* Pop-up */
    #popup-box #dialog {
        background-image: url("../img/Bg-img-02.png");
        background-position: center;
        width: 80%;
        height: 65%;
    }
    .popup-content .section-title {
        font-size: 2.2rem;
    }
    .popup-content .section-subtitle-1 {
        width: 95%;
        font-size: 1.4rem;
    }
    .popup-content .section-text {
        font-size: 1.1rem;
    }
    .popup-content .reward {
        width: 15px;
        height: 15px;
    }
    .popup-content  .section-subtitle-2 {
        font-size: 1.1rem;
    }
    .popup-content .timer {
        font-size: 2.5rem;
    }
    .popup-content .cta {
        font-size: 1.1rem;
    }
    /* End-of-pop-up */
}
@media only screen and (min-width: 600px) {
    #popup-box #dialog {
        background-position: center;
        width: 65%;
        height: 65%;
    }
}
@media only screen and (min-width: 768px) {
    #popup-box #dialog {
        background-position: center;
        width: 50%;
        height: 70%;
    }
}
@media only screen and (min-width: 960px) {
    #popup-box #dialog {
        background-image: url("../img/Bg-img-01.png");
        background-position: bottom center;
        width: 80%;
        height: 70%;
    }
}
@media only screen and (min-width: 1070px) {
    /* Pop-up */
    #popup-box #dialog {
        background-image: url("../img/Bg-img-01.png");
        background-position: bottom center;
        width: 60%;
        height: 80%;
    }
    .popup-content .section-title {
        font-size: 2.3rem;
        margin: 7.5px 0 6px 0;
        text-align: center;
    }
    .popup-content .logo-img {
        width: 120px;
        height: 90px;
    }
    .popup-content .section-subtitle-1 {
        width: 95%;
        font-size: 1.5rem;
        margin: 0 0 7.5px 0;
        text-align: center;
    }
    .popup-content .section-text {
        width: 65%;
        font-size: 1.2rem;
        text-align: center;
    }
    .popup-content .reward {
        margin: 5px 0;
        width: 25px;
        height: 25px;
    }
    .popup-content  .section-subtitle-2 {
        font-size: 1.2rem;
        text-align: center;
    }
    .popup-content .timer {
        font-size: 2.5rem;
    }
    .popup-content .cta {
        font-size: 1.2rem;
        font-weight: 600;
        padding: 5px 15px;
    }
    /* End-of-pop-up */
}
/* End-of-media-queries */
