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

body {
  font-family: 'Mier A';
}

.container {
  max-width: 1260px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
}

/* end general css */
/* fonts */
@font-face {
  font-family: 'Mier A';
  src: url(../fonts/MierA-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mier A Book';
  src: url(../fonts/MierA-Book.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mier A Demi';
  src: url(../fonts/MierA-DemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mier B';
  src: url(../fonts/MierB-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mier B';
  src: url(../fonts/MierB-ExtraBold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* end fonts */

/* start header css */
.main_header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  margin-top: 20px;
  transition: 0.5s ease;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px;
  border-radius: 40px;
  border: 1px solid #406B5F;
  background: #274B3F;
  height: 80px;
  max-width: 100%;
  margin: 0 auto;
  transition:
    max-width 1s cubic-bezier(.4, 0, .2, 1),
    padding 0.6s cubic-bezier(.4, 0, .2, 1);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 44px; 
  border-radius: 66px;
  background: #87E64C;
  color: #10372C;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  transition: 0.5s ease;
}

.btn:hover {
  transform: scale(1.1);
}

.logo img {
  display: block;
}

.scrolled {
  transition: 0.5s ease;
}

.scrolled .nav-bar {
  max-width: 50%;
  padding: 14px 30px;
  background: #274b3fcc;
  backdrop-filter: blur(2px);
  height: 70px;
}

.cta {
  display: flex;
  gap: 20px;
  align-items: anchor-center;
}

.ofer_tag img {
  display: block;
}


/* end header css */

/* section1*/
.section1 {
  background-image: url('../images/banner/banner-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 145px;
  padding-bottom: 50px;
  background-color: #10372c;
}

.banner-area {
  display: flex;
}

.banner-content {
  width: 593px;
}

.highlight-text {
  color: #87E64C;
}

.title {
  color: #FFF;
  font-family: "Mier B";
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.title-text {
  color: #FFF;
  font-family: 'Mier A Book';
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.pointer-icon img {
  display: block;
}

.pointer {
  margin-bottom: 20px;
}

.pointer ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pointer ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  color: #FFF;
  font-family: 'Mier A Book';
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.banner-image img {
  position: relative;
  right: -48px;
  top: 153px;
}

.section1 .btn {
  padding: 13px 64px;
}

.price-area {
  margin-bottom: 20px;
}

.price_text {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mrp_price {
  color: #FFF;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
  margin-right: 10px;
}

.sale_price {
  color: #FFF;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.gst-text {
  color: #FFF;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

/* section1 */

/* section2 */
.section2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-title {
  margin-bottom: 30px;
}

.page-title h2 {
  color: #000;
  text-align: center;
  font-family: "Mier B";
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

.page-title p {
  color: #000;
  text-align: center;
  font-family: 'Mier A';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.partner-area {
  display: flex;
  justify-content: center;
}

.partner-area img {
  border-right: 1px dashed #D6D8D1;
}

.partner-area img:last-child {
  border-right: none;
}

.mweb-slide {
  display: none !important;
}

/* section2 */

/* section3 */
.section3 {
  background-image: url('../images/section-bg/section3-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 100px;
}

.cards {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}

.card-inner {
  position: relative;
  width: 246px;
  height: auto;
  padding: 20px;
  border-radius: 9.85px;
  border: 1px solid #DDFFC7;
  background: #FFF;
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.25);
  transition: transform .5s;
}

.card-img {
  margin-bottom: 16px;
}

.card-img img {
  border-radius: 8px;
}

.card-content h3 {
  color: #000;
  font-family: "Mier B";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

.card-content p {
  color: #000;
  font-family: "Mier A";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.card-inner:nth-child(1) {
  left: 140px;
}

.card-inner:nth-child(2) {
  transform: rotate(-5deg);
  left: 90px;
}

.card-inner:nth-child(3) {
  transform: rotate(6deg);
  left: 25px;
}

.card-inner:nth-child(4) {
  transform: rotate(-2deg);
  right: 25px;
}

.card-inner:nth-child(5) {
  transform: rotate(8deg);
  right: 90px;
}

.card-inner:nth-child(6) {
  transform: rotate(-5deg);
  right: 140px;
}

.card-inner:hover {
  z-index: 4;
  transform: scale(1.1) translateY(-40px);
}

.card-inner:nth-child(2):hover+.card-inner:nth-child(3) {
  transform: translateX(100px);
}

.card-inner:nth-child(3):hover+.card-inner:nth-child(4) {
  transform: translateX(100px);
}

.card-inner:nth-child(4):hover+.card-inner:nth-child(5) {
  transform: translateX(100px);
}

.card-inner:nth-child(5):hover+.card-inner:nth-child(6) {
  transform: translateX(100px);
}

/* section3 */

/* section4 */

.section4 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.feature-grid {
  width: 955px;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  gap: 25px;
}

.feature-top-grid {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-card {
  padding: 30px;
  border-radius: 10px;
  background: #FEFEFE;
  box-shadow: 0 4px 15px 0 rgba(0, 146, 72, 0.10);
  transition: 0.5s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-card.card2 {
  display: flex;
  gap: 10px;
}

.badge {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 50px;
  border: 0.5px solid #BBF0D5;
  background: #F4FFFC;
  width: max-content;
  margin-bottom: 10px;
}

.badge-title {
  color: #009248;
  font-family: "Mier B";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.badge-icon svg {
  display: block;
  border: 1px solid #D4FFE9;
  border-radius: 100px;
}

.feature-content h3 {
  color: #000;
  font-family: "Mier B";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.feature-content p {
  color: #000;
  font-family: "Mier A";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.feature-card-img img {
  border-radius: 8px;
}

.ellipse1 {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

.ellipse2 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
}

.feature-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.feature-card-img img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}

.feature-area {
  width: 50%;
}

.feature-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.feature-card-img img {
  display: block;
  transition: transform 0.4s ease;
}

/* shine layer */
.feature-card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-20deg);
  pointer-events: none;
}

.feature-card.card2:hover .feature-card-img::after {
  animation: shine 0.85s ease forwards;
}

.feature-card.card2:hover .feature-card-img img {
  transform: scale(1.03);
}

@keyframes shine {
  0% {
    left: -120%;
  }

  100% {
    left: 140%;
  }
}

/* section4 */

/* section5 */
.section5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section5 .page-title h2 {
  text-align: left;
}

.software-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 70px;
}

.software-area {
  display: flex;
  align-items: center;
  gap: 40px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  border-radius: 12px;
  width: 1140px;
  margin: 0px auto;
}

.software-img img {
  display: block;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.tag-area {
  display: flex;
  gap: 30px;
}

.tag-content {
  display: flex;
  gap: 12px;
  align-items: center;
}

.tag-text h3 {
  color: #000;
  text-align: center;
  font-family: 'Mier A Demi';
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}

.tag-text h3:last-child {
  text-align: left;
}

.tag-icon svg {
  display: block;
}

.stats-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 50px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stat-card:hover .icon svg {
  transform: scale(1.1);
}

.stat-card .icon svg {
  transition: 0.5s ease;
}

.stat-card h3 {
  color: #000;
  font-family: "Mier B";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.stat-card p {
  color: #000;
  font-family: 'Mier A Book';
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}

/* section5 */


/* section6 */
.section6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.antivirus-area {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.npav-icon {
  display: block;
  margin-bottom: 15px;
}

.product-content {
  display: flex;
  width: 448px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 10px;
  border: 1px solid #B3FFDD;
  background: #F5FFFB;
  flex-shrink: 0;
}

.product-title {
  color: #000;
  font-family: "Mier B";
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}

.include-title {
  display: block;
  color: #000;
  font-family: 'Mier A Book';
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.include-list ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.include-list ul li span {
  display: block;
}

.npav-img {
  width: 100%;
}

.include-text {
  color: #000;
  font-family: 'Mier A';
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.include-icon svg {
  display: block;
}

.include-list ul li:last-child {
  margin-bottom: 0px;
}

.product-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-price {
  display: flex;
  width: 300px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10.121px;
  border: 1px solid #B3FFDD;
}

.antivirus-img {
  border-radius: 20px;
  border: 1px solid #D1FFEA;
  background: #F8FFFC;
  padding: 22px 39px 22px 38px;
}

.anti-price-area h3 {
  text-align: center;
  color: #000;
  font-family: 'Mier A Demi';
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 12px;
}

.highlight-text2 {
  color: #008F4F;
  font-family: 'Mier B';
  font-weight: 600;
}

.price-npav {
  text-align: center;
  margin-bottom: 20px;
}

.anti-price-area .sale_price {
  color: #000;
  font-size: 28px;
  line-height: 36.4px;
  margin-bottom: 4px;
}

.anti-price-area .mrp_price {
  color: rgba(0, 0, 0, 0.50);
  font-size: 18px;
  line-height: 1.3;
}

.anti-price-area small {
  font-size: 18px;
}

.anti-price-area {
  width: 100%;
}

.antivirus-img img {
  width: 93px;
}

.anti-price-area .btn {
  font-family: 'Mier A Demi';
  font-weight: 600;
  background: #008F4F;
  color: #fff;
  width: 100%;
}

/* section6 */

/* section7 */
.section7 {
  background-image: url('../images/section-bg/testimonial-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section7 .page-title {
  margin-bottom: 50px;
}

.section7 .page-title h2 {
  text-align: left;
  margin-bottom: 8px;
}

.testi-wrap {
  display: flex;
  align-items: center;
  gap: 120px;
}

.tt-area {
  padding: 60px 114px;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
}

.section7 .page-title p {
  text-align: left;
  font-size: 22px;
}

.testimonial-wrapper {
  width: 100%;
}

.tt-card {
  padding: 15px 20px;
  border-radius: 10px;
  border: 0.5px solid #52E1A1;
  background: #FAFFFB;
}

/* Top user card */
.user-card {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.user-card img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.rating {
  display: flex;
  gap: 5px;
}

.rating span {
  font-family: 'Mier A';
  color: #7B7B7B;
  font-weight: 400;
  font-size: 13px;
}

/* Review card */
.review-card {
  padding: 18px;
  padding-bottom: 0px;
  display: none;
  animation: fadeIn .35s ease;
}

.review-card p {
  color: #000;
  font-family: "Mier a";
  font-size: 14px;
  font-weight: 400;
  line-height: 1, 3;
}

.user-card {
  -webkit-tap-highlight-color: transparent;
}

.user-card:focus,
.user-card:active {
  background: transparent;
  outline: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.user-card {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.dd-icon {
  margin-left: auto;
  transition: .3s ease;
}

.tt-card.active .dd-icon {
  transform: rotate(180deg);
}

/* review default hidden */
.review-card {
  display: none;
}

/* first active open */
.tt-card.active .review-card {
  display: block;
}

.testimonial-wrapper {
  display: none;
}

:root {
  --primary-green: #27ae60;
  --text-dark: #1a1a1a;
  --bg-light: #f4f7f6;
  --item-height: 100px;
}


.bg-decoration {
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 800px;
  background-color: var(--primary-green);
  border-radius: 50%;
  z-index: 1;
}

.testimonial-card {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
}

.header-label {
  position: absolute;
  top: 40px;
  left: 60px;
}

.green-dash {
  width: 35px;
  height: 4px;
  background: var(--primary-green);
  margin-bottom: 12px;
}

.slider-container {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 104px;
  height: 300px;
}

.nav-window {
  position: relative;
  width: 372px;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.curve-svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  height: 100%;
  width: auto;
  pointer-events: none;
}

.slider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  will-change: transform;
}

.nav-item {
  display: flex;
  align-items: center;
  height: var(--item-height);
  cursor: pointer;
  transition: all 0.5s ease;
  transform: translateX(calc(80px - (var(--offset) * var(--offset) * 15px)));
  position: relative;
  z-index: 2;
  left: -25px;
  gap: 25px;
}

.nav-item.active {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateX(108px) scale(1.1);
}

.nav-item img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  transition: 0.3s;
}

.nav-item.active img {
  width: 55px;
  height: auto;
}

.user-meta h3 {
    color: #000;
    font-family: "Mier B";
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    display: block;
    margin-bottom: 5px;
  white-space: nowrap;
}

.nav-item.active h3{
 font-size: 18px;
 line-height: 1.3;
}

.user-star svg{
  display: block;
}
.nav-item p {
    display: flex;
    gap: 10px;
    color: #7B7B7B;
    font-family: "Mier A";
    font-size: 14px;
    font-weight: 400;
    line-height: 20.8px;
        align-items: anchor-center;
}
.nav-item.active p{
  font-size: 15px;
}


/* --- TEXT SLIDING ANIMATION --- */
.content-area {
  flex: 1;
  position: relative;
  padding-left: 20px;
  height: 180px;
  overflow: hidden;
}

.quote-icon {
    position: absolute;
    left: 0;
    top: -22px;
    font-size: 64px;
    color: #000;
}

.testimonial-text {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
    font-size: 22px;
    line-height: 1.7;
    color: #000;
    font-family: "Mier A";
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
  pointer-events: none;
      padding-left: 36px;
}

.testimonial-text.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.testimonial-text.exit {
  opacity: 0;
  transform: translateY(100%);
}

/* section7 */

/* section8 */
.section8 {
  background: linear-gradient(180deg, rgba(0, 146, 72, 0.10) 0%, rgba(0, 44, 22, 0.00) 100%);
  padding-top: 50px;
  padding-bottom: 118px;
}

.partners-area {
  display: flex;
  gap: 35.745px;
  justify-content: center;
  position: relative;
}

.partners-area:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background: #009248;
  top: 55px;
  z-index: -1;
}

.partners-area::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 10%;
  width: 8px;
  height: 8px;
  background: #009248;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: lineDotMove 13s linear infinite;
  z-index: -1;
}

@keyframes lineDotMove {
  from {
    left: 10%;
  }

  to {
    left: 90%;
  }
}

.partners-area img {
  width: 112px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: 0 4.766px 4.766px 0 rgba(0, 0, 0, 0.03);
}

.white-bg {
  position: absolute;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%);
  width: 90%;
  height: 144px;
  top: 24px;
}

/* section8 */


/* start footer css */
.footer_email a img {
  margin-right: 7px;
  vertical-align: middle;
}

.footer-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #020605;
}

.none {
  display: none;
}

.footer_email {
  text-align: right;
}

.footer_upper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_email a {
  color: #F6F6F6;
  font-size: 14px;
  text-decoration: none;
}

.social_link li {
  list-style: none;
  display: inline-block;
  margin-left: 6px;
}

.follow-links {
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;
}

.social_link {
  display: flex;
  text-align: right;
}

.social_link img {
  vertical-align: middle;
}

.follow_us {
  font-size: 14px;
  font-weight: 400;
  color: #F6F6F6;
  position: relative;
  top: 3px;
}

.footer_logo img {
  display: block;
}

/* end footer wrap */


/* scroll animaation */
.text {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(50px)
}

.fade-up {
  transform: translateY(50px)
}

.fade-down {
  transform: translateY(-50px)
}

.fade-right {
  transform: translateX(50px)
}

.fade-left {
  transform: translateX(-50px)
}

.fade-up-left {
  transform: translate(-50px, 50px)
}

.fade-up-right {
  transform: translate(50px, 50px)
}

.fade-down-left {
  transform: translate(-50px, -50px)
}

.fade-down-right {
  transform: translate(50px, -50px)
}

.zoom-in {
  transform: scale(.8)
}

.zoom-out {
  transform: scale(1.2)
}

.in-view {
  visibility: visible;
  opacity: 1;
  transform: none
}

.shimer {
  position: relative;
  overflow: hidden;
}

.shimer::before {
  background: linear-gradient(to right, #fff0 0%, rgb(255 255 255 / .3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
  animation: shimmer 3s infinite
}

@keyframes shimmer {
  0% {
    left: -75%
  }

  100% {
    left: 125%
  }
}

/* end */

/* price bar */
.price-sticky {
  display: none;
}

/* Default: hide everywhere */
.price-bar {
  display: none;
}

.price-bar {
  display: flex;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15.426px 19.282px 19.282px;
  border-radius: 19.282px 19.282px 0 0;
  border: 0.964px solid #406B5F;
  background: #274B3F;
  box-shadow: 0 0.964px 7.713px rgba(0, 0, 0, 0.16);

  align-items: center;
  justify-content: space-between;

  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;

  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;

  will-change: transform, opacity;
  z-index: 999;
}

.price-bar.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.price-info {
  color: #fff;
}

.old-price {
  color: #9A9A9A;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration-line: line-through;
  margin-bottom: 3px;
}

.price {
  color: #FFF;
  font-family: 'Mier B';
  font-size: 19.282px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
}

.price span {
  color: #FFF;
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.gst-price {
  color: #FFF;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.buy-btn {
  border-radius: 96px;
  background: #87E64C;
  color: #10372C;
  width: 144.615px;
  font-family: 'Mier B';
  font-size: 15px;
  padding: 11.569px 19.282px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: 0.3s ease;
  text-align: center;
}

.buy-btn:hover {
  transform: scale(1.05);
}