@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
  --primary: #EB1C24;
  --secondary:#23262F;
  --ternary: #727272;
  --black:#000000;
  --white: #FFFFFF;
  --grey: #2B3030;
  --warning: #EA9F48;
  --success: #4AB37B;
  --success-medium: #A9CCB9;
  --success-light: #CCEBDA;
  --error: #EF717D;
  --error-light: #FFF6F7;
  --gardient-1: linear-gradient(179.68deg, #c7393e 17.38%, #EB1C24 99.89%);

}

body {
  font-family: "Playfair Display", serif;
  background-color: #FFFFFF;
  font-size: .85rem;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1;
    font-family: "Playfair Display", serif;
}
.text-gd{
    background: var(--gardient-1);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1 {
    font-size : 3.5rem;
    font-weight: 700;
    color: var(--black);
}
h2{
    font-size: 2rem;
    font-weight: 700;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.1rem;
    font-weight: 600;
}
h6 {
    font-size: 1rem;
}

p {
    color: var(--black);
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
}
span{
    color: var(--black);
}
hr {
    border-top: 1px solid var(--white) !important;
    width: -webkit-fill-available;
    opacity: 1;
}
.blur {
    -webkit-filter: blur(4px); /* Chrome, Safari, Opera */
    filter: blur(4px);
    pointer-events: none; /* Disable clicking */
  }
  .non-blur {
    -webkit-filter: none;
    filter: none;
    pointer-events: auto; /* Enable clicking */
  }
.invalid-feedback {
    margin-bottom: 0rem;
}

.padding-top {
    padding-top: 5rem;
}

.padding-bottom {
    padding-bottom: 5rem;
}

.mendatory {
    color: var(--error);
}

.middled {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

:not(.input-group)>.bootstrap-select .form-control:not([class*=col-]) {
    width: 80%;
}

.bs-searchbox .form-control {
    width: 100% !important;
}

.bootstrap-select>.dropdown-toggle {
    background-color: #ededed;
    box-shadow: inset 2px 2px 6px rgb(0 0 0 / 25%);
}

.fixed {
    position: fixed;
    top: 0;
}

.col-form-label {
    text-align: right;
}

.primary_btn {
    background: var(--gardient-1);
    
    border: 1px solid #FF5410;
    font-weight: 600;
    color: var(--white);
    padding: .25rem .5rem .25rem .5rem;
    width: fit-content;
    height: fit-content;
    border-radius: .5rem;
    font-size: .8rem;
}

.primary_btn:hover, .primary_btn.active {
    background: transparent;
    border: 1px solid #FF5410;
    color: #FF5410;
}

.primary_btn:hover img {
    /* filter: brightness(0) invert(1); */
    transform: rotate(330deg); /* Same as -30deg */
    padding-bottom: .25rem;
}

header {
    /*    position: absolute;*/
    right: 0;
    left: 0;
    z-index: 999;
}

.container-fluid {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.row {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}
.navigation {
    position: absolute;
    padding: 2rem 0;
    background: transparent;
    z-index: 999;
    width: 100%;
}
.nav-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 9rem;
}
.navbar-brand {
    margin-left: 7rem;
}
.navbar-nav {
    margin-left: 2rem;
    background: #FFFFFF;
    padding: .5rem 1rem;
    border-radius: 2rem;
}
.navbar-light .navbar-nav .nav-link {
    /* font-family: "Lato", sans-serif; */
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
    color: var(--black);
    padding: .5rem 1rem .25rem 1rem !important;
    margin: 0 1rem;
    border-radius: .25rem;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
    font-weight: 600;
    color: var(--black);
    background: transparent;
    border-bottom: 1px solid #DB0115
}
.dropdown:hover>.dropdown-menu {
    text-align: left;
}
.navbar-nav .dropdown-menu {
    margin: 0 1rem;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: var(--white);
    text-decoration: none;
    background: var(--gardient-1);
}
.navbar-light .navbar-nav .nav-link.contact-btn {
    border: none;
    background: transparent;
}
.contact-popup {
    display: none;
    transition: all 0.3s ease;
}
.contact-popup .action-btn{
    background: var(--gardient-1);
    color: var(--white);
    font-size: .85rem;
    border-radius: .5rem;
}
.nav-2{
    background: var(--gardient-1);
    margin-right: 7rem;
}
.card{
    border-radius: 1rem;
    box-shadow: 0px 0px 9px 0px #28A9E03B;
}
.card .card-title{
    color: var(--black);
}
.card .card-subtitle{
    color: var(--grey);
}
.card p{
    color: var(--grey);
}
.card-footer {
    background-color: var(--white);
    height: 100%;
}
.card-footer:last-child {
    border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
}

/*************** Home Page ***************/
.home .banner h1 {
    font-size: 6rem;
    font-weight: 700;
    color: var(--white);
}
.home .banner h1 span{
    color: var(--white);
}
.home .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255); 
    z-index: 2;
}
.banner {
    position: relative;
    overflow: hidden;
}

