/* video background */
#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* page content */
h1, h2 {
  color: #ff0103;
  font-family: 'Cairo', sans-serif;
font-family: 'Tajawal', sans-serif;

  font-weight: bold;
  text-align: center;
}

h1 {
  font-size: 3.5em;
margin: 0px;
}

h2 { font-size: 2em; }

.main-head {
    position: relative;
    margin-bottom: -8px;
}

.botton a{
  background: #ff0103;
    color: #ffffff;
    font-size: 2em;
    padding: 5px 30px;
    border-radius: 10px 0px;
    text-decoration: none;
    font-family: 'Cairo', sans-serif;
  font-family: 'Tajawal', sans-serif;
}

.botton{
  text-align: center;
  margin-top: 30px;
}

.sub-head h4 {
    color: #ffffff !important;
    text-align: center;
    font-size: 2em;
    font-family: 'Cairo', sans-serif;
  font-family: 'Tajawal', sans-serif;
  margin: 0px
}

.pos {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: end;
    justify-content: center;
}
.text-top{
  margin-top: 150px;
}
.logo2 {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 99999999999 !important;
}
.logopic {
    width: 115px;
}
@media (max-width: 750px) {

  h1{
    font-size: 1.8em;
    padding-bottom: 13px;
  }
  .main-green-box{
    top: -40px !important;
  }
  .botton a{
    font-size: 1.4em;
  }
.sub-head h4{
  font-size: 1.1em;
}
.logopic {
  width: 80px;
}
}


@media (max-width: 550px){
  #background-video{
    position: absolute;
  }

}
