* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.container {
    height: 100vh;
    background-image: url('images/heroes-1.jpg.webp');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.head {
    /* border: 3px solid red; */
    width: 45%;
    margin-right: 400px;
}

.head h1 {
    font-size: 85px;
    margin-bottom: 10px;
    font-family: 'Times New Roman', Times, serif;
}

.head p {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: bold;
}

.head h4 {
    font-weight: bold;
    cursor: pointer;
}
.head h4 a {
    text-decoration: none;
    color: white;
    border-bottom: 2px solid peru;
    padding-bottom: 2px;
}
.head h4 a:hover {
    color: peru;
}

.top-nav {
    /* border: 2px solid red; */
    height: 50px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 17px;
}

.top-nav a {
    /* border: 2px solid yellow; */
    color: black;
    text-decoration: none;
    width: 40%;
}
/* .top-nav i {
    color: black;
} */

.social-icons {
    /* border: 2px solid magenta; */
    display: flex;
    align-items: center;
    width: 50%;
    float: right;
}

.social-icons a {
    /* border: 2px solid orangered; */
    cursor: pointer;
    width: 5%;
    color: black;
}

/* .trip-img {
    height: 16px;
    margin-right: 10px;
} */

.booking-now {
    /* border: 2px solid black; */
    background-color: peru;
    height: 50px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: 60px;
    margin-right: 60px;
    cursor: pointer;
    font-weight: bold;
}

.flag-img {
    height: 22px;
    margin-left: 260px;
}

.dropdown {
    /* border: 2px solid black; */
    width: 60%;
    
}
.dropdown select {
    background-color: white;
    color: black;
    border: none;
    font-size: 12px;
    float: right;
    height: 20px;
}

.main-nav {
    /* border: 2px solid purple; */
    height: 70px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo-box {
    /* border: 2px solid blue; */
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-img {
    /* border: 2px solid green; */
    height: 35px;
    width: 40%;
}

.nav-links {
    /* border: 2px solid orangered; */
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-links ul {
    /* border: 2px solid aqua; */
    display: flex;
    list-style: none;
    width: 20%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.nav-links ul li {
    margin: 0 10px;
}

.nav-links ul li a {
    text-decoration: none;
    color: peru;
    font-size: 14px;
}
.nav-links ul li a:hover {
     border-bottom: 2px solid peru;
}

.icons {
    /* border: 2px solid brown; */
    width: 10%;
    text-align: center;
}

.icons i {
    margin-left: 15px;
    cursor: pointer;
    color: black;
}

.pages-menu {
    display: inline-block;
}
.pages-dropdown {
    display: none;
    position: absolute;
    background-color: white;
    min-height: 100px;
    flex-direction: column;
    margin-top: 10px;
}
.nav-links ul .pages-dropdown {
    display: none;
}
.pages-dropdown a {
    color: black;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
}
.pages-dropdown a:hover {
    background-color: #f0f0f0;
    color: peru;
}
.pages-menu:hover .pages-dropdown {
    display: flex;
}

.booking-box {
    background-color: white;
    width: 350px;
    padding: 30px;
    position: absolute;
    right: 100px;
    top: 170px;
    height: 80vh;
    border-radius: 4px;
}
.booking-box h2 {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 25px; 
    font-weight: normal;
    text-align: center;
}
.booking-box label {
    text-align: left;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
.booking-box input[type="date"],.booking-box select {
    width: 100%;
    height: 39px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 12px;
    border: 1px solid rgb(167, 167, 167);
    color: grey;
}
.booking-box button {
    width: 100%;
    height: 40px;
    background-color: white;
    color: peru;
    border: 1px solid peru;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}
.booking-box button:hover {
    background-color: peru;
    color: white;
}


#menu-toggle {
  display: none;
}

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: black;
}






/* page2 */
* {
            /* margin: 0px;
            padding: 0px; */
            font-family: Arial, Helvetica, sans-serif;
        }
        .text {
            display: flex;
            justify-content: center;
            height: 100vh;
            align-items: center;
        }
        .text-content {
            /* border: 3px solid red; */
            padding: 20px;
            width: 40%;
            margin-left: 50px;
            text-align: center;
        }
        .text h4 {
            color: peru;
            font-size: 14px;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }
        .text h2 {
            font-size: 45px;
            font-weight: 100;
            margin-bottom: 20px;
            line-height: 1.2;
            font-family: 'Times New Roman', Times, serif;
        }
        .text p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        .read-more {
            text-decoration: none;
            color: black;
            font-size: 14px;
            font-weight: normal;
            border-bottom: 2px solid peru;
            padding-bottom: 3px;
        }
        .about-image {
            /* border: 2px solid green; */
            width: 40%;
            display: flex;
            margin-left: 20px;
        }
        .about-image img {
            width: 48%;
            margin-right: 25px;
            height: auto;
        }



 

/* page3 */
        body {
            font-family: Arial, sans-serif;
            background-color: white;
            color: black;
            text-align: center;
        }

        .service {
            padding: 40px 20px;
            /* height: 100vh; */
        }

        .heading {
            color: peru;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 10px;
        }

        h2 {
            font-size: 39px;
            margin: 16px;
            font-family: 'Times New Roman', Times, serif;
            font-weight: lighter;
        }

        .services-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .service-card {
            width: 300px;
            padding: 30px 15px;
            margin: 10px;
            background-color: white;
            border: 1px solid white;
            text-align: center;
            cursor: pointer;
        }

        .service-card i {
            font-size: 40px;
            color: peru;
            margin-bottom: 15px;
        }

        .service-card h3 {
            font-size: 25px;
            margin-bottom: 10px;
            font-family: 'Times New Roman', Times, serif;
            font-weight: normal;
        }

        .service-card p {
            font-size: 14px;
            color: rgb(71, 71, 71);
            line-height: 1.6;
        }

        .service-card:hover {
            background-color: peru;
            color: white;
        }

        .service-card:hover p,
        .service-card:hover h3 {
            color: white;
        }

        .service-card:hover i {
            color: white;
        }

/* page4 */
    .room-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .room-card {
            /* border: 2px solid red; */
            width: 250px;
            height: 470px;
            margin: 10px;
            background-size: cover;
            background-position: center;
            display: flex;
            padding: 15px;
            color: white;
        }
        .room-info h3 {
            margin-top: 345px;
            font-size: 30px;
            font-weight: normal;
            font-family: 'Times New Roman', Times, serif;
        }
        .room-info p {
            font-family: 'Times New Roman', Times, serif;
            font-size: 19px;
            margin-top: 5px;
        }

        .price {
            font-size: 26px;
            font-weight: bold;
            color: peru;
        }
       
        .double {
            background-image: url(images/room-b1.jpg.webp);
        }
        .premium {
            background-image: url(images/room-b2.jpg.webp);
        }
        .deluxe {
            background-image: url(images/room-b3.jpg.webp);
        }
        .family {
            background-image: url(images/room-b4.jpg.webp);
        }


/* page5 */
 .page {
            background-color: whitesmoke;
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }

        .testimonial-section {
            text-align: center;
            width: 90%;
            max-width: 800px;
        }

        .subtitle {
            color: peru;
            letter-spacing: 2px;
            font-size: 14px;
            font-weight: bold;
        }

        .title {
            font-size: 39px;
            margin: 10px 0 20px;
            font-weight: normal;
            font-family: 'Times New Roman', Times, serif;
        }

        .description {
            font-size: 16px;
            color: rgb(78, 74, 74);
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .stars {
            color: gold;
            font-size: 20px;
            margin-bottom: 10px;
        }

        .author-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 20px 0;
        }

        .arrow-button {
            background-color: white;
            border: 1px solid #ccc;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 22px;
            line-height: 50px;
            cursor: pointer;
        }

        .arrow-button:hover {
            background-color: rgb(209, 196, 196);
        }

        .author {
            font-size: 18px;
            font-weight: bold;
            color: black;
        }

        .tripadvisor {
            margin-top: 30px;
        }

        .tripadvisor img {
            width: 80px;
        }

/* page6 */
* {
      /* margin: 0;
      padding: 0; */
      font-family: Arial, sans-serif;
    }

    body {
      background-color: white;
    }

    /* Blog Section */
    .blog-section {
      text-align: center;
      padding: 35px;
    }

    .blog-section h5 {
      color: peru;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .blog-section h2 {
      font-family: 'Times New Roman', Times, serif;
      font-size: 36px;
      margin-bottom: 40px;
      font-weight: normal;
    }

    .blog-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .blog-card {
      width: 380px;
      height: 500px;
      margin: 10px;
      position: relative;
      overflow: hidden;
      color: white;
      border-radius: 7px;
    }

    .blog-card img {
      width: 100%;
      height: 100%;
    }

    .blog-card-content {
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
    }

    .blog-tag {
      background-color: peru;
      color: white;
      padding: 2px 8px;
      font-size: 12px;
      display: inline-block;
      margin-bottom: 6px;
      border-radius: 2px;
    }

    .blog-title {
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 5px;
      font-family: 'Times New Roman', Times, serif;
    }

    .blog-date {
      font-size: 12px;
    }

    .blog-date i {
      margin-right: 5px;
      color: white;
    }

    /* Special styles for second row */
    .wide-card {
      width: 780px;
      height: 350px;
    }

    .short-card {
      width: 380px;
      height: 350px;
    }

    /* Footer Section */
    .footer-section {
      background-color: rgb(0, 0, 19);
      color: white;
      padding: 33px;
    }

    .footer-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: auto;
    }

    .footer-box {
      width: 300px;
      margin: 10px;
    }

    .footer-box h3 {
      color: peru;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .footer-box p, .footer-box a {
      font-size: 14px;
      color: white;
      text-decoration: none;
      margin-bottom: 5px;
      display: block;
      line-height: 1.6;
    }

    .footer-icons {
        margin-top: 10px;
    }

    .footer-icons a {
        display: inline-block;
        margin-right: 10px;
        color: white;
        font-size: 18px;
    }

    .email-box {
      display: flex;
      margin-top: 10px;
    }

    .email-box input {
        width: 230px;
      padding: 8px;
      border: none;
    }

    .email-box button {
      background-color: peru;
      border: none;
      padding: 11px;
      color: white;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 20px;
      font-size: 12px;
      border-top: 1px solid rgb(58, 54, 54);
      max-width: 1200px;
      margin: auto;
      margin-top: 20px;
    }

    .footer-links {
      color: white;
    }

    .footer-links a {
      margin-right: 15px;
      color: white;
      text-decoration: none;
    }

    .footer-bottom a {
      color: peru;
      text-decoration: none;
    }

    .logo-text {
      font-family: 'Times New Roman', Times, serif;
      font-size: 40px;
      font-weight: normal;
      color: white;
      font-style: italic;
      margin-top: 0px;
    }


 
#menu-toggle {
  display: none;
}

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: black;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
    .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .head {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .head h1 {
        font-size: 40px;
    }
    .booking-box {
        position: static;
        width: 90%;
        margin: auto;
        height: auto;
    }
    .top-nav {
        display: none;
    }
  .nav-links ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    flex-direction: column;
    background-color: white;
    padding: 20px 0;
  }

  #menu-toggle:checked ~ .nav-links ul {
    display: flex;
  }

 
  .hamburger {
    display: block;
    position: absolute;
    right: 20px;
  }

  .nav-links {
    width: 100%;
  }

  .icons {
    display: none;
  }

  .main-nav {
    position: relative;
    justify-content: space-between;
  }

  .logo-box {
    width: auto;
  }

  .text {
        flex-direction: column;
        height: auto;
        /* padding: 20px; */
    }

    .text-content,
    .about-image {
        width: 90%;
        margin: 20px 0;
        text-align: center;
    }

    .about-image {
        flex-direction: column;
        align-items: center;
    }

    .about-image img {
        width: 80%;
        margin: 10px 0;
    }

    .services-container {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        width: 90%;
        margin: 10px 0;
    }

    h2 {
        font-size: 28px;
    }

     .room-container {
        flex-direction: column;
        align-items: center;
        padding: 30px 10px;
    }

    .room-card {
        width: 90%;
        height: 400px;
    }

    .room-info h3 {
        font-size: 24px;
        margin-top: 300px;
        text-align: center;
    }

    .room-info p {
        font-size: 16px;
        text-align: center;
    }

     .title {
        font-size: 28px;
    }

    .description {
        font-size: 15px;
        padding: 0 10px;
    }

    .author-section {
        flex-direction: column;
    }

    .arrow-button {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    .author {
        font-size: 16px;
    }

    .tripadvisor img {
        width: 60px;
    }

     .blog-section h2 {
    font-size: 28px;
  }

  .blog-card,
  .wide-card,
  .short-card {
    width: 90%;
    height: auto;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-box {
    width: 90%;
    text-align: center;
  }

  .email-box {
    flex-direction: column;
    align-items: center;
  }

  .email-box input {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-links a {
    display: block;
    margin: 5px 0;
  }
}