@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Tenor+Sans&display=swap');

@font-face {
    font-family: 'Satoshi';
    src: url('https://rddarker.com/resilia_project_v2/fonts/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://rddarker.com/resilia_project_v2/fonts/Satoshi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://rddarker.com/resilia_project_v2/fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk Variable';
    src: url('https://rddarker.com/resilia_project_v2/fonts/ClashGroteskVariable-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://rddarker.com/resilia_project_v2/fonts/Satoshi-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/*==Font-setup==*/

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

body {
   font-family: ;
    font-size: 16px;
    color: #000;
    background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*==Basic-setup==*/

/* scroll-bar */
.scrolltotop {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  background: #F66913;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 25px;
  bottom: 15px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  display: none;
}

.scrolltotop i {
  color: #ffff;
  font-size: 20px;
}


/*===this-is-code-start===*/
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.hero-area {
  background: #ffff;
  padding: 45px 0 100px 0;
}

.hero-main {
  display: grid;
  grid-template-columns: 51% auto;
  column-gap: 40px;
}

.carousel-main .carousel-cell {
  width: 100%;
  height: 625px;
  overflow: hidden;
  border-radius: 10px;
}

.carousel-main .carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-nav {
  margin-top: 10px;
}

.carousel-nav .carousel-cell {
  height: 120px;
  width: 19%;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}

.carousel-nav .carousel-cell img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.carousel-nav .carousel-cell.is-selected {
  opacity: 1;
  border: 2px solid #009370;
}

.flickity-button {
  background: #D8DAD2;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: default;
}

.flickity-button:hover {
  background-color: #D8DAD2;
}

.flickity-prev-next-button.next {
  right: -12px;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous {
  left: -12px;
}

.flickity-prev-next-button.previous::after {
  content: "\f104";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 16px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #4C4D4A;
}

.flickity-prev-next-button.next::after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 16px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #4C4D4A;
}

/*===Hero-left-site-end====*/

.hero-top-list {
  max-width: 450px;
  border-radius: 106px;
  background: #d4d4d41a;
  margin-bottom: 15px;
}

.hero-top-list ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
} 

.hero-top-list a {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  display: block;
   padding: 8.47px 32px 11px 14.42px;
}

.hero-top-list ul li:last-child {
  text-decoration: underline;
}

.hero-top-list ul li img {
  display: block;
}

.hero-right-cnt h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.hero-right-cnt h2 {
  font-weight: 500;
  font-size: 28px;
  color: #000;
  margin-top: 5px;
}

.hero-right-cnt p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}

.hero-middle-list {
  background: #fbfbfb;
  border-radius: 5.65px;
  padding: 17px;
  margin-bottom: 35px;
  margin-top: 25px;
}

.hero-middle-list ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  row-gap: 10px;
}

.hero-middle-list ul li {
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.hero-middle-list ul li img {
  display: block;
}

.option-wrap-img {
  display: grid;
  grid-template-columns: 20% auto;
  align-items: center;
  column-gap: 50px;
}

.option-img img {
  max-width: 74px;
  height: 52.6px;
}

.top-price {
  margin-bottom: 20px;
  display: flex;
  align-content: center;
  column-gap: 40px;
  border-top: .55px solid rgba(0,0,0,.2);
  border-bottom: .55px solid rgba(0,0,0,.2);
  padding: 13px 0;
}

.top-price span {
  display: block;
}

.top-price .current {
  font-size: 20px;
  font-weight: 700;
  color: #009966;
}

.top-price .old {
  text-decoration: line-through;
  color: #08122A;
  font-weight: 400;
  font-size: 20px;
}

.top-price .save {
  background: #009966;
  color: #fff;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 5.65px;
  padding: 5px 20px;
}

.option {
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 8px;
  padding: 12px 50px 12px 29px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  display: grid;
  grid-template-columns: 76% auto;
  align-items: center;
  justify-content: space-between;
}

.option.active {
    border: 1.3px solid rgba(9, 89, 70, 1);
    background-color: rgba(15, 174, 135, 0.15);
}

.option .details {
  margin-bottom: 8px;
}

.option .title {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin:0;
}
.stock-main{
        max-width: 540px;
    margin: 0 auto;
}
.scrolltotop{
    display:none !important;
}
.option .save-text {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin-top: 5px;
}

.option .price {
  font-size: 14px;
  font-weight: 700;
  color: #095946;
  text-align: center;
}

.option .old-price {
  text-decoration: line-through;
  font-size: 12px;
  color: #095946;
  display: block;
  font-weight: 400;
}

.badge {
  position: absolute;
  top: -11px;
  right: 35px;
  background: #095946;
  color: #fff;
  font-size: 13px;
  padding: 1px 16px;
  border-radius: 13px;
  font-weight: 700;
}

.badge.popular {
    background: #095946;
}

.badge.shipping { 
    background: #095946;
}

.refill {
 border-radius: 6.119px;
  border: 1px dashed #282B22;
  background: #fff;
  padding: 13.58px 20px 10px 18.3px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 4% auto;
  gap: 10px;
  margin-bottom: 15px;
}

.refill.active {
  background-color: #eafff2;
  border-color: #009966;
}

.refill h5 {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.refill p {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}

.refill input[type=checkbox] {
    appearance: none;
    height: 20px;
    width: 20px;
    border: .925px solid #C1C1C1;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refill input[type=checkbox]::after {
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    color: #ffffff;
    display: none;
}

.refill input[type=checkbox]:checked {
    background: #007A52;
    border-color: #007A52;
}

.refill input[type=checkbox]:checked::after {
    display: block;
}

/* Add to Cart Button */
.add-to-cart {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  padding: 14px 24px;
  background: #095946;
  border-radius: 6px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  height: 63px;
  transition: 0.2s all ease;
}

.add-to-cart:hover {
  background: transparent;
  box-shadow: 0 0 0 2px #095946 inset;
  color: #095946;
}

.inner20 {
  font-family: "Space Grotesk", sans-serif;
  font-size:16px;font-weight:400;
  text-decoration:line-through;
}

.add-to-cart:hover .inner20 {
  color: #095946;
} 

.refill-date {
  background: rgba(227, 255, 222, 1);
  border-radius: 9.04px;
  margin: 20px 0;
}

.refill-date ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  padding: 8px 0;
}

.refill-date ul li {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.refill-date ul li img {
  display: block;
}

.refill-date ul li b {
  font-weight: 700;
  font-size: 15px;
  color: #084D3A;
  text-decoration: underline;
}

.check-refil h4 {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
  margin-top: 10px;
}

.check-refil h4 img {
  max-width: 18px;
}


.headline-slider {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 3px 0;
  margin-top: 20px;
}

.headline-wrapper {
  display: grid;
  column-gap: 20px;
  grid-auto-flow: column; 
  will-change: transform;
}

.headline {
  min-width: 180px;
}

.headline ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.headline ul li {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
}

.accordion-main-wrap {
  margin-top: 40px;
}

.ac {
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid rgba(228, 228, 228, 1);
  background: #fff;
}

.ac-trigger {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  padding: 17px 20px 17px 20px;
  cursor: pointer;
  position: relative;
}

.ac-trigger::after {
  content: "\2b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000;
}

.ac.is-active .ac-trigger::after {
  content: "\f068";
}

.ac-panel {
  overflow: hidden;
  transition: height 0.3s ease;
}

.ac-panel .ac-panel-cnt {
  padding: 0 42px 16px 38px;
}

.ac-panel .ac-panel-cnt p {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  margin-bottom: 15px;
}

.ac-panel-cnt ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.ac-panel-cnt ul li {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
}

.ac-panel-cnt ul li img {
  max-width: 18px;
  display: block;
}

.hero-video-title h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #000;
  text-align: center;
  margin-top: 35px;
}

.swiper {
    padding-top: 30px;  
}

.swiper-slide {
    /*! text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    /*! background: #fff; */
    font-size: 16px;
}

/* Progress bar centered below slides */
.swiper-horizontal>.swiper-pagination-progressbar {
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    max-width: 225px;

    position: relative;
    margin-top: 20px;
    margin: auto;
    margin-top: 30px;
}

.swiper-pagination-progressbar-fill {
    background: #007aff;
}

/* Navigation buttons centered below progress bar */
.swiper-button-next,
.swiper-button-prev {
    /*! color: #007aff; */
    position: relative; 
    top: 0;
    margin: 0px 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    opacity: 1;
    color: #000;
}

.swiper-buttons-container {
    text-align: center;
    margin-top: 26px; 
}

.swiper-buttons-container .swiper-button-prev,
.swiper-buttons-container .swiper-button-next {
    display: inline-block;
}

.video-player {
    position: relative;
    max-width: 720px;
    max-width: 100%;
    background: #000;
    overflow: hidden;
    border-radius: 9px;
}

.video-player video {
    width: 100%;
    display: block;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 2;
}

.play-overlay.hide {
    display: none;
}

.controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, #000000b3, transparent);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*! gap: 10px; */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.controls.show {
    opacity: 1;
    pointer-events: auto;
}

.controls-left,
.controls-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.controls button {
    background: none;
    border: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
}

.progress-bar {
    flex: 1;
    height: 6px;
    background: #ffffff50;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}

.progress-bar div {
    background: #00b6ff;
    height: 100%;
    width: 0%;
    border-radius: 3px;
}

.volume-bar {
    width: 0;
    height: 6px;
    background: #ffffff50;
    border-radius: 3px;
    overflow: hidden;
    transition: width 0.3s;
}

.audio:hover .volume-bar,
.volume-bar.active {
    width: 80px;
}

.volume-bar div {
    width: 100%;
    height: 100%;
    background: #00b6ff;
}

.button-pre10 {
  display: none !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #009370;
}

.accordion-main-wrap2 {
  display: none;
}

.hero-video-wrap2 {
  display: none;
}

.patner-hero-wrap50 {
  background: url('images/pat.jpg') ;
  background-position: center;
  background-size: cover;
  padding: 54px 60px;
  border-radius: 10px;
  margin-top: 50px;
 
}

.parner-hero-main h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 34px;
  color: #fff;
  text-align: center;
}

.parner-hero-main h2 span {
  color: #E3FFDE;
}

.patner-item-wrap {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 15px;
  max-width: 435px;
  margin: auto;
}

.patner-item {
  text-align: center;
  border: 1.52px solid #fff;
  padding: 13px 15px 10px;
  border-radius: 7.59px;
  margin-top: 45px;
}

.patner-item img {
  max-width: 40px;
}

.patner-item h4 {
  font-weight: 400;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
}

.patner-list-wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 40px;
  margin-top: 35px;
}

