@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;
}

.about-hesham-section, .my-journey-section {
  width: 83.125%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.about-hesham-section-heading-text {
  border: none;
}

.about-me-analysis {
  display: flex;
  justify-content: space-between;
}

.about-hesham-info-boxes {
  width: 19%;
  background: #1C1C21;
  border: .5px solid #2F2F37;
  border-radius: 25px;
  padding: .6rem;
}

.info-box-number {
  margin: 0;
  font-size: 3vw;
}

.info-box-text{
  color: #797C86;
  font-size: 1vw;
  font-weight: 400;
  margin: 0;
}

.team-photo {
  width: 100%;
  margin: 1.5rem 0;
}

.about-h-icon-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
  margin-top: -5vw;
}

.banner-text {
  width: 15vw;
  font-size: 1.2vw;
  font-weight: 200;
  margin-top: 5px;
}

.abstract-design6 {
  width: 7vw;
  height: 7vw;
}

.about-me-brief {
  margin-top: 2rem;
  border-top: .25px solid #1C1C21;
  border-bottom: .25px solid #1C1C21;
}

.my-biography-title {
  color: #9ea1ab;
  font-size: 2rem;
  font-weight: 800;
}

.my-biography-p {
  font-size: 1rem;
  font-weight: 300;
}

@media screen and (max-width: 1100px) {
  .about-h-icon-text {
    margin-top: -5.5vh;
  }
}

.my-journey-section {
  margin-top: 2.5rem;
}

.my-journey-section-heading-text {
  border-bottom: .25px solid #1C1C21;
}

.my-journey-boxes {
  display: flex;
  justify-content: space-between;
}

.my-journey-boxes-col {
  width: 45%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.journey-box {
  height: 30%;
  padding: 1rem;
  margin-bottom: 1rem;
  background: url(../res/designs/journy-Card.webp);
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
  border-radius: 25px;
}

.jourey-box-title {
  font-size: 2vw;
  font-weight: 800;
}

.journey-box-p {
  font-size: 1vw;
}

@media screen and (max-width: 1200px) {
  .my-journey-boxes-col {
    width: 100%;
    height: max-content;
  }
  .journey-box{
    height: max-content;
  }
  .my-journey-boxes {
    flex-wrap: wrap;
  }
  .revies-slider-section-about {
    margin-top: 0;
  }
}

.si-bu-ab {
  margin-bottom: 1rem;
}

