/*GENERAL SETTING*/
:root {
--new-orange: #D4A869;
  --orange: #C76C19;
  --dark-blue: #0B2842;
  --light-blue: #A6C9C9;
  --dark-red: #683327;
  --light: #F5F5F5;
  
}

/*old orange: C76C19
old dark blue: 293E4F*/

html {
  scroll-behavior: smooth;
  
}

body {
    font-family: "Noto Kufi Arabic", sans-serif;
   /*font-family: "IBM Plex Sans", sans-serif;*/
  background-color:#f6f6f6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active1 {
  transform: translateY(0px);
  opacity: 1;
}

/*h1 SETTING*/
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container h1 {
  text-align: center;
  position: relative;
  color: var(--dark-blue);
  font-size: 40px;
  padding: 0 0 1% 0;
  font-weight: bolder;
}

.container h1::after {
  content: '';
  background: var(--new-orange);
  width: 100px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/*LINKS STYLE*/
a {
  margin: 0;
  padding: 0;
  outline: none;
  font-weight: bolder;
}

/*START OF HEADER*/
/*HEADER CONTENT style TXT+IMG+BTN*/
header {
  background-color: var(--dark-blue);
  width: 100%;
  height: 100vh;
}

.slider0 {
  background-color:var(--dark-blue);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.myslide0 {
  position: absolute;
  width: 100%;
  height: 100%;
}



/*
.prev0,
.next0 {
  position: absolute;
  top: 45%;
  font-size: 25px;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  transition: 0.1s;
  user-select: none;
  text-decoration: none;
}

.prev0:hover,
.next0:hover {
  color: var(--orange);
}

.next0 {
  right: 0;
}

.prev0 {
  left: 0;
}
*/
.dotsbox0 {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 92%;
  cursor: pointer;
}

.dot0 {
  display: inline-block;
  width: 20px;
  height: 8px;
  border: 1px solid #fff;
  border-radius:2px;
  margin: 0 5px;
  cursor: pointer;
}

.active,
.dot0:hover {
  border-color: white;
  border-radius:2px;
}

.fade0 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0.5}to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.5}to {opacity: 1}
}

.logo-h1 {
  color: white;
  margin-bottom: 20px;
  z-index: 2;
}

.logo-h1 h1 {
  font-size: 65px;
  

}

.txt p {
  color: #fff;
  font-size: 20px;
  z-index: 2;
  text-align:center;
  font-weight: lighter;
}

.txt{
width: 70%;
display: flex;
justify-content: center;
}

.service-btn {
  z-index: 2;
  text-align: center;
  padding: 10px 45px;
  background-color: var(--new-orange);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 20px;
  margin-top: 5px;
  font-weight:normal;
}

.service-btn:hover{
  transform: scale(1.1);
  color: white;
}

.img-header {
  position: absolute;
  transform: scale(2.8, 2.8);
  -webkit-animation-name: zoomin;
  -webkit-animation-duration: 40s;
  animation-name: zoomin;
  animation-duration: 40s;
}

@-webkit-keyframes zoomin {
  from {transform: scale(1, 1);}to {transform: scale(2, 2);}
}

@keyframes zoomin {
  from {transform: scale(1, 1);}to {transform: scale(2, 2);}
}

.active,
.dot0:hover {
  background-color: var(--new-orange);
  border-radius: 2px;
}

/*HERE the start of WHY SAWAHL section*/
.section2 {
  display: flex;
}

.section2 p {
  width: 80%;
  font-size: 20px;
  text-align: center;
}

/*HERE the start of services section*/
.section3 {
  background-color: #f6f6f6;
  margin: 0 20%;
}

.row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

 /* .service p {
  display: none;
  text-align: center;
  color: var(--dark-blue);
  margin: 0%;
  font-size: 12px;
  padding: 5px;
  font-weight:lighter;
}  */

/* .service p:hover {
  display:block;
} */

 /* .a-srv{
  width: 250px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--dark-blue);
  padding: 10px 10px;
} */

/* .a-srv:hover{
  color: var(--dark-blue);

} */


/* .service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 250px;
  height: 190px;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  justify-content: center; 
  margin: 15px 15px;
  background-color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s, background 0.5s;
  color: #293E4F;
}   */



/* .service h2 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: bolder;
} */

 /* .service:hover {
  background: rgba(41, 62, 79, 0.9);
  color: var(--light);
  transform: scale(1.05);
} */

/* .service:hover p {
  color: white;
} */

/* .service:hover p {
  display: block;
} */

/*----------------SWIPER----------------*/
.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}
/* 
.swiper-slide figure img{
  height:450px;
  width: 450px;
  border: 2px solid black;
  object-fit: cover;
}

.swiper-slide figure{
  margin: 0;
  position: relative;
  overflow: hidden;
}
.swiper-slide figcaption{
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, 0.729);;
  color: white;
  position: absolute;
  bottom: 0;
  font-size: 17px;
  line-height: 29px;
  display: flex;
  align-content: center;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  border-radius: .5rem .5rem 0 0;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.swiper-slide-active figcaption{
  transform: translate3d(-50, 0, 0);
  opacity: 1;
}

.swiper-custom-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
}

.next1, .prev1 {
  cursor: pointer;
  background-color: #293E4F;
  padding: 10px;
  text-decoration: none;
  opacity: .6;
  transition: all .3s ease-in-out;
  color:white;
}

.navbutton:hover{
  opacity: 1;
} */ 
/* ///////////////////////////// */
/* .swiper .swiper-pagination{
  bottom: 2rem;
}
.swiper .swiper-pagination-bullet{
  opacity: 1;
  background-color: rgba(5, 6, 6, 0.248);
  width: .75rem;
  height: .75rem;
  margin: 0 .375rem;
}

.swiper .swiper-pagination-bullet-active{
  background-color: var(--orange);
}
 */


/*HERE the start of video section*/
.section4 {
  display: none;
  background-image: linear-gradient(to left, rgba(41, 62, 79, 0.9), rgba(41, 62, 79, 0.9)), url(img/head2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
}

.mySlides {
  display: none;
}

.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 9px;
  margin: 0 -10px;
  color: white;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 10px;
  user-select: none;
  text-decoration: none;
}

.next {
  right: 12.6px;
  border-radius: 10px
}

.prev:hover,
.next:hover {
  color: var(--new-orange);
}

.dot {
  cursor: pointer;
  width: 20px;
  height: 8px;
  margin: 0 2px;
  border: 1px solid white;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: var(--new-orange);
}


/*RESPONSIVE CODE*/
@media screen and (max-width: 880px) {

  /*general*/
  .container h1::after {
    bottom: -10px;
    height: 3px;
  }

  .container h1 {
    text-align: center;
    position: relative;
    color: var(--dark-blue);
    /*font-size:27px;*/
    font-size:23px;
    padding: 0 0 1% 0;
  }

  /*header content IMG+TXT+LOGO*/
  header {
    width: 100%;
    height: 90vh;
  }

  .logo-h1 {
    top: 14%; 
  }

  .logo-h1 h1{
    font-size:35px;
     display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
  }
  
  .txt p {
    font-size: 16px;
  }
  .txt{
    width:90%;
  }
  
.prev0, .next0 {
  font-size: 20px;
  padding: 15px;
}

.prev,
.next {
  top: 45%;
}

.dotsbox0 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
  }

  .service-btn{
    /*top: 56%;*/
    font-size: 16px;
    padding: 10px 45px;
  }

  /*why sawahel*/
  .section2 p {
    width: 100%;
    font-size: 16px;
  }

  /*vedio*/
  .section4 {
    display: none;
    padding: 0 2%;

  }

 
}