body {
  direction: rtl;
  overflow: hidden;

}

#loading{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.owl-carousel {
  direction: ltr !important;
}

/* navbar */
.navbar .logo {
  width: 100px;
}
.bg-red {
  background-color: #890d05 !important;
}
.navbar {
  position: relative;
}
.navbar-toggler{
  position: relative;
  z-index: 999999;
}
.navbar::before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
  left: -60px;
  background-color: #fff;
  transform: skewX(-25deg);
}
.navbar-expand-lg .navbar-nav {
  justify-content: center;
}
.navbar ul {
  background-color: #890d05;
  width: 75%;
  text-align: center;
}
.nav-link {
  color: white;
}
/* home section */
#home {
  background-image: url(../img/slider.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  color: #fff;
  /* background-color: #890d05; */
}
#home h1 {
  font-size: 70px;
  font-weight: 900;
}
#home p {
  font-size: 2rem;
  font-weight: 700;
}
.menu{
  border: none;
  padding: 15px 30px;
  background-color: black;
 transition: 1s;
  border-radius: 30px;
}
.menu:hover{
  border: 1px solid black;
  background-color: white;
}
.menu:hover a{
 color: black;
}
.menu a{
   color: white;

}
#sections{
  
}
#sections .carousel-item img {
  /* transform: scale(.5); */
  margin: auto;
}
#sections h5 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  font-size: 2rem;
  width: 50%;
  text-align: center;
  margin: auto;
}

/* contacts */
#contacts {
  /* background-image: url(../img/asset\co); */
  background-size: contain;
}

#contacts p {
  font-size: 1.25rem;
}
a,
a:hover {
  font-size: 1.25rem;
  color: white;
  text-decoration: none;
}
#contacts i {
  font-size: 1.5rem;
}

#footer a {
  margin: 20px;
}

.slidshow{
  height: 50vh;
  background-image: url(../img/contact-bg-2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}


@media screen and (max-width:768px){
  .navbar::before {
    display: none;
  }
  #home h1 {
  font-size: 25px;
  font-weight: 900;
}
#home p {
  font-size: 1rem;
  font-weight: 300;
}
.navbar ul{
  width: 100%;
}
#home{
   padding-top: 0 !important;

}

.home-content{
  justify-content: center;
  align-items: center;
}

#contacts p , a{
  font-size: 1rem;
}
.navbar{
  width: 100% !important;
  margin-top: 0 !important;
 
}
.slidshow{
  display: none;
}
}