* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, textarea, select, button {
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background: #1C1313;
}
@media (max-width: 600px) {
  body {
    padding-right: 50px;
  }
}
body::before {
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  position: fixed;
  content: "";
  background: #E1332A;
  left: -25vw;
  top: -25vw;
  z-index: -3;
  filter: blur(200px);
  opacity: 0.15;
}
@media (max-width: 600px) {
  body::before {
    width: 75vw;
    height: 75vw;
    left: -37.5vw;
    top: -37.5vw;
  }
}
body::after {
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  position: fixed;
  content: "";
  background: #E1332A;
  right: -25vw;
  bottom: -25vw;
  z-index: -3;
  filter: blur(200px);
  opacity: 0.25;
}
@media (max-width: 600px) {
  body::after {
    width: 75vw;
    height: 75vw;
    right: -37.5vw;
    bottom: -37.5vw;
  }
}

a {
  color: #FFFFFF;
  transition: color 0.3s ease;
}
a:hover {
  color: #FED279;
}

strong {
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

.button {
  padding: 10px 25px;
  width: max-content;
  border: none;
  border-radius: 40px;
  background: #FED279;
  color: #1C1313 !important;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  font-weight: 700;
}
.button:hover {
  gap: 20px;
}
.button:disabled {
  background: rgba(235, 57, 67, 0.1254901961);
  color: #EB3943;
  cursor: not-allowed;
}

.fly {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 600px) {
  .fly {
    display: none;
  }
}
.fly--contact-1 {
  right: 0px;
  top: 450px;
  z-index: 9;
  --float-distance: -5px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--contact-2 {
  right: 550px;
  top: 650px;
  z-index: -1;
  --float-distance: -10px;
  --float-duration: 10s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--woman-1-1 {
  left: -30px;
  top: -30px;
  z-index: 9;
  --float-distance: -8px;
  --float-duration: 7s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--woman-1-2 {
  right: -50px;
  top: -50px;
  z-index: -1;
  --float-distance: -10px;
  --float-duration: 7s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--woman-1-3 {
  right: -30px;
  bottom: -30px;
  z-index: 9;
  --float-distance: -5px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--woman-2-1 {
  left: 0px;
  top: 70px;
  z-index: 9;
  --float-distance: -5px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--woman-2-2 {
  left: 0px;
  bottom: 0px;
  z-index: -1;
  --float-distance: -10px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--ingredients-1 {
  right: -50px;
  top: 90px;
  z-index: -1;
  --float-distance: -8px;
  --float-duration: 8s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--ingredients-2 {
  left: -90px;
  top: 40%;
  z-index: -1;
  --float-distance: -5px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--ingredients-3 {
  right: -60px;
  top: 60%;
  z-index: -1;
  --float-distance: -10px;
  --float-duration: 10s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--ingredients-4 {
  right: -50px;
  bottom: -20px;
  z-index: 9;
  --float-distance: -8px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--hero-1 {
  left: -80px;
  bottom: 100px;
  z-index: -1;
  --float-distance: -10px;
  --float-duration: 10s;
  --entry-delay: 0.3s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--hero-2 {
  left: -40px;
  bottom: 0px;
  z-index: -1;
  --float-distance: -5px;
  --float-duration: 5s;
  --entry-delay: 0.6s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--main-1 {
  top: 0px;
  left: 20%;
  z-index: 9;
  --float-distance: -5px;
  --float-duration: 7s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--main-2 {
  right: 0px;
  top: 40%;
  z-index: 9;
  position: fixed;
  --float-distance: -10px;
  --float-duration: 7s;
  --entry-delay: 0.5s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--main-3 {
  left: 0px;
  top: 10%;
  z-index: 9;
  position: fixed;
  --float-distance: -15px;
  --float-duration: 10s;
  --entry-delay: 1s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}

.alert {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
}
.alert.hidden {
  display: none;
}
.alert--success {
  background: rgba(182, 213, 45, 0.062745098);
  border: 1px solid #B6D52D;
}
.alert--success i {
  color: #B6D52D;
}
.alert--error {
  background: rgba(235, 57, 67, 0.062745098);
  border: 1px solid #EB3943;
}
.alert--error i {
  color: #EB3943;
}

.form {
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(42, 24, 24, 0.3137254902), rgba(28, 19, 19, 0.3137254902));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
@media (max-width: 600px) {
  .form {
    padding: 20px;
    border-radius: 10px;
    gap: 15px;
  }
}
.form h2 {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .form h2 {
    font-size: 22px;
  }
}
.form__row {
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  .form__row {
    flex-direction: column;
    gap: 15px;
  }
}
.form__item {
  width: 100%;
  display: flex;
  position: relative;
}
.form__item i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 18px;
}
.form__item input, .form__item textarea {
  width: 100%;
  padding: 15px 45px;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 10px;
  background: #150C0C;
  color: #FFFFFF;
  transition: all 0.3s ease;
  outline: 3px solid transparent;
}
.form__item input:focus, .form__item textarea:focus {
  border-color: #FED279;
  outline: 3px solid rgba(254, 210, 121, 0.3137254902);
}
.form__item textarea {
  padding: 15px;
  min-height: 100px;
}

.logo {
  display: flex;
  margin: 30px 0;
}
@media (max-width: 600px) {
  .logo {
    margin: 10px 0;
  }
}
.logo img {
  width: auto;
  height: 100px;
}
@media (max-width: 600px) {
  .logo img {
    height: 60px;
  }
}

.pagination {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .pagination {
    display: none;
  }
}
.pagination a {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination a::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.pagination a.active {
  border: 1px solid #FED279;
}
.pagination a.active::before {
  background: #FED279;
}
.pagination a:hover {
  background: rgba(255, 255, 255, 0.1254901961);
}
.pagination a:hover::before {
  background: #FFFFFF;
}

.menu {
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 999;
}
@media (max-width: 600px) {
  .menu {
    right: 0px;
  }
}
.menu__button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.menu__container {
  position: absolute;
  top: 5px;
  right: 65px;
  background: linear-gradient(45deg, rgba(42, 24, 24, 0.3137254902), rgba(28, 19, 19, 0.3137254902));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 20px 0 20px 20px;
  width: 150px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
}
.menu__container.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.menu__container ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.menu__container ul li {
  display: flex;
  width: 100%;
}
.menu__container ul a {
  width: 100%;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.menu__container ul a:hover {
  padding-left: 20px;
}

.line {
  width: 1px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1254901961);
  position: fixed;
  top: 0;
}
.line--left {
  left: 60px;
}
@media (max-width: 600px) {
  .line--left {
    display: none;
  }
}
.line--right {
  right: 60px;
}
@media (max-width: 600px) {
  .line--right {
    right: 50px;
  }
}

.social {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 24px;
}
.social a {
  display: flex;
}
@media (max-width: 600px) {
  .social {
    display: none;
  }
}

.languages {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 24px;
}
.languages a {
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1254901961);
}
.languages a.active {
  border-color: #FED279;
}
.languages img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.3s ease;
}
.languages img:hover {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .languages {
    right: 12px;
    bottom: 10px;
  }
}

.hero {
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 600px) {
  .hero {
    padding: 0 20px;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.hero__texts {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .hero__texts {
    order: 2;
  }
}
.hero__texts > h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .hero__texts > h1 {
    font-size: 28px;
  }
}
.hero__texts > h1 span {
  color: #FED279;
  font-weight: 700;
}
.hero__texts > span {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.hero__texts > ul {
  display: flex;
  gap: 10px;
}
@media (max-width: 600px) {
  .hero__texts > ul {
    flex-direction: column;
    gap: 15px;
  }
}
.hero__texts > ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .hero__texts > ul li {
    flex-direction: row;
    align-items: center;
  }
}
.hero__texts > ul li i {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: rgba(182, 213, 45, 0.062745098);
  color: #B6D52D;
  border: 1px solid #B6D52D;
}
@media (max-width: 600px) {
  .hero__texts > ul li i {
    width: 35px;
    height: 35px;
  }
}
.hero__texts > ul li span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.hero__img {
  position: relative;
  display: flex;
}
@media (max-width: 600px) {
  .hero__img {
    order: 1;
  }
}
.hero__img img {
  opacity: 0;
  --float-distance: -8px;
  --float-duration: 10s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
@media (max-width: 600px) {
  .hero__img img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}

.certificate {
  width: 100%;
  max-width: 750px;
  margin: 45px 0 125px 0;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(42, 24, 24, 0.3137254902), rgba(28, 19, 19, 0.3137254902));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 600px) {
  .certificate {
    padding: 20px;
    margin: 0 20px 40px 20px;
    width: calc(100% - 40px);
    flex-direction: column;
    gap: 15px;
  }
}
.certificate svg {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
}
.certificate__text {
  display: flex;
  flex-direction: column;
}
.certificate__text > h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.certificate__text > h3 span {
  color: #FED279;
  font-weight: 700;
}
.certificate__text > span {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

.story {
  width: 100%;
  max-width: 1000px;
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .story {
    padding: 0 20px;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.story__texts {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
.story__texts > h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .story__texts > h2 {
    font-size: 22px;
  }
}
.story__texts > h2 span {
  color: #FED279;
  font-weight: 700;
}
.story__img {
  position: relative;
  display: flex;
}
@media (max-width: 600px) {
  .story__img-woman {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}

.ingredients {
  width: 100%;
  max-width: 1000px;
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 600px) {
  .ingredients {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.ingredients > h2 {
  width: 100%;
  max-width: 600px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .ingredients > h2 {
    font-size: 28px;
  }
}
.ingredients > h2 span {
  color: #FED279;
  font-weight: 700;
}
.ingredients__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 600px) {
  .ingredients__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.ingredients__item {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(42, 24, 24, 0.3137254902), rgba(28, 19, 19, 0.3137254902));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 600px) {
  .ingredients__item {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
  }
}
.ingredients__item > img {
  width: 100px;
  height: 100px;
}
.ingredients__item-texts {
  display: flex;
  flex-direction: column;
}
.ingredients__item-texts > h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #FED279;
}
.ingredients__item-texts > span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.about {
  width: 100%;
  max-width: 1000px;
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
@media (max-width: 600px) {
  .about {
    padding: 0 20px;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.about__texts {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .about__texts {
    order: 1;
  }
}
.about__texts > h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .about__texts > h2 {
    font-size: 22px;
  }
}
.about__texts > h2 span {
  color: #FED279;
  font-weight: 700;
}
.about__img {
  position: relative;
  display: flex;
}
@media (max-width: 600px) {
  .about__img {
    order: 2;
  }
}
@media (max-width: 600px) {
  .about__img-woman {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}

.contact {
  width: 100%;
  max-width: 1100px;
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}
@media (max-width: 600px) {
  .contact {
    padding: 0 20px;
    flex-direction: column;
    gap: 15px;
  }
}
.contact > iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  overflow: hidden;
}
@media (max-width: 600px) {
  .contact > iframe {
    aspect-ratio: 1/1;
  }
}
.contact__wrapper {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .contact__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.contact__texts {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact__branch {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact__branch > h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #FED279;
}
.contact__row {
  width: 100%;
  display: flex;
  gap: 25px;
}
.contact__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact__item > small {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.7;
}
.contact__item > a, .contact__item > span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.contact__copyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  opacity: 0.7;
  text-align: center;
}
@media (max-width: 600px) {
  .contact__copyright {
    padding-bottom: 20px;
  }
}
.contact__copyright p {
  margin-bottom: 10px;
}
.contact__copyright p:last-child {
  margin-bottom: 0;
}

@keyframes heroLayerEntry {
  0% {
    opacity: 0;
    transform: translateY(-30px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes heroLayerFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--float-distance, -10px));
  }
}

/*# sourceMappingURL=main.css.map */
