/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}


body {
  font-family: "FC Iconic";
  color: #313131;
  font-size: 14px;
}

.bg-wishingtree {
  background: rgb(243, 238, 231);
  background-image: url(../img/bg-line.png);
  background: linear-gradient(rgba(243, 238, 231, 0.6),
      rgba(243, 238, 231, 0.6)),
    url(../img/bg-line.png) fixed center center;
  background-size: cover;
}

a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  color: #f52e00;
  text-decoration: none;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FC Iconic";
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #f3eee7;
  text-transform: uppercase;
}

.section-header p {
  margin: 0px 0 0 0;
  padding: 0;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
  letter-spacing: 1pt;
}

.titleUnderline {
  width: 4.875rem;
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
  margin: 1.25rem auto;
  display: block;
}

.titleUnderline-right {
  width: 4.875rem;
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
  margin: 1.25rem 0;
  display: block;
}

.linecolor {
  border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
}

.topAndBottomLinesWrapper {
  border-top: 0.0625rem solid rgba(210, 185, 155, 0.2);
  border-bottom: 0.0625rem solid rgba(210, 185, 155, 0.2);
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }

  .topAndBottomLinesWrapper {
    border-top: 0;
    border-bottom: 0;
  }
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.header-container {
  background: rgb(146 146 146 / 40%);
  border-radius: 50px;
  padding: 0px 48px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #f52e00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.back-to-top:hover {
  background: #00b2e2;
  color: #313131;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.NewvideoBanner {
  align-items: center;
  background-color: #fdfbf7;
  display: flex;
  height: 100vh;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  top: -140px;
  /* position: fixed; */
  z-index: -1;
  padding: 0;
}

.videoBanner {
  align-items: center;
  background-color: #fdfbf7;
  display: flex;
  height: 100vh;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  top: -140px;
  z-index: -1;
  padding: 0;
}

.videoBanner video {
  width: 103%;
}

.videoBanner .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(0 0 0 / 0%) 70%,
      rgb(0 0 0 / 60%) 100%);
}

.scrolldown-banner {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
}

@media (min-width: 1024px) {
  /* .hero {
    background-attachment: fixed;
  } */
}

@media (max-width: 991px) {
  .videoBanner {
    height: 100vh;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }

  .videoBanner {
    height: auto;
  }
}

/*--------------------------------------------------------------
# carousel-banner
--------------------------------------------------------------*/
.carousel-banner {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.carousel-banner .carousel-item img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

.video-banner {
  object-fit: cover;
  width: 100vw;
  height: 101vh;
}

@media (max-width: 768px) {
  .carousel-banner {
    height: 100%;
  }
}


@media (max-width: 320px) {

  .carousel-banner .carousel-item video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
}


.intro .content {
  text-align: justify;
  margin-right: auto;
  margin-bottom: 0rem;
  margin-left: auto;
}

.intro h3 {
  font-size: 14px;
  font-weight: 400;
  color: #313131;
  text-transform: uppercase;
}

.intro h2 {
  /* font-size: 24px; */
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #283682;
}

.intro p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.intro .intro-item {
  box-sizing: content-box;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  border-radius: 10px;
}

.intro .intro-item .intro-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transform: scale(1.03); */
  position: relative;
  border-radius: 10px;
}

.intro .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.intro .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f3eee7;
}

.intro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f3eee7;
}

.intro .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 768px) {

  .intro .content {

    text-align: left;

  }
}

