@import url(https://fonts.googleapis.com/css?family=Sofia+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Sofia:regular);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

@font-face {
  font-family: "Sofia Pro reg";
  src: url('../assets/fonts/sofia-pro/Sofia\ Pro\ Regular\ Az.otf');
}

@font-face {
  font-family: "Sofia Pro black";
  src: url('../assets/fonts/sofia-pro/Sofia\ Pro\ Black\ Az.otf');
}

@font-face {
  font-family: "Sofia Pro bold";
  src: url('../assets/fonts/sofia-pro/Sofia\ Pro\ Bold\ Az.otf');
}

@font-face {
  font-family: "Sofia Pro med";
  src: url('../assets/fonts/sofia-pro/Sofia\ Pro\ Medium\ Az.otf');
}

@font-face {
  font-family: "Sofia Pro semi bold";
  src: url('../assets/fonts/sofia-pro/Sofia\ Pro\ Semi\ Bold\ Az.otf');
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  user-select: none;
  overflow-x: hidden;
}

body {
  background-color: #0D0D0D;
  cursor: none;
}

::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #F65F5F;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #5555559f;
}

.custom-cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
  will-change: transform;
  z-index: 999;
  border: 2px solid #fff;
}

.custom-cursor-outline {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 2px solid #FFF;
  outline: none;
  stroke: none;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999;
}


.design20 {
  position: absolute;
  top: 1000px;
  left: 0;
  scale: 1;
}

.reqtangle {
  width: 100%;
  height: 788px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(245, 71, 72, 0.06) 0%, rgba(245, 71, 72, 0) 100%);
  z-index: -999;
}

.header-shadow {
  position: absolute;
  width: 576.1px;
  height: 418.78px;
  left: 965px;
  top: -99px;
  background: #FDCE77;
  filter: blur(1000px);
  opacity: 0.5;
  z-index: -999;
}

.svg-container {
  position: absolute;
  left: 70px;
  top: 730px;
  cursor: none;
  width: 23px;
  height: 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .3s ease-in-out;
}

.arrow {
  position: absolute;
  top: 37px;
  transition: all .3s ease-in-out;
}

.circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FDCE77;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

.circle-1 {
  width: 10px;
  height: 10px;
  top: 4px;
}

.circle-2 {
  width: 8px;
  height: 8px;
  top: 17px;
}

.circle-3 {
  width: 6px;
  height: 6px;
  top: 27px;
}

.circle-4 {
  width: 4px;
  height: 4px;
  top: 35px;
}

.svg-container:hover .circle-3 {
  top: 28px;
}

.svg-container:hover .circle-2 {
  top: 19px;
}

.svg-container:hover .circle-1 {
  top: 8px;
}

.svg-container:hover .arrow {
  top: 34px;
}



header {
  width: calc(100% - 124px);
  display: flex;
  color: #fff;
  font-family: "Sofia", sans-serif;
  justify-content: space-between;
  position: fixed;
  padding: 8px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background: transparent;
  border-radius: 18px;
}

header.animation-started-header {
  background: #0d0d0d52;
}

.directionVectorLogoToTitle {
  position: absolute;
  left: 222px;
  top: 92.5px;
}

.header-components  {
  display: flex;
  gap: 50px;
  font-size: 18px;
  align-items: center;
}

.header-components a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  cursor: none;
}

.header-components a:hover {
  text-decoration: underline;
}

.download-btn {
  width: 162px;
  height: 45px;
  background-color: #F65F5F;
  color: #0D0D0D;
  font-family: "Sofia Pro reg", sans-serif;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  border: 2px solid #F65F5F;
  transition: .5s ease-in-out;
  margin-left: 40px;
  cursor: none;
}

.download-btn:hover {
  background-color: transparent;
  color: #fff;
}

.left-side-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 70px 0;
  width: auto;
  height: auto;
}

