@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeueRegular.otf') format('opentype');
    font-weight: 400;
}
/* pink - #00A3CA */



html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Gotham', sans-serif;
    font-size: 30px; 
    color: #494949;
    font-weight: 300;
    padding-top: 130px;
    /* letter-spacing: .8px; */
}

.bebas{font-family: 'BebasNeueRegular';}

a{-webkit-transition: all 0.32s ease-out; -moz-transition: all 0.32s ease-out; -o-transition: all 0.32s ease-out; -ms-transition:  all 0.32s ease-out; transition: all 0.32s ease-out; text-decoration:none;}
a:hover{color: #606f3f; text-decoration: none;}

::placeholder { color: #3C3C3B; opacity: 1; }
:-ms-input-placeholder { color: #3C3C3B;}
::-ms-input-placeholder { color: #3C3C3B;}

/*COMMOM STYLES*/

.fw-bl{font-weight: 700;}
.fw-bo{font-weight: 500;}
strong, .fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 300;}

.fs-87{font-size: 87px;}
.fs-82{font-size: 82px;}
.fs-72{font-size: 72px;}
.fs-65{font-size: 65px;}
.fs-60{font-size: 60px;}
.fs-56{font-size: 56px;}
.fs-55{font-size: 55px;}
.fs-52{font-size: 52px;}
.fs-48{font-size: 48px;}
.fs-49{font-size: 49px;}
.fs-40{font-size: 40px;}
.fs-37{font-size: 37px;}
.fs-38{font-size: 38px;}
.fs-32{font-size: 32px;}
.fs-30{font-size: 30px;}
.fs-26{font-size: 26px;}
.fs-18{font-size: 18px;}
.fs-14{font-size: 14px;}
.fs-13{font-size: 13px;}
.fs-12{font-size: 12px;}
.ls-0-4{letter-spacing: .4px;}
.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}
.ls-3{letter-spacing: 3px;}
.ls-4{letter-spacing: 4px;}
.ls-6{letter-spacing: 6px;}
.ls-8{letter-spacing: 8px;}
.ls-10{letter-spacing: 10px;}
.ls-13{letter-spacing: 13px;}
.ls-20{letter-spacing: 20px;}
.ls-80{letter-spacing: 80px;}

.lh-1{line-height: 1;}
.lh-1-1{line-height: 1.1;}
.lh-1-4{line-height: 1.4;}
.lh-1-7{line-height: 1.7;}
.lh-2{line-height: 2;}
.lh-2-4{line-height: 2.4;}

.lh-4{line-height: 4;}



.bg-grey{background-color: #484c4c!important; }
.bg-brand{background-color: #E5E5E5!important;}
.bg-light-brand{background-color: #F1F2F2;}
.bg-pink{background-color: #00A3CA!important;}

.text-brand{color:#00A3CA!important;}
.text-grey{color:#666666!important;}
.text-black{color:black!important;}
.bg-light{background-color: #F2F2F2!important;}
.btn-brand{background-color: #ffffff; border:none; display: inline-block; position: relative; transition: all 0.32s ease-out; color: #494949; font-weight: 400; font-size: 36px; padding: 10px 30px; letter-spacing: 1.5px;border:1px solid #494949 }
.btn-brand:hover{background-color: #484c4c; color: #FFF!important;}


.btn-submit{background-color: #666666; border:none; display: inline-block; position: relative; transition: all 0.32s ease-out; color: #E5E5E5; font-weight: 600; font-size: 20px; padding: 15px 40px; letter-spacing: 5px;text-transform: uppercase; }
.btn-submit:hover{background-color: #484c4c; color: #FFF!important;}




.btn-share{background-color: #AAAAAA; background-image: url('../images/misc/share.png'); padding:13px 23px; color:white;background-position: 90% 52%; background-repeat: no-repeat; padding-right: 65px!important; border: 0;}
.btn-share:hover{background-color: #535850;}
.btn-share:focus {border: none;  }


.has-bg{background-position: center; background-size: cover; background-repeat:no-repeat;}
#carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
#carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-thumbnails {
    background-color:#ccc;
}
.carousel-inner {
    text-align:center;
}
.carousel-indicators {
    position:relative;
    margin:10px 0px;
}
.carousel-indicators li{
    width:210px;
}
.custom-indicator-wrap {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    display: block;
}
.carousel-indicators [data-bs-target]{margin-left: 0;}
.custom-indicator-wrap li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.img-linked{
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition:  all 0.32s ease-out;
    transition: all 0.32s ease-out;
}
.img-linked:hover{
    transform: scale(.96);
    cursor: pointer;
}

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}
.border-t{border-top: 1px solid #666; }
.border-b{border-bottom: 1px solid  #666;}
footer{background-color: #ffffff;color: #666666;border-top:1.3px solid #666666}

/* Navigation */
/* #topNavigation { padding: 0; background-color: #FFF;} */
/* #topNavigation .img-logo{top: 0;} */
#topNavigation .nav-link{font-size: 28px; font-weight: 400; color: #494949; padding: 0px 15px;}
#topNavigation .nav-link:hover, #topNavigation .nav-link:active{color: #00A3CA;}
#topNavigation .nav-item{display: flex; align-items: center;}
/* #topNavigation #nav-register{background-color: #606f3f; padding: 27px 30px;} */
/* .navbar{padding-top: 0;} */
/* .navbar-brand{padding-top: 0px;
    padding-bottom: 35px;} */
.img-register{right: 0px;
    position: absolute;
    top: 0;}

#sideNav{position: fixed; top: 300px; right: 0; z-index: 89; width: 50px; display: block;}
#sideNav .nav-register{padding: 14px 15px;;  background-color: #005839;  transform: rotate(-90deg); top: -123px; position: absolute; width: 170px; left: -57px;}
#sideNav .nav-register:hover{background-color: #535850; }
#sideNav .nav-register a{color: #FFF; font-weight: 500; display: block; }
#sideNav .btn-social{padding: 11px;}
#sideNav .btn-fb{background-color: #316094;}
#sideNav .btn-ig{background-color: #559390;}
#sideNav .bt-share{background-color: #929497;}

.withBg-wrapper{overflow-x: hidden!important; overflow-y: hidden;}
.withBg{position: relative;}
.withBg:after{content: ''; background-color: #F2f2f2; width: 120%; height: 78%; position: absolute; left: -7%; top: 157px; z-index: -1; transform: rotate(-5deg);}
.withBg-top:after{height: 1299px; bottom: 57px; top: inherit;}

.bg-main {
    background-image: url(/images/bg-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    min-height: 200px;
    position: relative;
}
.bg-main .caption {
    position: absolute;
    letter-spacing: 20px;
    top: 45%;
    width:100%;
    left: 0px;
    font-size:40px;
    color: #ffffff;
    text-align:center;
    font-weight:500;
  }
  #registrationForm input::placeholder { color: #3C3C3B; }
  

  #registrationForm  input::-webkit-input-placeholder {
        color: #3C3C3B;
      }
      
      #registrationForm  input:-moz-placeholder { 
        color: #3C3C3B;
      }
      
      #registrationForm   input::-ms-input-placeholder  { 
        color: #3C3C3B;
      }
#registrationForm .form-control{border: none;color:#3C3C3B;  border-radius: 0; margin-bottom: 30px;height: 70px; font-size: 19px; font-weight: 400;background-color: #ffffff;
    border: 1px solid #828282;}
#registrationForm .form-control:focus{ box-shadow: none;}
#registrationForm sup{color: #00A3CA; font-size: 16px!important; font-weight: 400;}
#registrationForm  label{color:#3C3C3B;font-size: 20px;}
#registrationForm  select {
    display: block;
   line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    height: calc(3.5rem + 2px);
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    color: #333333;
}
.activeNav{color:#00A3CA!important}
.navbar-nav .active a{color:#00A3CA!important}
#mainNav .nav-link .active{color:#00A3CA!important}
#topNavigation .nav-item .active{color:#00A3CA!important}
#sharePopUp .modal-header{border: none;}


.arrow{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #FFF;
    border-right: 5px solid #FFF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}


#topNavigation{height: 130px;background-color: white;}
#design p{line-height: 2;letter-spacing: 1px;}
#design h2{line-height: 1.4;}
#areaphotos p{margin-bottom: 3rem;line-height: 2;padding-right: 3rem;}
#areaphotos h2{letter-spacing: 4px;}
footer .btn-fb{background-color: #316094;}
footer .btn-ig{background-color: #559390;}
footer .bt-share{background-color: #929497;}
footer .btn-social{padding: 11px;}
@media (min-width:1731px) and (max-width:1830px) {
    .fs-60 {
        font-size: 55px;
    }
    /* #areaphotos p{margin-bottom: 2rem;} */
    
}





    @media (min-width:993px) and (max-width:1200px) {
        
        .fs-60 {
            font-size: 32px;
        }
        
        .fs-30 {
            font-size: 24px;
        }
        
        }
@media (min-width:993px) and (max-width:1500px) {
    #topNavigation .nav-link{font-size: 15px;padding: 0px 8px;}
    .fs-87 {
        font-size: 65px;
    }
    .fs-49 {
        font-size: 45px;
    }
    .top-left p{font-size: 19px;}
    .fs-48 {
        font-size: 35px;
    }
    .top-left{top: 3%!important;}
}



@media screen and (max-width:1200px){
    .fs-32 {
        font-size: 30px;
    }
    .fs-38 {
        font-size: 30px;
    }
    .fs-37{font-size: 29px;}
    .fs-49 {
        font-size: 42px;
    }
    .fs-87 {
        font-size: 60px;
    }
    .lh-2 {
        line-height: 1.8;
    }
}

@media screen and (max-width:992px){
    #topNavigation .navbar-toggler-icon {width: 2.5em;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(183, 183, 183)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    #topNavigation .navbar-toggler {border-color: rgba(255,255,255,0);} 
    #topNavigation  .navbar-toggler:focus, .navbar-toggler:active { outline: none; box-shadow: none;  }

    #topNavigation { top:0px; width: 100%; justify-content: center; z-index: 99;position: sticky;}
   
    #topNavigation  .navbar-collapse{width: 100%; background-color: #00A3CA; left: 0;margin-top: 12px;}
    #topNavigation .nav-link{color: #FFF; padding-bottom: 30px;font-size: 22px;font-weight: 500;}
     #sideNav{width: 140px; left: 12px; top: 0; z-index: 101;position: absolute;float: right;}
    #sideNav .btn-social{padding: 6px;}    
#topNavigation .nav-item .active {
    color: black!important;
}
.navbar-nav .active a{color: black!important;}

#topNavigation .nav-link:hover, #topNavigation .nav-link:active{color: white;}
.btn-brand{font-size: 22px;padding: 5px 15px}
.glass{width: 65px;}
.logo-demo{width: 140px;}
    .logo-opus{width: 150px;}
    .deco-big{width: 200px;}
    .opus-big{width: 250px;}
    .border-left{border-left: none!important;border-top: 1px solid #565656;}
    #seaseaton{border: none!important;}
    #seaseaton h2{width: 100%!important;}
    .top-left{top: 50%!important;}
    
        }           
@media screen and (max-width:992px){
    body{padding-top: 0px;}
    .fs-87{font-size: 50px;}
    .fs-82 {font-size: 38px;}
    .fs-72{font-size: 40px;}
    .fs-65{font-size: 45px;}
    .fs-60{font-size: 45px;}
    .fs-56{font-size: 50px;}
    .fs-55{font-size: 38px;}
    .fs-52{font-size: 44px;}
    .fs-49{font-size: 42px;}
    .fs-48{font-size: 42px;}
    .fs-40{font-size: 38px;}
    .fs-38{font-size: 36px;}
    .fs-37{font-size: 35px;}
    .fs-32{font-size: 29px;}
    .fs-30{font-size: 28px;}
    .fs-26 {
        font-size: 24px;
    }
    body{font-size: 21px;}
}

@media screen and (max-width: 767px){
    .fs-87{font-size: 40px;}
    .fs-82 {font-size: 38px;}
    .fs-72{font-size: 35px;}
    .fs-65{font-size: 30px;}
    .fs-60{font-size: 45px;}
    .fs-56{font-size: 46px;}
    .fs-55{font-size: 38px;}
    .fs-52{font-size: 39px;}
    .fs-49{font-size: 36px;}
    .fs-48{font-size: 36px;}
    .fs-40{font-size: 33px;}
    .fs-38{font-size: 31px;}
    .fs-37{font-size: 30px;}
    .fs-32{font-size: 25px;}
    .fs-30{font-size: 24px;}
    .fs-14{font-size: 13px;}
}

@media screen and (max-width: 576px){
    .fs-87{font-size: 60px;}
    .fs-82 {font-size: 32px;}
    .fs-72{font-size: 30px;}
    .fs-65{font-size: 22px;}
    .fs-60{font-size: 30px;}
    .fs-56{font-size: 32px;}
    .fs-55{font-size: 33px;}
    .fs-52{font-size: 28px;}
    .fs-49{font-size: 39px;}
    .fs-48{font-size: 33px;}
    .fs-40{font-size: 24px;}
    .fs-38{font-size: 30px;}
    .fs-37{font-size: 26px;}
    .fs-32{font-size: 25px;}
    .fs-30{font-size: 20px;}
    .fs-14{font-size: 12px;}
    .amenities-wrapper .amenitie p {
        font-size: 17px!important;
        
    }
    .ls-6 {
        letter-spacing: 2px!important;
    } 
    .ls-8 {
        letter-spacing: 3px;
    }
    
    
    /* .ls-20 {
        letter-spacing: 6px!important;
    } */
}
@media screen and (min-width:992px){
    .rendering-section{background-image: url('../images/chairs.png'); background-position: 50px bottom; background-repeat: no-repeat; }
    .rendering-section .wrapper-sm{padding-top: 300px;}
    
    
    .amenities-wrapper{padding-left: 60px;}

}


.modal-content{border:none;background-color: transparent;}
.modal-header{border-bottom: none;}
 .modal-header .close {
margin: -1rem 1rem -2rem auto;background-color: transparent;border:none;font-weight: 600;color:#ffffff;font-size: 20px;
} 
.modal {
    top: 20%;
}
.modal button:focus{outline: none;}
.modal-body{padding: 0 1rem;}


#thankyouModal .modal-header .close{margin: -6rem -1rem -2rem auto;}
#thankyouModal .modal-content{border:1px solid #333333;background-color: white;border-radius:0}
@media (min-width: 576px){
#thankyouModal .modal-dialog {
    max-width: 1200px;
}}


#seaseaton{border: 1px solid #333333;}
#seaseaton h2{background: white;
    width: 39%;
     margin: -80px auto;}
     .bottom-centered {
        position: absolute;
        /* top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
        color: white;
        text-align: center;
        bottom: 20px;
        left: 0;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
      }
    
      .bottom-centered h5{font-family: 'Gotham';font-weight: bold;font-size: 30px;}
      .bottom-centered p{font-family: 'Gotham';font-weight: 300;}

      .top-left {
        position: absolute;
        top: 10%;
        left: 5%;
        color: white;
      }
.border-left{border-left: 1px solid #565656;}




  