.patner-list-wrap ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.patner-list-wrap ul li {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

.patner-list-wrap ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.patner-list-wrap ul li img {
  display: block;
}

.patner-hero-wrap50-m {
  display: none;
}

/*==energy-section==*/

.energy-area {
  background: url('images/energy-bg.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.energy-main {
  display: grid;
  grid-template-columns: 53% auto;
  column-gap: 76px;
  align-items: center;
}

.energy-item-wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 25px;
}

.energy-item-wrap1 {
  padding-bottom: 25px;
  border-bottom: 1px solid #5C8C7F;
}

.energy-item-wrap2 {
  padding-top: 25px;
}

.energy-item-wrap h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 39px;
  color: #E3FFDE;
}

.energy-item-wrap p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

.energy-item-wrap p b {
  font-size: 16px;
}

.energy-right h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 31px;
  color: #fff;
}

.energy-right h2 span {
  color: #E3FFDE;
}

.energy-right p {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
}

.energy-right a {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  background: rgba(227, 255, 222, 1);
  color: #004c3c;
  padding: 12px 24px;
  font-size: 19.22px;
  display: block;
  border-radius: 5px;
  margin-top: 25px;
  transition: 0.2s all ease;
}

.energy-right a:hover {
  background: none;
  background: transparent;
  box-shadow: 0 0 0 2px rgba(227, 255, 222, 1) inset;
  color: rgba(227, 255, 222, 1);
}

