section.hero-section {
  position: relative;
  background: #172423;
  overflow: hidden;
  padding: 0;
}

.hero-content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--white-color);
  z-index: 2;
  width: 100%;
}

.hero-content h1,
.hero-content h3 {
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0;
  color: var(--white-color);
}

.hero-content h1{
  font-size: 80px;
  
}
.hero-content h3 {
  font-size: 16px;
  
}

/* VIDEO container to isolate video scrolling effect */
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video {
  width: 80%;
  height: 650px;
  object-fit: cover;
  transition: width 0.5s ease;
  display: block;
  margin: 0 auto;
      padding-top: 150px;
}

/*.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}
*/


/* our Partners Section Start */

.head-sec {
    text-align: center;
    margin-bottom: var(--m70);
}

.head-sec h2 span {
    color: var(--secondary-color);
}

 .logos .item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
}

.logos .item img {
    width: 100%;
    height: 80px;
    display: block;
    margin-bottom: 10px;
    object-fit: contain;
}

.logos .item p {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}



/* Why choose us section */


section.book-entire-compound {
    position: relative;
    background: #f3eee7;
}

.about_img img {
  width: 80%;
    height: 450px;
    border-radius: 50% 0 0 0;
}

.about_img.right {
    text-align: right;
}

section.book-entire-compound h5 {
    font-size: 32px;
    color: var(--btn-color);
}

section.book-entire-compound p.sm-p {
    font-size: 18px;
  font-weight:bold;
}


.content-sec ul li {
    list-style-type: disc;
    font-size: 15px;
    margin: 0px 0 0 25px;
}

.btn-cont {
margin-top:30px;
}

a#abt-more {
    cursor: pointer;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
}

.about_content.hide {
    padding-right: 50px;
}

.about-video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.abt-video {
    width: 90%;
    height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}


/* Gallery Section Start*/

section.gallery {
background:#172423;
}

section.gallery, section.gallery .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.shape-img {
    padding-top: 20rem;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}
.shape-img img{ width: 63%;
    height: 200px;
}

section.gallery .col-9.md-12.sm-12{
    width:70%;
}
.gallery .rev{
justify-content: space-between;
}
.gallery #second{
    padding-top:var(--p20);
}
.gallery .rev .col-4{
    margin-bottom: 10px;
    padding:5px;
    border-radius: 15px;
}
.gallery .rev .col-4{
    margin-bottom: 10px;
    padding:5px;
    border-radius: 15px;
}
.gallery .rev .col-4 .img {
    padding: 0px 0px;
    position: relative;
    left: 0;
    top: 0;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
}
.gallery .rev .col-4 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
    transform: scale(1);
    transition: 0.5s;
}
.gallery .rev .col-4 .img img:hover{
      transform: scale(1.2);
}
.gallery .rev .col-4 .img {
    border-radius: 15px;
    padding: 0px 0px;
    position: relative;
    left: 0%;
    top: 0%;
    height: 300px;
    cursor:pointer;
    overflow:hidden;
}
.gallery .rev .col-4 .img img:hover{
      transform: scale(1.2);
}
.gallery .rev .col-4 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
     transform: scale(1);
    transition: 0.5s;
    cursor:pointer;
}

.gallery .rev .col-6{
    border: 1px solid #080816;
    width:49%;
}

.gallery .rev .col-6 .img {
    padding: 0px 0px;
    position: relative;
    left: 2%;
    top: 2%;
    height: 300px
}
.gallery .rev .col-6 .img img{
    width:100%;
    height: 300px;
    object-fit:cover;
}

section.home-gallery {
    padding: 0 var(--p12);
    padding-bottom: var(--p60);
}



section.gallery .head-sec {
    position: relative;
}

.arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: absolute;
}

.arrow-mask-wrap svg {
    position: absolute;
    z-index: 1;
    width: 100px;
    display: none;
}

section.gallery .head-sec h2 {
    font-size: 50px;
    text-align: left;
}


section.gallery .col-3.md-12.sm-12 {
    width: 30%;
}

section.gallery .head-sec{
 text-align:center;
 margin-bottom: 70px;
}
section.gallery .head-sec h2{
  text-align:center;
  color:white;
}
section.collection-section {
    background: var(--lt-bg-color);
}

section.gallery .gallery-btn {
    text-align: center;
    margin: auto;
    margin-top:var(--m30);
    display: block;
    width: 250px;
}

.bottom-gallery{
    padding-left: 0px;
    padding-right: 0px;
    justify-content:space-between;
}
.bottom-gallery .col-4{
    width:32%;
     padding-left: 0px;
    padding-right: 0px;
    overflow:hidden;
}
.bottom-gallery .col-4 img{
    height:180px;
    width:100%;
    box-shadow: 0 0 4px;
    transition: all 0.5s ease;
    transform: scale(1);
    cursor:pointer;
    object-fit: cover;
}
.bottom-gallery .col-4 img:hover{
     transform: scale(1.3); 
}
.property .gallery{
    padding-right: 4%;
    padding-left:0px;
}

.bottom-gallery .col-4:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bottom-gallery .col-4:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* hover text css */

.hover-image-box {
  position: relative;
  overflow: hidden;
}

.hover-image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.hover-image-box .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  width:100%;
  height:100%;
}

.hover-image-box:hover .overlay-text {
  opacity: 1;
}

.hover-image-box:hover img {
  transform: scale(1.2);
}

.hover-image-box {
  position: relative;
  overflow: hidden;
}

.hover-image-box img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}


.hover-image-box .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #2d6b2bab;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  pointer-events: none;
}

.hover-image-box:hover .overlay-text {
  opacity: 1;
}

.hover-image-box .overlay-text p {
  margin: 5px 0;
  font-size: 18px;
  color:var(--white-color);
}

/* Video Section Start */


/*section.video-section {
background:#d1ba8e;
}*/

.sec-video{
    border-radius: 10px;
}

.sec-vid {
	width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.m-img img{
  width:100%;
}
section.logos h2{
  text-transform: uppercase;
}
section.book-entire-compound .content-sec{
  display: flex;
  align-items: flex-end;
}