@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: "Montserrat", sans-serif;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}



.color {
    background: linear-gradient(180deg, #000 0%, #535353 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color {
    color: #535353;
}

.color-y {
    color: #EDBE00;
}


.fs-1 {
    font-size: 55px !important;
}

.fs-2 {
    font-size: 45px !important;
}

.fs-3 {
    font-size: 35px !important;
}


.btn_1 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    border-radius: 10px;
}

.btn_1:hover {
    border: 1px solid #000;
    padding: 10px 15px;
    background-color: transparent;
    color: #000;
    border-radius: 0px;
}

.btn_3 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    border-radius: 10px;
}

.btn_3:hover {
    border: 1px solid #ffffff;
    padding: 10px 15px;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0px;
}

.btn_2 {
    display: inline-block;
    padding: 10px 15px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.5s ease;
    border-radius: 10px;
}

.btn_2:hover {
    border: 1px solid transparent;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 0px;
}



.font {
    font-family: "Cormorant Garamond", serif;
}

.b {
    font-weight: 700;
    letter-spacing: -1px
}

img {
    max-width: 100%;
    height: auto;
}

p {
    color: #535353;
}

header nav .container {
    backdrop-filter: blur(109.4000015258789px);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 10px 20px;
    max-width: 1050px;
}

header .nav-link {
    color: #ffffff;
    padding-right: 30px !important;
}

header .nav-link:hover {
    color: #ededed !important;
}

header .navbar-nav .nav-item:nth-child(5) .nav-link {
    color: #fff;
    padding-right: 90px !important;
}

header .logo {
    width: 100px;
}



section.hero {
    height: 100vh;
}

section.hero .card-img-overlay {
    top: auto;
    bottom: 90px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 100px;
}



section.space h2 {
    font-weight: 400;
    font-size: 80px;
    line-height: 108%;
    letter-spacing: -0.01em;
    text-align: center;
    background: linear-gradient(180deg, #000 0%, #535353 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.space {
    padding: 100px 0;
    overflow: hidden;
}


section.space .blur {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: rgba(255, 204, 0, 0.09);
    filter: blur(90px);
    position: absolute;
    top: -90px;
    left: -20px;

}

section.space .blur2 {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: rgba(255, 204, 0, 0.09);
    filter: blur(90px);
    position: absolute;
    top: -90px;
    right: -20px;

}


section.about .size {
    width: 70%;
    position: absolute;
    top: 20px;
    right: 20px;
    object-fit: contain;

}


section.moments {
    background: url("../Images/bg_moments.webp") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

section.moments .card .icon {
    position: absolute;
    right: 15px;
    top: -30px;
    width: 70px;
}

section.moments .card p {
    font-size: 14px;
}


/* section.feature{

} */

section.feature .card {
    background-color: #000;
    height: 100%;
}


section.feature .card .blur {
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.356);
    filter: blur(80px);
    width: 270px;
    height: 270px;
    position: absolute;
    right: -70px;
    top: -120px;
}

section.menu {
    background: url("../Images/menu_bg.webp") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5px;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #EDBE00;
}

.swiper-pagination-bullet {
    background: #fff;
}


/* section.offer{

} */


section.gallery .gallery_box {
    position: relative;
    overflow: hidden;
}

section.gallery .gallery_box img {
    border-radius: 20px;

}



section.gallery .gallery_box .overlay {
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000004f;
    bottom: 0;
    border-radius: 20px;
    transition: all 0.5s ease;
    cursor: pointer;
}

section.gallery .gallery_box:hover .overlay {

    width: 100%;
    height: 100%;
    opacity: 1;

}

section.feedback {
    background-color: #000;
}

section.feedback .swiper-slide {
    height: auto;
}

section.contact input,
section.contact textarea {
    font-size: 16px !important;
}



footer {
    background-color: #000;
    padding: 60px 0;
}

footer p {
    font-size: 14px;
}

footer h2 {
    color: #fff;
}

footer li a {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
}

footer a {
    color: #fff;
}

footer .new_box {
    border: 1px solid #fff;
    background-color: transparent;
    height: 55px;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

footer .new_box input {
    background: transparent;
    border: 0;
    padding-left: 10px;
    color: #fff;
    outline: none;
    flex: 1;
}

footer svg {
    cursor: pointer;
}



/* Modal Customization */
.modal-content {
    border-radius: 15px;
    /* Rounded corners for the modal */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    /* Deeper shadow */
    background: linear-gradient(to bottom right, #f9f9f9, #ffffff);
    /* Light gradient inside modal */
    border: none;
}

.modal-header {
    background-color: #000;
    /* Header color */
    color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: none;
    padding: 20px;
}

.modal-title {
    font-weight: 600;
    font-size: 1.5rem;
}

.btn-close {
    filter: invert(1);
    /* Make close button white */
    opacity: 0.8;
}

.modal-body {
    padding: 30px;
}

.form-label {
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

.form-control {
    border-radius: 8px;
    /* Slightly rounded inputs */
    border: 1px solid #ddd;
    padding: 10px 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: #000;
    /* Highlight on focus */
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 107, 0.25);
}

.modal-footer {
    border-top: 1px solid #eee;
    padding: 20px 30px;
    justify-content: flex-end;
    /* Push buttons to the right */
}

/* Custom validation styles */
.form-control:invalid:not(:placeholder-shown) {
    border-color: #dc3545;
    /* Red border for invalid */
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control:valid:not(:placeholder-shown) {
    border-color: #28a745;
    /* Green border for valid */
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    /* Hide by default */
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.form-control.is-invalid~.invalid-feedback {
    display: block;
    /* Show when invalid */
}

/* Hidden date input for formatted display */
#formattedDateDisplay {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #f8f9fa;
    color: #555;
    cursor: pointer;
    /* Indicate it's clickable */
    user-select: none;
    /* Prevent text selection */
}

section.hero {
    background-color: #000;
}

section.hero .img {
    transition: all 1s ease-in-out;
}

:root {
    --animate-duration: 1s;
}



.other-banner{
    background-image: url("../Images/gallery_banner.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;  
}


.other-banner1{
    background-image: url("../Images/about_us_banner.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;  
}




