


/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&amp;family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');

 :root{
    --ink:#111319;
    --muted:#5c6470;
    --brand:#1e7d4c;         /* green accent */
    --pill:#2a62ff;          /* small blue pill */
    --card:#ffffff;
    --ring:#0ea5a6;
    --acc:#d4a86b;
  }
/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    /* color: #fff; */
    overflow-x: hidden !important;
    background: #fff;
}
p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #323232;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #202020;
}

#home{
    position: relative;
}


.desktop{
    display: block!important;
}

.mobile{
    display: none!important;
}

/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Oswald', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 6px;
    padding: 5px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.8em;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    background-image: none;
    border-bottom: 1px solid #d9d9d9;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #464646;
}
input[type="submit"],button[type="submit"],
input[type="reset"],
input[type="button"] {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #202020;
    border: 1px solid transparent;
     margin-top: 10px;
}
input[type="submit"]:hover,button[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background-color: #000000;
    
    color: #d4a86b;
    border: 1px solid #d4a86b;
    margin-top: 10px;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #ececec;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

/* submit and alert success  */
input[type="submit"],button[type="submit"]  {
    background: #d4a86b;
    color: #f8e9d4;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
    display: block;
    width: 100%;
    margin-top: 10px;
    border: 1px solid;
}
.alert-success {
    background: transparent;
    color: #999;
    border: 1px solid #202020;
    border-radius: 0px;
}
.position-re{
    height: 480px;
    border-radius: 20px;
}
.position-re img{
    height: 480px;
    border-radius: 20px;
}
/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #323232;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width:100%;
    position:relative;
    z-index:3;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #fff;
}
blockquote p {
    margin-bottom: 0;
}
blockquote p a {
    color:inherit;
}
blockquote cite {
    display:inline-block;
    font-size: 16px;
    position:relative;
    padding-left: 60px;
    border-color:inherit;
    line-height:1;
    margin-top: 22px;
    font-style:normal;
    color: #202020;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid; 
    border-color:inherit;
    color: #202020;
}


/* Placeholder */
::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ffffff;
}


.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}
.count {
    font-family: 'Oswald', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}
.js .animate-box {
    opacity: 0;
}

.map {  
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }

:root { scroll-behavior: auto; }

/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #999;
    background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
    color: #999;
    background: rgba(0, 0, 0, 0.1);
}
::selection {
    color: #999;
    background: rgba(0, 0, 0, 0.1);
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%;
    background: #bda88d;
    border: 1px solid #bda88d;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #202020;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
      outline: none;
}

.location-banner{
    font-size: 18px;
    color: #ffffff;
   margin-bottom: 0;
}

/* ======= Section style ======= */
.section-padding {
    padding-top: 60px;
}
.section-padding2 {
    padding: 0 0 90px 0;
    position: relative;
}
.section-padding h6 {
    color: #202020;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
    display: flex;
    align-items: anchor-center;
}
.section-title {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #202020;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    /* word-spacing: 5px; */
    margin-bottom: 60px;
    text-align: center;
}
.section-title span {
    color: #d4a86b ;
}
.section-title2 {
    font-size: 35px;
    font-weight: 300;
    color: #202020;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}



/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99999999;
    padding-right: 10%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #ffffff;
}
.navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    /* text-transform: uppercase; */
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Oswald', sans-serif;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #ffffff;
}
.navbar .navbar-item .nav-link:hover {
    color: #d4a86b;
}
.navbar .navbar-nav .active {
    color: #d4a86b !important;
}
.nav-scroll .navbar-nav .active {
    color: #d4a86b !important;
}
.navbar .navbar-nav .active i {
    color: #ffffff;
}
.nav-scroll {
    background: #202020;
    padding: 0 6% 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    border-bottom: 1px solid #323232;
    z-index: 999;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #ffffff;
}
.nav-scroll .navbar-nav .nav-link {
    color: #ffffff;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #ffffff;
}
.nav-scroll .logo-img {
    width: 90px;
          border-radius: 100%;
}
.nav-scroll .logo-2 {
 width: 80px;
}
.nav-scroll .logo {
    /* width: 74px; */
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    position: relative;
    color: #202020;
    line-height: 1.25em;
    letter-spacing: 5px;
    display: none;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #575757;
    font-weight: 400;
    letter-spacing: 3px;
    display: block;
    margin-top: 3px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-left: 5px;
    display: none !important;
}
.nav-scroll .logo-wrapper {
    padding: 15px 10px ;
    background: #202020;
        display: inline-block;
}

.logo-wrapper {
    float: left;
    background: #202020;
    padding: 20px 50px;
}
.logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #202020;
    letter-spacing: 9px;
    margin-bottom: 0;
}
.logo-wrapper .logo h2 a i {
    color: #777;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #777;
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.logo {
    padding: 0;
    /* width: 73px; */
    text-align: center;
        display: inline-block;
}
.logo-2{
    margin-left: 10px;
     width: 120px;
}
.logo-img {
    width: 90px;
        border-radius: 100%;
    margin-bottom: 5px;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.nav-scroll .dropdown .nav-link i {
    color: rgba(255, 255, 255, 0.5);
}

.dropdown .nav-link.nav-color i {
    color: rgba(0, 0, 0, 0.5);
}
.navbar .dropdown-menu .dropdown-item {
    padding: 6px 0;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #202020;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu li {
   border-bottom: 1px solid rgba(255,255,255, 0.02);
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
      .hero{
    min-height:76vh;
      }
    .image-link{
        width: 100%;
        height: 400px;
    }
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 199px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #202020;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 199px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }    
}
@media screen and (max-width: 991px) {
    .image-link{
        width: 100%;
        height: 250px;
    }
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: #202020;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-scroll {
        background: #202020;
    }
    .logo-wrapper {
        float: left;
        padding: 15px;
        padding-left: 0;
    }
    .logo-wrapper .logo h2 { 
        display: none;
    }
    .nav-scroll .logo-wrapper {
        padding: 15px;
        background-color: transparent;
        padding-left: 0;
    }
    .nav-scroll .logo-img {
        width: 70px;
    }
    .nav-scroll .logo-2 {
        width: 70px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
      
    }
  
    .logo-img {
        margin-bottom: 0px;
        width: 70px;
    }
    .logo-2 {
        margin-bottom: 0px;
        width: 70px;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #fff;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #202020 !important;
    }   
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #202020;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .dropdown .nav-link i {
        color: rgba(255,255,255, 0.5);
    }
}
@media screen and (max-width: 767px) {
     .hero{
    min-height:36vh;
      }
     .d-banner{
        display: none!important;
    }

    .floor-plan img{
        height: 250px;
        object-fit: cover; 
        margin-bottom: 30px;

    }

    .navbar .navbar-collapse {
        max-height: 480px;
        overflow: auto;
        background: #202020;
        text-align: left;
        padding: 20px;
    }
    .location-banner {
    /* font-size: 22px; */
    margin-top: 6px;
    margin-bottom: 0;
    text-align: center;
    display: block;
}
}


