/*
    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: "Object Sans", 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: 3.2rem;
  line-height: 4rem;
}

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;
}
@media (max-width: 1024px) {
  p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
}

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;
}

.header {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #1F0004;
}
@media (max-width: 1024px) {
  .header {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.header__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 66px;
}
@media (max-width: 1024px) {
  .header__wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.header__wrapper hr {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header__wrapper hr {
    display: none;
  }
}
.header__logoWrap img {
  width: 163px;
  margin-left: -4px;
}
@media (max-width: 1024px) {
  .header__logoWrap img {
    width: auto;
    height: 24px;
  }
}
.header__textWrap {
  max-width: 601px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header__textWrap p {
    text-align: center;
    font-size: 14px;
  }
}

.HPhero {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .HPhero {
    flex-direction: column;
  }
}
.HPhero h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .HPhero h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.HPhero__left {
  height: calc(100vh - 323px);
  width: 50%;
}
.HPhero__left video {
  position: relative;
  width: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .HPhero__left {
    width: 100%;
    height: auto;
  }
}
.HPhero__leftLink {
  color: #1F0004;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  padding: 40px 72px;
  background-color: #AA97C5;
}
@media (max-width: 1024px) {
  .HPhero__leftLink img {
    width: 55px;
  }
}
@media (max-width: 1024px) {
  .HPhero__leftLink {
    justify-content: center;
    padding: 16px 24px;
  }
}
@media (max-width: 1024px) {
  .HPhero__leftText {
    max-width: 214px;
  }
}
.HPhero__right {
  height: calc(100vh - 323px);
  width: 50%;
}
@media (max-width: 1024px) {
  .HPhero__right {
    width: 100%;
    height: auto;
  }
}
.HPhero__rightLink {
  color: #1F0004;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  padding: 40px 72px;
  background-color: #A4D5C7;
}
@media (max-width: 1024px) {
  .HPhero__rightLink img {
    width: 55px;
  }
}
@media (max-width: 1024px) {
  .HPhero__rightLink {
    justify-content: center;
    padding: 16px 24px;
  }
}
@media (max-width: 1024px) {
  .HPhero__rightText {
    max-width: 214px;
  }
}
.HPhero__leftImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: auto;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .HPhero__leftImg {
    height: 400px;
    min-height: auto;
  }
}
@media (max-width: 579px) {
  .HPhero__leftImg {
    height: 210px;
  }
}
.HPhero__rightImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: auto;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .HPhero__rightImg {
    height: 400px;
    min-height: auto;
  }
}
@media (max-width: 579px) {
  .HPhero__rightImg {
    height: 210px;
  }
}
.HPhero__textWrap {
  display: flex;
  gap: 12px;
  margin-left: 126px;
  max-width: 371px;
  width: 100%;
  align-items: center;
}
.HPhero__textWrap > div {
  max-width: 335px;
  width: 100%;
}
@media (max-width: 1024px) {
  .HPhero__textWrap {
    margin-left: 23px;
  }
}
.HPhero__textWrap svg {
  width: 24px;
  height: 17px;
}

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

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