/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  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;
}

@font-face {
  font-family: "Roboto Serif";
  src: url("../fonts/RobotoSerif-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Serif";
  src: url("../fonts/RobotoSerif-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
.dflex {
  display: flex;
  align-items: center;
}

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

.ai-fs {
  align-items: flex-start !important;
}

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

.fd-c {
  flex-direction: column;
}

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

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

.jc-sa {
  justify-content: space-around;
}

.span3 {
  grid-column: span 3;
}
@media (max-width: 991.98px) {
  .span3 {
    grid-column: span 12;
  }
}

.span4 {
  grid-column: span 4;
}
@media (max-width: 991.98px) {
  .span4 {
    grid-column: span 12;
  }
}

.span6 {
  grid-column: span 6;
}
@media (max-width: 991.98px) {
  .span6 {
    grid-column: span 12;
  }
}

.span4-6 {
  grid-column: 4/span 6;
}
@media (max-width: 991.98px) {
  .span4-6 {
    grid-column: span 12;
  }
}

.pdt80 {
  padding-top: 80px;
}

.mgt32 {
  margin-top: 32px;
}

.mgb24 {
  margin-bottom: 24px;
}

.mgb24 {
  margin-bottom: 24px;
}

.mgb32 {
  margin-bottom: 32px;
}

.mgb64 {
  margin-bottom: 64px;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb96 {
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .mgb96 {
    margin-bottom: 64px;
  }
}

.w50 {
  width: 50%;
}
@media (max-width: 991.98px) {
  .w50 {
    width: 100%;
  }
}

.w100 {
  width: 100%;
}

.light {
  --bg-primary: #FFFFFF;
  --bg-secondary: #F8F9FC;
  --text-primary: #292935;
  --text-secondary: #53535E;
  --bg-footer-primary: #30303C;
  --bg-footer-secondary: #292935;
  --text-footer-primary: #FFFFFF;
  --text-footer-secondary: #A5A5B3;
  --light-border: #e4e4e4;
  --dark-border: #53535E;
  --surface-light: #A5A5B3;
  --surface-medium: #53535E;
}

.dark {
  --bg-primary: #00034B;
  --bg-secondary: #00033C;
  --text-primary: #FFFFFF;
  --text-secondary: #9E9DA8;
  --bg-footer-primary: #00033C;
  --bg-footer-secondary: #000332;
  --text-footer-primary: #FFFFFF;
  --text-footer-secondary: #9E9DA8;
  --light-border: #262655;
  --dark-border: #53535E;
  --surface-light: #000559;
  --surface-medium: #00044b;
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px 48px;
}
@media (max-width: 991.98px) {
  .header {
    background: var(--bg-primary);
    border-bottom: 1px solid var(--light-border);
    padding: 16px 32px;
  }
}
@media (max-width: 991.98px) {
  .header__logo svg {
    height: 40px;
  }
}
.header__right {
  display: flex;
  align-items: center;
}
.header__border {
  display: flex;
  align-items: center;
  margin: 0 12px;
  width: 1px;
  height: 24px;
  background: var(--light-border);
}

#themeToggle {
  background: var(--bg-primary);
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1000;
  color: var(--text-color);
  transition: color 0.5s;
  height: 48px;
  width: 48px;
  border-radius: 48px;
}
#themeToggle:hover {
  background: var(--bg-secondary);
}

.overlay-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.8);
  transform: translateY(-100%);
}

.overlay-slide-down {
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
}

.overlay-slide-up {
  transition: all 0.8s ease-in-out;
  transform: translateY(-100%);
}

nav, nav ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul li {
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  transform: translateY(-100%);
}

nav li a {
  position: relative;
  top: 46%;
  color: var(--text-footer-primary);
  text-transform: uppercase;
  font-family: "Work sans", sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 0.9rem;
}

nav li a:before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.2s linear;
}

nav li a:after {
  content: attr(data-content);
  font-size: 0.7rem;
  transition: all 0.2s linear;
  opacity: 0;
  position: absolute;
  z-index: 100;
  color: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  text-transform: none;
  font-family: "Open sans", serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
}