.banner-image {
    object-fit: cover;
    width: 100%;
    height: auto;
   opacity: .4;
}

.overlay {
    z-index: 2;
}

.overlay-content {
    max-width: 1000px;
    width: 90%;
    position: relative;
}

.overlay-image {
    object-fit: contain;
    width: 100%;
    height: auto;
    z-index: 1;
    border-radius: 1rem;
}

.overlay-text {
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 100%;
}
.overlay-text p{
    font-size: 1.25rem;
    text-align: justify;
}
.banner-text-mobile{
    display: none;
}
.baris .card{
    background: #2B3030;
    box-shadow: none;
}
.contact-booking .form-div{
    padding: 5rem 2rem 2rem 2rem;
}
.contact-booking .form-div label {
    display: inline-block;
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 1rem;
}
.contact_form{
    padding-top: 4rem;
}
.form-control{
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #CACACA;
    color: var(--white);
}

.action-btn {
    background-color: transparent;
    border: none;
    font-weight: 600;
    color: var(--white);
    padding: .5rem;
    width: fit-content;
    border-radius: 2rem;
}
.action-btn:hover {
    background: var(--gardient-1);
    color: var(--white);
}

.action-btn img {
    transform: rotate(330deg); 
}
.bari-btn {
    background: var(--gardient-1);
    border: none;
    color: var(--white);
    padding: .35rem .75rem;
    width: fit-content;
    border-radius: 2rem;
    font-size: .8rem;
    margin-top: .5rem;
}
.bari-btn:hover{
    background: var(--white);
    color: var(--primary);
}
.testimonials h1, .testimonials p{
    color: var(--secondary);
}
.testimonials{
    margin-top: 2rem;
    color: var(--secondary);
    min-height: 500px;
    height: 100%;
}

.testimonials .content-div{
    padding: 3rem 2rem 0rem 5rem; 
    color: var(--secondary);
    background: #F1F1F1;
}

.testimonials .content-div h2{
    max-width: 80%;
}
/* .testimonials .carousel-control-next, .testimonials .carousel-control-prev {
    position: absolute;
    top: unset;
    bottom: 30%;
    opacity: .8;
}
.testimonials .carousel-control-next {
    right: 70%;
}*/
.testimonials .carousel-control-prev {
    left: -13%;
} 
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 60%;
    background-color: var(--secondary);
    border-radius: 50%;
}

/*************** End Home Page ***************/

/*************** start Common CSS ***************/
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    z-index: 2;
}

.banner > * {
    position: relative;
    z-index: 3;
}
.banner h1 {
    font-size: 6rem;
}
 .banner-wraper h2{
    font-size: 3.5rem;
    margin-bottom: 0;
 }
 .slick-slide {
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
	padding: 40px 0;
}

.slick-slide img {
    border-radius: 1rem;
	transition: all 0.4s ease-in-out;
}

.slick-center {
	transform: scale(1.1);
}
.custom-collage {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 90px;
    gap: 10px;
    padding: 20px 0px;
}

.custom-collage .item {
    overflow: hidden;
    border-radius: 12px;
}

.custom-collage .item img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
    border-radius: 12px;
}

