
#mobile-only {
    display: none;
}

#top-logo {
    display: grid;
    padding: 8px 0px 8px 0px;
}

.center-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

.gallery-rotate {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 77vh;
    overflow: hidden;
    margin: -62px 0px -200px 0px;
}

.scope {
    position: relative;
    width: 280px;
    height: 200px;
    transform-style: preserve-3d;
    animation: slid 30s linear infinite;
}

.scope span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(350px);
}

.scope span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: 2s;
}

.scope span:hover img {
    transform: translateY(-50px) scale(1.7);
}

@keyframes slid {
    0% {
        transform: perspective(1000px) rotateY(0deg);
    }

    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}


.flaticon-icon img {
    border-radius: 15px;
}

.choose-restaurant-imgg img {
    width: 70%;
    margin-left: 25%;
}

.city_view {
    margin-top: 25%;
}

.city_view .incredible-content h2 {
    display: none;
}


.responsive-iframe {
    width: 100%;
    height: 462%;
}

.responsive-iframe2 {
    width: 100%;
    height: 399%;
}

.vedio-bottom {
    margin-bottom: 45%;
}

.exclusive-area-two .exclusive-img {
    height: 654px;
}

/* roadmap css */

.road-area-two {
    padding-bottom: 7%;
}

.roadmap_logo {
    width: 3%;
}

.roadmap-card {
    background-color: #f9f9f9;
    border-left: 6px solid #567935;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.roadmap-card p {
    margin: 0px 77px 0px 0px;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
}

.roadmap-card span {
    font-weight: bold;
    color: #567935;
}

.roadmap-card strong {
    color: #567935;
}

.roadmap-card .distance {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #567935;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
}

.roadmap-card:hover {
    background-color: #e0f2f1;
    border-color: #00796b;
}

/* end code roadmap */


.custom-section {
    margin-bottom: 50px;
    box-shadow: 0 4px 12px rgb(36 126 32 / 37%);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.image-row {
    display: flex;
    flex-wrap: wrap;
    /* gap: 15px; */
    /* Adds space between the two images */
    margin: 12px;
}

.image-col {
    padding: 0;
}

.image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    padding-left: 6px;
    /* Remove if you want square corners */
}

.text-row {
    margin: 12px;
}

.text-col {
    padding: 20px 20px;
    background-color: #fff;
    text-align: left;
}

.text-col h3 {
    color: #567935;
    font-weight: 600;
    margin-top: 0;
}

.rating {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
    display: flex;
}

.rating li {
    color: #ffc107;
    margin-right: 3px;
}

/* Vertical Sticky Button */
.vertical-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #171c8f;
    padding: 10px 5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border: 3px solid #171c8f;
    background-clip: padding-box;
    cursor: pointer;
    z-index: 1000;
    transition: background 0.3s, color 0.3s;
    overflow: hidden;
    text-align: center;
    height: 55%;
    /* Ensures glowing effect doesn’t leak outside */
}

.vertical-btn:hover {
    background-color: #1a2e87;
    color: #fff;
}

/* Glowing animation using ::before */
.vertical-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #171c8f 0%, transparent 70%);
    opacity: 0.4;
    animation: l7 1s infinite;
    z-index: -1;
}

.route-map-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    padding: 60px 20px;
    box-sizing: border-box;
}

.resort-map {
    flex: 1 1 48%;
    background-color: #f9f9f9;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

/* Optional: Make it full width on mobile */
@media (max-width: 768px) {
    .resort-map {
        flex: 1 1 100%;
    }
}

/* Glowing Keyframes */
@keyframes l7 {
    0% {
        transform: scale(0.9);
        opacity: 0.4;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.4;
    }
}

/* vertical code ends */


/* start custom footer */
.custom-footer {
    background-color: #171D8E;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.footer-top {
    text-align: center;
    padding: 30px 20px;
    font-size: 1.1rem;
    position: relative;
}

.footer-top .highlight {
    color: #7dff66;
}

.tripadvisor-logos {
    margin-top: 15px;
}

.tripadvisor-logos img {
    width: 80px;
    margin: 0 10px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-column {
    flex: 1 1 300px;
    margin: 20px;
}

.logo-column .footer-logo {
    width: 130px;
    margin-bottom: 15px;
}

.footer-column h4 {
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
}

.footer-column p,
.footer-column a {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    text-decoration: none;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #7dff66;
}

.footer-bottom {
    background-color: #648038;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
}

.all-footer {
    margin: 10%;
}

/* end custom footer */

/* gif section  */
.gif-wrapper {
    margin-top: 30px;
    text-align: center;
}

.gif-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* code for floating image */
.floating-gallery {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.floating-gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    /* Animation to cycle between images */
    /* animation: changeImage 2s infinite;
    opacity: 0.5; */
}

.album .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

.album .responsive-container-block.bg {
    max-width: 1320px;
    margin: 0 0 0 0;
    justify-content: space-between;
}

.album .img {
    width: 100%;
    margin: 0 0 20px 0;
}

.album #i9rb {
    color: black;
}

.album #ir6i {
    color: black;
}