.energ-cnt ul {
  display: flex;
}

.inner-check ul {
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
}

.inner-check ul li img {
  display: block;
}

.inner-check ul li {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}

.energy-right {
  text-align: center;
}

.energy-right-inner10 h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #fff;
}

.energy-right-inner10 h2 span {
  color:  #E3FFDE;
}

.energy-right-inner10 p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}

.energy-area {
  padding: 45px 0;
}

.energy-right-inner10 {
  display: none;
}

/*==real-section==*/
.real-area {
  padding: 40px 0;
  background: #f1f3ea;
}

.real-title {
  text-align: center;
}

.real-title img {
  max-width: 130px;
}

.real-title h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 31px;
  color: #000000;
  margin-top: 10px;
}

.real-title h2 span {
  color: #009370;
}

.real-title p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.headline-container2 {
  border: 0;
  margin-top: 26px;
} 

.headline2 {
  min-width: 100px;
}

.headline2-img img {
  width: 100%;
  border-radius: 5px;
}

.headline-wrapper2 {
  column-gap: 5px;
}

.real-item {
  background: #fff;
  border-radius: 8px;
  padding: 27px 25px;
  
  border: 1px solid rgba(0,0,0,.3);
  /*! margin: 1px 8px; */
    margin-top: 1px;
    margin-bottom: 1px;
}

