/*===========================
Project Name: Active Man.
Developer: Rafiur Rahim Ridom --> hello@egenslab.com
Version: 1.0

/*==========================
  01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-Hind-Siliguri: 'Hind+Siliguri', sans-serif;
  --white-color: #fff;
  --title-color: #020202;
  --title-color-opc: 17, 15, 15;
  --text-color: #23291FCC;
  --primary-color1: #0f3f03;
  --primary-color1-opc: 15, 63, 3;
}

/*================================================
02. Mixins Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-Hind-Siliguri);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-Hind-Siliguri);
  font-weight: 600;
  line-height: 1.4;
  color: var(--title-color);
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--font-Hind-Siliguri);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}

.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}

.pt-100 {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-110 {
  margin-top: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-110 {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .mt-110 {
    margin-top: 80px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .mb-110 {
    margin-bottom: 35px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 70px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-130 {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .mb-130 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-110 {
  padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-65 {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .mb-65 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .mb-65 {
    margin-bottom: 34px;
  }
}
@media (max-width: 576px) {
  .mb-65 {
    margin-bottom: 25px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .mb-60 {
    margin-bottom: 55px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .mb-60 {
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-30 {
  margin-bottom: 34px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .mt-50 {
    margin-top: 40px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 20px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-60 {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .mt-60 {
    margin-top: 25px;
  }
}

.mt-65 {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .mt-65 {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .mt-65 {
    margin-top: 45px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.progress-wrap {
  position: fixed;
  right: 15px;
  bottom: 15px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--borders-color);
  background-color: transparent;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg {
  fill: none;
  transition: 0.5s;
}
.progress-wrap svg.progress-circle {
  stroke: var(--primary-color1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap .arrow {
  fill: var(--primary-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.progress-wrap:hover {
  background-color: var(--primary-color1);
  cursor: pointer;
}
.progress-wrap:hover .arrow {
  fill: var(--black-color);
}

.primary-btn1 {
  font-family: var(--font-Hind-Siliguri);
  background-color: var(--primary-color1);
  color: var(--white-color);
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 15px 27px;
  position: relative;
  align-items: center;
  display: inline-flex;
  gap: 8px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .primary-btn1 {
    padding: 17px 27px;
  }
}
@media (max-width: 576px) {
  .primary-btn1 {
    padding: 16px 25px;
    font-size: 15px;
  }
}
.primary-btn1 > span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.primary-btn1 > span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.primary-btn1 > span svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.primary-btn1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--primary-color1);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}
.primary-btn1:hover {
  color: var(--white-color);
}
.primary-btn1:hover .arrow {
  fill: rgba(255, 255, 255, 0.15);
}
.primary-btn1:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.primary-btn1:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}
.primary-btn1:hover::after {
  transform: translate(0);
  border-radius: 0;
}
.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn1.white-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.white-bg:hover {
  color: var(--white-color);
}
.primary-btn1.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn1.black-bg::after {
  background-color: var(--primary-color1);
}
.primary-btn1.black-bg:hover {
  color: var(--white-color);
}
.primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid rgba(var(--title-color-opc), 0.1);
  color: var(--title-color);
  padding: 16px 17px;
}
.primary-btn1.transparent::after {
  background-color: var(--primary-color1);
}
.primary-btn1.transparent span svg {
  fill: var(--title-color);
}
.primary-btn1.transparent:hover {
  color: var(--white-color);
  border-color: var(--primary-color1);
}
.primary-btn1.transparent:hover span svg {
  fill: var(--white-color);
}

.section-title h2 {
  font-family: var(--font-Hanken-Grotesk);
  color: var(--title-color);
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
  }
}

.slider-btn-grp {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .slider-btn-grp {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .slider-btn-grp {
    gap: 30px;
  }
}
.slider-btn-grp .slider-btn {
  min-width: 38px;
  max-width: 38px;
  height: 38px;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.slider-btn-grp .slider-btn svg {
  fill: rgba(var(--black-color-opc), 0.3);
  transition: 0.5s;
}
@media (max-width: 576px) {
  .slider-btn-grp .slider-btn {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
}
.slider-btn-grp .slider-btn:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
  cursor: pointer;
}
.slider-btn-grp .slider-btn:hover svg {
  fill: var(--white-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.5;
}

.form-inner {
  line-height: 1;
}
.form-inner label {
  font-family: var(--font-Hanken-Grotesk);
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 14px;
  color: #002E33;
}
@media (max-width: 1199px) {
  .form-inner label {
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .form-inner label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.form-inner label span {
  font-family: var(--font-Hanken-Grotesk);
  font-weight: 600;
  font-size: 16px;
}
.form-inner input {
  width: 100%;
  font-family: var(--font-Hanken-Grotesk);
  color: rgba(var(--title-color-opc), 0.6);
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  height: 44px;
  border: 1px solid rgba(var(--title-color-opc), 0.1);
  border-radius: 5px;
  background-color: var(--white-color);
}
@media (max-width: 991px) {
  .form-inner input {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .form-inner input {
    height: 40px;
    font-size: 15px;
  }
}
.form-inner input::-moz-placeholder {
  color: var(--text-color);
}
.form-inner input::placeholder {
  color: var(--text-color);
}
.form-inner input:focus {
  border-color: var(--title-color);
  background-color: var(--white-color);
}
.form-inner textarea {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  color: var(--title-color);
  border: 1px solid var(--borders-color);
  outline: none;
  font-family: var(--font-Hanken-Grotesk);
  font-size: 16px;
  font-weight: 500;
  padding: 20px 25px;
  min-height: 90px;
  resize: none;
}
@media (max-width: 991px) {
  .form-inner textarea {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .form-inner textarea {
    min-height: 70px;
  }
}
@media (max-width: 576px) {
  .form-inner textarea {
    padding: 20px 15px;
    min-height: 90px;
  }
}
.form-inner textarea:focus {
  border-color: var(--title-color);
  background-color: var(--white-color);
}
.form-inner textarea::-moz-placeholder {
  color: #A0A0A0;
}
.form-inner textarea::placeholder {
  color: #A0A0A0;
}

.form-inner2 .form-check .form-check-label {
  font-family: var(--font-Hanken-Grotesk);
  color: #002E33;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 576px) {
  .form-inner2 .form-check .form-check-label {
    line-height: 1.4;
  }
}

/*=====================
 05. Home1 Banner Start CSS
======================*/
.home1-banner-section {
  background: #ffffe1;
  padding: 40px 0 90px;
  position: relative;
}
@media (max-width: 767px) {
  .home1-banner-section {
    padding: 60px 0 60px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section {
    padding: 130px 0 80px;
  }
}
.home1-banner-section .banner-content .logo-area {
  padding: 10px;
  border: 3px solid var(--primary-color1);
  max-width: 166px;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 30px;
  animation: fadeIn 1.7s;
}
.home1-banner-section .banner-content .logo-area img {
  border-radius: 10px;
}
.home1-banner-section .banner-content h1 {
  font-family: var(--font-Hind-Siliguri);
  color: var(--primary-color1);
  font-weight: 700;
  font-size: 70px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
  animation: fadeInUp 1.7s;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content h1 {
    font-size: 43px;
    line-height: 1.1;
  }
}
.home1-banner-section .banner-content h1 span {
  color: #ff0000;
}
.home1-banner-section .banner-content p {
  font-family: var(--font-Hind-Siliguri);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  max-width: 916px;
  margin: 0 auto;
  margin-bottom: 10px;
  animation: fadeInDown 1.7s;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content p {
    font-size: 26px;
  }
}
.home1-banner-section .banner-center-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-center-area {
    gap: 45px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-center-area {
    flex-wrap: wrap;
  }
}
.home1-banner-section .banner-center-area > img {
  max-width: 584px;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-center-area > img {
    max-width: 390px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-center-area > img {
    max-width: 298px;
  }
}
.home1-banner-section .banner-center-area .primary-btn1 {
  font-size: 26px;
  padding: 20px 15px;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-center-area .primary-btn1 {
    font-size: 23px;
  }
}
.home1-banner-section .banner-btm-area p {
  font-family: var(--font-Hind-Siliguri);
  color: var(--title-color);
  font-size: 34px;
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 23px;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-btm-area p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-btm-area p {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.home1-banner-section .banner-btm-area h2 {
  font-family: var(--font-Hind-Siliguri);
  color: var(--primary-color1);
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-btm-area h2 {
    font-size: 50px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-btm-area h2 {
    font-size: 35px;
    list-style: 1.1;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-btm-area h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}
.home1-banner-section .banner-btm-area h3 {
  font-family: var(--font-Hind-Siliguri);
  color: #ff0000;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-btm-area h3 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-btm-area h3 {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-btm-area h3 {
    font-size: 40px;
  }
}
.home1-banner-section .banner-btm-area > span {
  font-family: var(--font-Hind-Siliguri);
  color: var(--primary-color1);
  font-size: 43px;
  font-weight: 800;
  line-height: 1.2;
  display: block;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-btm-area > span {
    font-size: 37px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-btm-area > span {
    font-size: 30px;
    line-height: 1.3;
  }
}
.home1-banner-section .banner-btm-area .primary-btn1 {
  font-size: 32px;
  padding: 20px 30px;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-btm-area .primary-btn1 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-btm-area .primary-btn1 {
    font-size: 22px;
  }
}

.benefits-card .benefits-header {
  background-color: transparent;
  background-image: radial-gradient(at top center, #009E1C 0%, #007E50 81%);
  padding: 15px 50px 10px;
  border-radius: 10px;
  border: 3px solid #F1FF00;
  animation: fadeInUp 1.7s;
}
@media (max-width: 1199px) {
  .benefits-card .benefits-header {
    padding: 15px 30px 10px;
  }
}
.benefits-card .benefits-header h2 {
  font-family: var(--font-Hind-Siliguri);
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1399px) {
  .benefits-card .benefits-header h2 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .benefits-card .benefits-header h2 {
    font-size: 46px;
  }
}
@media (max-width: 576px) {
  .benefits-card .benefits-header h2 {
    font-size: 30px;
    line-height: 1.6;
  }
}
.benefits-card .right-img {
  border-radius: 10px;
  min-height: 640px;
}
.benefits-card .benefit-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.benefits-card .benefit-list-wrapper .benefits-list {
  display: flex;
  gap: 25px;
}
.benefits-card .benefit-list-wrapper .benefits-list .benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.benefits-card .benefit-list-wrapper .benefits-list .benefit-item .check-icon i {
  font-size: 25px;
}
.benefits-card .benefit-list-wrapper .benefits-list .benefit-item .benefit-text {
  font-family: var(--font-Hind-Siliguri);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .benefits-card .benefit-list-wrapper .benefits-list .benefit-item .benefit-text {
    font-size: 24px;
  }
}
.benefits-card .primary-btn1 {
  font-size: 35px;
  padding: 25px 30px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .benefits-card .primary-btn1 {
    font-size: 28px;
  }
}

.ingredients-section .exmple-wrapper {
  background-color: rgba(15, 63, 3, 0.8117647059);
  border: 3px solid #F1FF00;
  padding: 45px 80px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .ingredients-section .exmple-wrapper {
    padding: 40px 45px;
  }
}
@media (max-width: 576px) {
  .ingredients-section .exmple-wrapper {
    padding: 40px 20px;
  }
}
.ingredients-section .exmple-wrapper h2 {
  text-align: center;
  font-family: var(--font-Hind-Siliguri);
  font-size: 60px;
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .ingredients-section .exmple-wrapper h2 {
    font-size: 50px;
  }
}
.ingredients-section .exmple-wrapper .ingredient-card img {
  min-width: 558px;
  min-height: 193px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .ingredients-section .exmple-wrapper .ingredient-card img {
    min-width: 465px;
  }
}
@media (max-width: 1199px) {
  .ingredients-section .exmple-wrapper .ingredient-card img {
    min-width: 409px;
  }
}
@media (max-width: 576px) {
  .ingredients-section .exmple-wrapper .ingredient-card img {
    min-width: unset;
  }
}
.ingredients-section .exmple-wrapper .bottom-content {
  text-align: center;
}
.ingredients-section .exmple-wrapper .bottom-content p {
  font-family: var(--font-Hind-Siliguri);
  color: var(--white-color);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 10px;
  max-width: 552px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .ingredients-section .exmple-wrapper .bottom-content p {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.ingredients-section .exmple-wrapper .bottom-content a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  justify-content: center;
  font-family: var(--font-Hind-Siliguri);
  font-size: 40px;
  font-weight: 600;
  color: var(--white-color);
}
@media (max-width: 576px) {
  .ingredients-section .exmple-wrapper .bottom-content a {
    font-size: 28px;
  }
}
.ingredients-section .exmple-wrapper .bottom-content a i {
  color: var(--white-color);
}

.why-section {
  background-color: #CBFFC6;
  padding: 90px 0;
}
.why-section h2 {
  font-family: var(--font-Hind-Siliguri);
  color: var(--white-color);
  font-size: 60px;
  line-height: 1.2;
  background: #008348;
  padding: 20px 50px;
  text-align: center;
  border: 2px solid #F3FF2D;
  margin-bottom: 30px;
  border-radius: 8px;
  animation: fadeInUp 1.7s;
}
@media (max-width: 1199px) {
  .why-section h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .why-section h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
.why-section .feature-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.why-section .feature-list li {
  font-family: var(--font-Hind-Siliguri);
  color: var(--title-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .why-section .feature-list li {
    font-size: 18px;
  }
}
.why-section .primary-btn1 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .why-section .primary-btn1 {
    font-size: 20px;
  }
}

.usage-section {
  background: linear-gradient(to bottom, rgba(13, 95, 22, 0.8117647059), #275b2d);
  padding: 60px 20px;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .usage-section {
    padding: 30px 0;
  }
}
.usage-section .usage-header h2 {
  font-family: var(--font-Hind-Siliguri);
  font-size: 44px;
  font-weight: 800;
  line-height: 80px;
  color: #FFFFFF;
  animation: fadeInUp 1.7s;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .usage-section .usage-header h2 {
    font-size: 35px;
  }
}
.usage-section .usage-header p {
  font-family: var(--font-Hind-Siliguri);
  font-size: 28px;
  font-weight: 800;
  line-height: 46px;
  color: #FFFFFF;
  animation: fadeInDown 1.7s;
}
@media (max-width: 576px) {
  .usage-section .usage-header p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.usage-section .usage-content .usage-left .product-card img {
  min-height: 585px;
  -o-object-fit: cover;
     object-fit: cover;
}
.usage-section .usage-content .usage-left .product-card .product-info h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.usage-section .usage-content .usage-left .product-card .product-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.usage-section .usage-content .usage-left .product-card .product-info ul li {
  font-size: 14px;
  margin-bottom: 6px;
}
.usage-section .usage-content .usage-right img {
  min-height: 585px;
}
.usage-section .primary-btn1 {
  font-family: var(--font-Hind-Siliguri);
  color: var(--white-color);
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .usage-section .primary-btn1 {
    font-size: 25px;
  }
}
.usage-section .primary-btn1 a {
  background: #0f7f2b;
  padding: 15px 35px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.usage-section .primary-btn1 a:hover {
  background: #095c1d;
}

.offer-section {
  background: linear-gradient(135deg, #0f8a3e, #16a34a);
  margin: 40px 40px;
  padding: 40px 30px;
  border: 3px solid #d6ff00;
  border-radius: 12px;
  text-align: center;
  color: white;
}
@media (max-width: 576px) {
  .offer-section {
    margin: 40px 10px;
    padding: 30px 15px;
  }
}
.offer-section h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: var(--white-color);
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .offer-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .offer-section h2 {
    font-size: 30px;
  }
}
.offer-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.offer-section ul li {
  font-size: 20px;
  margin: 12px 0;
  font-family: var(--font-Hind-Siliguri);
  font-size: 26px;
  font-weight: 500;
  line-height: 42px;
}
@media (max-width: 991px) {
  .offer-section ul li {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .offer-section ul li {
    font-size: 18px;
    line-height: 28px;
  }
}
.offer-section .highlight {
  font-size: 28px;
  font-weight: 700;
  color: black;
}
@media (max-width: 576px) {
  .offer-section .highlight {
    font-size: 23px;
  }
}

.testimonial-section h2 {
  font-family: var(--font-Hind-Siliguri);
  color: var(--white-color);
  font-size: 60px;
  line-height: 1.2;
  background: #008348;
  padding: 20px 50px;
  text-align: center;
  border: 2px solid #F3FF2D;
  margin-bottom: 30px;
  border-radius: 8px;
  animation: fadeInUp 1.7s;
}
@media (max-width: 1199px) {
  .testimonial-section h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .testimonial-section h2 {
    font-size: 33px;
    line-height: 1.3;
  }
}

.checkout-section {
  background: #f4f4f4;
}
.checkout-section .checkout-wrapper {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
  padding: 40px;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .checkout-section .checkout-wrapper {
    padding: 15px;
  }
}
.checkout-section .checkout-title {
  background: #0d7f2b;
  border: 2px solid #F1FF00;
  font-weight: 600;
  text-align: center;
  padding: 14px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-family: var(--font-Hind-Siliguri);
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  animation: fadeInUp 1.7s;
}
@media (max-width: 576px) {
  .checkout-section .checkout-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.checkout-section .checkout-subtitle {
  text-align: center;
  font-family: var(--font-Hind-Siliguri);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .checkout-section .checkout-subtitle {
    font-size: 20px;
    margin-bottom: 23px;
  }
}
.checkout-section .checkout-subtitle span {
  color: red;
  font-weight: 600;
  border: 1px solid red;
  padding: 2px 6px;
  border-radius: 20px;
  font-size: 12px;
}
.checkout-section .cart-table {
  background: #f7f7f7;
  padding: 40px 30px;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .checkout-section .cart-table {
    padding: 10px;
    margin-bottom: 30px;
  }
}
.checkout-section .cart-table .cart-header,
.checkout-section .cart-table .cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.checkout-section .cart-table .cart-header {
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
.checkout-section .cart-table .cart-header .quentity {
  display: flex;
  justify-content: end;
  margin-right: 30px;
}
.checkout-section .cart-table .cart-header .price {
  display: flex;
  justify-content: end;
}
.checkout-section .cart-table .cart-row .product-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-section .cart-table .cart-row .product-info img {
  width: 40px;
}
.checkout-section .cart-table .cart-row .quantity-area .quantity {
  display: flex;
  justify-content: end;
  gap: 5px;
}
.checkout-section .cart-table .cart-row .quantity-area .quantity a {
  height: 24px;
  width: 34px;
  border-radius: 4px;
  background: rgba(var(--title-color-opc), 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--title-color);
  font-weight: 600;
  cursor: pointer;
  transition: 0.35s;
}
.checkout-section .cart-table .cart-row .quantity-area .quantity a i {
  color: var(--title-color);
  transition: 0.35s;
}
.checkout-section .cart-table .cart-row .quantity-area .quantity a:hover {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
  color: var(--white-color);
}
.checkout-section .cart-table .cart-row .quantity-area .quantity a:hover i {
  color: var(--white-color);
}
.checkout-section .cart-table .cart-row .quantity-area .quantity input {
  height: 24px;
  width: 34px;
  border-radius: 4px;
  border: 1px solid rgba(var(--black-color-opc), 0.3);
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Hind-Siliguri);
  font-size: 14px;
  color: var(--title-color);
  font-weight: 600;
  text-align: center;
}
.checkout-section .cart-table .cart-row .price {
  font-weight: 600;
  display: flex;
  justify-content: end;
  gap: 3px;
}
.checkout-section .checkout-grid h4 {
  font-family: var(--font-Hind-Siliguri);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.checkout-section .checkout-grid .billing-details .form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.checkout-section .checkout-grid .billing-details .form-group label span {
  color: red;
}
.checkout-section .checkout-grid .billing-details .form-group input,
.checkout-section .checkout-grid .billing-details .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.checkout-section .checkout-grid .billing-details .form-group input:focus,
.checkout-section .checkout-grid .billing-details .form-group textarea:focus {
  border-color: #0d7f2b;
  outline: none;
}
.checkout-section .checkout-grid .order-summary {
  background: #fafafa;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  max-height: 280px;
}
.checkout-section .checkout-grid .order-summary .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  font-size: 14px;
  align-items: center;
}
.checkout-section .checkout-grid .order-summary .summary-row span {
  font-size: 16px;
  font-family: var(--font-Hind-Siliguri);
  font-weight: 600;
  line-height: 1;
}
.checkout-section .checkout-grid .order-summary .summary-row .active-man {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-Hind-Siliguri);
}
.checkout-section .checkout-grid .order-summary .summary-row .active-man img {
  min-width: 54px;
  max-width: 54px;
  height: 54px;
}
.checkout-section .checkout-grid .order-summary .summary-row.total {
  font-weight: 700;
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.checkout-section .checkout-grid .primary-btn1 {
  width: 100%;
  background: #0d7f2b;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 15px;
  transition: 0.3s;
  justify-content: center;
}
.checkout-section .checkout-grid .primary-btn1:hover {
  background: #095c1d;
}

.bg-dark {
  font-family: var(--font-Hind-Siliguri);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}/*# sourceMappingURL=style.css.map */