@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap");
:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 25px;
  background-color: #2546bc;
  border: 1px solid #2546bc;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}
.btn-primary:hover {
  background-color: white;
  color: #2546bc;
  transition: 0.2s;
  cursor: pointer;
}

#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0px !important;
}

.serif {
  font-family: "Space Grotesk", sans-serif !important;
}

#page-container {
  padding-top: 0px !important;
}

body {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 992px) {
  body {
    padding-top: 70px !important;
  }
}

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
  padding-top: 0px;
}

.max-1-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.max-2-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.max-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Custom Footer */
#main-footer {
  background-color: #151515;
  padding: 50px;
  position: relative;
  z-index: 0;
}
#main-footer .container {
  z-index: 3;
}
.gradient-top-footer {
  height: 6px;
  width: 100%;
  background: rgb(9, 35, 37);
  background: linear-gradient(
    90deg,
    rgb(9, 35, 37) 0%,
    rgb(2, 241, 254) 50%,
    rgb(9, 35, 37) 100%
  );
}

.footer-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.footer-wrapper .column {
  width: 25%;
}
@media (max-width: 992px) {
  .footer-wrapper .column:first-child {
    margin-bottom: 0px !important;
  }
  .footer-wrapper .column:last-child {
    margin-bottom: 10px !important;
  }
}

.footer-wrapper .logo img {
  max-width: 80%;
}

.footer-wrapper .links h4 {
  color: #c9d5ff !important;
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  opacity: 0.4;
  margin-bottom: 15px;
}

.footer-wrapper .links h4 {
  color: #c9d5ff;
  font-weight: bold;
  font-size: 20px;
  opacity: 1;
}

.footer-wrapper .links ul li a {
  color: white;
  font-size: 16px;
  margin-bottom: 3px;
  display: block;
}

.footer-wrapper .links ul li:last-child a {
  margin-bottom: 0px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.footer-disclaimer {
  font-size: 14px;
  line-height: 20px;
  color: white;
  opacity: 1;
  font-weight: 400;
  margin-bottom: 0px;
}

.footer-bottom .links ul {
  display: flex;
  align-items: center;
  flex: none;
}

.footer-bottom .copy-texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-bottom .links ul li a {
  font-weight: 500;
  font-size: 14px;
  margin-right: 15px;
  color: white;
}

.footer-bottom .copyright {
  font-size: 14px;
  color: white;
  opacity: 0.4;
  font-weight: 400;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  .footer-wrapper .social {
    margin-bottom: 25px;
  }
}

.footer-wrapper .social a {
  font-size: 30px;
  line-height: 30px;
  margin-right: 15px;
  color: #c9d5ff;
}

.footer-bottom .social a:last-child {
  margin-right: 0px;
}

@media (max-width: 992px) {
  .footer-wrapper .column {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-wrapper {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .footer-wrapper .logo img {
    max-width: 80%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-bottom .copyright {
    text-align: center;
    line-height: 130%;
  }
  .footer-bottom .links {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .footer-bottom .social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}
/* End of custom footer */
/* AN Header */
#anHeader {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background-color: white;
  /* Search */
  /* End of Search */
}
@media (max-width: 992px) {
  #anHeader {
    position: fixed;
  }
}
#anHeader .mobile-menu-button-close {
  display: none;
}
#anHeader.show-mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
  transition: 0.2s;
}
#anHeader.show-mobile .mobile-menu-button-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: white;
  font-size: 29px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  margin-right: 0px;
}
#anHeader.show-mobile .cart-icon-mobile {
  display: none !important;
}
#anHeader.show-mobile .inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  overflow-x: scroll;
}
#anHeader.show-mobile .left,
#anHeader.show-mobile .right {
  flex: none;
  order: 2;
  width: 100%;
}
#anHeader.show-mobile .mobile-menu-button {
  display: none !important;
}
#anHeader.show-mobile .left {
  margin-top: 20px;
}
#anHeader.show-mobile .right,
#anHeader.show-mobile .left {
  display: flex !important;
  flex: none;
  flex-direction: column;
}
#anHeader.show-mobile .right .menu-items,
#anHeader.show-mobile .left .menu-items {
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
  gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#anHeader .inner {
  max-width: 1260px;
  margin: auto;
  width: calc(100% - 0px);
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  position: relative;
}
@media (max-width: 992px) {
  #anHeader .inner {
    justify-content: space-between;
    padding: 10px;
  }
}
#anHeader .inner .center {
  padding: 0px 50px;
}
@media (max-width: 992px) {
  #anHeader .inner .center {
    padding: 0px !important;
    padding-top: 15px;
  }
}
#anHeader .inner .logo {
  height: 70px;
}
@media (max-width: 992px) {
  #anHeader .inner .logo {
    height: 50px;
  }
}
#anHeader .inner .mobile-menu-button {
  display: none;
}
@media (max-width: 992px) {
  #anHeader .inner .mobile-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: white;
    font-size: 29px;
    text-align: center;
    margin-left: 20px;
    flex: none;
  }
}
#anHeader .inner .left .logo-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  #anHeader .inner .left .logo-wrapper {
    position: relative;
    top: inherit;
    padding: 0px;
    background-color: transparent;
    left: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#anHeader .inner .left .logo-wrapper img {
  height: 30px;
}
#anHeader .inner .left a {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  #anHeader .inner .left a {
    justify-content: center;
  }
}
#anHeader .inner .right,
#anHeader .inner .left {
  display: flex;
  justify-content: flex-end;
}
#anHeader .inner .right .menu-items,
#anHeader .inner .left .menu-items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #anHeader .inner .right .menu-items,
  #anHeader .inner .left .menu-items {
    margin-left: 20px;
  }
}
#anHeader .inner .right .menu-items a,
#anHeader .inner .left .menu-items a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: black;
  font-weight: 800;
  padding: 15px 20px;
  padding-bottom: 16px;
}
@media (max-width: 1550px) {
  #anHeader .inner .right .menu-items a,
  #anHeader .inner .left .menu-items a {
    font-size: 18px;
  }
}
@media (max-width: 1420px) {
  #anHeader .inner .right .menu-items a,
  #anHeader .inner .left .menu-items a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  #anHeader .inner .right .menu-items a,
  #anHeader .inner .left .menu-items a {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  #anHeader .inner .right .menu-items a:hover,
  #anHeader .inner .left .menu-items a:hover {
    background: #2546bc;
    transition: 0.2s;
    color: white !important;
    cursor: pointer;
  }
}
#anHeader .inner .right .cta-icons,
#anHeader .inner .left .cta-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
#anHeader .inner .right .cta-icons a,
#anHeader .inner .left .cta-icons a {
  padding: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
  background-color: #2546bc;
  color: white;
  border: 2px solid #2546bc;
}
#anHeader .inner .right .cta-icons a:hover,
#anHeader .inner .left .cta-icons a:hover {
  background-color: white;
  color: #2546bc;
  transform: scale(1.1);
  transition: 0.2s;
}
#anHeader .inner .right {
  display: flex;
}
@media (min-width: 992px) {
  #anHeader .inner .right {
    flex: 1;
  }
}
@media (max-width: 992px) {
  #anHeader .inner .right {
    display: none;
  }
}
#anHeader .progress-wrapper {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 5px;
}
#anHeader .progress-wrapper .scrolled {
  height: 5px;
  background-color: #2546bc;
  transition: 0.2s;
  width: 0%;
}
#anHeader .search-menu-item {
  position: relative;
}
#anHeader .search-menu-item .search-form {
  display: none;
}
#anHeader .search-menu-item .search-form.active {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
#anHeader .search-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#anHeader .search-modal .inner {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 35px;
  position: relative;
  max-width: 800px;
  width: calc(100% - 20px);
}
#anHeader .search-modal .inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: black;
  cursor: pointer;
}
#anHeader .search-modal .inner .search-title {
  margin-bottom: 20px;
}
#anHeader .search-modal .inner form {
  display: flex;
  gap: 10px;
}
#anHeader .search-modal .inner input[type="search"] {
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  color: black;
}
#anHeader .search-modal .inner .btn-primary {
  background-color: #2546bc;
  color: black;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 25px;
  border: 1px solid #2546bc;
  border-radius: 0px;
}
#anHeader .search-modal .inner .btn-primary:hover {
  background-color: white;
  color: #2546bc;
  transition: 0.2s;
  cursor: pointer;
}
#anHeader .cart-icon-mobile {
  display: none;
}
@media (max-width: 992px) {
  #anHeader .cart-icon-mobile {
    display: flex;
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: black;
    font-size: 29px;
    text-align: center;
    margin-left: 20px;
    flex: none;
  }
  #anHeader .cart-icon-mobile a {
    display: none !important;
  }
  #anHeader .cart-icon-mobile i {
    color: black;
    display: none;
  }
}
#anHeader .left {
  order: 1;
}
#anHeader .right {
  order: 2;
}
#anHeader .mobile-menu-button {
  order: 1;
  margin-left: 0px !important;
  margin-right: 0px;
  color: #2546bc !important;
}
#anHeader .mobile-menu-button-close {
  order: 1;
  margin-left: 0px !important;
  margin-right: 20px;
  color: #2546bc !important;
}

#announcement-bar {
  background-color: #2546bc;
  display: flex;
  align-items: center;
  justify-content: center;
}
#announcement-bar .inner {
  max-width: 1260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 5px;
}
#announcement-bar .inner p {
  color: black;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

/* End of AN Header */
/* Custom Product Page */
.custom-product-title {
  margin-top: 80px;
  padding: 0px 10px;
}
@media (max-width: 992px) {
  .custom-product-title {
    margin-top: 60px;
  }
}
.custom-product-title h2 {
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
  color: black;
  text-align: center;
}
@media (max-width: 992px) {
  .custom-product-title h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

.woocommerce-breadcrumb {
  display: none;
}

.summary .product_title {
  font-size: 24px;
  line-height: 32px;
}
.summary .price bdi {
  font-size: 28px;
  font-weight: bold;
  color: #2546bc;
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 992px) {
  .summary .price bdi {
    margin-top: 20px;
  }
}

.single-product #main-content .container:first-child {
  padding-top: 10px;
}

.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover {
  color: #2546bc;
}

.woocommerce div.product form.cart .button {
  border-radius: 0px;
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
  display: flex;
}

.product .product_meta {
  display: none;
}

.product .related h2 {
  font-size: 40px !important;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px !important;
  color: black !important;
  line-height: 48px !important;
}

.wc-block-components-notice-banner {
  border-radius: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
}

.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content {
  align-self: center;
  flex-basis: 100%;
  padding-right: 16px;
  white-space: normal;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row-reverse !important;
  flex-wrap: wrap-reverse;
}

.button.wc-forward {
  background: black !important;
  opacity: 1 !important;
  border-radius: 0px !important;
  padding: 5px 15px !important;
  color: white !important;
  text-decoration: none !important;
  font-size: 14px !important;
  margin: 5px !important;
}

a {
  color: #2546bc;
}

