@font-face {
  font-family: "PP Mori";
  src: url("../fonts/PPMori-Regular.woff2") format("woff2"),
    url("../fonts/PPMori-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Mori";
  src: url("../fonts/PPMori-SemiBold.woff2") format("woff2"),
    url("../fonts/PPMori-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #871d1d;
  --text-1: #333233;
  --text-2: #6d5c5f;
  --light: #fff;
  --dark: #000;
  --transition: all 0.5s ease-in-out;
  --primary-font: "PP Mori", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: var(--primary-font);
}

body {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 18px);
  margin: 0;
  background-color: var(--light);
  color: var(--text-2);
  overflow-x: clip;
  line-height: 1.2;
  letter-spacing: -1%;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  font-weight: 400;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -3%;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
a,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
  transition: var(--transition);
}
p {
  font-size: clamp(16px, 1.5vw, 18px);
  color: var(--text-2);
  margin: 0 0 6px;
  line-height: 1.4;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 700;
}
.wrapper,
.wrapper-small {
  max-width: 1560px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.wrapper-small {
  max-width: 956px;
}
.padding-tb {
  padding: clamp(40px, 4vw, 80px) 0;
}
.padding-t {
  padding-top: clamp(40px, 4vw, 80px);
}
.padding-b {
  padding-bottom: clamp(40px, 4vw, 80px);
}

/* Common section start */
h1 {
  font-size: clamp(30px, 4vw, 56px);
  color: var(--text-1);
  font-weight: 600;
}
h2 {
  font-size: clamp(26px, 3vw, 38px);
  color: var(--text-1);
}
h3 {
  font-size: clamp(22px, 2vw, 24px);
}
.section-wrap {
  margin-bottom: clamp(20px, 3vw, 35px);
}
.btn,
.btn-outline {
  font-size: 16px;
  font-weight: 400;
  color: var(--light);
  background-color: var(--primary);
  border: 1px solid var(--primary);
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 16px;
  white-space: nowrap;
  line-height: 1.4;
}
.btn:hover {
  background-color: var(--light);
  color: var(--primary);
}
.btn svg {
  height: 13px;
  width: 13px;
}
.btn:hover svg path {
  fill: var(--primary);
}
.btn-outline {
  border: 1px solid #871d1d33;
  background-color: transparent;
  color: var(--primary);
}
.btn-outline:hover {
  background-color: var(--primary);
  color: var(--light);
  border-color: var(--primary);
}
form {
  width: 100%;
}
form input,
form select,
form textarea {
  padding: 12px 16px;
  border: unset;
  border-radius: 10px;
  background-color: #ffffff6b;
  border: 1px solid #ffffff1a;
  outline: unset !important;
  width: 100%;
  color: var(--text-1);
  font-size: 16px;
  outline: unset;
  font-family: var(--primary-font);
  font-weight: 400;
}
input::placeholder {
  color: #6d787e;
}
input.wpcf7-submit {
  background-color: #0787c9;
  border: 1px solid #0787c9;
  color: var(--light);
  cursor: pointer;
  width: 100%;
  font-size: clamp(16px, 1.5vw, 18px);
}
input.wpcf7-submit:hover,
input.wpcf7-submit:focus {
  background-color: var(--light);
  color: #0787c9;
}
form label {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-2);
  margin: 0 0 6px;
  display: block;
}
form p {
  position: relative;
}
.wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 22px;
  margin: 0;
}
.entry-header h1 {
  color: var(--text-1);
}
.error-404-wrapper {
  text-align: center;
}
.error-404-wrapper h1 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  margin: 0 0 10px;
}
.error-404-wrapper p {
  margin: 0;
  font-size: 18px;
}
.error-404-wrapper .btn {
  margin: 20px auto 0;
  width: fit-content;
}
/* Common section end */

/* Header start */
.site-header {
  background: #eee;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 1px solid #ffffff38;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.site-header.fixed {
  background-color: #e2e2e2;
}
.site-header.default-header {
  position: relative;
  background-color: #ffffff;
}

