@font-face {
  font-family: 'Inter';
  src: url(fonts/Inter_Regular.ttf);
  src: url(fonts/Inter_Regular.ttf) format('opentype');
}
@font-face {
  font-family: 'InterMedium';
  src: url(fonts/Inter_Medium.ttf);
  src: url(fonts/Inter_Medium.ttf) format('opentype');
}
@font-face {
  font-family: 'InterExtrabold';
  src: url(fonts/Inter_ExtraBold.ttf);
  src: url(fonts/Inter_ExtraBold.ttf) format('opentype');
}
@font-face {
  font-family: 'Cairo';
  src: url(fonts/Cairo_Regular.ttf);
  src: url(fonts/Cairo_Regular.ttf) format('opentype');
}
@font-face {
  font-family: 'CairoMedium';
  src: url(fonts/Cairo_Medium.ttf);
  src: url(fonts/Cairo_Medium.ttf) format('opentype');
}
@font-face {
  font-family: 'CairoExtrabold';
  src: url(fonts/Cairo_ExtraBold.ttf);
  src: url(fonts/Cairo_ExtraBold.ttf) format('opentype');
}
.arabic-font {
  font-family: 'Cairo' !important;
}
.english-font {
  font-family: 'Inter';
}
body,
h1,
h2 {
  margin: 0;
  padding: 0;
}
.row {
  display: flex;
  flex-direction: column; /* Stack header and image vertically */
  flex: 1; /* Allow the row to fill available height */
}
html,
body {
  height: 100% !important;
}

body {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-device-width: 575px) {
  header {
    padding: 0px 1rem;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  footer {
    padding: 0px 1rem;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (min-device-width: 576px) and (max-device-width: 991px) {
  header {
    padding: 10px 64px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer {
    padding: 0px 64px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (min-device-width: 992px) {
  header {
    padding: 20px 112px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer {
    padding: 0px 112px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.image-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.header-container {
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  box-sizing: border-box;
  justify-content: center;
}
.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  div {
    display: flex;
    gap: 24px;
  }
}

.footer-link {
  font-size: 16px;
  font-family: 'InterMedium';
  line-height: 24px;
  text-align: center;
  color: #eeeeef;
}

#language-selector:focus {
  border: none;
  outline: none;
}

.language-container {
  height: 38px;
  padding: 0.375rem 0.75rem;
  gap: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.pointer {
  cursor: pointer;
}

#email-input:focus {
  border: none;
  outline: none;
}

#thankyou {
  margin-top: 48px;
}

.background {
  width: 100%;
  height: 100%;
}
.link {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #ffffff;
  text-decoration: none;
}

.header-links {
  display: flex;
  gap: 24px;
}

@media only screen and (min-device-width: 764px) {
  .desktop-bkgrnd {
    display: flex;
  }
  .tablet-bkgrnd {
    display: none;
  }
  .mobile-bkgrnd {
    display: none;
  }
}

@media only screen and (min-device-width: 576px) and (max-device-width: 763.9px) {
  .desktop-bkgrnd {
    display: none;
  }
  .tablet-bkgrnd {
    display: flex;
  }
  .mobile-bkgrnd {
    display: none;
  }
}

@media only screen and (min-device-width: 1200px) {
  .main-container {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .content-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .content-text-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .center-logo {
    width: 183.8px;
    height: 60px;
    opacity: 1;
  }
  section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 32px;
  }
  main {
    display: flex;
    flex: 1;
    padding: 24px 165px;
    display: flex;
  }
  .content-text {
    font-family: 'InterExtrabold';
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #1e1e1e;
  }
  .content-subtext {
    font-family: 'InterMedium';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1e1e1e;
  }
  .desktop {
    display: flex;
  }
  .tablet {
    display: none;
  }
  .logo {
    width: 88.9px;
  }
  #language-selector {
    background: transparent;
    border: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 25.54px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    option {
      font-size: 14px;
      color: #ffffff;
      background-color: #000000;
    }
    option:selected {
      font-size: 14px;
      color: #ffffff;
      background-color: #000000;
    }
    option:hover {
      background-color: #636363;
    }
  }
  .language {
    background: transparent;
    border: 0px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    color: #1e1e1e;
  }
  .footer-info {
    font-family: 'InterMedium';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1e1e1e;
    text-decoration: none;
  }
}
@media only screen and (min-device-width: 576px) and (max-device-width: 1199.9px) {
  .main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .content-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 80%;
  }
  .content-text-container {
    display: flex;
    flex-direction: column;
    gap: 5.12px;
  }
  .center-logo {
    width: 122.5px;
    height: 40px;
    opacity: 1;
  }
  section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 32px;
  }
  .icons-container {
    display: flex !important;
    flex-direction: row !important;
    margin-top: 16px !important;
  }
  main {
    display: flex;
    flex: 1;
    padding: 24px 88px;
    display: flex;
  }
  .content-text {
    font-family: 'InterExtrabold';
    font-size: 38.4px;
    line-height: 46.08px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #1e1e1e;
  }
  .content-subtext {
    font-family: 'InterMedium';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1e1e1e;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: flex;
  }
  .logo {
    width: 57px;
  }
  #language-selector {
    background: transparent;
    border: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.54px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    option {
      font-size: 14px;
      color: #ffffff;
      background-color: #000000;
    }
    option:selected {
      font-size: 14px;
      color: #ffffff;
      background-color: #000000;
    }
    option:hover {
      background-color: #636363;
    }
  }
  .language {
    background: transparent;
    border: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    color: #1e1e1e;
  }
  .footer-info {
    font-family: 'InterMedium';
    font-size: 10.24px;
    line-height: 15.36px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1e1e1e;
    text-decoration: none;
  }
}
@media only screen and (max-device-width: 575.9px) {
  .background {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .content-container {
    display: flex;
    flex-direction: column;
    gap: 7.5px;
  }
  .content-text-container {
    display: flex;
    flex-direction: column;
    gap: 2.5px;
  }
  .center-logo {
    width: 73.5px;
    height: 24px;
    opacity: 1;
  }
  section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
  }
  .icons-container {
    display: flex !important;
    flex-direction: row !important;
    margin-top: 16px !important;
  }
  main {
    display: flex;
    flex: 1;
    padding: 16px;
  }
  .content-text {
    font-family: 'InterExtrabold';
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #1e1e1e;
  }
  .content-subtext {
    font-family: 'InterMedium';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1e1e1e;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: flex;
  }
  .logo {
    width: 47.5px;
  }
  .desktop-bkgrnd {
    display: none;
  }
  .tablet-bkgrnd {
    display: none;
  }
  .mobile-bkgrnd {
    display: flex;
  }
  #language-selector {
    background: transparent;
    border: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.54px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    option {
      font-size: 14px;
      color: #ffffff;
      background-color: #000000;
    }
    option:selected {
      font-size: 14px;
      color: #ffffff;
      background-color: #000000;
    }
    option:hover {
      background-color: #636363;
    }
  }
  .language {
    background: transparent;
    border: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    color: #1e1e1e;
  }
  .footer-info {
    font-family: 'InterMedium';
    font-size: 8px;
    line-height: 7.5px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1e1e1e;
    text-decoration: none;
  }
}
.icons-container {
  width: 2%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.language {
  cursor: pointer;
}

.language.selected {
  border-bottom: 2px solid #1e1e1e !important;
}
.center-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
