/* service */
.service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.hotel-service {
  position: relative;
  /* overflow: hidden; */
  width: 25%;
  transition: 0.3s;
  height: 375px;
}
.hotel-service:hover {
  width: calc(25% + 50px);
}
.hotel-service:hover .service-title {
  transform: translateX(0);
}
.hotel-service:hover .overlay {
  display: block;
}
.overlay {
  display: none;
  transform: translateX(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.service-title {
  transform: translateX(110%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out all;
}
.service-title .service-link {
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .header-menu-list li:first-child {
    padding-bottom: 35px;
  }
  .home-banner-logo {
    width: 250px;
  }
  .home-banner-text .banner-title {
    font-size: 42px;
  }
  .home-banner-text .banner-desc {
    font-size: 20px;
  }
  .home-banner-text .banner-line {
    width: 150px;
  }

  .hotel-img {
    width: 250px;
  }
  .hotel-img.hotel-img-1 {
    top: -60px;
  }
  .hotel-img.hotel-img-2 {
    top: -30px;
  }
  .about-photo::before {
    height: 250px;
  }
  .about-desc {
    top: -120px;
  }
  .about-desc .sub-title {
    font-size: 20px;
    padding-bottom: 22px;
    letter-spacing: 6;
  }
  .about-desc .title {
    font-size: 42px;
  }
  .about-desc .desc {
    font-size: 18px;
  }

  .hotel-service {
    height: 300px;
  }
  .service-title .service-link {
    font-size: 32px;
  }

  .footer-logo {
    width: 250px;
  }
  .footer-info-col.f-menu {
    padding-left: 50px;
  }
  .footer-info-list li:first-child {
    padding-bottom: 40px;
  }
  .footer-info-list li {
    padding-bottom: 24px;
  }
  .footer-info-list li:first-child a {
    font-size: 18px;
  }
  .footer-info-list li a {
    font-size: 24px;
  }
  .footer {
    padding: 50px 0 50px;
  }
  /*  */
  .section-title .sub-title {
    font-size: 20px;
  }
  .section-title .title {
    font-size: 52px;
    font-family: "Merriweather", serif;
  }
  .section-title .title-desc {
    font-size: 18px;
  }
  /* mambership page */
  .membership-page {
    padding: 75px 0;
  }
  .membership-page .section-title {
    padding-bottom: 50px;
  }
  .member-plan {
    padding: 4%;
  }
  .member-plan .product-grid .card {
    padding: 10px;
  }
  .member-plan .product-grid .card .card-body {
    padding: 2rem 1rem 2rem;
    line-height: 110%;
    font-size: 16px;
  }
  .member-plan .product-grid .card .card-body .yes {
    font-size: 42px;
    margin-bottom: 5px;
  }
  .member-plan .product-grid .card .card-body .card-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .plan-btn {
    padding-top: 30px;
  }
  .plan-btn .button-main {
    font-size: 24px;
  }
  .apply-form-title {
    width: 40%;
    margin: -6% auto 6%;
    font-size: calc(1.44375rem + 1.29167vmin);
  }
}

/* mambership page */

@media screen and (min-width: 1024px) {
  .menu-btn {
    width: 45px;
    height: 40px;
  }
  .menu-btn .line.line-1 {
    transform: translateY(15px) rotate(00deg);
  }
  .menu-btn .line.line-3 {
    transform: translateY(-15px) rotate(0deg);
  }
  .menu-btn .line {
    width: 42px;
    height: 5px;
  }
  .navbar-brand svg {
    width: 40px;
    height: 40px;
  }
  .navigation {
    padding: 30px 50px;
  }
  .header-menu-list li:first-child a {
    font-size: 20px;
  }
  .header-menu-list li a {
    font-size: 24px;
  }
  .header-menu-list li:first-child {
    padding-bottom: 45px;
  }

  .home-banner-logo {
    width: 350px;
  }
  .home-banner-text .banner-title {
    font-size: 48px;
  }
  .home-banner-text .banner-desc {
    font-size: 24px;
  }
  .home-banner-text .banner-line {
    width: 200px;
  }

  .hotel-img {
    width: 350px;
  }
  .hotel-img.hotel-img-1 {
    top: -80px;
  }
  .hotel-img.hotel-img-2 {
    top: -40px;
  }
  .about-photo::before {
    height: 350px;
  }
  .about-desc {
    top: -175px;
  }
  .about-desc .sub-title {
    font-size: 22px;
    padding-bottom: 22px;
    letter-spacing: 9px;
  }
  .about-desc .title {
    font-size: 52px;
  }
  .about-desc .desc {
    font-size: 20px;
  }

  .hotel-service {
    height: 300px;
  }
  .service-title .service-link {
    font-size: 32px;
  }

  .footer {
    padding: 70px 0 70px;
  }
  .footer-logo {
    width: 350px;
  }
  .footer-info-col.f-menu {
    padding-left: 70px;
  }
  .footer-info-list li:first-child {
    padding-bottom: 45px;
  }
  .footer-info-list li {
    padding-bottom: 26px;
  }
  .footer-info-list li:first-child a {
    font-size: 20px;
  }
  .footer-info-list li a {
    font-size: 24px;
  }
  /*  */
  .section-title .sub-title {
    font-size: 24px;
  }
  .section-title .title {
    font-size: 64px;
    font-family: "Merriweather", serif;
  }
  .section-title .title-desc {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-brand {
    display: none;
  }
  .main-header .navbar.fixed-header .navbar-brand {
    display: block;
  }
  .main-header .navbar.visible-title {
    transform: translateY(50px);
    transition: transform 0.5s ease;
  }
  .main-header .navbar.fixed-header {
    transform: translateY(0px);
    position: fixed;
    height: 65px;
    /* background: #000; */
  }
  .button-main {
    font-size: 24px;
    padding: 10px 25px;
  }
  .navbar-brand svg {
    width: 52px;
    height: 54px;
  }

  .navbar > .container-fluid {
    max-width: 1440px;
    padding: 0 60px;
  }
  .navigation {
    padding: 45px 100px;
  }
  .header-menu-list li:first-child a {
    font-size: 24px;
  }
  .header-menu-list li a {
    font-size: 32px;
  }
  .header-menu-list li:first-child {
    padding-bottom: 55px;
  }
  /* banner */
  .home-banner-logo {
    right: 10%;
    width: 440px;
    padding: 20px;
  }
  .home-banner-text .banner-desc {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .home-banner-text .banner-line {
    width: 260px;
  }
  .home-banner-text .banner-title {
    position: absolute;
    left: 60%;
    font-size: 56px;
  }

  /* about */
  .about-photo {
    position: relative;
  }
  .about-photo::before {
    height: 520px;
  }
  .hotel-img {
    padding: 0 10px;
    width: 423px;
  }
  .hotel-img.hotel-img-1 {
    top: -100px;
  }
  .hotel-img.hotel-img-2 {
    top: -50px;
  }
  .hotel-img img {
    border-radius: 32px;
  }
  .about-desc {
    top: -250px;
  }
  .about-desc .sub-title {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .about-desc .title {
    font-size: 64px;
    margin-bottom: 30px;
  }
  .about-desc .desc {
    font-size: 24px;
    margin-bottom: 30px;
  }
  /* service */
  .hotel-service {
    height: 360px;
  }
  .hotel-service:hover {
    width: calc(25% + 100px);
  }
  .service-title .service-link {
    font-size: 48px;
  }
  /*  subscribe */
  .subscribe-section {
    padding: 150px 0 0;
  }
  .subscribe {
    top: 100px;
    padding: 70px;
    border-radius: 15px;
  }
  .subscribe .subscribe-title {
    font-size: 54px;
    margin-bottom: 18px;
  }
  .subscribe .subscribe-line .line {
    margin: 7px;
    width: 30px;
  }
  .subscribe .subscribe-line .line.line-3 {
    width: 320px;
  }
  .subscribe .subscribe-text {
    font-size: 28px;
    margin: 45px 0;
  }
  .form-input {
    padding: 10px 26px;
  }
  .subscribe-form .button-main {
    margin-left: 15px;
  }
  /* footer */
  .footer {
    background-color: #091235;
    padding: 100px 0 100px;
  }
  .footer-logo {
    width: 450px;
  }
  .footer-info-col.f-menu {
    padding-left: 100px;
  }
  .footer-info-list li:first-child {
    padding-bottom: 55px;
  }
  .footer-info-list li:first-child a {
    font-size: 24px;
  }
  .footer-info-list li {
    padding-bottom: 34px;
  }
  .footer-info-list li a {
    font-size: 32px;
  }
  .footer-copyright {
    max-width: 1128px;
    margin: 90px auto 0;
  }
  .footer-copyright p {
    font-size: 16px;
    margin: 20px 0 0;
  }
  /*  */
  .section-title .sub-title {
    font-size: 24px;
  }
  .section-title .title {
    font-size: 64px;
    font-family: "Merriweather", serif;
  }
  .section-title .title-desc {
    font-size: 18px;
  }
  /* mambership page */
  .membership-page {
    padding: 100px 0;
  }
  .membership-page .section-title {
    padding-bottom: 50px;
  }
  .member-plan {
    padding: 4%;
  }
  .member-plan .product-grid .card {
    padding: 10px;
  }
  .member-plan .product-grid .card .card-body {
    padding: 2rem 1rem 2rem;
    line-height: 110%;
    font-size: 16px;
  }
  .member-plan .product-grid .card .card-body .yes {
    font-size: 42px;
    margin-bottom: 5px;
  }
  .member-plan .product-grid .card .card-body .card-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .plan-btn {
    padding-top: 30px;
  }
  .apply-form-title {
    width: 40%;
    margin: -6% auto 6%;
    font-size: calc(1.44375rem + 1.29167vmin);
  }
}

.event-space-container {
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.event-space-box {
  width: 100%;
  background-color: #fefefe;
}

.event-space-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.event-space-container .event-space-box .event-space-content {
  padding: 20px;
}

.event-space-container .event-space-box .event-space-content .title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 10px;
  text-align: center;
}

.event-space-container .event-space-box .event-space-content .description {
  font-size: 16px;
  color: #272829;
  margin-bottom: 10px;
  text-align: center;
  height: 80px;
}

.event-space-container .event-space-box .event-space-content a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px 20px;
  background-color: #191919;
  color: #fefefe;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.upcoming-events-container {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.upcoming-events-box {
  width: 100%;
  background-color: #fefefe;
  flex: 0 0 30%;
}

.upcoming-events-box img {
  /* width: 100%; */
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.upcoming-events-container .upcoming-events-box .upcoming-events-content {
  padding: 20px;
  display: flex;
  gap: 16px;
  padding-bottom: 40px;
}

.upcoming-events-container .upcoming-events-box .upcoming-events-content .date,
.upcoming-events-container
  .upcoming-events-box
  .upcoming-events-content
  .date
  div {
  display: grid;
  place-items: center;
}

.upcoming-events-container
  .upcoming-events-box
  .upcoming-events-content
  .date
  h1 {
  font-size: 20px;
  font-weight: 600;
  color: #f97316;
  margin-bottom: 6px;
}
.upcoming-events-container
  .upcoming-events-box
  .upcoming-events-content
  .date
  p {
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 10px;
}

.upcoming-events-container
  .upcoming-events-box
  .upcoming-events-content
  .title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 8px;
}

.upcoming-events-container
  .upcoming-events-box
  .upcoming-events-content
  .description {
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 10px;
}
.upcoming-events-container
  .upcoming-events-box
  .upcoming-events-content
  .starting-price {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-items: center;
  font-size: 14px;
  color: #64748b;
}
.upcoming-events-container
  .upcoming-events-box
  .upcoming-events-content
  .starting-price
  svg {
  transform: rotate(-45deg) scale(0.7);
}

/* hide .nameeventbox for mobile screen */
@media screen and (max-width: 768px) {
  .maineventbox {
    display: none;
  }
  .service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    overflow: hidden;
    place-items: center;
    justify-self: center;
  }

  .hotel-service {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .service-title {
    transform: translateX(0%);
    width: auto;
    height: auto;
  }

  .hotel-service:hover {
    width: 100%;
    height: 100%;
  }
  .hotel-service:hover .service-title {
    transform: translateX(0) scale(1.4);
  }
  .hotel-service:hover .overlay {
    display: block;
  }
  .service-title .service-link {
    font-size: 20px;
  }
}
