* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'kablam';
  /* Define a name for the font */
  src: url('assets/img/KaBlam.ttf') format('truetype');
  /* Path to the .ttf file and format */
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  /* or hidden if clip is unsupported in your targets */
}

.row {
  margin: 0;
  padding: 0;
}

/* Navbar CSS */
#NAV {
  background-color: transparent;
  transition: background-color 0.3s;
  margin: 0;
  padding: 30px;
  position: fixed !important;
  width: 100%;
  z-index: 999;
  translate: 0rem !important;
  top: 0;
}

.logo img {
  height: 80px;
  width: auto;
}

.active {
  color: #ff5b31;
}

ul li {
  color: #ffffff;
  list-style-type: none;
  padding: 0px 15px;
  transition: background-color 0.3s;
}

ul li a {
  color: #5f3d2a;
  text-decoration: none;
  font-size: 16px;
  background: #fff;
  padding: 5px 10px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: 'kablam', sans-serif;
  border-radius: 4px;
}

.Active-Menu {
  border-bottom: 4px solid #000;
  padding-bottom: 5px;
}

li {
  position: relative;
  /* Position parent list item relative for dropdown positioning */
}

.desk-menu {
  display: flex;
}

.menu-box {
  width: 100%;
  height: 100vh;
  background-color: #000000da;
  top: 0%;
  right: 0%;
  position: absolute;
  padding: 4rem 4rem;
  right: -100%;
}

a:hover {
  color: #000000 !important;
}

.menu-btn {
  display: none;
  font-size: 1.5rem;
  padding: 0px 10px 2px 10px;
  color: #5c3621;
  background-color: #fff;
  border: none;
  border-radius: 4px;
}

.menu-box a {
  font-size: 1.5rem;
  color: #ffffff;
}

.menu-box i {
  color: #ffffff;
  font-size: 3rem;
  border: none;
  border-radius: 50%;
  font-weight: 600;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}

/* Navbar CSS End */

.niko_main_container {
  height: 85lvh;
  /* background: url("assets/img/Hero.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.wave-container {
  position: relative;
  width: 100%;
  /* max-width: 1920px; */
  overflow: hidden;
}

.Niko_Niko_logo {
  position: absolute;
  justify-self: anchor-center;
  margin-top: 8rem;
}

.Niko_Niko_logo img {
  width: auto;
  height: 550px;
  position: relative;
  translate: -20px 0px;
}

.Niko_Niko_logo h4 {
  font-size: 3rem;
  font-family: "Sirivennela", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero-img {
  width: 100%;
  display: block;
}

.wave-svg {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 350px;
  /* Increase height for even deeper waves */
  z-index: 2;
  pointer-events: none;
}

.wave-svg2 {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 350px;
  /* Increase height for even deeper waves */
  z-index: 2;
  pointer-events: none;
}

.bg_img img {
  position: absolute;
  width: 500px;
  right: 0rem;
  translate: 0rem -28rem;
  z-index: 9;
}

.bg_img2 img {
  position: absolute;
  width: 600px;
  left: 0rem;
  translate: -8rem -16rem;
  z-index: 9;
}

.section_2 {
  margin: 4rem 0;
  position: relative;
  z-index: 9;
}

.section_2 h1 {
  font-family: 'kablam', sans-serif;
  font-size: 4rem;
  color: #ca2027;
  margin-bottom: 4rem;
}

.section_2 .container {
  justify-items: center;
}

.section_2 p {
  font-family: 'poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: 75%;
  text-align: justify;
}

/* .shape2 img {
  position: absolute;
  width: 110%;
  right: -14rem;
  translate: 0rem -15rem;
} */

.shape2 img {
  position: absolute;
  width: 100%;
  right: 0rem;
  translate: 0rem -16.8rem;
}

.section_3 {
  padding: 0rem 0 30rem;
  background-color: #f2d9d4;
  translate: 0px -4rem;
  z-index: -1;
  position: relative;
}

.section_3 h3 {
  position: relative;
  font-size: 3rem;
  font-family: 'kablam', sans-serif;
  color: #ca2027;
  margin-bottom: 4rem;
  z-index: 9;
  letter-spacing: 1px;
  padding-left: 5rem;
}

.section_3 p {
  font-family: 'poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  width: 90%;
  padding-left: 5rem;
}

.svg1 svg {
  position: absolute;
  translate: 0rem -24.8rem;
}

.section_3_pdng {
  padding: 0 0 0 10rem;
}

.section_3_pdng2 {
  padding: 0 10rem 0 0;
  translate: 0 -10rem;
}

.Ice_Crean_Tubs {
  width: 100%;
  /* position: absolute; */
  /* translate: 3rem -26rem; */
  /* right: 0; */
}

.Ice_Crean_Tubs2 {
  width: 100%;
  /* position: absolute; */
  /* translate: 0rem 0rem; */
  /* left: 0; */
}

.Ice_Crean_Tubs3 {
  width: 100%;
}

.bg_images_2 {
  position: absolute;
  width: 100%;
  translate: 0rem -30rem;
}

.section_4_content {
  text-align: center;
  position: relative;
  z-index: 9;
  translate: 0rem -5rem;
}

.section_4_content h3 {
  font-size: 3rem;
  font-family: 'kablam', sans-serif;
  color: #ca2027;
  margin-bottom: 4rem;
  z-index: 9;
  letter-spacing: 1px;
}

.section_4_content p {
  font-family: 'poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.section_5 {
  text-align: center;
  padding: 80rem 0 2rem;
  background-color: #f2d9d4;
  z-index: -1;
  position: relative;
}

.section_5_content h1 {
  font-size: 5rem;
  font-family: 'kablam', sans-serif;
  color: #ca2027;
  margin-bottom: 4rem;
  z-index: 9;
  letter-spacing: 1px;
}

.section_5_content img {
  width: 100px;
  position: absolute;
  translate: 23rem -3rem;
}

.section_5_content h3 {
  font-size: 3rem;
  font-family: 'kablam', sans-serif;
  color: #ca2027;
  margin-bottom: 2rem;
  z-index: 9;
  letter-spacing: 1px;
}

.section_5_content p {
  font-family: 'poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  width: 50%;
  justify-self: center;
}

.colour_bg2 {
  position: absolute;
  width: 100%;
}

/* Tubs CSS */

.section_6_products {
  position: relative;
}

.section_6_content {
  translate: 0rem 14rem;
}

.section_6_content h1 {
  font-size: 5rem;
  color: #fff;
  font-family: 'kablam', sans-serif;
  margin-bottom: 2rem;
  z-index: 9;
  letter-spacing: 1px;
  text-align: center;
}

.section_6_content p {
  font-family: 'poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  justify-self: center;
  color: #fff;
}

.section_6_products img {
  width: 75%;
}

.berry_boujee {
  translate: 9rem -4.5rem;
}

.momday_blues {
  translate: 1rem 16rem;
}

.no_sleep_club {
  translate: 0rem -6.8rem;
}

.biscuits_state {
  translate: 10rem 8rem;
}

.blush_protocol {
  translate: 6rem 20rem;
}

.cookie_co {
  translate: -2rem 0rem;
}

.tub_with_character {
  width: 100% !important;
  translate: 0rem 22rem;
  position: relative;
  z-index: 9;
}

/* Section 7 CSS */

.colour_bg3 {
  position: absolute;
  width: 100%;
  translate: 0rem -14rem;
  z-index: 0;
}

.section_7_products {
  padding-top: 20rem;
  text-align: end;
}

.section_7_products img {
  width: 100%;
  position: relative;
}

.peru_bhabhi {
  translate: 4rem 0rem;
}

.imli_rani {
  translate: 0rem 0rem;
}

.jamuniya {
  translate: -1rem -4rem;
}

.kairi_kumari {
  translate: 0rem -4.5rem;
}

.section_7_content {
  position: relative;
}

.section_7_content_mob_view {
  display: none !important;
}

.section_7_content h1 {
  font-size: 5rem;
  color: #ca2027;
  font-family: 'kablam', sans-serif;
  margin-bottom: 2rem;
  z-index: 9;
  letter-spacing: 1px;
  text-align: center;
}

.section_7_content p {
  font-family: 'poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  justify-self: center;
  color: #000;
}

.all_chuski_img {
  text-align: center;
}

.chuski_pops_set {
  width: 70%;
  position: relative;
  z-index: 9;
}

/* Section 8 CSS */
.colour_bg {
  position: absolute;
  width: 100%;
  translate: 0rem -27rem;
  z-index: 0;
}

.characters {
  position: absolute;
  left: 0px;
  height: auto;
  width: 22vw;
  translate: 0rem -18rem;
  z-index: 9;
}

.star_icon4 {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 56vw;
  translate: -8rem 51rem;
}

.character1 {
  position: absolute;
  right: 0;
  z-index: 0;
  width: 68vw;
  translate: 0rem 45.5rem;
}

.section_8_content {
  position: relative;
  justify-items: end;
}

.section_8_content h1 {
  padding-top: 25lvh;
  font-size: 5rem;
  color: #fff;
  font-family: 'kablam', sans-serif;
  margin-bottom: 5rem;
  z-index: 9;
  letter-spacing: 1px;
}

.section_8_content p {
  font-family: 'poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  width: 70%;
}

.love_info {
  position: absolute;
  width: 250px;
  translate: -5rem -6rem;
}

.section_9 {
  background-color: #f2d9d4;
  translate: 0rem 61rem;
}

.curved_text {
  padding-top: 25lvh;
}

.section_9_mob_view {
  display: none;
}

.section_9_content p {
  padding-top: 35lvh;
  padding-left: 10rem;
  font-family: 'poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  width: 100%;
  text-align: justify;
}

textPath {
  font-size: 4.5rem;
  color: #ca2027;
  font-family: 'kablam', sans-serif;
  z-index: 9;
  text-align: center;
  letter-spacing: 5px;
}

.signature {
  padding-left: 10rem;
  width: 100%;
}

.ice_cream_footer {
  width: 100%;
}

.icecream_product_slider {
  display: none !important;
}

.chuskipops_product_slider {
  display: none !important;
}

#aboutus {
  position: relative;
  translate: 0 -4rem;
}

.footer
{
  background-color: #ca2027;
  padding: 1.5rem 1.5rem;
}

.footer h6
{
  color: #fff;
  text-align: center;
  margin: 0 0 1rem 0;
  font-weight: 400;
}

.footer p
{
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 400;
}

.footer p a
{
  text-decoration: none;
  color: #fff;
}

.lg_view
{
  display: none;
}

