/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary-color:#1086B1;
  --primary-font: "Montserrat", serif;
}

body {
  background-color: #000000 !important;
}

.contact-content {
  position: absolute;
  top: 35%;
}

.contact-content .contact-text {
  background: var(--Silver-gradient,
      linear-gradient(131deg,
        #999 8.72%,
        #c9c9c9 22.58%,
        #fff 38.27%,
        #c1c1c1 53.31%,
        #dbdbdb 67.93%,
        #999 86.98%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--primary-font);
  font-size: clamp(32px, 5vw, 64px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

@media (width < 767px) {
  .contact-content {
    padding: 40px 0;
    text-align: center;
    position: relative;
  }

  .contact-content .contact-text {
    margin-bottom: 16px;
  }

  .contact-content h6 {
    font-size: 14px !important;
  }
}

.primary-solid-btn {
  background: var(--primary-color) !important;
  font-family: var(--primary-font) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  padding: 12.5px 16px !important;
  border-radius: 46px !important;
  border: none !important;
  transition: 0.3s !important;
}

.primary-solid-btn:hover {

  background:#07384A !important;
}

.large-primary-btn {
  background: var(--primary-color);
  font-family: var(--primary-font);
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  padding: 16px 28px;
  border-radius: 46px;
  transition: 0.3s !important;

}

.large-primary-btn:hover {
  background: #07384A !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
  font-size: 1rem !important;
  border-radius: 6px !important;
  border: 1px solid var(--Gray-5, #e0e0e0) !important;
  padding: 12px;
  background: transparent !important;
  color: var(--Grey-10, #ccc) !important;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
  font-family: var(--primary-font);
  color: var(--Grey-10, #ccc);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.13px;
}

input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
select::placeholder {
  outline: none;
}

textarea {
  border-radius: 6px !important;
  border: 1px solid var(--Gray-5, #e0e0e0) !important;
  padding: 12px 20px;
  background: transparent !important;
  color: var(--Grey-10, #ccc) !important;
  width: 100% !important;
}

textarea:focus-visible {
  outline: none;
}

textarea::placeholder {
  font-family: var(--primary-font);
  color: var(--Grey-10, #ccc);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.13px;
}

.baelberg-header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  padding: 18px 0;
  background: #000;
}

.baelberg-header .container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 40px;
}

@media (max-width: 991px) {
  .baelberg-header .container {
    padding: 0px 30px;
  }
}

@media (max-width: 767px) {
  .baelberg-header .container {
    padding: 0px 20px;
  }
}

@media (max-width: 991px) {
  .logo-container {
    width: calc(100% - 160px);
  }
}

@media (max-width: 767px) {
  .logo-container {
    width: calc(100% - 150px);
  }
}

.nav-btn {
  display: flex;
}

.nav-links {
  flex: 2;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}

.log-sign {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.nav-links>ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.nav-link {
  position: relative;
  padding: 0 !important;
}

.nav-links ul li a {
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  padding: 12px 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
}

.nav-link>a:not([href]) {
  color: #525252;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  border-radius: 4px;
}

.dropdown ul {
  position: relative;
  padding: 10px !important;
}

.dropdown-link>a {
  display: flex;
  color: #000;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

.dropdown-link:hover>a {
  background-color: #ebeefa;
  color: #343434;
  border-radius: 4px;
}

.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid var(--clr-light);
}

.dropdown-link i {
  transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: var(--clr-light);
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.3s;
  z-index: -1;
}

.dropdown-link:first-child:hover~.arrow {
  background-color: var(--clr-dropdown);
}

.dropdown-link {
  position: relative;
  border-radius: 4px;
}

.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: 0.8rem;
  cursor: pointer;
  transform: translateX(10px);
}

.dropdown.second .arrow {
  top: 10px;
  left: -5.5px;
}

.nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}

.hamburger-menu-container {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu div {
  width: 1.6rem;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  z-index: 1001;
  transition: 0.2s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.2s;
}

.hamburger-menu div:before {
  transform: translateY(-7px);
}

.hamburger-menu div:after {
  transform: translateY(7px);
}

#check {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
  background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
  transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
  transform: translateY(0) rotate(45deg);
}

@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 991px) {
  .hamburger-menu-container {
    display: flex;
  }

  #check {
    display: block;
  }

  .nav-btn {
    position: fixed;
    height: 100%;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #000;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: 0.6s;
    gap: 40px;
  }

  #check:checked~.nav-btn {
    transform: translateX(0);
  }

  #check:checked~.nav-btn .nav-link,
  #check:checked~.nav-btn .log-sign {
    animation: animation 0.2s ease forwards var(--i);
  }

  .nav-links {
    flex: none;
    display: block;
    width: 100%;
  }

  .nav-links>ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .nav-links>ul>li>a {
    padding: 1rem 2rem;
  }

  .nav-link {
    width: 100%;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-link>a {
    line-height: 1;
    padding: 1rem 2rem;
  }

  .nav-link:hover>a {
    transform: scale(1);
    background-color: #ebeefa;
    color: #000 !important;
  }

  .dropdown,
  .dropdown.second {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: #fff;
    display: none;
  }

  .nav-link:hover>.dropdown,
  .dropdown-link:hover>.dropdown {
    display: block;
  }

  .nav-link:hover>a>i,
  .dropdown-link:hover>a>i {
    transform: rotate(360deg);
  }

  .dropdown-link>a {
    background-color: transparent;
    color: #000;
    padding: 1.2rem 2rem;
    line-height: 1;
  }

  .dropdown.second .dropdown-link>a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }

  .dropdown.second .dropdown.second .dropdown-link>a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }

  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }

  .arrow {
    z-index: 1;
    background-color: var(--clr-btn);
    left: 10%;
    transform: scale(1.1) rotate(45deg);
    transition: 0.2s;
  }

  .nav-link:hover .arrow {
    background-color: var(--clr-nav-hover);
  }

  .dropdown .dropdown .arrow {
    display: none;
  }

  .dropdown-link:hover>a {
    background-color: var(--clr-dropdown-link-hov);
  }

  .dropdown-link:first-child:hover~.arrow {
    background-color: var(--clr-nav-hover);
  }

  .nav-link>a>i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: 0.7s;
  }

  .dropdown i {
    font-size: 1rem;
    transition: 0.7s;
  }

  .log-sign {
    flex: initial;
    width: 100%;
    justify-content: flex-end;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {

  .nav-links>ul>li>a {
    padding: 1rem 1.5rem;
  }
}

.account-icon img,
.cart-icon img {
  width: 30px !important;
  height: 30px !important;
  margin-left: 20px;
}

.cart-icon {
  position: relative;
  display: inline-block;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--primary-color);
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  background: #ebebf3;
  padding-top: 80px;
}

.footer .social-icons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.footer .links-outer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  padding-bottom: 40px;
}

