@charset "UTF-8";
/*
Theme Name: Webmaxi
Theme URI: https://www.webmaxi.com.tr/
Author: Webmaxi - Dijital Performans Ajansı
Author URI: https://www.webmaxi.com.tr/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


html {
  /* ----- preloader ----- */
}

:root {
  --primary-color: rgb(255 180 0);
  --white: rgb(255, 255, 255);
}

html .wmx-preloader {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(0) scale(0.4);
}

html {
  /* ----- menu ----- */
}

html .wmx-dynamic-menu {
  opacity: 1;
  transition: 0.6s ease-in-out;
}

html .wmx-dynamic-menu li.current-menu-item:after {
  transition: 0.6s;
  content: "";
  width: 80%;
}

html {
  /* ----- banner ----- */
}

html .wmx-dynamic-banner {
  opacity: 1;
  transition: 0.6s ease-in-out;
  transition-delay: 0.6s;
}

html .wmx-dynamic-banner .wmx-banner .wmx-cover-frame {
  opacity: 1;
  transform: scale(1);
  transition: 0.8s ease-in-out;
}

html .wmx-dynamic-banner .wmx-banner .wmx-main-title-frame {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: 0.6s ease-in-out;
}

html .wmx-dynamic-banner .wmx-main-slider-navigation {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: 0.6s ease-in-out;
}

html {
  /* ----- content ----- */
}

html .wmx-dynamic-content {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s ease-in-out;
}

html .wmx-dynamic-content .wmx-scroll-hint-frame {
  transform: scale(1);
  transition: 0.6s ease-in-out;
}

html {
  /* ----- footer ----- */
}

html footer .container {
  opacity: 1;
  transform: scale(1);
  transition: 0.6s ease-in-out;
}

html.is-animating {
  /* ----- preloader ----- */
}

html.is-animating .wmx-preloader {
  opacity: 1;
  transform: translateY(-200px) scale(0.6);
  transition: 0.4s;
  transition-delay: 0.2s;
}

html.is-animating {
  /* ----- menu ----- */
}

html.is-animating .wmx-dynamic-menu {
  opacity: 0.999;
}

html.is-animating .wmx-dynamic-menu li.current-menu-item:after {
  content: "";
  width: 0;
}

html.is-animating .wmx-dynamic-menu li ul {
  opacity: 0 !important;
  transform: translateY(20px) !important;
}

html.is-animating .wmx-dynamic-menu nav.wmx-active {
  opacity: 0 !important;
  transform: translateY(20px) !important;
}

html.is-animating {
  /* ----- banner ----- */
}

html.is-animating .wmx-dynamic-banner {
  opacity: 0.999;
}

html.is-animating .wmx-dynamic-banner .wmx-banner .wmx-cover-frame {
  opacity: 0;
  transform: scale(1.3);
}

html.is-animating .wmx-dynamic-banner .wmx-banner .wmx-main-title-frame {
  opacity: 0;
  transform: translateY(-200px) scale(0.8);
}

html.is-animating .wmx-dynamic-banner .wmx-main-slider-navigation {
  opacity: 0;
  transform: translateY(100px) scale(0.8);
}

html.is-animating {
  /* ----- content ----- */
}

html.is-animating .wmx-dynamic-content {
  opacity: 0;
  transform: translateY(100px);
}

html.is-animating .wmx-dynamic-content .wmx-scroll-hint-frame {
  transform: scale(0);
  transition-delay: 0.4s;
}

html.is-animating {
  /* ----- footer ----- */
}

html.is-animating footer .container {
  opacity: 0;
  transform: scale(0.8);
}

/**********************************

common

***********************************/
/*-------------------------
fonts
-------------------------*/
/*-------------------------
scrollbar
--------------------------*/
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  filter: brightness(108%);
}

/*-------------------------
typography
-------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: rgb(26, 47, 51);
  font-size: 18px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  background-image: url("./assets/img/bg.jpg");
  background-size: 100%;
  background-attachment: fixed;
  line-height: 1.25;
}

body .wmx-main-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(4 25 29 / .7)), color-stop(20%, rgb(4 25 29 / .7)));
  background-image: linear-gradient(180deg, rgb(4 25 29 / .7) 0%, rgb(4 25 29 / .7) 20%);
}

*,
*:focus {
  outline: inherit;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
  transition: 0.6s ease-in-out;
}

a.wmx-color:hover,
a:hover.wmx-color:hover {
  color: var(--primary-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin: 0;
}

.h1,
h1 {
  font-size: 80px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 34px;
}

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  padding-top: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.wmx-text {
  font-size: 15px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.wmx-text.wmx-text-lg {
  font-size: 18px;
}

.wmx-label {
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  transition: 0.3s ease-in-out;
}

.wmx-icon-link {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 10px 0 0;
  transition: 0.3s ease-in-out;
}

.wmx-icon-link:hover {
  opacity: 1;
  color: var(--primary-color);
}

.wmx-suptitle {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding-left: 45px;
}

.wmx-suptitle:before {
  content: "";
  height: 4px;
  border-radius: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: var(--primary-color);
}

.wmx-suptitle.wmx-suptitle-center {
  text-align: center;
  padding-left: 0;
  padding-top: 20px;
}

.wmx-suptitle.wmx-suptitle-center:before {
  top: 0;
  left: 50%;
  margin-left: -15px;
}

.wmx-suptitle.wmx-suptitle-right {
  padding-right: 45px;
}

.wmx-suptitle.wmx-suptitle-right:before {
  left: auto;
  right: 10px;
}

.wmx-spacer {
  height: 0;
  margin: 60px 0;
  border-bottom: dotted 4px rgba(26, 47, 51, 0.7);
  opacity: 0.3;
}

.wmx-spacer.wmx-spacer-only-bottom-space {
  margin-top: 0;
}

.wmx-spacer.wmx-spacer-only-top-space {
  margin-bottom: 0;
}

.wmx-spacer.wmx-white {
  border-bottom: dotted 4px rgba(242, 246, 247, 0.3);
}

.wmx-spacer-sm {
  height: 1px;
  margin: 15px 0;
  border-bottom: dotted 2px rgba(26, 47, 51, 0.7);
  opacity: 0.3;
}

.wmx-text-shadow {
  text-shadow: 0 5px 20px rgba(26, 47, 51, 0.95);
}

.wmx-white {
  color: rgb(242, 246, 247);
}

a.wmx-white {
  color: rgb(242, 246, 247);
  opacity: 0.8;
}

a.wmx-white:hover {
  color: rgb(242, 246, 247);
  opacity: 1;
}

.wmx-white-2 {
  color: rgb(229, 235, 239);
}

a.wmx-white-2 {
  color: rgb(229, 235, 239);
  opacity: 0.9;
}

a.wmx-white-2:hover {
  color: rgb(229, 235, 239);
  opacity: 1;
}

.wmx-color {
  color: var(--primary-color);
}

.wmx-right {
  float: right;
}

@media (max-width: 992px) {

  .h1,
  h1 {
    font-size: 64px;
  }

  .h2,
  h2 {
    font-size: 48px;
  }

  .h3,
  h3 {
    font-size: 32px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .wmx-text {
    font-size: 16px;
  }

  .wmx-text .wmx-text-lg {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .wmx-suptitle.wmx-suptitle-mobile-md-center {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
  }

  .wmx-suptitle.wmx-suptitle-mobile-md-center:before {
    top: 0;
    left: 50%;
    margin-left: -15px;
  }
}

@media (max-width: 790px) {

  .h1,
  h1 {
    font-size: 54px;
  }

  .h2,
  h2 {
    font-size: 38px;
  }

  .h3,
  h3 {
    font-size: 28px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .wmx-text {
    font-size: 14px;
  }

  .wmx-text .wmx-text-lg {
    font-size: 14px;
  }

  .wmx-suptitle.wmx-suptitle-mobile-center {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
  }

  .wmx-suptitle.wmx-suptitle-mobile-center:before {
    top: 0;
    left: 50%;
    margin-left: -15px;
  }

  .wmx-btn-mobile {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .wmx-btn-mobile a {
    margin: 0 0 30px;
  }

  .wmx-btn-mobile a:last-child {
    margin-bottom: 0;
  }
}

/*-------------------------
buttons
-------------------------*/
.wmx-btn {
  position: relative;
  padding: 0 30px;
  background-color: var(--primary-color);
  display: inline-block;
  height: 50px;
  line-height: 54px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  white-space: nowrap;
}

.wmx-btn.wmx-btn-shadow {
  box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.3);
}

.wmx-btn:before {
  content: "";
  height: 7px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: -7px;
  border-radius: 0 0 5px 5px;
  background-color: rgb(242, 246, 247);
  opacity: 0.15;
  transition: 0.3s ease-in-out;
  left: 10px;
}

.wmx-btn:last-child {
  margin-right: 0;
}

.wmx-btn:hover {
  filter: brightness(108%);
  transform: scale(1.015);
}

.wmx-btn:hover:before {
  bottom: -5px;
  transform: scale(0.95);
}