@media (max-width: 1199px) {
  .intro .swiper-slide-active {
    opacity: 1;
  }

  .intro .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .intro .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.intro .slick-center .slide-item {
  color: #fff;
}

.intro .slider1 {
  width: 100%;
  height: auto;
  margin: 20px auto;
  text-align: center;
}

.intro .slide-item {
  margin: 0;
  padding: 0;
}

.intro .slider1 div {
  margin-right: 5px;
}

.intro .slick-slide {
  opacity: 0.6;
  width: 10px;
}

.intro .slick-center {
  display: block;
  max-width: 10% !important;
  max-height: 20% !important;
  opacity: 1;
}

@media (max-width: 575px) {
  .intro .content {
    margin-bottom: 0;
  }

  .intro p {
    margin: 15px 30px 30px 30px;
  }
}

@media (max-width: 768px) {
  .intro h2 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 1024px) {}

@media (max-width: 1199px) {}

@media (min-width: 1200px) {}

@media (max-width: 1400px) {}

/*--------------------------------------------------------------
# Room
--------------------------------------------------------------*/
.room {
  padding-bottom: 80px;
  padding-top: 0;
}

.room .section_title {
  color: var(--text-color-0);
  font-size: 100px;
  font-family: "FC Iconic";
  position: inherit;
  margin-bottom: 0;
  line-height: 40px;
  z-index: 9;
  width: 100%;
  margin-left: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.room .slider {
  background-color: transparent;
}

.room .section_title_right {
  padding-right: 8%;
  text-align: right;
}

.room .slick-center .slide-room {
  color: #fff;
  background-color: #222222;
}


.room .slider {
  width: 100%;
  text-align: center;
}

.room .slide-room {
  margin: 0;
  position: relative;
}

.room .slider div {
  margin-right: 5px;
}

.room .slick-slide {
  opacity: 0.2;
  width: 10px;
}

.room .slick-center {
  display: block;
  max-width: 10% !important;
  max-height: 20% !important;
  opacity: 1;
}

.room .slide-room img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 315px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.room .slick-center:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(0 0 0 / 0%) 70%,
      rgb(0 0 0 / 80%) 100%);
  background-size: contain;
  z-index: 1;
}

.room .circle-title {
  position: absolute !important;
  /* left: calc(50% - 0%) !important;
  top: 33% !important; */
  left: calc(3% - 0%) !important;
  bottom: 6% !important;
  font-size: 50px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  /* border-radius: 50%; */
  text-align: center;
  /* width: 210px;
  height: 210px;
  margin-left: -105px; */
  width: 210px;
  height: 100px;
  margin-left: 0;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.room .circle-title h4 {
  font-size: 20px;
}

.room .circle-title span {
  font-size: 30px;
}

.room .block-content-room {
  display: flex;
  justify-content: center;
  /* background: #313131; */
  background-color: #e2e0d1;
}

.room .block-content-room-title {
  background-color: transparent;
}

.room .block-content-room .content {
  text-align: center;
  max-width: 680px;
  margin: 4rem auto;
  /* color: #ffffff; */
  color: #313131;
}

.room .block-content-room .content h2 {
  /* font-size: 24px; */
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  /* color: #ffffff; */
  color: #283682;
}

.room .block-content-room .content p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.room .btn-reserve {
  margin: 10px;
  display: inline-block;
  font-size: 14px;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #313131;
  letter-spacing: 1px;
  padding: 18px 40px 20px 40px;
  transition: none;
  transition: 0.3s;
  border: 1px solid #313131;
}

.room .btn-reserve:hover {
  color: #ffffff;
  background-color: #313131;
  border: 1px solid #313131;
}

.slick-prev:before {
  content: "";
  background-image: url(../img/prev-arrow.svg);
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  background-position: 50%;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  border-radius: 50%;
}

.slick-next:before {
  content: "";
  background-image: url(../img/next-arrow.svg);
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  background-position: 50%;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  border-radius: 50%;
}

.slick-prev {
  left: 10px;
}

@media (max-width: 768px) {
  .room .slide-room img {
    height: 370px !important;
  }

  .room .type-name-room {
    display: block;
  }

  .slick-next,
  .slick-prev {
    top: 42%;
    width: 10px;
    height: 10px;
  }

  .slick-next {
    right: 60px;
  }

  .room .circle-title {
    /* font-size: 8px; */
    width: 150px;
    height: 80px;
    line-height: 20px;
  }

  .room .circle-title h4 {
    font-size: 14px;
  }

  .room .circle-title span {
    font-size: 20px;
  }

  .room .block-content-room .content h2 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .room .block-content-room .content {
    max-width: 680px;
    margin: 4rem 1rem;
  }

  .room .slide-room img {
    height: 460px;
  }
}

@media (max-width: 1024px) {
  .room .slide-room img {
    height: 460px;
  }

  .room .circle-title {}
}

@media (max-width: 1199px) {}

@media (min-width: 1200px) {}

@media (max-width: 1400px) {}

/*--------------------------------------------------------------
# Experiences
--------------------------------------------------------------*/


.experiences .content {
  text-align: center;
  max-width: 680px;
  margin: 4rem auto;
  color: #313131;
}

.experiences .block-content-experiences .content h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #313131;
}

.experiences .experiences-slide .item {
  height: 620px;
  position: relative;
}

.experiences .experiences-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experiences .experiences-slide .item .cover {
  padding: 40px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(0 0 0 / 0%) 70%,
      rgb(0 0 0 / 80%) 100%);
  display: flex;
  align-items: center;
}

