@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Readex+Pro:wght@160..700&display=swap");
:root {
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-22: 22px;
  --fs-24: 24px;
  --fs-28: 28px;
  --fs-32: 32px;
  --fs-40: 40px;
  --fs-48: 48px;
  --fs-52: 52px;
}
@media (max-width: 1300px) {
  :root {
    --fs-12: 12px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-14: 14px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-16: 16px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-18: 18px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-20: 20px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-22: 22px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-24: 24px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-28: 28px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-32: 32px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-40: 36px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-48: 44px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-52: 48px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-12: 12px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-14: 14px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-16: 16px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-18: 18px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-20: 20px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-22: 22px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-24: 24px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-28: 26px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-32: 28px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-40: 32px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-48: 38px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-52: 40px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-12: 12px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-14: 14px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-16: 16px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-18: 18px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-20: 20px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-22: 21px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-24: 22px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-28: 26px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-32: 28px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-40: 32px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-48: 34px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-52: 38px;
  }
}

:root {
  --container: 100%;
}
@media (min-width: 576px) {
  :root {
    --container: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  box-sizing: border-box;
  font-size: var(--fs-16);
}

body {
  box-sizing: border-box;
  font-family: "Readex Pro", sans-serif;
  font-weight: normal;
  color: #302C2C;
  background-color: #ffffff;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Readex Pro", sans-serif;
  margin: 0;
  font-weight: 500;
  color: #302C2C;
  letter-spacing: -1px;
}

p {
  margin: 0;
}

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

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: inherit;
}

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

figure {
  margin: 0;
}
figure img {
  max-width: 100%;
  width: 100%;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

h1 {
  font-size: var(--fs-52);
  margin-bottom: 25px;
}

h2 {
  font-size: var(--fs-48);
  margin-bottom: 25px;
}

h3 {
  font-size: var(--fs-40);
  margin-bottom: 15px;
}

h4 {
  font-size: var(--fs-28);
  margin-bottom: 15px;
}

h5 {
  font-size: var(--fs-20);
  line-height: 1;
}

h6 {
  font-size: var(--fs-18);
  margin-bottom: 10px;
}

p {
  font-size: var(--fs-16);
  line-height: 26px;
  margin-bottom: 15px;
}
p a:hover {
  color: #40A73C;
}

/*****************************
 Standart Text Css Start
*****************************/
.standard_text ul {
  padding-left: 20px;
  padding-top: 12px;
}
.standard_text ul li {
  line-height: 1.3;
  margin: 0 0 15px;
  list-style: outside;
  position: relative;
  padding-left: 7px;
}
.standard_text ul li a {
  line-height: 1.3;
  text-decoration: underline;
}
.standard_text ul li:last-child {
  margin-bottom: 0;
}
.standard_text ol {
  padding-left: 20px;
  margin: 0 0 15px;
  list-style-type: decimal;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  margin: 0 0 5px;
}
.standard_text ol li {
  line-height: 1.3;
  margin: 0 0 15px;
  position: relative;
  padding-left: 7px;
}
.standard_text ol li a {
  line-height: 1.3;
  text-decoration: underline;
  color: inherit;
}
.standard_text ol li:last-child {
  margin-bottom: 0;
}
.standard_text ol:last-child {
  margin-bottom: 0;
}
.standard_text p {
  margin-bottom: 15px;
  font-family: "Readex Pro", sans-serif;
  line-height: 24px;
}
.standard_text p:last-child {
  margin-bottom: 0;
}
.standard_text p a:hover {
  color: #40A73C;
}
.standard_text:last-child {
  margin-bottom: 0;
}
.standard_text *:last-child {
  margin-bottom: 0;
}
.standard_text a:hover {
  color: #40A73C;
}

.btn-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  row-gap: 10px;
  column-gap: 10px;
  margin-top: 35px;
}

