:root {
    --font-heading: 'Playfair Display', serif;
    --font-base: 'Poppins', sans-serif;
    --color-primary: #FF000E;
    --color-secondary: #062462;
    /* --color-primary: #0A66C2;
  --color-secondary: #FFD700;
  --color-dark: #222;
  --color-light: #f5f5f5; */
    --color-text: #767676;
    --fs-sm: 0.875rem;
    --fs-base: 1rem;
    --fs-lg: 1.25rem;
    --fs-xl: 2rem;
    --heading-xl: 3rem;
    --heading-lg: 2.25rem;
    --heading-md: 1.5rem;
    --heading-sm: 1.2rem;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.15);
    --font-size: 16px;
    --color-bg: #ffffff;
}

body {
    font-family: var(--font-base);
    font-size: 16px;
    line-height: 1.6;
    background-color: var(--color-bg);
    color: var(--color-text);
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../font/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


/* Source Sans Pro – For Body Text */

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    color: #181818;
}

ul,
li,
p,
a {
    margin-bottom: 0;
    padding: 0;
    font-size: var(--fs-base);
    font-family: var(--font-base);
    text-decoration: none;
    color: var(--color-text);
    list-style: none;
}

p ul li {
    list-style: none;
}

.font-sm {
    font-size: var(--fs-sm);
}

.btn-main {
    appearance: none;
    background-color: var(--color-primary);
    border-width: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Clarkson, Helvetica, sans-serif;
    font-size: var(--fs-sm);
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1.5em 2.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.btn-main:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #c7000a;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
}

.btn-main:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.btn-main:after {
    background-color: #FFFFFF;
}

.btn-main span {
    z-index: 1;
    position: relative;
}

.top-header {
    background-color: #000000;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 7rem;
}

.top-nav-link {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: #cdcdcd;
    font-size: var(--fs-base);
}

.top-nav-link img {
    width: 20px;
}

.top-logo {
    padding: 20px 0 10px;
    text-align: center;
}

.top-logo img {
    width: 200px;
}

.navbar-custom {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 1rem;
    background-color: white;
    position: relative;
    z-index: 2;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: var(--fs-lg);
    font-family: var(--font-base);
    font-weight: 600;
    color: var(--color-text);
    letter-spacing: 1px;
}

.navbar-nav .nav-link.active {
    color: var(--color-primary);
}

.navbar-nav .nav-link {
    font-weight: 500;
    margin-right: 15px;
}

.navbar-nav .nav-link.active {
    font-weight: 700;
    text-decoration: underline;
}

.nav-buttons .btn {
    margin-left: 10px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .nav-buttons {
        margin-top: 10px;
    }

    .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-buttons .btn {
        width: 100%;
        margin: 5px 0 0 0;
    }
}

.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-container.hero_slider {
    height: 100%;
    z-index: 9;
}

.swiper-slide {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.content-outer {
    height: 100%;
    width: 100%;
    display: table;
}

.content-box {
    padding: 50px 0;
    /* max-width: 1199px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-box .inner,
.content-box .logo,
.content-box .hero-title,
.link-box,
.image-box,
.image {
    opacity: 0;
    transform: translateX(100px);
    transition: all 500ms ease;
}

.swiper-slide-active .content-box .inner,
.swiper-slide-active .image-box {
    opacity: 1;
    transform: translateX(0);
}

.content-box .logo {
    transform: translateX(-50px);
    margin-bottom: 15px;
    visibility: hidden;
}

.content-box .logo img {
    width: 60px;
}

.swiper-slide-active .logo {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 1600ms;
}

.content-box .hero-title {
    transform: translateY(-20px);
    margin-bottom: 50px;
    visibility: hidden;
}

.swiper-slide-active .hero-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 800ms;
}

.hero-title {
    font-size: 70px;
    letter-spacing: -2px;
    line-height: 80px;
    color: #222222;
    font-weight: 600;
    line-height: 1.2em;
}

.link-box {
    transform: scaleY(0);
    transition: all 500ms ease;
    transform-origin: bottom;
    transition-delay: 2000ms;
    /* margin: 0 -10px; */
}

.swiper-slide-active .link-box {
    transform: scale(1);
    opacity: 1;
}

.hero-content img {
    width: 60px;
}

.image-box {
    max-width: 500px;
}

.image {
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: all 0.8s ease;
}

.swiper-slide-active .image {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 1600ms;
}

.home-hero-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ffe9e9;
}

