@import url("./_variable.css");
@import url("./_buttons.css");
@import url("./_responsive.css");

* {
  box-sizing: border-box;
  font-family: Lama Sans;
}
::selection {
  background-color: var(--dark-blue);
  color: var(--white);
}

html,
body,
section {
  direction: rtl;
  overflow-x: hidden;
}

/* Start Top Nav */

nav.top-nav {
  padding: 8px 75px 8px 75px;
  background: linear-gradient(90deg, #2584ab 0%, #2c667e 100%);
}

nav.top-nav div.icons-wrapper i.icon-style {
  background-color: var(--white);
  padding: 4px;
  border-radius: 4px;
  color: var(--dark-blue);
  cursor: pointer;
}

nav.top-nav div.icons-wrapper i.icon-style:hover {
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  background-color: var(--dark-blue);
  color: var(--white);
}

nav.top-nav div.support-number span.label {
  color: var(--blue);
}

nav.top-nav div.support-number span.value {
  color: var(--white);
}

/* End Top Nav */

/* Start Home Slider */

section.home-slider {
  position: relative;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

section.home-slider-ar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    270deg,
    var(--dark-blue) 0%,
    rgba(42, 163, 214, 0.05) 100%
  );
}

section.home-slider-en::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    var(--dark-blue) 0%,
    rgba(42, 163, 214, 0.05) 100%
  );
}