.wmx-btn.wmx-btn-lg {
  padding: 0 40px;
  height: 60px;
  line-height: 64px;
}

.wmx-btn i {
  margin-right: 5px;
  font-size: 18px;
  transform: translateY(3px);
}

.wmx-btn.wmx-cart-btn {
  padding: 0;
  width: 60px;
  text-align: center;
}

.wmx-btn.wmx-cart-btn svg {
  width: 15px;
  transform: translateY(-2px);
}

/*-------------------------
forms
-------------------------*/
form input {
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  color: rgb(26, 47, 51) !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

form input:focus {
  outline: inherit;
}

form input::placeholder {
  color: rgb(26, 47, 51) !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

textarea {
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px;
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  color: rgb(26, 47, 51) !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

textarea:focus {
  outline: inherit;
}

textarea::placeholder {
  color: rgb(26, 47, 51) !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

/*-------------------------
spaces
-------------------------*/
.wmx-mb-15 {
  margin-bottom: 15px;
}

.wmx-mb-30 {
  margin-bottom: 30px;
}

.wmx-mb-60 {
  margin-bottom: 60px;
}

.wmx-mb-70 {
  margin-bottom: 70px;
}

.wmx-mr-30 {
  margin-right: 30px;
}

.wmx-mt-30 {
  margin-top: 30px;
}

.wmx-p-60-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wmx-p-60-0 {
  padding-top: 60px;
}

.wmx-p-0-30 {
  padding-top: 0;
  padding-bottom: 30px;
}

.wmx-p-60-30 {
  padding-top: 60px;
  padding-bottom: 30px;
}

/**********************************

frame

***********************************/
/*-------------------------
preloader
-------------------------*/
.wmx-preloader-frame {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wmx-preloader-frame .wmx-preloader {
  position: absolute;
  transform: scale(0.5);
  width: 80px;
  height: 80px;
  top: 70%;
  left: calc(50% - 40px);
  margin: 0 auto;
}

.wmx-preloader-frame .wmx-preloader span {
  position: absolute;
  border: 6px solid var(--primary-color);
  border-top: 6px solid transparent;
  border-radius: 999px;
}

.wmx-preloader-frame .wmx-preloader span:nth-child(1) {
  width: 80px;
  height: 80px;
  animation: spin-1 2s infinite linear;
}

.wmx-preloader-frame .wmx-preloader span:nth-child(2) {
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  animation: spin-2 1s infinite linear;
}

@keyframes spin-1 {
  0% {
    transform: rotate(360deg);
    opacity: 1;
  }

  50% {
    transform: rotate(180deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes spin-2 {
  0% {
    transform: rotate(0deg);
    opacity: 0.5;
  }

  50% {
    transform: rotate(180deg);
    opacity: 1;
  }

  100% {
    transform: rotate(360deg);
    opacity: 0.5;
  }
}

/*-------------------------
marcup
-------------------------*/
.wmx-app {
  width: 100%;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.wmx-content-frame {
  position: relative;
  z-index: 99999;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.4);
  margin-left: 45px;
  margin-right: 45px;
  background-color: rgb(252, 252, 252);
}

.wmx-content-frame:before {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  z-index: 999;
  top: -10px;
  border-radius: 5px 5px 0 0;
  background-color: rgb(242, 246, 247);
  opacity: 0.2;
  left: 15px;
}

.wmx-content-frame:after {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: rgb(242, 246, 247);
  opacity: 0.2;
  left: 15px;
}

@media (max-width: 790px) {
  .wmx-content-frame {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*-------------------------
menu
-------------------------*/
.wmx-menu-frame {
  height: auto;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  padding: 0 15px;
}

.wmx-menu-frame .wmx-menu {
  transform: translateY(15px);
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  border-radius: 10px 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  transition: 0.4s ease-in-out;
  backdrop-filter: blur(5px);
}

.wmx-active .wmx-menu {
  background-color: rgba(255, 255, 255, .75) !important;
}

.wmx-menu-frame .wmx-menu:after {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: rgb(242, 246, 247);
  opacity: 0.15;
  left: 15px;
}

.wmx-menu-frame .wmx-menu .custom-logo {
  width: auto;
  height: clamp(50px, 5vw, 68px);
}

.wmx-menu-frame .wmx-menu nav ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.wmx-menu-frame .wmx-menu nav ul li {
  height: 80px;
  position: relative;
  list-style-type: none;
}

.wmx-menu-frame .wmx-menu nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 clamp(12px, 1.6vw, 20px);
  transition: 0.3s ease-in-out;
}

.wmx-menu-frame .wmx-menu nav ul li.current-menu-item:after {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 10%;
  border-radius: 2px 2px 0 0;
}

.wmx-menu-frame .wmx-menu nav ul li.menu-item-has-children {
  position: relative;
}

.wmx-menu-frame .wmx-menu nav ul li ul {
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  padding: 25px 0 10px;
  min-width: 160px;
  position: absolute;
  z-index: 1;
  top: 90px;
  left: 0;
  border-radius: 5px;
  background-color: var(--primary-color);
  flex-direction: column;
  box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.2);
  transition: 0.3s ease-in-out;
}

.wmx-menu-frame .wmx-menu nav ul li ul:before {
  height: 10px;
  width: 100%;
  left: 0;
  background-color: transparent;
  content: "";
  position: absolute;
  top: -10px;
  z-index: 999;
}

.wmx-menu-frame .wmx-menu nav ul li ul:after {
  content: "";
  height: 7px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: -7px;
  border-radius: 0 0 5px 5px;
  background-color: rgb(242, 246, 247);
  opacity: 0.15;
  left: 10px;
}

.wmx-menu-frame .wmx-menu nav ul li ul li {
  padding: 0 10px;
  height: 15px;
  margin-bottom: 20px;
}

.wmx-menu-frame .wmx-menu nav ul li ul li a {
  white-space: nowrap;
  display: block;
  line-height: 20px;
  padding: 0;
}

.wmx-menu-frame .wmx-menu nav ul li ul li ul {
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  top: -25px;
  left: calc(100% + 10px) !important;
}

.wmx-menu-frame .wmx-menu nav ul li ul li ul:before {
  height: 100%;
  width: 10px;
  left: -10px;
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
}

.wmx-menu-frame .wmx-menu nav ul li ul li.menu-item-has-children {
  position: relative;
}

.wmx-menu-frame .wmx-menu nav ul li:hover ul {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.wmx-menu-frame .wmx-menu nav ul li:hover ul li ul {
  opacity: 0;
  transform: translateY(20px);
}

.wmx-menu-frame .wmx-menu nav ul li:hover ul li:hover ul {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.wmx-menu-frame .wmx-menu .wmx-menu-right {
  display: flex;
  align-items: center;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-cart {
  transform: translateY(-2px);
  position: relative;
  margin-left: 20px;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-cart svg {
  width: 25px;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-cart .wmx-cart-number {
  line-height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  background-color: rgb(46, 204, 113);
  color: rgb(242, 246, 247);
  height: 15px;
  width: 15px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame {
  display: none;
  margin-left: 15px;
  height: 80px;
  width: 30px;
  justify-content: center;
  align-items: center;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn {
  padding-top: 2px;
  width: 25px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn .wmx-burger {
  display: flex;
  justify-content: center;
  padding-top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn .wmx-burger span, .wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn .wmx-burger span:after, .wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn .wmx-burger span:before {
  content: "";
  display: block;
  width: 19px;
  height: 0.1em;
  border-radius: 3px;
  background: rgb(26, 47, 51);
  transition: 0.4s ease-in-out;
  backface-visibility: hidden;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn .wmx-burger span {
  position: relative;
  margin: 7px 0 0;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn .wmx-burger span:after, .wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn .wmx-burger span:before {
  position: absolute;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn .wmx-burger span:before {
  top: -7px;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn .wmx-burger span:after {
  top: 7px;
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn.wmx-active .wmx-burger span {
  transform: rotate(45deg);
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn.wmx-active .wmx-burger span:before {
  transform: translate(0px, 7px) rotate(-90deg);
}

.wmx-menu-frame .wmx-menu .wmx-menu-right .wmx-menu-button-frame .wmx-menu-btn.wmx-active .wmx-burger span:after {
  transform: translate(0px, -7px) rotate(-90deg);
}

.wmx-menu-frame.wmx-active .wmx-menu {
  transform: translateY(0);
  border-radius: 0 0 10px 10px;
}

@media (max-width: 992px) {
  .wmx-menu-frame {
    width: 100%;
    padding: 0;
  }

  .wmx-menu-frame .wmx-menu-overlay {
    display: none;
  }

  .wmx-menu-frame .wmx-menu {
    width: 100%;
    transform: translateY(0);
    border-radius: 0 0 10px 10px;
  }

  .wmx-menu-frame .wmx-menu nav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
    padding: 15px 0;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 90px;
    background-color: rgb(255, 255, 255);
    width: calc(100% - 20px);
    border-radius: 5px;
    transition: 0.4s ease-in-out;
  }

  .wmx-menu-frame .wmx-menu nav.wmx-active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }

  .wmx-menu-frame .wmx-menu nav:after {
    content: "";
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0 0 5px 5px;
    background-color: rgb(255, 255, 255);
    opacity: 0.15;
    left: 15px;
  }

  .wmx-menu-frame .wmx-menu nav ul {
    flex-direction: column;
  }

  .wmx-menu-frame .wmx-menu nav ul li {
    height: auto;
    padding: 15px 30px 0;
  }

  .wmx-menu-frame .wmx-menu nav ul li a {
    padding: 0;
    margin-bottom: 10px;
  }

  .wmx-menu-frame .wmx-menu nav ul li.current-menu-item:after {
    display: none;
  }

  .wmx-menu-frame .wmx-menu nav ul li.current-menu-item>a {
    color: var(--primary-color);
  }

  .wmx-menu-frame .wmx-menu nav ul li ul {
    opacity: 1;
    top: auto;
    padding: 0;
    max-height: 0;
    transform: none;
    position: static;
    overflow: hidden;
    box-shadow: none;
    height: auto;
    transition: 0.6s ease-in-out;
  }

  .wmx-menu-frame .wmx-menu nav ul li ul li:first-child {
    margin-top: 15px;
  }

  .wmx-menu-frame .wmx-menu nav ul li:hover ul {
    max-height: 300px;
  }

  .wmx-menu-frame .wmx-menu-right {
    width: auto;
  }

  .wmx-menu-frame .wmx-menu-right .wmx-res-btn {
    display: none;
  }

  .wmx-menu-frame .wmx-menu-right .wmx-menu-button-frame {
    display: flex !important;
  }
}

/*-------------------------
scroll hint
-------------------------*/
.wmx-scroll-hint-frame {
  height: 74px;
  width: 74px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: calc(50% - 37px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(252, 252, 252);
}

.wmx-scroll-hint-frame:after {
  transform: scaleX(1.25) scaleY(1.09);
  content: "";
  width: 74px;
  height: 37px;
  opacity: 0.15;
  border-radius: 1000px 1000px 0 0;
  position: absolute;
  top: -11.6%;
  background-color: rgb(242, 246, 247);
  z-index: -2;
}

.wmx-scroll-hint-frame .wmx-scroll-hint {
  transform: scale(0.8);
  top: -5px;
  position: relative;
  height: 40px;
  width: 25px;
  border: solid 2px rgb(26, 47, 51);
  border-radius: 20px;
}

.wmx-scroll-hint-frame .wmx-scroll-hint:before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgb(26, 47, 51);
  position: absolute;
  top: 7px;
  left: 50%;
  animation: scroll 1s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0) translateX(-50%);
  }

  50% {
    transform: translateY(6px) translateX(-50%);
  }

  100% {
    transform: translateY(0) translateX(-50%);
  }
}

/*-------------------------
fade scroll object
-------------------------*/
.wmx-fade-up {
  opacity: 0;
  transform: translateY(90px) scale(0.97);
  transition: 0.6s ease-in-out;
}

.wmx-fade-up.wmx-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.wmx-fade-down {
  opacity: 0;
  transform: translateY(-90px) scale(0.97);
  transition: 0.6s ease-in-out;
}

.wmx-fade-down.wmx-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/**********************************

content

***********************************/
/*-------------------------
banner
-------------------------*/
.wmx-banner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 30px);
}

.wmx-banner .wmx-cover-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.wmx-banner .wmx-cover-frame .wmx-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.wmx-banner .wmx-cover-frame .wmx-map-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.wmx-banner .wmx-cover-frame .wmx-map-frame .wmx-map {
  transform: scale(1.4);
  position: absolute;
  top: 20px;
  height: 100%;
  width: 150%;
  transition: 0.4s ease-in-out;
}

.wmx-banner .wmx-cover-frame .wmx-map-frame .wmx-map.wmx-active {
  transform: scale(1.5);
}

.wmx-banner .wmx-cover-frame .wmx-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(5, 25, 30, 0.4);
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}

.wmx-banner .wmx-cover-frame .wmx-overlay.wmx-with-map {
  pointer-events: all;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80%);
}

.wmx-banner .wmx-cover-frame .wmx-overlay.wmx-with-map.wmx-active {
  pointer-events: none;
}

.wmx-banner .wmx-cover-frame .wmx-lock {
  cursor: pointer;
  position: absolute;
  top: 120px;
  right: 45px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 14px;
  background-color: rgba(242, 246, 247, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.wmx-banner .wmx-cover-frame .wmx-lock.wmx-active {
  background-color: var(--primary-color);
}

.wmx-banner .wmx-cover-frame .wmx-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.3) 0%, rgba(4, 25, 29, 0.8) 70%);
  width: 100%;
  height: 100%;
}

.wmx-banner .wmx-banner-content-frame {
  position: relative;
}

.wmx-banner .wmx-banner-content-frame.wmx-with-map {
  pointer-events: none;
}

.wmx-banner .wmx-banner-content-frame .wmx-main-title-frame {
  height: 100vh;
  display: flex;
  align-items: center;
}

.wmx-banner .wmx-banner-content-frame .wmx-main-title-frame .wmx-main-title {
  margin-top: 60px;
  width: 100%;
}

.wmx-banner .wmx-banner-content-frame .wmx-main-title-frame .wmx-main-title h1 {
  line-height: 1;
}

.wmx-banner.wmx-small-banner {
  height: 70vh;
}

.wmx-banner.wmx-small-banner .wmx-cover-frame {
  height: calc(70vh + 60px);
}

.wmx-banner.wmx-small-banner .wmx-banner-content-frame .wmx-main-title-frame {
  height: 70vh;
}

.wmx-banner.wmx-small-banner .wmx-banner-content-frame .wmx-main-title-frame .wmx-main-title {
  margin-top: 45px;
}

.wmx-main-slider .swiper-wrapper {
  z-index: 0;
}

.wmx-main-slider .wmx-main-title {
  margin-top: 0 !important;
}

@media (max-width: 790px) {
  .wmx-banner {
    height: auto;
  }

  .wmx-banner .wmx-banner-content-frame {
    padding: 90px 0;
  }

  .wmx-banner .wmx-banner-content-frame .wmx-main-title-frame {
    height: auto;
  }

  .wmx-banner .wmx-banner-content-frame .wmx-main-title-frame .wmx-main-title {
    text-align: center;
  }

  .wmx-banner .wmx-cover-frame {
    height: 100%;
  }

  .wmx-banner .wmx-cover-frame .wmx-lock {
    display: none;
    pointer-events: none;
  }

  .wmx-banner .wmx-cover-frame .wmx-map-frame .wmx-map {
    width: 100%;
  }

  .wmx-banner.wmx-small-banner {
    height: auto;
  }

  .wmx-banner.wmx-small-banner .wmx-cover-frame {
    height: 100%;
  }

  .wmx-banner.wmx-small-banner .wmx-banner-content-frame {
    padding: 90px 0;
  }

  .wmx-banner.wmx-small-banner .wmx-banner-content-frame .wmx-main-title-frame {
    height: auto;
  }

  .wmx-main-slider .swiper-wrapper {
    z-index: 0;
  }

  .wmx-main-slider .wmx-main-title {
    margin-top: 45px !important;
  }
}

/*-------------------------
call to action
-------------------------*/
.wmx-call-to-action {
  position: relative;
}

.wmx-call-to-action .wmx-cover-frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wmx-call-to-action .wmx-cover-frame .wmx-map-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.wmx-call-to-action .wmx-cover-frame .wmx-map-frame .wmx-map {
  transform: scale(1.4);
  position: absolute;
  top: 20px;
  height: 100%;
  width: 150%;
  transition: 0.4s ease-in-out;
}

.wmx-call-to-action .wmx-cover-frame .wmx-map-frame .wmx-map.wmx-active {
  transform: scale(1.5);
}

.wmx-call-to-action .wmx-cover-frame .wmx-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 70%);
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}

.wmx-call-to-action .wmx-cover-frame .wmx-overlay.wmx-with-map {
  pointer-events: all;
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0) 0%, rgba(4, 25, 29, 0.7) 80%);
}

.wmx-call-to-action .wmx-cover-frame .wmx-overlay.wmx-with-map.wmx-active {
  pointer-events: none;
}

.wmx-call-to-action .wmx-cover-frame .wmx-lock {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 45px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 14px;
  background-color: rgba(242, 246, 247, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.wmx-call-to-action .wmx-cover-frame .wmx-lock.wmx-active {
  background-color: var(--primary-color);
}

.wmx-call-to-action .wmx-cta-frame {
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
}

.wmx-call-to-action .wmx-cta-frame .wmx-cta {
  width: 100%;
}

.wmx-call-to-action .wmx-cta-image {
  width: 104%;
  height: 100%;
  margin-left: -2%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 992px) {
  .wmx-call-to-action .wmx-cta-frame {
    text-align: center;
    height: auto;
    padding: 60px 0;
  }
}

/*-------------------------
about
-------------------------*/
.wmx-about-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}

.wmx-about-cover.wmx-video-cover {
  padding-bottom: 60%;
}

.wmx-about-cover .wmx-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
}

.wmx-about-cover .wmx-overlay {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 25, 29, 0.3);
  width: 100%;
  height: 100%;
}

.wmx-about-cover .wmx-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  font-size: 18px;
  padding-left: 3px;
  transition: 0.3s ease-in-out;
}

.wmx-about-cover .wmx-play-button:hover {
  filter: brightness(108%);
  transform: scale(1.015);
}

.wmx-about-cover .wmx-play-button:focus {
  outline: inherit;
}

.wmx-about-cover .wmx-btn-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-left: -45px;
  margin-top: -45px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.wmx-awards {
  width: 100%;
  text-align: center;
  opacity: 0.3;
  margin-bottom: 60px;
  transition: 0.3s ease-in-out;
}

.wmx-awards img {
  margin: 0 auto;
  display: block;
  width: 40%;
}

.wmx-awards .wmx-text {
  width: 100%;
  text-align: center;
}

.wmx-awards:hover {
  opacity: 1;
}

/*-------------------------
icon box
-------------------------*/
.wmx-icon-box {
  text-align: center;
}

.wmx-icon-box img {
  width: 70px;
}

/*-------------------------
banner sm
-------------------------*/
.wmx-banner-sm {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background-size: 100%;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}

.wmx-banner-sm .wmx-cover-frame {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wmx-banner-sm .wmx-cover-frame .wmx-cover {
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.wmx-banner-sm .wmx-cover-frame .wmx-overlay {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(5, 25, 30, 0.6);
  width: 100%;
  height: 100%;
}

.wmx-banner-sm .wmx-text-frame {
  padding: 60px;
}

.wmx-banner-sm .wmx-wh-frame {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 100%;
  height: 370px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 60px 0;
  border-radius: 0 5px 5px 0;
}

.wmx-banner-sm form {
  width: 100%;
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
}

.wmx-banner-sm form input {
  width: 100%;
  margin-right: 15px;
  position: relative;
  padding: 0 30px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  background-color: rgb(255, 255, 255);
}

.wmx-banner-sm form input::placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 790px) {
  .wmx-banner-sm .wmx-text-frame {
    text-align: center;
    padding: 30px;
  }

  .wmx-banner-sm .wmx-wh-frame {
    border-radius: 0 0 5px 5px;
  }

  .wmx-banner-sm form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .wmx-banner-sm form input {
    margin: 0 0 15px;
  }
}

/*-------------------------
counters
-------------------------*/
.wmx-count {
  text-align: center;
}

.wmx-count sup {
  font-size: 26px;
  display: inline-block;
  transform: translateY(5px) translateX(3px);
}

/*-------------------------
team
-------------------------*/
.wmx-team-member {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 5px;
}

.wmx-team-member .wmx-member-portrait-frame {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 110%;
}

.wmx-team-member .wmx-member-portrait-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.4s ease-in-out;
}

.wmx-team-member .wmx-member-descr {
  text-align: center;
  padding: 30px;
}

.wmx-team-member .wmx-member-descr .wmx-member-social {
  margin-top: 15px;
}

.wmx-team-member:hover .wmx-member-portrait-frame img {
  transform: scale(1.05);
}

/*-------------------------
testimonials
-------------------------*/
.wmx-testimonials-slider {
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.wmx-testimonial-card {
  position: relative;
  border-radius: 5px;
  padding: 30px;
  border: dotted 2px rgba(26, 47, 51, 0.2);
  margin-bottom: 60px;
  cursor: default;
  transition: 0.4s ease-in-out;
}

.wmx-testimonial-card .wmx-quote {
  width: 100px;
  color: var(--primary-color);
  line-height: 100px;
  position: absolute;
  top: -90px;
  opacity: 0;
  right: -20px;
  font-family: "Playfair Display", serif;
  font-size: 220px;
  font-style: italic;
  text-shadow: 0 2px 7px rgba(26, 47, 51, 0.15);
  transition: 0.6s ease-in-out;
}

.wmx-testimonial-card .wmx-testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wmx-testimonial-card .wmx-testimonial-bottom .wmx-visitor {
  display: flex;
  align-items: center;
}

.wmx-testimonial-card .wmx-testimonial-bottom .wmx-visitor img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.wmx-testimonial-card .wmx-testimonial-bottom .wmx-date {
  opacity: 0.6;
  background-color: rgba(26, 47, 51, 0.2);
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
}

.swiper-slide-active .wmx-testimonial-card {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  border-color: transparent;
}

.swiper-slide-active .wmx-testimonial-card .wmx-quote {
  top: 0;
  opacity: 1;
}

/*-------------------------
blog
-------------------------*/
.wmx-slider {
  padding: 60px 15px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.wmx-read-more {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wmx-blog-card {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  border-radius: 5px;
}

.wmx-blog-card .wmx-cover-frame {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  width: 100%;
  padding-bottom: 65%;
}

.wmx-blog-card .wmx-cover-frame img {
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s ease-in-out;
}

.wmx-blog-card .wmx-cover-frame .wmx-card-badge {
  padding: 5px 10px 3px;
  border-radius: 3px;
  background-color: var(--primary-color);
  position: absolute;
  font-weight: 800;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

.wmx-blog-card .wmx-cover-frame .wmx-card-badge.wmx-auxiliary-color-1 {
  background-color: rgb(231, 76, 60);
}

.wmx-blog-card .wmx-cover-frame .wmx-card-badge.wmx-auxiliary-color-2 {
  background-color: rgb(46, 204, 113);
}

.wmx-blog-card .wmx-cover-frame .wmx-card-badge.wmx-auxiliary-color-3 {
  background-color: rgb(52, 152, 219);
}

.wmx-blog-card .wmx-descr {
  padding: 30px;
}

.wmx-blog-card:hover .wmx-cover-frame img {
  transform: scale(1.05);
}

.wmx-post-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wmx-post-bottom .wmx-post-view {
  display: flex;
  align-items: center;
}

.wmx-post-bottom .wmx-date {
  background-color: rgba(26, 47, 51, 0.2);
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 790px) {
  .wmx-read-more {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .wmx-read-more .wmx-text {
    margin-bottom: 30px;
  }
}

/*-------------------------
comments
-------------------------*/
.wmx-comments-list {
  padding: 0;
  margin-top: 30px;
  position: relative;
}

.wmx-comments-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E4E9EA;
  position: absolute;
  left: 32px;
  top: 0;
}

.wmx-comments-list li {
  list-style-type: none;
  position: relative;
}

.wmx-comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.wmx-comments-list .wmx-comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.wmx-comments-list .wmx-comment-avatar img {
  width: 100%;
  height: 100%;
}

.wmx-reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}

.wmx-reply-list li:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #E4E9EA;
  position: absolute;
  top: 33px;
  left: -55px;
}

.wmx-comment-box {
  width: calc(100% - 90px);
  float: right;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.wmx-comment-box .wmx-comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.wmx-comment-box .wmx-comment-head .wmx-date {
  opacity: 0.6;
  background-color: rgba(26, 47, 51, 0.2);
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
}

.wmx-comments-list li:last-child .wmx-comment-box {
  margin-bottom: 0 !important;
}

.wmx-comments-list.wmx-reply-list li:last-child .wmx-comment-box {
  margin-bottom: 30px !important;
}

@media (max-width: 790px) {
  .wmx-comments-list:before {
    left: 17px;
  }

  .wmx-comments-list .wmx-comment-avatar {
    width: 35px;
    height: 35px;
  }

  .wmx-reply-list {
    padding-left: 50px;
  }

  .wmx-reply-list li:before {
    top: 17px;
    left: -33px;
  }

  .wmx-comment-box {
    width: calc(100% - 50px);
  }
}

/*-------------------------
footer
-------------------------*/
footer {
  padding: 70px 0 60px;
  width: 100%;
}

footer .wmx-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .wmx-footer-top .wmx-logo {
  width: auto;
  height: 80px;
  z-index: 1;
}

footer .wmx-footer-contact {
  padding: 0;
}

footer .wmx-footer-contact li {
  list-style-type: none;
  margin-bottom: 13px;
  display: flex;
  gap: 12px;
}

footer .wmx-footer-contact li .wmx-label {
  line-height: 16px;
}

footer .wmx-footer-contact li .wmx-label i {
  color: var(--primary-color);
  font-size: 16px;
  width: 18px;
  text-align: center;
}

.wmx-gallery {
  width: 100%;
  position: relative;
}

.wmx-gal-item {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}

.wmx-gal-item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.4s ease-in-out;
}

.wmx-gal-item .wmx-overlay {
  width: 100%;
  height: 100%;
  background-image: none;
  background-color: rgba(4, 25, 29, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(242, 246, 247);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.wmx-gal-item .wmx-overlay i {
  transform: scale(0.6);
  transition: 0.4s ease-in-out;
}

.wmx-gal-item:hover img {
  transform: scale(1.05);
}

.wmx-gal-item:hover .wmx-overlay {
  opacity: 1;
}

.wmx-gal-item:hover .wmx-overlay i {
  transform: scale(1);
}

footer .wmx-gallery-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .wmx-gallery-nav .wmx-fg-nav {
  display: flex;
}

footer .wmx-gallery-nav .wmx-fg-nav .wmx-slider-btn {
  font-size: 13px;
  margin-left: 30px;
  cursor: pointer;
}

footer .wmx-gallery-nav .wmx-fg-nav .wmx-slider-btn:focus {
  outline: inherit;
}

footer .wmx-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .wmx-footer-bottom a {
  z-index: 1;
}

/*-------------------------
popup
-------------------------*/
.wmx-popup-bg {
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.9) 0%, rgba(4, 25, 29, 0.9) 70%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out;
}

.wmx-popup-bg .wmx-popup-frame {
  position: relative;
  margin-top: 60px;
  transform: translateY(60px);
  text-align: center;
  width: 50%;
  padding: 60px 30px 30px;
  background-color: rgb(242, 246, 247);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}

.wmx-popup-bg .wmx-popup-frame:before {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  z-index: 999;
  top: -10px;
  border-radius: 5px 5px 0 0;
  background-color: rgb(242, 246, 247);
  opacity: 0.2;
  left: 15px;
}

.wmx-popup-bg .wmx-popup-frame:after {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: rgb(242, 246, 247);
  opacity: 0.2;
  left: 15px;
}

.wmx-popup-bg .wmx-popup-frame .wmx-close-popup {
  position: absolute;
  top: 30px;
  cursor: pointer;
  right: 30px;
  transition: 0.3s ease-in-out;
}

.wmx-popup-bg .wmx-popup-frame .wmx-close-popup:hover {
  color: rgb(231, 76, 60);
  transform: scale(1.2);
}

.wmx-popup-bg.wmx-active {
  opacity: 1;
  pointer-events: all;
}

.wmx-popup-bg.wmx-active .wmx-popup-frame {
  transform: translateY(0);
}

@media (max-width: 992px) {
  .wmx-popup-bg {
    padding: 0 45px;
  }

  .wmx-popup-bg .wmx-popup-frame {
    width: 100%;
  }
}

@media (max-width: 790px) {
  .wmx-popup-bg {
    padding: 10px;
  }
}

/*-------------------------
breadcrumbs
-------------------------*/
.wmx-breadcrumbs {
  position: relative;
  display: inline-flex;
  background-color: var(--primary-color);
  padding: 0;
  margin: 0;
  padding: 0 30px;
  height: 50px;
  border-radius: 5px;
  align-items: center;
}

.wmx-breadcrumbs:before {
  content: "";
  height: 7px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: -7px;
  border-radius: 0 0 5px 5px;
  background-color: rgb(242, 246, 247);
  opacity: 0.15;
  transition: 0.3s ease-in-out;
  left: 10px;
}

.wmx-breadcrumbs li {
  list-style-type: none;
  margin-right: 15px;
}

.wmx-breadcrumbs li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  margin-left: 15px;
}

.wmx-breadcrumbs li a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.wmx-breadcrumbs li.wmx-active a {
  pointer-events: none;
  color: #333 !important;
}

.wmx-breadcrumbs li.wmx-active:after {
  display: none;
}

.wmx-breadcrumbs li:last-child {
  margin: 0;
}

/*-------------------------
timeline
-------------------------*/
.wmx-timeline {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.wmx-timeline:after {
  content: "";
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  height: 100%;
  width: 4px;
  background-color: var(--primary-color);
}

.wmx-timeline .wmx-timeline-item {
  width: 50%;
  padding-right: 60px;
  text-align: right;
}

.wmx-timeline .wmx-timeline-item .wmx-tl-content {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}

.wmx-timeline .wmx-timeline-item .wmx-tl-content .wmx-ilust {
  position: relative;
  width: 20%;
  filter: brightness(80%);
  transition: 0.4s ease-in-out;
}

.wmx-timeline .wmx-timeline-item .wmx-tl-content .wmx-ilust img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}

.wmx-timeline .wmx-timeline-item .wmx-tl-content .wmx-tl-text-frame {
  width: 80%;
  padding-right: 30px;
}

.wmx-timeline .wmx-timeline-item .wmx-year {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.wmx-timeline .wmx-timeline-item .wmx-year:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: -60px;
  top: 9px;
  height: 4px;
  width: 50px;
  border-radius: 3px;
  background-color: var(--primary-color);
}

.wmx-timeline .wmx-timeline-item .wmx-year:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -70px;
  top: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(252, 252, 252);
  border: solid 4px var(--primary-color);
  background-color: rgb(252, 252, 252);
}

.wmx-timeline .wmx-timeline-item:nth-child(2n) {
  margin-top: 60px;
  text-align: left;
  padding-left: 60px;
  padding-right: 0;
}

.wmx-timeline .wmx-timeline-item:nth-child(2n) .wmx-tl-content {
  flex-direction: row;
}

.wmx-timeline .wmx-timeline-item:nth-child(2n) .wmx-tl-content .wmx-tl-text-frame {
  padding-right: 0;
  padding-left: 30px;
}

.wmx-timeline .wmx-timeline-item:nth-child(2n) .wmx-year:before {
  right: auto;
  left: -60px;
}

.wmx-timeline .wmx-timeline-item:nth-child(2n) .wmx-year:after {
  right: auto;
  left: -70px;
}

.wmx-timeline .wmx-timeline-item:hover .wmx-tl-content .wmx-ilust {
  filter: brightness(110%);
}

@media (max-width: 790px) {
  .wmx-timeline:after {
    left: 0;
  }

  .wmx-timeline .wmx-timeline-item {
    padding: 0 0 0 30px;
    width: 100%;
    text-align: left;
  }

  .wmx-timeline .wmx-timeline-item .wmx-tl-content {
    flex-direction: row;
  }

  .wmx-timeline .wmx-timeline-item .wmx-tl-content .wmx-tl-text-frame {
    padding: 0 0 0 30px;
  }

  .wmx-timeline .wmx-timeline-item .wmx-year {
    position: relative;
    font-size: 18px;
    font-weight: 500;
  }

  .wmx-timeline .wmx-timeline-item .wmx-year:before {
    display: none;
  }

  .wmx-timeline .wmx-timeline-item .wmx-year:after {
    right: auto;
    left: -40px;
  }

  .wmx-timeline .wmx-timeline-item:nth-child(2n) {
    margin-top: 0;
    text-align: left;
    padding: 0 0 0 30px;
  }

  .wmx-timeline .wmx-timeline-item:nth-child(2n) .wmx-tl-content {
    flex-direction: row;
  }

  .wmx-timeline .wmx-timeline-item:nth-child(2n) .wmx-tl-content .wmx-tl-text-frame {
    padding: 0 0 0 30px;
  }

  .wmx-timeline .wmx-timeline-item:nth-child(2n) .wmx-year {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .wmx-timeline .wmx-timeline-item:nth-child(2n) .wmx-year:after {
    right: auto;
    left: -40px;
  }
}

/*-------------------------
new menu
-------------------------*/
.wmx-new-menu-card {
  position: relative;
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.wmx-new-menu-card .wmx-cover {
  position: relative;
  align-self: stretch;
  width: 180px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
  min-width: 180px;
}

.wmx-new-menu-card .wmx-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wmx-new-menu-card .wmx-menu-item-descr {
  width: 100%;
  align-items: center;
  padding: 15px 15px 15px 30px;
}

.wmx-new-menu-card .wmx-menu-item-descr .wmx-name {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.wmx-new-menu-card .wmx-menu-item-descr .wmx-name p {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.wmx-new-menu-card.wmx-new-menu-card-sm .wmx-cover {
  width: 30%;
}

.wmx-new-menu-card.wmx-new-menu-card-sm .wmx-menu-item-descr {
  width: 70%;
}

.wmx-new-menu-card.wmx-new-menu-card-sm:last-child {
  margin-bottom: 0;
}

.wmx-new-menu-card.wmx-new-menu-card-sm:first-child {
  margin-bottom: 30px;
}

.wmx-menu-ilust {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}

.wmx-menu-ilust.wmx-menu-ilust-2 {
  height: 200px;
}

.wmx-menu-ilust img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
}

.wmx-menu-ilust .wmx-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 70%);
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}

.wmx-menu-ilust .tsc-ilust-text {
  padding: 76px 60px;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

@media (max-width: 992px) {
  .wmx-menu-ilust {
    height: 200px;
  }

  .wmx-menu-ilust.wmx-menu-ilust-2 {
    height: 200px;
  }

  .wmx-menu-ilust .tsc-ilust-text {
    padding: 60px;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

/**********************************

menu

***********************************/
/*-------------------------
default card
-------------------------*/
.wmx-menu-book-item {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 5px;
  margin-bottom: 60px;
}

.wmx-menu-book-item .wmx-item-cover-frame {
  display: block;
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}

.wmx-menu-book-item .wmx-item-cover-frame img {
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s ease-in-out;
}

.wmx-menu-book-item .wmx-item-cover-frame:focus {
  outline: inherit;
}

.wmx-menu-book-item .wmx-item-cover-frame:hover img {
  transform: scale(1.05);
}

.wmx-menu-book-item .wmx-menu-book-descr {
  padding: 30px;
}

.wmx-menu-book-item .wmx-menu-book-descr .wmx-menu-book-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.wmx-menu-book-item .wmx-menu-book-descr .wmx-menu-book-bottom .wmx-menu-book-price .wmx-price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.wmx-menu-book-item .wmx-menu-book-descr .wmx-menu-book-bottom .wmx-menu-book-price .wmx-price .wmx-symbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  opacity: 0.6;
}

.wmx-menu-book-item .wmx-menu-book-descr .wmx-menu-book-bottom .wmx-menu-book-price .wmx-price.wmx-old-price {
  font-size: 12px;
  font-weight: 200;
  opacity: 0.6;
  margin-bottom: 5px;
}

.wmx-menu-book-item .wmx-menu-book-descr .wmx-menu-book-bottom .wmx-menu-book-price .wmx-price.wmx-old-price .wmx-symbol {
  font-size: 6px;
}

.wmx-menu-book-item.wmx-mbi-2 {
  display: flex;
  justify-content: space-between;
}

.wmx-menu-book-item.wmx-mbi-2 .wmx-item-cover-frame {
  width: 30%;
  padding-bottom: 1%;
  border-radius: 5px 0 0 5px;
}

.wmx-menu-book-item.wmx-mbi-2 .wmx-item-cover-frame img {
  border-radius: 5px 0 0 5px;
}

.wmx-menu-book-item.wmx-mbi-2 .wmx-menu-book-descr {
  padding: 30px;
  width: 70%;
}

.wmx-menu-book-item {
  /*-------------------------
  small card
  -------------------------*/
}

.wmx-menu-book-item.wmx-mbi-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 60px;
}

.wmx-menu-book-item.wmx-mbi-3 .wmx-item-cover-frame {
  height: 90px;
  width: 130px;
  border-radius: 5px;
  padding-bottom: 0;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
}

.wmx-menu-book-item.wmx-mbi-3 .wmx-menu-book-descr {
  width: calc(100% - 130px);
  padding: 0 0 0 30px;
  display: flex;
  justify-content: space-between;
}

.wmx-menu-book-item.wmx-mbi-3 .wmx-menu-book-descr .wmx-spacer-sm {
  display: none;
}

.wmx-menu-book-item.wmx-mbi-3 .wmx-menu-book-descr .wmx-menu-book-bottom {
  width: 140px;
  flex-direction: column;
  justify-content: space-around;
}

.wmx-menu-book-item.wmx-mbi-3 .wmx-menu-book-descr .wmx-menu-book-bottom .wmx-menu-book-price .wmx-price {
  font-size: 18px;
}

.wmx-menu-book-item.wmx-mbi-3 .wmx-menu-book-descr .wmx-menu-book-bottom .wmx-cart-btn {
  border-radius: 50%;
  padding: 0;
  height: 35px;
  width: 35px;
}

.wmx-menu-book-item.wmx-mbi-3 .wmx-menu-book-descr .wmx-menu-book-bottom .wmx-cart-btn svg {
  margin-bottom: 15px;
}

.swiper-menu-nav {
  text-align: center;
  position: static;
  width: auto !important;
  left: auto !important;
  margin: 0 0 60px;
}

.swiper-menu-nav .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, .1);
  display: inline-block;
  height: 50px;
  width: auto;
  color: rgb(26, 47, 51);
  line-height: 54px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  transform: scale(1) !important;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 800;
  border: none !important;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  width: auto;
}

.swiper-menu-nav .swiper-pagination-bullet-active {
  transform: scale(1) !important;
  border: none !important;
  color: rgb(26, 47, 51);
  background-color: var(--primary-color);
}

.swiper-menu {
  overflow: visible !important;
}

.swiper-menu .swiper-slide {
  background-color: rgb(252, 252, 252);
}

@media (max-width: 500px) {
  .wmx-menu-book-item.wmx-mbi-3 .wmx-item-cover-frame {
    display: none;
  }

  .wmx-menu-book-item.wmx-mbi-3 .wmx-menu-book-descr {
    width: 100%;
    padding: 0;
  }
}

/**********************************

shop

***********************************/
/*-------------------------
minicart
--------------------------*/
.wmx-minicart-window {
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  border-radius: 10px;
  position: absolute;
  top: 90px;
  right: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  transition: 0.3s ease-in-out;
}

.wmx-minicart-window.wmx-active {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.wmx-minicart-window:after {
  content: "";
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: rgb(252, 252, 252);
  opacity: 0.15;
  left: 15px;
}

.wmx-minicart-window .wmx-minicart-header {
  text-align: center;
  padding: 30px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px 10px 0 0;
  border-bottom: solid 1px rgba(26, 47, 51, 0.05);
}

.wmx-minicart-window .woocommerce-mini-cart {
  margin: 0;
  padding: 30px 26px 15px 30px;
  width: 415px;
  background-color: rgb(252, 252, 252);
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
  max-height: 400px;
  box-shadow: inset 0 5px 5px 0 rgba(26, 47, 51, 0.05);
}

.wmx-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item {
  width: 100%;
  display: flex;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  justify-content: center;
  padding: 0 50px 0 160px;
  min-height: 90px;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  position: relative;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 15px;
}

.wmx-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wmx-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
  font-size: 12px;
  opacity: 0.6;
}

.wmx-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
  text-align: center;
  line-height: 11px;
  padding-left: 1.5px;
  display: block;
  transform: scale(0);
  border-radius: 50%;
  font-weight: 300;
  text-align: center;
  position: absolute;
  height: 14px;
  width: 14px;
  color: rgb(252, 252, 252);
  background-color: rgb(231, 76, 60);
  font-size: 20px;
  margin-top: -7px;
  top: 50%;
  right: 20px;
  transition: 0.3s ease-in-out;
}

.wmx-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 140px;
  border-radius: 5px 0 0 5px;
}

.wmx-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item:hover .remove_from_cart_button {
  transform: scale(1);
}

.wmx-minicart-window .woocommerce-mini-cart__total {
  border-top: solid 1px rgba(26, 47, 51, 0.05);
  padding: 30px 30px 15px;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.wmx-minicart-window .woocommerce-mini-cart__total strong {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
}

.wmx-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 22px;
}

.wmx-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.6;
}

.wmx-minicart-window .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 20px;
}

.wmx-minicart-window .woocommerce-mini-cart__buttons a {
  position: relative;
  padding: 0 30px;
  background-color: var(--primary-color);
  display: inline-block;
  height: 50px;
  line-height: 54px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 800;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}

.wmx-minicart-window .woocommerce-mini-cart__buttons a:hover {
  filter: brightness(108%);
  transform: scale(1.015);
}

.wmx-minicart-window .woocommerce-mini-cart__buttons a:last-child {
  margin: 0;
}

@media (max-width: 500px) {
  .wmx-minicart-window {
    width: calc(100% - 30px);
    left: 15px;
  }

  .wmx-minicart-window .woocommerce-mini-cart {
    max-height: 45vh;
    width: 100%;
    padding: 15px 15px 0;
  }
}

/*-------------------------
product card
-------------------------*/
.wmx-shop-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wmx-shop-list-header .woocommerce-result-count {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

@media (max-width: 790px) {
  .wmx-shop-list-header {
    flex-direction: column;
  }

  .wmx-shop-list-header .woocommerce-result-count {
    margin-bottom: 30px;
  }
}

.wmx-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  margin-bottom: 60px;
}

.wmx-product-card .woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none !important;
}

.wmx-product-card .woocommerce-LoopProduct-link .wmx-cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}

.wmx-product-card .woocommerce-LoopProduct-link .wmx-cover-frame .attachment-woocommerce_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: 0.4s ease-in-out;
}

.wmx-product-card .woocommerce-LoopProduct-link h2 {
  display: block;
  padding: 30px 0 15px;
  margin: 0 30px;
  font-size: 24px;
  line-height: 26px;
}

.wmx-product-card .woocommerce-LoopProduct-link .wmx-product-descr {
  display: block;
  padding-bottom: 15px;
  margin: 0 30px;
  border-bottom: dotted 2px rgba(26, 47, 51, 0.4);
}

.wmx-product-card .woocommerce-LoopProduct-link .price {
  position: absolute;
  bottom: 0;
  margin: 0 30px;
  padding-bottom: 30px;
  display: block;
}

.wmx-product-card .woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 22px;
}

.wmx-product-card .woocommerce-LoopProduct-link .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.6;
}