.real-item h3 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}

.real-item p {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  margin-top: 20px;
}

.real-top ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.real-top ul li img {
  max-width: 70px;
}

.rel-cnt-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}

.rel-cnt-btm ul {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.rel-cnt-left ul li {
  font-weight: 400;
  font-size: 13px;
  color: #00000080;
  text-transform: uppercase;
}

.rel-cnt-left ul li img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.rel-cnt-right ul li {
  font-weight: 400;
  font-size: 11px;
  color: #009370;
  text-transform: uppercase;
}

.rel-cnt-btn {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  column-gap: 20px;
  margin-top: 30px;
}

.rel-cnt-btn span {
  display: block;
  background: #0093701a;
  color: #009370;
  padding: 6px;
  border-radius: 20px;
  font-size: 12px;
  margin: 0;
  border: .5px solid rgba(0,147,112,1);
  text-align: center;
}


.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 13px;
  color: #000;
  color: #000;
  width: 20px;
  height: 20px;
  border: 50%;
}

.swiper2 {
  padding-top: 40px;
}

/*==day-section==*/
.day-area {
  padding: 39px 0 0;
  background: linear-gradient(180deg, #07493A 0%, #002A21 100%);
}

.day-title {
  text-align: center;
}

.day-title h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 31px;
  color: #fff;
}

.day-title h2 span {
  color: #E3FFDE;
}

.day-title p {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  margin-top: 10px;
}

.day-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  margin-top: 45px;
}

.day-right img {
  width: 80%;
  display: block;
  margin-left: auto;
}

.day-left {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.day-cnt-wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  max-width: 400px;
  text-align: center;
  column-gap: 79px;
}

.day-cnt-wrap h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 19px;
  margin-top: 5px;
}

.day-cnt-wrap img {
  max-width: 40px;
}

/*==science-section==*/
.science-area {
  padding: 40px 0;
  background-color: rgba(241, 243, 234, 1);
}

.science-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 15px;
  row-gap: 15px;
  margin-top: 40px;
}

.science-title {
  text-align: center;
}

.science-title h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 31px;
  color: #000;
}

.science-title h2 span {
  color: #009370;
}

.science-title p {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  margin-top: 15px;
}

.science-item {
  border-radius: 8.02px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFF;
  padding: 10px 20px 10px 9px;
}

.card {
    display: grid !important;
    grid-template-columns: 83% auto;
    justify-content: space-between;
    height: 128px !important;
}

.left-box {
    flex: 1;
    perspective: 1000px;
    position: relative;
}

.flip-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.left-box.flipped .flip-inner {
    transform: rotateY(180deg);
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.front {
    display: grid;
    grid-template-columns: 32% auto;
    /*! background: red; */
    align-items: center;
    column-gap: 20px;
}

.front img {
    width: 120px;
    height: 117px;
    border-radius: 5px;
}

.front-cnt h3 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #000000;
}

