@import url('https://fonts.googleapis.com/css2?family=Gruppo&family=Manrope:wght@200..800&display=swap');
:root {
    --border-color: #626262a6;
    --text-color: #ffffff99;
    --primary-color: gold;
}
html,body{
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    background-color: #000;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Gruppo", sans-serif;
}
p,li,span{
    font-family: "Manrope", sans-serif;
}
p{
    font-weight: 300;
    color: var(--text-color);
    font-size: 14px;
}
img{
    max-width: 100%;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
button,
button:focus,
button:active{
    outline: none !important;
    box-shadow: none !important;
}
header {
    position: relative;
    z-index: 9;
    padding: 12px;
}
header .container{
    border-bottom: 1px solid var(--border-color);
}
a.navbar-brand img {
    max-width: 200px;
}
.offcanvas.offcanvas-top {
    height: 100vh;
    background: #000;
}
.hammenu-contact,
.navbar-brand {
    z-index: 9999;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color: #fff;
}
header .nav-link {
    text-align: center;
    color: #fff;
    font-size: 44px;
    font-family: "Gruppo", sans-serif;
    width: max-content;
    margin: 0 auto;
    transition: .4s all;
    border-bottom: 1px solid transparent;
    padding: 0;
}
ul.navbar-nav {
    gap: 40px 0;
    padding-top: 0;
    border-top: 1px solid var(--border-color);
    margin-top: 80px;
    padding-top: 50px;
}
.navbar-nav .nav-link:hover{
    border-color: #fff;
}
.offcanvas-open .banner-sec {
    opacity: 0;
}
header .nav-link img {
    transition: .4s all;
    width: 0;
    opacity: 0;
}
header .nav-link:hover img {
    opacity: 1;
    width: auto;
}
.banner-sec{
    background: url('../img/banner.jpg') no-repeat center/cover;
    padding: 120px 0 50px;
    height: 100vh;
    display: flex;
    align-items: end;
    position: relative;
    margin-top: -92px;
}
.banner-sec:before{
    content: '';
    background: linear-gradient(#0000004d 0%,#000000b3 100%);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.banner-sec .row{
    z-index: 9;
    position: relative;
}
.banner-sec h1{
    color: #fff;
    font-size: 52px;
}
.banner-sec h5{
    color: var(--primary-color);
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 20px;
}
.banner-sec p{
    line-height: 24px;
}
/* Hamburger base */
.hamburger {
  border: none;
  background: transparent;
  position: relative;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease;
}
/* Lines position */
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
/* Active state (X) */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 6px;
}
.hamburger.active span:nth-child(2) {
    rotate: -45deg;
    top: 6px;
}
hr {
    margin: 100px 0;
    border-color: var(--border-color);
    opacity: 1;
}
.main-title {
    font-size: 44px;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.main-desc{
    margin-bottom: 20px;
}
.built-sec ul{
    margin-top: 40px;
}
.built-sec ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.built-sec ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.built-sec ul li h5{
    font-size: 44px;
    color: #fff;
    margin-bottom: 0;
}
.property-listing h3{
    color: var(--primary-color);
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.built-sec ul li p{
    margin-bottom: 0;
}
.property-sec ul li{
    color: var(--text-color);
    font-size: 14px;
    font-weight: 300;
}
.property-sec ul li img {
    padding-right: 5px;
}
.property-listing p svg {
    margin-right: 5px;
}
.property-listing p {
    margin-bottom: 10px;
}
.apart-box h4 {
    font-size: 24px;
    color: #fff;
    margin: 20px 0 10px;
}
.testmonial-info {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.testimonial-card .testmonial-text {
    font-size: 24px;
    font-family: 'Gruppo';
    color: #fff;
    margin-top: 20px;
    margin-bottom: 60px;
}
.testmonial-info img {
    max-width: 52px;
    border-radius: 30px;
}
.testmonial-info h5 {
    font-size: 14px;
    color: #fff;
    font-family: 'Manrope';
    margin-bottom: 6px;
}
.testmonial-info p {
    margin-bottom: 0;
}
.owl-nav {
    display: flex;
    justify-content: end;
    margin-top: -40px;
    z-index: 9;
    position: relative;
}
.owl-nav button {
    border: 1px solid #ffffffb3 !important;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: .4s all;
}
.owl-nav button:hover{
    background-color: #fff !important;
}
.owl-nav button span {
    font-size: 24px;
    color: #ffffffb3;
    transition: .4s all;
}
.owl-nav button:hover span{
    color: #000;
}
.image-slider .owl-stage {
    transition-timing-function: linear !important;
}
.btn.btn-primary{
    background-color: var(--primary-color);
    color: #000;
    border-color: var(--primary-color);
    border-radius: 30px;
    font-size: 14px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active{
    background-color: transparent !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
    box-shadow: none;
}
.accordion button.accordion-button {
    background: transparent;
    border-radius: 0 !important;
    font-size: 24px;
    color: #fff;
}
.accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.accordion .accordion-item:last-child{
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}
.accordion button.accordion-button,
.accordion .accordion-body {
    padding: 0;
}
.accordion .accordion-body p{
    margin-top: 15px;
    margin-bottom: 0;
}
.accordion-button::after {
    background: none;
    content: '+';
    font-size: 40px;
    width: auto;
    height: auto;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: '-';
    font-size: 50px;
}
.marquee {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    border-top: 1px solid var(--border-color);
    margin-top: 90px;
}
.marquee__inner {
  display: flex;
  width: max-content;
  animation: marquee 55s linear infinite;
}
.marquee__inner span {
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    white-space: nowrap;
    color: #fff;
    padding: 0 10px;
    font-family: "Gruppo", sans-serif;
    position: relative;
}
.marquee__inner span small {
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    top: -8px;
    margin: 0 10px;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.footer-sec,
.marquee-sec{
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.footer-logo img{
    max-width: 150px;
}
.social-links,
.footer-links{
    display: flex;
    align-items: center;
    gap: 0 30px;
    justify-content: center;
}
.social-links {
    justify-content: end;
    gap: 0 15px;
}
.social-links li a{
    transition: .4s all;
}
.footer-links li a{
    color: #ffffffb3;
    text-decoration: none;
    font-size: 14px;
}
.cursor-area {
    position: relative;
    cursor: none;
}
.cursor-btn {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 9999;
    opacity: 0;
    text-decoration: none;
    background-color: #000000a8;
    color: #fff;
    border-radius: 30px;
    padding: 11px 24px;
    font-size: 14px;
    pointer-events: none;
    line-height: normal;
}
.property-detail-main .btn {
    border-radius: 8px;
    font-weight: 900;
    padding: 10px 30px;
}
.overview-sec{
    padding-top: 100px;
}
.overview-sec ul li h5 {
    font-size: 24px;
    color: var(--primary-color);
    width: 50%;
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.overview-sec h5 img {
    filter: brightness(7.5);
    width: 100%;
    max-width: 24px;
}
.overview-sec ul li p {
    font-size: 24px;
    color: #fff;
    font-family: "Gruppo", sans-serif;
}
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.gallery-grid img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
a.backbtn {
    color: #ffffffb3;
    z-index: 99;
    position: absolute;
    top: 100px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    transition: .4s all;
}
a.backbtn:hover {
    color: #fff;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1800px;
    }
}
@media (max-width: 991px) {
    .container, .container-sm {
        max-width: 100%;
    }
    .banner-sec h1 {
        font-size: 50px;
    }
    hr {
        margin: 52px 0;
    }
    .built-sec ul li h5,
    .main-title {
        font-size: 36px;
    }
    .overview-sec ul li p,
    .overview-sec ul li h5{
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    header {
        padding: 12px 0;
    }
    a.navbar-brand img {
        max-width: 140px;
    }
    header .nav-link {
        font-size: 36px;
    }
    ul.navbar-nav {
        gap: 30px 0;
    }
    .banner-sec h1 {
        font-size: 42px;
    }
    .banner-sec {
        padding: 82px 0 10px;
        margin-top: -82px;
    }
    .owl-nav {
        justify-content: center;
        margin-top: 50px;
    }
    .accordion button.accordion-button {
        font-size: 22px;
    }
    .marquee__inner span {
        font-size: 36px;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .overview-sec {
        padding-top: 50px;
    }
    .overview-sec ul li h5 {
        width: 60%;
    }
}