@font-face {
    font-family: 'Cordia New';
    src: url('fonts/CORDIA.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

pre {
    color: #000;
}

.justify-items-center {
    justify-items: center;
}

:lang(en-US) {
    --font_style: 'Cordia New', sans-serif;
}

:lang(th) {
    --font_style: "Sarabun", sans-serif;
}

body {
    /* font-family: "Cordia New", sans-serif; */
    font-family: var(--font_style);
    background-color: #121212;
    color: #FFF;
    font-weight: 400;
    margin: 0 !important;
    /* overflow-y: scroll !important; */
    overflow-x: hidden !important;
    padding-right: 0 !important;

    /* background-image: url("images/bg-sahn.png");
    background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.font_cordia {
    font-family: "Cordia New", sans-serif;
}

a {
    outline: none !important;
}

.outline-none {
    outline: none !important;
}

.w-fit-content {
    width: fit-content !important;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-30 {
    opacity: 0.3;
}

.d-contents {
    display: contents !important;
}

@media (min-width: 576px) {
    .d-sm-contents {
        display: contents !important;
    }
}

@media (min-width: 768px) {
    .d-md-contents {
        display: contents !important;
    }

    .ca-bg {
        font-size: 80px;
        margin-top: -60px;
    }
}

@media (min-width: 1024px) {
    .d-lg-contents {
        display: contents !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-contents {
        display: contents !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-contents {
        display: contents !important;
    }
}

.z-index-1 {
    z-index: 1 !important;
}

.cursor-pointer,
.pointer {
    cursor: pointer !important;
}

.bg-center-auto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg-bottom-auto {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg-center-cover {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-center-contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-top-contain {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-center-auto-repeat {
    background-position: center !important;
    background-size: auto !important;
}

.bg-fixed {
    background-attachment: fixed;
}

.min-w-max-content {
    min-width: max-content;
}

.text-justify {
    text-align: justify;
}

.lh-24 {
    line-height: 24px;
}

.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 34px;
}

.font-36 {
    font-size: 36px;
}

.font-38 {
    font-size: 38px;
}

.font-40 {
    font-size: 40px;
}

.font-50 {
    font-size: 50px;
}

.font-60 {
    font-size: 60px;
}

.font-70 {
    font-size: 70px;
}

.font-80 {
    font-size: 80px;
}

.font-90 {
    font-size: 90px;
}

.font-100 {
    font-size: 100px;
}

@media (max-width: 1200px) {
    .font-18 {
        font-size: 16px;
    }

    .font-17 {
        font-size: 15px;
    }

    .font-16 {
        font-size: 14px;
    }

    .font-20 {
        font-size: 18px;
    }

    /* .font-24 {
        font-size: 20px;
    } */

    .font-50 {
        font-size: 40px;
    }

    .font-60 {
        font-size: 50px;
    }

    .font-28 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {

    /* .font-16 {
        font-size: 16px;
    } */
    .font-18 {
        font-size: 14px;
    }

    .font-20 {
        font-size: 16px;
    }

    /* .font-24 {
        font-size: 18px;
    } */

    .font-50 {
        font-size: 30px;
    }

    .font-60 {
        font-size: 40px;
    }

    /* .font-28 {
        font-size: 20px;
    } */
}

.color-fff {
    color: #fff;
}

.color-4A5260 {
    color: #4A5260 !important;
}

.color-02243C {
    color: #02243C !important;
}

.color-FF0000 {
    color: #FF0000;
}

.color-000 {
    color: #000 !important;
}

.color-EC1C24 {
    color: #EC1C24 !important;
}

.color-e8ae7c {
    color: #e8ae7c;
}

.color-1c2e56 {
    color: #1c2e56;
}

.color-a8a8a8 {
    color: #a8a8a8;
}

.color-6d6d6d {
    color: #6d6d6d;
}

.color-4caf50 {
    color: #4caf50;
}

.color-FF7676 {
    color: #FF7676;
}

.color-603000 {
    color: #603000 !important;
}

.color-ccc,
.color-cccccc,
.color-ccc a,
a.color-ccc {
    color: #ccc;
}

.bg-0B0204 {
    background-color: #0B0204;
}

.bg-EC1C24 {
    background-color: #EC1C24;
}

.bg-fff {
    background-color: #fff;
}

.bg-000 {
    background-color: #000;
}

.bg-4caf50 {
    background-color: #4caf50;
}

.bg-1c2e56 {
    background-color: #1c2e56;
}

.bg-121212 {
    background-color: #121212;
}

.text-decoration,
.text-decoration-none,
.text-decoration a {
    text-decoration: none;
}

.text-underline {
    text-decoration: underline;
}

.text-a,
.text-a a {
    color: #FFF;
    text-decoration: none;
}

.margin_p p,
.margin-p p {
    margin-bottom: 0;
}

.margin_first_p p:first-child {
    margin-bottom: 1rem;
}

/* บังคับซ่อนตัวหมุน Loading ของ LayerSlider ทุกกรณี */
.ls-loading-container,
.ls-loading-indicator {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -9999 !important;
}

/* ให้ตัว Slider แสดงผลทันทีโดยไม่ต้องรอ JS Init เสร็จ (แก้อาการภาพมาช้า) */
.ls-container {
    visibility: visible !important;
}

/* ------------------------------ Font Size ---------------------------------- */

:lang(en-US) {
    --fs_text_title_size_80: 40px;
    --fs_text_title_size_60: 40px;
    --fs_text_sub_title_size_60: 24px;
    --fs_text_sub_title_size_40: 40px;
    --fs_text_description_size: 20px;
    --fs_text_footer_size: 20px;
    --fs_text_date_sign_new: 20px;

    --lh_text_title_size_80: 46px;
    --lh_text_title_size_60: 32px;
    --lh_text_sub_title_size_60: 24px;
    --lh_text_sub_title_size_40: 32px;
    --lh_text_description_size: 20px;
    --lh_text_footer_size: 20px;
    --lh_text_date_sign_new: 20px;
}

:lang(th) {
    --fs_text_title_size_80: 40px;
    --fs_text_title_size_60: 30px;
    --fs_text_sub_title_size_60: 24px;
    --fs_text_sub_title_size_40: 30px;
    --fs_text_description_size: 16px;
    --fs_text_footer_size: 16px;
    --fs_text_date_sign_new: 16px;

    --lh_text_title_size_80: 44px;
    --lh_text_title_size_60: 42px;
    --lh_text_sub_title_size_60: 28px;
    --lh_text_sub_title_size_40: 42px;
    --lh_text_description_size: 24px;
    --lh_text_footer_size: 24px;
    --lh_text_date_sign_new: 24px;
}

@media (min-width: 1024px) {
    :lang(en-US) {
        --fs_text_title_size_80: 80px;
        --fs_text_title_size_60: 60px;
        --fs_text_sub_title_size_60: 60px;
        --fs_text_sub_title_size_40: 40px;
        --fs_text_description_size: 24px;
        --fs_text_footer_size: 20px;
        --fs_text_date_sign_new: 20px;

        --lh_text_title_size_80: 56px;
        --lh_text_title_size_60: 44px;
        --lh_text_sub_title_size_60: 44px;
        --lh_text_sub_title_size_40: 46px;
        --lh_text_description_size: 24px;
        --lh_text_footer_size: 20px;
        --lh_text_date_sign_new: 20px;
    }

    :lang(th) {
        --fs_text_title_size_80: 64px;
        --fs_text_title_size_60: 46px;
        --fs_text_sub_title_size_60: 46px;
        --fs_text_sub_title_size_40: 30px;
        --fs_text_description_size: 20px;
        --fs_text_footer_size: 16px;
        --fs_text_date_sign_new: 16px;

        --lh_text_title_size_80: 78px;
        --lh_text_title_size_60: 60px;
        --lh_text_sub_title_size_60: 60px;
        --lh_text_sub_title_size_40: 42px;
        --lh_text_description_size: 30px;
        --lh_text_footer_size: 24px;
        --lh_text_date_sign_new: 24px;
    }
}

.text_title_size_80 {
    font-size: var(--fs_text_title_size_80);
    font-weight: 400;
    text-transform: uppercase;
    line-height: var(--lh_text_title_size_80);
}

.text_title_size_60 {
    font-size: var(--fs_text_title_size_60);
    font-weight: 400;
    text-transform: uppercase;
    line-height: var(--lh_text_title_size_60);
}

.text_sub_title_size_60 {
    font-size: var(--fs_text_sub_title_size_60);
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: var(--lh_text_sub_title_size_60);
}

.text_sub_title_size_40 {
    font-size: var(--fs_text_sub_title_size_40);
    font-weight: 400;
    line-height: var(--lh_text_sub_title_size_40);
    text-align: center;
    text-transform: uppercase;
}

.text_description_size {
    font-size: var(--fs_text_description_size);
    font-weight: 400;
    line-height: var(--lh_text_description_size);
}

.text_footer_size {
    font-size: var(--fs_text_footer_size);
    font-weight: 400;
    line-height: var(--lh_text_footer_size);
    text-transform: uppercase;
}

.text_date_sign_new {
    font-size: var(--fs_text_date_sign_new);
    font-weight: 400;
    line-height: var(--lh_text_date_sign_new);
    text-transform: uppercase;
}

.container-brand {
    padding: 60px 16px;
}

.container_collection {
    padding: 60px 42px;
}

.container_footer {
    padding: 32px 16px 40px 16px;
}


@media (min-width: 1024px) {
    .container-brand {
        padding: 100px 80px;
    }

    .container_collection {
        padding: 175px 80px 120px 80px;
    }

    .container_footer {
        padding: 40px 80px;
    }

    /* .text_title_size_80 {
        font-size: 80px;
    }

    .text_title_size_60 {
        font-size: 60px;
    }

    .text_sub_title_size_60 {
        font-size: 60px;
    }

    .text_sub_title_size_40 {
        font-size: 40px;
    }

    .text_description_size {
        font-size: 24px;
    }

    .text_date_sign_new {
        font-size: 20px;
    } */
}


/* --------------------------- noly home ----------------------------- */

.no-scroll {
    overflow: hidden !important;
}

#black1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0);
    z-index: 999;
}

.home .container-header {
    z-index: 99;
}

.color_collection:nth-child(odd) .active,
.color_collection:nth-child(odd).active {
    color: #fff;
}

.color_collection:nth-child(odd) .active .color_name_prd,
.color_collection:nth-child(odd).active .color_name_prd {
    color: #ccc;
}

.color_collection:nth-child(odd) {
    color: #CCCCCC;
}

.color_collection:nth-child(even) .active,
.color_collection:nth-child(even).active {
    color: #121212;
}

.color_collection:nth-child(even) {
    color: #4A5260;
}

.container_collection.color_collection:nth-child(odd) {
    color: #121212;
}

.container_collection.color_collection:nth-child(even) {
    color: #CCCCCC;
}

.bg-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* z-index: -1; */
    opacity: 0;
}

/* --------------------------- header ----------------------------- */

.container-header {
    display: flex;
    padding: 16px 88px 16px 80px;
    position: fixed;
    width: 100%;
    z-index: 999;
    font-size: var(--fs_text_description_size);
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.custom-header ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 60px;
}

@media (min-width: 1200px) {
    .custom-header ul {
        gap: 80px;
    }
}

/* .custom-header ul li {
    padding-left: 60px;
}

@media (min-width: 1200px) {
    .custom-header ul li {
        padding-left: 80px;
    }
} 
*/

.custom-header ul li a {
    color: #ccc;
    text-decoration: none;
    /* position: relative; */

}

.custom-header ul li.current_page_item a {
    background-color: #4A5260;
    padding: 5px 15px;
    border-radius: 50px;
}

/* .custom-header ul li.current_page_item a::after {
    content: '';
    background-color: #4A5260;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    padding: 20px 30px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 50px;
} */

.border_lang {
    /* border: 1px solid #4A5260;
    border-radius: 50px;
    width: fit-content;
    padding: 2.5px; */
    display: flex;
    gap: 13px;
}

.box_lang {
    /* width: 35px;
    height: 35px;
    align-content: center;
    text-align: center; */
    color: #4A5260 !important;
    text-decoration: none;
    display: block;
}

.box_lang.active {
    /* background-color: #4A5260;
    border-radius: 50px; */
    color: #fff !important;
}

/* --------------------------- header mobile----------------------------- */

.container_header_mobile {
    display: flex;
    padding: 26px 16px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #121212;
}

.custom-header-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom-header-mobile ul li {
    /* padding-left: 80px; */
    width: fit-content;
}

.custom-header-mobile ul li a {
    color: #ccc;
    text-decoration: none;
}

/* .menu-mobile {
    height: 20%;
    width: 100%;
    position: fixed;
    z-index: 98;
    top: 0;
    right: 0;
    background-color: #1c2e56;
    overflow-x: hidden;
    transition: 0.5s;
}

.menu-mobile.open {
    top: 0;
    right: 0;
    background-color: #1c2e56;
} */
.menu-mobile {
    position: absolute;
    height: 350px;
    width: 100%;
    left: 0px;
    top: 100%;
    display: none;
    background-color: #121212;
    font-weight: 500;
    font-size: var(--fs_text_date_sign_new);
    line-height: 100%;
    text-transform: uppercase;
}

.hamburger-icon {
    z-index: 22222;
    align-content: center;
}

.hamburger-icon .line {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    /* margin: 6px; */
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

.hamburger-icon .line:nth-child(2) {
    margin: 6px 0px;
}

.hamburger-icon:hover {
    cursor: pointer;
}

.hamburger-icon.nav-opan .line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-icon.nav-opan .line:nth-child(2) {
    opacity: 0;
}

.hamburger-icon.nav-opan .line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* --------------------------- Layer Slider ----------------------------- */
.ls-inner {
    z-index: 100;
}

/* --------------------------- arrow banner ----------------------------- */
:root {
    --banner-color: #fff;
    --view-color: #4A5260;
}

.arrow_container {
    display: inline-block;
    position: relative;
    height: 52px;
    width: 32px;
}

.arrow_container.arrow_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.arrow_container:focus {
    outline: none;
}

.arrow {
    width: 32px;
    height: 32px;
    margin: 0px;
    display: inline-block;
    position: absolute;
    border: 1px solid var(--banner-color);
    border-radius: 50px;
    top: 0;
    transition: ease 0.3s;
    cursor: pointer;
}

.arrow::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: var(--banner-color);
    border-width: 1px 1px 0 0;
    position: absolute;
    transform-origin: 50% 50%;
}

.arrow::after {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: var(--banner-color);
    position: absolute;
    transform-origin: 50% 50%;
}

.st_view .arrow,
.st_view .arrow::before,
.st_view .arrow::after {
    border-color: var(--view-color);
}

.arrow.down::before {
    transform: rotate(135deg);
    margin: -4px 0px 0px -5px;
}

.arrow.down::after {
    width: 0;
    height: 14px;
    border-width: 0 1px 0 0;
    transform: translate(-50%, -50%);
    transition: ease 0.3s;
}

.arrow_container:hover .arrow.down::after {
    width: 0;
    height: 42px;
    border-width: 0 1px 0 0;
    transform: translate(-0.5px, -35px);
}

.arrow {
    transform: translateY(0);
}

.arrow_container:hover .arrow {
    transform: translateY(20px);
}

/* ---------------------------------------------------------------- */

@media (max-width: 1024px) {
    .position-story {
        position: relative;
        top: -72px;
    }

    .is-ios-safari .position-story {
        position: relative;
        top: -82px;
    }
}

@media (max-width: 576px) {
    .is-ios-safari .position-story {
        position: relative;
        top: -90px;
    }
}

/* .animated_slide_up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.animated_slide_up.active_animated_slide_up {
    opacity: 1;
    transform: translateY(0);
} */

.prd_hv,
.box_story {
    position: relative;
}

.prd_hv:hover .opa_cms {
    opacity: 0.2;
}

.box_sp {
    position: absolute;
    top: 16px;
    left: 15px;
    background-color: #2053FF;
    padding: 6px 16px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.box_sp.in_single_prd {
    position: unset;
    display: inline-block;
}

.title_effect_hv {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    align-content: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.prd_hv_active {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    align-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.box_story:hover .title_effect_hv {
    opacity: 1;
}

.hv_btc {
    color: #4A5260 !important;
    transition: color 0.3s ease;
}

.hv_btc:hover {
    color: #fff;
}

@media (min-width: 1400px) {
    .prd_hv.prd_hv:hover .prd_hv_active {
        opacity: 1;
    }
}

/* -------------------------- single product --------------------------- */

.custom_ul_single ul {
    margin: 0;
    padding-left: 25px;
}

/* ธีมดำ */
.sin_prd_black {
    --text-color: #ccc;
    --text-color-section: #4A5260;
    --text-color-main-tab: #4A5260;
    --border-color: #ccc;
    --bg-color: #121212;
    background-color: var(--bg-color);
    color: var(--text-color);

    --text_color_lang_acive: #fff;
    --text_color_lang: #4A5260;
}

/* ธีมขาว */
.sin_prd_white {
    --text-color: #121212;
    --text-color-section: #A7C3E9;
    --text-color-main-tab: #CCCCCC;
    --border-color: #121212;
    --bg-color: #fff;
    background-color: var(--bg-color);
    color: var(--text-color);

    --text_color_lang_acive: #121212;
    --text_color_lang: #ccc;
}

.sin_prd_black .box_lang,
.sin_prd_white .box_lang {
    color: var(--text_color_lang) !important;
}

.sin_prd_black .box_lang.active,
.sin_prd_white .box_lang.active {
    color: var(--text_color_lang_acive) !important;
}


.sin_prd_black .hamburger-icon .line,
.sin_prd_white .hamburger-icon .line {
    background-color: var(--text-color);
}

.sin_prd_black .menu-mobile,
.sin_prd_white .menu-mobile {
    background-color: var(--bg-color);
}


.sin_prd_black a,
.sin_prd_white a {
    color: var(--text-color) !important;
}

.color_section {
    color: var(--text-color-section);
}

.main_tab {
    color: var(--text-color-main-tab);
}

.main_tab.active {
    color: var(--text-color);
}

.border_number {
    border: 1px solid var(--text-color);
    border-radius: 50px;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}

.border_select_use_prd {
    border: 1px solid var(--border-color);
    border-left: 0;
    color: var(--text-color-main-tab);
}

.border_fill {
    width: -webkit-fill-available;
}

.border_fill:first-child .border_select_use_prd {
    border-left: 1px solid var(--border-color);
}

.border_select_use_prd.active {
    border-bottom: 0;
    color: var(--text-color);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.border_how_use_prd {
    border: 1px solid var(--border-color);
    border-top: 0;
}

.border_st_prd {
    border-bottom: 0;
}

.border_st_prd:has(+ .border_st_prd) {
    border-bottom: 1px solid var(--border-color);
}

.border_top_remark {
    border-top: 1px solid var(--border-color);
}

.color-shp {
    color: var(--text-color);
}

.color-shp .arrow,
.color-shp .arrow::before,
.color-shp .arrow::after {
    border-color: var(--text-color);
}

.border_select_use_prd_mobile {
    border: 1px solid var(--border-color);
    color: var(--text-color);
}

.border_select_use_prd_mobile .border_title_mobile {
    border-bottom: 1px solid var(--border-color);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* -------------------------- swiper single product --------------------------- */

.custom_swiper_single {
    position: relative;
}

.custom_swiper_single .swiper-button-next,
.custom_swiper_single .swiper-button-prev {
    color: var(--text-color);
    top: 100px;
    transform: translate(-10%, -50%);
    width: fit-content;
    height: fit-content;
}

.custom_swiper_single .swiper-button-next {
    right: 10%;
}

.custom_swiper_single .swiper-button-prev {
    left: 10%;
}

.custom_swiper_single .swiper-button-next::after,
.custom_swiper_single .swiper-button-prev::after {
    font-size: 15px;
}

.custom_swiper_single .swiper-pagination {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    transform: translate(0%, 100%);
    height: fit-content;
}

/* -------------------------------------------------------------------- */

.no-copy {
    user-select: none;
}


.w_usage {
    width: 20px;
    height: 20px;
}

@media (min-width: 1024px) {
    .w_usage {
        width: 30px;
        height: 30px;
    }

    .img_sticky {
        position: sticky;
        top: 75px;
    }
}

.title-banner {
    position: relative;
    z-index: 2;
}

.black2 {
    width: 1000vw;
    height: 1000vh;
    background-color: black;
    position: absolute;
    top: -500%;
    left: -500%;
    z-index: 1;
}