* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "f-gothic-italic-bold";
  src: url("../fonts/cambay/Cambay-BoldItalic.ttf");
}
@font-face {
  font-family: "f-italic-regular";
  src: url("../fonts/cambay/Cambay-Italic.ttf");
}
@font-face {
  font-family: "f-gothic-bold";
  src: url("../fonts/cambay/Cambay-Bold.ttf");
}
@font-face {
  font-family: "f-gothic-regular";
  src: url("../fonts/cambay/Cambay-Regular.ttf");
}
@font-face {
  font-family: "Spicy Rice";
  src: url("../fonts/Spicy_Rice_regular/SpicyRice-Regular.ttf");
}
@font-face {
  font-family: "SultanRuqahLongo-Bold";
  src: url("../fonts/Sultan_Ruqah_Longo/alfont_com_Sultan-Ruqah-Longo-Bold.ttf");
}

.banner {
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-1 {
  background-image: url("../images/landing/Banner/HomePageBanner1_sm1.jpg");
  background-size: cover;
  height: 100vh;
  width: 100%;
  text-align: left;
}

.banner-1 h1 {
  font-family: "Spicy Rice";
  margin-bottom: 0.5rem;
  margin-left: 10%;
  width: 46vw;
  font-size: 3vw;
  letter-spacing: 5px;
  word-spacing: 5px;
  text-transform: uppercase;
  color: #e85c44;
}

.banner-1 p {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.content-wrapper {
  position: absolute;
  top: 0;
  display: flex;
  height: auto;
  width: 100%;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
}

.banner-1-btn {
  margin-left: 10%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13vw;
  padding: 0.5%;
  font-size: 0.9vw;
  border-radius: 50px;
  background-color: #e85c44;
}
.banner-1-btn:hover {
  margin-left: 10%;
  color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13vw;
  padding: 0.5%;
  font-size: 0.9vw;
  border-radius: 50px;
  background-color: #e97662;
}

.red_valvet_banner {
  background-image: url("../images/landing/Banner/RVICS\ Banner\ 1.png");
  background-size: cover;
  z-index: 1;
  margin-top: 5%;
  position: relative;

}

.red_valvet_image,
.gingerbread_image,
.stroopwafel_image,
.mini_stroopwafel_image{
    width: 40%;
    max-width: 750px;
    /* aspect-ratio: 2/2; */
}

.callouts {
  width: 10vw;
}

.red_valvet_heading {
  font-family: "SultanRuqahLongo-Bold" !important;
  color: #fff;
  font-size: 3vw;
  line-height: 3rem;
  word-spacing: 2px;
  letter-spacing: 2px;
}

.red_valvet_para {
  padding-top: 6%;
  font-size: 1.3vw;
  word-spacing: 2px;
  color: #fff;
  width: 33vw;
}

.red_valvet_extras {
  padding: 6% 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.red_valvet_btn {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  width: 13vw;
  padding: 4%;
  color: #da3a34;
  background-color: #fff;
}

.gingerbread_text_container,
.red_velvet_text_container,
.stroopwafel_text_container,
.mini_stroopwafel_text_container {
  padding-right: 7vw;
}

.red_valvet_btn:hover {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  width: 13vw;
  padding: 4%;
  color: #da3a34;
  background-color: #eeeeee;
}

.red_velvet_content_banner,
.gingerbread_content_banner,
.mini_stroopwafle_content_banner,
.stroopwafle_content_banner {
    display: flex;
    height:850px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hidden_btn {
  display: none;
}

.gingerbread_banner {
  background-image: url("../images/landing/Banner/Ginger\ Bread\ 2.png");
  background-size: cover;
  z-index: 1;
  margin-top: 5%;
  position: relative;
  aspect-ratio: 3/1;
}


.gingerbread_banner_heading {
  font-family: "SultanRuqahLongo-Bold" !important;
  color: #088444;
  font-size: 3vw;
  line-height: 3rem;
  word-spacing: 2px;
  letter-spacing: 2px;
}

.gingerbread_banner_para {
  padding-top: 6%;
  font-size: 1.3vw;
  word-spacing: 2px;
  width: 33vw;
  color: #088444;
}

.gingerbread_btn {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  width: 13vw;
  padding: 4%;
  color: #fff;
  background-color: #088444;
}

.gingerbread_btn:hover {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  width: 13vw;
  padding: 4%;
  color: #fff;
  background-color: #0b914c;
}

.gingerbread_extras {
  padding: 6% 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini_stroopwafel_banner {
  background-image: url("../images/landing/Banner/Sams\ Club\ swics\ Banner_1.png");
  background-size: cover;
  z-index: 1;
  margin-top: 5%;
  position: relative;
  aspect-ratio: 3/1;
}

.mini_stroopwafel_banner_heading {
  font-family: "SultanRuqahLongo-Bold" !important;
  font-size: 3vw;
  line-height: 3rem;
  word-spacing: 2px;
  letter-spacing: 2px;
  color: #f8f48c;
}

.mini_stroopwafel_banner_secondary_heading {
  font-family: "SultanRuqahLongo-Bold" !important;
  font-size: 2vw;
  line-height: 4rem;
  word-spacing: 2px;
  color: #f8f48c;
  letter-spacing: 2px;
}

.mini_stroopwafel_banner_para {
  padding-top: 2%;
  font-size: 1.3vw;
  word-spacing: 2px;
  width: 33vw;
  color: #f8f48c;
}

.mini_stroopwafel_btn {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  width: 13vw;
  padding: 4%;
  color: #783c8c;
  background-color: #f8f48c;
}

.mini_stroopwafel_btn:hover {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  width: 13vw;
  padding: 4%;
  color: #783c8c;
  background-color: #fcf9a2;
}

.mini_stroopwafel_extras {
  padding: 6% 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stroopwafel_banner {
  background-image: url("../images/landing/Banner/Costco\ swics\ Banner.png");
  background-size: cover;
  z-index: 1;
  height: auto;
  width: 100%;
  margin-top: 5%;
  position: relative;
}

.stroopwafel_banner_heading {
  font-family: "SultanRuqahLongo-Bold" !important;
  font-size: 3vw;
  line-height: 3rem;
  word-spacing: 2px;
  letter-spacing: 2px;
  color: #c06424;
}

.stroopwafel_banner_secondary_heading {
  font-family: "SultanRuqahLongo-Bold" !important;
  font-size: 2vw;
  line-height: 4rem;
  word-spacing: 2px;
  color: #c06424;
  letter-spacing: 2px;
}

.stroopwafel_banner_para {
  padding-top: 2%;
  font-size: 1.3vw;
  word-spacing: 2px;
  width: 33vw;
  color: #c06424;
}

.stroopwafel_btn {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  width: 13vw;
  padding: 4%;
  color: #fff;
  background-color: #c06424;
}

.stroopwafel_btn:hover {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4%;
  width: 13vw;
  color: #fff;
  background-color: #c96f2e;
}

.stroopwafel_extras {
  padding: 6% 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-3 {
  background-image: url("../images/landing/Banner/Banner-2.png");
  background-size: cover;
  height: 85vh;
  width: 100%;
  z-index: -1;
  margin-top: -11%;
  background-position:bottom;
}

.banner-3-text-container {
  padding-top: 5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heavenfull-story {
  color: #fff;
  opacity: 0.65;
  font-weight: 700;
  font-size: 3vw;
  letter-spacing: 7px;
  word-spacing: 0.3rem;
}

#once-upon-a-stroopwafle {
  font-size: 4vw;
  font-family: "Spicy Rice";
  top: 32px;
  word-spacing: 20px;
  color: #ff9301;
  margin-top: 3%;
}

.read-full-story-btn {
  margin-top: 10%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vh 2vw;
  width: 13vw;
  font-size: 1vw;
  color: #fff;
  background-color: #c2e4ee;
}

.read-full-story-btn:hover {
  margin-top: 10%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vh 2vw;
  width: 13vw;
  font-size: 1vw;
  color: #fff;
  color: #fff;
  background-color: #bfeaf7;
}

.banner-4 {
  background-image: url("../images/landing/Banner/Home\ Page\ Banner\ 4_sm2.jpg");
  background-size: cover;
  height: auto;
  background-position: center;
  width: 100%;
  position: relative;
  margin-top: -15%;
  z-index: -2;
}

.banner-4-heading {
  font-size: 5rem;
  font-family: "Spicy Rice";
  top: 32px;
  line-height: 5vh;
  word-spacing: 20px;
  color: #ff9301;
  margin-top: 14vh;
  text-shadow: 5px 5px #fff;
}

.banner-4-heading-question-mark {
  font-size: 9rem;
  font-family: "Spicy Rice";
  top: 32px;
  line-height: 1px;
  word-spacing: 20px;
  color: #ff9301;
  padding: 0px 10px 0px 10px;
  text-shadow: 5px 5px #fff;
}

.banner-4-heading-saying {
  font-size: 7rem;
  font-family: "Spicy Rice";
  top: 32px;
  line-height: 1px;
  word-spacing: 20px;
  color: #ff9301;
  text-shadow: 5px 5px #fff;
}

.saying-section-reviews-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  width: 90%;
}

.saying-section-reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.review-card {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-radius: 50px;
  height: 55vh;
  margin-bottom: 5vh;
  width: 18vw;
  background: linear-gradient(180deg, #ff9301, #fe9a01);
}

.social_logo_with_bg {
  padding: 2%;
  margin-top: 3vh;
  height: auto;
  width: auto;
  font-size: 2.3vw;
  color: #ff9301;
  background-color: #fff;
  border-radius: 10px;
}

.review-text-heading {
  padding: 10px 15px 10px 15px;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: 2px;
}

.review-text-para {
  font-size: 1vw;
  color: #fff;
  width: 90%;
}

.review-text-container {
  height: 65%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 1vh;
  flex-direction: column;
}

.reviewer-email {
  font-size: 1rem;
  color: #fff;
}

.img-ratings {
  margin-top: 2.5vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}

.rating_star_img {
  width: 15%;
}

.posts {
  height: auto;
  padding: 2vh 2vw;
}

.post_flex_row_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.post_flex_column_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post_container_1,
.post_container_2 {
  height: auto;
  padding-right: 1.3vw;
}

.post_container_3 {
  width: 38vw;
}

.post-1 {
  width: 25vw;
  height: auto;
  margin-bottom: 2vh;
  aspect-ratio: 15/12;
}

.post-2 {
  width: 25vw;
  height: auto;
  aspect-ratio: 31/34;
}

.post-3 {
  width: 30vw;
  height: auto;
  margin-bottom: 2vh;
  aspect-ratio: 24/22;
}

.post-4 {
  width: 30vw;
  height: auto;
  aspect-ratio: 72/48;
}

.post-5 {
  width: 18.5vw;
  height: auto;
  margin-bottom: 2vh;
  aspect-ratio: 23/31;
}

.post-6 {
  width: 18vw;
  height: auto;
  margin-bottom: 2vh;
  padding-right: 0.5vw;
  aspect-ratio: 29/40;
}

.post-7 {
  width: 38vw;
  height: auto;
  padding-right: 0.5vw;
  aspect-ratio: 84/50;
}

.join-our-community {
  background-image: url("../images/landing/Banner/join-our-community-banner-background.png");
  background-size: cover;
  max-height: 100%;
  width: 100%;
  /*margin-top: 5%;*/
}

.join-the-community-heading {
  padding-top: 7%;
  font-size: 4rem;
  padding-bottom: 3%;
  font-family: "Spicy Rice";
  color: #fff;
}

.sign-up-now-btn,
.sign-up-now-btn:hover {
  border-radius: 50px;
  width: 30%;
  font-weight: 500;
  color: #fff;
  font-size: 1vw;
  background-color: #95d4ff;
}

input[type="email"],
input[type="email"]:focus {
  border: 3px solid #95d4ff;
  border-radius: 50px;
  height: 70px;
  background-color: transparent;
}

input[type="email"]::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 1vw;
}

.input-group {
  width: 75% !important;
}

.community-footer-container {
  padding: 50px 0px 20px 0px;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.all-rights-reserved {
  font-size: 1.5rem;
  color: #fff;
}

.carousel {
  position: relative;
  margin-top: -5%;
}

.little_taste_of_heaven_in_every_bite {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: auto;
  top:-28px
  /* aspect-ratio: 110/10; */
}

.carousel_text_image {
  width: 45vw;
  aspect-ratio: 4/2;
}

.carousel_btn_image_1,
.carousel_btn_image_2 {
  position: absolute;
  width: 13vw;
  bottom: auto; /* for stable use 21.5% */
  right: 6vw;
  transform: translate(-4vw, -120%);
}

.fms_btn_image {
  width: 12vw;
  margin-left: 10%;
  padding-top: 1%;
  height: auto;
}

.rfs_btn_image {
  margin-top: 42%;
  width: 15vw;
}

.once_upon_text_img {
  height: auto;
  width: 65%;
}

.people_saying_text_image {
  height: auto;
  width: 50%;
  padding-top: 9vh;
  margin-top: 12%;
}

.people_saying_review_img{
  height: auto;
  width: 23%;
  aspect-ratio: auto;
  padding-bottom: 5vh;
}

@media only screen and (max-width: 575px) {


  .rfs_btn_image {
    margin-top: 7vh;
    width: 35vw;
  }

  .once_upon_text_img{
    height: auto;
    width: 80%;
  }

  .banner-1 {
    height: 80vh;
    width: 100%;
}


.people_saying_text_image{
  height: auto;
  width: 85%;
  padding-top: 9vh;
  margin-top: 12%;
}

.people_saying_review_img{
  height: auto;
  width: 98%;
  aspect-ratio: auto;
  padding-bottom: 5vh;
}

  .carousel_text_image,
  .carousel_btn_image_2 {
    display: none;
  }

  .fms_btn_image {
    width: 30vw;
  }

  .carousel_btn_image_1 {
    width: 40vw;
    height: auto;
    right: 0;
    bottom: 0;
    transform: translate(-29.5vw, -180px);
  }

  .gingerbread_image,
  .mini_stroopwafel_image,
  .stroopwafel_image,
  .red_valvet_image {
    width: 100%;
    height: auto;
    /* aspect-ratio: 7/7; */
    margin-right: 0vw;
    margin-top: -360px;
  }

  .banner {
    background-position: 60% 10%;
  }

  .banner-1 h1 {
    font-family: "Spicy Rice";
    margin-bottom: 0.5rem;
    margin-left: 10%;
    width: 60vw;
    font-size: 6.5vw;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
  }

  .banner-1-btn,
  .banner-1-btn:hover {
    width: 40vw;
    height: auto;
    padding: 2%;
    font-size: 3vw;
  }

  .red_valvet_heading,
  .red_valvet_para,
  .red_valvet_extras,
  .gingerbread_banner_heading,
  .gingerbread_banner_para,
  .gingerbread_extras,
  .stroopwafel_banner_heading,
  .stroopwafel_banner_secondary_heading,
  .stroopwafel_banner_para,
  .stroopwafel_extras,
  .mini_stroopwafel_banner_heading,
  .mini_stroopwafel_banner_secondary_heading,
  .mini_stroopwafel_banner_para,
  .mini_stroopwafel_extras {
    display: none;
  }

  .red_valvet_banner {
    background-image: url("../images/landing/Banner/RVICS\ Banner\ 1.png");
  }

  .gingerbread_banner,
  .mini_stroopwafel_banner,
  .stroopwafel_banner,
  .red_valvet_banner {
    height:620px;
    aspect-ratio: auto;
  }

  .gingerbread_content_banner,
  .stroopwafle_content_banner,
  .mini_stroopwafle_content_banner,
  .red_velvet_content_banner {
    height: 800px;
  }

  .gingerbread_btn,
  .gingerbread_btn:hover,
  .mini_stroopwafel_btn:hover,
  .mini_stroopwafel_btn,
  .stroopwafel_btn,
  .stroopwafel_btn:hover,
  .red_valvet_btn,
  .red_valvet_btn:hover {
    width: 40vw;
    height: auto;
    padding: 6%;
    font-size: 3vw;
  }

  .banner-3 {
    height: 400px;
    margin-top: -140px;
  }

  .hidden_btn {
    display: block;
  }

  #once-upon-a-stroopwafle {
    font-size: 7vw;
    word-spacing: 2px;
  }

  .read-full-story-btn,
  .read-full-story-btn:hover {
    width: 40vw;
    height: auto;
    padding: 3%;
    font-size: 3vw;
  }

  .heavenfull-story {
    font-weight: 700;
    letter-spacing: 3px;
    width: max-content;
    font-size: 6.8vw;
  }

  .banner-4 {
    height: auto;
    background-position: center;
    margin-top: -15vh;
  }

  .banner-4-heading {
    margin-top: 20vh;
    font-size: 9.5vw;
    word-spacing: 5px;
  }

  .banner-4-heading-saying {
    font-size: 13vw;
  }

  .banner-4-heading-question-mark {
    font-size: 20vw;
  }

  .saying-section-reviews-container {
    padding-top: 10vh;
  }

  .review-text-heading {
    font-size: 5vw;
  }

  .saying-section-reviews {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .review-card {
    width: 75vw;
    height: auto;
    margin-bottom: 10vh;
  }

  .review-text-para {
    font-size: 3.5vw;
    width: 90%;
  }

  .social_logo_with_bg {
    padding: 2%;
    margin-top: 3vh;
    font-size: 10vw;
  }

  .img-ratings {
    margin-top: 0.5vh;
    padding-bottom: 3vh;
    width: 70%;
  }

  .post_flex_row_container {
    justify-content: space-around;
  }

  .posts {
    height: auto;
  }


  .post_container_1,
  .post_container_2 {
    height: auto;
    justify-content: center !important;
  }

  .post-1 {
    width: 45vw;
    height: auto;
    aspect-ratio: 2/2;
  }

  .post-2 {
    width: 45vw;
    height: auto;
    aspect-ratio: 6/8;
  }

  .post-3 {
    width: 45vw;
    height: auto;
    margin-bottom: 2vh;
    aspect-ratio: 6/8;
  }

  .post-4 {
    width: 45vw;
    height: auto;
    aspect-ratio: 2/2;
  }

  .post_container_3 {
    margin-top: 2vh;
    width: 94vw;
  }

  .post-5 {
    width: 51vw;
    margin-bottom: 2vh;
    height: auto;
    aspect-ratio: 16/24;
  }

  .post-6 {
    width: 41vw;
    height: auto;
    padding-right: 1.8vw;
    margin-bottom: 2vh;
    aspect-ratio: 38/71;
  }

  .post-7 {
    width: 93vw;
    height: auto;
    margin-right: 1vw;
    aspect-ratio: 4/2;
  }

  .sign-up-now-btn,
  .sign-up-now-btn:hover {
    border-radius: 50px;
    width: 30vw;
    font-size: 3vw;
    font-weight: 500;
    height: 6vh;
    color: #fff;
  }

  .input-group {
    width: 82% !important;
  }

  input[type="email"] {
    height: 6vh;
  }

  input[type="email"]:focus {
    height: 6vh;
  }

  input[type="email"]::placeholder {
    font-size: 3vw;
  }

  .all-rights-reserved {
    font-size: 3vw;
  }

  .join-our-community {
    width: 100%;
    height: 100vh;
    background-position: center center;
  }

  .join-the-community-heading {
    padding-top: 10vh;
    font-size: 6vw;
  }

  /* .little_taste_of_heaven_in_every_bite {
    aspect-ratio: 66/10;
  } */

}

@media only screen and (min-width: 576px) and (max-width: 767px) {


  /* .little_taste_of_heaven_in_every_bite {
    aspect-ratio: 66/10;
  } */

  .rfs_btn_image {
    margin-top: 10vh;
    width: 30vw;
  }

  .once_upon_text_img{
    height: auto;
    width: 95%;
  }

  .banner-1 {
    height: 90vh;
}
  
  .people_saying_text_image{
    height: auto;
    width: 85%;
    padding-top: 9vh;
    margin-top: 12%;
  }
  
  .people_saying_review_img{
    height: auto;
    width: 47%;
    aspect-ratio: auto;
    padding-bottom: 5vh;
  }

  .carousel_text_image,
  .carousel_btn_image_2 {
    display: none;
  }

  .fms_btn_image {
    width: 27vw;
  }

  .carousel_btn_image_1 {
    width: 27vw;
    right: 0;
    bottom: 0;
    transform: translate(-135%, -200px);
  }

  .gingerbread_image,
  .mini_stroopwafel_image,
  .stroopwafel_image,
  .red_valvet_image {
    width: 75vw;
    height: auto;
    margin-right: 0vw;
    margin-top: -20vh;
    aspect-ratio: auto;

  }

  .banner-1 h1 {
    font-family: "Spicy Rice";
    margin-bottom: 0.5rem;
    margin-left: 10%;
    width: 56vw;
    font-size: 6vw;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
  }

  .banner-1-btn,
  .banner-1-btn:hover {
    width: 30vw;
    height: auto;
    padding: 1.5%;
    font-size: 2vw;
  }

  .red_valvet_heading,
  .red_valvet_para,
  .red_valvet_extras,
  .gingerbread_banner_heading,
  .gingerbread_banner_para,
  .gingerbread_extras,
  .stroopwafel_banner_heading,
  .stroopwafel_banner_secondary_heading,
  .stroopwafel_banner_para,
  .stroopwafel_extras,
  .mini_stroopwafel_banner_heading,
  .mini_stroopwafel_banner_secondary_heading,
  .mini_stroopwafel_banner_para,
  .mini_stroopwafel_extras {
    display: none;
  }

  .gingerbread_content_banner,
  .stroopwafle_content_banner,
  .mini_stroopwafle_content_banner,
  .red_velvet_content_banner {
    height: 85vh;
  }

  .red_valvet_banner {
    background-image: url("../images/landing/Banner/RVICS\ Banner\ 1.png");
  }

  .gingerbread_banner,
  .stroopwafel_banner,
  .mini_stroopwafel_banner,
  .red_valvet_banner {
    height: auto;
  }

  .hidden_btn {
    display: block;
  }

  .red_valvet_btn,
  .red_valvet_btn:hover,
  .gingerbread_btn,
  .gingerbread_btn:hover,
  .mini_stroopwafel_btn,
  .mini_stroopwafel_btn:hover,
  .stroopwafel_btn,
  .stroopwafel_btn:hover {
    margin-top: -3vh;
    width: 25vw;
    height: auto;
    font-size: 1.7vw;
  }

  #once-upon-a-stroopwafle {
    font-size: 6.5vw;
    word-spacing: 2px;
  }

  .read-full-story-btn,
  .read-full-story-btn:hover {
    width: 30vw;
    height: auto;
    padding: 1.5%;
    font-size: 2vw;
  }

  .banner-3 {
    height: 50vh;
    margin-top: -17vh;
  }

  .heavenfull-story {
    font-size: 6vw;
    letter-spacing: 3px;
    word-spacing: 0rem;
  }

  .banner-4 {
    height: auto;
    background-position: center;
    margin-top: -15vh;
  }

  .banner-4-heading {
    margin-top: 20vh;
    font-size: 8vw;
  }

  .banner-4-heading-saying {
    font-size: 11vw;
  }

  .banner-4-heading-question-mark {
    font-size: 14vw;
  }

  .saying-section-reviews {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .review-card {
    width: 40vw;
    height: 420px;
    margin-bottom: 10vh;
  }

  .review-text-para {
    font-size: 2.1vw;
    width: 90%;
  }

  .social_logo_with_bg {
    padding: 2%;
    margin-top: 3vh;
    font-size: 5vw;
  }

  .review-text-heading {
    font-size: 2.7vw;
  }

  .img-ratings {
    margin-top: 1vh;
  }

  .post_flex_row_container {
    justify-content: space-around;
  }

  .posts {
    height: auto;
  }

  .post_flex_column_container {
    margin-top: -1.5vh;
  }

  .post_container_1, .post_container_2 {
    height: auto;
    padding-right: 1.3vw;
}

  .post-1 {
    width: 45vw;
    height: auto;
    aspect-ratio: 2/2;
  }
  .post-2 {
    width: 45vw;
    aspect-ratio: 9/10;
    height: auto;
  }

  .post-3{
    width: 48vw;
    height: auto;
    aspect-ratio: 13/14;
  }

  .post-4 {
    width: 48vw;
    height: auto;
    aspect-ratio: 53/48;
}

  .post_container_3 {
    margin-top: 3vh;
    width: 96vw;
  }

  .post-5 {
    width: 55vw;
    margin-bottom: 2vh;
    height: auto;
    aspect-ratio: 18/20;
  }

  .post-6 {
    width: 39vw;
    height: auto;
    aspect-ratio: 32/50;
    padding-right: 1.8vw;
  }

  .post-7 {
    width: 95vw;
    height: auto;
    aspect-ratio: 18/8;
    margin-right: 1vw;
  }

  .join-our-community {
    width: 100%;
    height: 100vh;
    background-position: center center;
  }

  .join-the-community-heading {
    padding-top: 10vh;
    font-size: 6vw;
  }

  .sign-up-now-btn,
  .sign-up-now-btn:hover {
    border-radius: 50px;
    width: 30vw;
    font-size: 3vw;
    font-weight: 500;
    height: 6vh;
    color: #fff;
  }

  .input-group {
    width: 82% !important;
  }

  input[type="email"] {
    height: 6vh;
  }

  input[type="email"]:focus {
    height: 6vh;
  }

  input[type="email"]::placeholder {
    font-size: 3vw;
  }

  .all-rights-reserved {
    font-size: 3vw;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* .little_taste_of_heaven_in_every_bite {
    aspect-ratio: 66/10;
  } */

  .banner-1 {
    height: 100vh;
}

  .once_upon_text_img{
    height: auto;
    width: 80%;
  }

  .rfs_btn_image {
    margin-top: 15vh;
    width: 25vw;
  }
  
  .people_saying_text_image{
    height: auto;
    width: 75%;
    padding-top: 9vh;
    margin-top: 12%;
  }
  
  .people_saying_review_img{
    height: auto;
    width: 47%;
    aspect-ratio: auto;
    padding-bottom: 5vh;
  }

  .fms_btn_image {
    width: 21vw;
    height: auto;

  }

  .carousel_btn_image_2 {
    width: 15vw;
    height: auto;
    bottom: auto;
    right: auto;
    transform: translate(21vw, -4.5vh);
  }

  .gingerbread_image,
  .mini_stroopwafel_image,
  .stroopwafel_image,
  .red_valvet_image {
    width: 60%;
    margin-top: 1vh;
    height: auto;
  }

  .red_valvet_banner {
    background-image: url("../images/landing/Banner/RVICS\ Banner\ 1.png");
  }

  .banner-1 h1 {
    font-size: 2.7rem;
    width: 50vw;
  }

  .red_valvet_banner,
  .gingerbread_banner,
  .mini_stroopwafel_banner,
  .stroopwafel_banner {
    width: 100%;
    height: auto;
    background-position: center center;
  }

  .red_valvet_heading,
  .gingerbread_banner_heading {
    font-size: 4vw;
    width: max-content;
    line-height: 2.5vh;
    word-spacing: 0px;
    letter-spacing: 0px;
  }

  .red_velvet_content_banner,
  .gingerbread_content_banner,
  .mini_stroopwafle_content_banner,
  .stroopwafle_content_banner {
    height: 80vh;
  }

  .red_valvet_para {
    margin-top: 3vh;
    font-size: 1rem;
    width: auto;
  }

  .red_valvet_extras {
    width: 35vw;
    margin-top: 10px;
  }

  .gingerbread_banner_para {
    width: auto;
    word-spacing: 2px;
    font-size: 1rem;
    padding-top: 3vh;
  }

  .banner-3 {
    margin-top: -16vh;
    height: 50vh;
  }

  .mini_stroopwafel_banner_heading,
  .stroopwafel_banner_heading {
    font-size: 4vw;
    line-height: 2.5vh;
    word-spacing: 0px;
    letter-spacing: 0px;
  }

  .stroopwafel_banner_secondary_heading,
  .mini_stroopwafel_banner_secondary_heading {
    font-size: 2.5vw;
    line-height: 3.5vh;
    letter-spacing: 1px;
  }

  .mini_stroopwafel_banner_para,
  .stroopwafel_banner_para {
    width: auto;
    word-spacing: 2px;
    font-size: 1rem;
    padding-top: 2vh;
  }

  .red_valvet_btn,
  .red_valvet_btn:hover,
  .gingerbread_btn,
  .gingerbread_btn:hover,
  .mini_stroopwafel_btn,
  .mini_stroopwafel_btn:hover,
  .stroopwafel_btn,
  .stroopwafel_btn:hover,
  .banner-1-btn,
  .banner-1-btn:hover {
    width: 15vw;
    height: auto;
    font-size: 1.4vw;
  }

  .red_valvet_extras,
  .gingerbread_extras,
  .mini_stroopwafel_extras,
  .stroopwafel_extras {
    width: 38vw;
  }

  .callouts {
    width: 120px;
  }

  .heavenfull-story {
    font-size: 5.5vw;
    word-spacing: 10px;
  }

  #once-upon-a-stroopwafle {
    font-size: 3.2rem;
  }

  .read-full-story-btn,
  .read-full-story-btn:hover {
    width: 25vw;
    height: auto;
    padding: 1%;
    font-size: 2vw;
  }

  .banner-4 {
    margin-top: -15vh;
    height: auto;
  }

  .banner-4-heading {
    padding-top: 10%;
    font-size: 4rem;
  }

  .banner-4-heading-saying {
    font-size: 4rem;
  }

  .banner-4-heading-question-mark {
    font-size: 6rem;
  }

  .saying-section-reviews {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100% !important;
  }

  .review-text-heading {
    padding: 1vh 1vw;
    font-size: 1.1rem;
  }

  .review-text-para {
    font-size: 1.7vw;
    width: 90%;
  }

  .social_logo_with_bg {
    font-size: 5vw;
  }

  .review-card {
    width: 40vw;
    height: 45vh;
    margin-bottom: 5vh;
  }

  .review-text-container {
    height: 55%;
  }

  .img-ratings {
    margin-top: 2vh;
  }

  .posts{
    height: auto;
  }

  .post_container_1, .post_container_2 {
    height: auto;
    padding-right: 1.3vw;
}

  .post-5{
    height: auto;
    margin-bottom: 2vh;
  }
  
  .post-6 {
    margin-bottom: 2vh;
  }

  .post-1 {
    aspect-ratio: 2/2;
    height: auto;
  }

  .post-2 {
    width: 25vw;
    height: auto;
    aspect-ratio: 20/23;
}

.post-3 {
  width: 30vw;
  height: auto;
  aspect-ratio: 2/2;
  margin-bottom: 2vh;
}

.post-4 {
  width: 30vw;
  height: auto;
  aspect-ratio: 76/60;
}

.post-5 {
  height: auto;
  aspect-ratio: 10/15;
}

.post-6 {
  height: auto;
  aspect-ratio: 24/37;
}

.post-7 {
  width: 38vw;
  height: auto;
  padding-right: 0.5vw;
  aspect-ratio: 32/22;
}

  .join-our-community {
    width: 100%;
    height: 100vh;
    background-position: center center;
  }

  .sign-up-now-btn,
  .sign-up-now-btn:hover {
    font-size: 1.8vw;
  }

  input[type="email"] {
    height: 7vh;
  }

  input[type="email"]:focus {
    height: 7vh;
  }

  input[type="email"]::placeholder {
    font-size: 1.8vw;
  }

  .all-rights-reserved {
    font-size: 2.5vw;
    color: #fff;
  }

  .join-the-community-heading {
    padding-top: 15%;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {

  /* .little_taste_of_heaven_in_every_bite {
    aspect-ratio: 85/10;
  } */

  .rfs_btn_image {
    margin-top: 10vh;
    width: 18vw;
  }

  .once_upon_text_img {
    height: auto;
    width: 75%;
}

.people_saying_text_image {
  height: auto;
  width: 55%;
}

  .people_saying_review_img{
    height: auto;
    width: 24%;
    aspect-ratio: auto;
    padding-bottom: 5vh;
  }

  .fms_btn_image {
    width: 16vw;
    height: auto;
}

.carousel_btn_image_2 {
  width: 15vw;
  height: auto;
  bottom: auto;
  right: auto;
  transform: translate(21vw, -120%);
}

  .gingerbread_image,
  .mini_stroopwafel_image,
  .stroopwafel_image,
  .red_valvet_image {
    width: 40vw;
    height: auto;
    /* aspect-ratio: 17/16; */
  }

  .banner-1 h1 {
    width: 50vw;
    font-size: 2.7rem;
    letter-spacing: 3px;
    word-spacing: 2px;
  }

  .banner-1-btn,
  .banner-1-btn:hover {
    width: 20vw;
    height: auto;
    padding: 1%;
    font-size: 1.5vw;
  }

  .red_valvet_banner,
  .gingerbread_banner,
  .mini_stroopwafel_banner,
  .stroopwafel_banner {
    width: 100%;
    height: auto;
    background-position: center center;
  }

  .red_valvet_heading,
  .gingerbread_banner_heading {
    font-size: 4vw;
    width: max-content;
    line-height: 4vh;
    word-spacing: 0px;
    letter-spacing: 0px;
  }

  .mini_stroopwafle_content_banner,
  .red_velvet_content_banner,
  .stroopwafle_content_banner,
  .gingerbread_content_banner {
    height: 80vh;
  }

  .red_valvet_btn,
  .red_valvet_btn:hover,
  .gingerbread_btn,
  .gingerbread_btn:hover,
  .mini_stroopwafel_btn,
  .gingerbread_btn:hover,
  .stroopwafel_btn,
  .stroopwafel_btn:hover {
    width: 15vw;
    height: auto;
    font-size: 1.4vw;
  }

  .red_valvet_para {
    margin-top: 3vh;
    font-size: 1.2rem;
    width: 445px;
  }

  .red_valvet_extras {
    margin-top: 10px;
  }

  .gingerbread_banner_para {
    width: 440px;
    word-spacing: 2px;
    font-size: 1.2rem;
    padding-top: 3vh;
  }

  .banner-3 {
    margin-top: -17vh;
    height: 70vh;
  }

  .mini_stroopwafel_banner_heading,
  .stroopwafel_banner_heading {
    font-size: 4vw;
    line-height: 3.5vh;
    word-spacing: 0px;
    letter-spacing: 0px;
  }

  .stroopwafel_banner_secondary_heading,
  .mini_stroopwafel_banner_secondary_heading {
    font-size: 2.5vw;
    line-height: 5vh;
    letter-spacing: 1px;
  }

  .mini_stroopwafel_banner_para,
  .stroopwafel_banner_para {
    width: 440px;
    word-spacing: 2px;
    font-size: 1.2rem;
    padding-top: 2vh;
  }

  .callouts {
    width: 120px;
  }

  .heavenfull-story {
    font-size: 4.55vw;
    word-spacing: 5px;
  }

  #once-upon-a-stroopwafle {
    font-size: 5vw;
  }

  .read-full-story-btn,
  .read-full-story-btn:hover {
    width: 20vw;
    height: auto;
    padding: 1%;
    font-size: 1.7vw;
  }

  .banner-4 {
    margin-top: -15vh;
    height: auto;
  }

  .banner-4-heading {
    padding-top: 10%;
    font-size: 5rem;
  }

  .banner-4-heading-saying {
    font-size: 5rem;
  }

  .banner-4-heading-question-mark {
    font-size: 8rem;
  }

  .saying-section-reviews {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100% !important;
  }

  .review-text-heading {
    padding: 1vh 1vw;
    font-size: 1.1rem;
  }

  .review-text-para {
    font-size: 1.4vw;
    width: 90%;
  }

  .saying-section-reviews-container {
    width: 95%;
  }

  .review-card {
    width: 22vw;
    height: 50vh;
    margin-bottom: 5vh;
  }

  .review-text-container {
    height: 65%;
  }

  .img-ratings {
    margin-top: 2vh;
  }
  
  .posts{
    height: auto;
  }

  .post_container_1, 
  .post_container_2 {
    height: auto;
}


  .post-1 {
    width: 25vw;
    height: auto;
    aspect-ratio: 2/2;
    margin-bottom: 2vh;
  }

  .post-2 {
    width: 25vw;
    height: auto;
    aspect-ratio: 2/2;
}

  .post-3 {
    height: auto;
    aspect-ratio: 2/2;
    margin-bottom: 2vh;
  }

  .post-4 {
    width: 30vw;
    height: auto;
    aspect-ratio: 3/2;
}

.post-5{
  aspect-ratio: 2/3;
  height: auto;
}

.post-6 {
  aspect-ratio: 18/28;
  height: auto;
  padding-bottom: 2%;
}

.post-7 {
  width: 38vw;
  height: auto;
  aspect-ratio: 71/41;
  padding-right: 0.5vw;
}

  .join-our-community {
    width: 100%;
    height: 100vh;
    background-position: center center;
  }

  .sign-up-now-btn,
  .sign-up-now-btn:hover {
    font-size: 1.8vw;
  }

  input[type="email"] {
    height: 7vh;
  }

  input[type="email"]:focus {
    height: 7vh;
  }

  input[type="email"]::placeholder {
    font-size: 1.8vw;
  }

  .all-rights-reserved {
    font-size: 2vw;
    color: #fff;
  }

  .join-our-community {
    width: 100%;
    height: 100vh;
    background-position: center center;
  }

  .join-the-community-heading {
    padding-top: 8%;
    font-size: 3rem;
  }
}