* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Ezz Edits */
:root {
  --main-color: #032b23;
  --secondary-color: rgb(217, 195, 138);
  --third-color: #ff7a00;
  --mainTextColor: #000;
  --gradientColor: radial-gradient(
    94.77% 94.77% at 26.14% 9.72%,
    var(--secondaryColor) 0%,
    rgb(255 255 255) 100%
  );
  --aspect: 1920/900;
}

/* Ezz Edits */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #032b234f;
  color: #fff;
}

[dir="rtl"] .event_details {
  text-align: right;
}

[dir="rtl"] .d-inline-flex {
  flex-direction: row-reverse;
}

[dir="rtl"] .event-venue span {
  direction: rtl;
}

/* Ezz Edits */

.radial-g-top {
  background: var(--main-color);
  filter: blur(300px);
  position: absolute;
  left: 50%;
  height: 50%;
  top: 0 !important;
  z-index: -1;
  width: 50%;
  transform: translate(-50%, 0);
}

.body-3 {
  font-family: "Inter", sans-serif;
  font-size: 1.75rem !important;
  line-height: 1.875rem !important;
}

.body-5 {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem !important;
  line-height: 1.375rem !important;
  font-weight: normal !important;
}

.body-6 {
  font-size: 1.0625rem !important;
  line-height: 1.1875rem !important;
  font-family: Inter !important;
  color: #101828 !important;
}

.body-7 {
  font-family: Inter !important;
  font-size: 0.9375rem !important;
  line-height: 1.0625rem !important;
  font-weight: 400 !important;
}

.body-7.count {
  color: #a6a6a6 !important;
}

a {
  color: #000;
  text-decoration: none;
}

.nav-hover.active {
  color: var(--secondary-color) !important;
}

/* Ezz Edits */

/* Navbar */

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar {
  background: transparent;
  transition: 0.3s ease;
  position: fixed;
  z-index: 20;
  top: 20px;
  height: 75px;
  width: 100%;
  background-color: var(--main-color);
}

.navbar.scrolled {
  background-color: var(--main-color);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}

.navbar.scrolled .nav-item a {
  color: #fff;
}

.nav-link {
  color: #fff !important;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}

.lang {
  background-color: var(--secondary-color);
  color: #000 !important;
}

.navbar-nav li a {
  position: relative;
  color: black;
  text-decoration: none;
  font-size: 17px;
  margin: 0 30px;
  font-family: "Poppins", sans-serif;
  transition: color 0.3s;
}

.navbar-nav li a:hover {
  color: #b9a360;
  transition: 0.3s;
}

.nav-hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--secondary-color);
  transition: width 0.5s ease;
}

.nav-hover:hover::after {
  width: 100%;
}

.global-icon {
  margin-right: 28px;
}

.mega-menu-sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
}

.mega-menu-sidebar.active {
  right: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1049;
  display: none;
}

.overlay.active {
  display: block;
}

.color-black {
  color: #000 !important;
}

.mega-menu-sidebar a {
  display: block;
  padding: 15px 30px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: var(--main-color);
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}

.mega-menu-sidebar a:hover {
  color: var(--main-color);
}

.mega-menu-sidebar a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition: width 0.4s ease;
}

.mega-menu-sidebar a:hover::after {
  width: calc(100% - 60px);
}

/* Main section */
/* Ezz Edits */
.home-section-mt {
  margin-top: 80px;
}

.home-carousel-mt {
  margin-top: 56px;
}

.category-splide-hot .splide__slide {
  display: flex;
}

.category-splide-hot .thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: 150px;
  border-radius: 35px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* border: 5px solid transparent; */
  overflow: hidden;
  position: relative;
  transition: 0.3s ease all;
}

.category-splide-hot .thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 35px;
  border: 5px solid rgba(0, 0, 0, 0.08);
  pointer-events: none;
  transition: 0.3s ease;
}

.category-splide-hot .thumbnail:hover::before {
  border-color: var(--main-color);
}

.category-splide-hot .event-label {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  background: #ffffff;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 14px;
  transition: 0.3s ease all;
}

.category-splide-hot .thumbnail:hover .event-label {
  background: var(--main-color);
  color: var(--secondary-color) !important;
}

@media (max-width: 1024px) {
  .category-splide-hot .thumbnail {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .home-section-mt {
    margin-top: 56px;
  }

  .category-splide-hot .thumbnail {
    height: 320px;
    border-radius: 30px;
  }
}

/* Up coming Events */

.upcoming_events .carousel_circle_controls button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
}

.upcoming_events .upcoming_box {
  margin-bottom: 20px;
}

.upcoming_events .event-card-info {
  padding: 32px;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  justify-content: center;
}

.upcoming_events .event-name {
  margin-bottom: 8px;
}

.splide__slide img {
  max-height: 220px;
  object-fit: cover;
}

.upcoming_events .event-date,
.upcoming_events .event-venue,
.upcoming_events .event-price {
  margin: 2px 0;
}

.category_image {
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: var(--spacing-5-x, 40px);
  aspect-ratio: var(--aspect) !important;
  object-fit: cover !important;
}

.upcoming_text {
  min-height: 250px;
}

/* Ezz Edits */
/* Section top-cat */
.top_categories .carousel_circle_controls button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
}

.top_categories .top_box {
  margin-bottom: 20px;
  flex-direction: column;
}

.top_categories .top-card-info {
  padding: 32px;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  background-color: #212121;
}

.top_categories .top-name {
  margin-bottom: 8px;
}

