@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "myFirstFont";
  src: url("../font/AnticDidone-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primaryColor: #000;
  --secondaryColor: rgb(227 178 0);
  --secondaryTextColor: rgb(141, 141, 141);
}

body {
  font-family: "Poppins", sans-serif;
  background: black;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.048);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(117, 117, 117);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primaryColor);
}

.container {
  width: 90%;
  margin: 0 auto;
}

a, button, div, span, i, b, h1, h2, h3, h4, h5, h6, p, input, ul, li, select, label, textarea {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Poppins", sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

input {
  -webkit-tap-highlight-color: transparent;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

video::-internal-media-controls-overlay-cast-button {
  display: none;
}

textarea {
  resize: none;
  font-family: "Poppins", sans-serif;
}

::-moz-selection {
  color: var(--secondaryColor);
  background: transparent;
}

::selection {
  color: var(--secondaryColor);
  background: transparent;
}

main {
  overflow: hidden;
}

.shimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 105;
  background: rgba(104, 104, 104, 0.486);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: none;
}

.whatsappIconBtn{
	display: block;
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 150;
}
.whatsappIconBtn a{
	text-decoration: none;
    background: #00d900;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 2em;
    overflow: hidden;
}

.sidemenu {
  position: fixed;
  z-index: 130;
  width: 100%;
  background: black;
  height: 100vh;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  top: 0%;
  left: 0%;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
}
.sidemenu .sidemenuBox {
  height: 100%;
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 480px) {
  .sidemenu .sidemenuBox {
    width: 100%;
  }
}
.sidemenu .sidemenuBox .closeSidemenu {
  position: absolute;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.616);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.616);
  font-size: 16px;
  top: 20px;
  cursor: pointer;
  right: 20px;
  transition: 0.2s;
}
.sidemenu .sidemenuBox .closeSidemenu:hover {
  border: 1px solid white;
  color: white;
  transition: 0.2s;
}
.sidemenu .sidemenuBox .sidemenulogo {
  width: 150px;
  height: 100px;
  position: absolute;
  top: 0;
  background: black;
}
@media (max-width: 480px) {
  .sidemenu .sidemenuBox .sidemenulogo {
    height: 80px;
    left: 0;
  }
}
.sidemenu .sidemenuBox .sidemenulogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .sidemenu .sidemenuBox .sidemenulogo img {
    height: 80%;
    width: 80%;
  }
}
.sidemenu .sidemenuBox .sidemenuLinks {
  width: 100%;
  height: calc(100vh - 300px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid rgba(238, 238, 238, 0.333);
  margin-top: 150px;
  overflow-y: auto;
  background: black;
}
@media (max-width: 1800px) {
  .sidemenu .sidemenuBox .sidemenuLinks {
  margin-top: 100px;
  height: calc(100vh - 200px);
  }
}
@media (max-width: 480px) {
  .sidemenu .sidemenuBox .sidemenuLinks {
    height: calc(100vh - 180px);
    margin-top: 80px;
  }
}
.sidemenu .sidemenuBox .sidemenuLinks ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sidemenu .sidemenuBox .sidemenuLinks ul li {
  list-style: none;
}
.sidemenu .sidemenuBox .sidemenuLinks ul li:nth-child(1) a {
  margin-top: 0;
}
.sidemenu .sidemenuBox .sidemenuLinks ul li a {
  text-decoration: none;
  color: white;
  font-family: "myFirstFont";
  font-weight: 100;
  font-size: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  transition: 0.2s;
}
@media (max-width: 480px) {
  .sidemenu .sidemenuBox .sidemenuLinks ul li a {
    font-size: 22px;
  }
}
.sidemenu .sidemenuBox .sidemenuLinks ul li a:hover {
  transition: 0.2s;
  filter: blur(1px);
}
.sidemenu .sidemenuBox .sidemenuLinks ul li .sidemenuLinkActive {
  position: relative;
}
.sidemenu .sidemenuBox .sidemenuLinks ul li .sidemenuLinkActive::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  left: -40px;
  top: 50%;
  background: rgb(184, 184, 184);
}
.sidemenu .sidemenuBox .sidemenuLinks ul li .sidemenuLinkActive::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  right: -40px;
  top: 50%;
  background: rgb(184, 184, 184);
}
.sidemenu .sidemenuBox .sidemenuFooter {
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
  border-top: 1px solid rgba(238, 238, 238, 0.333);
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
  background: black;
}
@media (max-width: 1800px) {
  .sidemenu .sidemenuBox .sidemenuFooter {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .sidemenu .sidemenuBox .sidemenuFooter {
    margin-top: 0;
  }
}
.sidemenu .sidemenuBox .sidemenuFooter span {
  color: white;
  font-family: "myFirstFont";
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .sidemenu .sidemenuBox .sidemenuFooter span {
    margin-top: 10px;
  }
}
.sidemenu .sidemenuBox .sidemenuFooter .sidemenuSocialLinks {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.sidemenu .sidemenuBox .sidemenuFooter .sidemenuSocialLinks a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: 0.2s;
  margin: 0px 10px;
}
.sidemenu .sidemenuBox .sidemenuFooter .sidemenuSocialLinks a:hover {
  background: black;
  color: white;
  transition: 0.2s;
}
.sidemenu .sidemenuthumbnail {
  width: calc(100% - 450px);
  height: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .sidemenu .sidemenuthumbnail {
    display: none;
  }
}
.sidemenu .sidemenuthumbnail:hover::after {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: 0.4s;
}
.sidemenu .sidemenuthumbnail::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: 0.4s;
}
.sidemenu .sidemenuthumbnail .sidemenuthumbnailBox {
  width: 100%;
  height: 100vh;
}
.sidemenu .sidemenuthumbnail .sidemenuthumbnailBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidemenuActive {
  left: 0;
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: 1s ease;
}
nav .navMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.333);
}
@media (max-width: 480px) {
  nav .navMain {
    height: 70px;
  }
}
nav .navMain .navBar {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  justify-content: center;
  z-index: 0;
}
@media (max-width: 480px) {
  nav .navMain .navBar {
    order: 2;
  }
}
nav .navMain .navBar:hover::after {
  transition: 0.4s;
  opacity: 1;
  width: 140%;
  height: 180%;
}
nav .navMain .navBar::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.511);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
nav .navMain .navBar .navBarBox {
  width: 40px;
  display: flex;
  flex-direction: column;
}
nav .navMain .navBar .navBarBox span {
  height: 2px;
  background: white;
  margin-top: 6px;
  border-radius: 5px;
}
nav .navMain .navBar .navBarBox span:nth-child(1) {
  width: 100%;
  margin-top: 0;
}
nav .navMain .navBar .navBarBox span:nth-child(2) {
  width: 60%;
}
nav .navMain .navBar p {
  color: white;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  nav .navMain .navBar p {
    display: none;
  }
}
nav .navMain .navLogo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
}
@media (max-width: 480px) {
  nav .navMain .navLogo {
    order: 1;
  }
}
nav .navMain .navLogo h1 {
  font-family: "myFirstFont";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.3em;
}
nav .navMain .navLogo span {
  font-family: "myFirstFont";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
nav .navMain .navLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
nav .navMain .navBtn {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  nav .navMain .navBtn {
    display: none;
  }
}
nav .navMain .navBtn a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.616);
  padding: 10px 30px;
  letter-spacing: 1px;
  transition: 0.3s;
}
nav .navMain .navBtn a:hover {
  background: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
}
nav .navMain .navBtn a span {
  margin-left: 10px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}

.navHide {
  top: -100%;
  transition: 1s ease;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
#ui-datepicker-div table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  padding: 0;
  font-size: 14px;
}
#ui-datepicker-div .ui-state-disabled {
  opacity: 0.4;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}
#ui-datepicker-div .ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
#ui-datepicker-div .ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
#ui-datepicker-div .ui-datepicker-header a > span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
#ui-datepicker-div .ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

#banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
	background:url(../images/bannerPlaceholder.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000054;
  z-index: 1;
  top: 0;
  left: 0;
}
#banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#banner .bannerMain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 480px) {
  #banner .bannerMain {
    justify-content: flex-end;
    padding-bottom: 50px;
  }
}
#banner .bannerMain h1 {
  color: white;
  font-family: "myFirstFont";
  font-size: 5em;
  width: 70%;
  text-align: center;
  font-weight: 100;
}
@media (max-width: 1800px) {
  #banner .bannerMain h1 {
    font-size: 4em;
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  #banner .bannerMain h1 {
    width: 85%;
  }
}
@media (max-width: 768px) {
  #banner .bannerMain h1 {
    font-size: 3em;
    width: 95%;
	  margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  #banner .bannerMain h1 {
    text-align: left;
  }
}
#banner .bannerMain .bannerBookingForm {
  width: 70%;
  padding: 0px 20px 50px 20px;
  position: absolute;
  z-index: 0;
  background: #00000033;
  border: 1px solid rgb(34 34 34 / 68%);
  bottom: 50px;
}
@media (max-width: 1024px) {
  #banner .bannerMain .bannerBookingForm {
    width: 95%;
  }
}
@media (max-width: 768px) {
  #banner .bannerMain .bannerBookingForm {
    display: none;
  }
}
#banner .bannerMain .bannerBookingForm form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#banner .bannerMain .bannerBookingForm form .formGroup {
  flex: 0 0 32%;
  background: rgb(71, 71, 71);
  display: flex;
  flex-direction: column;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #banner .bannerMain .bannerBookingForm form .formGroup {
    flex: 0 0 49%;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  #banner .bannerMain .bannerBookingForm form .formGroup {
    flex: 100%;
  }
}
#banner .bannerMain .bannerBookingForm form .formGroup label {
  font-size: 14px;
  color: white;
  opacity: 0.7;
  font-weight: 300;
  margin-top: 20px;
  cursor: pointer;
}
#banner .bannerMain .bannerBookingForm form .formGroup label:nth-child(1) {
  margin-top: 0;
}
#banner .bannerMain .bannerBookingForm form .formGroup label i {
  margin-right: 5px;
}
#banner .bannerMain .bannerBookingForm form .formGroup input {
  width: 100%;
  height: 45px;
  border: none;
  background: none;
  outline: none;
  font-size: 25px;
  color: white;
  font-weight: 200;
  cursor: pointer;
  background: rgb(71, 71, 71);
}
@media (max-width: 1800px) {
  #banner .bannerMain .bannerBookingForm form .formGroup input {
    height: 40px;
  }
}
@media (max-width: 480px) {
  #banner .bannerMain .bannerBookingForm form .formGroup input {
    height: 30px;
  }
}
#banner .bannerMain .bannerBookingForm form .formGroup select {
  width: 100%;
  height: 45px;
  border: none;
  background: none;
  outline: none;
  font-size: 25px;
  color: white;
  font-weight: 200;
  background: rgb(71, 71, 71);
  cursor: pointer;
  text-transform: capitalize;
}
@media (max-width: 1800px) {
  #banner .bannerMain .bannerBookingForm form .formGroup select {
    height: 40px;
  }
}
#banner .bannerMain .bannerBookingForm form .formGroup .guestInput {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#banner .bannerMain .bannerBookingForm form .formGroup .guestInput .guestInputBox {
  flex: 0 0 48%;
  border: 1px solid rgb(116, 116, 116);
  padding: 7px 7px;
  border-radius: 5px;
  margin-top: 5px;
  color: white;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#banner .bannerMain .bannerBookingForm form .formGroup .guestInput .guestInputBox span {
  background: black;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown {
  position: relative;
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown .gusetDorpDownPopup {
  position: absolute;
  top: 70%;
  background: white;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0px 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 10;
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li p {
  font-size: 14px;
  font-weight: 500;
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li .gusetDorpDownPopupInput {
  width: 60px;
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li .gusetDorpDownPopupInput select {
  width: 100%;
  height: 35px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0px 10px;
  outline: none;
  font-size: 14px;
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li .gusetDorpDownPopupInput select:focus {
  border: 1px solid rgb(34, 34, 34);
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li .applyGuestBtn {
  width: 100%;
  background: var(--primaryColor);
  color: white;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  border-radius: 10px;
  margin-top: 5px;
  transition: 0.2s;
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li .applyGuestBtn:hover {
  transition: 0.2s;
  opacity: 0.7;
}
#banner .bannerMain .bannerBookingForm form .gusetDorpDown .gusetDorpDownPopupActive {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}
#banner .bannerMain .bannerBookingForm form .formBtnArea {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
#banner .bannerMain .bannerBookingForm form .formBtnArea button {
  width: 250px;
  height: 60px;
  background: white;
  font-weight: 400;
  font-size: 20px;
  border: none;
  outline: none;
  color: black;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
#banner .bannerMain .bannerBookingForm form .formBtnArea button:hover {
  transition: 0.3s;
  background: var(--secondaryColor);
  color: white;
}
#banner .bannerMain .mobEnqryBtn{
	display: none;
	background: white;
	color: black;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 16px;
	margin-top: 50px;
}
@media(max-width: 768px){
	#banner .bannerMain .mobEnqryBtn{
		display: flex;
	}
}
@media(max-width: 480px){
	#banner .bannerMain .mobEnqryBtn{
		margin-right: auto;
		margin-left: 2.5%;
	}
}

.mobBannerBookingForm {
  display: none;
  width: 90%;
  padding: 20px;
  background: black;
	position: fixed;
	z-index: 200;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	display: none;
}
.mobBannerBookingForm form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.mobBannerBookingForm form .formGroup {
  flex: 0 0 49%;
  background: rgb(71, 71, 71);
  display: flex;
  flex-direction: column;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .mobBannerBookingForm form .formGroup {
    flex: 100%;
  }
}
.mobBannerBookingForm form .formGroup label {
  font-size: 14px;
  color: white;
  opacity: 0.7;
  font-weight: 300;
  margin-top: 20px;
  cursor: pointer;
}
.mobBannerBookingForm form .formGroup label:nth-child(1) {
  margin-top: 0;
}
.mobBannerBookingForm form .formGroup label i {
  margin-right: 5px;
}
.mobBannerBookingForm form .formGroup input {
  width: 100%;
  height: 45px;
  border: none;
  background: none;
  outline: none;
  font-size: 25px;
  color: white;
  font-weight: 200;
  cursor: pointer;
  background: rgb(71, 71, 71);
}
@media (max-width: 480px) {
  .mobBannerBookingForm form .formGroup input {
    height: 30px;
  }
}
.mobBannerBookingForm form .formGroup select {
  width: 100%;
  height: 45px;
  border: none;
  background: none;
  outline: none;
  font-size: 25px;
  color: white;
  font-weight: 200;
  background: rgb(71, 71, 71);
  cursor: pointer;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .mobBannerBookingForm form .formGroup select {
    height: 30px;
  }
}
.mobBannerBookingForm form .formGroup .guestInput {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .mobBannerBookingForm form .formGroup .guestInput {
    min-height: 30px;
  }
}
.mobBannerBookingForm form .formGroup .guestInput .guestInputBox {
  flex: 0 0 48%;
  border: 1px solid rgb(116, 116, 116);
  padding: 7px 7px;
  border-radius: 5px;
  margin-top: 5px;
  color: white;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobBannerBookingForm form .formGroup .guestInput .guestInputBox span {
  background: black;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobBannerBookingForm form .gusetDorpDown {
  position: relative;
}
.mobBannerBookingForm form .gusetDorpDown .gusetDorpDownPopup {
  position: absolute;
  top: 70%;
  background: white;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0px 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 10;
}
.mobBannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mobBannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
.mobBannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li p {
  font-size: 14px;
  font-weight: 500;
}
.mobBannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li .gusetDorpDownPopupInput {
  width: 60px;
}
.mobBannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li .gusetDorpDownPopupInput select {
  width: 100%;
  height: 35px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0px 10px;
  outline: none;
  font-size: 14px;
}
.mobBannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li .gusetDorpDownPopupInput select:focus {
  border: 1px solid rgb(34, 34, 34);
}
.mobBannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li .applyGuestBtn {
  width: 100%;
  background: var(--primaryColor);
  color: white;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  border-radius: 10px;
  margin-top: 5px;
  transition: 0.2s;
}
.mobBannerBookingForm form .gusetDorpDown .gusetDorpDownPopup ul li .applyGuestBtn:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.mobBannerBookingForm form .gusetDorpDown .gusetDorpDownPopupActive {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}
.mobBannerBookingForm form .formBtnArea {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}
.mobBannerBookingForm form .formBtnArea button {
	width: 180px;
  padding: 10px;
  background: var(--secondaryColor);
  font-weight: 400;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}
.mobBannerBookingForm form .formBtnArea .closeMobBannerBookingForm{
	width: 180px;
  padding: 10px;
  background: #eee;
  font-weight: 400;
  font-size: 16px;
  border: none;
  outline: none;
  color: black;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

#about {
  width: 100%;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #about {
    padding: 50px 0px;
  }
}
#about .aboutMian {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .aboutMian .aboutHead {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1800px) {
  #about .aboutMian .aboutHead {
    flex: 0 0 55%;
  }
}
@media (max-width: 1024px) {
  #about .aboutMian .aboutHead {
    flex: 100%;
  }
}
#about .aboutMian .aboutHead h1 {
  color: white;
  font-family: "myFirstFont";
  font-size: 5em;
  font-weight: 100;
  transform: scale(0.7);
  position: relative;
  left: -200px;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1800px) {
  #about .aboutMian .aboutHead h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #about .aboutMian .aboutHead h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #about .aboutMian .aboutHead h1 {
    font-size: 2.2em;
  }
}
#about .aboutMian .aboutDetails {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #about .aboutMian .aboutDetails {
    flex: 100%;
    margin-top: 30px;
  }
}
#about .aboutMian .aboutDetails p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.779);
  font-weight: 300;
  line-height: 2;
  margin-top: 40px;
  transform: scale(0.7);
  position: relative;
  right: -200px;
  opacity: 0;
}
#about .aboutMian .aboutDetails p:nth-child(1) {
  margin-top: 0;
}
#about .aboutSection {
  width: 100%;
  margin-top: 300px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #about .aboutSection {
    margin-top: 150px;
  }
}
#about .aboutSection .aboutThumbnail {
  flex: 0 0 50%;
  position: relative;
}
@media (max-width: 1024px) {
  #about .aboutSection .aboutThumbnail {
    flex: 100%;
  }
}
#about .aboutSection .aboutThumbnail::after{
  position: absolute;
	content: '';
	width: 100%;
	height :100%;
	top: 0;
	left: 0;
	background: #0000001c;
}
#about .aboutSection .aboutThumbnail h1 {
  position: absolute;
  top: -55px;
  color: white;
  font-family: "myFirstFont";
  font-size: 5em;
  font-weight: 100;
  left: 10%;
  transform: scale(0.7);
  opacity: 0;
  z-index: 2;
}
@media (max-width: 1800px) {
  #about .aboutSection .aboutThumbnail h1 {
    font-size: 4em;
    top: -50px;
  }
}
@media (max-width: 1024px) {
  #about .aboutSection .aboutThumbnail h1 {
    left: 5%;
  }
}
@media (max-width: 768px) {
  #about .aboutSection .aboutThumbnail h1 {
    font-size: 4em;
    top: -45px;
  }
}
@media (max-width: 480px) {
  #about .aboutSection .aboutThumbnail h1 {
    position: inherit;
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #about .aboutSection .aboutThumbnail h1 {
    font-size: 2.2em;
    text-align: center;
    left: 0;
  }
}
#about .aboutSection .aboutThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px);
}
#about .aboutSection .aboutSectionDetails {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 5%;
}
@media (max-width: 1024px) {
  #about .aboutSection .aboutSectionDetails {
    flex: 100%;
    padding-left: 5%;
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  #about .aboutSection .aboutSectionDetails {
    margin-top: 100px;
    align-items: flex-start;
  }
}
#about .aboutSection .aboutSectionDetails .aboutSectionDetailsImage {
  width: 200px;
  position: relative;
}
@media (max-width: 768px) {
  #about .aboutSection .aboutSectionDetails .aboutSectionDetailsImage {
    width: 300px;
  }
}
@media (max-width: 480px) {
  #about .aboutSection .aboutSectionDetails .aboutSectionDetailsImage {
    width: 200px;
  }
}
#about .aboutSection .aboutSectionDetails .aboutSectionDetailsImage .aboutSectionDetailsImageLine1 {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.616);
  border-bottom: 1px solid rgba(255, 255, 255, 0.616);
}
#about .aboutSection .aboutSectionDetails .aboutSectionDetailsImage .aboutSectionDetailsImageLine2 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0px;
  right: 0px;
  opacity: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.616);
  border-top: 1px solid rgba(255, 255, 255, 0.616);
}
#about .aboutSection .aboutSectionDetails .aboutSectionDetailsImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
}
#about .aboutSection .aboutSectionDetails p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.779);
  font-weight: 300;
  line-height: 2;
  margin-top: 40px;
  text-align: center;
  position: relative;
  top: 200px;
  opacity: 0;
}
#about .aboutSection .aboutSectionDetails p:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 480px) {
  #about .aboutSection .aboutSectionDetails p {
    text-align: left;
  }
}
#about .aboutSection .aboutSectionDetails a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.616);
  padding: 10px 30px;
  letter-spacing: 1px;
  transition: 0.3s;
  margin-top: 50px;
  opacity: 0;
}
#about .aboutSection .aboutSectionDetails a:hover {
  background: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
}
#about .aboutSection .aboutSectionDetails a span {
  margin-left: 10px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}

