@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #0e0e10;
  color: #fff;
  font-family: "Noto Kufi Arabic", sans-serif;
  direction: rtl;
}

.banner {
  width: 100vw;
  height: 32vh;
  background-color: #e0e0e000;
  border-top: 0.5px solid #1c1c21;
  border-bottom: 0.5px solid #1c1c21;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-right: 4rem;
}

.banner-logo {
  width: 27%;
  margin-left: 5px;
  padding-right: 50px;
  margin-left: 8%;
}

.banner-design {
  height: 100%;
  margin-bottom: 10px;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .banner {
    height: max-content;
    padding: 0;
    margin: 0;
  }
  .banner-design {
    margin-right: 0.6rem;
    width: 20%;
  }
  .cta-button {
    cursor: pointer !important;
    padding: 8px 15px;
    border-radius: 70px;
    margin-right: 0.5rem;
    height: fit-content;
  }
  .social-icons {
    margin-right: 5px;
  }
}

#banner-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: max-content;
}

.free-space-1 {
  height: 90px;
  width: auto;
}

.story-text-item {
  display: flex;
  justify-content: space-between;
}

.banner-left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-center-photo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
  border-radius: 50px;
}

.ab-design {
  width: 15vw;
}

.banner-photo {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: transform 0.5s ease-in-out;
}

#banner-section:hover {
  color: #e5c46f;
}

.banner-center-photo:hover .banner-photo {
  transform: scale(1.05);
  height: auto;
}

@keyframes banner-ani-wid {
  10% {
    width: 100.5%;
  }
  20% {
    width: 101%;
  }
  30% {
    width: 101.5%;
  }
  40% {
    width: 102%;
  }
  50% {
    width: 102.5%;
  }
  60% {
    width: 103%;
  }
  70% {
    width: 103.5%;
  }
  80% {
    width: 104%;
  }
  80% {
    width: 104.5%;
  }
  100% {
    width: 105%;
  }
}

@media screen and (max-width: 1020px) {
  .banner-photo {
    width: 100%;
  }
  .banner-center-photo {
    height: auto;
    width: 100%;
  }
  #banner-section {
    height: auto;
  }
}

#section1 {
  display: flex;
  flex-direction: column;
  width: 83.125%;
  margin: 0 auto;
}

.section1-butt {
  display: flex;
  align-content: flex-end;
  margin-left: auto;
}

.inline-text-button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.sb1 {
  cursor: pointer;
  background-color: #00717f;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  width: 141px;
  height: 49px;
}

.arrow {
  margin-left: 5px;
}

.sb1:hover {
  filter: brightness(115%);
}

.sb1:active {
  scale: 97%;
}

#sec1-box {
  display: flex;
  padding: 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.photo-side {
  width: 50%;
  margin-left: 2%;
}
.etsh-photo {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.de-side {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: max-content;
  width: min-content;
  padding: 20px;
  border: 0.75px solid #003840;
  border-radius: 20px;
}

.introduction {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #003840;
  height: fit-content;
}

.section-text {
  font-weight: 400;
  color: #afb0b6;
}

.heading3 {
  color: #d7d8de;
}

.sec1-titles {
  display: flex;
  flex-wrap: nowrap;
}

.in-ico {
  width: 39px;
  height: 40px;
  margin-top: 17px;
  margin-left: 5px;
}

.introduction p {
  font-size: 1.5vh;
  margin-bottom: 30px;
  text-wrap: balance;
}
.sec1-contact {
  display: flex;
  flex-direction: column;
}

#sec1-cont-info {
  display: flex;
  flex-direction: column;
}

#sec1-email-phone {
  display: flex;
  align-items: center;
  margin-bottom: 7vh;
}

.email h4 {
  font-size: 1.8vh;
}

.email p {
  font-size: 1.5vh;
  color: #afb0b6;
}

.phone {
  margin: auto;
}

.phone h4 {
  font-size: 1.8vh;
}

.phone p {
  font-size: 1.5vh;
  color: #afb0b6;
}

.con-buttons {
  display: flex;
  width: 25vw;
  justify-content: space-evenly;
  align-items: center;
}

.le-wo-b {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17vh;
  height: 5vh;
  background-color: #00717f;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin-left: 20px;
}

.wa-bu {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17vh;
  height: 5vh;
  background-color: #00717f;
  color: #fff;
  border: none;
  border-radius: 10px;
}

.wa-icon {
  width: 1.8vh;
  margin-left: 7px;
}

.le-wo-b:hover,
.wa-bu:hover {
  filter: brightness(130%);
}

.le-wo-b:active,
.wa-bu:active {
  scale: 98%;
}

.heading4 {
  font-weight: 300;
}

@media screen and (max-width: 1040px) {
  #sec1-box {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .de-side {
    width: 90%;
    margin: 1rem;
  }
  .con-buttons {
    width: 40vw;
  }
  .le-wo-b {
    width: 20vw;
  }
  .wa-bu {
    width: 20vw;
  }
  .introduction {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .photo-side {
    width: 100%;
    margin-left: 0;
  }
  .etsh-photo {
    margin: 0 auto;
  }
}

@media screen and (max-width: 580px) {
  .sec1-email-phone {
    flex-wrap: wrap;
  }
  #soc-buttons {
    flex-wrap: wrap;
  }
  .con-buttons {
    flex-wrap: wrap;
    width: 100%;
    margin: 20px;
  }
  .le-wo-b {
    width: 100%;
    margin: 10px 0;
  }
  .wa-bu {
    width: 100%;
  }
  .mo-social-icons {
    width: 80% !important;
    margin: 0 auto;
  }
  #sec1-email-phone {
    flex-wrap: wrap;
  }
}

