* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.bar {
  display: flex;
  height: 70px;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
}
.logo {
  width: 20%;
  color: white;
  font-size: 40px;
}
.menu {
  width: 70%;
}
.menu ul {
  width: 70%;
  float: right;
  display: flex;
  justify-content: space-evenly;
}
.menu ul li {
  list-style: none;
}
.menu ul li a {
  text-decoration: none;
  color: white;
}
#check {
  display: none;
}
.checkboxbtn {
  display: none;
  position: absolute;
  right: 50px;
}
.main-container {
  background-image: url(images/hero_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
  .checkboxbtn {
    display: block;
  }
  #check:checked ~ .menu ul {
    display: block;
    position: absolute;
    top: 70px;
    width: 100%;
    right: 40px;
    text-align: right;
  }
  .menu ul {
    display: none;
  }
}
.container {
  text-align: center;
  padding-top: 15%;
  color: white;
}
@media screen and (min-width: 0px) and (max-width: 650px) {
  .container {
    flex-direction: column;
  }
}

/* section1 */

/* .row {
  padding: 70px;
} */

.container h1 {
  text-align: center;
  font-size: 70px;
  margin: 20px;
}
.container h4 {
  text-align: center;
  font-size: 20px;
}

.container1 h1 {
  text-align: center;
}
.image {
  width: 30%;
  /* height: 50%; */
}
.image img {
  width: 100%;
  height: 100%;
}
.row {
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 650px) {
  .row {
    flex-direction: column;
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .image {
    width: 100%;
  }
}

/* section2 */

.section {
  padding-top: 20px;
}

.container2 {
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  position: relative;
  /* padding-left: 130px; */
}
.container2 image {
  width: 100%;
  border-radius: 5px;
  display: block;
}
.container2 image img {
  width: 100%;
  height: 100%;
}

.content2 h1 {
  font-size: 32px;
  margin-bottom: 15px;
  position: relative;
}
.content2 p {
  color: #666;
  line-height: 1.8;
  margin: 20px 0;
}
.content2 a {
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .container2 {
    flex-direction: column;
    /* width: 80%; */
  }
  .image {
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
  }
  .content2 {
    width: 100%;
  }
}

/* section3 */

.content3 {
  text-align: center;
  /* padding: 100px; */
}
.content3 h2 {
  font-size: 32px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  gap: 5vh;
  flex-direction: column;
}
.hotel {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.content3 .row {
  display: grid;
  width: 100%;
  gap: 20vh;
  display: flex;
  margin-top: 50px;
  padding: 60px;
}
.content3 .row p {
  font-size: 1.5rem;
}
.content3 .row i {
  font-size: 3rem;
}
.content3 image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content3 image div {
  width: 50px;
  margin-bottom: 15px;
}
.content3 p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

/* section4 */

.promo-banner {
  background-image: url(images/hero_1.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  width: 90vw;
  display: flex;
  flex-direction: row;
  padding: 60px 20px;
}
.content4 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.promo-left {
  width: 50vw;
  /* background: #000; */
  display: flex;
  flex-direction: column;
}
.promo-left a {
  width: 10vw;
}

.promo-right {
  display: flex;
  /* background: green; */
  justify-content: space-evenly;
  align-items: center;
  width: 50vw;
  flex-direction: column;
}
.promo-right div {
  justify-content: space-evenly;
  /* background: #000; */
  width: 10vw;
  /* height: 20vh; */
  font-size: 1.7rem;
  display: flex;
  flex-direction: row;
}
.promo-left h2 {
  font-size: 2em;
  margin: 0 0 20px;
}
.btn {
  padding: 10px 20px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.btn:hover {
  background-color: white;
  color: black;
}
.promo-right {
  text-align: right;
}
.countdown-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.countdown {
  display: flex;
}
.countdown div {
  text-align: center;
}
.countdown span {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}
.countdown small {
  font-size: 0.8em;
  opacity: 0.8;
}

/* section5/ */

.container5 h1 {
  text-align: center;
  font-size: 40px;
  margin: 20px;
}
.container5 image {
  width: 30%;
  height: 50%;
}
.container5 image img {
  width: 100%;
  height: 100%;
}
.container5 row {
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
}

/* section6 */

.container6 h1 {
  text-align: center;
  font-size: 50px;
  margin: 20px;
}
.container6 h2 {
  text-align: center;
}
.container6 h4 {
  text-align: center;
}
.container6 image {
  width: 30%;
  height: 50%;
}
.container6 image img {
  width: 100%;
  height: 100%;
}
.container6 row {
  border-radius: 8px;
  text-align: center;
  justify-content: space-around;
  display: flex;
  align-items: center;
}

/* section7 */

.testimonials {
  padding: 60px 20px;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, #f1f3f5);
  /* padding: 180px; */
}
.container7 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.container7 h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.container7 h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  margin: 10px auto 0;
}
.testimonial-cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.container7 image {
  background: white;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.container7 .image img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.container7 h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  font-size: 20px;
}
.container7 p {
  font-size: 0.9rem;
  color: #555;
  margin-top: 5px;
  text-align: left;
  font-style: italic;
}
@media screen and (min-width: 0px) and (max-width: 550px) {
  .testimonial-cards {
    flex-direction: column;
    height: auto;
  }
}

/* section8 */

.container8 {
  padding: 60px 10% 30px;
  justify-content: space-evenly;
  display: flex;
  background: rgb(0, 0, 0);
  padding: 10%;
  flex-direction: column;
  color: white;
}

.upper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.nineth col {
  display: grid;
  gap: 40px;
}

.icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.col h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
.col p {
  font-size: 14px;
  line-height: 1.7;
}
.col a {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 14px;
  transition: color 0.3s;
}
.col a:hover {
  color: #fff;
}

.readmore {
  background: red;
  border-radius: 1vw;
  width: 20vw;
  height: 4vh;
  text-align: center;
}
/* .read-more-btn:hover {
  background-color: #c0392b;
} */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.social-icons a {
  color: #ccc;
  font-size: 16px;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: #fff;
}
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  color: #999;
}
.footer-bottom i {
  color: red;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  .upper {
    flex-direction: column;
  }
}
