.header {
    /* background: rgba(0, 0, 100 , 0.4); */
    position: relative;
    height: 100vh;
    top: 0;
}

.btn-detail {
    position: fixed;
    right: 10px;
    top: 10%;
    z-index: 1;
    display: none;
}

.btn-detail-public {
    position: absolute;
    right: 10px;
    top: 15%;
    z-index: 1;
    display: none;
}

.btn-detail .Heading6_03 {
    font-size: 1rem;
}

.btn-detail button {
    background-color: #4caf50; /* Green */
    border: none;
    color: white;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 11px 1px;
    cursor: pointer;
    /* font-size: 20px; */
}

.btn-map {
    background-color: #8b63bb;
    border: none;
    color: white;
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0.5rem;
    width: 140px;
    font-size: 1.2rem;
    border-radius: 6px;
}

.btn-map:hover {
    background-color: #ac7be7;
    color: white;
}

.fp-viewing-home .btn-detail {
    display: unset;
}

.fp-viewing-publicize .btn-detail-public {
    display: unset;
}

.nav-login-btn-wrapper {
    position: fixed;
    top: 2%;
    right: 4%;
    z-index: 1;
    display: none;
}

.background-image {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50%;
    /* z-index: 1; */
}

.text {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 75%;
    z-index: 2;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}
