@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --green: #acf4a1;
  --yellow: #ffd431;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.backFriday {
  background: #000000;
  color: #fff;
  font-family: "Inter";
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;

  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;

  padding: 1rem 0.5rem;
}
.topbar .promo-code{
font-weight: 700;
}
.backFriday .text-green {
  margin-bottom: 0;
  color: var(--green);
}
.pos-relative {
  position: relative;
}

/* #barSVG{
    fill:#000;
} */

.heading {
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  line-height: 48px;
}

.topbar {
  background-color: var(--green);
  color: #000;
  font-weight: bold;
  height: 52px;
  place-content: center;
  text-align: center;
  font-size: 17px;
}
/* .topbar span {
  font-weight: 400;
} */
.topbar .promo-code {
  background-color: #000;
  color: #ffffff;
  padding: 0.5rem 0.5rem;
  border-radius: 8px;
}
.d_b_B{
    font-weight: bold !important;
}

.navbar {
  box-shadow: 0px 3px 8px 0px #bbbbbb;
}
.navbar .navbar-nav {
  gap: 2rem;
}
.navbar .navbar-nav a {
  color: #002f28 !important;
  font-size: 15px;
}

.common-btn {
  background-color: var(--yellow);
  border: 1px solid #d7a90f;
  border-radius: 35px;
  /* box-shadow: -1px 5px 0px 1px #ced2cb; */
  padding: 1rem 3em 1em 1em;
  height: 50px;
  align-items: center;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 16px;
  /* min-width: 350px; */
  /* width: 100%; */
  animation: scalePulse 2.5s ease-in-out infinite;
}
.common-btn:hover,
.common-btn:focus,
.common-btn:active {
  background-color: var(--yellow) !important;
  border: 1px solid #d7a90f !important;
  outline: none;
  box-shadow: -1px 5px 0px 1px #ced2cb;
}

.common-btn::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 9px;
  position: absolute;
  top: 9px;
  background-image: url("../images/btn-arrow.svg");
  background-repeat: no-repeat;
}

.btn-common-section .common-btn {
  margin-bottom: 0.3rem;
}
.btn-common-section p {
  padding-left: 1.4rem;
}
.btn-common-section p b {
  font-size: 11px;
}

.solo-review ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.solo-review .comment {
  font-size: 14px;
  line-height: 22px;
}
.solo-review .commentor {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
}