section.home-slider .text-wrapper {
  position: relative;
  z-index: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

section.home-slider div.header {
  font-size: 64px;
  line-height: 65px;
  color: var(--green);
}

/* End Home Slider */

/* Start About Us */
section.about-us {
  min-height: 500px;
  padding-block: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.about-us div.info-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

section.about-us div.info-items div.info-item {
  display: flex;
  max-width: 604px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

section.about-us div.info-items div.info-item div.header {
  color: #adb2b4;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

section.about-us div.info-items div.info-item div.header.active-header {
  color: #2aa3d6;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: unset;
  transition: all 200ms ease-in-out;
}

section.about-us div.info-items div.info-item div.info {
  color: #1c2d34;
  text-align: justify;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  transition: all 200ms ease-in-out;
}

section.about-us div.info-items div.info-item div.info.hidden {
  height: 0px;
  display: none;
}

/* End About Us */

/* Start Our Cards */

section.our-cards {
  background-color: black;
  padding-block: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.our-cards div.our-cards-info {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

section.our-cards div.our-cards-info div.our-cards-info-header {
  color: var(--white);
  font-size: 64px;
}

section.our-cards div.our-cards-info div.our-cards-info-value {
  color: var(--white);
  text-align: justify;
  font-size: 24px;
  line-height: 32px;
}

/* End Our Cards */

/* start contact us */

section#contact-us {
  background-color: #f0f0f0;
}

.contact-info-wrapper .header {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: var(--dark-blue);
}

.contact-info-wrapper .contact-info-details-wrapper {
  gap: 24px;
}

.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-details
  span.value {
  color: #181717;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-details
  span.label {
  color: var(--dark-blue);
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-logo {
  color: var(--dark-blue);
}

.contact-info-wrapper .map-wrapper iframe {
  width: 75%;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.contact-from-wrapper {
  display: flex;
  padding: 36px 24px;
  align-items: flex-start;
  border-radius: 12px;
  background: #e9e9e9;
}

.contact-from-wrapper .input-wrapper,
.contact-from-wrapper .textarea-wrapper {
  width: 100%;
}

.contact-from-wrapper .input-wrapper .form-label,
.contact-from-wrapper .textarea-wrapper .form-label {
  color: #181717;
  font-size: 18px;
}
.contact-from-wrapper .input-wrapper .form-control,
.contact-from-wrapper .textarea-wrapper .form-control {
  align-items: center;
  gap: 22px;
  align-self: stretch;
  border-radius: 8px;
  background: #f6f6f6;
  resize: none;
  padding: 10px 15px;
}
/* end contact us */

/* start footer */

section.footer {
  background-color: #181717;
}

div.footer-column span.header {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

div.footer-column span.value,
div.footer-column span.value a {
  color: #959595;
  font-size: 14px;
}

/* end footer */
@import url("./_variable.css");
@import url("./_buttons.css");
@import url("./_responsive.css");

* {
  box-sizing: border-box;
  font-family: Lama Sans;
}
::selection {
  background-color: var(--dark-blue);
  color: var(--white);
}

html,
body,
section {
  direction: rtl;
  overflow-x: hidden;
}

/* Start Top Nav */

nav.top-nav {
  padding: 8px 75px 8px 75px;
  background: linear-gradient(90deg, #2584ab 0%, #2c667e 100%);
}

nav.top-nav div.icons-wrapper i.icon-style {
  background-color: var(--white);
  padding: 4px;
  border-radius: 4px;
  color: var(--dark-blue);
  cursor: pointer;
}

nav.top-nav div.icons-wrapper i.icon-style:hover {
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  background-color: var(--dark-blue);
  color: var(--white);
}

nav.top-nav div.support-number span.label {
  color: var(--blue);
}

nav.top-nav div.support-number span.value {
  color: var(--white);
}

/* End Top Nav */

/* Start Home Slider */

section.home-slider {
  position: relative;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

section.home-slider-ar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    270deg,
    var(--dark-blue) 0%,
    rgba(42, 163, 214, 0.05) 100%
  );
}

section.home-slider-en::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    var(--dark-blue) 0%,
    rgba(42, 163, 214, 0.05) 100%
  );
}

section.home-slider .text-wrapper {
  position: relative;
  z-index: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

section.home-slider div.header {
  font-size: 64px;
  line-height: 65px;
  color: var(--green);
}

/* End Home Slider */

/* Start About Us */
section.about-us {
  min-height: 500px;
  padding-block: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.about-us div.info-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

section.about-us div.info-items div.info-item {
  display: flex;
  max-width: 604px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

section.about-us div.info-items div.info-item div.header {
  color: #adb2b4;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

section.about-us div.info-items div.info-item div.header.active-header {
  color: #2aa3d6;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: unset;
  transition: all 200ms ease-in-out;
}

section.about-us div.info-items div.info-item div.info {
  color: #1c2d34;
  text-align: justify;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  transition: all 200ms ease-in-out;
}

section.about-us div.info-items div.info-item div.info.hidden {
  height: 0px;
  display: none;
}

/* End About Us */

/* Start Our Cards */

section.our-cards {
  background-color: black;
  padding-block: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.our-cards div.our-cards-info {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

section.our-cards div.our-cards-info div.our-cards-info-header {
  color: var(--white);
  font-size: 64px;
}

section.our-cards div.our-cards-info div.our-cards-info-value {
  color: var(--white);
  text-align: justify;
  font-size: 24px;
  line-height: 32px;
}

/* End Our Cards */

/* start contact us */

section#contact-us {
  background-color: #f0f0f0;
}

.contact-info-wrapper .header {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: var(--dark-blue);
}

.contact-info-wrapper .contact-info-details-wrapper {
  gap: 24px;
}

.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-details
  span.value {
  color: #181717;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-details
  span.label {
  color: var(--dark-blue);
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-logo {
  color: var(--dark-blue);
}

.contact-info-wrapper .map-wrapper iframe {
  width: 75%;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.contact-from-wrapper {
  display: flex;
  padding: 36px 24px;
  align-items: flex-start;
  border-radius: 12px;
  background: #e9e9e9;
}

.contact-from-wrapper .input-wrapper,
.contact-from-wrapper .textarea-wrapper {
  width: 100%;
}

.contact-from-wrapper .input-wrapper .form-label,
.contact-from-wrapper .textarea-wrapper .form-label {
  color: #181717;
  font-size: 18px;
}
.contact-from-wrapper .input-wrapper .form-control,
.contact-from-wrapper .textarea-wrapper .form-control {
  align-items: center;
  gap: 22px;
  align-self: stretch;
  border-radius: 8px;
  background: #f6f6f6;
  resize: none;
  padding: 10px 15px;
}
/* end contact us */

/* start footer */

section.footer {
  background-color: #181717;
}

div.footer-column span.header {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

div.footer-column span.value,
div.footer-column span.value a {
  color: #959595;
  font-size: 14px;
}

/* end footer */
@import url("./_variable.css");
@import url("./_buttons.css");
@import url("./_responsive.css");

* {
  box-sizing: border-box;
  font-family: Lama Sans;
}
::selection {
  background-color: var(--dark-blue);
  color: var(--white);
}

html,
body,
section {
  direction: rtl;
  overflow-x: hidden;
}

/* Start Top Nav */

nav.top-nav {
  padding: 8px 75px 8px 75px;
  background: linear-gradient(90deg, #2584ab 0%, #2c667e 100%);
}

nav.top-nav div.icons-wrapper i.icon-style {
  background-color: var(--white);
  padding: 4px;
  border-radius: 4px;
  color: var(--dark-blue);
  cursor: pointer;
}

nav.top-nav div.icons-wrapper i.icon-style:hover {
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  background-color: var(--dark-blue);
  color: var(--white);
}

nav.top-nav div.support-number span.label {
  color: var(--blue);
}

nav.top-nav div.support-number span.value {
  color: var(--white);
}

/* End Top Nav */

/* Start Home Slider */

section.home-slider {
  position: relative;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

section.home-slider-ar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    270deg,
    var(--dark-blue) 0%,
    rgba(42, 163, 214, 0.05) 100%
  );
}

section.home-slider-en::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    var(--dark-blue) 0%,
    rgba(42, 163, 214, 0.05) 100%
  );
}

section.home-slider .text-wrapper {
  position: relative;
  z-index: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

section.home-slider div.header {
  font-size: 64px;
  line-height: 65px;
  color: var(--green);
}

/* End Home Slider */

/* Start About Us */
section.about-us {
  min-height: 500px;
  padding-block: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.about-us div.info-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

section.about-us div.info-items div.info-item {
  display: flex;
  max-width: 604px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

section.about-us div.info-items div.info-item div.header {
  color: #adb2b4;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

section.about-us div.info-items div.info-item div.header.active-header {
  color: #2aa3d6;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: unset;
  transition: all 200ms ease-in-out;
}

section.about-us div.info-items div.info-item div.info {
  color: #1c2d34;
  text-align: justify;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  transition: all 200ms ease-in-out;
}

section.about-us div.info-items div.info-item div.info.hidden {
  height: 0px;
  display: none;
}

/* End About Us */

/* Start Our Cards */

section.our-cards {
  background-color: black;
  padding-block: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.our-cards div.our-cards-info {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

section.our-cards div.our-cards-info div.our-cards-info-header {
  color: var(--white);
  font-size: 64px;
}

section.our-cards div.our-cards-info div.our-cards-info-value {
  color: var(--white);
  text-align: justify;
  font-size: 24px;
  line-height: 32px;
}

/* End Our Cards */

/* start contact us */

section#contact-us {
  background-color: #f0f0f0;
}

.contact-info-wrapper .header {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: var(--dark-blue);
}

.contact-info-wrapper .contact-info-details-wrapper {
  gap: 24px;
}

.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-details
  span.value {
  color: #181717;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-details
  span.label {
  color: var(--dark-blue);
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.contact-info-wrapper
  .contact-info-details-wrapper
  .contact-info-item
  .contact-us-logo {
  color: var(--dark-blue);
}

.contact-info-wrapper .map-wrapper iframe {
  width: 75%;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.contact-from-wrapper {
  display: flex;
  padding: 36px 24px;
  align-items: flex-start;
  border-radius: 12px;
  background: #e9e9e9;
}

.contact-from-wrapper .input-wrapper,
.contact-from-wrapper .textarea-wrapper {
  width: 100%;
}

.contact-from-wrapper .input-wrapper .form-label,
.contact-from-wrapper .textarea-wrapper .form-label {
  color: #181717;
  font-size: 18px;
}
.contact-from-wrapper .input-wrapper .form-control,
.contact-from-wrapper .textarea-wrapper .form-control {
  align-items: center;
  gap: 22px;
  align-self: stretch;
  border-radius: 8px;
  background: #f6f6f6;
  resize: none;
  padding: 10px 15px;
}
/* end contact us */

/* start footer */

section.footer {
  background-color: #181717;
}

div.footer-column span.header {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

div.footer-column span.value,
div.footer-column span.value a {
  color: #959595;
  font-size: 14px;
}

/* end footer */