.btn-black {
    background: #000000;
    color: #f8e9d4;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 8px 24px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid;
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 32px;
}
.header .caption h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .caption h1 {
    position: relative;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 500;
    letter-spacing: 3px;
}
.header .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #202020;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}


.header .item img{
    height:100%;
    object-fit: cover;
}


/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}
/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 3%;
    left: 12%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-], .project-page .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #202020;
    color: #202020;
}
@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}


/* ======= Slider left panel style ======= */
.left-panel {
    background: #202020;
    position: absolute;
    width: 143px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    overflow: hidden;
}


.social-left {
    display: block;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #202020;
    z-index: 10;
}

.social-left:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 70px;
    top: -70px;
    background: #373737;
}

.social-left li {
    display: block;
    margin: 0;
    padding: 3px 0;
}
.social-left li:first-child {}
.social-left li a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #373737;
    color: #999;
    border-radius: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.social-left li a:hover {
    color: #202020;
    border: 1px solid #202020;
}
@media (max-width: 1259.98px) {
    .left-panel {
        width: 100px;
    }
}
@media (max-width: 991.98px) {
    .left-panel {
        width: 50px;
    }
}
@media (max-width: 767.98px) {
    .left-panel {
        display: none;
    }
}


/* ======= Page Banner Header style ======= */
.banner-header {
    height: 50vh;
    z-index: -2;
}
.banner-header h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-header h6 a:hover {
    color: #fff;
}
.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h5 {
    color: #202020;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.banner-header h1 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #202020;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.banner-header p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #999;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-header p a {
    color: #202020;
}
@media screen and (max-width: 767px) {
    .banner-header {
        height: 30vh;
        margin-top: 70px;
    }
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: #202020;
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    .banner-header h5 {}
    .banner-header h1 {}
    .banner-header p {
        font-size: 20px;
        color: #999;
    }
}
.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, .8) 100%, rgba(39, 39, 39, 0.5) 100%);
    background: linear-gradient(to top, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.8) 100%, rgba(39, 39, 39, 0.5) 100%);
    object-fit: cover;
}


/* =======  Content Lines style  ======= */
.content-wrapper {
    position: relative;
}
.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
}
.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
}




/* =======  Video Background  ======= */

.position-relative {
  position: relative !important;
}

   .video{
        width: 100%;
        height: 500px;
    }
@media screen and (max-width: 767px) {
    .video{
        width: 100%;
        height: 200px;
    }
}




/* ======= About style ======= */
.about {
    padding-top: 60px;
    padding-bottom: 45px;
}
.about .about-img img:hover {
    transform: scale(0.95);
}
.about .about-img {
    position: relative;
}
.about .about-img .img {
    padding: 0 15px 30px 30px;
    position: relative;
}
.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #323232;
}
.about .about-img .img img {
    position: relative;
    z-index: 2;
    background: #202020;
}
.about-img-2 {
    position: relative
}

.about-img .about-img-2 {
   width: 40% !important;
    position: absolute;
    bottom: 12px;
    right: 34px;
    z-index: 3;
    padding: 15px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 11px;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #323232;
}

.position-icon {
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1;
    color: #f8e9d4;
    background: #202020;
    flex-basis: 20%;
    letter-spacing: 1px;
    box-shadow: rgb(0 0 0 / 35%) 1.95px 1.95px 2.6px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.position-icon:hover {
    text-align: center;
     padding: 12px 20px;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    background-color: #d4a86b!important;
    border: 1px solid ;
    background:none;
    flex-basis: 20%;
}

.position-icon i {
    display: inline-block
}

@media only screen and (max-width:991px) {
  
    
    .position-icon {
        display: block;
        margin-top: 40px;
        color: #fff;
        width: 100%;
        background: #202020;
        text-align: center;
        flex-basis: 100%;
    }
    .position-time span,.position-location span ,.position-title{
        font-size: 25px;
    }
}


/* services sidebar */
.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 45px;
    background: #323232;
    border-radius: 0px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #373737;
    padding-bottom: 15px;
}
.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 1.1em;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 0px;
}
.sidebar .services ul {
    position: relative;
    padding: 0;
}
.sidebar .services ul li {
    position: relative;
    line-height: 48px;
    font-size: 16px;
    color: #999;
    font-weight: 300;
    margin-bottom: 5px;
}
.sidebar .services ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #202020;
    border-radius: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-left: 2px solid var(--thm-base);
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:last-child {
    margin-bottom: 0;
}
.sidebar .services ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
}
.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
    color: #fff;
}
.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
    opacity: 1;
}
.sidebar .services ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "themify";
    content: "\e649";
    opacity: 1;
    font-size: 10px;
    font-weight: normal;
    z-index: 1;
}
.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.3s ease 0.1s;
}


