/*
	Theme Name: ما هو اسم القالب؟
	Theme URI: https://www.elnooronline.com/
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
*/
/* start part basic */
@import url(assets/css/helper\ v0.2.css);
@import url(assets/css/all.min.css);
@import url(assets/css/bootstrap-rtl-4.5.3.min.css);
@import url(assets/css/aos.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: var(--text) !important;
  text-decoration: none !important;
}
body {

  overflow-x: hidden !important;
}
:root {
  --title: rgb(172, 172, 172);
  --prime: red;
  --second: #1c90ce;
  --third: #6dcff6;
  --sodark: #0d217a;
  --border: transparent;
  --bg: rgb(20, 20, 20);
  --text: white;
}

.backgroun {
  background-color: var(--bg);
  color: var(--text);
}
p::selection,
h1::selection,
h2::selection,
h4::selection,
h5::selection,
h6::selection {
  background-color: var(--prime);
  color: white;
}
ul {
  list-style: none;
}
input:focus {
  outline: none;
}
.load {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load img {
  width: 20%;
  height: 20%;
}
.loaderlodging {
  background-color: black !important;
  height: 100vh;
  z-index: 10000;
  transition: 0.8s;
}
.loaderlodging img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
}
.loaderlodging__body {
  overflow: hidden;
}
.loaderlodging  h2{
  color: white !important ;
}
.loaderlodging__body.afterloading {
  overflow: inherit;
}
.loaderlodging.remove {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #cecece;
  border-bottom-color: var(--prime);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loaderlodging img {
  width: 100px;
  height: 100px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* end basic */
/* start  */
.bg-landing {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
}
.bg-landing::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgb(61, 4, 6);
opacity: .5;
z-index: 1;
}
.bg-landing video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter:brightness(0.4) blur(5px);
}
.coming-soon {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.head {
  width: 0%;
  margin: auto;
  }
.head span img {
  width: 500px;
  height: 150px;
  object-fit: contain;
}
.logo{

}
.landing-content {
  margin-top: 20px !important;
  /* height: 55vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.landing-content .title h1 {
  color: white;
  margin-bottom: 50px;
  font-size: 40px;
}
.landing-content .count{
}
.landing-content .countdown {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-family: eng;
  margin-top: 50px;
}
.landing-content .countdown div {
  background-color: rgba(0, 0, 0, 0.308);
  border-radius: 5px;
  box-shadow: 0px 0px 5px 5px rgba(78, 78, 78, 0.205);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  justify-content: center;
  margin: 0px 50px;
  width: 120px;
  height: 110px;
  font-weight: bolder;
}
.landing-content .count  h1 {
  font-size: 40px;
  font-weight: bolder;
}
.landing-content .countdown  span {
  color: white  !important;
  font-family: "rubik" !important;
  font-size: 25px;
}
.landing-content .watch{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.landing-content .watch img{
  
  width: 350px;
  height: 350px;
}
.foot{
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0px;
}
.phone  {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone i {
  width: 30px;
  height: 30px;
  margin: 0px 10px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border-radius: 50%;
  color: black;
}
.foot ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.foot ul li{
  width: 30px;
  height: 30px;
  margin: 0px 10px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot ul li i{
  color: black;
  font-size: 17px;
}
/*--------- Responsive ----- */
@media (max-height: 775px) {
  .watch img {
    width: 300px !important;
    height: 180px !important;
  }
}
@media (max-height: 500px) {
  .head  {
    margin:  20px auto !important;
  }
  .head span img{
    height: 70px;
    width: 80px;
  }
  .landing-content .count h1 {
    font-size: 20px;
    /* width: 90% ; */
  }
  .landing-content .count span{
    font-size: 13px !important;
  }
  .watch img {
    width: 250px !important;
    height: 150px !important;
  }
}
@media (max-width: 1500px) {
      .head {
    width: 70%;
  }
  .landing-content {
    margin-top: 0px !important;
  }
  .landing-content h1 {
    font-size: 60px;
    
  }
  .landing-content .countdown {
    font-size: 30px;
    margin-top:20px;
  }
  .landing-content .countdown div {
    margin: 0px 30px;
  }

  .list-option {
    bottom: 5%;
  }
  .list-option div p {
    margin-top: 20px;
    font-size: 20px;
  }
  .list-option .col {
    height: 170px;
  }
  .list-option div img {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
  .watch img {
    width: 500px !important;
  }
  .landing-content .count  h1{
  font-size: 25px;
 }
 .landing-content .countdown div {
  margin: 0px 20px;
}
 .landing-content .count  span{
  font-size: 20px;
 }
 .watch img {
  width: 360px !important;
  height: 300px !important;
}
.landing-content .title h1 {
    font-size: 20px;
}
.landing-content .countdown div{
  margin: 15px 20px;
}
}
@media (max-width: 500px) {
  .landing-content .count{
    width: 95%;
    margin: 0 auto;
  }
  .watch img {
    width: 300px !important;
    height: 220px !important;
  }
}
@media (max-width: 375px) {
  .landing-content .count{
    width: 80%;
    margin: 0 auto;
  }
  .watch img {
    width: 300px !important;
    height: 200px !important;
  }
}