/* Custom spans for each image */
.item-1 { grid-column: span 5; grid-row: span 4; } 
.item-2 { grid-column: span 5; grid-row: span 4; }  
.item-3 { grid-column: span 2; grid-row: span 4; } 
.item-4 { grid-column: span 2; grid-row: span 4; } 
.item-5 { grid-column: span 5; grid-row: span 4; }  
.item-6 { grid-column: span 5; grid-row: span 4; } 
.custom-collage .item img:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
}

@media (max-width: 1024px) {
    .custom-collage {
        grid-template-columns: repeat(9, 1fr); /* Tablet: 2 columns */
        grid-auto-rows: 70px;
        padding: 20px 10px;
    }

    .item-1,
    .item-4,
    .item-5{
        grid-column: span 3;
    }

    .item-2,
    .item-3,
    .item-6{
        grid-column: span 6;
    }
}
@media (max-width: 767px) {
    .custom-collage {
        grid-auto-rows: 40px;
    }
}




/*************** End Common CSS ***************/

/*************** Single bari CSS ***************/

.bari .banner {
    position: relative;
    background: var(--banner-url);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
    display: flex;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}
.bari .process .details{
    font-size: 1.1rem;
    max-width: 40rem;
}
.bari .process .details p, .bari .process .details h6{
    font-size: 1.1rem;
}
.bari .process .details.even strong{
    color: var(--primary);
}
.details li {
    position: relative;
    padding-left: 40px; /* Space for the marker */
    margin-bottom: 20px; /* Space between list items */
    list-style-type: none; /* Remove default marker */
    clear: both;
}
.details.even li{
    display: table-cell;
}
.details.odd li::before {
    content: counter(list-item); /* Number for ordered lists */
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: var(--primary); /* Using your variable */
    border-radius: 50%; /* Circular shape */
    color: #ffffff; /* White text */
    display: block; /* Forces line break after the marker */
    text-align: center; /* Center the number horizontally */
    line-height: 30px; /* Match height for vertical centering */
    font-size: 18px; /* Size of the number */
}

.details ol {
    counter-reset: item; /* Reset counter for ordered lists */
}

.details ol li {
    counter-increment: item; /* Increment counter for each li */
}
.map{
    width: 100%;
    height: 100%;
}
.bari .map-div .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Adjust text color for better visibility */
    text-align: center;
    width: 100%;
    z-index:3;
}
.bari .amenities .overlay {
    position: absolute;
    top: 75%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    color: white;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.bari .amenities .banner-img{
    opacity: .8;
    border-radius: 1rem;
}
.bari .amenities .card-img-top{
    border-radius: 1rem 1rem 0rem 0rem;
    max-height: 200px;
}
.bari .amenities .position-relative {
    height: 100%;
    min-height: 350px; /* Optional: set a minimum height */
    position: relative;
    overflow: hidden;
}
.bari .amenities .main-content{
    position: relative;
}

/* Base styles for both panels */
.bari .amenities .main-content,
.bari .amenities .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out, opacity 0.4s ease-in-out;
}
.bari .amenities .main-content{
    padding: .5rem;
}
/* Main content is at base */
.bari .amenities .main-content {
    z-index: 1;
}