.top_categories .top-desc {
  margin-top: auto;
}

.top_img img.category_image {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.top_text {
  height: 200px;
}

.category_button {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 24px;
  width: 100%;

  background: #212121;
  color: #ffffff;

  border-radius: 40px;
  border: 0;

  text-decoration: none;
  transition: all 0.3s ease;
}

.category_button_left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.category_button .count {
  color: #a6a6a6;
  transition: color 0.3s ease;
}

.category_button i {
  color: #a6a6a6;
  font-size: 18px;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.category_button:hover {
  background: var(--main-color);
  color: var(--secondary-color);
}

.category_button:hover .count {
  color: #000;
}

.category_button:hover i {
  color: #000;
  transform: translateX(4px);
  /* الحركة الخفيفة */
}

/* Ezz Edits */
/* ========== About ========== */
.about {
  margin-top: 116px;
  margin-bottom: 100px;
  position: relative;
  z-index: 5;
}

.about-img {
  width: 414px;
  height: 413px;
}

.about-img img {
  border-radius: 10px;
}

.btn-about {
  width: 238px;
  height: 60px;
  background-color: var(--secondary-color);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-items: center;
  align-items: center;
  margin-top: 40px;
}

.btn-about:hover {
  cursor: pointer;
  transition: 0.3s;
  background: linear-gradient(to right, #ffffff, var(--secondary-color));
}

.head-line {
  position: relative;
}

.about-title {
  position: relative;
  font-size: 56px;
  font-weight: bold;
  color: rgba(22, 130, 179, 1);
  z-index: 5;
}

.title-about {
  z-index: 10;
}

.img-underline {
  position: absolute;
  bottom: -0.9em;
  left: 0;
  width: 100%;
  max-width: 413px;
  height: auto;
  z-index: 4;
  pointer-events: none;
}

.title-about p {
  font-size: 26px;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 32px;
  line-height: 1.8;
}

.arrow {
  height: 12px;
  width: 12px;
  margin-left: 30px;
  margin-bottom: 10px;
}

.design-bg {
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 1;
  opacity: 0.3;
}

.design-bg img {
  width: 400px;
}

.about-2 {
  position: relative;
  z-index: 3;
}

@media (max-width: 1339px) and (min-width: 992px) {
  /* section {
        display: flex;
        justify-content: center;
    }

    section > .container {
        max-width: 960px;
        width: 100%;
    }

    section .row {
        justify-content: center;
    } */

  section .about,
  section .services,
  section .features,
  section .products,
  section .contact {
    text-align: center;
  }
}

/* HERO */
.about-hero {
  height: 45vh;
  background: var(--main-color);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-shape {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 300px;
  height: 300px;
  background: var(--secondary-color);
  opacity: 0.1;
  border-radius: 50%;
}

.about-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
}

.title-separator {
  width: 80px;
  height: 5px;
  background: var(--third-color);
  margin: 15px auto 0;
  border-radius: 10px;
}

.about-description {
  padding: 120px 0;
  background: #fff;
}

.sub-title {
  color: var(--third-color);
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.about-text {
  font-size: 1.2rem;
  line-height: 2.1;
  color: #333;
  text-align: justify;
}

.image-wrapper {
  position: relative;
  padding: 20px;
}

.about-logo {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.image-border {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 80%;
  border: 8px solid var(--secondary-color);
  border-radius: 20px;
  z-index: 1;
}

.about-cards {
  padding-bottom: 120px;
  background: #fdfdfd;
}

.about-card {
  background: #fff;
  padding: 50px 40px;
  border-radius: 30px;
  height: 100%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}

.about-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 35px 60px -15px rgba(3, 43, 35, 0.15);
}

.card-icon {
  width: 70px;
  height: 70px;
  background: rgba(3, 43, 35, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-bottom: 25px;
  font-size: 1.8rem;
  color: var(--main-color);
}

.about-card h3 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--main-color);
}

.about-card p {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.8;
}

.card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  transition: width 0.4s ease;
}

.vision-card .card-accent {
  background: var(--secondary-color);
}
.mission-card .card-accent {
  background: var(--third-color);
}

.about-card:hover .card-accent {
  width: 100%;
}

@media (max-width: 991px) {
  .about-description {
    padding: 70px 0;
  }
  .image-border {
    display: none;
  }
  .about-text {
    font-size: 1.1rem;
  }
}

/* ========== Our Work ========== */
.work-bg {
  background-image: url("../imgs/our-work.png");
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
}

.head-line-2 {
  position: relative;
  margin-top: 61px;
  text-align: center;
}

.work-title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
}

.img-underline-2 {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 460px;
  pointer-events: none;
}

.ticket-back-ground {
  text-align: center;
  margin-top: 40px;
}

.ticket-back-ground p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
}

.project-card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: none;
}

.upcoming_img .category_image {
  min-height: 300px;
}

.project-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-name {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}

.project-hover-overlay,
.project-hover-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 20px;
}

.project-hover-overlay.project-hover-overlay-dark {
  background-color: #1682b3 !important;
}

.project-card:hover .project-hover-overlay {
  opacity: 1;
  transform: translateY(0);
}

.hover-content {
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  max-width: 100%;
}

.project-hover-overlay.project-hover-overlay-dark .hover-content {
  background-color: #1682b3;
  color: #fff;
}

.hover-content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}

.btn-work {
  margin-top: 25px;
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 500;
  width: 246px;
  height: 60px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-work:hover {
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.2),
    var(--secondary-color)
  );
}