#experiences {
  width: 100%;
  position: relative;
  margin-top: 100px;
  height: 800px;
}
@media (max-width: 1024px) {
  #experiences {
    height: 700px;
  }
}
@media (max-width: 768px) {
  #experiences {
    margin-top: 50px;
  }
}
#experiences .experiencesSlider {
  position: absolute;
  width: 100%;
}
#experiences .experiencesSlider .experiencesSliderBox {
  width: 100%;
  height: 600px;
}
@media (max-width: 1024px) {
  #experiences .experiencesSlider .experiencesSliderBox {
    height: 450px;
  }
}
@media (max-width: 480px) {
  #experiences .experiencesSlider .experiencesSliderBox {
    height: 400px;
  }
}
#experiences .experiencesSlider .experiencesSliderBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*filter: blur(20px);*/
}
#experiences .experiencesBox {
  position: relative;
  width: 70%;
  margin-top: 400px;
  background: rgb(34, 34, 34);
  z-index: 2;
  padding: 80px;
  display: flex;
  flex-direction: column;
  float: right;
}
@media (max-width: 1024px) {
  #experiences .experiencesBox {
    width: 75%;
    margin-top: 300px;
    padding: 60px;
  }
}
@media (max-width: 480px) {
  #experiences .experiencesBox {
    width: 90%;
    padding: 20px;
  }
}
#experiences .experiencesBox h1 {
  color: black;
  font-family: "myFirstFont";
  font-size: 4em;
  font-weight: 100;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #experiences .experiencesBox h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #experiences .experiencesBox h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #experiences .experiencesBox h1 {
    font-size: 2.2em;
  }
}
#experiences .experiencesBox h1 span {
  width: 0%;
  height: 1px;
  background: rgba(238, 238, 238, 0.333);
  margin-left: 30px;
}
#experiences .experiencesBox p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.779);
  font-weight: 300;
  line-height: 2;
  margin-top: 40px;
  position: relative;
  opacity: 0;
  top: 200px;
}
#experiences .experiencesBox p:nth-child(1) {
  margin-top: 0;
}
#experiences .experiencesBox a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  width: 160px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.616);
  padding: 10px 30px;
  letter-spacing: 1px;
  transition: 0.3s;
  margin-top: 50px;
}
#experiences .experiencesBox a:hover {
  background: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
}
#experiences .experiencesBox a span {
  margin-left: 10px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}
