body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.font-libre {
  font-family: "Libre Baskerville", serif;
}
.font-inter {
  font-family: "Inter", sans-serif;
}
.flex {
  display: flex;
}
.flex-item {
  align-items: center;
}
.flex-justify {
  justify-content: center;
}
.flex-justify-bw {
  justify-content: space-between;
}
.flex-col {
  flex-direction: column;
}
.m-0 {
  margin: 0;
}
.p-0 {
  padding: 0;
}
.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 60px;
}
/* navbar */
.navbar {
  border-bottom: 1px solid #eeeeee;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 45px;
}
.mobile-option {
  display: none;
}
.logo {
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}
.primarytext {
  color: #5ab27e;
}
.primarybg {
  background-color: #5ab27e;
}

.nav-links {
  display: flex;
  text-decoration: none;
  list-style-type: none;
}
.link-tabs {
  cursor: pointer;
  margin-left: 40px;
  font-size: 16px;
  text-decoration: none;
}

.nav-btn {
  cursor: pointer;
  height: 40px;
  width: 132px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-left: 40px;
  border: 0;
}
.nav-link-a {
  text-decoration: none;
  color: #000;
}

/* Banner Css */

.banner-container {
  display: grid;
  gap: 25px;
  grid-template-columns: auto auto auto;
}
.banner-image1 {
  height: 645px;
  width: 370px;
}
.banner-image {
  height: 310px;
  width: 360px;
}
.box-1 {
  grid-row-start: 1;
  grid-row-end: 3;
  height: 645px;
  width: 370px;
}
.grid-box {
  height: 310px;
  width: 360px;
}
.banner-box {
  background-color: #e5fffb;
  flex-direction: column;
}
.banner-box-h {
  font-size: 30px;
}
.banner-box-p {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  color: #1b1d21;
  width: 70%;
  line-height: 35px;
}
.banner-btn {
  cursor: pointer;

  height: 56px;
  width: 229px;
  border-radius: 4px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  border: 0;
}
.flex-row {
  flex-direction: row;
}
.arrow-right {
  width: 25px;
  height: 25px;
}
.span {
  margin: 0 8px;
}
/*Banner Text */

.banner-text {
  justify-content: space-between;
  margin-top: 60px;
}
.banner-text-h {
  font-size: 40px;
  font-weight: bold;
  width: 40%;
  /* color: #000; */
}
.banner-text-h2 {
  font-size: 20px;
  font-weight: normal;
  color: #384545;
  width: 50%;
  line-height: 35px;
}

/* banner options */

.banner-options {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.option-text {
  cursor: pointer;

  font-size: 18px;
}
.option-image {
  height: 100px;
  width: 100px;
}

/* video image */

.video-tab {
  position: relative;
}
.video-image {
  margin-top: 60px;
  height: 100%;
  width: 100%;
}

.play-btn {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* room section */

.room-secton-h {
  font-size: 40px;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}
.room-section-p-div {
  display: flex;
  justify-content: center;
}
.room-section-p {
  font-size: 20px;
  font-weight: normal;
  color: #384545;
  text-align: center;
  display: flex;
  justify-content: center;
}
.room-image-container {
  justify-content: center;
  padding: 80px 0;
}
.room-image {
  width: 400px;
  height: 550px;
  margin-right: 50px;
}
.image-card-container {
  position: relative;
}
.room-image-card {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-57%, -5%);
  width: 336px;
  height: 230px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
  padding: 20px;
}
.image-card-h {
  margin: 0;
  margin-top: 6px;
}
.image-card-p {
  font-size: 16px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  color: #1b1d21;
  text-align: center;
}
.view-more {
  cursor: pointer;

  font-size: 18px;
  margin: 80px 0;
  margin-right: 50px;
}
/* about section */

.about-section {
  width: 50%;
}
.section-1 {
  position: relative;
}
.about-overlay {
  background-color: #fff;
  z-index: 10;
  border-radius: 10px;
  height: 100px;
  width: 310px;
  padding: 20px;
  position: absolute;
  bottom: 50px;
  right: 25px;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.19);
}