/* End of Custom Product Page */
@keyframes arrowBounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.homeSlider {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-top: 70px;
  background-color: #f5eedd;
}
@media (max-width: 992px) {
  .homeSlider {
    flex-direction: column;
  }
}
.homeSlider .bottom-arrow {
  position: absolute;
  bottom: 30px;
  z-index: 999999999;
  font-size: 42px;
  color: white;
  animation: arrowBounce 2s infinite;
}
.homeSlider .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.homeSlider .background-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .homeSlider .background-image {
    position: relative;
    padding-top: 0px;
  }
}
.homeSlider .background-image img {
  object-fit: contain;
  max-width: 600px;
  max-height: 80%;
  overflow: hidden;
  border: 4px solid white;
}
@media (max-width: 992px) {
  .homeSlider .background-image img {
    max-width: calc(100% - 20px);
  }
}
.homeSlider .inner {
  z-index: 9;
  padding: 25px;
  position: relative;
}
.homeSlider .inner .texts {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: center;
  color: white;
  z-index: 10;
}
.homeSlider .inner .texts h1 {
  background: white;
  padding: 10px 25px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  z-index: 1;
  color: #2546bc;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .homeSlider .inner .texts h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
.homeSlider .inner .texts p {
  background: white;
  padding: 10px 15px;
  line-height: 24px;
  margin-top: 25px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  color: #2546bc;
  text-align: center;
  z-index: 1;
}
@media (max-width: 992px) {
  .homeSlider .inner .texts p {
    font-size: 16px;
    line-height: 26px;
  }
}
.homeSlider .inner .texts a {
  margin-top: 30px;
  display: inline-block;
  z-index: 1;
  border-radius: 0px;
}

.animation-fan {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.animation-fan .product {
  height: 400px;
  bottom: 0;
  position: absolute;
}
.animation-fan .fan {
  animation: rotateFan 2s linear infinite;
  position: absolute;
  filter: opacity(0.5);
  width: 150px;
  height: 150px;
}
.animation-fan .fan.first {
  left: calc(50% - 114px);
  bottom: 222px;
}
.animation-fan .fan.second {
  left: calc(50% - 114px);
  bottom: 36px;
}
.animation-fan .arrows {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  animation: animationArrows 2s linear infinite;
}
.animation-fan .arrows img {
  height: 80px;
}
@media (max-width: 992px) {
  .animation-fan .arrows img {
    height: 60px;
    padding: 0px 30px;
  }
}

@keyframes rotateFan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animationArrows {
  0% {
    transform: translateY(0px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(50px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 0.3;
  }
}
.section-title.center {
  text-align: center;
}
.section-title h3 {
  font-size: 40px;
  line-height: 48px;
  margin: 0px;
  padding: 0px;
  font-family: "Space Grotesk", sans-serif !important;
  text-transform: uppercase;
  color: black;
  display: inline-flex;
  font-weight: 900;
}
@media (max-width: 992px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.section-title.light h3 {
  color: white;
}
.section-title p {
  font-size: 22px;
  line-height: 28px;
  margin: 0px;
  padding: 0px;
}

/* from 10 to 10 create margin class to bottom, top, left, etc */
.mb-1 {
  margin-bottom: 5px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.mb-11 {
  margin-bottom: 55px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.mb-12 {
  margin-bottom: 60px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.mb-13 {
  margin-bottom: 65px !important;
}

.mt-13 {
  margin-top: 65px !important;
}

.ml-13 {
  margin-left: 65px !important;
}

.mr-13 {
  margin-right: 65px !important;
}

.mb-14 {
  margin-bottom: 70px !important;
}

.mt-14 {
  margin-top: 70px !important;
}

.ml-14 {
  margin-left: 70px !important;
}

.mr-14 {
  margin-right: 70px !important;
}

.mb-15 {
  margin-bottom: 75px !important;
}

.mt-15 {
  margin-top: 75px !important;
}

.ml-15 {
  margin-left: 75px !important;
}

.mr-15 {
  margin-right: 75px !important;
}

.mb-16 {
  margin-bottom: 80px !important;
}

.mt-16 {
  margin-top: 80px !important;
}

.ml-16 {
  margin-left: 80px !important;
}

.mr-16 {
  margin-right: 80px !important;
}

.mb-17 {
  margin-bottom: 85px !important;
}

.mt-17 {
  margin-top: 85px !important;
}

.ml-17 {
  margin-left: 85px !important;
}

.mr-17 {
  margin-right: 85px !important;
}

.mb-18 {
  margin-bottom: 90px !important;
}

.mt-18 {
  margin-top: 90px !important;
}

.ml-18 {
  margin-left: 90px !important;
}

.mr-18 {
  margin-right: 90px !important;
}

.mb-19 {
  margin-bottom: 95px !important;
}

.mt-19 {
  margin-top: 95px !important;
}

.ml-19 {
  margin-left: 95px !important;
}

.mr-19 {
  margin-right: 95px !important;
}

.products-grid {
  z-index: 9;
  position: relative;
}
.products-grid .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .products-grid .wrapper {
    width: calc(100% - 20px);
  }
}
.products-grid .wrapper .product-item {
  padding: 15px;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  width: calc(33.33% - 20px);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .products-grid .wrapper .product-item {
    width: calc(50% - 20px);
    margin-bottom: 15px;
  }
}
.products-grid .wrapper .product-item .image {
  flex: 1;
  height: auto;
  overflow: hidden;
}
.products-grid .wrapper .product-item .image img {
  width: 100%;
  object-fit: contain;
}
.products-grid .wrapper .product-item .name {
  font-weight: 800;
  text-align: center;
  margin-top: 20px;
  font-family: "Space Grotesk", sans-serif !important;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: block;
  color: black;
}
@media (max-width: 992px) {
  .products-grid .wrapper .product-item .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.products-grid .wrapper .product-item .price {
  font-size: 24px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 32px;
  color: #304d7d;
  text-align: center;
}
@media (max-width: 992px) {
  .products-grid .wrapper .product-item .price {
    font-size: 18px !important;
  }
}
.products-grid .wrapper .product-item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 13px 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  border: 2px solid #2546bc;
  font-weight: 900;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
}
.products-grid .wrapper .product-item .btn:hover {
  background-color: white;
  color: #2546bc;
  transition: 0.2s;
  transform: scale(1.05);
}
.products-grid .wrapper .product-item .btn i {
  margin-right: 5px;
}
@media (max-width: 992px) {
  .products-grid .wrapper .product-item .btn {
    font-size: 14px;
  }
}

.product-category-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.product-category-boxes .item {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  border: 4px solid #fa811a;
  border-right-width: 2px;
  border-left-width: 2px;
}
.product-category-boxes .item .arrow {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.product-category-boxes .item .arrow .triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #2546bc;
}
.product-category-boxes .item.selected .arrow {
  display: block;
}
.product-category-boxes .item.selected .shade {
  display: none;
}
.product-category-boxes .item.selected h3 {
  background-color: #2546bc;
}
.product-category-boxes .item:hover {
  transition: 0.2s;
  cursor: pointer;
}
.product-category-boxes .item:hover h3 {
  background-color: #2546bc;
  transition: 0.2s;
}
.product-category-boxes .item:hover .shade {
  background: rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.product-category-boxes .item .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.product-category-boxes .item:first-child {
  border-left-width: 4px;
}
.product-category-boxes .item:last-child {
  border-right-width: 4px;
}
.product-category-boxes .item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.product-category-boxes .item h3 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  text-align: center;
  font-family: "Space Grotesk", sans-serif !important;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .product-category-boxes .item h3 {
    font-size: 14px;
    line-height: 22px;
  }
}

.caracteristici-home {
  background-color: #e4f1ff;
  padding: 50px 0px;
}
@media (max-width: 992px) {
  .caracteristici-home {
    padding: 25px 0px;
  }
}
.caracteristici-home .section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .caracteristici-home .section-content {
    text-align: center;
  }
}
.caracteristici-home .section-content .s-title {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 45px;
  line-height: 54px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .caracteristici-home .section-content .s-title {
    text-align: center;
    font-size: 34px;
    line-height: 44px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 10px;
  }
}
.caracteristici-home .section-content .left {
  width: calc(50% - 25px);
}
.caracteristici-home .section-content .left.text {
  padding-right: 25px;
  text-align: left;
  order: 2;
}
@media (max-width: 992px) {
  .caracteristici-home .section-content .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .caracteristici-home .section-content .left.text {
    padding-right: 0px;
  }
}
.caracteristici-home .section-content .image {
  position: relative;
}
.caracteristici-home .section-content .image img {
  width: 100%;
  object-fit: contain;
  border: 4px solid white;
}
@media (max-width: 992px) {
  .caracteristici-home .section-content .image {
    margin-bottom: 25px;
  }
}
.caracteristici-home .section-content .image .icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2546bc;
  color: white;
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 50px;
}
@media (max-width: 992px) {
  .caracteristici-home .section-content .image .icon {
    top: -5px;
    left: -5px;
  }
}
.caracteristici-home .section-content .right {
  width: calc(50% - 25px);
}
.caracteristici-home .section-content .right.image {
  padding-left: 25px;
}
@media (max-width: 992px) {
  .caracteristici-home .section-content .right {
    width: 100%;
  }
  .caracteristici-home .section-content .right.image {
    padding-left: 0px;
  }
}

.contact-home {
  background-color: #2546bc;
  padding: 50px 0px;
}
.contact-home .section-title {
  color: white;
}
.contact-home .section-title .separator {
  background-color: white;
}
.contact-home .contact-form {
  margin-bottom: 25px;
}
.contact-home .contact-form .label {
  color: white;
  font-family: "Space Grotesk", sans-serif !important;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 992px) {
  .contact-home .contact-form .label {
    font-size: 18px;
  }
}
.contact-home .contact-form .form-control {
  padding: 15px 25px;
  border-radius: 0px;
  border: 2px solid white;
}
.contact-home .contact-form .form-control:focus {
  border-color: black;
  box-shadow: none;
  transition: 0.2s;
}
.contact-home .contact-form .btn-primary {
  background-color: black;
  width: 100%;
  border-radius: 0px;
  border: 2px solid black;
  color: white;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 28px;
  line-height: 28px;
  padding: 15px 25px;
  letter-spacing: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-home .contact-form .btn-primary:hover {
  background-color: white;
  color: black;
  transition: 0.2s;
  transform: scale(1.05);
}

.contact-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-section-wrapper .contact-form {
  width: calc(50% - 25px);
}
@media (max-width: 992px) {
  .contact-section-wrapper .contact-form {
    width: 100%;
    margin-bottom: 50px;
  }
}
.contact-section-wrapper .details {
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .contact-section-wrapper .details {
    width: 100%;
  }
}
.contact-section-wrapper .details .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-section-wrapper .details .item i {
  font-size: 50px;
  color: white;
  margin-bottom: 10px;
}
.contact-section-wrapper .details .item p {
  font-size: 18px;
  color: white;
  margin-bottom: 0px;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.woocommerce-product-details__short-description,
.feature-explained-section p,
.et_pb_wc_description,
.et_pb_wc_description p {
  text-align: justify;
  text-justify: inter-word;
}

.woocommerce-product-details__short-description {
  font-size: 16px !important;
  line-height: 24px !important;
  color: black;
}

.specs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -40px;
  margin-top: 25px;
}

.spec-item .name {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: -15px;
  line-height: 20px;
}

.spec-item .value {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 28px;
  margin-top: 5px;
  font-family: "Space Grotesk", sans-serif !important;
}

.spec-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
  text-align: center;
}

.spec-item.pachetul-contine {
  width: 100% !important;
}

@media (max-width: 992px) {
  .spec-item {
    width: 50%;
  }
}
.et_pb_section_1_tb_body.et_pb_section {
  background-color: #eff8ff !important;
}

/* Home Section One */
.custom-section {
  position: relative;
  padding: 80px 0px;
}
@media (max-width: 992px) {
  .custom-section {
    padding: 30px 0px;
  }
}
.custom-section .gradient-background {
  background: #f5eedd;
  background: linear-gradient(180deg, #f5eedd 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  max-height: 500px;
  width: 100%;
  z-index: 1;
}
.custom-section .inner {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 30px);
  width: 1200px;
  margin: auto;
}

.custom-section.one .features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 25px;
}
.custom-section.one .features .item {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .custom-section.one .features .item {
    width: 100%;
  }
}
.custom-section.one .features .item img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
  border: 4px solid white;
}
.custom-section.one .features .item p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}

/* End of Home Section One */
/* Product Home */
.custom-section.two .product-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
}
.custom-section.two .product-wrapper .left {
  width: calc(50% - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .custom-section.two .product-wrapper .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.custom-section.two .product-wrapper .left img {
  width: 100%;
  object-fit: contain;
  border: 4px solid white;
  max-height: 400px;
  margin-bottom: 20px;
  width: auto;
}
.custom-section.two .product-wrapper .left p {
  text-align: center;
}
.custom-section.two .product-wrapper .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .custom-section.two .product-wrapper .right {
    width: 100%;
  }
}
.custom-section.two .product-wrapper .right h4 {
  font-size: 30px;
  font-weight: bold;
  color: #2546bc;
  margin: 0px;
}
@media (max-width: 992px) {
  .custom-section.two .product-wrapper .right h4 {
    text-align: center;
  }
}
.custom-section.two .product-wrapper .right p {
  font-size: 20px;
  font-weight: 400;
  color: #2546bc;
  margin: 0px;
}
@media (max-width: 992px) {
  .custom-section.two .product-wrapper .right p {
    text-align: center;
  }
}
.custom-section.two .product-wrapper .right .price {
  font-size: 30px;
  font-weight: bold;
  color: #2546bc;
  margin: 0px;
}
@media (max-width: 992px) {
  .custom-section.two .product-wrapper .right .price {
    text-align: center;
  }
}
.custom-section.two .product-wrapper .right a {
  background-color: #2546bc;
  color: white;
  display: inline-flex;
  width: max-content;
  border: 1px solid #2546bc;
  font-weight: bold;
  padding: 10px 15px;
}
@media (max-width: 992px) {
  .custom-section.two .product-wrapper .right a {
    margin: auto;
  }
}
.custom-section.two .product-wrapper .right a:hover {
  background-color: white;
  color: #2546bc;
  transition: 0.2s;
  cursor: pointer;
}

/* End of Product home */
/* Blog Posts Home */
.blog-posts-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.blog-post-box {
  position: relative;
  width: calc(33.3333333333% - 25px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .blog-post-box {
    width: 100%;
  }
}
.blog-post-box .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border: 4px solid white;
}
.blog-post-box .meta {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
.blog-post-box .meta .title {
  font-size: 20px;
  font-weight: 700;
  color: #2546bc;
  text-align: center;
  margin: 0px;
}
.blog-post-box .meta .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-post-box .meta .info .group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.blog-post-box .meta .info .group i {
  font-size: 20px;
  color: #2546bc;
}
.blog-post-box .meta .info .group span {
  font-size: 14px;
  font-weight: 400;
  color: black;
}

/* End of Blog Posts Home */
/* Home Backgrounds */
.home-backgrounds {
  position: relative;
  width: 100%;
}
.home-backgrounds .left-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background: url(/wp-content/themes/divi-child/assets/images/background-left.svg)
    no-repeat;
  background-position-x: -50%;
  opacity: 0.5;
  display: none;
}

/* End of Backgrounds */
/* Footer Infinite Text */
.infinite-footer-text {
  display: none !important;
  overflow: hidden;
  padding: 20px 0px;
  background-color: #2546bc;
}
.infinite-footer-text .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  overflow: hidden;
  position: relative;
  left: 0px;
}
.infinite-footer-text .inner p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  text-transform: uppercase;
}