nav li a:hover:before {
  transform: translateX(0);
  opacity: 1;
}

nav li a:hover:after {
  transform: translateY(15px);
  opacity: 1;
}

nav li:nth-of-type(1) {
  background-color: var(--surface-light);
}

nav li:nth-of-type(2) {
  background-color: var(--surface-medium);
}

nav li:nth-of-type(3) {
  background-color: var(--bg-footer-primary);
}

nav li:nth-of-type(4) {
  background-color: var(--bg-footer-secondary);
}

nav li:nth-of-type(5) {
  background-color: #D2A23A;
}

.slide-in-nav-item {
  animation: slide-in-nav-item 0.4s linear 1 0.2s both;
}

.slide-in-nav-item-delay-1 {
  animation: slide-in-nav-item 0.4s linear 1 0.4s both;
}

.slide-in-nav-item-delay-2 {
  animation: slide-in-nav-item 0.4s linear 1 0.6s both;
}

.slide-in-nav-item-delay-3 {
  animation: slide-in-nav-item 0.4s linear 1 0.8s both;
}

.slide-in-nav-item-delay-4 {
  animation: slide-in-nav-item 0.4s linear 1 1s both;
}

.slide-in-nav-item-reverse {
  animation: slide-in-nav-item-reverse 0.3s linear 1 0.5s both;
}

.slide-in-nav-item-delay-1-reverse {
  animation: slide-in-nav-item-reverse 0.3s linear 1 0.4s both;
}

.slide-in-nav-item-delay-2-reverse {
  animation: slide-in-nav-item-reverse 0.3s linear 1 0.3s both;
}

.slide-in-nav-item-delay-3-reverse {
  animation: slide-in-nav-item-reverse 0.3s linear 1 0.2s both;
}

.slide-in-nav-item-delay-4-reverse {
  animation: slide-in-nav-item-reverse 0.3s linear 1 both;
}

.open-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
}
.open-overlay__text {
  margin-right: 16px;
  font-weight: 400;
  font-size: 16px;
}
.open-overlay__icon {
  width: 24px;
}
.open-overlay span {
  display: block;
  height: 1px;
  background-color: #D2A23A;
  cursor: pointer;
  margin-top: 8px;
}
.open-overlay span:first-child {
  margin-top: 0;
}

.animate-top-bar {
  animation: animate-top-bar 0.6s linear 1 both;
}

.animate-bottom-bar {
  animation: animate-bottom-bar 0.6s linear 1 both;
}

.animate-middle-bar {
  animation: animate-middle-bar 0.6s linear 1 both;
}

.animate-out-top-bar {
  animation: animate-out-top-bar 0.6s linear 1 both;
}

.animate-out-bottom-bar {
  animation: animate-out-bottom-bar 0.6s linear 1 both;
}

.animate-out-middle-bar {
  animation: animate-out-middle-bar 0.6s linear 1 both;
}

@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes animate-top-bar {
  0% {
    background-color: #D2A23A;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #D2A23A;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}
@keyframes animate-bottom-bar {
  0% {
    background-color: #D2A23A;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #D2A23A;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}
@keyframes animate-middle-bar {
  0% {
    background-color: #D2A23A;
  }
  80% {
    background-color: #D2A23A;
  }
  100% {
    background-color: #29363B;
  }
}
@keyframes animate-out-top-bar {
  0% {
    background-color: #29363B;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #29363B;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #D2A23A;
  }
}
@keyframes animate-out-bottom-bar {
  0% {
    background-color: #29363B;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #29363B;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #D2A23A;
  }
}
@keyframes animate-out-middle-bar {
  0% {
    background-color: #29363B;
  }
  80% {
    background-color: #29363B;
  }
  100% {
    background-color: #D2A23A;
  }
}
@media (max-width: 640px) {
  nav ul li a {
    font-size: 11px;
  }
  nav li a:after {
    font-size: 0.6rem;
  }
  .open-overlay {
    right: 1rem;
  }
  nav li a:before {
    width: 15px;
  }
}
.footer__content {
  padding: 48px 0;
  background: var(--bg-footer-primary);
}
@media (max-width: 991.98px) {
  .footer__content > div > div > div {
    grid-column: span 6;
  }
}
@media (max-width: 767.98px) {
  .footer__content > div > div > div {
    grid-column: span 12;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .footer__content > div > div > div:first-child {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .footer__content > div > div > div:nth-child(2) {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .footer__content > div > div > div:nth-child(3) {
    order: 4;
  }
}
@media (max-width: 767.98px) {
  .footer__content > div > div > div:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 991.98px) {
  .footer__content > div > div > div:last-child {
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .footer__content > div > div > div:last-child {
    order: 4;
  }
}
@media (max-width: 991.98px) {
  .footer__content > div > div > div:last-child > div {
    justify-content: flex-start;
  }
}
.footer__copyright {
  padding: 32px 0;
  background: var(--bg-footer-secondary);
}
.footer__copyright > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer__copyright > div {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .footer__copyright > div > p:first-child {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .footer__copyright > div > div:nth-child(2) {
    order: 1;
    margin-bottom: 8px;
  }
}
@media (max-width: 575.98px) {
  .footer__copyright > div > div:nth-child(2) {
    flex-direction: column;
  }
}
.footer__subtitle {
  font-family: "Roboto Serif", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--text-footer-primary);
  margin-bottom: 16px;
}
.footer__item {
  margin-bottom: 8px;
}
.footer__item:last-child {
  margin-bottom: 0;
}
.footer__link {
  color: var(--text-footer-secondary);
  text-decoration: none;
  transition: 0.5s;
  font-size: 16px;
}
.footer__link:hover {
  color: white;
}
.footer__text {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-footer-secondary);
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border: 1px solid var(--dark-border);
  border-radius: 48px;
  margin-right: 16px;
  transition: 0.5s;
}
.footer__social:last-child {
  margin-right: 0;
}
.footer__social:hover {
  border: 1px solid var(--text-footer-primary);
}
.footer__border {
  display: flex;
  align-items: center;
  margin: 0 12px;
  width: 1px;
  height: 16px;
  background: var(--dark-border);
}
@media (max-width: 575.98px) {
  .footer__border {
    display: none;
  }
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero {
    padding: 128px 0;
    height: initial;
  }
}
.hero__left {
  grid-column: span 7;
}
@media (max-width: 767.98px) {
  .hero__left {
    grid-column: span 12;
  }
}
.hero__right {
  grid-column: span 5;
}
@media (max-width: 767.98px) {
  .hero__right {
    grid-column: span 12;
    display: flex;
    justify-content: center;
  }
}
.hero__img {
  width: 100%;
  border-top-left-radius: 18rem;
  border-top-right-radius: 18rem;
  border-bottom-left-radius: 5rem;
}
@media (max-width: 767.98px) {
  .hero__img {
    width: 65%;
  }
}

.home-block1__content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.home-block3 {
  background: var(--bg-secondary);
  padding: 96px 0;
}
.home-block3__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 96px;
}

.contact-block {
  background: #D2A23A;
  padding: 96px 0;
}
.contact-block__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-block .category, .contact-block p {
  color: white;
}
.contact-block .category span, .contact-block p span {
  color: white;
}

.about-content {
  grid-column: span 4;
  background: var(--bg-primary);
  border-radius: 32px;
}
@media (max-width: 991.98px) {
  .about-content {
    grid-column: span 12;
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .about-content:last-child {
    margin-bottom: 0;
  }
}

.contact__left {
  grid-column: 1/6;
}
@media (max-width: 991.98px) {
  .contact__left {
    grid-column: span 12;
  }
}
.contact__right {
  grid-column: 7/13;
}
@media (max-width: 991.98px) {
  .contact__right {
    grid-column: span 12;
  }
}

form {
  background: var(--bg-secondary);
  border-radius: 24px;
  padding: 48px;
}

label {
  display: flex;
  color: var(--text-footer-secondary);
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 400;
}

input, textarea {
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: 1px solid var(--light-border);
  background: var(--bg-primary);
  border-radius: 4px;
  height: 56px;
  padding: 16px;
  font-size: 16px;
  color: var(--text-primary);
}

.form-group {
  margin-bottom: 32px;
}

.success-message {
  text-align: center;
  margin-top: 1rem;
  color: green;
}

.error-message {
  color: red;
  margin-top: 0.5rem;
}

.infos-block {
  display: flex;
  align-items: center;
  border-radius: 8px;
  height: 56px;
  border: 1px solid var(--text-footer-secondary);
  padding: 0 24px;
}
.infos-block__icon {
  margin-right: 12px;
}
.infos-block__link {
  text-decoration: none;
  color: #D2A23A;
  transition: 0.5s;
}
.infos-block__link:hover {
  color: #C38E1B;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 300;
  line-height: clamp(1.5rem, 2vw, 2rem);
  background-color: var(--bg-primary);
  color: var(--text-secondary);
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

h1 {
  font-family: "Roboto Serif", sans-serif;
  font-size: clamp(1.5rem, 6vw, 5rem);
  font-weight: 700;
  line-height: initial;
  margin-bottom: 32px;
  color: var(--text-primary);
}
h1 span {
  color: #D2A23A;
}

h2 {
  font-family: "Roboto Serif", sans-serif;
  font-size: clamp(1.2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: initial;
  color: var(--text-primary);
}

h3 {
  font-family: "Roboto Serif", sans-serif;
  font-size: clamp(1rem, 3vw, 3rem);
  font-weight: 700;
  line-height: initial;
  color: #FFFFFF;
  margin-bottom: 24px;
}

h4 {
  font-family: "Roboto Serif", sans-serif;
  font-size: clamp(0.5rem, 3.5vw, 1.5rem);
  font-weight: 700;
  line-height: initial;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 32px;
}

.list {
  list-style-type: circle;
  padding-left: 24px;
}
.list__item {
  padding-left: 12px;
}
.list__item::marker {
  color: #D2A23A;
}

section {
  padding: 96px 0;
}
@media (max-width: 991.98px) {
  section {
    padding: 80px 0;
  }
}

.section-gray {
  background: var(--bg-secondary);
}

.link {
  display: flex;
  color: #D2A23A;
  font-weight: 400;
  margin-top: 24px;
  text-decoration: none;
  transition: 0.5s;
}
.link:hover {
  color: #C38E1B;
}

.btn {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: 0.5s;
  border: none;
  height: 64px;
  padding: 0 48px;
  border-radius: 32px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 16px;
    height: 48px;
    padding: 0 32px;
  }
}

.btn-primary {
  background: #D2A23A;
  color: #FFFFFF;
}
.btn-primary:hover {
  background: #C38E1B;
}

.btn-secondary {
  background: #FFFFFF;
  color: #D2A23A;
}
.btn-secondary:hover {
  background: #C38E1B;
  color: #30303C;
}

.tag {
  display: inline-flex;
  align-items: center;
  color: var(--text-secondary);
  background: var(--bg-secondary);
  border-radius: 8px;
  height: 32px;
  padding: 0 16px;
  margin-bottom: 24px;
  font-size: 16px;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding: 0 24px;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
  width: 100%;
}

.category {
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 16px;
  font-size: clamp(0.8rem, 1vw, 1rem);
  margin-bottom: 8px;
}
.category span {
  color: #D2A23A;
  margin-right: 8px;
}

.header-page {
  padding-top: 256px;
  padding-bottom: 128px;
}
@media (max-width: 991.98px) {
  .header-page {
    padding-top: 156px;
    padding-bottom: 80px;
  }
}
.header-page > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.card {
  padding: 48px;
  border-radius: 32px;
  background: var(--bg-primary);
}

.card-gray {
  background: var(--bg-secondary);
}

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