.front-cnt p {
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    margin-top: 10px;
}

.back {
    background: #fff;
    transform: rotateY(180deg);
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: flex;
    padding: 0 10px;
}

.back p {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.right-box10 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-box {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.science-mobil-btn {
  text-align: center;
  margin-top: 40px;
  display: none;
}

.science-mobil-btn a {
  font-family: "Space Grotesk", sans-serif;
  background: #095946;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 12px 5px;
}

.headline-slider20 {
  margin-top: 0;
}

/*==timeline-section==*/
.timeline-area {
  background: #ffffff;
  padding: 40px 0;
}

.timeline-main {
  display: grid;
  grid-template-columns: 55% auto;
  align-items: start;
}

.timeline-left {
  position: sticky;
  top: 10px;
}

.timeline-img img {
  width: 624px;
  max-width: 100%;
}

.timeline-left-cnt {
  text-align: center;
  max-width: 445px;
  margin: auto;
  margin-top: 55px;
}

.timeline-left-cnt h2 {
  font-family: "Space Grotesk", sans-serif;
  color: #009370;
  font-size: 36px;
}

.timeline-left-cnt h3 {
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  font-size: 36px;
}

.timeline-left-cnt p {
  font-weight: 400;
  font-size: 19px;
  color: #000;
  margin-top: 15px;
}

.timeline-btn {
  max-width: 388px;
  margin: auto;
}

.timeline-left-cnt a {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  background-color: rgba(9, 89, 70, 1);
  padding: 16px 32px;
  display: block;
  border-radius: 8px;
  margin-top: 30px;
  transition: 0.2s all ease;
}
 
.timeline-left-cnt a:hover {
 box-shadow: 0 0 0 2px #095946 inset;
  background: transparent;
  color: #095946;
}

.rb-container {
  position: relative;
}

/* Timeline Items */
.rb-container ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.rb-container ul li {
  border-left: 1px solid #000000;
  padding: 0 0 40px 25px;
  position: relative;
}

.rb-item h6 {
 font-weight: 400;
  font-size: 19px;
  color: #374151;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 15px;
}

.rb-item h6 img {
  display: block;
}

.rb-container ul li:last-child {
  border-left: 0;
  padding-bottom: 0;
}

.rb-container ul li::before {
  position: absolute;
  left: -7px;
  top: 0;
  content: "";
  border-radius: 50%;
  background: #000000;
  height: 15px;
  width: 15px;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

/* Active step */
.rb-container ul li.active::before {
  background: #009370;
}

.rb-container ul li h5 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 19px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #fff !important;
  padding: 12px 37px;
  border-radius: 4px;
  background: #000;
}

.rb-container ul li.active h5 {
  background: #009370;
  color: #000;
}

/* Progress line */
.progress-line {
  position: absolute;
  left: -1px;
  top: 0;
  width: 4px;
  height: 0;
  background: #009370;
  z-index: 2;
  transition: height 0.1s linear;
}

.timeline-btn20 {
  display: none;
} 

.time-m-img {
  display: none;
}


/*==reason-section==*/
.reason-area {
  background: #F1F3EA;
  padding: 40px 0;
}

.reason-title {
  text-align: center;
}

.reason-title span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 27px;
  color: #fff;
  border-radius: 9px;
  display: inline-block;
  padding: ;
  background: rgba(0, 147, 112, 1);
  padding: 8px 34px;
}

.reason-title h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 31px;
  color: #000000;
  margin-top: 15px;
}

.reason-item {
  background: #ffffff;
  border-radius: 9px;
  min-height: 484px;
}

.reason-cnt {
  padding: 24px;
}

.reason-cnt span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  background: #009370;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 15px;
}

.reason-cnt h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #000000;
  margin-top: 15px;
}

.reason-cnt p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 15px;
}

.reason-img img {
  width: 100%;
  border-radius: 5px;
}

.reason-space {
  height: 30px;
}

.all-btn-design {
  text-align: center;
  max-width: 344px;
  margin: auto;
}