.experiences .experiences-slide .item .cover .header-content {
  position: relative;
  padding: 40px;
  overflow: hidden;
}

.experiences .experiences-slide .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 3px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.experiences .experiences-slide .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

.experiences .experiences-slide .item .cover .header-content h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

.experiences .experiences-slide .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.experiences .experiences-slide .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.experiences .experiences-slide .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.experiences .experiences-slide .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  content: "";
  background-image: url(../img/prev-arrow.svg);
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  background-position: 50%;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
}

.experiences .experiences-slide .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.experiences .experiences-slide .owl-nav .owl-prev:focus {
  outline: 0;
}

.experiences .experiences-slide .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  content: "";
  background-image: url(../img/next-arrow.svg);
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  background-position: 50%;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
}

.experiences .experiences-slide .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.experiences .experiences-slide .owl-nav .owl-next:focus {
  outline: 0;
}

.experiences .experiences-slide:hover .owl-prev {
  left: 40px;
  opacity: 1;
}

.experiences .experiences-slide:hover .owl-next {
  right: 40px;
  opacity: 1;
}

@media (max-width: 575px) {}

@media (max-width: 768px) {
  .experiences .block-content-experiences .content h2 {
    font-size: 20px;
  }

  .experiences .experiences-slide .item .cover .header-content h1 {
    font-size: 20px;
  }

  .experiences .experiences-slide .item .cover .header-content {
    position: absolute;
    padding: 40px;
    overflow: hidden;
    bottom: 0px;
    left: calc(5% - 0%);
  }

  .experiences .experiences-slide .item .cover .header-content .line {
    border: 0px solid #fff;
  }

  .experiences .experiences-slide .item {
    height: 370px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 1024px) {
  .experiences .experiences-slide .item {
    height: 460px;
  }
}

@media (max-width: 1199px) {}

@media (min-width: 1200px) {}

@media (max-width: 1400px) {}

/*--------------------------------------------------------------
# why
--------------------------------------------------------------*/
.why {
  padding: 60px 0 120px 0;
  background: rgb(223, 191, 165);
  background: linear-gradient(180deg,
      rgba(255, 227, 202, 0) 0%,
      rgba(255, 227, 202, 0.8) 30%,
      rgba(255, 227, 202, 0.8) 80%,
      rgba(255, 227, 202, 0.8) 100%);
}

.why .box {
  padding: 30px;
  text-align: left;
  transition: 0.3s;
  height: 100%;
}

.why .box h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #313131;
}

.why .box p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.titleUnderline {
  width: 4.875rem;
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
  margin: 1.25rem auto;
  display: block;
}

@media (max-width: 575px) {
  .why .box {
    padding: 0;
  }
}

@media (max-width: 768px) {}

@media (max-width: 991px) {}

@media (max-width: 1024px) {
  .why .box h2 {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {}

@media (min-width: 1200px) {}

@media (max-width: 1400px) {}

/*------------------------------------------------------------------------------------------
#Restaurant
-------------------------------------------------------------------------------------------*/
.restaurant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.restaurant .block-restaurant {
  display: flex;
  justify-content: center;
  align-items: center;
}

.restaurant .block-restaurant .block-time-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background: #fff;
  position: relative;
}

.restaurant .block-time-item {
  display: flex;
  position: relative;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.restaurant .block-time-item:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(243, 238, 231);
  background: radial-gradient(circle,
      rgba(243, 238, 231, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%);
  background-size: contain;
  z-index: 1;
}

.restaurant .restaurant-before:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(223, 191, 165);
  background: radial-gradient(circle,
      rgba(243, 238, 231, 0) 0%,
      rgba(223, 191, 165, 0.2) 100%) !important;
  background-size: contain;
  z-index: 1;
}

.restaurant .block-time-item .content {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.restaurant .block-time-item .content h3 {
  padding: 0;
  margin: 0;
  font-family: "FC Iconic";
  font-size: 14px;
  color: #ffffff;
}

.restaurant .block-time-item .content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 1px 1px 2px #ffffff;
}



.delayed-section img {
  max-width: 100%;
  will-change: transform;
}

.p-rlb-0 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}

@media (max-width: 575px) {
  .restaurant .block-restaurant {
    display: block;
  }
}

@media (max-width: 768px) {}

@media (max-width: 991px) {}

@media (max-width: 1024px) {}

@media (max-width: 1199px) {}

@media (min-width: 1200px) {}


