:root {
  --main: #27374d;
  --white: #ffffff;
}

html,
body {
  color: var(--main);
}

/* body{
    background: url(https://img.freepik.com/free-photo/blurry-peach-circle-background-gradient-vintage-style_53876-104475.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -600px;
} */

.navbar-nav li {
  gap: 25px;
  display: flex;
}
.navbar-nav .nav-link {
  padding: 0;
}
.cool-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}

.cool-link:hover::after {
  width: 100%;
}

.logo {
  max-height: 60px;
}
.coming-soon {
  font-size: 2rem;
}
.get-notification {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.spam-note {
  font-size: 1.2rem;
}
.newsletter {
  margin-bottom: 2vw;
}
.input-newsletter {
  border-radius: 100px;
  border: 1px solid var(--main);
  padding: 0 170px 0 15px;
  /* color: var(--white); */
  background-color: var(--white);
  display: block;
  width: 100%;
  height: 60px;
  line-height: 45px;
}
.btn-subscribe-newsletter {
  border-radius: 100px;
  background-color: var(--main);
  border: 1px var(--main) solid;
  color: var(--white);
  font-size: 16px;
  height: 54px;
  line-height: 1.5;
  position: absolute;
  top: 3px;
  right: 4px;
  border: none;
  padding: 0 20px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-subscribe-newsletter:hover {
  background-color: var(--white);
  border: 1px var(--main) solid;
  color: var(--main);
}
/* Footer */

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  /* text-align: center; */
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: var(--main);
}

.social-media-list li {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--main);
  border: 1px var(--main) solid;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.social-media-list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all 0.2s ease-in-out;
}

.social-media-list li:hover {
  background-color: var(--main);
}

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list li:hover a {
  color: var(--white);
}

/* The Origins */

.bg-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 50%;
  z-index: -1;
  background: var(--main);
}
.sb-ilustration-fix {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.sb-illustration-1-2 {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  float: right;
}

.sb-illustration-1-2 .sb-food-1,
.sb-illustration-1-2 .sb-food-2,
.sb-illustration-1-2 .sb-food-3 {
  position: absolute;
  width: 80%;
  border-radius: 20px;
}

.sb-illustration-1-2 .sb-food-1 {
  top: 18%;
  left: 3%;
  animation: anima1 3s infinite ease-in-out;
}

.sb-illustration-1-2 .sb-food-2 {
  /* top: 50%; */
  right: 10%;
  /* animation: anima1 2s infinite ease-in-out; */
}

.sb-illustration-1-2 .sb-food-3 {
  bottom: 6%;
  right: 0;
  animation: anima1 4s infinite ease-in-out;
}

.sb-illustration-1-2 .sb-illu-dialog-1,
.sb-illustration-1-2 .sb-illu-dialog-2 {
  white-space: inherit;
  /* opacity: 0; */
  background-color: var(--white);
  display: block;
  padding: 5px 30px 10px;
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  border-radius: 20px;
  box-shadow: 0 2px 46px 0 rgba(0, 0, 0, 0.36);
  color: var(--main);
}

.sb-illustration-1-2 .sb-illu-dialog-1 {
  top: 9%;
  right: -9%;
  margin-right: -30px;
  animation: message 0.4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

.sb-illustration-1-2 .sb-illu-dialog-2 {
  bottom: 5%;
  left: 0%;
  margin-right: 30px;
  animation: message 0.4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.sb-illustration-1-2 .sb-illu-dialog-1 span,
.sb-illustration-1-2 .sb-illu-dialog-2 span {
  display: inline-block;
  margin-right: 15px;
  font-size: 26px;
  transform: translateY(5px);
}

.sb-illustration-1-2 .sb-illu-dialog-1:after,
.sb-illustration-1-2 .sb-illu-dialog-2:after {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  z-index: 9;
  bottom: -5px;
  right: 30px;
  background-color: var(--color-white);
  height: 10px;
  width: 10px;
}

.sb-illustration-1-2 .sb-cirkle-1 {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: solid 22px var(--color-white);
  right: 0;
  top: 35%;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.09),
    0 3px 6px 0 rgba(0, 0, 0, 0.09);
  animation: anima3 3s 1s infinite ease-in-out;
}

.sb-illustration-1-2 .sb-cirkle-2 {
  position: absolute;
  top: 20%;
  left: 20%;
  height: 25px;
  width: 25px;
  background-color: var(--color-5);
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
  animation: anima1 2s 3s infinite ease-in-out;
}

.sb-illustration-1-2 .sb-cirkle-3 {
  position: absolute;
  bottom: 15%;
  right: 52%;
  width: 55px;
  height: 55px;
  background-color: var(--color-5);
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
  animation: anima1 3s infinite ease-in-out;
}

.sb-illustration-1-2 .sb-cirkle-4 {
  position: absolute;
  bottom: 35%;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: var(--color-5);
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
  animation: anima1 3s 4s infinite ease-in-out;
}

.sb-illustration-1-2 .sb-cirkle-5 {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: solid 10px var(--color-white);
  left: 15%;
  bottom: 30%;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.09),
    0 3px 6px 0 rgba(0, 0, 0, 0.09);
  animation: anima3 3s 1.5s infinite ease-in-out;
}

.sb-illustration-1-2 .sb-pik-1,
.sb-illustration-1-2 .sb-pik-2,
.sb-illustration-1-2 .sb-pik-3 {
  position: absolute;
  width: 8%;
  opacity: 0.07;
}

.sb-illustration-1-2 .sb-pik-1 {
  top: 5%;
  left: 25%;
  animation: anima2 3s 2s infinite ease-in-out;
}

.sb-illustration-1-2 .sb-pik-2 {
  right: 0;
  bottom: 0;
  animation: anima2 3s 1s infinite ease-in-out;
}

.sb-illustration-1-2 .sb-pik-3 {
  left: 22%;
  bottom: 18%;
  animation: anima2 3s infinite ease-in-out;
}

/***************************

animations

***************************/
@keyframes addToCart {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0);
  }

  0% {
    transform: scale(1);
  }
}