.wmx-product-card .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount {
  text-decoration: line-through;
  margin-right: 15px;
  font-weight: 200;
  font-size: 12px;
  position: absolute;
  top: -25px;
}

.wmx-product-card .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 9px;
  opacity: 0.6;
}

.wmx-product-card .wmx-btn {
  margin: 15px 30px 30px;
  float: right;
}

.wmx-product-card:hover .wmx-cover-frame .attachment-woocommerce_thumbnail {
  transform: scale(1.05);
}

/*-------------------------
sidebar
--------------------------*/
.widget-area {
  padding-left: 30px;
}

.widget-area .widget-title {
  display: block;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 60px;
}

.widget-area ul {
  padding: 0;
  margin: 0;
}

.widget-area ul li {
  list-style-type: none;
}

.widget-area .widget_product_categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
}

.widget-area .widget_product_categories ul li .count {
  display: inline-block;
  text-align: center;
  line-height: 17px;
  margin-left: 10px;
  padding: 1px 10px 0;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  height: 15px;
  width: auto;
  color: rgb(252, 252, 252);
  background-color: rgb(46, 204, 113);
  font-size: 12px;
  transition: 0.3s ease-in-out;
}

.widget-area .product_list_widget li {
  width: 100%;
  display: flex;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  justify-content: center;
  padding: 0 15px 0 160px !important;
  min-height: 90px;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  position: relative;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 15px !important;
}

.widget-area .product_list_widget li a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 10px;
}

.widget-area .product_list_widget li a .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.widget-area .product_list_widget li .attachment-woocommerce_thumbnail {
  position: absolute;
  top: 0;
  left: -4px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 140px;
  border-radius: 5px 0 0 5px;
}

.widget-area .product_list_widget li .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 16px;
}

.widget-area .product_list_widget li .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.6;
}

.widget-area .product_list_widget li del .woocommerce-Price-amount {
  text-decoration: line-through;
  margin-right: 15px;
  font-weight: 200;
  font-size: 12px;
}

.widget-area .product_list_widget li del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 9px;
  opacity: 0.6;
}

@media (max-width: 992px) {
  .widget-area {
    padding-left: 0;
  }
}

.woocommerce-ordering select {
  background-color: transparent;
  appearance: none;
  width: 240px;
  height: 50px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.woocommerce-ordering select:focus {
  outline: inherit;
}

.woocommerce-ordering {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding-left: 20px;
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
}

.woocommerce-ordering:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 10px;
  margin-left: 15px;
  pointer-events: none;
}

.woocommerce-product-search {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
}

.woocommerce-product-search input {
  width: 100%;
  margin-right: 15px;
  position: relative;
  padding: 0 20px;
  height: 50px;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  border-radius: 5px;
  background-color: #fff;
  border: none;
}

.woocommerce-product-search input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: rgb(26, 47, 51);
}

.woocommerce-product-search input:focus {
  outline: inherit;
}

.woocommerce-product-search button {
  position: relative;
  padding: 0 20px;
  background-color: var(--primary-color);
  display: inline-block;
  height: 50px;
  line-height: 54px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 800;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}

.woocommerce-product-search button i {
  font-size: 14px;
  transform: translateY(1px);
}

.woocommerce-product-search button:hover {
  filter: brightness(108%);
  transform: scale(1.015);
}

/*-------------------------
cart
--------------------------*/
.woocommerce button {
  position: relative;
  padding: 0 30px !important;
  background-color: var(--primary-color) !important;
  display: inline-block;
  height: 50px !important;
  line-height: 54px !important;
  cursor: pointer;
  color: rgb(26, 47, 51) !important;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 10px !important;
  letter-spacing: 1px;
  font-weight: 800;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 5px !important;
}

.woocommerce button:hover {
  filter: brightness(108%);
  transform: scale(1.015);
}

.woocommerce input {
  height: 50px;
  border-radius: 5px;
  padding: 0 30px;
  background-color: #fff;
}

.woocommerce input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: rgb(26, 47, 51);
}

.woocommerce input:focus {
  outline: inherit;
}

table {
  background-color: rgb(255, 255, 255);
  width: 100%;
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  border: none !important;
  padding: 40px 30px;
}

table * {
  border: none;
}

table thead tr th {
  padding: 0 0 30px !important;
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
}

.quantity input {
  height: 50px;
  min-width: 90px;
  padding: 0 10px 0 0;
  background-color: #fff;
}

.actions {
  background-color: transparent !important;
  position: relative;
  padding: 30px 0 0 !important;
}

.actions .wmx-uc {
  position: absolute !important;
  top: 30px;
  right: 0;
}

.coupon {
  padding-bottom: 0 !important;
}

.coupon button {
  margin-left: 15px !important;
}

@media (max-width: 992px) {
  .actions {
    position: relative;
    padding: 30px 0 0 !important;
  }

  .actions .wmx-uc {
    margin-top: 30px !important;
    position: static !important;
  }
}

.cart_item {
  position: relative;
}

.cart_item td {
  background-color: transparent !important;
  padding: 15px 30px 15px 0 !important;
  border-top: none;
}

.cart_item td:before {
  padding: 0 0 30px !important;
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
}

.cart_item td.product-remove {
  width: 15px;
}

.cart_item td.product-remove a.remove {
  transform: scale(0.8);
  transition: 0.3s ease-in-out;
  line-height: 16px;
  width: 20px;
  height: 20px;
  font-weight: 300;
  background-color: rgb(231, 76, 60);
  color: rgb(252, 252, 252) !important;
  opacity: 1;
}

.cart_item td.product-remove a.remove:hover {
  transform: scale(1);
}

.cart_item td.product-thumbnail {
  width: 200px;
  height: 100px;
}

.cart_item td.product-thumbnail a {
  display: block;
  padding-bottom: 65%;
  position: relative;
}

.cart_item td.product-thumbnail a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.cart_totals h2 {
  display: block;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 26px;
}

.cart_totals table {
  padding: 30px 30px 25px;
}

.cart_totals table tbody tr.cart-subtotal td {
  background-color: transparent !important;
  padding: 0 0 30px !important;
  font-size: 16px;
  font-weight: 400;
}

.cart_totals table tbody tr.cart-subtotal td:before {
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
}

.cart_totals table tbody tr.cart-subtotal td .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  opacity: 0.6;
}

.cart_totals table tbody tr.cart-subtotal th {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.cart_totals table tbody tr.order-total td {
  background-color: transparent !important;
  padding: 30px 0 0;
  font-size: 22px;
  font-weight: 300;
}

.cart_totals table tbody tr.order-total td:before {
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
}

.cart_totals table tbody tr.order-total td .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.6;
}

.cart_totals table tbody tr.order-total th {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  padding-top: 30px;
}

.checkout-button {
  position: relative;
  padding: 0 30px !important;
  background-color: var(--primary-color) !important;
  display: inline-block;
  height: 50px !important;
  line-height: 54px !important;
  cursor: pointer;
  color: rgb(26, 47, 51) !important;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 10px !important;
  letter-spacing: 1px;
  font-weight: 800;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 5px !important;
}

.checkout-button:hover {
  filter: brightness(108%);
  transform: scale(1.015);
}

.product-name a {
  font-weight: 600;
  font-size: 18px;
  font-family: "Playfair Display", serif !important;
}

.product-price .woocommerce-Price-amount,
.product-subtotal .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 400;
}

.product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  opacity: 0.6;
}

/*-------------------------
checkout (in next update)
--------------------------*/
/**********************************

custom

***********************************/
/*-------------------------
swiper
--------------------------*/
.wmx-slider-pagination {
  display: flex;
  justify-content: center;
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
}

.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  opacity: 0.2;
  background-color: rgb(26, 47, 51);
  border: solid 3px transparent;
  transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.6);
  opacity: 1;
  margin: 0 5px;
  border: solid 3px var(--primary-color);
}

.swiper-pagination-bullet:focus {
  outline: inherit;
}

.wmx-slider-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.wmx-slider-navigation .wmx-nav {
  display: flex;
  align-items: center;
}

.wmx-slider-navigation .wmx-nav .wmx-slider-btn {
  padding-top: 1px;
  margin-left: 15px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}

.wmx-slider-navigation .wmx-nav .wmx-slider-btn:hover {
  filter: brightness(108%);
  transform: scale(1.015);
}

.wmx-slider-navigation .wmx-nav .wmx-slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
  background-color: rgba(26, 47, 51, 0.1);
}

.wmx-slider-navigation .wmx-nav .wmx-slider-btn.swiper-button-disabled:hover {
  background-color: rgba(26, 47, 51, 0.1);
  opacity: 0.1;
}

.wmx-slider-navigation .wmx-nav .wmx-slider-btn .wmx-label {
  margin-right: 15px;
}

.wmx-slider-navigation .wmx-nav .wmx-slider-btn:focus {
  outline: inherit;
}

.wmx-main-slider-navigation {
  padding-left: 10px;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  bottom: 30px;
  left: calc(10% + 15px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wmx-main-slider-nav {
  display: flex;
}

.wmx-main-slider-nav .wmx-slider-btn {
  cursor: pointer;
  color: rgb(242, 246, 247);
  height: 40px;
  width: 40px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.wmx-main-slider-nav .wmx-slider-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wmx-main-slider-nav .wmx-slider-btn i {
  text-shadow: 0 5px 20px rgba(26, 47, 51, 0.95);
}

.wmx-main-slider-nav .wmx-slider-btn:focus {
  outline: inherit;
}

.wmx-main-slider-nav .wmx-slider-btn:hover {
  transform: scale(1.3);
}

.wmx-main-pagination {
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 30px;
}

.wmx-main-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border: solid 3px var(--primary-color);
  margin: 0 20px 0 0;
  border: none;
  opacity: 1;
  border: solid 3px rgb(242, 246, 247);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.9);
  transition: 0.3s ease-in-out;
}

.wmx-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.5);
  margin: 0 20px 0 0;
  border: solid 2px var(--primary-color);
}

