* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Molde Condensed";
  src: local("Molde Condensed Black"), local("Molde-Condensed-Black"),
    url("../fonts/Molde-Condensed-Black.woff2") format("woff2"),
    url("../fonts/Molde-Condensed-Black.woff") format("woff"),
    url("../fonts/Molde-Condensed-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Aileron";
  src: local("Aileron Regular"), local("Molde-Condensed-Black"),
    url("../fonts/Aileron-Regular.otf") format("woff2"),
    url("../fonts/Aileron-Regular.otf") format("woff"),
    url("../fonts/Aileron-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.aileron {
  font-family: "Aileron";
}

.molde {
  font-family: "Molde Condensed" !important;
}

p {
  font-family: "Aileron";
}

:root {
  --aileron: "Aileron";
  --Molde: "Molde Condensed";
}

li {
  list-style: none;
}
a {
  text-decoration: none;
}
.online-order h2 {
  text-align: center;
  background: #f933ff;
  padding: 10px 0;
}
.online-order h2 a {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.navbar {
  background: #000;
}
header nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 0 50px;
}

nav .logo {
  width: 100px;
}
nav ul {
  display: flex;
  gap: 10px;
}
nav ul li a {
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
}

/* hero */

.hero {
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 100%;
  height: 600px;
  position: relative;
}
.banner-overly {
  position: absolute;
  background: #00000099;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.banner-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-heading h1 {
  text-align: center;
  font-size: 80px;
  color: #ffff;
}
.banner-heading p {
  text-align: center;
  color: aliceblue;
  letter-spacing: 5px;
  font-size: 30px;
}

.banner-bottom-content {
  position: relative;
  top: 88%;
  padding: 0 20px;
}
.banner-bottom {
  display: flex;
  justify-content: space-between;
}
.banner-bottom div {
  color: #fff;
}

/* welcome  */

.welcome {
  width: 1024px;
  margin: 0 auto;
  padding: 50px 0;
}
.welcome-text {
  text-align: center;
  padding: 20px 0;
  line-height: 30px;
}
.welcome-text h1 {
  font-size: 45px;
  line-height: 51px;
  font-weight: 700;
}
.welcome-text p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Aileron";
}
.welcome-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin-top: 10px;
  justify-content: center;
  /* margin: 0 auto; */
  gap: 20px;
}
.welcome-content {
  display: flex;
  /* align-items: center; */
  gap: 20px;
}

.welcome-content div h1 a {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.welcome-content div p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
  font-family: "Aileron";
}
.welcome-content img {
  width: 100px;
  border-radius: 50%;
}

