@font-face {
  font-family: "BoutrosNewsH1";
  src: url("./BoutrosNewsH1-Bold.woff2") format("woff2"),
    url("./BoutrosNewsH1-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '(A) Arslan Wessam B';
  src: url('AArslanWessamB-AArslanWessamB.woff2') format('woff2'),
      url('AArslanWessamB-AArslanWessamB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "BoutrosNewsH1";
  background-color: #00181E;
  color: #dddfde;
  position: relative;
  overflow-x: hidden;
}

#close, #close-locations{
  cursor: pointer;
}
.location{
  display: flex;
  align-items: center;
  gap: 16px;
}
.locations-p{
  text-decoration: underline;
  cursor: pointer;
}
body > img {
  position: absolute;
  z-index: 3;
}
.btn {
  color: #131314;
  background-color: #c8af50;
  font-weight: 700;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.75rem 1.5rem;
  cursor:pointer;
}

.hero {
  position: relative;
  height: 100vh;
  align-items: center;
  /* padding: 24px 0px; */
  overflow: hidden;
  display: flex;
}
.hero .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 50%;
  width: 50%;
  height: 100vh;
  /* background: #000; */
  background-image: url("../imgs/saudi-pattern.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

  .crown{
    font-family: '(A) Arslan Wessam B';
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    width: 100%;
    padding: 24px;
    img{
      width: 160px;
    }
    h2{
      text-align: center;
      font-size: 36px;
    }
  }
  /* a,a:visited{
    text-decoration: none;
    
  } */
h1 {
  font-size: 48px;
  line-height: 62px;
  /* margin-bottom: 26px; */
}

.hero .text p{
    /* margin-top: 24px; */
    font-family: "Libre Franklin", sans-serif;
}


svg{
  cursor: pointer;
  background: #dddfde;
  color: #131314;
  padding: 6px;
  border-radius: 6px;
  width: 36px;
  height: 36px;
}

a, a:visited{
  color: #dddfde;
}
.icons{
  display: flex;
  gap: 12px;
}
.pop-up{
  padding: 24px;
  padding-top: 36px;
  display: none;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  left: 0px; 
  right: 0px; 
  margin: auto; 
  top: 0px;
  bottom: 0px;
  width: 325px;
  background-color: #131314;
  z-index: 2;
  /*display: none;*/
  max-height: 60vh;
}
.locations-pop-up{
  padding: 24px;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  left: 0px; 
  right: 0px; 
  margin: auto; 
  top: 0px;
  bottom: 0px;
  width: 325px;
  background-color: #131314;
  z-index: 2;
  display: none;
  max-height: 80vh;
  a, a:visited{
    text-decoration:none;
  }
}


.overlay{
  content: '';
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: #131314;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  display: none;
}



h4{
  font-size: 24px;
}
form{
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

form input {
  padding: 12px;
  outline: none;
}

form .btn{
  font-size: 24px;
  border: none;
  outline: none;
  align-self: center;
}
#close {
  /*position: absolute;*/
  color: #dddfde;
  /*top: -220px;*/
  /*left: -10px;*/
  cursor: pointer;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* @media (min-width: 1155px) { */
  .hero {
    /* padding: 0px 24px; */
  }
  .hero .text {
    gap: 24px;
    padding: 24px;
  }

  h1 {
    font-weight: 700;
  }

/* } */

@media (max-width: 850px) {
    .hero{
        /*background-image: url('./imgs/mobile.webp');*/
    }
    .hero-left-img{
      display: none;
    }
    .hero{
      .text{
        max-width: 100%;
        width: 100%;
      }
    }
}

@media (max-width: 768px) {
  /*.background-img {*/
  /*  width: 700px;*/
  /*}*/
  .hero {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  h1{
    font-size: 42px;
  }
}

@media (max-width: 446px) {
    h1{
        font-size: 36px;
        line-height: 42px;
    }
    .btn{
        font-size: 28px
    }
}
