body {
  background-color: #ff0034;
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navigation */
.navbar {
  background-color: #fcf5ee;
  position: fixed;
  width: 100%;
  top: 0;
  height: fit-content;
  z-index: 1;
}

.nav-link {
  color: #1e1e1e;
}

.logo-style {
  font-family: Fleur De Leah;
  font-size: 180%;
  padding: 0%;
  color: #1e1e1e;
  text-decoration: none;
}

@media screen and (orientation: portrait) {
  .nav-items-custom {
    font-family: Fjord One;
    color: rgb(255, 0, 0);
    font-size: calc(8px + 0.8vh);
    padding: 0%;
  }
}

@media screen and (orientation: landscape) {
  .nav-items-custom {
    font-family: Fjord One;
    color: rgb(255, 0, 0);
    font-size: calc(8px + 0.8vw);
    padding: 0%;
  }
}

/* Header */
@media screen and (orientation: portrait) {
  .home-header {
    background-image: url("../images/mainpic.jpg");
    background-size: cover;
    background-position: top;
    height: 50vh;
    align-items: center;
    margin-top: 5vh;
  }
}

@media screen and (orientation: landscape) {
  .home-header {
    background-image: url("../images/mainpic.jpg");
    background-size: cover;
    background-position: top;
    height: 50vw;
    align-items: center;
    margin-top: 5vh;
  }
}

.header-text {
  padding: 5%;
  font-family: Fauna One;
  color: white;
  font-size: 3vh;
}

@media screen and (orientation: landscape) {
  .header-text {
    font-size: 3vw;
  }
}

.header-btn {
  background: #ffffff;
  border-radius: 50px;
  font-family: Fauna One;
  font-size: 1.3vh;
  color: #2b2b2b;
  border-style: none;
  padding: 10px 30px 10px 30px;
}
@media screen and (orientation: landscape) {
  .header-btn {
    font-size: 1.3vw;
  }
}

.header-btn:hover {
  background: #3cb0fd;
}

.header-button-div {
  padding: 0% 5%;
}
.flexbox-container {
  height: auto;
  margin-bottom: 5%;
}

.product-cell {
  background-color: white;
  width: 20vw;
  min-width: 25vh;
  margin: 3vw;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 0;
}

.product-text {
  text-align: center;
  font-family: Fauna One;
  padding-top: 1rem;
}
/* Reviews */
.review-cards {
  font-family: Fauna One;
  background-color: #fcf5ee;
  border-radius: 30px;
  margin: 3%;
  width: 30vw;
  min-height: 150px;
  min-width: 500px;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 0;
}
@media screen and (orientation: portrait) {
  .review-cards {
    min-width: 90vw;
  }
}

.review-img {
  border-radius: 30px;
}

/* Home-Contact */

.section-text {
  text-align: center;
  font-family: Fauna One;
  font-size: 2.5rem;
  color: white;
}

.contact-btn {
  background: #ffffff;
  border-radius: 50px;
  font-family: Fauna One;
  font-size: 2rem;
  color: #2b2b2b;
  border-style: none;
  padding: 10px 30px 10px 30px;
  margin-top: 1%;
  margin-bottom: 5%;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Rose Styles */
.rose-header-container {
  height: 40vh;
  width: 100%;
  position: relative;
}

.rose-header {
  background-image: url("../images/rose-background.jpg");
  background-size: cover;
  height: 40vh;
  width: 100%;
  top: 0;
  background-position: 0%;
}
.rose-header-text {
  font-family: Fjord One;
  font-size: 8vh;
  color: white;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-shadow: 5px 5px #1e1e1e;
  bottom: 0;
  position: absolute;
}

/* Cells */
.flexbox-container {
  height: auto;
  margin-bottom: 5%;
}

@media screen and (orientation: landscape) {
  .cell {
    background-color: white;
    width: 15vw;
    height: fit-content;
    margin: 3vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0;
  }
}

@media screen and (orientation: portrait) {
  .cell {
    background-color: white;
    width: 40vw;
    height: fit-content;
    margin: 3vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0;
  }
}

.cell-text-title {
  text-align: center;
  font-family: Fauna One;
  font-size: calc(1rem + 20%);
  margin-top: 5%;
  margin-bottom: 5%;
}

.cell-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.cell-btn {
  margin-top: -5%;
  background: #ff0034;
  border-radius: 50px;
  font-family: Fauna One;
  font-size: calc(1rem + 20%);
  color: white;
  border-style: none;
  padding: 10px 20% 10px 20%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Bouquet Styles */
.bouquet-header-container {
  height: 40vh;
  width: 100%;
  position: relative;
}

.bouquet-header {
  background-image: url("../images/bouquet-background.jpg");
  background-size: cover;
  height: 40vh;
  width: 100%;
  top: 0;
  background-position: 0%;
}
.bouquet-header-text {
  font-family: Fjord One;
  font-size: 8vh;
  color: white;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-shadow: 5px 5px #1e1e1e;
  bottom: 0;
  position: absolute;
}

/* Chocolate Styles */

.chocolates-header-container {
  height: 40vh;
  width: 100%;
  position: relative;
}

.chocolates-header {
  background-image: url("../images/chocolates-background.jpg");
  background-size: cover;
  height: 40vh;
  width: 100%;
  top: 0;
  background-position: 0%;
}
.chocolates-header-text {
  font-family: Fjord One;
  font-size: 8vh;
  color: white;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-shadow: 5px 5px #1e1e1e;
  bottom: 0;
  position: absolute;
}

/* About Us */

.about-container {
  height: fit-content;
  width: 90%;
  margin: 10% 0% 5% 5%;
  text-align: center;
  position: absolute;
  padding: 5%;
  background-color: #fcf5ee;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.about-text {
  font-family: Fjord One;
  font-size: 1.5rem;
  color: #1e1e1e;
  bottom: 0;
  width: 100%;
  text-align: justify;
  text-indent: 4rem;
}
@media screen and (orientation: portrait) {
  .about-container {
    margin: 25% 0% 5% 5%;
  }
  .about-text {
    font-family: Fjord One;
    font-size: 1rem;
    color: #1e1e1e;
    bottom: 0;
    width: 100%;
    text-align: justify;
    text-indent: 2rem;
  }
}

.about-text-headline {
  font-family: Fjord One;
  font-size: 3rem;
  color: #1e1e1e;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 5%;
}

/* Contact */

.contact-container {
  height: fit-content;
  width: 90%;
  margin: 10% 0% 5% 5%;
  text-align: center;
  padding: 5%;
  background-color: #fcf5ee;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (orientation: portrait) {
  .contact-container {
    margin-top: 20%;
  }
}

.contact-text {
  font-family: Fjord One;
}
