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

@font-face {
  font-family: "Oakes";
  font-weight: 400;
  src: url("../fonts/OakesGrotesk-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Oakes";
  font-weight: 600;
  src: url("../fonts/OakesGrotesk-Semi-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Din";
  font-weight: 500;
  src: url("../fonts/DINPro-Medium\ tr.ttf") format("truetype");
}
@font-face {
  font-family: "Stag";
  font-weight: 400;
  src: url("../fonts/Stag-Book.otf") format("opentype");
}
@font-face {
  font-family: "Test";
  font-weight: 400;
  src: url("../fonts//TestDomaineDisplay-Regular.otf") format("opentype");
}
html {
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
  font-size: 24px;
}

.container-fluid.max {
  padding: 0 40px;
}

@media (max-width: 1400.5px) and (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
}
@media (max-width: 1366.5px) and (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1280.5px) and (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
@media (max-width: 1024.5px) and (min-width: 1200px) {
  .container {
    max-width: 930px;
  }
}
@media (min-width: 800px) and (max-width: 991.5px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 767px) and (max-width: 800.5px) {
  .container {
    max-width: 700px;
  }
}
.banner-area ul.slick-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  left: 40px;
}
@media (max-width: 575.98px) {
  .banner-area ul.slick-dots {
    left: 20px;
  }
}
.banner-area ul.slick-dots li {
  height: 15px;
  margin-bottom: 15px;
}
.banner-area ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.banner-area ul.slick-dots li button {
  background: rgba(235, 235, 235, 0.4);
  font-size: 0;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
}
.banner-area ul.slick-dots li.slick-active button {
  background: rgba(171, 190, 146, 0.4);
}
.banner-area .single-banner {
  position: relative;
}
.banner-area .single-banner img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768.48px) {
  .banner-area .single-banner img {
    min-height: 530px;
  }
}
@media (max-width: 575.98px) {
  .banner-area .single-banner img {
    min-height: 530px;
  }
}
/*.banner-area .single-banner a {
  color: #F8F8F8;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 0%; 
  padding: 18px 50px;
  border-radius: 90px;
  border: 2px solid #F8F8F8;
  margin-top: 33px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
.banner-area .single-banner a:hover {
  color: #F8F8F8;
  background: #356636;
  border-color: #356636;
}
@media (max-width: 575.98px) {
  .banner-area .single-banner a {
    font-size: 18px;
    padding: 14px 30px;
  }
}*/
.banner-area .single-banner .banner-content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.banner-area .single-banner .banner-content .mb-50 {
  margin-bottom: 50px;
}
.banner-area .single-banner .banner-content .banner-heading {
  color: #F8F8F8;
  text-align: center;
  font-family: "Oakes";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
}
@media (max-width: 1199.98px) {
  .banner-area .single-banner .banner-content .banner-heading {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-area .single-banner .banner-content .banner-heading {
    font-size: 36px;
    line-height: 1.2;
  }
}
.banner-area .single-banner .banner-content .banner-heading span {
  color: #ABBE92;
}
/*.banner-area .single-banner img {
  transition: all 500ms ease-in-out;
  transform: scale(1.15, 1.15);
}*/
/*.banner-area .single-banner.slick-active img {
  transform: scale(1, 1);
}*/

.explore-section {
  transform: translateY(-38%);
  position: relative;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .explore-section {
    transform: translateY(0%);
    padding-top: 60px;
  }
}
.explore-section .explore-slider .slick-prev {
  transform: rotate(180deg) translateY(100%);
  left: -47px;
}
@media (max-width: 1199.98px) {
  .explore-section .explore-slider .slick-prev {
    left: -35px;
  }
}
@media (max-width: 768.48px) {
  .explore-section .explore-slider .slick-prev {
    left: -30px;
  }
}
@media (max-width: 575.98px) {
  .explore-section .explore-slider .slick-prev {
    left: 15px;
  }
}
.explore-section .explore-slider .slick-next {
  right: -47px;
  transform: translateY(-100%);
}
@media (max-width: 1199.98px) {
  .explore-section .explore-slider .slick-next {
    right: -35px;
  }
}
@media (max-width: 768.48px) {
  .explore-section .explore-slider .slick-next {
    right: -30px;
  }
}
@media (max-width: 575.98px) {
  .explore-section .explore-slider .slick-next {
    right: 15px;
  }
}
.explore-section .explore-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  z-index: 9;
  cursor: pointer;
}
.explore-section .explore-slider .slick-arrow.slick-disabled {
  display: none !important;
}
@media (max-width: 575.98px) {
  .explore-section .explore-slider .slick-arrow svg {
    max-width: 30px;
  }
}
.explore-section .explore-slider .explore-outer {
  text-align: center;
  padding-bottom: 50px;
}
.explore-section .explore-slider .single-explore {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  justify-content: center;
  position: relative;
  background-blend-mode: overlay, normal, normal;
  box-shadow: -4px 40px 40px -10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 575.98px) {
  .explore-section .explore-slider .single-explore {
    box-shadow: none;
  }
}
.explore-section .explore-slider .single-explore img {
  transition: 0.3s;
}
.explore-section .explore-slider .single-explore:hover img {
  transform: scale(1.3);
}
.explore-section .explore-slider .single-explore .cta p {
  position: absolute;
  left: 0;
  right: 0;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  max-width: 96%;
  margin: auto;
  top: 0;
  bottom: 0;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
  color: #F8F8F8;
  font-family: "Test";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  padding: 10px 20px;
  border-radius: 33px;
  background: #191919;
}
@media (max-width: 575.98px) {
  .explore-section .explore-slider .single-explore .cta p {
    font-size: 18px;
  }
}

.bg-wrap {
  background: #1D1D1D;
  height: 420px;
  background-size: contain;
  transform: translateY(-85%);
  position: absolute;
  min-width: 100% !important;
  z-index: -1;
  background-image: url("../images/bg-1.png");
}
@media (max-width: 575.98px) {
  .bg-wrap {
    transform: translateY(-95%);
  }
}
.bg-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

.verona-sec {
  margin-top: 0px;
  background: #1D1D1D;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 575.98px) {
  .verona-sec {
    padding-bottom: 60px;
  }
}
@media (max-width: 768.48px) {
  .verona-sec {
    padding-top: 70px;
  }
}

.verona-sec .shop-btn a{
  padding: 16px 20px;
  /* border-radius: 40px; */
  opacity: 0.96;
  background: #ABBE92;
  color: #1D1D1D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  /* margin-left: 102px; */
  transition: 0.3s;
  letter-spacing: 1px;
  /* transform: translateY(-328%);  */
}

.verona-sec .shop-btn a:hover {
  background: #356636;
  color: #F8F8F8;
}

.verona-sec .slide-subtext{
  color: #fff;
  font-weight: bold;
  /* text-shadow: -4px 6px 16px rgba(0, 0, 0, 0.); */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  font-size: 24px;
  position: absolute;
  margin-left: 102px;
  z-index: 3;
  transform: translateY(-608%); 
}
.verona-sec .slide-text {
  /* color: #356636; */
  color: #fff;
  /* text-shadow: -4px 6px 16px rgba(0, 0, 0, 0.); */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0,5);
  text-transform: uppercase;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 210%; /* 266px */
  position: absolute;
  margin-left: 100px;
  z-index: 3;
  transform: translateY(-230%);
}

.additional-text {
  position: absolute;
  left: 110px;
  color: #fff;
  text-shadow: -4px 6px 16px rgba(0, 0, 0, 0.02);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  transform: translateY(-78%);
  z-index: 3;
}
.slide-btn a{
    transform: translate(-102%, -120%);
}

@media (max-width: 1199.98px) {
  .verona-sec .slide-text {
    font-size: 42px;
  }
  .additional-text {
    transform: translateY(-62%);
  }
  .slide-btn a{
    transform: translate(-102%, -135%);
}
  .verona-sec .slide-subtext{
    transform: translateY(-524%); 
    font-size: 22px;
  }

}
@media (max-width: 991.98px) {
  .verona-sec .slide-text {
    font-size: 40px;
  }
  .verona-sec .slide-subtext{
    transform: translateY(-630%); 
    font-size: 18px;
  }
  
}
@media (max-width: 575.98px) {
  .verona-sec .slide-text {
    font-size: 30px!important;
    margin-left: 116px!important;
    transform: translate(-74px, -234%)!important;
  }
  .additional-text {
    font-size: 12x;
    left:40px;
    transform: translateY(-66%)!important ;
  }
  .slide-btn a{
    transform: translate(-352%, -214%)!important;
  }
  .verona-sec .slide-subtext{
    margin-top: 126px;
    max-width: 300px;
  }
  
}

@media (max-width: 768.48px) {
  .verona-sec .slide-text {
    font-size: 36px;
    transform: translateY(-198%);
    margin-left: 44px;
  }
  .additional-text {
    transform: translateY(-45%);
    font-size: 12px;
  }
  .verona-sec .slide-subtext{
    transform: translateY(-582%); 
    font-size: 15px;
    margin-left: 44px;
  }
  
}
/* @media (max-width: 575.98px) {
  .verona-sec .slide-text {
    font-size: 26px;
    margin-left: 26px;
  }
} */
/* .verona-sec .v-slider {
  z-index: 2;
} */
.v-slider .slick-prev.slick-arrow {
  position: absolute;
  bottom: -10px;
  right: 84px;
  z-index: 1;
  transform: scale(0.6);
}
.v-slider .slick-next.slick-arrow {
  position: absolute;
  bottom: -10px;
  right: 10px;
  z-index: 1;
  transform: scale(0.6);
}

