@font-face {
  font-family: "Spicy Rice";
  src: url("../fonts/Spicy_Rice_regular/SpicyRice-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.stealing_everyone_hearts_banner {
  height: 80vh;
  width: 100%;
}

.banner {
  height: auto;
  background-repeat: no-repeat;
}

.content-wrapper {
  position: absolute;
  top: 0;
  display: flex;
  height: auto;
  width: 100%;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
}

.stealing_everyone_hearts_section_container {
  margin-top: 5vh;
}

.rvics_product_image {
  width: 50vw;
}

.stealing_everyone_hearts_text_image {
  margin: -5vh 0vw 0vh 0vw;
  width: 80vw;
}

.stealing_everyone_hearts_secondary_text {
  margin-top: 5vh;
  width: 56.22vw;
  color: #e6a4c6;
  font-size: 1.5vw;
  text-align: center;
}

.red_velvet_text {
  margin-top: 5vh;
  width: max-content;
  color: #e6a4c6;
  font-size: 1.5vw;
}

.read_full_article_text {
  margin-top: 5vh;
  width: max-content;
  color: #e6a4c6;
  font-size: 1.5vw;
  margin-bottom: 20vh;
}

.posts {
  height: auto;
  padding: 5vh 2vw 0vh 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: 1vw;
}

.post_container_3 {
  width: 38vw;
}

.post-1 {
  width: 27vw;
  height: 169.5vh;
}

.post-2 {
  width: 22vw;
  height: auto;
}

.post-3 {
  width: 23vw;
  height: 86vh;
  margin-bottom: 2vh;

}

.post-4 {
  width: 23vw;
  height: 81.5vh;
}

.post-5 {
  width: 20vw;
  height: auto;
  margin-bottom: 2vh;
}

.post-6 {
  width: 20vw;
  height: 72vh;
}

.post-7 {
  width: 22vw;
  height: 17vw;
  margin-bottom: 1.5vh;
}

.join-our-community {
  background-image: url(../images/products-page/RVICS/Banner/Banner\ 6.png);
  background-size: cover;
  max-height: 100%;
  background-position: center center;
  width: 100%;
  object-fit: contain;
  /* margin-top: 5%; */
}

.join-the-community-heading {
  padding-top: 15%;
  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: #e6a4c6;
  font-size: 1vw;
  background-color: #fff;
}

input[type="email"],
input[type="email"]:focus {
  border: 3px solid #fff;
  border-radius: 50px;
  height: 70px;
  background-color: transparent;
}

input[type="email"]::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 1vw;
}

.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;
}