.hero-section {
  background-color: #fbfbfa;
  padding: 5rem 0 2rem;
}
.hero-section .review-one-liner {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.hero-section p {
  font-size: 16px;
  white-space: wrap;
  line-height: 26px;
}
.hero-section h1 {
  padding: 1rem 0;
  font-weight: 700;
  color: #002f28;
  font-size: 48px;
  line-height: 57px;
}
.hero-section .zero-drop {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.hero-section .nin_days {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: -42px;
}
.hero-section .doct_recm {
  position: absolute;
  z-index: 2;
  bottom: 21px;
  right: 18px;
  width: 87px;
}
.hero-section .pos-relative::before {
  content: "";
  width: 90%;
  height: 72%;
  background-color: #d2ecc2;
  position: absolute;
  z-index: 1;
  right: -4px;
  top: -12px;
  border-radius: 35px;
}
.hero-section .hero_swiper .muted_icon {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  left: 29px;
  bottom: 22px;
  z-index: 3;
}
.hero_swiper .swiper-wrapper {
  max-height: 660px;
  height: 660px;
}
.hero-section .hero_swiper {
  position: relative;
  /* height: 652px; */
}
.hero-section .hero_swiper .swiper-slide {
  background-color: #fff;
  border: 1px solid #5b7d45;
  padding: 0.5rem;
  border-radius: 35px;
  overflow: hidden;
}
.hero-section .hero_swiper .swiper-slide img {
  width: 100%;
  border-radius: 35px;
  height: 100%;
}
.hero-section .hero-thumb-slider {
  padding-top: 1rem;
}
.hero-section .hero-thumb-slider .swiper-wrapper {
  justify-content: center;
}
.hero-section .hero-thumb-slider .swiper-slide {
  width: 80px !important;
  border: 1px solid #5b7d45;
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.hero-section .swiper-button-prev,
.swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/slide_arrow.png") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: #fbfbfa;
  height: 105px;
  width: 105px;
  background-size: 50px 50px;
  position: absolute;
  /* top: 29px;
  left: -22px; */

  top: 90%;
  left: -4px;
  opacity: 1;
}
.hero-section .swiper-button-next,
.swiper-button-next.swiper-button-disabled {
  background-image: url("../images/slide_arrow.png") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transform: rotate(180deg);
  background-color: #fbfbfa;
  height: 105px;
  width: 105px;
  background-size: 50px 50px;
  position: absolute;
  /* top: 29px;
  right: -26px; */
  opacity: 1;

  top: 90%;
  right: -4px;
}

.hero-section .swiper-button-next::after {
  display: none;
}
.hero-section .swiper-button-prev::after {
  display: none;
}
.hero-section .swiper-button-next svg,
.hero-section .swiper-button-prev svg {
  display: none;
}
.hero-section .mySwiper22 .swiper-button-prev {
  background-image: url("../images/slide_arrow.png") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-rendering: auto;
  background-position: center;
}
.hero-section .mySwiper22 .swiper-button-next {
  background-image: url("../images/slide_arrow.png") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transform: rotate(180deg);
}
.hero-section .mySwiper22 .swiper-button-next::after {
  display: none;
}
.hero-section .mySwiper22 .swiper-button-prev::after {
  display: none;
}
.hero-section .mySwiper22 .swiper-button-next svg,
.hero-section .mySwiper22 .swiper-button-prev svg {
  display: none;
}
.hero-section .swiper-button-lock {
  display: block;
}

.swiper-button-lock {
  display: block;
}

.common-heading {
  color: #002f28;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0%;
}

.start_they_deserve {
  padding: 2rem 0;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}

.support {
  background: #fbfbfa;
}
.support ul {
  list-style: none;
  padding-left: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
.support ul li {
  padding-bottom: 0.5rem;
}
.support ul svg {
  width: 20px;
  fill: #002f28;
}
.support .btn-common-section {
  padding-top: 1rem;
}


.development {
  padding: 2rem 0;
}
.development_big_img {
  width: 100%;
}
.development h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  vertical-align: middle;
  color: #002f28;
}
.development .secondary_para {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
  font-size: 16px;
  line-height: 26px;
}
.development .card_l {
  padding-top: 2rem;
  width: 45%;
}
.development .card_l img {
  height: 40px;
  width: 40px;
}
.development .card_l .dev_heading {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  max-width: 304px;
  line-height: 42px;
  padding-left: 1rem;
}
.development .card_l p {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 34px;
}
.development .column-2 {
  flex-wrap: wrap;
  column-count: 2;
}
.development .btn-common-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.parents{
  text-align: center;
}

.development .blinking_green {
  top: 8px;
  left: 6px;
}

.ninty_green {
  padding: 2rem 3rem;
  background: #d2ecc2;
}
.ninty_green .container {
  max-width: 650px;
}
.ninty_green .container .common-heading {
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 35px;
}

.parents h4 {
  text-align: center;
  padding: 0 0 2rem;
}
.parents .card_rev .reviewer {
  width: 100%;
}
.parents .card_rev .content .d-flex {
  padding-top: 1rem;
}
.parents .card_rev ul {
  padding-left: 0;
  list-style: none;
}
.parents .card_rev ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1rem;
}
.parents .card_rev ul .comment {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.parents .card_rev ul .commentor {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 22px;
}
.parents .date {
  color: #808080;
}
.parents .btn-common-section {
  padding-top: 2rem;
  max-width: 400px;
  margin: 0 auto;
}

.parents .btn-common-section .btn.common-btn {
  margin: 1rem auto;
}
.parents .blinking_green {
  left: 54px;
}

.doctor {
  padding: 2rem 0;
  background-color: #fbfbfa;
}
.doctor .container {
  padding: 3rem;
  border: 2px solid #000;
  border-radius: 20px;
  text-align: center;
}
.doctor .container .pos-doc {
  position: absolute;
  bottom: 8px;
  right: -24px;
}
.doctor .container h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.doctor .container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.doctor .container .btn-common-section {
  max-width: 400px;
  padding-top: 3rem;
  margin: 0 auto;
}
.doctor .container .btn-common-section .common-btn {
  margin: 0 auto;
}


.adventure ul {
  padding-left: 0;
}
.adventure ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.adventure ul .d-flex {
  align-items: flex-start;
  gap: 3px;
}
.adventure ul svg {
  width: 20px;
  fill: #002f28;
  padding-top: 5px;
}
.adventure ul .point {
  padding-left: 0.5rem;
}
.adventure ul p {
  padding-top: 2rem;
}


.btm-must-section {
  background-color: #fbfbfa;
  /* background-image: url("https://get.groundedfootwear.co/kids/en/us/app/desktop/images/must_have.svg"); */
  padding: 1rem 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-height: 700px;
}

.btm-must-section .d-desktop {
  position: absolute;
  top: 0;
  right: 0;
  /* width: 54%; */

  height: 100%;
  object-fit: cover;
}

.btm-must-section .review-one-liner {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.btm-must-section p {
  font-size: 16px;
  white-space: wrap;
  line-height: 26px;
}
.btm-must-section h6 {
  padding: 1rem 0;
  font-weight: 700;
  color: #002f28;
  font-size: 48px;
  line-height: 57px;
}
.btm-must-section .zero-drop {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.faq {
  padding-top: 2rem;
}
.faq .faq_heading {
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
}
.faq .accordion {
  padding-top: 2rem;
}
.faq .accordion .accordion-item {
  box-shadow: 0px 4px 8px 0px #f2f2f2;
  background: #fff;
  margin-bottom: 1rem;
  border: none;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
}
.faq .accordion .accordion-item .accordion-button {
  font-weight: 600;
  color: #000;
  background-color: #fff;
  box-shadow: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 26px;
}
.faq .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}
.faq .accordion-button::after {
  background-image: url("../images/plus.png");
}
.faq .btn-common-section {
  padding-top: 2rem;
  max-width: 400px;
  margin: 0 auto;
}


footer {
  background: #fbfbfa;
  text-align: center;
  padding: 3rem 0;
  color: #808080;
  font-size: 14px;
}
footer ul {
  padding-top: 3rem;
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  color: #808080;
}
footer ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #808080;
}
footer a {
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #808080;
}

.btm-banner img {
  width: 100%;
}

.d-mobile {
  display: none;
}

.sticky_mobile {
  display: none;
}

.parents {
  padding: 2rem 0;
}

.btn-common-section p {
  position: relative;
}
.blinking_green {
  animation: blink-green 1s ease infinite;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #c9eec3;
  position: absolute;
  top: 9px;
  left: 20px;
}
@keyframes blink-green {
  from,
  to {
    opacity: 1;
    background-color: #c9eec3;
  }
  50% {
    opacity: 0;
  }
}

.hero-section .mySwiper .swiper-wrapper {
  margin-left: 3.5rem;
  max-width: 625px;
}

.adventure {
  padding: 2rem 0;
}
.development .card_l img {
  margin-top: 5px;
}
.adventure ul p.text-center {
  text-align: left !important;
}

:is(.hero-section, .start_they_deserve, .ninty_green) .blinking_green {
  left: 7px;
}

.faq .btn.common-btn {
  margin: 0.5rem auto;
}


.doctor .blinking_green {
  top: 11px;
  left: 12%;
}

.faq .blinking_green {
  left: 51px;
}

.hero-section .hero-thumb-slider .swiper-slide {
  max-height: 100px;
  width: 100px;
  overflow: hidden;

  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide video {
  border-radius: 35px;
}
.hero-section .hero-thumb-slider .swiper-slide video {
  border-radius: inherit;
}
.swiper-slide video {
  width: 100%;
}

.adventure .blinking_green {
  left: 6px;
}
.btm-must-section .blinking_green{
  left: 7px;
}
.faq .btn-common-section{
text-align: center;
}

@media (min-width:1399.5px){
    .hero-section .hero_swiper {
    padding-bottom: 8px;}
}

@media (max-width: 1400px) {
  .hero-section .hero_swiper {
    height: 676px;
  }
}
@media (max-width:1399.5px){
  
    .hero-section .hero_swiper {
        height: 572px;
    }
}
@media (max-width: 1200px) {
  .hero-section .pos-relative::before {
    height: 55%;
  }
  .hero-section .hero_swiper {
    height: 473px;
  }
  .hero-section .swiper-button-prev,
  .swiper-button-prev.swiper-button-disabled {
    left: 11px;
  }
  .hero-section .swiper-button-next,
  .hero-section .swiper-button-prev {
    top: 87%;
  }
  .hero-section .mySwiper .swiper-wrapper {
    margin-left: 3.7rem;
  }


  :is(.hero-section, .start_they_deserve, .ninty_green) .blinking_green {
    left: 7px;
  }

 
  :is(.parents, .faq) .btn-common-section .common-btn {
    margin: 0 auto !important;
    text-align: center;
  }




  .development .btn-common-section {
    padding-top: 1rem;
  }

  .development .blinking_green {
    top: 8px;
 
  }


 

}


@media (max-width:1195px) and (orientation: landscape)  {

     /* .navbar{
      background-color: #fff !important;
  } */
}

@media (max-width: 1110px) and (orientation: landscape) {
  .hero-section .pos-relative::before {
    height: 55%;
  }
  .parents .date {
    font-size: 12px;
  }
  .parents .rating_img img {
    width: 82%;
  }


  .doctor .blinking_green {
    top: 9px;
    
  }

  .development .blinking_green {
    top: 11px;
    
  }



}

@media (max-width: 992px) {
  .hero-section .pos-relative::before {
    height: 50%;
  }
  .hero-section .swiper-button-prev,
  .hero-section .swiper-button-next {
    top: 88%;
  }

  .hero_swiper .swiper-wrapper {
    height: fit-content;
  }
 
}

@media (max-width: 991.5px) {
      .hero-thumb-slider{
    padding-bottom: 1rem;
        }
    .hero-section .swiper-button-next, .hero-section .swiper-button-prev{
     z-index: 1;
    }


  .d-desktop {
    display: none;
  }
  .d-mobile {
    display: block;
  }
  .navbar > .container {
    flex-direction: row-reverse;
  }
  .hero-section .btn-common-section {
    display: none;
  }

  .hero-section .hero_swiper {
    /* height: 400px; */
  }
  .hero-section .row.align-items-center {
    flex-direction: column-reverse;
  }
  .btn-common-section {
    width: 100%;
    text-align: center;
  }
  .btn-common-section .common-btn {
    width: 100%;
  }
  .sticky_mobile {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 0.5rem;
    z-index: 2;
  }
  .sticky_mobile .btn-common-section {
    width: 100%;
    text-align: center;
  }
  .sticky_mobile .btn-common-section .common-btn {
    width: 100%;
  }
  .development .card_l {
    padding-top: 2rem;
    width: 100%;
  }
  .development .d-flex.column-2 .card_l {
    width: 100%;
  }
  .ninty_green {
    text-align: center;
  }
  .adventure .img-fluid {
    width: 100%;
  }
  .btm-must-section {
    background-image: none;
  }
  .btm-must-section .row {
    flex-direction: column;
  }
  .review-one-liner {
    text-align: center;
  }
  .hero-section h1 {
    font-size: 38px;
    line-height: 50px;
    text-align: center;
  }
  .hero-section .pos-relative::before {
    display: none;
  }
  .hero-section .nin_days {
    position: absolute;
    z-index: 2;
    top: 196px;
    left: 26px;
    width: 67px;
  }
  .hero-section .doct_recm {
    position: absolute;
    z-index: 2;
bottom: 25px;
        right: 11px;
    width: 67px;
  }

  .hero-section {
    padding: 2rem 0;
  }
  .hero-section .d-mobile.pos-relative {
    margin-bottom: 1rem;
  }

  .topbar {
    font-size: 15px;
    line-height: 32px;
  }
  .topbar {
    height: 58px;
    display: flex;
    align-items: center;
  }

  .navbar-toggler {
    width: 50px;
    border: none;
  }

  .navbar-nav.ms-auto.align-items-center {
    align-items: flex-start !important;
  }
  .navbar .navbar-nav {
    gap: 0.5rem;
  }
  .navbar .btn.common-btn {
    display: none;
  }

  .navbar li {
    color: #002f28;
    font-weight: bold;

    width: 100%;
  }
   .navbar li , .navbar li a{
            width: 100%;
        }
  .navbar .container {
    padding: 0;
  }
  .navbar {
    padding-bottom: 0;
  }
  .navbar-brand {
    padding-left: 1rem;
  }
  .navbar .navbar-collapse {
    background-color: #fff;
    padding-left: 1rem;
  }

  .solo-review {
    display: none;
  }

  .start_they_deserve {
    padding: 2rem 0;
  }

  .common-heading {
    font-size: 26px;
    line-height: 36px;
  }
  .start_they_deserve .common-heading {
    padding-top: 2rem;
  }

  .support .common-heading {
    padding-top: 0;
  }
  .start_they_deserve .btn-common-section {
    padding-top: 2rem;
  }

  .support_img {
    padding-top: 2rem;
  }



  .development {
    padding: 2rem 0;
  }
  .development h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .development .card_l .dev_heading {
    font-size: 25px;
  }

  .development .card_l p {
    font-size: 16px;
    line-height: 29px;
  }

  .development .btn-common-section {
    padding-top: 2rem;
  }
 

  .ninty_green .container .common-heading {
    padding-top: 2rem;
  }

  .ninty_green {
    padding: 3rem 1rem;
  }

  .parents .swiper-pagination {
    bottom: -5px;
  }
  .parents .swiper-pagination-bullet-active {
    background-color: #002f28;
  }


  .doctor {
    padding: 2rem 1rem;
  }
  .doctor .container {
    padding: 2rem 2rem;
  }
  .doctor .btn-common-section.d-mobile {
    padding-top: 3rem;
  }

  .doctor .container .pos-doc {
    left: 38%;
    top: -13px;
  }
  .adventure .heading {
    padding-top: 1rem;
    font-size: 26px;
  }
  .adventure ul p {
    padding-top: 0;
  }

  .adventure .text-center {
    text-align: left !important;
  }
 

  .btm-must-section h6 {
    font-size: 38px;
    text-align: center;
  }

  .img_on_must {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .btm-must-section .btn-common-section {
    display: none;
  }

  .faq {
    padding: 2rem 0;
  }
  .faq .faq_heading {
    font-size: 26px;
  }



  .backFriday .text-green {
    display: block;
  }

  


  .faq .accordion {
    padding-top: 0;
  }
  .heading {
    font-size: 26px;
  }
/* 
  :is(.start_they_deserve) .blinking_green {
    left: 7px;
  } */

  .support_img {
    width: 100%;
  }

  .hero_swiper .swiper-wrapper {
    height: 376px;
  }

  .hero-section .swiper-button-prev,
  .swiper-button-prev.swiper-button-disabled {
        height: 40px;
        width: 38px;
        background-size: 30px 30px;
        position: absolute;
        top: 50%;
      transform: translate(5%, 110%);
        left: 2px;
        opacity: 1;
        border-radius: 7px;
  }
  .hero-section .swiper-button-next,
  .swiper-button-next.swiper-button-disabled {
            height: 40px;
        width: 38px;
        background-size: 30px 30px;
        position: absolute;
        top: 50%;
        transform: rotate(180deg) translate(0, -115%);
        right: 2px;
        opacity: 1;
        border-radius: 7px;
  }

  .hero-section .hero_swiper {
    height: 718px;
  }

  .hero-section .hero-thumb-slider .swiper-slide{
   height: 60px;
   width: 60px !important;
  }
  .hero-thumb-slider  {
        /* max-width: 280px !important; */
        overflow: hidden;
        margin: 0 auto !important;
        }
        .hero-section .mySwiper .swiper-wrapper{
            margin-left: 2rem;
        }

        .navbar-nav{
            position: relative;
        }
        .navbar-nav::before{
            position: absolute;       
             height: 1px;
        background-color: #002f28;
        top: 43px;
        content: '';
        left: -16px;
        width:110%;
        }

        .navbar .container{
            width: 100%;

            max-width: 100% !important;
        }
        .btm-must-section{
            max-height: 100%;
        }
        footer{
            padding-bottom: 8rem;
        }

        .btn-common-section .blinking_green{
       margin-left: -15px !important;
        left: auto !important;
        }

        .navbar-nav{
            margin-bottom: 0 !important;
        }
}
@media (max-width:900px) and (orientation:landscape){

    .topbar {
        font-size: 11px;
        height: 42px;
        line-height: 16px;
        }
        .backFriday{
    font-size: 10px;
     line-height: 0;
}
.backFriday .text-green{
    display: contents;
}

.topbar {
    height: 68px !important;
    font-size: 14px  !important;
    line-height: 31px  !important;
}
}

@media (max-width: 810px) {
  .development .card_l .dev_heading {
    max-width: 100%;
  }

 .topbar {
    height: 40px;
}
}


@media (max-width: 767.5px) {
  .hero-section .hero_swiper {
    height: 537px;
  }
  .navbar-toggler{
      width: 64px;
  }


  .hero-section{
padding-bottom: 1rem;
  }

.backFriday {
    font-size: 16px;
    line-height: 23px;
}

  .backFriday .text-green{
     display: block;
  }

      .topbar {
        height: 63px;
                font-size: 14px;
        line-height: 22px;
        }

        .d_b_B{
            display: block;
            font-weight: bold !important;
        }
}

@media (max-width: 576px) {
       .hero-section .mySwiper .swiper-wrapper{
            margin-left: 3.75rem;
        }



  .topbar {
    font-size: 15px;
    line-height: 32px;
    height: 76px;
  }
  .hero-section .mySwiper .swiper-wrapper {
    margin-left: 0rem;
  }
  .hero-section .hero_swiper .swiper-wrapper {
    height: 527px;
  }

  .hero-section .hero_swiper {
   height: 573px;
  }

  .development .card_l .dev_heading {
    max-width: 304px;
  }

  .hero-section .mySwiper .swiper-wrapper {
    margin-left: 0rem;
  }


/* 
.backFriday{
    font-size: 10px;
     line-height: 0;
}
.backFriday .text-green{
    display: contents;
} */

.topbar {
font-size: 18px;
        height: 72px;
        line-height: 32px;
        }

            .navbar-toggler {
        width: 40px;
    }
    #navbarBrand{
        width: 50%;
    }
    .navbar .navbar-nav a{
        font-size: 12px;
    }
    .navbar-nav::before{
        top:39px
    }
    .navbar{
        padding-top:0
    }

    .hero-section{
        padding-top: 1rem;
    }
    .hero-section h1{
        padding-top: 0;
    }
    .hero-section .nin_days{
                top: 252px;
        left: 20px;
    }

    .hero-section .nin_days {
    top: 179px;
    left: 26px;
}



}

@media (max-width: 490px) {
  /* .swiper-slide {
    height: 478px;
  } */

.hero-section .hero_swiper {
    height: 481px;
}
    
.backFriday{
    padding: 0.5rem;
    font-size: 14px;
        line-height: 23px;
}
  .backFriday .text-green {
        display: block;
    }


        .topbar {
        font-size: 15px;
        height: 70px;
        line-height: 31px;
        padding: 1rem 2rem;
        }
}
@media (max-width: 448.5px) {
    .hero-section .hero_swiper {
   height: 441px;
    
}
    
.topbar{
            line-height: 25px;
}
  .topbar .promo-code {
    display: inline-block;
    padding: 0.2rem 0.5rem;
  }
  .sticky_mobile p {
    margin-bottom: 0;
  }

  footer p {
    font-size: 11px;
  }
}
@media (max-width:430px){
    .hero-section .hero_swiper {
    height: 421px;
}
.hero-section .hero-thumb-slider .swiper-wrapper{
    justify-content: flex-start;
}
}


@media(max-width:420px){



    .hero-section .hero-thumb-slider .swiper-wrapper {
    margin-left: 3rem;
}
.hero-section .hero_swiper {
    height: 411px;
}

.hero-section .hero-thumb-slider .swiper-slide{
    width: 90px !important;
    height: 90px !important;
    
}

.hero-section .hero-thumb-slider .swiper-wrapper{
    justify-content: flex-start;

    margin-left: 0;
}

.backFriday{
    padding: 1rem 0.5rem;
    font-size: 16px !important;
    line-height: 24px  !important;

}
.backFriday .text-green{
    display: block;
}

.topbar {
     font-size: 13px;
        height: 50px;
        line-height: 20px;
        }

            .navbar-toggler {
        width: 40px;
    }
    #navbarBrand{
        width: 50%;
    }
    .navbar .navbar-nav a{
        font-size: 12px;
    }
    .navbar-nav::before{
        top:39px
    }
    .navbar{
        padding-top:0
    }

    .hero-section{
        padding-top: 1rem;
    }
    .hero-section h1{
        padding-top: 0;
    }
    .hero-section .nin_days{
                top: 252px;
        left: 20px;
    }

    .hero-section .nin_days {
    top: 179px;
    left: 26px;
}
}

@media (max-width: 412.5px) {
  .development .blinking_green {
    left: 18px;
  }
  .hero-section .hero_swiper {
    height: 403px;
}
.hero-section .hero_swiper {
         
        height: 407px;
    
}

}

@media (max-width: 390.5px) {
     .btm-must-section .review-one-liner{
      font-size: 13px;
  }
  .ninty_green {
    padding: 3rem 0rem;
  }
  .development .blinking_green {
    left: 0px;
  }

  .hero-section .hero_swiper .swiper-wrapper {
    height: 378px;
  }
.hero-section .review-one-liner{
    font-size: 13px;
}



  .hero-section .hero-thumb-slider .swiper-slide {
    width: 84px !important;
    height: 84px !important;
}

.hero-section .hero_swiper{
  height: 382px;
}
    .hero-section h1 {
        font-size: 37px;}
}

@media (max-width:375.5px){
    .hero-section .hero_swiper {
   height: 371px;
}
.hero-section .hero-thumb-slider .swiper-slide {
    width: 80px !important;
    height: 80px !important;
}
.hero-section .nin_days {
    top: 182px;
    left: 26px;
}

   .topbar{
        padding: 0.5rem;
        font-size: 14px;
    }
}

@media(max-width:360.5px){
    .topbar{
        padding: 0.5rem;
        font-size: 13px;
    }
    .backFriday{
        line-height: 12px;
    }
    .hero-section .hero_swiper {
   height: 356px;
}
    .hero-section h1 {
        font-size: 34px;}

        .backFriday{
            font-size: 15px !important;
        }
}

@media (max-width:350px){
        .hero-section .nin_days {
        top: 208px;
        }
}
/* .hero-section .hero-thumb-slider .swiper-button-next{
    position: relative;
}
.hero-section .hero-thumb-slider .swiper-button-next::after{
    background: #fff;
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
} */

@keyframes scalePulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}


/* 
header { position: sticky;
    top: 0;
    z-index: 99;} */

    .navbar{
        background:#fff;
    }


    .nav_fixed{
        position: fixed;
        top: 0;
        width:100%;
        background:#fff;
        z-index: 9999;
    }

/* seasonal banner css */
.desk-bnr-wrapper{font-family: 'Inter', sans-serif;}
.desk-bnr-wrapper .topbar{
    background-color: #010A0B;color: #fff;text-align: center;padding: 14px 10px;
}
.desk-bnr-wrapper .topbar p, .desk-bnr-wrapper .bottom-bar p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.desk-bnr-wrapper .topbar p span{color: #ACF4A1;}
.desk-bnr-wrapper .topbar p img {
    max-height: 19px;
    width: auto;
    margin-top: -3px;
}
.desk-bnr-wrapper .bottom-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ACF4A1;
    padding: 9px 0;
}
.desk-bnr-wrapper .bottom-bar .code {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
}
.desk-bnr-wrapper .bottom-bar .timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 8px;
}

