@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

:root {
  --primary: #e8703c !important;
  --secondary: #1b447a !important;
  --white: #ffffff !important;
  --black: #666666 !important;
  --font-title: "Exo", sans-serif !important;
  --fonts: "Roboto", sans-serif !important;
}

.about-us-bg {
  background-image: url(../images/key-features-bg.png);
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow-x: hidden;
}

.about-us-color {
  background-color: #f5f5f5;
}

.text-18 {
  font-size: 18px;
  line-height: 28px;
}

.about-info-img {
  width: 100%;
  border-radius: 10px;
}

.about-info-text-1 {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
  padding-right: 30px;
}

.about-info-text-1 h4 {
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 38px;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 30px;
}

.about-info-text-1 p {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  color: var(--black);
  font-weight: 400;
}

.about-info-text-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 30px;
}

.about-info-text-2 h4 {
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 38px;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 30px;
}

.about-info-text-2 p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  line-height: 24px;
}

.facility-gallery .swiper-slide {
  border-radius: 15px;
  position: relative;
}

.facility-gallery-img {
  width: 100%;
  border-radius: 15px;
}

.facility-video {
  background-color: var(--primary);
  border-radius: 10px;
  padding: 10px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 193px;
  position: relative;
}

.facility-video .facility-video-img {
  border-radius: 10px;
  margin-left: auto;
  float: right;
}

.facility-video .video-btn {
  filter: brightness(0) invert(1);
}

.facility-video p {
  position: absolute;
  bottom: 0;
  left: 10px;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-title);
  text-transform: uppercase;
}

.btn-gallery {
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--white);
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  border: 1px solid var(--primary);
  font-weight: 500;
}

.btn-gallery:hover {
  background-color: var(--primary);
  color: #fff;
  border: #000 1px solid;
}

.facility-package-gallery-div {
  background-color: #fff !important;
  height: 290px !important;
  width: 100% !important;
  position: relative !important;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d9d9d9 !important;
}

.facility-package-gallery-img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  position: absolute !important;
  border-radius: 10px;
}

/* responsive */
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
  .abt-main-title {
    font-size: 24px;
    line-height: 32px !important;
  }

  .text-18 {
    font-size: 16px;
    line-height: 25px;
  }

  .about-info-text-1,
  .about-info-text-2 {
    position: relative;
    transition: none !important;
    padding: 0;
  }

  .about-info-text-1 h4,
  .about-info-text-2 h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .about-info-text-1 p,
  .about-info-text-2 p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 3;
  }

  .order4 {
    order: 4;
  }

  .order5 {
    order: 5;
  }

  .order6 {
    order: 6;
  }

  .facility-package-gallery-div {
    height: 240px !important;
  }
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 767px) {
  .facility-video {
    height: auto;
  }

  .facility-video .facility-video-img {
    float: none;
    width: 100%;
    margin-top: 15px;
  }

  .video-btn {
    width: 45px;
  }

  .facility-video p {
    position: absolute;
    left: 70px;
    top: 22px;
    text-align: right;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 360px) {
}
