@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
*{padding:  0;margin: 0;box-sizing: border-box;}
html, body {
  height: 100%;
  scroll-behavior: smooth;
}
body {font-family: 'Roboto', sans-serif;}
a {text-decoration: none;}
header {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
nav {
  width: 994px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
nav ul li {
  display: inline-block;
  color: #fff;
  padding: 58px 0;
  margin: 0 8px;
}
nav ul li:hover {
  transform: scale(1.2);
  transition: linear .2s;
}
nav #scrolling li {
  display: inline-block;
  color: #fff;
  padding: 35px 0;
  margin: 0 8px;
}
#social-media {
  position: fixed;
  bottom: 25px;
  right: 25px;
  font-size: 28px;
  z-index: 99985;
}
.media-icon {
  color: #fff;
  background: #000;
  padding: 5px 8px;
  border-radius: 100%;
}
.yt {background: #f00;padding: 5px}
.fb {background: #4267B2;}
.insta {background: #d62977}
#banner, #banner-hm {
  width: 100%;
  height: 540px;
  background-color: #eecfdf;
  position: relative;
}
#banner-hm {
  background: #a58c77;
}
#banner-hm .banner-title {
  color: #fff;
  border-color: #fff;
}

#nurse {
  width: 168px;
  height: 438px;
  background: url('../img/nurse.webp') center center;
  background-size:  cover;
  position: absolute;
  right: 19%;
  bottom: 0;
  z-index: 999;
}
#text-box {
  width: 50%;
  height: 250px;
  position: relative;
  top: 120px;
  left: 0;
  text-align: center;
}
@keyframes showIcon {
	0% {transform: scale(0.8);}
	50% {transform: scale(1.2);}
	100% {transform: scale(1.0);}
}
@keyframes popup {
	0% {
		width: 70%;
		opacity: 1;
		right: 50px;
	}
	100% {
		width: 0;
		opacity: 0;
		left: 100%;
	}
}
#popup {
	width: 350px;
	height: 100px;
	display: flex;
	background: none;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: fixed;
	top: 150px;
	right: 25px;
}
#popup-icon {
	width: 64px;
	height: 64px;
	background-image: url('../img/popup.webp');
	background-position: center center;
	background-size: cover;
	background-color: #fff;
	margin-top: 15px;
	border-radius: 100%;
	padding: 5px;
	border: 4px solid gold;
	z-index: 2;
	position: fixed;
	animation: showIcon;
	animation-duration: .5s;
	cursor: pointer;
}
#popup-text {
	width: 70%;
	background-color: #fff;
	border: 4px solid gold;
	text-align: center;
	position: relative;
	right: 50px;
	z-index: 1;
	padding: 12px;
	animation-name: popup;
	animation-duration: .5s;
	animation-direction: reverse;
	display: none;
	user-select: none;
}
.banner-title {
  width: 200px;
  padding-top: 20px;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
  border-bottom: 3px solid #fff;
}
.banner-text {
  width: 70%;
  margin: 0 auto;
  padding-top: 25px;
}
.btn {
  padding: 12px 25px;
  display: inline-block;
  margin: 15px;
  border: 2px solid #fff;
  color: #eecfdf;
  background: #fff;
  border-radius: 4px;
}
.btn:hover {
  transition: linear .2s;
  transform: scale(1.2);
}
.team {
  background: none;
  color: #fff;
}
.container {
  width: 994px;
  margin: 0 auto;
}
#logo {
  width: 380px;
  height: 150px;
  margin-top: 15px;
  background-image: url('../img/logo2.webp');
  background-position: center center;
  background-size: cover;
}
.center {
  width: 50%;
  height: 300px;
  position: absolute;
  right: 50px;
  top: 150px;
  display: none;
  justify-content: center;
}
#suite-1 {
  background: url("../img/Royal\ Suite.webp") center center;
  background-size:cover;
}
#suite-2 {
  background: url("../img/The\ Millionaire\ Birth\ Suite.webp") center center;
  background-size:cover;
}
#suite-3 {
  background: url("../img/Romantic\ Getaway.webp") center center;
  background-size:cover;
}
#suite-4 {
  background: url("../img/Under\ The\ Sea.webp") center center;
  background-size:cover;
}
#suite-5 {
  background: url("../img/Waterfall\ Lagoon.webp") center center;
  background-size:cover;
}
#suite-6 {
  background: url("../img/HOC\ Clinic\ Suite.webp") center center;
  background-size:cover;
}
#suite-7 {
  background: url("../img/Cozy\ Chateau.webp") center center;
  background-size:cover;
}
#suite-8 {
  background: url("../img/C-Section\ Suite.webp") center center;
  background-size:cover;
}
.slick-center {height: 100% !important;margin-top: 0 !important}
.slick-slide {
  width: 200px;
  height: 90%;
  margin: 15px 10px 0 10px;
  transition: linear .2s;
}
figcaption {
  width: 300px;
  text-align: center;
  background:#f29db4;
  color:#fff;
  padding: 12px;
  border-radius: 4px;
  margin: 0 auto 0 auto;
}
.arrow {
  width: 100%;
  height: 50px;
  font-size: 48px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.arrow a {color: #eecfdf;}

.package-list {
  width: 100%;
  text-align: center;
}
.package-box {
  width: 300px;
  height: 400px;
  background: #eecfdf;
  border-radius: 6px;
  padding: 10px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 26;
  vertical-align: top;
}
.package-box small {
  font-size: 16px;
  color: #fff;
}
.rose {
  background: #f29db4;
  z-index: 26;
}
.dark {background: #df6a8a}
.package-border {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
  position: relative;
}

.package-title {
  font-size: 24px;
  color: #fff;
}
.more-btn {
  padding: 12px 25px;
  color: #eecfdf;
  background: #fff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  cursor: pointer;
}
.btn-white{background: #fff;color: #f29db4}
#packages {margin-top: 150px;padding: 0;}
.p-title {
  font-size: 36px;
  color: #eecfdf;
  margin-bottom: 150px;
  z-index: 99;
}
#steps {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
#steps ul {text-align: left;list-style: none;}
#steps ul li {margin: 15px 0;}
#steps-title {
  font-size: 36px;
  color: #f29db4;
}
#step1 {
  padding-bottom: 450px;
}
#step1 .div-line {height: 850px;}
#step3 {padding-bottom: 250px}
#step3 .div-line {height: 650px;}
#step4 {padding-bottom: 150px}
#step4 .div-line {height: 500px;}
#step5 {padding-bottom: 150px}
.step {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  margin-top: 50px;
}
.reverse {
  flex-direction: row-reverse;
}
.step-midia {
  width: 400px;
  height: 300px;
  background: #000;
  border-radius: 6px;
}
#step1-midia {
  background: url('../img/HOC_pack_1.webp') center center;
  background-size: cover;
  border-radius: 6px;
}
#step2-midia {
  background: url('../img/HOC_pack_2.webp') center center;
  background-size: cover;
  border-radius: 6px;
}
#step3-midia {
  background: url('../img/HOC_pack_3.webp') center center;
  background-size: cover;
  border-radius: 6px;
}
#step4-midia {
  background: url('../img/HOC_pack_4.webp') center center;
  background-size: cover;
  border-radius: 6px;
}
#step5-midia {
  background: url('../img/HOC_pack_5.webp') center center;
  background-size: cover;
  border-radius: 6px;
}
.divisor {
  width: 50px;
  height: 320px;
  position: relative;
}
.step-num {
  color: #fff;
  background: #f29db4;
  padding: 16px 0px;
  border-radius: 100%;
  text-align: center;
}
.div-line {
  margin: 0 auto;
  width: 1px;
  height: 320px;
  background: #f29db4;
}
.step-text {
  width: 400px;
  height: 300px;
}
.step-title {
  text-align: left;
  color: #f29db4;
  font-size: 30px;
}
.s-t {
  text-align: left;
  padding-top: 15px;
}
#vip-p {
  width: 100%;
  padding: 50px;
  background: #eecfdf;
  text-align: center;
}
.title-art {
  width: 300px;
  margin: 80px auto 0 auto;
}
.title-vip, .title-royal {
  font-size: 36px;
  color: #fff;
  z-index: 99;
}
.title-royal {
  padding-top: 25px;
}
#vip-border {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  background: url("../img/vip_border.webp") center center no-repeat;
  background-size: contain;
}
.camera {
  width: 190px;
  height: 120px;
  background: url('../img/vip_writing.webp') center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -120px;
  left: 50px;
  z-index: 25;
}
.camera2 {
  width: 100px;
  height: 120px;
  background: url('../img/camera.webp') center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -70px;
  right: -100px;
  transform: rotateZ(30deg);
  z-index: 25;
}
.vip-content, .royal-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
  margin-top:50px;
}
.vip-content ul li{
  list-style: none;
  margin: 15px 0;
}
.vip-content ul {margin-bottom: 25px}
.vip-media, .royal-media {
  width: 400px;
  height: 300px;
  background: url('../img/HOC_Royalty_Pack.webp') center center no-repeat;
  background-size: cover;
  position: relative;
}
.vip-media {
  background: url('../img/HOC_VIP.webp') center center no-repeat;
  background-size: cover;
}
.vip-media::after, .royal-media::after {
  content: "";
  width: 400px;
  height: 30px;
  background: url("../img/vip_border.webp") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.vip-media::before, .royal-media::before {
  content: "";
  width: 400px;
  height: 30px;
  background: url("../img/vip_border.webp") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 0;
  transform: rotateZ(180deg);
}
.vip-text {
  width: 50%;
}
#royal-p {
  width: 100%;
  padding: 50px;
  background: #df6a8a;
  text-align: center;
}
#royal-border {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  background: url("../img/royal_border.webp") center center no-repeat;
  background-size: contain;
}
.royal-content {
  flex-direction: row-reverse;
  margin: 150px 0;
}
#crown {
  width: 140px;
  height: 120px;
  background: url('../img/crown.webp') center center;
  background-size: cover;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.royal-text {
  width: 50%;
}
.royal-media::after {
  width: 400px;
  height: 50px;
  background: url('../img/royal_border.webp') center center no-repeat;
  background-size: contain;
  bottom: -50px;
}
.royal-media::before {
  width: 400px;
  height: 50px;
  background: url('../img/royal_border.webp') center center no-repeat;
  background-size: contain;
  top: -50px;
}
#suites {
  width: 1024px;
  margin: 25px auto;
  text-align: center;
}
#b-title {
  font-size: 36px;
  color: #d62977;
  margin-bottom: 80px;
}
#s1, #s2, #s3, #s4, #s5, #s6, #s7, #s8, #s9, #s10 {text-align: left;display: flex;justify-content: space-between;margin-bottom: 50px}
#s2, #s4, #s6, #s8, #s10 {flex-direction: row-reverse;}
.suite-pic {
  width: 400px;
  height: 300px;
  background:#000;
  border-radius: 4px;
  border: 1px solid #df6a8a;
}
#s1 .suite-pic {background: url("../img/HOC\ Clinic\ Suite.webp") center center;background-size: cover;}
#s2 .suite-pic {background: url("../img/Royal\ Suite.webp") center center;background-size: cover;}
#s3 .suite-pic {background: url("../img/C-Section\ Suite.webp") center center;background-size: cover;}
#s4 .suite-pic {background: url("../img/Under\ The\ Sea.webp") center center;background-size: cover;}
#s5 .suite-pic {background: url("../img/Waterfall\ Lagoon.webp") center center;background-size: cover;}
#s6 .suite-pic {background: url("../img/Cozy\ Chateau.webp") center center;background-size: cover;}
#s7 .suite-pic {background: url("../img/Romantic\ Getaway.webp") center center;background-size: cover;}
#s8 .suite-pic {background: url("../img/home_birth.webp") center center;background-size: cover;}
#s9 .suite-pic {background: url("../img/The\ Millionaire\ Birth\ Suite.webp") center center;background-size: cover;}
#s10 .suite-pic {background: url("../img/royal_suite_pic.webp") center center;background-size: cover;}
.suite-content {
  width: 50%;
  margin-right: auto;
  padding-left: 25px
}