#experiences .portfolioControlls {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 5%;
  top: 650px;
}
@media (max-width: 1024px) {
  #experiences .portfolioControlls {
    top: 500px;
  }
}
@media (max-width: 480px) {
  #experiences .portfolioControlls {
    display: none;
  }
}
#experiences .portfolioControlls .owl-theme .custom-nav2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#experiences .portfolioControlls .owl-theme {
  width: 100%;
}
#experiences .portfolioControlls .owl-theme .custom-nav2 .owl-prev,
#experiences .portfolioControlls .owl-theme .custom-nav2 .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  border: none;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
#experiences .portfolioControlls .owl-theme .custom-nav2 .owl-next {
  color: rgb(173, 173, 173);
  background: none;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.616);
}
#experiences .portfolioControlls .owl-theme .custom-nav2 .owl-next:hover {
  color: white;
  transition: 0.3s;
  border: 1px solid white;
}
#experiences .portfolioControlls .owl-theme .custom-nav2 .owl-prev {
  color: rgb(173, 173, 173);
  background: none;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.616);
  margin-right: 20px;
}
#experiences .portfolioControlls .owl-theme .custom-nav2 .owl-prev:hover {
  color: white;
  transition: 0.3s;
  border: 1px solid white;
}
#experiences .portfolioControlls .owl-theme .custom-nav2 .owl-prev i,
#experiences .portfolioControlls .owl-theme .custom-nav2 .owl-next i {
  font-size: 35px;
}
#experiences .portfolioControlls .owl-theme .custom-nav2 .owl-next .owl-dot {
  display: none;
}

#facilities {
  width: 100%;
  padding: 100px 0px;
  margin-top: 200px;
}
@media (max-width: 768px) {
  #facilities {
    margin-top: 300px;
  }
}
@media (max-width: 480px) {
  #facilities {
    margin-top: 350px;
  }
}
#facilities h1 {
  color: balck;
  font-family: "myFirstFont";
  font-size: 5em;
  font-weight: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1800px) {
  #facilities h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #facilities h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #facilities h1 {
    font-size: 2.2em;
  }
}
#facilities h1 span {
  width: 150px;
  height: 1px;
  background: rgba(238, 238, 238, 0.333);
  margin: 0px 30px;
  position: relative;
}
@media (max-width: 768px) {
  #facilities h1 span {
    width: 100px;
  }
}
@media (max-width: 480px) {
  #facilities h1 span {
    width: 20px;
    margin: 0 10px;
  }
}
#facilities h1 span .dot1 {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  right: 0;
  box-shadow: 0 0 18px 8px #fff;
  opacity: 0;
}
#facilities h1 span .dot2 {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  left: 0;
  box-shadow: 0 0 18px 8px #fff;
  opacity: 0;
}
#facilities .facilitiesMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#facilities .facilitiesMain::after {
  content: "";
  height: 0;
  width: 32%;
}
#facilities .facilitiesMain .facilitiesBox {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  #facilities .facilitiesMain .facilitiesBox:nth-last-child(1) {
    display: none;
  }
}
@media (max-width: 480px) {
  #facilities .facilitiesMain .facilitiesBox {
    flex: 100%;
    margin-top: 50px;
  }
}
#facilities .facilitiesMain .facilitiesBox .facilitiesBoxThumbnail {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border: 1px solid rgba(238, 238, 238, 0.333);
  padding: 10px;
}
@media (max-width: 1800px) {
  #facilities .facilitiesMain .facilitiesBox .facilitiesBoxThumbnail {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  #facilities .facilitiesMain .facilitiesBox .facilitiesBoxThumbnail {
    height: 180px;
  }
}
@media (max-width: 768px) {
  #facilities .facilitiesMain .facilitiesBox .facilitiesBoxThumbnail {
    height: 200px;
  }
}
#facilities .facilitiesMain .facilitiesBox .facilitiesBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#facilities .facilitiesMain .facilitiesBox .facilitiesBoxDetails {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#facilities .facilitiesMain .facilitiesBox .facilitiesBoxDetails p {
  font-family: "myFirstFont";
  color: white;
  font-size: 22px;
  font-weight: 100;
}
#facilities .facilitiesMain .col-4 {
  flex: 0 0 23.5%;
}
@media (max-width: 1024px) {
  #facilities .facilitiesMain .col-4 {
    flex: 0 0 32%;
  }
}
@media (max-width: 768px) {
  #facilities .facilitiesMain .col-4 {
    flex: 0 0 48%;
  }
}
@media (max-width: 480px) {
  #facilities .facilitiesMain .col-4 {
    flex: 100%;
  }
}
#facilities .facilitiesMain .col-3 {
  flex: 0 0 32%;
}
@media (max-width: 768px) {
  #facilities .facilitiesMain .col-3 {
    flex: 0 0 48%;
  }
}
@media (max-width: 480px) {
  #facilities .facilitiesMain .col-3 {
    flex: 100%;
  }
}
#facilities .facilitiesMain .col-3 .facilitiesBoxThumbnail {
  height: 300px;
}
@media (max-width: 1800px) {
  #facilities .facilitiesMain .col-3 .facilitiesBoxThumbnail {
    height: 250px;
  }
}
@media (max-width: 1024px) {
  #facilities .facilitiesMain .col-3 .facilitiesBoxThumbnail {
    height: 180px;
  }
}
@media (max-width: 768px) {
  #facilities .facilitiesMain .col-3 .facilitiesBoxThumbnail {
    height: 200px;
  }
}
#facilities a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  width: 160px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.616);
  padding: 10px 30px;
  letter-spacing: 1px;
  transition: 0.3s;
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 480px) {
  #facilities a {
    margin-top: 60px;
  }
}
#facilities a:hover {
  background: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
}
#facilities a span {
  margin-left: 10px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}

#rooms {
  width: 100%;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #rooms {
    padding: 0px 0px 50px 0px;
  }
}
#rooms h1 {
  color: black;
  font-family: "myFirstFont";
  font-size: 5em;
  font-weight: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1800px) {
  #rooms h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #rooms h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #rooms h1 {
    font-size: 2.2em;
  }
}
#rooms h1 span {
  width: 150px;
  height: 1px;
  background: rgba(238, 238, 238, 0.333);
  margin: 0px 30px;
  position: relative;
}
@media (max-width: 768px) {
  #rooms h1 span {
    width: 100px;
  }
}
@media (max-width: 480px) {
  #rooms h1 span {
    width: 20px;
    margin: 0px 10px;
  }
}
#rooms h1 span .dot1 {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  right: 0;
  box-shadow: 0 0 18px 8px #fff;
  opacity: 0;
}
#rooms h1 span .dot2 {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  left: 0;
  box-shadow: 0 0 18px 8px #fff;
  opacity: 0;
}
#rooms .roomsMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
#rooms .roomsMain .roomsMainColumn {
  flex: 0 0 47%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #rooms .roomsMain .roomsMainColumn {
    flex: 0 0 48%;
  }
}
@media (max-width: 768px) {
  #rooms .roomsMain .roomsMainColumn {
    flex: 100%;
  }
}
#rooms .roomsMain .roomsMainColumn .roomsBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
#rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxthumbnail {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(238, 238, 238, 0.333);
  padding: 10px;
}
#rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxthumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rooms .roomsMain .roomsMainColumn .roomsBox .rT1 {
  height: 800px;
}
@media (max-width: 1024px) {
  #rooms .roomsMain .roomsMainColumn .roomsBox .rT1 {
    height: 600px;
  }
}
@media (max-width: 768px) {
  #rooms .roomsMain .roomsMainColumn .roomsBox .rT1 {
    height: 500px;
  }
}
#rooms .roomsMain .roomsMainColumn .roomsBox .rT2 {
  height: 500px;
}
@media (max-width: 1024px) {
  #rooms .roomsMain .roomsMainColumn .roomsBox .rT2 {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #rooms .roomsMain .roomsMainColumn .roomsBox .rT2 {
    height: 500px;
  }
}
#rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 10px;
  left: 10px;
  z-index: 2;
  padding: 40px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6705882353), rgba(0, 0, 0, 0.8509803922), rgba(0, 0, 0, 0.8392156863), rgba(0, 0, 0, 0.7607843137), rgba(0, 0, 0, 0.6901960784));
}
@media (max-width: 1024px) {
  #rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails {
    padding: 20px;
  }
}
#rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails h2 {
  color: white;
  font-family: "myFirstFont";
  font-weight: 100;
  font-size: 2em;
}
#rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails .roomsBoxDetailslist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (max-width: 1800px) {
  #rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails .roomsBoxDetailslist {
    justify-content: space-between;
    position: relative;
  }
  #rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails .roomsBoxDetailslist::after {
    content: "";
    height: 0;
    width: 32%;
  }
}
#rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails .roomsBoxDetailslist .roomsBoxDetailsBox {
  padding: 10px;
  width: 180px;
  border: 1px solid rgba(238, 238, 238, 0.333);
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  #rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails .roomsBoxDetailslist .roomsBoxDetailsBox {
    width: inherit;
    flex: 0 0 32%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  #rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails .roomsBoxDetailslist .roomsBoxDetailsBox {
    flex: 0 0 48.5%;
  }
}
#rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails .roomsBoxDetailslist .roomsBoxDetailsBox span {
  font-size: 14px;
  color: white;
  font-weight: 300;
  opacity: 0.7;
}
#rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails .roomsBoxDetailslist .roomsBoxDetailsBox h3 {
  color: white;
  font-family: "myFirstFont";
  font-size: 40px;
  font-weight: 100;
}
@media (max-width: 480px) {
  #rooms .roomsMain .roomsMainColumn .roomsBox .roomsBoxDetails .roomsBoxDetailslist .roomsBoxDetailsBox h3 {
    font-size: 25px;
  }
}
#rooms .roomsMain .roomsTerms {
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  padding-top: 20px;
  background: rgb(34, 34, 34);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0;
  transform: scale(0.7);
}
@media (max-width: 480px) {
  #rooms .roomsMain .roomsTerms {
    padding: 20px;
  }
}
#rooms .roomsMain .roomsTerms p {
  flex: 0 0 24%;
  font-size: 16px;
  color: white;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 200;
  border: 1px dashed rgba(238, 238, 238, 0.333);
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1800px) {
  #rooms .roomsMain .roomsTerms p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  #rooms .roomsMain .roomsTerms p {
    flex: 0 0 48%;
  }
}
@media (max-width: 480px) {
  #rooms .roomsMain .roomsTerms p {
    flex: 100%;
  }
}

