/*---------------------------------------------"
// Template Name: Teach Me
// Description:  Teach Me Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("css2.css");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #C3FF3D;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5vw;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

.page-content {
  margin: clamp(14px, 1.198vw, 40px) 0;
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #45474F;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(16px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;
}
@media (max-width: 490px) {
  body {
    font-size: clamp(12px, 0.729vw, 28px);
  }
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #FAFAFA;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #85B748;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #0C0C0D;
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Inter", sans-serif;
  font-size: clamp(48px, 3.958vw, 99px);
  /* 76px */
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 96px */
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: clamp(46px, 4.837vw, 69px);
    /* 58px */
  }
}
@media (max-width: 820px) {
  h1,
  .h1 {
    font-size: clamp(38px, 5.61vw, 58px);
    /* 46px */
  }
}

h2,
.h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(48px, 3.177vw, 69px);
  /* 61px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 66px */
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: clamp(39px, 2.24vw, 52px);
    /* 43px */
  }
}
@media (max-width: 820px) {
  h2,
  .h2 {
    font-size: clamp(33px, 1.979vw, 48px);
    /* 38px */
  }
}

h3,
.h3 {
  font-family: "Inter", sans-serif;
  font-size: clamp(46px, 2.552vw, 125px);
  /* 49px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: clamp(33px, 1.927vw, 48px);
    /* 37px */
  }
}
@media (max-width: 820px) {
  h3,
  .h3 {
    font-size: clamp(28px, 1.667vw, 38px);
    /* 32px */
  }
}

h4,
.h4 {
  font-family: "Inter", sans-serif;
  font-size: clamp(36px, 2.031vw, 57px);
  /* 39px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: clamp(28px, 1.719vw, 40px);
    /* 33px */
  }
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(20px, 1.406vw, 30px);
    /* 27px */
  }
}

h5,
.h5 {
  color: #0C0C0D;
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 1.615vw, 62px);
  /* 31px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: clamp(20px, 1.302vw, 32px);
    /* 25px */
  }
}
@media (max-width: 820px) {
  h5,
  .h5 {
    font-size: clamp(18px, 1.042vw, 24px);
    /* 20px */
  }
}

h6,
.h6 {
  color: #0C0C0D;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.302vw, 40px);
  /* 25px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 27.6px */
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: clamp(14px, 0.938vw, 36px);
    /* 18px */
  }
}
@media (max-width: 820px) {
  h6,
  .h6 {
    font-size: clamp(14px, 0.833vw, 32px);
    /* 16px */
  }
}

.text-18,
p {
  color: #45474F;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.042vw, 40px);
  /* 20px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
@media (max-width: 399px) {
  .text-18,
  p {
    font-size: clamp(12px, 0.729vw, 28px);
    /* 14px */
  }
}

.text {
  font-size: clamp(12px, 0.833vw, 32px);
}

.eyebrow {
  color: #273802;
  text-transform: uppercase;
  font-size: clamp(12px, 0.833vw, 32px);
  /* 16px */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 1199px) {
  .eyebrow {
    font-size: clamp(12px, 0.677vw, 32px);
    /* 15px */
  }
}

.subtitle {
  font-size: clamp(12px, 0.677vw, 28px);
  /* 13px */
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .subtitle {
    font-size: 14px;
  }
}

.caption {
  font-size: clamp(12px, 0.677vw, 28px);
  /* 13px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .caption {
    font-size: 10px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Inter", sans-serif;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #141516;
}

.hover-content {
  transition: all 0.3s ease-in-out;
}
.hover-content:hover {
  color: #C3FF3D;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #C3FF3D !important;
}

.color-sec {
  color: #E3FFA4 !important;
}

.color-ter {
  color: #273802 !important;
}

.color-quat {
  color: #85B748 !important;
}

.color-ter-5 {
  color: #00A850 !important;
}

.black {
  color: #0C0C0D !important;
}

.medium-black {
  color: #1E1F20 !important;
}

.light-black {
  color: #141516 !important;
}

.dark-gray {
  color: #45474F !important;
}

.light-gray {
  color: #92949F !important;
}

.lightest-gray {
  color: #EAEAEC !important;
}

.light-white {
  color: #FAFAFA !important;
}

.white {
  color: #FAFAFA;
}

.bg-primary {
  background: #C3FF3D !important;
}

.bg-sec {
  background: #E3FFA4 !important;
}

.bg-ter {
  background: #273802 !important;
}

.bg-color-quat {
  background: #85B748 !important;
}

.bg-color-ter-5 {
  background: #00A850 !important;
}

.bg-black {
  background: #0C0C0D !important;
}

.bg-medium-black {
  background: #1E1F20 !important;
}

.bg-light-black {
  background: #141516 !important;
}

.bg-dark-gray {
  background: #45474F !important;
}

.bg-light-gray {
  background: #92949F !important;
}

.bg-lightest-gray {
  background: #EAEAEC !important;
}

.bg-light-white {
  background: #FAFAFA !important;
}

.bg-white {
  background: #FAFAFA !important;
}

.bg-white-bordered {
  background: #FAFAFA;
  border: 1px solid #EAEAEC;
  border-radius: clamp(8px, 0.625vw, 24px);
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Inter", sans-serif;
}

.font-sec {
  font-family: "Inter", sans-serif;
}

.br-4 {
  border-radius: 4px;
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 24px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.gap-6 {
  gap: clamp(3px, 0.313vw, 7px);
}

.order-6 {
  order: 6 !important;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.my-64 {
  margin: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .my-64 {
    margin: 26px 0;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .mb-120 {
    margin-bottom: 48px;
  }
}

.mb-28 {
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .mb-28 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-28 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-28 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .mb-18 {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .mb-18 {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .mb-18 {
    margin-bottom: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-6 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .mb-6 {
    margin-bottom: 3px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-120 {
  padding-top: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 48px;
  }
}

.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 48px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.pb-48 {
  padding-bottom: 26px;
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.pl-24 {
  padding-left: 24px;
}
@media (max-width: 1199px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .pl-24 {
    padding-left: 20px;
  }
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-24 {
    padding-right: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.p-24 {
  padding: 24px;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.py-16 {
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .py-16 {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .py-16 {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .py-16 {
    padding: 10px 0;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
/* From Uiverse.io by mrhyddenn */
.cus-btn {
  background: rgba(207, 207, 207, 0.1);
  backdrop-filter: blur(8px);
  color: #FAFAFA;
  border-radius: clamp(28px, 2.5vw, 68px);
  border: none;
  display: inline-block;
  font-size: clamp(16px, 1.042vw, 40px);
  font-weight: 500;
  line-height: 120%;
  padding: clamp(12px, 0.833vw, 32px) clamp(8px, 0.625vw, 24px);
  cursor: pointer;
  transform: skew(0);
  gap: clamp(4px, 0.417vw, 16px);
}
.cus-btn span {
  display: inline-block;
  transform: skew(0);
}
.cus-btn::before {
  content: "";
  position: absolute;
  border-radius: clamp(28px, 2.5vw, 68px);
  background: #C3FF3D;
  color: #92949F;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.cus-btn:hover {
  color: #0C0C0D !important;
}
.cus-btn:hover span {
  color: #0C0C0D !important;
}
.cus-btn:hover::before {
  color: #0C0C0D !important;
  left: 0;
  right: 0;
  opacity: 1;
}

/* From Uiverse.io by mrhyddenn */
.cus-btn-2 {
  background: #C3FF3D;
  backdrop-filter: blur(8px);
  color: #0C0C0D;
  border-radius: clamp(28px, 2.5vw, 68px);
  border: none;
  display: inline-block;
  font-size: clamp(16px, 1.042vw, 40px);
  font-weight: 500;
  line-height: 120%;
  padding: clamp(12px, 0.833vw, 32px) clamp(8px, 0.625vw, 24px);
  cursor: pointer;
  transform: skew(0);
  gap: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
}
.cus-btn-2 span {
  display: inline-block;
  transform: skew(0);
}
.cus-btn-2::before {
  content: "";
  position: absolute;
  border-radius: clamp(28px, 2.5vw, 68px);
  background: #0C0C0D;
  color: #FAFAFA;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.cus-btn-2:hover {
  color: #FAFAFA !important;
}
.cus-btn-2:hover span {
  color: #FAFAFA !important;
}
.cus-btn-2:hover::before {
  color: #0C0C0D !important;
  left: 0;
  right: 0;
  opacity: 1;
}

.cus-btn-3 {
  background-color: transparent;
  border-radius: 5px;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
  border: 1px solid #0C0C0D;
  color: #0C0C0D;
}
.cus-btn-3::before {
  position: absolute;
  background: #0C0C0D;
  color: #FAFAFA;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 5px;
}
.cus-btn-3:hover {
  color: #FAFAFA !important;
  background-color: #0C0C0D;
}
.cus-btn-3:hover span {
  color: #FAFAFA !important;
}
.cus-btn-3:hover::before {
  color: #0C0C0D !important;
  left: 0;
  right: 0;
  opacity: 1;
}

.quantity {
  display: flex;
  align-items: flex-start;
  border: 1px solid #141516;
  border-radius: clamp(28px, 2.5vw, 68px);
  padding: clamp(4px, 0.417vw, 16px);
}
@media (max-width: 490px) {
  .quantity {
    padding: 10px 16px;
  }
}
.quantity .input-area {
  display: flex;
}
.quantity .input-area input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: #0C0C0D;
  width: 24px;
}
@media (max-width: 992px) {
  .quantity .input-area input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .quantity .input-area input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .quantity .input-area input {
    font-size: 17px;
  }
}
.quantity .input-area input:focus-visible {
  outline: none;
}
.quantity .input-area input.decrement {
  font-size: 44px;
  font-weight: 200;
  border-radius: 0;
  border: 0;
  margin-top: -7px;
}
.quantity .input-area input.increment {
  padding: 0;
  font-size: 34px;
  font-weight: 240;
  border-radius: 0;
  border: 0;
  margin-top: -7px;
  margin-right: -2px;
}
.quantity .input-area input.number {
  padding: 0;
  background: transparent;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background-color: #C3FF3D;
  border: none;
  border-radius: 50%;
  color: #1E1F20;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 64px);
  height: clamp(40px, 2.5vw, 64px);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn:hover {
  border: 1px solid #45474F;
  background: #45474F;
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.slider-arrows .arrow-btn {
  width: clamp(32px, 2.5vw, 64px);
  height: clamp(32px, 2.5vw, 64px);
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EAEAEC;
}
.slider-arrows .arrow-btn svg {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(25px, 1.719vw, 64px);
  transition: all 0.3s ease-in-out;
}
.slider-arrows .arrow-btn svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.slider-arrows .arrow-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #C3FF3D;
}
.slider-arrows .arrow-btn:hover path {
  padding: clamp(12px, 0.833vw, 32px);
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.slider-arrows .btn-next {
  background-color: #C3FF3D;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 20px);
}
@media (max-width: 490px) {
  .social-icons {
    gap: clamp(12px, 0.833vw, 32px);
  }
}
.social-icons.icon-v2 {
  gap: clamp(16px, 1.042vw, 40px) !important;
}
.social-icons li a {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.social-icons li a svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.social-icons li a svg path {
  transition: all 0.3s ease-in-out;
}
.social-icons li a:hover svg path {
  fill: #1E1F20;
  transition: all 0.3s ease-in-out;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: clamp(4px, 0.417vw, 16px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #45474F;
  width: clamp(48px, 3.333vw, 128px);
  height: clamp(48px, 3.333vw, 128px);
  border-radius: 50%;
  background: #EAEAEC;
  float: left;
  transition: all 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 0.938vw, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21.6px */
}
@media (max-width: 399px) {
  .pagination #border-pagination li a {
    font-size: clamp(12px, 0.729vw, 28px);
  }
}
.pagination #border-pagination li a svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a.active {
  background-color: #C3FF3D;
  color: #0C0C0D;
}
.pagination #border-pagination li a.active svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a:hover {
  background-color: #C3FF3D;
  color: #0C0C0D;
}
.pagination #border-pagination li a:hover svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li:hover span {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 130px;
  max-height: 150px;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}

