 :root {
     --gold: #C49C2A;
     --dark: #0e0e0e;
     --muted: #6c757d;
 }

 body {
     font-family: 'Inter', sans-serif;
     color: #222;
 }

 h1,
 h2,
 h3,
 h4 {
     font-family: 'Cinzel', serif;
     letter-spacing: 1px;
     color: #000;
 }

 /* Navbar */
 .navbar {
     background: rgb(0 0 0 / 70%);
     backdrop-filter: blur(6px);
     padding: 0px;
 }

 .navbar-brand {
     font-weight: 700;
     color: var(--gold) !important;
     padding-top: 0px;
     padding-bottom:0px;
 }

 .navbar-brand img.logo {
     width: 150px;
 }

 .nav-link {
     color: #eee !important;
     margin-left: 1rem;
 }

 .nav-link.btn {
     background-color: var(--gold);
     color: #fff;
     border-radius: 5px;
     padding: 8px 18px !important;
 }

 .nav-link.btn:focus,
 .nav-link.btn:active,
 .nav-link.btn:hover {
     background-color: #fff;
     color: var(--gold);
     border-color: var(--gold);
     color: var(--gold) !important;
 }

 @media (min-width:992px) {
     .navbar-expand-lg .navbar-nav {
         align-items: center;
     }

 }

 @media (max-width:991px) {
     .navbar-nav {
         margin-bottom: 1rem;
     }

 }


 @media (max-width:991px) {
     .nav-link {
         margin-left: 0rem;
     }

 }

 .navbar-toggler {

     background-color: #fff !important;

 }

 /* Hero */
 .hero {
     min-height: 100vh;
     background: linear-gradient(rgba(0, 0, 0, 0.425), rgba(0, 0, 0, 0.363)), url(./img/arab-hero-image.png) top / cover no-repeat;
     color: #fff;
 }

 .hero-badge {
     display: inline-block;
     border: 1px solid var(--gold);
     padding: 6px 14px;
     font-size: 14px;
     letter-spacing: 2px;
     margin-bottom: 20px;
 }

 .hero h2 {
     font-size: clamp(2.5rem, 5vw, 4rem);
 }


 /* about css start here */
 #about h1{
    font-size: 2rem;
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
    color: #000;
     
 }

 
 #about .bg {
     position: relative;
     background: url(./img/arab-culture-left-bg.png) bottom / cover no-repeat;
     min-height: 360px;
 }

 #about .bg::before {
     content: "";
     position: absolute;
     inset: 0;
     background: #f8f9faf2;
     z-index: 2;
 }

 #about .content {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 3;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 #about .img {
     min-height: 360px;
     object-fit: cover;
 }

 /* about css end here */
















 /* Section */
 section {
     padding: 100px 0;
 }

 .section-subtitle {
     color: var(--gold);
     letter-spacing: 3px;
     font-size: 14px;
     margin-bottom: 10px;
 }

 /* Event Cards */
 .event-box {
     border: 1px solid #eee;
     padding: 35px;
     height: 100%;
     transition: all .4s ease;
     background: #f5f5f5;
     border-radius: 10px;
 }

 .event-box:hover {
     transform: translateY(-8px);
     box-shadow: 0 30px 60px rgba(0, 0, 0, .12);
     border-color: transparent;
 }

 .event-date {
     color: var(--gold);
     margin-bottom: 10px;
     font-size: 14px;
 }

 /* Gallery */
 .swiper-slide img {
     width: 100%;
     height: 500px;
     object-fit: cover;
     border-radius: 12px;
 }

 /* Contact */
 .contact-section {
     background: var(--dark);
     color: #fff;
     padding-bottom: 50px;
 }

 .form-control {
     border-radius: 0;
     padding: 14px;
 }

 .btn-gold {
     background: var(--gold);
     color: #000;
     font-weight: 600;
     border: none;
     padding: 14px;
 }

 /* Footer */
 footer {
     background: #000;
     color: #777;
     padding: 30px 0;
 }

 @media (max-width: 768px) {
     section {
         padding: 70px 0;
     }
 }




 /* hero section */
 .btn-gold {
     width: fit-content;
     border: 1px solid var(--gold);
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .btn-gold:hover {
     border: 1px solid #fff;
 }

 .btn-gold i {
     display: flex;
     align-items: center;
     justify-content: center;
 }


 /* why-us css start here */
 #why-us p {
     color: #454242;
 }

 #why-us h3 {
     font-family: 'Cinzel', serif;
    color: var(--gold);
    /* color: #000; */
    font-size: 20px;
    transition: all .3s ease-in-out;

 }

 #why-us .item {
     transition: all .3s ease-in-out;
     cursor: pointer;
     background-color: #f5f5f5;
     border-radius: 10px;
 }

 #why-us .item h3,
 #why-us .item p {
     transition: all .3s ease-in-out;
 }

 #why-us .item:hover {
     background-color: var(--gold);
     color: #fff;
 }

 #why-us .item:hover h3,
 #why-us .item:hover p {
     color: #fff;
 }



 /* gallery css start here  */
 #gallery .swiper-pagination .swiper-pagination-bullet {}

 #gallery .swiper-pagination .swiper-pagination-bullet {
     opacity: 1;
     background: #fff;
 }

 .swiper-pagination-bullet-active {
     opacity: var(--swiper-pagination-bullet-opacity, 1);
     background: var(--gold) !important;
 }



 /* contact css start here */
 #contact {
     color: #000;
 }

 #contact .social-icons-container a {
     width: 30px;
     height: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 #contact .social-icons-container a i {
     color: #000;
     font-size: 22px;
 }

 #contact .social-icons-container a:hover i {
     color: var(--gold);
 }

 #contact .btn-gold:hover {
     border: 1px solid #000;

 }

 /* contact css end here */



 /* faq section css start here */
 .faq-section {}

 .accordion-button {
     font-weight: 600;
     border-color: #c8a24a;

     background-color: rgba(200, 162, 74, 0.15);

 }

 .accordion-button:not(.collapsed) {
     background-color: #eee;
     color: #c8a24a;
     box-shadow: none;
 }

 .accordion-button:focus {
     box-shadow: none;
     border-color: #c8a24a;
 }

 .accordion-button::after {
     filter: brightness(0) saturate(100%) invert(67%) sepia(41%) saturate(473%) hue-rotate(7deg) brightness(94%) contrast(92%);
 }

 .accordion-item {
     border: 1px solid rgba(200, 162, 74, 0.3);
     margin-bottom: 10px;
     border-radius: 6px;
     overflow: hidden;
 }

 .accordion-flush>.accordion-item:last-child {

     border-bottom: 1px solid rgba(200, 162, 74, 0.3) !important;
 }

 .accordion-item {
     border-bottom: 1px solid rgba(200, 162, 74, 0.3);
     overflow: hidden;
 }

 .accordion-body {
     color: #555;
 }

 /* faq section css end here */

 #events {}

 #events h3 {
     font-size: 20px;
     color: var(--gold);
 }


 /* support section start here */
 section.support {}

 section.support .wrapper {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 20px;
 }

 /* Tablet */
 @media (max-width: 991px) {
     section.support .wrapper {
         grid-template-columns: repeat(2, 1fr);
     }

     section.support .wrapper .item a h3 {
         text-wrap: wrap;
     }
 }

 /* Mobile */
 @media (max-width: 575px) {
     section.support .wrapper {
         grid-template-columns: 1fr;
     }
 }


 section.support .wrapper .item {}


 section.support .wrapper .item a {
     display: block;
     position: relative;
     text-decoration: none;
     width: 100%;
     height: 100%;
     overflow: hidden;
     border-radius: 10px;
 }



 section.support .wrapper .item a img {
     border-radius: 10px;
     transition: all .3s ease-in-out;
 }

 section.support .wrapper .item a .overlay {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 50%;

     background: linear-gradient(to top,
             #ffb300d0,
             #00000000);

     z-index: 1;
     transition: transform 0.35s ease-in-out;
 }



 section.support .wrapper .item a h3 {
     position: absolute;
     bottom: 5%;
     left: 50%;
     transform: translateX(-50%);
     color: #fff;
     z-index: 2;
     font-size: 22px;
     font-weight: 600;

 }

 @media (min-width: 991px) {
     section.support .wrapper .item a h3 {
         text-wrap: nowrap;
     }
 }

 @media (max-width: 576px) {
     section.support .wrapper .item a h3 {
         text-wrap: nowrap;
     }
 }



 section.support .wrapper .item a:hover img {
     transform: scale(1.3);
 }


 /* venue css start here */
 #venue .btn-gold:hover {
     border: 1px solid #000;
 }