.home-hero-section::before {
    content: '';
    background-image: url(../images/home/hero-bg.webp);
    width: 1000px;
    height: 800px;
    background-size: contain;
    position: absolute;
    transform: rotate(-45deg);
    right: -200px;
    top: -50px;
    z-index: 1;
    background-repeat: no-repeat;
}

.section-padding {
    padding: 60px 0;
}

.section-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
    width: 80%;
    margin: auto;
    position: relative;
}

.section-header .head-icon {
    width: 50px;
}

.section-title {
    font-size: var(--heading-xl);
    line-height: 1.2em;
    color: #111111;
    font-weight: 600;
}

.section-title span {
    color: var(--color-primary);
}

.section-header p {
    font-size: var(--fs-sm);
    color: var(--color-text);
    line-height: 1.2rem;
    letter-spacing: 0.5px;
}

.section-header .title-bg {
    position: absolute;
    font-size: 160px;
    line-height: 80px;
    color: #ffe7e7;
    font-weight: 700;
    font-family: "Playfair Display";
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: -1;
}

.bg-section {
    position: relative;
    background: linear-gradient(rgba(255, 242, 242, 0.791),
            /* Top gradient */
            rgba(255, 241, 241, 0.5)
            /* Bottom gradient */
        ), url("../images/home/section-bg.jpg") center center / cover no-repeat;
    color: #fff;
    padding: 100px 0;
    z-index: 1;
}

.bg-section .abt-img {
    padding: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 9px 0px;
    background-color: #ffc8cb;
}

.room-card {
    overflow: hidden;
}

.room-card {
    transition: all 0.3s ease;
    border: 2px solid #ffd3d3;
}

.room-card h4 {
    font-size: var(--heading-md);
}

.room-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 20px 0px;
}

.room-card img {
    transition: 0.3s all ease-in-out;
}

.room-card:hover img {
    transform: scale(1.1);
}

.room-card-content {
    filter: drop-shadow(0px 14px 14px rgba(0, 0, 0, 0.04));
    background-color: #ffffff;
    padding: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.banner-section {
    padding: 100px 0;
    background: linear-gradient(rgb(255, 221, 221), rgba(255, 241, 241, 0.345)), url("../images/home/banner-bg.webp") center center / cover no-repeat;
    background-attachment: fixed;
}

.banner-card {
    padding: 3rem 2rem;
    background-color: rgba(255, 255, 255, 0.756);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.banner-card h4 {
    font-size: var(--heading-md);
}

.banner-card img {
    width: 80px;
}

.testimonial-section {
    background: #f9f9f9;
    padding: 100px 0;
    background: linear-gradient(rgb(255, 221, 221), rgba(255, 241, 241, 0.345)), url("../images/home/testi-bg.webp") center center / cover no-repeat;
    background-attachment: fixed;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.756);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-card img {
    width: 200px;
}

.testimonial-text {
    font-size: var(--fs-lg);
    font-style: italic;
    margin-bottom: 1rem;
    color: #333;
}

.testimonial-author {
    font-weight: bold;
    color: #09253F;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--color-primary);
    font-size: var(--fs-xl);
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.756);
}

.card {
    border-radius: 15px;
}

.nav-tabs .nav-link {
    font-weight: 600;
}

.nav-tabs .nav-link {
    background-color: #f0f0f0;
    color: var(--color-secondary);
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--color-primary);
    border-color: rgb(255, 178, 178);
}

.aminites-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 3rem;
    margin-left: -150px;
    background-color: white;
}

.aminites-card .tab-content ul li {
    display: flex;
    gap: 1rem;
    align-items: center;
    line-height: 1.2rem;
    font-size: var(--fs-base);
    margin-bottom: 1rem;
}

.aminites-card .tab-content ul li::before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(../images/icons/next.webp);
    background-repeat: no-repeat;
}

