.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden; 
}

.offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden; 
}
.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; 
}


.swiper-container {
    height: calc(100vh - 192px); 
}
.swiper-container .swiper-slide .image-wrap {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
}
.swiper-container .swiper-slide .image-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
/*
  background: #666666;
    opacity: 0.7;
*/
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.swiper-container .swiper-slide .image-wrap img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; 
}
.swiper-container .swiper-slide .image-wrap .image-info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}

.swiper-container .swiper-slide .image-wrap .image-info h2 {
    color: #fff; 
}

.swiper-container .btn-outline-white {
    padding: .375rem .75rem !important;
    border-color: #fff;
    color: #fff !important;
    border-width: 2px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: bold;
}
.swiper-container .btn-outline-white:hover {
  background: #fff;
  color: #000 !important; 
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 10px;
  right: auto;
  z-index: 9; 
}
.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before {
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    content: "\f053";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff; 
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 20px;
  left: auto; 
}
  .swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before {
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff; 
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #DBAE27; 
}


.image-info .video-btn{
    color: #fff !important;
    font-size: 1.6rem !important;
}
.image-info .video-btn{
    font-size: 4rem !important;
}
.video-btn:hover{
    color: #DBAE27 !important;
    cursor: pointer;
}
.E-Series .image-info .video-btn , .E-Series-ar .image-info .video-btn{
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 6rem !important;
}
.E-Series .video-btn:hover , .E-Series-ar .video-btn:hover{
    color: #fff !important;
}
    
.video .modal-dialog {
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
    .video .modal-dialog {
        max-width: 100%;
    } 
}
.video .modal-body {
  position:relative;
  padding:0px;
}
.modal-backdrop{
    background-color: #fff;
    background-image:url('../../../assets/images/logo/rafeed/logo.png');
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1 !important;
}
.video .close {
  position:fixed;
  right: 8px;
  top: -8px;
  z-index:999;
  font-size:3rem;
  font-weight: normal;
  color:#000;
  opacity:1;
}
.image-info .cat-icon{
    color: #fff;
    font-size: 85px !important;
    line-height: 100px;
}
.image-info p{
    color:#fff;
    margin-top:-25px;
    font-size: 0.85rem;
}


.fixed-video {
    position: fixed;
    z-index: 99;
    top: 92.5%;
}    
.btn--doar  {
  padding: 4px;
  padding-left: 8px;
  font-weight: 700;
  font-size: 0.7rem;
  text-decoration: none;
  text-align: center;
  transition: all .5s ease; 
  margin-left: -1px;
  color: #fff !important;
  padding-right: 0;
  background-color: #DBAE27;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 100%, 0 100%);
}
.btn--doar:hover { 
    color: #fff !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);  
}
.btn--doar:after {
  content: "\f144";
  color: #fff;
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  right: -55px;
  transition: all 0.2s ease;
}
.btn--doar:hover:after {
  margin: -5px 10px;
  right: 0px;
  font-size: 1rem;
}


.video #myModal2 h1 {
  margin: 0;
  font-size: 4em;
  font-family: Helvetica-Neue-Light;
  color: #333;
  word-spacing: 16px;
}

.video #myModal2 p {
  font-size: 1.4em;
  font-family: Helvetica-Neue-Light;
  color: #222;
  text-shadow: 0 0 40px #FFFFFF, 0 0 30px #FFFFFF, 0 0 20px #FFFFFF;
}

.video #myModal2 .container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url('');
  background-size: cover;
}

.video #myModal2 .wrapper {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: table;
}

.video #myModal2 .content {
  display: table-cell;
  vertical-align: middle;
}

.video #myModal2 .item {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
}

@media only screen and (min-width: 800px) {
  .video #myModal2 h1 {
    font-size: 6em;
  }
  .video #myModal2 p {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 320px) {
  .video #myModal2 h1 {
    font-size: 2em;
  }
  .video #myModal2 p {
    font-size: 1.2em;
  }
}