@font-face {
    font-family: 'Times-Roman';
    src: url('../fonts/Times-Roman.eot');
    src: url('../fonts/Times-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Times-Roman.woff2') format('woff2'),
        url('../fonts/Times-Roman.woff') format('woff'),
        url('../fonts/Times-Roman.ttf') format('truetype'),
        url('../fonts/Times-Roman.svg#Times-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLT-MediumExt';
    src: url('../fonts/HelveticaNeueLT-MediumExt.eot');
    src: url('../fonts/HelveticaNeueLT-MediumExt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLT-MediumExt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLT-MediumExt.woff') format('woff'),
        url('../fonts/HelveticaNeueLT-MediumExt.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLT-MediumExt.svg#HelveticaNeueLT-MediumExt') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('../fonts/Avenir-Roman.eot');
    src: url('../fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Roman.woff2') format('woff2'),
        url('../fonts/Avenir-Roman.woff') format('woff'),
        url('../fonts/Avenir-Roman.ttf') format('truetype'),
        url('../fonts/Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Milyuna-Regular';
    src: url('../fonts/Milyuna-Regular.eot');
    src: url('../fonts/Milyuna-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Milyuna-Regular.woff2') format('woff2'),
        url('../fonts/Milyuna-Regular.woff') format('woff'),
        url('../fonts/Milyuna-Regular.ttf') format('truetype'),
        url('../fonts/Milyuna-Regular.svg#Milyuna-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Delaproza';
    src: url('../fonts/Delaproza.eot');
    src: url('../fonts/Delaproza.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Delaproza.woff2') format('woff2'),
        url('../fonts/Delaproza.woff') format('woff'),
        url('../fonts/Delaproza.ttf') format('truetype'),
        url('../fonts/Delaproza.svg#Delaproza') format('svg');
    font-weight: normal;
    font-style: normal;
}




* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Avenir-Roman';
    font-size: 16px;
    line-break: 20px;
    color: #231f20;
}
h1, h2, h3, h4, h5 {
    font-family: 'Delaproza';
}

h2 {
    color: #0094b0;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 2px;
    margin: 0 auto;
    background-color: #231f20;
}
h3 {
    color: #0094b0;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
}
p {
/*    padding-bottom: 20px;*/
}

img {
    max-width: 100%;
    width: 100%;
}

nav {
    background-color: #000;
    height: 60px;
}
nav .nav-link,
.navbar-brand {
    color: #fff !important;
}



nav .nav-link {
    padding-left: 30px;
}
.logo-1 {
    max-width: 130px;
} 
.logo-2 {
    max-width: 130px;
}
#main {
    position: relative;
    overflow: hidden;
}

.home_sec {
    height: 100vh;
    background: url(../images/main-banner-bg.jpg) no-repeat center center;
    background-size: cover;
}
.home_sec .container {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.home_banner_txt {
/*    height: 60%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}
.home_banner_txt h2 {
    color: #fff; 
    text-transform: uppercase; 
    padding: 20px 0 10px;
    font-family: "Delaproza";
}
.home_banner_txt h2:after {
    display: none;
}
.overview_sec {
    /*padding: 50px 0;*/
	padding: 90px 0;
}
.location_sec {
    padding-bottom: 50px;
}
.play_icon {
    max-width: 58px;
    display: inline-block;
}
.sec_txt {

}
.video_sec {
    height: 100vh;
}
.video_sec .video-frame  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.height-100vh {
    height: 100vh;
}
.gpl_sec {
    background-color: #0094b0;
    color: #fff;
}
.gpl_sec h2, .gpl_sec h3 {
    color: #fff;
}
.gpl_sec h2:after {
    background-color: #fff;
}
.plan_sec {
    padding: 50px 0;
}
.plan_sec h2 span {
    display: block;
    font-size: 60%;
}
.room-size {
    margin-bottom: 20px;
}
.room-size table td {
    font-size: 13px;
    line-height: 16px;
    padding: 4px 10px;
}
.config_wrap table td {
    font-size: 13px;
    line-height: 16px;
    padding: 4px 10px;
    border: 1px solid #000;
    border-collapse: collapse;
}
.plan_disc {
    font-size: 11px;
}

.divider {
    display: inline-block;
    margin: 0 15px;
    font-weight: bolder;
    font-size: 160%;
    vertical-align: middle;
    line-height: 120%;
}

.site_footer {
    background-color: #176675;
    color: #fff;
    padding: 50px 0;
}

.site_footer h2 {
    color: #fff;
    display: inline-block;
}
.site_footer h2:after {
/*    margin: 0;*/
    width: 70px;
}

/******************** Schedule ***********************/
.Schedule{
    background-color:#fff;
    position: fixed;
    padding: 40px 10px;
    right: 0;
    top: 30%;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateY(-50%);
    z-index: 100;
    transition: all 0.5s ease;
    border-radius: 0px 10px 10px 0px;
    transition: all 0.5s ease;
    border: 1px solid #000;
}

.Schedule:hover{
    background-color: #000;
    border: 1px solid #4a4a4a;
    transition: all 0.5s ease;
    cursor: pointer;
    color: #fff;

}
.Schedule a{
    color: #000;
    text-transform: uppercase;
}

.Schedule:hover a{
    color: #000;
    cursor: pointer;
 

}

/* For Modal */
.modal-title, .modal-header .btn-close {
    color: #000;
}
.modal-title {
    font-family: "Delaproza";
        margin: 0 0 0 auto;
}
.modal .modal-body input, .modal .modal-body select{
    width: 100%;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    color: #000;
    border: none;
    border: 1px solid #000;
    outline: none;
    background:#fff;
    border-radius: 5px;
}
.modal .modal-body select {
    margin-bottom: 10px;
}


.modal-open {
    overflow: auto;
    padding-right: 0 !important;
  }

  .modal-content{
    background-color: #fff;
  }
.btn1 {
    padding: 12px 30px;
    display: inline-block;
    background-color: #cc9a42;
    color: #fff;
    transition: all 0.5s ease;
    border: 1px solid #cc9a42;
}
.error_msg {
    border: 2px solid red !important;
}
.optin_txt, .thankyou-msg {
    color: #000;
}

@media only screen and (max-width:767px){
    h2 {
        font-size: 20px;
    line-height: 26px;
    }
    h3 {
        font-size: 18px;
    line-height: 22px;
    }
    .overview_sec {
        padding: 20px 0 50px 0;
    }
    .location_sec {
        padding-bottom: 20px;
    }
    .navbar-toggler {
        background-color: #fff;
    }
    .logo-1 {
        max-width: 110px;
    }
    nav .logo {
        width: 120px;
        margin-right: 20px;
    }
    .mobi-none {
        display: none;
    }

    .height-100vh {
        height: auto;
        padding: 40px 10px;
    }
    .Schedule{
        position: fixed;
        top: unset;
        bottom: 0 !important;
        align-items: center;
        text-align: center;
        width: 100%;
        writing-mode: initial;
        transform: rotate(0) translateY(0);
        padding: 15px;
        border-radius: 0px;
}
.video_sec { 
    height: auto;
}
.mobi-order {
    order: 2;
}
.divider {
    margin: 0 10px;
}
.mobi-large-img {
    width: 94%;
    margin: 0 auto;
    display: block;
}
.site_footer p {
    font-size: 12px;
}
}