@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/Helvetica\ Neue\ Medium\ Extended.otf") format("opentype");
    src: url("../fonts/Helvetica\ Neue\ Medium\ Extended.ttf"), 
}

body{ 
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1{
    font-family: "Merriweather", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
}

h2{
    font-family: "Merriweather", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
}

h4{
    font-family: "Merriweather", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.top-header{
    margin:0;
    position: relative;
}

.navbar{margin-bottom: 0px;}
.navbar-brand{height: auto !important;padding:0;}
.navbar-brand #logo{max-width: 180px;}
.top-header .navbar-inverse{background-color: #fff;border-color:#fff;     color: #7a7a7a !important;}
.top-header .navbar-toggle{background: #333;}
.top-header .top-navigation a{color: #7a7a7a !important;    font-size: 1em;}
.top-header .top-navigation{
    padding-left: 12px;
    padding-right: 12px;
    float: right;
    margin-top: 35px;
}
.banner_responsive{
    position: relative;
    overflow: hidden;
}

#banner{
    background-image:url('../Images/Banner-scaled.jpg');
    background-size: cover;
    margin: auto;
    color: #fff;
    background-position: center; 
}

.banner-background-overlay{
    background-color: #000000;
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.navbar-toggle{
    margin-top:45px;
}

.background-container{
    min-height: 80vh;
    max-width: 1140px;
    word-wrap: break-word;
}
.background-widget-heading{
    margin-top: 15%;
    margin-bottom: 10%;
}
.pdtp-70{
    padding-top: 70px;
}
.btn_primary{
    background-color: #d38c58 !important;
    color: #ffffff !important;
    font-size: 16px; 
    border-radius: 4px;
    text-transform: uppercase;
    min-width: 300px;
    padding: 10px;
    font-family: "Helvetica 'Helvetica Neue'";
}
 

.btn_primary:hover{
    
}

#register_container{margin-top:20px; padding-bottom: 20px;}
#floor_plan_container{margin-top:20px;}
#prices_container{margin-top:20px;}
#highlights_container{margin-top:20px;}
#locations_container{margin-top:20px;}
#developer_container{margin-top:20px;}
#footer_container{margin-top:20px;}
#footer_bottom_container{
    border-top:1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

button.btn.btn_primary.getAccessSubmit:hover {
    color: #ffffff !important;
    background-color: #d38c58 !important;
}
button.btn.btn_primary.getAccessSubmit {
    background-color: #fff !important;
    color: #d38c58 !important;
}

#footer_container a:hover,
.nav>li>a:hover{
    color:#d38c58 !important
}
 
.background-widget-button{
    margin-top:30px;
}

.btn_primary_location{
    background-color: #ffffff !important;
    color: #d38c58 !important;
    font-size: 16px; 
    border-radius: 4px;
    text-transform: uppercase;
    min-width: 300px;
    padding: 10px;
    font-family: "Helvetica 'Helvetica Neue'";
}

.about_image_container{
    margin-right:20px;
}

@media (max-width: 768px) {
    div#myNavbar {
        width: 120px;
        float: right;
        border: none;
        background: #fff;
    }
    .background-widget-heading {
        margin-top: 5%;
        margin-bottom: 10%;
    }
    
    header{
        position: sticky;
        top: 0;
        z-index: 999;        
    }
    
    .about_image_container{
        margin-right:0px;
        width:100%;
    }
        
}

@media only screen and (max-width: 960px) and (min-width: 768px)  {
     
    div#myNavbar {
        background: #fff;
        width: 75%;
        float: right;
        border: none;
    }
    
    .background-widget-heading {
        margin-top: 5%;
        margin-bottom: 10%;
    }
    
    header{
        position: sticky;
        top: 0;
        z-index: 999;        
    }

}



@media (max-width: 979px) {

    .navbar-fixed-mobile{
        position: fixed;
        width: 100%;
        height: 125px;
        z-index: 1;
        margin: 0;
        top: 0;
        background: #fff;
    }

    
    #banner{
         
    }

    .navbar-brand #logo{
        max-width: 160px;
    }

    .background-container {
        padding-top: 30%;
    }

    .thankyou_div{
        position: relative;
        overflow: hidden;
        margin-top: 125px;
    }

    .top-header .navbar-inverse{
        background-color: transparent;
        border-color: #fff;
        color: #7a7a7a !important;
        border: none;
    }

 
    .btn_primary{min-width: 100% !important;}
    .btn_primary_location{min-width: 100% !important;}
    .pdtp-70{padding-top: 30px !important;}
    .col-md-12{padding-left:5px !important; padding-right: 5px !important;}
    .col-md-6{padding-left:5px !important; padding-right: 5px !important;}
    .container{padding-left:5px !important; padding-right: 5px !important;}
    .row{margin-left:-5px !important; margin-right: -5px !important;}
}


@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1,infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate;
}


header {
    background-color: 
#ffffff;
    box-shadow: 0 10px 15px -3px 
rgba(0, 0, 0, 0.1),
        0 4px 6px -4px 
rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}
header .wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
header .logo img {
    height: 80px;
    max-width:200px;
    display: block;
}



.navbarss {
    position: fixed;
    top: 0;
    left: 100%;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 20px;
    transition: left 0.3s;
}
.navbar {
    position: fixed;
    top: 70px;
    right: 100%;
    /* left: 100%; */
    margin: 0;
    width: 150px;
    height: auto;
    background-color: white;
    padding: 20px;
    transition: left 0.3s;
    z-index: 1;
}
.navbar.show {
    right: 0 !important;
}

.hide-scroll {
    overflow: hidden;
}

.navbar ul {
    all: unset;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.navbar ul a {
    all: unset;
    color: #7a7a7a;
    text-transform:capitalize;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}
.navbar ul a:hover {
    color: #111111;
    text-decoration:underline;
}

.close-nav {
    text-align: right;
    margin-bottom: 20px;
}
.close-nav button {
    all: unset;
    background: 
#f7f7f7;
    font-size: 42px;
    cursor: pointer;
    border: 1px solid 
rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 3px;
    color: 
#444444;
}
.close-nav button:hover {
    color: 
#222222;
    background: 
white;
}

.menu-bar button {
    border: 1px solid 
rgba(0, 0, 0, 0.1);
    background: 
#f7f7f7;
    height: 50px;
    width: 50px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}
.menu-bar i {
    display: block;
    border-top: 3px solid 
#444444;
    border-bottom: 3px solid 
#444444;
}
.menu-bar i::after {
    display: block;
    content: "";
    border-top: 3px solid 
#444444;
    margin: 6px 0;
}
.menu-bar button:hover {
    background: 
white;
}
.menu-bar button:hover i {
    border-color: 
#222222;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
}

@media (max-width: 1024px) {
    header .wrapper {
        justify-content: space-between;
    }
}

@media (min-width: 1025px) {
    .navbar {
        all: unset;
        display: block;
        margin-left: 10%;
    }
    .navbar ul {
        flex-direction: row;
        gap: 20px;
    }
    .navbar ul a {
        font-size: inherit;
    }
    .close-nav,
    .menu-bar {
        display: none;
    }
}

.video-wrapper {
  /* Telling our absolute positioned video to 
  be relative to this element */
  position: relative; 
  /* Will not allow the video to overflow the 
  container */
  overflow: hidden;

  /* Centering the container's content vertically 
  and horizontally */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper video {
  /** Simulationg background-size: cover */
  object-fit: cover;
  height: 100%;
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
