/* About : Hero */
.hero-section {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.hero-inner{
  padding:0 50px;
  text-align: center;
  position: relative;
  z-index: 99;
}

.hero-text {
 
}

.hero-desc{
  color: #17538a;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.hero-bg {
  background: url('../images/About-Hero BG.png') 50% 50% no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

.logo-bg{
background: url('../images/logo-BG.png') 50% 50% no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image-inner {
  position: relative;
}

.hero-image {
  background: url('../images/About-Hero.png') 50% 50% no-repeat;
    background-size: contain;
    background-position: bottom center;
    position: relative;
    width: 100%;
    height: 500px;
    bottom: 0;
    z-index: 2;
}

.hero-button-area{
  position: absolute;
  bottom: 10%;
  z-index: 99;
  display: flex;
	gap: 10px;
	justify-content: center;
  width: 100%;
}

.hero-button-area-m{
  display: none;
}


/* Responsive */
@media (max-width: 1600px) {
  .hero-image {
      height: 400px;
  }
  }

@media (max-width: 1200px) {
  .hero-image {
    height: 300px;
}
  }



@media (max-width: 767px) {
  .hero-section {
    padding-top: 100px;
  }

  .hero-image {
    height: 200px;
}

.hero-inner {
  padding: 0 5px;
}

.hero-text {
  padding: 0 30px;
}

.hero-button-area {
  display:none;
}

.hero-button-area-m{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}


  }

@media (max-width: 450px) {
  .hero-title{
font-size:32px;
  }

  .hero-desc{
    font-size: 18px;
}
}


 /* owner section   */
.owner-section{
position: relative;
  overflow: hidden;
}

.owner-bg{
background: url('../images/owner-G.png') 50% 50% no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.owner-inner{
 display: grid;
 grid-template-columns: 1fr 1fr;
    gap: 0px;
    align-items: center;
    padding: 50px 200px 0;
    padding-right: 100px;
    color: #17538a;
    z-index: 2;
    position: relative;
}

.owner-left{
text-align:right;
}

.owner-details{
  font-weight:600;
}


.owner-image{
background: url('../images/owner-img.png') 50% 50% no-repeat;
    background-size: contain;
    background-position: left;
    position: relative;
    width: 100%;
    height: 550px;
    z-index: 1;
}

.owner-img-mobile{
  display:none;
}


.team-card-img-m {
 width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    outline: none;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #fd5658, #844ded);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 4px solid transparent;
    transition: all 0.4s ease;
}

@media (max-width: 1200px) {
.owner-inner{
    padding: 50px 100px 0;
    padding-right: 100px;
}


.owner-image{
    height: 450px;
}

}

@media (max-width: 990px) {
.owner-inner{
    padding: 50px 50px 0;
     padding-right: 0px;
}


}

@media (max-width: 650px) {
.owner-inner{
     grid-template-columns: 1fr;
     padding: 30px;
}

.owner-img-mobile{
  display:grid;
}

.owner-details{
  display:none;
}

.owner-right{
  display:none;
}

.owner-left {
    text-align: center;
}
}


/* Team section  */
/* Team section  */
.vxl-team-section{
  overflow: hidden;
}

.team-bg{
background: url('../images/TeamPage-Team.png') 50% 50% no-repeat;
    background-size: 100% 100%;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: 0; */
    z-index: 1;
}

.team-area{
  position: relative;
   z-index: 9;
}

.team-slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.team-card1 {
display: grid;
    color: #17538a;
}

.team-img {
 width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    outline: none;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #fd5658, #844ded);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 4px solid transparent;
    transition: all 0.4s ease;
}

.highlight-about {
  color: #ef365c;
  font-weight: 600;
}

.team-card1 h3 {
  font-size: 18px;
  margin: 5px 0;
  color: #17538a;
  font-weight: 600;
}

.team-card1 p {
  font-size: 14px;
  line-height: 1.5;
  width: 70%;
    margin: 0 auto;
}


.contact-links{
gap:20px;
margin-top: 5px;
}

.contact-links a{
text-decoration: none;
}

.contact-links img{
width: 15px;
height: 15px;
}

.team-category-title{
    font-size: 30px;
  margin: 5px 0;
  color: #17538a;
  font-weight: 600;
}

.card-inner {
    width: 260px;
}

.team-category {
    border-bottom: 1px solid #18548a8a;
    padding-bottom: 40px;
    padding-top: 30px;
}

.team-category-title {
   font-size: 30px;
    margin-bottom: 50px;
    color: #17538a;
    font-weight: 600;
}

  @media (max-width: 600px) {
.team-category-title {
    font-size: 25px;
    margin-bottom: 30px;
}
}


/* Big Picture  */
 .big-picture-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px;
    overflow: hidden;
  }

  .about-video {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
  }

  .about-video video {
   height: 100%;
  }

  .about-container {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #17538a;
    padding: 20px;
    width: 65%;
    display: grid;
      gap: 20px;
  }

  .about-container-text title{
    align-items: center;
  }

  .about-container-text.title {
    font-size: 50px;
}

  .about-text {
    font-size: 20px;
    line-height: 1.6;
  }

  @media (max-width: 1024px) {
    .about-container {
      padding: 0px;
      width: 80%;
  }

  .big-picture-section {
    padding: 50px;
  }

  }

  @media (max-width: 768px) {
      .big-picture-section {
        padding: 30px;
    }

    .about-container {
      padding: 0px;
      width: 100%;
  }

    .about-text {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .about-video video {
    height: 100%;
    width: 100%;
}

.about-container-text.title {
    font-size: 35px;
}
}

/* popup */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 400px;
  max-width: 90%;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #aaa;
}

.close-btn:hover {
 color: #fe3c66;
}

.location-buttons {
  margin-top: 20px;
  display:flex;
  gap:10px;
  justify-content: center;
}

.btn-locaton{
border-radius:5px;
}

.book-title{
font-size: 25px;
    position: relative;
    font-weight: 800;
    color: #18548a;
    margin-bottom: 20px;
}

.book-text{
        color:rgb(103, 105, 107);
    position: relative;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}