/* ======= Projects style ======= */
.projects .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.projects .item:hover .con {
    bottom: 0;
}
.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
button.btn-floor {
    padding: 5px 10px;
    width: 50%;
    border-radius: 50px;
}
.projects .item .con {
    border-radius: 20px;
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.projects .item .con h6,
.projects .item .con h6 a {
    position: relative;
    color: #202020;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.projects .item .con h5,
.projects .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.projects .item .con p {
    color: #fff;
    font-size: 20px;
}
.projects .item .con i {
    color: #fff;
    font-size: 20px;
}
.projects .item .con i:hover {
    color: #202020;
}
.projects .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #999;
    padding: 11px 30px;
}
.projects .item .con .butn-light:hover {
    border-color: #202020;
}
/* line animation */
.projects .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 15px;
}
.projects .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* prev/next project */
.projects-prev-next {
  padding: 40px 0;
  border: none;
  border-top: 1px solid #323232;
  position: relative;
}
@media (max-width: 576px) {
  .projects-prev-next {
    text-align: center;
  }
    
  .projects-prev-next-left {
        margin-bottom: 10px;
    }
}

.projects-prev-next a {
    display: inline-block;
    font-size: 16px;
    color: #999;
    line-height: 1em;
}
.projects-prev-next a i {
  font-size: 20px;
}

.projects-prev-next a:hover {
    color: #202020;
}
.projects-prev-next .projects-prev-next-left a i {
  margin-right: 5px;
  font-size: 12px;
}
.projects-prev-next .projects-prev-next-right a i {
 font-size: 12px;
  margin-left: 0;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    .position a{
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .services .parallax_wrapper .img_over{
        display: none;
    }
  .project-masonry-wrapper {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .project .items {
    padding: 12px;
    }
}
@media only screen and (max-width: 400px) {
  .project-masonry-wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Promo Video and Testimonials style ======= */
/* play button */
.vid-area h5 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-left: 5px;
}
.play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(197, 164, 126, 0.5);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
    padding-left: 5px;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #202020;
}
.play-button.color .circle-fill circle {
    fill: #202020;
}


   
@media screen and (max-width: 991px) {
   
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }  
}


/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}
hr.border-1 {
    border-top: 1px solid #323232;
}
hr.border-2 {
    border-top: 1px solid #424242;
}
/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 3px;
}
.link-btn i {
    margin-left: 3px;
    font-size: 12px;
    color: #202020;
}
.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #202020;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.link-btn:hover::before {
    width: 100%
}




/* ======= Post style ======= */
.bauen-post-section {
    padding-top: 120px;
}
.bauen-comment-section {
    padding-top: 60px;
    margin-bottom: 60px;
}
.bauen-comment-section h3 {
    font-size: 16px;
    color: #202020;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
}
.bauen-comment-section h3 span {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    margin-left: 15px;
}
.bauen-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}
.bauen-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.bauen-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.bauen-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.bauen-user-content {
    margin-right: 26px;
}
.bauen-repay {
    font-size: 14px;
    color: #202020;
    margin: 0;
    font-weight: 400;
}


/* ======= Contact style ======= */
#bauen-contactMap {
    width: 100%;
    height: 550px;
}


/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #202020;
    color: #fff;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #323232;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span {
    color: #fff;
}
/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}
.butn-light a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #fff;
    color: #fff;
    padding: 12px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid #fff;
}
.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    color: #202020;
    position: relative;
    z-index: 2;
    font-size: 21px;
    font-weight: 500;
}
.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span {
    color: #202020;
    font-size: 21px;
    font-weight: 500;
}


/* ======= Footer style ======= */
.main-footer {
    padding: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: initial;
}
.main-footer.dark {
    background: #202020;
    color: #fff;
}
.main-footer .abot p {
    color: #fff;
}
.main-footer .abot .social-icon {
    text-align: center;
    margin-bottom: 20px;
}
.main-footer .abot .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #373737;
    color: #999;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-footer .abot .social-icon a:hover {
    border: 1px solid #cfcfcf;
    background: transparent;
    color: #cfcfcf;
}
.main-footer .fothead h6 {
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    color: #cfcfcf;
    font-size: 17px;
}
.main-footer .fotcont .fothead h6 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
}
.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border: none;
}
.main-footer .fotcont p {
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}
/* sub footer */
.main-footer .sub-footer {
    padding: 0px 0 10px 0;
    margin-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}
.main-footer .sub-footer p {
    font-size: 14px;
    color: #cfcfcf;
    margin-top: 7px;
    text-align: justify;
}

.main-footer .sub-footer p a:hover {
    color: #cfcfcf;
}
.main-footer .sub-footer p.right {
    text-align: right;
}


/* ======= Corner Style ======= */
.hero-corner {
    top: 50px;
    right: 50px;
    z-index: 21;
    border-top: 1px solid;
    border-right: 1px solid;
}
.hero-corner2 {
    top: 50px;
    left: 50px;
    border-top: 1px solid;
    border-left: 1px solid;
}
.hero-corner3 {
    bottom: 50px;
    right: 50px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.hero-corner4 {
    bottom: 50px;
    left: 50px;
    border-bottom: 1px solid;
    border-left: 1px solid;
}
.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 21;
    border-color: rgba(255, 255, 255, 0.2);
}