/* ========== Our Sponsors ========== */
.head-line-3 {
  margin-top: 88px;
  position: relative;
}

.head-line-3 h1 {
  position: relative;
  top: 23px;
  font-size: 58px;
  font-weight: 600;
  color: rgba(22, 130, 179, 1);
  z-index: 5;
}

.our-spon {
  height: auto;
}

.our-spon h1 {
  color: #1682b3 !important;
}

.sponsor-logo {
  flex: 0 0 auto;
  max-width: 100%;
  padding: 10px;
  transition: transform 0.3s ease;
}

.sponsor-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: 0.3s ease;
}

.sponsor-logo img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* ========== Our Clients ========== */
.clients {
  margin-bottom: 215px;
}

.head-line-4 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 65px;
}

.head-line-4 h1 {
  color: rgba(22, 130, 179, 1);
  font-size: 58px;
  font-weight: 600;
  position: relative;
  top: 30px;
}

.head-line-4 img {
  width: 640px;
}

.hrr-1,
.hrr-2 {
  width: 550px;
  height: 0.5px;
  border: none;
  margin: 20px 0;
  margin-left: 20px;
  opacity: 1;
}

.hrr-1 {
  background-color: rgb(0, 0, 0);
}

.hrr-2 {
  background-color: #ffffff;
}

.client-brag,
.client-brag-2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-left: 25px;
  opacity: 1;
}

.client-brag {
  color: rgba(0, 0, 0, 1) !important;
}

.client-brag-2 {
  color: #fff;
}

.client-img {
  margin: 60px 20px;
}

.clien-1,
.clien-2 {
  margin-left: 20px;
}

.clien-1 h6,
.clien-2 h6 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 12px;
}

.clien-1 h6 {
  color: rgba(30, 30, 30, 1);
}

.clien-1 small {
  color: rgba(13, 59, 102, 1);
}

.clien-2 h6 {
  color: rgba(13, 59, 102, 1);
}

small {
  font-size: 18px;
}

.card-client-2 {
  background-color: rgba(22, 130, 179, 1);
}

.sliders .slider-2,
.sliders .slider-1 {
  position: absolute;
  top: 39%;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
}

.sliders .slider-2 {
  left: -40px;
}

.sliders .slider-1 {
  right: -40px;
}

.button-slider-1,
.button-slider {
  border-radius: 8px;
  border: none;
  height: 8px;
  margin-top: 45px;
}

.button-slider-1 {
  background-color: rgba(22, 130, 179, 1);
  width: 64px;
}

.button-slider {
  background-color: rgba(217, 217, 217, 1);
  width: 25px;
  margin-left: 15px;
}

.transition {
  transition: transform 0.6s ease-in-out;
}

.slider-wrapper {
  overflow: hidden;
}

.slider-card {
  min-width: 50%;
  box-sizing: border-box;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

/* Footer */

/* Footer Base */
.footer {
  padding: 80px 0 40px;
  background: #fff;
}

.footer .wrapper {
  max-width: 1320px;
  margin: auto;
}

/* Top Section */
.footer .links-section {
  row-gap: 48px;
}

/* Logo */
.footer-logo img {
  max-height: 130px;
  object-fit: contain;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-links a:hover {
  opacity: 0.6;
}

/* Help Button */
.need-help {
  border: 1px solid #000;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  transition: 0.3s ease;
}

.need-help:hover {
  background: #000;
  color: #fff;
}

/* Bottom Section */
.footer-bottom {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 2px solid #dee1e7;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Social */
.footer-share-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-title {
  font-size: 18px;
  font-weight: 500;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.7;
}

/* Copyright */
.coypright {
  text-align: center;
  font-size: 14px;
  color: #a1a1a1;
}

.coypright a {
  color: inherit;
  text-decoration: none;
}

/* ===============================
   MOBILE: CENTER EVERYTHING
================================ */
@media (max-width: 768px) {
  .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-links,
  .footer-links-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
  }
}

/* About Page */
.sec-about-bg,
.projects-bg {
  height: 80vh;
  background-image: url(../imgs/pexels-curtis-adams-1694007-4258275.jpg);
  background-size: 100% 100%;
  position: relative;
  object-fit: contain;
  overflow: hidden;
}

.sec-about-bg::before,
.projects-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: center;
  filter: blur(2px);
  transform: scale(1.1);
  z-index: 0;
}

.sec-about-bg > *,
.projects-bg > * {
  position: relative;
  z-index: 1;
}

.sec-about {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-about h1 {
  font-size: 56px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}

.sec-caption-about {
  margin-top: 100px;
}

.sec-caption p {
  font-size: 22px;
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
  line-height: 1.8;
  /* padding-right: 30px; */
}

/* .sec-caption-img {
    margin-bottom: 100px;
    height: 324px;
    width: 324px;
} */

.sec-about-card {
  display: flex;
  justify-content: space-between;
}

.sec-card-1 {
  /* width: 650px; */
  min-height: 480px;
  padding: 33px;
  background-color: rgba(197, 224, 236, 1);
  border-radius: 10px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.sec-card-1 h2 {
  font-size: 42px;
  font-weight: 600;
  color: rgba(13, 59, 102, 1);
}

.sec-card-1 img {
  height: 25px;
  /* width: 220px; */
  position: absolute;
  bottom: -20px;
}

.sec-card-1 p {
  margin-top: 60px;
  font-size: 25px;
  font-weight: 400;
  color: #272727 !important;
}

.sec-head-card {
  position: relative;
}

.sec-head-card-2 {
  position: relative;
}

.sec-card-2 {
  /* width: 650px; */
  margin-left: 15px;
  min-height: 480px;
  padding: 33px;
  background-color: rgba(255, 244, 214, 1);
  border-radius: 10px;
  margin-bottom: 100px;
  position: relative;
  z-index: 6;
}

.sec-card-2 h2 {
  font-size: 42px;
  font-weight: 600;
  color: rgba(22, 130, 179, 1);
}

.sec-card-2 img {
  height: 25px;
  width: 220px;
  position: absolute;
  bottom: -20px;
}

.sec-card-2 p {
  margin-top: 60px;
  font-size: 25px;
  font-weight: 400;
  color: #272727 !important;
}

.sec-cards {
  position: relative;
}

.sec-about-desgin {
  opacity: 0.2;
  position: absolute;
  top: 170px;
  left: 0px;
  z-index: 1;
}

.sec-Our-Goals {
  position: relative;
  z-index: 5;
  padding-bottom: 90px;
  background-color: rgba(22, 130, 179, 1);
}

.sec-head-goals {
  position: relative;
  display: flex;
  justify-content: center;
}

.sec-head-goals h1 {
  margin-top: 80px;
  font-size: 56px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 3;
}

.sec-head-goals img {
  position: absolute;
  top: 132px;
  left: 40%;
  z-index: 2;
}

.sec-goals-prag p {
  margin-top: 37px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  padding: 0 190px;
  margin-bottom: 64px;
}

.sec-goals-1 {
  text-align: center;
  width: 281px;
  border-radius: 10px;
  height: 265px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.15);
}

.sec-goals-1 h3 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 56px !important;
  margin: auto;
  line-height: 1.8;
}

.sec-goals-1 h4 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 34px;
  margin: auto;
}

