@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

/*@keyframes anim {
from {
-webkit-transform: scale(1) translateX(0);
transform: scale(1) translateX(0);
}
to {
-webkit-transform: scale(1.5) translateX(-10%);
transform: scale(1.5) translateX(-10%);
}
}*/

:root {
  --primary: #c90a0a;
  --primary-lighter: #ff3e3e;
}

body {
  font-family: Inter, sans-serif;
}

@media (max-width: 767.98px) {
  body:not(#index) .motive {
    display: none;
  }
}

#main {
  padding-bottom: 0;
}

.main>.container:first-child, .main>.motive__motto:first-child, .container--article {
  padding-bottom: 0;
}

.rubric .main {
  padding-bottom: 4rem !important;
}

/* -------------------------  LOGO ---------------------------------- */

.navbar__brand-logo-img {
  max-width: unset;
  max-height: 1.75rem;
}


@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-width: unset;
    max-height: 2rem;
  }
}


/* -------------------------  HEADING ---------------------------------- */
h6, .h6, h5, .h5, h4, .cart-form__title, .account-form__title, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: 'Archivo Black', sans-serif;
  color: gray;
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

/* -------------------------  BUTTONS ---------------------------------- */
.btn {
  text-transform: uppercase;
  font-weight: 700;
}

/* -------------------------  MOTIVE ---------------------------------- */
/*.motto {
max-width: 40em;
}

.motive__motto {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
text-align: left;
}

.motto__title {
font-weight: 700;
font-size: 4rem;
position: relative;
padding-bottom: 1rem;
}

@media (max-width: 575.98px) {
.motto__title {
font-size: 3rem;
}
}

.motto__title::after {
position: absolute;
content: "";
bottom: -1rem;
left: 0;
background: var(--primary);
width: 11rem;
height: 0.4rem;
border-radius: 0.25rem;
}

.motto__text {
padding-top: 2rem;
}

.motive__background::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
}*/


/* ----- MOTIVE ----- */
/*===========================================================================*/

#index .motive {
  height: 50rem;
}

#index .motive.fullscreen {
  height: 100vh !important;
}

body:not(#index) .motive,
body:not(#index) .motive.fullscreen {
  height: 8rem;
}

@media (min-width: 768px) {
  body:not(#index) .motive,
  body:not(#index) .motive.fullscreen {
    height: 14rem;
  }
}

.motive:not(.custom-motive)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0.1))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

/* --- motto --- */
.motto {
  max-width: 50em;
}

.motive__motto,
.motive__background {
  opacity: 1;
}

body:not(#index) .motive__motto {
  display: none;
}

.motto__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .motto__title {
    font-size: 4rem;
  }

  #index .motto__title {
    font-size: clamp(3rem, 7vw, 4.5rem);
  }
}

.motto__text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 3rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
}

.motto__button-link {
  color: #fff;
  background-color: transparent;
  font-weight: 500;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 5rem;
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}

.motto__button-link:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
  text-shadow: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* ----- motive carousel ----- */
body:not(#index) .custom-motive {
  display: none;
}

.custom-motive {
  max-height: none;
  height: 50rem;
}

.motive:not(.fullscreen)>.section-carousel .carousel {
  max-height: unset;
}

.motive:not(.fullscreen)>.section-carousel .carousel-item img {
  max-height: unset;
  height: 50rem;
  -webkit-animation: anim 15s linear infinite alternate;
  animation: anim 15s linear infinite alternate;
}

.custom-motive .carousel-caption {
  top: 1.25rem;
  z-index: 1;
  color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-motive .carousel-caption h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  text-shadow: 1px 1px 3px rgba(0,0,0,.9), 3px 3px 10px rgba(0,0,0,.5);
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  color: white;
  margin-bottom: 6rem;
  position: relative;
}

.custom-motive .carousel-caption h1::after {
  position: absolute;
  content: "";
  bottom: -3rem;
  left: 0;
  background: var(--primary);
  width: 11rem;
  height: 0.4rem;
  border-radius: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.custom-motive .carousel-caption p {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  letter-spacing: 1px;

  text-shadow: 1px 1px 3px rgba(0,0,0,.9), 3px 3px 10px rgba(0,0,0,.5);
}

.custom-motive .btn-default {
  color: #fff;
  background-color: transparent;
  font-weight: 500;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 5rem;
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}

.custom-motive .btn-default:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
  text-shadow: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.custom-motive .carousel:not(.editable) .carousel-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);*/
}

/* -------------------------  NAVBAR ---------------------------------- */
.header {
  background-color: black;
}

.navbar {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  background-color: black;
  max-width: 1320px;
  margin: auto;
}

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

.navbar__menu-item.active>.navbar__menu-link, .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  color: var(--primary-lighter);
}

.navbar__menu-link {
  color: #ffffff;
}

.navbar__menu-link:hover {
  color: var(--primary-lighter);
}

.navbar__toggler-icon-bar {
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .navbar__menu-item {
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar__menu {
    background-color: #000000;
    padding-bottom: 3rem;
    padding-top: 3rem;
    margin-top: 56px;
    height: auto;
  }
}

/* -------------------------  SECTIONS ---------------------------------- */
.section-services li, .section--services li {
  background-color: #f8f9fa;
  border-left: 8px solid var(--primary);
  border-radius: 0.4rem;
  padding: 1em 2em;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .section-2-col-right-text > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-2-col-left-text,
  .section-2-col-right-text {
    text-align: center;
  }
}

.section-2-col-right-text > .row > .section-content > img {
  border-radius: 16px;
  border-right: 5px solid var(--primary);
  border-bottom: 5px solid var(--primary);
}

.section-2-col-left-text > .row > .section-content > img {
  border-radius: 16px;
  border-left: 5px solid var(--primary);
  border-bottom: 5px solid var(--primary);
}

/* -------------------------  ARTICLE ---------------------------------- */
.article-item__perex > ul {
  padding-left: 1rem;
}

/* -------------------------  USER FORM ---------------------------------- */
.user-form__submit {
  color: white;
  background-color: black;
}

.user-form__submit:hover {
  color: black;
  background-color: white;
}

.user-form__field {
  color: white;
}

.user-form {
  background-color: var(--primary);
  border-radius: 10px;
}

.user-form__info-required {
  color: #ced4da;
}

/* -------------------------  FOOTER ---------------------------------- */
.footer {
  background-color: #000000;
  color: #ffffff;
}

.footer .section-contact .social-icons>.section-cell-item a {
  background-color: #ffffff;
  border-color: #ffffff;
}

.footer a, .footer a:hover {
  color: #ffffff;
}

.footer h4 {
  color: var(--primary-lighter);
}

.footer .section-contact .social-icons>.section-cell-item a:hover {
  background-color: var(--primary-lighter);
  border-color: var(--primary-lighter);
}