/* ======= Preloader Style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #202020;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;

}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #202020;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 50px;
    right: 10px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #7a303b;
    stroke-width: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px #b096774d;
}
.progress-wrap::after {
    color: #b09677;
}
.progress-wrap svg.progress-circle path {
    stroke: #b09677;
}



/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
  position: relative;
    padding: 0;
}
.accordion-box .block {
  position: relative;
  background: #323232;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 16px;
}
.accordion-box .block.active-block {
  background-color: #323232;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: #999;
    transition: all 500ms ease;
    font-family: 'Oswald', sans-serif;
}
.accordion-box .block .acc-btn .count {
  color: #202020;
  padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
  position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #202020;
    line-height: 30px;
    content: "\e61a";
    font-family: "Themify";
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  background-color: #323232;
    color: #202020;
}
.accordion-box .block .acc-btn.active:before {
  color: "Themify";
  content: "\e622";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
  position: relative;
    padding: 0px 40px 30px;
    background-color: #323232;
    color: #999;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0px;
  display: block;
}


/* ======= Pricing plan style ======= */
.pricing-card {
    background-color: #323232;
    padding: 60px 40px 40px 40px;
    border-radius: 0;
    margin-bottom: 30px;
}
.pricing-card-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pricing-card-list {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.pricing-card-list li {
  position: relative;
    font-size: 16px;
    padding-left: 30px;
}
.pricing-card-list li+li {
  margin-top: 5px;
}
.pricing-card-list li i {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(50%);
    font-size: 15px;
    color: #202020;
}
.pricing-card-list li i.unavailable {
  color: #999;
}
.pricing-card:hover {
  opacity: 1;
}
.pricing-card:hover i {
  color: #202020;
}
.pricing-card-name {
      line-height: 1;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #202020;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-weight: 300;
}
.pricing-card-amount {
  margin: 0;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 20px;
    color: #fff;
}
/* butn */
.butn-pricing {
    position: relative;
    line-height: 1.2em;
}
.butn-pricing a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #202020;
    color: #fff;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}
.butn-pricing a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #202020;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-pricing a span {
    position: relative;
    z-index: 2;
}
.butn-pricing a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-pricing a:hover span {
    color: #fff;
}



/* ======= Error Page 404 style ======= */
.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}
.error-form form {
  position: relative;
}
.error-form .form-group {
  position: relative;
  margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  height: 70px;
  display: block;
 font-family: 'Didact Gothic', sans-serif;
  font-size: 16px;
  background: #323232;
  color: #999;
  border-radius: 7px;
  border: 1px solid #323232;
  transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: #323232;
}
.error-form .form-group input::-webkit-input-placeholder {
  color: #323232;
}
.error-form .form-group .theme-btn {
      position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: #999;
}
.error-form .form-group .theme-btn span {
  vertical-align: middle;
    outline: none;
}


/* ======= Process style ======= */
.process .item {
  position: relative;
  z-index: 4;
}
.process .item img {
  position: absolute;
  width: 70%;
  right: -40%;
  top: 15px;
  opacity: .5;
}
.process .item img.tobotm {
  -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
}
.process .item.odd {
  margin-top: 50px;
}
.process .item .cont {
  padding: 40px 20px;
  background-color: #323232;
  border: 1px solid #323232;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
}
.process .item .cont:hover {
  background-color: #202020;
  border: 1px solid #202020;
}
.process .item .cont:hover h6 {
  color: #fff;
}
.process .item .cont:hover p {
  color: #fff;
}
.process .item .icon {
    color: #202020;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 85px;
    border-radius: 50%;
    border: 1px dashed #525151;
    margin-bottom: 30px;
}
.process .item h3 {
    position: absolute;
    bottom: 0px;
    text-align: right;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    right: 20px;
}
.process .item h6 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
}
@media screen and (max-width: 991px) {
 .process .item img {
    display: none;
  }
 .mb-md50 {
    margin-bottom: 50px;
}
}
/* line animation */
.process .item .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}
.process .item .line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: rgba(255,255,255, 0.05);
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.process .item:hover .line:after {
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}



/* ======= Process 2 style ======= */
.process2.item{
    background-color: #323232;
    padding: 30px 20px;
    position: relative;
    text-align: left;
}
.process2.item .icon {
    margin-bottom: 15px;
    font-size: 40px; 
    color: #202020;
}
.process2.item i.number {
    position: absolute;
    top: 110%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #323232;
    line-height: 39px;
    text-align: center;
    left: 22px;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #999;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.process2.item h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.row > [class*='col-']:nth-child(even) .process2.item { margin-top: 65px; }
.row > [class*='col-']:nth-child(even) .process2.item i.number { top: -60px;}
.row > [class*='col-']:nth-of-type(odd) .process2.item:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #323232;
    border-width: 16px;
    left: 25px;
}
.row > [class*='col-']:nth-of-type(even) .process2.item:before {
    top: -30px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #323232;
    border-width: 16px;
    left: 25px;
}
.process2.item:hover i.number {
    background-color: transparent;
    border: 1px solid #202020;
}
/* line animation */
.process2.item .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}
.process2.item .line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: rgba(255,255,255, 0.08);
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.process2.item:hover .line:after {
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}



/* ====== Coming Soon ======= */
.comming{
    min-height: 100vh;
    height: auto;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0,0,0,.6);
    background-image: url("../img/slider/1.html");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
