@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  font-family: "Poppins";
}

p {
  color: #111;
  font-weight: 300;
}

section {
  padding: 80px;
}

/* Navigation  */

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 100px;
  background-color: #fff;
}

.logo {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 2.5em;
  text-decoration: none;
}

header .logo span {
  color: #ff0157;
}

header .navigation {
  display: flex;
  position: relative;
}

header .navigation li {
  list-style: none;
  margin-left: 30px;
}

header .navigation li a {
  text-decoration: none;
  color: #000000;
  font-weight: 300;
  font-size: 1.5em;
  transition: 0.5s;
}

/* Hero */

.banner {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: 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;
}

.content {
  text-align: center;
  max-width: 900px;
}

.banner .content h2 {
  font-size: 5em;
  color: white;
}

.banner .content p {
  font-size: 1em;
  color: white;
}

.btn {
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  background-color: #ff0157;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* About us */

.row {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.row .col50 {
  width: 48%;
}

.imgbx {
  width: 100%;
  min-height: 300px;
}

.imgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Menu */
.menu-content .imgbx img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.titletext {
  color: #111;
  font-weight: 300;
  font-size: 2em;
}

.titletext span {
  color: #ff0157;
  font-weight: 700;
  font-size: 1.5em;
}

.menu-food .title {
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.menu-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.menu-content .box {
  box-shadow: 0 5px 35px lightgray;
  width: 340px;
  border: 15px solid white;
  margin: 20px;
}

.card-text {
  text-align: center;
  padding: 15px 0 5px;
}

/* Expert */

.experts .menu-content .box {
  width: 250px;
  margin: 30px;
  border: 15px solid #fff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}

.experts .title {
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* Testimonals */

.testimonials {
  background: 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;
}

.testimonials .title {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.white {
  color: #fff;
}

.testimonials .content {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  max-width: 100%;
}

.testimonials .content .box {
  width: 350px;
  margin: 20px;
  padding: 40px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonials .content .box .imgbx {
  height: 300px;
  width: 100%;
}
.testimonials .content .box img {
  border-radius: 48%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text h2 {
  margin-top: 20px;
  font-size: 1.5em;
  color: #ff0157;
  font-weight: 600;
}

.text p {
  font-style: italic;
}

.text {
  padding: 15px 0 5px;
  text-align: center;
}

/* Contact us */

.contact .title {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.contactform {
  padding: 75px 50px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin-top: 50px;
}

.contactform h3 {
  color: #111;
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: 500;
}

.contactform .inputbox {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.contactform .inputbox input,
.contactform .inputbox textarea {
  width: 100%;
  border: 1px solid #555;
  border-radius: 10px;
  padding: 10px;
  color: #111;
  outline: none;
  font-size: 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;
}

.contact {
  background: url(https://i.postimg.cc/4NmrNq7y/bg3.jpg);
  background-size: cover;
}

/* Footer */

.footer {
  background-color: #ff0157;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer p {
  color: white;
  font-weight: 300;
}

.footer .icons a {
  color: #fff;
}

/* Mobile */

#menu-toggle {
  font-size: 24px;
  display: none;
}

@media (max-width: 768px) {
  #menu-toggle {
    font-size: 24px;
    display: block;
    cursor: pointer;
  }

  .menu {
    display: none;
    position: absolute;
    background-color: #2c6043;
    top: 80px;
    left: 0;
    right: 0;
    padding: 20px;
    flex-direction: column;
  }

  .menu.active {
    display: flex;
  }

  .menu .navigation {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  header .menu li a {
    color: #ffffff;
  }

  .sticky {
    padding: 10px 50px;
  }
}