.text-02 {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* top: 83%; */
    bottom: 10%;
    z-index: 2;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

.text p,
.text-02 p {
    color: white;
}

.text-shadow {
    text-align: center;
    width: 100%;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

.gradian_top1 {
    position: absolute;
    left: -11.25%;
    right: 34.93%;
    top: -21.79%;
    bottom: -110.89%;

    background: radial-gradient(
        40.48% 41.18% at 30.33% 19.29%,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(165, 227, 241, 0) 100%
    );
    z-index: 0;
}

.gradian_top2 {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 15%;
    /* Gradiant_Top_01 */
    background: linear-gradient(180deg, #98b5e0 0%, rgba(255, 255, 255, 0) 100%);
    /* background-blend-mode: multiply; */
    z-index: 0;
}

.footer-bottom {
    position: fixed;
    left: 0;
    bottom: -1px;
    width: 100%;
    background-color: #604185;
    color: white;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-login-btn {
    display: none;
}

.fp-viewing-home .btn-view,
.fp-viewing-zone-1 .btn-view .zone1,
.fp-viewing-zone-2 .btn-view .zone2,
.fp-viewing-zone-3 .btn-view .zone3,
.fp-viewing-zone-4 .btn-view .zone4,
.fp-viewing-zone-5 .btn-view .zone5,
.fp-viewing-zone-6 .btn-view .zone6,
.fp-viewing-zone-7 .btn-view .zone7 {
    position: fixed;
    right: 20px;
    bottom: 40px;
}

.navbar-info {
    display: flex;
    align-items: center;
}
.about .Paragraph01 {
    color: #604185;
}

.img-register-btn {
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 1px;
    background-color: #2176c3;
    margin-left: -38px;
}

.img-login-btn {
    padding: 1px;
    background-color: #2176c3;
    margin-left: -38px;
}

.logo-img {
    margin-top: 98px;
    max-width: 222px;
    height: auto;
}

/* .cloud {
    position: relative;
} */

.cloudSize img {
    width: 364px;
    height: 219px;
    transition: opacity 5s;
    max-width: none;
}

.login-icon-white {
    max-width: none;
}

.fullpage-navigation.Paragraph01 li,
.fullpage-navigation2.Paragraph01 li,
.fullpage-navigation3.Paragraph01 li,
.fullpage-navigation4.Paragraph01 li {
    font-size: 1.5rem;
}

.footer-bottom .footer-bg {
    background-color: white;
    border-radius: 3px;
    padding: 4px;
}
.location .Heading6 {
    font-size: 26px;
}

.vdo-public iframe {
    max-width: 1000px;
    max-height: 600px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Info in Home */
.alert {
    z-index: 3;
    cursor: pointer;
    position: relative;
    width: auto;
}

input.check1 {
    transform: scale(1.5);
}

.checkbox {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.bg-white-info-home {
    position: fixed;
    top: 0;
    height: 25%;
    width: 100%;
    left: 0;
    z-index: -1;
    background: #ffffffc9;
}
.closebtn {
    position: absolute;
    right: 2%;
    top: 10%;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 40px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: white;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about .Paragraph01 p {
    word-break: break-word;
}

.user-relative {
    position: relative;
}
.text-temp {
    position: absolute;
    top: -25%;
    left: 4%;
    font-size: 2rem;
}

.text-user {
    position: absolute;
    top: 14%;
    left: 41%;
    font-size: 0.9rem;
    width: 50px;
    text-align: center;
}

.text-user-max {
    position: absolute;
    top: 27%;
    left: 59%;
    font-size: 0.9rem;
}

#home-img-info-2 {
    display: none;
}

.prezone-text p {
    text-align: center;
}
.prezone .prezone-text p {
    font-size: 1.4rem;
}
.prezone .Heading6_02 {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    z-index: 20;
}

/* Modal Content */
.modal-content {
    background-color: #72b1c7;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.buttons-wrapper {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#threesixty {
    display: unset;
}
#threesixtyPhone,
#threesixtyMed {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .text .Heading3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .text-02 .Heading4 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .about .Paragraph01 p {
        font-size: 1rem;
        line-height: 2rem;
    }
    .about .Heading3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .prezone .Heading3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .about .Paragraph02 {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .event .Heading3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .map-responsive {
        overflow: hidden;
        padding-bottom: 79.25%;
        position: relative;
        height: 0;
    }

    .map-responsive iframe {
        left: 7%;
        top: 5px;
        height: 100%;
        width: 85%;
        position: absolute;
    }

    .location .Paragraph01 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .location .Heading6 {
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .img-login-btn {
        margin-left: 0px;
    }
    .nav-login-btn-wrapper {
        display: unset;
    }
    .small-login-btn {
        display: none;
    }

    .btn-detail {
        position: fixed;
        right: 12px;
        top: 17%;
        z-index: 1;
    }
    .vdo-public iframe {
        max-width: 70%;
        max-height: 300px;
    }
    .info-carousel img {
        max-width: 90%;
    }
}

@media only screen and (max-width: 1000px) {
    #threesixtyMed {
        display: unset;
    }
    #threesixty,
    #threesixtyPhone {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .text .Heading3 {
        font-size: 7.5vmin;
        line-height: 9vmin;
    }
    .text-02 .Heading4 {
        font-size: 6vmin;
        line-height: 6vmin;
    }
    .text {
        top: 30%;
    }
    .background-image {
        top: 60%;
    }
    .about .Paragraph01 p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .about-carousel img {
        max-width: 50%;
        margin-left: 25%;
    }
    .event-carousel img {
        max-width: 80%;
        margin-left: 10%;
    }
    .info-carousel img {
        max-width: 80%;
    }
    .event-img {
        max-width: 60%;
        margin-left: 20%;
    }
    .footer-bottom {
        height: 30px;
    }
    /* .btn-view{
        bottom: 40px;
    } */
    .logo-img {
        transition: all 1s ease-out;
        margin-top: 90px;
        max-width: 187px;
        height: auto;
    }
    .fp-viewing-about .logo-img,
    .fp-viewing-event .logo-img,
    .fp-viewing-prezone .logo-img,
    .fp-viewing-location .logo-img,
    .fp-viewing-zone-1 .logo-img,
    .fp-viewing-zone-2 .logo-img,
    .fp-viewing-zone-3 .logo-img,
    .fp-viewing-zone-4 .logo-img,
    .fp-viewing-zone-5 .logo-img,
    .fp-viewing-zone-6 .logo-img,
    .fp-viewing-zone-7 .logo-img {
        transition: all 1s ease-in-out;
        margin-top: 40px;
        max-width: 100px;
        height: auto;
    }
    .cloudSize img {
        width: 164px;
        height: 119px;
    }
    .small-login-btn {
        display: unset;
    }
    .big-login-btn {
        display: none;
    }
    .btn-detail {
        position: fixed;
        right: 12px;
        top: 37%;
        z-index: 1;
    }
    .fp-viewing-home .home-login-btn {
        display: unset;
    }
    .footer-bottom .footer-bg {
        width: 9% !important;
    }
    .vdo-public iframe {
        max-width: 70%;
        max-height: 280px;
    }
    .prezone .prezone-text p {
        font-size: 1rem;
    }
    .prezone .Heading6_02 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 520px) {
    #threesixtyPhone {
        display: unset;
    }
    #threesixty,
    #threesixtyMed {
        display: none;
    }
}

@media screen and (max-height: 650px) {
    .about .Paragraph02 {
        opacity: 0;
    }
    .about-carousel {
        display: none;
    }
    .about .Heading3 {
        font-size: 2rem;
    }
    .about .Paragraph01 p {
        text-align: center;
    }
    .rd-navbar-fixed.active .logo-img {
        transition: all 1s ease-in-out;
        margin-top: 40px;
        max-width: 100px;
        height: auto;
    }
    .btn-view,
    .btn-view .zone1,
    .btn-view .zone2,
    .btn-view .zone3,
    .btn-view .zone4,
    .btn-view .zone5,
    .btn-view .zone6,
    .btn-view .zone7 {
        width: 24px;
        height: 24px;
    }
    .location .Heading5 {
        font-size: 26px;
        line-height: 10px;
    }
    .location .Heading6 {
        font-size: 1.2rem;
        line-height: 3rem;
    }
    .location .Paragraph01 {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .prezone .text-shadow {
        display: none;
    }
    .prezone .Heading6_02 {
        margin-bottom: unset;
    }
    .prezone .Paragraph01 {
        line-height: 15px;
    }
    .prezone .btn-map {
        margin-bottom: 15%;
    }
    .user-relative .img-1 {
        width: 29%;
    }
    .location-detail {
        display: none;
    }
}
