@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Intel+One+Mono:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&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=Courgette&family=Intel+One+Mono:ital,wght@0,300..700;1,300..700&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&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');

:root {
    --text-color: #333;
    --light-text-color: #777;
    --text-hover-color: #ec1d25;
    --mainFont: 'Montserrat', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--mainFont);
    box-sizing: border-box;
}

/* Navbar Styles */
.navbar {
    height: 100px;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 100000;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
}

.navbar-brand img {
    max-width: 80px;
    height: auto;
}

#navbarSupportedContent {
    text-transform: uppercase;
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ec1d25 !important;
}

#pageMenuSocialIcons {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

#pageMenuSocialIcons li {
    margin: 0 5px;
}

#pageMenuSocialIcons a {
    color: #000;
    font-size: 18px;
    transition: all 0.3s ease;
}

#pageMenuSocialIcons a:hover {
    color: #ec1d25;
}

/* Hero Section */
/* .bgslider {
    background-image: url("../img/slide1-02.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
} */

.hero-content {
    text-align: center;
    z-index: 2;
}

#carouselExampleCaptions {
    height: 100vh !important;
    overflow: hidden;
}

/* .welcom {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Courgette", cursive;
    font-size: 80px;
    color: white;
} */

/* .place {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 8px;
    } */
     .carousel-caption{
        position: absolute;
        top: 30%;
     }
         .carousel,
    .carousel-item,
    .carousel-item img,.carousel-caption {
      height: 100vh; 
    }

    .carousel-item img {
      object-fit: cover;
      width: 100%;
    }

    /* النصوص جوه الكاروسيل */
    /* .carousel-caption {
      background: rgba(0, 0, 0, 0.5); 
      border-radius: 10px;
      padding: 20px;
    } */

    /* النقاط */
    /* .carousel-indicators [data-bs-target] {
      background-color: white;
    } */

    /* الأسهم */
    /* .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1); 
    } */
    .welcom {
        font-family: "Courgette", cursive;
        font-size: clamp(40px, 8vw, 80px);
        margin-bottom: 0;
    }
    
    .place {
        font-size: clamp(30px, 6vw, 60px);
        text-transform: uppercase;
        letter-spacing: clamp(2px, 1vw, 8px);
        margin-bottom: 30px;
    }
    
    .but {
        font-size: 22px;
        width: 200px;
        height: 60px;
        font-weight: 500;
        color: #ec1d25;
        background: white;
        border-radius: 15px;
        border: none;
        cursor: pointer;
        transition: all 0.5s ease;
    }

    .menu-card a{
        font-weight: 900;
    }
/* .but {
    position: absolute;
    top: 450px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    width: 200px;
    height: 60px;
    color: #ec1d25;
    background: white;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
}

.but:hover {
    background-color: #ec1d25;
    color: white;
} */

/* 

.but:hover {
    background-color: #ec1d25;
    color: white;
} */

/* .slider-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 5;
    padding: 0 25px;
}

.arrow {
    font-size: 20px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(102, 102, 102, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow:hover {
    background-color: var(--text-hover-color);
}

.slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 5;
}

.slider-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots li:hover,
.slider-dots li.active {
    background: var(--text-hover-color);
} */

/* Our Story Section */
.oursec {
    padding: 120px 0;
}

.oursec h4 {
    font-family: "Courgette", cursive;
    font-size: 30px;
    color: #ec1d25;
}

.oursec h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(30px, 5vw, 50px);
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: -20px;
}

