@charset "UTF-8";
/*
Theme Name: Natik Bold
Template: natik
Author: Nathalie TK
Theme URI: 
Author URI: 
Description: Thème WordPress for Natik collection
Version: 1.0.0
License: 
License URI: 
Text Domain: natik-bold
Tested up to: 6.8
Requires PHP: 8.3
*/
@import url("node_modules/@fortawesome/fontawesome-free/css/all.min.css");
@import url("node_modules/justifiedGallery/dist/css/justifiedGallery.min.css");
:root {
  --main-color: #1c1fc1;
  --light-main-color: #e5e5ff;
  --secondary-color: #F8E256;
  --background-color: white;
  --body-color: black;
  --body-color-on-main: white;
  --body-color-on-light-main: black;
  --body-color-on-color-on-main: black;
  --body-color-on-secondary: black;
  --light-text-color: #707070;
  --button-background-color: black;
  --button-color: white;
  --title-font-weight: 900;
  --title-font-size-coeff: 1;
  --body-font-weight: 300;
  --body-font-size: 1rem;
  --body-font-weight-bold: 700;
  --gallery-background-color: rgba(28, 31, 193, 0.85);
  --gallery-text-color: white;
  --angle: 16deg;
  --contact-padding-left: 8rem;
  --gap: 1.5rem;
}

html {
  font-size: 15px;
}

body {
  color: var(--body-color);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: 1.3;
  font-size: var(--body-font-size);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-font-family);
  font-weight: var(--title-font-weight);
  line-height: 1.1;
}

h1 {
  font-size: calc(2.75rem * var(--title-font-size-coeff));
}

h2 {
  font-size: calc(1.75rem * var(--title-font-size-coeff));
}

h3 {
  font-size: calc(1.25rem * var(--title-font-size-coeff));
}

p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.home h1 {
  font-size: calc(3rem * var(--title-font-size-coeff));
}
.home h2 {
  font-size: calc(2.25rem * var(--title-font-size-coeff));
}
.home h3 {
  font-size: calc(1.5rem * var(--title-font-size-coeff));
}
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
  margin: 0;
}
.home h1:after, .home h2:after, .home h3:after {
  content: ".";
}
.home h2 {
  margin-bottom: 1.5rem;
  margin-left: 1rem;
}
.home a,
.home a:active,
.home a:visited,
.home a:focus {
  text-decoration: none;
}

a,
a:active,
a:visited,
a:focus {
  color: currentColor;
}

body {
  margin: 60px 0 0 0;
  padding: 0;
  background: var(--background-color);
}

* {
  box-sizing: border-box;
}

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