.room {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .room {
    margin-top: 150px;
  }
}

#testimonial {
  width: 100%;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #testimonial {
    padding: 50px 0px;
  }
}
#testimonial h1 {
  color: black;
  font-family: "myFirstFont";
  font-size: 5em;
  font-weight: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1800px) {
  #testimonial h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #testimonial h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #testimonial h1 {
    font-size: 2.2em;
  }
}
#testimonial h1 span {
  width: 150px;
  height: 1px;
  background: rgba(238, 238, 238, 0.333);
  margin: 0px 30px;
  position: relative;
}
@media (max-width: 768px) {
  #testimonial h1 span {
    width: 100px;
  }
}
#testimonial h1 span .dot1 {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  right: 0;
  box-shadow: 0 0 18px 8px #fff;
  opacity: 0;
}
#testimonial h1 span .dot2 {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  left: 0;
  box-shadow: 0 0 18px 8px #fff;
  opacity: 0;
}
#testimonial .testimonialMain {
  width: 100%;
}
#testimonial .testimonialMain .testimonialBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  margin-top: 70px;
}
#testimonial .testimonialMain .testimonialBox h1 {
  font-family: "myFirstFont";
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  font-weight: 100;
  width: 60%;
  line-height: 1.7;
}
@media (max-width: 1800px) {
  #testimonial .testimonialMain .testimonialBox h1 {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  #testimonial .testimonialMain .testimonialBox h1 {
    width: 100%;
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  #testimonial .testimonialMain .testimonialBox h1 {
    font-size: 1.6em;
  }
}
@media (max-width: 480px) {
  #testimonial .testimonialMain .testimonialBox h1 {
    font-size: 1em;
  }
}
#testimonial .testimonialMain .testimonialBox h2 {
  color: #ffffff;
  margin-top: 40px;
  text-align: center;
  font-size: 2.5em;
  font-weight: 100;
  font-family: "myFirstFont";
}
@media (max-width: 1024px) {
  #testimonial .testimonialMain .testimonialBox h2 {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  #testimonial .testimonialMain .testimonialBox h2 {
    font-size: 1.5em;
  }
}
#testimonial .testimonialMain .testimonialBox p {
  font-size: 10px;
  text-transform: uppercase;
  color: #dcdcdc;
  letter-spacing: 2px;
  margin-top: 20px;
  text-align: center;
}
#testimonial .testimonialMain .owl-dot, #testimonial .testimonialMain .owl-nav {
  display: none;
}

#gallery {
  width: 100%;
  padding: 100px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #gallery {
    padding: 50px 0px 80px 0px;
  }
}
#gallery .galleryColumn1 {
  flex: 0 0 49.5%;
}
@media (max-width: 480px) {
  #gallery .galleryColumn1 {
    flex: 100%;
  }
}
#gallery .galleryColumn1 .galleryBox {
  width: 100%;
  height: 700px;
  background: rgb(34, 34, 34);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  #gallery .galleryColumn1 .galleryBox {
    height: 500px;
  }
}
#gallery .galleryColumn1 .galleryBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery .galleryColumn1 .galleryBox .galleryBoxDetails {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  padding: 40px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6705882353), rgba(0, 0, 0, 0.8509803922), rgba(0, 0, 0, 0.8392156863), rgba(0, 0, 0, 0.7607843137), rgba(0, 0, 0, 0.6901960784));
}
#gallery .galleryColumn1 .galleryBox .galleryBoxDetails h2 {
  color: white;
  font-family: "myFirstFont";
  font-weight: 100;
  font-size: 5em;
  display: flex;
  align-items: center;
}
@media (max-width: 1800px) {
  #gallery .galleryColumn1 .galleryBox .galleryBoxDetails h2 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #gallery .galleryColumn1 .galleryBox .galleryBoxDetails h2 {
    font-size: 3em;
  }
}
#gallery .galleryColumn1 .galleryBox .galleryBoxDetails h2 span {
  width: 30%;
  height: 1px;
  background: rgba(238, 238, 238, 0.333);
  margin: 0px 30px;
}
#gallery .galleryColumn1 .galleryBox .galleryBoxDetails a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  width: 160px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.616);
  padding: 10px 30px;
  letter-spacing: 1px;
  transition: 0.3s;
  margin-top: 50px;
}
#gallery .galleryColumn1 .galleryBox .galleryBoxDetails a:hover {
  background: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
}
#gallery .galleryColumn1 .galleryBox .galleryBoxDetails a span {
  margin-left: 10px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}
#gallery .galleryColumn2 {
  flex: 0 0 49.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  #gallery .galleryColumn2 {
    flex: 100%;
    margin-top: 10px;
  }
}
#gallery .galleryColumn2 .galleryBox {
  flex: 0 0 49%;
  background: rgb(34, 34, 34);
  height: calc(50% - 10px);
  margin: 20px 0px 0px 0px;
}
@media (max-width: 1024px) {
  #gallery .galleryColumn2 .galleryBox {
    margin-top: 10px;
    height: calc(50% - 5px);
  }
}
#gallery .galleryColumn2 .galleryBox:nth-child(1) {
  margin-top: 0;
}
#gallery .galleryColumn2 .galleryBox:nth-child(2) {
  margin-top: 0;
}
#gallery .galleryColumn2 .galleryBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  width: 100%;
  padding: 100px 0px 20px 0px;
  background: rgb(34, 34, 34);
}
@media (max-width: 1800px) {
  footer {
    padding-top: 50px;
  }
}
footer .footerMain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer .footerMain .footerLogo {
  width: 200px;
}
@media (max-width: 1024px) {
  footer .footerMain .footerLogo {
    width: 150px;
  }
}
footer .footerMain .footerLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footerMain .footerLink {
  width: 100%;
  border-top: 1px solid rgba(238, 238, 238, 0.333);
  border-bottom: 1px solid rgba(238, 238, 238, 0.333);
  padding: 20px 0px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  footer .footerMain .footerLink {
    padding-top: 0;
  }
}
footer .footerMain .footerLink ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footerMain .footerLink ul li {
  list-style: none;
}
@media (max-width: 768px) {
  footer .footerMain .footerLink ul li {
    flex: 0 0 30%;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  footer .footerMain .footerLink ul li {
    flex: 0 0 48%;
  }
}
footer .footerMain .footerLink ul li a {
  text-decoration: none;
  color: white;
  font-family: "myFirstFont";
  font-weight: 100;
  font-size: 16px;
  opacity: 0.7;
}
footer .footerMain .footerContact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
footer .footerMain .footerContact .footerContactBox1 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  footer .footerMain .footerContact .footerContactBox1 {
    width: 100%;
  }
}
footer .footerMain .footerContact .footerContactBox1 span {
  color: white;
  font-family: "myFirstFont";
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.7;
}
footer .footerMain .footerContact .footerContactBox1 .footerContactBox1Column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footerMain .footerContact .footerContactBox1 .footerContactBox1Column .footerContactBox1Column1 {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}
@media (max-width: 1024px) {
  footer .footerMain .footerContact .footerContactBox1 .footerContactBox1Column .footerContactBox1Column1 {
    margin-left: 0;
  }
}
footer .footerMain .footerContact .footerContactBox1 .footerContactBox1Column .footerContactBox1Column1:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 480px) {
  footer .footerMain .footerContact .footerContactBox1 .footerContactBox1Column .footerContactBox1Column1 {
    margin-top: 40px;
  }
  footer .footerMain .footerContact .footerContactBox1 .footerContactBox1Column .footerContactBox1Column1:nth-child(1) {
    margin-top: 0;
  }
}
footer .footerMain .footerContact .footerContactBox1 .footerContactBox1Column .footerContactBox1Column1 p {
  color: white;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-top: 10px;
}
footer .footerMain .footerContact .footerContactBox1 .footerContactBox1Column .footerContactBox1Column1 a {
  text-decoration: none;
  color: white;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
footer .footerMain .footerContact .footerContactBox1 .footerContactBox1Column .footerContactBox1Column1 a span {
  width: 100px;
  opacity: 1;
}
footer .footerMain .footerContact .footerContactBox1 .footerContactBox1Column .footerContactBox1Column1 a:nth-child(1) {
  margin-top: 0px;
}
footer .footerMain .footerContact .footerContactBox2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  footer .footerMain .footerContact .footerContactBox2 {
    width: 100%;
    margin-top: 40px;
  }
}
footer .footerMain .footerContact .footerContactBox2 span {
  color: white;
  font-family: "myFirstFont";
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.7;
}
footer .footerMain .footerContact .footerContactBox2 .footerSocialLinks {
  display: flex;
  align-items: center;
}
footer .footerMain .footerContact .footerContactBox2 .footerSocialLinks a {
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  margin-top: 20px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: 0.2s;
}
footer .footerMain .footerContact .footerContactBox2 .footerSocialLinks a:hover {
  background: black;
  color: white;
  transition: 0.2s;
}
footer .footerStrip {
  width: 100%;
  border-top: 1px solid rgba(238, 238, 238, 0.333);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media (max-width: 480px) {
  footer .footerStrip {
    margin-top: 40px;
  }
}
footer .footerStrip p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.783);
}
footer .footerStrip .desined {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.783);
  display: flex;
  align-items: center;
}
footer .footerStrip .desined i {
  margin: 0px 5px;
  color: white;
}
footer .footerStrip .desined a {
  text-decoration: none;
  color: white;
}
footer .footerStrip .desined a .footerStripLogo {
  width: 60px;
  margin-left: 10px;
}
footer .footerStrip .desined a .footerStripLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#aboutBanner {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 768px) {
  #aboutBanner {
    padding-top: 50px;
  }
}
#aboutBanner .aboutBannerMain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#aboutBanner .aboutBannerMain h1 {
  color: white;
  font-family: "myFirstFont";
  font-size: 5em;
  font-weight: 100;
  display: flex;
  align-items: center;
  margin-top: 0px;
}
@media (max-width: 1800px) {
  #aboutBanner .aboutBannerMain h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #aboutBanner .aboutBannerMain h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #aboutBanner .aboutBannerMain h1 {
    font-size: 2.2em;
  }
}
#aboutBanner .aboutBannerMain h1:nth-child(1) {
  margin-top: 100px;
}
#aboutBanner .aboutBannerMain h1 span {
  width: 50%;
  height: 1px;
  background: rgba(238, 238, 238, 0.333);
  margin: 0px 30px;
}
@media (max-width: 480px) {
  #aboutBanner .aboutBannerMain h1 span {
    width: 80px;
  }
}
#aboutBanner .aboutBannerMain p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.779);
  font-weight: 300;
  line-height: 2;
  margin-top: 40px;
}
#aboutBanner .aboutBannerMain p:nth-child(1) {
  margin-top: 0;
}
#aboutBanner .aboutBannerbanner {
  width: 100%;
  height: 700px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  #aboutBanner .aboutBannerbanner {
    height: 500px;
  }
}
@media (max-width: 768px) {
  #aboutBanner .aboutBannerbanner {
    height: 400px;
  }
}
#aboutBanner .aboutBannerbanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#aboutBanner .aboutBannerDescription {
  width: 100%;
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #aboutBanner .aboutBannerDescription {
    padding: 50px 0px;
  }
}
#aboutBanner .aboutBannerDescription p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.779);
  font-weight: 300;
  line-height: 2;
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 1024px) {
  #aboutBanner .aboutBannerDescription p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #aboutBanner .aboutBannerDescription p {
    font-size: 18px;
  }
}
#aboutBanner .aboutBannerDescription p:nth-child(1) {
  margin-top: 0;
}

#facilityBanner {
  padding-top: 100px;
  width: 100%;
}
@media (max-width: 768px) {
  #facilityBanner {
    padding-top: 50px;
  }
}
#facilityBanner .facilityBannerMain {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#facilityBanner .facilityBannerMain h1 {
  color: white;
  font-family: "myFirstFont";
  font-size: 5em;
  font-weight: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 1800px) {
  #facilityBanner .facilityBannerMain h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #facilityBanner .facilityBannerMain h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #facilityBanner .facilityBannerMain h1 {
    font-size: 2.2em;
  }
}
#facilityBanner .facilityBannerMain h1 span {
  width: 150px;
  height: 1px;
  background: rgba(238, 238, 238, 0.333);
  margin: 0px 30px;
}
@media (max-width: 768px) {
  #facilityBanner .facilityBannerMain h1 span {
    width: 100px;
  }
}
@media (max-width: 480px) {
  #facilityBanner .facilityBannerMain h1 span {
    width: 40px;
    margin: 0px 20px;
  }
}

#innerFacilityList {
  width: 100%;
  padding: 100px 0px;
}
#innerFacilityList h2 {
  color: white;
  font-family: "myFirstFont";
  font-weight: 100;
  font-size: 2em;
  background: rgb(34, 34, 34);
  padding: 20px 50px;
  margin-top: 100px;
}
#innerFacilityList h2:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 480px) {
  #innerFacilityList h2 {
    font-size: 1.5em;
    padding: 20px;
  }
}
#innerFacilityList .innerFacilityListMain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#innerFacilityList .innerFacilityListThumbnail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#innerFacilityList .innerFacilityListThumbnail .innerFacilityListThumbnailBox {
  flex: 0 0 19.8%;
  height: 200px;
  background: rgb(34, 34, 34);
	margin-top: 5px;
}
@media (max-width: 1024px) {
  #innerFacilityList .innerFacilityListThumbnail .innerFacilityListThumbnailBox {
  height: 160px;
  }
}
@media (max-width: 768px) {
  #innerFacilityList .innerFacilityListThumbnail .innerFacilityListThumbnailBox {
  	flex: 0 0 33%;
  }
}
@media (max-width: 480px) {
  #innerFacilityList .innerFacilityListThumbnail .innerFacilityListThumbnailBox {
  	flex: 0 0 49.5%;
  height: 120px;
  }
}
#innerFacilityList .innerFacilityListThumbnail .innerFacilityListThumbnailBox:nth-child(10n) {
  margin-left: 0;
}
#innerFacilityList .innerFacilityListThumbnail .innerFacilityListThumbnailBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#innerFacilityList .innerFacilityListMain ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
#innerFacilityList .innerFacilityListMain ul li {
  flex: 0 0 48%;
  list-style: none;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #innerFacilityList .innerFacilityListMain ul li {
    flex: 100%;
  }
}
#innerFacilityList .innerFacilityListMain ul li span {
  width: 30px;
  color: white;
  font-size: 20px;
  opacity: 0.4;
  margin-top: -5px;
}
#innerFacilityList .innerFacilityListMain ul li p {
  font-weight: 200;
  color: white;
  font-size: 14px;
  width: calc(100% - 40px);
}
#innerFacilityList .innerFacilityListMain .innerFacilityListBox {
  flex: 0 0 24%;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}
#innerFacilityList .innerFacilityListMain .innerFacilityListBox .facilitiesBoxThumbnail {
  width: 100%;
  height: 230px;
  overflow: hidden;
  border: 1px solid rgba(238, 238, 238, 0.333);
  padding: 10px;
}
#innerFacilityList .innerFacilityListMain .innerFacilityListBox .facilitiesBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#innerFacilityList .innerFacilityListMain .innerFacilityListBox .facilitiesBoxDetails {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#innerFacilityList .innerFacilityListMain .innerFacilityListBox .facilitiesBoxDetails p {
  font-family: "myFirstFont";
  color: white;
  font-size: 22px;
  font-weight: 100;
}

#testimonialBanner {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 768px) {
  #testimonialBanner {
    padding-top: 50px;
  }
}
#testimonialBanner .testimonialBannerMain {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#testimonialBanner .testimonialBannerMain h1 {
  color: white;
  font-family: "myFirstFont";
  font-size: 5em;
  font-weight: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 1800px) {
  #testimonialBanner .testimonialBannerMain h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #testimonialBanner .testimonialBannerMain h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #testimonialBanner .testimonialBannerMain h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 480px) {
  #testimonialBanner .testimonialBannerMain h1 {
    font-size: 2.2em;
  }
}
#testimonialBanner .testimonialBannerMain h1 span {
  width: 150px;
  height: 1px;
  background: rgba(238, 238, 238, 0.333);
  margin: 0px 30px;
}
@media (max-width: 768px) {
  #testimonialBanner .testimonialBannerMain h1 span {
    width: 100px;
  }
}
@media (max-width: 480px) {
  #testimonialBanner .testimonialBannerMain h1 span {
    width: 40px;
    margin: 0px 10px;
  }
}

#testimonialList {
  width: 100%;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #testimonialList {
    padding-top: 50px;
  }
}
#testimonialList .testimonialListMian {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#testimonialList .testimonialListMian .testimonialListBox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  border-top: 1px solid rgba(238, 238, 238, 0.333);
  padding-top: 70px;
}
#testimonialList .testimonialListMian .testimonialListBox:nth-child(1) {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
#testimonialList .testimonialListMian .testimonialListBox h1 {
  font-family: "myFirstFont";
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  font-weight: 100;
  width: 60%;
  line-height: 1.7;
}
@media (max-width: 1800px) {
  #testimonialList .testimonialListMian .testimonialListBox h1 {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  #testimonialList .testimonialListMian .testimonialListBox h1 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #testimonialList .testimonialListMian .testimonialListBox h1 {
    font-size: 1.6em;
  }
}
@media (max-width: 768px) {
  #testimonialList .testimonialListMian .testimonialListBox h1 {
    font-size: 1.2em;
  }
}
@media (max-width: 480px) {
  #testimonialList .testimonialListMian .testimonialListBox h1 {
    font-size: 1em;
  }
}
#testimonialList .testimonialListMian .testimonialListBox h2 {
  color: #ffffff;
  margin-top: 40px;
  text-align: center;
  font-size: 2.5em;
  font-weight: 100;
  font-family: "myFirstFont";
}
@media (max-width: 768px) {
  #testimonialList .testimonialListMian .testimonialListBox h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 480px) {
  #testimonialList .testimonialListMian .testimonialListBox h2 {
    font-size: 1.5em;
  }
}
#testimonialList .testimonialListMian .testimonialListBox p {
  font-size: 10px;
  text-transform: uppercase;
  color: #dcdcdc;
  letter-spacing: 2px;
  margin-top: 20px;
  text-align: center;
}

#galleryBanner {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 768px) {
  #galleryBanner {
    padding-top: 50px;
  }
}
#galleryBanner .galleryBannerMain {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#galleryBanner .galleryBannerMain h1 {
  color: white;
  font-family: "myFirstFont";
  font-size: 5em;
  font-weight: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 1800px) {
  #galleryBanner .galleryBannerMain h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #galleryBanner .galleryBannerMain h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #galleryBanner .galleryBannerMain h1 {
    font-size: 2.2em;
  }
}
#galleryBanner .galleryBannerMain h1 span {
  width: 150px;
  height: 1px;
  background: rgba(238, 238, 238, 0.333);
  margin: 0px 30px;
}
@media (max-width: 768px) {
  #galleryBanner .galleryBannerMain h1 span {
    width: 100px;
  }
}
@media (max-width: 480px) {
  #galleryBanner .galleryBannerMain h1 span {
    margin: 0px 10px;
    width: 30px;
  }
}

#galleryList {
  width: 100%;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #galleryList {
    padding-top: 50px;
  }
}
#galleryList .galleryListMain {
  width: 100%;
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-count: 3;
  -moz-column-gap: 30px;
  column-count: 3;
  column-gap: 30px;
}
@media (max-width: 768px) {
  #galleryList .galleryListMain {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}
@media (max-width: 480px) {
  #galleryList .galleryListMain {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
#galleryList .galleryListMain .galleryListBox {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  transition: 0.2s;
}
@media (max-width: 480px) {
  #galleryList .galleryListMain .galleryListBox {
    margin-top: 10px;
  }
}
#galleryList .galleryListMain .galleryListBox:hover {
  transition: 0.2s;
  transform: scale(0.9);
}
#galleryList .galleryListMain .galleryListBox:nth-child(1) {
  margin-top: 0;
}
#galleryList .galleryListMain .galleryListBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#contactBanner {
  width: 100%;
  height: 400px;
  position: relative;
}
@media (max-width: 1024px) {
  #contactBanner {
    height: 350px;
  }
}
#contactBanner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.319);
}
#contactBanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact {
  width: 100%;
  padding: 100px 0px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  #contact {
    padding-top: 50px;
  }
}
#contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../images/contact.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}
#contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0));
}
#contact h1 {
  color: white;
  font-family: "myFirstFont";
  font-size: 5em;
  font-weight: 100;
  display: flex;
  align-items: center;
}
@media (max-width: 1800px) {
  #contact h1 {
    font-size: 4em;
  }
}
@media (max-width: 768px) {
  #contact h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #contact h1 {
    font-size: 2.2em;
  }
}
#contact h1 span {
  width: 150px;
  height: 1px;
  background: rgba(238, 238, 238, 0.333);
  margin: 0px 30px;
}
@media (max-width: 480px) {
  #contact h1 span {
    width: 50px;
  }
}
#contact .contactMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
#contact .contactMain .contactDetails {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #contact .contactMain .contactDetails {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  #contact .contactMain .contactDetails {
    flex: 100%;
  }
}
#contact .contactMain .contactDetails .contactDetailsBox1 {
  display: flex;
  flex-direction: column;
}
#contact .contactMain .contactDetails .contactDetailsBox1 span {
  color: white;
  font-family: "myFirstFont";
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 1px;
}
#contact .contactMain .contactDetails .contactDetailsBox1 .contactDetailsBox1Column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .contactMain .contactDetails .contactDetailsBox1 .contactDetailsBox1Column .contactDetailsBox1Column1 {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}
@media (max-width: 1024px) {
  #contact .contactMain .contactDetails .contactDetailsBox1 .contactDetailsBox1Column .contactDetailsBox1Column1 {
    margin-left: 0;
    width: 100%;
    margin-top: 40px;
  }
}
#contact .contactMain .contactDetails .contactDetailsBox1 .contactDetailsBox1Column .contactDetailsBox1Column1:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 1024px) {
  #contact .contactMain .contactDetails .contactDetailsBox1 .contactDetailsBox1Column .contactDetailsBox1Column1:nth-child(1) {
    margin-top: 0;
  }
}
#contact .contactMain .contactDetails .contactDetailsBox1 .contactDetailsBox1Column .contactDetailsBox1Column1 p {
  color: white;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 10px;
}
#contact .contactMain .contactDetails .contactDetailsBox1 .contactDetailsBox1Column .contactDetailsBox1Column1 a {
  text-decoration: none;
  color: white;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
