@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@300;400;500&display=swap');

* {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #121212;
    /* color: #eee; */
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
    color: #D4AF37;
    font-weight: 700;
}

h5 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: #D4AF37;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
}

/* Top bar */
.top-bar {
    background: #000;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.3rem 0;
}

.fa-check {
    color: #272010;
}

.top-bar a {
    color: #D4AF37;
}

/* Navbar */
.navbar {
    background-color: #272010;
}

.navbar .nav-link {
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 15px;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #D4AF37 !important;
}

.navbar .nav-link:hover {
    letter-spacing: 1.5px;
}

.contact-nav {
    margin-left: 35px;
}

.btn-submit {
    background-color: #D4AF37;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    padding: 6px 16px;
    border: none;
}

.btn-submit:hover {
    background-color: #B08D57;
    color: #000;
}

.top-bar {
    background-color: #000;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.5rem 0;
}

.top-bar .info-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar .info-block i {
    font-size: 1.2rem;
    color: #D4AF37;
}

.top-bar a {
    color: #D4AF37;
    text-decoration: none;
}

/* Carousel */

.carousel-item img {
    height: 100vh;
    width: 50%;
}

.carousel-caption {
    bottom: 25%;
    text-align: left;
}

.carousel-caption h1 {
    font-size: 3rem;
}

.carousel-control-prev-icon {
    background-image: url('./assets/image/left.png');
}

.carousel-control-next-icon {
    background-image: url('./assets/image/next.png');
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
}

.carousel-control-prev {
    position: absolute;
    /* top: 14%;
    left: 85%;
    right: 0; */
}

/* Banner Ends */

.section {
    padding: 80px 0;
}

.section.bg-light {
    background: #1e1e1e;
}

.property-card {
    background: #1a1a1a;
    border: 1px solid #D4AF37;
    transition: transform 0.3s ease;
}

.property-card:hover {
    transform: translateY(-10px);
}

.card-body p {
    color: #fff;
}

footer {
    background: #000;
    color: #fff;
    padding-top: 60px;
}

footer li {
    margin: 10px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
}

.contact {
    border: 2px solid #D4AF37;
    padding: 40px 20px;
    border-radius: 15px;
}

.form-label {
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
}

.form-control {
    height: 50px;
    background-color: #2b2b2b;
    border: 1px solid #D4AF37;
    color: #fff;
}

.form-control::placeholder {
    color: #ccc;
}

textarea.form-control {
    height: 140px;
}

.stars i {
    color: #FFD700;
}

.team-member img {
    border: 3px solid #D4AF37;
    max-width: 250px;
}

.team-member p {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

.gallery-img {
    border: 2px solid #D4AF37;
    border-radius: 10px;
    transition: transform 0.3s;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.Whychoose-details-info {
    position: relative;
    /* Needed for positioning the ::before */
    background-color: rgba(255, 255, 255, 0.6);
    margin: 35px 0;
}

.Whychoose-details-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./assets/image/mobile-banner.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.8;
    z-index: -1;
    /* Make sure it's behind the text */
}

/* Testimonal */
.Testimonial-main-title {
    font-size: 2.2rem;
    font-weight: 900;
}

.testimonial-det {
    background-color: #121212;
    padding: 50px 0;
}

.testimonial-slider {
    max-width: 900px;
    margin: auto;
}

.testimonial-viewport {
    overflow: hidden;
    width: 100%;
}

.testimonial-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial {
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 0.5rem;
    flex: 0 0 48.3%;
    box-sizing: border-box;
}

.testimonial-text {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1rem;
}

.testimonial-info {
    display: flex;
    align-items: center;
}

.testimonial-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 0.75rem;
}

.testimonial-name {
    font-weight: bold;
    color: #121212;
}

.testimonial-role {
    font-size: 0.8rem;
    color: #888;
}

.stars {
    color: #121212;
    margin-top: 0.5rem;
}

.dots {
    text-align: center;
    margin-top: 1rem;
}

.dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dots .active {
    background: #FFD700;
}

/* .property-card{
    height: 2rem;
} */

.background-carousel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
}

.background-carousel h1 {
    font-size: 5rem;
    font-weight: 900;
    color: #fff;
}

.background-carousel h1 span {
    color: #FFD700;
}


/* Button download */

.vertical-button {
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 999;
}

#downloadBtn {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: #D4AF37;
    color: #121212;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s, box-shadow 0.3s;
}

#downloadBtn:hover {
    background-color: rgb(176, 141, 87);
    box-shadow: 0 0 12px rgb(176, 141, 87);
}

#downloadBtn:active {
    transform: rotate(180deg) scale(0.98);
    box-shadow: 0 0 16px rgb(176, 141, 87);
}

@media screen and (max-width:767px) {

    .section {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .testimonial {
        flex: 0 0 100%;
    }

    .carousel-item img {
        height: 400px;
    }

    .contact-nav {
        margin-left: 15px;
        margin-top: 10px;
    }
}
