

/*******DEFAULT*******/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html,
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  font-size: var(--main-text-size);
  font-weight: 400 !important;
  outline: none !important;
  overflow-x: hidden !important;
  list-style: none !important;
  scroll-behavior: smooth;
}

li {
  list-style: none !important;
}

* {
  box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  transition-duration: .3s !important;
}

*:focus {
  outline: none !important;
}

*::focus {
  outline: none !important;
}

textarea:focus,
input:focus,
.form-control:focus {
  outline: none !important;
}

.input-box{
  position: relative;
  border-radius: 30px !important;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}

textarea:focus, input, input:focus{
    outline: none !important;
}

*:focus {
    outline: none;
}

.container{
  max-width: var(--container-max-width);
}

.container-max{
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.input-box input{
  border: none;
  background-color: transparent;
  width: 160px;
  color: #CCC;
  padding-left: 15px;
  padding-right: 15px;
}

.input-box i {
  position: absolute;
  right: 13px;
  top: 9px;
  color:#007ac1;

}

/*******END*******/


/*******THEME GENERAL*******/
html{
  background-color: var(--html-color);
}

body{
  background-color: #fff8e5;
  max-width: var(--body-max-width);
  margin-left: auto;
  margin-right: auto;
}

input.custom-file-input:focus, input:focus, input.custom-file-input:active, input:active{
  outline: none !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: none !important;
}


:focus {
  outline: 0;
}
.menu-spacer{
  width: 100%;

}
.menu-spacer-in{
  height: 65px;
}

.container-slider{
  max-width: var(--home-slider-max-width);
  margin-left: auto;
  margin-right: auto;
}

.container-mid{
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-min{
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.full-division{
  display: block;
  width: 100%;
  background-color: var(--section-background);
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.home-slider-space{
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.utaa{
  display: none;
}

#home-slider{
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vw / 1920 * 880);
  max-height: 879px;
  border-radius: 20px;
  overflow: hidden;
}

.video-responsive {
  
}

.canvas,
.video {
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%;
}
#over_video{
  position: absolute;
  top: 0;
  width: 100%;
}



.bofer{
  position: relative;
  display: block;
  z-index: 1;
  width: 35%;
  height: auto;
  left: 0;
  top: 50px;
}


.ish{
  position: absolute;
  width: 90%;
  z-index: 10;
  top: -20%;
}

.san-all{
  position: relative;
  width: 40%;
  left: 60%;
  top: 10%;
}

.hudluh{
  position: relative;
  display: block;
  width: 100%;
  transform: rotate(-3deg);
  transform-origin: top center;
  transition: 8s ease-in-out;
}

.san{
  width: 100%;
  position: relative;
  display: block;
  z-index: 0;
}


.b-it{
  transform: rotate(3deg);
  transform-origin: top center;
  transition: 8s ease-in-out;
}



.navch{
  position: absolute;
  left: 0;
  top: 15%;
  width: 60%;
  z-index: 10;
}



.sum-home{
  position: absolute;
  width: 60%;
  right: 0;
}

.ag-resons_bg {
  position: absolute;
  width: 100%;
  height: 0;
  top: 30%;
  left: -10%;
}
.ag-resons_canvas {
  position: relative;
  z-index: 10;
  width: 100%;
}

.home-aylal{
  padding: 50px 0;
}

.ay-title{
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}


.news-home{
  padding: 60px 0;
  background-color: #fff9f5;
}

.production{
  padding: 60px 0;
  background-color: #1c0d29;
  color: #fff;
  text-align: justify;
}

.production p{
  margin-bottom: 30px;
}

.about-home{
  padding: 60px 0;
}

.page{
  padding: 60px 0;
}

.header2{
  text-align: center;
  padding: 70px 0;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-n{
  text-align: justify;
  margin-bottom: 30px;
}

.aylal-gallery{
  background-color: #dccec8;
  padding: 60px 0;
}

.aylal-video{
  background-color: #dcd7c8;
  padding: 60px 0;
}













.title1{
  font-size: 20px;
  color: #913b0c;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.title2{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.desc-2{
  text-align: var(--desc-2-align);
  color: var(--desc2-color);
  display: -webkit-box;
  -webkit-line-clamp: var(--desc2-mur);
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-bottom: 20px;
}


.default-btn{
  display: block;
  text-align: center;
  max-width: 200px;
  padding: 8px 20px;
  color: #fff;
  background-color: #913b0c;

}

.default-btn:hover{
  color: #fff;
  background-color: #63341a;
}

/*******END*******/


/*******SCROLL ANIMATION*******/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.slider-main {
  background: transparent;
}

.slider-main .owl-next{
    background: var(--all-slider-next);
    top: calc(50% - 30px);
}

.slider-main .owl-prev{
    background: var(--all-slider-prev);
    top: calc(50% - 30px);
}

.slider-main .owl-dots{
  position: relative;
  margin-top: 5px;
}



@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.news-main .owl-stage{
  overflow: hidden;
  padding-bottom: 10px;
}


.single-video{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.single-video iframe{
  width: 100% !important;
}


/*******END*******/





/*DEFAULT RESPONSIVE*/

@media only screen and (max-width: 1320px) {
  .home-slider .item{
    height: calc(100vw / 1.8);
  }
  .slider-title{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }

  .slider-desc{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }

  .slider-title{
    font-size: 15px;
  }

  .slider-desc{
    font-size: 14px;
  }
  .slider-content a{
    padding: 8px 8px;
    font-size: 15px;
  }

  #home-slider{
    height: calc(100vw / 1920 * 1000);
  }

  .hs-zoom{
    transform: scale(1.2);
    transform-origin: top center;
  }
}

@media only screen and (max-width: 768px) {
  .default-btn{
    padding: 7px 8px;
    font-size: 15px;
  }
  .home-ti .col-md-6, .home-ti .col-md-7, .home-ti .col-md-5{
    margin-bottom: 30px;
  }
  #home-slider{
    height: calc(100vw / 1920 * 1250);
  }

  .hs-zoom{
    transform: scale(1.5);
    transform-origin: top center;
  }
}

@media only screen and (max-width: 576px) {
  .default-btn{
    padding: 6px 8px;
    font-size: 14px;
  }
  .container{
    padding-left: 8px;
    padding-right: 8px;
  }

  #home-slider{
    height: calc(100vw / 1920 * 1700);
  }

  .hs-zoom{
    transform: scale(2.1);
    transform-origin: top center;
  }
  .sum-home img{
    margin-left: -10%;
  }
  .bofer{
    left: 15% ;
    top: 20px;
  }
  .video-responsive video{
    left: 8%;
  }
}
/*******END*******/