.amenities{
    background: url(/images/amenities-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 5rem ;
}
/* Card starts off-screen to the right */
.bari .amenities .card {
    transform: translateY(100%);
    opacity: 0;
    z-index: 2;
}

/* Hover effect (desktop) */
@media (hover: hover) and (pointer: fine) {
    .bari .amenities .position-relative:hover .card {
        transform: translateY(0%);
        opacity: 1;
    }

    .bari .amenities .position-relative:hover .main-content {
        opacity: 0.3; /* Optional: fade underneath */
    }
}

/* Optional image styles */
.bari .amenities .banner-img,
.bari .amenities .card-img-top {
    width: 100%;
    height: calc(100% - 8px);
    object-fit: cover;
}

.food-btn {
    background: var(--grey);
    border-radius: 2rem;
    min-width: 7rem;
    color: var(--white);
}
.food-btn:hover,.food-btn.active {
    background: var(--white);
    color: var(--secondary);
}
.pdf{
    border: 2px solid var(--white);
    border-radius: 1rem;
    position: relative;
    background: url(/images/pdf-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}
.pdf-btn {
    background: var(--primary);
    border-radius: 2rem;
    padding: 1rem 2rem;
    color: var(--white);
    font-size: 1.2rem;
}
.pdf-btn:hover {
    background: var(--secondary);
    color: var(--white);
}
.packages{
    background: url(/images/package-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.packages .card .card-header {
    align-self: center;
    min-width: 80%;
    border-radius: 1rem 1rem 0 0;
}
.packages .card .card-body {
    border-radius: 1rem;
    box-shadow: none;
}

.packages .col-lg-4:nth-child(odd) .card-header {
    background: var(--primary);
}
.packages .col-lg-4:nth-child(odd) .card-body {
    background: #23262F;
}

.packages .col-lg-4:nth-child(even) .card-header {
    background: #23262F;
}
.packages .col-lg-4:nth-child(even) .card-body {
    background: var(--primary);
}

.packages .card {
    background: transparent;
    border-radius: 1rem;
    box-shadow: none;
    height: 100%;
}
.packages .card p, .packages .card li{
    color: var(--white);
    text-align: left;
    margin-bottom: .5rem;
}
/*************** End Single bari Page ***************/

.reviews .banner{
    position: relative;
    background: url(/images/review-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}
.review-details {
    max-width: 40rem;
    background: var(--grey);
    border-radius: 1rem;
    padding: 2rem;
}

/*************** Contact Page ***************/
 .contact {
  background: url(/images/contact-bg.png);
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  align-items: center;
}
.contact p{
    font-size: 1.2rem;
    color: #FDFDFDA1;
}
.contact label{
    color: var(--white);
    font-size: 1.2rem;
}

.form-control::placeholder {
  color: var(--white);
  opacity: 1; /* Ensure full visibility */
}

.submit_btn {
    background: var(--white);
    color: var(--secondary);
    padding: .5rem 1rem .5rem 1.5rem;
    border-radius: .5rem;
}
.submit_btn:hover {
    
    background: var(--white);
    color: var(--primary);
}
/*************** End Contact Page ***************/

/*************** Footer CSS ***************/

.footer {
  background: var(--black);
  align-items: center;
  padding: 1rem 0rem;
}
.footer hr{
    border-top: 1px solid #9A9EA6 !important;
}
.social{
    
    margin-right: 7rem;
}
.quick-links {
    display: flex;
    flex-flow: column;
    float: right;
}
.quick-links a{
    margin-bottom: .35rem;
}
.footer p{
    color: var(--white);
    font-size: .8rem;
    font-weight: 500;
}
.footer .social img{
    width: 2rem;
}
.footer a {
    color: #ffffff;
    font-size: .85rem;
    text-align: left;
    text-decoration: none;
}
.footer .contact-info img{
    width: 1.12rem;
    margin-right: .25rem;
}

.copy-right p{
    font-size: .85rem;
    color: var(--white);
    font-weight: 400;
    padding-top: 1rem;
}



/*************** Footer CSS ***************/

/*************** Responsive CSS ***************/

@media screen and (max-width:1600px) {
    .testimonials .content-div h2{
        max-width: 100%;
    }
}

@media screen and (max-width:1440px) {

}

@media screen and (max-width: 1366px) {
    .nav-item {
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        padding: 0.1rem 0.3rem;
    }
    .products-div .card-body, .events-div .card-body {
        display: block !important;
    }
    .products-div .card-img-top, .events-div .card-img-top {
        height: 12rem;
    }
    
}

@media screen and (max-width: 1200px) {
    .nav-item {
        font-size: 1.1rem;
    }

    .navbar-nav .nav-item .active::before {
        bottom: 0.6rem;
    }

}

@media screen and (max-width: 1024px) {

    .nav-item {
        font-size: 1rem;
    }

    .nav-link {
        display: block;
    }

}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    p {
        font-size: .85rem;
    }
    .padding-top {
        padding-top: 3rem;
    }

    .padding-bottom {
        padding-bottom: 3rem;
    }

    .dropdown:hover>.dropdown-menu {
        text-align: left;
    }
    #topbar-menu {
        height: 100vh;
        margin-left: auto;
        margin-top: .5rem;
        background:transparent;
    }
    .navigation {
        background: transparent;
        padding: 0;
    }
    .navbar-brand {
        margin-left: 2rem;
    }
    #topbar-menu-icon{
        color: var(--white);
        border: 1px solid var(--white);
        margin-right: 1rem;
    }
    .mobile-nav {
        background: var(--black);
        border-radius: .8rem;
        padding: 1rem !important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
        text-align: left;
        border-bottom: 1px solid var(--white);
        padding: 1rem 1rem !important;
        border-radius: .5rem;
        margin: .5rem 0;
    }
    .navbar {
        background: transparent
    }
    .navbar-light .navbar-nav .nav-link {
        color: var(--white);
    }
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--white);
    }
    .navbar-nav {
        position: relative;
        left: 0;
        right: 0;
        padding: 0;
        height: 100vh;
        top: 0;
        background: transparent;
        display: unset;
    }

    .nav-item {
        color: var(--white);
        font-size: 1rem;
        /* border-bottom: 1px solid #000; */
    }
    .banner h1, .banner span {
        font-size: 2rem;
    }
    .home .banner {
        height: auto !important;
    }
    .bari .banner, .reviews .banner{
        height: 300px;
    }
    .banner-wraper {
        padding-top: 5rem;
    }
    .home .banner-wraper {
        padding-top: 0rem;
    }
    .banner-wraper h2 {
        font-size: 1.5rem;
    }
    .home .banner h1 {
        font-size: 4rem;
    }
    .video iframe {
        width: 100%;
        height: 450px;
    }
    .contact{
        height: auto;
        padding-bottom: 2rem;
    }
    .social {
        margin-right: 0rem;
    }
    .primary_btn {
        padding: .25rem 1rem .25rem 1rem;
        margin-top: 1rem;
        font-size: .8rem;
    }
    .quick-links {
        float: left;
    }
    .footer {
        height: auto;
    }
    
    .map {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .col-form-label {
        text-align: left;
    }
    .overlay-text p {
        font-size: 1rem;
    }
    :not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
        width: 100%;
    }
   .testimonials .content-div{
        padding: 2rem 2rem 2rem 5rem; 
    }
}

