*{padding: 0;margin: 0;box-sizing: border-box; font-family: Cairo, sans-serif;}
.owl-carousel img{
  opacity: .65;
  box-shadow: 0 0 12px 1px #000;
}
.owl-carousel img:hover{
  opacity: 1;
  box-shadow: none;
}
body{
    background-image: url('../images/bg.png');
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
  }
  :root{
    --main-color: #fdf33d;
    --white: #f9f9f9;
    --black: #303030;
  }
.sub-title{
  /* padding: .5rem 2rem;
  background-color: var(--white); */
  display: table;
  border-bottom: 8px solid var(--main-color)
}
.section{
  padding-top: 3rem;
  min-height: 90vh;
  display: flex;
  align-items: center;
}



.label_skitter{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent
}
.label_skitter h3, .label_skitter p{
  background: rgba(238, 232, 232, 0.9);
  padding: 1rem;
  font-weight: 900;
  color: rgb(0, 0, 0) !important;
}

.skitter{
  max-width: 100%;
}
.skitter-clean .prev_button{
  left: 5px;
}
.skitter-clean .next_button{
  right: 5px;
}
.skitter-clean .prev_button:after, .skitter-clean .next_button:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40px;
  /* border-radius: 6px 50% 50% 6px;*/
  background-color: var(--main-color);
  color: #fff;
  background-image: url('../images/slider/right-arrow.png');
  background-repeat: no-repeat;
  background-size: 40% 80%;
  background-position: center center;
}
.skitter-clean .prev_button:after{
  background-image: url('../images/slider/left-arrow.png');
}

.slide-label{
  background: linear-gradient(5deg, var(--main-color), #222) !important;
  -webkit-background-clip: text !important;
  font-weight: 900 !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
  position: relative;
  padding: 2rem 4rem !important;
}

.slide-label::after{
  content: '';
  position: absolute;
  top:0;left:0;
  width: 100%;height: 100%;
  background-color:rgba(0, 0, 0, 0.9);
  z-index: -1;
}
/* .about-section{
  min-height: 100vh;
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about-section video{
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.about-section .about{
  color: var(--black);
  background: rgba(255,255,255,.8);
  width: 80%;
  min-width: 400px;
  margin:auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
  padding: 40px 2rem
} */



.about-section video{
  width: 100%;
  box-shadow: 0 0 8px 8px var(--main-color)
}
.about-section p{
  line-height: 30px;
  font-size: 24px;
}

.why-us{
  /* background-image: url("../images/mountains.png"); */
  min-height: 500px;
  background: rgb(253, 250, 255);
  background-size: 100% 100%;
}

.why-us .feature-container{
  opacity: 0;
  transform: translate(0, 150%);
  will-change: opacity, transform;
}
.why-us .feature{
  margin-left: .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.why-us .feature img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: .5rem;
}
.showedWhyUs{
  animation: whyUs .8s linear .8s forwards;
}
.showedWhyUs:nth-last-of-type(2){
  animation-delay: .7s;
}
.showedWhyUs:nth-last-of-type(3){
  animation-delay: .5s;
}
.showedWhyUs:nth-last-of-type(4){
  animation-delay: .3s;
}

#our-services{
  background-image: url('../images/dot.png');
}
.service{
  margin: 2rem auto;
  animation: float 3s linear infinite alternate;
}
.service:nth-last-of-type(2){animation-delay: .4s;}
.service:nth-last-of-type(3){animation-delay: 1s;}
.service:nth-last-of-type(4){animation-delay: .6s;}
.service:nth-last-of-type(5){animation-delay: 1s;}
.service:nth-last-of-type(6){animation-delay: .6s;}

.service:hover{
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.service>div{
  background: var(--white);
  padding: 1rem .5rem;
  border-radius: 10px;
  border: 1px solid var(--main-color);
  box-shadow: 0 4px 18px rgba(40,40,40, .3)
}
.service>div:hover{
  box-shadow: 0 1px 5px rgba(40,40,40, .3)
}
.service img{
  width: 100%;
  height: 300px;
  padding-bottom: 2px;
  border-bottom: 4px solid var(--main-color)
}
.service h3{
  text-align: center;
  margin: 2rem auto;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  min-height: 80px
}

#our-clients{
  background-image: url('../images/mountains.png');
  background-size: cover;
}
.owl-carousel:first-of-type img{
  opacity: .65;
  box-shadow: 0 0 12px 1px #000;
}
.owl-carousel:first-of-type img:hover{
  opacity: 1;
  box-shadow: 0 0 ;
}
.owl-prev:first-of-type span, .owl-next span{
  font-size: 28px;
  font-weight: 900;
  margin: .25rem
}


.testmonial{
  background-image: url('../images/curve-lines.jpg');
  min-height: 80vh;
}
.testmonial .item{
  border-radius: 30px 0 30px 0;
  padding: 8rem .25rem;
  position: relative;
}

.testmonial .item::after, .testmonial .item::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 8px;
  background-color: var(--main-color);
}
.testmonial .item::before{
  left: 50%;
  bottom: calc(100% - 8px);
}

.statistics{
  min-height: 40vh;
  background-image: url('../images/statistics.jfif');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.statistics .num{
  /* background-color: rgba(61, 136, 241, 0.895); */
  background-color: rgba(0, 0, 0, 0.5);

  font-weight: 900;
}

.map-section, footer{
  background: var(--black)
}

.contact-aside{
  position: fixed;
  left: 5px;
  bottom: 10px;
  z-index: 9999;
}

.to-top {
  text-decoration: none;
  display: block;
  text-align: center;
  background: var(--main-color);
  width: 40px;
  height: 40px;
  color: #333;
  font-weight: 900;
  font-size: 25px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  box-shadow: 0 0 10px 3px #222;
  display: none;
}
.to-top:hover {
  box-shadow: none;
}

.loader-container{
  width: 100%;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;left: 0;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-container #loader{
  width: 200px;
  height: 200px;
}
.loader-container #loader g path{
  fill: url("#gradient");
  opacity: 0;
}

.loader-container #loader g path:nth-child(1){
  animation: pathOpacity .8s linear -1.4s infinite alternate
}
.loader-container #loader g path:nth-child(2){
  animation: pathOpacity .8s linear -1.4s infinite alternate
}
.loader-container #loader g path:nth-child(3){
  animation: pathOpacity .8s linear -1.2s infinite alternate
}
.loader-container #loader g path:nth-child(4){
  animation: pathOpacity .8s linear -1s infinite alternate
}
.loader-container #loader g path:nth-child(5){
  animation: pathOpacity .8s linear -.8s infinite alternate
}
.loader-container #loader g path:nth-child(6){
  animation: pathOpacity .8s linear -.6s infinite alternate
}
.loader-container #loader g path:nth-child(7){
  animation: pathOpacity .8s linear -.2s infinite alternate
}
.loader-container #loader g path:nth-child(8){
  animation: pathOpacity .8s linear -.4s infinite alternate
}

@keyframes pathOpacity {
  100%{opacity: 1}
}
@keyframes float {
  50%{transform: translate(0, -2%);}
  100%{transform: translate(0, 2%);}
}

@keyframes whyUs {
  100%{transform: translate(0,0);opacity:1}
}

@media(max-width: 600px){
  .owl-carousel img{
    opacity: 1;
  }
}
