


.gallery {
    padding: 80px 0;
    position: relative;
  }
  
  .gallery-parent {
    display: none;
    margin-bottom: 50px;
  }
  
  .gallery-con {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
  
  .gal-img {
    position: relative;
    width: 31%;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    background-color: #E60013;
    padding: 4px;
  }

  .pop-img {
    width: 100%;
  }
  
  .overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    transition: all ease 0.4s;
    color: #191919;
    transition: all 0.4s ease 0s;
  }
  
  .gal-img:hover .overlay-icon {
    display: block;
  }

  .gallery .gbl_btn {
    margin: 0 auto;
  }
  
  .video {
    text-align: center;
    margin-bottom: 100px;
  }
  
  #video-con {
    margin-top: 62px;
  }
  
  .video-wrapper {
    width: 100%;
    height: 230px;
  }
  
  .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
  
  .modal--bg {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
  }
  
  .modal__content {
    position: absolute;
    top: 20%;
    width: 700px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 250ms ease-in-out;
    z-index: 999;
  }
  
  .modal__content--show {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
  
  .modal__img {
    width: 85%;
    height: auto;
}
  
  .modal__close {
    position: absolute;
    top: -30%;
    right: -68%;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    transition: all 250ms ease-in-out;
    z-index: 3;
  }
  
  .modal__left {
    margin: 0 auto;
    width: 100%;
  }
  
  .btn-1 {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    min-width: 150px;
  }
  .btn-1 span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
  }
  
.pl{
    color: red;
    font-size: 20px;
}

.gal-main-area-yrr.current{
  display: inherit;
 
}

.gal-main-area-yrr{
  display: none;
  text-align: center;
}

.gal-tab-top{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.top-1{
  color: #222;
  padding: 8px 30px;
  font-size: 20px;
  font-weight: 600;
   background-color: #fff;
   border: 1px solid #222;
   border-radius: 20px;
}
.top-1.current{
  background-color: #320101;
  color: #fff;
}

.enq-bt {
    padding: 10px 40px;
    color: #fff;
    background-color: #DB0000;
    display: inline-block;
    transition: all ease 0.4s;
    box-shadow: 0px 3px 5px #989797;
    border-radius: 20px;
}

/* end gallery */


.gal-img-2 video {
  height: 340px;
  width: 100%;
  object-fit: cover;
}

.owl-item.center .item{
  transform: scale(1);
}
.owl-item .item{
  transform: scale(0.8);
}
.cont-gal{
  margin-bottom: 80px;
}



/* end cont-gallery */

@media (max-width: 320px){
  .cont-gal {
    width: 130%;
  }

  .footer {
        width: 130%;
    }

    .gallery {
    margin-left: 34%;
}

    .gal-img {
        width: 135%;
        margin-left: -17%;
    }

        .banner-text h1 {
        margin-left: -15%;
    }
}













