@font-face {
  font-family: CenturyGothic;
  src: url(font/GOTHIC.TTF);
}
@font-face {
  font-family: Cairo;
  src: url(font/Cairo-VariableFont_slntwght.ttf);
}

html,
body {
  font-family: CenturyGothic;
  margin: 0;
}
.background-image {
  background-image: url("images/background_image.png");
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  background-position: center;
  display: flex;
  justify-content: center;
}
.container {
  display: flex;
  flex-direction: column;
}
.replace {
  display: flex;
  flex-direction: column;
}
.logo-container-EN,
.logo-container-Ar {
  margin-top: 4vh;
  text-align: center;
}

.logo-container-Ar > img,
.logo-container-EN > img{
  height: 132px;
  width: 120px;
}


.logo-container-EN > div {
  margin-top: 20px;
}
.logo-container-Ar > div {
  margin-top: 10px;
  margin-bottom: -9px;
}

.logo-container-EN > div > h3 {
  margin-top: 5px;
  font-family: CenturyGothic;
  color: white;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 21px;
  margin-bottom: -5px;
}
.logo-container-EN > div > p {
  margin-top: 5px;
  font-family: CenturyGothic;
  color: white;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 21px;
}

.logo-container-Ar > div > h3 {
  margin-top: 5px;
  font-family: Cairo;
  color: white;
  font-size: 30px;
  line-height: 18px;
  font-weight: 800;
  margin-bottom: 0;
}

.logo-container-Ar > div > p {
  margin-top: 2px;
  font-family: Cairo;
  color: white;
  font-size: 20px;
  font-weight: 200;
}

.image_continer {
  margin-top: 2px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.image_continer > img {
  width: 22vw;
  height: 50vh;
  margin: 6px;
}
.logo_continer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 2rem;
  margin-right: 2rem;
}
.logo_continer1 {
  display: flex;
  flex-direction: row;
  margin-left: 4rem;
  margin-right: 4rem;
}
.logo_continer1 > svg {
  width: 25px;
}
.logo_continer1 > p {
  text-decoration: none;
  color: white;
  letter-spacing: 2px;
  margin-left: 12px;
}
@media only screen and (max-width: 728px) {
  html,
  body {
    font-family: CenturyGothic;
    max-height: 100vh;
    margin: 0;
  }
  .logo-container-EN,
  .logo-container-Ar {
    margin-top: 1rem;
    text-align: center;
  }
  .logo-container-Ar > div > h3 {
    margin-top: 5px;
    font-family: Cairo;
    color: white;
    font-size: 25px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 0;
  }
  
  .logo-container-EN > div > h3 {
    margin-top: 5px;
    font-family: CenturyGothic;
    color: white;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 21px;
    margin-bottom: -5px;
  }

  .logo-container-Ar > p {
    font-family: Cairo;
    color: white;
    font-weight: lighter;
    font-size: 14px;
  }
  .logo-container-EN > p {
    font-family: CenturyGothic;
    color: white;
    font-size: 14px;
    font-weight: 000;
    letter-spacing: 3px;
    line-height: 14px;
  }
  .image_continer {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
  }
  .image_continer > img {
    width: 9rem;
    height: 10rem;
    margin: 4px;
  }
  .logo_continer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
  }
  .logo_continer1 {
    display: flex;
    flex-direction: row;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .logo_continer1 > p {
    color: white;
    letter-spacing: 1px;
  }
}