.site {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container, .carousel {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
}

.section {
  padding: 2.5rem 0;
}

.page-content {
  padding: 2.5rem 0 5rem;
}
.page-content .container, .page-content .carousel {
  max-width: 1200px;
}

.not-found {
  text-align: center;
}
.not-found h1 {
  font-size: 10rem;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--background-color);
}
.navbar__container {
  display: flex;
  justify-content: space-between;
  min-height: 60px;
}
.navbar__menu {
  top: 60px;
  background: var(--background-color);
  padding: 1rem 0.5rem;
}
.navbar .menu-item {
  color: var(--light-text-color);
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.navbar .menu-item a {
  padding: 0.5rem 1rem;
  transition: 0.3s;
  position: relative;
}
.navbar .menu-item a:after {
  content: "";
  width: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: background-color 0.2s;
}
.navbar .menu-item a:hover:after {
  background-color: var(--main-color);
}

.custom-logo {
  max-height: 48px;
}

.btn,
a.btn:active,
a.btn:visited,
a.btn:focus,
button,
.wp-block-button__link.wp-block-button__link {
  font-size: 1rem;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  background: var(--button-background-color);
  color: var(--button-color);
  border: 0;
  border-radius: 0;
  padding: 0.25rem 1rem;
  cursor: pointer;
}

.header {
  display: flex;
  flex-direction: column;
}
.header__text {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.header__img {
  min-height: 50vw;
  background-position: center;
  background-size: cover;
}
.header__text {
  opacity: 0;
}
.header__text > * {
  padding-left: 1rem;
}
.header__baseline {
  color: var(--light-text-color);
}
.header__img-container {
  opacity: 0;
  order: -1;
}

.assets {
  background-color: var(--secondary-color);
}
.assets__carousel-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.assets .carousel__button {
  color: var(--body-color-on-secondary);
}

.asset {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.asset__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--body-color-on-secondary);
}
.asset__text p {
  font-family: var(--highlight-font-family);
}
.asset__icon {
  width: fit-content;
  height: 4rem;
}

.carousel__button {
  font-size: 2.5rem;
}
.carousel__button_prev {
  left: 1rem;
}
.carousel__button_next {
  right: 1rem;
}

.offer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--main-color);
  color: var(--body-color-on-main);
}
.offer__section {
  padding-top: 0;
  padding-bottom: 0;
}
.offer__section .section__title {
  margin-top: 2.5rem;
}
.offer__container {
  display: grid;
  gap: var(--gap);
  padding: 0 calc(var(--gap) * 1);
}
.offer_light {
  background-color: var(--light-main-color);
  color: var(--body-color-on-light-main);
}
.offer_light .offer__price:after {
  background-color: var(--body-color-on-light-main);
}
.offer__img-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.offer__img-wrapper img {
  width: 100%;
}
.offer__img-wrapper_small {
  aspect-ratio: auto;
}
.offer__img-wrapper_small img {
  width: 4rem;
  margin: 1rem 1rem 0;
}
.offer__text {
  flex-grow: 1;
  padding: 2rem 1rem;
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.offer__price {
  font-size: 1.5rem;
  font-family: var(--title-font-family);
  position: relative;
}
.offer__price:after {
  background-color: var(--body-color-on-main);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 2rem;
}

.about {
  display: flex;
  flex-direction: column;
}
.about__text {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.about__img {
  min-height: 50vw;
  background-position: center;
  background-size: cover;
}
.about__text {
  order: -1;
}

.gallery {
  position: relative;
  margin-top: calc(-1 * var(--gap));
}
.gallery__section {
  padding-bottom: calc(var(--gap) * 2.5rem);
}
.gallery__img {
  position: relative;
}
.gallery__img img {
  width: 100%;
}
.gallery__img-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--gallery-background-color);
  color: var(--gallery-text-color);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.gallery__img:hover .gallery__img-description {
  opacity: 1;
}

.contact {
  display: flex;
  flex-direction: column;
}
.contact__text {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.contact__img {
  min-height: 50vw;
  background-position: center;
  background-size: cover;
}
.contact__img {
  background-color: var(--secondary-color);
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.contact__text {
  font-family: var(--highlight-font-family);
}
.contact__text > div {
  margin-bottom: 1rem;
}

.map {
  min-height: 60vh;
}

input, textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 0;
  padding: 1rem;
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-weight: var(--body-font-weight);
  margin: 1rem 0;
}

.form__response {
  display: block;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
.form__response_success {
  color: #157800;
  background-color: #dce8d9;
}
.form__response_error {
  color: #980a0a;
  background: #f7dada;
}

.footer {
  background: var(--main-color);
  color: var(--body-color-on-main);
  padding: 2rem 0;
}
.footer__copyright {
  font-family: var(--highlight-font-family);
}
.footer__right {
  text-align: center;
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .menu-item a {
  text-decoration: underline;
  font-weight: var(--body-font-weight-bold);
  font-size: calc(var(--body-font-size) * 0.875);
  line-height: 1.8;
}
.footer__social-medias {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  color: var(--body-color-on-color-on-main);
}
.footer__social-link {
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: var(--body-color-on-main);
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media screen and (min-width: 450px) {
  .offer {
    margin: 0 auto;
  }
  .offer__container {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - var(--gap)), 1fr));
    justify-content: center;
  }
}
@media screen and (min-width: 680px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .offer__container {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - var(--gap)), 1fr));
    justify-content: center;
  }
  .assets__carousel-container {
    flex-direction: row;
    gap: 0;
  }
  .asset {
    flex: 0 0 50%;
    min-width: 0;
    padding: 0 1rem;
  }
  .carousel {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 860px) {
  .navbar__toggle {
    display: none;
  }
  .navbar__menu {
    position: relative;
    padding: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
  }
  .navbar .menu-item {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .navbar .menu-item a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar .menu-item a:after {
    height: 5px;
    width: 100%;
    right: 0;
    bottom: 0;
    top: auto;
  }
  body {
    margin: calc(60px + 1rem) 0 0 0;
  }
  .site {
    min-height: calc(100vh - (60px + 1rem));
  }
  .header {
    min-height: 80vh;
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }
  .header__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  .header__img-container {
    width: 50%;
    transform: skewX(var(--angle));
    transform-origin: top left;
    overflow: hidden;
    position: relative;
  }
  .header__img {
    height: 100%;
    width: 100%;
    min-height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transform: skew(calc(var(--angle) * -1));
    background-repeat: no-repeat;
    transform-origin: top left;
  }
  .header__img-container {
    opacity: 0;
    order: 0;
  }
  .header__text > * {
    padding-left: 3rem;
  }
  .header__img {
    min-height: auto;
  }
  .offer__section {
    padding-bottom: calc(var(--gap) * 2.5);
  }
  .about {
    min-height: 70vh;
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }
  .about__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  .about__img-container {
    width: 50%;
    transform: skewX(var(--angle));
    transform-origin: bottom right;
    overflow: hidden;
    position: relative;
  }
  .about__img {
    height: 100%;
    width: 100%;
    min-height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transform: skew(calc(var(--angle) * -1));
    background-repeat: no-repeat;
    transform-origin: bottom right;
  }
  .about__text {
    order: 0;
  }
  .about__text h2 {
    margin-left: 0;
  }
  .contact {
    min-height: 50vh;
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }
  .contact__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  .contact__img-container {
    width: 50%;
    transform: skewX(var(--angle));
    transform-origin: top left;
    overflow: hidden;
    position: relative;
  }
  .contact__img {
    height: 100%;
    width: 100%;
    min-height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transform: skew(calc(var(--angle) * -1));
    background-repeat: no-repeat;
    transform-origin: top left;
  }
  .contact__img {
    position: relative;
    padding-left: var(--contact-padding-left);
  }
  .contact__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2.5rem;
  }
  .contact__text > div {
    padding-left: 3rem;
  }
  .footer__container {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer__right {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 17px;
  }
  .home h1 {
    font-size: calc(3.75rem * var(--title-font-size-coeff));
  }
  .home h2 {
    font-size: calc(2.5rem * var(--title-font-size-coeff));
  }
  .home h3 {
    font-size: calc(1.5rem * var(--title-font-size-coeff));
  }
  .home h2 {
    margin-left: 3rem;
  }
  .offer__container {
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - var(--gap)), 1fr));
  }
  .asset {
    flex: 0 0 33.33%;
  }
}

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