@keyframes anima1 {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.05);
  }

  0% {
    transform: translateY(0) scale(1);
  }
}

@keyframes anima2 {
  0% {
    transform: translateY(0) scale(1) rotate(0);
  }

  25% {
    transform: translateY(-5px) scale(1.1) rotate(-5deg);
  }

  75% {
    transform: translateY(-5px) scale(1.1) rotate(5deg);
  }

  0% {
    transform: translateY(0) scale(1) rotate(0);
  }
}

@keyframes anima3 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-5px);
  }

  75% {
    transform: translateY(5px);
  }

  0% {
    transform: translateY(0);
  }
}

@keyframes anima4 {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -5px;
  }

  0% {
    margin-top: 0;
  }
}

@keyframes ce-1 {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.7);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ce-2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes message {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes marker {
  0% {
    transform: scale(1.4) translateY(0);
  }

  50% {
    transform: scale(1.4) translateY(-10px);
  }

  0% {
    transform: scale(1.4) translateY(0);
  }
}

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

  to {
    transform: rotate(1turn);
  }
}

.mobile-mockup {
  position: relative;
  max-width: 100%;
}

.dynamic-image {
  position: absolute;
  top: 0%; /* Adjust the positioning as needed */
  left: 0%; /* Adjust the positioning as needed */
  max-width: 100%; /* Adjust the size of the dynamic image */
  z-index: 1; /* Ensure the dynamic image is on top of the mockup */
  padding: 10px;
}

.sb-illu-dialog-1 img {
  width: 150px;
}

.space-bottom {
  padding-bottom: 12vh;
}
.space-top {
  padding-top: 12vh;
}

.bg-gradient1 {
  position: absolute;
  width: 100%;
  height: 140%;
  top: -40%;
  right: 0%;
  background: rgb(39, 55, 77);
  background: radial-gradient(
    circle,
    rgba(39, 55, 77, 1) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  z-index: -9;
  display: block;
  opacity: 0.6;
}

@media only screen and (max-width: 600px) {
  .space-bottom {
    padding-bottom: 8vh;
  }
  .space-top {
    padding-top: 8vh;
  }
  .sb-illu-dialog-1 img {
    width: 100px;
  }

  .coming-soon {
    font-size: 1.2rem;
  }
  .get-notification {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .spam-note {
    font-size: 0.8rem;
  }

  .input-newsletter {
    height: 40px;
  }

  .btn-subscribe-newsletter {
    height: 34px;
  }
  .social-media-list {
    text-align: center;
  }

  .social-media-list li {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .sb-illustration-1-2 .sb-illu-dialog-1 {
    right: 0%;
  }
  .sb-illustration-1-2 .sb-illu-dialog-2 {
    left: -10%;
  }
  .bg-gradient1 {
    position: absolute;
    width: 100%;
    height: 120%;

  
}
}