.footer .bottom-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid var(--Grey-10, #ccc);
}

@media (width < 991px) {
  .footer .upper-row {
    gap: 30px;
  }
}

.home-banner {
  background: #000;
  position: relative;
  margin-top: 76px;
}

.home-banner video {
  width: 100%;
  position: relative;
}

.home-banner .banner-content {
  position: absolute;
  top: 35%;
}

.home-banner .banner-content .banner-text {
  background: var(--Silver-gradient,
      linear-gradient(131deg,
        #999 8.72%,
        #c9c9c9 22.58%,
        #fff 38.27%,
        #c1c1c1 53.31%,
        #dbdbdb 67.93%,
        #999 86.98%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--primary-font);
  font-size: clamp(40px, 5vw, 64px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}

.home-banner .banner-content h6 br {
  display: none;
}

@media (width < 767px) {
  .home-banner {
    padding: 60px 0;
  }

  .home-banner .banner-content {
    position: relative;
  }

  .home-banner .banner-content h6 br {
    display: block;
  }
}

.benefit-section {
  background: url("../img/benefit-bg.png") no-repeat center center;
  background-size: cover;
}

.benefit-section .box-left {
  border-radius: 20px;
  background-blend-mode: color-burn;
  box-shadow: 0px -36px 40px 45px #fff inset, 0px 100px 79.6px 45px #fff inset;
  backdrop-filter: blur(12px);
  padding: 40px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  flex-direction: column;
}

.benefit-section .row {
  --bs-gutter-x: 10px;
}

.benefit-section .right-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.benefit-section .right-col .box {
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  min-height: 315px;
}

@media (width < 991px) {
  .benefit-section .right-col {
    margin-top: 10px;
  }
}

@media (width < 767px) {
  .benefit-section .right-col {
    grid-template-columns: auto;
    margin-top: 10px;
  }

  .benefit-section .right-col .box {
    min-height: 230px;
  }
}

.overlay .perfect-health-section {
  background: url("../img/perfect-health-banner.png") no-repeat left;
  background-size: cover;
  padding-bottom: 198px !important;
}

.overlay .perfect-health-section .row {
  margin-top: 80px;
}

.overlay .perfect-health-section .right-col .accordion-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.overlay .perfect-health-section .right-col li {
  cursor: pointer;
  padding: 20px;
  border-top: 1px solid #cbcbcb;
}

.overlay .perfect-health-section .right-col li:nth-child(1) {
  border: none;
}

.overlay .perfect-health-section .right-col li:last-child {
  border-bottom: 1px solid #cbcbcb;
}

.overlay .perfect-health-section .right-col .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (width < 991px) {
  .overlay {
    background: #e1e4f1;
    height: 100%;
  }

  .overlay .perfect-health-section {
    background: url("../img/perfect-health-banner-tablet.png") no-repeat;
    background-size: contain;
    padding-bottom: 80px !important;
  }

  .overlay .perfect-health-section .box-left {
    height: 570px;
  }
}

@media (width < 767px) {
  .overlay {
    background: #e1e4f1;
    height: 100%;
  }

  .overlay .perfect-health-section {
    background: url("../img/perfect-health-banner-mobile.png") no-repeat;
    background-size: contain;
  }

  .overlay .perfect-health-section .box-left {
    height: 401px;
  }
}

.why-choose-baelberg {
  background: var(--Grey-50, #000);
  padding-bottom: 80px !important;
}

.why-choose-baelberg h3 {
  background: var(--Silver-gradient,
      linear-gradient(131deg,
        #999 8.72%,
        #c9c9c9 22.58%,
        #fff 38.27%,
        #c1c1c1 53.31%,
        #dbdbdb 67.93%,
        #999 86.98%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-choose-baelberg .comparision-table {
  max-width: 860px;
}

.why-choose-baelberg .comparision-table .img-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 40px 0;
}

.why-choose-baelberg .comparision-table .img-col .col {
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.why-choose-baelberg .comparision-table .img-col .col:nth-child(2) {
  background: url("../img/baelberg-water.png") no-repeat;
  background-size: cover;
}

.why-choose-baelberg .comparision-table .img-col .text {
  padding-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.why-choose-baelberg .comparision-table .img-col .text .tick-box {
  display: flex;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 43px;
  background: #285c6e;
}

.why-choose-baelberg .comparision-table .img-col .text h6 {
  font-weight: 600;
}

.why-choose-baelberg .comparision-table .diffrences {
  margin-bottom: 30px;
}

.why-choose-baelberg .comparision-table .diffrences .compare-box {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  padding: 16px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.why-choose-baelberg .comparision-table .diffrences .compare-box .text-one {
  border-right: 2px solid #7f7f7f;
  flex: 1;
  margin-right: 10px;
}

.why-choose-baelberg .comparision-table .diffrences .compare-box .text {
  flex: 1;
  padding-left: 40px;
}

@media (width < 767px) {
  .why-choose-baelberg {
    padding-top: 40px !important;
  }

  .why-choose-baelberg .comparision-table .diffrences .compare-box .text {
    padding-left: 8px;
  }
}

.key-benefits-section {
  background: url("../img/Key-benefits.png") no-repeat center center;
  background-size: cover;
  height: 700px;
  padding-top: 182px !important;
}

.key-benefits-section .container h3 {
  background: var(--Silver-gradient,
      linear-gradient(131deg,
        #999 8.72%,
        #c9c9c9 22.58%,
        #fff 38.27%,
        #c1c1c1 53.31%,
        #dbdbdb 67.93%,
        #999 86.98%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.key-benefits-section .container .cta-btn {
  display: flex;
  justify-content: center;
}

@media (width < 767px) {
  .key-benefits-section {
    background: url("../img/Key-benefits-mobile.png") no-repeat center center;
    background-size: cover;
    padding-top: 40px !important;
    height: 439px;
  }

  .key-benefits-section .container h3 {
    margin-bottom: 32px;
  }
}

.contact-banner {
  background: #fff;
  margin-top: 76px;
}

.contact-banner .container {
  max-width: 1170px;
}

.contact-banner .container .row {
  --bs-gutter-x: 75px;
}

.contact-banner .container .row .form-col {
  padding: 33px 44px;
  border-radius: 10px;
  background: var(--Grey-40, #191919);
}

.contact-banner .container .row .form-col h3 {
  text-align: left;
}

.contact-banner .container .row .form-col .form-input {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-banner .container .row .form-col .form-input input {
  border-radius: 6px;
  border: 1px solid var(--Gray-5, #e0e0e0);
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  color: var(--Grey-10, #ccc);
}

.contact-banner .container .row .form-col .form-input input:focus-visible {
  outline: none;
}

.contact-banner .container .row .form-col .form-input input::placeholder {
  font-family: var(--primary-font);
  color: var(--Grey-10, #ccc);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.13px;
}

.contact-banner .container .row .form-col .form-input input[type="submit"] {
  border: none !important;
  border-radius: 46px !important;
  background: var(--primary-color) !important;
  text-align: center;
  width: 100%;
  padding: 13px 16px;
  color: var(--Grey-00, #fff) !important;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  transition: 0.3s !important;

}

.contact-banner .container .row .form-col .form-input input[type="submit"]:hover {
  background:#07384A !important;
}

.contact-banner .container .row .form-col .form-input textarea {
  border-radius: 6px;
  border: 1px solid var(--Gray-5, #e0e0e0);
  padding: 12px 20px;
  background: transparent;
  color: var(--Grey-10, #ccc);
  width: 100%;
}

.contact-banner .container .row .form-col .form-input textarea:focus-visible {
  outline: none;
}

.contact-banner .container .row .form-col .form-input textarea::placeholder {
  font-family: var(--primary-font);
  color: var(--Grey-10, #ccc);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.13px;
}

.contact-banner .container .row .address-col .inner {
  margin: 38px 0;
  display: flex;
}

.contact-banner .container .row .address-col .inner .contact {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--Grey-50, #000);
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.48px;
}

.contact-banner .container .row .address-col .inner .contact:hover {
  color: #07244a !important;
  font-weight: 600;
}

.contact-banner .container .row .address-col .inner .contact:hover svg {
  fill: #07244a;
}

.contact-banner .container .row .address-col .inner .contact:hover svg .stroke {
  stroke: #fff;
}

.contact-banner .container .row .address-col .location {
  margin-bottom: 38px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-banner .container .row .address-col iframe {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  width: 548px;
  height: 273px;
  border-radius: 10px;
}

.contact-banner .container .row .form-col .wpcf7-spinner {
  margin-top: 1rem;
  background-color: #fff;
}

.contact-banner .container .row .form-col .wpcf7-spinner::before {
  background:#07384A !important;
}

@media (width < 991px) {
  .contact-banner .container .row .address-col {
    margin-top: 40px;
  }

  .contact-banner .container .row .address-col .large br {
    display: none;
  }

  .contact-banner .container .row .address-col iframe {
    width: 100%;
  }
}

@media (width < 767px) {
  .contact-banner .container .row .form-col {
    padding: 33px 20px;
  }

  .contact-banner .container .row .address-col .inner {
    flex-direction: column;
    gap: 16px;
  }
}

.contact-image {
  background: url("../img/stay-hydrate.png") no-repeat center center;
  background-size: cover;
  height: 526px;
  position: relative;
}

@media (width < 991px) {
  .contact-image {
    background-size: 175%;
    height: 470px;
  }
}

@media (width < 767px) {
  .contact-image {
    background: url("../img/stay-hydrate-mobile.png") no-repeat center center;
    background-size: cover;
    height: 674px;
  }
}

.error-page,
.thankyou-page {
  margin-top: 76px;
}

.error-page h1.entry-title,
.thankyou-page h1.entry-title {
  color: #fff !important;
}

.thankyou-page h1.entry-title {
  text-align: center !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--primary-font) !important;
}

a {
  text-decoration: none;
}

.social-icons a {
  background: transparent !important;
}

body {
  overflow-x: hidden;
}

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

.container {
  max-width: 1272px;
}

h1 {
  color: var(--Grey-40, #191919);
  font-family: var(--primary-font);
  font-size: clamp(40px, 5vw, 64px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
  margin: 0;
}

h1.white {
  color: #fff;
}

h2 {
  color: var(--Grey-40, #fff);
  font-family: var(--primary-font);
  font-size: clamp(32px, 5vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}

h3 {
  color: var(--Grey-30, #333);
  font-family: var(--primary-font);
  font-size: clamp(32px, 5vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin: 0;
}

h3.white {
  color: #fff;
}

h5 {
  font-size: clamp(18px, 5vw, 22px);
  color: var(--Grey-40, #191919);
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  margin: 0;
}

h5.white {
  color: #fff;
}

h6 {
  font-size: clamp(18px, 5vw, 20px);
  font-family: var(--primary-font);
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin: 0;
}

h6.white {
  color: #fff;
}

h6.grey {
  color: #ccc;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0;
  color: #fff;
}

p.large {
  font-size: 18px;
}

p.dark-light {
  color: #191919;
  opacity: 0.7;
}

p.dark {
  color: #000;
}

p.bold {
  font-weight: 600;
}

p.normal {
  font-weight: 400;
}

p.small {
  font-size: 14px;
  line-height: 150%;
}

p.white {
  color: #fff;
}

p.grey {
  color: #7f7f7f;
}

ul {
  padding-left: 0;
}

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

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

@media (max-width: 991px) {
  .container {
    --bs-gutter-x: 2rem;
  }
}

@media (max-width: 767px) {
  .container {
    --bs-gutter-x: 1.5rem;
  }
}

@media (max-width: 767px) {
  .padding-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-165 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#site-content {
  margin: 6rem 0;
  padding: 40px;
}

.woocommerce-account #site-content .woocommerce {
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 3rem !important;
}

.woocommerce .woocommerce-form-login__rememberme {
  margin: 0.5rem 0 !important;
}

.woocommerce-products-header,
.woocommerce-result-count,
.woocommerce-ordering,
.single-product div.product .product_meta,
.woocommerce-breadcrumb {
  display: none;
}

h2.woocommerce-loop-product__title {
  color: #fff !important;
  font-size: 24px !important;
}

ul.products li.product .price {
  margin-bottom: 1rem !important;
}

ul.products li.product .price bdi {
  color: #fff !important;
}

.button.product_type_simple.add_to_cart_button,
.single_add_to_cart_button,
.wc-block-components-totals-coupon__button,
.wc-block-components-button,
.wp-block-button__link.add_to_cart_button.ajax_add_to_cart,.woocommerce-button.button.woocommerce-form-login__submit,.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  background: var(--primary-color) !important;
  font-family: var(--primary-font) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: capitalize;
  padding: 12.5px 16px !important;
  border-radius: 46px !important;
  border: none !important;
  transition: 0.3s !important;
}

.button.product_type_simple.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.wc-block-components-totals-coupon__button:hover,
.wc-block-components-button:hover,
.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover,.woocommerce-button.button.woocommerce-form-login__submit:hover,.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  text-decoration: none !important;
  background:#07384A !important;
}

.wc-block-components-quantity-selector input {
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background: none transparent !important;
  border: 1px solid #fff !important;
  box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: 1 !important;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

h1.product_title.entry-title,
.wc-block-components-product-name {
  font-size: 24px !important;
}

h1.entry-title {
  font-size: 32px !important;
  color: #fff !important;
}

.wp-block-woocommerce-cart-items-block {
  color: #fff !important;
}

h1.product_title.entry-title,
.single-product .summary p.price,
.woocommerce-product-details__short-description,
.wc-block-components-product-name,
.price.wc-block-components-product-price,
.wc-block-cart-item__remove-link,
.theme-twentytwenty .wc-block-components-product-price__value {
  font-family: var(--primary-font) !important;
  color: #fff !important;
  margin-bottom: 16px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-bottom: 2rem !important;
  padding: 1rem !important;
  border-radius: 6px;
  margin-left: 0;
  background: transparent !important;
  color: #fff !important;
  border-top: 1px solid #fff !important;
  border: 1px solid #fff !important;
  font-size: 16px !important;
  font-family: var(--primary-font) !important;
  list-style: none !important;
  overflow: hidden !important;
  width: 100%;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: flex !important;
  justify-content: center;
}

.woocommerce ul.products li.product {
  align-items: center !important;
}

ul.products li.product .woocommerce-loop-product__link {
  display: flex !important;
  align-items: center;
  flex-direction: column;
}

.woocommerce .content-area {
  max-width: 1272px !important;
  padding: 0 !important;
  margin-top: 79px !important;
  padding-top: 80px !important;
}
.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
    background-color: transparent !important;
    color: #fff !important;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    background-color: #fff !important;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  color: #fff !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wp-block-woocommerce-checkout,
.wc-block-components-checkout-return-to-cart-button {
  color: #fff !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top: 1px solid #fff !important;
  padding-top: 24px !important;
  margin-bottom: 24px !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
  background: none;
  border: none;
  margin: 0 0 30px !important;
  padding: 0;
  position: relative;
}

.wc-block-grid__products {
  justify-content: space-between !important;
}

.wc-block-grid__products li.wc-block-grid__product {
  max-width: 100% !important;
}

.wc-block-grid__products li .wc-block-grid__product-title,
.wc-block-grid__product-price.price {
  font-size: 1rem !important;
  color: #fff !important;
}

ul.products li.product .added_to_cart {
  color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce-account .woocommerce-MyAccount-content p {
  margin: 0 !important;
  font-size: 1rem !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-content p a,
.woocommerce-privacy-policy-link,
p.woocommerce-LostPassword.lost_password a,
.woocommerce-Address a,
.woocommerce-error li a {
  color: #fff !important;
  text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-message {
  color: #FFF !important;
}

.woocommerce-account table.account-orders-table .button {
  background: transparent !important;
  color: #000 !important;
}

.woocommerce-error>li {
  padding: 0 !important;
  display: block !important;
}

.woocommerce-view-order .woocommerce-MyAccount-content table th,
.woocommerce-view-order .woocommerce-MyAccount-content table td,
.woocommerce-page table.shop_table td a,
.woocommerce-orders-table th span,
.woocommerce-order-received .woocommerce-order li,
.woocommerce-order-received table td,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td a,
address,
legend {
  color: #fff !important;
}

.woocommerce-page table.shop_table th a {
  color: #191919 !important;
}

.woocommerce-orders-table tbody tr {
  background: #fff !important;
}

.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n) td {
  background: transparent !important;
}

.select2-container .select2-selection {
  font-size: 1rem !important;
  background: transparent !important;
}

.select2-container .select2-dropdown {
  font-size: 1rem !important;

}

.select2-container .select2-dropdown .select2-search__field {
  color: #191919 !important;
}

.select2-search__field {
  color: #191919 !important;
}

.select2-selection__rendered {
  color: var(--Grey-10, #ccc) !important;
}

.woocommerce-Address-title h2 {
  margin: 2rem 0 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  background: none !important;
  border-color: #ccc transparent transparent transparent !important;
  border-style: solid !important;
  border-width: 5px 4px 0 4px !important;
  height: 0 !important;
  left: 50% !important;
  margin-left: -4px !important;
  margin-top: 0px !important;
  position: absolute !important;
  top: 50% !important;
  width: 0 !important;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  border: none !important;
  margin-top: 40px;
}

.woocommerce-order-received table tr {
  height: 2rem !important;
}

.single-product .summary {
  margin-bottom: 4rem !important;
}

.woocommerce form.woocommerce-form-register input {
  padding: 8px !important;
  width: 100%;
}

.account-dropdown {
  position: relative;
  display: inline-block;
}

.account-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 0;
  min-width: 120px;
  display: none;
}

.account-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 8px 15px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.dropdown-menu a:hover {
  background: #CBE1FF;
}

.dropdown-menu {
  display: none;
}

.dropdown-menu.show {
  display: block;
}

form.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  flex-direction: column;
}



.form-input p .wpcf7-spinner {
  display: none;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=password] {
  border: 1px solid #fff !important;
  background-color: transparent !important;
	color: #fff !important;
}
 
.wc-block-components-text-input.has-error input {
  border-color: #fff !important;
}
 

@media (max-width: 991px) {
#site-content {
  padding: 40px 0 0;
}
  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block,
  .is-large .wc-block-checkout__sidebar,
  .woocommerce-orders-table {
    width: 100% !important;
    padding: 0 !important;
  }

  .woocommerce-page table.shop_table tbody tr td {
    padding: 0.5rem 1rem !important;
  }

  .woocommerce-account table.account-orders-table .button {
    margin: 0 !important;
    width: auto !important;
  }

  .u-columns .u-column2.col-2 {
    margin-top: 2rem !important;
  }

  .single-product div.product {
    position: relative;
    padding: 0 30px !important;
  }

  .woocommerce-notices-wrapper {
    padding: 0 30px !important;

  }

  .woocommerce-form-login {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .single-product div.product {
    padding: 0 !important;
  }

  .woocommerce-notices-wrapper {
    padding: 0 !important;

  }
}