.sec-goals-2 {
  width: 281px;
  text-align: center;
  border-radius: 10px;
  height: 265px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: auto;
}

.sec-goals-2 h3 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 56px !important;
  margin: auto;
  line-height: 1.8;
}

.sec-goals-2 h4 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 34px;
  margin: auto;
}

.sec-goals-3 {
  text-align: center;
  width: 281px;
  border-radius: 10px;
  height: 265px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.15);
}

.sec-goals-3 h3 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 56px !important;
  margin: auto;
  line-height: 1.8;
}

.sec-goals-3 h4 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 34px;
  margin: auto;
}

.sec-goals-4 {
  text-align: center;
  width: 281px;
  border-radius: 10px;
  height: 265px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.15);
}

.sec-goals-4 h3 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 56px !important;
  margin: auto;
  line-height: 1.8;
}

.sec-goals-4 h4 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 34px;
  margin: auto;
}

.sec-Companies {
  margin-top: 100px;
  position: relative;
  margin-bottom: 75px;
}

.sec-Companies h1 {
  font-size: 58px;
  font-weight: 600;
  color: rgba(22, 130, 179, 1);
  position: relative;
  z-index: 3;
}

.sec-Companies img {
  position: absolute;
  top: 130px;
  z-index: 2;
}

.sec-item-prag {
  padding-left: 40px;
}

.sec-item-prag h3 {
  font-size: 32px;
  font-weight: 600;
  color: rgba(22, 130, 179, 1);
}

.sec-item-prag p {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}

.sec-test {
  margin-top: 70px;
}

/* Contact Page */
.sec-heat-contact {
  text-align: center;
}

.sec-heat-contact h1 {
  font-size: 40px;
  font-weight: bold;
  color: rgba(30, 30, 30, 1);
}

.sec-heat-contact p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(113, 113, 113, 1);
  margin-bottom: 50px;
}

.sec-full-body {
  background-color: #fff;
  max-width: 80%;
  border-radius: 10px;
  margin-bottom: 112px;
}

