@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Noto+Kufi+Arabic:wght@100..900&display=swap');


:root {
  --primary-color: #4EAE62;
  --secondary-color: #452E16;
  --footer-text-color: #FAF5F5; }

* {
  font-family: "Montserrat", "Almarai" ; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat";
  overflow-x: hidden; }

p {
  white-space: pre-line; }

/******global buttons*****/
.btn-primary, .btn-primary-revresed {
  text-transform: uppercase;
  color: #fff;
  background-color: var(--primary-color);
  padding: 16px 40px;
  border: none;
  cursor: pointer;
  font-size: 12px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  text-decoration: none; }
  .btn-primary:hover, .btn-primary-revresed:hover {
    opacity: 0.8; }

.btn-primary-revresed {
  color: var(--primary-color);
  background-color: #fff; }

/*****************************/
/*********global color*********/
.text-green {
  color: var(--primary-color); }

.text-red {
  color: #CB6739; }

.text-blue {
  color: #448BA4; }

.text-centered {
  text-align: center; }

/*****************************/
.custom-bg {
  background-color: #F3F5EE; }

/*********Shared Header*******/
.shared-header {
  position: relative;
  width: 100%;
  height: auto;
  background-image: var(--image);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px; }
  @media (max-width: 600px) {
    .shared-header {
      padding: 80px; } }
  .shared-header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .shared-header-text {
    position: relative;
    z-index: 2;
    color: var(--footer-text-color);
    font-size: clamp(1rem, calc(-0.875rem + 8.333vw), 3rem);
    text-transform: uppercase;
    text-align: center; }

/*****************************/
/*********Custom inputs*******/
/* Style the input container */
.full-width {
  width: 100% !important; }

.input-container {
  position: relative;
  margin: 20px; }

/* Style the icon (now on the left) */
.icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #888;
  object-fit: contain;
  width: 20px;
  height: 20px; }
  .icon:dir(rtl) {
    left: 0;
    right: 12px; }

/* Style the input field */
.input-field {
  width: 100%;
  padding: 16px 30px 16px 44px;
  /* Adjust the left padding to match the icon size */
  border: none;
  outline: none;
  background-color: transparent;
  z-index: 1; }

/* Style the label */
.input-label {
  position: absolute;
  top: 20px;
  left: 44px;
  /* Adjust the left value to provide spacing from the icon */
  pointer-events: none;
  color: #888;
  transition: 0.2s; }
  .input-label:dir(rtl) {
    left: 0;
    right: 44px; }

/* Style the input bar (the underline) */
.input-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #452E16;
  /* Change this color to match your design */
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.2s ease; }

/* Add an active state for the input label and bar */
.input-field:focus + .input-label,
.input-field:valid + .input-label {
  top: -12px;
  font-size: 12px;
  color: #452E16;
  /* Change this color to match your design */ }

/*****************************/
/********Pre footer**********/
.pre-footer {
  width: 100%;
  background-color: var(--primary-color);
  padding: 80px 160px; }
  @media (max-width: 600px) {
    .pre-footer {
      padding: 40px; } }
  .pre-footer h1 {
    color: var(--footer-text-color);
    font-weight: bold;
    font-size: clamp(2rem, calc(-0.875rem + 8.333vw), 3rem);
    font-weight: bold;
    margin-bottom: 30px; }
  .pre-footer span {
    color: var(--footer-text-color); }
  .pre-footer-btn {
    margin-top: 0; }
    @media (max-width: 600px) {
      .pre-footer-btn {
        margin-top: 40px; } }

/*****************************/
/********Sponsors section*****/
.sponsoers-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sponsoers-section img {
    width: 80%;
    display: block;
    object-fit: contain; }
    @media (max-width: 600px) {
      .sponsoers-section img {
        width: 95%; } }

/*****************************/
/*******Gallery park data*****/
.park-data, .park-data-sub {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 20px; }
  .park-data-title, .park-data-sub-title {
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: clamp(1rem, calc(-0.875rem + 8.333vw), 2rem); }
  .park-data-desc, .park-data-sub-desc {
    font-size: clamp(0.5rem, calc(-0.875rem + 8.333vw), 1rem); }

/*************************/
/*********Swiper**********/
.swiper-button-disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important; }

/*************************/

.footer-roaaya img, .footer-sponsor, .park-data, .park-data-sub , .footer-social{
    display: none !important;
}

.footer-content .footer-logo img {
    margin: auto;
}

@media (max-width: 600px) {
    .footer-content .footer-logo img {
        width: 50% !important;
    }
}