body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #555555;
  font-size: 14px;
  line-height: 26px;
  background-color: rgba(214, 152, 105, 0.1607843137);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: inherit;
}
a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neuton", serif;
  font-weight: 400;
}

h1 {
  font-size: 102px;
  line-height: 1.14;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 92px;
  }
}
@media screen and (max-width: 561px) {
  h1 {
    font-size: 16vw;
    text-align: center;
  }
}

h2 {
  color: #0f3138;
  font-size: 64px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
}

.container-small {
  max-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .container-small {
    max-width: inherit;
    padding: 0 80px;
  }
}
@media screen and (max-width: 992px) {
  .container-small {
    padding: 0 40px;
  }
}
@media screen and (max-width: 560px) {
  .container-small {
    padding: 0 16px;
  }
}

section {
  padding: 120px 0;
}
section .text + * {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 80px 0;
  }
  section .text + * {
    margin-top: 56px;
  }
}

.button {
  display: flex;
  height: 52px;
  justify-content: center;
  align-items: center;
  border: 1px solid #0f3138;
  border-radius: 28px;
  background: #0f3138;
  width: 176px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  transition: 0.8s;
}
.button:hover {
  background-color: transparent;
  color: #7f2710;
  border-color: #7f2710;
  font-weight: 600;
}

.sub {
  color: #7f2710;
  font-weight: 500;
  letter-spacing: 0.084px;
  text-transform: uppercase;
  margin: 0 auto 16px;
}
.sub p {
  margin: 0 0 !important;
}
@media screen and (max-width: 768px) {
  .sub {
    margin-bottom: 6px;
  }
}

p {
  letter-spacing: 0.084px;
}