.site-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 10px 0;
}
.site-branding img {
  max-height: clamp(45px, 4vw, 70px);
  width: 100%;
}
#site-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-navigation #primary-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.main-navigation #primary-menu a {
  color: #1e2b32;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation ul li {
  position: relative;
}
.main-navigation #primary-menu > .current_page_item > a,
.main-navigation #primary-menu > li:hover > a,
.main-navigation #primary-menu > li li:hover > a,
.main-navigation #primary-menu > li a:hover {
  color: var(--primary);
  position: relative;
}
.main-navigation #primary-menu > .current_page_item > a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  bottom: -7px;
  left: 0;
}
.header-button {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-button button {
  padding: 0;
  border: unset;
  background-color: unset;
  line-height: 1;
  display: none;
}
.header-button button i {
  font-size: 24px;
}
#primary-menu .sub-menu {
  position: absolute;
  min-width: 270px;
  background-color: var(--light);
  border-radius: 6px;
  top: 45px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 6px;
  visibility: hidden;
  transform: translateY(50px);
  transition: var(--transition);
  z-index: -1;
}
#primary-menu .sub-menu a {
  padding: 10px 16px;
  display: block;
}
#primary-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
  left: 100% !important;
  top: 10px !important;
  margin-left: 10px;
}
#primary-menu > li.menu-item-has-children:hover > .sub-menu,
#primary-menu > li.menu-item-has-children > .sub-menu > li:hover > .sub-menu {
  visibility: visible;
  transform: translateY(0);
  z-index: 1;
}
#primary-menu > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--text);
  margin-left: 6px;
}
#primary-menu .sub-menu > li.menu-item-has-children > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-size: 12px;
  top: 50%;
  right: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Offcanvas */
.uk-offcanvas .uk-offcanvas-bar {
  background: #fff;
  padding: 0;
}
.uk-offcanvas .uk-offcanvas-close {
  background-color: var(--primary);
  top: 28px;
  right: 20px;
}
.uk-offcanvas-close svg {
  color: var(--light);
}
.uk-offcanvas #primary-menu1 {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 38px 0px;
}
.uk-offcanvas #primary-menu1 a {
  color: #1e2b32;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 16px;
  display: block;
  position: relative;
}
.uk-offcanvas #primary-menu1 > li > ul > li > a {
  padding: 8px 28px;
}
.uk-offcanvas #primary-menu1 > li > ul > li > ul > li > a {
  padding: 8px 42px;
}
.offcanvas__content > div {
  padding: 20px;
}
.offcanvas__content #primary-menu1 > li > ul,
.offcanvas__content #primary-menu1 > li > ul > li > ul {
  display: none;
  padding: 0;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
#primary-menu1 li.menu-item-has-children > a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  right: 1px;
  color: var(--text);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
#primary-menu1 li.menu-item-has-children > a.show-active::before {
  transform: rotate(90deg);
}
.offcanvas__content #primary-menu1 > li:not(:last-child),
.offcanvas__content #primary-menu1 .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.offcanvas__content #primary-menu1 .sub-menu {
  border-top: 1px solid #f2f2f2;
}
.offcanvas__logo {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.offcanvas__logo img {
  height: 36px;
}

/* Offcanvas */

/* Header end */

/* Footer start */
.site-footer {
  background-color: #4e141a;
  padding: 50px 0;
}
.site-footer-wrapper {
  display: flex;
  align-items: start;
  gap: 45px;
}
.site-footer-wrapper > div {
  flex: 1;
}
.site-footer-wrapper > div:first-child {
  flex: 3;
}
.footer-widget span.mail {
  margin-bottom: 12px;
  display: block;
}
.footer-widget span.mail > a {
  font-weight: 400;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.3;
  color: #ffffff;
  opacity: 0.9;
  display: block;
}
.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget ul li p,
.footer-widget ul li span a {
  line-height: 1.3;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
  text-transform: uppercase;
}
.social-media {
  margin-top: 18px;
}
.social-media > a {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
}
.widget-title {
  font-size: clamp(16px, 1.5vw, 18px);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #ffffff;
}
.footer-widget > ul > li > a {
  display: block;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.54;
}
.footer-widget ul li {
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  opacity: 1;
}
.footer__logo {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.footer__logo::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff33;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer__logo .custom-logo-link {
  display: inline-block;
  background: #4e141a;
  padding: 0 15px;
  position: relative;
}
.footer__logo img {
  filter: brightness(0) invert(1);
}
.footer__logo p {
  color: #ffffff;
  opacity: 0.7;
  margin-top: 18px;
}
.footer__logo p a {
  color: #ffffff;
}

/* Footer end */

@media (max-width: 1200px) {
  .site-footer-wrapper > div:first-child {
    flex: 2;
  }
  .header-button button {
    display: block;
  }
  #site-navigation {
    display: none;
  }
}
@media (max-width: 992px) {
  .site-footer-wrapper {
    flex-wrap: wrap;
  }
  .site-footer-wrapper > div {
    flex: unset !important;
    width: calc(50% - 22.5px);
  }
}

@media (max-width: 768px) {
  #site-navigation {
    display: none;
  }
  .site-footer-wrapper > div {
    width: 100%;
  }
  .header-button .btn {
    display: none;
  }
}
