/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "utf-8";
/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */

/* 1.1. Eric Meyers Reset
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   ========================================================================== */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Inter";
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Force scrollbar */
html {
  overflow-y: scroll;
}

/* Align radios and text inputs with their label */

input[type="radio"] {
  vertical-align: text-bottom;
}

/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

strong {
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
}

em {
  font-style: italic;
}

img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0;
}

sup {
  top: -0.7em;
}
sub {
  bottom: -0.25em;
}

/* 1.2. Clear Fix
   ========================== */

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

/*for all*/
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  background: #eff1f2;
}

a {
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
}

li {
  display: inline-block;
  list-style-type: none;
}

/*for wrapper*/
.wrapper {
  max-width: 1366px;
  width: 80%;
  margin: 0 auto;
}

/* header css start */
header {
  border-bottom: 1px solid #dce1e4;
  height: 64px;
  display: flex;
  align-items: center;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 110.88px;
  height: 36px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.menu-list a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.header-cta {
  background: #000000;
  padding: 8px 16px;
  border-radius: 3.40282e38px;
}

.header-cta a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

/* banner css start here  */

.banner-area {
  display: flex;
  align-items: end;
  padding-top: calc(0.25rem * 16);
  justify-content: space-between;
  /* padding-inline: calc(0.25rem * 8); */
}

.banner_image {
  width: 40%;
  height: 604px;
  object-fit: cover;
  position: relative;
}

.banner_image figure img {
  width: 100%;
  height: 100%;
}

.banner_image img {
  width: 100%;
  height: 100%;
  border-radius: calc(1rem + 22px);
  object-fit: cover;
}

.tag_line {
  color: #072f3e;
  border-radius: 25px;
  background: #d8dddf;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 36%;
}

.tag_line span {
  display: inline-block;
  background: #072f3e;
  width: 6px;
  height: 6px;
  border-radius: 40px;
}

.banner_heading {
  font-size: 78px;
  font-family: "Fraunces", serif;
  margin: 24px 0 0 0;
  line-height: 76px;
  font-weight: 400;
  letter-spacing: -3px;
}

.banner_heading span {
  color: #ff5a1e;
  font-family: "Fraunces", serif;
  letter-spacing: -2px;
}

.banner-para {
  margin-top: 24px;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  width: 82%;
  line-height: 28px;
}

.content {
  width: 56%;
}

.cta_banner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  gap: 18px;
}

.cta_banner .start_booking {
  background: #000;
  padding: 14px 24px;
  color: #fff;
  border-radius: 28px;
}

.cta_banner .expolar {
  background: #fff;
  padding: 14px 24px;
  color: #000;
  border-radius: 28px;
  border: 1px solid #dce1e4;
  font-weight: 500;
}

.cta_banner .expolar:hover {
  background: transparent;
}

.counter {
  gap: 46px;
  margin-top: 40px;
  display: flex;
}

.counter_list {
  display: flex;
  flex-direction: column;
}

.number {
  font-size: 29px;
  font-family: "Fraunces", serif;
  width: 7rem;
}

.counter_content {
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Inter";
  font-weight: 400;
}

.price {
  display: flex;
  flex-direction: column;
  background: #ff5a1e;
  max-width: 164px;
  padding: 15px 20px;
  border-radius: 27px;
  position: absolute;
  bottom: -15px;
  left: -22px;
}

.price_number {
  font-size: 30px;
  font-family: "Fraunces", serif;
}

.price_content {
  font-size: 12px;
  margin-top: 4px;
}

/* amenities css start here  */

.amenities {
  margin-top: 112px;
}

.amenities_content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.amenities_tagline {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2.5px;
  font-family: "Inter";
}

.amenities_heading_two {
  font-size: 50px;
  font-family: "Fraunces", serif;
  margin-top: 8px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.amenities_para {
  font-size: 16px;
  color: #333;
  font-family: "Inter";
}

.amenities_heading {
  width: 100%;
}

.amenities_service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.amenities_list {
  padding: 24px;
  width: 280px;
  border: 1px solid #c7cbcd;
  border-radius: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0 9px 9px 0;
}

.amenities_list span {
  background: #dbd8dd;
  border-radius: 50%;
  font-size: 22px;
  place-items: center;
}

.amenities_service_heading {
  margin-top: 20px;
  font-family: "Fraunces", serif;
  font-size: 20px;
  font-weight: 400;
}

.amenities_service_content {
  font-size: 15px;
  font-family: "Inter";
  line-height: 22px;
  margin-top: 6px;
}

/* service css start here  */
.services {
  margin-top: 112px;
}

.service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service_image {
  width: 394px;
  height: 493px;
  overflow: hidden;
  border-radius: 34px;
  position: relative;
}

.service_image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 18%, transparent 60%);
  pointer-events: none;
}

.service_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service_list_content {
  position: relative;
}

.service_heading_box {
  position: absolute;
  bottom: 20px;
  left: 13px;
  z-index: 2;
}

.service_heading {
  font-size: 24px;
  color: #fff;
  font-family: "Fraunces", serif;
  margin-top: 8px;
  font-weight: 300;
}

.service_heading_box span {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px;
  border-radius: 24px;
  font-family: "Inter";
}

/* booking css start here  */
.booking {
  margin-top: 112px;
}

.booking_content {
  background: #010100;
  padding: 64px;
  border-radius: 25px;
}

.booking_heading {
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: 43px;
  width: 57%;
  font-weight: 400;
  line-height: 45px;
}

.booking_para {
  margin-top: 16px;
  color: #b6b8b0;
  font-size: 19px;
  width: 60%;
  font-weight: 500;
  line-height: 30px;
}

.booking_cta {
  margin-top: 28px;
}

.booking_cta a {
  padding: 16px 28px;
  background: #fff;
  color: #000;
  border-radius: 25px;
  font-family: "Inter";
  font-weight: 500;
}

.booking_cta a:hover {
  background: #eff1f2;
}

/* footer css start here  */
footer {
  padding: 40px 0;
  margin: 80px 0 0 0;
  border-top: 1px solid #dce1e4;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer_content_list_para {
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
}

.footer_menu {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer_menu_list {
  font-size: 14px;
  font-family: "Inter";
}

.footer_menu_list a {
  color: #000;
}

/* responsive css start here  */

@media (max-width: 768px) {
  .wrapper {
    width: 90%;
  }
  .header {
    flex-direction: column;
    gap: 20px;
    height: auto;
    padding: 20px 0;
  }
  .menu {
    display: none;
  }
  .banner-area {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .banner_image {
    width: 100%;
    height: auto;
  }

  .content {
    width: 100%;
    text-align: center;
  }

  .tag_line {
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }

  .banner_heading {
    font-size: 48px;
    line-height: 50px;
  }
  .banner-para {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }

  .cta_banner {
    justify-content: center;
  }

  .amenities_content {
    flex-direction: column;
  }

  .amenities_heading {
    width: 100%;
    text-align: center;
  }

  .amenities_heading_two {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .anmenities_para {
    font-size: 15px;
    text-align: center;
  }

  .amenities_service_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .amenities_list {
    width: 100%;
    max-width: 400px;
  }

  .service_list {
    gap: 30px;
  }

  .services_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .service_image {
    width: 100%;
    height: auto;
  }

  .services_list_content {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }

  .booking_content {
    padding: 40px;
  }

  .booking_heading {
    font-size: 28px;
    width: 100%;
    text-align: center;
  }

  .booking_para {
    width: 100%;
    text-align: center;
  }

  .booking_cta {
    display: flex;
    justify-content: center;
  }

  .footer_content {
    flex-direction: column;
    gap: 20px;
  }
}