.text p:first-of-type {
  margin-top: 56px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .text p:first-of-type {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}
.navbar .navbar-brand img {
  width: 112px;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav {
  gap: 28px;
}
.navbar .nav-link {
  color: #555;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 500;
  text-transform: uppercase;
}

.banner {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(15, 49, 56, 0), rgba(15, 49, 56, 0.0078431373), rgba(15, 49, 56, 0.0196078431), rgba(15, 49, 56, 0.6705882353), rgba(15, 49, 56, 0.8901960784), rgba(15, 49, 56, 0.9803921569));
}
.banner .banner__text {
  position: relative;
  height: 100vh;
  z-index: 1;
}
.banner .banner__text h1 {
  bottom: 120px;
  width: 480px;
  position: absolute;
  left: 0px;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1600px) {
  .banner .banner__text h1 {
    bottom: 64px;
  }
}
@media screen and (max-width: 560px) {
  .banner {
    height: calc(100vh - 32px);
  }
  .banner .banner__text h1 {
    width: 96vw;
    bottom: 110px;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.about {
  padding-bottom: 40px;
}
.about .about__pictures {
  position: relative;
  height: 520px;
}
.about .about__pictures img {
  border: 4px solid #fff;
  transition: 0.4s;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about__pictures img.uno {
  width: 400px;
  right: 120px;
}
.about .about__pictures img.dos {
  width: 260px;
  top: 200px;
  right: 340px;
}
.about .about__pictures img.tres {
  width: 360px;
  max-height: 292px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 232px;
  right: 0px;
}
.about .about__pictures:hover img:hover {
  z-index: 2;
  transform: scale(1.1);
}
.about .about__pictures:hover img:not(:hover) {
  opacity: 0.4;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .about .about__pictures img {
    transform: scale(0.9);
  }
  .about .about__pictures img.uno {
    right: 60px;
  }
  .about .about__pictures img.dos {
    top: 160px;
    right: 280px;
  }
  .about .about__pictures img.tres {
    top: 190px;
  }
}
@media screen and (max-width: 1100px) {
  .about .about__pictures img.uno {
    right: 0px;
  }
  .about .about__pictures img.dos {
    top: 120px;
    right: 40px;
  }
  .about .about__pictures img.tres {
    top: 360px;
    right: 60px;
  }
}
@media screen and (max-width: 992px) {
  .about .about__pictures {
    display: flex;
    justify-content: space-between;
    height: 320px;
  }
  .about .about__pictures img.tres, .about .about__pictures img.dos {
    position: relative;
    width: 48%;
    height: 100%;
    right: auto;
    left: auto;
    top: 0;
    margin-top: 8px;
  }
  .about .about__pictures img.uno {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about .about__pictures {
    height: 260px;
  }
}
@media screen and (max-width: 560px) {
  .about .about__pictures {
    height: 800px;
    flex-direction: column;
  }
  .about .about__pictures img.tres, .about .about__pictures img.dos {
    width: 100%;
    height: 400px;
  }
}

.asset {
  opacity: 0.3;
}

.classes {
  padding-top: 0;
  text-align: center;
}
.classes .menu__grid {
  background-color: inherit;
}
.classes .menu__grid .table {
  --bs-table-bg: inherit;
}
.classes .menu__grid .menu {
  margin: 32px;
}
.classes .menu__grid .menu img {
  width: 150px;
  transition: 15s ease-in-out;
}
.classes .menu__grid .menu span {
  display: block;
  margin-top: 18px;
}
.classes .menu__grid .menu:hover img {
  transform: rotate(360deg);
}
.classes tr,
.classes th {
  border-color: transparent;
}
.classes th {
  font-weight: 500;
}
.classes th[scope=row] {
  display: flex;
  align-items: center;
  height: 275px;
  color: #80471b;
  font-size: 13px;
}
.classes th[scope=col] {
  color: #80471b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.classes td {
  color: #0f3138;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .classes .menu__grid .menu {
    margin: 18px;
  }
  .classes .menu__grid .menu img {
    width: 100px;
    min-width: 100px;
  }
  .classes th[scope=row] {
    height: 220px;
  }
}
@media screen and (max-width: 560px) {
  .classes .menu__grid {
    overflow-x: scroll;
  }
  .classes .menu__grid .menu {
    margin: 6px 0px;
  }
  .classes .menu__grid .menu span {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.34;
  }
  .classes th[scope=row] {
    height: 160px;
  }
  .classes td {
    min-width: 160px !important;
  }
}

.additional_classes .product-card {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.additional_classes .product-image {
  width: 150px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.additional_classes .product-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin-left: 15px;
}
.additional_classes .product-details ul li {
  text-align: left;
}
.additional_classes .product-details h3 {
  font-size: 20px;
  color: #0f3138;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
  letter-spacing: -0.5px;
}
.additional_classes .improve-btn {
  background-color: #0f3138;
  display: block;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.additional_classes .improve-btn:hover {
  background-color: #d69869;
}

.tripadvisor_review {
  background: #fff;
  position: relative;
}
.tripadvisor_review::after {
  content: "";
  width: 300px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 42%;
  background: #ffffff;
  z-index: 9;
}

.suppliers {
  background-color: #0f3138;
  color: #ffffff;
}
.suppliers .supplierspoints {
  flex-wrap: wrap;
  gap: 56px;
}
.suppliers .supplierspoints.center .point {
  text-align: center;
}
.suppliers .supplierspoints .point__wrap {
  width: calc(50% - 28px);
}
.suppliers .sub,
.suppliers h2 {
  color: #ffffff;
  text-align: center;
}
.suppliers img {
  width: 72px;
}
.suppliers h4 {
  margin-top: 28px;
  margin-bottom: 14px;
}
.suppliers p {
  font-weight: 200;
}
@media screen and (max-width: 560px) {
  .suppliers .supplierspoints {
    gap: 40px;
  }
  .suppliers .supplierspoints .point__wrap {
    width: 100%;
  }
}

.mission {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.mission .text {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 992px) {
  .mission:before {
    background-color: rgba(255, 255, 255, 0.8);
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.testimonials {
  text-align: center;
  position: relative;
  background-color: #ffffff;
}
.testimonials h3 {
  color: #0f3138;
  margin-bottom: 48px;
}
.testimonials span {
  text-transform: uppercase;
  font-size: 16px;
}
.testimonials img {
  width: 40px;
}
.testimonials .arrow {
  position: absolute;
  top: 360px;
}
.testimonials .button-next {
  right: 16vw;
}
.testimonials .button-prev {
  left: 16vw;
}
.testimonials .swiper-button-disabled {
  opacity: 0.4;
}
@media screen and (max-width: 1600px) {
  .testimonials .button-next {
    right: 160px;
  }
  .testimonials .button-prev {
    left: 160px;
  }
}
@media screen and (max-width: 1440px) {
  .testimonials .button-next {
    right: 80px;
  }
  .testimonials .button-prev {
    left: 80px;
  }
}
@media screen and (max-width: 1240px) {
  .testimonials {
    padding-bottom: 160px;
  }
  .testimonials .button-next {
    right: 64px;
  }
  .testimonials .button-prev {
    left: 64px;
  }
  .testimonials .arrow {
    top: auto;
    bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials {
    padding-bottom: 100px;
  }
  .testimonials .arrow {
    bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .testimonials h3 {
    margin-bottom: 32px;
  }
  .testimonials span {
    font-size: 14px;
  }
  .testimonials .swiper-wrapper {
    margin-bottom: 22px;
  }
  .testimonials .button-next {
    right: 18px;
  }
  .testimonials .button-prev {
    left: 18px;
  }
}

.booking {
  padding: 88px 0;
}
.booking h2 {
  color: #ffffff;
  text-align: center;
}
.booking .form {
  gap: 56px;
}
.booking .form .form__group {
  width: calc(50% - 28px);
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .booking .form {
    row-gap: 40px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .booking .form .form__group {
    width: 98%;
  }
}

form label {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.084px;
  text-transform: uppercase;
  width: 128px;
  line-height: 1;
}
form input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
  width: 64%;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  height: 46px;
}
form input:focus-visible {
  outline: none;
}
form input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
form input.non__inc[type=number]::-webkit-inner-spin-button,
form input.non__inc[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
form .radio__container {
  justify-content: space-around;
  align-items: center;
  gap: 32px;
}
form .radio__container input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
form .radio__container label {
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(214, 152, 105, 0.662745098);
  border-radius: 6px;
  height: 40px;
  cursor: pointer;
  transition: 0.1s border ease-in;
}
form .radio__container input[type=radio]:checked + label,
form .radio__container input[type=radio]:hover + label {
  border: 2px solid #d69869;
}
form input.button {
  margin-top: 64px;
  width: 176px;
  height: 52px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2392156863);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.8s;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
form input.button:hover {
  background-color: #7f2710;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  form input {
    width: calc(100% - 168px);
  }
}
@media screen and (max-width: 360px) {
  form .radio__container {
    gap: 16px;
  }
  form .radio__container label {
    font-weight: 200;
    width: 100px;
    height: 40px;
  }
}

.line {
  background: rgba(255, 255, 255, 0.2392156863);
  height: 1px;
  width: 100%;
}

footer {
  background-color: #0f3138;
  color: #ffffff;
  position: relative;
}
footer::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  max-width: 100%;
  height: 152.212px;
  background-image: url("../images/Asset.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  opacity: 0.4;
}

.main__footer {
  padding: 64px 0;
}
.main__footer li {
  color: rgba(255, 255, 255, 0.8);
}
.main__footer li a:hover {
  color: #fff;
}
.main__footer .footerdetails__lower li {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .main__footer .d-flex {
    width: 100%;
    gap: 18px !important;
  }
}

.navbar-toggler {
  padding: 4px;
  border: 0;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("../images/menu.png");
  transition: 0.4s ease-in-out;
  padding: 4px;
  border: 0;
  width: 26px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

@media screen and (max-width: 560px) {
  .navbar .container {
    position: relative;
  }
  .navbar .container .button {
    width: 128px;
    height: 38px;
  }
  .navbar .container .navbar-brand img {
    width: 96px;
  }
}
@media screen and (max-width: 320px) {
  .navbar .container .button {
    width: 92px;
    height: 34px;
  }
  .navbar .container .navbar-brand img {
    width: 88px;
  }
  .navbar .container .navbar-toggler .navbar-toggler-icon {
    width: 20px;
  }
}
@media screen and (max-width: 992px) {
  .navbar .container {
    position: relative;
  }
  .navbar .container .button {
    top: 18px;
    position: absolute;
    left: 60%;
    transform: translateX(-60%);
  }
  .navbar .container .navbar-collapse {
    background-color: #0f3138;
    margin-top: 16px;
    transition: 0.4s;
  }
  .navbar .container .navbar-collapse .navbar-nav {
    gap: 8px;
  }
  .navbar .container .navbar-collapse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 8px;
    text-align: center;
  }
  .navbar .container .navbar-collapse .navbar-nav .nav-item:first-of-type {
    margin-top: 40px;
  }
  .navbar .container .navbar-collapse .navbar-nav .nav-item:last-of-type {
    margin-bottom: 40px;
  }
  .navbar .container .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url("../images/close.png");
    transition: 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1290px) {
  body {
    font-size: 12px;
  }
  .navbar .navbar-brand {
    padding: 0;
  }
  .navbar .navbar-brand img {
    width: 82px;
  }
  .navbar .nav-link {
    font-size: 11px;
  }
  .button {
    width: 120px;
    height: 44px;
    font-size: 11px;
  }
  h1 {
    font-size: 72px;
    line-height: 1;
  }
  h2 {
    font-size: 56px;
  }
}
.g-recaptcha {
  margin-top: 40px;
}
@media screen and (max-width: 560px) {
  .g-recaptcha > div {
    margin: 0 auto;
  }
}

.join_grid {
  text-align: left;
}
.join_grid img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.join_grid .content {
  padding-left: 15px;
}
.join_grid p {
  margin: 0px 0 5px;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */