#content {
  padding-bottom: 3rem;
  margin-top: 144px;
}
@media (max-width: 984px) {
  #content {
    margin-top: 136px;
  }
}

* {
  scroll-behavior: smooth;
}

* {
  --sb-track-color: #e1e6f1;
  --sb-thumb-color: #b1bcd6;
  --sb-size: 8px;
}

*::-webkit-scrollbar {
  width: var(--sb-size);
}

*::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 5px;
}

@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
#main-header #menu {
  display: flex;
  align-items: center;
  background-color: #333648;
  border-radius: 30rem;
}
#main-header .main-menu {
  display: flex;
  justify-content: center;
}
#main-header .main-menu > .menu-item:not(:last-child):after {
  content: "|";
  position: absolute;
  left: 100%;
  color: #D6D6D6;
}
#main-header .main-menu .menu-item {
  padding: 0 1.3rem 1rem;
  position: relative;
  flex: auto;
}
#main-header .main-menu .menu-item:hover {
  cursor: pointer;
}
#main-header .main-menu .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#main-header .main-menu .menu-item .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 3rem;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
}
#main-header .main-menu .menu-item .sub-menu .menu-item {
  padding: 1rem 2rem;
}
#main-header .main-menu .menu-item .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#main-header .main-menu .menu-item .menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 0.2rem;
  z-index: 50;
  top: 0;
  left: 102%;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
}
#main-header .solid-header {
  margin-top: 112px;
}
#main-header #header.transparent-header .nav-logo {
  width: 0;
}
#main-header #header.transparent-header .header-search {
  width: 15rem;
}
#main-header #header.transparent-header .header-search input {
  display: block;
}
#main-header #header.scrolled {
  background-color: #19213F;
}
#main-header #header.scrolled .nav-logo {
  display: block;
  width: 8rem;
  transition: all 0.3s;
}
#main-header #header.scrolled .navbar-container {
  justify-content: space-between;
}
#main-header #header.scrolled .header-search:focus-within {
  width: 14rem;
  gap: 0.75rem;
}
#main-header #header.scrolled .header-search:focus-within input {
  width: 100%;
}
#main-header #header.scrolled .header-search {
  gap: 0;
  width: 4rem;
}
#main-header #header.scrolled .header-search i {
  color: #afafaf;
}
#main-header #header.scrolled .header-search input {
  width: 0;
}
#main-header #header.scrolled .header-search:hover {
  width: 14rem;
  gap: 0.75rem;
}
#main-header #header.scrolled .header-search:hover input {
  width: 100%;
}
#main-header #header.rock-header .nav-logo {
  display: block;
}
#main-header #header.rock-header .header-search:focus-within {
  width: 14rem;
  gap: 0.75rem;
}
#main-header #header.rock-header .header-search:focus-within input {
  display: block;
  width: 100%;
}
#main-header #header.rock-header .header-search {
  gap: 0;
  width: 4rem;
}
#main-header #header.rock-header .header-search i {
  color: #afafaf;
}
#main-header #header.rock-header .header-search input {
  width: 0;
}
#main-header #header.rock-header .header-search:hover {
  width: 14rem;
  gap: 0.75rem;
}
#main-header #header.rock-header .header-search:hover input {
  display: block;
  width: 100%;
}
#main-header .modal-overlay {
  position: absolute;
  display: none;
  inset: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#main-header #mobile_nav .sub-menu {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
}
#main-header .wpml-ls-legacy-dropdown {
  width: 8rem;
  height: 4rem;
}
#main-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: rgb(214, 214, 214) !important;
  background: transparent;
}
#main-header .wpml-ls-legacy-dropdown a:hover {
  color: rgb(214, 214, 214) !important;
  background: #333648;
}
#main-header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  background-color: transparent;
  border: none;
  border-radius: 1.5rem;
  height: 4rem;
  color: rgb(214, 214, 214);
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover {
  color: rgb(214, 214, 214) !important;
  background-color: transparent !important;
}
#main-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  top: 110%;
}
#main-header .wpml-ls-legacy-dropdown .wpml-ls-link {
  border-radius: 0.2rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #333648;
  color: rgb(214, 214, 214);
  border: none;
}
#main-header .wpml-ls-legacy-dropdown:hover {
  cursor: pointer;
}
#main-header .wpml-ls-legacy-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

#menu-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 160px;
  row-gap: 16px;
  margin-top: 16px;
}
@media (max-width: 984px) {
  #menu-footer {
    height: 300px;
  }
}
#menu-footer .menu-item {
  font-size: 14px;
}
#menu-footer .menu-item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  width: 1rem;
  height: 2px;
  background-color: #F5C181;
}

.footer-mask {
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: radial-gradient(47.55% 77.69% at 50% 110.19%, rgba(0, 49, 156, 0.24) 0%, rgba(0, 49, 156, 0) 100%);
}
@media (max-width: 1024px) {
  .footer-mask {
    border-image-source: radial-gradient(97.55% 77.69% at 50% 110.19%, rgba(0, 49, 156, 0.24) 0%, rgba(0, 49, 156, 0) 100%);
  }
}

.post-content p a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 > a {
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.post-content p a::before,
.post-content h2 a::before,
.post-content h3 a::before,
.post-content h4 a::before,
.post-content h5 a::before,
.post-content h6 > a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 100%;
  height: 1px;
  height: 1px;
}
.post-content p a:hover,
.post-content h2 a:hover,
.post-content h3 a:hover,
.post-content h4 a:hover,
.post-content h5 a:hover,
.post-content h6 > a:hover {
  color: rgb(var(--color-secondary));
}
.post-content p a:hover::after,
.post-content h2 a:hover::after,
.post-content h3 a:hover::after,
.post-content h4 a:hover::after,
.post-content h5 a:hover::after,
.post-content h6 > a:hover::after {
  width: 100%;
}
.post-content .social-container.show-social {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  right: calc(100% + 10px);
  min-width: 200px;
  z-index: 1;
}
.post-content .blog-img-container {
  border-radius: 10px;
}
.post-content .blog-img-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
  display: block;
  border-radius: 10px;
}
.post-content img {
  margin: 20px auto 20px auto;
}
.post-content {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px 0 20px 0;
}
.post-content p:empty {
  display: none;
}
.post-content h1 {
  text-align: right;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.125rem);
  /* Mobile: 24px, Tablet: 34px, Desktop: 34px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h2 {
  text-align: right;
  font-size: clamp(1.125rem, 1.5vw, 1.875rem);
  /* Mobile: 18px, Tablet: 24px, Desktop: 30px */
  font-weight: 700;
  /* Bold */
}
.post-content h2:not(:first-of-type) {
  margin-bottom: 10px;
  margin-top: 40px;
}
.post-content h2:first-of-type {
  margin-bottom: 10px;
}
.post-content h3 {
  text-align: right;
  font-size: clamp(1.125rem, 1.2vw, 1.5rem);
  /* Mobile: 18px, Tablet: 20px, Desktop: 24px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h4 {
  text-align: right;
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  /* Mobile: 16px, Tablet: 18px, Desktop: 20px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h5 {
  text-align: right;
  font-size: clamp(1rem, 1vw, 1.125rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 18px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content h6 {
  text-align: right;
  font-size: clamp(1rem, 0.9vw, 1rem);
  /* Mobile: 16px, Tablet: 16px, Desktop: 16px */
  font-weight: 700;
  /* Bold */
  margin-bottom: 10px;
}
.post-content p {
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  margin-bottom: 25px;
}
.post-content h3 {
  padding-right: 30px;
}
.post-content h3 + p,
.post-content h3 > p {
  padding-right: 30px;
}
.post-content h3 + p + p {
  padding-right: 30px;
}
.post-content h3 + p + p + p {
  padding-right: 30px;
}
.post-content h4 {
  padding-right: 50px;
}
.post-content h4 + p,
.post-content h4 > p {
  padding-right: 50px;
}
.post-content h4 + p + p {
  padding-right: 50px;
}
.post-content h4 + p + p + p {
  padding-right: 50px;
}
.post-content img {
  margin: 20px auto;
}
.post-content li {
  position: relative;
  margin: 5px 0;
  color: rgb(var(--color-darkest));
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
}
.post-content ol {
  position: relative;
  list-style-type: -moz-ethiopic-numeric;
  padding-right: 1.25rem;
}
.post-content ul {
  position: relative;
  list-style-type: unset;
  padding-right: 2.5rem;
  margin: 1rem 0;
}
.post-content .wp-block-column {
  padding: 10px;
}
.post-content .blog-img-container {
  border-radius: 10px;
}
.post-content .squares-left,
.post-content .squares-right,
.post-content .squares-bottom {
  width: 100vw;
}

.swiper-custom-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  border-radius: 5rem;
  width: 2rem;
  background: #000;
}

.search-results-box .search-item > a,
.mobile-search-results-box .search-item > a {
  background-color: #F3F8FD;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  gap: 1rem;
  font-size: 14px;
}
.search-results-box .search-item > a img,
.mobile-search-results-box .search-item > a img {
  width: 50px;
  height: 50px;
}

.qty[type=number]::-webkit-inner-spin-button,
.qty[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dot-loader {
  width: 6px;
  height: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0% {
    box-shadow: 9px 0 #a7c6ff, -9px 0 #3276f8;
    background: #a7c6ff;
  }
  33% {
    box-shadow: 9px 0 #a7c6ff, -9px 0 #3276f8;
    background: #3276f8;
  }
  66% {
    box-shadow: 9px 0 #3276f8, -9px 0 #a7c6ff;
    background: #3276f8;
  }
  100% {
    box-shadow: 9px 0 #3276f8, -9px 0 #a7c6ff;
    background: #a7c6ff;
  }
}
.woocommerce-NoticeGroup {
  display: none;
}

.woocommerce-pagination ul {
  display: flex;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.woocommerce-pagination ul li span.current {
  background-color: #00319C;
  color: #fff;
}
.woocommerce-pagination ul li a:hover {
  background-color: #00319C;
  color: #fff;
}
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
  width: 3rem;
  height: 3rem;
  border: 1px solid #E4E9F4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575757;
  transition: all 0.1s;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  color: #575757;
}
@media (max-width: 1024px) {
  .woocommerce-breadcrumb {
    font-size: 10px;
  }
}

.portfolio-swiper .swiper-slide-active {
  padding: 0 3rem;
  margin-right: -12px !important;
  margin-left: 0px !important;
  width: 420px !important;
  height: 400px;
}
.portfolio-swiper .swiper-slide-active {
  background-image: "../images/frame-pic.webp";
}

@media (max-width: 769px) {
  .portfolio-swiper .swiper-slide-active {
    width: 324px !important;
    height: 323px;
  }
}
@media (max-width: 500px) {
  .portfolio-swiper .swiper-slide-active {
    padding: 0 2rem;
    width: 250px !important;
    height: 260px;
  }
}/*# sourceMappingURL=main.css.map */