@media (max-width: 767px){
    .comming{
        min-height: 200vh;
    }
}
.comming .item {
    background-color: rgba(0,0,0, 0.3);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px 15px;
    margin-bottom: 30px;
}
.comming h6 {
    color: #202020;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 5px;
    line-height: 1.5em;
}
.comming h3 {
    font-size: 48px;
    line-height: 1.25em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.comming h2 {
    font-size: 48px;
    line-height: 1.25em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.comming p {
    color: #fff;
    font-size: 16px;
}
/* coming form */
.comming form {
  margin-top: 30px;
  position: relative;
}
.comming form input {
    width: 100%;
    padding: 11px 50px 11px 11px;
    background-color: transparent;
    border: 1px solid #202020;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}
.comming form button {
    background-color: #202020;
    padding: 8px 20px;
    border-radius: 0px;
    color: #fff;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
    outline: none;
}
.comming form button:hover {
  background-color: #323232;
  color: #fff;
    outline: none;
}
/* go home */
.go-back{
    margin-top: 45px;
}
.go-back a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.go-back a:hover {
    color: #202020;
}
.go-back a span{
    transition: all .5s;
}
.go-back a span i {
    color: #fff;
    font-size: 14px;
}
.go-back a:hover span{
    padding-right: 15px;
}



/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-darkgray]:before {
  background: #202020;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #999;
}
[data-overlay-dark] p {
  color: #999;
}
[data-overlay-darkgray] p {
  color: #999;
}
[data-overlay-light] p {
  color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}


.project-details {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 50%;
    left: 0;
}
.header-highlights{
    text-align: start;
}
.price-section{
    position: relative;
}
.price-section h2{
    color: #fff;
    font-size: 32px;
    letter-spacing: 4px;
}
span.price-sign {
    font-size: 25px;
    color: #fff;
}
span.price-number {
    font-size: 50px;
    padding-left: 5px;
    color: #fff;
    font-weight: 500;
    font-family: auto;
}
span.amount-type {
    font-size: 25px;
    color: #fff;
    padding-left: 5px;
}



.butn-light.mt-30.mb-30 {
    display: flex;
    justify-content: start;
}


.services .item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* .price-section:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    background: #fff;
    top: 24%;
    left: 42%;
} */


.relative .arcprime-project-content{
    padding: 10px;
    position: absolute;
    left: 16px;
    color: white;
}


.arcprime-project-wrap {
        width: 100%;
}

.arcprime-project-content {
    position: absolute;
    left: 40px;
    top: 125px;
    background: #202020;
    padding: 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 10px;
}
.arcprime-project-wrap p {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    margin-bottom: 0px;
    line-height: 1.75em;
    font-weight: 400;
    color: #b1b1b3;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.arcprime-project-wrap h3 {
    text-align: center;
    font-size: 25px;
    line-height: 1.75em;
    color: #f8e9d4;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin: 0;
}
.arcprime-project-link {
    color: #7FB1C5;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-right: 40px;
    line-height: 1.75em;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-left: 80px;
}
.floor-plan{
    position: relative;
}

.gallery-section{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    height: 75vh;
}


section.highlights {
    position: absolute;
    z-index: 9;
    bottom: 5%;
    background: #fff;
    left: 20%;
    width: 100%;
}

.container.banner-highlights {
    position: absolute;
    display: flex;
    left: 20px;
    bottom: 0px;
}

.banner-highlights h3 {
     font-size: 30px;
    color: #fff;
    margin: 0px;
    padding-bottom: 5px;
}

.banner-highlights p {
    color: #e7e7e7;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.banner-high {
    padding: 5px 15px;
    margin-right: 50px;
    background: linear-gradient(45deg, #1a1a1a, #20202069);
    border-radius: 10px;
    border: 1px solid #202020b3;
}

.call-icon{
    width: 50px;
    padding: 10px;
    border: 1px solid #202020;
    border-radius: 50%;
}
.call-icon:hover{
    transform: scale(1.1);
}
.call-text{
    writing-mode: vertical-lr;
    margin: auto;
    font-size: 20px;
    transform: rotate(180deg);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#highlights{
    position: relative;
    height: auto;
}
section#contact {
    padding-bottom: 15px;
        background: #f9f8f8;
}

.highlights-img.abs {
    position: absolute;
    bottom: 12%;
    left: 34%;
    border: 10px solid #fff;
}
.head-high{
    font-size: 32px;
    color: #323232;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 10px;
}
.high-text {
    padding: 0px 10px 20px 0px;
}
.right-highlights p {
    font-size: 17px;
}
img.high-img {
       width: 40px;
    height: 45px;
}
.high-text h6{
    margin-bottom: 0px;
}
img.location-img {
    border: 10px solid #202020;
    padding: 10px;
    height: 95%;
    object-fit: cover;
}
.gallery-img{
    height: 100%;
    object-fit: cover;
}

#highlights {
    background: url(../img/bg.png) #f7f7f7;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 50%;
}
.btn-close {
    filter: invert(1);
}

.form-box {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 3%;
    width: 370px;
    padding: 35px;
    background: #202020;
    /* border-radius: 10px; */
    outline: 1px solid #f8e9d4;
    outline-offset: -10px;
    z-index: 9;
}
.form-box h2{
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 500;
}
img.check-mark {
    width: 21px;
    border: 1px solid #202020;
    border-radius: 50%;
    padding: 2px;
    margin-right: 5px;
}
.footer-form {
    background-color: #202020;
    padding: 15px;
}
.mobile-call {
    display: none;
}
.mobile-section-footer {
    display: none;
}
section#careers {
    background: #f7f7f7d4;
}

.popup_form .form-box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    /* background: #fff; */
}
.popup_form  .modal-body {
    padding: 0;
}
/* .popup_form  input[type="password"],
.popup_form  input[type="email"], 
.popup_form  input[type="text"], 
.popup_form  input[type="file"], 
.popup_form  textarea {
    color: #202020;
}

.popup_form  ::-webkit-input-placeholder {
    color: #202020;
}

.popup_form  .form-box h2 {
    color: #202020;
} */
label.invalid-data.existingCheck {
    font-size: 12px;
}
section#contact h2.section-title {
    text-align: left;
    margin-bottom: 20px;
}
input:focus, textarea:focus {
    border-bottom-width: 1px;
    border-color: #fff;
}

button.btn-close {
    right: 3%;
    position: absolute;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    top: 4%;
}