.all-btn-design a {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  background-color: rgba(9, 89, 70, 1);
  padding: 16px 32px;
  display: block;
  border-radius: 8px;
  margin-top: 30px;
  transition: 0.2s all ease;
}

.all-btn-design a:hover {
  box-shadow: 0 0 0 2px #095946 inset;
  background: transparent;
  color: #095946;
}

.reason-title2 {
  display: none;
}

/*==brands-section==*/
.brands-area {
  background: linear-gradient(180deg, #3a441e 0%, #171b0b 100%);
  padding: 119px 0 35px 0;
}

.brands-main {
  display: grid;
  grid-template-columns: 47% auto;
  column-gap: 125px;
  align-items: center;
}

.all-btn-design2 {
  max-width: initial;
  margin-top: 55px;
}

.all-btn-design2 a {
  background: rgba(255, 247, 212, 1);
  color: rgba(0, 0, 0, 1);
}

.all-btn-design2 a:hover {
  background: transparent;
  box-shadow: 0 0 0 2px rgba(255, 247, 212, 1) inset;
  color: rgba(255, 247, 212, 1);
}

.brands-left {
  display: grid;
  grid-template-columns: 46% auto;
  column-gap: 10px;
  align-items: flex-end;
}

.brand-resilia {
  background: rgba(88, 104, 42, 1);
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
}

.brand-resilia h2 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}

.brand-res-item {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}

.brand-res-item:last-child {
 border-bottom: 0;
}

.brand-res-item h3 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}

.brand-res-item img {
  max-width: 25px;
}

.brand-res-img img {
  max-width: 75px;
  position: relative;
  margin-top: -89px;
}

.other-brand-wrap h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.other-brand {
  background: #fff;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px 0;
}

.other-bradn-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px 0;
}

.other-bradn-item:last-child {
  border-bottom: 0;
}

.other-brand h4 {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.check-refil2 h4 {
  color: #fff;
}

.brands-right h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}

.brands-right h2 span {
  color: #FFF7D4;
}

.brands-right ul {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  margin-top: 60px;
}

.brands-right ul li {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  display: flex;
  column-gap: 10px;
}

.brand-mobil-title {
  display: none;
}

.brand-res-mobil {
  display: none;
}

.other-m-img {
  display: none;
}

/*==trial-section==*/

.trial-area {
  background: rgba(241, 243, 234, 1);
  padding: 28px 0px 0 0;
}

.trial-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
}

.trial-right img {
  width: 63%;
  display: block;
  margin: auto;
}

.traial-left-cnt {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.traial-left-cnt h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #095946;
  margin-top: 10px;
}

.traial-left-cnt h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #000000;
  margin-top: 10px;
}

.traial-left-cnt p {
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  margin-top: 20px;
}

.days-90 {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: url('images/trial2.png') no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}

.days-90 h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 37px;
  color: #fff;
  line-height: 30px;
}

.days-90 h6 {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.day-m-btn {
  display: none;
}

/*==people-secton==*/
.people-area {
  background: #fff;
  padding: 40px 0;
}

.people-title {
  text-align: center;
}

.people-title h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}

.people-title h2 span {
  color: #009370;
}

.people-title p {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
}

.main-img-main {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 35px;
}

.main-img-main img {
  max-width: 486px;
  width: 100%;
  display: block;
  margin: auto;
}

.stock-area {
  background: rgba(241, 243, 234, 1);
  padding: 60px 0;
}

.stock-title {
  text-align: center;
}







.pricing-container5 {
  max-width: 560px;
  margin: 40px auto;
  border-radius: 10px;
}

/* Top Price Button */
.top-price5 {
  text-align: center;
  margin-bottom: 20px;
}

.add-to-cart5 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  padding: 14px 24px;
  background: #095946;
  border-radius: 6px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  height: 63px;
  transition: 0.2s all ease;
}

.add-to-cart5:hover {
  background: transparent;
  box-shadow: 0 0 0 2px #095946 inset;
  color: #095946;
}

.old-price5 {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.43);
  font-weight: 400;
}

.add-to-cart5:hover .old-price5 {
  opacity: .6;
  color: #095946 !important;
}

