@charset "UTF-8";

html {
  scroll-behavior: smooth;
}


a{
    text-decoration: none !important;
}

#preloader {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:#fff;
    z-index:999998;
}
 
#status {
    width:130px;
    height:130px;
    position:absolute;
    left:50%;
    top:50%;
    background-image: url(../img/page-loader.gif);
	background-size: 100%;
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px   -100px;
}



::selection {
    color: #fff;
    background-color: rgba(0,0,0,.7);
}



@media only screen and (min-width: 769px) and (max-width: 1400px) {

    body {
        font-family: 'Manrope', sans-serif;
        background-color: #fff;
        outline: none !important;
        font-weight: 300;
        -webkit-transition: all 0.2s ease-in-out;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: none;
        margin: auto;
        direction:ltr;
        overflow-x: hidden !important;
    }
    
    .banner{
        width: 100%;
        height: 85vh;
        position: relative;
    }   

    .header{
        width: auto;
        max-width: 1300px;
        margin: auto;
        height: auto;
        padding: 20px 0px;
        position: fixed;
        left:0px;
        right:0px;
        top: 0px;
        z-index: 998;
        transition: 0.2s;
    }

    .header.active{
        padding: 15px 0px;
        max-width: 100% !important;
        backdrop-filter: blur(20px); 
        -webkit-backdrop-filter: blur(20px);
        background-color: rgba(255,255,255,0.4);
        transition: 0.2s;   
    }

    .main-menu-button{
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        margin-left: 40px;
        cursor: pointer;
        border-bottom: 1px solid transparent;
        padding-bottom: 5px;
        transition: 0.2s;
    }

    .main-menu-button.active{
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        margin-left: 40px;
        cursor: pointer;
        border-bottom: 1px solid transparent;
        padding-bottom: 5px;
        transition: 0.2s;
    }

    .main-menu-button:hover{
        border-bottom: 1px solid #fff;
        transition: 0.2s;
    }

    .main-menu-button.active:hover{
        border-bottom: 1px solid #000;
        transition: 0.2s;
    }

    .logo{
        width: auto;
        height:65px;
        width: 286px;
        background-image: url(../images/main-logo.svg);
        background-repeat: no-repeat;
        background-origin: center center;
        background-size: 100%;
        transition: 0.2s;
    }

    .logo.active{
        background-image: url(../images/main-logo2.svg);
        background-repeat: no-repeat;
        background-origin: center center;
        background-size: 100%;
        transition: 0.2s;
        height:40px;
        width: 176px;
    }

    .center-res{
        border-radius: 105px;
        backdrop-filter: blur(20px); 
        -webkit-backdrop-filter: blur(20px);
        background-color: rgba(255,255,255,1);
        position: absolute;
        height: 170px;
        width: auto;
        margin: auto;
        left:0px;
        right:0px;
        bottom: -85px;
        padding: 0px 50px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        max-width: 1300px;
        z-index: 997;
        transition: 0.2s;
        display: flex;
        align-items: center;
    }

    .res-title{
        font-size: 20px;
        display: block;
        color: #20393e;
        font-family: 'Playfair Display', serif;
    }

    .res-input{
        border: 1px solid rgba(0,0,0,.3);
        background-color: rgba(255,255,255,0);
        width: 100%;
        margin-top: 6px;
        padding: 11px 30px;
        outline: none;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
        border-radius:40px;
    }

    .res-cta{
        margin-top: 30px;
        border-radius:40px;
        color: #fff;
        padding: 9px 20px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        background-color: #20393e;
        border: 1px solid rgba(0,0,0,.3);
        transition: 0.2s;
    }

    .res-cta:hover{
        background-color: transparent;
        color: #20393e;
        transition: 0.2s;
    }

    h1{
        font-family: 'Playfair Display', serif !important;
        font-size: 50px !important;
        color: #fff !important;
        display: block !important;
        line-height: 50px !important;
    }

    h2{
        font-family: 'Playfair Display', serif !important;
        font-size: 40px !important;
        color: #286790 !important;
        display: block !important;
        line-height: 50px !important;
    }

    h3{
        font-family: 'Playfair Display', serif !important;
        font-size: 24px !important;
        color: #20393e !important;
        display: block !important;
        line-height: 30px !important;
    }

    p{
        font-size: 15px !important;
        line-height: 25px !important;
        font-weight: 600 !important;
        letter-spacing: 0.3px !important;
        color: rgba(0,0,0,.5) !important;
        display: block !important;
    }

    .home-subtitle{
        font-size: 14px;
        letter-spacing: 3px;
        display: block;
        color: #286790;
        margin-bottom: 20px;
    }

    .banner-text{
        width: auto;
        max-width: 1300px;
        height: 400px;
        position: absolute;
        left:0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        margin: auto;
    }

    .banner-cta{
        border-radius: 40px;
        background-color: rgba(255,255,255,0.6);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
        padding: 10px 30px;
        color: #20393e;
        display: inline-block;
        cursor: pointer;
        transition: 0.2s;
    }

    .banner-cta:hover{
        transition: 0.2s;
        background-color: #20393e;
        color: #fff;
    }

    .banner-subtitle{
        font-size: 14px;
        letter-spacing: 3px;
        display: block;
        color: #fff;
        margin-bottom: 20px;
        margin-top: -15px;
    }

    .space{
        height: 150px;
    }

    .content-cta{
        display: inline-block;
        border-radius:40px;
        color: #fff;
        padding: 15px 40px;
        text-align: center;
        cursor: pointer;
        font-weight: 900;
        font-size: 13px;
        letter-spacing: 1px;
        background-color: rgb(32, 57, 62);
        transition: 0.2s;
    }

    .content-cta:hover{
        background-color: rgb(32, 57, 62,0.2);
        color: #20393e;
        transition: 0.2s;
    }

    .content2-cta{
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
        display: inline-block;
        border-radius:40px;
        color: #fff;
        padding: 15px 40px;
        text-align: center;
        cursor: pointer;
        font-weight: 900;
        font-size: 13px;
        letter-spacing: 1px;
        background-color: rgb(32, 57, 62);
        transition: 0.2s;
    }

    .content2-cta:hover{
        background-color: #d2d6d7;
        color: #20393e;
        transition: 0.2s;
    }

    .box-img-area{
        height: 300px;
        background-repeat: no-repeat;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
        transition: 0.2s;
        animation: room-img 20s infinite;
    }

      @keyframes room-img {
        0% {
            background-size: 100%;
        }

        50% {
            background-size: 120%;
        }

        100% {
            background-size: 100%;
        }

    }
    


    .box-text-area{
        margin-top: -90px;
        backdrop-filter: blur(20px); 
        -webkit-backdrop-filter: blur(20px);
        background-color: rgba(255,255,255,0.4);
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    }

    .box-ico{
        font-size: 15px;
        color: rgba(0,0,0,.3);
    }

    .footer{
        background-image: url(../images/footer-bg.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding-bottom: 100px;
        padding-top: 100px;
        height: 700px;
    }

    .footer-link{
        font-size: 15px;
        display: inline-block;
        color: rgba(0,0,0,.7);
        margin-left:40px;
    }

    .footer-link:hover{
        text-decoration: underline;
    }


    .bottom-res{
        width: auto;
        height: auto;
        position: fixed;
        right:-500px;
        bottom: 0px;
        border-top-left-radius: 40px;
        font-weight: 700;
        cursor: pointer;
        font-size: 14px;
        background-color: #20393e;
        color: #fff;
        padding: 25px 22px 17px 30px;
        transition: 0.4s;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }  

    .bottom-res:hover{
        background-color: #ccd0d1;
        color: #20393e;
        transition: 0.1s;
    }
    
    .bottom-res.active{
        right:0px;
        transition: 0.4s;
    }

    .social-ico{
        opacity: 1;
        transition: 0.2s;
    }

    .social-ico:hover{
        opacity: 0.5;
        transition: 0.2s;
    }
    
    .mobile-menu{
        display: none;
    }

    .dew-nav{
        display: none;
    }

    /*content*/

    .content-banner{
        width: 100%;
        height: 527px;
        background-position: center center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        padding-top: 140px;
    }

    .content-banner-title{
        font-family: 'Playfair Display', serif;
        font-size: 61px;
        line-height: 61px;
        letter-spacing: 3px;
        display: block;
        color: #fff;
        margin-bottom: 20px;
    }

    .content-banner-subtitle{
        font-size: 14px;
        letter-spacing: 3px;
        display: block;
        color: #fff;
        margin-bottom: 20px;
    }

    .vid-lightbox{
        cursor: pointer;
        border-radius: 20px;
          
    }

    .vid-lightbox img{
        border-radius: 20px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
        
    }

    .modal-open .modal{
        margin-top: 0px !important;
        backdrop-filter: blur(14px); 
        -webkit-backdrop-filter: blur(14px);
        overflow-y: hidden !important;
      }

      .modal-content{
        background-color: transparent !important;
        text-align: center !important;
        width: 60% !important;
        margin: auto !important;
        border-radius: 10px !important;
        padding: 10px !important;
        border: none !important;
      }

      .modal-close{
    opacity: 1 !important;
    overflow: hidden;
    width: 35px;
    height: 35px;
    position: absolute;
    right:10px;
    top: 10px;
    transition: 0.2s;
    z-index: 9898989;
    cursor: pointer;
    background-image: url(../images/close-01.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(1);
    } 
    
    .modal-close:hover{
      box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
        background-image: url(../images/close-02.svg);
        transform: scale(1);
    }

    .lightimg{
        opacity: 0.8;
        transition: 0.2s;
        cursor: pointer;
    }


    .lightimg:hover{
        opacity: 1;
        transition: 0.2s;
    }

}






