@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: 30px;
        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 60px 0px 0px;
        text-align: end;
    }
    .content .container-content .logo{
        position: relative;
        top: 70px;
        width: 11%;
        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: 89%;
        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: 85%;
        z-index: 5;
    }
    .button{
        top: 680px;
        text-align: end;
        /* z-index: 998; */
    }
    .labelCheck h3{
        font-family: 'Whitney Book', sans-serif;
    }
    .button-input input{
        cursor: pointer;
        position: relative;
        background: #F7F5F1;
        border: none;
        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;
    }

    .swiper {
        width: 100%;
        height: 900px;
      }

      .swiper-slide {
        text-align: center;
        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;
      }

    .carousel-banner{
        width: 100%;
        height: 100%;
    }
    .logo-adara img{
        position: relative;
        left: 85%;
        top: 10px;
        max-width: 12%;
    }
    .text-carousel {
        width: 100%;
    }
    .text-carousel .logo-east{
        max-width: 9%;
    }
    .text-carousel h1{
        font-size: 120px;
        font-family: 'Atyp Display Medium', sans-serif;
        letter-spacing: .1em;
        color: #F7F5F1;
        margin-top: 7%;
    }
    .text-carousel p{
        font-size: 30px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        color: #F7F5F1;
    }
    .text-carousel .logo-type{
        margin-top: 8%;
        max-width: 20%;
    }
    .title h1{
        position: relative;
        margin-top: 130px;
        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;
    }

    .content-type2{
        background: #EEE9E2;
    }
    .container-type2{
        padding: 60px;
    }
    .text-type2{
        line-height: 20px;
    }
    .text-type2 h3{
        font-size: 40px;
        font-family: 'Whitney Light', sans-serif;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #372313;
    }
    .text-type2 h1{
        margin-top: -20px;
        font-size: 90px;
        font-family: 'Lyon Display Trial', sans-serif;
        letter-spacing: .1em;
        font-weight: 400;
        color: #525D40;
    }
    .text-type2 p{
        font-size: 30px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .type2-image{
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .spesification {
        gap: 40px;
    }
    .type2-image .title-type2 h3{
        margin-top: 20px;
        font-size: 40px;
        font-family: 'Whitney Medium', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .type2-image .body-type2 h3{
        margin-top: 20px;
        font-size: 40px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .type2-image .footer-type2{
        width: 55%;
        height: 100%;
    }
    .type2-image .footer-type2 img{
        max-width: 100%;
    }
    .button-type2{
        margin-top: 60px;
    }
    .container-button{
        display: flex;
        justify-content: space-between;
    }
    .container-button a{
        font-size: 30px;
        font-family: 'Whitney Book', sans-serif;
        color: #525D40;
        border-bottom: none;
        text-decoration: none;
        transition: all .6s;
    }
    .container-button a:hover{
        text-decoration: none;
        color: #525D40;
        border-bottom: 1px solid #525D40;
        transition: all .6s;
    }
    .container-button button {
        width: 200px;
        height: 45px;
        font-size: 17px;
        font-family: 'Whitney Book', sans-serif;
        border: none;
        background: #525D40;
        color: #F7F5F1;
        transition: all .3s;
    }
    .container-button button:hover{
        background: #F7F5F1;
        color: #525D40;
        transition: all .3s;
    }
    .copy{
        margin-top: 60px;
    }
    .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: 17px;
    }
    .nav-btn.size{
        top: 0px;
    }
    .sidebar .menu li a{
        font-size: 35px;
    }
    .content .container-content{
        padding: 0px 0px 0px 0px;
    }
    .content .container-content .logo{
        right: 3%;
    }
    .content .container-content .logo.nav{
        left: 86%;
    }
    /* .enquire{
        left: 85%;
    }
    .button {
        top: 700px;
    } */
    .text-carousel .logo-type{
        max-width: 20%;
        margin-top: 15%;
    }
    .text-carousel h1{
        font-size: 90px;
        margin-top: 15%;
    }
    .text-carousel p{
        font-size: 25px;
    }   
    .spesification{
        width: 50%;
        gap: 30px;
    }
    .type2-image .title-type2 h3{
        margin-top: 0;
        font-size: 35px;
    }
    .type2-image .body-type2 h3{
        margin-top: 0;
        font-size: 35px;
    }
    .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{
        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;
    }
    .button ul{
        background: #EEE9E2;
        width: 100%;
        height: 330px;
    }
    .text-carousel .logo-east{
        max-width: 10%;
        margin-top: 5%;
    }
    .logo-adara img{
        position: relative;
        left: 78%;
        top: 5px;
        max-width: 20%;
    }
    .text-carousel h1{
        font-size: 90px;
        margin-top: 15%;
    }
    .text-carousel p{
        font-size: 25px;
    }
    .text-carousel .logo-type{
        max-width: 20%;
        margin-top: 15%;
    }
    .container-type2{
        padding: 40px;
    }
    .text-type2 h3{
        font-size: 30px;
    }
    .text-type2 h1{
        font-size: 60px;
    }
    .text-type2 p{
        font-size: 25px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .spesification {
        padding: 20px;
        gap: 20px;
        width: 45%;
    }
    .type2-image .title-type2 h3{
        margin-top: 0;
        font-size: 30px;
    }
    .type2-image .body-type2 h3{
        margin-top: 0;
        font-size: 30px;
    }
    .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: end;
    }  
}
@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 a{
        font-size: 20px;
    }
    .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: 680px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .button ul{
        background: #EEE9E2;
        width: 100%;
        height: 330px;
    }
    .text-carousel .logo-east{
        max-width: 10%;
        margin-top: 5%;
    }
    .logo-adara img{
        position: relative;
        left: 76%;
        top: 5px;
        max-width: 22%;
    }
    .text-carousel h1{
        font-size: 90px;
        margin-top: 15%;
    }
    .text-carousel p{
        font-size: 25px;
    }
    .text-carousel .logo-type{
        margin-top: 20%;
        max-width: 20%;
    }
    .container-type2{
        padding: 40px;
    }
    .text-type2 h3{
        font-size: 30px;
    }
    .text-type2 h1{
        font-size: 60px;
    }
    .text-type2 p{
        font-size: 25px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .spesification {
        padding: 20px;
        gap: 20px;
        width: 50%;
    }
    .type2-image .title-type2 h3{
        margin-top: 0;
        font-size: 25px;
    }
    .type2-image .body-type2 h3{
        margin-top: 0;
        font-size: 25px;
    }
    .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: 15px;
    }
}
@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: 360px;
        margin-top: 80px;
    }
    .body-content .image img{
        display: none;
    }
    .enquire{
        left: 70%;
    }
    .button{
        top: 680px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .button ul{
        background: #EEE9E2;
        width: 100%;
        height: 330px;
    }
    .swiper{
        margin-top: 80px;
    }
    .text-carousel .logo-east{
        max-width: 15%;
        margin-top: 5%;
    }
    .text-carousel h1{
        font-size: 90px;
        margin-top: 25%;
    }
    .text-carousel p{
        font-size: 25px;
    }
    .text-carousel .logo-type{
        margin-top: 30%;
        max-width: 30%;
    }
    .logo-adara img{
        display: none;
    }
    .container-type2{
        padding: 40px;
    }
    .text-type2 h3{
        font-size: 30px;
    }
    .text-type2 h1{
        font-size: 60px;
    }
    .text-type2 p{
        font-size: 25px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .spesification {
        padding: 20px;
        gap: 20px;
        width: 50%;
    }
    .type2-image .title-type2 h3{
        margin-top: 0;
        font-size: 20px;
    }
    .type2-image .body-type2 h3{
        margin-top: 0;
        font-size: 20px;
    }
    .footer-type2{
        margin-top: 40px;
    }
    .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: 360px;
        margin-top: 80px;
    }
    .body-content .image img{
        display: none;
    }
    .enquire{
        left: 65%;
    }
    .button{
        top: 680px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .button ul{
        background: #EEE9E2;
        width: 100%;
        height: 330px;
    }
    .swiper{
        margin-top: 80px;
    }
    .text-carousel h1{
        font-size: 90px;
        margin-top: 30%;
    }
    .text-carousel .logo-east{
        margin-top: 5%;
        max-width: 20%;
    }
    .logo-adara img{
        display: none;
    }
    .text-carousel .logo-type{
        margin-top: 50%;
        max-width: 30%;
    }
    .text-type2 h3{
        font-size: 30px;
    }
    .text-type2 h1{
        margin-top: -20px;
        font-size: 60px;
    }
    .text-type2 p{
        font-size: 20px;
    }
    .type2-image{
        flex-direction: column;
    }
    .type2-image .title-type2 h3{
        margin-top: 20px;
        font-size: 30px;
    }
    .type2-image .body-type2 h3{
        margin-top: 20px;
        font-size: 30px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .spesification{
        gap: 40px;
    }
    .type2-image .footer-type2{
        margin-top: 40px;
        width: 100%;
        height: 100%;
    }
    .type2-image .footer-type2 img{
        max-width: 100%;
    }
    .container-button a{
        font-size: 20px;
    }
    
    .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: 90%;
    }
    .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: -1px;
        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 .contact .li-1{
        margin-top: 10px;
    }
    .sidebar .menu li a{
        font-size: 20px;
    }
    .sidebar .menu .menu-1{
        margin-top: 30px;
    }
    .header-content {
        background: #EEE9E2;
    }
    .content.size{
        padding: 30px 10px;
    }
    .content .container-content{
        padding: 0px 0px 0px 0px;
    }
    .content .container-content .logo{
        right: 5%;
        width: 35%;
        top: 0;
    }
    .container-content ul{
        background: #EEE9E2;
        width: 100%;
        height: 110px;
    }
    .content .container-content .logo.nav{
        left: 60%;
    }
    .content .container-content button{
        margin-left: 7px;
        color: #0F0F17;
    }
    .content .container-content button.nav{
        color: #0F0F17;
    }
    .content .container-content ul{
        width: 35%;
    }
    .body-content {
        width: 100%;
        height: 360px;
        margin-top: 80px;
    }
    .body-content .image img{
        display: none;
    }
    .enquire{
        left: 60%;
    }
    .button{
        top: 680px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .button ul{
        background: #EEE9E2;
        width: 100%;
        height: 330px;
    }
    .swiper{
        margin-top: 80px;
    }
    .text-carousel h1{
        font-size: 70px;
        margin-top: 50%;
    }
    .text-carousel p{
        font-size: 20px;
    }
    .text-carousel .logo-east{
        margin-top: 5%;
        max-width: 30%;
    }
    .logo-adara img{
        display: none;
    }
    .text-carousel .logo-type{
        margin-top: 80%;
        max-width: 30%;
    }
    .text-type2 h3{
        font-size: 30px;
    }
    .text-type2 h1{
        margin-top: -20px;
        font-size: 60px;
    }
    .text-type2 p{
        font-size: 20px;
    }
    .type2-image{
        flex-direction: column;
    }
    .type2-image .title-type2 h3{
        margin-top: 20px;
        font-size: 20px;
        width: 150px;
    }
    .type2-image .body-type2 h3{
        margin-top: 20px;
        font-size: 20px;
        width: 150px;
    }
    .type2-image .footer-type2{
        margin-top: 40px;
        width: 100%;
        height: 100%;
    }
    .type2-image .footer-type2 img{
        max-width: 100%;
    }
    .container-button a{
        font-size: 15px;
    }
    .container-button button {
        width: 150px;
        height: 25px;
        font-size: 13px;
    }
    .copy p{
        font-size: 13px;
        text-align: start;
    }
    
}
@media (max-width: 400px){
    .nav-btn{
        top: 18px;
        left: 90%;
    }
    .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: -1px;
        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;
    }
    .sidebar .menu .menu-1{
        margin-top: 30px;
    }
    .header-content {
        background: #EEE9E2;
    }
    .content.size{
        padding: 30px 10px;
    }
    .content .container-content{
        padding: 0px 0px 0px 0px;
    }
    .content .container-content .logo{
        right: 5%;
        width: 35%;
        top: 0;
    }
    .container-content ul{
        background: #EEE9E2;
        width: 100%;
        height: 110px;
    }
    .content .container-content .logo.nav{
        left: 60%;
    }
    .content .container-content button{
        margin-left: 7px;
        color: #0F0F17;
    }
    .content .container-content button.nav{
        color: #0F0F17;
    }
    .content .container-content ul{
        width: 35%;
    }
    .body-content {
        width: 100%;
        height: 360px;
        margin-top: 80px;
    }
    .body-content .image img{
        display: none;
    }
    .enquire{
        left: 57%;
    }
    .button{
        top: 680px;
    }
    .button button{
        width: 150px;
        height: 40px;
    }
    .button ul{
        background: #EEE9E2;
        width: 100%;
        height: 330px;
    }
    .swiper{
        margin-top: 80px;
    }
    .text-carousel h1{
        font-size: 60px;
        margin-top: 50%;
    }
    .text-carousel p{
        font-size: 20px;
    }
    .text-carousel .logo-east{
        margin-top: 5%;
        max-width: 30%;
    }
    .logo-adara img{
        display: none;
    }
    .text-carousel .logo-type{
        margin-top: 90%;
        max-width: 30%;
    }
    .text-type2 h3{
        font-size: 30px;
    }
    .text-type2 h1{
        margin-top: -20px;
        font-size: 60px;
    }
    .text-type2 p{
        font-size: 20px;
    }
    .type2-image{
        flex-direction: column;
    }
    .type2-image .title-type2 h3{
        margin-top: 10px;
        font-size: 18px;
    }
    .type2-image .body-type2 h3{
        margin-top: 10px;
        font-size: 18px;
        font-family: 'Whitney Book', sans-serif;
        letter-spacing: .1em;
        color: #525D40;
    }
    .spesification{
        max-width: 100%;
        gap: 0px;
    }
    .type2-image .footer-type2{
        margin-top: 40px;
        width: 100%;
        height: 100%;
    }
    .type2-image .footer-type2 img{
        max-width: 100%;
    }
    .container-button a{
        font-size: 12px;
    }
    .container-button button {
        width: 130px;
        height: 20px;
        font-size: 12px;
    }
    .footer{
        padding: 30px;
    }
    .container-footer{
        flex-direction: column;
    }
    .footer-email .title-footer h1{
        width: 90%;
        font-size: 25px;
    }
    .footer-email form{
        width: 100%;
    }
    .footer-email form input::placeholder{
        font-size: 13px;    
    }
    .footer-email form textarea::placeholder{
        font-size: 13px;
    }
    .footer-location{
        position: relative;
        right: 0px;
    }
    .footer-location .location{
        margin-top: 40px;
    }
    .footer-location p{
        font-size: 13px;
        width: 100%;
    }
    .gmap_canvas{
        width: 100%;
    }
    .mapouter{
        width: 100%;
    }
    .button-footer button{
        width: 240px;
        height: 35px;
        font-size: 13px;
        padding: 5px;
    }
    .copy{
        margin-top: 20px;
    }
    .copy p{
        font-size: 13px;
        text-align: start;
    }
    
}


