@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap'); */
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body::selection {
    background-color: #631012;
    color: #fff;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

/* .font-cursive {
    font-family: "Cedarville Cursive", cursive !important;
} */

.section {
    padding: 100px 0px;
}

.heading {
    color: #631012;
    font-family: 'Times New Roman', Times, serif;
}

.sub-heading {
    color: #b65a5d;
}

.para {
    color: gray;
}

.btn-1 {
    background-color: #7d1418;
    color: #fff;
    border: 0px;
    outline: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.btn-1:hover {
    background-color: #631012;
}

.background-one {
    background-color: #fff9f9;
}

.vertical-button {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg); 
    background-color: #631012; 
    color: white;
    border: none;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    cursor: pointer;
    transition: 0.3s;
}

/* Hover Effect */
.vertical-button:hover {
    background-color: #7d1418;
}

@media screen and (max-width: 500px) {
    .vertical-button {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(0deg); 
        background-color: #631012; 
        color: white;
        border: none;
        padding: 20px 15px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        cursor: pointer;
        transition: 0.3s;
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    height: 50px;
}

/* Preloader styling */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff; /* Change to match your theme */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Rotating logo effect */
#preloader-logo {
    width: 100px; /* Adjust size */
    height: auto;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



/*---------------Navbar-----------------------*/

.navbar {
    transition: all .3s ease-in-out;
}

/* Sidebar menu styling */
.offcanvas-start {
    width: 250px;
}

/* Dropdown hover effect on large screens */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.navbar-bg {
    background-color: #7d1418 !important;
    transition: all .3s ease-in-out;
}

.navbar-bg-light {
    background-color: #fff !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.336);
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.logo-heading {
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
    text-transform: uppercase;
    padding-top: 10px;
}

.logo-img {
    animation: rotate360 12s linear infinite;
}

@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.navbar-bg-light .nav-link {
    color: #7d1418 !important;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.navbar-item {
    padding: 0px 20px;
}

@media screen and (min-width: 980px) and (max-width: 1250px) {
    .navbar-item {
        padding: 0px 10px;
    }

    .logo-heading {
        font-family: 'Times New Roman', Times, serif;
        font-size: 20px;
        text-transform: uppercase;
        padding-top: 10px;
    }
    
    .logo-img {
        height: 50px;
    }
}

.border-left {
    border-left: 1px solid #b65a5d;
}

.navbar-item .nav-link {
    color: #fff;
    text-transform: uppercase;
}

.dropdown-card {
    border-radius: 0px;
    border: 0px;
    box-shadow: 1px 1px 6px rgba(128, 128, 128, 0.349);
}

.dropdown-item {
    color: #7d1418;
    font-weight: 500;
}

.navBtn {
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 20px;
}

.text-justify {
    text-align: justify;
}

/*------------------Hero Stylings-------------------------*/

.hero {
    width: 100%;
    color: gray;
}

.hero-container {
    background-image: url('https://res.cloudinary.com/dmkxqht5d/image/upload/v1743585619/oxygen%20forest/banners/6_eyz7ov.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-text-container {
    background-color: #0000005e;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 120px;;
}

.hero-text-container h2 {
    color: #fff;
    text-align: center;
}

.hero-text-container p {
    color: #f0f0f0;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    /* border-top: 1px solid #fff; */
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .hero-container {
        background-image: url('https://res.cloudinary.com/dmkxqht5d/image/upload/v1743585619/oxygen%20forest/banners/6_eyz7ov.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.hero-form {
    max-width: 300px;
    padding: 20px;
    border-radius: 20px;
    background-color: #7d1417ab;
}

.hero-form .label {
    color: #fff;
    font-weight: 500;
}

.hero-form .form-input {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px 10px;
    width: 100%;
    outline: none;
    background-color: transparent;
    color: #fff;
}

.hero-form .form-input::placeholder {
    color: #dbdbdb;
}

/*------------------apart stylings------------------*/

.apart-container {
    position: relative;
}

.apart-one {
    position: absolute;
    top: 100px;
    max-width: 300px;
    text-align: center;
    left: 130px;
    font-weight: 600;
    font-size: 20px;
}

.apart-two {
    position: absolute;
    top: 280px;
    max-width: 300px;
    text-align: center;
    left: 80px;
    font-weight: 600;
    font-size: 20px;
}

.apart-three {
    position: absolute;
    top: 480px;
    max-width: 300px;
    text-align: center;
    left: 160px;
    font-weight: 600;
    font-size: 20px;
}

.apart-four {
    position: absolute;
    top: 100px;
    max-width: 300px;
    text-align: center;
    right: 140px;
    font-weight: 600;
    font-size: 20px;
}

.apart-five {
    position: absolute;
    top: 280px;
    max-width: 300px;
    text-align: center;
    right: 60px;
    font-weight: 600;
    font-size: 20px;
}

.apart-six {
    position: absolute;
    top: 480px;
    max-width: 300px;
    text-align: center;
    right: 140px;
    font-weight: 600;
    font-size: 20px;
}

.apart-mobile {
    display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .apart-one {
        position: absolute;
        top: 80px;
        max-width: 300px;
        text-align: center;
        left: 90px;
        font-weight: 500;
    }

    .apart-two {
        position: absolute;
        top: 250px;
        max-width: 300px;
        text-align: center;
        left: 10px;
        font-weight: 500;
    }

    .apart-three {
        position: absolute;
        top: 410px;
        max-width: 300px;
        text-align: center;
        left: 100px;
        font-weight: 500;
    }

    .apart-four {
        position: absolute;
        top: 80px;
        max-width: 300px;
        text-align: center;
        right: 90px;
        font-weight: 500;
    }
    
    .apart-five {
        position: absolute;
        top: 250px;
        max-width: 300px;
        text-align: center;
        right: 10px;
        font-weight: 500;
    }
    
    .apart-six {
        position: absolute;
        top: 400px;
        max-width: 300px;
        text-align: center;
        right: 90px;
        font-weight: 500;
    }
    
    .apart-mobile {
        display: none;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1201px) {
    .apart-one {
        position: absolute;
        top: 80px;
        max-width: 300px;
        text-align: center;
        left: 0px;
        font-weight: 500;
    }

    .apart-two {
        position: absolute;
        top: 200px;
        max-width: 300px;
        text-align: center;
        left: -20px;
        font-weight: 500;
    }

    .apart-three {
        position: absolute;
        top: 330px;
        max-width: 300px;
        text-align: center;
        left: 50px;
        font-weight: 500;
    }

    .apart-four {
        position: absolute;
        top: 60px;
        max-width: 300px;
        text-align: center;
        right: 40px;
        font-weight: 500;
    }
    
    .apart-five {
        position: absolute;
        top: 190px;
        max-width: 300px;
        text-align: center;
        right: -30px;
        font-weight: 500;
    }
    
    .apart-six {
        position: absolute;
        top: 330px;
        max-width: 300px;
        text-align: center;
        right: 10px;
        font-weight: 500;
    }
}

@media screen and (max-width: 999px) {
    .apart-device {
        display: none;
    }

    .apart-mobile {
        display: block;
    }
}

.apart-mobile-points {
    font-size: 20px;
    font-weight: 500;
    background-color: #631012;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
}

/*------------------near by locations--------------------------*/

.location-text {
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #631012;
    padding: 5px;
    border-radius: 20px;
    font-size: 20px;
}

/*-----------------------amenities icon------------------------------------*/

.amenities-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 20px;
    height: 150px;
    width: 100%;
    margin-top: 15px;
}

.ameni-icon {
    font-size: 40px;
    color: #631012;
}

/*-----------------gallery container-----------------------*/

.gallery-container {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.gallery-one img,
.gallery-two img,
.gallery-three img,
.gallery-four img,
.gallery-five img,
.gallery-six img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    border-radius: 20px;
    transition: opacity 2s ease-in-out;
    animation: fadeImages 15s infinite;
}

/* Gallery One */
.gallery-one img:nth-child(1) { animation-delay: 0s; }
.gallery-one img:nth-child(2) { animation-delay: 3s; }
.gallery-one img:nth-child(3) { animation-delay: 6s; }
.gallery-one img:nth-child(4) { animation-delay: 9s; }
.gallery-one img:nth-child(5) { animation-delay: 12s; }

/* Gallery Two */
.gallery-two img:nth-child(1) { animation-delay: 2s; }
.gallery-two img:nth-child(2) { animation-delay: 5s; }
.gallery-two img:nth-child(3) { animation-delay: 8s; }
.gallery-two img:nth-child(4) { animation-delay: 11s; }
.gallery-two img:nth-child(5) { animation-delay: 14s; }

/* Gallery Three */
.gallery-three img:nth-child(1) { animation-delay: 1s; }
.gallery-three img:nth-child(2) { animation-delay: 4s; }
.gallery-three img:nth-child(3) { animation-delay: 7s; }
.gallery-three img:nth-child(4) { animation-delay: 10s; }
.gallery-three img:nth-child(5) { animation-delay: 13s; }

/* Gallery Four */
.gallery-four img:nth-child(1) { animation-delay: 0.5s; }
.gallery-four img:nth-child(2) { animation-delay: 3.5s; }
.gallery-four img:nth-child(3) { animation-delay: 6.5s; }
.gallery-four img:nth-child(4) { animation-delay: 9.5s; }
.gallery-four img:nth-child(5) { animation-delay: 12.5s; }

/* Gallery Five */
.gallery-five img:nth-child(1) { animation-delay: 1.5s; }
.gallery-five img:nth-child(2) { animation-delay: 4.5s; }
.gallery-five img:nth-child(3) { animation-delay: 7.5s; }
.gallery-five img:nth-child(4) { animation-delay: 10.5s; }
.gallery-five img:nth-child(5) { animation-delay: 13.5s; }

/* Gallery Six */
.gallery-six img:nth-child(1) { animation-delay: 2.5s; }
.gallery-six img:nth-child(2) { animation-delay: 5.5s; }
.gallery-six img:nth-child(3) { animation-delay: 8.5s; }
.gallery-six img:nth-child(4) { animation-delay: 11.5s; }
.gallery-six img:nth-child(5) { animation-delay: 14.5s; }

/* Smooth Fade Animation */
@keyframes fadeImages {
    0% { opacity: 0; }
    20% { opacity: 1; }
    50% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; }
}

.video-container {
    position: relative;
    cursor: pointer;
}

.video-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #631011a6;
    border-radius: 50%;
    /* padding: 20px; */
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s;
}

.play-button:hover {
    background: #631012;
}

.play-button i {
    font-size: 20px;
    color: white;
    transition: all .3s ease-in-out;
}

.play-button:hover i {
    transform: scale(2) translateX(2px);
    opacity: 0.7;
}

.fullscreen-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.fullscreen-video iframe {
    width: 80%;
    height: 80%;
}
.close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}


/*----------------------Footer Stylings---------------------------*/

.footer {
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: #631012;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.footer-logo h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    color: #fff;
}

.links-container {
    list-style: none;
}

.links-container li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding-left: -10px;
}

.footer-icons {
    display: flex;
    gap: 10px;
    color: #fff;
}

.footer a i {
    font-size: 24px;
    color: #fff;
}

/*-----------Banner Stylings---------------*/

.banner {
    height: 40vh;
    width: 100%;
    background-image: url('https://res.cloudinary.com/dmkxqht5d/image/upload/v1743585620/oxygen%20forest/banners/7_k3nzgq.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h2 {
    background-color: #00000048;
    max-width: 490px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 36px;
}

.virgin-text {
    margin-top: 20px;
}

.virgin-text span {
    color: green;
    font-weight: bold;
}

.perma-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.work-progres-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.map-card {
    padding: 14px;
    border-radius: 20px;
}

.map-card iframe {
    border-radius: 8px;
}

.form-container {
    padding: 14px;
    border-radius: 20px;
    margin-top: 20px;
}

.contact-cards {
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 765px) {
    .contact-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.type-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
}

.type-card i {
    font-size: 26px;
    border: 1px dashed #631012;
    padding: 20px;
    border-radius: 50%;
}


@media screen and (max-width: 500px) {
    .model-house {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }    
}

@media screen and (min-width: 501px) {
    .model-house {
        max-width: 500px;
        height: 400px;
        object-fit: cover;
    }
}