button.btn-close:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid transparent;
    margin-top: 0px;
}
/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media(min-width:768px){
     .hero{
    min-height:76vh;
      }
     .navbar-expand-md .navbar-nav{
        background: #0000006e;
    }
    .nav-scroll .navbar-nav{
        background: none;
    }
.pdl-90{
   padding-bottom: 90px;
    padding-right: 0;
    padding-left: 90px;  
}
 .m-banner{
        display: none!important;
    }
    .floor-plan img{
        height: 450px;
        object-fit: cover;
    }
    .img1{
        grid-area: 1 / 1 / 3 / 3!important;
        height: 500px;
        object-fit: cover;
        /* grid-column: 1 / 3;
        grid-row: 1 / 3; */
    }
   
    .img2{
        grid-area:1 / 3 / 2 / 5 !important;
        height: 235px;
         object-fit: cover;
    }
    .img3{
        grid-column: 3 / 4!important;
        grid-row: 2 / 3!important;
    }
    .img3,.img4{
        height: 250px; 
         object-fit: cover;
    }

}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .hero-corner,
    .hero-corner2,
    .hero-corner3,
    .hero-corner4 {
        display: none;
    }
    .header .caption h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .hero .intro h3 {
        font-size: 28px;
    }
    .hero .intro h4 {
        font-size: 20px;
    }
    .header .caption h1 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 5px;
        line-height: 1.35em;
        text-align: center !important;
    }
    .header .caption p {
        font-size: 15px;
        margin-right: 10px;
        text-align: center;
    }
    .header .caption .butn-light {
        margin-right: 10px;
        justify-content: center;
    }

    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    .bauen-blog .item .con h5,
    .bauen-blog .item .con h5 a {
        font-size: 20px;
    }
    .bauen-comment-section h3 span {
        margin-left: 0px;
    }
    .main-footer .sub-footer p.right {
        text-align: left;
    }
    .main-footer .abot .social-icon {
        text-align: left;
        margin-bottom: 15px;
    }
    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }
}
@media screen and (max-width: 480px) {
    .section-head h4 {
        font-size: 30px;
    }
    .footer {
        padding: 60px 0;
    }
    .text-left {
        text-align: left;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
}



@media(max-width:767px){
    .about {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .section-padding {
        padding-top: 30px;
    }
    .services .item {
        padding: 40px 30px;
        margin-bottom: 20px;
    }

    .main-footer .sub-footer p.footer-para {
        text-align: center;
        font-size: 14px;
        color: #999;
        margin-top: 7px;
        margin-bottom: 50px;
    }


    .position:hover .position-icon{
        flex-basis: 100%;
    }
    .mobile-call {
        display: block;
        z-index: 9;
        border: 1px solid #ffffff;
    }
    .navbar{
        padding: 0px 15px;
                z-index: 999;
    }
    button.navbar-toggler {
        margin-left: auto;
        font-size: 21px;
        color: #f8e9d4;
        filter: unset;
        height: 36px;
        width: 20px;
        /* border: 1px solid #f8e9d4ad; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        border-radius: inherit;
        line-height: normal;
        margin-top: 0;
    }
    .mobile-section-footer {
        position: fixed;
        bottom: 0;
        background: #202020;
        border-top:1px solid #f8e9d4;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10px;
        z-index: 999;
    }
    .mobile-section-footer a{
        color: #f8e9d4;
    }
    .mobile-call a {
        padding: 3px 15px;
        display: flex;
        align-items: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        filter: unset;
        color: #ffffff !important;
        opacity: 1;
    }
    .mobile-call img.mobile-call-icon {
        width: 16px;
        margin-right: 10px;
     
    }
    .text-end.item.bg-img {
        height: 400px;
        margin-top: 55px;
    }
    .header{
        min-height:auto;
    }
    .form-box {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        z-index: 9;
        padding: 25px;
        background: #202020ed;
    }
    .desktop{
        display: none!important;
    }
    
    .mobile{
        display: block!important;
    }

    .butn-light a span {
        text-align: center;
        line-height: 1.2;
        font-weight: 600;
    }
    .slider .item, .slider-fade .item{
        height: auto;
        position: relative;
        top: unset;
        left: unset;
    }
    .gallery-section{
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        grid-auto-rows: minmax(100px, auto);
        height: auto;
    }

    .v-middle {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    transform: translate(0%, -50%);
    z-index: 9;
    min-height: 310px;
}
    
   /* .project-details{
        left: 0px;
        top: 39%;
    }*/
    section.highlights {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .banner-highlights h3 {
        font-size: 29px;
    }
        .banner-high {
        margin-right: 0px;
        margin-bottom: 2px;
        background: linear-gradient(45deg, #626262, #202020);
        text-align: center;
    }
    .container.banner-highlights {
              position: relative;
        display: block;
        justify-content: center;
        padding: 15px 5px;
        flex-direction: column;
        left: auto;

    }
    .high-text {
    padding: 20px 0;
}

.header .item img {
    height: 100%;
    object-fit: cover;
    min-height: 415px;
}

    .arcprime-project-wrap {
        padding-bottom: 0px;
        padding-right: 0;
        padding-left: 40px;
        /* margin-bottom: 20px; */
        position: relative;
    }
    .arcprime-project-content{
        left: 0;
    }
    #highlights {
        position: relative;
        height: auto;
    }
    .highlights-img{
        text-align: center;
    }
    .highlights-img.abs {
       display: none;
    }
    .section-title {
        margin-bottom: 30px;
        margin-top: 30px;
        font-size: 29px;
    }

    .slider .owl-item, .slider-fade .owl-item{
        height:auto;
    }
    .head-high{
        font-size: 30px;
    }
    
}

.navbar{
             z-index: 999999;
    }
@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar{
        padding-right: 4%;
                z-index: 999999;
    }
    .project-details {
        left: 10%;
    }
    .header .caption h1 {
        font-size: 45px;
    }
    section.highlights {
        bottom: 7%;
        left: 15%;
    }
    .banner-high {
        width: 20%;
        margin-right: 10px;
    }
    .banner-highlights h3 {
        font-size: 27px;
    }
    .form-box {
        top: 28%;
        width: 330px;
        padding: 25px;
        z-index: 9999;
    }
    .form-box h2{
        margin-bottom: 5px;
    }
    #highlights {
        height: auto;
    }
    .highlights-img.abs {
        bottom: 4%;
        left: 30%;
    }
    .footer-form{
        background-color: #202020;
        padding: 15px;
    }
    .logo-wrapper {
        float: left;
        background: #202020;
        padding: 10px;
    }
    .footer-form {
        background-color: #202020;
        padding: 15px;
    }
}

@media (min-width: 1400px) and (max-width: 1500px)  {
    
    .project-details {
        left: 8%;
    }
    section.highlights {
        bottom: 7%;
    }
    .banner-high {
        width: 20%;
        margin-right: 25px;
    }
    .form-box {
        top: 28%;
    }
    #highlights {
        height: auto;
    }
    .highlights-img.abs {
        bottom: 4%;
        left: 30%;
    }
    .footer-form{
        background-color: #202020;
        padding: 15px;
    }
    .header .caption h1 {
        font-size: 26px;
    }
}


@media(max-width:410px){
    .services .item {
        padding: 35px 30px;
        margin-bottom: 15px;
    }
    .logo {
        width: auto;
    }
    .text-end.item.bg-img {
        min-height: 400px;
    }
    .project-details {
        left: 0px;
        top: 33%;
    }
    .butn-light a {
        padding: 4px 24px;
    }
    .high-text {
   
    padding: 20px 0;
    }
    .high-text h6{
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    }

    .butn-light.mt-30.mb-30 {
    justify-content: center;
}
.header .caption .butn-light{
    justify-content: center;
}
.butn-light.mt-30.mb-30{
    justify-content: center;
    margin: 0;
}
}
 .whatsapp-pop {
  position: fixed;
  top: 88%;
  left: 30px;
  z-index: 9;
}
.whatsapp-pop a {
  border-radius: 50%;
  text-align: center;
  padding: 7px 10px;
  background-color: #2db742;
  transition: 0.5s all;
}
.whatsapp-pop a img {
  max-width: 46px;
  margin-bottom: 5px;
}
.whatsapp-mini-text-img span {
  background-color: #ECC37E;
  color: black;
  padding: 15px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 8;
}
/* ===== Prefooter Promo (enhanced specs + price highlight) ===== */
.prefooter-cta { padding: 42px 0 14px; background: transparent; }

.prefooter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.pf-card {
  --acc: #d4a86b; /* brand gold */
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(1200px 500px at -10% -20%, rgba(212,168,107,.12), transparent 60%),
    linear-gradient(180deg, #1c1c1c 0%, #171717 100%);
  border: 1px solid rgba(212,168,107,.35);
  box-shadow: 0 20px 40px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .25s ease, box-shadow .25s ease;
  display: grid;
  grid-template-rows: auto 1fr;
}

.pf-card:hover { transform: translateY(-4px); box-shadow: 0 26px 46px rgba(0,0,0,.45); }

.pf-media { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.pf-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform .5s ease; }
.pf-card:hover .pf-media img { transform: scale(1.07); }

.pf-badge {
  position: absolute; top: 14px; left: 14px;
  font: 600 12px/1 'Oswald', sans-serif; letter-spacing: .12em; text-transform: uppercase;
  background: rgba(0,0,0,.55); color: #f4e7d1;
  padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(212,168,107,.5);
  backdrop-filter: blur(2px);
}

/* Floating price highlight on image */
.pf-priceTag {
  position: absolute; top: 14px; right: 14px;
  display: grid; gap: 2px; text-align: right;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--acc), #f3d6a3);
  color: #1e1e1e;
  box-shadow: 0 10px 20px rgba(212,168,107,.28);
  border: 1px solid rgba(0,0,0,.12);
}
.pf-priceTag small {
  font: 600 10px/1 'Oswald', sans-serif; letter-spacing: .18em; text-transform: uppercase; opacity: .85;
}
.pf-priceTag strong {
  font: 800 18px/1.1 'Didact Gothic', sans-serif; white-space: nowrap;
}

.pf-body { padding: 22px 24px 26px; display: grid; align-content: center; gap: 12px; }
.pf-title { margin: 0; font-family: 'Oswald', sans-serif; font-size: 28px; letter-spacing: .2em; text-transform: uppercase; color: #fff; }
.pf-location { display: inline-flex; align-items: center; gap: 8px; color: #cfcfcf; font-size: 16px; letter-spacing: .04em; }
.pf-location i { font-size: 14px; opacity: .9; }

/* Specs (sqft + types) */
.pf-specs {
  display: flex; flex-wrap: wrap; gap: 10px 12px; margin: 2px 0 4px; padding: 0; list-style: none;
}
.pf-specs li {
  display: inline-flex; align-items: center; gap: 8px;
      padding: 4px 12px;
    border-radius: 999px;
    font-size: 20px; color: #ececec;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid rgba(212,168,107,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.pf-specs i { font-size: 14px; color: var(--acc); opacity: .95; }

/* Secondary inline price pill */
.pf-priceLine { margin-top: 2px; }
.price-pill {
  display: inline-block;
  padding: 8px 12px; border-radius: 999px;
  font: 700 20px/1 'Oswald', sans-serif; letter-spacing: .18em; 
  background: radial-gradient(60% 120% at 0% 0%, rgba(212,168,107,.35), rgba(212,168,107,.15));
  color: #fdf6ea; border: 1px solid rgba(212,168,107,.5);
  box-shadow: 0 8px 18px rgba(212,168,107,.22), inset 0 1px 0 rgba(255,255,255,.08);
}

/* CTA */
.pf-btn {
  justify-self: start; margin-top: 6px; padding: 10px 24px; border-radius: 999px;
  font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: .22em; 
  text-decoration: none; border: 1px solid transparent;
      display: block;
          width: max-content;
    margin: 6px auto;
  background: linear-gradient(135deg, var(--acc), #f3d6a3); color: #1e1e1e;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  box-shadow: 0 10px 20px rgba(212,168,107,.25);
}
.pf-btn:hover { background: transparent; color: var(--acc); border-color: var(--acc); box-shadow: 0 12px 24px rgba(212,168,107,.28); transform: translateY(-1px); }

/* Per-card accents if you want different hues later */
.pf-trilight { --acc: #d4a86b; } /* gold */
.pf-rise     { --acc: #d4a86b; }

/* Responsive */
@media (max-width: 1199px) {
  .pf-title { font-size: 24px; letter-spacing: .16em; }
  .pf-priceTag strong { font-size: 16px; }
}
@media (max-width: 991px) {
  .prefooter-grid { grid-template-columns: 1fr; }
  .pf-body { padding: 20px; }
  .pf-title { font-size: 22px; }
  .price-pill { font-size: 16px; 
margin: 0 auto;
}
}
@media (max-width: 751px) {
.pf-specs li {
    gap: 8px;
    padding: 4px 12px;
    font-size: 16px;
}
}

@media (min-width: 768px) {
    .highlights .col-md-3 {
        flex: 0 0 auto;
        width: 23%;
        margin-right: 20px!important;
    }
}
    .highlight-container {
        padding-top: 70px;
        padding-bottom: 70px;
        position: relative;
        color: #fff;
    }
    /* -------------------------- */

     .hero{
    position:relative;
    /* min-height:66vh; */
    background:
      linear-gradient(to bottom, rgba(0,0,0,.18), rgba(0,0,0,0) 40%, rgba(0,0,0,.25)),
      url("../img/gallery/g1.jpg") center/cover no-repeat;
    display:grid;
    place-items:end center;
  }

  /* Decorative soft border like your mock */
  .hero::after{
    content:"";
    position:absolute; inset:18px;
    border-radius:28px;
    border:2px solid rgba(255,255,255,.35);
    pointer-events:none;
  }

  /* ===== Overlapping content card ===== */
  .card{
    position:relative;
    width:min(1120px, 92vw);
    margin: -84px auto 60px;           /* pull up to overlap hero */
    background:var(--card);
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    padding: clamp(24px, 4vw, 48px);
  }

  .top-pill{
    display:inline-block;
    font-weight:800;
    font-size:.68rem;
    letter-spacing:.2em;
    text-transform:uppercase;
    color:#fff;
    background:linear-gradient(90deg, var(--pill), #6aa0ff);
    padding:.5rem .8rem;
    border-radius:999px;
    box-shadow:0 6px 16px rgba(42,98,255,.25);
  }

  h1{
    font-family:"Playfair Display", serif;
    font-weight:700;
    line-height:1.12;
    font-size: clamp(1.9rem, 3.4vw, 3.25rem);
    letter-spacing:.02em;
    text-align:center;
    margin: 18px auto 8px;
  }

  .sub{
    text-align:center;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
    font-size: clamp(.8rem, 1.2vw, .95rem);
    color:var(--muted);
    margin: 6px 0 22px;
  }

  .divider{
    width:min(620px, 70%);
    height:1px;
    margin: 18px auto 26px;
    background:linear-gradient(90deg, transparent, #e5e9ee, transparent);
  }

  .lead{
    max-width: 900px;
    margin: 0 auto 10px;
    color:#2a2f36;
    font-size: clamp(.95rem, 1.15vw, 1.05rem);
    line-height:1.8;
    text-align:center;
  }

  /* Highlight chip for the word “Green” */
  .chip{
    display:inline-flex;
    align-items:center;
    gap:.4rem;
        padding: .0rem .3rem;
    border-radius:8px;
    font-weight:700;
    letter-spacing:.02em;
    vertical-align:baseline;
    white-space:nowrap;
  }
  .chip-green{
        color: #000000;
    /* background: linear-gradient(180deg, #1a160b, #787878); */
    background: linear-gradient(135deg, var(--acc), #f3d6a3);
    border: 1px solid var(--acc);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
  

  /* Optional meta row (counts/prices) */
  .meta{
    display:flex; justify-content:center; align-items:center;
    gap: clamp(16px, 4vw, 48px);
    margin: 26px 0 6px;
    color:#26303a;
    font-weight:700;
  }
  .meta .vsep{
    width:1px; height:18px; background:#dfe5ec;
  }

  /* Buttons */
  .actions{
    display:flex; justify-content:center; flex-wrap:wrap; gap:14px;
    margin-top: 20px;
  }
  .btn{
    appearance:none;
    border:0;
    padding:.9rem 1.25rem;
    border-radius:999px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:capitalize;
    cursor:pointer;
    transition: transform .08s ease, box-shadow .2s ease;
  }
  .btn:active{ transform:translateY(1px) }
  .btn-primary{
    color:#fff;
    background:linear-gradient(90deg, #1f7d50, #2d9b64);
    box-shadow: 0 10px 22px rgba(31,125,80,.28);
  }
  .btn-ghost{
    color:#1f7d50;
    background:#e8f6ef;
    box-shadow: 0 6px 14px rgba(31,125,80,.12) inset;
  }

  /* Small screens: tighten spacing */
  @media (max-width: 640px){
    .card{ margin-top:-64px }
    .meta{ gap:18px }
  }