/* font-family: 'Inter', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Poppins', sans-serif; */
* {
  margin: 0;
  padding: 0;
  max-width: 100%;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-family: "Noto Serif Display", serif;
}
html {
  scroll-behavior: smooth;
}

.section {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.fStyle {
  font-family: "Noto Serif Display", serif;
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

img {
  display: block;
  width: 100%;
}

img.logo {
  max-width: 200px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.menu {
  display: flex;
  justify-content: center;
  column-gap: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #b17a5340;
}
.menu a {
  color: #000;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.welcome-section {
  display: grid;
  grid-template-columns: auto 40%;
  margin-top: -50px;
}

.welcome-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.welcome-left h5 {
  color: #b17a53;
  font-family: Noto Serif Display;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.welcome-left h6 {
  color: #545454;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 150% */
  margin-top: 10px;
}

.welcome-left p {
  color: #000;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 180% */
  margin-top: 16px;
}

.welcome-right img {
  background: white;
  padding: 20px;
}

.service-offer {
  display: grid;
  grid-template-columns: auto 30%;
  column-gap: 40px;
}

.service-offer-right {
  display: grid;
  justify-content: center;
  align-items: center;
}

.room-available h6 {
  color: #b17a53;
  font-family: Noto Serif Display;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
  text-align: center;
}

.about-us h6 {
  color: #b17a53;
  font-family: Noto Serif Display;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: center;
}

.about-us p {
  color: #545454;
  text-align: center;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.bg-brown {
  background: #b17a53;
}

.mt {
  margin-top: 20px;
}
.mb {
  margin-bottom: 20px;
}

.gallary > div {
  padding: 50px;
}

.title {
  color: #b17a53;
  font-family: Noto Serif Display;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: center;
}

.menu p {
  cursor: pointer;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 50% auto;
  column-gap: 40px;
  align-items: center;
}

.contact-us-right {
  background: #b17a53;
  padding: 30px;
}

.contact-us-list-item {
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}

.contact-us-item-circle {
  height: 50px;
  width: 50px;
  background: #b17a53;
  border-radius: 50%;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us-item-circle svg {
  width: 25px;
}

.contact-us-list {
  display: grid;
  row-gap: 20px;
}

.contact-us-item-content h6 {
  color: #b17a53;
  font-family: Noto Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact-us-item-content p {
  color: #000;
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 134.615% */
  max-width: 400px;
}

.contact-us-right h6 {
  color: #fff;
  font-family: Noto Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.contact-us-right input,
.contact-us-right textarea {
  border-radius: 10px;
  background: #fff;
  border: 0;
  padding: 16px;
  width: calc(100% - 25px);
  margin-bottom: 10px;
  color: #000;
  font-family: Noto Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-us-right button {
  border-radius: 10px;
  background: #fff;
  padding: 14px 60px;
  border: 0;
  color: #b17a53;
  font-family: Noto Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer {
  background: #b17a53;
  padding: 10px;
}

footer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ft-left {
  display: flex;
  column-gap: 10px;
}

.ft-left a {
  color: var(--white, #fff);
  font-family: Noto Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.ft-right svg {
  max-height: 30px;
}

.side-widgets-wrapper {
  position: fixed;
  right: 0;
  top: 25%;
  background: white;
  padding: 15px 9px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  box-shadow: 1px 1px 20px 0px #00000096;
}

.side-widgets-wrapper img {
  max-width: 30px;
}

.side-widgets-wrapper a {
  border-bottom: 1px solid #80808038;
  padding-bottom: 10px;
}

.side-widgets-wrapper a:last-child {
  border: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .section {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 90%;
  }
  .welcome-section {
    grid-template-columns: auto;
    margin: 0;
  }

  .welcome-left {
    padding: 0;
  }

  .welcome-left h5,
  .room-available h6,
  .about-us h6,
  .title {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    line-height: 32px;
  }

  .welcome-left p {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
  }

  .welcome-left h6 {
    font-size: 13px;
    margin-top: 4px;
    line-height: 25px;
    text-align: center;
  }

  .welcome-right img {
    padding: 0;
    display: block;
    margin: 20px auto;
  }

  .service-offer {
    grid-template-columns: auto;
    row-gap: 25px;
  }

  .pb {
    padding-bottom: 10px;
  }

  .pt {
    padding-top: 10px;
  }

  .gallary > div {
    padding: 20px;
  }

  .contact-wrapper {
    grid-template-columns: auto;
    row-gap: 25px;
  }

  .contact-us-right {
    padding: 15px;
  }

  .contact-us-right input,
  .contact-us-right textarea {
    width: calc(100% - 30px);
  }

  footer > div {
    flex-direction: column;
    row-gap: 10px;
  }
  img.logo {
    max-width: 150px;
    padding-bottom: 0;
    padding-top: 30px;
  }
  .contact-us-right {
    margin-bottom: 20px;
  }
  .side-widgets-wrapper {
    bottom: 0;
    flex-direction: row;
    width: 100vw;
    left: 0;
    column-gap: 15px;
    justify-content: space-evenly;
    height: max-content;
    position: fixed;
    top: unset;
  }

  .side-widgets-wrapper a {
    height: max-content;
  }

  .side-widgets-wrapper a {
    border-bottom: 0;
    border-right: 1px solid #80808038;
    padding-bottom: 0;
    padding-right: 25px;
  }
}