.left-side-main h1 {
  width: 550px;
  font-size: 62px;
  font-family: "Sofia Pro black", sans-serif;
  line-height: 140%;
  text-align: left;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.left-side-main h1 .orange {
  position: absolute;
  top: 10px;
  right: 0;
}

.left-side-main h1 span:nth-child(1),
.left-side-main h1 span:nth-child(2) {
  color: #F65F5F;
}

.left-side-main h1 span:nth-child(3) {
  color: #FDC55E;
  position: relative;
}

.left-side-main h1 span:nth-child(3) img {
  position: absolute;
  bottom: -5px;
  left: 0;
}

.left-side-main p {
  width: 440px;
  font-size: 24px;
  font-family: "Sofia Pro reg", sans-serif;
  color: #fff;
  opacity: 0.8;
  letter-spacing: -1px;
  line-height: auto;
  margin-top: 10px;
}

.search-food-container {
  width: 471px;
  height: 54px;
  display: flex;
  border: 0.5px solid #fff;
  background-color: #0D0D0D;
  border-radius: 100px;
  padding: 15px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  justify-content: space-between;
  margin-top: 12px;
}

.search-food-container i {
  color: #fff;
  font-size: 24px;
}

.search-food-container input {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin-left: 10px;
}

.search-food-container input:focus {
  border: none;
  outline: none;
}

.search-food-container input::placeholder {
  font-family: "Sofia Pro reg";
  letter-spacing: -1px;
  color: #fff;
  opacity: 0.8;
}

.search-food-container button {
  width: 52.68px;
  height: 42px;
  border-radius: 100px;
  background-color: #FDCE77;
  color: #0D0D0D;
  border: 2px solid #FDCE77;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease-in-out;
  cursor: none;
}

.search-food-container button:hover {
  opacity: 0.8;
}

.search-food-container button:active {
  opacity: 2;
  transition: .1s;
}

main {
  display: flex;
  width: 100%;
  height: fit-content;
  max-height: auto;
  min-height: auto;
  padding: 0 70px;
  overflow: hidden;
  margin-top: 80px;
  justify-content: space-between;
  align-items: center;
}

.right-side-main {
  display: flex;
  height: 700px;
  position: relative;
  overflow-y: hidden;
}

.right-side-main img:nth-child(1) {
  width: 600px;
  height: auto;
}

.right-side-main img:nth-child(2) {
  width: 120px;
  height: fit-content;
  top: 405px;
  position: absolute;
  animation: rotateFood 45s linear infinite;
}

.right-side-main img:nth-child(3) {
  width: 117px;
  height: fit-content;
  top: 530px;
  left: 140px;
  position: absolute;
  animation: rotateFood 45s linear infinite;
}

.right-side-main img:nth-child(4) {
  width: 117px;
  height: fit-content;
  top: 535px;
  left: 325px;
  position: absolute;
  animation: rotateFood 45s linear infinite;
}

.right-side-main img:nth-child(5) {
  width: 100px;
  height: fit-content;
  top: 422px;
  right: 60px;
  position: absolute;
  animation: rotateFood 45s linear infinite;
}

@keyframes rotateFood {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.today-special-offer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.today-special-offer-container h1 {
  color: #fff;
  text-align: center;
  font-family: "Sofia Pro reg";
  margin-bottom: 20px;
}

.today-special-offer-container h1 span {
  color: #F65F5F;
}

.today-special-offer-container p {
  color: #fff;
  opacity: 0.8;
  text-align: center;
  font-family: "Sofia Pro reg";
  width: 856px;
}

.today-special-offers-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 60px;
  width: 100%;
  height: 600px;
  justify-content: center;
  overflow: hidden;
}

.today-special-offer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: visible;
  animation: appear 1s linear;
  animation-timeline: scroll(view-timeline);
  animation-range: entry 0%;
}


