/*!
Theme Name: WIS17
Theme URI: http://wis17.agency/
Author: WIS17
Author URI: https://wis17.agency/
Description: 
Version: 1.0.0
*/

:root {
  --theme-color-gold: #ad974f;
  --theme-color-bright: #ffd430;
  --theme-color-light-gold: #ffdf80;
  --theme-color-grey: #757575;
  --theme-color-slate: #323232;
  --theme-color-light-cream: #f8f5ef;
  --theme-color-pale-grey: #f5f5f5;
  --theme-color-red: #c00f0c;
  --theme-page-width: 1280px;
  --theme-content-width: 960px;
  --theme-content-gap: 24px;
  --theme-fontsize-big: 40px;
  --theme-fontsize-semi-big: 32px;
  --theme-fontsize-medium: 24px;
  --theme-fontsize-semi-medium: 18px;
  --theme-fontsize-small: 14px;
  --theme-fontsize-xsmall: 13px;
  --theme-letter-spacing: 0.04em;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Lato";
  color: var(--theme-color-slate);
}

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

a,
a:visited,
a:active {
  color: var(--theme-color-gold);
  transition: color 0.25s linear;
}

a:hover {
  color: var(--theme-color-bright);
}

h1 {
  font-size: var(--theme-fontsize-big);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-color-gold);
  letter-spacing: 0.05em;
}

