@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins";
}

html,
body {
  height: 100%;
  width: 100%;
}
.page1{
  padding: .5vw;
}

.navbar {
  height: 12vh;
  width: 100%;
  background: linear-gradient(45deg, #1e90ff, #094480);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
  border-radius: 15px;
}

.navbar img {
  width: 12vw;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 4vw;
}

.navlinks a {
  text-decoration: none;
  font-size: 1.4vw;
  color: white;
  transition: 0.3s;
}

.navlinks a:hover {
  color: yellow;
}

.nav-number a {
  color: white;
  text-decoration: none;
  font-size: 1.4vw;
  transition: 0.3s;
}

.nav-number a:hover {
  color: yellow;
}


.main-portion {
  height: 140vh;
  width: 100%;
  background: url("./images/overly.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  height: 140vh;
  width: 100%;
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  opacity: 0.8;
}

/* Hero Section */
.hero {
  text-align: center;
  padding: 4rem 2rem;
}

.hero h1 {
  font-size: 2.8rem;
  color: #ffffff;
  position: relative;
  z-index: 99;
}

.hero p {
  font-size: 1.1rem;
  color: #ffffff;
  margin-top: 1rem;
  position: relative;
  z-index: 99;
}

/* Contact Section */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem 2rem;
  gap: 6vw;
  position: relative;
  z-index: 99;
}

.contact-form {
  flex: 1;
  max-width: 500px;
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.contact-form h2 {
  margin-bottom: 1.5rem;
  color: rgba(0, 0, 0, 0.712);}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.7vw;
  margin-bottom: 1vw;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.contact-form button {
  background:  black;
  color: #fff;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #a13b00;
}

.contact-info {
  flex: 1;
  max-width: 400px;
  position: relative;
  z-index: 99;
}

.contact-info h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.contact-info p {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

/* Footer */

.footer {
  background: #0f172a;
  color: #ccc;
  font-family: "Poppins", sans-serif;
  padding: 50px 5vw;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3vw;
}

.footer-column h4 {
  color: #ffcc00;
  margin-bottom: 1vw;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 8px 0;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #ffcc00;
}

.footer-column.address p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1vw;
}

.footer-bottom {
  text-align: center;
  margin-top: 2vw;
  border-top: 1px solid #333;
  padding-top: 1vw;
}

.footer-bottom .social-links a {
  color: #ccc;
  margin: 0 10px;
  font-size: 1.3rem;
  transition: 0.3s;
}

.footer-bottom .social-links a:hover {
  color: #ffcc00;
}

.footer-bottom p {
  font-size: 0.9rem;
  margin-top: 10px;
}

.form-container {
  display: flex;
  width: 70%;
  margin-left: 10vw;
  height: 75vh;
  z-index: 9999;
  padding: 1.5vw;
  scale: 0;
  position: fixed;
  left: 10%;
  top: 20%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (max-width: 480px) {
  .main {
    overflow-x: hidden;
  }

  .navbar {
    height: 10vh;
    width: 100%;
  }

  .navbar img {
    width: 20vw;
  }

  .navlinks a {
    text-decoration: none;
    font-size: 3.7vw;
    color: white;
  }

  .nav-number a {
    display: none;
  }

  .page1 {
   height: auto;
  }

  .page1-images-left {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .page1-content-images {
    padding: 0;
  }

  .page1-leftpart-bottom {
    width: 100%;
    /* all: unset; */
  }

  .page1-leftBottom {
    /* padding-left: 6vw; */
    /* padding-top: 2.5vw; */
    width: 70%;

  }

  .page1-leftBottom-buttons {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }

  .page1-leftBottom-buttons .page1-button {
    animation: none;
  }

  .page1-leftBottom-buttons .page1-btn2 {
    animation: none;
  }

  .page1-images-right {
    display: none;
  }

  .page1-leftBottom h4 {
    font-size: 4.1vw;
    font-weight: 600;
  }

  .page1-leftBottom span {
    font-size: 4vw;
  }

  #book-now-btn {
    padding: .8vw 7vw;
  }

  .page1-leftBottom p {
    font-size: 5vw;
  }

  .page1-leftBottom-buttons a {
    padding: 1vw 3vw;
    text-align: center;
    font-size: 3.5vw;
  }

  .page1-sendquery-button {
    top: 380px;
    z-index: 1000;
  }

  .page1-sendquery-button button {
    padding: 4vw 3vw;
    border-radius: 2vw;
    font-size: 4vw;
  }

}

 .whatsapp-icon {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 1000;
}
.whatsapp-icon i {
  font-size: 2.8vw;
}
.whatsapp-icon a {
  width: 3.8vw;
  height: 3.8vw;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
}

.whatsapp-icon a:hover {
  transform: scale(1.1);
  background-color: #20b958;
}

@media (max-width: 480px) {
  .whatsapp-icon {
    bottom: 2.5vh;
    right: 4vw;
  }

  .whatsapp-icon a {
    width: 13vw;
    height: 13vw;
    font-size: 5vw;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.3);
  }

  .whatsapp-icon i {
    font-size: 7vw;
  }
}



@media screen and (max-width: 480px) {


  .hero {
    padding: 3rem 1rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .contact-container {
    flex-direction: column;
    padding: 2vw 3vw;
    gap: 10vw;
  }

  .contact-form,
  .contact-info {
    max-width: 100%;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 3vw;
    font-size: 0.95rem;
    margin-bottom: 3vw;
  }

  .contact-form button {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
  }

  .contact-info h3 {
    font-size: 1.2rem;
  }

  .contact-info p {
    font-size: 0.95rem;
  }
}

/* page7 responsive  */
@media (max-width: 480px) {
  .footer {
    padding: 0 2vw;
    text-align: left;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2vw;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column h4 {
    font-size: 4.5vw;
    margin-bottom: 2vw;
    color: #fff;
  }

  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-column ul li {
    margin-bottom: 1.5vw;
  }

  .footer-column ul li a {
    color: #ccc;
    font-size: 3.5vw;
    text-decoration: none;
  }

  .footer-column ul li a:hover {
    color: #fff;
  }

  .footer-column p {
    font-size: 3.4vw;
    line-height: 5vw;
    color: #bbb;
  }

  .footer-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5vw;
    margin-top: 4vw;
  }

  .footer-social i {
    font-size: 5vw;
  }

  .footer-column iframe {
    width: 90%;
    height: 150px;
    border-radius: 8px;
    margin-top: 3vw;
  }

  .footer-bottom {
    padding-left: 2vw;
    margin-top: 6vw;
    text-align: left;
  }

  .footer-bottom p {
    font-size: 3.2vw;
    color: #ccc;
  }

  #second-column {
    display: none;

  }

  #third-column {
    display: none;
  }

  .page2-map-part {
    height: 35vh;
    width: 100%;
  }

  .page2-map-wrapper {
    flex-direction: column;
    gap: 4vw;
    padding: 10px;
  }

  .page2-map-wrapper h2 {
    font-size: 5.5vw;
    margin-top: 3vw;
    text-align: center;
  }

  .question-text {
    padding: 1vw 3vw;
    font-size: 3vw;
  }

  #calender2 {
    display: none;

  }
}
