/* ======= Basic style ======= */

:root {
    --primary: #caaa57;
    --white: #ffffff;
    --fz-48: 48px;
    --fz-80: 80px;
    --fz-huge: 8rem;
    --gredient: linear-gradient(29deg, rgba(202, 170, 87, 1) 0%, rgba(237, 221, 83, 1) 54%, rgba(202, 170, 87, 1) 100%);
}

@font-face {
    font-family: 'Brastika';
    src: url('Brastika-Black.woff2') format('woff2'),
        url('Brastika-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


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: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #625c56;
    overflow-x: hidden !important;
    background: #ffffff;
}

p {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #625c56;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 15px 0;
    /* color: #14100c; */
}

.hero-banner {
    background-image: url('../images/hero-banner.png');
    background-position: center bottom;
    background-size: cover;
    min-height: 680px;
}

.hero-banner h1 {
    font-size: var(--fz-48);
    color: var(--white);
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--white);
}

.hero-banner .left-text .medium-heading {
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    width: 60%;
    padding: 0;
    margin: 0;
}

.hero-banner .left-text h3 {
    color: var(--primary);
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 18px;
}

.hero-banner h1 span {
    display: block;
    font-size: var(--fz-80);
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-toggler {
    height: 48px;
    width: 40px;
    padding: 0;
    position: relative;
    z-index: 1001;
}

.navbar-toggler i {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    border-bottom: 2px solid #ffffff;
    transition: all 0.3s ease;
}

.navbar-toggler i:nth-child(1) {
    top: 10px;
}

.navbar-toggler i:nth-child(2) {
    top: 20px;
}

.navbar-toggler i:nth-child(3) {
    top: 30px;
}

/* Transform into a cross when menu is open */
.navbar-toggler.open i:nth-child(1) {
    transform: rotate(45deg);
    top: 20px;
}

.navbar-toggler.open i:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.open i:nth-child(3) {
    transform: rotate(-45deg);
    top: 20px;
}

.collapse.show {
    text-align: center;
}

.story-50 {
    background: url('../images/50-story.png');
    background-position: left center;
    background-size: 95%;
    background-repeat: no-repeat;
    height: 90px;
    width: 100%;
    min-width: 350px;
}

.navbar li {
    margin: 0 5px;
}

.navbar li a {
    color: var(--primary);
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--primary);
    border-radius: 25px;
    line-height: 20px;
    transition: all 0.3s ease-in;
    font-size: 16px;
}

.navbar li a:hover {
    color: var(--white);
    background-color: var(--primary);
}

.form-wrapper {
    padding: 5px 15px;
    border: 1px solid var(--primary);
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.3)
}

.form-wrapper h2 {
    font-size: 18px;
    color: var(--white);
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
}

.form-wrapper p {
    color: var(--white);
    text-align: center;
    margin-top: 10px;
}

.form-wrapper .form-control {
    padding: .225rem .75rem;
}
.form-wrapper select {
    width:100%;
    padding:10px;
}
.form-wrapper .btn-primary {
    width: 100%;
    padding: 5px 20px;
    text-transform: uppercase;
    background: var(--primary);
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    border-color: var(--primary);
    background: linear-gradient(90deg, rgba(202, 170, 87, 1) 0%, rgba(202, 170, 87, 1) 36%, rgba(237, 221, 83, 1) 89%);
}

.iti {
    width: 100%;
}
.texture-bg{
      background: url("../images/background.jpg");
      background-size:cover;
      padding-bottom: 30px;
}
.features h5 {
    color: #acafb7;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
}
.border-right{
    border-right: 1px solid #acafb7;
}
.icons {
    background: url("../images/icons.png");
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    margin: auto;

}

.club-house {
    background-position: 10px -13px;
}

.jaccuzi {
    background-position: -163px -13px;
}

.swimming-pool {
    background-position: -336px -13px;
}

.indoor-games {
    background-position: -494px -13px;
}

.gym {
    background-position: -669px -13px;
}

.family-setting {
    background-position: -97px -147px;
}

.kids-play {
    background-position: -252px -152px;
}

.maintenance {
    background-position: -418px -152px;
}

.bbq {
    background-position: -585px -152px;
}

.parking {
    background-position: -172px -262px
}

.jogging {
    background-position: -339px -262px;
}

.prayers {
    background-position: -509px -262px;
}
.feature-items{
    color: #aaadb5;
    transition: all 0.5s ease-in;
    text-transform: capitalize;
}
.feature-items:hover {
    background-color:#ffffff ;
    color: #666666;
    box-shadow: 0 0 5px #cccccc;
}
.feature-items h5{
    font-weight: 400;
    font-size: 18px;
}
.hero-bottom {
    background: #131f39;
    padding: 30px;
    text-align: center;
    font-size: 24px;
}

.hero-bottom h5 {
    color: #ffffff;
}

.hero-bottom h4 {
    color: var(--primary);
   
}

.hero-bottom h5, .hero-bottom h4 {
    font-size: 20px;
     font-weight: 400;
     margin: 0;
    /* letter-spacing: 0.12rem; */
}

.section-title h2 {
    font-family: 'Brastika', sans-serif;
    color: var(--primary);
    font-size: 50px;
}

