/* Start Import Fonts  */

@font-face {
  src: url("../fonts/Arslan-Wessam-B.ttf");
  font-weight: 100;
  font-family: "Arslan-Wessam-B";
  font-display: swap;
}
@font-face {
  src: url("../fonts/noorLight.ttf");
  font-weight: lighter;
  font-family: "noor";
  font-display: swap;
}
@font-face {
  src: url("../fonts/noorRegular.ttf");
  font-weight: normal;
  font-family: "noor";
  font-display: swap;
}
@font-face {
  src: url("../fonts/noorBold.ttf");
  font-weight: bold;
  font-family: "noor";
  font-display: swap;
}

@font-face {
  src: url("../fonts/Aktiv/AktivGrotesk-Bold.ttf");
  font-weight: bold;
  font-family: "aktiv";
  font-display: swap;
}

/* End Import Fonts  */

/* Start Variables */
:root {
  --main-color: #CC9D69;
  --secondary-color: #CC9D69;
  --section-background: #444545;
  --label-color: #bcb8b8;
  --section-padding: 60px;
  --main-duration: 0.5s;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* End Variables */
/* Start Global Rules */

html {
  scroll-behavior: smooth;
}
body {
  font-family: "noor", sans-serif;
}

/* End Global Rules */

/* Start Landing Page */
.landing {
  min-height: calc(100vh - 100px);
  background: url("../imgs/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .landing {
    min-height: calc(100vh - 160px);
  }
}
.landing p {
  /*font-family: "Arslan-Wessam-B";*/
  color: #fff;
  font-size: 1rem;
  /*margin-bottom: 10rem;*/
  margin-top: 12rem;
}
@media (max-width: 992px) {
  .landing p {
    margin-bottom: 3rem;
    margin-top: -3rem;
  }
}
.landing h4 {
  font-weight: 900;
  color: #fff;
}
.landing h4 span {
  display: inline-block;
  background-color: var(--main-color);
  padding: 0.3em;
  border-radius: 5px;
}

.landing .form form label {
  color: var(--label-color);
  font-size: 0.8rem;
}
.landing .form-select:focus,
.landing .form-control:focus {
  border: 1px solid var(--main-color);
  box-shadow: none;
}
.landing .form form .input-group-text {
  background-color: transparent;
  border-left: 2px solid var(--main-color);
}

.landing .form form .input-group-text i {
  color: var(--main-color);
}
.landing .form ul {
  flex-wrap: nowrap;
}
.landing .form ul li {
  margin: 0 3px;
}

.landing .form .nav-link {
  color: #a0a0a0;
}

.landing .nav-tabs {
  border: none;
  justify-content: center;
}

landing .nav-link:focus,
landing .nav-link:hover {
  border: none;
}
.landing .form .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--main-color);
  border: #CC9D69;
  color: #fff;
  font-weight: 500;
  border-radius: 0.7rem 0.7rem 0 0;
  height: 100%;
}

.landing .nav-tabs .nav-link {
  border: none;
}

.landing .form .nav-item {
  background-color: #fff;
  /* border-radius: 0.375rem 0.375rem 0 0; */
  border-radius: 0.7rem 0.7rem 0 0;
}

.landing .form .tab-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
}

.landing .form .btn-join {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.7rem;
  background-color: var(--secondary-color);
  outline: none;
  border: none;
  border-radius: 7px;
  color: #fff;
}
.landing .form .btn-join:hover {
  background-color: #328098;
}

/* End  Landing Page */

/* Start Contact Us */
.contact-us {
  min-height: 100px;
  background-color: var(--section-background);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0rem;
}
@media (max-width: 768px) {
  .contact-us {
    min-height: 160px;
  }
}

.contact-us h4 {
  font-weight: bold;
  margin-bottom: 0;
}

.contact-us .contactWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.contact-us .contactWrapper .contact {
  flex: 1 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.contact-us .contactWrapper .contact:not(:last-child) {
  border-left: 2px solid #707070;
}

.contact-us .contactWrapper .contact i {
  color: var(--main-color);
  font-size: 2rem;
}

/* End Contact Us */

/* Start Feature Section */
.feature .container {
  position: relative;
}
.feature h2 {
  text-align: center;
  font-weight: bold;
}
.feature .container .swiper-wrapper p {
  font-size: 0.9rem;
}

/* Swiper */

.swiper-container {
  position: relative;
}

.feature .swiper-slide {
  border: 1px solid #CC9D69 !important;
  border-radius: 20px !important;
  height: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -10px;
  left: auto;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -7px;
  right: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-family: FontAwesome;
  content: "\f35a";
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-family: FontAwesome;
  content: "\f359";
}
.swiper-navBtn {
  color: var(--main-color);
  height: 30px;
  width: 30px;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.6s;
}

.swiper-navBtn:hover {
  transform: scale(1.1);
  /* transform-origin: top left; */
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 24px;
  font-weight: bolder;
}

.swiper-pagination-bullet {
  background-color: var(--main-color);
  border-radius: 5px;
  height: 0.3rem;
  width: 1rem;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -6px;
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}

/* End Feature Section */

/* Start features Platform Section*/
.features-platform {
  background-color: #f7f7f7;
}
.features-platform .imgSide {
}
.features-platform .contentSide {
  padding: 3rem 2rem;
}
.features-platform h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}
.features-platform ul {
  padding-right: 0;
}

.features-platform li {
  list-style-type: none;
  margin-bottom: 0.7rem;
  font-weight: lighter;
}
/* .features-platform ul li:before {
  font-family: "FontAwesome";
  margin-left: 0.5rem;
  content: "\f058";
  color: var(--main-color);
} */

/* End features Platform Section*/

/* Start Footer Section */
footer {
  border-top: 0.9rem solid var(--main-color);
  padding: 3rem 0;
}
footer .content h2 {
  font-weight: 900;
}

footer .logo img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  box-shadow: 0 8px 9px #d5e8ed;
}

footer .links i {
  font-size: 1.2rem;
  color: #000;
}
/* End Footer Section */

/* Start About Us Section */
.about-us {
  padding: 3rem 0;
}
.about-us .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-us .content .head {
  display: flex;
  align-items: center;
}
.about-us .content .head i {
  color: var(--main-color);
  font-size: 1.3rem;
}
.about-us .content .head h2 {
  margin: 0 0.4rem;
  font-size: 1.4rem;
  color: var(--secondary-color);
  font-weight: bold;
}
.about-us .content span {
  display: inline-block;
  margin-bottom: 1.7rem;
}

@media (max-width: 768px) {
  .about-us .image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-us .image img {
    width: 200px;
    height: 100%;
    border-radius: 50%;
  }
}
/* End About Us Section */