/*--------------------------------------------------------------
# Play A Round Section
--------------------------------------------------------------*/
.playaround {
  background: rgb(49, 49, 49);
  background: linear-gradient(rgba(49, 49, 49, 0.4), rgba(0, 0, 0, 0.6)),
    url(../img/PlayARound/background-around.jpg) fixed center center;
  background-size: cover;
  overflow: hidden;
}

.playaround .block-around {
  display: flex;
  align-content: center;
  align-items: center;
}

.playaround .block-around .width-content {
  width: 40%;
  margin-right: 40px;
  text-align: left;
  color: #ffffff;
}

.playaround .block-around .width-content h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}

.playaround .block-around .width-swiper {
  width: 100%;
}

.playaround .block-around .width-swiper .glightbox img {
  width: 100%;
  height: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  position: relative;
}

.playaround .block-around .width-swiper .glightbox .content {
  display: inline-block;
  background: rgb(243, 238, 231, 0.8);
  border-radius: 0 50px 50px 0;
  text-transform: uppercase;
  padding: 12px 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: absolute;
  top: 2em;
  left: 0;
  color: #fff;
}

.playaround .block-around .width-swiper .glightbox .content h3 {
  font-size: 12px;
  font-weight: 400;
  color: #313131;
  text-transform: uppercase;
}

.playaround .block-around .width-swiper .glightbox .content h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #313131;
}

.playaround .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.playaround .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgb(243, 238, 231, 0.8);
  opacity: 1;
}

.playaround .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(243, 238, 231, 1);
}

.playaround .swiper-slide-active {
  text-align: center;
}

.playaround .content-book-now {
  text-align: center;
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-top: 4rem;
}

.playaround .content-book-now h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
}

.playaround .book-now-home {
  display: inline-block;
  padding: 18px 40px 20px 40px;
  border-radius: 0;
  color: #f3eee7;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "FC Iconic";
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #f3eee7;
  text-decoration-line: underline;
}

.playaround .book-now-home:hover {
  color: #ffffff;
  background-color: #313131;
  border: 1px solid #313131;
}

@media (max-width: 575px) {
  .playaround .block-around .width-content {
    width: 100% !important;
    margin: 4rem 0 !important;
  }
}

@media (max-width: 768px) {
  .playaround .block-around .width-swiper .glightbox img {
    height: 310px;
  }

  .playaround .block-around {
    display: block;
  }

  .playaround .block-around .width-content {
    width: 100% !important;
    margin-right: 20px;
    max-width: 680px;
    margin: 4rem 1rem;
  }

  .playaround .swiper-slide-active {
    border: 6px solid rgb(243, 238, 231, 0.8);
    padding: 4px;
    background: transparent;
    z-index: 1;
  }

  .playaround .content-book-now h2 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .playaround .swiper-wrapper {
    padding: 40px 0;
  }

  .playaround .swiper-slide-active {
    border: 6px solid rgb(243, 238, 231, 0.8);
    padding: 4px;
    background: transparent;
    z-index: 1;
  }
}

@media (max-width: 1024px) {
  .playaround .block-around .width-content {
    width: 50%;
    margin-right: 20px;
  }

  .playaround .block-around .width-content h2 {
    font-size: 20px;
  }

  .playaround {
    background-attachment: scroll;
  }
}

@media (max-width: 1199px) {}

@media (min-width: 1200px) {}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts {
  background: rgb(138, 138, 138);
  background: linear-gradient(rgba(49, 49, 49, 0.4), rgba(66, 66, 66, 0.6)),
    url(../img/footer-bg.jpg) fixed center center;
  background-size: cover;
  overflow: hidden;
}

.recent-blog-posts .block-recent {
  display: flex;
  align-content: center;
  align-items: center;
}

.recent-blog-posts .content {
  text-align: center;
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}

.recent-blog-posts .content h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

.recent-blog-posts .post-box {
  width: 260px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 10px;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  position: relative;
  border-radius: 10px;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

.recent-blog-posts .btn-gallery {
  display: inline-block;
  padding: 18px 40px 20px 40px;
  color: #ffffff;
  transition: none;
  font-size: 14px;
  transition: 0.3s;
  border: 1px solid #f3eee7;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.recent-blog-posts .btn-gallery:hover {
  color: #ffffff;
  background-color: #313131;
  border: 1px solid #313131;
}

@media (max-width: 575px) {
  .recent-blog-posts .block-recent {
    display: block;
  }

  .recent-blog-posts .post-box {
    width: 100% !important;
  }

  .recent-blog-posts .post-box {
    margin: 1rem 0;
  }
}

@media (max-width: 768px) {
  .recent-blog-posts .content h2 {
    font-size: 20px;
  }

  .recent-blog-posts .block-recent {
    flex-wrap: wrap;
  }

  .recent-blog-posts .post-box {
    width: 47%;
  }
}

@media (max-width: 991px) {}

@media (max-width: 1024px) {
  .recent-blog-posts .post-box .post-img img {
    height: 210px;
  }
}

@media (max-width: 1199px) {}

@media (min-width: 1200px) {}

@media (max-width: 1400px) {}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 30px;
  padding-top: 80px;
  position: relative;
  background: #0046B8;
  background: linear-gradient(180deg, rgba(0, 70, 184, 1) 0%, rgba(40, 54, 130, 1) 50%, rgba(28, 37, 88, 1) 100%);
}

