/*
    Theme Name: Rekos Agency WordPress Theme
    Description: Rekos Agency Theme
    Version: 1.0
    Author: Rekos Agency
    Author URI: Rekos Agency <info@rekos.agency>
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Tags: Rekos WordPress Theme
*/
@font-face {
  font-family: "Object SansHeavy";
  src: url("fonts/ObjectSans/ObjectSans-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Object Sans";
  src: url("fonts/ObjectSans/ObjectSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html,
body {
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
input,
button,
textarea {
  margin: 0;
}

input, textarea {
  font-family: inherit;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  background-color: #161519;
  color: white;
  overflow-x: clip;
}
body.body-lock {
  max-height: 100dvh;
  overflow: hidden;
}

a {
  color: white;
}

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

html,
body,
input,
button,
textarea {
  font-family: "Jost", sans-serif;
}

a,
button,
.transition {
  transition: all 0.3s ease-in-out;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.inline-flex {
  display: inline-flex;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-stretch {
  align-items: stretch;
}

.grid {
  display: grid;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.margin-auto {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Object Sans", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 821px) {
  h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
}

h2 {
  font-size: 3rem;
  line-height: 3.8rem;
}

h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
}

h4 {
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h5 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h6 {
  font-size: 2.2rem;
  line-height: 3rem;
}

p {
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

strong {
  font-weight: 500;
}

ul,
ol {
  list-style: none;
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.fw-200 {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.cta {
  cursor: pointer;
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 32px auto 56px auto;
  width: 100%;
  max-width: 327px;
  padding: 12px 24px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 9999px;
  background-color: #fff;
  color: #1F0004;
}
.cta:hover {
  background-color: #1F0004;
  color: #FFF;
}
@media (max-width: 821px) {
  .cta {
    max-width: 100%;
  }
}

::-webkit-input-placeholder {
  color: #1F0004;
}

:-moz-placeholder {
  color: #1F0004;
  opacity: 1;
}

::-moz-placeholder {
  color: #1F0004;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #1F0004;
}

::-ms-input-placeholder {
  color: #1F0004;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-bottom: 20px;
}
.wpcf7-form .wpcf7-form-control-wrap input {
  width: 100%;
  color: #1F0004;
  font-family: "Object Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-color: #1F0004;
  padding: 0 0 6px 0;
  border-style: solid;
  border-radius: 0px;
}
.wpcf7-form .wpcf7-form-control-wrap input:focus-visible {
  outline: 0px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0px;
}
.wpcf7-form .wpcf7-submit {
  font-family: "Object Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #fff;
  max-width: 327px;
  width: 100%;
  padding: 12px 24px;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form > p {
  position: relative;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  cursor: pointer;
  appearance: none;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1.5px solid #1F0004;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 6px;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 0.5px;
  left: 4.5px;
  width: 6px;
  height: 10px;
  border: solid #1F0004;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7-form .wpcf7-submit {
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  max-width: 327px;
  width: 100%;
  padding: 12px 24px;
  color: #1F0004;
  border-radius: 9999px;
  background: #FFF;
  transition: all 300ms;
  border: 0px;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #1F0004;
  color: #FFF;
}
@media (max-width: 1024px) {
  .wpcf7-form .wpcf7-submit {
    max-width: 100%;
  }
}
.wpcf7-form .wpcf7-list-item-label {
  width: calc(100% - 26px);
  color: #1F0004;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0px;
}

.header__wrapper {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  max-width: 1440px;
  width: 100%;
  padding: 32px 72px;
}
@media (max-width: 821px) {
  .header__wrapper {
    padding: 24px;
  }
}
.header__wrapper .logo {
  width: 145px;
}

body {
  overflow: hidden;
}

main {
  height: 100vh;
}

.HPhero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  padding-top: 322px;
  padding-bottom: 82px;
  background-color: rgba(0, 0, 0, 0.4980392157);
  background-blend-mode: overlay;
  text-align: center;
  overflow-y: hidden;
}
@media (max-width: 821px) {
  .HPhero {
    padding-top: initial;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    height: calc(100% - 56px);
  }
}
.HPhero h1 {
  max-width: 641px;
  margin: 0 auto 16px auto;
}
.HPhero-bottomText p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14.5px;
}
.HPhero-subtitle {
  margin-bottom: 32px;
}

.HPpopup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #A4D5C7;
  max-width: 536px;
  width: 100%;
  padding: 40px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .HPpopup {
    top: 68px;
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 1024px) {
  .HPpopup {
    padding: 56px 24px 16px 24px;
  }
}
.HPpopup__title {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.HPpopup__close {
  cursor: pointer;
  position: absolute;
  border-radius: 9999px;
  border: 1px solid #FFF;
  padding: 8px 9px 8px 7px;
  right: -48px;
  line-height: 0;
  top: 0px;
}
@media (max-width: 1024px) {
  .HPpopup__close {
    right: 0px;
    top: -48px;
  }
}
.HPpopup__verticalLine {
  margin: 12px auto 40px auto;
  border-left: 2px solid #1F0004;
  height: 60px;
  position: relative;
  overflow: hidden;
  left: 50%;
  margin-left: -2px;
  width: 2px;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .HPpopup__verticalLine {
    height: 80px;
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
.HPpopupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  opacity: 0.7;
  background: #000;
}
.HPpopup__sent {
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .HPpopup__sent {
    padding: 16px 24px;
  }
}
.HPpopup .wpcf7 {
  background: #A4D5C7;
  position: relative;
  z-index: 2;
  min-height: 100px;
}
.HPpopup .cf7-success-message {
  display: none;
  text-align: center;
  color: #1F0004;
}
.HPpopup .cf7-success-message img {
  margin: auto;
}
.HPpopup .cf7-success-message-vr {
  width: 1.5px;
  height: 60px;
  background-color: #1F0004;
  margin-top: 12px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.HPpopup .cf7-success-message h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 111.111% */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.HPform_checkbox {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.HPform_checkbox p {
  color: #1F0004;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.HPform_checkbox p a {
  color: #1F0004;
}

.container,
.page-container {
  max-width: 1280px;
  padding: 0 24px;
  margin: 0 auto;
}

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