:root {
  --toggle-circle: #ffffff;
  --toggle-bg: #475569;
  --white-filter: invert(100%) sepia(91%) saturate(38%) hue-rotate(264deg) brightness(110%) contrast(110%);
  --ui-main: #ffffff;
  --ui-main-text: #000000;
  --main-color: #80cb42;
  --secondary-color: #f1f7dc;
  --third-color: #f35124;
  --ui-main-text-nav: #000000;
  --ui-main-nav: #ffffff;
  --secondary-color-second: rgb(234, 248, 251);
  --secondary-color-third: rgb(198, 234, 243);
  --main-color-filter:invert(93%) sepia(11%) saturate(5101%) hue-rotate(34deg) brightness(99%) contrast(59%);
  --ui-product-card: #f6f6f6;
  --ui-slider-filter:invert(0%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(95%) contrast(105%)
  --ui-filter :invert(0%) sepia(100%) saturate(0%) hue-rotate(13deg) brightness(95%) contrast(105%);
  --men-color: #acb5e6;
  --women-color: #e0c1d4;
  --uni-color: #90e185;
  --light-gray: #f7f3f3;
  --very-small: 0.9rem;
  --header-section: 2.6rem;
  --header-section-small: 1.8rem;
  --header-section-small_2: 1.4rem;
  --header-section-medium: 1.7rem;
  --extra-small: 0.8rem;
  --icons: 1.2rem;
  --border: #e5e7eb;
  --medium: 1rem;
  --category-header: 52px;
}

body {
  overflow-x: hidden;
}

.congratz {
  text-decoration: underline;
  font-weight: 600;
  font-size: var(--header-section-medium);
}

.contact-hero-banner {
  margin-top: 60px;
  height: 360px;
}

.hero-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.about-us {
  margin-top: 80px;
}

.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.our-team .team-item {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.password-rec-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.password-rec-container input {
  border: none;
  width: 100%;
  max-width: 300px;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: var(--ui-main-text);
  font-weight: 700;
  margin-bottom: 5px;
}

.hero-section-main .hero-container .swiper-container .content {
  text-align: center;
}

.our-team .team-item .down-content span {
  margin-bottom: 20px;
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.contact-section .contact-container {
  padding-bottom: 60px;
}
.contact-section .desc-contact {
  padding-bottom: 70px;
}
.contact-section .col-contact {
  margin-bottom: 10px;
}
.contact-section .map-contact {
  margin-top: 20px;
  width: 100%;
  height: 500px;
}
.contact-section .map-contact .iframe-map {
  width: 100%;
  height: 100%;
}
.contact-section .contact-us {
  margin-top: 90px;
  border-bottom: 3px dotted #eee;
  padding-bottom: 90px;
}
.contact-section .contact-us .section-heading {
  margin-bottom: 40px;
}
.contact-section .contact-us #map {
  margin-right: 30px;
}
.contact-section .contact-us form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}
.contact-section .contact-us form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}
.contact-section .subscribe ul li {
  font-size: 16px;
  font-weight: 700;
  color: var(--ui-main-text);
}
.contact-section .login-trigger-contact {
  float: right;
  cursor: pointer;
}
.contact-section textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 3px dotted #eee;
}

.single_link_nav {
  margin-right: 12px;
}

.contact-section-container {
  padding-top: 60px;
}

