@font-face {
    font-family: 'Butler Stencil';
    src: url('Butler_Regular_Stencil.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Lyon Display Trial';
    src: url('LyonDisplay-Regular-Trial.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Whitney Book';
    src: url('whitneybook.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Atyp Display Medium';
    src: url('AtypText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



    *{
        margin: 0;
        padding: 0;
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
        /* overflow: hidden; */
    }

    body{
        position: relative;
        min-height: 100vh;
        width: 100%;
    }
    nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(rgba(14,29,51,0.8));
        z-index: 998;
    }
    .navigation{
        display: flex;
    }
    .nav-btn{
        position: fixed;
        top: 24px;
        left: 96%;
        height: 45px;
        width: 45px;
        text-align: center;
        cursor: pointer;
        transition: all .9s ease;
        z-index: 9999;
    }
    .nav-btn.size{
        top: 4px;
    }
    .nav-btn.click{
        color: #0F0F17;
        z-index: 99999;
    }
    .nav-btn span{
        color:#F7F5F1;
        font-size: 28px;
        line-height: 45px;
        z-index: 999;
    }
    .nav-btn span.size{
        color: #000000;
    }
    .nav-btn.click span::before{
        content: '\F62A';
        z-index: 999;
    }
    .sidebar{
        position: fixed;
        display: flex;
        width: 100%;
        height: 100%;
        /* left: 1%;*/
        top: -1200px;
        background: transparent;
        transition: top 1s ease;
        overflow: hidden;
        z-index: 999;
    }
    .sidebar.show{
        top: 10px;
    }
    .sidebar .menu {
        padding: 30px;
        margin-top: 30px;
        background: #F7F5F1;
        width: 100%;
        height: 85%;
        transition: top 3s;
    }
    .sidebar .contact{
        padding: 30px 0px 0px 80px;
        margin-top: 30px;
        background: #F7F5F1;
        width: 100%;
        height: 85%;
        transition: top 5s;
    }
    .sidebar .contact li{
        margin-top: 20px;
    }
    .sidebar .contact .li-1 a{
        text-transform: uppercase;
        font-family: 'Whitney', sans-serif;
        letter-spacing: .1em;
    }
    .sidebar .contact .li-2{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .sidebar .contact .li-2 a{
        line-height: 27px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
    }
    .sidebar .contact .li-3{
        margin-bottom: 20px;
    }
    .sidebar .contact .li-3 a{
        line-height: 27px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
    }
    .sidebar .contact .li-4{
        width: 65%;
        margin-top: 20px;
        border: .1em solid #000000;
        background: #F1ECE5;
        transition: all .5s;
    }
    .sidebar .contact .li-4 a{
        text-align: center;
        line-height: 27px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
    }
    .sidebar .contact .li-4:hover{
        background: #0F0F17;
    }
    .sidebar .contact .li-4:hover a{
        color: #F7F5F1;
    }
    .sidebar ul li{
        padding: 5px;
        line-height: 50px;
    }
    .sidebar .contact li a{
        position: relative;
        color: #0F0F17;
        text-decoration: none;
        font-size: 21px;
        font-family: 'Whitney Book', sans-serif;
        text-align: start;
        display: block;
        letter-spacing: .1em;
        width: 100%;
        border-right: 5px solid transparent;
        transition: all .5s;
    }
    .sidebar .menu li{
        width: 45%;
        margin-top: 10px;
    }
    .sidebar .menu li a{
        position: relative;
        color: #0F0F17;
        text-decoration: none;
        font-size: 40px;
        font-family: "Lyon Display Trial", sans-serif;
        text-align: start;
        display: block;
        width: 100%;
        line-height: 70px;
        border-right: 5px solid transparent;
        transition: all .5s;
    }
    .sidebar .menu li a:hover{
        color: #acaaaa;
        /* background: #fff; */
        border-right-color: #0F0F17;
        transition: all .5s;
    }
    .sidebar .menu li.active a{
        color: #3f3f3f;
        /* background: #fff; */
        border-right-color: #0F0F17;
        transition: all .5s;
    }
    /* Animasi Navbar */
    .sidebar .contact li.animate{
        animation: slideInUp;
        animation-duration: 4s;
    }
    .sidebar .menu li a.animate{
        animation: slideInUp;
        animation-duration: 3s;
    }
    .sidebar .menu.transisi{
        animation: slideInDown;
        animation-duration: 1s;
    }
    .sidebar .contact.transisi{
        animation: slideInDown;
        animation-duration: 3s;
    }
    .header-content{
        position: fixed;
        top: 0;
        width: 100%;
        background: transparent;
        z-index: 9998;
        transition: all .5s;
    }
    .header-content.nav{
        /* left: 86%; */
        top: 0px;
        max-width: 100%;
        background: #F7F5F1;
        z-index: 9999;
        transition: all .5s;
        text-align: end;
    }
    .content{
        display: flex;
        padding: 30px 10px;
        z-index: 9999;
        overflow: hidden;
        transition: all 1s;
    }
    .content.size {
        background: #EEE9E2;
        padding: 10px;
        transition: all 1s;
    }
    .content .container-content{
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0px 70px 0px 0px;
        text-align: end;
    }
    .content .container-content .logo{
        position: relative;
        top: 70px;
        width: 10%;
        opacity: 1;
        transition: all 1s;
    }
    .content .container-content a img{
        position: relative;
        width: 100%;
        opacity: 1;
        transition: all 1s;
    }
    .content .container-content .logo.display{
        color: #F7F5F1;
        opacity: 1;
        /* left: 4px; */
        top: 0px;
        transition: all 1s;
    }
    .content .container-content .logo.nav{
        left: 90%;
        opacity: 1;
        top: 0;
        transition: all 1s;
    } 
    .content .container-content button{
        margin-left: 35px;
        width: 120px;
        border: none;
        color: #F7F5F1;
        background: transparent;
        margin-top: 0px;
        font-size: 18px;
        font-family: "Whitney Book", sans-serif;
    }
    .content .container-content button.nav{
        display: none;
    }
    .content .container-content button.display{
        color: #0F0F17;
    }
    .container-content button i{
        margin-left: 5px;
    }
    .content .container-content ul{
        width: 10%;
        background: #EEE9E2;
    }
    .title-enquire{
        font-family: 'Whitney Book', sans-serif;
    }
    .enquire{
        position: fixed;
        left: 90%;
        z-index: 5;
    }
    .button{
        top: 800px;
        text-align: end;
        /* z-index: 998; */
    }
    .labelCheck h3{
        font-family: 'Whitney Book', sans-serif;
    }
    .button-input input{
        cursor: pointer;
        position: relative;
        background: #F7F5F1;
        border: .1em solid#000000;
        padding: 3px;
        width: 60px;
        height: 20px;
        font-size: 9px;
        transition: all .6s;
        font-family: 'Whitney Book',sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-align: center;
    }
    .input-enquire input{
        height: 30px;
    }
    .input-enquire input::placeholder{
        font-size: 13px;
        font-family: 'Whitney Book', sans-serif;
    }
    .input-enquire input[type='text']{
        font-size: 9px;
    }
    .input-enquire input[type='email']{
        font-size: 9px;
    }
    .input-enquire input[type='tel']{
        font-size: 9px;
    }
    .button button{
        background: #F7F5F1;
        border: .1em solid#000000;
        padding: 7px;
        width: 170px;
        height: 50px;
        font-size: 14px;
        transition: all .7s;
        font-family: 'Whitney Book',sans-serif;
        text-transform: uppercase;
        z-index: 998;
    }
    .button button:hover{
        color: #F7F5F1;
        background: #0F0F17;
        transition: all .7s;
    }
    .button ul{
        background: #EEE9E2;
        width: 100%;
        height: 330px;
    }

    .body-content{
        background: url(../img/Home.jpg);
        background-position: center;
        background-size: cover;
        /* margin-top: 90px; */
        height: 940px;
        overflow: hidden;
    }
    .body-content .image{
        background: rgba(107, 107, 107, 0.4);
        display: flex;
        flex-direction: column;
        padding: 20px;
        height: 100%;
        text-align: end;
        overflow: hidden;
    }
    .body-content .image .logo-adara{
        position: relative;
        left: 87%;
        top: -10px;
        max-width: 11%;
        text-align: end;
        transition: all .5s;
        opacity: 1;
    }
    .body-content .image .logo-east{
        position: relative;
        max-width: 7%;
        left: 47%;
    }
    .body-content .image .logo-adara.up{
        top: -120px;
        opacity: 0;
        transition: all .5s;
    }
    .title h1{
        position: relative;
        margin-top: 100px;
        max-width: 100%;
        color: #F7F5F1;
        font-weight: 550;
        font-size: 120px;
        font-family: 'Atyp Display Medium',sans-serif;
        transition: all 2.5s;
        text-align: center;
    }
    .title p{
        font-size: 30px;
        color: #F7F5F1;
        text-align: center;
        font-family: 'Whitney Book',sans-serif;
    }

    .text-content{
        margin-top: 40px;
    }
    .slider{
        flex-direction: column;
        max-width: 55%;
        overflow: hidden;
    }
    .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: start;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper {
        text-align: center;
        width: 100%;
        height: 400px;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        width: 100%;
        height: 60%;
      }

      .mySwiper {
        margin-top: 20px;
        height: 15%;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .mySwiper .swiper-slide {
        cursor: pointer;
        width: 100%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    .residence {
        padding: 30px;
        margin-top: 100px;
    }
    .residence h3{
        font-size: 30px;
        color: #525D40;
        font-family: 'Whitney Light', sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
    }
    .residence h1 {
        margin-top: 25px;
        font-size: 60px;
        color: #525D40;
        font-family: 'Atyp Display Medium', sans-serif;
        /* letter-spacing: .1em; */
    }
    .residence p {
        margin-top: 40px;
        font-size: 21px;
        color: #525D40;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        text-align: justify;
    }
    .container-discovery{
        background: #EEE9E2;
        padding: 40px;
    }
    .discovery{
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .discovery .img-discovery img{
        max-width: 7%;
    }
    .title-discovery{
        flex-direction: column;
        line-height: 10px;
        margin-top: 20px;
    }
    .title-discovery h1{
        font-size: 45px;
        font-family: 'Atyp Display Medium', sans-serif;
        color: #525D40;
        letter-spacing: .1em;
    }
    .text-discovery {
        margin-top: 20px;
        padding: 0px 60px 60px 60px;
    }
    .text-discovery p{
        font-size: 23px;
        font-family: 'Whitneybook', sans-serif;
        letter-spacing: .1em;
        margin-top: 30px;
        color: #525D40;
    }
    .container-type{
        flex-direction: column;
        background: #E8E5EA;
        padding: 40px;
        overflow: hidden;
    }
    .title-type h1{
        width: 80%;
        font-size: 70px;
        font-family: 'Atyp Display Medium', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .content-type{
        margin-top: 60px;
    }
    .content-type h3{
        font-size: 30px;
        font-family: 'Whitney Light', sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        color: #525D40;
    }
    .swiper-slide a{
        text-decoration: none;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    .swiper-slide a:hover{
        text-decoration: none;
    } 
    .img1 h3{
        margin-top: 53%;
        font-size: 70px;
        font-family: 'Atyp Display Medium', sans-serif;
        text-transform: capitalize;
        text-align: center;
        color: #F7F5F1;
    }


    /* Big Carousel */
    .swiper-section{
        background: #E8E5EA;
    }
    .container-swiper{
        display: flex;
        flex-direction: column;
        overflow: hidden;
        align-items: center;
        justify-content: center;
    }
    .swiper1 {
        width: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .content-facilities{
        max-width: 100%;
        line-height: 20px;
    }
    .content-facilities h3{
        font-size: 30px;
        font-family: 'Whitney Light', sans-serif;
        letter-spacing: .1em;
        color: #372313;
    }
    .content-facilities h1{
        font-size: 60px;
        font-family: 'Atyp Display Medium', sans-serif;
        letter-spacing: .1em;
        color: #F7F5F1;
    }
    .text-facilities {
        padding: 30px 30px 30px 30px;
        max-width: 60%;
        margin-top: 25%;
    }
    .text1{
        position: relative;
        left: 40%;
    }
    .text-facilities p{
        font-size: 20px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        color: #F7F5F1;
        text-align: justify;
    }
    .swiper1 img{
        max-width: 100%;
    }
    .swiper-scrollbar{
        cursor: pointer;
        position: relative;
        top: 53%;
        margin-left: 24%;
        justify-content: center;
        max-width: 50%;
    }
    .bg-swiper{
        height: 800px;
    }
    .container-table{
        max-width: 100%;
        margin-top: 100px;
        gap: 70px;
    }
    .side-title{
        margin-top: 55px;
        margin-bottom: 30px;
    }
    .side-title h3{
        font-size: 30px;
        font-family: 'Whitney Medium', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .table-head {
        display: flex;
        gap: 30px;
    }
    .table-content{
        margin-left: 40px;
    }
    .table-head h3{
        font-size: 30px;
        font-family: 'Whitney Medium', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .table-head h2{
        font-size: 30px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .button-type{
        cursor: pointer;
        position: relative;
        background: #525D40;
        border: none;
        color: #F7F5F1;
        padding: 5px;
        width: 230px;
        height: 45px;
        font-size: 17px;
        transition: all .6s;
        font-family: 'Whitney Book',sans-serif;
        letter-spacing: .1em;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .button-type:hover  {
        background: #F7F5F1;
        color: #525D40;
        transition: all .6s;
    }
    .footer{
        display: flex;
        flex-direction: column;
        padding: 40px;
        background: #F7F5F1;
    }
    .container-footer{
        display: flex;
        margin-bottom: 20px;
    }
    .footer-email{
        flex-direction: column;
    }
    .footer-email .title-footer h1{
        width: 70%;
        font-family: 'Lyon Display Trial', sans-serif;
        font-size: 40px;
        letter-spacing: .1em;
        font-weight: 400;
    }
    .footer-email form{
        width: 63%;
        margin-top: 40px;
    }
    .footer-email form .input{
        gap: 5px;
    }
    .footer-email form .input .input-email{
        width: 100%;
    }
    .footer-email form label{
        font-family: 'Whitney Book', sans-serif;
        font-size: 25px;
        font-weight: 300;
        letter-spacing: .1em;
    }
    .footer-email form input{
        background: #EEE9E2;
        border: none;
    }
    .footer-email form input::placeholder{
        font-family: 'Whitney Book', sans-serif;
        color: black;
        letter-spacing: .1em;
    }
    .footer-email form textarea::placeholder{
        font-family: 'Whitney Book', sans-serif;
        color: black;
        letter-spacing: .1em;
    }
    .footer-email form textarea{
        background: #EEE9E2;
    }
    .input-type textarea {
        width: 100%;
        height: 190px;
        padding: 12px 20px;
        box-sizing: border-box;
        border: none;
        background-color: #EEE9E2;
        font-size: 16px;
        resize: none;
    }
    .footer-email form .input-type{
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        gap: 5px;
    }
    .footer-email form .input-type .keterangan{
        border: 1px solid #ddd;
        height: 100%;
    }
    .footer-email form .button-input{
        text-align: start;
        margin-top: 10px;
    }
    .footer-email form .button-input input{
        cursor: pointer;
        position: relative;
        background: #f0f0f0;
        border: .1em solid#000000;
        padding: 7px;
        width: 120px;
        height: 40px;
        font-size: 14px;
        transition: all .6s;
        font-family: 'Whitney Book',sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        text-align: center;
    }
    .footer-email form .button-input input:hover{
        color: #F7F5F1;
        background: #0F0F17;
        transition: all .6s;
    }
    .footer .text-footer label{
        font-size: 15px;
    }
    .footer-location{
        position: relative;
        right: 100px;
    }
    .footer-location h3{
        font-family: 'Whitney Medium', sans-serif;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .footer-location p{
        font-family: 'Whitney Book', sans-serif;
        font-size: 18px;
        line-height: 10px;
        letter-spacing: .1em;
    }
    .social-media{
        gap: 20px;
    }
    .social-media .body-media{
        display: flex;
        gap: 15px;
        margin-top: 10px;
    }
    .social-media .body-media a{
        text-decoration: none;
        color: #0F0F17;
        font-size: 25px;
    }
    /* Google Maps */
    .gmap_canvas {
        overflow: hidden;
        background: none!important;
        height: 200px;
        width: 600px;
    }
    .mapouter{
        position: relative;
        text-align: end;
        height: 200px;
        width: 500px;
    }
    .input-control{
        padding: 10px 16px;
        width: 100%;
        font-size: 15px;
        border: 1px solid #ddd;
    }
    .input-control:focus{
        outline: none;
    }
    .button{
        width: 100%;
        text-align: end;
        margin-top: 20px;
    }
    .btn{
        width: 100px;
        height: 40px;
        scale: 1;
    }
    .button-footer button{
        padding: 10px;
        margin-top: 30px;
        border: .1em solid#000000;
        background: #EEE9E2;
        width: 265px;
        height: 55px;
        font-size: 15px;
        transition: all .7s;
        font-family: 'Whitney Book',sans-serif;
        margin-bottom: 40px;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
    .button-footer button:hover{
        color: #EEE9E2;
        background: #0F0F17;
        transition: all .7s;
    }
    .button-footer button a{
        text-decoration: none;
        color: #0F0F17;
    }
    .button-footer button:hover a{
        color: #EEE9E2;
        transition: all .7s;
    }
    .footer hr {
        justify-content: center;
        width: 100%;
    }
    .copy p{
        font-size: 17px;
        color: #0F0F17;
        font-family: 'Lyon Display Trial', sans-serif;
        font-weight: 300;
        letter-spacing: .1em;
        text-align: end;
    }
    .copy hr{
        background-color: #0F0F17;
        height: 1px;
        border: none;
    }



@media (max-width: 1400px){
    .nav-btn{
        top: 16px;
    }
    .nav-btn.size{
        top: 0px;
    }
    .sidebar .menu li a{
        font-size: 30px;
    }
    .content .container-content{
        padding: 0px 0px 0px 0px;
    }
    .content .container-content .logo{
        right: 3%;
        width: 11%;
    }
    .content .container-content .logo.nav{
        left: 86%;
    }
    .body-content{
        margin-top: -10px;
    }
    .body-content .image img{
        top: 0;
    }
    .enquire{
        left: 85%;
    }
    .button {
        top: 680px;
    }
    .body-content .image .logo-adara{
        left: 87%;
        top: -2px;
        max-width: 12%;
    }
    .button ul{
        background: #EEE9E2;
        width: 100%;
        height: 330px;
    }
    .title h1{
        width: 100%;
    }
    .residence{
        max-width: 55%;
    }
    .text-content .container-text .title-text h1{
        width: 65%;
        left: 19%;
    }
    .img1 h3{
        margin-top: 60%;
        font-size: 60px;
    }
    .text1{
        left: 200px;
    }
    .footer-email form{
        width: 63%;
        margin-top: 40px;
    }

}
@media (max-width: 1200px){
    .nav-btn{
        top: 28px;
        left: 95%;
    }
    .nav-btn.size{
        top: 8px;
    }
    .sidebar ul li a{
        font-size: 13px;
    }
    .sidebar .menu{
        display: flex;
        flex-direction: column;
    }
    .sidebar .menu .menu-1{
        margin-top: 10px;
    }
    .sidebar .menu li{
        width: 100%;
    }
    .sidebar .menu li a{
        font-size: 30px;
        line-height: 40px;
    }
    .sidebar .menu{
        margin-top: 40px;
        padding: 20px;
    }
    .sidebar .menu .menu-2{
        margin-top: -10px;
    }
    .sidebar .contact{
        padding: 40px;
        margin-top: 40px;
    }
    .sidebar .contact li a{
        font-size: 20px;
    }
    .content .container-content a img{
        width: 100%;
        opacity: 1;
    }
    .sidebar {
        width: 100%;
    }
    .sidebar .menu{
        padding: 40px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .sidebar .contact{
        display: flex;
        flex-direction: column;
    }
    .sidebar .menu li a{
        font-size: 30px;
    }
    .content .container-content{
        padding: 0px 0px 0px 0px;
    }
    .content .container-content .logo{
        right: 3%;
        width: 18%;
        top: 120px;
    }
    .content .container-content ul{
        width: 15%;
    }
    .content .container-content .logo.nav{
        left: 79%;
    }
    .content .container-content button{
        margin-left: 15px;
        color: #F7F5F1;
    }
    .content .container-content button.nav{
        color: #0F0F17;
    }
    .body-content {
        width: 100%;
        height: 820px;
        margin-top: -5px;
    }
    .body-content .image img{
        max-width: 20%;
        left: 79%;
    }
    .enquire{
        left: 85%;
    }
    .button{
        top: 700px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .slider{
        max-width: 100%;
    }
    .residence{
        max-width: 55%;
    }
    .text-content .container-text .title-text h1{
        top: -450px;
        left: 25%;
        width: 50%;
        font-size: 100px;
        line-height: 100px;
    }
    .text-content .container-text .title-text h1.down{
        top: 30px;
    }
    .text-content .container-text .paragraph{
        flex-direction: column;
        gap: 0;
    }
    .text-content .container-text .paragraph p{
        width: 75%;
        font-size: 23px;
        left: 12%;
        margin-top: 10px;
    }
    .text-content .container-text .paragraph p:nth-child(1){
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .swiper-section{
        padding: 20px;
    }
    .swiper-section h1{
        font-size: 80px;
    }
    .swiper-scrollbar{
        margin-left: 19%;
        max-width: 60%;
        top: 80%;
    }
    .button-swipper{
        top: 110px;
        margin-bottom: 150px;
    }
    .button-swipper button{
        width: 240px;
        height: 55px;
        font-size: 18px;
        padding: 5px;
    }
    .img1 h3{
        margin-top: 70%;
    }
    .footer{
        padding: 30px;
    }
    .footer-email .title-footer h1{
        width: 70%;
        font-size: 28px;
    }
    .footer-email form{
        width: 80%;
    }
    .footer-location{
        position: relative;
        right: 50px;
    }
    .footer-location p{
        font-size: 16px;
    }
    .footer-location .location{
        margin-top: -10px;
    }
    .gmap_canvas{
        width: 400px;
    }
    .mapouter{
        width: 400px;
    }
    .button-footer button{
        width: 225px;
        height: 40px;
        font-size: 12px;
        padding: 7px;
    }
    .copy p{
        font-size: 17px;
        text-align: start;
    }  
}
@media (max-width: 1080px){ 
    .nav-btn{
        top: 28px;
        left: 95%;
    }
    .nav-btn.size{
        top: 4px;
    }
    .sidebar ul li a{
        font-size: 13px;
    }
    .sidebar .menu{
        display: flex;
        flex-direction: column;
    }
    .sidebar .menu .menu-1{
        margin-top: 10px;
    }
    .sidebar .menu li{
        width: 100%;
    }
    .sidebar .menu li a{
        line-height: 40px;
    }
    .sidebar .menu{
        margin-top: 40px;
        padding: 20px;
    }
    .sidebar .menu .menu-2{
        margin-top: -10px;
    }
    .sidebar .contact{
        padding: 40px;
        margin-top: 40px;
    }
    .sidebar .contact .li-1{
        margin-top: 10px;
    }
    .sidebar .contact .li-3{
        margin-top: 0px;
    }
    .sidebar .contact .li-4{
        margin-top: 5px;
    }
    .sidebar .contact li a{
        font-size: 17px;
    }
    .content .container-content a img{
        top: 0;
        width: 100%;
        opacity: 1;
    }
    .sidebar {
        width: 100%;
    }
    .sidebar .menu{
        padding: 40px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .sidebar .contact{
        display: flex;
        flex-direction: column;
    }
    .sidebar .menu li a{
        font-size: 30px;
    }
    .content .container-content{
        padding: 0px 0px 0px 0px;
    }
    .content .container-content .logo{
        right: 3%;
        width: 18%;
    }
    .content .container-content ul{
        width: 15%;
    }
    .content .container-content .logo.nav{
        left: 79%;
    }
    .enquire{
        left: 83%;
    }
    .button{
        top: 700px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .body-content .image .logo-adara{
        max-width: 20%;
        left: 79%;
    }
    .body-content .image .logo-east{
        position: relative;
        max-width: 15%;
        left: 43%;
    }
    .title h1{
        width: 100%;
        font-size: 100px;
    }
    .residence{
        max-width: 55%;
    }
    .swiper-section{
        padding: 20px;
    }
    .swiper-section h1{
        font-size: 60px;
    }
    .swiper-scrollbar{
        margin-left: 19%;
        max-width: 60%;
        top: 80%;
    }
    .button-swipper{
        top: 110px;
        margin-bottom: 150px;
    }
    .button-swipper button{
        width: 220px;
        height: 35px;
        font-size: 15px;
        padding: 5px;
    }
    .container-discovery{
        padding: 20px;
    }
    .discovery .img-discovery img{
        max-width: 15%;
    }
    .title-type h1{
        width: 90%;
        font-size: 50px;;
    }
    .mySwiper-type{
        height: 300px;
    }
    .img1 h3{
        margin-top: 80%;
        font-size: 35px
    }
    .bg-swiper{
        height: 500px;
    }
    .content-facilities h3{
        font-size: 25px;
    }
    .content-facilities h1{
        font-size: 40px;
        font-family: 'Atyp Display Medium', sans-serif;
        letter-spacing: .1em;
        color: #F7F5F1;
    }
    .text-facilities {
        padding: 30px 30px 30px 30px;
        max-width: 60%;
        margin-top: 25%;
    }
    .text-facilities p{
        font-size: 18px;
    }
    .text1 {
        left: 10%;
    }
    .swiper-scrollbar {
        top: 45%;
    }
    .container-table{
        gap: 0px;
    }
    .side-title h3{
        font-size: 25px;
    }
    .table-head h3{
        font-size: 25px;
    }
    .table-head h2{
        font-size: 25px;
    }
    .button-type{
        width: 220px;
        height: 45px;
        font-size: 16px;
        margin-bottom: 50px;
    }
    .footer{
        padding: 30px;
    }
    .footer-email .title-footer h1{
        width: 70%;
        font-size: 25px;
    }
    .footer-email form{
        width: 80%;
    }
    .footer-location{
        position: relative;
        right: 50px;
    }
    .footer-location .location{
        margin-top: -10px;
    }
    .gmap_canvas{
        width: 400px;
    }
    .mapouter{
        width: 400px;
    }
    .button-footer button{
        width: 240px;
        height: 35px;
        font-size: 15px;
        padding: 5px;
    }
    .copy p{
        font-size: 17px;
        text-align: end;
    }  
}
@media (max-width: 900px){ 
    .nav-btn{
        top: 28px;
        left: 95%;
    }
    .nav-btn.size{
        top: 4px;
    }
    .sidebar ul li a{
        font-size: 13px;
    }
    .sidebar .menu{
        display: flex;
        flex-direction: column;
    }
    .sidebar .menu .menu-1{
        margin-top: 10px;
    }
    .sidebar .menu li{
        width: 100%;
    }
    .sidebar .menu li a{
        line-height: 40px;
    }
    .sidebar .menu{
        margin-top: 40px;
        padding: 20px;
    }
    .sidebar .menu .menu-2{
        margin-top: -10px;
    }
    .sidebar .contact{
        padding: 40px;
        margin-top: 40px;
    }
    .sidebar .contact .li-1{
        margin-top: 10px;
    }
    .sidebar .contact .li-3{
        margin-top: 0px;
    }
    .sidebar .contact .li-4{
        margin-top: 5px;
    }
    .sidebar .contact li a{
        font-size: 17px;
    }
    .content .container-content a img{
        top: 0;
        width: 100%;
        opacity: 1;
    }
    .sidebar {
        width: 100%;
    }
    .sidebar .menu{
        padding: 40px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .sidebar .contact{
        display: flex;
        flex-direction: column;
    }
    .sidebar .menu li a{
        font-size: 30px;
    }
    .content .container-content{
        padding: 0px 0px 0px 0px;
    }
    .content .container-content .logo{
        right: 3%;
        width: 18%;
    }
    .content .container-content ul{
        width: 15%;
    }
    .content .container-content .logo.nav{
        left: 79%;
    }
    .enquire{
        left: 80%;
    }
    .button{
        top: 700px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .body-content .image .logo-adara{
        max-width: 20%;
        left: 79%;
    }
    .body-content .image .logo-east{
        position: relative;
        max-width: 15%;
        left: 43%;
    }
    .title h1{
        width: 100%;
        font-size: 100px;
    }
    .residence{
        max-width: 55%;
    }
    .swiper-section{
        padding: 20px;
    }
    .swiper-section h1{
        font-size: 60px;
    }
    .swiper-scrollbar{
        margin-left: 19%;
        max-width: 60%;
        top: 80%;
    }
    .button-swipper{
        top: 110px;
        margin-bottom: 150px;
    }
    .button-swipper button{
        width: 220px;
        height: 35px;
        font-size: 15px;
        padding: 5px;
    }
    .container-discovery{
        padding: 20px;
    }
    .discovery .img-discovery img{
        max-width: 15%;
    }
    .title-type h1{
        width: 90%;
        font-size: 50px;;
    }
    .mySwiper-type{
        height: 300px;
    }
    .img1 h3{
        margin-top: 100%;
        font-size: 30px
    }
    .bg-swiper{
        height: 500px;
    }
    .content-facilities h3{
        font-size: 25px;
    }
    .content-facilities h1{
        font-size: 40px;
        font-family: 'Atyp Display Medium', sans-serif;
        letter-spacing: .1em;
        color: #F7F5F1;
    }
    .text-facilities {
        padding: 30px 30px 30px 30px;
        max-width: 60%;
        margin-top: 25%;
    }
    .text-facilities p{
        font-size: 18px;
    }
    .text1 {
        left: 0%;
    }
    .swiper-scrollbar {
        top: 45%;
    }
    .container-table{
        gap: 0px;
    }
    .side-title h3{
        font-size: 25px;
    }
    .table-head h3{
        font-size: 25px;
    }
    .table-head h2{
        font-size: 25px;
    }
    .button-type{
        width: 220px;
        height: 45px;
        font-size: 16px;
        margin-bottom: 50px;
    }
    .footer{
        padding: 30px;
    }
    .footer-email .title-footer h1{
        width: 70%;
        font-size: 25px;
    }
    .footer-email form{
        width: 90%;
    }
    .footer-location{
        position: relative;
        right: 0px;
    }
    .footer-location .location{
        margin-top: -10px;
    }
    .gmap_canvas{
        width: 400px;
    }
    .mapouter{
        width: 400px;
    }
    .button-footer button{
        width: 240px;
        height: 35px;
        font-size: 15px;
        padding: 5px;
    }
    .copy p{
        font-size: 17px;
        text-align: end;
    }  
}
@media (max-width: 768px){
    .nav-btn{
        top: 18px;
        left: 93%;
    }
    .nav-btn.size{
        top: 18px;
    }
    .nav-btn span{
        color: #0F0F17;
    }
    .sidebar ul li a{
        font-size: 13px;
    }
    .sidebar .menu{
        display: flex;
        flex-direction: column;
    }
    .sidebar .menu .menu-1{
        margin-top: 40px;
    }
    .sidebar .menu li{
        width: 100%;
    }
    .sidebar .menu li a{
        line-height: 40px;
    }
    .sidebar .menu{
        margin-top: 40px;
        padding: 20px;
    }
    .sidebar .menu .menu-2{
        margin-top: -10px;
    }
    .sidebar .contact{
        padding: 20px;
        margin-top: 40px;
    }
    .sidebar .contact li a{
        font-size: 13px;
    }
    .content .container-content a img{
        top: 0;
        width: 100%;
        opacity: 1;
    }
    .sidebar {
        width: 100%;
    }
    .sidebar .menu{
        padding: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .sidebar .contact{
        display: flex;
        flex-direction: column;
    }
    .sidebar .menu li a{
        font-size: 20px;
    }
    .header-content {
        background: #EEE9E2;
    }
    .content.size{
        padding: 30px 10px;
    }
    .content .container-content{
        padding: 0px 0px 0px 0px;
    }
    .content .container-content .logo{
        right: 5%;
        width: 20%;
        top: 0;
    }
    .content .container-content ul{
        width: 25%;
    }
    .content .container-content .logo.nav{
        left: 75%;
    }
    .content .container-content button{
        margin-left: 15px;
        color: #0F0F17;
    }
    .content .container-content button.nav{
        color: #0F0F17;
    }
    .body-content {
        width: 100%;
        height: 600px;
        margin-top: 80px;
    }
    .logo-adara{
        display: none;
    }
    .enquire{
        left: 77%;
    }
    .button{
        top: 700px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .body-content .image .logo-east{
        max-width: 20%;
        left: 40%;
    }
    .title h1{
        width: 100%;
        font-size: 80px;
    }
    .title p{
        font-size: 25px;
    }
    .container-text{
        display: flex;
    }
    .residence {
        margin-top: 0px;
        max-width: 55%;
    }
    .residence h3{
        font-size: 22px;
    }
    .residence h1 {
        font-size: 30px;
    }
    .residence p {
        margin-top: 20px;
        font-size: 15px;
    }
    .discovery .img-discovery img{
        max-width: 20%;
    }
    .text-discovery {
        padding: 0px 30px 30px 30px;
    }
    .text-discovery p{
        font-size: 20px;
    }
    .title-type h1{
        max-width: 100%;
        font-size: 35px;
    }
    .content-type h3{
        font-size: 25px;
    }
    .mySwiper-type{
        height: 200px;
    }
    .img1 h3{
        margin-top: 130px;
        font-size: 30px;
    }
    .swiper-section{
        padding: 0;
    }
    .bg-swiper{
        height: 400px;
    }
    .content-facilities h3{
        font-size: 25px;
    }
    .content-facilities h1{
        font-size: 30px;
    }
    .text-facilities {
        margin-top: 25%;
    }
    .text-facilities p{
        font-size: 17px;
    }
    .text1{
        left: 0%;
    }
    .text2{
        margin-top: 120px;
    }
    .swiper-scrollbar{
        top: 40%;
    }
    .container-table{
        padding: 30px;
        gap: 30px;
    }
    .side-title h3{
        font-size: 20px;
    }
    .table-head {
        display: flex;
        gap: 30px;
    }
    .table-content{
        margin-left: 0px;
    }
    .table-head h3{
        font-size: 20px;
    }
    .table-head h2{
        font-size: 20px;
    }
    .button-type{
        width: 180px;
        height: 45px;
        font-size: 14px;;
    }
    .footer{
        padding: 30px;
    }
    .container-footer{
        flex-direction: column;
    }
    .footer-email .title-footer h1{
        width: 80%;
        font-size: 25px;
    }
    .footer-email form{
        width: 100%;
    }
    .footer-location{
        position: relative;
        right: 0px;
    }
    .footer-location .location{
        margin-top: 40px;
    }
    .gmap_canvas{
        width: 100%;
    }
    .mapouter{
        width: 100%;
    }
    .button-footer button{
        width: 240px;
        height: 35px;
        font-size: 13px;
        padding: 5px;
    }
    .copy p{
        font-size: 15px;
        text-align: start;
    }
    
}
@media (max-width: 600px){
    .nav-btn{
        top: 18px;
        left: 93%;
    }
    .nav-btn.size{
        top: 18px;
    }
    .nav-btn span{
        color: #0F0F17;
    }
    .sidebar ul li a{
        font-size: 13px;
    }
    .sidebar .menu{
        display: flex;
        flex-direction: column;
    }
    .sidebar .menu .menu-1{
        margin-top: 40px;
    }
    .sidebar .menu li{
        width: 100%;
    }
    .sidebar .menu li a{
        line-height: 40px;
    }
    .sidebar .menu{
        margin-top: 40px;
        padding: 20px;
    }
    .sidebar .menu .menu-2{
        margin-top: -10px;
    }
    .sidebar .contact{
        padding: 20px;
        margin-top: 40px;
    }
    .sidebar .contact li a{
        font-size: 13px;
    }
    .content .container-content a img{
        top: 0;
        width: 100%;
        opacity: 1;
    }
    .sidebar {
        width: 100%;
    }
    .sidebar .menu{
        padding: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .sidebar .contact{
        display: flex;
        flex-direction: column;
    }
    .sidebar .menu li a{
        font-size: 20px;
    }
    .header-content {
        background: #EEE9E2;
    }
    .content.size{
        padding: 30px 10px;
    }
    .content .container-content{
        padding: 0px 0px 0px 0px;
    }
    .content .container-content .logo{
        right: 5%;
        width: 20%;
        top: 0;
    }
    .content .container-content ul{
        width: 25%;
    }
    .content .container-content .logo.nav{
        left: 75%;
    }
    .content .container-content button{
        margin-left: 15px;
        color: #0F0F17;
    }
    .content .container-content button.nav{
        color: #0F0F17;
    }
    .body-content {
        width: 100%;
        height: 780px;
        margin-top: 80px;
    }
    .body-content .image .logo-adara{
        display: none;
    }
    .body-content .image .logo-east{
        max-width: 20%;
        top: 5%;
        left: 40%;
    }
    .title h1{
        left: 0;
        width: 100%;
        font-size: 70px;
        margin-top: 30%;
    }
    .title p{
        font-size: 20px;
    }
    .enquire{
        left: 70%;
    }
    .button{
        top: 680px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .container-text{
        margin-top: 20px;
        flex-direction: column;
    }
    .slider{
        max-width: 95%;
    }
    .residence{
        padding: 30px;
        margin-top: 50px;
        max-width: 100%;
    }
    .residence h1{
        font-size: 50px;
    }
    .residence p{
        font-size: 19px;
    }
    .discovery .img-discovery img{
        max-width: 25%;
    }
    .text-discovery {
        margin-top: 20px;
        padding: 0px 10px 10px 10px;
    }
    .text-discovery p{
        font-size: 19px;
    }
    .container-type{
        padding: 30px;
        margin-bottom: 0;
    }
    .content-type h3{
        font-size: 25px;
    }
    .title-type h1{
        width: 100%;
        font-size: 40px;
    }
    .content-type{
        margin-top: 50px;
    }
    .mySwiper-type{
        height: 150px;
    }
    .img1 h3{
        margin-top: 90px;
        font-size: 23px;
    }
    .swiper-section {
        margin-top: 0;
        padding: 0;
    }
    .content-facilities h3{
        font-size: 20px;
    }
    .content-facilities h1{
        font-size: 25px;
    }
    .text-facilities p{
        font-size: 13px;
    }
    .bg-swiper{
        height: 400px;
    }
    .text-facilities {
        margin-top: 35%;
    }
    .swiper-scrollbar{
        top: 42%;
    }
    .container-table{
        padding: 20px;
        overflow: hidden;
        gap: 30px;
    }
    .side-title h3{
        font-size: 17px;
    }
    .table-head h3{
        font-size: 17px;
    }
    .table-head h2{
        font-size: 17px;
    }
    .table-content {
        margin-left: 0;
    }
    .button-type{
        width: 170px;
        height: 45px;
        font-size: 14px;
    }
    .footer{
        padding: 30px;
    }
    .container-footer{
        flex-direction: column;
    }
    .footer-email .title-footer h1{
        width: 80%;
        font-size: 25px;
    }
    .footer-email form{
        width: 100%;
    }
    .footer-location{
        position: relative;
        right: 0px;
    }
    .footer-location .location{
        margin-top: 40px;
    }
    .gmap_canvas{
        width: 100%;
    }
    .mapouter{
        width: 100%;
    }
    .button-footer button{
        width: 240px;
        height: 35px;
        font-size: 13px;
        padding: 5px;
    }
    .copy p{
        font-size: 15px;
        text-align: start;
    }
    
}
@media (max-width: 500px){
    .nav-btn{
        top: 18px;
        left: 91%;
    }
    .content .container-content .logo{
        right: 5%;
        width: 30%;
        top: 0;
    }
    .content .container-content .logo.nav{
        left: 65%;
    }
    .enquire{
        left: 62%;
    }
    .button{
        top: 660px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .title h1{
        font-size: 55px;
        margin-top: 50%;
    }
    .title-type h1{
        width: 100%;
        font-size: 25px;
    }
    .slider{
        width: 100%;
        height: 500px;
    }
    .mySwiper-type{
        width: 500px;
        height: 130px;
    }
    .img1 h3{
        margin-top: 70px;
        font-size: 23px;
    }
    .bg-swiper{
        height: 300px;
    }
    .residence h1 {
        font-size: 35px;
    }
    .residence h3{
        font-size: 27px;
    }
    .text-facilities {
        margin-top: 30%;
    }
    .content-facilities h3{
        font-size: 15px;
    }
    .content-facilities h1{
        font-size: 17px;
    }
    .text-facilities p{
        font-size: 10px;
    }
    .text1{
        left: 0px;
    }
    .swiper-scrollbar{
        top: 37%;
    }
    .container-table{
        padding: 20px;
        overflow: hidden;
        gap: 20px;
    }
    .side-title h3{
        font-size: 11px;
    }
    .table-head h3{
        font-size: 11px;
    }
    .table-head h2{
        font-size: 11px;
    }
    .button-type{
        width: 140px;
        height: 30px;
        font-size: 12px;
    }
    .footer-location p{
        font-size: 13px;
        line-height: 15px;
    }
}
@media (max-width: 400px){
    .nav-btn{
        top: 18px;
        left: 90%;
    }
    .sidebar .contact .li-3{
        margin-top: 0px;
    }
    .sidebar .contact .li-4{
        margin-top: 10px;
    }
    .content .container-content .logo{
        right: 5%;
        width: 30%;
        top: 0;
    }
    .content .container-content .logo.nav{
        left: 65%;
    }
    .enquire{
        left: 60%;
    }
    .button{
        top: 700px;
    }
    .button button{
        width: 140px;
        height: 35px;
        font-size: 13px;
    }
    .button ul li a{
        font-size: 17px;
    }
    .content .container-content ul{
        width: 30%;
    }
    .content .container-content button{
        font-size: 16px;
    }
    .content .container-content ul li a{
        font-size: 16px;
    }
    .title h1{
        font-size: 40px;
        margin-top: 55%;
    }
    .title p{
        font-size: 15px;
    }
    .residence h3{
        font-size: 27px;
    }
    .residence h1{
        font-size: 30px;
    }
    .residence p{
        font-size: 17px;
    }
    .title-type h1{
        width: 100%;
        font-size: 20px;
    }
    .mySwiper-type{
        height: 100px;
    }
    .img1 h3{
        margin-top: 40px;
        font-size: 23px;
    }
    .bg-swiper{
        height: 300px;
    }
    .text-facilities {
        margin-top: 30%;
    }
    .content-facilities h3{
        font-size: 15px;
    }
    .content-facilities h1{
        font-size: 17px;
    }
    .text-facilities p{
        font-size: 10px;
    }
    .text2{
        margin-top: 20%;
    }
    .swiper-scrollbar{
        top: 40%;
    }
    .container-table{
        padding: 10px;
        overflow: hidden;
        gap: 10px;
    }
    .side-title h3{
        font-size: 11px;
    }
    .table-head h3{
        font-size: 11px;
    }
    .table-head h2{
        font-size: 11px;
    }
    .button-type{
        width: 140px;
        height: 30px;
        font-size: 12px;
    }
    .button-footer button {
        width: 200px;
        font-size: 12px;
    }
    .footer-location p{
        font-size: 12px;
    }
    .copy p{
        font-size: 13px;
    }
}


