@font-face {
  font-family: "MainFont";
  src: url("/fonts/KIONA-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MainFontKursiv";
  src: url("/fonts/KIONA-RegularItallic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TitlesFont";
  src: url("/fonts/Wild-Spirit.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "MainFont";
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

p {
  margin-top: 10px;
  padding: 0;
  font-size: 1.5rem;
}

h1 {
  margin: 0px;
  padding: 0px;
  font-size: 5rem;
  color: white;
}

h2 {
  margin-bottom: 50px;
  padding: 0px;
  font-size: 3rem;
}

h3 {
  margin-bottom: 10px;
  padding: 0px;
  font-size: 3rem;
}

video {
  margin: 0px;
  padding: 0px;
}

.text-en {
  font-family: "MainFontKursiv";
  color: #281B1B;
  font-size: 1.3rem;
}

.small-text {
  font-size: 1rem;
  margin: 0;
}

.text-extras {
  margin-bottom: 10px;
}

.banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  margin-top: 2px;
  text-align: left;
}

.banner-container video {
  height: 600px;
  position: relative;
}

.banner-content {
  position: absolute;
  top: 10%;
  left: 30%;
  text-align: left;
}

.banner-text-content {
  height: 250px;
}

.zoe-icon {
  margin-top: 10px;
  height: 140px;
}

.typed-text {
  font-size: 2.5rem;
  background-color: rgba(255, 255, 255, 0.5);

}

.titles {
  font-family: "TitlesFont";
  font-size: 5rem;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.titles-two {
  font-family: "TitlesFont";
  font-size: 3rem;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}

.row {
  display: flex;
  padding: 5px;
  gap: 10px;
  flex-wrap: wrap;
}

.column {
  flex: 50%;
  text-align: center;
  margin: auto;
}

.bg-img {
  background-image: url("/assets/banana.png");
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}

.bg-col-color {
  background-color: #FFD250;
}

.card {
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 50px;
}

.food-image {
  max-width: 100%;
  height: auto;
  transition: all .4s ease-in-out;
}

.food-image:hover {
  transform: scale(1.05);
}

.map {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.address {
  font-size: 1rem;
  text-decoration: none;
}

.social-media {
  font-size: 2.5rem;
  margin-left: 5px;
  margin-bottom: 0;
  transition: .2s ease-in-out;
  color: black;
}

.social-media:hover {
  font-size: 2.8rem;
  color: #f2c94c;
  margin-bottom: 0;
}

footer {
  background-color: #f2c94c;
  color: white;
  text-align: center;
  padding: 5px;
  /* font-size: 0.3rem; */
}

/* Mediaquery 390px */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 1rem;
  }

  p {
    font-size: 1rem;
  }

  .text-en {
    font-size: 1rem;
  }

  .small-text {
    font-size: 0.5rem;
  }

  .card {
    padding: 20px;
  }

  .typed-text {
    font-size: 0.8rem;
  }

  .zoe-icon {
    margin-top: 10px;
    height: 50px;
  }

  .banner-container video {
    height: 200px;
  }

  .banner-content {
    top: 5%;
    left: 15%;
  }

  .address {
    font-size: 0.8rem;
  }

  .titles {
    font-size: 3rem;
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .titles-two {
    font-size: 2rem;
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .bg-img {
    background-image: url("/assets/banana2.png");
    background-position: top;
  }

  .social-media {
    font-size: 2rem;
  }

  footer {
    font-size: 0.5rem;
  }
}

/* Mediaquery 768px */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 1.8rem;
  }

  p {
    font-size: 1.5rem;
  }

  .text-en {
    font-size: 1.5rem;
  }

  .small-text {
    font-size: 1rem;
  }

  .card {
    padding: 20px;
  }

  .typed-text {
    font-size: 1.5rem;
  }

  .zoe-icon {
    margin-top: 10px;
    height: 50px;
  }

  .banner-container video {
    height: 400px;
  }

  .banner-content {
    top: 10%;
    left: 15%;
  }

  .titles {
    font-size: 3rem;
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .titles-two {
    font-size: 2rem;
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .bg-img {
    background-image: url("/assets/banana.png");
    background-position: center;
  }

  .address {
    font-size: 1rem;
  }

  .social-media {
    font-size: 2rem;
  }

  footer {
    font-size: 0.6rem;
  }
}

/* Mediaquery 1200px */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-content {
    top: 10%;
    left: 25%;
  }

  .zoe-icon {
    height: 100px;
  }

  footer {
    font-size: 0.6rem;
  }
}

/* Mediaquery 1600px */
@media screen and (min-width: 1600px) and (max-width: 1899px) {
  .banner-content {
    top: 10%;
    left: 32%;
  }

  .zoe-icon {
    height: 110px;
  }

  footer {
    font-size: 0.8rem;
  }
}

/* Mediaquery 1900px */
@media screen and (min-width: 1900px) and (max-width: 3839px) {
  .banner-content {
    top: 10%;
    left: 35%;
  }

  footer {
    font-size: 1rem;
  }
}

/* Mediaquery 4K */
@media screen and (min-width: 3840px) {
  p {
    margin-top: 10px;
    font-size: 3rem;
  }

  h1 {
    font-size: 8.5rem;
  }

  h2 {
    font-size: 6.5rem;
    margin-bottom: 100px;
  }

  h3 {
    margin-bottom: 20px;
    font-size: 6.5rem;
  }

  .banner-content {
    top: 4%;
    left: 32%;
  }

  .banner-container video {
    height: 1080px;
  }

  .food-image {
    height: 800px;
  }

  .zoe-icon {
    margin-top: 10px;
    height: 240px;
  }

  .typed-text {
    font-size: 4rem;
    margin-bottom: 10px;
  }

  .titles {
    font-size: 10.5rem;
    letter-spacing: 6px;
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .titles-two {
    font-size: 6.5rem;
    letter-spacing: 6px;
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .text-en {
    font-size: 3.5rem;
  }

  .small-text {
    font-size: 2.5rem;
  }

  .text-extras {
    margin-bottom: 50px;
  }

  .social-media {
    font-size: 5.5rem;
    margin-left: 10px;
  }

  .social-media:hover {
    font-size: 6rem;
  }

  .map {
    height: 1200px;
    margin-bottom: 30px;
  }

  .address {
    font-size: 3rem;
  }

  footer {
    padding: 20px;
    font-size: 2.2rem;
  }
}