@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
* {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  padding-left: 20px;
  box-sizing: border-box;
  left: 0;
  justify-content: center;
  height: 100px;
  width: 100%;
}
header .container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .container .indentity {
  width: 150px;
}
header .container .indentity img {
  width: 100%;
  height: auto;
}
header .container .cta {
  width: 150px;
}
header .container .cta a {
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  color: #0e1824;
  background-color: #ffc89a;
  transition: all 300ms ease-in-out;
}
header .container .cta a:hover {
  color: #ffc89a;
  background-color: #0e1824;
}
header .container .hamburger {
  display: none;
}
header .container .hamburger i {
  color: #fff;
  font-size: 32px;
  margin-right: 20px;
}
header .container .menu i {
  display: none;
}
header .container .menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px #fff solid;
  padding: 15px 0;
  box-sizing: border-box;
  border-radius: 50px;
  list-style: none;
}
header .container .menu ul li {
  margin: 0 10px;
}
header .container .menu ul li a {
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  box-sizing: border-box;
  transition: all 300ms ease-in-out;
  border-radius: 50px;
}
header .container .menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.231372549);
}

.hero {
  width: 100%;
  height: 95vh;
  background-color: black;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/image0.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero .container {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 100px;
}
.hero .container h2 {
  margin: 0;
  font-size: 70px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.hero .container span {
  font-size: 22px;
  font-weight: 600px;
  color: #dfdfdf;
  text-align: center;
  margin-top: 10px;
  text-transform: capitalize;
}
.hero .container a {
  background-color: #ffc89a;
  color: #0e1824;
  text-decoration: none;
  border-radius: 50px;
  width: 210px;
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  justify-content: center;
  margin-top: 20px;
  transition: all 300ms ease-in-out;
}
.hero .container a:hover {
  background-color: #0e1824;
  color: #ffc89a;
}

.about_us {
  width: 100%;
  height: auto;
  padding: 100px 0;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_us .container {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.about_us .container .right {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.about_us .container .right span {
  font-size: 18px;
  font-weight: 400;
  color: #0e1824;
}
.about_us .container .right h3 {
  margin: 0;
  padding: 0;
  color: #0e1824;
  font-weight: 600;
  font-size: 48px;
  box-sizing: border-box;
}
.about_us .container .right p {
  font-size: 22px;
  box-sizing: border-box;
  color: #202020;
}
.about_us .container .left {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.about_us .container .left img {
  width: 100%;
}

.amenities {
  padding: 100px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffcf4;
}
.amenities .container {
  max-width: 1440px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.amenities .container h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #0e1824;
  font-weight: 600;
  font-size: 48px;
  text-transform: capitalize;
}
.amenities .container .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.amenities .container .items .item {
  border: 1px solid rgba(111, 111, 111, 0.2901960784);
  width: 320px;
  height: 230px;
  margin: 0 10px;
  margin-bottom: 30px;
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
  justify-content: space-between;
}
.amenities .container .items .item span {
  font-size: 24px;
  font-weight: 600;
}
.amenities .container .items .item i {
  font-size: 28px;
  background-color: #f3ebe5;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all 300ms ease-in-out;
  justify-content: center;
}
.amenities .container .items .item:hover > i {
  background-color: #0e1824;
  color: #fff;
}
.amenities .container .items .item:hover {
  border-color: rgba(14, 24, 36, 0.6196078431);
  background-color: rgba(111, 111, 111, 0.2901960784);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery {
  display: flex;
  align-items: center;
  padding: 100px 0;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
}
.gallery h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  color: #0e1824;
  font-weight: 600;
  font-size: 48px;
  text-transform: capitalize;
}
.gallery .container {
  max-width: 1440px;
  width: 100%;
  display: grid;
  grid-template-columns: 25% 30% 15% 25%;
  gap: 15px;
  place-content: center;
  grid-template-rows: 50% 50%;
  height: 80vh;
  min-height: 460px;
  padding: max(2vh, 1.5rem);
}
@media screen and (max-width: 690px) {
  .gallery .container {
    height: 65vh;
  }
}
@media screen and (max-width: 470px) {
  .gallery .container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 35%);
  }
}
.gallery .container .card {
  border-radius: 25px;
  box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 470px) {
  .gallery .container .card {
    grid-column: span 1;
  }
}
.gallery .container .card:nth-child(2) {
  grid-column: 2/3;
  grid-row: span 2;
}
@media screen and (max-width: 690px) {
  .gallery .container .card:nth-child(2) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery .container .card:nth-child(3) {
  grid-column: span 2;
}
@media screen and (max-width: 690px) {
  .gallery .container .card:nth-child(3) {
    grid-column: 2/4;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 690px) {
  .gallery .container .card:nth-child(6) {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 470px) {
  .gallery .container .card:nth-child(5) {
    grid-column: span 2;
  }
}
.gallery .container .card p {
  font-size: clamp(0.9rem, 0.875rem + 0.125vw, 1rem);
  line-height: 1.4;
}
.gallery .container .card img {
  border-radius: 25px;
}
.gallery .container .card .card__img {
  position: relative;
  height: 100%;
}
.gallery .container .card .card__img .card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  color: #fff;
  padding: clamp(0.938rem, 5vw, 1.563rem);
  background: rgb(2, 2, 46);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.gallery .container .card .card__img span {
  position: absolute;
  top: 25px;
  left: min(2vmax, 1.563rem);
  color: #ff7b29;
  background: #fff;
  border-radius: 50px;
  padding: 2px 8px 2px 6px;
  display: flex;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.168627451);
}
@media screen and (max-width: 690px) {
  .gallery .container .card .card__img span {
    top: 20px;
  }
}
@media screen and (max-width: 470px) {
  .gallery .container .card .card__img span {
    top: 15px;
  }
}
.gallery .container .card .card__img span svg {
  fill: #ff7b29;
  width: 20px;
  margin-right: 2px;
}

footer {
  width: 100%;
  height: auto;
  padding: 100px 0;
  padding-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  background-color: #0e1824;
  align-items: center;
  justify-content: center;
}
footer .container {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
footer .container .top {
  display: flex;
  padding-bottom: 50px;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
}
footer .container .top .tab {
  width: 200px;
  margin-bottom: 20px;
}
footer .container .top .tab h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
footer .container .top .tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .container .top .tab ul li {
  margin-top: 20px;
}
footer .container .top .tab ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
footer .container .top .tab ul li a i {
  margin-right: 10px;
}
footer .container .top .identity {
  width: 320px;
  height: auto;
  margin-bottom: 20px;
}
footer .container .top .identity img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}
footer .container .top .identity p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
footer .container .bottom {
  width: 100%;
}
footer .container .bottom span {
  color: #fff;
}

@media only screen and (max-width: 1050px) {
  .about_us .container {
    flex-direction: column-reverse;
  }
  .about_us .container .left {
    width: 100%;
    margin-top: 30px;
  }
  .about_us .container .right {
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  header .container .cta {
    display: none;
  }
  header .container .hamburger {
    display: block;
  }
  header .container .menu {
    position: fixed;
    display: none;
    z-index: 999;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #fff;
    background-color: #202020;
  }
  header .container .menu i {
    display: block;
    color: #fff;
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 32px;
  }
  header .container .menu ul {
    flex-direction: column;
  }
  header .container .menu ul li a {
    font-size: 22px;
  }
  header .container .menu ul li {
    padding: 10px 20px;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=style.css.map */