.sec-contact-info {
  background: #032b23;
  border-radius: 10px;
  height: 790px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec-head-info {
  padding: 0 0 0 10px;
}

.sec-head-info h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.sec-head-info p {
  margin-top: 6px;
  font-size: 22px;
  font-weight: 400;
  color: rgba(201, 201, 201, 1);
}

.sec-information {
  padding-bottom: 100px;
}

.sec-information i {
  font-size: 20px;
  color: #fff;
  padding-top: 6px;
  padding-right: 25px;
  margin-left: 10px;
}

.sec-information p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.sec-data {
  margin-bottom: 25px;
}

.sec-data p {
  font-size: 20px;
  overflow-wrap: anywhere;
}

.sec-icons {
  margin-left: 48px;
  padding-bottom: 50px;
}

.sec-icons i {
  padding: 6px;
  margin-right: 24px;
  color: var(--main-color);
  background-color: transparent;
  border-radius: 50%;
  font-size: 26px;
}

.sec-contact-form {
  margin-top: 60px;
}

.sec-contact-form label {
  color: #272727;
  font-size: 16px;
}

.sec-form-1 {
  margin-bottom: 45px;
}

.sec-email {
  margin-bottom: 45px;
}

.form-control {
  border: none;
  border-bottom: 2px solid #888;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #dbdbdb;
  box-shadow: none;
}

.sec-text-start {
  display: flex;
  justify-content: right;
  margin-top: 70px;
}

.sec-text-start button {
  width: 230px;
  height: 65px;
  background-color: #d8c389;
  color: #fff;
  font-size: 22px;
  border: none;
  position: relative;
  z-index: 5;
  transition: 1s;
}

.sec-text-start button:hover {
  background: linear-gradient(to right, #ffffff, #d8c389);
  transition: 1s;
  color: #000;
}

.sec-plane-p {
  position: relative;
}

.sec-plane {
  background-image: url("../imgs/plane.png");
  background-size: 100% 100%;
  width: 360px;
  height: 330px;
  position: absolute;
  bottom: -20px;
  left: 61%;
}

/* ----------Media Guery---------- */

@media (min-width: 1024px) and (max-width: 1160px) {
  .hrr-2,
  .hrr-1 {
    width: auto;
  }

  .about {
    width: auto;
    margin-bottom: 20px;
  }

  .about-2 {
    width: 50%;
  }

  .title-about h1 {
    font-size: 50px;
  }

  .head-line img {
    width: 400px;
  }

  .title-about p {
    font-size: 20px;
    padding: 18px 0px;
  }

  .about-img {
    width: 50%;
  }

  .design-bg {
    width: 250px;
  }

  .head-line-2 {
    position: relative;
  }

  .head-line-2 img {
    position: absolute;

    top: 50px;
  }

  .work-bg {
    height: auto;
  }

  .btn-work {
    margin-bottom: 30px;
  }

  .our-spon .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .head-line-3 {
    margin-top: 50px;
  }

  .our-spon .row .icon-2 {
    padding-left: 50px;
  }

  .client-brag-2 br {
    display: none;
  }

  .client-num1 {
    width: 48%;
  }

  .client-num2 {
    width: 48%;
  }

  .sliders .slider-1 {
    position: absolute;
    top: 39%;
    right: 0px;
  }

  .sliders .slider-2 {
    position: absolute;
    top: 39%;
    left: 0px;
  }

  .footer-links ul {
    margin-left: 250px;
  }

  .footer-links-2 ul {
    margin-left: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about .about-2 {
    width: 49%;
  }

  .about .about-img {
    width: 49%;
  }

  .hrr-2,
  .hrr-1 {
    width: auto;
  }

  .head-line img {
    position: absolute;
    left: 0;
    top: 50px;
  }

  .title-about {
    position: relative;
  }

  .head-line-2 {
    position: relative;
  }

  .head-line-2 img {
    position: absolute;
  }

  .title-about h1 {
    font-size: 54px;
  }

  .title-about p {
    font-size: 17px;
  }

  .design-bg img {
    width: 200px;
  }

  .work-bg {
    height: auto;
  }

  .btn-work {
    margin-bottom: 30px;
  }

  .tickets .project-1 {
    width: 49%;
  }

  .head-line-3 {
    margin-top: 0px;
  }

  .head-line-4 {
    margin-top: 0;
  }

  .our-spon .row .icon-2 {
    padding-left: 50px;
  }

  .icon-4 {
    padding-left: 20px;
  }

  .footer-links ul {
    margin-left: 0;
  }

  .footer-links-2 ul {
    margin-left: 10px;
  }

  .clients {
    margin-bottom: 50px;
  }

  .global-icon {
    display: none;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-collapse.show {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: rgb(194, 194, 194);
    padding: 10px 20px;
    z-index: 10;
    transition: 0.5s;
  }

  .navbar-nav {
    flex-direction: row;
    align-items: flex-start;
  }

  .navbar-nav .nav-item {
    margin: 10px 0;
  }

  .main-nav {
    justify-content: space-between;
    align-items: center;
  }

  .nav-item li a {
    color: rgba(13, 59, 102, 1);
  }
}

@media (max-width: 768px) {
  .slider-card {
    min-width: 100%;
  }

  .about {
    margin-top: 60px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-img {
    width: 100% !important;
    height: auto !important;
    display: flex;
    justify-content: center;
  }

  .about-img img {
    width: 100%;
    max-width: 360px;
    height: auto;
  }

  .about-2 {
    width: 100%;
    padding: 0 15px;
  }

  .img-underline {
    max-width: 100%;
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
  }

  .title-about p {
    font-size: 20px;
  }

  .about-title {
    font-size: 36px;
  }

  .btn-about {
    width: 100%;
    max-width: 280px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .arrow {
    margin-left: 20px;
    margin-bottom: 6px;
  }

  .project-card {
    max-width: 330px;
    margin: 0 auto;
  }

  .project-card img {
    height: 240px;
  }
}

/* === Responsive Styles === */
@media (max-width: 1200px) {
  /* .sec-about {
        left: 35%;
        width: 60%;
    } */
  .sec-card-1,
  .sec-card-2 {
    /* width: 100%; */
    height: auto;
    padding: 20px;
  }

  .sec-goals-prag p {
    padding: 0 100px;
  }
}

@media (max-width: 992px) {
  /* .sec-caption-about {
        flex-direction: column;
    } */
  /* .sec-caption-img {
        margin: 0 auto 40px;
        width: 200px;
        height: auto;
    } */
  .sec-about-card {
    flex-direction: column;
    gap: 20px;
  }

  .sec-card-2 {
    margin-left: 0;
  }

  .sec-goals-prag p {
    padding: 0 50px;
  }

  .sec-goals-1,
  .sec-goals-2,
  .sec-goals-3,
  .sec-goals-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec-goals-2 {
    margin: 0 0 30px;
  }

  .sec-head-goals img {
    left: 25%;
  }

  .footer-links ul,
  .footer-links-2 ul {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }

  .footer-links,
  .footer-links-2 {
    margin-top: 40px;
  }

  .footer-icon {
    margin-left: 0;
    margin-top: 50px;
    text-align: center;
  }

  .footer-icon i {
    margin: 0 10px;
  }

  .footer-bg {
    height: auto;
    padding-bottom: 30px;
  }

  .sec-full-body {
    max-width: 100%;
    margin: 0 10px 80px 10px;
  }

  .sec-contact-info {
    height: auto;
    padding-top: 30px;
  }

  .sec-icons {
    margin-left: 0;
    text-align: center;
  }

  .sec-plane {
    display: none;
  }

  .sec-text-start {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .sec-about h1 {
    font-size: 38px;
  }

  .sec-caption p {
    font-size: 18px;
    padding: 0;
  }

  .sec-head-card h2,
  .sec-head-card-2 h2 {
    font-size: 32px;
  }

  .sec-card-1 p,
  .sec-card-2 p {
    font-size: 20px;
    margin-top: 40px;
  }

  .sec-goals-prag p {
    font-size: 18px;
    padding: 0 20px;
  }

  .sec-Companies h1 {
    font-size: 36px;
  }

  .sec-item-prag h3 {
    font-size: 24px;
  }

  .sec-item-prag p {
    font-size: 16px;
  }

  .sec-head-goals h1 {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .sec-about h1,
  .sec-head-goals h1,
  .sec-Companies h1 {
    font-size: 28px;
  }

  /* .sec-caption-img {
        width: 150px;
        margin-bottom: 20px;
    } */
  .sec-card-1,
  .sec-card-2 {
    padding: 15px;
  }

  .sec-card-1 p,
  .sec-card-2 p {
    font-size: 16px;
  }

  .sec-goals-1 h3,
  .sec-goals-2 h3,
  .sec-goals-3 h3,
  .sec-goals-1 h4,
  .sec-goals-2 h4,
  .sec-goals-3 h4,
  .sec-goals-4 h3,
  .sec-goals-4 h4 {
    font-size: 18px;
  }

  .sec-item-prag {
    padding-left: 0;
  }

  .sec-item-prag h3 {
    font-size: 20px;
  }

  .sec-item-prag p {
    font-size: 14px;
  }

  .footer-links ul li,
  .footer-links-2 ul li {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .footer-icon i {
    font-size: 18px;
  }

  .sec-head-info h1 {
    font-size: 24px;
    text-align: center;
  }

  .sec-head-info p {
    font-size: 18px;
    text-align: center;
  }

  .sec-heat-contact h1 {
    font-size: 30px;
  }

  .sec-heat-contact p {
    font-size: 16px;
  }

  .sec-icons i {
    margin: 0 10px;
    font-size: 22px;
  }

  .sec-text-start button {
    width: 100%;
  }

  .sponsor-logo {
    max-width: 100px;
  }
}

/* Projects Page */
.projects-bg {
  background-image: url("../imgs/Rectangle 3851.png");
}

.filter-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}

.filter-exercise {
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  overflow: hidden;
  gap: 0;
  justify-content: center;
}

.filter-btn {
  padding: 10px 20px;
  background: #fff;
  color: var(--main-color) !important;
  font-family: var(--secondary-font);
  font-size: 1.3rem;
  color: var(--main-color);
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 0;
  flex: 1 1 auto;
  min-width: 120px;
  text-align: center;
  border: 1px solid #f2f2f2;
}

/* LTR */
.ltr-filters .filter-btn:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.ltr-filters .filter-btn:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* RTL */
.rtl-filters .filter-btn:first-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rtl-filters .filter-btn:last-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.filter-btn.active {
  background-color: var(--secondary-color);
  color: var(--main-color) !important;
}

.footer-icon {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-icon a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-icon a:hover {
  background-color: var(--main-color);
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(40, 162, 40, 0.45);
}

.footer-icon a i {
  transition: transform 0.3s ease;
}

.footer-icon a:hover i {
  transform: scale(1.1);
}

/* Aos Style */

[data-aos="fade-right"] {
  transform: translate3d(30px, 0, 0) !important;
}

[data-aos="fade-left"] {
  transform: translate3d(-30px, 0, 0) !important;
}

[data-aos="fade-up"] {
  transform: translate3d(0, 30px, 0) !important;
}

[data-aos="fade-down"] {
  transform: translate3d(0, -30px, 0) !important;
}

[data-aos].aos-animate {
  transform: none !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-nav li a {
    font-size: 20px !important;
  }
}

.project-slider-wrapper {
  margin-top: 20px;
}

.projectSwiper {
  padding: 10px 0 60px;
  padding-bottom: 80px !important;
  position: relative;
}

.projectSwiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.projectSwiper .swiper-slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s ease;
}

.projectSwiper .swiper-slide:hover img {
  transform: scale(1.05);
}

.projectSwiper .swiper-button-next,
.projectSwiper .swiper-button-prev {
  color: var(--main-color);
}

.projectSwiper .swiper-pagination-bullet {
  background: #f2f2f2;
}

.projectSwiper .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  margin-top: 20px;
}

.cardMeal {
  height: 20em;
}

/* ==============================
   Featured Events (Hero Slider)
============================== */

.featured_events {
  width: 100%;
  margin-top: 5rem;
}

.featured_carousel {
  width: 100%;
}

.featured-slide .event_details {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px 28px;
  border-radius: 16px;
}

.featured-slide {
  width: 100%;
  height: 375px;
  /* ده الحل الأساسي لمشكلة 0px */
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.featured_events .splide__slide {
  border-radius: 16px;
  overflow: hidden;
}

.logo {
  max-height: 100px;
  object-fit: contain;
}

.featured_events .event_details {
  position: absolute;
  height: 100%;
  min-width: 40%;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px 51px;
  border-radius: 16px;
  z-index: 2;
}

.featured_events .event_details h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.featured_events .event_details .date {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 4px;
}

.featured_events .event_details .area {
  font-size: 15px;
  margin-bottom: 16px;
}

.featured_events .organized-by {
  margin-top: 12px;
}

.featured_events .f-event-organizer-logo img {
  max-height: 35px;
}

/* Buttons */
.btn-tm-primary {
  background: var(--main-color);
  color: var(--secondary-color);
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s;
}

@keyframes btnPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.15);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.btn-tm-primary:hover {
  background: var(--main-color);
  color: var(--secondary-color);
  animation: btnPulse 0.9s ease-out;
}

.btn-tm-link {
  position: relative;
}

.btn-tm-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--main-color);

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.btn-tm-link:hover::after {
  transform: scaleX(1);
}

.btn-tm-link:hover {
  color: var(--main-color) !important;
}

/* ==============================
   Hot Events Carousel
============================== */

.hot_events {
  margin-top: 60px;
}

.hot_events h2 {
  font-weight: 700;
}

.home-carousel-mt {
  height: 20px;
}

.category-splide-hot .splide__slide {
  padding: 10px;
}

/* .category-splide-hot .thumbnail {
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
} */

/* .category-splide-hot .event-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
} */

/* Circle Arrows */
.carousel_circle_controls .btn-circle-white {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.carousel_circle_controls .btn-circle-white:hover {
  background: var(--main-color);
  color: var(--secondary-color);
  border-color: var(--main-color);
}

.event_page_header {
  padding: 40px 24px;
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 40px;
}

.event_page_header h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.event_page_header .date {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.event_page_header .area {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.orgenized-by-img {
  max-width: 150px;
  max-height: 70px;
  width: auto;
}

.btn.book-now {
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .event_page_header {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .event_page_header h1 {
    font-size: 28px;
  }

  .event_page_header .date,
  .event_page_header .area {
    font-size: 16px;
  }

  .btn.book-now {
    min-width: 130px;
    font-size: 14px;
    padding: 6px 16px;
  }

  .orgenized-by-img {
    max-width: 120px;
    max-height: 50px;
  }
}

.event_page_header {
  padding: 40px;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
}

.r-60-tile {
  border-radius: 30px;
}

.event_page_header h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.btn.book-now {
  font-size: 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.orgenized-by,
.meal-price {
  color: var(--main-color) !important;
}

.orgenized-by-img {
  max-width: 150px;
  height: auto;
  object-fit: contain;
}

.calendar-icon {
  display: flex;
  align-items: center;
  transition: transform 0.2s;
}

.calendar-icon:hover {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  .event_page_header {
    padding: 24px 20px;
  }

  .event_page_header h1 {
    font-size: 26px;
  }

  .btn.book-now {
    min-width: 100%;
    /* الزرار بياخد العرض كامل في الموبايل لشكل أشيك وأسهل في الدوس */
    order: 1;
  }

  .calendar-icon {
    order: 2;
    margin: 0 auto;
    /* عشان يتوسطن لو الزرار خد سطر لوحده */
  }

  .d-flex.flex-wrap {
    justify-content: center !important;
    gap: 20px !important;
  }
}

@media (max-width: 576px) {
  .event_page_header h1 {
    font-size: 22px;
  }

  .r-60-tile {
    border-radius: 20px;
  }
}

.venue-section {
  margin-top: 56px;
  color: var(--mainTextColor);
}

.venue-row {
  display: flex;
}

/* Card */
.venue-card {
  background: #fff;
  border-radius: 30px 0 0 30px;
  min-height: 450px;
  color: var(--mainTextColor);
}

/* Image */
.venue-image {
  object-fit: cover;
  border-radius: 0 30px 30px 0;
  min-height: 100%;
}

/* Address */
.venue-address {
  font-size: 1.2rem;
  color: #a0a0ab;
}

.tm-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--main-color);
  transition: all 0.3s ease;
}

.tm-link i {
  transform: rotate(-45deg);
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  color: var(--main-color);
}

.tm-link:hover {
  color: var(--secondary-color);
}

.tm-link:hover i {
  transform: rotate(0deg);
  color: var(--secondary-color);
}

.venue-facilities h5 {
  letter-spacing: 1px;
  color: var(--main-color);
}

.venue-facilities p {
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color) !important;
}

.venue-facilities i {
  width: 24px;
  text-align: center;
  color: var(--main-color);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.venue-facilities p:hover i {
  color: var(--secondary-color);
  transform: scale(1.1);
}

/* ===================== Responsive ===================== */

@media (max-width: 991px) {
  .venue-row {
    flex-direction: column-reverse;
  }

  .venue-card {
    border-radius: 0 0 30px 30px;
    padding: 30px 20px !important;
  }

  .venue-image {
    border-radius: 30px 30px 0 0;
    height: 300px !important;
    min-height: auto;
  }

  .venue-address {
    font-size: 1rem;
    color: #a0a0ab;
  }

  .venue-facilities h5 {
    margin-top: 2rem;
    font-size: 1rem;
  }

  .venue-facilities p {
    font-size: 0.9rem;
  }
}

/* Youssef */
.cardUpcommingH2 {
  font-size: 1.5rem !important;
}

.upCommingBtn {
  background-color: var(--secondary-color);
}

.upCommingBtn:hover {
  background-color: var(--main-color);
  color: var(--secondary-color);
}

.pagination .active > .page-link,
.page-link.active {
  color: #000 !important;
  background-color: var(--secondary-color) !important;
  border-color: var(--main-color) !important;
}

.pagination .page-link {
  color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.inCart {
  color: var(--secondary-color);
  background-color: var(--main-color);
}

.inCart:hover {
  color: #000;
  background-color: var(--secondary-color);
}

/* Checkout */
.price-main-section .title-form,
.contact .title-form {
  font-family: var(--title-font);
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.price-main-section .form-label,
.contact .form-label,
.number {
  font-family: var(--title-font);
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
}

.price-main-section .form-label::after,
.number::after {
  content: "*";
  position: absolute;
  color: var(--third-color);
  font-size: 1.3rem;
  margin-left: 4px;
  top: -4px;
}

.price-main-section .form-control,
.contact .form-control,
.promo input {
  border: none;
  font-family: var(--title-font);
  font-size: 1.1rem;
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid #888;
  transition: border-color 0.3s ease;
  width: 100%;
  border-radius: 0;
  outline: none;
  padding: 8px 0;
}

.form-control:focus,
.promo input:focus {
  box-shadow: none;
  border-bottom: 2px solid var(--secondary-color);
}

.price-main-section select.form-select {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 2px solid #888;
  border-radius: 0;
  padding: 8px 0;
}

.price-main-section select.form-select option {
  background-color: var(--main-color);
  color: #fff;
}

.price-main-section select.form-select:focus {
  box-shadow: none;
  border-bottom: 2px solid var(--secondary-color);
}

#phone {
  padding: 8px 0;
  font-size: 1.1rem;
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 2px solid #888;
  transition: border-color 0.3s ease;
  outline: none;
  width: 100%;
}

#phone:focus {
  border-bottom: 2px solid var(--secondary-color);
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  display: block !important;
}

.vip {
  background-color: var(--main-color);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.vip .title-form {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.product-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.product-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

.product-price {
  font-size: 1rem;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.product-img {
  border-radius: 10px;
  max-height: 75px;
}

.promo h4 {
  font-family: var(--title-font);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.total {
  font-family: var(--title-font);
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
}

.total span:last-child {
  color: var(--secondary-color);
}

.box-payment {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
}

.box-payment:hover {
  border-color: var(--secondary-color);
  background-color: rgba(255, 255, 255, 0.1);
}

.box-payment.selected {
  border: 1px solid var(--secondary-color);
  background-color: rgba(217, 195, 138, 0.15);
}

.box-payment label {
  font-family: var(--title-font);
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
  cursor: pointer;
}

.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  box-shadow: none;
}

.vod-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 25px;
  background-color: var(--main-color);
  color: #fff;
}

.vod-header h5 {
  font-family: var(--title-font);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.vod-number {
  font-weight: 600;
  color: #fff;
  font-size: 1.4rem;
  margin: 15px 0;
  letter-spacing: 1px;
}

.vod-steps h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--secondary-color);
}

.vod-steps p {
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #e0e0e0;
}

.subscribe-btn {
  background-color: var(--secondary-color);
  color: #000;
  border: none;
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.5s ease;
  width: 100%;
}

.subscribe-btn:hover {
  background: linear-gradient(to right, #ffffff, var(--secondary-color));
  color: #000;
  transform: translateY(-2px);
}

/* cart style */
.cart-page {
  min-height: 80vh;
  padding: 50px 0;
  padding-top: 120px;
}

/* end cart style */
/* Ezz Edits  */
.price-box {
  line-height: 1;
}

.old-price {
  font-size: 0.9rem;
}

.final-price {
  color: var(--main-color) !important;
}

.discount-badge {
  background-color: var(--third-color);
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 20px;
  font-weight: 600;
}

.people-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 14px 22px;
  border-radius: 14px;

  background: #f9f9f9;
  border: 1px solid #eee;

  font-size: 16px;
  font-weight: 600;
  color: #333;

  transition: all 0.25s ease;
}

.people-box:hover {
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.people-icon {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);

  font-size: 18px;
  color: #111;
}

.people-number {
  white-space: nowrap;
}

.people-count-title {
  letter-spacing: 0.3px;
  opacity: 0.85;
  color: var(--main-color);
}

/* Mobile */
@media (max-width: 768px) {
  .people-box {
    font-size: 15px;
    padding: 12px 18px;
  }

  .people-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .logo {
    max-height: 80px;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 48px 0 32px;
    background: #fff;
  }

  .links-section {
    row-gap: 32px;
  }

  /* Logo */
  .footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

  .footer-logo img {
    max-height: 100px;
  }

  /* Links layout */
  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer-links a {
    font-size: 16px;
    opacity: 0.85;
  }

  /* Help Button */
  .footer-help {
    margin-top: 12px;
  }

  .footer-help .need-help {
    width: 100%;
    max-width: 300px;
    padding: 12px 18px;
    border-radius: 30px;
    font-size: 15px;
  }

  /* Bottom Section */
  .footer-bottom {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .footer-share-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .social-title {
    font-size: 14px;
    opacity: 0.7;
  }

  .social-icons {
    display: flex;
    gap: 18px;
    font-size: 18px;
  }

  .coypright {
    font-size: 13px;
    opacity: 0.6;
  }
}

.category-splide-upcoming .splide__track {
  overflow: hidden !important;
  padding: 15px 0;
}

.category-splide-upcoming .splide__slide {
  box-sizing: border-box;
}

[dir="rtl"] .category-splide-upcoming .splide__list {
  display: flex !important;
  flex-direction: row-reverse !important;
}
