@font-face {
    font-family: 'Krub-Bold';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-BoldItalic';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-ExtraLight';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-ExtraLightItalic';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-Italic';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-Light';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-LightItalic';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-Medium';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-MediumItalic';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-Regular';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-SemiBoldr';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Krub-SemiBoldItalic';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/Krub/Krub-SemiBoldItalic.ttf') format('truetype')
}
@font-face {
    font-family: 'SVN-UltraMedian-Bold';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/SVN-UltraMedian-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'SVN-UltraMedian-Regular';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/SVN-UltraMedian-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'dahlia-medium';
    src: url('/DreamGardenCity/wp-content/uploads/assets/font/dahlia-medium.otf') format('opentype');
}

/* Reset All Styles */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{

}
.bg-app-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(2 115 94 / var(--tw-bg-opacity, 1));
}
body {
    padding-bottom: 76px;
    font-family: SVN-UltraMedian-Regular, SVN-Ultra, dahlia-medium, Krub-Medium, serif !important;
}
input, textarea {
    font-size: 16px;
}
section {
    position: relative;
}

/* Container chứa cả nút và menu */
.nav-container {
    position: fixed;
    bottom: 0; /* Ẩn hoàn toàn khỏi màn hình */
    left: 0;
    width: 100%;
    background-color: #02735e;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    transition: translateY 0.4s ease-in-out;
    z-index: 1000;
    transform: translateY(75%);
}

.nav-container.open {
    transform: translateY(0);
}
.iScrollVerticalScrollbar {
    opacity: 0;
}
.burger-button {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 28px;
    background-color: #02735e;
    color: white;
    cursor: pointer;
}

.burger-button:hover {
    background-color: #02735e;
}

.nav-menu {
    display: flex;
    flex-direction: column;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    padding: 15px;
    text-align: center;
    font-size: 18px;
}

.nav-menu a:hover {
    background-color: #f9f9f9;
}