.btn {
  border: 0;
  height: auto;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin: 0 0;
  color: #000000;
  width: max-content;
  position: relative;
  line-height: 1.1;
  font-size: var(--fs-16);
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  padding: 12px 16px;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: var(--fs-14);
    padding: 12px 10px;
  }
}
.btn:focus {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.btn-black {
  background-color: #000000;
  color: #ffffff;
}
.btn-black:hover {
  background-color: #40A73C;
  color: #ffffff !important;
}

.btn-green {
  background-color: #40A73C;
  color: #ffffff;
}
.btn-green:hover {
  background-color: #302C2C;
  color: #ffffff !important;
}

.btn-bage {
  background-color: #E6DED1;
  color: #302C2C;
}
.btn-bage:hover {
  background-color: #302C2C;
  color: #ffffff !important;
}

/*****************************
Padding
*****************************/
.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

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

@media (min-width: 992px) {
  .pl-lg-30 {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .pr-lg-30 {
    padding-right: 30px;
  }
}

.pv-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

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

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

.pv-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 991.98px) {
  .pv-75 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.pt-75 {
  padding-top: 75px;
}
@media (max-width: 991.98px) {
  .pt-75 {
    padding-top: 55px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}
@media (max-width: 991.98px) {
  .pb-75 {
    padding-bottom: 55px;
  }
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .pv-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .pt-100 {
    padding-top: 70px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

.pv-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 991.98px) {
  .pv-125 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-125 {
  padding-top: 125px;
}
@media (max-width: 991.98px) {
  .pt-125 {
    padding-top: 100px;
  }
}

.pb-125 {
  padding-bottom: 125px;
}
@media (max-width: 991.98px) {
  .pb-125 {
    padding-bottom: 100px;
  }
}

.pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .pv-150 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575.98px) {
  .pv-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media (max-width: 991.98px) {
  .pt-150 {
    padding-top: 130px;
  }
}
@media (max-width: 575.98px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  .pb-150 {
    padding-bottom: 130px;
  }
}
@media (max-width: 575.98px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.pv-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 767.98px) {
  .pv-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575.98px) {
  .pv-200 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-200 {
  padding-top: 200px;
}
@media (max-width: 991.98px) {
  .pt-200 {
    padding-top: 150px;
  }
}
@media (max-width: 575.98px) {
  .pt-200 {
    padding-top: 120px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}
@media (max-width: 991.98px) {
  .pb-200 {
    padding-bottom: 150px;
  }
}
@media (max-width: 575.98px) {
  .pb-200 {
    padding-bottom: 120px;
  }
}

.pv-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media (max-width: 767.98px) {
  .pv-250 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 575.98px) {
  .pv-250 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.pt-250 {
  padding-top: 250px;
}
@media (max-width: 767.98px) {
  .pt-250 {
    padding-top: 200px;
  }
}
@media (max-width: 575.98px) {
  .pt-250 {
    padding-top: 150px;
  }
}

.pb-250 {
  padding-bottom: 250px;
}
@media (max-width: 767.98px) {
  .pb-250 {
    padding-bottom: 200px;
  }
}
@media (max-width: 575.98px) {
  .pb-250 {
    padding-bottom: 150px;
  }
}

/*****************************
Margin
*****************************/
.mt-25 {
  margin-top: 25px;
}

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

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

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

.mt-75 {
  margin-top: 75px;
}
@media (max-width: 991.98px) {
  .mt-75 {
    margin-top: 55px;
  }
}

.mb-75 {
  margin-bottom: 75px;
}
@media (max-width: 991.98px) {
  .mb-75 {
    margin-bottom: 55px;
  }
}

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

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

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

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

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

.mb-125 {
  margin-bottom: 125px;
}
@media (max-width: 991.98px) {
  .mb-125 {
    margin-bottom: 100px;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media (max-width: 991.98px) {
  .mt-150 {
    margin-top: 130px;
  }
}
@media (max-width: 575.98px) {
  .mt-150 {
    margin-top: 100px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .mb-150 {
    margin-bottom: 130px;
  }
}
@media (max-width: 575.98px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}

.mt-165 {
  margin-top: 165px;
}
@media (max-width: 991.98px) {
  .mt-165 {
    margin-top: 160px;
  }
}
@media (max-width: 767.98px) {
  .mt-165 {
    margin-top: 180px;
  }
}
@media (max-width: 575.98px) {
  .mt-165 {
    margin-top: 150px;
  }
}

.mt-200 {
  margin-top: 200px;
}
@media (max-width: 991.98px) {
  .mt-200 {
    margin-top: 170px;
  }
}
@media (max-width: 575.98px) {
  .mt-200 {
    margin-top: 140px;
  }
}

.mb-200 {
  margin-bottom: 200px;
}
@media (max-width: 991.98px) {
  .mb-200 {
    margin-bottom: 170px;
  }
}
@media (max-width: 575.98px) {
  .mb-200 {
    margin-bottom: 140px;
  }
}

/*****************************
background Colors
*****************************/
.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-bage {
  background-color: #E6DED1;
}

.bg-dark-gray {
  background-color: #302C2C;
}

.bg-bage-dark {
  background-color: #B9B0A1;
}

.bg-green {
  background-color: #40A73C;
}

.r-gap30 {
  row-gap: 30px;
}
@media (max-width: 767.98px) {
  .r-gap30 {
    row-gap: 20px;
  }
}

.r-gap50 {
  row-gap: 50px;
}
@media (max-width: 767.98px) {
  .r-gap50 {
    row-gap: 30px;
  }
}

.bg--img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.heading_white h1 {
  color: #ffffff;
}
.heading_white h2 {
  color: #ffffff;
}
.heading_white h3 {
  color: #ffffff;
}
.heading_white h4 {
  color: #ffffff;
}
.heading_white h5 {
  color: #ffffff;
}
.heading_white h6 {
  color: #ffffff;
}
.heading_white p {
  color: #ffffff;
}
.heading_white ul li {
  color: #ffffff;
}

.text_white p {
  color: #ffffff;
}
.text_white ul li {
  color: #ffffff;
}

hr {
  background: #ffffff;
  opacity: 1;
  margin: 20px 0 35px;
}

.image-cover {
  position: relative;
}
.image-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.header {
  width: 100%;
  z-index: 999;
  top: 0;
  padding: 25px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .header {
    padding: 20px 0;
  }
}
.header.sticky {
  padding: 10px 0;
  background-color: #302C2C;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header.sticky .header_logo {
  display: flex !important;
}
.header .header_logo {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}
.header .header_logo img {
  max-width: 200px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .header .header_logo img {
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .header .header_logo img {
    max-width: 150px;
  }
}
@media (max-width: 475.98px) {
  .header .header_logo img {
    max-width: 120px;
  }
}
.header .header-menu-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header_menu_block {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header .header_menu_block {
    order: 2;
    margin-left: 20px;
  }
}
.header .header_menu_block .menu-trigger {
  display: none;
  position: relative;
  width: 27px;
  min-width: 27px;
  height: 18px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 40;
  margin-left: 0px;
}
.header .header_menu_block .menu-trigger span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.header .header_menu_block .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.header .header_menu_block .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.header .header_menu_block .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.header .header_menu_block .header_menu {
  display: block;
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 1399.98px) {
  .header .header_menu_block .header_menu {
    padding-right: 30px;
  }
}
.header .header_menu_block .header_menu .navbar {
  margin: 0;
  padding: 0;
}
.header .header_menu_block .header_menu .navbar ul {
  width: 100%;
  display: flex;
  column-gap: 65px;
  justify-content: flex-start;
}
@media (max-width: 1399.98px) {
  .header .header_menu_block .header_menu .navbar ul {
    column-gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .header .header_menu_block .header_menu .navbar ul {
    column-gap: 30px;
  }
}
.header .header_menu_block .header_menu .navbar ul li {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
  padding-top: 0px;
}
.header .header_menu_block .header_menu .navbar ul li a {
  font-size: var(--fs-16);
  font-family: "Readex Pro", sans-serif;
  color: #ffffff;
  padding-bottom: 8px;
  padding-top: 8px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .navbar ul li a {
    transition: none;
  }
}
.header .header_menu_block .header_menu .navbar ul li a:hover {
  color: #E6DED1;
}
.header .header_menu_block .header_menu .navbar ul li a.active {
  color: #E6DED1;
}
.header .header_menu_block .header_menu .navbar ul li > a {
  display: flex;
  justify-content: center;
}
.header .login-btn {
  display: flex;
  row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 12;
}
@media (max-width: 575.98px) {
  .header .login-btn {
    padding-right: 10px;
  }
}
.header .login-btn .btn {
  text-transform: none;
}
.header .login-btn .btn:hover {
  background-color: #ffffff;
  color: #302C2C !important;
}
@media (max-width: 575.98px) {
  .header .login-btn .btn {
    font-size: var(--fs-12);
    padding: 10px 10px;
  }
}

.menu-trigger._js-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger._js-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger._js-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.header .header_menu_block .menu-trigger {
  display: none;
  order: 2;
}
@media (max-width: 767.98px) {
  .header .header_menu_block .menu-trigger {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header .header_menu_block .header_menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    justify-content: flex-start;
    right: 0;
    top: 0px;
    width: 100%;
    max-width: 280px;
    height: 100%;
    transform: translateX(100%);
    row-gap: 40px;
    background: #302C2C;
    padding: 90px 0 20px 0;
    z-index: 12;
    transition: all 0.3s ease-in-out;
  }
}
.header .header_menu_block .header_menu._js-open {
  transform: translateX(0);
}
.header .header_menu_block .header_menu .navbar {
  overflow-y: auto;
  height: 100%;
  align-items: flex-start;
}
.header .header_menu_block .header_menu .navbar ul {
  column-gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .header .header_menu_block .header_menu .navbar ul li {
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    cursor: pointer;
  }
}
@media (max-width: 767.98px) {
  .header .header_menu_block .header_menu .navbar ul li a {
    padding: 10px 30px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }
}
.header .header_menu_block .header_menu .navbar ul li strong {
  width: 100%;
}
.header .header_menu_block .header_menu .navbar ul li.active:after {
  top: 21px;
  left: 15px;
}
.header .header_menu_block .header_menu .navbar ul li:hover:after {
  top: 21px;
  left: 15px;
}
.header .header_menu_block .header_menu .navbar ul li:after {
  top: 22px;
  left: 15px;
  width: 7px;
}

@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}
.header .user-details {
  text-align: right;
  line-height: 1.3;
  font-size: var(--fs-14);
  color: #302C2C;
}
.header .user-details:hover {
  color: #000000;
}
@media (max-width: 991.98px) {
  .header .user-details {
    display: none;
  }
}
.header .login-icons {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-left: 20px;
  padding: 0 0 6px 0;
}
@media (max-width: 991.98px) {
  .header .login-icons {
    gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header .login-icons .head-icons {
  position: relative;
  max-width: 25px;
}
@media (max-width: 991.98px) {
  .header .login-icons .head-icons {
    max-width: 20px;
    width: 20px;
  }
}
.header .login-icons .head-icons .cart-count {
  position: absolute;
  bottom: -23px;
  width: 100%;
  right: 0;
  text-align: center;
  font-size: var(--fs-12);
  color: #302C2C;
}
@media (max-width: 991.98px) {
  .header .login-icons .head-icons .cart-count {
    bottom: auto;
    right: -10px;
    font-size: var(--fs-12);
    top: -11px;
  }
}

.bestllen-header {
  padding: 0;
}
.bestllen-header.header__sticky {
  padding: 0;
}
.bestllen-header .header-top {
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .bestllen-header .header-top .header-top-inner {
    flex-direction: column;
  }
}
.bestllen-header .header-top .header-top-inner p {
  margin: 0;
  color: #ffffff;
  font-size: var(--fs-14);
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .bestllen-header .header-top .header-top-inner p {
    font-size: var(--fs-12);
    line-height: 1.4em;
  }
}
.bestllen-header .header-bottom {
  padding: 15px 0;
}
@media (max-width: 575.98px) {
  .bestllen-header .header-bottom .logo-left img {
    max-width: 130px;
  }
}
.bestllen-header .header-bottom .header-right-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .bestllen-header .header-bottom .header-right-btns {
    gap: 10px;
  }
}
.bestllen-header .header-bottom .header-right-btns .text-link {
  color: #B9B0A1;
}
.bestllen-header .header-bottom .header-right-btns .text-link:hover {
  color: #302C2C;
}
.bestllen-header .header-bottom .header-right-btns .user-cart-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .bestllen-header .header-bottom .header-right-btns .user-cart-btns {
    gap: 10px;
  }
}
.bestllen-header .header-bottom .header-right-btns .user-cart-btns a img {
  max-width: 40px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .bestllen-header .header-bottom .header-right-btns .user-cart-btns a img {
    max-width: 30px;
  }
}
.bestllen-header .header-bottom .header-right-btns .user-cart-btns a img:hover {
  opacity: 0.7;
}

.hero {
  min-height: calc(98vh - 92px);
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 70px;
  padding-top: 130px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .hero {
    min-height: 460px;
    padding-bottom: 50px;
  }
}
.hero .container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero .hero-logo {
  max-width: 500px;
  margin-bottom: 45%;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .hero .hero-logo {
    max-width: 310px;
  }
}
@media (max-width: 575.98px) {
  .hero .hero-logo {
    max-width: 250px;
  }
}
.hero .hero_text h1 {
  font-size: var(--fs-40);
  margin-bottom: 0px;
  color: #ffffff;
  text-shadow: 1px 1px 3px #000000;
}

.hero-text h2 {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .hero-text h2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.hero-text p {
  font-size: var(--fs-16);
}
@media (max-width: 767.98px) {
  .hero-text p {
    text-align: center;
  }
}

.inner-hero .cover-img {
  position: relative;
  min-height: 92vh;
}
@media (max-width: 991.98px) {
  .inner-hero .cover-img {
    min-height: 500px !important;
  }
}
@media (max-width: 767.98px) {
  .inner-hero .cover-img {
    min-height: 400px !important;
  }
}
.inner-hero .cover-img img {
  position: absolute;
  left: 0;
  top: 0;
}

.hero-img img {
  width: 100%;
}

.inner-hero-small {
  min-height: 340px;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  padding-top: 130px;
  padding-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .inner-hero-small {
    min-height: 280px;
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .inner-hero-small {
    min-height: 250px;
    padding-top: 80px;
  }
}
.inner-hero-small .text-text {
  flex-direction: inherit;
  flex-wrap: wrap;
}
.inner-hero-small .text-text h1 {
  width: 100%;
  margin: 0;
}
.inner-hero-small .text-text p {
  width: 100%;
}

@media (max-width: 575.98px) {
  .img-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .title-title h1 {
    margin-bottom: 0px;
    text-align: center;
  }
}

.text-text h4 {
  margin: 0 0 5px;
}
.text-text h5 {
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .text-text h5 {
    margin: 0 0 15px;
  }
}
.text-text p {
  margin: 0 0 25px;
}
@media (max-width: 767.98px) {
  .text-text p {
    margin: 0 0 15px;
  }
}
.text-text h6 {
  margin: 0 0 5px;
}
@media (max-width: 767.98px) {
  .text-text br {
    display: none;
  }
}

.img-img img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .block-reverse .text-text {
    order: 2;
  }
}

@media (max-width: 767.98px) {
  .pb-small-0 {
    padding-bottom: 0;
  }
}

.bg-position-img {
  position: absolute;
  right: 20px;
  bottom: 40px;
  max-width: 370px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .bg-position-img {
    width: 300px;
  }
}
@media (max-width: 575.98px) {
  .bg-position-img {
    width: 250px;
  }
}

.bg-position-img-left {
  position: absolute;
  left: 20px;
  top: 0px;
  max-width: 370px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .bg-position-img-left {
    width: 300px;
  }
}
@media (max-width: 575.98px) {
  .bg-position-img-left {
    width: 250px;
  }
}

.full-sec-content-right {
  max-width: 670px;
  padding-left: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1399.98px) {
  .full-sec-content-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .full-sec-content-right {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .full-sec-content-right {
    padding-top: 0;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
@media (max-width: 767.98px) {
  .full-sec-content-right {
    padding-top: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
@media (max-width: 575.98px) {
  .full-sec-content-right {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.text-block-lisiting h5 {
  margin: 0 0 16px;
}
.text-block-lisiting ul {
  margin: 0 0 0px;
  padding: 0 0 10px;
}
.text-block-lisiting ul li {
  list-style: none;
  padding: 4px 0 0 38px;
  margin: 0 0 16px;
  position: relative;
}
.text-block-lisiting ul li i {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0px;
}

.full-sec-content-left {
  padding-right: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1399.98px) {
  .full-sec-content-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .full-sec-content-left {
    padding-top: 70px;
    padding-bottom: 10px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
@media (max-width: 767.98px) {
  .full-sec-content-left {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
@media (max-width: 575.98px) {
  .full-sec-content-left {
    padding-right: 12px;
    padding-left: 12px !important;
  }
}

.full-sec-content-left {
  padding-left: var(--bs-gutter-x, 1.5rem);
}
@media (min-width: 992px) {
  .full-sec-content-left {
    padding-left: calc((100% - 940px) / 2);
  }
}
@media (min-width: 1200px) {
  .full-sec-content-left {
    padding-left: calc((100% - 1120px) / 2);
  }
}
@media (min-width: 1400px) {
  .full-sec-content-left {
    padding-left: calc((100% - 1300px) / 2);
  }
}

.ctc-list {
  margin-top: 50px;
  width: 100%;
}

.info-sec h5 {
  margin: 0 0 16px;
  font-size: var(--fs-22);
  font-weight: 500;
  letter-spacing: 0px;
}
@media (max-width: 767.98px) {
  .info-sec h5 {
    margin: 0 0 10px;
  }
}
.info-sec ul {
  margin: 0 0 0px;
  padding: 0 0 10px;
}
.info-sec ul li {
  list-style: none;
  padding: 3px 0 0 38px;
  margin: 0 0 20px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .info-sec ul li {
    font-size: var(--fs-14);
  }
}
@media (max-width: 767.98px) {
  .info-sec ul li {
    margin: 0 0 10px;
  }
}
.info-sec ul li i {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0px;
}
@media (max-width: 1199.98px) {
  .info-sec ul li i {
    width: 25px;
    height: 25px;
  }
}
.info-sec ul li a {
  text-decoration: none;
}

.hours-list ul {
  padding-top: 5px;
}
.hours-list ul li {
  padding: 0;
  margin: 0 0 24px;
}
@media (max-width: 1199.98px) {
  .hours-list ul li {
    margin: 0 0 20px;
    font-size: var(--fs-14);
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .hours-list ul li {
    justify-content: flex-start;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .hours-list ul li {
    margin: 0 0 10px;
  }
}
.hours-list ul li span {
  max-width: 110px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .hours-list ul li span {
    max-width: none;
    width: fit-content;
  }
}
@media (max-width: 991.98px) {
  .hours-list ul li span {
    max-width: 110px;
    width: 100%;
  }
}
.hours-list ul li.color-green {
  color: #40A73C;
}

.center-circle-shape {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #E6DED1;
  position: absolute;
  left: 50%;
  top: -75px;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .center-circle-shape {
    width: 90px;
    height: 90px;
    top: -45px;
  }
}

.bg--img.text-img .row {
  display: flex;
  align-items: stretch;
}
.bg--img.text-img .row .img-img {
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 750px;
}
@media (max-width: 991.98px) {
  .bg--img.text-img .row .img-img {
    min-height: 500px !important;
  }
}
@media (max-width: 767.98px) {
  .bg--img.text-img .row .img-img {
    min-height: 400px !important;
  }
}
.bg--img.text-img .row .img-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.bg--img .text-text {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-bigger p {
  font-size: var(--fs-24);
  line-height: 28px;
  color: #E6DED1;
}

.bg-overlay-bage {
  position: relative;
}
.bg-overlay-bage:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(253, 246, 234, 0.05) 0%, rgba(253, 246, 234, 0.95) 42%, rgba(253, 246, 234, 0.95) 43%, rgb(253, 246, 234) 100%);
}
@media (max-width: 991.98px) {
  .bg-overlay-bage:after {
    background: linear-gradient(to right, rgba(253, 246, 234, 0.6) 0%, rgba(253, 246, 234, 0.95) 42%, rgba(253, 246, 234, 0.95) 43%, rgb(253, 246, 234) 100%);
  }
}
.bg-overlay-bage .standard_text {
  position: relative;
  z-index: 1;
}

.disclaimer-text h2 {
  margin-bottom: 15px;
}
.disclaimer-text h3 {
  margin-bottom: 15px;
}
.disclaimer-text h4 {
  margin-bottom: 15px;
}
.disclaimer-text h5 {
  margin-bottom: 15px;
}
.disclaimer-text h6 {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .disclaimer-text p {
    margin-bottom: 25px;
  }
}
.disclaimer-text ul {
  margin-bottom: 25px;
  padding-top: 0px;
}

.product-card {
  padding: 0;
  min-height: 600px;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .product-card {
    min-height: 400px;
    max-height: 400px;
  }
}
.product-card a {
  position: relative;
  height: 100%;
  display: inline-block;
  width: 100%;
}
.product-card a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.product-card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
}
.product-card a h3 {
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 60px;
  z-index: 11;
}
.product-card a:hover img {
  transform: scale(1.03);
}

@media (max-width: 991.98px) {
  .footer .footer-logo-left {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-bottom: 25px;
  }
}
.footer .footer-logo-left .footer-logo {
  max-width: 200px;
  display: flex;
  margin-bottom: 30px;
}
.footer .footer-logo-left .btn-green:hover {
  background-color: #ffffff;
  color: #302C2C !important;
}
.footer .footer-widget-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .footer .footer-widget-right {
    justify-content: center;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
.footer .footer-widget-right ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 15px;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .footer .footer-widget-right ul {
    justify-content: center;
    column-gap: 25px;
    row-gap: 5px;
  }
}
.footer .footer-widget-right ul li {
  color: #ffffff;
}
.footer .footer-widget-right ul li a {
  color: inherit;
}
.footer .footer-widget-right ul li a:hover {
  color: #40A73C;
}
.footer .footer-widget-right .social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .footer .footer-widget-right .social-icons {
    margin-top: 25px;
  }
}
.footer .footer-widget-right .social-icons a:hover {
  opacity: 0.7;
}
.footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom {
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    flex-direction: column;
    gap: 5px;
  }
}
.footer .footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.footer .footer-bottom ul li a {
  color: #AAADAD;
  font-size: var(--fs-14);
  font-weight: 400;
}
.footer .footer-bottom ul li a:hover {
  color: #E6DED1;
}
.footer .footer-bottom .copy-right {
  color: #AAADAD;
  font-size: var(--fs-14);
  font-weight: 400;
  margin: 0;
}
.footer .footer-bottom .copy-right img {
  max-width: 17px;
  margin-left: 2px;
}

.hero-bottom-text {
  margin-top: -70px;
}
@media (max-width: 991.98px) {
  .hero-bottom-text {
    margin-top: -50px;
  }
}
@media (max-width: 767.98px) {
  .hero-bottom-text {
    margin-top: 55px;
  }
}
.hero-bottom-text .hero-bottom-text-inner {
  border-radius: 8px;
  padding: 40px 60px;
}
@media (max-width: 991.98px) {
  .hero-bottom-text .hero-bottom-text-inner {
    padding: 20px 30px;
  }
}
.hero-bottom-text .hero-bottom-text-inner h4 {
  font-size: var(--fs-32);
  font-weight: 500;
  margin-bottom: 10px;
}

.sticky-bar {
  position: sticky;
  top: 190px;
  transition: all 0.3s ease-in-out;
}

.product-sidebar {
  padding: 0;
  margin-bottom: 30px;
}
.product-sidebar h4 {
  font-size: var(--fs-22);
  font-weight: 500;
  margin: 0px 0 22px;
}
.product-sidebar .nav-tabs {
  border: none;
}
@media (max-width: 991.98px) {
  .product-sidebar .nav-tabs {
    padding: 0 25px;
  }
}
.product-sidebar .nav-tabs .slick-arrow {
  position: absolute;
  top: 7px;
  cursor: pointer;
}
.product-sidebar .nav-tabs .slick-arrow.fa-angle-double-left {
  left: 0;
}
.product-sidebar .nav-tabs .slick-arrow.fa-angle-double-right {
  right: 0;
}
.product-sidebar .nav-tabs .nav-link {
  width: 100%;
  border: none;
  text-align: left;
  padding: 0;
  font-size: var(--fs-16);
  color: #B9B0A1;
  margin: 0 0 10px;
}
@media (max-width: 991.98px) {
  .product-sidebar .nav-tabs .nav-link {
    white-space: nowrap;
    margin: 0;
    padding: 0 30px 0 0;
  }
}
.product-sidebar .nav-tabs .nav-link.active {
  color: #302C2C;
}
.title-sec {
  display: inline-block;
  margin-top: 2px;
}
.title-sec h5 {
  margin-bottom: 20px;
  font-size: var(--fs-22);
  font-weight: 500;
}
.title-sec p {
  font-size: var(--fs-14);
}

.product-cards {
  padding: 10px;
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  margin-top: calc(var(--bs-gutter-x) * 0.5);
}
.product-cards .product-img {
  margin-bottom: 20px;
  position: relative;
}
.product-cards .product-img img {
  width: 100%;
}
.product-cards .product-titlesec {
  margin-bottom: 15px;
}
.product-cards .product-titlesec h4 {
  font-size: var(--fs-18);
  font-weight: 500;
  margin-bottom: 5px;
}
.product-cards .product-titlesec p {
  font-size: var(--fs-16);
  line-height: 24px;
  opacity: 0.5;
}
.product-cards .price-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-cards .price-btn .price {
  font-size: var(--fs-18);
  font-weight: 500;
  margin-bottom: 0px;
}
.product-cards .price-btn .detail-slide-btn {
  font-size: var(--fs-14);
}