.footer-icon img {
    width: 50px;
    height: 50px;
    background-color: var(--color-primary);
    border-radius: 50%;
    object-fit: contain;
    padding: 0.3rem;
}

.footer-icon {
    display: flex;
    gap: 1rem;
}

.footer-links li a {
    font-size: var(--fs-lg);
    font-weight: 600;
    padding: 0 1rem;
}

.common-hero {
    position: relative;
    padding: 160px 0px 130px;
    text-align: center;
    background-size: cover;
    background-color: #222;
    margin-top: -35px;
    background: linear-gradient(rgb(54 0 0 / 54%), rgb(161 161 161 / 45%)), url(../images/hero-bg.webp) center center / cover no-repeat;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.common-hero .hero-title {
    color: var(--color-primary);
}

.ri-zoom-line {
    background-image: url(../images/icons/plus.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item .overlay {
    position: absolute;
    /* top: 50%;
    left: 50%; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* transform: translate(-50%, -50%); */
    /* border-radius: 50%; */
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.icon-btn {
    background: #ff0202;
    border: none;
    font-size: 24px;
    color: #333;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .icon-btn {
    opacity: 1;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.4s ease forwards;
    z-index: 9999;
}

.popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    border: 4px solid #fff;
    border-radius: 8px;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.popup-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 36px;
    padding: 10px 16px;
    cursor: pointer;
    z-index: 10000;
    transition: background 0.3s ease;
}

.popup-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.popup-nav.prev {
    left: 20px;
}

.popup-nav.next {
    right: 20px;
}

.section-contact-detail {
    padding-top: 120px;
    position: relative;
    margin-bottom: -135px;
}

.contact-card {
    color: #222222;
    font-weight: 600;
    text-align: center;
    padding: 55px 20px 55px;
    filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.06));
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.icon-border {
    width: 1px;
    height: 50px;
    background-color: #ff7979;
    margin: 0 auto;
}

.contact-card img {
    width: 100px;
}

.contact-card h3 {
    font-size: var(--heading-lg)
}

.contact-block {
    margin-top: 61px;
    margin-left: -150px;
    background: #ffff;
    padding: 80px 95px;
    filter: drop-shadow(0px 14px 14px rgba(0, 0, 0, 0.04));
    background-color: #ffffff;
}

section.contact-section {
    position: relative;
    padding-bottom: 130px;
}

.contact-block .text {
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 40px;
}

.contact-form.alt_s2 {
    position: relative;
}

.contact-form.alt_s2 .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form.alt_s2 input,
.contact-form.alt_s2 textarea {
    filter: drop-shadow(0px 14px 14px rgba(0, 0, 0, 0.04));
    background-color: #ffffff;
    border: 2px solid #f3f3f3;
    font-size: 14px;
    line-height: 40px;
    color: #999999;
    font-weight: 400;
    border-radius: 0;
    padding: 0 25px;
}

.contact-form.alt_s2 input.form-control:focus,
.contact-form.alt_s2 textarea:focus {
    box-shadow: none;
    border-color: rgb(255, 196, 196);
}

section.map-section {
    padding-bottom: 120px;
}

.attraction-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-wrap: wrap;
}

.attraction-card h3 {
    font-size: var(--heading-sm);
    margin: 0;
}

.card-detail {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 0.5rem;
}

.card-detail p {
    font-size: var(--fs-sm);
}

.card-detail .card-icon-btn {
    width: 40px;
    height: 40px;
    padding: 0.6rem;
    border: 2px solid;
    display: flex;
    align-items: center;
}

.blog-main {
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog-main .blog-items-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blog-item-title h3 {
    font-size: var(--heading-lg);
    margin-bottom: 1rem;
}

.blog-item-date span {
    font-size: var(--fs-lg);
    padding: 0.5rem 1rem;
    background-color: var(--color-primary);
    color: white;
}

.blog-sidebar {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1rem;
}

.blog-sidebar h5 {
    padding: 0.5rem 1rem;
    border-left: 5px solid var(--color-primary);
    font-size: var(--heading-md);
}

.blog-sidebar .latest-item {
    padding: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.blog-sidebar .latest-item-img {
    width: 100px;
}
.blog-items-img{
    width: 100%;
}