.wmx-main-pagination .swiper-pagination-bullet:focus {
  outline: inherit;
}

.wmx-main-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.3);
}

@media (max-width: 790px) {
  .wmx-slider-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column-reverse;
  }

  .wmx-slider-navigation .wmx-nav {
    margin-bottom: 30px;
  }

  .wmx-slider-navigation .wmx-nav .wmx-label {
    display: none;
  }

  .wmx-slider-navigation .wmx-nav .wmx-slider-btn {
    margin: 5px;
  }

  .wmx-slider-pagination {
    width: 100%;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }

  .wmx-main-slider-navigation {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 15px;
  }
}

/*-------------------------
datepicker
--------------------------*/
.datepicker {
  z-index: 999999999999999;
  border: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.datepicker .datepicker--nav {
  padding-top: 10px;
  color: rgb(26, 47, 51) !important;
  opacity: 1;
  font-size: 14px;
}

.datepicker .datepicker--cell.-current- {
  background-color: rgba(26, 47, 51, 0.2);
  color: rgb(26, 47, 51);
}

.datepicker .datepicker--cell.-selected-, .datepicker .datepicker--cell.-selected-.-current- {
  background: var(--primary-color);
  color: #fff;
}

.datepicker .datepicker--cell.-selected-:hover, .datepicker .datepicker--cell.-selected-.-current-:hover {
  background: var(--primary-color);
}

.datepicker--pointer {
  display: none;
}

/*-------------------------
nice select
--------------------------*/
.nice-select {
  border: none;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.nice-select span {
  line-height: 53px;
  color: rgb(26, 47, 51) !important;
}

.nice-select .list {
  max-height: 200px;
  overflow-y: scroll;
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-bottom: 0;
}

.nice-select .list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.nice-select .list li {
  height: 30px;
  padding: 0 20px;
  margin: 0;
}

/*-------------------------
fancybox
--------------------------*/
.fancybox-slide--video .fancybox-content {
  width: 80% !important;
}

/*-------------------------
mapbox
--------------------------*/
.mapboxgl-marker svg {
  animation: marker 1s infinite ease-in-out;
}

.mapboxgl-marker svg g {
  fill: var(--primary-color);
}

.mapboxgl-marker svg circle {
  fill: #28292c;
}

.mapboxgl-marker svg ellipse {
  fill: #000;
}

@keyframes marker {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  0% {
    transform: translateY(0);
  }
}

@media (max-width: 790px) {
  .mapboxgl-marker {
    display: none;
  }
}


.wmx-blog-card .wmx-descr .wmx-anima-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.wmx-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wmx-footer-list li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.wmx-sub-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
}




/* =========================================================
   WMX SERVICES
========================================================= */

.wmx-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
}

/* CARD */

.wmx-service-card {
  position: relative;
  overflow: hidden;
}

/* LINK */

.wmx-service-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  text-decoration: none;
  border-radius: 5px;
}

/* IMAGE */

.wmx-service-image {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: scale(1);

  transition:
    transform 1.8s cubic-bezier(.16, 1, .3, 1),
    filter 1.2s cubic-bezier(.16, 1, .3, 1);

  will-change: transform;
}

/* CONTENT */

.wmx-service-content {
  margin-top: 15px;
}

/* TITLE */

.wmx-service-title a {
  font-size: clamp(22px, 2vw, 26px) !important;
  font-weight: bold;
}

/* DESCRIPTION */

.wmx-service-description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0;
}

/* HOVER */

.wmx-service-card:hover .wmx-service-image {
  transform: scale(1.08);
}

/* PERFORMANCE */

.wmx-service-card,
.wmx-service-card * {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* ACCESSIBILITY */

.wmx-service-link:focus-visible {
  outline: 2px solid #F39C12;
  outline-offset: -4px;
}

/* RESPONSIVE */

@media(max-width:992px) {

  .wmx-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wmx-service-link {
    aspect-ratio: 1/1;
  }

  .wmx-service-title {
    font-size: 30px;
  }

}

@media(max-width:480px) {
  .wmx-menu-right .anim-btn {
    display: none;
  }
}

.anim-btn {
  animation: softFloat 20s infinite linear
}

@keyframes softFloat {
  0% {
    transform: scale(.96) rotate(1.8deg)
  }

  5% {
    transform: scale(.94) rotate(-2.7deg)
  }

  10% {
    transform: scale(.98) rotate(2.7deg)
  }

  15% {
    transform: scale(.95) rotate(-3.6deg)
  }

  20% {
    transform: scale(.97) rotate(3.6deg)
  }

  25% {
    transform: scale(.94) rotate(-2deg)
  }

  30% {
    transform: scale(.96) rotate(2.2deg)
  }

  35% {
    transform: scale(.95) rotate(-2.9deg)
  }

  40% {
    transform: scale(.97) rotate(2.9deg)
  }

  45% {
    transform: scale(.94) rotate(-3.2deg)
  }

  50% {
    transform: scale(.96) rotate(3.2deg)
  }

  55% {
    transform: scale(.95) rotate(-2.1deg)
  }

  60% {
    transform: scale(.97) rotate(2.1deg)
  }

  65% {
    transform: scale(.94) rotate(-2.8deg)
  }

  70% {
    transform: scale(.96) rotate(2.8deg)
  }

  75% {
    transform: scale(.95) rotate(-2deg)
  }

  80% {
    transform: scale(.97) rotate(2deg)
  }

  85% {
    transform: scale(.94) rotate(-2.5deg)
  }

  90% {
    transform: scale(.96) rotate(2.5deg)
  }

  95% {
    transform: scale(.95) rotate(-1.8deg)
  }

  100% {
    transform: scale(.96) rotate(1.8deg)
  }
}

.anim-btn:hover {
  animation-play-state: paused;
}





.whatsapp {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 40px;
  right: 18px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;

  animation: whatsappBounce 3s infinite;
}

/* Mesaj Gönder etiketi */
.whatsapp::before {
  content: "Mesaj Gönder";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #25d366;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 30px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);

  animation: labelAttention 2s infinite;
}

/* Ripple halkaları */
.whatsapp::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: -1;

  animation: ripple 2s infinite;
}

@keyframes ripple {
  0% {
    box-shadow:
      0 0 0 0 rgba(37, 211, 102, .6),
      0 0 0 0 rgba(37, 211, 102, .4);
  }

  70% {
    box-shadow:
      0 0 0 15px rgba(37, 211, 102, 0),
      0 0 0 30px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow:
      0 0 0 15px rgba(37, 211, 102, 0),
      0 0 0 30px rgba(37, 211, 102, 0);
  }
}

@keyframes whatsappBounce {
  0%, 90%, 100% {
    transform: translateY(0);
  }

  93% {
    transform: translateY(-8px);
  }

  96% {
    transform: translateY(0);
  }

  98% {
    transform: translateY(-4px);
  }
}

@keyframes labelAttention {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(-6px);
  }
}



.wmx-sidebar {
  position: sticky;
  top: 100px;
  border: 1px solid #eaeaea;
  border-radius: 12px;
}

.widget-content {
  position: sticky;
  top: 15px
}

.wmx-widget {
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 26px;
  font-size: 14px
}

.widget-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
}

.widget-desc {
  font-size: 15px
}

.widget-contact {
  margin: 25px 0 0 0 !important;
  display: flex;
  flex-flow: column;
  gap: 6px;
  padding: 0 !important;
}

.widget-contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-weight: 600
}

.widget-contact i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: var(--primary-color);
  border-radius: 4px;
  color: var(--light)
}

.single-post {
  border-radius: 12px;
  border: 1px solid #eaeaea;
  padding: 26px
}

.single-post p, .single-post ul, .single-post ol {
  margin-bottom: 22px;
}

.single-post p a {
  color: var(--blue) !important
}

.single-post img {
  width: auto;
  max-width: 100%
}

.single-post>* {
  margin-bottom: 16px
}

.single-post h2 {
  font-size: clamp(20px, 3vw, 30px);
  margin-top: 36px;
  color: var(--primary-color);
  font-weight: 900
}

.single-post h3, .single-post h4, .single-post h5, .single-post h6 {
  margin-top: 28px
}

.single-post h3 {
  font-size: clamp(18px, 3vw, 24px)
}

.single-post h4 {
  font-size: 21px;
  opacity: .75
}

.single-post h5, .single-post h6 {
  font-size: 18px;
  opacity: .75
}

.single-post ul li, .single-post ol li {
  margin-bottom: 12px;
  position: relative;
  margin-left: 18px
}

.single-post ol>li {
  list-style: decimal
}

.single-post ul>li {
  list-style: circle
}

.border-radius-medium {
  border-radius: 8px;
}