.option5 .title5 {
  font-weight: bold;
  font-size: 15px;
}

/* Option Boxes */
.option5 {
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 8px;
  padding: 12px 50px 12px 29px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  display: grid;
  grid-template-columns: 76% auto;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.option5.active5 {
  border: 1.3px solid rgba(9, 89, 70, 1);
  background-color: rgba(15, 174, 135, 0.15);
}

.option5 .save-text5 {
  color: #000;
  font-size: 15px;
}

.option5 .price5 {
  font-size: 16px;
  font-weight: 700;
  color: #095946;
  text-align: center;
}

.option5 .old-price5 {
  text-decoration: line-through;
  font-size: 15px;
  color: #095946;
  display: block;
  font-weight: 400;
}

.badge5 {
  position: absolute;
  top: -11px;
  right: 35px;
  background: #095946;
  color: #fff;
  font-size: 13px;
  padding: 1px 16px;
  border-radius: 13px;
  font-weight: 700;
}

.refill5 {
  border-radius: 6.119px;
  border: 1px dashed #282B22;
  background: #fff;
  padding: 13.58px 20px 10px 18.3px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 4% auto;
  gap: 10px;
  margin-bottom: 15px;
}

.refill5 h5 {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.refill5 p {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}

.refill5 input {
  /*! transform: scale(1.2); */
}

.refill5 input[type=checkbox] {
    appearance: none;
    height: 18px;
    width: 18px;
    border: .925px solid #629589;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.refill5 input[type=checkbox]::after {
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    color: #ffffff;
    display: none;
}

.refill5 input[type=checkbox]:checked {
    background: #007A52;
    border-color: #007A52;
}

.refill5 input[type=checkbox]:checked::after {
    display: block;
}

.refill5.active {
  background-color: #eafff2;
  border-color: #009966;
}

.stock-title h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 31px;
  color: #000000;
}

.stock-title h2 span {
  color: #009370;
}

.stock-title p {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  margin-top: 10px;
}

.felt-area {
  background: #ffffff;
  padding: 40px 0;
}

.felt-title {
  text-align: center;
}

.felt-title h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 31px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 32px;
}

.felt-title ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.felt-title ul li {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.felt-title ul li img {
  max-width: 85px;
}

.felt-main {
  background: white;
  padding: 25px;
  margin-bottom: 20px;
  border: .3px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-top: 20px;
}

.felt-main p {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-top: 30px;
  max-width: 975px;
  line-height: 25px;
}

.felt-main h4 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}

.felt-list1 ul {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.felt-list1 ul li {
  font-weight: 400;
  font-size: 13px;
  color: #000;
}

.felt-list1 ul li img {
  max-width: 80px;
}

.felt-list2 ul {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 25px;
}

.felt-list2 ul li span {
  background: rgba(0, 147, 112, 0.1);
  color: rgba(0, 147, 112, 1);
  padding: 6px;
  border-radius: 20px;
  font-size: 12px;
  border: .5px solid rgba(0,147,112,1);
  display: inline-block; 
  padding: 8px 18px;
}

.reviwes-btn20 {
  display: none;
}

.thumb-banner1 {
  width: 220px;
  border-radius: 90px;
  padding: 3px;
  text-align: center;
  background: #095946;
  position: absolute;
  top: 15px;
  left: 20px;
}

.thumb-banner1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}

.thumb-banner1 ul li {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.thumb-banner1 ul li img {
  display: block;
}

.thumb-banner2 {
  font-weight: 500;
  font-size: 17px;
  color: #000;
  width: 180px;
  background: #095946;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 7px;
  position: absolute;
  bottom: 20%;
  left: 20px;

}

.slider-wrapper {
  position: relative;
}

.time {
  color: #fff;
  font-size: 11px;
}

.play-overlay img {
  max-width: 25px;
}

.line2 {
  display: block;
  margin-bottom: 10px;
}

.hidden2 {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}

.showMoreBtn2 {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
 
  background: none;
  border: none;
  cursor: pointer;
}

.felt-mobil-area {
  display: none;
}

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