.contact-section .col-contact {
  text-align: center;
  position: relative;
}
.contact-section .col-contact img {
  filter: brightness(0.4);
}
.contact-section .down-content {
  color: white;
  z-index: 2;
  font-size: var(--header-section-small);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sustainability-mission {
  padding-bottom: 60px;
}
.sustainability-mission .heading {
  padding-bottom: 70px !important;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.gallery .col-gallery-img {
  position: relative;
}
.gallery .gallery-img-desc {
  position: absolute;
  bottom: 40px;
  left: 5%;
  color: white;
  z-index: 2;
  font-size: var(--header-section-small);
}
.gallery .section-heading {
  margin: auto;
  margin-bottom: 60px;
}
.gallery img {
  filter: brightness(0.9);
  margin: 14px 0;
  width: 100%;
  height: 400px;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-slider-container {
  height: 100%;
  width: 100%;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.main-sustainability-mission button {
  display: block;
  text-align: center;
  margin: 40px auto;
}

.our-services .service-item p {
  margin-bottom: 25px;
}

.about-us a {
  text-decoration: none;
}

.about-us .left-image img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.about-us .left-image ul li {
  display: inline-block;
  margin-right: 5px;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .left-image ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.about-us .left-image ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.5s;
}

.category_header {
  animation: sub_page_header_animation 0.3s forwards;
  font-size: var(--category-header);
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 1.4rem;
  text-transform: uppercase;
  color: white;
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.settion-section-container {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
}

.category_bg {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  filter: brightness(0.7);
  position: absolute;
  background-position: bottom;
}

.hero-container {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.checkout-section {
  padding: 60px;
}
.checkout-section .pay-pay-container {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

.account-details {
  color: black;
}
.account-details .account-missing-score {
  padding-top: 12px;
  background-color: var(--ui-product-card);
  margin: 10px 0;
}
.account-details .account-missing-score .missing-p {
  text-decoration: underline;
}
.account-details .account-missing-score button {
  margin: 10px 0;
  width: -moz-fit-content;
  width: fit-content;
}
.account-details .account-mobile-menu {
  display: none;
  padding: 12px;
  background-color: var(--ui-product-card);
}
.account-details .account-mobile-menu h1 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--ui-main-text);
}
.account-details .account-mobile-menu .accordion-button {
  width: 100%;
  position: relative;
}
.account-details .account-mobile-menu img {
  filter: var(--ui-filter);
  right: 0;
  position: absolute;
  width: 20px;
  height: 20px;
}

.grid-account-details {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.user-account-header {
  color: var(--ui-main-text) !important;
}

.user-account-header-container {
  display: flex;
  flex-direction: row;
  height: 30vw;
}
.user-account-header-container > * {
  flex: 1;
  max-width: 50%;
  height: 100%;
}
.user-account-header-container .sustainability_chart {
  margin: auto;
  width: 300px;
  height: 300px;
}

.user-account-header {
  padding-top: 50px;
  background-color: var(--ui-product-card) !important;
}
.user-account-header .header-title {
  text-align: center;
  color: var(--ui-main-text);
}

.account-info .header-title-small {
  font-size: var(--header-section-small_2);
  padding: 16px;
  margin-bottom: 36px;
  background-color: var(--ui-product-card);
}

.details-account-col {
  padding: 10px;
}
.details-account-col label {
  color: var(--ui-main-text);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 100px 0;
}

.features-section .features-section-grid .about-col img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}
.features-section .features-section-grid .about-col h3 {
  padding: 10px 0;
  font-size: var(--header-section-small_2);
}

.certificate .download-certifiate {
  cursor: pointer;
  text-decoration: underline;
  display: flex;
  justify-content: right;
}
.certificate .container {
  max-width: 600px;
  margin: auto;
  text-align: center;
  border: 20px solid tan;
  display: table;
  vertical-align: middle;
}
.certificate .container .logo {
  padding: 10px;
  font-size: 2rem;
  color: rgb(0, 0, 0);
}
.certificate .container .logo img {
  margin: auto;
  filter: var(--main-color-filter);
  width: 50px;
  height: 50px;
}
.certificate .container .marquee {
  color: tan;
  font-size: 48px;
  margin: 20px;
}
.certificate .container .assignment {
  margin: 20px;
}
.certificate .container .person {
  border-bottom: 2px solid black;
  font-size: 32px;
  font-style: italic;
  margin: 20px auto;
  width: 400px;
}
.certificate .container .reason {
  margin: 20px;
}

.body-mask {
  animation: fadein 0.5s forwards;
  z-index: 222;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.577);
  display: none;
}

.transcations_grid {
  margin: auto;
  display: grid;
  justify-content: center;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.transcations_grid .voucher_cart {
  margin-bottom: 50px;
  height: 200px;
}
.transcations_grid .voucher_cart .voucher-info {
  display: flex;
  justify-content: right;
}
.transcations_grid .voucher_cart a {
  color: black;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: auto;
}
.transcations_grid .voucher_cart .voucher_container {
  width: 100%;
  height: 200px;
  position: relative;
}
.transcations_grid .voucher_cart .voucher_container .voucher_total {
  width: 400px;
  color: white;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  position: absolute;
  transform: translate(-50%, -50%);
}
.transcations_grid .voucher_cart .voucher_container img {
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.partners-section .partners-section-grid {
  margin: auto;
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.partners-section .partners-section-grid .about-col {
  display: flex;
  margin: auto;
  justify-content: center;
}
.partners-section .partners-section-grid .about-col img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 120px;
  height: 120px;
}
.partners-section .partners-section-grid .about-col h3 {
  padding: 10px 0;
  font-size: var(--header-section-small_2);
}

.more-section {
  background-color: var(--secondary-color-second);
}
.more-section .more-section-grid .about-col img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}
.more-section .more-section-grid .about-col h3 {
  padding: 10px 0;
  font-size: var(--header-section-small_2);
}

.client-section {
  background-color: var(--secondary-color-third);
}
.client-section .client-section-grid {
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.client-section .client-section-grid .about-col {
  width: 100%;
  height: 300px;
}
.client-section .client-section-grid .about-col img {
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.client-section .client-section-grid .about-col h3 {
  margin: auto;
  padding: 10px 0;
  font-size: var(--header-section-small_2);
}
.client-section .client-section-grid .about-col span {
  text-align: center;
}

.span-mid {
  font-weight: 700;
  color: #2c2b2b !important;
  font-size: 1rem !important;
}

.about-section {
  background-color: var(--secondary-color);
}
.about-section .about-section-grid .flex-col {
  margin: auto;
  text-align: center;
  justify-content: center;
}
.about-section .about-section-grid .flex-col img {
  margin: auto;
  width: 80px;
  width: 80px;
}
.about-section .about-section-grid .flex-col span {
  height: 60px;
  color: var(--third-color);
  font-size: var(--header-section-small);
}

.button-custom {
  padding: 10px 30px !important;
  border: none;
  white-space: nowrap;
  border-radius: 24px;
  background-color: var(--third-color);
  color: white;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

body {
  margin: 0;
}

.cookies_trigger {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 22;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies_trigger img {
  width: 100%;
  height: 100%;
}

.cookies_window {
  animation: cookiesWindow 0.5s forwards;
  display: none;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 90px;
  z-index: 88;
  position: fixed;
  bottom: 0;
  color: var(--ui-main-text);
  background-color: var(--ui-product-card);
}
.cookies_window .container-cookies {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.cookies_window .container-cookies .text-cookies {
  font-size: var(--medium);
}
.cookies_window .container-cookies .col {
  margin: auto;
  display: flex;
  justify-content: center;
}
.cookies_window .container-cookies i {
  cursor: pointer;
  opacity: 50%;
  font-size: 1.6rem;
  position: absolute;
  right: 10px;
  top: 40%;
}

.inactive_cookies {
  display: none;
}

.active_cookies {
  display: flex;
}

.about-us .main-about img {
  -o-object-fit: contain;
     object-fit: contain;
}

.terms-create-col {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.terms-create-col input {
  height: 20px;
  width: 20px;
  margin: 10px;
}

.button-redirect-login {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.reg-wrapper {
  height: 100%;
}

.calculator-section_score .score_container {
  margin-bottom: 20px !important;
}
.calculator-section_score .subheading_2 {
  padding-bottom: 20px;
}

.transcation_container {
  z-index: 444;
  background-color: white;
  width: 100%;
  min-width: 400px;
  min-height: 300px;
  padding: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.transcation_container .counter-container {
  padding: 20px;
}
.transcation_container img {
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
  height: 100px;
}
.transcation_container button {
  color: white;
  background-color: black;
  margin: 0 auto;
}

.product_order_user_cart {
  color: var(--ui-main-text);
  margin: 10px;
  padding: 10px;
  background-color: var(--ui-product-card);
}
.product_order_user_cart .products_orders_container {
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.product_order_user_cart .img_order_col img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 200px;
  height: 200px;
}

.modal-container {
  z-index: 344;
  width: auto;
  height: auto;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.modal-container .sizes_guide {
  position: relative;
  padding: 36px;
  text-align: center;
  background-color: white;
}
.modal-container .sizes_guide th {
  background-color: black;
  color: white;
  padding: 10px 30px;
}
.modal-container .sizes_guide td {
  padding: 10px 30px;
}
.modal-container .sizes_guide button {
  margin-right: 1px;
  padding: 10px 30px;
  border: none;
}
.modal-container .sizes_guide .highlight-row {
  background-color: var(--light-gray);
}
.modal-container .sizes_guide .cross-gruides {
  color: black;
  cursor: pointer;
  position: absolute;
  right: 22px;
  top: 22px;
  font-size: 1.2rem;
}
.modal-container .sizes_guide .active-guide-trigger {
  background-color: black;
  color: white;
}
.modal-container .sizes_guide .gender-guides-controller {
  margin-bottom: 12px;
  margin-top: 60px;
}
.modal-container .sizes_guide .size_gruide_container {
  overflow-y: scroll;
  height: 80vh;
}

.checkout_container {
  text-align: center;
}
.checkout_container .subheading_2 {
  padding: 0;
}
.checkout_container span {
  padding: 10px;
}

.calculator-section {
  padding: 60px 0;
  padding-top: 60px;
  min-height: 60vh;
}
.calculator-section .inactive-calculator {
  display: none;
}
.calculator-section .active-calculator {
  display: flex;
}
.calculator-section .inactive-start-section {
  display: none;
}
.calculator-section .active-start-section {
  display: flex;
}
.calculator-section .calculator-start-container {
  text-align: center;
}
.calculator-section .calculator-container {
  justify-content: center;
}
.calculator-section .calculator-container #question {
  font-size: var(--header-section-small);
  padding: 30px;
  text-align: center;
}
.calculator-section .calculator-container #answers {
  display: flex;
  flex-direction: column;
}
.calculator-section .calculator-container #answers > * {
  margin: 10px;
  padding: 10px 30px !important;
  border: none;
  white-space: nowrap;
  border-radius: 24px;
  background-color: var(--third-color);
  color: white;
}
.calculator-section .calculator-container #quiz_bar {
  margin-top: 70px;
  position: relative;
  width: 100%;
  height: 50px;
  background-color: var(--secondary-color);
}
.calculator-section .calculator-container #quiz_bar .quiz-bar-current {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background-color: var(--main-color);
}

section .heading {
  padding-bottom: 40px;
  font-size: var(--header-section);
  text-align: center;
}

section .subheading2_left {
  opacity: 80%;
  font-weight: 500;
  padding-bottom: 40px;
  font-size: var(--header-section-small_2);
  text-align: left;
}

section .subheading {
  opacity: 80%;
  font-weight: 500;
  padding-bottom: 40px;
  font-size: var(--header-section-small);
  text-align: center;
}

section .subheading_2 {
  opacity: 80%;
  font-weight: 500;
  padding-bottom: 40px;
  font-size: var(--header-section-small_2);
  text-align: center;
}

section .subheading_2 {
  opacity: 80%;
  font-weight: 500;
  padding-bottom: 40px;
  font-size: var(--header-section-small_2);
  text-align: center;
}

.wrapper {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 50px;
}

.wrapper-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.video-section .video-container {
  width: 100%;
  height: 500px;
}

nav {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 9;
  background-color: white;
  min-height: 100px;
  position: sticky;
}
nav .nav-container {
  height: 100%;
}
nav .nav-container a {
  text-decoration: none;
  color: black;
}
nav .nav-container .logo_img {
  padding: 10px;
  height: 60px;
  width: 60px;
  filter: var(--main-color-filter);
}
nav .nav-container .nav-wide-screen {
  min-height: 100px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: row;
}
nav .nav-container .nav-wide-screen .nav-links {
  justify-content: right;
  flex: 1;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
}
nav .nav-container .active-mobile {
  display: flex !important;
}
nav .nav-container .nav-mobile {
  border-bottom: 1px solid #b9d7c1;
  left: 0;
  top: 100px;
  position: fixed;
  display: none;
  width: 100%;
}
nav .nav-container .nav-mobile .nav-links {
  justify-content: right;
  flex: 1;
  height: 100%;
  flex-direction: row;
  align-items: center;
}
nav .nav-container .hamburger-icon {
  display: none;
  cursor: pointer;
}
nav .nav-container .hamburger-icon img {
  width: 40px;
  height: 40px;
}
nav .nav-container .nav-links > * {
  padding: 5px;
}
nav .nav-container .nav-logo-container {
  justify-content: left;
  font-size: var(--header-section-small);
  align-items: center;
  flex: 1;
  display: flex;
  flex-direction: row;
}

.alert-window-custom {
  animation: fadein 0.5s forwards;
  position: relative;
}
.alert-window-custom img {
  width: 100%;
  height: 300px;
  filter: brightness(0.4);
}
.alert-window-custom span {
  font-size: 1.4rem;
}
.alert-window-custom .container-text {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: white;
  transform: translate(-50%, -50%);
}
.alert-window-custom p {
  font-weight: 800;
  font-size: 2rem;
}

.main-sustainability-mission .subheading_2 {
  text-align: left;
}

.terms-container {
  padding: 50px 0;
}

.copyright-container {
  padding: 50px 0;
}

.alert-custom {
  font-size: var(--header-section-small_2);
}

.register-section {
  padding-top: 50px;
  min-height: 80vh;
}
.register-section .login-col {
  padding: 10px 0;
}
.register-section .button-custom {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 20px auto;
}

.success-container {
  display: none;
  min-height: 60vh;
  align-items: center;
  justify-content: center;
}

.hero-section-main {
  margin: 5px auto;
  overflow: hidden;
  height: 90vh;
  max-height: 700px;
}
.hero-section-main .hero-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hero-section-main .hero-container .swiper-container {
  height: 100%;
  width: 100%;
}
.hero-section-main .hero-container .swiper-container img {
  filter: brightness(0.7);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section-main .hero-container .swiper-container .content {
  font-size: var(--header-section);
  color: white;
  width: 50%;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  position: absolute;
}
.hero-section-main .hero-container .swiper-container .content .title {
  color: white;
  text-align: center;
  font-size: var(--category-header);
}
.hero-section-main .hero-container .swiper-container .content span {
  text-align: left;
  font-size: var(--header-section-small_2);
}

.wrapper-extra {
  margin: auto;
  width: 100% !important;
  max-width: 42rem !important;
}

footer {
  margin: 30px 0 0 0;
  padding: 60px 0px 30px 0px;
  background-color: #2a2a2a;
}
footer ul {
  padding: 0;
}
footer a {
  text-decoration: none;
}

footer .logo {
  margin-bottom: 20px;
  align-items: center;
  color: white;
  font-size: 1.6rem;
}
footer .logo img {
  filter: var(--main-color-filter);
  width: 80px;
  height: 80px;
}
footer .logo p {
  text-wrap: nowrap;
  margin-top: 10px;
  margin-left: 10px;
  font-weight: 600;
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}

footer ul li a {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}

footer ul li a:hover {
  color: #aaa;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .under-footer {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 10px;
}

footer .under-footer ul li a {
  font-size: 22px;
}

footer .under-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

footer .under-footer a {
  color: #cff;
}

footer .under-footer a:hover {
  color: #c66;
}

.main-banner {
  margin-top: 10px;
  padding-bottom: 30px;
}
.main-banner a {
  text-decoration: none;
  color: white;
}

.main-banner .left-content {
  position: relative;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
  height: 682px;
  filter: brightness(0.8);
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  animation: hero_header_animation 0.4s forwards;
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  margin-top: -10px;
  font-size: var(--category-header);
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
  font-size: var(--header-section-small);
  color: #fff;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  margin-bottom: 10px;
  margin-left: 10px;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
  height: 336px;
  filter: brightness(0.8);
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background-color: rgba(42, 42, 42, 0.97);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 3;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.thumb img {
  height: 300px; /* Adjust to your preferred height */
  width: 100%; /* Ensures it stretches to fit the container */
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the image maintains aspect ratio */
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  nav .nav-container .logo_img {
    width: 50px;
    height: 50px;
  }
  .transcation_container {
    min-width: 100vw;
    min-height: 100vh;
  }
  .settion-section-container .settings_link {
    width: 100%;
    text-align: center;
  }
  .grid-account-details {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-account-details .city-input {
    flex-direction: column !important;
  }
  .grid-account-details .city-input > * {
    margin: 12px 0;
  }
  .sustainability-mission {
    margin-bottom: 0;
  }
  .section {
    padding: 30px 0;
  }
  .features-section .features-section-grid .about-col {
    text-align: center !important;
  }
  .more-section-grid {
    text-align: center;
  }
  .hero-section-main .hero-container .swiper-container .content {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  .wrapper {
    padding: 0 10px;
  }
  footer .logo {
    justify-content: center;
  }
}
.body-mask {
  animation: fadein 0.5s forwards;
  z-index: 222;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.577);
  display: none;
}

.loader {
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  width: 200px;
  height: 200px;
  z-index: 999;
}

.loader svg {
  position: absolute;
  top: 0;
  left: 0;
}

.grid-setting-links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.settings_link {
  padding-right: 30px;
  width: 30%;
}

.settings_link a {
  font-weight: 600;
  text-decoration: none;
  color: var(--ui-main-text);
  display: block;
}

.grid-link-col a {
  color: var(--ui-main-text);
  text-decoration: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.content-account-user {
  min-height: 20vh;
  color: var(--ui-main-text);
  width: 100%;
}

.grid-link-col {
  position: relative;
  background-color: var(--ui-product-card);
  height: 200px;
}

.loader svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 10px;
  stroke-linecap: round;
  animation: animate 2s linear infinite;
}

.user-info-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loader svg:nth-child(1) circle {
  filter: blur(10px);
  stroke: #43acff;
}

.animate-on-scroll {
  visibility: hidden;
}

.animate-on-scroll-visible {
  visibility: visible;
  animation: animate-on-scroll-visible 0.8s forwards;
}

.loader svg:nth-child(2) circle {
  filter: blur(20px);
  stroke: #43acff;
}

@keyframes animate {
  0% {
    stroke-dasharray: 295;
    stroke-dashoffset: 295;
  }
  50% {
    stroke-dasharray: 295;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 295;
    stroke-dashoffset: -295;
  }
}
@keyframes fadein {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header-title-small {
    display: none;
  }
  .settings_link {
    display: none;
  }
  .account-details .account-mobile-menu {
    display: grid;
  }
  .wrapper-content {
    padding: 0;
  }
  :root {
    --very-small: 0.9rem;
    --header-section: 2rem;
    --header-section-small: 1.3rem;
    --header-section-small_2: 1rem;
    --extra-small: 0.7rem;
    --icons: 1rem;
    --border: #e5e7eb;
    --medium: 0.8rem;
    --category-header: 36px;
  }
  .user-account-header-container > * {
    flex: none;
  }
  .user-account-header-container {
    flex-direction: column;
    height: auto;
  }
  .user-account-header-container > * {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .main-sustainability-mission button {
    display: block;
    text-align: center;
    margin: 40px auto;
  }
}
@media screen and (max-width: 731px) {
  nav .nav-container .nav-wide-screen .nav-links {
    display: none;
  }
  nav .nav-container .nav-wide-screen .hamburger-icon {
    display: block;
  }
  nav .nav-container .nav-mobile .nav-links {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background-color: white;
  }
}
@media screen and (min-width: 731px) {
  nav .nav-container .nav-mobile {
    display: none !important;
  }
}
@keyframes cookiesWindow {
  0% {
    transform: translatey(30%);
    opacity: 0%;
  }
  100% {
    opacity: 100%;
    transform: translate(0%);
  }
}/*# sourceMappingURL=stylesheets.css.map */