.form-control {
  padding: 16px 16px;
  padding-left: 44px;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #92949F;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 15px; /* 14px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  color: #0C0C0D;
  box-shadow: none;
}
@media (max-width: 430px) {
  .form-control {
    padding-right: 54px;
  }
}
.form-control.form-control-2 {
  padding-left: 16px;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
  color: #0C0C0D !important;
  background: transparent;
}
.form-control:hover {
  color: #0C0C0D !important;
}
.form-control::placeholder {
  color: #45474F;
  opacity: 1;
}
.form-control svg {
  position: absolute;
  top: 16px;
  left: 18px;
}

.input-block {
  position: relative;
}
.input-block svg, .input-block i {
  position: absolute;
  top: 18px;
  left: 16px;
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.cus-checkBox input {
  display: none;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #0C0C0D;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #0C0C0D;
  font-weight: 600;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
}

main {
  height: 90vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#loader {
  position: relative;
  width: 12rem;
  height: 12rem;
  min-width: 10rem;
  min-height: 10rem;
}

#ball,
#bat {
  position: absolute;
}

#ball {
  width: 15%;
  height: 15%;
  left: 1.5rem;
  top: 7.5rem;
  z-index: 2;
  animation: bounceBall 1s infinite;
  animation-delay: 1s;
}

#bat {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotateX(-40deg);
  animation: moveBat 1s infinite;
}