.footer .footer-top {
  padding-top: 0px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 150px;
}

.footer .footer-about p {
  font-size: 14px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #f52e00;
  border-color: #f52e00;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: #ffffff;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #f52e00;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 50px;
  border: 1px solid color-mix(in srgb, #f52e00, transparent 70%);
  display: flex;
  background-color: #ffffff;
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: #f52e00;
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px 10px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -9px -7px 0;
  background: #f52e00;
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, #f52e00, transparent 20%);
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

@media (max-width: 575.5px) {
  .container {
    padding: 0 30px;
  }

}

@media (max-width: 991px) {
  .footer-menu .menu-box ul li a {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
  }

  .footer .footer-links ul li {
    border-bottom: 1px solid #dedede;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.roomtype {
  width: 100%;
  height: 100vh;
  background: url(../img/Room/background_room.jpg) top center no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .roomtype {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .roomtype {
    height: auto;
    padding: 120px 0 60px 0;
  }
}

@media (max-width: 768px) {
  .roomtype {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .content {
  text-align: center;
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}

.values h3 {
  font-size: 14px;
  font-weight: 400;
  color: #313131;
  text-transform: uppercase;
}

.values h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #313131;
  text-transform: capitalize;
}

.values .box {
  height: 100%;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 10px;
}

.block-room {
  display: flex;
  align-content: center;
  align-items: center;
}

.values .box img {
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}

.values .book-now {
  display: inline-block;
  padding: 18px 40px 20px 40px;
  color: #313131;
  transition: none;
  font-size: 14px;
  transition: 0.3s;
  border: 1px solid #313131;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.values .box .room-item h4 {
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.values .box .room-item span {
  font-size: 24px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

/*-----------------------------------------------------------------------------------------------------
#
-----------------------------------------------------------------------------------------------------*/
.language-sliding ul li.active {
  border-radius: 50%;
  background: #0c1f1e;
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# END Portfolio Details
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background: #00B2E2;
  background: linear-gradient(150deg, rgba(0, 178, 226, 1) 0%, rgba(1, 70, 184, 1) 38%, rgba(245, 46, 0, 1) 100%);
  padding: 40px;
}

.about h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.about h2 {
  font-size: 12px;
  font-weight: 500;
  color: #dbdbdb;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 20px;
  color: #ffffff;
}

.about .btn-read-more {
  line-height: 0;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #00b2e2;
  box-shadow: 0px 5px 25px rgba(41, 41, 41, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;

}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# END About
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  /* padding: 60px 0; */
}

.team .row {
  justify-content: center;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 15px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.team .member .member-info span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #9e9d9d;
}

.team .member:hover .member-info h4 {

  color: #ffffff;
}

.team .member:hover .member-info span {

  color: #c9c9c9;

}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  background: #00B2E2;
  background: linear-gradient(118deg, rgba(0, 178, 226, 1) 0%, rgba(1, 70, 184, 1) 50%, rgba(245, 46, 0, 1) 100%);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# END Team
--------------------------------------------------------------*/
.block-img {
  width: -webkit-fill-available;
}

.block-img img {
  width: 100%;
  height: 230px;
}

.left-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  position: absolute;
}

.header.header-scrolled {
  background: #ffffff38;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 100px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

@media (min-width: 1400px) {
  .container-xl {
    max-width: 1380px;
  }
}


@media (max-width: 768px) {
  .header .logo img {
    max-height: 80px;
  }
}


@media (max-width: 375px) {
  .header .logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #4154f1;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(0, 70, 184, 1) 0%, rgba(40, 54, 130, 1) 50%, rgba(28, 37, 88, 1) 100%);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
  z-index: 997;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #4154f1;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  margin-top: 100px;
}

.contact .info-box {
  color: #444444;
  background: #ebebeb;
  padding: 30px;
  height: 100%;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #012970;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: #797979;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #ebebeb;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #012970;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #00b2e2;
}

@media (max-width: 768px) {

  .contact {
    margin-top: 60px;

  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Artist
--------------------------------------------------------------*/
.Artist-blog-posts .Artist-post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.Artist-blog-posts .Artist-post-box .Artist-post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.Artist-blog-posts .Artist-post-box .post-img img {
  transition: 0.5s;
}

.Artist-blog-posts .Artist-post-box .Artist-post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.Artist-blog-posts .Artist-post-box .Artist-post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.Artist-blog-posts .Artist-post-box .Artist-post-readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.Artist-blog-posts .Artist-post-box .Artist-post-readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.Artist-blog-posts .Artist-post-box:hover .Artist-post-title {
  color: #4154f1;
}

.Artist-blog-posts .Artist-post-box:hover .Artist-post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Artist Detail Section
--------------------------------------------------------------*/

.DetailArtist h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1pt;
  color: #012970;
}

.DetailArtist h2 {
  color: #444444;
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: 700;

}

.DetailArtist h3 {
  color: #012970;
  margin: 15px 0 15px 0;
  font-size: 32px;
  font-weight: 700;
}


.DetailArtist h4 {
  margin: 15px 0 -15px 0;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.DetailArtist.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.DetailArtist .block-bg {
  padding: 30px 60px;
}

.DetailArtist .block-bg h3 {
  color: #ffffff;
}

.DetailArtist .block-content-item {
  display: flex;
  /* align-items: baseline; */
  margin-bottom: 20px;
}

.DetailArtist .block-content-item .year {
  width: 120px;
}

.DetailArtist .block-bg {
  color: #ffffff !important;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  background: #00B2E2;
  background: linear-gradient(118deg, rgba(0, 178, 226, 1) 0%, rgba(1, 70, 184, 1) 50%, rgba(245, 46, 0, 1) 100%);
  border-radius: 30px;
}

@media (max-width: 768px) {
  .DetailArtist .block-content-item {
    display: block;
  }

  .DetailArtist .block-bg {
    padding: 20px;
  }
}

@media (max-width: 768px) {

  .DetailArtist h1 {

    font-size: 24px;

  }

}

@media (max-width: 768px) {

  .DetailArtist h2 {

    font-size: 14px;
  }
}

@media (max-width: 768px) {

  .DetailArtist h3 {

    font-size: 24px;
  }
}

/*--------------------------------------------------------------

# Hero Section

--------------------------------------------------------------*/

.hero {

  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -110px;
  z-index: -1;
}


.hero img {

  position: absolute;

  inset: 0;

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  z-index: 1;

}

.hero:before {

  content: "";

  background: color-mix(in srgb, var(--background-color), transparent 50%);

  position: absolute;

  inset: 0;

  z-index: 2;

}

.hero .container {

  position: relative;

  z-index: 3;

}

.hero h2 {

  margin: 0;

  font-size: 44px;

  font-weight: 700;

}

.hero p {

  color: color-mix(in srgb, var(--default-color), transparent 20%);

  margin: 5px 0 0 0;

  font-size: 20px;

}

.hero .sign-up-form {

  margin-top: 20px;

  margin-bottom: 15px;

  padding: 10px;

  border-radius: 7px;

  background: color-mix(in srgb, var(--default-color) 5%, white 90%);

  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);

  display: flex;

}

.hero .sign-up-form input[type=email] {

  background-color: transparent;

  border: 0;

  padding: 4px 10px;

  width: 100%;

}

.hero .sign-up-form input[type=email]:focus-visible {

  outline: none;

}

.hero .sign-up-form input[type=submit] {

  border: 0;

  box-shadow: none;

  background-color: var(--accent-color);

  border-color: var(--accent-color);

  padding: 8px 20px 10px 20px;

  border-radius: 7px;

  color: var(--contrast-color);

  transition: 0.3s;

}

.hero .sign-up-form input[type=submit]:hover {

  background-color: color-mix(in srgb, var(--accent-color), transparent 10%);

}

@media (max-width: 768px) {

  .hero h2 {

    font-size: 32px;
  }
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.test-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  padding-bottom: 5px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.test-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.test-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.test-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: #868686;
  display: block;
  margin-bottom: 10px;
}

.test-blog-posts .post-box .post-title {
  font-size: 18px;
  color: #283682;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.test-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.test-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.test-blog-posts .post-box:hover .post-title {
  background: -webkit-linear-gradient(150deg, rgba(0, 178, 226, 1) 0%, rgba(1, 70, 184, 1) 38%, rgba(245, 46, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.test-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Doctors Section
--------------------------------------------------------------*/

.doctors .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  padding: 30px;
  height: 100%;
}

.doctors .team-member .pic {
  overflow: hidden;
  width: 150px;
  flex-shrink: 0;
}

.doctors .team-member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .team-member:hover {
  transform: translateY(-10px);
}

.doctors .team-member .member-info {
  padding-left: 30px;
}

.doctors .team-member h4 {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 20px;
}

.doctors .team-member span {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
  position: relative;
  font-weight: 500;
}

.doctors .team-member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  bottom: 0;
  left: 0;
}

.doctors .team-member p {
  margin: 0px 0 0 0;
  font-size: 10px;
}

.doctors .team-member .p1 {
  margin: 0px 0 0 0;
  font-size: 14px;
  font-weight: 700;
}

.doctors h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}


@media (max-width: 468px) {
  .doctors h1 {

    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px;
  }



  @media (max-width: 468px) {
    .doctors .team-member h4 {
      margin-top: 10px;
      font-weight: 700;
      margin-bottom: 4px;
      font-size: 15px;
    }
  }

  @media (max-width: 468px) {
    .doctors .team-member .member-info {
      padding-left: 15px;
    }
  }

  .doctors .team-member {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }

  .doctors .team-member span::after {
    left: calc(50% - 25px);
  }

  .doctors .team-member .pic {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  padding: 0;
  height: 100%;
}

.portfolio .team-member .blockdate {
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  padding: 45px;
  /* width: 200px; */
  background: linear-gradient(118deg, rgba(0, 178, 226, 1) 0%, rgba(1, 70, 184, 1) 50%, rgba(245, 46, 0, 1) 100%);
  text-align: center;
}

.portfolio .team-member .pic {
  overflow: hidden;
  width: 200px;
  flex-shrink: 0;
}

.portfolio .team-member .pic img {
  transition: ease-in-out 0.3s;
}

.portfolio .team-member:hover {
  transform: translateY(-10px);
}

.portfolio .team-member .member-info {
  padding: 30px 30px 0 30px;
}

.portfolio .team-member h4 {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 20px;
}

.portfolio .team-member span {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
  position: relative;
  font-weight: 500;
}

.portfolio .team-member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  bottom: 0;
  left: 0;
}

.portfolio .team-member p {
  margin: 0 0 17px 0;
  font-size: 12px;
}

.portfolio .team-member .cut-text-multi {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portfolio .team-member .blockdate span {
  font-size: 12px;
  padding: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.portfolio .team-member h1 {
  margin: 0;
  font-size: 36.5px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

@media (max-width: 468px) {
  .portfolio .team-member {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }

  .portfolio .team-member .member-info {
    padding: 20px;
    text-align: center;

  }

  .portfolio .team-member span::after {
    left: calc(50% - 25px);

  }

  .portfolio .team-member .blockdate {
    display: flex;
    width: 100%;
    padding: 20px 40px;
    justify-content: space-between;
    align-items: center;
  }

  .portfolio .team-member .blockdate span {
    position: absolute;
    right: 36px;
    font-size: 35px;
  }

  .portfolio .team-member .pic {
    width: 100%;
  }

  .portfolio .team-member h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.About #About-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.About #About-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.About #About-flters li:hover,
.About #About-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.About #About-flters li:last-child {
  margin-right: 0;
}

.About .About-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.About .About-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.About .About-wrap img {
  transition: 1s;
}

.About .About-wrap .About-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.About .About-wrap .About-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.About .About-wrap .About-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.About .About-wrap .About-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.About .About-wrap .About-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.About .About-wrap .About-links {
  text-align: center;
  z-index: 4;
}

.About .About-wrap .About-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.About .About-wrap .About-links a i {
  font-size: 24px;
  line-height: 0;
}

.About .About-wrap .About-links a:hover {
  background: #5969f3;
}

.About .About-wrap:hover img {
  transform: scale(1.1);
}

.About .About-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.About .About-wrap:hover .About-info {
  opacity: 1;
}

.About .About-wrap:hover .About-info::before {
  top: 15px;
  left: 15px;
}

.About .About-wrap:hover .About-info::after {
  bottom: 15px;
  right: 15px;
}


/*--------------------------------------------------------------
# Plan your visit
--------------------------------------------------------------*/
.location .block {
  text-align: center;
  margin-bottom: 30px;
}

.location .block h1 {
  font-size: 32px;
  color: #283682;
  margin-bottom: 40px;
  margin-top: 60px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1pt;
}

.location .block h2 {
  font-size: 22px;
  color: #0046B8;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1pt;

}

.location .block h3 {
  font-size: 36px;
  color: #283682;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1pt;
}

.location .block h4 {

  font-size: 22px;
  color: #0046B8;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1pt;
  margin-top: 0px;
}



.location .block p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5pt;
}

.location .text-left {
  text-align: left !important;
}

.location .block img {
  width: 500px;
  height: auto;
}

@media (max-width: 468px) {
  .location .block h1 {
    font-size: 22px;

  }

  .location .block p {
    text-align: left;
  }
}


/*--------------------------------------------------------------
# Facilities Detail Section
--------------------------------------------------------------*/

.Facilities h1 {
  margin: 0px 0 0px 0;
  font-size: 32px;
  font-weight: 700;
  color: #012970;
  letter-spacing: 1pt;
}

.Facilities h2 {
  color: #444444;
  margin: 5px 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.Facilities h3 {
  color: #012970;
  margin: 15px 0 15px 0;
  font-size: 36px;
  font-weight: 700;
}

.Facilities p {
  margin: 5px 0 8px 0;
  font-size: 14px;
  font-weight: 0;
}


@media (max-width: 768px) {

  .Facilities h1 {

    font-size: 24px;

  }

}

/*--------------------------------------------------------------
# FAQ Detail Section
--------------------------------------------------------------*/

.FAQ h1 {
  margin: 0px 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.FAQ h2 {
  color: #444444;
  margin: 5px 0 5px 0;
  font-size: 16px;
  font-weight: 700;
}

.FAQ h3 {
  color: #012970;
  margin: 15px 0 15px 0;
  font-size: 36px;
  font-weight: 700;
}

.FAQ p {
  margin: 5px 0 8px 0;
  font-size: 14px;
  font-weight: 0;
}



/*--------------------------------------------------------------
# FAQ Detail Photo
--------------------------------------------------------------*/


.Facilities .carousel-item img {

  width: 100%;
  height: 450px;
  object-fit: cover;
  /* transform: scale(1.03); */
  position: relative;
  border-radius: 10px;
  margin-top: 15px;
}

.faq__v2 {
  margin-top: 50px;
}

.faq__v2 {
  background-color: rgba(var(--inverse-color-rgb), 0.02);
}

.faq__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}

.faq__v2 .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: var(--inverse-color);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "\f2ea";
}

.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background: #00B2E2;
  background: linear-gradient(150deg, rgba(0, 178, 226, 1) 0%, rgba(1, 70, 184, 1) 100%);
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #00b2e2;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
  box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}

.faq__v2 .custom-accordion .accordion-item .accordion-body {
  border-top: none;
  background-color: #ebebeb;
}

.faq__v2 h1 {
  margin: 0px 0 30px 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1pt;
  color: #012970;

}

.faq__v2 .container {
  max-width: 1400px;
}



@media (max-width: 768px) {

  .faq__v2 {

    margin-top: 15px;
  }
}

@media (max-width: 768px) {

  .faq__v2 h1 {
    font-size: 20px;
    margin-top: 30px;
  }
}


@media (max-width: 768px) {

  .faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #00B2E2;
    background: linear-gradient(150deg, rgba(0, 178, 226, 1) 0%, rgba(1, 70, 184, 1) 100%);
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
  }
}

/*--------------------------------------------------------------
# Detail workshop
--------------------------------------------------------------*/

.Detailworkshop h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #012970;
  letter-spacing: 1pt;
  padding-bottom: 10px;
}

@media (max-width: 768px) {

  .Detailworkshop h1 {

    font-size: 28px;

  }

}


/*--------------------------------------------------------------
# What's On Now
--------------------------------------------------------------*/
.Onnow .content {
  background: #000000;
  padding: 31.5px;
}

.Onnow-header {
  margin: 0px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
  letter-spacing: 1pt;
}

.Onnow h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.Onnow h2 {
  font-size: 12px;
  font-weight: 500;
  color: #dbdbdb;
}

.Onnow p {
  margin: 15px 0 30px 0;
  line-height: 20px;
  color: #ffffff;
}

.Onnow .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #00b2e2;
  box-shadow: 0px 5px 25px rgba(41, 41, 41, 0.3);
}

.Onnow .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.Onnow .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;

}

.Onnow .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# END What's On Now
--------------------------------------------------------------*/