@media only screen and (max-width:767px){
 .desk-bnr-wrapper .topbar p, .desk-bnr-wrapper .bottom-bar p {
    font-size: 16px;}   
.desk-bnr-wrapper .bottom-bar{
    flex-direction: column;
}
.desk-bnr-wrapper .bottom-bar .timer {    gap: 13px;}
}

/* Cyber Monday banner css */
.desk-bnr-wrapper.cybr-monday-bnr .topbar{
    background-color: #002E7D;
}
.desk-bnr-wrapper.cybr-monday-bnr .topbar p span{color: #00FFEA;}

/* xmas sale banner css */
.desk-bnr-wrapper.xmas-tree-bnr .topbar{
    background-color: #A1090C;
}
.desk-bnr-wrapper.xmas-tree-bnr .topbar p span{color: #F8EC08;}

/* New year banner css */
.desk-bnr-wrapper.new-year-bnr .topbar p span{color: #F8EC08;}

.banner-top {
  text-align: center;
  color: white;
  padding: 0 !important;
  font-family: "Inter", sans-serif;
}

.banner-top .top-bar {
  background-color: #000000;
  padding: 15px 0;
}

.banner-top .top-bar p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.banner-top .bottom-bar {
  background-color: #acf4a1;
  padding: 8px 0;
}

.banner-top .order-text {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.banner-top .code {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 5px 24px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.banner-top .yellow-text {
  color: #acf4a1;
}

.banner-top .fw-normal {
  font-weight: 400;
}

.banner-top .timer {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-left: 10px;
  margin-right: 10px;
}

.banner-top .timer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-top .timer .box {
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  width: 32px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-top .timer .label {
  font-size: 12px;
  color: black;
  font-weight: 700;
  line-height: 20px;
}

/* Desktop banner */
.banner-top.desktop-banner .bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-top.desktop-banner .timer {
  margin-top: 0;
}

/* Desktop banner */
.banner-top.desktop-banner .bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-top.desktop-banner .timer {
  margin-top: 0;
  margin-left: 10px;
}

/* Mobile banner */
.banner-top.mobile-banner {
  display: none;
  overflow-x: hidden;
}
.banner-top .timer-wrapper {
    justify-content: center;
    align-items: center;
    padding: 0px 0px !important;
    margin-top: 5px;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .banner-top.desktop-banner {
    display: none;
  }

  .banner-top .top-bar p {
    font-size: 16px;
  }

  .banner-top .code {
    font-size: 18px;
    height: 34px;
  }

  .banner-top.mobile-banner {
    display: block;
  }

  .banner-top .bottom-bar {
    display: block;
    text-align: center;
  }
}
@media (max-width: 390px) {
  .banner-top .code {
    font-size: 16px;
  }
  .banner-top .order-text {
    font-size: 16px;
  }
  .banner-top .code {
    padding: 5px 15px;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 320px) {
  .banner-top .code {
    font-size: 14px;
    height: 32px;
  }
  .banner-top .order-text {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  .banner-top .code {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
  }
}