/* img */
.img {
  background-image: url(../images/juice.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  max-width: 100%;
  min-height: 350px;
}

/* smoothies */

.smoothies {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.smoothies-header h1 {
  font-size: 46px;
  font-family: var(--aileron);
  letter-spacing: 3px;
}
.smoothies-header p {
  font-size: 16px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
}

.smoothies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.smoothies-grid .p-card {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.smoothies-grid .info {
  padding: 20px;
}

.smoothies-grid div h1 {
  font-family: var(--aileron);
  font-size: 20px;
  font-weight: bold;
}
.smoothies-grid div p {
  font-family: var(--aileron);
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  margin: 8px 0;
}

.smoothies-grid .text-black {
  color: #212121 !important;
}

.your-own {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.own-header > h1 {
  font-size: 46px;
  font-family: var(--aileron);
}
.own-header > p {
  font-size: 16px;
  font-family: var(--aileron);
}

.your-own-grid div {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.899);
  padding: 5px 0;
}

.your-own-grid div h1 {
  font-size: 26px;
  font-family: "Aileron";
}

.img2 {
  background-image: url(../images/img2.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  max-width: 100%;
  min-height: 450px;
}

.snacks {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.snacks-heading h1 {
  font-size: 46px;
  font-family: var(--aileron);
  letter-spacing: 3px;
}
.snacks-heading p {
  font-size: 16px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
}

.snacks-grid-cons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.snack-grid-con div {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.899);
  padding: 5px 0;
}
.snack-grid-con div h1 {
  font-size: 26px;
  font-family: "Aileron";
}

.img3 {
  background-image: url(../images/img3.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  max-width: 100%;
  min-height: 450px;
}

.addon {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.addon-heading h1 {
  font-size: 46px;
  font-family: var(--aileron);
  letter-spacing: 3px;
}
.addon-heading p {
  font-size: 16px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
}
.addons-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px;
}

.addons-grid div {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.899);
  padding: 5px 0;
}
.addons-grid div h1 {
  font-size: 26px;
  font-family: "Aileron";
}

.img4 {
  background: #00000041 url(../images/img5.jpg);
  background-blend-mode: overlay;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  max-width: 100%;
  min-height: 450px;
}

.img4 {
  position: relative;
}
.img4-content1 {
  display: flex;
  justify-content: space-between;

  padding: 10px 20px;
}
.img4-content1 p a {
  font-size: 16px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
  color: #fff;
}

.img4-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.img4-content2 h1 {
  font-size: 36px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
}
.img4-content2 .fa-location-dot {
  font-size: 36px;
}
.img4-content2 p {
  font-size: 26px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
}

/* .img4-content3 {
  position: absolute;
  top: 88%;
  padding: 0 20px;
} */

.img4-content3 div .p1 {
  position: absolute;
  bottom: 8px;
  left: 20px;
  font-size: 16px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
}
.img4-content3 div .p2 {
  position: absolute;
  bottom: 8px;
  right: 20px;
  font-size: 16px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
}
.img4-content3 div a {
  color: #fff;
}


.Contact {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.Contact h1 {
  font-size: 26px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.Contact .flex {
  display: flex;
}

.Contact form input,
textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 10px;
}


.Contact .bg-black {
  background-color: black;
  border-radius: 20px;
  margin-left: 50px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  width: 45%;
  position: relative;
}

.Contact .btn {
  background-color: black;
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
    cursor: pointer;

}

.Instagram {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.Instagram-heading h1 {
  font-size: 26px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
}
.Instagram img {
  width: 100%;
  max-width: 750px;
  margin-top: 10px;
}

.Instagram .images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 750px;
  margin-top: 10px;
  margin: auto;
}

footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* justify-content: center; */
  align-items: center;
  background: #000;
  color: #fff;
  padding: 10px 0;
}

footer img {
  width: 100px;
  max-width: 100%;
}
footer h1 {
  font-size: 26px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
}
footer p {
  font-size: 16px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
}

.copyright p {
  font-size: 16px;
  font-family: var(--aileron);
  letter-spacing: 1.5px;
  margin-top: 10px;
}

.bebas {
  font-family: "Bebas Neue", sans-serif;
}

.topnav {
  display: none;
}

@media screen and (max-width: 1500px) {
  header nav {
    width: 1450px;
  }
}

@media screen and (max-width: 1400px) {
  header nav {
    width: 1350px;
  }
}

@media screen and (max-width: 1300px) {
  header nav {
    width: 1250px;
  }
}

@media screen and (max-width: 1200px) {
  header nav {
    width: 1150px;
  }
}

@media screen and (max-width: 1100px) {
  header nav {
    width: 1050px;
  }
}

@media screen and (max-width: 1000px) {
  header nav {
    width: 950px;
  }
}

@media screen and (max-width: 900px) {
  header nav {
    width: 850px;
  }

  body {
    padding: 0 10px;
  }
}

@media screen and (max-width: 600px) {
  body {
    padding: 0 10px;
  }

  .Instagram .images {
    grid-template-columns: repeat(1, 1fr);
  }
  header nav {
    display: none;
  }

  .welcome-contents {
    grid-template-columns: repeat(1, 1fr);
  }

  .welcome {
    width: 100%;
  }

  .smoothies-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .addons-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner-heading h1 {
    font-size: 52px;
  }
  .banner-bottom-content {
    top: 80%;
  }

  .banner-heading {
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    font-size: 48px;
    margin-top: 20px;
  }

  .topnav {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 10px;
  }

  .topnav a {
    color: #fff;
  }


  .Contact .flex {
    display: block;
  }

  .Contact form input,
  textarea {
    padding: 20px;
  }

.Contact .bg-black {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 48px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 8px 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
  }

  .banner-bottom {
    display: block;
  }

  .snacks-grid-cons {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  footer {
    padding: 10px 10px;
    text-align: center;
  }

  .snack-grid-con div h1 {
    font-size: 18px;
  }

  .addons-grid div h1 {
    font-size: 18px;
  }

  .your-own-grid div h1 {
    font-size: 18px;
  }

  .img4 {
    background: #0000001a url(../images/img5.jpg);
    background-position: center;
    background-blend-mode: overlay;
  }

  .img4-content2 {
    text-align: center;
  }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.v-error{
    color: red; margin-bottom: 2px;
}