/* bounce animation snippet from animate.css library with some changes */
@keyframes bounceBall {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -60px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  90% {
    transform: translate3d(0, -8px, 0);
  }
}
@keyframes moveBat {
  0% {
    transform: rotateX(0deg);
  }
  33% {
    transform: rotateX(-25deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.video-link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  background-color: #f03;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}

.player {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 65%;
  height: 77%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .player__video {
    height: 30%;
  }
}
@media (max-width: 490px) {
  .player__video {
    max-width: 78%;
  }
}

.js--show-video {
  opacity: 1;
}

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

.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

/*-------------------------
  layouts
-------------------------*/
.header {
  position: absolute;
  z-index: 2;
  text-transform: capitalize;
  width: 100%;
  color: #FAFAFA;
  font-weight: 500;
  background-color: transparent;
}
@media (max-width: 580px) {
  .header {
    padding: clamp(2px, 0.833vw, 32px) 0;
    /*16px */
  }
}
.header.header-2 {
  text-transform: uppercase;
  position: unset;
  background: #C3FF3D;
}
.header .navigation {
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .header .navigation .header-logo {
    width: 80%;
  }
}
@media (max-width: 580px) {
  .header .navigation .header-logo {
    width: 35vw;
  }
}
.header .navigation .menu-button-right {
  padding: clamp(8px, 0.625vw, 24px);
  border-radius: 256px;
  background: rgba(207, 207, 207, 0.1);
  color: #FAFAFA;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.333vw, 72px);
}
.header .navigation .menu-button-right .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list,
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(12px, 0.833vw, 32px);
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li {
  position: relative;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(16px, 1.042vw, 40px);
  font-weight: 500;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  color: #FAFAFA;
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  position: relative;
  transition: all all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
    font-size: clamp(17px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
    font-size: clamp(16px, 2.261vw, 14px);
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  transition: all 0.3s ease-in-out;
  color: #C3FF3D;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  transition: all 0.3s ease-in-out;
  background-color: #C3FF3D;
  color: #45474F;
  padding: clamp(4px, 0.417vw, 16px) clamp(8px, 0.625vw, 24px);
  border-radius: clamp(28px, 2.5vw, 68px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li .header-arrow,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li .header-arrow {
  font-weight: 300;
  margin-left: -16px;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li:first-child a::before,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:first-child a::before {
  display: none;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li.current, .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li.current,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #273802;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
  overflow: hidden;
  text-transform: capitalize;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.3s ease-in-out, visibility all 0.3s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #FAFAFA;
  padding: 0;
  border-radius: clamp(12px, 0.833vw, 32px);
  border: 1px solid #92949F;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 20px);
  line-height: 26px;
  color: #0C0C0D;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  border-radius: 0px;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a, .header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #273802;
  color: #FAFAFA;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul.right-align,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li:hover > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.header .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.header .navigation .main-menu__right .main-menu-link-btn {
  position: relative;
}
.header .navigation .main-menu__right .main-menu-link-btn svg .icon {
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .main-menu-link-btn:hover svg .icon {
  fill: #C3FF3D;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .shopping-cart {
  padding: clamp(12px, 0.833vw, 32px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(207, 207, 207, 0.1);
  backdrop-filter: blur(8px);
  overflow: hidden; /* Ensures background doesn't overflow */
}
.header .navigation .main-menu__right .shopping-cart span {
  display: inline-block;
  transform: skew(0);
}
.header .navigation .main-menu__right .shopping-cart::before {
  content: "";
  position: absolute;
  border-radius: clamp(28px, 2.5vw, 68px);
  background: #C3FF3D;
  top: -100%; /* Start above the button */
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Animate top and opacity */
}
.header .navigation .main-menu__right .shopping-cart:hover {
  color: #0C0C0D !important;
}
.header .navigation .main-menu__right .shopping-cart:hover span {
  color: #0C0C0D !important;
}
.header .navigation .main-menu__right .shopping-cart:hover::before {
  top: 0; /* Move to cover the button */
  opacity: 1; /* Fade in */
}
.header .navigation .main-menu__right .shopping-cart svg path {
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .shopping-cart:hover svg path {
  fill: #0C0C0D;
}
.header .navigation .main-menu__right .search-toggler {
  margin-top: 10px;
}
.header .navigation .main-menu__right .cart-text {
  line-height: 0;
}

.mobile-nav__toggler {
  padding: 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(207, 207, 207, 0.1);
  font-size: 24px;
  font-weight: 200;
  color: #FAFAFA;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
    filter: hue-rotate(50deg);
  }
}
.mobile-nav__toggler:hover {
  color: #C3FF3D;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141516;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #0C0C0D;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: clamp(120px, 15.625vw, 320px);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #FAFAFA;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #C3FF3D;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #C3FF3D;
  border: none;
  outline: none;
  color: #0C0C0D;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #FAFAFA;
  color: #0C0C0D;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #FAFAFA;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #FAFAFA;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #C3FF3D;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #C3FF3D;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #C3FF3D;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #0C0C0D;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.nav-bar .nav-link li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-bar .nav-link li::before {
  width: clamp(4px, 0.417vw, 16px);
  height: clamp(4px, 0.417vw, 16px);
  border: 1px solid #C3FF3D;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.nav-bar .nav-link li.active::before {
  display: none;
}

.hero-banner {
  background: url("../image/hero-bg.jpg") no-repeat;
  background-size: cover;
  color: #FAFAFA !important;
  padding: clamp(148px, 11.354vw, 260px) 0;
  height: 100vh;
}
@media (max-width: 1600px) {
  .hero-banner {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .hero-banner {
    background-position: center;
  }
}
@media (max-width: 1360px) {
  .hero-banner .hero-content .hero-title {
    letter-spacing: 0.32px !important;
  }
}
@media (max-width: 820px) {
  .hero-banner .hero-content p br {
    display: none;
  }
}
.hero-banner .hero-content .hero-title {
  color: #FAFAFA;
  font-size: clamp(48px, 6.667vw, 260px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 93.75% */
  letter-spacing: -4.68px;
}
.hero-banner .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.hero-banner .hero-content .hero-button .getin-touch {
  background-color: #C3FF3D;
  color: #0C0C0D !important;
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
  padding: clamp(8px, 0.625vw, 24px);
}
.hero-banner .hero-content .hero-button .getin-touch .button-icon {
  display: flex;
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
  padding: clamp(4px, 0.417vw, 16px);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FAFAFA;
}
.hero-banner .hero-content .hero-button .getin-touch .button-icon i {
  color: #0C0C0D;
}
.hero-banner .hero-content .hero-button .getin-touch-2 {
  background-color: #FAFAFA;
  color: #0C0C0D;
}
.hero-banner .hero-content .hero-button .getin-touch-2 .button-icon-2 {
  background-color: #C3FF3D;
}
.hero-banner .time-table {
  padding: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(18px, 1.25vw, 48px);
  background: rgba(207, 207, 207, 0.1);
  backdrop-filter: blur(8px);
}
.hero-banner .time-table .text {
  font-size: clamp(12px, 0.833vw, 32px);
}
.hero-banner .time-table .content-block {
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  background-color: #FAFAFA;
  border-radius: clamp(16px, 1.042vw, 40px);
}
.hero-banner .time-table .content-block .duration {
  border-radius: clamp(12px, 0.833vw, 32px);
  background-color: #C3FF3D;
  padding: 5px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media (max-width: 420px) {
  h2 br {
    display: none;
  }
}

.cart .cart-table {
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  overflow: hidden;
}
.cart .cart-table .cus-btn-3 {
  background-color: transparent;
  border-radius: 5px;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
  border: 1px solid #0C0C0D;
  color: #FAFAFA;
}
.cart .cart-table .cus-btn-3::before {
  border-radius: 5px;
}
.cart .cart-table .cus-btn-2 {
  border-radius: 5px;
  background-color: #0C0C0D;
  color: #FAFAFA;
}
.cart .cart-table .cus-btn-2::before {
  color: #0C0C0D;
  background-color: #C3FF3D;
  border-radius: 3px;
}
.cart .cart-table.wishlist th:first-child {
  text-align: left;
  width: 30%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:first-child {
    width: 25%;
  }
}
.cart .cart-table.wishlist th:nth-child(2) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(2) {
    width: 12.5%;
  }
}
@media (max-width: 1024px) {
  .cart .cart-table.wishlist th:nth-child(2) {
    display: none;
  }
}
.cart .cart-table.wishlist th:nth-child(3) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(3) {
    width: 12.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(4) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(4) {
    width: 12.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(5) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(5) {
    width: 12.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(6) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(6) {
    width: 10.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(7) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(7) {
    width: 14.5%;
  }
}
.cart .cart-table:nth-child(2) {
  border-bottom: 1px solid #EAEAEC;
  border-radius: 10px 10px 0 0;
}
.cart .cart-table:nth-child(3) {
  border-bottom: 1px solid #EAEAEC;
  border-radius: 0;
}
.cart .cart-table thead {
  background: #FAFAFA;
}
.cart .cart-table thead tr {
  border-radius: 4px;
}
.cart .cart-table thead tr th {
  padding-bottom: 24px;
  color: #141516;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 10px clamp(16px, 1.25vw, 48px);
}
@media (max-width: 992px) {
  .cart .cart-table thead tr th {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .cart .cart-table thead tr th {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .cart .cart-table thead tr th {
    font-size: 15px;
  }
}
.cart .cart-table thead tr th:first-child {
  text-align: left;
  width: 50%;
}
.cart .cart-table thead tr th:nth-child(2) {
  width: 16%;
  text-align: center;
}
.cart .cart-table thead tr th:nth-child(3) {
  width: 16%;
  text-align: center;
}
.cart .cart-table thead tr th:nth-child(4) {
  text-align: center;
  width: 16%;
}
@media (max-width: 767px) {
  .cart .cart-table tbody tr {
    width: 50%;
  }
}
.cart .cart-table tbody tr td {
  padding: 24px 0;
}
.cart .cart-table tbody tr td:first-child {
  text-align: center;
  padding-right: 0;
  width: 50%;
}
@media (max-width: 1299px) {
  .cart .cart-table tbody tr td:first-child {
    width: 30%;
  }
}
.cart .cart-table tbody tr td:nth-child(2) {
  width: 16%;
  text-align: center;
}
.cart .cart-table tbody tr td:nth-child(3) {
  width: 16%;
  text-align: center;
}
.cart .cart-table tbody tr td:nth-child(4) {
  width: 16%;
  text-align: center;
}
.cart .cart-table tbody tr td .stock-label {
  font-size: clamp(10px, 0.729vw, 28px);
  padding: 4px 12px;
  border-radius: 2px;
  background: #C3FF3D;
  color: #0C0C0D;
  width: max-content;
  border-radius: clamp(28px, 2.5vw, 68px);
}
.cart .cart-table tbody tr td .product-detail-box {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.833vw, 24px);
  padding: clamp(6px, 0.443vw, 24px) clamp(16px, 1.25vw, 40px);
}
.cart .cart-table tbody tr td .product-detail-box .img-block {
  background-color: #EAEAEC;
  padding: 8px;
  border-radius: 5px;
}
.cart .cart-table tbody tr .cus-btn {
  padding: 12px 24px;
}
.cart .cart-table tbody .table-row {
  background: #FAFAFA;
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(1) {
  width: 30%;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(1) {
    width: 25%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(2) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(2) {
    width: 12.5%;
  }
}
@media (max-width: 1024px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(2) {
    display: none;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(3) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(3) {
    width: 12.5%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(4) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(4) {
    width: 12.5%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(5) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(5) {
    width: 12.5%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(6) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(6) {
    width: 10.5%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(7) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(7) {
    width: 14.5%;
  }
}
.cart .checkout-box .checkout-title {
  padding: 10px clamp(16px, 1.25vw, 48px);
  border-radius: clamp(5px, 0.521vw, 20px);
  background: #FAFAFA;
}
.cart .checkout-box .title-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart .checkout-box .bottom-box {
  padding: clamp(16px, 1.25vw, 48px);
  background: #FAFAFA;
  border-radius: clamp(5px, 0.521vw, 20px);
}
.cart .cart-item-block {
  background: #FAFAFA;
  border-radius: 0;
  border-radius: clamp(5px, 0.521vw, 20px);
  text-align: center;
  padding: 16px;
  position: relative;
}
.cart .cart-item-block .cross {
  position: absolute;
  top: 8px;
  right: 12px;
}
.cart .cart-item-block .cross i {
  font-size: 24px;
  color: #141516;
}
.cart .cart-item-block .cross:hover i {
  color: #C3FF3D;
}
.cart .cart-item-block .img-block img {
  margin: 0 auto;
  border-radius: 0px;
}
.cart .cart-item-block .detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cart .cart-item-block .detail li:last-child {
  margin-bottom: 0;
}
.cart .quantity-controller {
  display: inline-flex;
  border: 1px solid #141516;
  padding: 8px;
  border-radius: 8px;
}
@media (max-width: 820px) {
  .cart .quantity-controller {
    padding: 2px 8px;
  }
}
.cart .quantity-controller input {
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: #0C0C0D;
  padding: 0 4px;
  width: 22px;
}
@media (max-width: 992px) {
  .cart .quantity-controller input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .cart .quantity-controller input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .cart .quantity-controller input {
    font-size: 17px;
  }
}
.cart .quantity-controller input:focus-visible {
  outline: none;
}
.cart .quantity-controller input.decrement {
  font-size: 48px;
  font-weight: 200;
  border-radius: 0;
  border: 0;
  width: 32px;
  height: 32px;
  margin-top: -4px;
}
.cart .quantity-controller input.increment {
  font-size: 36px;
  font-weight: 200;
  border-radius: 0;
  border: 0;
  height: 32px;
  width: 32px;
}
.cart .quantity-controller input.number {
  padding: 0;
  background: transparent;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 32px;
  height: 32px;
}

.table-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px 24px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 820px) {
  .table-bottom-row {
    border-radius: 10px;
  }
}
@media (max-width: 490px) {
  .table-bottom-row {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
.table-bottom-row.varient-2 {
  display: block;
  padding: 0 clamp(16px, 1.25vw, 32px) clamp(16px, 1.25vw, 32px);
}
.table-bottom-row .cus-btn-3 {
  background-color: transparent;
  border-radius: 5px;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
  border: 1px solid #0C0C0D;
  color: #0C0C0D;
}
.table-bottom-row .cus-btn-3::before {
  position: absolute;
  background: #0C0C0D;
  color: #FAFAFA;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 5px;
}
.table-bottom-row .cus-btn-3:hover {
  color: #FAFAFA !important;
  background-color: #0C0C0D;
}
.table-bottom-row .cus-btn-3:hover span {
  color: #FAFAFA !important;
}
.table-bottom-row .cus-btn-3:hover::before {
  color: #0C0C0D !important;
  left: 0;
  right: 0;
  opacity: 1;
}
.table-bottom-row .cus-btn-2 {
  border-radius: 5px;
  background-color: #0C0C0D;
  color: #FAFAFA;
}
.table-bottom-row .cus-btn-2::before {
  color: #0C0C0D;
  background-color: #C3FF3D;
  border-radius: 3px;
}
.table-bottom-row form {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.table-bottom-row form input {
  width: clamp(320px, 19.896vw, 520px);
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-link li a {
  background: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  width: clamp(28px, 1.667vw, 40px);
  height: clamp(28px, 1.667vw, 40px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #0C0C0D;
}
@media (max-width: 490px) {
  .social-link li a {
    width: 32px;
    height: 32px;
  }
}
.social-link li a svg {
  width: clamp(14px, 0.833vw, 32px);
}
@media (max-width: 490px) {
  .social-link li a svg {
    width: 16px;
    height: 16px;
  }
}
.social-link li a svg path {
  transition: all 0.3s ease-in-out;
  fill: #0C0C0D;
}
.social-link li:hover a {
  transition: all 0.3s ease-in-out;
  background-color: #0C0C0D;
}
.social-link li:hover a svg path {
  transition: all 0.3s ease-in-out;
  fill: #FAFAFA;
}

.blog-sec .search-container {
  position: relative;
}
.blog-sec .search-icon {
  position: absolute;
  top: 50%;
  left: clamp(12px, 0.833vw, 32px);
  transform: translateY(-50%);
  color: #141516;
  font-size: 20px;
}
.blog-sec .search-form {
  border-radius: clamp(12px, 0.833vw, 32px) !important;
  color: #141516;
  width: 100%;
  padding-left: 50px;
  line-height: normal;
  position: relative;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .blog-sec .search-icon {
    font-size: 1.2rem;
    left: clamp(12px, 0.625vw, 24px);
  }
  .blog-sec .search-form {
    padding-left: 36px;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .blog-sec .search-icon {
    font-size: 1rem;
    left: 12px;
  }
  .blog-sec .search-form {
    padding-left: 32px;
    font-size: 0.8rem;
  }
}

.last-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 490px) {
  .last-block.v-2 {
    width: 100%;
  }
}
.last-block .drop-container {
  width: 100%;
  background-color: #141516;
  padding: clamp(4px, 0.365vw, 16px) clamp(8px, 0.625vw, 24px);
  border-radius: 5px;
}
@media (max-width: 490px) {
  .last-block .drop-container.v-2 {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .last-block .drop-container .wrapper-dropdown.v-2 {
    width: 100%;
  }
}

.drop-container {
  border: 1px solid #141516;
  background-color: #FAFAFA;
  padding: clamp(12px, 0.833vw, 32px) clamp(18px, 1.25vw, 48px);
  border-radius: clamp(12px, 0.833vw, 32px);
}

.wrapper-dropdown {
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  position: relative;
  width: fit-content;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  line-height: 150%;
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px #92949F;
  background: #FAFAFA;
  color: #141516 !important;
  transition: 0.3s;
  position: absolute;
  top: 167%;
  right: 0;
  left: -2px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 16px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.wrapper-dropdown .topbar-dropdown li {
  color: #1E1F20 !important;
  font-weight: 500;
  padding: 0 15px;
  line-height: 45px;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  transition: all 0.3s ease-in-out;
  background-color: #C3FF3D;
  color: #141516 !important;
}
.wrapper-dropdown.active .topbar-dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

.box-container {
  transition: all 0.3s ease-in-out;
}
.box-container .img-box {
  display: flex;
  justify-content: center;
}
.box-container .content-box {
  border-radius: clamp(18px, 1.25vw, 48px);
  background-color: #FAFAFA;
  border: 1px solid #45474F;
  padding: clamp(150px, 11.198vw, 250px) clamp(24px, 1.667vw, 64px) clamp(24px, 1.667vw, 64px) clamp(24px, 1.667vw, 64px);
  margin-top: -260px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1499px) {
  .box-container .content-box {
    margin-top: clamp(-150px, -13.542vw, -290px);
  }
}
.box-container:hover {
  color: #FAFAFA;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .box-container:hover {
    transform: none;
  }
}
.box-container:hover .content-box {
  border: none;
  color: #FAFAFA !important;
  background-color: #C3FF3D;
  transition: all 0.3s ease-in-out;
}
.box-container:hover .content-box .content-text {
  color: #FAFAFA;
}
.box-container:hover .content-box .content-text-1 {
  color: #273802;
}
.box-container:hover .content-box .cus-btn {
  background-color: #273802 !important;
}
.box-container:hover .content-box .cus-btn:before {
  content: "";
  background-color: #273802;
  transition: all 0.3s ease-in-out;
}

.footer .footer-bg {
  background: url("../image/footer-bg-1.jpg") no-repeat;
  background-size: cover;
  border-radius: clamp(24px, 1.667vw, 64px);
  padding: clamp(40px, 2.5vw, 54px) clamp(24px, 1.667vw, 64px);
}
.footer .footer-bg .footer-content .newsletter-form .newsletter {
  width: 65%;
  border-radius: clamp(28px, 2.5vw, 68px);
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-bg .footer-content .newsletter-form .newsletter input {
  width: 100%;
  padding-left: clamp(18px, 1.25vw, 48px);
  background: none;
  border: none;
  border-radius: 50%;
  color: #EAEAEC;
}
.footer .footer-bg .footer-content .newsletter-form .newsletter input:focus {
  background-color: transparent !important;
  border: none;
  color: #0C0C0D;
  outline: none;
}
.footer .footer-bg .footer-content .newsletter-form .newsletter .cus-button {
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #273802;
  border: 1px solid #FAFAFA;
  display: flex;
  width: clamp(28px, 2.5vw, 68px);
  height: clamp(28px, 2.5vw, 68px);
  padding: clamp(10px, 0.729vw, 28px);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.footer .footer-bg .footer-content .newsletter-form .newsletter .cus-button i {
  color: #FAFAFA;
}
.footer .footer-bg .footer-content .newsletter-form .newsletter:hover .cus-button {
  transition: all 0.3s ease-in-out;
  background-color: #0C0C0D;
}
.footer .footer-bg .footer-links {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
@media (max-width: 766px) {
  .footer .footer-bg .footer-links {
    align-items: start;
    text-align: left;
    justify-content: start;
  }
}
.footer .footer-bg .social-links {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
@media (max-width: 766px) {
  .footer .footer-bg .social-links {
    row-gap: 12px;
    gap: clamp(12px, 0.833vw, 32px);
    flex-direction: row;
    align-items: start;
    text-align: left;
    justify-content: start;
  }
}
.footer .footer-bg .social-links .link-1 {
  border-radius: 50%;
  background-color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.footer .footer-bg .social-links .link-1:hover {
  background-color: #C3FF3D;
}
.footer .footer-content-link {
  width: 100%;
  position: relative;
}
.footer .footer-content-link img {
  width: 100%;
  border-radius: clamp(24px, 1.667vw, 64px);
}
.footer .footer-content-link .insta-link-block {
  position: absolute;
  bottom: clamp(18px, 1.25vw, 48px);
  padding: 0 clamp(18px, 1.25vw, 48px);
}
.footer .footer-content-link .insta-link-block .insta-link {
  padding: clamp(4px, 0.417vw, 16px);
  background-color: #C3FF3D;
  border-radius: clamp(28px, 2.5vw, 68px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer .footer-content-link .insta-link-block .insta-link p {
  color: #273802;
}
.footer .footer-content-link .insta-link-block .insta-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #0C0C0D;
}
.footer .footer-content-link .insta-link-block .insta-link:hover p {
  transition: all 0.3s ease-in-out;
  color: #FAFAFA !important;
}

.title-banner {
  background: url("https://uiparadox.co.uk/public/templates/oxy-club/assets/media/backgrounds/title-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: clamp(120px, 8.333vw, 210px) 0;
}
.title-banner .title-content {
  display: flex;
  align-items: center;
  text-align: left;
}

.about-us {
  background-color: #EAEAEC;
}
@media (max-width: 1024px) {
  .about-us p br {
    display: none;
  }
}
.about-us .user-icon {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.about-us .user-icon img {
  border-radius: 50%;
  width: clamp(48px, 4.167vw, 160px);
  height: clamp(48px, 4.167vw, 160px);
}

.about-btn {
  padding: clamp(8px, 0.625vw, 24px);
  font-family: "Inter", sans-serif;
}

.side-bar .form-container {
  position: relative;
  border-radius: clamp(28px, 2.5vw, 68px);
  border: 1px solid #92949F;
  padding: 16px;
}
.side-bar .form-container .search-container {
  font-size: clamp(16px, 1.042vw, 40px);
  display: flex;
  align-items: center;
  position: relative;
  gap: clamp(8px, 0.625vw, 24px);
  background-color: transparent;
}
.side-bar .form-container .search-container .input-search-icon {
  pointer-events: none;
  position: absolute;
  color: #45474F;
}
.side-bar .form-container .search-container .search-form {
  width: 100%;
  padding-left: 40px;
  border: none;
  background-color: transparent;
  color: #45474F;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.042vw, 40px);
  font-weight: 400;
  line-height: 120%;
}
.side-bar .form-container .search-container .search-form::before, .side-bar .form-container .search-container .search-form:focus {
  border: none;
  outline: none;
  background-color: transparent;
}
.side-bar .form-container .search-container .search-form::placeholder {
  font-weight: 400;
  color: #45474F;
}
.side-bar .categories-content {
  transition: all 0.3s ease-in-out;
}
.side-bar .categories-content .categorie-block-1 {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2F2F2;
  border-radius: clamp(28px, 2.5vw, 68px);
  padding: clamp(4px, 0.417vw, 16px);
}
.side-bar .categories-content .categorie-block-1 .number-block {
  transition: all 0.3s ease-in-out;
  width: clamp(48px, 3.333vw, 128px);
  height: clamp(48px, 3.333vw, 128px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C3FF3D;
}
.side-bar .categories-content .categorie-block-1 .number-block p {
  color: #FAFAFA;
}
.side-bar .categories-content .categorie-block-1:hover {
  transition: all 0.3s ease-in-out;
  background-color: #C3FF3D;
}
.side-bar .categories-content .categorie-block-1:hover .number-block {
  transition: all 0.3s ease-in-out;
  background-color: #F2F2F2;
}
.side-bar .categories-content .categorie-block-1:hover .number-block p {
  transition: all 0.3s ease-in-out;
  color: #0C0C0D;
}
.side-bar .recent-articles .articles-1 {
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  padding: clamp(4px, 0.417vw, 16px);
  border-radius: clamp(4px, 0.417vw, 16px);
}
.side-bar .recent-articles .articles-1 .hover-content:hover {
  color: #273802 !important;
}
.side-bar .tags-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, 0.625vw, 24px);
}
.side-bar .tags-content .tags-block {
  padding: clamp(4px, 0.417vw, 16px);
  border-radius: 4px;
  background-color: #E3FFA4;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-bar .tags-content .tags-block:hover {
  background-color: #C3FF3D;
}
.side-bar .tags-content .tags-block:hover .text {
  color: #141516 !important;
}
.side-bar .tags-content .active {
  background-color: #C3FF3D;
}
.side-bar .tags-content .active .text {
  color: #141516 !important;
}
.side-bar .hr-line {
  background-color: #EAEAEC;
}
.side-bar .category-block .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.side-bar .category-block .arrow-block {
  cursor: pointer;
}
.side-bar .category-block .arrow-block .fa-thin {
  transition: transform 0.3s ease;
}
.side-bar .category-block .arrow-block .fa-chevron-down {
  transform: rotate(360deg);
}
.side-bar .category-block .wrapper .price-input {
  width: 100%;
  display: flex;
  gap: 16px;
}
.side-bar .category-block .wrapper .price-input .field input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #92949F;
  -moz-appearance: textfield;
  padding: 12px 16px;
}
.side-bar .category-block .wrapper .slider {
  height: 8px;
  position: relative;
  background: #EAEAEC;
  border-radius: 5px;
}
.side-bar .category-block .wrapper .slider .progress {
  height: 100%;
  left: 22%;
  right: 28%;
  position: absolute;
  border-radius: 5px;
  background: #C3FF3D;
}
.side-bar .category-block .wrapper .range-input {
  position: relative;
}
.side-bar .category-block .wrapper .range-input input {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 3px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.side-bar .category-block .wrapper input[type=number]::-webkit-outer-spin-button,
.side-bar .category-block .wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.side-bar .category-block .wrapper input[type=range]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 3%;
  background: #C3FF3D;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  border: 2px solid #EAEAEC;
  border-radius: 50%;
}
.side-bar .category-block .wrapper input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 3%;
  background: #C3FF3D;
  pointer-events: auto;
  cursor: pointer;
  -moz-appearance: none;
}
.side-bar .category-block .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  font-size: 26px;
}
.side-bar .category-block .star-rating input {
  display: none;
}
.side-bar .category-block .star-rating label {
  color: #ccc;
  cursor: pointer;
}
.side-bar .category-block .star-rating :checked ~ label {
  color: #C3FF3D;
}
.side-bar .category-block .star-rating label:hover,
.side-bar .category-block .star-rating label:hover ~ label {
  color: #C3FF3D;
}
.side-bar .category-block .brands-block {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.side-bar .category-block .brands-block .custom-link {
  color: #92949F;
  text-decoration: none;
}
.side-bar .category-block .brands-block .custom-link:hover {
  color: #0C0C0D;
}
.side-bar .category-block .brands-block .custom-link:focus {
  color: #0C0C0D;
  outline: none;
}
.side-bar .category-block .brands-block .custom-link:active {
  color: #0C0C0D;
}
.side-bar .category-block .brands-block .active {
  color: #0C0C0D;
}
.side-bar input[type=search]::-webkit-search-decoration,
.side-bar input[type=search]::-webkit-search-cancel-button,
.side-bar input[type=search]::-webkit-search-results-button,
.side-bar input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.blog-detail .admin-block {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
}
.blog-detail .admin-block .dot {
  width: 4px;
  height: 4px;
  background-color: #1E1F20;
  border-radius: 50%;
}
.blog-detail .tag-line {
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 12px;
}
.blog-detail .tag-line .tag-block {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.blog-detail .tag-line .tag-block .tag-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(4px, 0.417vw, 16px);
  border-radius: clamp(24px, 1.667vw, 64px);
  background-color: #E3FFA4;
}
.blog-detail .cus-btn-2 {
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
}

.review-card {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.25vw, 32px);
}
.review-card .img {
  display: flex;
  flex-shrink: 0;
}
.review-card .text-block {
  width: 100%;
}
.review-card .text-block span {
  font-size: 12px;
}
.review-card .reply-btn {
  background-color: #E3FFA4;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
  border-radius: clamp(24px, 1.667vw, 64px);
  transition: all 0.3s ease-in-out;
}
.review-card .reply-btn:hover {
  background-color: #C3FF3D;
}

.review-card-2 {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.25vw, 32px);
  padding-left: clamp(32px, 4.583vw, 120px);
}
.review-card-2 .img {
  display: flex;
  flex-shrink: 0;
}
.review-card-2 .text-block {
  width: 100%;
}
.review-card-2 .text-block span {
  font-size: 12px;
}
.review-card-2 .reply-btn {
  background-color: #E3FFA4;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
  border-radius: clamp(24px, 1.667vw, 64px);
  transition: all 0.3s ease-in-out;
}
.review-card-2 .reply-btn:hover {
  background-color: #C3FF3D;
}

.hero-sec {
  background: url("../image/hero-bg-2.jpg") no-repeat;
  background-size: cover;
  padding: clamp(98px, 10.755vw, 228px) 0 clamp(80px, 5.339vw, 228px) 0;
}
.hero-sec .hero-title {
  text-align: center;
}

.hero-sec-2 {
  background: url("../image/hero-bg-3.jpg") no-repeat;
}

.hero-sec-3 {
  background: url("../image/hero-bg-4.jpg") no-repeat;
}

.our-expert-sec .expert-block-img .expert-name {
  padding: clamp(18px, 1.458vw, 48px);
  border-radius: clamp(24px, 1.667vw, 64px);
  background-color: #E3FFA4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.our-expert-sec .expert-block-content .vr-line {
  width: 6px;
  height: 110px;
  background-color: #C3FF3D;
}

.cricket-community-sec .community-block {
  background-color: #F2F2F2;
  border-radius: clamp(8px, 0.625vw, 24px);
  padding: clamp(18px, 1.25vw, 48px);
}
.cricket-community-sec .community-block .community-img {
  width: clamp(48px, 3.333vw, 128px);
  height: clamp(48px, 3.333vw, 128px);
  padding: clamp(4px, 0.417vw, 16px);
  border-radius: clamp(4px, 0.417vw, 16px);
  background-color: #C3FF3D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cricket-community-sec .community-block .community-img svg {
  width: clamp(28px, 2.5vw, 68px);
  height: clamp(28px, 2.5vw, 68px);
}

.contact-sec .contect-content {
  height: 100%;
  width: 100%;
  padding: clamp(48px, 3.333vw, 128px);
  padding-bottom: clamp(40px, 2.5vw, 54px);
  border-radius: clamp(24px, 1.667vw, 64px);
  background: #F2F2F2;
  backdrop-filter: blur(120px);
}
@media (max-width: 1399px) {
  .contact-sec .contect-content {
    height: auto;
  }
}
.contact-sec .contect-content .contact-form .input-form-control {
  border: none !important;
  padding: clamp(18px, 1.25vw, 48px);
  padding-left: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(24px, 1.667vw, 64px);
  background: rgba(188, 188, 188, 0.2);
}
.contact-sec .contect-content .contact-form .input-form-control::placeholder {
  color: #92949F;
}
.contact-sec .contect-content .contact-form .cus-btn-2 {
  padding: clamp(8px, 0.625vw, 24px) 0;
}
.contact-sec .map .map-wrapper {
  border-radius: clamp(24px, 1.667vw, 64px);
  background: #FAFAFA;
}
.contact-sec .map .map-wrapper iframe {
  border-radius: clamp(24px, 1.667vw, 64px);
  width: 100%;
  height: clamp(350px, 26.042vw, 800px);
}
.contact-sec .detail-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-sec .detail-block .icon-box {
  width: clamp(28px, 1.667vw, 48px);
  height: clamp(28px, 1.667vw, 48px);
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #0C0C0D;
  border-radius: 50%;
}
.contact-sec .detail-block .icon-box svg path {
  fill: #0C0C0D;
}

.upcoming-match .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 766px) {
  .upcoming-match .heading {
    row-gap: 16px;
    justify-content: center;
    text-align: center;
  }
}
.upcoming-match .match-block-1 {
  padding: clamp(40px, 2.5vw, 54px) clamp(18px, 1.25vw, 48px);
  border-radius: clamp(24px, 1.667vw, 64px);
  background: #F2F2F2;
  backdrop-filter: blur(10px);
}
.upcoming-match .match-block-1 .logo-block {
  padding: clamp(8px, 0.625vw, 24px) clamp(12px, 0.833vw, 32px);
  background-color: #FAFAFA;
  border-radius: clamp(18px, 1.25vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upcoming-match .match-block-1 .logo-block .duration {
  padding: 6px clamp(4px, 0.417vw, 16px);
  border-radius: clamp(28px, 2.5vw, 68px);
  background-color: #C3FF3D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.grap-hand-sec .getin-touch {
  background-color: #C3FF3D !important;
  color: #0C0C0D !important;
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
  padding: clamp(8px, 0.625vw, 24px);
}
.grap-hand-sec .getin-touch .button-icon {
  display: flex;
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
  padding: clamp(4px, 0.417vw, 16px);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FAFAFA;
}
.grap-hand-sec .getin-touch .button-icon i {
  color: #0C0C0D;
}
.grap-hand-sec .img-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.grap-hand-sec .getin-touch-2 {
  padding-left: clamp(8px, 0.625vw, 24px) !important;
  padding: 4px;
}
.grap-hand-sec .img-block-1 {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.grap-hand-sec .img-block-1 img {
  transition: all 0.3s ease-in-out;
  border-radius: clamp(24px, 1.667vw, 64px);
  position: relative;
  z-index: 1;
}
.grap-hand-sec .img-block-1 .img-content {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: clamp(15px, 0.833vw, 32px);
  padding: 0 clamp(30px, 0.833vw, 32px);
  width: 100%;
  z-index: 3;
}
.grap-hand-sec .img-block-1 .wg-box-content-details {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100.6%;
  width: 100.6%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100.6%;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grap-hand-sec .img-block-1:hover {
  transition: all 0.3s ease-in-out;
}
.grap-hand-sec .img-block-1:hover .wg-box-content-details {
  transition: all 0.3s ease-in-out;
  z-index: 999;
  border-radius: clamp(24px, 1.667vw, 64px);
  background: linear-gradient(0deg, rgba(195, 255, 61, 0.8) 0%, rgba(195, 255, 61, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 69.81%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
}
.grap-hand-sec .getin-touch-2 {
  padding-left: clamp(8px, 0.625vw, 24px) !important;
  padding: 4px;
}

.getin-touch-2 {
  background-color: #FAFAFA;
  color: #0C0C0D;
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
  padding-left: clamp(8px, 0.625vw, 24px) !important;
  padding: 4px;
}
.getin-touch-2 .button-icon {
  display: flex;
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
  padding: clamp(4px, 0.417vw, 16px);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #C3FF3D;
}
.getin-touch-2 .button-icon i {
  color: #0C0C0D;
}

.img-block-2 {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-block-2:hover {
  transition: all 0.3s ease-in-out;
}
.img-block-2:hover .wg-box-content-details {
  transition: all 0.3s ease-in-out;
  z-index: 999;
  border-radius: clamp(24px, 1.667vw, 64px);
  background: linear-gradient(0deg, rgba(195, 255, 61, 0.5) 0%, rgba(195, 255, 61, 0.5) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  opacity: 1;
}

.img-block-2 {
  position: relative;
}

.img-content-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.our-gallery-sec .img-block {
  position: relative;
}
.our-gallery-sec .img-block img {
  width: 100%;
  border-radius: clamp(24px, 1.667vw, 64px);
}
.our-gallery-sec .img-block .gallery-content {
  position: absolute;
  padding: 0 clamp(18px, 1.25vw, 48px);
  bottom: clamp(14px, 0.938vw, 36px);
}

.our-match-sec .our-match-wrapper {
  border-radius: clamp(24px, 1.667vw, 64px);
  background: #F2F2F2;
  backdrop-filter: blur(10px);
  padding: clamp(40px, 2.5vw, 54px) clamp(18px, 1.25vw, 48px);
}
.our-match-sec .our-match-wrapper .our-logo-block {
  border-radius: clamp(24px, 1.667vw, 64px);
  background-color: #FAFAFA;
  display: flex;
  padding: clamp(40px, 2.5vw, 54px);
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 820px) {
  .our-match-sec .our-match-wrapper .our-logo-block {
    display: grid;
    row-gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.our-match-sec .our-match-wrapper .our-logo-block .match-time {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(28px, 2.5vw, 68px);
  background: #C3FF3D;
  padding: clamp(12px, 0.833vw, 32px) clamp(16px, 1.042vw, 40px);
  gap: clamp(12px, 0.833vw, 32px);
}
.our-match-sec .our-match-wrapper .our-logo-block-2 {
  border-radius: clamp(24px, 1.667vw, 64px);
  background-color: #FAFAFA;
  display: flex;
  padding: clamp(40px, 2.5vw, 54px);
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 820px) {
  .our-match-sec .our-match-wrapper .our-logo-block-2 {
    display: flex;
    row-gap: 22px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.our-match-sec .our-match-wrapper .our-logo-block-2 .user-block {
  margin-left: 14px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
}
.our-match-sec .our-match-wrapper .our-logo-block-2 .percentage-line {
  border-radius: clamp(24px, 1.667vw, 64px);
  background: #7290FF;
  width: clamp(70px, 25.781vw, 554px);
  height: clamp(18px, 1.25vw, 48px);
}
.our-match-sec .our-match-wrapper .our-logo-block-2 .percentage-line .percentage-inner-line {
  width: clamp(40px, 15.104vw, 454px);
  height: clamp(18px, 1.25vw, 48px);
  border-radius: clamp(24px, 1.667vw, 64px);
  background: #242424;
}

.our-map-sec .map .map-wrapper {
  border-radius: clamp(24px, 1.667vw, 64px);
  background: #FAFAFA;
  width: 100%;
}
.our-map-sec .map .map-wrapper iframe {
  border-radius: clamp(24px, 1.667vw, 64px);
  width: 100%;
  height: clamp(350px, 41.667vw, 800px);
}

.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 766px) {
  .heading {
    row-gap: 16px;
    justify-content: center;
    text-align: center;
  }
}

.our-journey .our-journey-block-1 {
  border-radius: clamp(24px, 1.667vw, 64px);
  background-color: #F2F2F2;
  transition: all 0.3s ease-in-out;
}
.our-journey .our-journey-block-1:hover {
  background-color: #C3FF3D;
}
.our-journey .our-journey-block-1 .block-content-2 {
  padding: clamp(18px, 1.25vw, 48px) !important;
}
.our-journey .our-journey-block-1 .block-content {
  transition: all 0.3s ease-in-out;
  padding: clamp(18px, 1.25vw, 48px);
  padding-bottom: 0;
}
.our-journey .our-journey-block-1 .block-content .years-subtitle {
  color: #0C0C0D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px clamp(4px, 0.417vw, 16px);
  background-color: #FAFAFA;
  border-radius: clamp(28px, 2.5vw, 68px);
}
.our-journey .our-journey-block-1 .img-block {
  border-radius: clamp(24px, 1.667vw, 64px);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.our-journey .our-journey-block-1 .img-block img {
  transition: all 0.3s ease-in-out;
  border-radius: clamp(24px, 1.667vw, 64px);
}
.our-journey .our-journey-block-1 .img-block:hover {
  border-radius: clamp(24px, 1.667vw, 64px);
}
.our-journey .our-journey-block-1 .img-block:hover img {
  transform: scale(1.1);
  border-radius: clamp(24px, 1.667vw, 64px);
  transition: all 0.3s ease-in-out;
}
.our-journey .our-journey-block-1 .img-block .getin-touch {
  position: absolute;
  bottom: clamp(18px, 1.25vw, 48px);
  left: clamp(18px, 1.25vw, 48px);
  background-color: #C3FF3D;
  color: #0C0C0D !important;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  padding-left: clamp(8px, 0.625vw, 24px);
  gap: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
}
.our-journey .our-journey-block-1 .img-block .getin-touch .text {
  font-size: clamp(12px, 0.833vw, 32px);
}
.our-journey .our-journey-block-1 .img-block .getin-touch .button-icon {
  display: flex;
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FAFAFA;
}
.our-journey .our-journey-block-1 .img-block .getin-touch .button-icon i {
  color: #0C0C0D;
}

.slick-slide {
  margin: 0 12px;
}

.our-cmmunity-sec .community-block {
  background: #F3F0E9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: clamp(24px, 1.667vw, 64px);
}
@media (max-width: 475px) {
  .our-cmmunity-sec .community-block {
    flex-wrap: wrap;
  }
}
.our-cmmunity-sec .community-block .community-content {
  padding: clamp(24px, 1.667vw, 64px);
}
@media (max-width: 475px) {
  .our-cmmunity-sec .community-block .community-content {
    order: 2;
  }
}
.our-cmmunity-sec .community-block .community-img img {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.brand-section .brand-slider {
  display: flex;
  align-items: center;
}
.brand-section .slick-slide {
  margin: 0 24px;
}

.blog-sec .blog-content-area .blog-img {
  overflow: hidden;
  border-top-left-radius: clamp(8px, 0.625vw, 24px);
  border-top-right-radius: clamp(8px, 0.625vw, 24px);
}
.blog-sec .blog-content-area .blog-img img {
  transition: all 0.3s ease-in-out;
  border-top-left-radius: clamp(8px, 0.625vw, 24px);
  border-top-right-radius: clamp(8px, 0.625vw, 24px);
}
.blog-sec .blog-content-area .blog-text-area {
  border-bottom-left-radius: clamp(8px, 0.625vw, 24px);
  border-bottom-right-radius: clamp(8px, 0.625vw, 24px);
  padding: clamp(18px, 1.25vw, 48px);
  border-color: #45474F;
  background-color: #FAFAFA;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.blog-sec .blog-content-area .blog-text-area .blog-hover-content {
  transition: all 0.3s ease-in-out;
}
.blog-sec .blog-content-area .blog-text-area .blog-hover-content:hover {
  transition: all 0.3s ease-in-out;
  color: #C3FF3D !important;
}
@media (max-width: 1200px) {
  .blog-sec .blog-content-area .blog-text-area .blog-hover-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.blog-sec .blog-content-area .blog-text-area .blog-smaller-text {
  font-size: clamp(14px, 0.885vw, 36px);
}
.blog-sec .blog-content-area .blog-text-area .ingredients-ul {
  border-radius: 50%;
  background-color: #273802;
  width: clamp(4px, 0.417vw, 16px);
  height: clamp(4px, 0.417vw, 16px);
}
.blog-sec .blog-content-area:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.shop-sec .product-block .product-img {
  overflow: hidden;
  position: relative;
  border-radius: clamp(24px, 1.667vw, 64px);
  cursor: pointer;
}
.shop-sec .product-block .product-img .product-bg {
  width: 100%;
  border-radius: clamp(24px, 1.667vw, 64px);
  transition: all 0.3s ease-in-out;
}
.shop-sec .product-block .product-img .product-bg:hover {
  transform: scale(1.1);
}
.shop-sec .product-block .product-img .wishlist-icon {
  position: absolute;
  top: clamp(12px, 0.833vw, 32px);
  right: clamp(12px, 0.833vw, 32px);
  z-index: 5;
  display: grid;
  width: 56px;
  height: 56px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
  background-color: #E3FFA4;
  border-radius: 50%;
  color: #0C0C0D;
}
.shop-sec .product-block .product-img .wishlist-icon i {
  font-size: 24px;
  color: #0C0C0D;
}
.shop-sec .product-block .product-img .product-content {
  width: 100%;
  position: absolute;
  bottom: clamp(12px, 0.833vw, 32px);
  padding: 0 clamp(12px, 0.833vw, 32px);
}
.shop-sec .product-block .product-img .product-content .getin-touch {
  background-color: #C3FF3D;
  color: #0C0C0D !important;
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
  padding: 4px 4px 4px 12px;
}
.shop-sec .product-block .product-img .product-content .getin-touch .button-icon {
  display: flex;
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
  padding: clamp(4px, 0.417vw, 16px);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FAFAFA;
}
.shop-sec .product-block .product-img .product-content .getin-touch .button-icon img {
  width: clamp(12px, 0.833vw, 32px);
  height: clamp(12px, 0.833vw, 32px);
}

.shop-list .search-bar {
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: clamp(12px, 0.833vw, 32px);
  border-right: none;
  border: 1px solid;
}
.shop-list .search-bar .search-form {
  display: flex;
}
.shop-list .search-bar .search-form .input-search {
  padding: clamp(11px, 0.833vw, 32px) 0 clamp(8px, 0.833vw, 32px) clamp(16px, 1.667vw, 64px);
  color: #1E1F20;
  border: none;
  background: transparent;
}
@media (max-width: 576px) {
  .shop-list .search-bar .search-form .input-search {
    height: 30px;
  }
}
.shop-list .search-bar .search-form .input-search:focus-visible {
  outline: none;
}
.shop-list .search-bar .search-button .input-button {
  background: #C3FF3D;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px) clamp(12px, 0.833vw, 32px);
  border-radius: clamp(10px, 0.729vw, 28px);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #C3FF3D;
  border: 1px solid #C3FF3D;
}
@media (max-width: 1280px) {
  .shop-list .search-bar .search-button .input-button {
    margin-left: -18px;
  }
}
.shop-list input[type=search]::-webkit-search-decoration,
.shop-list input[type=search]::-webkit-search-cancel-button,
.shop-list input[type=search]::-webkit-search-results-button,
.shop-list input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.shop-list .side-bar-part-1 {
  border-radius: clamp(12px, 0.833vw, 32px);
  border: 1px solid #45474F;
  padding: clamp(18px, 1.25vw, 48px);
  background-color: #FAFAFA;
}
.shop-list .latest-article .hover-link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shop-list .latest-article .hover-link br {
    display: none;
  }
}
.shop-list .latest-article:hover .hover-link {
  transition: all 0.3s ease-in-out;
  color: #C3FF3D !important;
}

.checkbox-wrapper-46 input[type=checkbox] {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .checkbox-wrapper-46 .cbx span:first-child {
    width: 16px;
    height: 15px;
  }
}

@media (max-width: 611px) {
  .checkbox-wrapper-46 .cbx-2 span:first-child {
    width: 19px;
    height: 15px;
  }
}

.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 8px;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: #C3FF3D;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: #C3FF3D;
  border-color: #C3FF3D;
  animation: wave-46 0.4s ease;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}
.category-content {
  transition: all 0.3s ease-in-out;
}
.category-content:hover {
  color: #C3FF3D;
  transition: all 0.3s ease-in-out;
}

.shop-detail .detail-wrapper .getin-touch {
  background-color: #C3FF3D;
  color: #0C0C0D !important;
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
  padding: 4px 4px 4px 12px;
}
.shop-detail .detail-wrapper .getin-touch .button-icon {
  display: flex;
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
  padding: clamp(4px, 0.417vw, 16px);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FAFAFA;
}
.shop-detail .detail-wrapper .getin-touch .button-icon img {
  width: clamp(12px, 0.833vw, 32px);
  height: clamp(12px, 0.833vw, 32px);
}
.shop-detail .detail-wrapper .drop-container {
  border-radius: clamp(28px, 2.5vw, 68px);
  padding: clamp(4px, 0.417vw, 16px);
}
.shop-detail .detail-wrapper .product-image-container {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-radius: clamp(16px, 1.042vw, 40px);
  width: 100%;
}
@media (max-width: 1024px) {
  .shop-detail .detail-wrapper .product-image-container {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .shop-detail .detail-wrapper .product-image-container {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.shop-detail .detail-wrapper .product-image-container.container-2 {
  flex-direction: column-reverse;
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav {
  pointer-events: auto;
  width: 20%;
}
@media (max-width: 575px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider-asnav {
    width: 100%;
  }
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav.asnav-2 {
  width: 100%;
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav.asnav-2 .slick-track {
  flex-direction: row;
  width: auto !important;
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav .slick-track {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: max-content !important;
}
@media (max-width: 575px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider-asnav .slick-track {
    flex-direction: row;
  }
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav .nav-image {
  background-color: #EAEAEC;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}
@media (max-width: 399px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider-asnav .nav-image {
    width: clamp(48px, 18.045vw, 120px) !important;
  }
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav .nav-image.slick-current {
  border: 1px solid #C3FF3D;
}
.shop-detail .detail-wrapper .product-image-container .product-slider {
  pointer-events: none;
  width: 80%;
}
@media (max-width: 1024px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider {
    width: 35%;
  }
}
@media (max-width: 575px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider {
    width: 100%;
  }
}
.shop-detail .detail-wrapper .product-image-container .product-slider.slider-2 {
  width: 100%;
}
.shop-detail .detail-wrapper .product-image-container .product-slider .detail-image.detail-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-detail .detail-wrapper .product-image-container .product-slider .detail-image.detail-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1299px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider .detail-image.detail-2 img {
    width: auto;
  }
}
.shop-detail .detail-wrapper .product-image-container .product-slider .detail-image img {
  width: 32.5vw;
  height: 38.906vw;
}
@media (max-width: 1024px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider .detail-image img {
    width: auto;
    height: auto;
  }
}
.shop-detail .detail-wrapper .product-text-container .label {
  padding: 4px 12px;
  border-radius: 2px;
  background-color: #E3FFA4;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color {
  display: flex;
  align-items: center;
  gap: 16px;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio] {
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-1 {
  background-color: #EAEAEC;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-2 {
  background-color: #92949F;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-3 {
  background-color: #45474F;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-4 {
  background-color: #0C0C0D;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-5 {
  background-color: #273802;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-6 {
  background-color: #C3FF3D;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-7 {
  background-color: #E3FFA4;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio]:checked {
  border: 3px solid #FAFAFA;
  border-radius: 3px;
  outline: 1px solid #0C0C0D;
  cursor: pointer;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio]:hover {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 3px solid #FAFAFA;
  border-radius: 3px;
  outline: 1px solid #0C0C0D;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio]:focus {
  outline-color: transparent;
}
@media (max-width: 490px) {
  .shop-detail .detail-wrapper .product-text-container .cus-btn {
    padding: 13.5px 16px;
    font-size: 14px;
  }
}
.shop-detail .detail-wrapper .product-text-container .function-bar {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 490px) {
  .shop-detail .detail-wrapper .product-text-container .function-bar {
    flex-wrap: wrap;
  }
}
.shop-detail .detail-wrapper .product-text-container .function-bar .cart-btn .cus-btn-2 {
  padding: 13.5px 32px;
}
.shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li a {
  width: clamp(36px, 2.5vw, 96px);
  height: clamp(36px, 2.5vw, 96px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #141516;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  padding: 4px;
}
@media (max-width: 490px) {
  .shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li a {
    width: clamp(36px, 8.163vw, 80px);
    height: clamp(36px, 8.163vw, 80px);
  }
}
@media (max-width: 490px) {
  .shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li a svg {
    width: 16px;
    height: 16px;
  }
}
.shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li a svg path {
  transition: all 0.3s ease-in-out;
}
.shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li:hover a {
  border: 1px solid #C3FF3D;
  background-color: #C3FF3D;
  transition: all 0.3s ease-in-out;
}
.shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li:hover a svg path {
  fill: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 490px) {
  .product-description {
    margin: 0 12px;
  }
}
.product-description .description-wrapper {
  padding: clamp(24px, 1.667vw, 64px) clamp(48px, 3.333vw, 96px);
}
@media (max-width: 490px) {
  .product-description .description-wrapper {
    padding: 12px 24px;
  }
}
.product-description .description-wrapper nav .nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 1.667vw, 64px);
  position: relative;
}
@media (max-width: 490px) {
  .product-description .description-wrapper nav .nav {
    justify-content: flex-start;
    row-gap: 8px;
  }
}
.product-description .description-wrapper nav .nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #EAEAEC;
}
.product-description .description-wrapper nav .nav.nav-tabs {
  border-bottom: 0;
}
.product-description .description-wrapper nav .nav-link {
  position: relative;
  color: #0C0C0D;
  font-size: clamp(19px, 1.198vw, 27px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.021875vw;
  border: 0;
}
@media (max-width: 1024px) {
  .product-description .description-wrapper nav .nav-link {
    font-size: clamp(18px, 1.953vw, 24px);
  }
}
@media (max-width: 768px) {
  .product-description .description-wrapper nav .nav-link {
    font-size: clamp(18px, 2.344vw, 21px);
  }
}
.product-description .description-wrapper nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #C3FF3D;
  transition: all 0.3s ease-in-out;
}
.product-description .description-wrapper nav .nav-link:focus-visible {
  outline: 0;
}
.product-description .description-wrapper nav .nav-link:hover, .product-description .description-wrapper nav .nav-link.active {
  color: #C3FF3D;
  transition: all 0.3s ease-in-out;
}
.product-description .description-wrapper nav .nav-link:hover::after, .product-description .description-wrapper nav .nav-link.active::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-description .description-wrapper .specs-chart ul li {
  border-bottom: 1px solid #EAEAEC;
}
.product-description .description-wrapper .specs-chart ul li .brand-block {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 0;
}
.product-description .description-wrapper .specs-chart ul li .brand-block .item {
  width: 13.073vw;
}
@media (max-width: 768px) {
  .product-description .description-wrapper .specs-chart ul li .brand-block .item {
    width: 150px;
  }
}
.product-description .description-wrapper .comments-sec .comment-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 575px) {
  .product-description .description-wrapper .comments-sec .comment-box {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .product-description .description-wrapper .comments-sec .comment-box img {
    width: 42px;
    height: 42px;
  }
}

.comment-button {
  border-radius: 5px;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
  width: 26%;
}
.comment-button::before {
  border-radius: 5px;
}

.input-block {
  position: relative;
}
.input-block svg {
  position: absolute;
  right: 16px;
  top: 19px;
}

.customer-container .customer-wrapper {
  background-color: #FAFAFA;
  border-top: 1px solid #C3FF3D;
  border-radius: 4px;
  padding: clamp(16px, 1.25vw, 32px);
}
.customer-container .customer-wrapper .sign-form {
  display: none;
}

.sign-submit-btn {
  width: 25%;
}
@media (max-width: 490px) {
  .sign-submit-btn {
    width: 100%;
  }
}

.billing-detail .input-block .cus-btn-2 {
  font-size: clamp(12px, 0.833vw, 32px);
  font-weight: 500;
  background-color: #0C0C0D;
  color: #FAFAFA;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
  border-radius: clamp(28px, 2.5vw, 68px);
}
.billing-detail .input-block .cus-btn-2::before {
  border: 1px solid #C3FF3D;
  background-color: #C3FF3D;
  color: #0C0C0D !important;
  padding: 8px;
  border-radius: clamp(28px, 2.5vw, 68px);
}
.billing-detail .input-block .cus-btn-2:hover {
  background-color: #C3FF3D;
  color: #0C0C0D !important;
}
.billing-detail .input-block .cus-btn-2:hover span {
  color: #FAFAFA !important;
}
.billing-detail .input-block .cus-btn-2:hover::before {
  color: #0C0C0D !important;
  left: 0;
  right: 0;
  opacity: 1;
}
.billing-detail .input-block #codeCp {
  padding: clamp(14px, 0.938vw, 36px) clamp(12px, 0.833vw, 32px) !important;
  border-radius: clamp(28px, 2.5vw, 68px);
}
.billing-detail .shipping-radio-container {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(5px, 0.521vw, 20px);
}
.billing-detail .shipping-radio-container .plans {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .billing-detail .shipping-radio-container .plans {
    flex-wrap: wrap;
  }
}
.billing-detail .shipping-radio-container .plans .plan {
  cursor: pointer;
  width: 100%;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] {
  position: absolute;
  opacity: 0;
}
.billing-detail .shipping-radio-container .plans .plan .plan-content {
  display: flex;
  gap: 16px;
  padding: 16px 60px 16px 16px;
  height: 120px;
  border: 1px solid #92949F;
  border-radius: 10px;
  position: relative;
  align-items: center;
}
@media (max-width: 490px) {
  .billing-detail .shipping-radio-container .plans .plan .plan-content img {
    width: 30%;
  }
}
.billing-detail .shipping-radio-container .plans .plan .plan-content.content-2 {
  height: 80px;
}
.billing-detail .shipping-radio-container .plans .plan .plan-content .plan-details {
  display: inline-block;
  width: 100%;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] + .plan-content {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] + .plan-content:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #FAFAFA;
  -webkit-box-shadow: 0px 0px 0px 2px #0C0C0D;
  box-shadow: 0px 0px 0px 2px #0C0C0D;
  transform: translate(-50%);
  top: 46px;
  right: 10px;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio]:checked + .plan-content {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio]:checked + .plan-content:after {
  content: "";
  background: #0C0C0D;
  border-radius: 100%;
  border: 3px solid #FAFAFA;
  -webkit-box-shadow: 0px 0px 0px 2px #0C0C0D;
  box-shadow: 0px 0px 0px 2px #0C0C0D;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] + .content-2 {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] + .content-2:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0C0C0D;
  box-shadow: 0px 0px 0px 2px #0C0C0D;
  transform: translate(-50%);
  top: 27px;
  right: 10px;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio]:checked + .content-2 {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio]:checked + .content-2:after {
  content: "";
  background: #0C0C0D;
  border-radius: 100%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0C0C0D;
  box-shadow: 0px 0px 0px 2px #0C0C0D;
}
.billing-detail input[type=radio] + .plan-content {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail input[type=radio] + .plan-content:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #0C0C0D;
  -webkit-box-shadow: 0px 0px 0px 2px #0C0C0D;
  box-shadow: 0px 0px 0px 2px #0C0C0D;
  transform: translate(-50%);
  top: 46px;
  right: 10px;
}

.summary-container {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(5px, 0.521vw, 20px);
  background: #FAFAFA;
}
.summary-container .item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summary-container .item-container .icon-box {
  width: clamp(52px, 4.167vw, 150px);
  height: clamp(52px, 4.167vw, 150px);
  padding: 4px;
  border-radius: 4px;
  background: #EAEAEC;
  display: grid;
  align-items: center;
  justify-content: center;
}
.summary-container .input-block input {
  width: 18vw;
}
@media (max-width: 490px) {
  .summary-container .input-block input {
    width: 63%;
  }
}
.summary-container .cus-btn-2 {
  font-size: clamp(12px, 0.833vw, 32px);
  font-weight: 500;
  background-color: #0C0C0D;
  color: #FAFAFA;
  padding: clamp(12px, 0.833vw, 32px) clamp(24px, 1.667vw, 64px);
  border-radius: clamp(28px, 2.5vw, 68px);
}
.summary-container .cus-btn-2::before {
  border: 1px solid #C3FF3D;
  background-color: #C3FF3D;
  color: #0C0C0D !important;
  padding: 8px;
  border-radius: clamp(28px, 2.5vw, 68px);
}
.summary-container .cus-btn-2:hover {
  background-color: #C3FF3D;
  color: #0C0C0D !important;
}
.summary-container .cus-btn-2:hover span {
  color: #FAFAFA !important;
}
.summary-container .cus-btn-2:hover::before {
  color: #0C0C0D !important;
  left: 0;
  right: 0;
  opacity: 1;
}

/*# sourceMappingURL=app.css.map */
