@font-face {
  font-family: "RebondFontFamily";
  src: local("RebondFontFamily"),
    url("/font-family/ESRebondGrotesqueTRIAL-Extrabold-BF661890400e032.otf")
      format("opentype");
  font-weight: extrabold;
  font-style: normal;
}
@font-face {
  font-family: "RebondFontFamily";
  src: local("RebondFontFamily"),
    url("/font-family/ESRebondGrotesqueTRIAL-Bold-BF66189040400df.otf")
      format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "RebondFontFamily";
  src: local("RebondFontFamily"),
    url("/font-family/ESRebondGrotesqueTRIAL-Regular-BF66189040b697b.otf")
      format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "RebondFontFamily", Poppins, Inter, sans-serif;
}
/* Hero or banner */
.hero {
  background-image: url("images/HeroSection/Web/Header_bg.png");
  min-height: 800px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.hero .store-btns {
  background-color: #1b191a;
  width: 100px;
  border-radius: 30px;
  padding: 10px;
  position: absolute;
  right: 67px;
  top: 21px;
  display: flex;
  justify-content: space-around;
}
.hero-icons {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(8, 1fr);
  position: relative;
}
.icon-1 {
  grid-column: 4 / 6;
  grid-row: 1 / 3;
  justify-self: center;
  align-self: center;
  height: 100px;
}
.icon-2 {
  grid-column: 11 / 12;
  grid-row: 1 / 2;
  justify-self: center;
  align-self: center;
  height: 85px;
  width: 150px;
}
.icon-3 {
  grid-column: 6 / 9;
  grid-row: 4 / 6;
  justify-self: center;
  align-self: center;
  height: 190px;
}
.breath-icon {
  position: relative;
  grid-column: -9 / -10;
  grid-row: 7 / 8;
  justify-self: center;
  align-self: center;
}
.breath-icon .icon-4 {
  height: 115px;
  width: 130px;
}
.breath-icon .icon-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  height: 18px;
}
/* section with download buttons */
.section1.section1 {
  background-color: #fdf6e6;
  font-family: "RebondFontFamily", Poppins, Inter, sans-serif;
  font-weight: 800;
  font-size: 50px;
  margin: 0 0 10px;
  height: 400px;
  line-height: 55px;

  .section__body {
    color: #fa4c56;
    max-width: 900px;
    margin: 0 auto;
    text-transform: capitalize;
  }

  :root {
    --btn-bg: #121212;
    --btn-text: #ffffff;
    --btn-bg-hover: #1b1b1b;
    --btn-ring: 0 0 0 3px rgba(255, 255, 255, 0.18);
  }

  .store-buttons {
    margin-top: 20px;
  }

  /* Button */
  .btn-store {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: var(--btn-bg);
    color: var(--btn-text);
    border-radius: 8px;
    text-decoration: none;
    font: 500 15px/1.2 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto,
      "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji",
      "Segoe UI Emoji";
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    transition: transform 0.08s ease, background 0.15s ease,
      box-shadow 0.15s ease;
    will-change: transform;
    background-color: #1a181a;
    color: white;
  }

  /* Icon */
  .btn-store .icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    display: inline-block;
  }

  /* Hover / Active / Focus */
  .btn-store:hover {
    background: white;
    color: black;
  }
  .btn-store:active {
    transform: translateY(1px);
  }
  .btn-store:focus-visible {
    outline: none;
    box-shadow: var(--btn-ring);
  }

  /* Optional: compact size on very small screens */
  @media (max-width: 480px) {
    .btn-store {
      padding: 8px 14px;
      font-size: 14px;
    }
    .btn-store .icon {
      width: 16px;
      height: 16px;
    }
  }
}
.banner {
  position: relative;
}
.banner-img-container {
  background-image: url("images/Group6web.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 570px;
  max-width: 800px;
  margin: auto;
}
.banner-img {
  height: 340px;
  width: 100%;
  padding-top: 60px;
}
.section-image-left {
  position: absolute;
  top: 30%;
  left: 17%;
  height: 100px;
}
.section-image-right {
  position: absolute;
  top: 26%;
  right: 19%;
  height: 100px;
}
/* Section 2 Carousel */
.section-2 {
  background-color: #f4f4f4;
  margin-top: -30px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.section-2 .card-title {
  font-size: 22px;
  font-weight: 800;
}
.section-2 .card-text {
  color: #9e9c9cfa;
  font-size: 16px;
  font-weight: 400;
}
.section-2 .section__title {
  padding-top: 40px;
}
.section-2 .img-container {
  position: absolute;
  z-index: 2;
  left: 60%;
  top: 17%;
}
.section-2 .img-container img {
  height: 100px;
  width: 100px;
}
.card {
  border-radius: 25px;
  border-top-right-radius: 48px;
  border-top-left-radius: 48px;
}

@media (max-width: 768px) {
  .section-image-left {
    width: 55px;
    height: 75px;
  }
}

@media (max-width: 768px) {
  .section-image-right {
    width: 55px;
    height: 75px;
  }
}

/* section 2 additional */

/* Section 3 Cards */
.section-3 {
  background-color: #fbe20e;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
}
.section3-header-container {
  text-align: left;
}
.section-3 .group-img {
  margin-top: -20px;
  height: 100px;
}
.section-3-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.section-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.section3-first-card,
.section3-third-card {
  position: relative;
}
.section3-first-card .group-img-container img,
.section3-third-card .group-img-container img {
  position: absolute;
  z-index: 1;
  height: 120px;
}
.section3-third-card .group-img-container img {
  right: -60px;
  top: 50px;
}
.section3-first-card .group-img-container img {
  left: 130px;
  top: -85px;
}
.section3-card-container .section3-second-card .group-img-container {
  display: none;
}
.section3-card-container .row {
  align-items: end;
}
.section3-card-container .card-title {
  color: #fa4c56;
  font-size: 22px;
  font-weight: 800;
}
.section3-card-container .card-text {
  color: #9e9c9cfa;
  font-size: 16px;
  font-weight: 400;
}
.section3-card-container .card {
  border-radius: 25px;
}
.mobile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.mobile-grid .section3-first-card,
.mobile-grid .section3-second-card {
  margin-bottom: 10px;
}
/* Section 4 */
.group-img-container-mobile {
  display: none;
}
.section-4 {
  background-color: #fdf6e6;
  padding-bottom: 30px;
  padding-top: 30px;
}
.section4-header-container {
  text-align: center;
  margin-bottom: 15px;
}
.sec-heading {
  color: #fa4c56;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-2 .section__title,
.section-3 .section__title,
.section-4 .section__title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-4,
.section-2 .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  margin: auto;
}
.section-4 .card {
  align-items: center;
  border: none;
  border-radius: 30px;
}
.section-4 .card .cards {
  align-items: center;
}
.section-4 .card .cards > div:first-child {
  text-align: center;
}
.section-4 .card .cards img {
  height: 160px;
}
.section-4 .card .card-body .card-title {
  color: #fa4c56;
  font-size: 35px;
  font-weight: 800;
}
.section-4 .card .card-body .card-text {
  color: #1b191a;
  font-size: 22px;
  font-weight: 500;
}
.net-cards .card-body {
  display: flex;
}
/* Section 5 Footer with menu */
.section-5 {
  min-height: 850px;
  background-image: url("images/Footer/Web/Footer_3x.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  padding-top: 50px;
  display: flex;
}
.section-5-title-container {
  margin-bottom: 80px;
}
.section-5 .section-container {
  background: linear-gradient(to top, #000000ad 10%, transparent 50%);
}
.section-5 .info-section,
.section-5 .section-container {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.section-5 .info-section,
.section-5 .section-container .icon-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100px;
}
.icon-container .icon1 {
  position: absolute;
  height: 110px;
  width: 150px;
  left: 3%;
  top: -60%;
}
.icon-container .icon2 {
  position: absolute;
  left: 40%;
  top: -115%;
  height: 100px;
  width: 130px;
}
.icon-container .icon3 {
  position: absolute;
  right: 28%;
  top: -135%;
  height: 100px;
  width: 100px;
}

.section-5 .sec-header img {
  height: 150px;
}
.section-5 .sec-desc {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-5 .soon-block {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.section-5 .soon-block .available-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
}
.section-5 .store-buttons {
  display: flex;
}
.section-5 .store-buttons .btn-store img {
  height: 20px;
  margin-right: 5px;
}
.section-5 .store-buttons .btn-store {
  display: inline-flex;
  font-size: 16px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  margin-right: 15px;
  color: #1b191a;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: lighter;
}
.section-container {
  position: relative;
}
.section-container .images img:nth-child(1) {
  position: absolute;
  top: 40%;
  left: 100px;
  height: 120px;
}
.section-container .images img:nth-child(2) {
  position: absolute;
  top: 28%;
  left: 40%;
  height: 120px;
}
.section-container .images img:nth-child(3) {
  position: absolute;
  right: 30%;
  top: 25%;
  height: 120px;
}
.menu-section {
  position: relative; /* Ensure content is above the overlay */
  /* background: linear-gradient(to top, black 20%, white); */
  /* background-image: linear-gradient(to right, #fff, #000); */
}
/* .menu-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 0; 
} */
.menu-section .line {
  border: 2px solid #ffffff;
  width: 87%;
  margin: auto;
  margin-top: 20px;
  opacity: 0.3;
}
.menu-section ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 50px;
  z-index: 1;
  position: relative;
}
.menu-section ul li {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.menu-section .copy-right {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  z-index: 1;
  position: relative;
  letter-spacing: 1px;
}
.bg-body-tertiary {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 100px;
  padding-left: 100px;
}
/* Infinite Scroll Banner */
.soon-scroll-container {
  padding-block: 12px;
  background-color: #1b191a;
  display: flex;
  gap: 20px;
  overflow: hidden;
  user-select: none;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  -webkit-transform: translateZ(0) rotate(1deg);
  transform: translateZ(0) rotate(1deg);
}
.soon-scroll-container ul {
  display: flex;
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  animation: scrollInfinite 20s linear infinite;
}

.soon-scroll-container ul li {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.soon-scroll-container ul li span {
  padding-left: 5px;
  padding-right: 5px;
}
.soon-scroll-container ul li img {
  height: 24px;
}
@keyframes scrollInfinite {
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

/* Carousel */
.carousel img {
  margin-right: 1rem;
  overflow: hidden;
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
}
.carousel-inner.dragging {
  user-select: none; /* Disable text selection */
  cursor: grabbing; /* Show grabbing cursor */
}
.carousel-inner {
  touch-action: pan-y pinch-zoom; /* Allows vertical scrolling */
}
/* Swiper Css */
.mySwiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important;
  flex-direction: column;
}

.swiper-slide .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.swiper-slide .card-body {
  flex: 1; /* Takes up remaining space */
  display: flex;
  flex-direction: column;
}

.swiper-slide .card-body {
  flex-grow: 1; /* Ensure the body takes up available space */
}
.swiper-slide .card-text {
  flex-grow: 1; /* Ensure the body takes up available space */
}

/* Responsive for mobile using media queries*/

@media screen and (max-width: 768px) {
  .hero {
    background-image: url("images/HeroSection/Mobile/mobile_hero.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero .store-btns {
    right: 30px;
  }
  .section1.section1 {
    font-size: 24px;
    line-height: 27px;
  }
  .banner-img-container {
    background-image: url("images/4x.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 320px;
    margin-bottom: -80px;
  }
  .sec-heading {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .section-2 .section__title,
  .section-3 .section__title,
  .section-4 .section__title {
    font-size: 26px;
  }
  .section-2 .card-title {
    font-size: 18px;
  }
  .section-2 .card-text {
    font-size: 14px;
  }
  .section-2 .img-container img {
    height: 80px;
    width: 80px;
  }
  .section-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section3-card-container .row {
    align-items: center;
  }
  .section3-card-container .card-title {
    font-size: 18px;
  }
  .section3-card-container .card-text {
    font-size: 14px;
  }
  .section-4,
  .section-2 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }
  .section-image-right {
    position: absolute;
    top: 34%;
    right: 12%;
  }
  .section-image-left {
    position: absolute;
    top: 31%;
    left: 5%;
  }
  .section3-header-container {
    margin-bottom: 10px;
  }
  .section-4 .card .card-body .card-title {
    font-size: 18px;
  }
  .section-4 .card .card-body .card-text {
    font-size: 14px;
  }
  .section-4 .card .cards img {
    height: 80px;
  }
  .net-cards .card-body {
    display: block;
  }
  .section-5 {
    background-image: url("images/Footer/Mobile/Footer_mobile.png");
    background-size: cover;
    background-position: center;
    padding-top: 0;
  }
  .section-5 .sec-header {
    padding-top: 20px;
    text-align: center;
  }
  .icon-container .icon1 {
    height: 70px;
    width: 100px;
    left: 3%;
    top: -60%;
  }
  .icon-container .icon2 {
    left: 30%;
    top: 27%;
    height: 60px;
    width: 80px;
  }
  .icon-container .icon3 {
    right: 7%;
    top: 27%;
    height: 45px;
    width: 60px;
  }
  /* carousel */
  .carousel-inner .carousel-item > card:first-child {
    display: block;
    margin-left: 0;
  }
  .footer-links {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column-reverse;
  }
  .menu-section .copy-right {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .section-2 .img-container {
    left: 65%;
    top: 12%;
  }
  .section3-header-container {
    position: relative;
  }
  .section3-header-container .group-img-container-mobile {
    display: block;
  }
  .section3-header-container .group-img-container-mobile img {
    position: absolute;
    z-index: 1;
    height: 100px;
    right: 0;
    top: -25px;
  }
  .section3-third-card .group-img-container img {
    display: none;
  }
  /* .section3-card-container .section3-first-card .card {
    margin-top: -100px;
  } */
  .section3-card-container .section3-first-card {
    padding-right: 0;
  }
  .section3-card-container .section3-first-card .group-img-container {
    display: none;
  }
  .section3-card-container .section3-second-card {
    position: relative;
  }
  .section3-card-container .section3-second-card .group-img-container {
    display: block;
    position: absolute;
    z-index: 1;
    top: -70px;
  }
  .section3-card-container .section3-second-card .group-img-container img {
    height: 100px;
  }
  .section3-card-container .section3-second-card .card {
    margin-top: 60px;
  }
  .section3-card-container .section3-third-card {
    padding-right: 0;
  }
  .soon-scroll-container {
    transform: none;
    /* margin-top: -43px; */
  }
}

@media (max-width: 480px) {
  .section-5 {
    height: 600px;
  }
  .menu-section ul li {
    font-size: 10px;
    gap: 35px;
  }
  .menu-section .copy-right {
    font-size: 10px;
  }
  .section-2 .img-container {
    top: 18%;
  }
  .section3-card-container {
    display: grid;
    grid-template-columns: 1fr; /* Single column layout for smaller screens */
    gap: 10px; /* 10px gap between cards */
  }
  .section-image-right {
    width: 50px;
    height: 90px;
    top: 37%;
  }
  .section-image-left {
    width: 50px;
    height: 90px;
    top: 36%;
    left: 8%;
  }
}
@media (min-width: 380px) and (max-width: 480px) {
  .section-image-right {
    top: 30%;
  }
  .section-image-left {
    top: 30%;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .section-image-right {
    top: 37%;
  }
  .section-image-left {
    top: 36%;
  }
  /* .section3-card-container .section3-third-card {
    margin-top: -30%;
  }

  .section3-card-container .section3-fourth-card {
    margin-top: -70%;
  } */
}
/* @media (min-width: 360px) and (max-width: 374px) {
  .section3-card-container .section3-third-card {
    margin-top: -34%;
  }

  .section3-card-container .section3-fourth-card {
    margin-top: -48%;
  }
}
@media (min-width: 375px) and (max-width: 390px) {
  .section3-card-container .section3-third-card {
    margin-top: -34%;
  }

  .section3-card-container .section3-fourth-card {
    margin-top: -40%;
  }
}
@media (min-width: 421px) and (max-width: 480px) {
  .section3-card-container .section3-third-card {
    margin-top: -30%;
  }

  .section3-card-container .section3-fourth-card {
    margin-top: -42%;
  }
}
@media (min-width: 391px) and (max-width: 420px) {
  .section3-card-container .section3-third-card {
    margin-top: -26%;
  }

  .section3-card-container .section3-fourth-card {
    margin-top: -42%;
  }
} */
@media screen and (min-width: 320px) {
  .carousel-inner {
    display: flex;
    overflow: hidden;
    background-color: #f4f4f4;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 1.25);
    cursor: pointer;
  }
  .menu-section ul {
    gap: 30px;
  }
  /* .section3-card-container .section3-third-card .card {
    margin-top: -85px;
  }
  .section3-card-container .section3-fourth-card .card {
    margin-top: -200px;
  } */
  .section-5-title-container {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}

/* Add spacing between cards on mobile */
@media (max-width: 767px) {
  .section3-card-container .row {
    margin-left: -8px; /* adjust gutter */
    margin-right: -8px;
  }

  .section3-card-container .col-6 {
    padding-left: 8px; /* space between columns */
    padding-right: 8px;
    margin-bottom: 24px; /* vertical gap between rows */
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .icon-container .icon1 {
    left: 2%;
  }
  .icon-container .icon2 {
    left: 40%;
    top: -130%;
  }
  .icon-container .icon3 {
    right: 28%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section-5 {
    min-height: 650px;
  }
  .section-5 .sec-header img {
    height: 120px;
  }
  .section-5 .info-section {
    justify-content: space-between;
  }
  .section-5 .sec-desc {
    font-size: 14px;
    margin-top: 0;
  }
  .icon-container .icon1 {
    left: 0;
    top: -30%;
  }
  .icon-container .icon2 {
    left: 37%;
    top: -85%;
  }
  .icon-container .icon3 {
    right: 27%;
    top: -90%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .hero-icons {
    grid-template-rows: repeat(9, 1fr);
  }
  .hero-icons .icon-1 {
    height: 65px;
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    align-self: center;
  }
  .hero-icons .icon-2 {
    height: 60px;
    width: auto;
    grid-row: 2 / 4;
    grid-column: 12;
    align-self: center;
  }
  .hero-icons .icon-3 {
    height: 115px;
    width: auto;
    grid-row: 4 / 6;
    grid-column: 7 / 8;
  }
  .hero-icons .breath-icon {
    grid-row: 7 / 8;
    grid-column: 3 / 5;
  }
  .hero-icons .icon-4 {
    height: 90px;
    width: auto;
  }
  .hero-icons .icon-5 {
    height: 14px;
  }
  .section-5 {
    min-height: 500px;
    background-image: url(/images/Footer/Mobile/Footer_512w.png);
  }
  .section-5 .sec-header img {
    height: 70px;
    margin-bottom: 10px;
  }
  .section-5 .info-section {
    justify-content: space-between;
  }
  .section-5 .sec-desc {
    font-size: 12px;
    margin-top: 0;
  }
  .icon-container .icon1 {
    left: 0;
    top: 70%;
    height: 45px;
    width: auto;
  }
  .icon-container .icon2 {
    left: 34%;
    top: 34%;
    height: 50px;
    width: auto;
  }
  .icon-container .icon3 {
    right: 20%;
    top: 30%;
    height: 50px;
    width: auto;
  }
  .section-5 .store-buttons {
    justify-content: center;
  }
  .section-5 .store-buttons .btn-store {
    font-size: 12px;
    padding: 7px 12px;
  }
  .section3-card-container .card-text,
  .section-4 .card .card-body .card-text {
    font-size: 12px;
  }
  .section-3-desc {
    font-size: 14px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .hero-icons {
    grid-template-rows: repeat(10, 1fr);
  }
  .hero-icons .icon-1 {
    height: 75px;
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    align-self: center;
  }
  .hero-icons .icon-2 {
    height: 75px;
    width: auto;
    grid-row: 3 / 4;
    align-self: center;
  }
  .hero-icons .icon-3 {
    height: 115px;
    width: auto;
    grid-row: 5 / 6;
    grid-column: 7 / 8;
  }
  .hero-icons .breath-icon {
    grid-row: 7 / 8;
    grid-column: 3 / 5;
  }
  .hero-icons .icon-4 {
    height: 110px;
    width: auto;
  }
  .hero-icons .icon-5 {
    height: 18px;
  }
  .section-5 {
    min-height: 600px;
    background-image: url(/images/Footer/Mobile/Footer_512w.png);
  }
  .section-5 .sec-header img {
    height: 70px;
    margin-bottom: 10px;
  }
  .section-5 .info-section {
    justify-content: space-between;
  }
  .section-5 .sec-desc {
    font-size: 12px;
    margin-top: 0;
  }
  .icon-container .icon1 {
    left: 0%;
    top: 100%;
    height: 45px;
    width: auto;
  }
  .icon-container .icon2 {
    left: 39%;
    top: 60%;
    height: 50px;
    width: auto;
  }
  .icon-container .icon3 {
    right: 25%;
    top: 57%;
    height: 50px;
    width: auto;
  }
  .section-5 .store-buttons {
    justify-content: center;
  }
  .section-5 .store-buttons .btn-store {
    font-size: 12px;
    padding: 7px 12px;
  }
  .section3-card-container .card-text,
  .section-4 .card .card-body .card-text {
    font-size: 12px;
  }
  .section-3-desc {
    font-size: 14px;
  }
}
@media (min-width: 559px) and (max-width: 768px) {
  .hero-icons {
    grid-template-rows: repeat(10, 1fr);
  }
  .hero-icons .icon-1 {
    height: 75px;
    grid-column: 3;
    grid-row: 3 / 4;
    align-self: flex-start;
  }
  .hero-icons .icon-2 {
    align-self: flex-start;
  }
  .hero-icons .icon-3 {
    height: 115px;
    width: auto;
    grid-row: 5 / 6;
    grid-column: 7 / 8;
  }
  .hero-icons .breath-icon {
    grid-row: 7 / 8;
    grid-column: 3 / 5;
  }
  .hero-icons .icon-4 {
    height: 110px;
    width: auto;
  }
  .hero-icons .icon-5 {
    height: 18px;
  }
  .icon-container .icon1 {
    left: 2%;
    top: 100%;
    height: 45px;
    width: auto;
  }
  .icon-container .icon2 {
    left: 38%;
    top: 78%;
    height: 50px;
    width: auto;
  }
  .icon-container .icon3 {
    right: 26%;
    top: 75%;
    height: 50px;
    width: auto;
  }
}