#contact .contactMain .contactDetails .contactDetailsBox1 .contactDetailsBox1Column .contactDetailsBox1Column1 a span {
  width: 100px;
  opacity: 1;
}
#contact .contactMain .contactDetails .contactDetailsBox1 .contactDetailsBox1Column .contactDetailsBox1Column1 a:nth-child(1) {
  margin-top: 0px;
}
#contact .contactMain .contactDetails .contactDetailsBox2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
}
#contact .contactMain .contactDetails .contactDetailsBox2 span {
  color: white;
  font-family: "myFirstFont";
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 1px;
}
#contact .contactMain .contactDetails .contactDetailsBox2 .footerSocialLinks {
  display: flex;
  align-items: center;
}
#contact .contactMain .contactDetails .contactDetailsBox2 .footerSocialLinks a {
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  margin-top: 20px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: 0.2s;
}
#contact .contactMain .contactDetails .contactDetailsBox2 .footerSocialLinks a:hover {
  background: black;
  color: white;
  transition: 0.2s;
}
#contact .contactMain .contactDetails .contactDetailsBox3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
}
#contact .contactMain .contactDetails .contactDetailsBox3 iframe {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  #contact .contactMain .contactDetails .contactDetailsBox3 iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  #contact .contactMain .contactDetails .contactDetailsBox3 iframe {
    height: 250px;
  }
}
#contact .contactMain .contactForm {
  flex: 0 0 35%;
}
@media (max-width: 1024px) {
  #contact .contactMain .contactForm {
    flex: 0 0 45%;
  }
}
@media (max-width: 768px) {
  #contact .contactMain .contactForm {
    flex: 100%;
    margin-top: 70px;
  }
}
#contact .contactMain .contactForm form {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px;
  background: rgb(34, 34, 34);
}
@media (max-width: 480px) {
  #contact .contactMain .contactForm form {
    padding: 20px;
  }
}
#contact .contactMain .contactForm form .formgroup {
  flex-direction: column;
  width: 100%;
  display: flex;
  margin-top: 30px;
}
#contact .contactMain .contactForm form .formgroup:nth-child(1) {
  margin-top: 0;
}
#contact .contactMain .contactForm form .formgroup label {
  color: white;
  opacity: 0.7;
}
#contact .contactMain .contactForm form .formgroup input {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid rgba(238, 238, 238, 0.333);
  margin-top: 5px;
  padding: 0px 20px;
  color: white;
  font-size: 14px;
  outline: none;
}
#contact .contactMain .contactForm form .formgroup input:focus {
  border: 1px solid white;
}
#contact .contactMain .contactForm form .formgroup textarea {
  width: 100%;
  height: 100px;
  background: transparent;
  border: 1px solid rgba(238, 238, 238, 0.333);
  margin-top: 5px;
  padding: 0px 20px;
  color: white;
  font-size: 14px;
  outline: none;
}
#contact .contactMain .contactForm form .formgroup textarea:focus {
  border: 1px solid white;
}
#contact .contactMain .contactForm form .formBtnArea {
  width: 100%;
  margin-top: 30px;
}
#contact .contactMain .contactForm form .formBtnArea button {
  background: var(--primaryColor);
  color: white;
  width: 150px;
  padding: 12px;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 480px) {
  #contact .contactMain .contactForm form .formBtnArea button {
    width: 100%;
  }
}
#contact .contactMain .contactForm form .formBtnArea button:hover {
  transition: 0.2s;
  background: var(--secondaryColor);
}




#blogList{
	width: 100%;
	padding: 100px 0px;
    margin-top: 80px;
}
#blogList .blogListMain{
	width:100%;
	display :flex;
	justify-content :space-between;
	flex-wrap :wrap;
	row-gap: 50px;
	position: relative;
}
#blogList .blogListMain::after{
	width: 31%;
	content: '';
	height: 0;
}
#blogList .blogListMain .blogListBox{
	flex: 0 0 31%;
	text-decoration :none;
	display :flex;
	flex-direction :column;
}
@media(max-width:1024px){
	#blogList .blogListMain .blogListBox{
		flex :0 0 48%;
	}
}
@media(max-width:480px){
	#blogList .blogListMain .blogListBox{
		flex :100%;
	}
}
#blogList .blogListMain .blogListBox:hover .blogListBoxThumbnail img{
	transition: .3s;
	transform: scale(1.05);
}
#blogList .blogListMain .blogListBox .blogListBoxThumbnail{
	width :100%;
	height: 280px;
	background :#eee;
	border-radius :10px;
	overflow :hidden;
}
@media(max-width:1800px){
	#blogList .blogListMain .blogListBox .blogListBoxThumbnail{
		height :240px;
	}
}
@media(max-width:768px){
	#blogList .blogListMain .blogListBox .blogListBoxThumbnail{
		height :200px;
	}
}
#blogList .blogListMain .blogListBox .blogListBoxThumbnail img{
	width :100%;
	height: 100%;
	object-fit :cover;
	transition: .3s;
}
#blogList .blogListMain .blogListBox .blogListBoxDetails{
	width :100%;
	margin-top :20px;
	display :flex;
	flex-direction :column;
}
#blogList .blogListMain .blogListBox .blogListBoxDetails h2{
	font-size: 25px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 75px;
	color :white;
}
#blogList .blogListMain .blogListBox .blogListBoxDetails p{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	color: white;
	opacity: .7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 45px;
}




#innerBlog{
	width:100%;
	padding: 50px 0px 100px 0px;
	margin-top: 80px;
}
@media(max-width:768px){
	#innerBlog{
		margin-top: 60px;
		padding: 50px 0px;
	}
}
#innerBlog .innerBlogMain{
	padding: 0px 10%;
	display :flex;
	flex-direction :column;
}
@media(max-width:1024px){
	#innerBlog .innerBlogMain{
		padding: 0px 5%;
	}
}
@media(max-width:768px){
	#innerBlog .innerBlogMain{
		padding: 0px;
	}
}
#innerBlog .innerBlogMain .innerBlogThumbnail{
	width :100%;
}
#innerBlog .innerBlogMain .innerBlogThumbnail img{
	width :100%;
	height :100%;
	object-fit: cover;
	border-radius :10px;
	overflow: hidden;
}
#innerBlog .innerBlogMain .innerBlogDetails{
	width:100%;
	margin-top: 40px;
	display :flex;
	flex-direction: column;
}
#innerBlog .innerBlogMain .innerBlogDetails h1 {
  font-size: 3em;
  line-height: 1.3;
	font-weight :600;
	color: white;
}
@media (max-width: 1800px) {
#innerBlog .innerBlogMain .innerBlogDetails h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
#innerBlog .innerBlogMain .innerBlogDetails h1 {
    font-size: 2.3em;
  }
}
@media (max-width: 480px) {
#innerBlog .innerBlogMain .innerBlogDetails h1 {
    font-size: 2em;
  }
}
#innerBlog .innerBlogMain .innerBlogDetails p {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  font-family: "Poppins", sans-serif !important;
	font-weight :300;
	color: white;
}
@media (max-width: 1024px) {
#innerBlog .innerBlogMain .innerBlogDetails p {
    font-size: 14px;
  }
}




.terms{
	width: 100%;
	padding: 50px 0px;
	margin-top: 80px;
}
@media(max-width:480px){
	.terms{
		margin-top: 60px;
	}
}
.terms .termsMain{
	width: 100%;
	display :flex;
	flex-direction :column;
}
.terms .termsMain h2{
	font-size: 20px;
	font-weight: 700;
	margin-top: 50px;
	color: white;
}
.terms .termsMain h2:nth-of-type(1){
	margin-top: 0px;
}
.terms .termsMain p{
	font-size: 14px;
	margin-top: 10px;
	line-height :1.7;
	color: white;
	opacity: .7;
}
.terms .termsMain h3{
	font-size: 18px;
	font-weight: 500;
	margin-top:50px;
	color: white;
}

.elsePage{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items :center;
	flex-direction :column;
}
.elsePage .elsePageThumbnail{
	width: 200px;
	display: flex;
	justify-content: center;
	align-items :center;
	color: #aaa;
	font-size :6em;
}
.elsePage .elsePageThumbnail img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.elsePage h3{
	color: white;
	font-size: 25px;
	margin-top :30px;
	text-align: center;
	font-weight: 500;
}

/*# sourceMappingURL=style.css.map */