@font-face {
  font-family: 'gretalight';
  src: url('../fonts/GretaArabic-Light.otf') format('otf');
  font-weight: light;
}

@font-face {
  font-family: 'gretaregular';
  src: url('../fonts/Greta_Arabic_Regular.woff2') format('woff2');
  font-weight: normal;
}

@font-face {
  font-family: 'gretamedium';
  src: url('../fonts/GretaArabic-Medium.woff2') format('woff2');
  font-weight: medium;
}

body {
  font-family: gretamedium;
  color: #414042;
}

.rtl .search-form {
  flex-direction: row-reverse;
  padding-left: 0px;
}

.banner-hero {
  padding-top: 20%;
  padding-bottom: 14%;
  /* min-height: calc(113vh - 70px); */
  margin-top: -135px;
  margin-bottom: 0px;
  background: url(../imgs/pages/header-bg.jpg) no-repeat center top;
  background-size: 100%;
}
.banner-hero-mob-logo{
  display: none;
}

.banner-hero-box {
  padding-top: 13%;
  padding-bottom: 60px;
  /* min-height: calc(100vh - 70px); */
  margin-top: -135px;
  margin-bottom: 0px;
  background: url(../imgs/pages/header-bg.jpg) no-repeat center top;
  background-size: 100%;
}

.banner-hero-mob {
  display: none;
}

.banner-home-bottom {
  /* padding-top: 248px; */
  /* padding-bottom: 120px; */
  min-height: 310px;
  margin-top: 10px;
  margin-bottom: 0px;
  background: url(../imgs/pages/bg-1.jpg) no-repeat center top;
  background-size: cover;
}

.menu-item.active {
  color: #bc9b6a;
}

.footer-menu {
  padding-top: 0rem;
  padding-bottom: 2.5rem;
}
.footer-ul li:last-child{
  padding-bottom: 0px;
}

.footer-menu a {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.footer-menu a.active {
  color: #bc9b6a;
  border-bottom: 1px solid #bc9b6a;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

/* swiper */
.swiper_wrap {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
}

.swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30px;
  height: 30px;
  padding: 10px;
  transform: translateY(-50%);
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 30px;
  height: 30px;
  padding: 10px;
  transform: translateY(-50%);
  margin-top: 0px;
}

.ul-list {
  list-style: disc;
  padding: 0px 15px;
}

.ul-list li {
  font-family: gretaregular;
  color: #000;
  font-size: 16pt;
  margin-bottom: 3px;
}
.media-slider .swiper-slide, .thumbs-slider .swiper-slide {
  opacity: 0.6;
}
.media-slider .swiper-slide-active{
  opacity: 1;
}
/* video */
.video_slider .swiper-container {
  width: 100%;
  height: 100%;
}

.video_slider .main-slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  /* Adjust the height as needed */
}

.video_slider .video-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.video_slider  .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  color: white;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
}

.video_slider  .video-iframe {
  display: none;
  width: 100%;
  height: 100%;
}

.video_slider .thumbs-container {
  width: 100%;
  /* height: 100px; */
  /* Adjust the height as needed */
  margin-top: 20px;
}

.video_slider .thumbs-slider .swiper-slide {
  width: auto;
  height: 100%;
  transition: opacity 0.3s;
}

.video_slider  .thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.video_slider  .thumbs-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_slider  .swiper-button {
  color: black;
}
/* video */
@media only screen and (max-width: 1321px) and (min-width: 1024px) {
  .menu-item {
    font-size: 14pt;
    padding: 14px;

  }

  .banner-hero-box {
    margin-top: -120px;
  }

  .banner-hero-box img {
    width: 170px;
  }

  .banner-hero-box p {
    max-width: 400px;
    font-size: 14pt;
  }
}

@media only screen and (max-width: 1023.9px) {
  .banner-hero-box, .banner-hero {
    display: none;
  }
  .banner-hero-mob-logo{
    display: block;
    padding-top: 13%;
    /* padding-bottom: 14%; */
    /* min-height: calc(113vh - 70px); */
    /* margin-top: -135px; */
    margin-bottom: 0px;
    background: url(../imgs/bg-top-mob.jpg) no-repeat center top #0a404f;
    background-size: 100%;
  }

  .banner-hero-mob {
    display: block;
    padding-top: 13%;
    /* padding-bottom: 60px; */
    /* min-height: calc(100vh - 70px); */
    /* margin-top: -135px; */
    margin-bottom: 0px;
    background: url(../imgs/bg-top-mob.jpg) no-repeat center top #0a404f;
    background-size: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .swiper-button-prev {
    left: 0;
  }

  .swiper-button-next {
    right: 0;
  }
}