.overlay-heart {
  background-color: #e5fffb;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  height: 60px;
  width: 80px;
  align-items: center;
}
.overlay-text {
  padding-left: 18px;
}
.overlay-h {
  font-size: 20px;
  font-weight: bold;
}
.overlay-p {
  font-size: 16px;
  font-weight: normal;
  color: #1b1d21;
  margin: 10px 0;
}
.about-img {
  height: 632px;
  width: 477px;
}

.blog-img{
  height: 650px;
  width: 100%;
  margin: 20px 0;
}
.section-2 {
  flex-direction: column;
}
.service-section-h {
  font-size: 40px;
  font-weight: bold;
  width: 100%;
}
.about-section-h {
  font-size: 40px;
  font-weight: bold;
  width: 80%;
}
.blog-h {
  font-size: 40px;
  font-weight: bold;
}

.about-section-p {
  font-size: 20px;
  font-weight: normal;
  color: #384545;
  line-height: 40px;
}
.blog-p {
  font-size: 20px;
  font-weight: normal;
  color: #384545;
  line-height: 40px;
}

.about-btn {
  cursor: pointer;
  height: 56px;
  width: 229px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: 0;
}

/* Footer */

.footer {
  margin-top: 100px;
  background: #000;
  color: #fff;
  padding: 0 150px;
}
.footer-head {
  padding: 60px 0;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
}

.footer-head-tab {
  cursor: pointer;
  margin-left: 30px;
  font-size: 16px;
  text-decoration: none;
}
.footer-links-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding: 70px 0;
}
.footer-links-wrapper {
  flex-direction: column;
}
.footer-link-head {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
}

.footer-links {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #fff;
  margin: 12px 0;
  font-size: 14px;
}

.footer-end {
  font-size: 16px;
  font-weight: 400;
}

/* About Us  */
.toogle-container {
  background-image: url("/images/bg.jpg");
  width: 100%;
}
.toogle {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 0 100px;
  font-size: 25px;
}
.toogle-tabs {
  margin: 0 10px;
  font-size: 20px;
}
.toogle-a-1 {
  color: #5ab27e;
}
.service-section-1 {
  width: 50%;
  padding-right: 20px;
}
.service-section-2 {
  width: 50%;
}
.services-h {
  font-size: 40px;
  font-weight: bold;
}
.services-p {
  font-size: 20px;
  font-weight: normal;
  color: #384545;
  line-height: 35px;
}
.services-option-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 100px;
}