@keyframes appear {
  from {
    opacity: 0;
    scale: 0.5;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}

.food-image-wrapper {
  position: relative;
  top: 75px;
  left: 42%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
  overflow: visible;
  z-index: 3;
}

.food-image-wrapper img {
  max-width: 100%; 
  height: auto;
}

.food-image-wrapper img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.food-image-wrapper img:nth-child(2) {
  position: absolute;
  top: 25px;
  left: 25px;
}

.today-special-offer-price {
  position: absolute;
  right: 55px;
  bottom: 0;
  width: 44px;
  height: 43px;
  background-color: #FDCE77;
  border: 4px solid #0D0D0D;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 3;
  font-family: "Sofia Pro reg", sans-serif;
}

.today-special-offer {
  width: 300px;
  height: 368px;
  background-image: linear-gradient(#6a4f4f28, #6a4f4f 100%);
  border-radius: 20px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  overflow: visible;
  position: relative;
}

.today-special-offer p {
  color: #fff;
  opacity: 0.8;
  width: 100%;
}

.today-special-offer h2 {
  color: #F65F5F;
  font-family: "Sofia Pro reg";
  text-align: center;
}

.today-special-offer-rate {
  position: relative;
  display: flex;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.today-special-offer-rate p {
  width: auto;
  margin-left: 5px;
}

.today-special-offer button {
  position: absolute;
  width: 131px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F65F5F;
  color: #0D0D0D;
  font-family: "Sofia Pro reg";
  bottom: 10px;
  border: 2px solid #F65F5F;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
  cursor: none;
  transition: all .4s ease-in-out;
}

.today-special-offer button:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #F65F5F;
}

.services-promo-container {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-family: "Sofia Pro reg";
  margin-top: 300px;
}

.services-promo-container .cockMen {
  position: absolute;
  z-index: -1;
  margin-top: 20px;
}

.services-promo {
  margin-left: 639px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 690px;
}

.services-promo h1 {
  font-family: "Sofia Pro bold";
  font-size: 48px;
  line-height: 130%;
  width: 452px;
}

.services-promo h1 span:nth-child(1) {
  color: #F65F5F;
}

.services-promo h1 span:nth-child(2) {
  color: #FDC55E;
}

.services-promo p {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
}

.services-grid-wrapper {
  display: flex;
  gap: 76px;
}

.services-grid-wrapper .services-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.services-grid-wrapper .services-column div {
  display: flex;
  gap: 10px;
  font-family: "Sofia Pro med";
}

.services-promo button {
  width: 114px;
  height: 45px;
  background-color: #F65F5F;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-family: "Sofia Pro reg";
  border: 2px solid #F65F5F;
  border-radius: 100px;
  transition: all .4s ease-in-out;
  z-index: 3;
  cursor: none;
}

.services-promo button:hover {
  background-color: transparent;
  color: #F65F5F;
}

.menu-container {
  margin-top: 212px;
}

.menu-header-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.menu-header-wrapper h1 {
  color: #fff;
  font-family: "Sofia Pro bold";
  width: 653px;
  text-align: center;
  font-size: 48px;
}

.menu-section {
  display: flex;
  gap: 30px;
  width: 1018px;
  justify-content: space-between;
}

.menu-section button {
  padding: 10px 20px;
  border-radius: 100px;
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 18px;
  font-family: "Sofia Pro reg";
  opacity: 0.6;
  color: #fff;
  cursor: none;
  transition: all .4s ease-in-out;
}

.menu-section button.chosen-menu {
  background-color: #F65F5F;
  border: 2px solid #F65F5F;
  color: #0D0D0D;
  opacity: 1;
}

.menu-section button:hover {
  background-color: #F65F5F;
  border: 2px solid #F65F5F;
  opacity: 1;
  color: #0D0D0D;
}

.menu-header-wrapper h1 span:nth-child(1),
.menu-header-wrapper h1 span:nth-child(3) {
  color: #F65F5F;
}

.menu-header-wrapper h1 span:nth-child(2) {
  color: #FDC55E;
}

.menus-wrapper {
  padding: 0 70px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
}

.menu-wrapper {
  flex: 0 1 calc(25% - 16px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.menu-food-image-wrapper {
  position: relative;
  top: 75px;
  left: 42%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
  overflow: visible;
  z-index: 3;
}

.menu-food-image-wrapper img {
  max-width: 100%; 
  height: auto;
}

.menu-food-image-wrapper img:nth-child(1) {
  position: absolute;
  top: 45px;
  left: -10.5px;
}

.menu-food-image-wrapper img:nth-child(2) {
  position: absolute;
  top: 70px;
  left: 15px;
}

.menu-offer-price {
  position: absolute;
  right: 55px;
  bottom: -18px;
  width: 44px;
  height: 43px;
  background-color: #FDCE77;
  border: 4px solid #0D0D0D;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 3;
  font-family: "Sofia Pro reg", sans-serif;
}

.menu {
  width: 300px;
  height: 368px;
  background-image: linear-gradient(#6a4f4f28, #6a4f4f 100%);
  border-radius: 20px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  overflow: visible;
  position: relative;
}

.menu p {
  color: #fff;
  opacity: 0.8;
  width: 100%;
}

.menu h2 {
  color: #F65F5F;
  font-family: "Sofia Pro reg", sans-serif;
  text-align: center;
}

.menu-offer-rate {
  position: relative;
  display: flex;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.menu-offer-rate p {
  width: auto;
  margin-left: 5px;
}

.menu button {
  position: absolute;
  width: 131px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F65F5F;
  color: #0D0D0D;
  font-family: "Sofia Pro reg", sans-serif;
  bottom: 10px;
  border: 2px solid #F65F5F;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
  cursor: none;
  transition: all .4s ease-in-out;
}

.menu button:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #F65F5F;
}

.mobileapp-advert-container {
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 70px;
}

.mobileapp-advert {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.mobileapp-advert h1 {
  width: 643px;
  font-size: 48px;
  color: #fff;
  font-family: "Sofia Pro bold", sans-serif;
}

.mobileapp-advert h1 span:nth-child(1),
.mobileapp-advert h1 span:nth-child(3) {
  color: #F65F5F;
}

.mobileapp-advert h1 span:nth-child(2) {
  color: #FDC55E;
}

.mobileapp-advert p {
  width: 550px;
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
  font-family: "Sofia Pro reg", sans-serif;
}
.mobileapp-advert div {
  display: flex;
  gap: 27px;
}

footer {
  width: 100%;
  height: 443px;
  margin-top: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 99px;
  position: relative;
}

footer h1 {
  font-size: 24px;
  color: #F65F5F;
  font-family: "Sofia Pro semi bold", sans-serif;
}

footer p {
  font-size: 18px;
  color: #fff;
  font-family: "Sofia Pro reg", sans-serif;
}

footer .footer-wrapper {
  display: flex;
  flex-direction: column;
}

footer .footer-wrapper:nth-child(3),
footer .footer-wrapper:nth-child(2) {
  gap: 14px;
}

footer .footer-wrapper:nth-child(3) p:hover,
footer .footer-wrapper:nth-child(2) p:hover {
  text-decoration: underline;
}

footer .footer-wrapper:nth-child(3) h1,
footer .footer-wrapper:nth-child(2) h1,
footer .footer-wrapper:nth-child(4) h1 {
  margin-bottom: 17px;
}

footer .footer-wrapper:nth-child(1) {
  gap: 10px;
}

footer .footer-wrapper:nth-child(4) {
  gap: 27px;
}

footer .footer-wrapper:nth-child(1) div {
  display: flex;
  gap: 25px;
  color: #FDCE77;
  margin-top: 13px;
}

footer .footer-wrapper:nth-child(1) div i {
  font-size: 24px;
}

.email-input-wrapper {
  display: flex;
  width: 338px;
  gap: 15px;
}

.email-input-wrapper input {
  width: 205px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 100px;
  padding: 0 20px;
  color: #fff;
}

.email-input-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.51);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.email-input-wrapper input:focus {
  border: none;
  outline: none;
  stroke: none;
}

.email-input-wrapper button {
  width: 118px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F65F5F;
  color: #0D0D0D;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  border-radius: 40px;
  border: 2px solid #F65F5F;
  font-size: 14px;
  transition: all .4s ease-in-out;
}

.email-input-wrapper button:hover {
  background-color: transparent;
  color: #F65F5F;
}

.Copyright {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 5;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}