.location-slider {
    width: 100% !important;
}
.lp {max-width: 100%;max-height: 500px;}
#location-1 {background: url('../img/1.webp') center center;background-size: cover;}
#location-2 {background: url('../img/2.webp') center center;background-size: cover;}
#location-3 {background: url('../img/3.webp') center center;background-size: cover;}
#location-4 {background: url('../img/bathroom.webp') center center;background-size: cover;}
#location-5 {background: url('../img/lamp.webp') center center;background-size: cover;}
#location-6 {background: url('../img/stairs.webp') center center;background-size: cover;}
#location-7 {background: url('../img/suite.webp') center center;background-size: cover;}
#location-8 {background: url('../img/throne-rooom.webp') center center;background-size: cover;}
#location-9 {background: url('../img/zoo.webp') center center;background-size: cover;}
.suite-title {
  font-size: 28px;
  margin-bottom: 25px;
  border-bottom: 2px solid #df6a8a;
  color: #df6a8a;
}
footer {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #eecfdf;
  padding: 12px;
}

@media only screen and (max-width: 900px) {
  nav ul {width: 100%;display: none;position: fixed;left: 0;top: 0;background: #cceff1;}
  nav {display: block;width: 100%;}
  nav ul li {display: block;border-bottom: 1px solid #32cacd}
  header {width: 100%;}
  .container-banner {width: 100%;}
  .container{width: 100%;display: flex;flex-direction: column;}
  .center {position: relative;width: 100%;margin: 200px auto 0 auto;text-align: center;padding-bottom: 100px}
  figcaption {width: 100%;}
  #banner {height: 900px;flex-direction: column;}
  #text-box {width: 100%;}
  #menu-ul {background: #eecfdf;color: #fff}
  #menu-ul li {border-color: #df6a8a}
  #logo {width: 280px;
    height: 100px;}
    .vip-content ul, .royal-content ul {padding: 25px;text-align:left}
  #popup{display: none;}
    #hamb {
    display: block;
    width: 64px;
    height: 64px;
    background: url('../img/hamb.webp') center center;
    background-size: cover;
    margin-left: auto;
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 999;
  }
  .step {
    width: 80%;
    margin-left:50px;
    flex-direction: column;
  }
  #royal-p iframe {width: 100% !important;}
  #steps ul {display: block;}
  #step1 ul {display: block;background: transparent;margin-top: 25px;}
  #step1 .div-line {height: 1200;}
  #step2 {margin-top: 150px;}
  #step3 ul {display: block;background: transparent;}
  #step3 .div-line {height: 1080px;}
  #step4 {margin-top: 150px;padding-ttom: 0}
  #step4 ul {background: transparent;margin-top: 25px;}
  #step4 .div-line {height: 1000px;}
  #step5 {margin-top: 250px}
  #step5 ul {background: transparent;margin-top: 25px;}
  .step-midia {width: 100%;}
  .step-text {width: 100%;margin-bottom: 25px}
  .divisor {position: absolute;left: 0}
  .div-line {height: 650px;}
  .package-box {margin:  25px 0}
  #step5 {margin-bottom: 150px}
  #vip-p, #royal-p {
    padding: 0;
    flex-direction: column;
  }
  .title-art {margin-top: 150px}
  .vip-content, .royal-content {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  #vip-border {margin-bottom: 50px}
  .vip-media, .royal-media {width: 100%;}
  .vip-media::before, .royal-media::before {width: 100%;}
  .vip-media::after, .royal-media::after {width: 100%;}
  .vip-text, .royal-text {
    width: 100%;
    margin: 50px 0;
    text-align: center;
    padding: 5px;
  }
  .vip-text h1, .royal-text h1 {font-size: 24px;margin-top: 25px}
  #suites {
    width: 100%;
  }
  #s1, #s2,#s3,#s4,#s5,#s6,#s7,#s8,#s9,#s10 {
    flex-direction: column;
  }
  .location-slider {display:none;}
  .suite-pic {width: 100%;}
  .suite-content {width: 100%;}
}