.services-option {
  margin: 10px 0;
  /* margin-right: 70px; */
  font-size: 18px;
  font-weight: normal;
}
.service-section-2-image {
  width: 100%;
  height: 500px;
}
.about-image-g {
  margin: 40px 0;
  width: 320px;
  height: 320px;
}
.about-gallery-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-text-h {
  font-size: 40px;
  width: 37%;
  font-weight: bold;
}
.about-banner {
  display: flex;
}
.contact-card-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-evenly;
  /* flex-wrap: wrap; */
}
.contact-containers {
  display: flex;
  width: 80%;
  margin: 100px auto;
}
.contact-card {
  margin: 0 40px;
  padding: 20px;
  width: 420px;
  height: 230px;
  background: lightgrey;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.box-2 {
  background: rgb(202, 247, 254);
}
.contact-p {
  font-size: 20px;
  font-weight: normal;
  color: #384545;
  line-height: 35px;
}

.contact-section-1 {
  width: 50%;
  padding-right: 20px;
}
.contact-section-2 {
  width: 50%;
  padding-left: 10px;
  flex-direction: column;
}
.form-item {
  margin: 10px;
}
.form-lable {
  color: grey;
  font-size: 14px;
  padding-left: 10px;
}
.form-input {
  padding: 15px;
  border-radius: 10px;
  margin: 10px 0;
  width: 300px;
  border: 1px solid lightgrey;
}
.btn-a {
  text-decoration: none;
  color: #fff;
}
/* Media Queries */

/* For Desktop View */
@media screen and (min-width: 1024px) {
  .room-section-p-m {
    display: none;
  }
}

/* For Tablet View */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .logo {
    font-size: 22px;
  }
  .link-tabs {
    margin-left: 20px;
    font-size: 14px;
  }
  .nav-btn {
    height: 36px;
    width: 120px;
    margin-left: 20px;
  }
  .container {
    max-width: 930px;
    padding-top: 35px;
  }
  .banner-container {
    gap: 20px;
    align-items: center;
    justify-items: center;
  }
  .box-1 {
    height: 510px;
    width: 310px;
  }
  .banner-image1 {
    height: 510px;
    width: 310px;
  }
  .grid-box {
    height: 245px;
    width: 290px;
  }
  .banner-image {
    height: 245px;
    width: 290px;
  }
  .banner-text-h {
    font-size: 35px;
  }
  .banner-text-h2 {
    font-size: 16px;
    line-height: normal;
  }
  .room-image {
    width: 300px;
    height: 430px;
    margin-right: 25px;
  }
  .room-image-card {
    transform: translate(-54%, -5%);
    width: 275px;
    height: 210px;
    padding: 10px;
  }
  .banner-btn {
    height: 50px;
    width: 200px;
    font-size: 20px;
  }
  .view-more {
    margin: 40px 0;
  }
  .about-img {
    height: 550px;
    width: 400px;
  }
  .about-overlay {
    z-index: 10;
    height: 90px;
    width: 290px;
    padding: 10px;
    position: absolute;
    bottom: 50px;
    right: 20px;
  }
  .about-section-h {
    font-size: 35px;
    font-weight: bold;
    width: 80%;
  }
  .about-section-p {
    font-size: 19px;
    font-weight: normal;
    color: #384545;
    line-height: normal;
  }
  .blog-p {
    font-size: 19px;
    font-weight: normal;
    color: #384545;
    line-height: normal;
  }
  .section-2 {
    justify-content: center;
  }
  .about-btn {
    height: 50px;
    width: 200px;
  }
  .footer-head {
    padding: 35px 0;
  }
  .footer {
    margin-top: 70px;
    padding: 0px 50px;
  }
  .footer-links-container {
    padding: 35px 0;
  }
  .banner-box-p {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-box-h {
    font-size: 26px;
  }
  .option-image {
    height: 80px;
    width: 80px;
  }
  .banner-options {
    justify-content: space-around;
  }
  .room-section-p {
    font-size: 18px;
  }
  .room-section-h {
    margin-top: 35px;
    font-size: 35px;
  }
  .room-image-container {
    padding: 70px 0;
  }
  .room-section-p-m {
    display: none;
  }
  .toogle {
    width: 100%;
    padding: 0 60px;
  }
  .about-image-g {
    margin: 30px 0;
    width: 280px;
    height: 280px;
  }
  .services-h {
    font-size: 35px;
  }
  .services-p {
    font-size: 18px;
    font-weight: normal;
    color: #384545;
    line-height: 35px;
  }
  .form-input {
    width: 200px;
  }
  .contact-containers {
    width: 100%;
    margin: 80px auto;
    padding: 40px;
  }
  .contact-h {
    font-size: 23px;
  }
  .contact-p {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
  }
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .blog-img{
    height: auto;
    width: 100%;
    margin: 20px 0;
  }
  .nav-tabs {
    display: none;
  }
  .mobile-option {
    display: block;
    padding-top: 30px;
  }

  .mobile-details {
    position: absolute;
    right: 50px;
  }

  .navbar {
    padding: 0 20px;
  }
  .container {
    padding-top: 30px;
    /* position: relative; */
  }

  /* banner */
  .box-1 {
    display: none;
  }
  .banner-image1 {
    display: none;
  }
  .banner-container {
    overflow-x: scroll;
    width: 100vw;
    display: flex;
  }
  .grid-box {
    width: 100vw;
  }
  .banner-image {
    width: 100vw;
  }
  .banner-box {
    position: absolute;
    top: 250px;
    display: none;
  }

  .banner-text {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 30px;
  }
  .banner-text-h {
    width: 100%;
    font-size: 30px;
  }
  .banner-text-h2 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
  }
  .banner-options {
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0 40px;
  }
  .option-wrapper {
    margin: 10px;
  }
  .video-image {
    margin-top: 30px;
  }
  .room {
    padding: 0 20px;
  }
  .room-secton-h {
    margin-top: 30px;
    font-size: 30px;
    text-align: center;
  }
  .room-section-p {
    display: none;
  }
  .room-section-p-m {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .room-image-container {
    padding: 65px 0;
    overflow-x: scroll;
    justify-content: start;
  }
  .room-image {
    width: 100vw;
    height: 500px;
    margin-right: 20px;
  }
  .room-image-card {
    position: absolute;
    bottom: -75px;
    left: 53%;
  }
  .view-more {
    margin: 30px 0;
  }
  .about-m {
    flex-direction: column;
  }
  .about-section {
    width: 100%;
  }
  .about-img {
    width: 100vw;
    height: 550px;
  }
  .section-2 {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100vw;
  }
  .about-section-h {
    width: 100%;
    font-size: 30px;
    margin-top: 30px;
  }
  .blog-h {
    width: 100%;
    font-size: 25px;
    margin-top: 30px;
  }
  .about-section-p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .blog-p {
    width: 100%;
    font-size: 17px;
    line-height: 23px;
  }
  .about-btn {
    margin: 0 auto;
  }
  .footer {
    margin-top: 60px;
    padding: 0;
  }
  .footer-head {
    padding: 20px;
  }
  .footer-head-2 {
    display: none;
  }
  .footer-links-container {
    box-sizing: border-box;
    justify-content: space-around;
    width: 100%;
    padding: 20px;
    flex-wrap: wrap;
  }
  .footer-links-wrapper {
    margin: 10px 20px;
  }
  .toogle {
    width: 100%;
    padding: 10px 20px;
  }
  .toogle-h1 {
    font-size: 30px;
  }
  .about-banner {
    display: flex;
    flex-direction: column;
  }
  .service-section-1 {
    width: 100%;
    padding-right: 0px;
    padding: 0 20px;
  }
  .services-h {
    font-size: 35px;
  }
  .services-p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
  }
  .service-section-2 {
    padding: 0 20px;
    margin-top: 30px;
    width: 100%;
  }
  .about-gallery-wrapper {
    /* margin: auto; */
    justify-content: center;
  }
  .about-image-g {
    margin: 20px 0;
  }
  .contact-containers {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .form-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0;
  }
  .form-item {
    margin: 0;
  }

  .contact-containers {
    width: 100%;
    margin: 30px auto;
  }
  .contact-section-1 {
    width: 100%;
    padding: 0 20px;
  }
  .contact-section-2 {
    width: 100%;
    padding: 20px;
  }
  .contact-card-wrapper {
    flex-wrap: wrap;
  }
  .contact-card {
    margin: 20px;
  }
  .services-option-wrapper {
    padding-right: 0;
  }
}

label .menu {
  position: absolute;
  right: 10px;
  top: -100px;
  z-index: 100;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
  cursor: pointer;
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #69d2e7;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

label .hamburger:after,
label .hamburger:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #69d2e7;
}

label .hamburger:before {
  top: -10px;
}

label .hamburger:after {
  bottom: -10px;
}

label input {
  display: none;
}

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #fff, 0 0 0 100vh #fff;
  border-radius: 0;
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

label input:checked + .menu + ul {
  opacity: 1;
}

label ul {
  z-index: 200;
  padding-left: 0;
  position: absolute;
  /* width: 100%; */
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.25s 0s ease-in-out;
  transition: 0.25s 0s ease-in-out;
  text-align: center;
}
label ul li {
  /* border-bottom: 1px solid gray; */
  margin-bottom: 20px;
  list-style-type: none;
  font-size: 40px;
  font-weight: bold;
}

label a {
  margin-bottom: 1em;
  display: block;
  color: #5ab27e;
  text-decoration: none;
}
