@import url("https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Hand+Pre:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&family=Edu+VIC+WA+NT+Hand+Pre:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Edu+NSW+ACT+Cursive", "Poppins", sans-serif;
  scroll-behavior: smooth;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(40px, 10vw, 80px);
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px clamp(50px, 10vw, 100px);
  z-index: 1000; /* Ensure it stays on top */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.logo {
  font-size: clamp(20px, 5vw, 40px);
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
span {
  color: #ff0157;
}
.menu-toggle {
  display: none;
  border: none;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.menu-toggle:hover {
  background: rgb(235, 234, 234);
}
.menu {
  display: flex;
}
.menu ul {
  display: flex;
  list-style: none;
  gap: 30px; /* Space between menu items */
}
.menu ul li a {
  text-decoration: none;
  color: black;
  font-size: 24px;
}

.banner {
  width: 100vw;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(https://i.postimg.cc/s29LNR86/bg.jpg);
  background-size: cover;
  text-align: center;
}
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1100px; /* Limit the width of the content */
}
.banner h1 {
  color: white;
  font-size: clamp(20px, 8vw, 80px);
}

.banner p {
  color: white;
  font-size: clamp(10px, 2vw, 16px);
  margin-top: 2px;
  width: 80%;
}

.btn {
  background: #ff0157;
  display: inline-block;
  margin-top: 36px;
  padding: 0.7em 2.1em /*10px 30px*/;
  color: white;
  text-decoration: none;
  font-size: clamp(12px, 3vw, 24px) /*24px*/;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.aboutus {
  width: 100vw;
  min-height: 70vh;
  margin-top: (10px, 10vw, 20px);
}
.container1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px clamp(45px, 8vw, 90px);
}
.col {
  width: 48%;
  padding-top: 20px;
}
.col h1,
.title h1 {
  font-size: clamp(20px, 4vw, 32px);
  color: black;
  margin-bottom: 20px;
  font-weight: normal;
}
.col h1 span,
.title h1 span {
  color: #ff0157;
  font-size: clamp(26px, 6vw, 44px);
  font-weight: bold;
}
.col p,
.title p {
  font-size: clamp(10px, 2vw, 16px);
  color: black;
  line-height: clamp(0.8em, 10vw, 1.6em);
}

.pizza {
  width: 100%;
  height: auto;
}

.ourmenu {
  width: 100vw;
  height: 100%;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px 40px;
}
.title h1 {
  margin: 0px;
}
.title p {
  margin-top: 10px;
}

/*   Hasta Aqui Llegue   */

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: clamp(15px, 5vw, 50px);
}

.menu-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(180px, 30vw, 360px);
  height: clamp(200px, 33vw, 400px);
  margin: clamp(10px, 1.67vw, 20px);
  padding: clamp(7px, 1.25vw, 15px);
  background-color: white;
  border-radius: 0px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.menu-card img {
  width: 100%;
  height: 100%;
  margin: 10px 0px;
  object-fit: cover;
}
.menu-card h3 {
  font-size: clamp(16px, 1.67vw, 20px);
  color: black;
  margin: 10px 0px;
}

.experts {
  width: 100vw;
  height: 100%;
  margin-top: clamp(70px, 11.67vw, 140px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.experts .card-container {
  gap: clamp(14px, 1.67vw, 20px);
}
.expert-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(120px, 20vw, 240px);
  height: clamp(185px, 32.5vw, 390px);
  margin: 20px;
  padding: 5px;
  background-color: white;
  border-radius: 0px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.expert-card img {
  width: 94%;
  height: 80%;
  margin: clamp(3px, 0.84vw, 10px) 0px;
  object-fit: cover;
}
.expert-card h3 {
  font-size: clamp(14px, 1.67vw, 20px);
  color: black;
  margin: clamp(3px, 0.84vw, 10px) 0px;
}

.comments {
  width: 100vw;
  height: 100%;
  margin-top: clamp(50px, 8.33vw, 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(https://i.postimg.cc/k5dZs5jR/bg2.jpg);
  background-size: cover;
  padding-top: 80px;
}
.comments h1 {
  color: white;
}
.comments p {
  color: white;
}

.comments .card-container {
  gap: 0px;
  width: 82%;
  margin: 30px clamp(40px, 6.67vw, 80px) clamp(40px, 6.67vw, 80px)
    clamp(40px, 6.67vw, 80px);
}
.comment-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(165px, 27.5vw, 330px);
  height: clamp(275px, 45.83vw, 550px);
  margin: clamp(10px, 1.67vw, 20px);
  padding: 5px;
  background-color: white;
  border-radius: 0px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: clamp(10px, 1.67vw, 20px);
}
.comment-card p {
  color: black;
  font-style: italic;
  font-size: clamp(7px, 1.17vw, 14px);
  margin-top: clamp(10px, 1.67vw, 20px);
}

.comment-card img {
  width: 86%;
  height: 55%;
  margin: clamp(5px, 0.84vw, 10px) 0px;
  object-fit: cover;
  border-radius: 50%;
}
.comment-card h3 {
  font-size: clamp(12px, 1.67vw, 20px);
  color: #ff0157;
  margin: clamp(25px, 4.17vw, 50px) 0px;
}
.contactus {
  width: 100vw;
  height: 100%;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url(https://i.postimg.cc/4NmrNq7y/bg3.jpg);
  background-size: cover;
  padding-top: clamp(40px, 6.68vw, 80px);
}

.form-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; /* Limit the width of the form */
  padding: clamp(40px, 6.68vw, 80px) clamp(20px, 3.34vw, 40px);
}
.form-container form {
  width: clamp(250px, 41.66vw, 500px);
  height: clamp(250px, 41, 66vw, 500px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  margin-left: clamp(25px, 2.083vw, 50px);
  padding: clamp(30px, 5vw, 60px);
}
.contactform {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
}
.contactform h3 {
  font-size: clamp(14px, 1.67vw, 20px);
  font-weight: 500;
  color: black;
  margin-bottom: clamp(10px, 1.67vw, 20px);
}

.contactform .inputbox {
  position: relative;
  width: 100%;
  margin-bottom: clamp(10px, 1.67vw, 20px);
}

.contactform .inputbox {
  position: relative;
  width: 100%;
  margin-bottom: clamp(10px, 1.67vw, 20px);
}
.contactform .inputbox input,
.contactform .inputbox textarea {
  width: 100%;
  border: 1px solid #555;
  border-radius: clamp(5px, 0.84vw, 10px);
  padding: clamp(5px, 0.84vw, 10px);
  color: #111;
  outline: none;
  font-size: clamp(10px, 1.33vw, 16px);
  font-weight: 300;
  resize: none;
}

.contactform .inputbox input[type="submit"] {
  font-size: 1em;
  color: #fff;
  background: #ff0157;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  max-width: 100px;
  transition: 0.5s;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

footer {
  background: #ff0157;
  width: 100%;
  height: clamp(70px, 6.67vw, 80px);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  padding: 10px 0;
}

footer p {
  color: #fff;
  font-weight: 300;
  font-size: clamp(14px, 1.17vw, 14px);
}

footer ul {
  display: flex;
  list-style: none;
  gap: 14px; /* Space between icons */
  margin-top: 10px;
}

footer ul li a {
  color: #fff;
  font-size: clamp(14px, 1.17vw, 14px);
}
@media only screen and (max-width: 1199px) {
  header {
    padding-right: 20px;
  }

  .menu-toggle {
    display: block;
  }
  .menu {
    display: none;
    flex-direction: column; /* Stack items vertically */
    position: absolute; /* Position relative to navbar */
    background-color: rgb(255, 255, 255); /* Same background as navbar */
    top: clamp(40px, 8vw, 80px); /* Position below the navbar */
    right: 0px;
    z-index: 1; /* Stay on top of other elements */
    padding: 0; /* Padding around menu items */
    width: 90px;
    z-index: 1;
    gap: 5px;
    border-radius: 0 0 5px 5px;
  }

  /* Show the menu when active */
  .menu.active {
    display: flex; /* Display menu */
  }

  /* Adjust the menu list for mobile */
  .menu ul {
    flex-direction: column; /* Stack list items vertically */
    align-items: center; /* Center items horizontally */
    gap: 5px;
  }

  /*
  .banner.active {
    margin-top: 450px;
  }
  */

  /* Adjust menu items for mobile */
  .menu ul li {
    margin: 1px 0; /* Space between items */
    padding: 0px;
  }
  .menu ul li a {
    font-size: 11px;
  }
}
