@font-face {
  font-family: "ar_Font";
  src: url("../GE_SS_Unique_Light.otf");
}

* {
  direction: rtl;

}

body {
  font-family: "ar_Font" !important;
  color: #fff;
  background: url("../img/bg.webp") top center no-repeat;
  background-size: cover;
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(34, 34, 34, 0.633);
}

@media (min-width: 1366px) {
  body {
    background-attachment: fixed;
  }
}


#main {

  position: relative;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header,
#footer {

  position: relative;
  width: 100%;
  padding-block-start: 100px 0;
  padding-inline-start: 0;
  /* countdown */
}

#header h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#header h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 22px;
}

#header .countdown {
  margin-bottom: 80px;
}

#header .countdown div {

  text-align: center;
  width: 100px;
  padding-block-start: 15px;
  padding-inline-start: 0;
  background: rgba(255, 255, 255, 0.12);
  border-top: 5px solid rgb(61, 143, 205);
}

#header .countdown div h3 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 15px;
}

#header .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575px) {
  #header .countdown div {
    width: 70px;
    padding: 10px 0;
    margin-block: 10px;
    margin-inline-start: 8px;
  }

  #header .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #header .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}