@import url("_variables.css");
/** General Reset */
body,
html {
  direction: ltr;
  font-family: "MyCustomFont";
  text-align: left;
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: "MyCustomFont";
  src: url("/css/alfont_com_Bahij_TheSansArabic-Plain.ttf") format("woff2"),
    url("/css/alfont_com_Bahij_TheSansArabic-Plain.ttf") format("woff"),
    url("/css/alfont_com_Bahij_TheSansArabic-Plain.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/** Navbar Styling */
.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.01);
  padding: 10px 0;
  z-index: 50;
  /* padding: 20px 0; */
  border-bottom: 1px solid #4a4a4a;
  font-family: "MyCustomFont";
}

.navbar-brand img {
  height: 50px;
}

.navbar-nav .nav-link {
  color: white;
  font-size: 18px;
  margin: 0 15px;
}

.nav-buttons button {
  margin-left: 10px;
}

/* Arabic Button (عربي) - White Border */
.btn-outline-light {
  background: rgba(0, 0, 0, 0.01) !important;
  border: 1px solid white !important;
  /* White border */
}

.dropdown-toggle::after {
  display: none !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: white;
}

/* ملف العلامة التجارية Button - Green Border */
.button_color {
  color: #bae12e !important;
  border: 1px solid #bae12e !important;
  /* Green border */
}

/* Common Button Hover Effect */
.btn:hover {
  color: white !important;
}

/* تحميل التطبيق Button */
.button_background_linear {
  background: var(--primary-color) !important;
  border: transparent !important;
  color: white;
}

/** Hero Section */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

/* Background Video Styling */
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 2s ease-in-out;
  opacity: 0;
}

.video.active {
  opacity: 1;
}

/* Overlay Effect */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #462f0633, #000000);
}

/* Hero Content */
.content {
  position: relative;
  z-index: 1;
}

.title_content {
  font-size: 24px;
  font-weight: 500;
  text-align: right;
  line-height: 39.25px;
  color: var(--primary-color);
}

.paragraph_content {
  font-size: 32px;
  font-weight: 500;
  line-height: 50.34px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.btn-warning {
  font-size: 20px;
  /* padding: 12px 25px; */
  border-radius: 10px;
}

/* Toggle Buttons */
.toggle-buttons {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 10px;
}

.toggle-buttons button {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Progress Indicator */
.progress-indicator {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  position: absolute;
  margin-top: 10%;
  z-index: 10;
}

/* Progress Steps */
.progress-step {
  width: 40px;
  height: 5px;
  background: #444;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

/** Active Step Animation */
.progress-step.active {
  background: var(--primary-color);
  animation: progressFill 5s linear infinite;
}

/** Animation  */
@keyframes progressFill {
  from {
    width: 0;
  }

  to {
    width: 40px;
  }
}

.hidden-section-left {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 2s ease-in-out;
}

.hidden-section-left.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 2s ease-in-out, opacity 2s ease-in-out;
}

.hidden-section-right {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 2s ease-in-out;
}

.hidden-section-right.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 2s ease-in-out, opacity 2s ease-in-out;
}

/** Outer Box with Border and Shadow */
.Wrapper_who_us {
  margin-top: -9%;
}

.wrapper {
  background-image: url(/assets/images/Subtract-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99999;
  padding: 80px;
  border-radius: 30px;
}

.wrapper-content {
  padding: 50px;
  /* Moves content inward without affecting background */
}

.img-con {
  position: absolute;
  right: 45px;
  top: -10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 66666666;
}

.img-con img {
  width: 60%;
  height: 60%;
}

.Collect_oasis {
  font-size: 32px;
  font-weight: 600;
  line-height: 52.33px;
  text-align: center;
  color: #1e1e1e;
}

.Collect_oasis_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 26.46px;
  color: #2a2a2aeb;
  text-align: justify;
}

.col_en {
  border: 1px solid transparent;
  background-color: #fff1d68b;
  border-radius: 15px;
}

.paragraph {
  font-weight: 500;
  font-size: 16px;
  line-height: 25.17px;
  letter-spacing: 0%;
  text-align: left;
}

.img_size {
  width: 15%;
}

.position-relative:hover .img-con img {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

/** Ball Styling (Golden Ball on Border Curve) */
.ball_styling {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 40px;
  /* Adjusted position */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/** Arrow Styling */
.fa-angle-down {
  color: rgba(255, 255, 255, 0.883);
  font-size: 25px;
  animation: bounceArrow 2.5s infinite ease-in-out;
}

/** Animation Keyframes */
@keyframes bounceArrow {
  0%,
  100% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(25px);
  }
}

/* Base styling for all images */
.image {
  width: 30%;
  transition: all 1s ease-in-out;
  /* Smooth transition */
  border-radius: 20px;
  /* Add rounded corners */
}

/* Active image effect */
.image.active {
  border: 2px solid #673f1550;
  /* Default border */
  scale: 1.05;
  /* Slightly enlarge the active image */
  border-radius: 20px;
}

/* Section Download Now */
/* section.download_now {
  margin-top: 4%;
  margin-bottom: 8%;
} */

.video_playing {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 650px;

  @media screen and (max-width: 1024px) {
    height: 400px;
  }

  video {
    height: 100%;
    object-fit: cover;
    object-position: inherit;
  }
}

.title_download_now {
  font-size: 32px;
  font-weight: 600;
  line-height: 52.33px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1e1e;
}

.paragraph_download_now {
  font-size: 20px;
  font-weight: 500;
  line-height: 31.46px;
  color: #2a2a2aeb;
  text-align: justify;
}

.col_dowload_now {
  padding: 2% !important;
}

/** Section Our Values  */
/* Section Background */
.our_values {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../assets/images/our-values-img.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: white;
  text-align: left;
  direction: ltr;
}

/* Section Title */
.section-title {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}

/* Equal Height for All Cards */
.value-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  min-height: 100px;
  /* ✅ Ensures all cards have the same height */
}

/* Icon Styling */
.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 60px;
  height: 60px;
}