@media screen and (max-width: 500px) {
    .nav-img {
        max-width: 6rem;
    }
    h1{
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: .85rem;
    }
    .home .banner h1 {
        font-size: 2rem;
    }
    .banner .overlay-content {
       display: none;
    }
    .banner-text-mobile {
        display: block;
        padding: 1rem;
        background: var(--black);
    }
    .overlay-content {
        width: 70%;
    }
    .map {
        height: 300px;
    }
    .video iframe {
        height: 250px;
    }
    .testimonials .content-div {
        padding: 0rem 1rem 2rem 3rem;
    }
}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 320px) {

}

/*************** End Responsive CSS ***************/


/*************** Animation ***************/

/***** Global Slide *****/
.slide-right,
.slide-left {
    width: 100%;
}

/***** Slide Right *****/
.slide-right {
    animation: 1s slide-right;
}

@keyframes slide-right {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0%;
    }
}

/***** Slide Left *****/
.slide-left {
    animation: 1s slide-left  ease;
    position: relative;
}

@keyframes slide-left {
    from {
        margin-left: 50%;
    }

    to {
        margin-left: 0%;
    }
}

/***** Container Styles *****/
/* .key-features {
    position: relative; 
    overflow: hidden;   
     min-height: 23rem;
     height: 100%;
}

.image-container {
    position: relative;
    overflow: hidden;
   
} */

/***** Slide Top *****/
.slide-top {
    animation: slide-top 1s ease forwards;
    position: relative;
}

@keyframes slide-top {
    from {
        top: 100%; /* Start from the bottom of the container */
    }
    to {
        top: 0; /* Move to the original position */
    }
}

/***** FadeIn Underline *****/

.fade-in {
    animation: fadeIn ease .5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.fade{
    transition: opacity .5s linear;
  }

/*************** End Animation ***************/