#courses-slider {
  display: flex;
  flex-direction: column;
  width: 83%;
  margin: 0 auto;
  margin-top: 50px;
}

.si-bu {
  display: flex;
  flex-direction: column;
  width: 10vw;
}

.swiper {
  width: 100vw;
}

.slider-buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.si-bu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 6rem;
  background: #00717f;
  padding: 0.45rem;
  border-radius: 3rem;
}

.swiper-button-prev-unique,
.swiper-button-next-unique {
  cursor: pointer;
  background: #003840;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0.1rem;
  border: 0.4px solid #595959;
}

.swiper-button-prev-unique:hover,
.swiper-button-next-unique:hover {
  filter: brightness(120%);
}

.swiper-button-prev-unique:active,
.swiper-button-next-unique:active {
  filter: brightness(160%);
  scale: 95%;
}

.swiper-slide-style {
  /*margin-top: 10vh;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*width: 83.125%;*/
  /*width: 606px !important;*/
}

#slider-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  max-width: 83.125%;
  padding-left: 3rem;
}

.swiper #slider-card {
  width: 80vw;
  height: 100%;
  overflow: hidden;
}

.li-card-img-side img {
  width: 83.125vw;
  border-radius: 30px;
}

.li-card-details {
  display: flex;
  flex-direction: column;
  width: 83.125%;
  position: absolute;
  bottom: 10px;
  /* margin-right: 1%; */
  /* margin-bottom: .64rem; */
  align-items: center;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(0.5deg, black, transparent);
}

.li-ca-de-fi {
  display: flex;
  width: 95%;
  padding-top: 10px;
  justify-content: space-between;
}

.li-ca-de-fi h3 {
  margin: 0;
}

.vec1 {
  width: 10px;
}

.li-ca-de-se {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #797c86;
  width: 95%;
  margin-bottom: 0.6rem;
}
.li-ca-de-se h5 {
  margin: 0;
}

.price-before {
  font-size: small;
  color: #595959;
}

.price {
  font-size: medium;
  font-weight: 500;
  padding-left: 5rem;
}

.course-price {
  display: flex;
  color: rgb(254, 254, 228);
}

.find-course-link {
  display: flex;
  margin: 0;
  border: 1px solid rgb(254, 254, 228);
  border-radius: 25px;
  padding: 3px;
  align-items: center;
  justify-content: center;
}
.find-course-link div {
  height: 30px;
}

.find-course-link a h4 {
  text-decoration: none;
}

.find-course-link:hover {
  background-color: #ffffff40;
}

@media screen and (max-width: 425px) {
  .li-ca-de-fi h3 {
    font-size: 15px;
  }
  .find-course-link {
    font-size: 12px;
  }
  .find-course-link div svg {
    height: 25px;
  }
  .find-course-link div {
    height: 25px;
  }
}

@media screen and (max-width: 375px) {
  .li-ca-de-fi h3 {
    font-size: 10px;
  }
  .find-course-link {
    font-size: 8px;
  }
  .li-ca-de-se h5 {
    font-size: 10px;
  }
  .price {
    font-size: small;
  }
  .price-before {
    font-size: x-small;
  }
}

/*@media screen and (max-width: 1020px) {*/
/*    .find-course-link{*/
/*      font-size: 1px;*/
/*    }*/
/*}*/

a {
  color: white;
}

#co-si-ti {
  height: 13.5rem;
}
#co-si-main-details {
  display: flex;
  flex-direction: column;
  height: fit-content;
  justify-content: space-evenly;
}

.questions-section {
  display: flex;
  flex-direction: column;
  width: 83.125%;
  margin: 0 auto;
}

.questions-part {
  display: flex;
}

.question-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.open-answer-button {
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #595959;
  border-radius: 100%;
  margin: 0 0.25rem;
}

.open-answer-button:hover {
  filter: brightness(120%);
  background: rgba(255, 255, 255, 0.238);
}

.open-answer-arrow {
  --color: #ffffff;
  --size: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: var(--size);
  user-select: none;
  fill: var(--color);
}

.open-answer-arrow .chevron-down {
  position: absolute;
  animation: keyframes-return 0.5s;
}

.open-answer-arrow input:checked ~ .chevron-down {
  animation: keyframes-rotate 0.5s;
  transform: rotate(180deg);
}

.open-answer-arrow input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

@keyframes keyframes-rotate {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }

  100% {
    transform: rotate(-180deg);
  }
}

@keyframes keyframes-return {
  0% {
    transform: rotate(-180deg);
    opacity: 0;
  }

  100% {
    transform: rotate(0deg);
  }
}

.questions-left-side,
.questions-right-side {
  /*height: 700px;*/
  width: 45vw;
}

.question {
  display: flex;
  flex-direction: column;
  width: 90%;
  /*height: 33.333333%;*/
  padding: 0.5rem;
  border-bottom: 0.5px solid #2b2b2b;
}

.question-text {
  color: #cbccd2;
}

.answer-text {
  color: #d8d1bf;
  font-weight: 400;
}

.remove-something {
  display: none;
}

.display-flex {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .questions-part {
    flex-direction: column;
  }
  .questions-left-side,
  .questions-right-side {
    width: 100%;
  }
  /*.questions-left-side {*/
  /*  margin-top: 4rem;*/
  /*}*/
  .questions-section {
    width: 98%;
  }
}