@media only screen and (max-width: 575px) {
  .heavenfull_logo {
    width: 25vw;
  }

  .stealing_everyone_hearts_banner {
    height: 80vh;
  }

  .rvics_product_image {
    width: 80vw;
  }

  .stealing_everyone_hearts_text_image {
    width: 90vw;
    margin: -5vh 0vw 0vh 0vw;
  }

  .stealing_everyone_hearts_secondary_text {
    width: 90vw;
    font-size: 4vw;
  }

  .red_velvet_text {
    margin-top: 3vh;
    width: 92vw;
    font-size: 4vw;
  }

  .read_full_article_text {
    margin-top: 3vh;
    font-size: 4vw;
  }

  .post_container_1,
  .post_container_2 {
    height: auto;
  }

  .post-1 {
    width: 45vw;
    height: 57vh;
  }

  .post-2 {
    width: 53.5vw;
    height: auto;
    margin-left: 1.5vw;
  }

  .post-3 {
    width: 50vw;
    height: auto;
    margin-bottom: 1.5vh;
    padding-left: 1.5vw;
  }

  .post-4 {
    width: 50vw;
    height: auto;
    padding-left: 1.5vw;
  }

  .post-5 {
    width: 40vw;
    margin-bottom: 2vh;
    height: 51.5vh;
    margin-top: 1.5vh;
  }

  .post-6 {
    width: 40vw;
    height: auto;
  }

  .post-7 {
    width: 53.5vw;
    height: auto;
    margin-left: 1.5vw;
    margin-top: 1.5vh;
    margin-bottom: 2vh;
  }

  .join-the-community-heading {
    padding-top: 55%;
    font-size: 2.2rem;
  }

  input[type="email"] {
    height: 50px;
  }

  input[type="email"]:focus {
    height: 50px;
  }

  input[type="email"]::placeholder {
    font-size: 3vw;
  }

  .sign-up-now-btn,
  .sign-up-now-btn:hover {
    border-radius: 50px;
    width: auto;
    font-weight: 500;
    height: 50px;
    font-size: 3vw;
  }

  .all-rights-reserved {
    font-size: 3.5vw;
    color: #fff;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heavenfull_logo {
    width: 30vw;
  }

  .stealing_everyone_hearts_banner {
    height: 80vh;
  }

  .rvics_product_image {
    width: 80vw;
  }

  .stealing_everyone_hearts_text_image {
    width: 90vw;
    margin: -5vh 0vw 0vh 0vw;
  }

  .stealing_everyone_hearts_secondary_text {
    width: 88vw;
    font-size: 3vw;
  }

  .red_velvet_text {
    margin-top: 3vh;
    width: 92vw;
    font-size: 3vw;
  }

  .read_full_article_text {
    margin-top: 3vh;
    font-size: 3vw;
  }

  .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;

  }

  .post-2 {
    width: 53.5vw;
    height: auto;
    margin-left: 1.5vw;
  }

  .post-3 {
    width: 50vw;
    height: auto;
    margin-bottom: 1.5vh;
    padding-left: 1.5vw;
  }

  .post-4 {
    width: 50vw;
    height: auto;
    padding-left: 1.5vw;
  }

  .post-5 {
    width: 40vw;
    margin-bottom: 2vh;
    height: auto;
    margin-top: 1.5vh;
  }

  .post-6 {
    width: 40vw;
    height: auto;
  }

  .post-7 {
    width: 53.5vw;
    height: auto;
    margin-left: 1.5vw;
    margin-top: 1.5vh;
  }

  .join-the-community-heading {
    padding-top: 40%;
    font-size: 2.2rem;
  }

  input[type="email"] {
    height: 50px;
  }

  input[type="email"]:focus {
    height: 50px;
  }

  input[type="email"]::placeholder {
    font-size: 3vw;
  }

  .sign-up-now-btn,
  .sign-up-now-btn:hover {
    border-radius: 50px;
    width: auto;
    font-weight: 500;
    height: 50px;
    font-size: 3vw;
  }

  .all-rights-reserved {
    font-size: 3.5vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .gallery_img_1,
  .gallery_img_3 {
    padding-bottom: 2vh;
  }

  .rvics_product_image {
    width: 70vw;
  }

  .stealing_everyone_hearts_text_image {
    width: 90vw;
    margin: -5vh 0vw 0vh 0vw;
  }

  .stealing_everyone_hearts_secondary_text {
    margin-top: 5vh;
    width: 70vw;
    font-size: 2.5vw;
  }

  .red_velvet_text {
    font-size: 2.5vw;
  }

  .read_full_article_text {
    font-size: 2.5vw;
  }

  .post_container_1,
  .post_container_2 {
    height: auto;
    padding-right: 1.3vw;
  }

  .post-1 {
    width: 23vw;
    height: 83vh;
  }

  .post-2 {
    width: 25vw;
    height: 51vh;
  }

  .post-3 {
    width: 23vw;
    height: 37vh;
    margin-bottom: 1.5vh;
  }

  .post-4 {
    width: 23vw;
    height: 44.5vh;
  }

  .post-5 {
    width: 20vw;
    margin-bottom: 1.5vh;
    height: auto;
  }

  .post-6 {
    width: 20vw;
    height: 42.5vh;
    margin-bottom: 0vh;
  }

  .post-7 {
    width: 25vw;
    height: auto;
  }

  .join-the-community-heading {
    padding-top: 35%;
    font-size: 4rem;
    padding-bottom: 3%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {

  .post_container_1,
  .post_container_2 {
    height: auto;
  }


  .post-1 {
    width: 23vw;
    height: 86vh;

  }

  .post-2 {
    width: 25vw;
    height: 54vh;

  }

  .post-3 {
    width: 23vw;
    height: 43vh;
    margin-bottom: 1.5vh;
  }

  .post-4 {
    width: 23vw;
    height: 41.5vh;
  }

  .post-5 {
    width: 20vw;
    margin-bottom: 1.5vh;
    height: 40vh;
  }

  .post-6 {
    width: 20vw;
    height: 44.5vh;
    margin-bottom: 1.5vh;

  }

  .post-7 {
    width: 25vw;
    height: 30.5vh;
    margin-bottom: 1.5vh;
  }

  .rvics_product_image {
    width: 70vw;
  }

  .stealing_everyone_hearts_text_image {
    width: 90vw;
    margin: -5vh 0vw 0vh 0vw;
  }

  .stealing_everyone_hearts_secondary_text {
    margin-top: 5vh;
    width: 70vw;
    font-size: 2vw;
  }

  .red_velvet_text {
    font-size: 2vw;
  }

  .read_full_article_text {
    font-size: 2vw;
  }

  .join-the-community-heading {
    padding-top: 25%;
    font-size: 4rem;
    padding-bottom: 3%;
  }
}