.oursec p {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.oursec a {
    text-decoration: none;
    color: #666666;
    text-transform: uppercase;
    transition: all 0.5s ease;
}


.oursec a:hover {
    color: #ec1d25;
}

.imgstory img {
    width: 100%;
    max-width: 390px;
    height: auto;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.imgstory img:hover {
    transform: scale(1.05);
}

/* Discover Section */
.discover-bg {
    background-image: url('../img/bg-intro-01.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.discover-bg h4 {
    color: #ec1d25;
    font-family: "Courgette", cursive;
    font-size: 30px;
}

.discover-bg h3 {
    font-size: clamp(30px, 5vw, 50px);
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: -20px;
}

.discover-cards {
    padding: 120px 0;
}

.discover-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.discover-card img:hover {
    transform: scale(1.05);
}

.discover-card h3 {
    font-family: "Manrope", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 22px;
    color: #333;
    margin-top: 20px;
}

.discover-card h3:hover {
    color: #ec1d25;
    cursor: pointer;
    transition: all 0.5s ease;
}

.discover-card p {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    letter-spacing: 1px;
}

.discover-card a {
    text-decoration: none;
    color: #666666;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.discover-card a:hover {
    color: #ec1d25;
}

/* Menu Section */
.ourmenu {
    background-color: #f4f2e9;
    padding: 120px 0;
    text-align: center;
}

.ourmenu h4 {
    color: #ec1d25;
    font-family: "Courgette", cursive;
    font-size: 30px;
}

.ourmenu h3 {
    font-size: clamp(30px, 5vw, 50px);
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: "Manrope", sans-serif;
    font-weight: 900;
    margin-top: -20px;
}

.menu-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

.menu-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s;
}

.menu-card:hover img {
    transform: scale(1.1);
}

.menu-card a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 5px;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    transition: all 0.5s ease;
}

.menu-card a:hover {
    color: white;
    background-color: #ec1d25;
}

/* Events Section */
.our-events {
    background-image: url('../img/bg-event-02.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
}

.upcoming {
    text-align: center;
    color: white;
    margin-bottom: 80px;
}

.upcoming h4 {
    font-family: "Courgette", cursive;
    font-size: 30px;
    color: #ec1d25;
}

.upcoming h3 {
    font-weight: 900;
    letter-spacing: 5px;
    font-size: clamp(30px, 5vw, 50px);
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    margin-top: -20px;
}

.event-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.event-image {
    position: relative;
    height: 300px;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-date {
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #ec1d25;
    color: white;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: bold;
}

.event-details {
    padding: 30px;
    text-align: center;
}

.event-details h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.event-details p {
    color: #666;
    margin-bottom: 20px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.countdown div {
    text-align: center;
    min-width: 60px;
}

.countdown span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.countdown p {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #666;
}

.btn-event {
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    background: #ec1d25;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: none;
}

.btn-event:hover {
    background: darkred;
    color: white;
}

/* Video Section */
.video-section {
    background-image: url('../img/bg-cover-video-02.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 120px;
}

.video-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.video-content h4 {
    color: #ec1d25;
    font-family: "Courgette", cursive;
    font-size: 30px;
}

.video-content h3 {
    font-size: clamp(30px, 5vw, 50px);
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: -10px;
}

.play-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease;
    margin: 20px auto 0;
}

.play-btn:hover {
    background-color: rgba(236, 29, 37, 0.9);
    transform: scale(1.1);
}

.play-btn i {
    color: #363636;
    font-size: 25px;
    margin-left: 5px;
}

/* Booking Section */
.book-section {
    padding: 120px 0;
    background-image: url('../img/pattern1.png');
    background-repeat: repeat;
}

.form-wrapper {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-wrapper h4 {
    font-family: "Courgette", cursive;
    font-size: 30px;
    color: #ec1d25;
    text-align: center;
}

.form-wrapper h2 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 5px;
    font-size: clamp(30px, 5vw, 50px);
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
}

.btn-book {
    margin-top: 15px;
    width: 100%;
    border: none;
    padding: 15px;
    background: #ec1d25;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-book:hover {
    background: darkred;
}

.booking-image {
    padding-left: 50px;
}

.booking-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.booking-image img:hover {
    transform: scale(1.05);
}

/* Footer */
.footer {
    background-color: #222222;
    padding: 60px 0 40px 0;
    color: #999999;
}

.footer h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.footer .contact-info li,
.footer .opening-times li {
    list-style: none;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #999999;
}

.footer .contact-info,
.footer .opening-times {
    padding-left: 0;
}

.footer .contact-info i {
    margin-right: 10px;
    width: 20px;
}

.footer .twitter-feed {
    margin-bottom: 25px;
}

.footer .twitter-feed .twitter-icon {
    color: #ec1d25;
    margin-right: 5px;
}

.footer .twitter-feed a {
    color: #ec1d25;
    text-decoration: none;
}

.footer .twitter-feed p {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer .twitter-date {
    font-size: 12px;
    color: #555555;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.gallery-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        padding: 0 20px;
    }

    .slider-arrows {
        display: none;
    }

    .booking-image {
        padding-left: 0;
        margin-top: 30px;
    }

    .form-wrapper {
        padding: 30px 20px;
    }

    .discover-bg {
        background-attachment: scroll;
    }

    .our-events {
        background-attachment: scroll;
    }

    .video-section {
        background-attachment: scroll;
        height: 400px;
    }

    .event-card {
        margin-bottom: 30px;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .countdown {
        gap: 10px;
    }

    .countdown div {
        min-width: 50px;
    }

    .countdown span {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 60px;
    }

    .form-wrapper {
        padding: 20px 15px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


.moha {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.navbar-collapse.show {
  background: #fff;
  border-radius: 10px;
}