@import url("https://fonts.googleapis.com/css2?family=Carter+One&family=Poppins:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

body {
  min-height: 1000px;
  overflow-y: hidden;
}

.main {
  opacity: 0;
  transition: all 2s ease-in;
  overflow-y: hidden;
}

p {
  font-weight: 300;
  color: #111;
}

.banner {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./image/heroImg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
}

.banner .content {
  max-width: 900px;
  text-align: center;
}

.banner .content h2 {
  font-size: 4.8em;
  color: rgb(255, 255, 255);

  background-blend-mode: color-dodge;
  -webkit-text-stroke: 2px #ff0157;
}

.banner .content p {
  font-size: 1em;
  color: #111;
  padding: 15px;
  background: rgb(255, 255, 255);
}

.btn {
  font-size: 1em;
  color: #111;
  background: #ff0157;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.5s;
}

.btn:hover {
  letter-spacing: 6px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 120px;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}

header.sticky {
  background: #fff;
  padding: 10px 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

header .logo {
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  text-decoration: none;
  -webkit-text-stroke: 2px rgb(38, 37, 37);
}

header.sticky .logo {
  color: #111;
}

header .logo span {
  color: #ff0157;
  -webkit-text-stroke: 1px #ff0157;
}

header .navigation {
  position: relative;
  display: flex;
}

header .navigation li {
  list-style: none;
  margin-left: 30px;
}

header .navigation li a {
  text-decoration: none;
  color: #000;
  font-weight: 300;
  transition: all 0.1s;
}

header.sticky .navigation li a {
  color: #000;
}

header .navigation li a:hover {
  border-bottom: 4px solid #ff0157;
}

section {
  padding: 100px;
}

.row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.row .col50 {
  position: relative;
  width: 48%;
}

.titleText {
  color: #111;
  font-size: 2em;
  font-weight: 300;
}

.titleText span {
  color: #ff0157;
  font-weight: 700;
  font-size: 1.5em;
}

.row .col50 .imgBox {
  position: relative;
  width: 100%;
  min-height: 300px;
}

.row .col50 .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.menu .content {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: 40px;
}

.menu .content .box {
  width: 340px;
  margin: 20px;
  border: 15px solid #fff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}

.menu .content .box .imgBox {
  position: relative;
  width: 100%;
  height: 300px;
}

.menu .content .box .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.menu .content .box .text {
  padding: 15px 0px 5px;
}

.menu .content .box .text h3 {
  font-weight: 400;
  color: #111;
}

.expert .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 40px;
}

.expert .content .box {
  width: 250px;
  margin: 15px;
}

.expert .content .box .imgBox {
  position: relative;
  width: 100%;
  height: 300px;
}

.expert .content .box .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert .content .box .text {
  padding: 15px 0px 5px;
}

.expert .content .box .text h3 {
  font-weight: 400;
  color: #111;
}

.testimonials {
  background: url(./image/food1.jpeg);
  background-size: cover;
}

.white .titleText {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  filter: drop-shadow(1px 1px 1px black);
  padding: 0px 8px;
  margin-bottom: 15px;
}

.testimonials .title p {
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  word-spacing: 5px;
  background: rgba(122, 61, 61, 0.279);
  filter: drop-shadow(1px 1px 1px black);
  backdrop-filter: blur(10px);
  padding: 8px;
  color: rgb(255, 248, 248);
}

.testimonials .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 40px;
}

.testimonials .content .box {
  width: 350px;
  margin: 20px;
  padding: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonials .content .box .imgBox {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border: 1px solid #ff0157;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials .content .box .imgBox img {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 120%;
  height: 150%;
  transform: scale(1.8);
  object-fit: cover;
}

.testimonials .content .box .text {
  text-align: center;
}

.testimonials .content .box .text p {
  font-style: italic;
  color: #666;
}

.testimonials .content .box .text h3 {
  margin-top: 20px;
  color: #111;
  font-size: 1em;
  color: #ff0157;
  font-weight: 600;
}

.contact {
  background: url(./image/contact\ us.webp);
  background-size: 115% 100%;
}

.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: #000;
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: 500;
}

.contactForm .inputBox {
  position: relative;
  widows: 100%;
  margin-bottom: 20px;
}

.contactForm .inputBox input,
.contactForm .inputBox textarea {
  width: 100%;
  border: 1px solid #555;
  padding: 10px;
  color: #000;
  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;
  transition: 0.5s;
  max-width: 100px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.copyrightText {
  padding: 8px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.copyrightText p {
  color: #333;
}

.copyrightText a {
  color: #ff0157;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 991px) {
  header,
  header.sticky {
    padding: 10px 20px;
  }

  header .navigation {
    width: 60%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0%;
    transform: translateX(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.638);
    backdrop-filter: blur(25px);  
    transition: all 300ms;
  }

  header .navigation.active {
    width: 70%;
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0%;
    transform: translateX(0%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.775);
    backdrop-filter: blur(25px);
  }

  header .navigation li {
    margin: 15px 0;
  }

  header .navigation li a {
    color: #000;
    font-size: 1.8em;
  }

  .menuToggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: url(./image/menuIcon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 99999;
  }

  .menuToggle.active {
    background: url(./image/exit-icon-png-2.jpg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 99999;
  }

  section {
    padding: 20px;
  }

  .banner .content h2 {
    font-size: 3em;
    color: #fff;
  }

  .row {
    flex-direction: column;
  }

  .row .col50 {
    position: relative;
    width: 100%;
  }

  .row .col50 .imgBox {
    height: 300px;
    margin-top: 20px;
  }

  .menu .content {
    margin-top: 20px;
  }

  .menu .content .box {
    margin: 10px;
  }

  .menu .content .box .imgBox {
    height: 260px;
  }

  .title {
    text-align: center;
  }

  .titleText {
    font-size: 1.8em;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-weight: 300;
  }

  .testimonials .content .box {
    margin: 10px;
    padding: 20px;
  }

  .contactForm {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 35px 40px;
  }

  .contact {
    background-size: 120% 100%;
  }
}

@media (max-width: 890px) {
  .contact {
    background-size: 120% 100%;
  }
}

@media (max-width: 480px) {
  .banner .content h2 {
    font-size: 2.2em;
    color: #fff;
  }
}

#preloader {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.274);
  backdrop-filter: blur(30px);
  width: 100vw;
  position: fixed;
  user-zoom: none;
  user-select: none;
  z-index: 999999999;
}

.loader {
  height: 50px;
  transform-origin: bottom;
  animation: rotate 3s linear infinite;
  position: absolute;
  top: 40%;
}

.loadCircle {
  margin: 0 55px;
  display: inline-block;
  background-color: purple;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: scale(0);
  animation: grow 1.5s linear infinite;
  margin: -10px;
}

.loadCircle:nth-child(even) {
  background-color: palevioletred;
  animation-delay: 0.75s;
}

@keyframes grow {
  50% {
    transform: scale(1);
  }
}