@media (max-width: 768.48px) {
  .verona-sec .v-slider .slick-arrow {
    transform: translateY(50%);
    cursor: pointer;
  }
  .v-slider .slick-prev.slick-arrow {
    position: absolute;
    bottom: -10px;
    right: 30px;
    z-index: 1;
    transform: scale(0.4);
  }
  .v-slider .slick-next.slick-arrow {
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 1;
    transform: scale(0.4);
  }
}
.verona-sec .v-text {
  color: rgba(248, 248, 248, 0.3);
  font-family: "Test";
  font-size: 300px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%; /* 399px */
  transform: rotate(-90deg);
  position: absolute;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
  bottom: auto;
  margin-left: -580px;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .verona-sec .v-text {
    font-size: 200px;
    margin-left: -450px;
  }
  .additional-text {
    font-size: 15px;
  }
  .slide-btn a{
    transform: translate(-168%, -200%);
    font-size: 14px;
}
}
@media (max-width: 768.48px) {
  .verona-sec .v-text {
    display: none;
  }
}
.verona-sec .shop-content h2 {
  color: #F8F8F8;
  font-family: "Test";
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 103%; /* 133px */
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .verona-sec .shop-content h2 {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .verona-sec .shop-content h2 {
    margin-bottom: 30px;
  }
}
.verona-sec .shop-content h2 span {
  color: #F8F8F8;
  font-family: "Oakes";
  font-size: 86px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .verona-sec .shop-content h2 span {
    font-size: 75px;
  }
}
@media (max-width: 575.98px) {
  .verona-sec .shop-content h2 span {
    font-size: 60px;
  }
}
.verona-sec .shop-content p {
  color: #F8F8F8;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%; /* 31.92px */
  margin-bottom: 35px;
}
@media (max-width: 1399.98px) {
  .verona-sec .shop-content p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .verona-sec .shop-content p {
    font-size: 14px;
    line-height: 170%;
  }
}
.verona-sec .shop-content a {
  color: #F8F8F8;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
}
@media (max-width: 1399.98px) {
  .verona-sec .shop-content a {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .verona-sec .shop-content a {
    font-size: 22px;
  }
}

.gx-xl-120 {
  z-index: 2;
  position: relative;
}

@media (min-width: 1366px) {
  .gx-xl-120 {
    --bs-gutter-x: 120px;
  }
}
.green-bg {
  background-color: #1D1D1D;
  background-size: contain;
}

.our-story {
  padding: 110px 0;
  overflow: hidden;
  margin-top: -2px;
  padding-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .our-story {
    top: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .our-story {
    padding-bottom: 20px;
  }
}
.our-story .ourstory-text {
  color: #ffffff;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  font-family: "Din";
  line-height: 133%; /* 252.7px */
  transform: rotate(90deg);
  margin-top: -350px;
  position: absolute;
  right: -225px;
}
@media (max-width: 991.98px) {
  .our-story .ourstory-text {
    margin-top: -370px;
    font-size: 100px;
    right: -220px;
  }
}
@media (max-width: 768.48px) {
  .our-story .ourstory-text {
    margin-top: -280px;
  }
}
@media (max-width: 575.98px) {
  .our-story .ourstory-text {
    position: absolute;
    color: #fff;
    transform: rotate(0);
    font-size: 40px;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-125%);
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
  }
}
.our-story .story-slider ul.slick-dots {
  position: absolute;
  bottom: 30px;
  right: 104px;
}
@media (max-width: 575.98px) {
  .our-story .story-slider ul.slick-dots {
    right: 0;
    bottom: 0;
  }
}
.our-story .story-slider ul.slick-dots li {
  display: inline-block;
}
.our-story .story-slider ul.slick-dots li button {
  border: none;
  background: transparent;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%; /* 31.92px */
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .our-story .story-slider ul.slick-dots li button {
    font-size: 18px;
  }
}
.our-story .story-slider ul.slick-dots li:not(:last-child) button {
  border-right: 2px solid #000;
}
.our-story .story-slider ul.slick-dots li.slick-active button {
  font-weight: 600;
}
.our-story .story-slider .single-story {
  position: relative;
}
.our-story .story-slider .single-story .story-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  display: flex;
  align-items: end;
  place-content: flex-end;
  flex-wrap: wrap;
  padding-left: 41px;
  padding-right: 56px;
  padding-bottom: 69px;
  background: linear-gradient(249deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), rgba(237, 237, 237, 0.9);
}
@media (max-width: 991.98px) {
  .our-story .story-slider .single-story .story-content {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .our-story .story-slider .single-story .story-content {
    position: relative;
    width: 100%;
  }
}
.our-story .story-slider .single-story .story-content .span {
  display: block;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%; /* 31.92px */
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .our-story .story-slider .single-story .story-content .span {
    font-size: 14px;
  }
}
.our-story .story-slider .single-story .story-content p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%; /* 31.92px */
}
@media (max-width: 991.98px) {
  .our-story .story-slider .single-story .story-content p {
    font-size: 14px;
    line-height: 170%;
  }
}

.soil-section {
  padding-top: 165px;
  padding-bottom: 100px;
  height: -moz-max-content;
  height: max-content;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -1px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 575.98px) {
  .soil-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.soil-section p {
  color: #F8F8F8;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%; /* 31.92px */
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .soil-section p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 170%;
  }
}
.soil-section a {
  padding: 15px 50px;
  border-radius: 90px;
  border: 2px solid #F8F8F8;
  color: #F8F8F8;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%; /* 31.92px */
  display: inline-block;
  margin-top: 14px;
  transition: 0.3s;
}
.soil-section a:hover {
  color: #F8F8F8;
  background: #356636;
  border-color: #356636;
}
@media (max-width: 991.98px) {
  .soil-section a {
    font-size: 16px;
    padding: 10px 28px;
  }
}
.soil-section .soil-text {
  color: #F8F8F8;
  text-shadow: -4px 6px 10px rgba(0, 0, 0, 0.02);
  font-family: "Test";
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%; /* 239.4px */
  position: absolute;
  top: 80px;
  z-index: 2;
  left: 30%;
}
@media (max-width: 1199.98px) {
  .soil-section .soil-text {
    font-size: 90px;
  }
}
@media (max-width: 575.98px) {
  .soil-section .soil-text {
    position: relative;
    font-size: 50px;
    top: 0;
    left: 20px;
    margin-bottom: 20px;
    display: block;
  }
}

@media (min-width: 1366px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-52 {
    --bs-gutter-x: 52px;
  }
}
.promise-text {
  font-size: 150px;
  font-style: normal;
  font-weight: 600;
  color: #B3B3B3;
  color: #1D1D1D;
  text-shadow: -1px -1px 0 #B3B3B3, 1px -1px 0 #B3B3B3, -1px 1px 0 #B3B3B3, 1px 1px 0 #B3B3B3;
}
@media (max-width: 1399.98px) {
  .promise-text {
    font-size: 130px;
  }
}
@media (max-width: 991.98px) {
  .promise-text {
    font-size: 90px;
    line-height: 1.7;
  }
}
@media (max-width: 575.98px) {
  .promise-text {
    font-size: 60px;
    line-height: 1.5;
  }
}

.bg-black {
  background: #1D1D1D;
  margin-top: -1px;
}

.promise-sec {
  background: #1D1D1D;
  padding-top: 10px;
  padding-bottom: 70px;
  margin-top: -1px;
}
.promise-sec .promise-title {
  color: #F8F8F8;
  font-family: "Din";
  font-size: 124px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .promise-sec .promise-title {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .promise-sec .promise-title {
    line-height: 1;
    font-size: 50px;
    margin-bottom: 30px;
  }
}
.promise-sec .single-primise {
  text-align: center;
}
.promise-sec .single-primise .icon-wrap {
  border-radius: 20px;
  background: #323232;
  padding: 70px;
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promise-sec .single-primise svg {
  transition: 0.3s;
}
/*.promise-sec .single-primise:hover svg {
  transform: scale(1.3);
}*/
.promise-sec .single-primise p {
  color: #F8F8F8;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%; /* 23.94px */
}
.promise-sec .single-primise span {
  text-transform: uppercase;
  color: #F8F8F8;
  font-family: "Din";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin: 28px 0;
}
@media (max-width: 575.98px) {
  .promise-sec .single-primise span {
    margin: 20px 0;
    margin-bottom: 10px;
  }
}

.brand-sec {
  padding-top: 10px;
  padding-bottom: 76px;
}
@media (max-width: 575.98px) {
  .brand-sec {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.brand-sec .brand-title {
  color: #F8F8F8;
  font-family: "Din";
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .brand-sec .brand-title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .brand-sec .brand-title {
    font-size: 40px;
  }
}
.brand-sec .brands-wrap {
  text-align: center;
}
.brand-sec .brands-wrap .desc {
    margin-bottom: 66px;
}
/*.brand-sec .brands-wrap img {
  max-width: 150px;
}*/
.brand-sec .line {
  position: relative;
}
.brand-sec .line::before {
  content: "";
  background: #F0F0F0;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 0;
}
.brand-sec .line p.span {
  color: #F8F8F8;
  text-align: center;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%; /* 23.94px */
  background: #1D1D1D;
  width: 60%;
  margin: auto;
  z-index: 2;
  position: relative;
  padding: 0 12px;
}
@media (max-width: 575.98px) {
  .brand-sec .line p.span {
    width: 80%;
    font-size: 14px;
  }
}

.deals-sec {
  padding-top: 64px;
  padding-bottom: 96px;
}
@media (max-width: 575.98px) {
  .deals-sec {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.deals-sec .deals-title {
  color: #F8F8F8;
  font-family: "Din";
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .deals-sec .deals-title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .deals-sec .deals-title {
    font-size: 40px;
  }
}
.deals-sec .deals-wrap {
  margin-top: 83px;
}
.deals-sec .line {
  position: relative;
}
.deals-sec .line::before {
  content: "";
  background: #F0F0F0;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 0;
}
.deals-sec .line span {
  color: #F8F8F8;
  text-align: center;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%; /* 23.94px */
  background: #1D1D1D;
  width: 60%;
  margin: auto;
  z-index: 2;
  position: relative;
  padding: 0 12px;
}
@media (max-width: 575.98px) {
  .deals-sec .line span {
    width: 80%;
    font-size: 14px;
  }
}

.check-sec {
  padding: 49px 0;
}
.check-sec .check-wrap {
  text-align: center;
  border: 1.6px solid rgba(179, 179, 179, 0.3411764706);
  padding-top: 112px;
  padding-bottom: 103px;
}
@media (max-width: 575.98px) {
  .check-sec .check-wrap {
    padding: 70px 0;
  }
}
.check-sec .check-wrap h2 {
  color: #F8F8F8;
  font-family: "Din";
  text-transform: uppercase;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  margin-bottom: 49px;
}
@media (max-width: 991.98px) {
  .check-sec .check-wrap h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  .check-sec .check-wrap h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.check-sec .check-wrap a {
  padding: 35px 40px;
  display: inline-block;
  /* border-radius: 64px; */
  background: #ABBE92;
  color: #1D1D1D;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 36px */
  transition: 0.3s;
}
.check-sec .check-wrap a:hover {
  background: #356636;
  color: #F8F8F8;
}
@media (max-width: 991.98px) {
  .check-sec .check-wrap a {
    font-size: 28px;
    padding: 22px 30px;
  }
}
@media (max-width: 575.98px) {
  .check-sec .check-wrap a {
    font-size: 18px;
    padding: 14px 30px;
  }
}

.question-sec {
  background: linear-gradient(0deg, #356636 0%, #356636 100%), #1D1D1D;
  padding: 92px 0;
}
.question-sec h3 {
  color: #F8F8F8;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 36px */
  margin-bottom: 90px;
}
@media (max-width: 575.98px) {
  .question-sec h3 {
    margin-bottom: 40px;
  }
}
.question-sec .touch-box {
  border-radius: 30px;
  background: #282828;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
}
.question-sec .touch-box:hover {
  background: rgb(146, 167, 117);
}
.question-sec .touch-box:hover span {
  color: #282828;
}
.question-sec .touch-box::before {
  background-image: url("../images/touch-bg.png");
  content: "";
  left: 0;
  bottom: 0;
  width: 50%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-position: left bottom;
  background-size: contain;
}
.question-sec .touch-box span {
  position: relative;
  color: #F8F8F8;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 60px */
  margin-left: 0;
}
.question-sec .text-arrow {
  color: #F8F8F8;
  text-transform: uppercase;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 101%; /* 121.2px */
  display: flex;
  align-items: end;
}
.question-sec .text-arrow span {
  margin-left: 40px;
}
@media (max-width: 1199.98px) {
  .question-sec .text-arrow {
    font-size: 70px;
  }
  .question-sec .text-arrow svg {
    width: 120px;
  }
}
@media (max-width: 575.98px) {
  .question-sec .text-arrow {
    font-size: 50px;
  }
  .question-sec .text-arrow svg {
    max-width: 80px;
    margin-left: 0;
  }
}

.our-brand {
  padding: 102px 0 60px 0;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .our-brand {
    padding: 35px 0;
  }
}
.our-brand .go-down {
  position: absolute;
  bottom: 0;
  left: -26px;
  transform: translateY(50%);
  z-index: 2;
}
@media (max-width: 991.98px) {
  .our-brand .go-down svg {
    max-height: 40px;
  }
}
@media (max-width: 768.48px) {
  .our-brand .go-down {
    bottom: -40px;
  }
}
@media (max-width: 575.98px) {
  .our-brand .go-down {
    left: 0;
  }
}
.our-brand .brand-text {
  font-size: 360px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%; /* 532px */
  color: #ABBE92;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
  position: absolute;
  bottom: -9%;
  left: 38%;
  right: auto;
  width: 200%;
}
@media (max-width: 1399.98px) {
  .our-brand .brand-text {
    font-size: 280px;
  }
}
@media (max-width: 1199.98px) {
  .our-brand .brand-text {
    font-size: 200px;
    bottom: -2%;
  }
}
@media (max-width: 991.98px) {
  .our-brand .brand-text {
    font-size: 140px;
  }
}
@media (max-width: 768.48px) {
  .our-brand .brand-text {
    display: none;
  }
}
.our-brand .brand-content {
  position: absolute;
  top: -8%;
  left: -30px;
}
@media (max-width: 768.48px) {
  .our-brand .brand-content {
    position: relative;
    left: 0;
    margin-top: 30px;
  }
}
.our-brand .brand-content span {
  color: #ABBE92;
  font-family: "Din";
  font-size: 150px;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 72%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .our-brand .brand-content span {
    font-size: 120px;
  }
}
@media (max-width: 991.98px) {
  .our-brand .brand-content span {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .our-brand .brand-content span {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.our-brand .brand-content p {
  color: #ABBE92;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%; /* 37.24px */
}
@media (max-width: 991.98px) {
  .our-brand .brand-content p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .our-brand .brand-content p {
    font-size: 18px;
  }
}

.footer-area {
  background: #2B2B2B;
  padding-top: 102px;
  padding-bottom: 60px;
  position: relative;
}
.footer-area .form-control {
  padding: 12px;
  padding-left: 26px;
  border-radius: 30px;
  background: #F8F8F8;
  font-size: 24px;
  margin-bottom: 18px;
  min-width: 400px;
  max-width: 400px;
}
@media (max-width: 768.48px) {
  .footer-area .form-control {
    font-size: 18px;
    min-width: 100%;
    max-width: 100%;
  }
}
.footer-area .form-control::-moz-placeholder {
  color: #356636;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.footer-area .form-control::placeholder {
  color: #356636;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: block;
}
@media (max-width: 768.48px) {
  .footer-area .form-control::-moz-placeholder {
    font-size: 20px;
  }
  .footer-area .form-control::placeholder {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer-area {
    padding-top: 70px;
  }
}
.footer-area::before {
  opacity: 0.1;
  background-image: url("../images/footer-bg.png");
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  height: 85%;
  margin-top: auto;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: 70% bottom;
}
.footer-area .watermark {
  margin-top: 50px;
  margin-bottom: 30px;
}
.footer-area h4 {
  color: #F8F8F8;
  font-family: "Din";
  text-transform: uppercase;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 34px */
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  .footer-area h4 {
    font-size: 28px;
  }
}
.footer-area p {
  color: #F8F8F8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 10.8px */
}
.footer-area .btn-border {
  color: #F8F8F8;
  display: inline-block;
  padding: 14px 30px;
  /* border-radius: 64px; */
  border: 1px solid #F8F8F8;
  font-family: "Din";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  margin-bottom: 20px;
  transition: 0.3s;
}
.footer-area .btn-border:hover {
  color: rgb(248, 248, 248);
  background: rgb(53, 102, 54);
  border-color: rgb(53, 102, 54);
}
@media (max-width: 575.98px) {
  .footer-area .btn-border {
    font-size: 20px;
  }
}
.footer-area .social-list {
  margin-top: 27px;
}
@media (max-width: 575.98px) {
  .footer-area .social-list {
    margin-top: 10px;
  }
}
.footer-area .social-list li {
  display: inline-block;
  margin: 0 22px;
  transition: 0.3s;
}
.footer-area .social-list li:hover {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .footer-area .social-list li {
    margin: 0 8px;
  }
}
.footer-area .footer-link {
  margin-right: 34px;
}
.footer-area .footer-link li a {
  text-transform: uppercase;
  color: #F8F8F8;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16.2px */
  transition: 0.3s;
}
.footer-area .footer-link li a:hover {
  opacity: 0.9;
}
@media (max-width: 575.98px) {
  .footer-area .footer-link li a {
    font-size: 14px;
  }
}
.footer-area .footer-link li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .footer-area .footer-link li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.single-brand {
  padding: 102px 0;
}
@media (max-width: 575.98px) {
  .single-brand {
    padding: 35px 0 35px 0;
  }
}
.single-brand .go-down {
  position: absolute;
  bottom: 0;
  left: 60px;
  transform: translateY(50%);
}
@media (max-width: 991.98px) {
  .single-brand .go-down svg {
    max-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .single-brand .go-down {
    left: 0;
  }
}
.single-brand .btn-wrap {
  text-align: right;
  transform: translateY(-50%);
  padding-right: 28px;
  position: absolute;
  right: 0;
}
@media (max-width: 575.98px) {
  .single-brand .btn-wrap {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    padding-right: 0;
    margin-top: 30px;
  }
}
.single-brand .btn-wrap a {
  padding: 16px 46px;
  /* border-radius: 40px; */
  opacity: 0.96;
  background: #ABBE92;
  color: #1D1D1D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 26.6px */
  display: inline-block;
  margin-left: 8px;
  transition: 0.3s;
}
.single-brand .btn-wrap a:hover {
  background: #356636;
  color: #F8F8F8;
}
@media (max-width: 991.98px) {
  .single-brand .btn-wrap a {
    font-size: 16px;
    padding: 12px 30px;
  }
}
@media (max-width: 575.98px) {
  .additional-text .single-brand .btn-wrap a {
    font-size: 13px;
    padding: 8px 16px;
  }
}
.single-brand .brand-content {
  position: absolute;
  top: -40px;
}
.single-brand .brand-content.right {
  right: -30px;
  text-align: right;
}
.single-brand .brand-content.right h3 {
  justify-content: end;
}
@media (max-width: 575.98px) {
  .single-brand .brand-content.right h3 div {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .single-brand .brand-content.right {
    right: 0;
  }
}
.single-brand .brand-content.left {
  left: -30px;
}
@media (max-width: 575.98px) {
  .single-brand .brand-content.left {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .single-brand .brand-content {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.single-brand .brand-content h3, .single-brand .brand-content span {
  color: #F8F8F8;
  font-family: "Din";
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 73%; /* 0% */
  display: block;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: flex;
}
@media (max-width: 575.98px) {
  .single-brand .brand-content h3 div {
    width: 55%;
  }
}
.single-brand .brand-content h3 span {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  padding-bottom: 0;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .single-brand .brand-content h3 span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding-bottom: 4px;
    margin-left: 3px;
  }
}
@media (max-width: 991.98px) {
  .single-brand .brand-content h3, .single-brand .brand-content span {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .single-brand .brand-content h3, .single-brand .brand-content span {
    line-height: 1;
    font-size: 50px;
    margin-top: 15px;
  }
}
.single-brand .brand-content p {
  color: #F8F8F8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%; /* 26.6px */
}
@media (max-width: 991.98px) {
  .single-brand .brand-content p {
    font-size: 14px;
    line-height: 170%;
  }
}

@media (max-width: 991.98px) {
  .footer-logo svg {
    max-width: 230px;
  }
}

@media (max-width: 991.98px) {
  header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}
.go-down {
  transition: 0.3s;
}
.go-down:hover {
  transform: translateY(60%);
}

.join-content {
  background: #EAE2D4;
  padding: 53px 0;
}
.join-content .title-xl {
  margin-bottom: 58px;
}
@media (max-width: 575.98px) {
  .join-content .title-xl {
    margin-bottom: 30px;
  }
}
.join-content .single-join .img-wrap {
  position: relative;
}
.join-content .single-join .img-wrap img {
  width: 100%;
}
.join-content .single-join .img-wrap a {
  width: 134px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
  color: #000;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  padding: 12px 10px;
  position: absolute;
  bottom: 11px;
  right: 11px;
  transition: 0.3s;
}
.join-content .single-join .img-wrap a:hover {
  color: #356636;
}
.join-content .single-join h3 {
  color: #000;
  font-family: "Stag";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 20px */
  margin: 20px 0;
}
.join-content .single-join p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2; /* 16px */
}

@media (min-width: 1200px) {
  .gx-66 {
    --bs-gutter-x: 66px;
  }
}
.title-xl {
  color: #000;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 110px */
}
@media (max-width: 991.98px) {
  .title-xl {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .title-xl {
    font-size: 36px;
  }
}
.subscribe-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.offer-content{
  padding: 53px 0;
  background: #EAE2D4;
}
.touch-content {
  padding: 53px 0;
  background: #EAE2D4;
  text-align: center;
}
.touch-content textarea {
  resize: none;
  overflow: hidden;
}
.touch-content .big-text {
  text-decoration: underline;
  color: #356636;
  font-family: "Din";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 36px */
  display: inline-block;
  margin-top: 34px;
  margin-bottom: 27px;
}
@media (max-width: 768.48px) {
  .touch-content .big-text {
    font-size: 28px;
  }
}
.touch-content p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 17.28px */
  margin-bottom: 6px;
}
.touch-content p a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 17.28px */
}
.touch-content .title-xl {
  margin-bottom: 37px;
}
.touch-content .form-control {
  height: 72px;
  padding-left: 26px;
  border-radius: 20.8px;
  background: #F8F8F8;
  font-size: 24px;
}
@media (max-width: 768.48px) {
  .touch-content .form-control {
    font-size: 18px;
  }
}
.touch-content .form-control::-moz-placeholder {
  color: #356636;
  text-transform: uppercase;
  font-family: "Test";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.touch-content .form-control::placeholder {
  color: #356636;
  text-transform: uppercase;
  font-family: "Test";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  display: block;
}
@media (max-width: 768.48px) {
  .touch-content .form-control::-moz-placeholder {
    font-size: 20px;
  }
  .touch-content .form-control::placeholder {
    font-size: 20px;
  }
}
.touch-content textarea.form-control {
  height: -moz-max-content;
  height: max-content;
}
.touch-content button {
  /* border-radius: 20.8px; */
  background: #F8F8F8;
  display: flex;
  width: 100%;
  border: none;
  color: #356636;
  height: 72px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Test";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s;
}
.touch-content button:hover {
  background: #356636;
  color: #F8F8F8;
}
@media (max-width: 768.48px) {
  .touch-content button {
    font-size: 20px;
  }
}

.g-20 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.education-content {
  padding: 58px 0;
  padding-bottom: 0;
  background: #EAE2D4;
}
@media (max-width: 575.98px) {
  .education-content {
    padding-bottom: 40px;
  }
}
.education-content .single-education {
  padding-top: 65px;
  padding-bottom: 58px;
}
@media (max-width: 575.98px) {
  .education-content .single-education {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.education-content .single-education h2 {
  color: #000;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 50px */
  margin-bottom: 28px;
}
@media (max-width: 768.48px) {
  .education-content .single-education h2 {
    font-size: 30px;
  }
}
@media (max-width: 768.48px) {
  .education-content .single-education h2 {
    margin-bottom: 18px;
  }
}
.education-content .single-education p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3; /* 18px */
  margin-bottom: 28px;
}
@media (max-width: 768.48px) {
  .education-content .single-education p {
    font-size: 16px;
  }
}
.education-content .single-education a {
  width: 220px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #332F2B;
  color: #F8F8F8;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  transition: 0.3s;
}
@media (max-width: 575.98px) {
  .education-content .single-education a {
    font-size: 18px;
  }
}
.education-content .single-education a:hover {
  background: #000;
}

@media (min-width: 1200px) {
  .gx-108 {
    --bs-gutter-x: 108px;
  }
}
.article-banner {
  position: relative;
}
@media (max-width: 575.98px) {
  .article-banner .container-fluid.max {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.article-banner img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-banner .article-content {
  /* position: absolute; */
  left: 0;
  right: 0;
  bottom: 33px;
  background: #EAE2D4;
}
@media (min-width: 1200px) {
  .article-banner .article-content {
    left: -60px;
  }
}
@media (min-width: 1400px) {
  .article-banner .article-content {
    left: -120px;
  }
}
.article-banner .article-content h1 {
  color: #000;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 160px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 200px */
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .article-banner .article-content h1 {
    font-size: 120px;
  }
}
@media (max-width: 991.98px) {
  .article-banner .article-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 768.48px) {
  .article-banner .article-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .article-banner .article-content h1 {
    font-size: 50px;
  }
}
.article-banner .article-content ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.article-banner .article-content ul li {
  text-transform: uppercase;
  font-family: "Din";
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  display: flex;
  align-items: center;
}
@media (max-width: 991.48px) {
.article-banner .article-content ul li {
    font-size: 16px;
  }
}
@media (max-width: 768.48px) {
  .article-banner .article-content ul li {
    font-size: 14px;
  }
}
.article-banner .article-content ul li span {
  color: #000;
  text-transform: capitalize;
  font-family: "Oakes";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 12px */
  display: block;
  margin: 0 5px;
}
@media (max-width: 768.48px) {
  .article-banner .article-content ul li span {
    font-size: 12px;
    margin: 0 3px;
  }
}
.article-wrap ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 10px;
  list-style: disc;
  margin-left:20px;
}

ul {
  padding-left: 15px;
}

.article-wrap a {
  color: #000;
  text-decoration: underline;
}

.article-wrap a:hover {
  text-decoration: none;
}

.article-wrap h3 , h2 {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.article-wrap strong {
  font-weight: 700;
}

.article-wrap .shop-now-btn {
  font-family: "Din";
  /* border-radius: 50px; */
  background: #332f2c;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.article-wrap .shop-now-btn:hover {
  background: #356636;
  color: #F8F8F8;
}

.article-wrap {
  background: #EAE2D4;
}
.article-wrap p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.article-wrap .top-sec {
  padding-top: 66px;
  /* padding-bottom: 100px; */
  background: #EAE2D4;
}
.article-wrap .top-sec p {
  margin-bottom: 28px;
}
.article-wrap .middle-sec {
  background: #FFBB3E;
  padding-bottom: 33px;
}
.article-wrap .middle-sec img {
  margin-top: -90px;
}
.article-wrap .bottom-sec p {
  margin-bottom: 28px;
}
.article-wrap .bottom-sec .slide-top {
  margin-bottom: 28px;
  margin-top: -300px;
}
@media (max-width: 1370px) {
  .article-wrap .bottom-sec .slide-top {
    margin-top: -256px;
  }
}
@media (max-width: 1290px) {
  .article-wrap .bottom-sec .slide-top {
    margin-top: -210px;
  }
}
@media (max-width: 1199.98px) {
  .article-wrap .bottom-sec .slide-top {
    margin-top: -217px;
  }
}
@media (max-width: 991.98px) {
  .article-wrap .bottom-sec .slide-top {
    margin-top: -80px;
  }
}
@media (max-width: 768.48px) {
  .article-wrap .bottom-sec .slide-top {
    margin-top: 20px;
  }
}
.article-wrap .bottom-sec .slide-top img {
  margin-left: 45px;
}
@media (max-width: 768.48px) {
  .article-wrap .bottom-sec .slide-top img {
    margin-left: 0;
    margin-top: 28px;
  }
}
.article-wrap .bottom-sec .slide-top .col-md-7 p:last-child {
  margin-bottom: 0;
}
.article-wrap .end-sec {
  padding-top: 28px;
}
.article-wrap .end-sec img {
  margin-bottom: 60px;
}
.article-wrap .end-sec p {
  margin-bottom: 28px;
  margin-top:20px;
}
.article-wrap .end-sec .line {
  border-radius: 10px;
  opacity: 0.4;
  background: #A7A7A7;
  height: 2px;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 575.98px) {
  .article-wrap .end-sec .line {
    margin-bottom: 50px;
  }
}
.article-wrap .end-sec .share-list {
  margin-top: 40px;
  margin-bottom: 100px;
}
@media (max-width: 575.98px) {
  .article-wrap .end-sec .share-list {
    margin-bottom: 50px;
  }
}
.article-wrap .end-sec .share-list li {
  display: inline-block;
}
.article-wrap .end-sec .share-list li svg {
  width: 70px;
  height: 40px;
}

.related-article {
  padding-top: 40px;
  margin-top: -1px;
  background: #EAE2D4;
  padding-bottom: 100px;
}
@media (max-width: 575.98px) {
  .related-article {
    padding-bottom: 70px;
  }
}
.related-article .single-box {
  text-align: center;
  display: block;
}
.related-article .single-box h3 {
  color: #000;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 40px;
  margin-top: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 50px */
}
@media (max-width: 768.48px) {
  .related-article .single-box h3 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .related-article .single-box h3 {
    font-size: 30px;
  }
}
.related-article .single-box h4 {
  color: #000;
  text-transform: uppercase;
  font-family: "Oakes";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 28px */
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768.48px) {
  .related-article .single-box h4 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .related-article .single-box h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.related-article .single-box p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 38px;
}
@media (max-width: 575.98px) {
  .related-article .single-box p {
    margin-bottom: 12px;
  }
}
.related-article .single-box span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

@media (min-width: 1200px) {
  .g-c {
    --bs-gutter-x: 88px;
    --bs-gutter-y: 54px;
  }
}
.product-banner {
  position: relative;
}
.product-banner img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-banner .product-title {
  position: absolute;
  left: 90px;
  right: 90px;
  top: 48px;
}
@media (max-width: 768.48px) {
  .product-banner .product-title {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 575.98px) {
  .product-banner .product-title {
    top: 10px;
  }
}
.product-banner .product-title h1 {
  color: #000;
  font-family: "Din";
  font-size: 130px;
  font-style: normal;
  font-weight: 500;
  line-height: 81%; /* 121.5px */
}

@media (max-width: 1640px) {
  .product-banner .product-title h1 {
    font-size: 115px;
  }
}
@media (max-width: 1440px) {
  .product-banner .product-title h1 {
    font-size: 100px;
  }
}

@media (max-width: 1199.98px) {
  .product-banner .product-title h1 {
    font-size: 110px;
  }
}
@media (max-width: 991.98px) {
  .product-banner .product-title h1 {
    font-size: 70px;
  }
}
@media (max-width: 768.48px) {
  .product-banner .product-title h1 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .product-banner .product-title h1 {
    font-size: 45px;
  }
}
.product-banner span {
  font-size: 360px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
  color: #B49E80;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}
@media (max-width: 768.48px) {
  .product-banner span {
    font-size: 200px;
  }
}
@media (max-width: 768.48px) {
  .product-banner span {
    font-size: 150px;
  }
}
.product-banner .running-text {
  transform: translateY(-58%);
  position: absolute;
  left: 0;
  right: 0;
}
.product-banner .running-text.blue span {
  color: #4F72A2;
}
.product-banner .running-text.yellow span {
  color: #E9E722;
}

@media (min-width: 1200px) {
  .gx-90 {
    --bs-gutter-x: 155px;
  }
}
.product-info {
  padding-top: 127px;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}
.product-info .shadow2 {
  filter: drop-shadow(0 -6mm 4mm rgba(0, 0, 0, 0.2));
}
.product-info .product-item {
  padding: 44px 0;
}
@media (max-width: 575.98px) {
  .product-info .product-item img {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .product-info .product-item .col-md-5 {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .product-info .product-item .col-md-7 {
    padding-right: 57px;
  }
}
.product-info .product-item .btn-shop {
  border-radius: 50px;
  background: #363636;
  padding: 14px 50px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 45px */
  transition: 0.3s;
  position: absolute;
  right: 28px;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .product-info .product-item .btn-shop {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .product-info .product-item .btn-shop {
    font-size: 24px;
    right: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.product-info .product-item .btn-shop:hover {
  background: #356636;
}
.product-info .product-item table {
  text-align: left;
  border: 2px solid rgba(216, 216, 216, 0.88);
  width: 100%;
}
.product-info .product-item table tbody tr:not(:last-child) {
  border-bottom: 2px solid rgba(216, 216, 216, 0.88);
}
.product-info .product-item table tbody tr td {
  border-right: 2px solid rgba(216, 216, 216, 0.88);
  padding: 34px;
}
@media (max-width: 991.98px) {
  .product-info .product-item table tbody tr td {
    padding: 28px;
  }
}
@media (max-width: 575.98px) {
  .product-info .product-item table tbody tr td {
    padding: 18px;
  }
}
.product-info .product-item h4 {
  color: #FFF;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 90%; /* 135px */
}
@media (max-width: 991.98px) {
  .product-info .product-item h4 {
    font-size: 90px;
  }
}
@media (max-width: 575.98px) {
  .product-info .product-item h4 {
    font-size: 70px;
  }
}
.product-info .product-item span {
  color: #C8C8C8;
  font-family: "Din";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18px */
  display: block;
}
@media (max-width: 991.98px) {
  .product-info .product-item span {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .product-info .product-item span {
    font-size: 16px;
  }
}
.product-info .product-item .title {
  color: #FFF;
  font-family: "Oakes";
  text-transform: capitalize;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 18px */
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 991.98px) {
  .product-info .product-item .title {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .product-info .product-item .title {
    font-size: 16px;
  }
}
.product-info .product-item p {
  text-align: left;
  color: #FFF;
  font-family: "Din";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 18px */
  position: relative;
  margin-bottom: 7px;
}
@media (max-width: 991.98px) {
  .product-info .product-item p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .product-info .product-item p {
    font-size: 16px;
  }
}
.product-info .product-item ul {
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .product-info .product-item ul {
    padding-left: 5px;
  }
}
.product-info .product-item ul li {
  color: #FFF;
  font-family: "Din";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 18px */
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}
@media (max-width: 991.98px) {
  .product-info .product-item ul li {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .product-info .product-item ul li {
    font-size: 16px;
  }
}
.product-info .product-item ul li::before {
  width: 8px;
  height: 8px;
  background: #fff;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
@media (max-width: 575.98px) {
  .product-info .product-item ul li::before {
    top: 4px;
  }
}
.product-info .p-logo {
  margin-bottom: 46px;
}
@media (max-width: 575.98px) {
  .product-info .p-logo {
    max-width: 120px;
  }
}
@media (max-width: 575.98px) {
  .product-info .p-logo.xl {
    max-width: 180px;
  }
}
.product-info p {
  color: #F8F8F8;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%; /* 26.6px */
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .product-info p {
    font-size: 18px;
  }
}
.product-info .product-details {
  padding-top: 180px;
}
.product-info .product-details .details-title {
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%; /* 168px */
  letter-spacing: -10.5px;
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(12deg, 0deg);
  margin-bottom: 55px;
}
@media (max-width: 1199.98px) {
  .product-info .product-details .details-title {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .product-info .product-details .details-title {
    font-size: 68px;
    letter-spacing: -5px;

  }
}
@media (max-width: 768.48px) {
  .product-info .product-details .details-title {
    font-size: 55px;
    letter-spacing: -4px;
  }
}
@media (max-width: 575.98px) {
  .product-info .product-details .details-title {
    font-size: 35px;
    letter-spacing: -3px;
  }
  .product-info .product-details {
    padding-top: 60px;
  }
  .product-info .product-details .details-title {
    margin-bottom: 25px;
  }
}
.product-info .product-details .details-title::before {
  width: 200%;
  left: -100%;
  position: absolute;
  background: #AF997C;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  right: 43%;
  left: auto;
  transform: translateY(-40%);
}
.product-info .product-details .details-title::after {
  width: 200%;
  left: -100%;
  position: absolute;
  background: #D9D9D9;
  height: 2px;
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: auto;
  bottom: -25px;
  top: auto;
}
.product-info .product-details .details-title::before {
  right: 34%;
}
.product-info.black {
  background: #4A494D;
  background-blend-mode: normal, color-burn, normal;
  box-shadow: linear-gradient(209deg, rgba(0, 0, 0, 0.2) 12.87%, rgba(0, 0, 0, 0) 67.78%);
}
.product-info.blue {
  box-shadow: -2px 6px 20px 0px rgba(0, 0, 0, 0.9);
  background: #4D70A0;
}
.product-info.blue .details-title::before {
  background: #38B58C;
}
.product-info.green {
  box-shadow: -2px 6px 20px 0px rgba(0, 0, 0, 0.9);
  background: #00A651;
}
.product-info.green .details-title::before {
  background: #E9E722;
}

.filter-wrap {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .filter-wrap .dropdown.bootstrap-select {
    margin-right: -8px;
  }
}
.filter-wrap .dropdown.bootstrap-select {
  margin-right: -8px;
}
.filter-wrap .dropdown.bootstrap-select .dropdown-toggle {
  border-radius: 39px;
  background: #3D3D3D;
  padding: 20px;
  border: none !important;
  outline: none !important;
  color: #fff;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 23.4px */
}
.filter-wrap .dropdown.bootstrap-select .dropdown-toggle::after {
  border: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='15' viewBox='0 0 25 15' fill='none'%3E %3Cpath d='M22.5402 0.832031H11.6703H1.8822C0.207229 0.832031 -0.630256 2.85595 0.55618 4.0424L9.59408 13.0803C11.0422 14.5284 13.3977 14.5284 14.8458 13.0803L18.283 9.64308L23.8837 4.0424C25.0526 2.85595 24.2152 0.832031 22.5402 0.832031Z' fill='white'/%3E %3C/svg%3E");
  width: 23px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .filter-wrap .dropdown.bootstrap-select .dropdown-toggle::after {
    width: 16px;
    height: 8px;
  }
}
@media (max-width: 575.98px) {
  .filter-wrap .dropdown.bootstrap-select .dropdown-toggle {
    font-size: 20px;
    padding: 14px;
  }
}
.filter-wrap .dropdown.bootstrap-select .dropdown-menu {
  background: #3D3D3D;
  padding-top: 0;
  padding-bottom: 0;
}
.filter-wrap .dropdown.bootstrap-select .dropdown-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .filter-wrap .dropdown.bootstrap-select .dropdown-menu li a {
    font-size: 16px;
  }
}
.filter-wrap .dropdown.bootstrap-select .dropdown-menu li a:hover {
  background: rgba(53, 102, 54, 0.4784313725);
}
.filter-wrap .dropdown.bootstrap-select .dropdown-menu li.selected.active a {
  background: #356636;
}

.grecaptcha-badge {
  visibility: hidden;
}

label.error {
  padding-top: 10px;
  color: red;
  font-size: 15px;
}

form .g-20 .col-md-6, form .g-20 .col-md-12 {
  text-align: left;
}

.captchInfo a {
  text-decoration: underline;
}

.captchInfo a:hover {
  text-decoration: none;
}

.touch-content button {
 /*  border-radius: 20.8px; */
  background: #356636;
  display: flex;
  width: 100%;
  border: none;
  color: #F8F8F8;
  height: 72px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Test";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s;
}

.touch-content button:hover {
  background: #F8F8F8;
  color: #356636;
}

#verification {
  text-align: center;
  z-index: 999999;
}
#verification p {
  text-transform: uppercase;
  color: #000;
  font-family: "Din";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 30px 0;
}
#verification .modal-content {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: -2px 6px 10px 0px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#verification .modal-content .modal-body {
  padding: 24px;
}
#verification .modal-content img {
  max-width: 200px;
}
#verification .modal-content a {
  display: block;
  width: 100%;
  border: 2px solid #356636;
  padding: 22px 12px;
  color: #000;
  font-family: "Stag";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
}
#verification .modal-content a:hover {
  color: #F0F0F0;
  background: #356636;
}

#verification {
  background-color: transparent;
  background-image: url("../../../uploads/age-verification-bg/banner.jpg");
  opacity: 1 !important;
  z-index: 99999;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  overflow-x: hidden;
}

.splash-head {
  font-family: "Oakes";
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  padding: 25px 0;
  color: #000000;
}
@media (max-width: 575.98px) {
  .splash-head {
    padding: 18px 0;
    font-size: 18px;
    line-height: 1.2;
  }
}
.splash-head svg {
  margin-right: 13px;
}

.splash-banner {
  position: relative;
}
.splash-banner .banner-bg {
  min-height: 500px;
}
.splash-banner .splash-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening-sec {
  min-height: 100vh;
  background: #4A494D;
  padding: 100px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768.48px) {
  .opening-sec {
    min-height: auto;
  }
}
.opening-sec h1 {
  font-family: "Din";
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0em;
  text-align: center;
  color: #F8F8F8;
}
.opening-sec h1 span {
  font-size: 70px;
}
@media (max-width: 991.98px) {
  .opening-sec h1 {
    font-size: 90px;
  }
}
@media (max-width: 575.98px) {
  .opening-sec h1 {
    font-size: 60px;
  }
  .opening-sec h1 span {
    font-size: 50px;
  }
}

.splash-info {
  background-image: url("../images/splash-bg.png");
  padding: 100px 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media (max-width: 768.48px) {
  .splash-info {
    min-height: auto;
  }
}
.splash-info .splash-box {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 45px 40px;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  text-align: center;
}
.splash-info .splash-box svg {
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .splash-info .splash-box svg {
    width: 80%;
    height: auto;
  }
}
.splash-info .splash-box:hover svg {
  transform: scale(1.1);
}
.splash-info .splash-box p {
  font-family: "Oakes";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 991.98px) {
  .splash-info .splash-box p {
    font-size: 20px;
  }
}

.join-sec {
  background: #4A494D;
  padding: 100px 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media (max-width: 768.48px) {
  .join-sec {
    min-height: auto;
  }
}
.join-sec .join-heading {
  position: relative;
  text-transform: uppercase;
}
.join-sec .join-heading::before {
  position: absolute;
  height: 110%;
  border-radius: 25px;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  width: 200%;
  right: -7%;
  background: #F8F8F8;
  transform: translateY(-10%);
}
.join-sec .join-heading p {
  font-family: "Oakes";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0em;
  color: #F8F8F8;
  position: relative;
  display: none;
}
@media (min-width: 1100px) {
  .join-sec .join-heading p {
    margin-left: 28px;
  }
}
@media (max-width: 1199.98px) {
  .join-sec .join-heading p {
    margin-left: 18px;
  }
}
@media (max-width: 991.98px) {
  .join-sec .join-heading p {
    margin-left: 12px;
  }
}
@media (max-width: 575.98px) {
  .join-sec .join-heading p {
    font-size: 16px;
    margin-left: 8px;
  }
}
.join-sec .join-heading h2 {
  position: relative;
  font-family: "Stag";
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #F8F8F8;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .join-sec .join-heading h2 {
    font-size: 120px;
  }
}
@media (max-width: 768.48px) {
  .join-sec .join-heading h2 {
    font-size: 90px;
  }
}
@media (max-width: 575.98px) {
  .join-sec .join-heading h2 {
    font-size: 50px;
  }
}
.join-sec .form-wrap {
  margin-top: 70px;
}
.join-sec .form-wrap .form-check {
  margin-bottom: 5px;
  display: flex;
  align-items: start;
}
.join-sec .form-wrap .form-check .form-check-input {
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  box-shadow: 2px 2px 0px 0px #000000;
}
.join-sec .form-wrap .form-check label {
  width: 98%;
  margin-left: 10px;
  font-family: "Oakes";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #F8F8F8;
}
.join-sec .form-wrap button {
  box-shadow: 2.4000000954px 3.6000001431px 0px 0px #000000;
  background: #346636;
  color: #F9F9F9;
  border-radius: 36px;
  border: none;
  font-family: "Oakes";
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: 0.3s;
  text-transform: uppercase;
  padding: 24px 35px;
  padding-bottom: 20px;
}
.join-sec .form-wrap button:hover {
  background: #F9F9F9;
  color: #000;
}
.join-sec .form-wrap .form-control {
  background: #F9F9F9;
  box-shadow: 2.4000000954px 3.6000001431px 0px 0px #000000;
  border-radius: 35px;
  padding: 16px;
  border: none;
}
.join-sec .form-wrap .form-control::-moz-placeholder {
  color: #D0D0D0;
  text-transform: uppercase;
  font-family: "Oakes";
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
}
.join-sec .form-wrap .form-control::placeholder {
  color: #D0D0D0;
  text-transform: uppercase;
  font-family: "Oakes";
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
}

.new-brand {
  background-image: url("../images/splash-bg.png");
  padding: 100px 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media (max-width: 768.48px) {
  .new-brand {
    min-height: auto;
  }
}
.new-brand .brand-wrap {
  margin-top: 50px;
}
.new-brand .brand-wrap .brand-box {
  background: #FFFFFF;
  box-shadow: 5px 5px 0px 0px #000000;
  border-radius: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .new-brand .brand-wrap .brand-box {
    padding: 15px;
  }
}
.new-brand .brand-wrap .brand-box svg {
  max-height: 190px;
  max-width: 190px;
  width: 150px;
  height: 150px;
  transition: 0.3;
}
@media (max-width: 575.98px) {
  .new-brand .brand-wrap .brand-box svg {
    width: 120px;
    height: 120px;
  }
}
.new-brand h2 {
  background: #FFFFFF;
  font-family: "Oakes";
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  padding: 30px 38px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 25px;
  box-shadow: 3px 3px 0px 0px #000000;
  color: #161616;
  padding-bottom: 22px;
}
@media (max-width: 991.98px) {
  .new-brand h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .new-brand h2 {
    font-size: 26px;
    padding: 30px 20px;
  }
}
.new-brand h2 span {
  font-family: "Stag";
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 991.98px) {
  .new-brand h2 span {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .new-brand h2 span {
    font-size: 26px;
  }
}

.inquery-sec {
  background: #4A494D;
  padding: 100px 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media (max-width: 768.48px) {
  .inquery-sec {
    min-height: auto;
  }
}
.inquery-sec a {
  font-family: "Oakes";
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  max-width: 180px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 25px 10px;
  padding-bottom: 15px;
  border-radius: 36px;
  margin-top: 50px;
  box-shadow: 0px 3px 0px 0px #000000;
  transition: 0.3s;
  background: #346636;
  color: #F9F9F9;
}
@media (max-width: 768.48px) {
  .inquery-sec a {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .inquery-sec a {
    font-size: 24px;
  }
}
.inquery-sec a:hover {
  background: #FFFFFF;
  color: #000000;
}
.inquery-sec h2 {
  position: relative;
  font-family: "Stag";
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #F8F8F8;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1280px) {
  .inquery-sec h2 {
    font-size: 90px;
  }
}
@media (max-width: 768.48px) {
  .inquery-sec h2 {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .inquery-sec h2 {
    font-size: 40px;
  }
}

.splash-footer {
  background-image: url("../images/spalash-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .splash-footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.splash-footer img {
  max-width: 55px;
}
.splash-footer p {
  font-family: "Oakes";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-top: 10px;
}
.splash-footer ul li {
  display: inline-block;
  font-family: "Oakes";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0em;
  color: #000000;
}
.splash-footer ul li:not(:last-child) {
  margin-right: 14px;
}
.splash-footer ul li a {
  font-family: "Stag";
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline;
  transition: 0.3s;
}
.splash-footer ul li a:hover {
  color: #F9F9F9;
}

.v-logo {
  max-width: 55px;
  margin-bottom: 10px;
}

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

ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 27px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  ul.list {
    height: 23px;
  }
}

ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.list li {
  float: left;
  padding-left: 20px;
}

@media (max-width: 575.98px) {
  .our-story .ourstory-text {
    transform: translateY(-125%) rotate(0) !important;
  }
  .our-brand .brand-content {
    opacity: 1 !important;
  }
}
@media (max-width: 575.98px) {
  .brand-content.right .row {
    justify-content: start !important;
    text-align: left !important;
  }
}

@media (max-width: 575.98px) {
  .single-brand .brand-content.right h3 {
    justify-content: start !important;
  }
}

.verona-sec .shop-content .shop-button {
  font-family: "Din";
  border-radius: 50px;
  background: #356636;
  font-weight: 300 !important;
  padding: 10px 20px;
  font-size: 28px;
  color: #F8F8F8;
  text-transform: uppercase;
  margin-top: 24px;
  display: inline-block;
}
.verona-sec .shop-content .shop-button:hover {
  background: rgb(146, 167, 117);
  color: #F8F8F8;
}
@media (max-width: 1281px) {
  .verona-sec .shop-content .shop-button {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .verona-sec .shop-content .shop-button {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .verona-sec .shop-content .shop-button {
    padding: 8px 16px;
  }
}

.content-wrap p {
  margin-bottom: 15px;
}

.modalClose {
  animation: 1s ease 1s normal forwards 2 fadein;
  -webkit-animation: 1s ease 1s normal forwards 1 fadein;
  opacity: 0.2;
}

@keyframes fadein {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
.splash-footer ul li a:hover svg {
  opacity: 0.7;
}

.footer-area p.info {
  font-size: 13px;
  margin-bottom: 30px;
}

.opacity-0 {
  opacity: 0;
}

.internal-page {
  text-align: left;
}

.internal-page h2, .internal-page h3{
  color: #356636;
}

.internal-page p, .internal-page ul {
  font-size: 16px;
  color: #000;
}

.internal-page p a {
  text-decoration: underline;
}

.internal-page p a:hover {
  text-decoration: none;
}

.footer-area h3 {
  color: #F8F8F8;
  margin-bottom: 20px;
}

.footer-area .info a {
  color: #F8F8F8;
  text-decoration: underline;
}

.footer-area .info a:hover {
  color: #F8F8F8;
  text-decoration: none;
}

.internal-page ul {
  list-style: disc;
}

.v-logo {
  max-width: 55px;
  margin-bottom: 10px;
}

.verona-sec .shop-content .shop-button {
  font-family: "Din";
  border-radius: 50px;
  background: #356636;
  font-weight: 300 !important;
  padding: 10px 20px;
  font-size: 28px;
  color: #F8F8F8;
  text-transform: uppercase;
  margin-top: 24px;
  display: inline-block;
}

.verona-sec .shop-content .shop-button:hover {
  background: rgb(146, 167, 117);
  color: #F8F8F8;
}

@media (max-width: 1281px) {
  .verona-sec .shop-content .shop-button {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .verona-sec .shop-content .shop-button {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  /* .banner-area .single-banner img {
    min-height: 530px;
  } */
  .verona-sec .shop-content .shop-button {
    padding: 8px 16px;
  }
  .brand-content.right .row {
    justify-content: start !important;
    text-align: left !important;
  }
  .single-brand .btn-wrap a {
    font-size: 16px;
    padding: 14px 28px;
  }
  .single-brand .brand-content.right h3 {
    justify-content: start !important;
  }
}
.question-sec .text-arrow {
  color: #F8F8F8;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 101%; /* 121.2px */
  display: flex;
  align-items: end;
}

.question-sec .text-arrow span {
  margin-left: 40px;
}

@media (max-width: 1199.98px) {
  .question-sec .text-arrow {
    font-size: 70px;
  }
  .question-sec .text-arrow svg {
    width: 120px;
  }
}
@media (max-width: 575.98px) {
  .question-sec .text-arrow {
    font-size: 50px;
  }
  .question-sec .text-arrow svg {
    max-width: 80px;
    margin-left: 0;
  }
}
.content-wrap p {
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  div#div0 h3 span {
    margin-top: 44px;
    margin-left: -10px;
  }
  div#div1 h3 span {
    margin-top: 44px;
    margin-left: -10px;
  }
  div#div2 h3 span {
    margin-top: 0px;
    margin-left: -50px;
}
  div#div3 h3 span {
    margin-left: -30px;
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    position: absolute;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: auto;
    box-shadow: none;
    border: none;
    outline: none;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler span {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background-image: none;
    outline: none;
    left: 0;
    margin: auto;
  }
  .navbar-toggler span:nth-child(1) {
    top: 16px;
  }
  .navbar-toggler span:nth-child(2) {
    top: 20px;
  }
  .navbar-toggler span:nth-child(3) {
    top: 24px;
  }
  .navbar-toggler span {
    width: 20px;
    background-color: #fff;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background-image: none;
    outline: none;
    left: 0;
    margin: auto;
  }
  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 84px;
    z-index: 9999;
    transition: 0.25s ease-in-out;
    background: #1D1D1D;
    display: block !important;
    right: -100%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991.98px) and (min-width: 768.5px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .menu-active {
    overflow: hidden;
  }
  .menu-active .mu-elearning .navbar-toggler {
    background: #F6F7FA;
  }
  .menu-active .mu-elearning .navbar-toggler span {
    background-color: #fff;
  }
  .menu-active .navbar-collapse {
    right: 0;
    overflow: auto;
  }
  .menu-active .navbar-toggler span:nth-child(1) {
    top: 20px;
    transform: rotate(135deg);
  }
  .menu-active .navbar-toggler span:nth-child(2) {
    opacity: 0;
  }
  .menu-active .navbar-toggler span:nth-child(3) {
    top: 20px;
    transform: rotate(-135deg);
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    top: 135px;
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991.98px) and (max-width: 920px) {
  .navbar-collapse {
    top: 135px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .navbar-collapse {
    top: 135px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .navbar-collapse {
    top: 140px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .navbar-collapse {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse.menusticky {
    top: 100px;
  }
}
@media (max-width: 991.98px) and (max-width: 920px) {
  .navbar-collapse.menusticky {
    top: 80px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .navbar-collapse.menusticky {
    top: 85px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .navbar-collapse.menusticky {
    top: 75px;
  }
}

.header-top {
  background: #ABBE92;
  padding: 12px 0px;
  position: relative;
  background-blend-mode: overlay, normal;
  padding-bottom: 5px;
}
@media (max-width: 991.98px) {
  .header-top {
    padding: 14px;
  }
}
.header-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 360px;
  background-image: url("../images/header-bg.svg");
  background-repeat: no-repeat;
  opacity: 0.1;
  height: 100%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .header-top::before {
    width: 70%;
  }
}
.header-top h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 70px */
  font-family: "Test";
  margin-bottom: 2px;
}
@media (max-width: 1199.98px) {
  .header-top h2 {
    font-size: 30px;
  }
}
@media (max-width: 768.48px) {
  .header-top h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.header-top ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-family: "Oakes";
  font-weight: 400;
  line-height: 1.3; /* 18px */
  position: relative;
/*  word-wrap: break-word;*/
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 768.48px) {
  .header-top ul li {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .header-top ul li {
    font-size: 14px;
  }
}
.header-top ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.39579 0L6.84768 5.09091L0.0527344 7L6.84768 8.90909L9.39579 14L11.9439 8.90909L18.7388 7L11.9439 5.09091L9.39579 0Z' fill='%23F8F8F8'/%3E %3C/svg%3E ");
  left: -36px;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
.header-top ul li::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.39579 0L6.84768 5.09091L0.0527344 7L6.84768 8.90909L9.39579 14L11.9439 8.90909L18.7388 7L11.9439 5.09091L9.39579 0Z' fill='%23F8F8F8'/%3E %3C/svg%3E ");
  right: -36px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}

.header-top ul li:not(:last-child) {
  margin-bottom: 21px;
}
@media (max-width: 575.98px) {
  .header-top ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.header-top ul li span {
  font-weight: 600;
}

.navbar {
  background: #1D1D1D;
  padding: 28px 0;
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 44px 0;
  }
}
@media (max-width: 575.98px) {
  .navbar {
    padding: 40px 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-family: "Din";
  text-transform: uppercase;
  color: #F8F8F8;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  margin-right: 26px;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ABBE92;
}
.nav-item p{
    color: #F8F8F8;
    font-family: 'DIN';
}
div.ms-auto.nav-text p{
    text-transform: uppercase;
    color: #F8F8F8;
    font-size: 20px;
    font-family: 'DIN';
}

@media (max-width: 1281px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  div.ms-auto.nav-text p{font-size: 16px;}
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  div.ms-auto.nav-text p{font-size: 14px;}
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .navbar .navbar-nav .nav-item .nav-link.menu-text {
    margin-top: 20px;
  }
}
.navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-radius: 50px;
    background: #ABBE92;
    color: #1D1D1D;
    padding: 10px 20px;
  }
  .navbar .navbar-nav .nav-item:last-child:hover .nav-link {
    background: #356636;
    color: #F8F8F8;
  }
}

.shop-link {
  font-family: "Din";
  /* border-radius: 50px; */
  background: #ABBE92;
  padding: 10px 20px;
  color: #1D1D1D;
  text-transform: uppercase;
  cursor: pointer;
}
.shop-link:hover {
  background: #356636;
  color: #F8F8F8;
}
@media (max-width: 1281px) {
  .shop-link {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .shop-link {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .shop-link {
    position: absolute;
    right: 65px;
    font-size: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 575.98px) {
  .shop-link {
    padding: 8px 16px;
  }
}

.logo-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.logo-wrap img{
    max-width: 220px;
}
@media (max-width: 991.98px) {
  .logo-wrap {
    left: 20px;
    right: auto;
  }
}

.menu-text {
  display: none;
}

@media (max-width: 991.98px) {
  .menu-text {
    display: block;
  }
  .nav-text{
      display: none;
  }

}
.header-area.header-primary {
  position: sticky;
  top: -1px;
  z-index: 99999;
}

.header-area.header-secondary {
  background-image: url("../images/header-bg.png");
  background-size: cover;
}
@media (max-width: 991.98px) {
  .header-area.header-secondary {
    position: sticky;
    top: 0;
    z-index: 99999;
  }
}
.header-area.header-secondary .navbar {
  background: rgba(0, 0, 0, 0.4235294118);
  padding: 64px 0;
}
@media (max-width: 991.98px) {
  .header-area.header-secondary .navbar {
    padding: 44px 0;
  }
}
@media (max-width: 991.98px) {
  .header-area.header-secondary .navbar-collapse {
    top: 86px;
  }
}
@media (max-width: 991.98px) and (max-width: 920px) {
  .header-area.header-secondary .navbar-collapse {
    top: 83px;
  }
}
@media (max-width: 991.98px) and (max-width: 768.48px) {
  .header-area.header-secondary .navbar-collapse {
    top: 86px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .header-area.header-secondary .navbar-collapse {
    top: 84px;
  }
}

.shadow1 {
  box-shadow: -2px 6px 20px 0px rgba(0, 0, 0, 0.3);
}

body {
  font-family: "Oakes";
  line-height: 1.5;
  color: #263238;
  font-size: 24px;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  color: #14253B;
  font-weight: 500;
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.17;
}
.title-sm {
  color: #000;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 110px */
}
@media (max-width: 991.98px) {
  .title-sm {
    font-size: 45px;
  }
  
    .logo-wrap img{
        max-width: 190px;
    }
}
@media (max-width: 575.98px) {
  .title-sm {
    font-size: 28px;
  }
  .logo-wrap img{
        max-width: 165px;
    }
}
.verona-sec .shop-content a {text-decoration: underline;}
.verona-sec .shop-content a:hover {text-decoration: none;}
.promoslide li {
  margin-bottom: 0 !important;
}
.promoslide li a {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 575.98px) {
  .promoslide li {
    padding: 0 32px;
  }
}
.promoslide li::before {
  display: none;
}
.promoslide li::after {
  display: none;
}
.promoslide .slick-arrow {
  position: absolute;
  top: -5px;
  bottom: 0;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  background: #ABBE92;
  z-index: 9;
}
.promoslide .slick-arrow svg {
  max-width: 26px;
}
.promoslide .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.promoslide .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
/*# sourceMappingURL=main-style.css.map */
.v-xl {
  color: #000;
  text-transform: uppercase;
  font-family: "Dins";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 110px */
}
@media (max-width: 1399.98px) {
  .v-xl {
    font-size: 70px;
  }
}
@media (max-width: 1199.98px) {
  .v-xl {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  .v-xl {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .v-xl {
    font-size: 32px;
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .col-xxl-11.col-9.col-xl-12.col-md-10 {
    max-width: 85%;
  }
}

.v-sm {
  color: #000;
  text-transform: uppercase;
  font-family: "Dins";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 110px */
}
@media (max-width: 991.98px) {
  .v-sm {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .v-sm {
    font-size: 28px;
  }
}

.join-section {
  background: rgb(234, 226, 212);
  padding-top: 140px;
  text-align: center;
  padding-bottom: 200px;
}
@media (max-width: 768.48px) {
  .join-section {
    padding: 80px 0;
  }
}
.join-section p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 20px;
}
.join-section .v-xl {
  padding-top: 50px;
  padding-bottom: 58px;
}

.job-slider {
  margin: 0 -30px;
}
.job-slider .slick-slide {
  margin-right: 30px;
  margin-left: 30px;
}
.job-slider .slick-prev {
  position: absolute;
  left: -50px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  transform: translateY(-180%);
  cursor: pointer;
}
@media (max-width: 768.48px) {
  .job-slider .slick-prev {
    left: -20px;
  }
}
.job-slider .slick-next {
  transform: translateY(-180%);
  position: absolute;
  right: -50px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}
@media (max-width: 768.48px) {
  .job-slider .slick-next {
    right: -20px;
  }
}
.job-slider .single-job {
  text-align: left;
}
.job-slider .single-job .apply {
  width: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  transition: 0.3s;
  background: rgb(51, 47, 43);
  color: rgb(255, 255, 255);
  font-family: "Dins";
  text-transform: uppercase;
  font-size: 19px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 768.48px) {
  .job-slider .single-job .apply {
    font-size: 16px;
  }
}
.job-slider .single-job .apply:hover {
  background: #356636;
}
.job-slider .single-job .job-title {
  font-family: "Stag";
  margin: 10px 0;
  font-size: 20px;
}
.job-slider .single-job p {
  font-size: 16px;
}

.opportunity {
  background: rgb(171, 190, 146);
  padding: 150px 0;
}
@media (max-width: 768.48px) {
  .opportunity {
    padding: 80px 0;
    text-align: center;
  }
}
.opportunity .v-xl {
  margin-bottom: 70px;
}
.opportunity p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}
.opportunity a {
  background: rgb(51, 47, 43);
  padding: 20px 26px;
  display: inline-block;
  color: #fff;
  font-family: "Dins";
  font-size: 28px;
  margin-top: 26px;
}
@media (max-width: 991.98px) {
  .opportunity a {
    font-size: 26px;
  }
}
@media (max-width: 768.48px) {
  .opportunity a {
    font-size: 20px;
  }
}
.opportunity a:hover {
  background: #356636;
}
.opportunity h3 {
  font-family: "Dins";
  font-size: 46px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .opportunity h3 {
    font-size: 38px;
  }
}
@media (max-width: 768.48px) {
  .opportunity h3 {
    font-size: 24px;
  }
}

.collective-sec {
  background: rgb(234, 226, 212);
  padding: 120px 0;
}
@media (max-width: 768.48px) {
  .collective-sec {
    padding: 80px 0;
  }
}
.collective-sec .v-xl {
  margin-bottom: 50px;
}
.collective-sec p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}
.collective-sec .btn-default {
  background: rgb(51, 47, 43);
  padding: 20px 26px;
  display: inline-block;
  color: #fff;
  font-family: "Dins";
  font-size: 30px;
  margin-top: 26px;
}
@media (max-width: 768.48px) {
  .collective-sec .btn-default {
    font-size: 20px;
  }
}
.collective-sec .btn-default:hover {
  background: #356636;
}

.collective-slider {
  margin: 0 -30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.collective-slider .slick-slide {
  margin-right: 30px;
  margin-left: 30px;
}
.collective-slider .slick-prev {
  position: absolute;
  left: -50px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  transform: translateY(-150%);
}
@media (max-width: 768.48px) {
  .collective-slider .slick-prev {
    left: -20px;
  }
}
.collective-slider .slick-next {
  transform: translateY(-150%);
  position: absolute;
  right: -50px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}
@media (max-width: 768.48px) {
  .collective-slider .slick-next {
    right: -20px;
  }
}
.collective-slider .single-collective .bottom-content {
  padding: 28px 24px;
  background: rgb(53, 102, 54);
  color: #fff;
}
.collective-slider .single-collective .bottom-content span {
  display: block;
  font-size: 26px;
  margin-bottom: 10px;
}
@media (max-width: 768.48px) {
  .collective-slider .single-collective .bottom-content span {
    font-size: 22px;
  }
}
.collective-slider .single-collective .bottom-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 768.48px) {
  .collective-slider .single-collective .bottom-content p {
    font-size: 14px;
  }
}

.article-banner .article-content h1 {
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media (max-width: 768.48px) {
  .article-banner .article-content h1 {
    font-size: 30px;
  }
}

.article-wrap .bottom-sec h3 {
  font-family: "Dins";
  font-size: 46px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-bottom: 30px;
  }
  @media (max-width: 991.98px) {
  .article-wrap .bottom-sec h3 {
  font-size: 38px;
  }
  }
  @media (max-width: 768.48px) {
  .article-wrap .bottom-sec h3 {
  font-size: 24px;
  }
  }
  

.section-title {
  margin-bottom: 55px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-size: 36px;
}

.auth {
  font-size: 18px;
  display: block;
  margin: 20px 0;
  text-align: center;
}
.related-article .single-box h3 {
  font-size: 28px;
}
.related-article .single-box p {
  margin-bottom: 25px;
}

.article-slider {
  margin: 0 -40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-slider .slick-slide {
  margin-right: 40px;
  margin-left: 40px;
}
.article-slider .slick-list {
  overflow: visible !important;
}

.faq-wrap {
  background: rgb(234, 226, 212);
  padding: 180px 0;
}
@media (max-width: 768.48px) {
  .faq-wrap {
    padding: 50px 0;
  }
}
.faq-wrap .select-box {
  position: absolute;
  right: 0;
  bottom: 0; 
}
@media (max-width: 768.48px) {
  .faq-s{
    flex-direction: column; 
    align-content: center;
  }
  .faq-wrap .select-box {
    position: unset;
    margin-top: 10px;
  }
}


.faq-wrap .select-box .bootstrap-select {
  /* width: -moz-max-content !important; */
  /* width: max-content !important; */
  width:140px!important ;
  max-width: 300px;
}
.faq-wrap .select-box .dropdown-toggle {
  background: rgb(61, 61, 61);
  color: #fff;
  border-radius: 24px;
  outline: none !important;
  border: none;
  font-family: "Dins";
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
.faq-wrap .select-box .dropdown-toggle.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-wrap .select-box .dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.707 0.535156H7.75027H1.48586C0.413876 0.535156 -0.122114 1.83046 0.637205 2.58979L6.42146 8.37402C7.34828 9.30084 8.85575 9.30084 9.78256 8.37402L11.9824 6.17423L15.5668 2.58979C16.3149 1.83046 15.779 0.535156 14.707 0.535156Z' fill='white'/%3E %3C/svg%3E ");
  border: none;
  width: 15px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq-wrap .select-box .dropdown-menu {
  background: rgb(61, 61, 61);
  color: #fff;
  margin-top: -14px !important;
  border-radius: 0;
  border: none;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 10px;
}
.faq-wrap .select-box .dropdown-menu li a {
  color: #fff;
  font-family: "Dins";
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.faq-wrap .select-box .dropdown-menu li a:hover {
  background: transparent;
  color: #fff;
}
.faq-wrap .select-box .dropdown-menu li.active a {
  background: transparent;
}
.faq-wrap .accordion-item {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
  border-radius: 22px;
  overflow: hidden;
}
.faq-wrap .accordion-item ul {
  color: rgb(118, 118, 118);
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 16px;
  margin-left: 40px;
}

.faq-wrap .accordion-item button {
  font-size: 24px;
  color: rgb(118, 118, 118);
  background: #fff !important;
  box-shadow: none !important;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (max-width: 768.48px) {
  .faq-wrap .accordion-item button {
    font-size: 20px;
  }
}
.faq-wrap .accordion-item button::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='11' viewBox='0 0 21 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.555313 1.53626C0.554663 1.20527 0.670654 0.884509 0.883158 0.629649C1.00282 0.486208 1.14978 0.367638 1.31562 0.280728C1.48147 0.193817 1.66293 0.140276 1.84962 0.12317C2.03632 0.106063 2.22458 0.125728 2.40361 0.181038C2.58265 0.236348 2.74895 0.326214 2.89298 0.445493L10.5332 6.79178L18.1876 0.672148C18.3334 0.554478 18.5012 0.466605 18.6813 0.41358C18.8614 0.360555 19.0502 0.343423 19.237 0.363169C19.4238 0.382915 19.6048 0.439149 19.7696 0.52864C19.9344 0.618131 20.0798 0.739114 20.1975 0.884635C20.3272 1.0312 20.4251 1.20284 20.485 1.38879C20.5448 1.57473 20.5653 1.77096 20.5453 1.96517C20.5252 2.15937 20.4649 2.34735 20.3683 2.51732C20.2717 2.68728 20.1407 2.83556 19.9837 2.95284L11.4312 9.79493C11.1761 10.0033 10.8562 10.1172 10.5261 10.1172C10.1959 10.1172 9.87598 10.0033 9.62092 9.79493L1.06846 2.71202C0.895962 2.56992 0.759601 2.3894 0.670444 2.18511C0.581287 1.98083 0.541841 1.75853 0.555313 1.53626Z' fill='%23767676'/%3E %3C/svg%3E ");
  background-position: center;
  margin-right: 15px;
}
.faq-wrap .accordion-item .accordion-body {
  padding-top: 0;
}
.faq-wrap .accordion-item p {
  color: rgb(118, 118, 118);
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 16px;
}
@media (max-width: 768.48px) {
  .faq-wrap .accordion-item p {
    font-size: 16px;
  }
}
.offermenu {
  color:#ABBE92!important;
}
.offermenu:hover {
  color:#fff!important;
}
.location-link{
  font-family: "Din";
  text-transform: uppercase;
  color: #F8F8F8;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  margin-right: 26px;
}
.location-link:hover{
  color:#ABBE92;
}
@media (max-width: 1281px) {
  .location-link{
      font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
.location-link {
  font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .location-link{
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  font-size: 20px;
  }
  .location-link {
      margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .location-link {
  display: none;
  }
}
.blog-wrap {
  background: rgb(234, 226, 212);
  padding: 110px 0;
}
.blog-wrap .btn-border {
  min-width: 220px;
  margin-top: 70px;
  display: flex;
  height: 48px;
  max-width: 220px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgb(0, 0, 0);
  background: transparent;
  font-family: "Dins";
  text-transform: uppercase;
  border: 1px solid rgb(0, 0, 0);
}
.blog-wrap .btn-border:hover {
  background: rgb(0, 0, 0);
  color: #fff;
}
.blog-wrap .pt-100 {
  padding-top: 100px;
}
@media (max-width: 768.48px) {
  .blog-wrap .pt-100 {
    padding-top: 60px;
  }
}
.blog-wrap h2 {
  font-size: 28px;
  font-family: "Dins";
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 20px;
}
.blog-wrap p {
  color: rgb(0, 0, 0);
  line-height: 1.1;
  font-size: 18px;
}
.blog-wrap .intro-text{
  font-family: "Oakes";
  line-height: 1.5;
  color: #263238;
  word-break: break-word;
}
.blog-wrap .intro-text h3 {
  font-family: "Dins";
}
.blog-wrap .intro-text p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: unset;
}
.blog-wrap .btn-more {
  background: rgb(51, 47, 43);
  min-width: 220px;
  display: flex;
  height: 48px;
  max-width: 220px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-family: "Dins";
  text-transform: uppercase;
  margin-top: 35px;
}
.blog-wrap .btn-more:hover {
  background: #356636;
}
.blog-wrap .bootstrap-select {
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 300px;
  margin-top: 10px;
}
.blog-wrap .dropdown-toggle {
  background: rgb(61, 61, 61);
  color: #fff;
  border-radius: 24px;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "Dins";
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
.blog-wrap .dropdown-toggle:focus {
  outline: none !important;
}
.blog-wrap .dropdown-toggle.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-wrap .dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.707 0.535156H7.75027H1.48586C0.413876 0.535156 -0.122114 1.83046 0.637205 2.58979L6.42146 8.37402C7.34828 9.30084 8.85575 9.30084 9.78256 8.37402L11.9824 6.17423L15.5668 2.58979C16.3149 1.83046 15.779 0.535156 14.707 0.535156Z' fill='white'/%3E %3C/svg%3E ");
  border: none;
  width: auto;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-wrap .dropdown-menu {
  background: rgb(61, 61, 61);
  color: #fff;
  margin-top: -7px !important;
  border-radius: 0;
  border: none;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 10px;
  width: auto;
}
.blog-wrap .dropdown-menu li a {
  color: #fff;
  font-family: "Dins";
  padding-top: 1px;
  padding-bottom: 0;
  text-transform: uppercase;
}
.blog-wrap .dropdown-menu li a:hover {
  background: transparent;
  color: rgb(234, 226, 212);
}
.blog-wrap .dropdown-menu li.active a {
  background: transparent;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.gallery-item {
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
  padding: 20px 10px;
  /* height: 200px; */
  position: relative;
  max-width: calc(50% - 10px);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.load-more {
  display: block;
  margin: 20px auto;
  padding: 10px 40px;
  background: rgb(51, 47, 43);
  color: white;
  font-family: "Din";
  text-align: center;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
.load-more:hover {
  background: #356636;
}
@media (min-width: 1199.98px) {
 .load-more {
    margin-top: 40px;
  }
}
@media (min-width: 768.98px) {
  .load-more {
     margin-top: 30px;
   }
 }
@media (max-width: 1370px) {
  .gallery-item, .image-wrapper{
      height: 400px;
  }
}
@media (max-width: 1290px) {
  .gallery-item, .image-wrapper{
      height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .gallery-item, .image-wrapper {
      height: 300px;
  }
}
@media (max-width: 991.98px) {
  .gallery-item, .image-wrapper {
      height: 250px;
  }
}
@media (max-width: 768.48px) {
  .gallery-item, .image-wrapper {
      height: 200px;
  }
}
@media (max-width: 575.98px) {
  .btn-container {
      display: none;
  }

  .gallerydrop {
      display: block;
  }
}

@media (min-width: 576px) {
  .btn-container {
      display: block;
  }

  .gallerydrop {
      display: none;
  }
}

@media (max-width: 480px) {
  .gallery-item {
      flex: 1 1 calc(100% - 10px);
       max-width: calc(100%);

      height: 250px;
  }
  .load-more {
      font-size: 16px;
      padding: 10px 30px;
  }
}

.gallery-container .btn {
  display: inline-block;
  padding: 10px 16px;
  margin: 5px 0px;
  border: 2px solid #356636;
  font-family: "Din";
  color: #356636;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.gallery-container .btn:hover {
  background-color: #356636;
  color: white;
}

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

.glightbox-clean .gslide-title{
  font-family: "Dins"!important;
}

.btn.is-checked {
  background-color: #356636;
  color: white;
}

.btn-container {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 768.48px) {
  .btn {
      display: inline-block;
      padding: 8px 12px;
      font-size: 14px;
  }
  .load-more {
      font-size: 18px;
  }
}
.gallery-container {
  background: rgb(234, 226, 212);
}

.gallary-wrap .bootstrap-select {
width: -moz-max-content !important;
width: max-content !important;
max-width: 300px;
margin-top: 10px;
}
.gallary-wrap .dropdown-toggle {
background: rgb(61, 61, 61);
color: #fff;
border-radius: 24px;
outline: none !important;
border: none !important;
box-shadow: none !important;
font-family: "Dins";
padding-top: 7px;
padding-bottom: 7px;
padding-left: 15px;
padding-right: 15px;
width: 150px;
text-transform: uppercase;
}
.gallary-wrap .dropdown-toggle:focus {
outline: none !important;
}
.gallary-wrap .dropdown-toggle.show {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gallary-wrap .dropdown-toggle::after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.707 0.535156H7.75027H1.48586C0.413876 0.535156 -0.122114 1.83046 0.637205 2.58979L6.42146 8.37402C7.34828 9.30084 8.85575 9.30084 9.78256 8.37402L11.9824 6.17423L15.5668 2.58979C16.3149 1.83046 15.779 0.535156 14.707 0.535156Z' fill='white'/%3E %3C/svg%3E ");
border: none;
width: 15px;
height: 8px;
background-size: contain;
background-repeat: no-repeat;
margin-left: -0.745em;
}
.gallary-wrap .dropdown-menu {
background: rgb(61, 61, 61);
color: #fff;
margin-top: -7px !important;
border-radius: 0;
border: none;
width: 100%;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
padding-top: 10px;
}
.gallary-wrap .dropdown-menu li a {
color: #fff;
font-family: "Dins";
padding-top: 1px;
padding-bottom: 0;
text-transform: uppercase;
}
.gallary-wrap .dropdown-menu li a:hover {
background: transparent;
color: rgb(234, 226, 212);
}
.gallary-wrap .dropdown-menu li.active a {
background: transparent;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-wrap{
background: rgb(171, 190, 146);
}
.gallery-wrap h2{
  font-family: "Dins";
  font-size: 45px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.gallery-wrap h1{
  font-size: 70px;
  font-family: "Dins";
  color: #000;
    text-transform: uppercase;
    font-family: "Dins";
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.gallery-wrap p {
  padding: 10px 0;
  font-size: 24px;
  color: #000;
}

@media (max-width: 1199.98px) {
  .gallery-wrap h1 {
    font-size: 60px;
  }
  .gallery-wrap h2{
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .gallery-wrap h1 {
    font-size: 45px;
  }
  .gallery-wrap p {
    font-family: "Dins";
    padding: 10px 0;
    font-size: 22px;
  }
  .gallery-wrap h2{
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .gallery-wrap h1 {
    font-size: 32px;
  }
  .gallery-wrap p {
    font-family: "Dins";
    padding: 6px 0;
    font-size: 18px;
  }
  .gallery-wrap h2{
    font-size: 25px;
  }
  .gallery {
    gap: 5px;
  }
}

.footer-area h4 {
  font-weight: 500 !important;
}

.footer-area .btn-border {
  font-weight: 500;
}

.product-info .p-logo {
  max-width: 212px;
}
@media (max-width: 575.98px) {
  .product-info .p-logo {
    max-width: 150px;
  }
}
.product-info .p-logo.large {
  max-width: 300px;
}
@media (max-width: 575.98px) {
  .product-info .p-logo.large {
    max-width: 200px;
  }
}
.address-list{
  text-decoration: underline;
  cursor: pointer;
}
.address-list:hover{
  text-decoration: none;
}

.btn-filter {
  position: relative;
  color: #000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E %3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E %3C/svg%3E");
  text-transform: uppercase;
  font-family: "Din";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%;
  letter-spacing: -4.5px;
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(12deg, 0deg);
  margin-bottom: 55px;
  color: rgb(0, 0, 0);
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 26px;
  outline: none;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-position: 100%;
  padding-right: 36px;
  transition: transform 0.3s ease;
}
.btn-filter[aria-expanded="true"]  {
transition: transform 0.3s ease;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 25 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M22.5402 0H11.6703H1.8822C0.207229 0 -0.630256 2.02392 0.55618 3.21037L9.59408 12.2482C11.0422 13.6964 13.3977 13.6964 14.8458 12.2482L18.283 8.81105L23.8837 3.21037C25.0526 2.02392 24.2152 0 22.5402 0Z' fill='white'%3E%3C/path%3E %3C/svg%3E");
}
.btn-act  {
transition: transform 0.3s ease;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
}
.btn-filter[aria-expanded="false"]  {
transition: transform 0.3s ease;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' class='bi bi-caret-right-fill' viewBox='0 0 16 16'%3E %3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E %3C/svg%3E");
}

/* .btn-filter {
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%;
  letter-spacing: -4.5px;
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(12deg, 0deg);
  margin-bottom: 55px;
  color: rgb(0, 0, 0);
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 26px;
  outline: none;
  box-shadow: none !important;
} */
@media (min-width: 992px) {
  .btn-filter {
    margin-left: -200px;
  }
}
@media (max-width: 991.98px) {
  .btn-filter {
    font-size: 50px;
  }
}
@media (max-width: 768.48px) {
  .btn-filter {
    font-size: 36px;
    letter-spacing: -3px;
  }
}
@media (max-width: 575.98px) {
  .btn-filter {
    font-size: 28px;
    margin-bottom: 0;
    letter-spacing: -1px;
  }
}

.rotatesvg {
  transform: rotate(0deg)!important;
  transition: transform 0.3s ease;
}

.btn-filter svg {
  transform: scale(1) rotate(-90deg) translate(0px, 0px) skew(-12deg, 0deg);
  transition: transform 0.3s ease;
}
.btn-filter:hover {
  color: rgb(0, 0, 0);
}
.btn-filter::before {
  width: 900%;
  left: -100%;
  position: absolute;
  background: #AF997C;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  right: 58%;
  left: auto;
  transform: translateY(-29%);
}
.btn-filter::after {
  width: 900%;
  left: -100%;
  position: absolute;
  background: #D9D9D9;
  height: 1px;
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: auto;
  bottom: -15px;
  top: auto;
}

.related-article.product .section-title {
  margin-bottom: 0;
}

.collapse-inner {
  text-align: left;
}
.span-fpo {
  color: rgb(255, 105, 0);
  font-size: 190px;
  letter-spacing: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: -moz-max-content;
  height: max-content;
  font-family: "Dins";
  margin: auto;
}
@media (max-width: 991.98px) {
  .collapse-inner span {
    font-size: 150px;
  }
}
@media (max-width: 768.48px) {
  .collapse-inner span {
    font-size: 100px;
  }
}
.collapse-inner .row .col-md-6:first-child {
  text-align: center;
}
.collapse-inner img {
  max-height: 550px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .collapse-inner {
    margin-top: 30px;
  }
}
.collapse-inner h4 {
  font-family: "Dins";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media (max-width: 768.48px) {
  .collapse-inner h4 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .collapse-inner h4 {
    font-size: 25px;
  }
}
.collapse-inner h5 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='133' height='10' viewBox='0 0 133 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 0H126.891L133 10H0V0Z' fill='%23AF997C'/%3E %3C/svg%3E ");
  color: rgb(253, 253, 253);
  font-weight: 600;
  font-size: 38px;
  background-repeat: no-repeat;
  line-height: 1;
  background-position: bottom left;
  padding-bottom: 14px;
}
.line-teal {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='133' height='10' viewBox='0 0 133 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23filter0_d_1_3)'%3E %3Cpath d='M0 0H126.891L133 10H0V0Z' fill='%2338B58C'/%3E %3Cpath d='M0.5 0.5H126.611L132.109 9.5H0.5V0.5Z' stroke='%2338B58C'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1_3' x='-4' y='0' width='141' height='18' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='4'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_3'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_3' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E")!important;
}
.line-yellow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='133' height='10' viewBox='0 0 133 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23filter0_d_1_3)'%3E %3Cpath d='M0 0H126.891L133 10H0V0Z' fill='%23E9E722'/%3E %3Cpath d='M0.5 0.5H126.611L132.109 9.5H0.5V0.5Z' stroke='%23E9E722'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1_3' x='-4' y='0' width='141' height='18' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='4'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_3'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_3' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E")!important;
}
@media (max-width: 575.98px) {
  .collapse-inner h5 {
    font-size: 24px;
    margin-top: 30px;
  }
  .collapse-inner h5 br {
    display: none;
  }
}
.collapse-inner ul {
  display: flex;
  overflow: auto;
  max-width: 80%;
}
.collapse-inner ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.collapse-inner ul::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
  border-radius: 10px;
  height: 10px;
}
.collapse-inner ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
@media (max-width: 575.98px) {
  .collapse-inner ul {
    max-width: 100%;
    margin-top: 30px;
  }
}
.collapse-inner ul li {
  color: rgb(253, 253, 253);
  padding: 0 40px;
  min-width: 350px;
  max-width: 350px;
  position: relative;
}
@media (max-width: 575.98px) {
  .collapse-inner ul li {
    max-width: 280px;
    min-width: 280px;
    padding: 0 30px;
  }
}
.collapse-inner ul li::after {
  width: 1px;
  background: #fff;
  width: 2px;
  height: 60%;
  content: "";
  right: 0;
  margin: auto;
  top: 0px;
  bottom: 15px;
  position: absolute;
}
.collapse-inner ul li:last-child::after {
  display: none;
}
.collapse-inner ul li:first-child {
  padding-left: 20px;
}
.collapse-inner ul li p {
  font-size: 16px;
  font-weight: 300;
}
.collapse-inner ul li h6 {
  color: rgb(253, 253, 253);
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.collapse-inner p {
  text-align: left;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 16px;
}
.collapse-inner a {
  color: rgb(255, 255, 255);
  font-family: "Dins";
  font-weight: 500;
  padding: 10px 20px;
  font-size: 26px;
  background: rgb(178, 163, 132);
  text-transform: uppercase;
  margin-top: 35px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .collapse-inner a {
    font-size: 24px;
    padding: 8px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.collapse-inner a:hover {
  background: rgb(139, 125, 97);
}

@media (max-width: 991.98px) {
  .navbar .shop-link {
    display: none;
  }
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    color: #fff;
  }
}
.related-article.product {
  background: transparent;
  padding-top: 100px;
}
.related-article.product .section-title {
  color: rgb(248, 248, 248);
  font-family: "Dins";
}
.related-article.product .article-slider h3 {
  color: rgb(248, 248, 248);
  font-family: "Dins";
}
.related-article.product .article-slider button {
  color: rgb(255, 255, 255);
  font-family: "Dins";
  font-weight: 500;
  padding: 10px 15px;
  font-size: 20px;
  background: rgb(178, 163, 132);
  text-transform: uppercase;
  margin-top: 35px;
  display: inline-block;
  border: none;
}
.related-article.product .article-slider button:hover {
  background: rgb(153, 140, 115);
}

.product-info.blue.shadow {
  box-shadow: -2px -4px 20px 0px rgba(0, 0, 0, 0.9) !important;
}

.cta-sec {
  background: rgb(175, 153, 124);
  padding: 120px 0;
}
.cta-sec .cta-wrap {
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.cta-sec .cta-wrap h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-family: "Dins";
}
@media (max-width: 768.48px) {
  .cta-sec .cta-wrap h2 {
    font-size: 32px;
  }
}
.cta-sec .cta-wrap a {
  background: rgb(53, 102, 54);
  color: #fff;
  padding: 15px 25px;
  margin-top: 30px;
  display: inline-block;
  font-size: 34px;
  text-transform: uppercase;
}
@media (max-width: 768.48px) {
  .cta-sec .cta-wrap a {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .cta-sec .cta-wrap a {
    font-size: 16px;
  }
}
.cta-sec .cta-wrap a:hover {
  background: rgb(45, 88, 46);
}
.cta-sec.yellow {
  background: rgb(233, 231, 34);
}
.cta-sec.yellow h2 {
  color: rgb(0, 0, 0);
}
.cta-sec.yellow a {
  background: rgb(238, 45, 42);
}
.cta-sec.yellow a:hover {
  background: rgb(205, 39, 36);
}
.cta-sec.blue {
  background: rgb(56, 181, 140);
}
.cta-sec.blue h2 {
  color: rgb(255, 255, 255);
}
.cta-sec.blue a {
  background: rgb(255, 105, 0);
}
.cta-sec.blue a:hover {
  background: rgb(233, 99, 3);
}

.product-info.green {
  box-shadow: none;
}
.product-info.green .btn-filter::before {
  background: rgb(233, 231, 34);
}
.product-info.green .collapse-inner a {
  background: rgb(233, 231, 34);
  color: rgb(10, 10, 10);
}
.product-info.green .collapse-inner a:hover {
  background: rgb(244, 240, 35);
}
.product-info.green .related-article.product .article-slider button {
  background: rgb(233, 231, 34);
  color: rgb(10, 10, 10);
}
.product-info.green .related-article.product .article-slider button:hover {
  background: rgb(244, 240, 35);
}

.product-info.blue {
  box-shadow: none;
}
.product-info.blue .btn-filter::before {
  background: rgb(56, 181, 140);
}
.product-info.blue .collapse-inner a {
  background: rgb(56, 181, 140);
  color: rgb(255, 255, 255);
}
.product-info.blue .collapse-inner a:hover {
  background: rgb(48, 164, 126);
}
.product-info.blue .related-article.product .article-slider button {
  background: rgb(56, 181, 140);
  color: rgb(255, 255, 255);
}
.product-info.blue .related-article.product .article-slider button:hover {
  background: rgb(48, 164, 126);
}

.product-info.black.trim .collapse-inner a {
  color: #000;
}
.product-info.black.trim .related-article.product .article-slider button {
  color: #000;
}

.blog-wrap.location {
  background: rgb(171, 190, 146);
  padding: 100px 0;
}

@media (max-width: 575px) {
  .blog-wrap.location {
    padding: 40px 0;
  }
}

.single-location {
  padding: 60px 0;
}
.single-location.light {
  background: rgb(234, 226, 212);
}
.single-location.green {
  background: rgb(171, 190, 146);
}
.single-location .sub-heading {
  font-family: "Dins";
  font-size: 46px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .single-location .sub-heading {
    font-size: 36px;
  }
}
@media (max-width: 768.48px) {
  .single-location .sub-heading {
    font-size: 30px;
  }
}
.single-location ul {
  margin-bottom: 50px;
}
.single-location ul li {
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .single-location ul li {
    margin-top: 15px;
  }
}
@media (max-width: 768.48px) {
  .single-location ul li {
    margin-top: 20px;
  }
}
.single-location ul li span {
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991.98px) {
  .single-location ul li span {
    font-size: 16px;
  }
}
.single-location ul li p {
  font-size: 18px;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .single-location ul li p {
    font-size: 16px;
  }
}
.single-location ul li p:not(:first-child) {
  margin-top: 15px;
}
@media (max-width: 768.48px) {
  .single-location ul {
    margin-top: 30px;
  }
}
.single-location a {
  background: rgb(51, 47, 43);
  color: #fff;
  text-transform: uppercase;
  font-family: "Dins";
  min-width: 220px;
  display: flex;
  max-width: 220px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-size: 24px;
}
.single-location a:hover {
  background: rgb(53, 102, 54);
}

.auth-info {
  background: rgba(234, 225, 211, 0.797);
  padding: 150px 0;
}
.auth-info span a {
  margin-bottom: 9px;
}
.auth-info img {
  max-width: 170px;
}
@media (max-width: 768.48px) {
  .auth-info {
    padding: 100px 0;
  }
}
.auth-info h1 {
  font-family: "Dins";
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .auth-info h1 {
    font-size: 40px;
  }
}
@media (max-width: 768.48px) {
  .auth-info h1 {
    font-size: 32px;
  }
}
.auth-info span {
  font-weight: 600;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 24px;
}
@media (max-width: 768.48px) {
  .auth-info span {
    font-size: 18px;
  }
}
.auth-info p {
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 768.48px) {
  .auth-info p {
    font-size: 18px;
  }
}

#product {
  text-align: center;
  z-index: 999999;
}
#product p {
  text-transform: uppercase;
  color: #000;
  font-family: "Din";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 30px 0;
  margin-bottom: 16px;
}
@media (max-width: 768.48px) {
  #product p {
    font-size: 20px;
  }
}
#product .modal-content {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: -2px 6px 10px 0px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#product .modal-content .modal-body {
  padding: 24px;
}
#product .modal-content img {
  max-width: 200px;
  margin-top: 10px;
}
#product .modal-content a {
  display: block;
  width: 100%;
  border: 2px solid #356636;
  padding: 16px 12px;
  color: #000;
  font-family: "Stag";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
}
#product .modal-content a:hover {
  color: #F0F0F0;
  background: #356636;
}

#product .close {
  position: absolute;
  right: 18px;
  top: 10px;
  cursor: pointer;
  z-index: 9;
}
#product .products {
  font-family: "Dins";
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
.products::-webkit-scrollbar-track
{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.products::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.products::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

#product .products h3 {
  color: rgb(0, 0, 0);
  font-size: 24px;
}
@media (max-width: 768.48px) {
  #product .products h3 {
    font-size: 18px;
  }
}
#product .products ul li {
  padding: 30px 25px;
}
@media (max-width: 768.48px) {
  #product .products ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
#product .products h4 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  margin-bottom: 6px;
}
@media (max-width: 768.48px) {
  #product .products h4 {
    font-size: 12px;
  }
}
#product .products p {
  margin: 0;
  font-size: 15px;
}
@media (max-width: 768.48px) {
  #product .products p {
    font-size: 12px;
  }
}
#product .products p span {
  color: #356636;
}
#product .products button {
  background: transparent;
  border: 1px solid rgb(53, 102, 54);
  font-weight: 500;
  color: rgb(0, 0, 0);
  padding: 20px 20px;
  transition: 0.3s;
  font-size: 18px;
}
@media (max-width: 768.48px) {
  #product .products button {
    font-size: 16px;
  }
}
#product .products button:hover {
  background: rgb(53, 102, 54);
  color: #fff;
}


.acc-location .accordion-body ul {
  list-style-type: disc;
  margin-left: 20px;
  font-size: medium;
}

.acc-location .accordion-item {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
  border-radius: 22px;
  overflow: hidden;
}
.acc-location .accordion-item button {
  font-size: 24px;
  color: rgb(118, 118, 118);
  background: #fff !important;
  box-shadow: none !important;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (max-width: 768.48px) {
  .acc-location .accordion-item button {
    font-size: 20px;
  }
}
.acc-location .accordion-item button::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='11' viewBox='0 0 21 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.555313 1.53626C0.554663 1.20527 0.670654 0.884509 0.883158 0.629649C1.00282 0.486208 1.14978 0.367638 1.31562 0.280728C1.48147 0.193817 1.66293 0.140276 1.84962 0.12317C2.03632 0.106063 2.22458 0.125728 2.40361 0.181038C2.58265 0.236348 2.74895 0.326214 2.89298 0.445493L10.5332 6.79178L18.1876 0.672148C18.3334 0.554478 18.5012 0.466605 18.6813 0.41358C18.8614 0.360555 19.0502 0.343423 19.237 0.363169C19.4238 0.382915 19.6048 0.439149 19.7696 0.52864C19.9344 0.618131 20.0798 0.739114 20.1975 0.884635C20.3272 1.0312 20.4251 1.20284 20.485 1.38879C20.5448 1.57473 20.5653 1.77096 20.5453 1.96517C20.5252 2.15937 20.4649 2.34735 20.3683 2.51732C20.2717 2.68728 20.1407 2.83556 19.9837 2.95284L11.4312 9.79493C11.1761 10.0033 10.8562 10.1172 10.5261 10.1172C10.1959 10.1172 9.87598 10.0033 9.62092 9.79493L1.06846 2.71202C0.895962 2.56992 0.759601 2.3894 0.670444 2.18511C0.581287 1.98083 0.541841 1.75853 0.555313 1.53626Z' fill='%23767676'/%3E %3C/svg%3E ");
  background-position: center;
  margin-right: 15px;
}
.acc-location .accordion-item .accordion-body {
  padding-top: 0;
}
.acc-location .accordion-item p {
  color: rgb(118, 118, 118);
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 16px;
}
@media (max-width: 768.48px) {
  .acc-location .accordion-item p {
    font-size: 16px;
  }
}


.offer-btn{
  background: #356636;
  /* display: flex; */
  padding: 10px 10px;
  width: auto;
  border: none;
  color: #F8F8F8;
  height: auto;
  justify-content: center;
  /* align-items: center; */
  text-transform: uppercase;
  font-family: "Test";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s;
  }
.offer-btn:hover {
  background: #F8F8F8;
  color: #356636;
  }
.offer-content h1 {
  color: #000;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
.offer-content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height:140%;
  margin-bottom: 6px;
}
.offer-content h2 {
  color: #000;
  text-transform: uppercase;
  font-family: "Din";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.offer-content h3 {
  color: #356636; 
  font-weight: 500;
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.17;
}
@media (max-width: 991.98px) {
    .offer-content h1 {
        font-size: 65px;
    }
    .offer-content h2 {
      font-size: 45px;
    }
    .offer-content p {
      font-size: 18px;
    }
}
@media (max-width: 575.98px) {
  .offer-content h1 {
      font-size: 40px;
  }
  .offer-content h2 {
    font-size: 34px;
  }
  .offer-content p {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  /* Hide mobile image on larger screens */
  .d-mdl-none {
      display: none !important;
  }
}

@media (max-width: 575.98px) {
  /* Hide desktop image on smaller screens */
  .dl-none {
      display: none !important;
  }
}

@media (min-width: 992px) {
li.nav-item.dropdown:hover .dropdown-menu {display: block;}
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding-top: 30px;
    background: #1D1D1D;
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #1D1D1D;
}

.dropdown-item{
  color: #F8F8F8;
  background-color: transparent;
  text-transform: uppercase;
}
.dropdown-item:hover{
  color: #F8F8F8;
  background-color: #356636;
}
@media (max-width: 991.98px) {
  .dropdown-item{
    text-align: center;
  }
  .dropdown-item:hover{
    color: #ABBE92;
    background-color: transparent;
  }
}

.vslide-text {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  z-index: 3;
}

.vslide-local{
  margin-left: 120px;
  position: absolute;
  z-index: 9999;
  margin-top: -240px;
}

.vslide-subtext{
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  font-size: 24px;
  z-index: 3;
}

.verona-sec .shop-butn a{
  padding: 16px 20px;
  opacity: 0.96;
  background: #ABBE92;
  color: #1D1D1D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  transition: 0.3s;
  letter-spacing: 1px;
  margin-top: 10px;
}

.verona-sec .shop-butn a:hover {
  background: #356636;
  color: #F8F8F8;
}

@media (max-width: 1200px) {
  .vslide-text {
      font-size: 50px;
  }
  .vslide-subtext{
    font-size: 22px;
    max-width: 680px;
  }
}

@media (max-width: 992px) {
  .vslide-text {
      font-size: 40px;
  }
  .vslide-local{
    margin-left: 90px;
    margin-top: -200px;
  }
  .vslide-subtext{
    font-size: 19px;
    max-width: 500px;
  }
  .verona-sec .shop-butn a{
    padding: 12px 16px;
    font-size: 18px;
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .vslide-text {
      font-size: 32px;
  }
  .vslide-local{
    margin-left: 66px;
    margin-top: -150px;
  }
  .vslide-subtext{
    font-size: 17px;
    max-width: 400px;
  }
  .verona-sec .shop-butn a{
    padding: 10px 14px;
    font-size: 16px;
    margin-top: 4px;
  }
}

@media (max-width: 576px) {
  .vslide-text {
      font-size: 28px;
  }
  .vslide-local{
    margin-left: 60px;
    margin-top: -150px;
  }
  .vslide-subtext{
    font-size: 15px;
    max-width: 320px;
  }
  .verona-sec .shop-butn a{
    padding: 10px 12px;
    font-size: 13px;
    margin-top: 4px;
  }
}

.footer-area h5 {
  font-weight: 500;
  color: #fff;
}
            
@font-face {
  font-family: "Dins";
  src: url("../fonts/DINPro-Medium tr.ttf") format("truetype");
}/*# sourceMappingURL=main-style.css.map */

.article-slider .slick-next {
  position: absolute;
  right: -25px;
  top: 150px;
  bottom: auto;
  cursor: pointer;
  margin: auto;
}
.article-slider svg{
  max-width: 100px;
}
@media (max-width: 1400px) {
  .article-slider .slick-next {
      right: 0;
  }  
  .article-slider .slick-next svg{
      max-width: 120px;
  }  
}
@media (max-width: 1280px) {
  .article-slider .slick-next{
      top: 180px;
  }
}
@media (max-width: 600px) {
  .article-slider .slick-next{
      top: 250px;
      right: 36px;
  }
  .article-slider .slick-next svg{
     max-width: 120px;
  }
}
.article-slider .slick-prev {
  position: absolute;
  left: -25px;
  top: 150px;
  bottom: auto;
  margin: auto;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .article-slider .slick-prev {
      left: 0;
  }  
  .article-slider .slick-prev svg{
      max-width: 100px;
  }  
}
@media (max-width: 1280px) {
  .article-slider .slick-prev {
      top: 180px;
  } 
}
@media (max-width: 600px) {
  .article-slider .slick-prev{
      top: 250px;
      left: 36px;
  }
  .article-slider .slick-prev svg{
     max-width: 120px;
  }
}
.article-slider .slick-disabled{
display: none;
}

@media (max-width: 1366px) and (min-width: 1100px) {
  .collapse-inner img{
      max-height: 400px !important;
      object-fit: contain;
  }
}

.white-arrow svg path {
  fill: #fff;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}