.album #ikz3b {
    color: black;
}

.album .responsive-container-block.img-cont {
    flex-direction: column;
    max-width: 33.3%;
    min-height: auto;
    margin: 0 0 0 0;
    height: 100%;
}

.album #ipix {
    color: black;
}

.album #ipzoh {
    color: black;
}

.album #ig5q8 {
    color: black;
}

.album #imtzl {
    color: black;
}

.album #i53es {
    color: black;
}

.album .img.img-big {
    height: 50%;
    margin: 0 0 16px 0;
}

.img-cont .img {
    box-shadow: 0 4px 12px rgb(86 121 53);
    border-radius: 10px;
    overflow: hidden;
}

.styled-video {
    width: 100%;
    /* max-height: 600px; */
    object-fit: cover;
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 30px rgb(86 121 53);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.styled-video:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
    .album .img {
        margin: 0 0 18px 0;
    }
}

@media (max-width: 768px) {
    .album .img {
        max-width: 32.5%;
        margin: 0 0 0 0;
    }

    .album .responsive-container-block.bg {
        flex-direction: column;
    }

    .album .responsive-container-block.img-cont {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .album .img.img-big {
        max-width: 49%;
        margin: 0 0 0 0;
    }
}


@media (max-width: 500px) {
    .album .img {
        max-width: 94%;
        margin: 0 0 25px 0;
    }

    .album .responsive-container-block.img-cont {
        flex-direction: column;
        align-items: center;
        padding: 10px 10px 10px 10px;
    }

    .album .img.img-big {
        max-width: 94%;
        margin: 0 0 25px 0;
    }

    .album .img.img-last {
        margin: 0 0 5px 0;
    }

    #desktop-only {
        display: none;
    }

    #mobile-only {
        display: block;
    }
}


.row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.vedio-gallery-h2 {
    padding: 23%;
}

.bana-v1-aerial {
    padding-top: 20px;
    margin-bottom: 63%;
}

.bana-v1-aerial video {
    position: absolute;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.responsive-image-section {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.image-container {
    margin: 0 auto;
    /* Center the image */
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 3%;
    /* Optional: rounded corners */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    /* Optional: soft shadow */
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* keeps image proportional inside container */
}

.head-title {
    text-align: center;
    position: relative;
}

.head-title h2 {
    font-size: 35px;
    margin-bottom: 30px;
    position: relative;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.special-font {
    font-family: "Didot-HTF-B24-Bold";
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.t-color {
    color: #171c8f;
}

.underline {
    position: relative;
    width: 29%;
    margin: -16px 0px 12px 0px;
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

/* code ends floating image */

/* Responsive behavior */
@media (max-width: 767px) {
    .image-row {
        flex-direction: column;
        gap: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .scope {
        width: 180px;
        height: 100px;
    }

    .gallery-rotate {
        margin: -62px 0px -153px 0px;
    }

    .choose-restaurant-imgg img {
        margin: 27px;
        width: 84%;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .responsive-iframe {
        width: 100%;
        height: 152%;
    }

    .responsive-iframe2 {
        width: 100%;
        height: 152%;
    }

    .vedio-bottom {
        margin-bottom: 25%;
    }

    .bana-v1-aerial {
        margin-bottom: 67%;
    }

    .vertical-btn {
        font-size: 11px;
        height: 46%;
        display: none;
    }

    .underline {
        width: 73%;
        margin: -15px 0px 2px 0px;
    }

    .head-title h2 {
        font-size: 23px;
    }

}