@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Roboto:300,400,400i,500,500i,700,700i&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: flex;
  align-items:center;
  justify-content:flex-end;
}
#video-overlay h1{
  font-size:56px;
  color:#fff;
  text-shadow:1px 3px 6px #777;
}


#video-background {
  z-index: -2;
}

#video-overlay {
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}


.logo {
 line-height: 50px;
 margin-top:250px;
 text-align: center;
}
.responsive {
  width: 100%;
  max-width: 512px;
  height: auto;
}




.content {
  text-align: center;
  color: #f5b35e;
  font-size:24px;
  font-weight: 600;
  text-shadow: 2px 2px #000000;
font-family: 'Droid Arabic Kufi';
  position1: absolute;
  top: -200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
  max-width: 820px;
  height: auto;
}


.arabic-text {
display: block;
  font-size:24px;
  font-weight: 600;
font-family: 'Droid Arabic Kufi';
  text-shadow: 2px 2px #000000;
}
.english-text {
  font-size:26px;
  font-weight: 500;
  text-transform: uppercase;
font-family: 'Roboto', sans-serif;
  text-shadow: 2px 2px #000000;


}









@media (min-width: 320px) and (max-width: 480px) {
  .logo {
   margin-top:160px;
  }
  .responsive {
      max-width: 230px;
  }
  .content {
      font-size:18px;
      max-width: 300px;
  }
  .arabic-text {
      font-size:18px;
      max-width: 300px;
  }
  .english-text {
      font-size:18px;
      max-width: 300px;
  }
}










  .button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .button {
    width: 150px; /* Fixed width */
    height: 35px; /* Fixed height */
    padding: 10px;
    margin: 0 10px;
    font-size: 18px; /* Arabic text font size */
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px #000000;
    border: 1px solid #f5b35e;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(245, 179, 94, 0.2); /* Shadow effect */
    text-align: center;
    cursor: pointer;
    text-decoration: none; /* Remove underline from anchor */
    color: #f5b35e; /* Text color for the button */
    background: rgba(0, 0, 0, 0.5);
    transition: color 0.5s ease, background-color 0.5s ease; /* CSS transition for color and background */
    font-size: 18px; /* Arabic text font size */
  }
.button:hover {
    background: rgba(0, 0, 0, 1.0);
  }
  .arabic-button {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 18px; /* Arabic text font size */
    font-weight: 600;
  }
  .english-button {

    font-size: 22px; /* English text font size */
    font-weight: 500;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
  }