h2 {
  font-size: var(--theme-fontsize-semi-big);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

h3 {
  font-size: var(--theme-fontsize-medium);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h4 {
  font-size: var(--theme-fontsize-semi-medium);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 700;
  text-wrap: balance;
}

ol.main_points li::marker {
  font-size: var(--theme-fontsize-semi-big);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.main_points h2 {
  padding-top: 1em; /* or any value you prefer */
}

.subtitle {
  font-weight: 500;
}

.site-header {
  padding: 16px 0;
}

.site-header > .container-fluid {
  padding-left: calc(4.167% + var(--bs-gutter-x) * 0.5);
  padding-right: calc(4.167% + var(--bs-gutter-x) * 0.5);
}

.authenticity-statement {
  font-size: var(--theme-fontsize-semi-medium);
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: var(--theme-letter-spacing);
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: linear-gradient(
    90deg,
    var(--theme-color-gold) 33%,
    var(--theme-color-bright) 100%
  );
  padding: 4px 20px;
  text-wrap: balance;
}

.site-main {
  padding-top: 60px;
  padding-bottom: 80px;
  max-width: var(--theme-content-width);
  margin: 0 auto;
}

.section-landing {
  background: url(images/landing.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 24px;
  text-wrap: balance;
}

.section-landing h3 {
  color: var(--theme-color-grey);
  text-transform: uppercase;
}

.section-landing .col-inner {
  max-width: 374px;
}

.btn-app {
  border: 2px solid var(--theme-color-bright);
  border-radius: 6px;
  display: inline-block;
}

.btn-app img {
  display: block;
  width: 113px;
}

.s-title.d-touch {
  display: block;
}
.s-title.d-mouse {
  display: none;
}

/* smartphones, touchscreens */
/* @media (hover: none) and (pointer: coarse) {
  .s-title.d-touch {
    display: block;
  }
  .s-title.d-mouse {
    display: none;
  }
} */

@media (hover: hover) and (pointer: fine) {
  .s-title.d-touch {
    display: none;
  }
  .s-title.d-mouse {
    display: block;
  }
}

.section-counterfeit {
  background: var(--theme-color-light-cream);
  padding: 24px 12px;
  margin-top: 36px;
  margin-bottom: 80px;
}

.section-counterfeit .row {
  row-gap: 24px;
}

.section-counterfeit .item {
  cursor: crosshair;
  position: relative;
  overflow: hidden;
}

.section-counterfeit .item img.phone {
  position: absolute;
  width: 67.57%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.35s linear;
  transition-delay: 0.15s;
}

.section-counterfeit .item:hover img.phone {
  opacity: 1;
}

.section-counterfeit .item img.object,
.section-counterfeit .item img.object-zoom {
  display: block;
  aspect-ratio: 444 / 300;
  object-position: center;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
  transform-origin: center;
}

.section-counterfeit .item img.object-zoom {
  opacity: 0;
  transition-delay: 0.25s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
}

.section-counterfeit .item.hover-ani-katana:hover img.object {
  transform: scale(2.2) translate(-25%, 5%);
}

.section-counterfeit .item.hover-ani-document:hover img.object {
  transform: scale(3) translate(-5%, 5%);
}

.section-counterfeit .item.hover-ani-document:hover img.object-zoom {
  opacity: 1;
}

.section-counterfeit .item.hover-ani-painting:hover img.object {
  transform: scale(3) translate(27%, 5%);
}

.section-counterfeit .item.hover-ani-luxury:hover img.object {
  transform: scale(10) translate(5%, 5%);
}

.section-counterfeit .item.hover-ani-luxury:hover img.object-zoom {
  opacity: 1;
}

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

.faq-list li {
  padding: 0 24px;
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.25s linear;
}

.faq-list li.open {
  background: var(--theme-color-pale-grey);
}

.faq-list li h4 {
  font-weight: 500;
  color: var(--theme-color-gold);
  font-family: "Inter";
  margin-bottom: 0;
  position: relative;
  padding: 24px 40px 24px 0;
  cursor: pointer;
}

.faq-list li h4:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(images/chevron-down.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 24px;
  right: 0;
  transition: all 0.25s linear;
}

.faq-list li.open h4:after {
  transform: rotate(180deg);
}

.faq-list li .text {
  display: none;
}

.faq-list li.open .text {
  border-top: 1px solid #e5e7eb;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.faq-list li.open .text p:last-child {
  margin-bottom: 0;
}

.faq-list li .text .mejs-audio .mejs-inner {
  display: none;
}

.faq-list li .text .mejs-audio {
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
  margin-left: 1em;
  background: url(images/speaker-wave.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.section-contact {
  margin: 80px 0 0;
  background: var(--theme-color-light-cream);
  padding: 36px 12px 80px;
}

.section-contact .form {
  max-width: 795px;
  margin: 12px auto 0;
  background: #fff;
  padding: 40px 36px;
}

.section-contact .form .field {
  margin-bottom: 1.15em;
}

.section-contact .form label {
  display: block;
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: 0.005em;
  text-align: left;
  color: #555e69;
  margin-bottom: 5px;
}

.section-contact .form label span {
  color: var(--theme-color-red);
}

.section-contact .form input:not([type="submit"]),
.section-contact .form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px;
  outline: none !important;
}

.section-contact .form .d-flex .field {
  flex: 1;
}

.section-contact .form .field-submit {
  text-align: center;
}

.section-contact .form .wpcf7-spinner {
  display: none;
}

.section-contact .form .wpcf7-not-valid-tip {
  text-align: right;
  font-size: var(--theme-fontsize-xsmall);
  color: var(--theme-color-red);
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 2em 0 0;
  border: none !important;
  padding: 0 !important;
}

.site-footer {
  padding: 40px 0 80px;
  background: var(--theme-color-slate);
}

.site-footer hr {
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #ad974f 0%, #ffd430 100%);
  opacity: 1;
  margin-top: 36px;
}

.site-footer ul.menu {
  display: flex;
  gap: 32px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer ul.menu a {
  text-decoration: none !important;
  color: #f3f3f3;
  font-size: var(--theme-fontsize-small);
}

.site-footer ul.menu a:hover {
  color: var(--theme-color-gold);
}

.site-footer .socials ul {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: flex;
  gap: 32px;
  justify-content: center;
}

.site-footer .cpr {
  color: #b3b3b3;
  font-size: var(--theme-fontsize-small);
}

.entry-header .entry-title {
  margin-bottom: 1em;
  text-align: center;
}

/**=========================================================**/
/**========================RESPONSIVE=======================**/
/**=========================================================**/
@media screen and (max-width: 767px) {
  :root {
    --theme-fontsize-big: 32px;
    --theme-fontsize-medium: 22px;
  }
  .home .site-main {
    padding-top: 0;
  }
  .section-landing {
    background-image: url(images/landing-mobile.png);
    background-position: top center;
    background-size: 100% auto;
    padding-top: 88%;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
  }
  .section-landing .col-inner {
    max-width: none;
  }
  .section-landing h3 {
    text-transform: none;
    line-height: 1.4;
  }
}

@media screen and (max-width: 575px) {
  :root {
    --theme-fontsize-big: 26px;
    --theme-fontsize-medium: 16px;
  }
  .authenticity-statement {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    letter-spacing: 0.02em;
  }
  .section-contact .form .field {
    margin-bottom: 1rem;
  }
}