/* Text Styling */
.text h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 39.25px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 5px;
}

.text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

/** Section Products */
.product-card {
  background: url("/assets/images/Subtract.svg") no-repeat center/contain;
  padding: 70px 35px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-height: 250px;
}

.product-content {
  position: absolute;
  top: 30%;
  left: 0%;
  transform: translateX(12%);
}

.curve_bg {
  width: 500px;
}

.img-con {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  position: absolute;
  top: -10%;
  right: 25%;
  transform: translateX(50%);
}

.img-con img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.title_product {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #1e1e1e;
  text-align: left;
}

.paragraph_product {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
  max-height: 60px;
  max-width: 400px;
}

.row .col {
  display: flex;
  justify-content: center;
}

.sponsors-section {
  max-width: 1400px;
  margin: 8% auto;
}

.sponsors-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 0.9375rem;
  flex-direction: column;
}

.sponsors-header h2 {
  font-size: 24px;
  font-weight: bold;
}

.filter-buttons button {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 5px;
  transition: all 0.3s ease;
}

.filter-buttons button.active,
.filter-buttons button:hover {
  background: var(--primary-color);
  color: #fff;
}

.slick-carousel {
  position: relative;
}

/* Updated Sponsor Card Styles */
.sponsor-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  width: 250px !important;
  height: 242px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Adjusted Image Sizing */
.sponsor-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

.sponsor-card p {
  font-size: 15px;
  margin: 5px 0;
}

.sponsor-type {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  /* margin-top: 10px; */
}

/* Permanent and Temporary Sponsor Styling */
.permanent {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.temporary {
  background: rgba(146, 154, 165, 0.2);
  color: #929aa5;
}

/* Carousel Navigation */
.carousel-arrow {
  cursor: pointer;
  width: 30px;
  height: auto;
}

/* Owl Carousel Adjustments */
.owl-carousel {
  display: flex;
  gap: 20px;
  /* Adds spacing between cards */
}

.owl-carousel .owl-item img {
  display: flex;
  width: 100%;
}

.sponsor-card {
  transition: transform 2s ease-in-out;
  border-radius: 10px;
  padding: 10px;

  img {
    transition: all 0.2s ease-in-out;
  }
}

.sponsor-card:hover img {
  transform: scale(1.05);
}

/** Footer Section */
.footer {
  border-top: 0.5px solid rgba(0, 0, 0, 0.25);
  background: rgba(146, 154, 165, 0.08);
  backdrop-filter: blur(30px);
  padding: 40px 0 0 0;
  font-size: 14px;
  color: #333;
  direction: ltr;
  /* Adjusted for English layout */
  text-align: left;

  .text {
    text-align: justify;
    word-spacing: -1px;
    word-wrap: break-word;
    hyphens: auto;
    width: 285px;
    @media screen and (max-width: 1200px) {
      width: 100%;
    }
  }
}

.text {
  font-weight: 500;
  font-size: 15px;
  line-height: 22.03px;
}

.footer h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  margin-top: 23px;
  width: 100%;

  @media screen and (max-width: 991px) {
    margin-top: 0;
  }
}

h5:not(h5.not)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: -60%;
  left: 0;
}

.footer a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.footer a:hover {
  color: var(--primary-color);
}

.footer .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  a {
    color: var(--primary-color);
    font-size: 20px;
  }
  a:hover {
    color: var(--primary-color);
  }
}

.footer .payment-icons img {
  height: 30px;
  margin: 5px;
}

.footer .app-buttons img {
  height: 40px;
  margin: 5px;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-block: 15px;
  font-size: 12px;
  text-align: center;
  color: #1e1e1e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Ensuring 4 Columns in One Line */
.footer .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer .col {
  flex: 1;
  min-width: 25%;
}

.payment_icon {
  width: 10%;
  height: 5px;
  object-fit: contain;
}