.night-view {
    background: url('../images/night-view.jpg');
    background-size: cover;
    min-height: 600px;
    background-position: top center;
}

.night-view .title {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    padding-top: 40px;
}
.night-view h5{
    font-weight: 400;
}
.project-detail {
    background: #131f39;
    width: 100%;
    min-height: 400px;
    padding: 15px;
}

.bg-white {
    background: #ffffff;
}

/* =========================gallery======= */
.custom-carousel {
    position: relative;
}

.custom-carousel .item {
    background: #ffffff;
}

.custom-carousel .item img {
    width: 100%;
    margin: auto;
    transition: 0.3s;
}

.prev {
    background: url('../images/right-arrow.png') center center no-repeat;
    background-size: 36px;
    height: 48px;
    width: 48px;
    display: inline-block;

}

.next {
    background: url('../images/left-arrow.png') center center no-repeat;
    background-size: 36px;
    height: 48px;
    width: 48px;
    display: inline-block;

}

.galler-nav {
    position: absolute;
    right: 33%;
    top: 50%;
    z-index: 1000;
    width: 110px;
}

.next, .prev {
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid var(--primary);
    padding: 10px;
    background-color: #ffffff;
    border-radius: 50%;
}

.project-content h2 {

    font-size: 24px;
}

.project-content p {
    border-top: 1px solid var(--primary);
    margin-top: 15px;
    padding-top: 20px;
    font-size: 24px;
}

/* =========================gallery======= */


.th-carousel .item {
    transform: scale(0.9);
    transition: transform 0.5s ease;
    padding: 50px 10px;
    z-index: 1;
    position: relative;
}

.th-carousel .owl-item {
    position: relative;
    z-index: 1;
}

.th-carousel .owl-item.center {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    position: relative;
    z-index: 100;
}

.th-carousel .item img {
    width: 100%;
    margin: auto;
    border-radius: 10px;
    transition: 0.3s;
    -webkit-transform: scale(0.90);
    -ms-transform: scale(0.90);
    transform: scale(0.90);
    opacity: 0.6;
}

.th-carousel .owl-item.center .item img {
    opacity: 1 !important;

}

.th-carousel .owl-nav {
    height: 50px;
    position: absolute;
    top: 42%;
    z-index: 400;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.th-carousel .owl-nav .custom-next,
.th-carousel .owl-nav .custom-prev {
    position: absolute;
    height: 50px;
    width: 50px;
    border: 1px solid var(--primary);
    display: inline-block;
    border-radius: 50%;

}

.th-carousel .owl-nav .custom-next {
    right: 0;
    background: url('../images/right-arrow.png') center center no-repeat;
    background-size: 36px;


}

.th-carousel .owl-nav .custom-prev {
    left: 0;
    background: url('../images/left-arrow.png') center center no-repeat;
    background-size: 36px;

}

.galler-img {
    display: flex;
}

.project-content,
.galler-item-img {
    width: 50%;
}

.owl-dots {
    display: none;
}

/* media  */
@media (max-width: 767px) {
.border-right{
    border:none;
}
    /* Ensure safe-area support for iPhones with notch */
    body {
        padding-top: env(safe-area-inset-top);
        padding-right: env(safe-area-inset-right);
        padding-bottom: env(safe-area-inset-bottom);
        padding-left: env(safe-area-inset-left);
    }

    /* Hero banner adjustments */
    .hero-banner {
        background-position: left center;
        padding: 20px 15px;
        /* Ensures content has breathing room */
    }

    /* Adjust headline sizes and alignment for mobile */
    .left-text h3,
    .hero-banner h1 span,
    .hero-banner h1 {
        font-size: clamp(1.6rem, 5vw, 2rem);
        text-align: center;
        border-bottom: none;
        margin-bottom: 0;
        line-height: 1.3;
    }

    a, button, .btn {
        min-height: 32px !important;
    }

    .hero-banner .left-text h3 {
        margin-bottom: 0;
    }

    .hero-banner h1 span {
        display: inline-block;
    }

    /* Section titles */
    .section-title h2 {
        font-size: clamp(1.8rem, 10vw, 2.25rem);
        text-align: center;
    }

    /* Story block styling */
    .story-50 {
        text-align: center;
        margin: auto;
        min-width: 100%;
        background-position: center;
        min-height: 60px;
        background-size: 80%;
        margin-bottom: 8px;
    }

    /* Gallery image block */
    .galler-img {
        display: block;
    }

    .galler-nav {
        top: 85%;
    }

    .project-content,
    .galler-item-img {
        width: 100%;
    }

    /* Navbar styling */
    .navbar-nav {
        text-align: center;
    }

    .navbar-nav li {
        margin-bottom: 10px;
    }

    #navbarMenu {
        background: #131f39;
        padding: 20px 0;
    }

    /* Buttons and links for better touch targets */
    a,
    button,
    .btn {
        min-height: 44px;
        /* Apple-recommended minimum tap size */
        padding: 10px 16px;
        font-size: 1rem;
    }

    /* Image and video responsiveness */
    img,
    video {
        max-width: 100%;
        height: auto;
    }

    /* Disable unwanted horizontal scroll */
    html, body {
        overflow-x: hidden;
    }
}