@media (max-width: 2880px) and (min-width: 2561px) {
  .logo img {
    height: 125px;
    width: auto;
  }

  ul li a {
    font-size: 32px;
    padding: 8px 18px;
  }

  #NAV {
    padding: 35px;
  }

  #aboutus {
    translate: 0 -12rem;
  }

  .Niko_Niko_logo {
    margin-top: 20rem;
  }

  .wave-svg {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 525px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .wave-svg2 {
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 100%;
    height: 525px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .svg1 svg {
    position: absolute;
    translate: 0rem -30rem;
  }

  .bg_img img {
    position: absolute;
    width: 500px;
    right: 0rem;
    translate: 0rem -35rem;
    z-index: 9;
  }

  .section_2 {
    margin: 6rem 0;
    position: relative;
    z-index: 9;
  }

  .section_2 h1 {
    font-size: 6rem;
  }

  .section_2 p {
    font-family: 'poppins', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    width: 100%;
    text-align: justify;
  }

  .shape2 img {
    translate: 0rem -18.5rem;
  }

  .section_3 {
    translate: 0 0;
    padding: 0rem 0 32rem;
  }

  .section_3_pdng {
    padding: 2.5rem 0 0 10rem;
  }

  .section_3 h3 {
    font-size: 5rem;
  }

  .section_3 p {
    font-size: 2.2rem;
  }

  .bg_images_2 {
    translate: 0rem -35rem;
  }

  .section_4_content {
    translate: 0rem 0rem;
  }

  .section_4_content h3 {
    font-size: 5rem;
  }

  .section_4_content p {
    font-size: 2.2rem;
  }

  .section_5 {
    padding: 135rem 0 2rem;
  }

  .section_5_content h1 {
    font-size: 10rem;
  }

  .section_5_content img {
    width: 175px;
    translate: 45rem -5rem;
  }

  .section_5_content h3 {
    font-size: 5rem;
  }

  .section_5_content p {
    font-size: 2.2rem;
  }

  .section_6_content {
    translate: 0rem 18rem;
  }

  .section_6_products img {
    width: 80%;
  }

  .section_6_content h1 {
    font-size: 6rem;
    letter-spacing: 8px;
  }

  .section_6_content p {
    font-size: 2.2rem;
  }

  .berry_boujee {
    translate: 10rem -4.5rem;
  }

  .no_sleep_club {
    translate: 4rem -5.4rem;
  }

  .momday_blues {
    translate: 0rem 28rem;
  }

  .biscuits_state {
    translate: 14rem 20rem;
  }

  .blush_protocol {
    translate: 8rem 31rem;
  }

  .cookie_co {
    translate: -2rem 5rem;
  }

  .tub_with_character {
    translate: 0rem 32rem;
  }

  .colour_bg3 {
    translate: 0rem -25rem;
  }

  .section_7_products {
    padding-top: 24rem;
  }

  .peru_bhabhi {
    translate: 8rem 0rem;
  }

  .jamuniya {
    translate: -1rem 0rem;
  }

  .kairi_kumari {
    translate: 0rem -0.8rem;
  }

  .section_7_content h1 {
    font-size: 6rem;
  }

  .section_7_content p {
    font-size: 2.2rem;
  }

  .chuski_pops_set {
    width: 80%;
  }

  .colour_bg {
    translate: 0rem -40rem;
  }

  .section_8_content h1 {
    padding-top: 22rem;
    font-size: 8rem;
    margin-bottom: 8rem;
  }

  .love_info {
    width: 350px;
    translate: -6rem -7rem;
  }

  .section_8_content p {
    font-size: 2.2rem;
  }

  .characters {
    translate: 0rem -28rem;
  }

  .star_icon4 {
    width: 60vw;
    translate: -12rem 73.8rem;
  }

  .character1 {
    translate: 0rem 69rem;
  }

  .section_9 {
    translate: 0rem 105rem;
  }

  .section_9_content p {
    font-size: 2.2rem;
  }
}

@media (max-width: 2560px) and (min-width: 1921px) {
  .logo img {
    height: 115px;
    width: auto;
  }

  ul li a {
    font-size: 28px;
  }

  #NAV {
    padding: 15px;
  }

  .Niko_Niko_logo {
    margin-top: 14rem;
  }

  .wave-svg {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 525px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .wave-svg2 {
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 100%;
    height: 525px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .bg_img img {
    position: absolute;
    width: 500px;
    right: 0rem;
    translate: 0rem -35rem;
    z-index: 9;
  }

  .section_2 {
    margin: 6rem 0;
    position: relative;
    z-index: 9;
  }

  .section_2 h1 {
    font-size: 5rem;
  }

  .section_2 p {
    font-family: 'poppins', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    width: 95%;
    text-align: justify;
  }

  .shape2 img {
    translate: 0rem -14.2rem;
  }

  .section_3 {
    translate: 0 0;
    padding: 0rem 0 32rem;
  }

  .section_3_pdng {
    padding: 4rem 0 0 10rem;
  }

  .section_3 h3 {
    font-size: 4.5rem;
  }

  .section_3 p {
    font-size: 2rem;
  }

  .bg_images_2 {
    translate: 0rem -35rem;
  }

  .section_4_content {
    translate: 0rem -3rem;
  }

  .section_4_content h3 {
    font-size: 4.5rem;
  }

  .section_4_content p {
    font-size: 2rem;
  }

  .section_5 {
    padding: 115rem 0 2rem;
  }

  .section_5_content h1 {
    font-size: 8rem;
  }

  .section_5_content img {
    width: 150px;
    translate: 37rem -4rem;
  }

  .section_5_content h3 {
    font-size: 4rem;
  }

  .section_5_content p {
    font-size: 2rem;
  }

  .berry_boujee {
    translate: 10rem -1.5rem;
  }

  .no_sleep_club {
    translate: 4rem -2.4rem;
  }

  .momday_blues {
    translate: 2rem 26rem;
  }

  .biscuits_state {
    translate: 14rem 20rem;
  }

  .blush_protocol {
    translate: 8rem 31rem;
  }

  .cookie_co {
    translate: -2rem 5rem;
  }

  .tub_with_character {
    translate: 0rem 32rem;
  }

  .colour_bg3 {
    translate: 0rem -15rem;
  }

  .section_7_products {
    padding-top: 30rem;
  }

  .peru_bhabhi {
    translate: 8rem 0rem;
  }

  .jamuniya {
    translate: -1rem 0rem;
  }

  .kairi_kumari {
    translate: 0rem -0.8rem;
  }

  .section_7_content h1 {
    font-size: 6rem;
  }

  .section_7_content p {
    font-size: 2rem;
  }

  .chuski_pops_set {
    width: 80%;
  }

  .colour_bg {
    translate: 0rem -37rem;
  }

  .section_8_content h1 {
    padding-top: 20rem;
    font-size: 6rem;
    margin-bottom: 6rem;
  }

  .love_info {
    width: 300px;
    translate: -5rem -7rem;
  }

  .section_8_content p {
    font-size: 2rem;
  }

  .characters {
    translate: 0rem -28rem;
  }

  .star_icon4 {
    width: 60vw;
    translate: -12rem 65rem;
  }

  .character1 {
    translate: 0rem 61rem;
  }

  .section_9 {
    translate: 0rem 88.5rem;
  }

  .section_9_content p {
    font-size: 2rem;
    padding-top: 30rem;
  }

  .curved_text {
    padding-top: 10rem;
  }
}

@media (max-width: 1920px) and (min-width: 1601px) {

  #NAV {
    padding: 15px;
  }

  #aboutus {
    position: relative;
    translate: 0 -4rem;
  }

  /* #ourflavor {
    position: relative;
    translate: 0 -10rem;
  } */

  .wave-svg {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 420px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .wave-svg2 {
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 100%;
    height: 420px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .bg_img img {
    position: absolute;
    width: 500px;
    right: 0rem;
    translate: 0rem -28rem;
    z-index: 9;
  }

  .bg_img2 img {
    width: 500px;
  }

  .section_2 {
    margin: 6rem 0;
    position: relative;
    z-index: 9;
  }

  .section_2 p {
    font-family: 'poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    width: 75%;
    text-align: justify;
  }

  /* Section 3 CSS */
  .section_3 h3 {
    font-size: 3.5rem;
  }

  .chuski_pops_set {
    width: 80%;
  }

  .section_8_content h1 {
    padding-top: 15rem;
  }

  .character1 {
    width: 66vw;
    translate: 0rem 48.4rem;
  }

  .star_icon4 {
    width: 60vw;
    translate: -8rem 49.6rem;
  }

  .section_9 {
    translate: 0rem 63rem;
  }

  .section_9_content p {
    padding-top: 25rem;
  }

  .curved_text {
    padding-top: 8rem;
  }
}

@media (max-width: 1600px) and (min-width: 1560px) {

  #NAV {
    padding: 20px;
  }

  #aboutus {
    position: relative;
    translate: 0 -5rem;
  }

  .wave-svg {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    height: 350px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .wave-svg2 {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 350px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .Niko_Niko_logo {
    margin-top: 7rem;
  }

  .Niko_Niko_logo img {
    height: 450px;
  }

  .svg1 svg {
    translate: 0rem -20.8rem;
  }

  .shape2 img {
    translate: 0rem -14.2rem;
  }

  /* Section 3 CSS */
  .section_3_pdng {
    padding: 0rem 0rem 0rem 5rem;
  }

  .section_3_pdng3 {
    padding: 0rem 0rem 0rem 5rem;
  }

  .section_3 {
    translate: 0px -3rem;
  }

  .section_3 h3 {
    padding-top: 8rem;
    /* padding-left: 0rem; */
  }

  .section_3 p {
    /* padding-left: 0rem; */
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -10rem;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 62rem 0 2rem;
  }

  .section_5_content p {
    width: 56%;
  }

  /* Section 6 CSS */
  .section_6_content {
    translate: 0rem 12rem;
  }

  .berry_boujee {
    translate: 7rem -5.3rem;
  }

  .no_sleep_club {
    translate: 1rem -6.5rem;
  }

  .momday_blues {
    translate: 1rem 12rem;
  }

  .blush_protocol {
    translate: 6rem 15rem;
  }

  .cookie_co {
    translate: -3rem -3rem;
  }

  .tub_with_character {
    translate: 0rem 15rem;
  }

  /* Section 7 CSS */
  .section_7_products {
    padding-top: 14rem;
  }

  .chuski_pops_set {
    translate: 0rem -4rem;
    width: 80%;
  }

  .colour_bg {
    translate: 0rem -29rem;
  }

  .section_8_content h1 {
    padding-top: 7rem;
  }

  .characters {
    width: 21.8vw;
    translate: 0rem -22rem;
  }

  .star_icon4 {
    width: 62vw;
    translate: -8rem 33.5rem;
  }

  .character1 {
    translate: 0rem 34.2rem;
    width: 65vw;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 47.9rem;
  }

  .section_9_content p {
    padding-top: 25rem;
  }

  .curved_text {
    padding-top: 8rem;
  }
}

@media (max-width: 1559px) and (min-width: 1537px) {

  #NAV {
    padding: 20px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .wave-svg {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 350px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .wave-svg2 {
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    height: 350px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .Niko_Niko_logo {
    margin-top: 6rem;
  }

  .Niko_Niko_logo img {
    height: 450px;
  }

  .svg1 svg {
    translate: 0rem -18rem;
  }

  .shape2 img {
    translate: 0rem -11.6rem;
  }

  .bg_img img {
    width: 330px;
    translate: 0rem -22rem;
  }

  .bg_img2 img {
    width: 330px;
    translate: -4rem -10rem;
  }

  /* Section 3 CSS */
  .section_3 {
    padding: 0rem 0 24rem;
  }

  .section_3_pdng {
    padding: 2rem 0rem 0rem 5rem;
  }

  .section_3_pdng3 {
    padding: 0rem 0rem 0rem 5rem;
  }

  .section_3 {
    translate: 0px -3rem;
  }

  .section_3 h3 {
    padding-top: 5rem;
    /* padding-left: 0rem; */
  }

  .section_3 p {
    /* padding-left: 0rem; */
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -12rem;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 56rem 0 2rem;
  }

  .section_5_content h3 {
    font-size: 2.5rem;
  }

  .section_5_content p {
    width: 58%;
  }

  /* Section 6 CSS */
  .section_6_content {
    translate: 0rem 10rem;
  }

  .berry_boujee {
    translate: 9rem -7.5rem;
  }

  .no_sleep_club {
    translate: 0rem -7.5rem;
  }

  .momday_blues {
    translate: 1rem 12rem;
  }

  .biscuits_state {
    translate: 8rem 4rem;
  }

  .blush_protocol {
    translate: 5rem 13rem;
  }

  .cookie_co {
    translate: -3rem -3rem;
  }

  .tub_with_character {
    translate: 0rem 15rem;
    width: 95% !important;
    margin-left: 2.5%;
  }

  /* Section 7 CSS */
  .section_7_products {
    padding-top: 12.5rem;
  }

  .chuski_pops_set {
    translate: 0rem -6rem;
    width: 80%;
  }

  .colour_bg {
    translate: 0rem -29rem;
  }

  .section_8_content h1 {
    padding-top: 4rem;
  }

  .characters {
    width: 21.8vw;
    translate: 0rem -22rem;
  }

  .star_icon4 {
    width: 62vw;
    translate: -7.6rem 30.5rem;
  }

  .character1 {
    translate: 0rem 31.7rem;
    width: 65vw;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 46.6rem;
  }

  .section_9_content p
  {
    padding-top: 25rem;
  }

  .curved_text {
    padding-top: 8rem;
  }
}

@media (max-width: 1536px) and (min-width: 1441px) {

  #NAV {
    padding: 20px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .wave-svg {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 350px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .wave-svg2 {
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    height: 350px;
    /* Increase height for even deeper waves */
    z-index: 2;
    pointer-events: none;
  }

  .Niko_Niko_logo {
    margin-top: 6rem;
  }

  .Niko_Niko_logo img {
    height: 450px;
  }

  .svg1 svg {
    translate: 0rem -18rem;
  }

  .shape2 img {
    translate: 0rem -11.6rem;
  }

  .bg_img img {
    width: 330px;
    translate: 0rem -22rem;
  }

  .bg_img2 img {
    width: 330px;
    translate: -4rem -10rem;
  }

  /* Section 3 CSS */
  .section_3 {
    padding: 0rem 0 24rem;
  }

  .section_3_pdng {
    padding: 2rem 0rem 0rem 5rem;
  }

  .section_3_pdng3 {
    padding: 0rem 0rem 0rem 5rem;
  }

  .section_3 {
    translate: 0px -3rem;
  }

  .section_3 h3 {
    padding-top: 5rem;
    /* padding-left: 0rem; */
  }

  .section_3 p {
    /* padding-left: 0rem; */
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -12rem;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 56rem 0 2rem;
  }

  .section_5_content h3 {
    font-size: 2.5rem;
  }

  .section_5_content p {
    width: 58%;
  }

  /* Section 6 CSS */
  .section_6_content {
    translate: 0rem 10rem;
  }

  .berry_boujee {
    translate: 9rem -7.5rem;
  }

  .no_sleep_club {
    translate: 0rem -7.5rem;
  }

  .momday_blues {
    translate: 1rem 12rem;
  }

  .biscuits_state {
    translate: 8rem 4rem;
  }

  .blush_protocol {
    translate: 5rem 13rem;
  }

  .cookie_co {
    translate: -3rem -3rem;
  }

  .tub_with_character {
    translate: 0rem 15rem;
    width: 95% !important;
    margin-left: 2.5%;
  }

  /* Section 7 CSS */
  .section_7_products {
    padding-top: 12.5rem;
  }

  .chuski_pops_set {
    translate: 0rem -6rem;
    width: 80%;
  }

  .colour_bg {
    translate: 0rem -29rem;
  }

  .section_8_content h1 {
    padding-top: 4rem;
  }

  .characters {
    width: 21.8vw;
    translate: 0rem -22rem;
  }

  .star_icon4 {
    width: 62vw;
    translate: -7.6rem 30.9rem;
  }

  .character1 {
    translate: 0rem 31.7rem;
    width: 65vw;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 46.6rem;
  }

  .section_9_content p
  {
    padding-top: 25rem;
  }

  .curved_text {
    padding-top: 8rem;
  }
}

@media (max-width: 1440px) and (min-width: 1367px) {
  #NAV {
    padding: 15px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .Niko_Niko_logo {
    margin-top: 7rem;
  }

  .Niko_Niko_logo img {
    height: 400px;
  }

  .wave-svg {
    bottom: -48px;
  }

  .wave-svg2 {
    bottom: -65px;
  }

  .svg1 svg {
    translate: 0rem -18.5rem;
  }

  .shape2 img {
    translate: 0rem -12.4rem;
  }

  .bg_img img {
    width: 310px;
    translate: 0rem -23rem;
  }

  .bg_img2 img {
    width: 330px;
    translate: -7rem -11rem;
  }

  /* Section 3 CSS */
  .section_3 {
    translate: 0px -3rem;
    padding: 0rem 0 15rem;
  }

  .section_3_pdng {
    padding: 0rem 0rem 0rem 0rem;
  }

  .section_3_pdng2 {
    padding: 0 1rem 0 0;
  }

  .section_3_pdng3 {
    translate: 0 -10rem;
  }

  .section_3 h3 {
    padding-top: 8rem;
    /* padding-left: 0rem; */
  }

  .section_3 p {
    /* padding-left: 0rem; */
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -13rem;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 52rem 0 2rem;
  }

  .section_5_content p {
    width: 62%;
  }

  /* Section 6 CSS */
  .section_6_content {
    translate: 0rem 9rem;
  }

  .section_6_content h1 {
    margin-bottom: 1rem;
  }

  .berry_boujee {
    translate: 9rem -7rem;
  }

  .no_sleep_club {
    translate: 0rem -6.8rem;
  }

  .biscuits_state {
    translate: 8rem 4rem;
  }

  .momday_blues {
    translate: 1rem 12rem;
  }

  .blush_protocol {
    translate: 5rem 13rem;
  }

  .cookie_co {
    translate: -3rem -3rem;
  }

  .tub_with_character {
    translate: 0rem 12rem;
    width: 95% !important;
    margin-left: 2.5%;
  }

  /* Section 7 CSS */
  .section_7_products {
    padding-top: 10.5rem;
  }

  .chuski_pops_set {
    translate: 0rem -4rem;
    width: 80%;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -26rem;
  }

  .section_8_content h1 {
    padding-top: 4.2rem;
    font-size: 4rem;
  }

  .love_info {
    width: 200px;
    translate: -4rem -5rem;
  }

  .section_8_content p {
    width: 75%;
    font-size: 1.4rem;
  }

  .characters {
    width: 21.8vw;
    translate: 0rem -22rem;
  }

  .star_icon4 {
    width: 62vw;
    translate: -7rem 27.1rem;
  }

  .character1 {
    translate: 0rem 27.9rem;
    width: 65vw;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 42.4rem;
  }

  .section_9_content p
  {
    padding-top: 22rem;
  }

  .curved_text {
    padding-top: 7rem;
  }
}

@media (max-width: 1366px) and (min-width: 1281px) {

  #NAV {
    padding: 15px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .Niko_Niko_logo {
    margin-top: 6.5rem;
  }

  .Niko_Niko_logo img {
    height: 360px;
  }

  .wave-svg {
    bottom: -48px;
  }

  .wave-svg2 {
    bottom: -65px;
  }

  .svg1 svg {
    translate: 0rem -13.5rem;
  }

  .shape2 img {
    translate: 0rem -7.7rem;
  }

  .bg_img img {
    width: 310px;
    translate: 0rem -23rem;
  }

  .bg_img2 img {
    width: 290px;
    translate: -6rem -5rem;
  }

  .section_2 p {
    width: 85%;
  }

  /* Section 3 CSS */
  .section_3 {
    translate: 0px 0rem;
    padding: 0rem 0 15rem;
  }

  .section_3_pdng {
    padding: 0rem 0rem 0rem 0rem;
  }

  .section_3_pdng2 {
    padding: 0 1rem 0 0;
  }

  .section_3_pdng3 {
    translate: 0 -10rem;
  }

  .section_3 h3 {
    padding-top: 8rem;
    margin-bottom: 3rem;
    /* padding-left: 0rem; */
  }

  .section_3 p {
    /* padding-left: 0rem; */
    font-size: 1.2rem;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -15rem;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 46rem 0 2rem;
  }

  .section_5_content h1 {
    margin-bottom: 3rem;
  }

  .section_5_content h3 {
    font-size: 2.5rem;
  }

  .section_5_content p {
    width: 65%;
  }

  /* Section 6 CSS */
  .section_6_content {
    translate: 0rem 8.5rem;
  }

  .section_6_content h1 {
    margin-bottom: 1rem;
  }

  .berry_boujee {
    translate: 9rem -7.5rem;
  }

  .no_sleep_club {
    translate: 0rem -6.8rem;
  }

  .biscuits_state {
    translate: 7rem 3rem;
  }

  .momday_blues {
    translate: 1rem 12rem;
  }

  .blush_protocol {
    translate: 4rem 12rem;
  }

  .cookie_co {
    translate: -3rem -3rem;
  }

  .tub_with_character {
    translate: 0rem 12rem;
    width: 95% !important;
    margin-left: 2.5%;
  }

  /* Section 7 CSS */
  .section_7_products {
    padding-top: 9.4rem;
  }

  .chuski_pops_set {
    translate: 0rem -4rem;
    width: 80%;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -25rem;
  }

  .section_8_content h1 {
    padding-top: 4.2rem;
    font-size: 4rem;
  }

  .love_info {
    width: 200px;
    translate: -4rem -5rem;
  }

  .section_8_content p {
    width: 75%;
    font-size: 1.4rem;
  }

  .characters {
    width: 23vw;
    translate: 0rem -22rem;
  }

  .star_icon4 {
    width: 62vw;
    translate: -7rem 28.3rem;
  }

  .character1 {
    translate: 0rem 29rem;
    width: 65vw;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 41.6rem;
  }

  .section_9_content p
  {
    padding-top: 22rem;
  }

  .curved_text {
    padding-top: 7rem;
  }
}

@media (max-width: 1280px) and (min-width: 1177px) {

  #NAV {
    padding: 15px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .Niko_Niko_logo {
    margin-top: 6.8rem;
  }

  .Niko_Niko_logo img {
    height: 350px;
  }

  .wave-svg {
    bottom: -40px;
  }

  .wave-svg2 {
    bottom: -60px;
  }

  .svg1 svg {
    translate: 0rem -13.5rem;
  }

  .shape2 img {
    translate: 0rem -8rem;
  }

  .bg_img img {
    width: 310px;
    translate: 0rem -23rem;
  }

  .bg_img2 img {
    width: 290px;
    translate: -6rem -5rem;
  }

  .section_2 p {
    width: 85%;
  }

  /* Section 3 CSS */
  .section_3 {
    translate: 0px 0rem;
    padding: 0rem 0 15rem;
  }

  .section_3_pdng {
    padding: 0rem 0rem 0rem 0rem;
  }

  .section_3_pdng2 {
    padding: 0 1rem 0 0;
  }

  .section_3_pdng3 {
    translate: 0 -10rem;
  }

  .section_3 h3 {
    padding-top: 5rem;
    margin-bottom: 3rem;
    /* padding-left: 0rem; */
  }

  .section_3 p {
    /* padding-left: 0rem; */
    font-size: 1.2rem;
  }

  /* Section 4 CSS */
  .bg_images_2 {
    translate: 0rem -25rem;
  }

  .section_4_content {
    translate: 0rem -10rem;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 46rem 0 2rem;
  }

  .section_5_content h1 {
    margin-bottom: 3rem;
  }

  .section_5_content h3 {
    font-size: 2.5rem;
  }

  .section_5_content p {
    width: 70%;
  }

  /* Section 6 CSS */
  .section_6_content {
    translate: 0rem 8.5rem;
  }

  .section_6_content h1 {
    margin-bottom: 1rem;
  }

  .section_6_products img {
    width: 90%;
  }

  .berry_boujee {
    translate: 3.2rem -7.4rem;
  }

  .momday_blues {
    translate: -2rem 8rem;
  }

  .no_sleep_club {
    translate: 1rem -7.6rem;
  }

  .biscuits_state {
    translate: 5rem -0.5rem;
  }

  .blush_protocol {
    translate: 4rem 6rem;
  }

  .cookie_co {
    translate: -2rem -8rem;
  }

  .tub_with_character {
    translate: 0rem 5rem;
    width: 95% !important;
    margin-left: 2.5%;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -18rem;
  }

  .section_7_products {
    padding-top: 4rem;
  }

  .chuski_pops_set {
    translate: 0rem -4rem;
    width: 80%;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -22rem;
  }

  .section_8_content h1 {
    padding-top: 3.5rem;
    font-size: 4rem;
  }

  .love_info {
    width: 200px;
    translate: -4rem -5rem;
  }

  .section_8_content p {
    width: 75%;
    font-size: 1.4rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -20rem;
  }

  .star_icon4 {
    width: 62vw;
    translate: -6.6rem 25rem;
  }

  .character1 {
    translate: 0rem 25.6rem;
    width: 65vw;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 36.6rem;
  }

  .curved_text {
    padding-top: 7rem;
  }


  .section_9_content p {
    padding-top: 21rem;
    padding-left: 6rem;
  }

  .signature {
    padding-left: 5rem;
  }
}

@media (max-width: 1176px) and (min-width: 1025px) {

  #NAV {
    padding: 15px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .Niko_Niko_logo {
    margin-top: 6.8rem;
  }

  .Niko_Niko_logo img {
    height: 330px;
  }

  .logo img {
    height: 50px;
    width: auto;
  }

  #NAV {
    padding: 15px;
  }

  ul li a {
    font-size: 12px;
  }



  .wave-svg {
    bottom: -45px;
    height: 270px;
  }

  .wave-svg2 {
    bottom: -60px;
    height: 270px;
  }

  .svg1 svg {
    translate: 0rem -11.5rem;
  }

  .shape2 img {
    translate: 0rem -6.5rem;
  }

  .bg_img img {
    width: 300px;
    translate: 0rem -17rem;
  }

  .bg_img2 img {
    width: 290px;
    translate: -6rem -5rem;
  }

  .section_2 h1 {
    font-size: 3rem;
  }

  .section_2 p {
    width: 85%;
    font-size: 1.2rem;
  }

  /* Section 3 CSS */
  .section_3 {
    translate: 0px 0rem;
    padding: 2rem 0 15rem;
  }

  .section_3_pdng {
    padding: 0rem 0rem 0rem 0rem;
  }

  .section_3_pdng2 {
    padding: 0 1rem 0 0;
  }

  .section_3_pdng3 {
    translate: 0 -10rem;
  }

  .section_3 h3 {
    padding-top: 5rem;
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }

  .section_3 p {
    /* padding-left: 0rem; */
    font-size: 1.2rem;
  }

  /* Section 4 CSS */
  .bg_images_2 {
    translate: 0rem -25rem;
  }

  .section_4_content {
    translate: 0rem -10rem;
  }

  .section_4_content h3 {
    margin-bottom: 2rem;
  }

  .section_4_content p {
    font-size: 1.2rem;
  }


  /* Section 5 CSS */
  .section_5 {
    padding: 42rem 0 2rem;
  }

  .section_5_content h1 {
    margin-bottom: 2.5rem;
    font-size: 4rem;
  }

  .section_5_content h3 {
    font-size: 2.5rem;
  }

  .section_5_content img {
    translate: 20rem -3rem;
  }

  .section_5_content p {
    width: 57%;
    font-size: 1.2rem;
  }

  /* Section 6 CSS */
  .section_6_content {
    translate: 0rem 8.5rem;
  }

  .section_6_content h1 {
    margin-bottom: 1rem;
    font-size: 4rem;
  }

  .section_6_content p {
    font-size: 1.2rem;
  }

  .section_6_products img {
    width: 90%;
  }

  .berry_boujee {
    translate: 3.2rem -5.9rem;
  }

  .momday_blues {
    translate: -2rem 8rem;
  }

  .no_sleep_club {
    translate: 1rem -5.8rem;
  }

  .biscuits_state {
    translate: 5rem 0.5rem;
  }

  .blush_protocol {
    translate: 4rem 6rem;
  }

  .cookie_co {
    translate: -2rem -7rem;
  }

  .tub_with_character {
    translate: 0rem 5rem;
    width: 95% !important;
    margin-left: 2.5%;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -18rem;
  }

  .section_7_products {
    padding-top: 2rem;
  }

  .section_7_content h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }

  .section_7_content p {
    font-size: 1.2rem;
  }

  .jamuniya {
    translate: -0.5rem -3rem;
  }

  .kairi_kumari {
    translate: 1.5rem -4.5rem;
  }

  .chuski_pops_set {
    translate: 0rem -4rem;
    width: 80%;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -22rem;
  }

  .section_8_content h1 {
    padding-top: 0rem;
    font-size: 4rem;
    margin-bottom: 4rem;
  }

  .love_info {
    width: 200px;
    translate: -4rem -5rem;
  }

  .section_8_content p {
    width: 75%;
    font-size: 1.4rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -20rem;
  }

  .star_icon4 {
    width: 62vw;
    translate: -6rem 20.8rem;
  }

  .character1 {
    translate: 0rem 21.4rem;
    width: 65vw;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 32rem;
  }

  .curved_text {
    padding-top: 7rem;
  }


  .section_9_content p {
    font-size: 1.2rem;
    padding-top: 20rem;
    padding-left: 6rem;
  }

  .signature {
    padding-left: 5rem;
  }
}

/* Tablet landscape */
@media (max-width: 1024px) and (min-width: 913px) {

  #NAV {
    padding: 15px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .logo img {
    height: 75px;
  }

  ul li a {
    font-size: 12px;
    padding: 3px 8px;
  }

  .Niko_Niko_logo {
    margin-top: 7rem;
  }

  .Niko_Niko_logo img {
    height: 375px;
  }

  .hero-img {
    width: 125%;
  }

  .curved_text {
    padding-top: 6rem;
  }
  
  .section_9_content p {
    font-size: 1.2rem;
    padding-top: 17rem;
    padding-left: 6rem;
  }
}

/* iPad Pro */
@media (max-width: 1024px) and (min-height: 1330px) and (max-height: 1400px) {

  #NAV {
    padding: 15px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .hero-img {
    width: 150%;
  }

  .Niko_Niko_logo {
    margin-top: 10rem;
  }

  .wave-svg {
    height: 260px;
  }

  .wave-svg2 {
    height: 260px;
  }

  .bg_img img {
    width: 280px;
    translate: 0rem -18rem;
  }

  .section_2 h1 {
    margin-bottom: 3rem;
  }

  .section_2 p {
    width: 90%;
  }

  .svg1 svg {
    translate: 0rem -10rem;
  }

  .shape2 img {
    translate: 0rem -5.55rem;
  }

  .bg_img2 img {
    width: 280px;
    translate: -6rem -7rem;
  }

  /* Section 3 CSS */
  .section_3 {
    translate: 0px -1rem;
  }

  .section_3_pdng {
    padding: 0 0 0 0rem;
  }

  .section_3 h3 {
    padding-top: 6rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    font-size: 2.5rem;
  }

  .section_3 p {
    font-size: 1.2rem;
    padding-left: 2rem;
  }

  .Ice_Crean_Tubs {
    padding-top: 3rem;
  }

  .section_3_pdng2 {
    padding: 0 0rem 0 0;
    translate: 0 -5rem;
  }

  .section_4_content {
    translate: 0rem -16rem;
  }

  .section_4_content h3 {
    margin-bottom: 1rem;
  }

  .section_4_content p {
    font-size: 1.2rem;
  }

  .section_5 {
    padding: 30rem 0 2rem;
  }

  .section_5_content h1 {
    margin-bottom: 3rem;
  }

  .section_5_content h3 {
    font-size: 2.5rem;
  }

  .section_5_content p {
    font-size: 1.2rem;
    width: 75%;
  }

  .berry_boujee {
    translate: 4.5rem -3rem;
  }

  .no_sleep_club {
    translate: 1rem -3.4rem;
  }

  .momday_blues {
    translate: 1rem 8rem;
  }

  .biscuits_state {
    translate: 7rem 6rem;
  }

  .blush_protocol {
    translate: 3rem 10rem;
  }

  .section_6_content {
    translate: 0rem 7.5rem;
  }

  .section_6_content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .section_6_content p {
    font-size: 1rem;
  }

  .tub_with_character {
    translate: 0rem 11rem;
  }

  .colour_bg3 {
    translate: 0rem -8.5rem;
  }

  .section_7_products {
    padding-top: 9rem;
  }

  .section_7_content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .section_7_content p {
    font-size: 1rem;
  }

  .jamuniya {
    translate: 0rem -2rem;
  }

  .kairi_kumari {
    translate: 0rem -2.3rem;
  }

  .chuski_pops_set {
    width: 80%;
  }

  .colour_bg {
    translate: 0rem -15rem;
  }

  .characters {
    translate: 0rem -12rem;
  }

  .section_8_content h1 {
    padding-top: 5rem;
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  .love_info {
    width: 200px;
    translate: -5rem -6rem;
  }

  .section_8_content p {
    font-size: 1rem;
  }

  .star_icon4 {
    width: 64vw;
    translate: -5.8rem 22.9rem;
  }

  .character1 {
    translate: 0rem 23rem;
  }

  .section_9 {
    translate: 0rem 31.7rem;
  }

  .section_9_content p {
    padding-top: 15rem;
    padding-left: 3rem;
  }

  .curved_text {
    padding-top: 8rem;
  }

  .signature {
    padding-left: 3rem;
  }
}

@media (max-width: 992px) and (min-height: 1275px) and (max-height: 1329px) {

  #NAV {
    padding: 15px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .hero-img {
    width: 150%;
  }

  .Niko_Niko_logo {
    margin-top: 10rem;
  }

  .wave-svg {
    height: 260px;
  }

  .wave-svg2 {
    height: 260px;
  }

  .bg_img img {
    width: 280px;
    translate: 0rem -18rem;
  }

  .section_2 h1 {
    margin-bottom: 3rem;
  }

  .section_2 p {
    width: 90%;
  }

  .svg1 svg {
    translate: 0rem -10rem;
  }

  .shape2 img {
    translate: 0rem -5.8rem;
  }

  .bg_img2 img {
    width: 280px;
    translate: -6rem -7rem;
  }

  /* Section 3 CSS */
  .section_3 {
    translate: 0px -1rem;
  }

  .section_3_pdng {
    padding: 0 0 0 0rem;
  }

  .section_3 h3 {
    padding-top: 6rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    font-size: 2.5rem;
  }

  .section_3 p {
    font-size: 1.2rem;
    padding-left: 2rem;
  }

  .Ice_Crean_Tubs {
    padding-top: 2.5rem;
  }

  .section_3_pdng2 {
    padding: 0 0rem 0 0;
    translate: 0 -5rem;
  }

  .section_3_pdng3 {
    translate: 0 -2rem;
  }

  .section_4_content {
    translate: 0rem -17rem;
  }

  .section_4_content h3 {
    margin-bottom: 1rem;
  }

  .section_4_content p {
    font-size: 1.2rem;
  }

  .section_5 {
    padding: 28rem 0 2rem;
  }

  .section_5_content h1 {
    margin-bottom: 3rem;
  }

  .section_5_content h3 {
    font-size: 2.5rem;
  }

  .section_5_content p {
    font-size: 1.2rem;
    width: 75%;
  }

  .berry_boujee {
    translate: 4.5rem -3rem;
  }

  .no_sleep_club {
    translate: 1rem -3.4rem;
  }

  .momday_blues {
    translate: 1rem 8rem;
  }

  .biscuits_state {
    translate: 7rem 6rem;
  }

  .blush_protocol {
    translate: 3rem 10rem;
  }

  .section_6_content {
    translate: 0rem 7.5rem;
  }

  .section_6_content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .section_6_content p {
    font-size: 1rem;
  }

  .tub_with_character {
    translate: 0rem 11rem;
  }

  .colour_bg3 {
    translate: 0rem -8.5rem;
  }

  .section_7_products {
    padding-top: 9rem;
  }

  .section_7_content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .section_7_content p {
    font-size: 1rem;
  }

  .jamuniya {
    translate: 0rem -2rem;
  }

  .kairi_kumari {
    translate: 0rem -2.3rem;
  }

  .chuski_pops_set {
    width: 80%;
  }

  .colour_bg {
    translate: 0rem -15rem;
  }

  .characters {
    translate: 0rem -12rem;
  }

  .section_8_content h1 {
    padding-top: 5rem;
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  .love_info {
    width: 200px;
    translate: -5rem -6rem;
  }

  .section_8_content p {
    font-size: 1rem;
  }

  .star_icon4 {
    width: 64vw;
    translate: -5.8rem 22.9rem;
  }

  .character1 {
    translate: 0rem 23rem;
  }

  .section_9 {
    translate: 0rem 30.7rem;
  }

  .section_9_content p {
    padding-top: 15rem;
    padding-left: 3rem;
  }

  .curved_text {
    padding-top: 8rem;
  }

  .signature {
    padding-left: 3rem;
  }
}

@media (max-width: 1024px) and (min-width: 913px) and (max-height: 800px) {
  .Niko_Niko_logo {
    margin-top: 6.8rem !important;
  }

  .Niko_Niko_logo img {
    height: 250px !important;
  }

  #NAV {
    padding: 15px;
  }

  .logo img {
    height: 50px;
  }

  ul li a {
    font-size: 12px;
  }

  .hero-img {
    width: 100% !important;
  }

  .wave-svg {
    bottom: -51px;
    height: 276px;
  }

  .wave-svg2 {
    bottom: -60px;
    height: 270px;
  }

  .svg1 svg {
    translate: 0rem -9.5rem;
  }

  .shape2 img {
    translate: 0rem -5.2rem;
  }

  .bg_img img {
    width: 275px;
    translate: 0rem -17rem;
  }

  .bg_img2 img {
    width: 215px;
    translate: -4rem -3rem;
  }

  .section_2 h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .section_2 p {
    width: 75%;
    font-size: 1rem;
  }

  /* Section 3 CSS */
  .section_3 {
    translate: 0px 0rem;
    padding: 2rem 0 15rem;
  }

  .section_3_pdng {
    padding: 0rem 0rem 0rem 0rem;
  }

  .section_3_pdng2 {
    padding: 0 1rem 0 0;
  }

  .section_3_pdng3 {
    translate: 0 -10rem;
  }

  .section_3 h3 {
    padding-top: 6rem;
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }

  .section_3 p {
    font-size: 1rem;
  }

  /* Section 4 CSS */
  .bg_images_2 {
    translate: 0rem -25rem;
  }

  .section_4_content {
    translate: 0rem -12rem;
  }

  .section_4_content h3 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }

  .section_4_content p {
    font-size: 1rem;
  }


  /* Section 5 CSS */
  .section_5 {
    padding: 34rem 0 2rem;
  }

  .section_5_content h1 {
    margin-bottom: 2.5rem;
    font-size: 4rem;
  }

  .section_5_content h3 {
    font-size: 2.2rem;
  }

  .section_5_content img {
    translate: 20rem -3rem;
  }

  .section_5_content p {
    width: 55%;
    font-size: 1rem;
  }

  /* Section 6 CSS */
  .section_6_content {
    translate: 0rem 6.5rem;
  }

  .section_6_content h1 {
    margin-bottom: 1rem;
    font-size: 4rem;
  }

  .section_6_content p {
    font-size: 1rem;
  }

  .section_6_products img {
    width: 90%;
  }

  .berry_boujee {
    translate: 3.2rem -6rem;
  }

  .momday_blues {
    translate: -2rem 6rem;
  }

  .no_sleep_club {
    translate: 1rem -5.5rem;
  }

  .biscuits_state {
    translate: 5rem 0rem;
  }

  .blush_protocol {
    translate: 3rem 4rem;
  }

  .cookie_co {
    translate: -2rem -7rem;
  }

  .tub_with_character {
    translate: 0rem 4rem;
    width: 95% !important;
    margin-left: 2.5%;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -15rem;
  }

  .section_7_products {
    padding-top: 2.8rem;
  }

  .section_7_content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }

  .section_7_content p {
    font-size: 1rem;
  }

  .peru_bhabhi {
    translate: 3rem 0rem;
  }

  .jamuniya {
    translate: -0.5rem -3rem;
  }

  .kairi_kumari {
    translate: 1.5rem -4.5rem;
  }

  .chuski_pops_set {
    translate: 0rem -4rem;
    width: 80%;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -19rem;
  }

  .section_8_content h1 {
    padding-top: 1rem;
    font-size: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .love_info {
    width: 180px;
    translate: -3.2rem -4rem;
  }

  .section_8_content p {
    width: 75%;
    font-size: 1.2rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -17rem;
  }

  .star_icon4 {
    width: 62vw;
    translate: -5rem 18.8rem;
  }

  .character1 {
    translate: 0rem 19.3rem;
    width: 65vw;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 27.6rem;
  }

  .curved_text {
    padding-top: 6rem;
  }


  .section_9_content p {
    font-size: 1.2rem;
    padding-top: 17rem;
    padding-left: 6rem;
  }

  .signature {
    padding-left: 5rem;
  }
}

@media (max-width: 992px) {
  .lg_view
  {
    display: block;
    margin-top: 1rem !important;
  }

  .xl_view
  {
    display: none;
  }
}

/* Standard tablet */
@media (max-width: 912px) and (min-width: 854px) {

  #NAV {
    padding: 20px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .logo img {
    height: 75px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 9rem;
  }

  .Niko_Niko_logo img {
    height: 300px;
  }

  .hero-img {
    width: 140%;
  }

  .wave-svg {
    bottom: -45px;
    height: 250px;
  }

  .wave-svg2 {
    bottom: -55px;
    height: 245px;
  }

  .bg_img img {
    width: 200px;
    translate: 0rem -15rem;
  }

  .bg_img2 img {
    width: 175px;
    translate: -2rem -5rem;
  }

  .svg1 svg {
    translate: 0rem -9rem;
  }

  .shape2 img {
    translate: 0rem -5.1rem;
  }

  .section_2 h1 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }

  .section_2 p {
    width: 100%;
    font-size: 1.4rem;
  }

  /* Section 3 CSS */
  .section_3 {
    padding: 0rem 0 26rem;
  }

  .section_3_pdng {
    padding: 4rem 0 0 0rem;
  }

  .section_3 h3 {
    padding-top: 5rem;
    padding-left: 1rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .section_3 p {
    padding-left: 1rem;
    font-size: 1rem;
    width: 95%;
  }

  .Ice_Crean_Tubs {
    translate: 0rem 1.5rem;
  }

  .section_3_pdng2 {
    padding: 0 0rem 0 0;
    translate: 0 -5rem;
  }

  .section_3_pdng3 {
    translate: 0 -4rem;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -17rem;
  }

  .section_4_content h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .section_4_content p {
    font-size: 1rem;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 22rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .section_5_content img {
    width: 85px;
    position: absolute;
    translate: 18rem -3rem;
  }

  .section_5_content h3 {
    font-size: 2rem;
  }

  .section_5_content p {
    font-size: 1.2rem;
    width: 82%;
  }

  .colour_bg2 {
    translate: 0 -1rem;
  }

  .section_6_products img {
    width: 75%;
  }

  .section_6_content {
    translate: 0rem 4.5rem;
  }

  .section_6_content h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
  }

  .berry_boujee {
    translate: 3.6rem -2.6rem;
  }

  .no_sleep_club {
    translate: 0rem -4rem;
  }

  .momday_blues {
    translate: 0.5rem 6rem;
  }

  .biscuits_state {
    translate: 5rem 4rem;
  }

  .blush_protocol {
    translate: 3rem 6rem;
  }

  .tub_with_character {
    translate: 0rem 9.5rem;
  }

  .colour_bg3 {
    translate: 0rem -8rem;
  }

  .section_7_products {
    padding-top: 7.8rem;
  }

  .peru_bhabhi {
    translate: 3rem 0rem;
  }

  .jamuniya {
    translate: 0rem -2rem;
  }

  .kairi_kumari {
    translate: 1rem -2.3rem;
  }

  .section_7_content h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }

  .section_7_content p {
    font-size: 1rem;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem -2rem;
  }

  .colour_bg {
    translate: 0rem -15.5rem;
  }

  .section_8_content h1 {
    padding-top: 3rem;
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  .section_8_content p {
    font-size: 1rem;
    width: 85%;
  }

  .love_info {
    position: absolute;
    width: 200px;
    translate: -5rem -6rem;
  }

  .characters {
    translate: 0rem -11rem;
    width: 22vw;
  }

  .character1 {
    width: 65vw;
    translate: 0rem 20.5rem;
  }

  .star_icon4 {
    width: 65vw;
    translate: -4.5rem 18.9rem;
  }

  .section_9 {
    translate: 0rem 26.9rem;
  }

  .section_9_content p {
    padding-left: 2rem;
    font-size: 1rem;
    padding-top: 12rem;
  }

  .curved_text {
    padding-top: 5rem;
  }

  .signature {
    padding-left: 2rem;
    width: 100%;
  }
}

@media (max-width: 853px) and (min-width: 821px) {
  .logo img {
    height: 75px;
  }

  .Niko_Niko_logo img {
    height: 300px;
    translate: -15px 0px;
  }

  ul li a {
    font-size: 12px;
  }

  .hero-img {
    width: 150%;
  }

  .wave-svg {
    bottom: -40px;
    height: 250px;
  }

  .wave-svg2 {
    bottom: -55px;
    height: 250px;
  }

  .bg_img img {
    width: 200px;
    translate: 0rem -15rem;
  }

  .bg_img2 img {
    width: 175px;
    translate: -2rem -5rem;
  }

  .svg1 svg {
    translate: 0rem -9rem;
  }

  .shape2 img {
    translate: 0rem -5.4rem;
  }

  .section_2 h1 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .section_2 p {
    width: 100%;
    font-size: 1.4rem;
  }

  /* Section 3 CSS */
  .section_3 {
    padding: 0rem 0 26rem;
  }

  .section_3_pdng {
    padding: 2rem 0 0 0rem;
  }

  .section_3 h3 {
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .section_3 p {
    padding-left: 1rem;
    font-size: 1rem;
    width: 95%;
  }

  .Ice_Crean_Tubs {
    translate: 0rem -0.5rem;
    padding-top: 0rem;
  }

  .section_3_pdng2 {
    padding: 0 0rem 0 0;
    translate: 0 -5rem;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -19.5rem;
  }

  .section_4_content h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .section_4_content p {
    font-size: 1rem;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 16rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .section_5_content img {
    width: 85px;
    position: absolute;
    translate: 18rem -3rem;
  }

  .section_5_content h3 {
    font-size: 2rem;
  }

  .section_5_content p {
    font-size: 1rem;
    width: 82%;
  }

  .colour_bg2 {
    translate: 0 -1rem;
  }

  .section_6_products img {
    width: 75%;
  }

  .section_6_content {
    translate: 0rem 4.5rem;
  }

  .section_6_content h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
  }

  .berry_boujee {
    translate: 3.6rem -3.6rem;
  }

  .no_sleep_club {
    translate: 0rem -4.2rem;
  }

  .momday_blues {
    translate: 1rem 5rem;
  }

  .biscuits_state {
    translate: 5rem 4rem;
  }

  .blush_protocol {
    translate: 3rem 6rem;
  }

  .tub_with_character {
    translate: 0rem 7rem;
  }

  .colour_bg3 {
    translate: 0rem -8rem;
  }

  .section_7_products {
    padding-top: 6.5rem;
  }

  .peru_bhabhi {
    translate: 3rem 0rem;
  }

  .jamuniya {
    translate: 0rem -2.6rem;
  }

  .kairi_kumari {
    translate: 1rem -2.8rem;
  }

  .section_7_content h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }

  .section_7_content p {
    font-size: 1rem;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem -2rem;
  }

  .colour_bg {
    translate: 0rem -13.5rem;
  }

  .section_8_content h1 {
    padding-top: 2rem;
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  .section_8_content p {
    font-size: 1rem;
    width: 85%;
  }

  .love_info {
    position: absolute;
    width: 200px;
    translate: -5rem -6rem;
  }

  .characters {
    translate: 0rem -11rem;
    width: 22.5vw;
  }

  .character1 {
    width: 65vw;
    translate: 0rem 19.1rem;
  }

  .star_icon4 {
    width: 65vw;
    translate: -4.5rem 17.6rem;
  }

  .section_9 {
    translate: 0rem 25rem;
  }

  .section_9_content p {
    padding-left: 2rem;
    font-size: 1rem;
    padding-top: 12rem;
  }

  .curved_text {
    padding-top: 5rem;
  }

  .signature {
    padding-left: 2rem;
    width: 100%;
  }
}

@media (max-width: 820px) and (min-width: 769px) {

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }

  .logo img {
    height: 75px;
  }

  #NAV {
    padding: 20px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo img {
    height: 320px;
  }

  .hero-img {
    width: 150%;
  }

  .wave-svg {
    bottom: -40px;
    height: 250px;
  }

  .wave-svg2 {
    bottom: -55px;
    height: 250px;
  }

  .bg_img img {
    width: 200px;
    translate: 0rem -15rem;
  }

  .bg_img2 img {
    width: 175px;
    translate: -2rem -5rem;
  }

  .svg1 svg {
    translate: 0rem -9rem;
  }

  .shape2 img {
    translate: 0rem -5.5rem;
  }

  .section_2 h1 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .section_2 p {
    width: 95%;
    font-size: 1.4rem;
  }

  /* Section 3 CSS */
  .section_3 {
    padding: 0rem 0 26rem;
  }

  .section_3_pdng {
    padding: 6rem 0 0 0rem;
  }

  .section_3 h3 {
    padding-left: 1rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .section_3 p {
    padding-left: 1rem;
    font-size: 1rem;
    width: 95%;
  }

  .Ice_Crean_Tubs {
    translate: 0rem -2rem;
  }

  .section_3_pdng2 {
    padding: 0 0rem 0 0;
    translate: 0 -5rem;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -19.5rem;
  }

  .section_4_content h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .section_4_content p {
    font-size: 1rem;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 16rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .section_5_content img {
    width: 85px;
    position: absolute;
    translate: 18rem -3rem;
  }

  .section_5_content h3 {
    font-size: 2rem;
  }

  .section_5_content p {
    font-size: 1rem;
    width: 82%;
  }

  .colour_bg2 {
    translate: 0 -1rem;
  }

  .section_6_products img {
    width: 75%;
  }

  .section_6_content {
    translate: 0rem 4.5rem;
  }

  .section_6_content h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
  }

  .berry_boujee {
    translate: 3.6rem -3.6rem;
  }

  .no_sleep_club {
    translate: 0rem -4.2rem;
  }

  .momday_blues {
    translate: 1rem 5rem;
  }

  .biscuits_state {
    translate: 5rem 4rem;
  }

  .blush_protocol {
    translate: 3rem 6rem;
  }

  .tub_with_character {
    translate: 0rem 7rem;
  }

  .colour_bg3 {
    translate: 0rem -8rem;
  }

  .section_7_products {
    padding-top: 5.3rem;
  }

  .peru_bhabhi {
    translate: 3rem 0rem;
  }

  .jamuniya {
    translate: 0rem -2.6rem;
  }

  .kairi_kumari {
    translate: 1rem -2.8rem;
  }

  .section_7_content h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }

  .section_7_content p {
    font-size: 1rem;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem -2rem;
  }

  .colour_bg {
    translate: 0rem -13.5rem;
  }

  .section_8_content h1 {
    padding-top: 2rem;
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  .section_8_content p {
    font-size: 1rem;
    width: 85%;
  }

  .love_info {
    position: absolute;
    width: 200px;
    translate: -5rem -6rem;
  }

  .characters {
    translate: 0rem -11rem;
    width: 22.5vw;
  }

  .character1 {
    width: 65vw;
    translate: 0rem 19rem;
  }

  .star_icon4 {
    width: 65vw;
    translate: -4.5rem 17.5rem;
  }

  .section_9 {
    translate: 0rem 24rem;
  }

  .section_9_content p {
    padding-left: 2rem;
    font-size: 1rem;
    padding-top: 12rem;
  }

  .curved_text {
    padding-top: 5rem;
  }

  .signature {
    padding-left: 2rem;
    width: 100%;
  }

}

@media (max-width: 768px) and (min-width: 601px) {
  .logo img {
    height: 75px;
  }

  #NAV {
    padding: 20px;
  }

  #aboutus {
    position: relative;
    translate: 0 -8rem;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 9.5rem;
  }

  .Niko_Niko_logo img {
    height: 220px !important;
  }

  .hero-img {
    width: 150%;
  }

  .wave-svg {
    bottom: -40px;
    height: 230px;
  }

  .wave-svg2 {
    bottom: -55px;
    height: 230px;
  }

  .bg_img img {
    width: 200px;
    translate: 0rem -13rem;
  }

  .bg_img2 img {
    width: 175px;
    translate: -2rem -5rem;
  }

  .svg1 svg {
    translate: 0rem -10rem;
  }

  .shape2 img {
    translate: 0rem -6.7rem;
  }

  .section_2 h1 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }

  .section_2 p {
    width: 95%;
    font-size: 1.4rem;
  }

  /* Section 3 CSS */
  .section_3 {
    padding: 0rem 0 26rem;
  }

  .section_3_pdng {
    padding: 5rem 0 0 0rem;
  }

  .section_3 h3 {
    padding-left: 1rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .section_3 p {
    padding-left: 1rem;
    font-size: 1rem;
    width: 95%;
  }

  .Ice_Crean_Tubs {
    translate: 0rem -2rem;
  }

  .section_3_pdng2 {
    padding: 0 0rem 0 0;
    translate: 0 -5rem;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -20.5rem;
  }

  .section_4_content h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .section_4_content p {
    font-size: 1rem;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 14rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .section_5_content img {
    width: 85px;
    position: absolute;
    translate: 18rem -3rem;
  }

  .section_5_content h3 {
    font-size: 2rem;
  }

  .section_5_content p {
    font-size: 1rem;
    width: 82%;
  }

  .colour_bg2 {
    translate: 0 -1rem;
  }

  .section_6_products img {
    width: 75%;
  }

  .section_6_content {
    translate: 0rem 4.5rem;
  }

  .section_6_content h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
  }

  .berry_boujee {
    translate: 3.6rem -3.6rem;
  }

  .no_sleep_club {
    translate: 0rem -4.2rem;
  }

  .momday_blues {
    translate: 1rem 5rem;
  }

  .biscuits_state {
    translate: 5rem 4rem;
  }

  .blush_protocol {
    translate: 3rem 6rem;
  }

  .tub_with_character {
    translate: 0rem 7rem;
  }

  .colour_bg3 {
    translate: 0rem -8rem;
  }

  .section_7_products {
    padding-top: 5.3rem;
  }

  .peru_bhabhi {
    translate: 3rem 0rem;
  }

  .jamuniya {
    translate: 0rem -2.6rem;
  }

  .kairi_kumari {
    translate: 1rem -2.8rem;
  }

  .section_7_content h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }

  .section_7_content p {
    font-size: 1rem;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem -2rem;
  }

  .colour_bg {
    translate: 0rem -13.5rem;
  }

  .characters {
    translate: 0rem -11rem;
  }

  .section_8_content h1 {
    padding-top: 2rem;
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  .section_8_content p {
    font-size: 1rem;
    width: 85%;
  }

  .love_info {
    position: absolute;
    width: 200px;
    translate: -5rem -6rem;
  }

  .character1 {
    width: 65vw;
    translate: 0rem 16.9rem;
  }

  .star_icon4 {
    width: 65vw;
    translate: -4.5rem 15.5rem;
  }

  .section_9 {
    translate: 0rem 20.5rem;
  }

  .section_9_content p {
    padding-left: 2rem;
    font-size: 1rem;
    padding-top: 12rem;
  }

  .curved_text {
    padding-top: 5rem;
  }

  .signature {
    padding-left: 2rem;
    width: 100%;
  }

}

@media (max-width: 767px) {
  .tab-mob-view {
    display: block;
  }

  .desk-view {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .desk-menu {
    display: none !important;
  }

  .menu-box a {
    color: #fff !important;
  }
}

@media (max-width: 602px) and (min-width: 576px) {
  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 6rem;
  }

  .Niko_Niko_logo img {
    height: 220px;
  }

  .hero-img {
    width: 150%;
  }

  .wave-svg {
    bottom: -25px;
    height: 180px;
  }

  .wave-svg2 {
    bottom: -40px;
    height: 180px;
  }

  .bg_img img {
    width: 160px;
    translate: 0rem -9rem;
  }

  .bg_img2 img {
    width: 180px;
    translate: -2rem -6rem;
  }

  /* Section 2 */
  .section_2 h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .section_2 p {
    font-size: 1rem;
    width: 95%;
  }

  .svg1 svg {
    translate: 0rem -7rem;
  }

  .shape2 img {
    translate: 0rem -4.5rem;
  }

  /* Section 3 */
  .section_3 {
    padding: 3.5rem 0 5rem;
  }

  .section_3_pdng {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3_pdng3 {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3 h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 1rem;
    width: 100%;
    text-align: justify;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }

  .Ice_Crean_Tubs {
    height: 250px;
    object-fit: cover;
    translate: 0rem 0rem;
  }

  .section_3_pdng2 {
    flex-direction: column-reverse;
    padding: 2rem 0rem 0rem 0rem;
    translate: 0 0;
  }

  .Ice_Crean_Tubs2 {
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .section_3_pdng3 {
    padding: 2rem 0rem 1rem 0rem;
  }

  .Ice_Crean_Tubs3 {
    height: 250px;
    object-fit: contain;
  }

  /* Section 4 CSS */
  .bg_images_2 {
    translate: 0rem -11rem;
  }

  .section_4_content {
    translate: 0rem -3rem;
  }

  .section_4_content h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .section_4_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 24rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .section_5_content img {
    width: 60px;
    translate: 11rem -2rem;
  }

  .section_5_content h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .section_5_content p {
    font-size: 0.8rem;
    margin: 0;
    width: 80%;
  }

  /* Section 6 CSS */
  .icecream_product_slider {
    display: block !important;
    padding-top: 3rem;
  }

  .section_6_content {
    translate: 0rem 3rem;
  }

  .section_6_content h1 {
    font-size: 2rem;
    margin-bottom: 0rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  .product_deskview {
    display: none !important;
  }

  .berry_boujee {
    translate: 0rem 0rem;
  }

  .momday_blues {
    translate: 0rem 0rem;
  }

  .no_sleep_club {
    translate: 0rem 0rem;
  }

  .biscuits_state {
    translate: 0rem 0rem;
  }

  .blush_protocol {
    translate: 0rem 0rem;
  }

  .cookie_co {
    translate: 0rem 0rem;
  }

  .section_6_products img {
    width: 60%;
  }

  .slick-slide {
    justify-items: center;
  }

  .tub_with_character {
    translate: 0rem -5rem;
    width: 90% !important;
    margin-left: 5%;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -14.5rem;
  }

  .chuskipops_product_slider {
    display: block !important;
    padding-top: 0rem;
    translate: 0rem -5rem;
    margin-bottom: 0 !important;
  }

  .section_7_content_mob_view {
    display: block !important;
  }

  .section_7_products {
    padding-top: 0;
  }

  .peru_bhabhi {
    width: 100%;
    translate: 0rem 0rem;
  }

  .imli_rani {
    width: 100%;
    translate: 0rem 0rem;
  }

  .jamuniya {
    width: 100%;
    translate: 0rem 0rem;
  }

  .kairi_kumari {
    width: 100%;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view {
    position: relative;
    translate: 0rem -5rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 1rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_7_content_mob_view p {
    font-family: 'poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    color: #000;
    margin: 0;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem -2rem;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -10rem;
  }

  .section_8_content h1 {
    padding-top: 3rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .love_info {
    width: 100px;
    translate: -2rem -2.5rem;
  }

  .section_8_content p {
    font-size: 0.6rem;
    margin: 0;
    width: 90%;
    text-align: justify;
  }

  .characters {
    width: 22vw;
    translate: 0rem -7.5rem;
  }

  .star_icon4 {
    width: 60vw;
    translate: -2.4rem 12.8rem;
  }

  .character1 {
    width: 66vw;
    translate: 0rem 12.4rem;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 18.3rem;
  }

  .column_reverse {
    flex-direction: column-reverse;
  }

  .section_9_content p {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    width: auto;
    margin: 0;
  }

  .curved_text {
    display: none;
  }

  .section_9_mob_view {
    display: block;
  }

  .section_9_mob_view h3 {
    margin-top: 8rem;
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 0rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_9_content {
    text-align-last: center;
  }

  .signature {
    padding-left: 0rem;
    width: 50%;
  }
}

@media (max-width: 581px) {

  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }


  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 7rem !important;
  }

  .Niko_Niko_logo img {
    height: 220px !important;
    translate: -10px 0px !important;
  }

  .hero-img {
    width: 185% !important;
  }

  .wave-svg {
    bottom: -25px !important;
    height: 180px;
  }

  .wave-svg2 {
    bottom: -36px !important;
    height: 180px;
  }

  .bg_img img {
    width: 160px;
    translate: 0rem -9rem;
  }

  .bg_img2 img {
    width: 180px;
    translate: -2rem -6rem;
  }

  /* Section 2 */
  .section_2 h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .section_2 p {
    font-size: 1rem;
    width: 95%;
  }

  .svg1 svg {
    translate: 0rem -7rem;
  }

  .shape2 img {
    translate: 0rem -4.5rem;
  }

  /* Section 3 */
  .section_3 {
    padding: 3.5rem 0 5rem;
  }

  .section_3_pdng {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3_pdng3 {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3 h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 1rem;
    width: 100%;
    text-align: justify;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }

  .Ice_Crean_Tubs {
    height: 250px;
    object-fit: cover;
  }

  .section_3_pdng2 {
    flex-direction: column-reverse;
    padding: 2rem 0rem 0rem 0rem;
    translate: 0 0;
  }

  .Ice_Crean_Tubs2 {
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .section_3_pdng3 {
    padding: 2rem 0rem 1rem 0rem;
  }

  .Ice_Crean_Tubs3 {
    height: 250px;
    object-fit: contain;
  }

  /* Section 4 CSS */
  .bg_images_2 {
    translate: 0rem -11rem;
  }

  .section_4_content {
    translate: 0rem -3.4rem;
  }

  .section_4_content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .section_4_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 22rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .section_5_content img {
    width: 60px;
    translate: 11rem -2rem;
  }

  .section_5_content h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .section_5_content p {
    font-size: 0.8rem;
    margin: 0;
    width: 80%;
  }

  /* Section 6 CSS */
  .icecream_product_slider {
    display: block !important;
    padding-top: 3rem;
  }

  .section_6_content {
    translate: 0rem 3rem;
  }

  .section_6_content h1 {
    font-size: 2rem;
    margin-bottom: 0rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  .product_deskview {
    display: none !important;
  }

  .berry_boujee {
    translate: 0rem 0rem;
  }

  .momday_blues {
    translate: 0rem 0rem;
  }

  .no_sleep_club {
    translate: 0rem 0rem;
  }

  .biscuits_state {
    translate: 0rem 0rem;
  }

  .blush_protocol {
    translate: 0rem 0rem;
  }

  .cookie_co {
    translate: 0rem 0rem;
  }

  .section_6_products img {
    width: 60%;
  }

  .slick-slide {
    justify-items: center;
  }

  .tub_with_character {
    translate: 0rem -5rem;
    width: 90% !important;
    margin-left: 5%;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -14.5rem;
  }

  .chuskipops_product_slider {
    display: block !important;
    padding-top: 0rem;
    translate: 0rem -5rem;
    margin-bottom: 0 !important;
  }

  .section_7_content_mob_view {
    display: block !important;
  }

  .section_7_products {
    padding-top: 0;
  }

  .peru_bhabhi {
    width: 100%;
    translate: 0rem 0rem;
  }

  .imli_rani {
    width: 100%;
    translate: 0rem 0rem;
  }

  .jamuniya {
    width: 100%;
    translate: 0rem 0rem;
  }

  .kairi_kumari {
    width: 100%;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view {
    position: relative;
    translate: 0rem -5rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 1rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_7_content_mob_view p {
    font-family: 'poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    color: #000;
    margin: 0;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem -2rem;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -10rem;
  }

  .section_8_content h1 {
    padding-top: 3rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .love_info {
    width: 100px;
    translate: -2rem -2.5rem;
  }

  .section_8_content p {
    font-size: 0.6rem;
    margin: 0;
    width: 90%;
    text-align: justify;
  }

  .characters {
    width: 22vw;
    translate: 0rem -7.5rem;
  }

  .star_icon4 {
    width: 60vw;
    translate: -2.4rem 12.6rem;
  }

  .character1 {
    width: 66vw;
    translate: 0rem 12.4rem;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 17.6rem;
  }

  .column_reverse {
    flex-direction: column-reverse;
  }

  .section_9_content p {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    width: auto;
    margin: 0;
  }

  .curved_text {
    display: none;
  }

  .section_9_mob_view {
    display: block;
  }

  .section_9_mob_view h3 {
    margin-top: 8rem;
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 0rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_9_content {
    text-align-last: center;
  }

  .signature {
    padding-left: 0rem;
    width: 50%;
  }
}


@media (max-width: 575px) {

  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  #aboutus {
    position: relative;
    translate: 0 -6rem;
  }


  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 7rem !important;
  }

  .Niko_Niko_logo img {
    height: 220px !important;
    translate: -10px 0px !important;
  }

  .hero-img {
    width: 185% !important;
  }

  .wave-svg {
    bottom: -25px !important;
    height: 180px;
  }

  .wave-svg2 {
    bottom: -36px !important;
    height: 180px;
  }

  .bg_img img {
    width: 160px;
    translate: 0rem -9rem;
  }

  .bg_img2 img {
    width: 180px;
    translate: -2rem -6rem;
  }

  /* Section 2 */
  .section_2 h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .section_2 p {
    font-size: 1rem;
    width: 95%;
  }

  .svg1 svg {
    translate: 0rem -7rem;
  }

  .shape2 img {
    translate: 0rem -4.5rem;
  }

  /* Section 3 */
  .section_3 {
    padding: 3.5rem 0 5rem;
  }

  .section_3_pdng {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3_pdng3 {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3 h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 1rem;
    width: 100%;
    text-align: justify;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }

  .Ice_Crean_Tubs {
    height: 250px;
    object-fit: cover;
  }

  .section_3_pdng2 {
    flex-direction: column-reverse;
    padding: 2rem 0rem 0rem 0rem;
    translate: 0 0;
  }

  .Ice_Crean_Tubs2 {
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .section_3_pdng3 {
    padding: 2rem 0rem 1rem 0rem;
  }

  .Ice_Crean_Tubs3 {
    height: 250px;
    object-fit: contain;
  }

  /* Section 4 CSS */
  .bg_images_2 {
    translate: 0rem -11rem;
  }

  .section_4_content {
    translate: 0rem -3.4rem;
  }

  .section_4_content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .section_4_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 22rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .section_5_content img {
    width: 60px;
    translate: 11rem -2rem;
  }

  .section_5_content h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .section_5_content p {
    font-size: 0.8rem;
    margin: 0;
    width: 80%;
  }

  /* Section 6 CSS */
  .icecream_product_slider {
    display: block !important;
    padding-top: 3rem;
  }

  .section_6_content {
    translate: 0rem 3rem;
  }

  .section_6_content h1 {
    font-size: 2rem;
    margin-bottom: 0rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  .product_deskview {
    display: none !important;
  }

  .berry_boujee {
    translate: 0rem 0rem;
  }

  .momday_blues {
    translate: 0rem 0rem;
  }

  .no_sleep_club {
    translate: 0rem 0rem;
  }

  .biscuits_state {
    translate: 0rem 0rem;
  }

  .blush_protocol {
    translate: 0rem 0rem;
  }

  .cookie_co {
    translate: 0rem 0rem;
  }

  .section_6_products img {
    width: 60%;
  }

  .slick-slide {
    justify-items: center;
  }

  .tub_with_character {
    translate: 0rem -5rem;
    width: 90% !important;
    margin-left: 5%;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -14.5rem;
  }

  .chuskipops_product_slider {
    display: block !important;
    padding-top: 0rem;
    translate: 0rem -5rem;
    margin-bottom: 0 !important;
  }

  .section_7_content_mob_view {
    display: block !important;
  }

  .section_7_products {
    padding-top: 0;
  }

  .peru_bhabhi {
    width: 100%;
    translate: 0rem 0rem;
  }

  .imli_rani {
    width: 100%;
    translate: 0rem 0rem;
  }

  .jamuniya {
    width: 100%;
    translate: 0rem 0rem;
  }

  .kairi_kumari {
    width: 100%;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view {
    position: relative;
    translate: 0rem -5rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 1rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_7_content_mob_view p {
    font-family: 'poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    color: #000;
    margin: 0;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem -2rem;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -10rem;
  }

  .section_8_content h1 {
    padding-top: 3rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .love_info {
    width: 100px;
    translate: -2rem -2.5rem;
  }

  .section_8_content p {
    font-size: 0.6rem;
    margin: 0;
    width: 90%;
    text-align: justify;
  }

  .characters {
    width: 22vw;
    translate: 0rem -7.5rem;
  }

  .star_icon4 {
    width: 60vw;
    translate: -2.4rem 12.8rem;
  }

  .character1 {
    width: 66vw;
    translate: 0rem 12.4rem;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 17.6rem;
  }

  .column_reverse {
    flex-direction: column-reverse;
  }

  .section_9_content p {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    width: auto;
    margin: 0;
  }

  .curved_text {
    display: none;
  }

  .section_9_mob_view {
    display: block;
  }

  .section_9_mob_view h3 {
    margin-top: 8rem;
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 0rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_9_content {
    text-align-last: center;
  }

  .signature {
    padding-left: 0rem;
    width: 50%;
  }
}

@media (max-width: 540px) {

  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 5rem !important;
  }

  .Niko_Niko_logo img {
    height: 220px !important;
    translate: -10px 0px !important;
  }

  .hero-img {
    width: 185% !important;
  }

  .wave-svg {
    bottom: -25px !important;
    height: 180px;
  }

  .wave-svg2 {
    bottom: -40px !important;
    height: 180px;
  }

  .bg_img img {
    width: 160px;
    translate: 0rem -9rem;
  }

  .bg_img2 img {
    width: 180px;
    translate: -2rem -6rem;
  }

  /* Section 2 */
  .section_2 h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .section_2 p {
    font-size: 1rem;
    width: 95%;
  }

  .svg1 svg {
    translate: 0rem -7rem;
  }

  .shape2 img {
    translate: 0rem -4.7rem;
  }

  /* Section 3 */
  .section_3 {
    padding: 3.5rem 0 5rem;
  }

  .section_3_pdng {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3_pdng3 {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3 h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 1rem;
    width: 100%;
    text-align: justify;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }

  .Ice_Crean_Tubs {
    height: 250px;
    object-fit: cover;
  }

  .section_3_pdng2 {
    flex-direction: column-reverse;
    padding: 2rem 0rem 0rem 0rem;
    translate: 0 0;
  }

  .Ice_Crean_Tubs2 {
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .section_3_pdng3 {
    padding: 2rem 0rem 1rem 0rem;
  }

  .Ice_Crean_Tubs3 {
    height: 250px;
    object-fit: contain;
  }

  /* Section 4 CSS */
  .bg_images_2 {
    translate: 0rem -11rem;
  }

  .section_4_content {
    translate: 0rem -3.4rem;
  }

  .section_4_content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .section_4_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 20rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .section_5_content img {
    width: 60px;
    translate: 11rem -2rem;
  }

  .section_5_content h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .section_5_content p {
    font-size: 0.8rem;
    margin: 0;
    width: 80%;
  }

  /* Section 6 CSS */
  .icecream_product_slider {
    display: block !important;
    padding-top: 3rem;
  }

  .section_6_content {
    translate: 0rem 3rem;
  }

  .section_6_content h1 {
    font-size: 2rem;
    margin-bottom: 0rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  .product_deskview {
    display: none !important;
  }

  .berry_boujee {
    translate: 0rem 0rem;
  }

  .momday_blues {
    translate: 0rem 0rem;
  }

  .no_sleep_club {
    translate: 0rem 0rem;
  }

  .biscuits_state {
    translate: 0rem 0rem;
  }

  .blush_protocol {
    translate: 0rem 0rem;
  }

  .cookie_co {
    translate: 0rem 0rem;
  }

  .section_6_products img {
    width: 60%;
  }

  .slick-slide {
    justify-items: center;
  }

  .tub_with_character {
    translate: 0rem -5rem;
    width: 90% !important;
    margin-left: 5%;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -14.5rem;
  }

  .chuskipops_product_slider {
    display: block !important;
    padding-top: 0rem;
    translate: 0rem -5rem;
    margin-bottom: 0 !important;
  }

  .section_7_content_mob_view {
    display: block !important;
  }

  .section_7_products {
    padding-top: 0;
  }

  .peru_bhabhi {
    width: 100%;
    translate: 0rem 0rem;
  }

  .imli_rani {
    width: 100%;
    translate: 0rem 0rem;
  }

  .jamuniya {
    width: 100%;
    translate: 0rem 0rem;
  }

  .kairi_kumari {
    width: 100%;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view {
    position: relative;
    translate: 0rem -5rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 1rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_7_content_mob_view p {
    font-family: 'poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    color: #000;
    margin: 0;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem -2rem;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -10rem;
  }

  .section_8_content h1 {
    padding-top: 3rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .love_info {
    width: 100px;
    translate: -2rem -2.5rem;
  }

  .section_8_content p {
    font-size: 0.6rem;
    margin: 0;
    width: 90%;
    text-align: justify;
  }

  .characters {
    width: 22vw;
    translate: 0rem -7.5rem;
  }

  .star_icon4 {
    width: 60vw;
    translate: -2.4rem 11.5rem;
  }

  .character1 {
    width: 66vw;
    translate: 0rem 11.1rem;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 15.4rem;
  }

  .column_reverse {
    flex-direction: column-reverse;
  }

  .section_9_content p {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    width: auto;
    margin: 0;
  }

  .curved_text {
    display: none;
  }

  .section_9_mob_view {
    display: block;
  }

  .section_9_mob_view h3 {
    margin-top: 8rem;
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 0rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_9_content {
    text-align-last: center;
  }

  .signature {
    padding-left: 0rem;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 9.5rem !important;
  }

  .Niko_Niko_logo img {
    height: 250px !important;
    translate: -10px 0px !important;
  }

  .hero-img {
    width: 275% !important;
  }

  .wave-svg {
    bottom: -10px !important;
    height: 140px;
  }

  .wave-svg2 {
    bottom: -25px !important;
    height: 140px;
  }

  .bg_img img {
    width: 100px;
  }

  .bg_img2 img {
    width: 100px;
  }

  /* Section 2 CSS */
  .section_2 {
    margin: 2rem 0;
  }

  .section_2 h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .section_2 p {
    font-size: 0.8rem;
    width: 90%;
    padding-bottom: 5rem;
  }

  .svg1 svg {
    translate: 0rem -8.8rem;
  }

  .shape2 img {
    translate: 0rem -6.7rem;
  }

  /* Section 3 CSS */

  .section_3 {
    padding: 0rem 0 5rem;
  }

  .section_3_pdng {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3_pdng3 {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3 h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 0.8rem;
    width: 100%;
    text-align: justify;
    padding-left: 0rem;
  }

  .Ice_Crean_Tubs {
    height: 200px;
    object-fit: cover;
  }

  .section_3_pdng2 {
    flex-direction: column-reverse;
    padding: 2rem 0rem 0rem 0rem;
    translate: 0 0;
  }

  .Ice_Crean_Tubs2 {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .section_3_pdng3 {
    padding: 2rem 0rem 0rem 0rem;
  }

  .Ice_Crean_Tubs3 {
    height: 250px;
    object-fit: contain;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -3.5rem;
  }

  .section_4_content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .section_4_content p {
    font-size: 0.6rem;
    margin: 0;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 18rem 0 0rem;
  }

  .bg_images_2 {
    translate: 0rem -10rem;
  }

  .section_5_content h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .section_5_content img {
    width: 60px;
    translate: 11rem -2rem;
  }

  .section_5_content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .section_5_content p {
    font-size: 0.8rem;
    margin: 0;
    width: 80%;
  }

  /* Section 6 CSS */
  .icecream_product_slider {
    display: block !important;
    padding-top: 3rem;
  }

  .section_6_content {
    translate: 0rem 3rem;
  }

  .section_6_content h1 {
    font-size: 2rem;
    margin-bottom: 0rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  .product_deskview {
    display: none !important;
  }

  .berry_boujee {
    translate: 0rem 0rem;
  }

  .momday_blues {
    translate: 0rem 0rem;
  }

  .no_sleep_club {
    translate: 0rem 0rem;
  }

  .biscuits_state {
    translate: 0rem 0rem;
  }

  .blush_protocol {
    translate: 0rem 0rem;
  }

  .cookie_co {
    translate: 0rem 0rem;
  }

  .section_6_products img {
    width: 60%;
  }

  .slick-slide {
    justify-items: center;
  }

  .tub_with_character {
    translate: 0rem -1rem;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -9rem;
  }

  .chuskipops_product_slider {
    display: block !important;
    padding-top: 0rem;
    translate: 0rem 0rem;
    margin-bottom: 0 !important;
  }

  .section_7_content_mob_view {
    display: block !important;
  }

  .section_7_products {
    padding-top: 0;
  }

  .peru_bhabhi {
    width: 100%;
    translate: 0rem 0rem;
  }

  .imli_rani {
    width: 100%;
    translate: 0rem 0rem;
  }

  .jamuniya {
    width: 100%;
    translate: 0rem 0rem;
  }

  .kairi_kumari {
    width: 100%;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view {
    position: relative;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 1rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_7_content_mob_view p {
    font-family: 'poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    color: #000;
    margin: 0;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem 3.5rem;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -3rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -1rem;
  }

  .section_8_content h1 {
    padding-top: 6rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .love_info {
    width: 100px;
    translate: -2rem -2.5rem;
  }

  .section_8_content p {
    font-size: 0.6rem;
    margin: 0;
    width: 90%;
    text-align: justify;
  }

  .star_icon4 {
    width: 65vw;
    translate: -2.8rem 15rem;
  }

  .character1 {
    width: 64vw;
    translate: 0rem 16.1rem;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 14.55rem;
  }

  .column_reverse {
    flex-direction: column-reverse;
  }

  .section_9_content p {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    width: auto;
    margin: 0;
  }

  .curved_text {
    display: none;
  }

  .section_9_mob_view {
    display: block;
  }

  .section_9_mob_view h3 {
    margin-top: 8rem;
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 0rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .signature {
    padding-left: 0rem;
  }
}

@media (max-width: 440px) {
  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 10rem !important;
  }

  .Niko_Niko_logo img {
    height: 250px !important;
    translate: -10px 0px !important;
  }

  .hero-img {
    width: 300% !important;
  }

  .wave-svg {
    bottom: -10px !important;
    height: 140px;
  }

  .wave-svg2 {
    bottom: -25px !important;
    height: 140px;
  }

  .bg_img img {
    width: 100px;
  }

  .bg_img2 img {
    width: 100px;
  }

  /* Section 2 CSS */
  .section_2 {
    margin: 2rem 0;
  }

  .section_2 h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .section_2 p {
    font-size: 0.8rem;
    width: 90%;
    padding-bottom: 5rem;
  }

  .svg1 svg {
    translate: 0rem -8.8rem;
  }

  .shape2 img {
    translate: 0rem -7rem;
  }

  /* Section 3 CSS */

  .section_3 {
    padding: 0rem 0 5rem;
  }

  .section_3_pdng {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3_pdng3 {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3 h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 0.8rem;
    width: 100%;
    text-align: justify;
    padding-left: 0rem;
  }

  .Ice_Crean_Tubs {
    height: 200px;
    object-fit: cover;
  }

  .section_3_pdng2 {
    flex-direction: column-reverse;
    padding: 2rem 0rem 0rem 0rem;
    translate: 0 0;
  }

  .Ice_Crean_Tubs2 {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .section_3_pdng3 {
    padding: 2rem 0rem 0rem 0rem;
  }

  .Ice_Crean_Tubs3 {
    height: 250px;
    object-fit: contain;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -4.4rem;
  }

  .section_4_content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .section_4_content p {
    font-size: 0.6rem;
    margin: 0;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 15rem 0 2rem;
  }

  .bg_images_2 {
    translate: 0rem -10rem;
  }

  .section_5_content h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .section_5_content img {
    width: 60px;
    translate: 11rem -2rem;
  }

  .section_5_content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .section_5_content p {
    font-size: 0.8rem;
    margin: 0;
    width: 80%;
  }

  /* Section 6 CSS */
  .icecream_product_slider {
    display: block !important;
    padding-top: 3rem;
  }

  .section_6_content {
    translate: 0rem 3rem;
  }

  .section_6_content h1 {
    font-size: 2rem;
    margin-bottom: 0rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  .product_deskview {
    display: none !important;
  }

  .berry_boujee {
    translate: 0rem 0rem;
  }

  .momday_blues {
    translate: 0rem 0rem;
  }

  .no_sleep_club {
    translate: 0rem 0rem;
  }

  .biscuits_state {
    translate: 0rem 0rem;
  }

  .blush_protocol {
    translate: 0rem 0rem;
  }

  .cookie_co {
    translate: 0rem 0rem;
  }

  .section_6_products img {
    width: 60%;
  }

  .slick-slide {
    justify-items: center;
  }

  .tub_with_character {
    translate: 0rem -1rem;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -9rem;
  }

  .chuskipops_product_slider {
    display: block !important;
    padding-top: 0rem;
    translate: 0rem 0rem;
    margin-bottom: 0 !important;
  }

  .section_7_content_mob_view {
    display: block !important;
  }

  .section_7_products {
    padding-top: 0;
  }

  .peru_bhabhi {
    width: 100%;
    translate: 0rem 0rem;
  }

  .imli_rani {
    width: 100%;
    translate: 0rem 0rem;
  }

  .jamuniya {
    width: 100%;
    translate: 0rem 0rem;
  }

  .kairi_kumari {
    width: 100%;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view {
    position: relative;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 1rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_7_content_mob_view p {
    font-family: 'poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    color: #000;
    margin: 0;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem 3.5rem;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -3rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -1rem;
  }

  .section_8_content h1 {
    padding-top: 5.5rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .love_info {
    width: 100px;
    translate: -2rem -2.5rem;
  }

  .section_8_content p {
    font-size: 0.6rem;
    margin: 0;
    width: 90%;
    text-align: justify;
  }

  .star_icon4 {
    width: 70vw;
    translate: -2.8rem 12.9rem;
  }

  .character1 {
    width: 64vw;
    translate: 0rem 14.8rem;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 12.75rem;
  }

  .column_reverse {
    flex-direction: column-reverse;
  }

  .section_9_content p {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    width: auto;
    margin: 0;
  }

  .curved_text {
    display: none;
  }

  .section_9_mob_view {
    display: block;
  }

  .section_9_mob_view h3 {
    margin-top: 8rem;
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 0rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .signature {
    padding-left: 0rem;
  }
}

@media (max-width: 430px) {
  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 10rem !important;
  }

  .Niko_Niko_logo img {
    height: 250px !important;
    translate: -10px 0px !important;
  }

  .hero-img {
    width: 300% !important;
  }

  .wave-svg {
    bottom: -10px !important;
    height: 140px;
  }

  .wave-svg2 {
    bottom: -25px !important;
    height: 140px;
  }

  .bg_img img {
    width: 100px;
  }

  .bg_img2 img {
    width: 100px;
  }

  /* Section 2 CSS */
  .section_2 {
    margin: 2rem 0;
  }

  .section_2 h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .section_2 p {
    font-size: 0.8rem;
    width: 90%;
    padding-bottom: 5rem;
  }

  .svg1 svg {
    translate: 0rem -8.5rem;
  }

  .shape2 img {
    translate: 0rem -6.69rem;
  }

  /* Section 3 CSS */

  .section_3 {
    padding: 0rem 0 5rem;
  }

  .section_3_pdng {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3_pdng3 {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3 h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 0.8rem;
    width: 100%;
    text-align: justify;
    padding-left: 0rem;
  }

  .Ice_Crean_Tubs {
    height: 200px;
    object-fit: cover;
  }

  .section_3_pdng2 {
    flex-direction: column-reverse;
    padding: 2rem 0rem 0rem 0rem;
    translate: 0 0;
  }

  .Ice_Crean_Tubs2 {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .section_3_pdng3 {
    padding: 2rem 0rem 0rem 0rem;
  }

  .Ice_Crean_Tubs3 {
    height: 250px;
    object-fit: contain;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -4.4rem;
  }

  .section_4_content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .section_4_content p {
    font-size: 0.6rem;
    margin: 0;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 15rem 0 2rem;
  }

  .bg_images_2 {
    translate: 0rem -10rem;
  }

  .section_5_content h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .section_5_content img {
    width: 60px;
    translate: 11rem -2rem;
  }

  .section_5_content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .section_5_content p {
    font-size: 0.8rem;
    margin: 0;
    width: 80%;
  }

  /* Section 6 CSS */
  .icecream_product_slider {
    display: block !important;
    padding-top: 3rem;
  }

  .section_6_content {
    translate: 0rem 3rem;
  }

  .section_6_content h1 {
    font-size: 2rem;
    margin-bottom: 0rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  .product_deskview {
    display: none !important;
  }

  .berry_boujee {
    translate: 0rem 0rem;
  }

  .momday_blues {
    translate: 0rem 0rem;
  }

  .no_sleep_club {
    translate: 0rem 0rem;
  }

  .biscuits_state {
    translate: 0rem 0rem;
  }

  .blush_protocol {
    translate: 0rem 0rem;
  }

  .cookie_co {
    translate: 0rem 0rem;
  }

  .section_6_products img {
    width: 60%;
  }

  .slick-slide {
    justify-items: center;
  }

  .tub_with_character {
    translate: 0rem -1rem;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -9rem;
  }

  .chuskipops_product_slider {
    display: block !important;
    padding-top: 0rem;
    translate: 0rem 0rem;
    margin-bottom: 0 !important;
  }

  .section_7_content_mob_view {
    display: block !important;
  }

  .section_7_products {
    padding-top: 0;
  }

  .peru_bhabhi {
    width: 100%;
    translate: 0rem 0rem;
  }

  .imli_rani {
    width: 100%;
    translate: 0rem 0rem;
  }

  .jamuniya {
    width: 100%;
    translate: 0rem 0rem;
  }

  .kairi_kumari {
    width: 100%;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view {
    position: relative;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 1rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_7_content_mob_view p {
    font-family: 'poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    color: #000;
    margin: 0;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem 3.5rem;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -3rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -1rem;
  }

  .section_8_content h1 {
    padding-top: 5.5rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .love_info {
    width: 100px;
    translate: -2rem -2.5rem;
  }

  .section_8_content p {
    font-size: 0.6rem;
    margin: 0;
    width: 90%;
    text-align: justify;
  }

  .star_icon4 {
    width: 70vw;
    translate: -2.8rem 12.4rem;
  }

  .character1 {
    width: 64vw;
    translate: 0rem 14.3rem;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 11.95rem;
  }

  .column_reverse {
    flex-direction: column-reverse;
  }

  .section_9_content p {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    width: auto;
    margin: 0;
  }

  .curved_text {
    display: none;
  }

  .section_9_mob_view {
    display: block;
  }

  .section_9_mob_view h3 {
    margin-top: 8rem;
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 0rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .signature {
    padding-left: 0rem;
  }
}

@media (max-width: 425px) {
  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 10rem !important;
  }

  .Niko_Niko_logo img {
    height: 250px !important;
    translate: -10px 0px !important;
  }

  .hero-img {
    width: 300% !important;
  }

  .wave-svg {
    bottom: -10px !important;
    height: 140px;
  }

  .wave-svg2 {
    bottom: -25px !important;
    height: 140px;
  }

  .bg_img img {
    width: 100px;
  }

  .bg_img2 img {
    width: 100px;
  }

  /* Section 2 CSS */
  .section_2 {
    margin: 2rem 0;
  }

  .section_2 h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .section_2 p {
    font-size: 0.8rem;
    width: 90%;
    padding-bottom: 5rem;
  }

  .svg1 svg {
    translate: 0rem -8.5rem;
  }

  .shape2 img {
    translate: 0rem -6.69rem;
  }

  /* Section 3 CSS */

  .section_3 {
    padding: 0rem 0 5rem;
  }

  .section_3_pdng {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3_pdng3 {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3 h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 0.8rem;
    width: 100%;
    text-align: justify;
    padding-left: 0rem;
  }

  .Ice_Crean_Tubs {
    height: 200px;
    object-fit: cover;
  }

  .section_3_pdng2 {
    flex-direction: column-reverse;
    padding: 2rem 0rem 0rem 0rem;
    translate: 0 0;
  }

  .Ice_Crean_Tubs2 {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .section_3_pdng3 {
    padding: 2rem 0rem 0rem 0rem;
  }

  .Ice_Crean_Tubs3 {
    height: 250px;
    object-fit: contain;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -4.4rem;
  }

  .section_4_content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .section_4_content p {
    font-size: 0.6rem;
    margin: 0;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 15rem 0 2rem;
  }

  .bg_images_2 {
    translate: 0rem -10rem;
  }

  .section_5_content h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .section_5_content img {
    width: 60px;
    translate: 11rem -2rem;
  }

  .section_5_content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .section_5_content p {
    font-size: 0.8rem;
    margin: 0;
    width: 80%;
  }

  /* Section 6 CSS */
  .icecream_product_slider {
    display: block !important;
    padding-top: 3rem;
  }

  .section_6_content {
    translate: 0rem 3rem;
  }

  .section_6_content h1 {
    font-size: 2rem;
    margin-bottom: 0rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  .product_deskview {
    display: none !important;
  }

  .berry_boujee {
    translate: 0rem 0rem;
  }

  .momday_blues {
    translate: 0rem 0rem;
  }

  .no_sleep_club {
    translate: 0rem 0rem;
  }

  .biscuits_state {
    translate: 0rem 0rem;
  }

  .blush_protocol {
    translate: 0rem 0rem;
  }

  .cookie_co {
    translate: 0rem 0rem;
  }

  .section_6_products img {
    width: 60%;
  }

  .slick-slide {
    justify-items: center;
  }

  .tub_with_character {
    translate: 0rem -1rem;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -9rem;
  }

  .chuskipops_product_slider {
    display: block !important;
    padding-top: 0rem;
    translate: 0rem 0rem;
    margin-bottom: 0 !important;
  }

  .section_7_content_mob_view {
    display: block !important;
  }

  .section_7_products {
    padding-top: 0;
  }

  .peru_bhabhi {
    width: 100%;
    translate: 0rem 0rem;
  }

  .imli_rani {
    width: 100%;
    translate: 0rem 0rem;
  }

  .jamuniya {
    width: 100%;
    translate: 0rem 0rem;
  }

  .kairi_kumari {
    width: 100%;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view {
    position: relative;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 1rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_7_content_mob_view p {
    font-family: 'poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    color: #000;
    margin: 0;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem 3.5rem;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -3rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -1rem;
  }

  .section_8_content h1 {
    padding-top: 5.5rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .love_info {
    width: 100px;
    translate: -2rem -2.5rem;
  }

  .section_8_content p {
    font-size: 0.6rem;
    margin: 0;
    width: 90%;
    text-align: justify;
  }

  .star_icon4 {
    width: 70vw;
    translate: -2.8rem 12.1rem;
  }

  .character1 {
    width: 64vw;
    translate: 0rem 13.9rem;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 11.5rem;
  }

  .column_reverse {
    flex-direction: column-reverse;
  }

  .section_9_content p {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    width: auto;
    margin: 0;
  }

  .curved_text {
    display: none;
  }

  .section_9_mob_view {
    display: block;
  }

  .section_9_mob_view h3 {
    margin-top: 8rem;
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 0rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .signature {
    padding-left: 0rem;
  }
}

@media (max-width: 420px) {
  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 10rem !important;
  }

  .Niko_Niko_logo img {
    height: 250px !important;
    translate: -10px 0px !important;
  }

  .hero-img {
    width: 300% !important;
  }

  .wave-svg {
    bottom: -10px !important;
    height: 140px;
  }

  .wave-svg2 {
    bottom: -25px !important;
    height: 140px;
  }

  .bg_img img {
    width: 100px;
  }

  .bg_img2 img {
    width: 100px;
  }

  /* Section 2 CSS */
  .section_2 {
    margin: 2rem 0;
  }

  .section_2 h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .section_2 p {
    font-size: 0.8rem;
    width: 90%;
    padding-bottom: 5rem;
  }

  .svg1 svg {
    translate: 0rem -8.5rem;
  }

  .shape2 img {
    translate: 0rem -6.69rem;
  }

  /* Section 3 CSS */

  .section_3 {
    padding: 0rem 0 5rem;
  }

  .section_3_pdng {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3_pdng3 {
    padding: 6rem 0rem 0rem 0rem;
  }

  .section_3 h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 0.8rem;
    width: 100%;
    text-align: justify;
    padding-left: 0rem;
  }

  .Ice_Crean_Tubs {
    height: 200px;
    object-fit: cover;
  }

  .section_3_pdng2 {
    flex-direction: column-reverse;
    padding: 2rem 0rem 0rem 0rem;
    translate: 0 0;
  }

  .Ice_Crean_Tubs2 {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .section_3_pdng3 {
    padding: 2rem 0rem 0rem 0rem;
  }

  .Ice_Crean_Tubs3 {
    height: 250px;
    object-fit: contain;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -4.4rem;
  }

  .section_4_content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .section_4_content p {
    font-size: 0.6rem;
    margin: 0;
  }

  /* Section 5 CSS */
  .section_5 {
    padding: 15rem 0 2rem;
  }

  .bg_images_2 {
    translate: 0rem -10rem;
  }

  .section_5_content h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .section_5_content img {
    width: 60px;
    translate: 11rem -2rem;
  }

  .section_5_content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .section_5_content p {
    font-size: 0.8rem;
    margin: 0;
    width: 80%;
  }

  /* Section 6 CSS */
  .icecream_product_slider {
    display: block !important;
    padding-top: 3rem;
  }

  .section_6_content {
    translate: 0rem 3rem;
  }

  .section_6_content h1 {
    font-size: 2rem;
    margin-bottom: 0rem;
  }

  .section_6_content p {
    font-size: 0.8rem;
    margin: 0;
  }

  .product_deskview {
    display: none !important;
  }

  .berry_boujee {
    translate: 0rem 0rem;
  }

  .momday_blues {
    translate: 0rem 0rem;
  }

  .no_sleep_club {
    translate: 0rem 0rem;
  }

  .biscuits_state {
    translate: 0rem 0rem;
  }

  .blush_protocol {
    translate: 0rem 0rem;
  }

  .cookie_co {
    translate: 0rem 0rem;
  }

  .section_6_products img {
    width: 60%;
  }

  .slick-slide {
    justify-items: center;
  }

  .tub_with_character {
    translate: 0rem -1rem;
  }

  /* Section 7 CSS */
  .colour_bg3 {
    translate: 0rem -9rem;
  }

  .chuskipops_product_slider {
    display: block !important;
    padding-top: 0rem;
    translate: 0rem 0rem;
    margin-bottom: 0 !important;
  }

  .section_7_content_mob_view {
    display: block !important;
  }

  .section_7_products {
    padding-top: 0;
  }

  .peru_bhabhi {
    width: 100%;
    translate: 0rem 0rem;
  }

  .imli_rani {
    width: 100%;
    translate: 0rem 0rem;
  }

  .jamuniya {
    width: 100%;
    translate: 0rem 0rem;
  }

  .kairi_kumari {
    width: 100%;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view {
    position: relative;
    translate: 0rem 0rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 1rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .section_7_content_mob_view p {
    font-family: 'poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    color: #000;
    margin: 0;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem 3.5rem;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -3rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -1rem;
  }

  .section_8_content h1 {
    padding-top: 5.5rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .love_info {
    width: 100px;
    translate: -2rem -2.5rem;
  }

  .section_8_content p {
    font-size: 0.6rem;
    margin: 0;
    width: 90%;
    text-align: justify;
  }

  .star_icon4 {
    width: 70vw;
    translate: -2.8rem 12.1rem;
  }

  .character1 {
    width: 64vw;
    translate: 0rem 14rem;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 11.3rem;
  }

  .column_reverse {
    flex-direction: column-reverse;
  }

  .section_9_content p {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    width: auto;
    margin: 0;
  }

  .curved_text {
    display: none;
  }

  .section_9_mob_view {
    display: block;
  }

  .section_9_mob_view h3 {
    margin-top: 8rem;
    font-size: 2rem;
    color: #ca2027;
    font-family: 'kablam', sans-serif;
    margin-bottom: 0rem;
    z-index: 9;
    letter-spacing: 1px;
    text-align: center;
  }

  .signature {
    padding-left: 0rem;
  }
}

@media (max-width: 414px) {
  .svg1 svg {
    translate: 0rem -8.6rem;
  }

  .shape2 img {
    translate: 0rem -6.8rem;
  }

  /* Section 3 CSS */
  .section_3 p {
    margin-bottom: 1.5rem;
  }

  /* Section 4 CSS */
  .section_4_content {
    translate: 0rem -4.6rem;
  }

  /* Section 5 CSS */
  .section_5_content img {
    width: 50px;
    translate: 10.5rem -2rem;
  }

  .section_6_products img {
    width: 70%;
  }

  .tub_with_character {
    translate: 0rem -5.5rem;
    width: 95% !important;
    margin-left: 2.5%;
  }

  .colour_bg3 {
    translate: 0rem -13rem;
  }

  .section_9 {
    translate: 0rem 10.7rem;
  }

  .section_9_mob_view h3 {
    margin-top: 5rem;
  }

  .chuski_pops_set {
    translate: 0rem 2.5rem;
  }

  .colour_bg {
    translate: 0rem -4rem;
  }

  .characters {
    width: 21vw;
    translate: 0rem -2rem;
  }

  .character1 {
    width: 68vw;
    translate: 0rem 11.15rem;
  }

  .star_icon4 {
    width: 60vw;
    translate: -1.8rem 11.7rem;
  }

  .section_8_content h1 {
    padding-top: 4rem;
    font-size: 1.8rem;
  }
}

@media (max-width: 393px) {
  .svg1 svg {
    translate: 0rem -8rem;
  }

  .shape2 img {
    translate: 0rem -6.3rem;
  }

  .section_4_content {
    translate: 0rem -5rem;
  }

  .section_5 {
    padding: 12rem 0 2rem;
  }

  .section_5_content h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }

  .section_5_content h3 {
    font-size: 1.2rem;
  }

  /* Section 6 */
  .tub_with_character {
    translate: 0rem -3.5rem;
  }

  .colour_bg3 {
    translate: 0rem -11rem;
  }

  .section_7_content_mob_view {
    translate: 0rem -2rem;
  }

  .characters {
    width: 22vw;
  }

  .star_icon4 {
    translate: -1.8rem 11.5rem;
  }

  .character1 {
    translate: 0rem 11rem;
  }

  .section_8_content h1 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }

  .love_info {
    width: 81px;
    translate: -1.5rem -2.4rem;
  }

  .section_9 {
    translate: 0rem 11.2rem;
  }
}

@media (max-width: 390px) {
  .svg1 svg {
    translate: 0rem -8rem;
  }

  .shape2 img {
    translate: 0rem -6.3rem;
  }

  .section_4_content {
    translate: 0rem -5rem;
  }

  .section_5 {
    padding: 12rem 0 2rem;
  }

  .section_5_content h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }

  .section_5_content h3 {
    font-size: 1.2rem;
  }

  /* Section 6 */
  .tub_with_character {
    translate: 0rem -3.5rem;
  }

  .colour_bg3 {
    translate: 0rem -11rem;
  }

  .section_7_content_mob_view {
    translate: 0rem -2rem;
  }


  .star_icon4 {
    translate: -1.8rem 11.6rem;
  }

  .character1 {
    translate: 0rem 11rem;
  }

  .section_8_content h1 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }

  .love_info {
    width: 81px;
    translate: -1.5rem -2.4rem;
  }

  .section_9 {
    translate: 0rem 11.2rem;
  }
}

@media (max-width: 385px) {
  .svg1 svg {
    translate: 0rem -8.2rem;
  }

  .shape2 img {
    translate: 0rem -6.5rem;
  }

  .section_3_pdng {
    padding: 5rem 0rem 0rem 0rem;
  }

  .section_3 p {
    margin-bottom: 1rem;
  }

  .section_4_content {
    translate: 0rem -5rem;
  }

  .section_5 {
    padding: 12rem 0 0rem;
  }

  .section_5_content p {
    width: 90%;
  }

  /* Section 6 CSS */
  .colour_bg3 {
    translate: 0rem -11rem;
  }

  .section_6_products img {
    width: 70%;
  }

  .tub_with_character {
    translate: 0rem -4rem;
  }

  /* Section 8 CSS */
  .colour_bg {
    translate: 0rem -3.5rem;
  }

  .star_icon4 {
    width: 55vw;
    translate: -1.4rem 12.67rem;
  }

  .character1 {
    width: 68vw;
    translate: 0rem 11.3rem;
  }

  /* Section 9 CSS */
  .section_9 {
    translate: 0rem 11.25rem;
  }

  .section_8_content h1 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }

  .love_info {
    width: 81px;
    translate: -1.5rem -2.4rem;
  }

  .section_9_mob_view h3 {
    margin-top: 5rem;
  }
}

@media (max-width: 379px) {
  .wave-svg {
    bottom: 4px !important;
    height: 120px;
  }

  .wave-svg2 {
    bottom: -5px !important;
    height: 120px;
  }

  .shape2 img {
    translate: 0rem -6.6rem;
  }

  .section_4_content {
    translate: 0rem -5.2rem;
  }

  .section_5 {
    padding: 11rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .section_5_content h3 {
    font-size: 1rem;
  }

  .section_5_content img {
    width: 45px;
    translate: 8.8rem -1.5rem;
  }

  .section_6_content {
    translate: 0rem 2.5rem;
  }

  .section_6_content h1 {
    font-size: 1.8rem;
    margin-bottom: 0.1rem;
  }

  .section_6_products img {
    width: 65%;
  }

  .colour_bg3 {
    translate: 0rem -11rem;
  }

  .tub_with_character {
    translate: 0rem -4.2rem;
  }

  .section_7_content_mob_view {
    translate: 0rem -2rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .section_7_content_mob_view p {
    margin-bottom: 0.5rem;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem 2.5rem;
  }

  .colour_bg {
    translate: 0rem -3rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -1.6rem;
  }

  .character1 {
    width: 68vw;
    translate: 0rem 11.5rem;
  }

  .star_icon4 {
    width: 59vw;
    translate: -1.8rem 12.3rem;
  }

  .section_9 {
    translate: 0rem 10.5rem;
  }
}

@media (max-width: 375px) {
  .wave-svg {
    bottom: 4px !important;
    height: 120px;
  }

  .wave-svg2 {
    bottom: -5px !important;
    height: 120px;
  }

  .shape2 img {
    translate: 0rem -6.6rem;
  }

  .section_4_content {
    translate: 0rem -5.2rem;
  }

  .section_5 {
    padding: 11rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .section_5_content h3 {
    font-size: 1rem;
  }

  .section_5_content img {
    width: 45px;
    translate: 8.8rem -1.5rem;
  }

  .section_6_content {
    translate: 0rem 2.5rem;
  }

  .section_6_content h1 {
    font-size: 1.8rem;
    margin-bottom: 0.1rem;
  }

  .section_6_products img {
    width: 65%;
  }

  .colour_bg3 {
    translate: 0rem -11rem;
  }

  .tub_with_character {
    translate: 0rem -4.2rem;
  }

  .section_7_content_mob_view {
    translate: 0rem -2rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .section_7_content_mob_view p {
    margin-bottom: 0.5rem;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem 2.5rem;
  }

  .colour_bg {
    translate: 0rem -3rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -1.6rem;
  }

  .character1 {
    width: 68vw;
    translate: 0rem 11.5rem;
  }

  .star_icon4 {
    width: 58vw;
    translate: -1.8rem 12.05rem;
  }

  .section_9 {
    translate: 0rem 10rem;
  }
}

@media (max-width: 360px) {
  .svg1 svg {
    translate: 0rem -7.5rem;
  }

  .wave-svg {
    bottom: 4px !important;
    height: 120px;
  }

  .wave-svg2 {
    bottom: -5px !important;
    height: 120px;
  }

  .shape2 img {
    translate: 0rem -5.95rem;
  }

  .section_4_content {
    translate: 0rem -5.2rem;
  }

  .section_5 {
    padding: 11rem 0 0rem;
  }

  .section_5_content h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .section_5_content h3 {
    font-size: 1rem;
  }

  .section_5_content img {
    width: 45px;
    translate: 8.8rem -1.5rem;
  }

  .section_6_content {
    translate: 0rem 2.5rem;
  }

  .section_6_content h1 {
    font-size: 1.8rem;
    margin-bottom: 0.1rem;
  }

  .section_6_products img {
    width: 65%;
  }

  .colour_bg3 {
    translate: 0rem -11rem;
  }

  .tub_with_character {
    translate: 0rem -4.2rem;
  }

  .section_7_content_mob_view {
    translate: 0rem -2rem;
  }

  .section_7_content_mob_view h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .section_7_content_mob_view p {
    margin-bottom: 0.5rem;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem 2.5rem;
  }

  .section_8_content h1 {
    font-size: 1.2rem;
  }

  .love_info {
    width: 65px;
    translate: -1.2rem -1.8rem;
  }

  .colour_bg {
    translate: 0rem -3rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -1.6rem;
  }

  .character1 {
    width: 67vw;
    translate: 0rem 11.2rem;
  }

  .star_icon4 {
    width: 58vw;
    translate: -1.6rem 11.6rem;
  }

  .section_9 {
    translate: 0rem 9.55rem;
  }
}

@media (max-width: 330px) {

  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 8rem !important;
  }

  .Niko_Niko_logo img {
    height: 220px !important;
    translate: -10px 0px !important;
  }

  .hero-img {
    width: 300% !important;
  }

  .wave-svg {
    bottom: -10px !important;
    height: 140px;
  }

  .wave-svg2 {
    bottom: -25px !important;
    height: 140px;
  }

  /* Section 2 CSS */
  .section_2 h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .section_2 p {
    font-size: 0.6rem;
  }

  .svg1 svg {
    translate: 0rem -7.2rem;
  }

  .shape2 img {
    translate: 0rem -5.8rem;
  }

  .slick-list {
    padding: 0 30px !important;
  }

  /* Section 3 CSS */
  .section_3 h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 0.6rem;
  }

  .colour_bg3 {
    translate: 0rem -10rem;
  }

  .section_4_content {
    translate: 0rem -5.9rem;
  }

  .section_4_content p {
    font-size: 0.4rem;
  }

  .section_7_content_mob_view {
    translate: 0rem -3rem;
  }

  .chuskipops_product_slider {
    translate: 0rem -3.5rem;
  }

  .tub_with_character {
    translate: 0rem -3.8rem;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem 0.5rem;
  }

  .colour_bg {
    translate: 0rem -4rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -2.6rem;
  }

  .star_icon4 {
    width: 58vw;
    translate: -1.4rem 9.4rem;
  }

  .character1 {
    width: 67vw;
    translate: 0rem 8.7rem;
  }

  .section_8_content h1 {
    padding-top: 1.5rem;
  }

  .section_9 {
    translate: 0rem 9.1rem;
  }
}

@media (max-width: 320px) {

  .logo img {
    height: 50px;
  }

  #NAV {
    padding: 20px;
  }

  ul li a {
    font-size: 12px;
  }

  .Niko_Niko_logo {
    margin-top: 8rem !important;
  }

  .Niko_Niko_logo img {
    height: 220px !important;
    translate: -10px 0px !important;
  }

  .hero-img {
    width: 300% !important;
  }

  .wave-svg {
    bottom: -10px !important;
    height: 140px;
  }

  .wave-svg2 {
    bottom: -25px !important;
    height: 140px;
  }

  /* Section 2 CSS */
  .section_2 h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .section_2 p {
    font-size: 0.6rem;
  }

  .svg1 svg {
    translate: 0rem -7.2rem;
  }

  .shape2 img {
    translate: 0rem -5.8rem;
  }

  .slick-list {
    padding: 0 30px !important;
  }

  /* Section 3 CSS */
  .section_3 h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 0rem;
  }

  .section_3 p {
    font-size: 0.6rem;
  }

  .colour_bg3 {
    translate: 0rem -10rem;
  }

  .section_4_content {
    translate: 0rem -5.9rem;
  }

  .section_4_content p {
    font-size: 0.4rem;
  }

  .section_5_content img {
    width: 35px;
    translate: 8.2rem -1.2rem;
  }

  .section_7_content_mob_view {
    translate: 0rem -3rem;
  }

  .section_7_content_mob_view p {
    font-size: 0.6rem;
  }

  .chuskipops_product_slider {
    translate: 0rem -3.5rem;
  }

  .tub_with_character {
    translate: 0rem -3.8rem;
  }

  .chuski_pops_set {
    width: 80%;
    translate: 0rem 0.5rem;
  }

  .colour_bg {
    translate: 0rem -4rem;
  }

  .characters {
    width: 22vw;
    translate: 0rem -2.6rem;
  }

  .star_icon4 {
    width: 58vw;
    translate: -1.4rem 9.35rem;
  }

  .character1 {
    width: 67vw;
    translate: 0rem 8.7rem;
  }

  .section_8_content h1 {
    padding-top: 1.5rem;
  }

  .section_9 {
    translate: 0rem 8.75rem;
  }
}