.nav-container img {
    width: auto;
    height: 30px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.main-image {
    height: calc(100vh - 76px);
    object-fit: cover;
    width: 100%;
}

.image-section-2 {
    height: 70vh;
    width: 100%;
    object-fit: contain;
}

.position-absolute {
    position: absolute;
}

.section-1 {
    height: calc(100dvh);
    width: auto;
    background: url("/DreamGardenCity/wp-content/uploads/assets/svg/Mobile/1x/section_bg1.webp") center;
    background-size: cover;
    position: relative;
    padding-top: 20%;
}

.section-1 > div:nth-child(1) img {
    width: 45%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.section-1 > div:nth-child(2) img {
    width: 12%;
    position: absolute;
    left: 20px;
}
.section-1 > div:nth-child(3) img {
    width: 10%;
    position: absolute;
    right: 20px;
    transform: translateY(-15px);
}
.section-1 > div:nth-child(4) img {
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
}

.section-2 {
    height: 100dvh;
    width: auto;
    background-size: cover;
    position: relative;
    padding-top: 30%;
}

.section-2 > div:nth-child(1) img {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.section-3 {
    height: calc(100dvh - 75px);
    width: auto;
    background: url("/DreamGardenCity/wp-content/uploads/assets/image_mb/section3/img.png") center;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.section-3 > div:nth-child(1) img {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.section-3 > div:nth-child(2) img {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.section-3 > div:nth-child(3) img {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.section-4 {
    height: 100vh;
    width: auto;
    background: url("/DreamGardenCity/wp-content/uploads/assets/image_mb/section4/img.png") center;
    background-size: cover;
    position: relative;
}

.section-4 .swiper-slide {
    display: flex;
    justify-content: center;
}
.section-4 .mySwiper {
    position: relative;
}
.section-4 .swiper-pagination {
    position: absolute;
    top: 45% !important;
}
.section-4 img {
    /*width: 60%;*/
    height: calc(80vh - 80px);
}
.section-6 {
    height: calc(100vh - 73px);
    width: auto;
    background: url("/DreamGardenCity/wp-content/uploads/assets/image_mb/section6/img.png") center;
    background-size: cover;
    padding-top: 5%;
}
.section-6 > div:nth-child(1) img {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.mySwiper .swiper-pagination-bullet{
    background-color: #7883ef;
    opacity: 1;
}
.mySwiper .swiper-pagination-bullet-active{
    background-color: rgb(2 115 94);
}
.mySwiper-section3 .swiper-pagination-bullet {
    background-color: rgb(2 115 94);
    width: 10px;
    height: 10px;
    opacity: 1;
}
.mySwiper-section3 .swiper-pagination-bullet-active {
    background: rgb(255 207 74);
}
.section-7 {
    background-color: #e2eed8;
    width: auto;
    position: relative;
    height: calc(100dvh + 120px);
}
.section-7 > div:nth-child(1) {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.section-7 > div:nth-child(1) img {
    width: 80%;
}
.section-7 > div:nth-child(3) {
    position: relative;
}
.section-7 > div:nth-child(3) img:nth-child(2) {
    width: 15%;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.section-8 {
    height: 100vh;
    width: auto;
    background: url("/DreamGardenCity/wp-content/uploads/assets/image_mb/section8/img.png") center;
    background-size: cover;
    padding-bottom: 10vh;
    padding-top: 10vh;
}
.section-8 img {
    width: 85vw;
    object-fit: contain;
}
.section-8 .swiper-slide {
    display: flex;
    justify-content: center;
    opacity: 0 !important;
}
.section-8 .mySwiper-section2 {
    padding-bottom: 50px;
}
.section-8 .swiper-slide {
    display: flex;
    justify-content: center;
    opacity: 0 !important;
}
.section-8 .swiper-slide-active {
    opacity: 1 !important;
}

.section-9 {
    height: calc(100dvh - 70px);
    padding-top: 3dvh;
    width: auto;
    background: url("/DreamGardenCity/wp-content/uploads/assets/image_mb/section9/img.png") center;
    background-size: cover;
    /*display: flex;*/
    /*align-items: center;*/
    --swiper-pagination-bottom: 60%;
}
.section-9 img {
    width: 95%;
}
.section-9 .swiper-slide {
    display: flex;
    align-items: center;
    opacity: 0 !important;
}
.section-9 .swiper-slide-active {
    opacity: 1 !important;
}
.section-11 {
    height: calc(100vh - 75px);
    width: auto;
    background: #025948;
}
.section-12 {
    height: calc(100vh - 75px);
    width: auto;
    background: url("/DreamGardenCity/wp-content/uploads/assets/image_mb/section12/img.png") center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.section-13 {
    height: calc(100vh + 75px);
    width: auto;
    background: url("/DreamGardenCity/wp-content/uploads/assets/image_mb/section13/img.png") center;
    background-size: cover;
}
.section-13 > div:nth-child(1) img {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 10%;
}
.vertical-scrolling .mobile {
    width: 100%;
}
.mobile {
    display: none;
}
.text-app-secondary {
    color: #49ad70;
}
.mySwiper-section2 {
    --swiper-pagination-bottom: 50px;
}

.mySwiper-section2 .swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background: rgb(255 207 74);
}
.mySwiper-section2 .swiper-pagination-bullet {
    --swiper-pagination-bullet-inactive-opacity: 1;
    border: none !important;
    padding: 4px;
    border-radius: 4px;
    color: rgb(73 173 112);
    width: auto;
    height: auto;
    text-transform: uppercase;
    background: #fff7f5;
    font-size: 12px;
}
.mySwiper-section2 .swiper-pagination-bullet-active {
    background: rgb(255 207 74);
}
.text-app-primary {
    --tw-text-opacity: 1;
    color: rgb(2 115 94 / var(--tw-text-opacity, 1));
}
/*.contactForm {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    font-size: 10px;*/
/*    left: 50%;*/
/*    color: #02735e;*/
/*    font-family: "Krub-Medium", serif;*/
/*    width: calc(100% - 60px);*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/*.contactForm > div {*/
/*    display: flex;*/
/*}*/
/*.contactForm > div label {*/
/*    width: 80px;*/
/*    display: flex;*/
/*    align-items: end;*/
/*}*/
/*.contactForm > div input, .contactForm > div textarea {*/
/*    flex: 1;*/
/*    background: none;*/
/*    border-bottom: 1px dotted #02735e;*/
/*}*/
/*.contactForm > div input:focus-visible, .contactForm > div textarea:focus-visible {*/
/*    outline-color: #02735e;*/
/*}*/
img[alt="contact"] {
    cursor: pointer;
}
@media only screen and (max-width: 600px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
        /*padding-bottom: 80px;*/
        /*overflow: hidden;*/
    }
    .section-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .section-2 div:nth-child(1) {
        width: 100vw;
    }
    .section-2 div:nth-child(2) {
        width: 70vw;
        margin-left: -50px;
    }
    .vertical-scrolling[data-page="6"] {
        padding: 0;
    }
    .vertical-scrolling[data-page="12"] {
        background: #025948;
    }
    .vertical-scrolling[data-page="5"] .scroll-content > div > div {
        height: 100vh;
    }
    .vertical-scrolling[data-page="12"] .content:after {
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #49ad70;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 0;
    }
    .vertical-scrolling[data-page="12"] .content {
        width: 45dvh;
        padding: 10px;
        border: 1px solid #49ad70;
        position: relative;
        background: #025948;
        z-index: 1;
    }
    .section-10 {
        display: flex;
        align-items: center;
    }
    .vertical-scrolling[data-page="12"] .sub-content {
        padding: 10px;
        border: 1px solid #49ad70;
    }
    .vertical-scrolling[data-page="13"] {
        padding: 0;
    }
    .vertical-scrolling[data-page="5"] .mobile {
        background: #025948;
        /*height: 100vh;*/
    }
    .vertical-scrolling[data-page="5"] .top-data {
        position: relative;
    }
    .vertical-scrolling[data-page="5"] .content div:nth-child(1) {
        width: 25vw;
    }
    .vertical-scrolling[data-page="5"] .content div:nth-child(2) {
        width: 75vw;
    }
    .vertical-scrolling[data-page="5"] .content div:nth-child(3) {
        width: 75vw;
    }
    .vertical-scrolling[data-page="5"] .data-content-2 .content div:nth-child(2) {
        width: 75vw;
    }
    .vertical-scrolling[data-page="5"] .data-content-2 .content div:nth-child(3) {
        width: 75vw;
    }
    .vertical-scrolling[data-page="5"] .data-content-3 .content div:nth-child(2) {
        width: 45vw;
    }
    .vertical-scrolling[data-page="5"] .data-content-3 .content div:nth-child(3) {
        width: 35vw;
    }
    .vertical-scrolling[data-page="7"] {
       background: #025948;
    }
    .top-data img:nth-child(1) {
        position: absolute;
        width: 60vw;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .top-data:after {
        content: "";
        width: 1px;
        height: 70px;
        background-color: #ffcf4a;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translate(-50%,-50%);
    }
    .vertical-scrolling[data-page="11"] img {
        width: 70vw;
    }
    .vertical-scrolling[data-page="11"] {
        background: url("/DreamGardenCity/wp-content/uploads/assets/svg/Mobile/1x/background.webp") center;
    }
    /*.scrollable-section .scroll-content {*/
    /*    height: 100% !important;*/
    /*    overflow-y: auto;*/
    /*}*/
    .vertical-scrolling[data-page="8"] {
        padding-left: 0;
    }
}