.LeftToRight {
  animation: LeftToRight 10s infinite linear;
}

@keyframes LeftToRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
/* End of Footer Infinite Text */
/* Home page Structure */
.section {
  width: 100%;
  position: relative;
  padding: 50px 0px;
}
.section .inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media (max-width: 992px) {
  .section .inner {
    width: calc(100% - 30px);
  }
}

.columns-wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.columns-wrapper.columns-wrapper {
  justify-content: center;
}
.columns-wrapper .column {
  /* iterate from 1 to 12 */
}
.columns-wrapper .column.w-1 {
  width: calc((100% / 12) * 1 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-1 {
    width: 100%;
  }
}
.columns-wrapper .column.w-2 {
  width: calc((100% / 12) * 2 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-2 {
    width: 100%;
  }
}
.columns-wrapper .column.w-3 {
  width: calc((100% / 12) * 3 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-3 {
    width: 100%;
  }
}
.columns-wrapper .column.w-4 {
  width: calc((100% / 12) * 4 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-4 {
    width: 100%;
  }
}
.columns-wrapper .column.w-5 {
  width: calc((100% / 12) * 5 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-5 {
    width: 100%;
  }
}
.columns-wrapper .column.w-6 {
  width: calc((100% / 12) * 6 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-6 {
    width: 100%;
  }
}
.columns-wrapper .column.w-7 {
  width: calc((100% / 12) * 7 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-7 {
    width: 100%;
  }
}
.columns-wrapper .column.w-8 {
  width: calc((100% / 12) * 8 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-8 {
    width: 100%;
  }
}
.columns-wrapper .column.w-9 {
  width: calc((100% / 12) * 9 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-9 {
    width: 100%;
  }
}
.columns-wrapper .column.w-10 {
  width: calc((100% / 12) * 10 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-10 {
    width: 100%;
  }
}
.columns-wrapper .column.w-11 {
  width: calc((100% / 12) * 11 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-11 {
    width: 100%;
  }
}
.columns-wrapper .column.w-12 {
  width: calc((100% / 12) * 12 - 12px);
}
@media (max-width: 992px) {
  .columns-wrapper .column.w-12 {
    width: 100%;
  }
}
.columns-wrapper .column.sticky-column {
  position: sticky;
  top: 80px;
  align-self: flex-start;
}
@media (max-width: 992px) {
  .columns-wrapper .column.sticky-column {
    position: relative;
    top: 0px;
  }
}

/* iterate for */
.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.gap-6 {
  gap: 24px;
}

.gap-7 {
  gap: 28px;
}

.gap-8 {
  gap: 32px;
}

.gap-9 {
  gap: 36px;
}

.gap-10 {
  gap: 40px;
}

.gap-11 {
  gap: 44px;
}

.gap-12 {
  gap: 48px;
}

.home-top-news {
  background-color: #ececec;
  margin-top: 61px;
}
.home-top-news .column:last-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.home-on-the-spot .column {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.home-category-section .column:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
}
.home-category-section .column:last-child .ad {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: calc(100% - 20px);
  align-items: center;
  justify-content: center;
}
.home-category-section .column:last-child .ad .mobile {
  display: none;
}
@media (max-width: 992px) {
  .home-category-section .column:last-child .ad .tower {
    display: none;
  }
  .home-category-section .column:last-child .ad .mobile {
    display: block;
  }
}
.home-category-section .column:last-child .ad h4 {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 24px;
  line-height: 32px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}
.home-category-section .column:last-child .ad p {
  margin: 0px;
  padding: 0px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.home-category-section.industrial .section-title h3 {
  border-bottom: 4px solid #f46d43;
}

.home-category-section-small .column {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.home-category-section-small.business .section-title h3 {
  border-bottom: 4px solid #9e0142;
}
.home-category-section-small.urban .section-title h3 {
  border-bottom: 4px solid #c1d558;
}
.home-category-section-small.rezidential .section-title h3 {
  border-bottom: 4px solid #d53e4f;
}

.post-box-1 {
  position: relative;
}
.post-box-1:hover .image-background {
  transform: scale(1.03);
  transition: 0.2s;
  cursor: pointer;
}
.post-box-1 .inner-post {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.post-box-1 .inner-post .image-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 490px;
}
.post-box-1 .inner-post .image-background .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
.post-box-1 .inner-post .image-background .details {
  max-width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  padding: 20px 30px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .post-box-1 .inner-post .image-background .details {
    max-width: 100%;
  }
}
.post-box-1 .inner-post .image-background .details .category {
  display: inline-flex;
  background-color: #fac81c;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 7px;
  line-height: 18px;
}
.post-box-1 .inner-post .image-background .details .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: white;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .post-box-1 .inner-post .image-background .details .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.post-box-1 .inner-post .image-background .details .excerpt {
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}
.post-box-1 .inner-post .image-background .details .meta {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.post-box-1 .inner-post .image-background .details .meta .group {
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-box-1 .inner-post .image-background .details .meta .group i {
  font-size: 16px;
  color: #2546bc;
}
.post-box-1 .inner-post .image-background .details .meta .group span {
  font-size: 12px;
  font-weight: 400;
  color: white;
}

.post-box-2 {
  position: relative;
  background-color: white;
}
.post-box-2.small {
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 992px) {
  .post-box-2.small {
    width: 100%;
  }
}
.post-box-2.medium {
  width: calc(50% - 15px);
}
@media (max-width: 992px) {
  .post-box-2.medium {
    width: 100%;
  }
}
.post-box-2:hover {
  cursor: pointer;
}
.post-box-2:hover .image-wrapper {
  z-index: 2;
}
.post-box-2:hover .image-wrapper img {
  transform: scale(1.03);
  transition: 0.2s;
  cursor: pointer;
}
.post-box-2 .inner-post {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 992px) {
  .post-box-2 .inner-post {
    flex-direction: column;
  }
}
.post-box-2 .inner-post .image-wrapper {
  display: flex;
  width: 50%;
  height: 160px;
}
@media (max-width: 992px) {
  .post-box-2 .inner-post .image-wrapper {
    width: 100%;
    height: 200px;
  }
}
.post-box-2 .inner-post .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.post-box-2 .inner-post .image-wrapper .categories-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.post-box-2 .inner-post .image-wrapper .category {
  display: inline-flex;
  background-color: #fac81c;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 7px;
  line-height: 18px;
}
.post-box-2 .inner-post .details {
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .post-box-2 .inner-post .details {
    flex: 1;
    width: 100%;
    padding: 15px;
    padding-top: 0px;
  }
}
.post-box-2 .inner-post .details .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: black;
  margin-bottom: 5px;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .post-box-2 .inner-post .details .title {
    font-size: 18px;
    line-height: 26px;
  }
}
.post-box-2 .inner-post .details .excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
.post-box-2 .inner-post .details .meta {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.post-box-2 .inner-post .details .meta .group {
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-box-2 .inner-post .details .meta .group i {
  font-size: 16px;
  color: #2546bc;
}
.post-box-2 .inner-post .details .meta .group span {
  font-size: 12px;
  font-weight: 400;
  color: black;
}

.post-box-3 {
  position: relative;
  background-color: white;
  width: calc(50% - 15px);
}
.post-box-3.small {
  width: calc(25% - 25px);
}
.post-box-3.small .image-wrapper {
  height: 180px !important;
}
@media (max-width: 992px) {
  .post-box-3.small .image-wrapper {
    height: 240px !important;
  }
}
.post-box-3.full {
  width: 100%;
}
@media (max-width: 992px) {
  .post-box-3 {
    width: 100% !important;
  }
}
.post-box-3 .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
.post-box-3.on-image-text {
  overflow: hidden;
}
.post-box-3.on-image-text .details {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  z-index: 3;
}
.post-box-3.on-image-text .details .title {
  color: white !important;
}
.post-box-3.on-image-text .details .meta span {
  color: white !important;
}
.post-box-3:hover {
  cursor: pointer;
}
.post-box-3:hover .image-wrapper img {
  transform: scale(1.03);
  transition: 0.2s;
  cursor: pointer;
}
.post-box-3 .inner-post {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.post-box-3 .inner-post .image-wrapper {
  display: flex;
  width: 100%;
  height: 300px;
}
.post-box-3 .inner-post .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.post-box-3 .inner-post .image-wrapper .category {
  display: none;
}
.post-box-3 .inner-post .image-wrapper .category.on-image {
  display: inline-flex;
  background-color: #fac81c;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 7px;
  line-height: 18px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.post-box-3 .inner-post .details {
  width: 100%;
}
.post-box-3 .inner-post .details .category {
  display: inline-flex;
  background-color: #fac81c;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 7px;
  line-height: 18px;
}
.post-box-3 .inner-post .details .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: black;
  margin-bottom: 5px;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .post-box-3 .inner-post .details .title.max-1-lines {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical;
  }
}
.post-box-3 .inner-post .details .excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  color: white;
}
.post-box-3 .inner-post .details .excerpt.dark {
  color: black;
}
.post-box-3 .inner-post .details .meta {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.post-box-3 .inner-post .details .meta .group {
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-box-3 .inner-post .details .meta .group i {
  font-size: 16px;
  color: #2546bc;
}
.post-box-3 .inner-post .details .meta .group span {
  font-size: 12px;
  font-weight: 400;
  color: black;
}

/* End of Home Page Structure */
/* Home Carousel Category Section */
.home-carousel-category-section {
  background-color: #f5f5f5;
}
.home-carousel-category-section.category-1-carousel {
  background-color: #9e0142;
}
.home-carousel-category-section .inner {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .home-carousel-category-section .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home-carousel-category-section .inner .carousel-container {
  position: relative;
}
.home-carousel-category-section .inner .carousel-container .arrows-wrapper {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: none;
  pointer-events: none;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-carousel-category-section
  .inner
  .carousel-container
  .arrows-wrapper
  .arrow-left {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.8) 16%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 30px;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: all;
}
.home-carousel-category-section
  .inner
  .carousel-container
  .arrows-wrapper
  .arrow-right {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 84%,
    rgba(0, 0, 0, 0.9) 100%
  );
  padding: 30px;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: all;
}

/* End of Home Carousel Category Section */
/* Custom Post Header */
.custom-post-header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  background-image: url("https://www.mckinsey.com/~/media/mckinsey/industries/private%20equity%20and%20principal%20investors/our%20insights/five%20alphas%20essential%20capabilities%20to%20succeed%20in%20the%20next%20era%20of%20private%20capital/five%20alphas-1716690556-hero-1536x864.jpg?cq=50&mw=1536&car=2:1&cpy=Center") !important;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .custom-post-header {
    height: 450px;
  }
}
.custom-post-header.small {
  height: 300px;
}
@media (max-width: 992px) {
  .custom-post-header.small {
    height: 250px;
  }
}
.custom-post-header .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
.custom-post-header .inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 50px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .custom-post-header .inner {
    padding: 25px 10px;
  }
}
.custom-post-header .inner h1 {
  color: white;
}
@media (max-width: 992px) {
  .custom-post-header .inner h1 {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}
.custom-post-header .inner .meta {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-post-header .inner .meta .group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  opacity: 0.7;
}
.custom-post-header .inner .meta .group i {
  color: white;
  font-size: 16px;
}
.custom-post-header .inner .meta .group span {
  font-size: 14px;
  font-weight: 300;
  color: white;
}

/* End of Custom Post Header */
/* Post Content */
.custom-post-content {
  max-width: 810px;
  width: 100%;
  margin: auto;
}
.custom-post-content p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: black;
}
@media (max-width: 992px) {
  .custom-post-content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.custom-post-content h1 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  color: black;
  font-family: "Space Grotesk", sans-serif !important;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .custom-post-content h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.custom-post-content h2 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  color: black;
  font-family: "Space Grotesk", sans-serif !important;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .custom-post-content h2 {
    font-size: 22px;
    line-height: 34px;
  }
}
.custom-post-content h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: black;
  font-family: "Space Grotesk", sans-serif !important;
}
.custom-post-content h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: black;
  font-family: "Space Grotesk", sans-serif !important;
}

/* End of Post Content */
/* Top Stories Home */
/* End of Top Stories Home */
/* Text Only Post */
.post-type-text-only {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.post-type-text-only:hover {
  cursor: pointer;
  border-bottom: 1px solid #2546bc;
  transition: 0.2s;
}
.post-type-text-only:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.post-type-text-only .left .counter {
  font-size: 20px;
  font-weight: 900;
  color: black;
}
.post-type-text-only .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-type-text-only .right .category {
  display: inline-flex;
  background-color: #fac81c;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 7px;
  line-height: 18px;
  width: max-content;
}
.post-type-text-only .right .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: black;
  font-family: "Space Grotesk", sans-serif !important;
  padding: 0px;
  margin: 0px;
}

/* End of Text Only Post */
/* Post Sidebar */
.post-box-sidebar {
  position: relative;
  background-color: white;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.post-box-sidebar:hover {
  cursor: pointer;
}
.post-box-sidebar:hover .image-wrapper {
  z-index: 2;
}
.post-box-sidebar:hover .image-wrapper img {
  transform: scale(1.03);
  transition: 0.2s;
  cursor: pointer;
}
.post-box-sidebar:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.post-box-sidebar .inner-post {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.post-box-sidebar .inner-post .image-wrapper {
  display: flex;
  width: 30%;
  height: 75px;
  position: relative;
}
.post-box-sidebar .inner-post .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.post-box-sidebar .inner-post .image-wrapper .event-date {
  background-color: #2546bc;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.post-box-sidebar .inner-post .image-wrapper .event-date span {
  margin: 0px;
  display: block;
  padding: 0px;
  color: white;
  line-height: 0px;
}
.post-box-sidebar .inner-post .image-wrapper .event-date .day {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
}
.post-box-sidebar .inner-post .image-wrapper .event-date .month {
  font-size: 14px;
  line-height: 12px;
  font-weight: 300;
}
.post-box-sidebar .inner-post .image-wrapper .event-date .year {
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: -1px;
}
.post-box-sidebar .inner-post .details {
  flex: 1;
}
.post-box-sidebar .inner-post .details .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: black;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* End of Post Sidebar */
/* Mobile Categories */
.mobile-categories {
  width: 100%;
  margin-bottom: -58px;
  margin-top: 70px;
}
@media (min-width: 992px) {
  .mobile-categories {
    margin: 0px;
    display: none !important;
  }
}
.mobile-categories .wrapper {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 0px 10px;
}
.mobile-categories .wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  gap: 5px;
  padding: 15px 5px;
  /* iterate like &.c1, &.c2, &.c3 automatically */
}
.mobile-categories .wrapper .item .icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}
.mobile-categories .wrapper .item .icon-wrapper i {
  color: white;
  font-size: 20px;
}
.mobile-categories .wrapper .item.c1 .icon-wrapper {
  background-color: #9e0142;
}
.mobile-categories .wrapper .item.c2 .icon-wrapper {
  background-color: #d53e4f;
}
.mobile-categories .wrapper .item.c3 .icon-wrapper {
  background-color: #f46d43;
}
.mobile-categories .wrapper .item.c4 .icon-wrapper {
  background-color: #fdae61;
}
.mobile-categories .wrapper .item.c5 .icon-wrapper {
  background-color: #fee08b;
}
.mobile-categories .wrapper .item.c6 .icon-wrapper {
  background-color: #c1d558;
}
.mobile-categories .wrapper .item.c7 .icon-wrapper {
  background-color: #abdda4;
}
.mobile-categories .wrapper .item.c8 .icon-wrapper {
  background-color: #66c2a5;
}
.mobile-categories .wrapper .item.c9 .icon-wrapper {
  background-color: #3288bd;
}
.mobile-categories .wrapper .item .name {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

/* End of Mobile Categories */
/* Category Badge */
.category.business {
  background-color: #9e0142 !important;
}
.category.rezidential {
  background-color: #d53e4f !important;
}
.category.industrial {
  background-color: #f46d43 !important;
}
.category.comercial {
  background-color: #fdae61 !important;
}
.category.educatiesport {
  background-color: #fee08b !important;
}
.category.urban {
  background-color: #c1d558 !important;
}
.category.infrastructura {
  background-color: #abdda4 !important;
}
.category.hotel {
  background-color: #66c2a5 !important;
}
.category.medical {
  background-color: #3288bd !important;
}

/* End of Category Badge */
/* Category Page */
.category-page-title {
  background-color: #ececec;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 0px;
  position: relative;
}
.category-page-title .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.category-page-title .wrapper {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
}
.category-page-title .wrapper h1 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: capitalize;
  color: white;
}
.category-page-title .wrapper p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: white;
}
.category-page-title.c1 {
  border-bottom: 8px solid #9e0142;
}

.category-page.hero-area .inner {
  max-width: 1800px;
}
.category-page.hero-area .columns-wrapper .column .post-box-1 {
  height: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .category-page.hero-area
    .columns-wrapper
    .column
    .post-box-1
    .image-background {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .category-page .highlighted-post-column {
    min-height: 550px;
  }
}
.category-page .category.c1 {
  background-color: #9e0142 !important;
}
.category-page .inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
}
.category-page .inner .listing {
  position: relative;
}
.category-page .inner .listing .listing-wrapper .post-box-2 {
  display: block;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #e0e0e0 !important;
  margin-bottom: 20px !important;
}
.category-page .inner .listing .listing-wrapper .post-box-2:last-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  border-bottom: none !important;
}
.category-page .inner .listing .listing-wrapper .image-wrapper {
  max-width: 200px;
}
.category-page .inner .listing .listing-wrapper .details {
  flex: 1;
  width: auto;
}
@media (max-width: 992px) {
  .category-page .inner .listing .category-page-sidebar {
    margin-top: 25px;
  }
}
.category-page .inner .listing .category-page-sidebar .subtitle-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.category-page .inner .listing .category-page-sidebar .subtitle-wrapper p {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: black;
  margin: 0px;
  padding: 0px;
}
.category-page
  .inner
  .listing
  .category-page-sidebar
  .subtitle-wrapper
  .separator {
  width: 50px;
  height: 4px;
  background-color: #2546bc;
}
.category-page .inner .listing .category-page-sidebar .listing {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.view-all-btn {
  background-color: #2546bc;
  border: 1px solid #2546bc;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.view-all-btn:hover {
  background-color: white;
  color: #2546bc;
  transition: 0.2s;
}

/* End of Category Page */
/* Newsletter Form */
.newsletter-form-box {
  width: 100%;
  border: 2px solid #2546bc;
  padding: 35px;
}
@media (max-width: 992px) {
  .newsletter-form-box {
    padding: 25px;
  }
}
.newsletter-form-box .inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.newsletter-form-box .inner .title {
  font-size: 22px;
  font-weight: 900;
  color: black;
  margin: 0px;
  padding: 0px;
}
.newsletter-form-box .inner .subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: black;
  opacity: 0.8;
}
.newsletter-form-box .inner .separator {
  width: 50px;
  height: 4px;
  background-color: #2546bc;
}
.newsletter-form-box .inner .input-wrapper input {
  width: 100%;
  background-color: white;
  outline: none;
  border: 1px solid #f3f3f3;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: bold;
}
.newsletter-form-box .inner .input-wrapper input:focus,
.newsletter-form-box .inner .input-wrapper input:active {
  border: 1px solid #2546bc;
  transition: 0.2s;
}
.newsletter-form-box .inner .submit-button button {
  background-color: #2546bc;
  color: white;
  border: 1px solid #2546bc;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0px;
}
.newsletter-form-box .inner .submit-button button:hover {
  background-color: white;
  color: #2546bc;
  transition: 0.2s;
}

/* End of Newsletter Form */
.categories-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

/* Post Newsletter End */
.post-newsletter-end {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.post-newsletter-end .checkbox-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.post-newsletter-end .checkbox-wrapper input[type="checkbox"] {
  width: auto !important;
}
.post-newsletter-end .nzm-modal-content {
  margin: auto !important;
}
.post-newsletter-end iframe .nzm-modal-content {
  max-width: 100% !important;
}
.post-newsletter-end .inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  padding: 35px;
  border: 1px solid #e9e9e9;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
}
.post-newsletter-end .inner .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 992px) {
  .post-newsletter-end .inner .left {
    width: 100%;
    order: 2;
  }
}
.post-newsletter-end .inner .left h3 {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 24px;
  line-height: 34px;
  color: black;
  font-weight: 800;
}
.post-newsletter-end .inner .left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}
.post-newsletter-end .inner .left .separator {
  margin: 15px 0px;
  width: 50px;
  height: 4px;
  background-color: #2546bc;
}
.post-newsletter-end .inner .left input {
  border: 1px solid #e8e8e8;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  width: 100%;
}
.post-newsletter-end .inner .left input:hover,
.post-newsletter-end .inner .left input:focus {
  border: 1px solid #2546bc;
}
.post-newsletter-end .inner .left .btn-primary {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background-color: #2546bc;
  border: 1px solid #2546bc;
  padding: 10px 25px;
  border-radius: 0px;
  width: auto;
}
.post-newsletter-end .inner .left .btn-primary:hover {
  background-color: white;
  color: #2546bc;
  transition: 0.2s;
}
.post-newsletter-end .inner .left .ps {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
.post-newsletter-end .inner .left .ps i {
  margin-right: 5px;
  font-size: 16px;
  color: #2546bc;
}
.post-newsletter-end .inner .right {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .post-newsletter-end .inner .right {
    width: 100%;
    order: 1;
  }
}
.post-newsletter-end .inner .right img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .post-newsletter-end .inner .right img {
    object-fit: cover;
    max-width: 100%;
    width: 200px;
  }
}

/* end of Post newsletter end */
/* Custom Page */
.custom-page .inner {
  max-width: 1100px;
  width: calc(100% - 30px);
  margin: auto;
  padding: 45px 0px;
  display: flex;
  flex-direction: column;
}
.custom-page .inner p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: black;
}
@media (max-width: 992px) {
  .custom-page .inner p {
    font-size: 18px;
    line-height: 30px;
  }
}
.custom-page .inner h1 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  color: black;
  font-family: "Space Grotesk", sans-serif !important;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .custom-page .inner h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.custom-page .inner h2 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  color: black;
  font-family: "Space Grotesk", sans-serif !important;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .custom-page .inner h2 {
    font-size: 22px;
    line-height: 34px;
  }
}
.custom-page .inner h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: black;
  font-family: "Space Grotesk", sans-serif !important;
}
@media (max-width: 992px) {
  .custom-page .inner h3 {
    text-align: center;
  }
}
.custom-page .inner h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: black;
  font-family: "Space Grotesk", sans-serif !important;
}
.custom-page .inner a {
  font-weight: bold;
  color: #2546bc;
}
.custom-page .inner .button {
  background-color: #2546bc;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 25px;
  border: 1px solid #2546bc;
  text-transform: uppercase;
  width: fit-content;
}
@media (max-width: 992px) {
  .custom-page .inner .button {
    margin: auto;
  }
}
.custom-page .inner .button:hover {
  background-color: white;
  color: #2546bc;
  transition: 0.2s;
  cursor: pointer;
}
.custom-page .inner .checklist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 992px) {
  .custom-page .inner .checklist {
    align-items: center;
    justify-content: center;
  }
}
.custom-page .inner .checklist .item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .custom-page .inner .checklist .item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.custom-page .inner .checklist .item i {
  font-size: 30px;
  color: #2546bc;
}
.custom-page .inner .checklist .item .step {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #2546bc;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-page .inner .checklist .item p {
  flex: 1;
  margin: 0px;
  padding: 0px;
}
.custom-page .inner .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .custom-page .inner .info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.custom-page .inner .info i {
  font-size: 24px;
  color: #2546bc;
}
.custom-page .inner .info p {
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-style: italic;
}

/* End of Custom Page */
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.pagination .alignright {
  margin-left: auto;
}
.pagination .alignleft a,
.pagination .alignright a {
  background-color: #2546bc;
  border: 1px solid #2546bc;
  padding: 10px 15px;
  color: black !important;
  font-size: 15px;
  font-weight: bold;
}
.pagination .alignleft:hover,
.pagination .alignright:hover {
  background-color: black;
  color: white;
  cursor: pointer;
  transition: 0.2s;
}
.pagination .alignleft:hover a,
.pagination .alignright:hover a {
  color: white !important;
  cursor: pointer;
  transition: 0.2s;
}

/* DB */
.heroSection {
  position: relative;
  min-height: calc(100vh - 99px);
  display: flex;
  justify-content: center;
  background-image: url("/wp-content/themes/divi-child/assets/images/hero-bliote-sink.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.heroSection .left-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
@media (max-width: 992px) {
  .heroSection .left-shade {
    opacity: 0.6;
  }
}
.heroSection .right-shade {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
@media (max-width: 992px) {
  .heroSection .right-shade {
    opacity: 0.6;
  }
}
.heroSection .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.heroSection .inner {
  z-index: 3;
  max-width: 1260px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0px;
  justify-content: center;
}
@media (max-width: 992px) {
  .heroSection .inner {
    gap: 30px;
    padding: 50px 0px;
  }
}
.heroSection .inner .texts {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.heroSection .inner .texts h1 {
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}
.heroSection .inner .texts p {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.heroSection .inner .texts .first {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  color: white;
}
.heroSection .inner .texts .second {
  font-size: 45px;
  line-height: 50px;
  font-weight: 800;
  color: white;
  margin-top: -10px;
  margin-bottom: -3px;
}
.heroSection .inner .texts .second strong {
  font-weight: 800;
  color: #2546bc;
}
.heroSection .inner .texts .third {
  font-size: 18px;
  font-weight: 500;
  color: black;
  width: fit-content;
  background-color: #2546bc;
  padding: 5px 10px;
}

.gradient-background {
  background: rgb(9, 35, 37);
  background: linear-gradient(
    90deg,
    rgb(9, 35, 37) 0%,
    #009aa2 50%,
    rgb(9, 35, 37) 100%
  );
}

.an-section {
  width: 100%;
}
.an-section.spacing-big {
  padding: 100px 0px;
}
@media (max-width: 992px) {
  .an-section.spacing-big {
    padding: 70px 0px;
  }
}
.an-section.spacing-medium {
  padding: 60px 0px;
}
@media (max-width: 992px) {
  .an-section.spacing-medium {
    padding: 40px 0px;
  }
}
.an-section.spacing-small {
  padding: 30px 0px;
}
@media (max-width: 992px) {
  .an-section.spacing-small {
    padding: 20px 0px;
  }
}
.an-section.bg-light-1 {
  background-color: rgba(37, 70, 188, 0.0235294118);
}
.an-section .an-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.an-section .an-title h2 {
  margin: 0px;
  padding: 0px;
}
.an-section .an-title h2.white {
  color: white;
}
@media (max-width: 992px) {
  .an-section .an-title h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.an-section .an-title h3 {
  font-size: 40px;
  line-height: 48px;
  color: #2546bc;
  width: fit-content;
}
.an-section .an-title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  width: fit-content;
}
.an-section .an-title.center {
  text-align: center;
}
.an-section .an-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.an-section .an-content.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 992px) {
  .an-section .an-content.flex {
    flex-direction: column;
    gap: 30px;
  }
}
.an-section .an-content.flex.center {
  justify-content: center;
}
.an-section .an-content.flex.reverse {
  flex-direction: row-reverse;
}
.an-section .an-content.flex.start {
  justify-content: flex-start;
}
.an-section .an-content.flex.end {
  justify-content: flex-end;
}
.an-section .an-content.flex.align-center {
  align-items: center;
}
@media (max-width: 992px) {
  .an-section .an-content {
    padding: 0 15px;
  }
}
.an-section .an-content .an-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  /* iterate w-i from 1 to 12 */
}
.an-section .an-content .an-col.w-1 {
  width: calc(100% / 12 * 1 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-1 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-2 {
  width: calc(100% / 12 * 2 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-2 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-3 {
  width: calc(100% / 12 * 3 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-3 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-4 {
  width: calc(100% / 12 * 4 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-4 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-5 {
  width: calc(100% / 12 * 5 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-5 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-6 {
  width: calc(100% / 12 * 6 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-6 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-7 {
  width: calc(100% / 12 * 7 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-7 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-8 {
  width: calc(100% / 12 * 8 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-8 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-9 {
  width: calc(100% / 12 * 9 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-9 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-10 {
  width: calc(100% / 12 * 10 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-10 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-11 {
  width: calc(100% / 12 * 11 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-11 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-12 {
  width: calc(100% / 12 * 12 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-12 {
    width: 100%;
  }
}
.an-section .an-content .an-col img.featured {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.an-section .an-content .an-col.center {
  justify-content: center;
}
.an-section .an-content .an-col.order-2 {
  order: 2;
}
.an-section .an-content .an-col.order-1 {
  order: 1;
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.order-2-mobile {
    order: 2;
  }
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.order-1-mobile {
    order: 1;
  }
}
.an-section .an-content h4 {
  color: #2546bc;
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

/* homeSteps */
.homeSteps {
  position: relative;
  background-image: url("/uploads/pattern-1.jpg");
  background-size: cover;
  background-position: center -120px;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .homeSteps {
    background-position: center;
  }
}
.homeSteps .left-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
.homeSteps .right-shade {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    270deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
.homeSteps .steps-wrapper {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 25px;
}
.homeSteps .steps-wrapper .step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: calc(33.3333333333% - 30px);
}
@media (max-width: 992px) {
  .homeSteps .steps-wrapper .step {
    width: 100%;
  }
}
.homeSteps .steps-wrapper .step .icon {
  width: 80px;
  height: 80px;
  background-color: black;
  border: 1px solid #2546bc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeSteps .steps-wrapper .step .icon i,
.homeSteps .steps-wrapper .step .icon span {
  font-size: 32px;
  line-height: 32px;
  color: #2546bc;
  font-weight: 900;
}
.homeSteps .steps-wrapper .step .info {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex: 1;
}
.homeSteps .steps-wrapper .step .info .title {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 992px) {
  .homeSteps .steps-wrapper .step .info .title {
    text-align: left;
  }
}
.homeSteps .steps-wrapper .step .info .description {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: white;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .homeSteps .steps-wrapper .step .info .description {
    text-align: left;
  }
}

/* end of homeSteps */
.homeCategories {
  background-color: #092325;
}
.homeCategories .categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.homeCategories .categories-wrapper .category-box {
  padding: 5px;
  background: rgb(2, 241, 254);
  background: linear-gradient(
    45deg,
    rgb(2, 241, 254) 0%,
    rgb(0, 111, 118) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeCategories .categories-wrapper .category-box:hover {
  transition: 0.2s;
  cursor: pointer;
}
.homeCategories .categories-wrapper .category-box .image-wrapper {
  position: relative;
  display: flex;
}
.homeCategories .categories-wrapper .category-box .image-wrapper img {
  max-height: 200px;
}
@media (max-width: 992px) {
  .homeCategories .categories-wrapper .category-box .image-wrapper img {
    max-height: 160px;
  }
}
.homeCategories .categories-wrapper .category-box .image-wrapper .name {
  position: absolute;
  top: calc(50% - 20px);
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}

/* Product Grid */
.products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 992px) {
  .products-grid .product-box-new {
    width: calc(50% - 15px);
  }
}
.products-grid .product-box {
  border: 1px solid #f3f3f3;
  width: calc(25% - 25px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.products-grid .product-box:hover {
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
@media (max-width: 992px) {
  .products-grid .product-box {
    width: 100%;
  }
}
.products-grid .product-box .image-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
  overflow: hidden;
  position: relative;
  height: 240px;
}
@media (max-width: 992px) {
  .products-grid .product-box .image-wrapper {
    height: 340px;
  }
}
.products-grid .product-box .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.products-grid .product-box .image-wrapper .discount-badge {
  z-index: 3;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #2546bc;
  padding: 5px 10px;
  color: black;
  font-size: 14px;
}
.products-grid .product-box .image-wrapper .discount-badge strong {
  font-weight: 600;
}
.products-grid .product-box .image-wrapper .entries-badge {
  position: absolute;
  bottom: 5px;
  width: 120px;
  left: calc(50% - 60px);
  z-index: 3;
}
.products-grid .product-box .image-wrapper .entries-badge img {
  width: 100%;
  height: auto;
  z-index: 4;
}
.products-grid .product-box .image-wrapper .entries-badge .texts {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  z-index: 5;
}
.products-grid .product-box .image-wrapper .entries-badge .texts .value {
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  margin: 0px;
  line-height: inherit;
  padding: 0px;
  padding-bottom: 6px;
}
.products-grid .product-box .image-wrapper .entries-badge .texts .name {
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 13px;
  margin-top: -11px;
}
.products-grid .product-box .meta {
  background-color: white;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.products-grid .product-box .meta .name {
  font-size: 22px;
  font-weight: 800;
  color: black;
  text-align: center;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
.products-grid .product-box .meta .prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.products-grid .product-box .meta .prices .regular {
  font-size: 20px;
  font-weight: 400;
  color: black;
  margin: 0px;
  padding: 0px;
}

/* End of Product Grid */
.winnersHome {
  position: relative;
  background: rgb(0, 38, 40);
  background: linear-gradient(
    45deg,
    rgb(0, 38, 40) 0%,
    rgb(0, 79, 83) 50%,
    rgb(0, 38, 40) 100%
  );
}
.winnersHome .progress-bar {
  height: 4px;
  background: rgb(0, 85, 89);
  background: linear-gradient(
    45deg,
    rgb(0, 85, 89) 0%,
    rgb(0, 154, 162) 50%,
    rgb(0, 85, 89) 100%
  );
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 145px;
}
@media (max-width: 992px) {
  .winnersHome .progress-bar {
    display: none;
  }
}

.winners-wrapper {
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  position: relative;
}
.winners-wrapper .item {
  width: calc(33.3333333333% - 40px);
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .winners-wrapper .item {
    width: 100%;
  }
}
.winners-wrapper .item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.winners-wrapper .item .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.winners-wrapper .item .info {
  margin-top: 10px;
  color: white;
  text-align: center;
}
.winners-wrapper .item .info p {
  margin: 0;
  padding: 0;
}
.winners-wrapper .item .info .name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}
.winners-wrapper .item .info .city {
  opacity: 0.5;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
.winners-wrapper .item .info .dot {
  margin: 10px auto;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .winners-wrapper .item .info .dot {
    display: none;
  }
}
.winners-wrapper .item .info .contest {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
}

.nlHome {
  position: relative;
  background-image: url("/uploads/nl-bg.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.nlHome .shade-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(6, 26, 27);
  background: linear-gradient(
    45deg,
    rgb(6, 26, 27) 0%,
    rgba(6, 26, 27, 0.4038209034) 100%
  );
  z-index: 2;
}
.nlHome h3 {
  font-size: 30px;
  color: white;
  font-weight: 700;
  z-index: 4;
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}
.nlHome p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  z-index: 4;
  position: relative;
  text-align: left;
  margin-bottom: 5px;
  margin-top: -12px;
}
.nlHome .an-content {
  position: relative;
  z-index: 4;
}
.nlHome .input {
  z-index: 4;
  position: relative;
  display: flex;
}
.nlHome .input input {
  border-radius: 0px !important;
  flex: 1;
  padding: 10px;
  border: 1px solid white;
  font-size: 16px;
  color: black;
  background-color: white;
}
.nlHome .input .submit-button {
  background-color: #2546bc;
  padding: 5px 10px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nlHome .input .submit-button i {
  color: black;
  font-size: 22px;
  text-align: center;
}

.contact-boxes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.contact-boxes .contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc(33.3333333333% - 40px);
}
.contact-boxes .contact-box .icon-wrapper {
  background-color: #2546bc;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-boxes .contact-box .icon-wrapper i {
  font-size: 50px;
  color: white;
}
.contact-boxes .contact-box p {
  font-size: 18px;
  font-weight: 800;
  color: black;
  text-align: center;
}

@media (min-width: 992px) {
  .product-page-wrapper .product-info {
    padding-left: 40px;
  }
}
.product-page-wrapper .product-info .product-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: black;
  margin: 0px;
  padding: 0px;
}
.product-page-wrapper .product-info .review-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.product-page-wrapper .product-info .review-wrapper .rating {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.product-page-wrapper .product-info .review-wrapper .rating i {
  font-size: 22px;
  color: rgb(255, 217, 0);
}
.product-page-wrapper .product-info .review-wrapper .value {
  font-size: 14px;
  font-weight: 400;
  color: black;
  opacity: 0.7;
}
.product-page-wrapper .product-info .price-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.product-page-wrapper .product-info .price-wrapper .regular {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  color: black;
}
.product-page-wrapper .product-info .description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: black;
  text-align: left;
}
.product-page-wrapper .product-info .description p {
  text-align: left;
}
.product-page-wrapper .tabs-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 992px) {
  .product-page-wrapper .tabs-wrapper {
    flex-direction: column;
    gap: 5px;
  }
}
.product-page-wrapper .tabs-wrapper .tab {
  padding: 10px 20px;
  background-color: white;
  border-bottom: 2px solid white;
  color: black;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .product-page-wrapper .tabs-wrapper .tab {
    width: 100%;
    border-bottom: 0px !important;
    background-color: #f3f3f3;
  }
  .product-page-wrapper .tabs-wrapper .tab.selected,
  .product-page-wrapper .tabs-wrapper .tab:hover {
    background-color: #d9d9d9;
    opacity: 1;
    cursor: pointer;
  }
}
.product-page-wrapper .tabs-wrapper .tab.selected,
.product-page-wrapper .tabs-wrapper .tab:hover {
  border-bottom: 2px solid #2546bc;
  transition: 0.2s;
  cursor: pointer;
  font-weight: bold;
  color: black;
  opacity: 1;
}
@media (max-width: 992px) {
  .product-page-wrapper .tab-content p {
    text-align: left;
  }
}

#customPageSection {
  background-color: white !important;
}
@media (max-width: 992px) {
  #customPageSection {
    padding-top: 0px !important;
  }
}
#customPageSection .et_pb_wc_description p {
  font-size: 16px !important;
  line-height: 24px !important;
}

#wooTabs {
  border: none !important;
}
#wooTabs ul.et_pb_tabs_controls {
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wooTabs .et_pb_tabs_controls li {
  border-right: none !important;
  border: none !important;
}
#wooTabs li {
  border-bottom: 2px solid white !important;
  padding: 8px 12px !important;
}
#wooTabs li.et_pb_tab_active {
  border-bottom: 2px solid #2546bc !important;
}

.related-products-section {
  background-color: #f3f3f3;
}

.shop-categories-togglers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.shop-categories-togglers .item {
  padding: 5px 15px;
  background-color: white;
  border: 1px solid #2546bc;
}
.shop-categories-togglers .item span {
  color: #2546bc;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.shop-categories-togglers .item.selected,
.shop-categories-togglers .item:hover {
  background-color: #2546bc;
  transition: 0.2s;
  cursor: pointer;
}
.shop-categories-togglers .item.selected span,
.shop-categories-togglers .item:hover span {
  color: white;
}

@media (min-width: 992px) {
  .hide-on-big-screen {
    display: none;
  }
}

.mobile-sub-link {
  color: #2546bc !important;
}

.hero-2 {
  width: 100%;
  max-height: 300px;
  height: 300px;
  background: url("/uploads/hero-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .hero-2 {
    display: none;
  }
}

.truck-images-mobile {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
@media (min-width: 992px) {
  .truck-images-mobile {
    display: none;
  }
}
.truck-images-mobile .image-wrapper {
  width: 50%;
  height: 200px;
}
.truck-images-mobile .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Giveaway Page */
.giveaway-page {
  position: relative;
  background-color: black;
  padding-top: 0px;
  padding-bottom: 0px;
}
.giveaway-page .main-image {
  margin-bottom: -10px;
}
.giveaway-page .main-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.giveaway-page .title {
  background-color: #2546bc;
  padding: 15px 25px;
  text-align: center;
  font-family: "Bevan", serif !important;
  text-transform: uppercase;
}
.giveaway-page .title h2 {
  font-size: 40px;
  line-height: 48px;
  color: black;
  font-weight: 900;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 992px) {
  .giveaway-page .title h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
  }
}
.giveaway-page .features {
  padding: 35px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.giveaway-page .features .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .giveaway-page .features {
    background-image: url("/uploads/giveaway-mobile-background.jpg") !important;
  }
}
.giveaway-page .features .group {
  position: relative;
  z-index: 3;
}
.giveaway-page .features .group:first-child {
  margin-bottom: 35px;
}
.giveaway-page .features .group:last-child .groups .sub-group {
  margin: 0 auto;
}
.giveaway-page .features .group .group-title {
  font-size: 34px;
  line-height: 42px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Bevan", serif !important;
}
@media (max-width: 992px) {
  .giveaway-page .features .group .group-title {
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 38px;
  }
}
.giveaway-page .features .group .groups {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.giveaway-page .features .group .groups .sub-group {
  padding-left: 25px;
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .giveaway-page .features .group .groups .sub-group {
    width: 100%;
    padding-left: 0px;
  }
}
.giveaway-page .features .group .groups .sub-group .sub-group-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: white;
  margin-bottom: 5px;
  font-family: "Bevan", serif !important;
}
.giveaway-page .features .group .groups .sub-group .features-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.giveaway-page .features .group .groups .sub-group .features-list .feature {
  display: flex;
  align-items: center;
  gap: 14px;
}
.giveaway-page .features .group .groups .sub-group .features-list .feature i {
  font-size: 24px;
  color: #2546bc;
}
.giveaway-page .features .group .groups .sub-group .features-list .feature p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: white;
}
@media (max-width: 992px) {
  .giveaway-page .features .group .groups .sub-group .features-list .feature p {
    text-align: left !important;
  }
}

/* End of Giveaway Page */
/* Header Countdown */
#countdown {
  line-height: 16px;
  text-align: center;
}
#countdown r #announcement-text {
  font-size: 14px;
  font-weight: 400;
  color: black;
  margin: 0;
  padding: 0;
  padding-right: 0px;
}
#countdown #days,
#countdown #hours,
#countdown #minutes,
#countdown #seconds {
  font-size: 14px;
  font-weight: 800;
  color: black;
  margin: 0;
  padding: 0;
  padding-right: 2px;
}

/* End of Header Countdown */
@media (max-width: 992px) {
  #wooTabs ul.et_pb_tabs_controls {
    flex-wrap: wrap;
    gap: 4px;
    flex-direction: column;
  }
  #wooTabs ul.et_pb_tabs_controls li {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
  }
  #wooTabs ul.et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #2546bc;
  }
}

/* Home 2 */
.heroSection2 {
  position: relative;
  min-height: calc(100vh - 99px);
  display: flex;
  justify-content: center;
  background-image: url("/uploads/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .heroSection2 {
    background-size: 150%;
    min-height: inherit;
    display: none !important;
  }
}
.heroSection2 .top-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
@media (max-width: 992px) {
  .heroSection2 .top-shade {
    opacity: 0.6;
  }
}
.heroSection2 .bottom-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
@media (max-width: 992px) {
  .heroSection2 .bottom-shade {
    opacity: 0.6;
  }
}
.heroSection2 .inner {
  z-index: 3;
  max-width: 1260px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .heroSection2 .inner {
    gap: 30px;
    padding: 50px 0px;
  }
}
.heroSection2 .inner .texts {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .heroSection2 .inner .texts {
    display: none;
  }
}
.heroSection2 .inner .texts p {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.heroSection2 .inner .texts .first {
  font-size: 50px;
  line-height: 58px;
  font-weight: 300;
  color: #000000;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.94);
}
@media (max-width: 992px) {
  .heroSection2 .inner .texts .first {
    font-size: 18px;
    line-height: 26px;
  }
}
.heroSection2 .inner .texts .second {
  font-size: 76px;
  line-height: 84px;
  font-weight: 800;
  color: #2546bc !important;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.94);
  margin-top: -10px;
  margin-bottom: -3px;
}
@media (max-width: 992px) {
  .heroSection2 .inner .texts .second {
    font-size: 30px;
    line-height: 38px;
  }
}
.heroSection2 .inner .texts .second strong {
  font-weight: 800;
  color: white !important;
}
.heroSection2 .inner .texts .third {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  color: black;
  width: fit-content;
  background-color: #2546bc;
  padding: 5px 10px;
  animation: pulseHero2 1s infinite;
}
@media (max-width: 992px) {
  .heroSection2 .inner .texts .third {
    font-size: 18px;
    line-height: 26px;
  }
}
.heroSection2 .inner .cta {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 100%;
}
.heroSection2 .inner .cta .buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.heroSection2 .inner .cta .buttons a.second {
  background-color: black;
  border: 1px solid #2546bc;
  color: #2546bc;
}
.heroSection2 .inner .cta .buttons a.second:hover {
  background-color: #2546bc;
  color: black;
  transition: 0.2s;
}
.heroSection2 .inner .cta .progress-bar-wrapper {
  max-width: 100%;
  width: 600px;
  background-color: white;
  border-radius: 4px;
  padding: 4px;
  height: 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.heroSection2 .inner .cta .progress-bar-wrapper .val {
  height: 28px;
  animation: progress 10s infinite linear;
  background-color: #ab06f3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.heroSection2 .inner .cta .progress-bar-wrapper .val:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    -45deg,
    rgba(88, 24, 89, 0.4) 33.33%,
    transparent 33.33%,
    transparent 66.66%,
    rgba(88, 24, 89, 0.4) 66.66%
  );
  background-size: 60px 30px;
  /* background-repeat: no-repeat; */
  animation: progress 10s infinite linear;
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}
.heroSection2 .inner .cta .left-for-boost {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.heroSection2 .inner .cta .left-for-boost p {
  font-size: 22px;
  line-height: 30px;
  color: white;
  text-align: center;
}

@keyframes pulseHero2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.product-box-new {
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  width: calc(25% - 25px);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.product-box-new:hover {
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
@media (max-width: 992px) {
  .product-box-new {
    width: 100%;
  }
}
.product-box-new .image-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px;
  overflow: hidden;
  position: relative;
  height: 240px;
}
@media (max-width: 992px) {
  .product-box-new .image-wrapper {
    height: 340px;
  }
}
.product-box-new .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-box-new .image-wrapper .discount-badge {
  z-index: 3;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #2546bc;
  padding: 5px 10px;
  color: black;
  font-size: 14px;
}
.product-box-new .image-wrapper .discount-badge strong {
  font-weight: 600;
}
.product-box-new .image-wrapper .entries-badge {
  position: absolute;
  bottom: 5px;
  width: 120px;
  left: calc(50% - 60px);
  z-index: 3;
}
.product-box-new .image-wrapper .entries-badge img {
  width: 100%;
  height: auto;
  z-index: 4;
}
.product-box-new .image-wrapper .entries-badge .texts {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  z-index: 5;
}
.product-box-new .image-wrapper .entries-badge .texts .value {
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  margin: 0px;
  line-height: inherit;
  padding: 0px;
  padding-bottom: 6px;
}
.product-box-new .image-wrapper .entries-badge .texts .name {
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 13px;
  margin-top: -11px;
}
.product-box-new .meta {
  background-color: white;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .product-box-new .meta {
    padding: 15px;
    gap: 5px;
  }
}
.product-box-new .meta .name {
  font-size: 20px;
  font-weight: 800;
  color: black;
  text-align: left;
  line-height: 24px;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .product-box-new .meta .name {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.product-box-new .meta .prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .product-box-new .meta .prices {
    flex-direction: column;
  }
}
.product-box-new .meta .prices .regular {
  color: black;
  margin: 0px;
  padding: 0px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .product-box-new .meta .prices .regular {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-box-new .meta .prices .entries-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.product-box-new .meta .prices .entries-wrapper p {
  margin: 0;
  padding: 0;
}
.product-box-new .meta .prices .entries-wrapper .value {
  color: black;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 2px 5px;
  background-color: #02f1fe;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald";
}
.product-box-new .meta .prices .entries-wrapper .entries,
.product-box-new .meta .prices .entries-wrapper .multiplier {
  color: black;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 2px 5px;
  background-color: #82ff00;
  animation: flash 1s infinite;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald";
}
.product-box-new .meta .prices .entries-wrapper .entries.red,
.product-box-new .meta .prices .entries-wrapper .multiplier.red {
  background-color: red;
  color: white;
}
.product-box-new .limited-extra-entries {
  background-color: #ab06f3;
  padding: 5px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald";
  text-align: center;
  animation: flash 1s infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-reviews-section {
  background-color: #004f55;
}
.home-reviews-section .reviews-wrapper {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 992px) {
  .home-reviews-section .reviews-wrapper {
    gap: 10px;
  }
}
.home-reviews-section .reviews-wrapper .item {
  width: calc(25% - 40px);
  background-color: black;
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 992px) {
  .home-reviews-section .reviews-wrapper .item {
    width: calc(50% - 10px);
  }
}
.home-reviews-section .reviews-wrapper .item .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}
.home-reviews-section .reviews-wrapper .item .info .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.home-reviews-section .reviews-wrapper .item .info .name span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  color: white;
}
@media (max-width: 992px) {
  .home-reviews-section .reviews-wrapper .item .info .name span {
    font-size: 14px;
  }
}
.home-reviews-section .reviews-wrapper .item .info .name i {
  font-size: 18px;
  color: #2546bc;
}
@media (max-width: 992px) {
  .home-reviews-section .reviews-wrapper .item .info .name i {
    font-size: 16px;
  }
}
.home-reviews-section .reviews-wrapper .item .info .date {
  font-size: 14px;
  color: white;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .home-reviews-section .reviews-wrapper .item .info .date {
    font-size: 12px;
  }
}
.home-reviews-section .reviews-wrapper .item .info .stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 992px) {
  .home-reviews-section .reviews-wrapper .item .info .stars {
    justify-content: center;
  }
}
.home-reviews-section .reviews-wrapper .item .info .stars i {
  font-size: 18px;
  color: #2546bc;
}
@media (max-width: 992px) {
  .home-reviews-section .reviews-wrapper .item .info .stars i {
    font-size: 14px;
  }
}
.home-reviews-section .reviews-wrapper .item .info .message {
  font-size: 18px;
  font-weight: bold;
  color: white;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .home-reviews-section .reviews-wrapper .item .info .message {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.home-reviews-section .reviews-wrapper .item .info .image {
  width: 100%;
}
.home-reviews-section .reviews-wrapper .item .info .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.heroSection2Mobile {
  display: none;
}
@media (max-width: 992px) {
  .heroSection2Mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.heroSection2Mobile .texts {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 5px;
  padding-top: 10px;
  background-color: #000000;
}
.heroSection2Mobile .texts p {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.heroSection2Mobile .texts .first {
  font-size: 50px;
  line-height: 58px;
  font-weight: 300;
  color: white;
}
@media (max-width: 992px) {
  .heroSection2Mobile .texts .first {
    font-size: 20px;
    line-height: 28px;
  }
}
.heroSection2Mobile .texts .second {
  font-size: 76px;
  line-height: 84px;
  font-weight: 800;
  color: #2546bc;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.94);
  margin-top: -10px;
  margin-bottom: -3px;
}
@media (max-width: 992px) {
  .heroSection2Mobile .texts .second {
    font-size: 30px;
    line-height: 38px;
  }
}
.heroSection2Mobile .texts .second strong {
  font-weight: 800;
  color: white;
}
.heroSection2Mobile .texts .third {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  color: black;
  width: fit-content;
  background-color: #2546bc;
  padding: 5px 10px;
  animation: pulseHero2 1s infinite;
}
@media (max-width: 992px) {
  .heroSection2Mobile .texts .third {
    font-size: 18px;
    line-height: 26px;
  }
}
.heroSection2Mobile .cta {
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
  background-color: black;
}
.heroSection2Mobile .cta .buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.heroSection2Mobile .cta .buttons a {
  flex: 1;
}
.heroSection2Mobile .cta .buttons a.second {
  background-color: black;
  border: 1px solid #2546bc;
  color: #2546bc;
}
.heroSection2Mobile .cta .buttons a.second:hover {
  background-color: #2546bc;
  color: black;
  transition: 0.2s;
}
.heroSection2Mobile .cta .progress-bar-wrapper {
  max-width: 100%;
  width: 600px;
  background-color: white;
  border-radius: 4px;
  padding: 4px;
  height: 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.heroSection2Mobile .cta .progress-bar-wrapper .val {
  width: 70%;
  height: 28px;
  animation: progress 10s infinite linear;
  background-color: #ab06f3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.heroSection2Mobile .cta .progress-bar-wrapper .val:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    -45deg,
    rgba(88, 24, 89, 0.4) 33.33%,
    transparent 33.33%,
    transparent 66.66%,
    rgba(88, 24, 89, 0.4) 66.66%
  );
  background-size: 60px 30px;
  /* background-repeat: no-repeat; */
  animation: progress 10s infinite linear;
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}
.heroSection2Mobile .cta .left-for-boost {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.heroSection2Mobile .cta .left-for-boost p {
  font-size: 22px;
  line-height: 30px;
  color: white !important;
  text-align: center;
}
.heroSection2Mobile .hero-image {
  margin-bottom: -10px;
}

.home-new-products-listing-section .an-content {
  padding: 0 5px !important;
}
@media (max-width: 992px) {
  .home-new-products-listing-section .products-grid {
    gap: 10px;
  }
  .home-new-products-listing-section .products-grid .product-box-new {
    width: calc(50% - 10px);
  }
  .home-new-products-listing-section
    .products-grid
    .product-box-new
    .image-wrapper {
    height: 160px;
  }
}

@media (max-width: 992px) {
  .products-grid .image-wrapper {
    height: inherit;
  }
}

.faq-section {
  background-color: #d6fcff;
}
.faq-section .faq-wrapper {
  padding-top: 30px;
}
.faq-section .accordion .accordion-item {
  border-bottom: 1px solid #c3e5e8;
}
.faq-section .accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #c3e5e8;
}
.faq-section .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: black;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.faq-section .accordion button:hover,
.faq-section .accordion button:focus {
  cursor: pointer;
  color: #2546bc;
}
.faq-section .accordion button:hover::after,
.faq-section .accordion button:focus::after {
  cursor: pointer;
  color: #2546bc;
  border: 1px solid #2546bc;
}
.faq-section .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.faq-section .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.faq-section .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.faq-section .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.faq-section .accordion button[aria-expanded="true"] {
  color: #2546bc;
}
.faq-section .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.faq-section .accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin: 2em 0;
}

.mobile-images-carousel {
  display: none;
  position: relative;
}
@media (max-width: 992px) {
  .mobile-images-carousel {
    display: block;
  }
}
.mobile-images-carousel .carousel-container-wrapper {
  position: relative;
}
.mobile-images-carousel .carousel-container {
  position: relative;
}
.mobile-images-carousel .carousel-container .arrows-wrapper {
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.mobile-images-carousel .carousel-container .arrows-wrapper .arrow-left {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2546bc;
  color: black;
}
.mobile-images-carousel .carousel-container .arrows-wrapper .arrow-right {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2546bc;
  color: black;
}

.swiper-pagination-bullet {
  background-color: white;
  background: white;
}

.swiper-pagination-bullet-active {
  background-color: #2546bc;
  background: #2546bc;
}

/* End of Home 2 */
.social-icons-faq {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  margin-top: -15px !important;
  font-size: 30px;
}
.social-icons-faq i {
  color: #2546bc;
}

/* Custom Modal */
.customModal {
  z-index: 99900;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customModal .wrapper {
  background-color: white;
  max-width: 90%;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  position: relative;
}

.customModal.small .wrapper {
  width: 600px;
}

.customModal .hardToClose .close {
  position: fixed !important;
}

.customModal .largeModal .wrapper {
  max-width: 90%;
  width: 90%;
}

.customModal h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.customModal .actions {
  margin-top: 20px;
}

.customModal .close {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #2546bc;
  color: black;
  font-size: 24px;
  z-index: 99901;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.customModal .close:hover {
  cursor: pointer !important;
}

.toFillWrapper {
  display: block;
  position: relative;
}

#toFill #overlay {
  background-color: rgb(255, 255, 255);
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}

/* End of Custom Modal */
/* Newsletter Form */
#newsletterModal .wrapper {
  background-color: black;
  border: 1px solid #27696e;
  max-height: calc(100vh - 160px);
}
#newsletterModal .nf-title {
  background-color: #2546bc;
  padding: 25px;
}
#newsletterModal .nf-title h2 {
  font-size: 28px;
  color: black;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}
#newsletterModal .nf-title h2 strong {
  animation: pulseDiscount 1s infinite;
  position: relative;
  display: inline-block;
}
@media (max-width: 992px) {
  #newsletterModal .nf-title h2 {
    font-size: 20px;
    line-height: 23px;
  }
}

#mc_embed_signup .mc-field-group {
  width: 100% !important;
}

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
  color: white;
  text-transform: uppercase;
}

#mc_embed_signup .mc-field-group input {
  width: 100% !important;
  border-radius: 0px !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 3px;
  background-color: rgb(44, 42, 42) !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #ff8c76 !important;
  padding: 5px 15px;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 0%;
  color: white;
}

#mc_embed_signup .mc-field-group {
  width: 100%;
}

#mc_embed_signup .button {
  clear: both;
  background-color: #111 !important;
  border: 1px solid #3cf1fe !important;
  border-radius: 0px !important;
  transition: all 0.23s ease-in-out 0s;
  color: #3cf1fe !important;
  cursor: pointer;
  display: flex !important;
  height: inherit !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  line-height: 24px;
  margin: 0px;
  margin-top: 10px !important;
  padding: 12px 25px !important;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100% !important;
  width: -moz-fit-content;
}

#mc_embed_signup #mce-success-response {
  color: #3cf1fe !important;
  text-align: center !important;
  display: none;
  width: 100% !important;
}

@keyframes pulseDiscount {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* End of Newsletter Form */
/* Header Announcement Scrolling Bar */
#headerAnnouncementScrolling {
  background-color: #2546bc;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #headerAnnouncementScrolling {
    height: 43px;
  }
}
#headerAnnouncementScrolling .inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  width: fit-content;
  white-space: nowrap;
  animation: loop 30s linear infinite;
}
#headerAnnouncementScrolling .inner span {
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  color: white;
}
#headerAnnouncementScrolling .inner span i {
  font-size: 20px;
  color: white;
}
@media (max-width: 992px) {
  #headerAnnouncementScrolling .inner span {
    font-size: 12px;
    line-height: 14px;
  }
  #headerAnnouncementScrolling .inner span i {
    font-size: 16px;
  }
}
#headerAnnouncementScrolling .fade {
  width: 100%;
  opacity: 0.5;
  position: absolute;
  background: linear-gradient(
    90deg,
    #000,
    transparent 30%,
    transparent 90%,
    #000
  );
  inset: 0;
  pointer-event: none;
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* End of Header Announcement Scrolling Bar */
#stickyPopupButton {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
  background-color: #ab06f3;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#stickyPopupButton span {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -1px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.an-page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 10px;
  background-color: #2546bc;
}
.an-page-title h2 {
  font-size: 38px;
  line-height: 46px;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .an-page-title h2 h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 992px) {
  .justified-mobile {
    text-align: justify !important;
    text-align: left !important;
  }
}

@media (max-width: 992px) {
  .ml-mob-0 {
    margin-left: 0px !important;
  }
}

@media (max-width: 992px) {
  .mr-mob-0 {
    margin-right: 0px !important;
  }
}

/* Tabs */
.woocommerce div.product form.cart .variations td.label {
  display: none;
}

.woo-variation-swatches .variable-items-wrapper {
  padding-left: 0px !important;
}

.woocommerce-product-details__short-description {
  padding-top: 20px;
  text-align: justify;
  text-justify: inter-word;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs {
  background-color: white;
}

body.woocommerce .woocommerce-tabs {
  border: 0px !important;
}

body.woocommerce
  #content-area
  div.product
  .woocommerce-tabs
  ul.tabs
  li.active
  a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
  background-color: #2546bc;
  padding: 10px 30px !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
  border-right: 0px !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs {
  background-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 2px solid #2546bc;
}

@media (min-width: 1200px) {
  .tabs.wc-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.woocommerce-Tabs-panel h2:first-child {
  display: none;
}

/* End of Tabs */
.woocommerce div.product div.summary {
  display: flex;
  flex-direction: column;
}
.woocommerce div.product div.summary .price {
  order: 2;
  margin-top: 20px;
}
.woocommerce div.product div.summary .cart {
  order: 3;
  margin-top: 0px;
  padding-top: 0px;
}

.home-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 30px;
}
.home-features .item {
  width: calc(25% - 30px);
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.home-features .item .icon {
  text-align: center;
  color: #2546bc;
  font-size: 40px;
}
.home-features .item .title {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: black;
}
.home-features .item .desc {
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  opacity: 0.7;
  color: black;
  line-height: 22px;
  margin-top: 5px;
}

.home-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 30px;
}
.home-categories .item {
  width: calc(25% - 30px);
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  padding: 25px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  height: 200px;
  border: 4px solid white;
  cursor: pointer;
}
.home-categories .item span {
  color: white;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.6784313725);
  width: fit-content;
  margin: auto;
  padding: 8px 15px;
}
.home-categories .item:hover {
  border: 4px solid #2546bc;
  transition: 0.2s;
}

.view-all-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

section.related.products {
  display: none !important;
}

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