@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary: var(--bs-primary);
}

body {
  font-family: "Roboto", sans-serif;
}

.article-item {
  background: white;
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.2);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  padding: 20px;
  height: 100%;
  text-align: center;
}

.article-item__title {
  margin-top: 2rem;
}

/*@media (min-width: 576px) {
.section-3-col-bottom-text.cell-borders .section-cell-item.col-sm-6 {
width: unset;
}
}*/

#main {
  padding-bottom: 0;
  padding-top: 0;
}

.container--article {
  padding-bottom: 0;
}

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

@media (min-width: 992px) {
  .section-3-col-bottom-text h3, .section-3-col-bottom-text .h3, .section-3-col-bottom-text p, .section-3-col-top-text h3, .section-3-col-top-text .h3, .section-3-col-top-text p {
    max-width: 85%;
  }
}

.btn-primary {
  font-weight: 600;
  padding: .5em 1.5em;
  font-size: 16px;
  border-radius: 0;
}

.text-balance {
  text-wrap: balance;
}

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .6), 3px 3px 10px rgba(0, 0, 0, .2);
}

.text-uppercase {
  text-transform: uppercase;
}

.user-form {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
  background-color: white;
  border-radius: 0;
}

/* ----- TYPOGRAPHY ----- */
/*===========================================================================*/
h6, .h6, h5, .h5, h4, .cart-form__title, .account-form__title, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 600;
}

/* ----- HEADER ----- */
/*===========================================================================*/
.header {
  -webkit-box-shadow: 0px 3px 10px #00000024;
  box-shadow: 0px 3px 10px #00000024;
}

/* contactus */
.contactus-wrap {
  background-color: var(--bs-primary);
  background-image: var(--bs-gradient);
}

.contactus__phone, .contactus__email {
  color: white;
}

.contactus a {
  color: white;
}

@media (max-width: 991.98px) {
  .contactus::after {
    background-color: transparent;
  }
}

/* navbar */
.navbar {
  max-width: 1600px;
  margin: auto;
  row-gap: 20px;
}

.navbar__menu-link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link {
  border-left: 2px solid transparent;
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link:hover {
  border-left: 2px solid rgba(var(--bs-secondary-rgb), 0.5);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(var(--bs-secondary-rgb), 0.05)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(var(--bs-secondary-rgb), 0.05));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(var(--bs-secondary-rgb), 0.05));
  color: var(--bs-dark);
}

.navbar__menu-item .navbar__menu-item.active .navbar__menu-link {
  border-left: 2px solid var(--bs-primary);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(var(--bs-primary-rgb), 0.05)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(var(--bs-primary-rgb), 0.05));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(var(--bs-primary-rgb), 0.05));
  color: var(--bs-primary);
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link:hover:after, .navbar__menu-item .navbar__menu-item.active .navbar__menu-link:after {
  width: 0;
}
.navbar__menu-item .navbar__menu-item {
  border-left: 0;
}

.navbar__menu-item--has-childs .navbar__menu-list {
  row-gap: 5px;
}

@media (min-width: 991.98px) {
  .navbar__menu-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -8px;
    width: 0%;
    border-bottom: 3px solid var(--bs-primary);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }

  .navbar__menu-link:hover:after,
  .navbar__menu-item.active > .navbar__menu-link:after {
    width: 100%;
  }
}

@media(min-width: 1200px) {
  .navbar__menu-link:after {
    bottom: -12px;
  }
}

@media (max-width: 991.98px) {
  .navbar__menu {
    height: auto;
    margin-top: 56px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.2);
  }
}

/* ----- MOTIVE ----- */
/*===========================================================================*/
body:not(#index) .motive,
body:not(#index) .motive.fullscreen {
  display: none;
}

.motto {
  max-width: 40em;
}

.motto__title {
  font-weight: 700;
  letter-spacing: 1px;
}

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

.motto__text {
  font-weight: 500;
  /*letter-spacing: 1px;*/
}

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

/* ----- SECTIONS ----- */
.container--article .col-text, .container--article .section--header, .container--article .section--text, .container--article .section-blank, .container--article .section-title, .container--article .section-header, .container--article .section-cta {
  max-width: unset;
}

.container--article .col-text.section-bg-light>*, .container--article .col-text.section-bg>*, .container--article .section--header.section-bg-light>*, .container--article .section--header.section-bg>*, .container--article .section--text.section-bg-light>*, .container--article .section--text.section-bg>*, .container--article .section-blank.section-bg-light>*, .container--article .section-blank.section-bg>*, .container--article .section-title.section-bg-light>*, .container--article .section-title.section-bg>*, .container--article .section-header.section-bg-light>*, .container--article .section-header.section-bg>*, .container--article .section-cta.section-bg-light>*, .container--article .section-cta.section-bg>* {
  max-width: unset;
}

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

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

.section-bg-dark, .section-bg-dark > div {
  position: relative;
}

.section-bg-dark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.section-services li, .section--services li {
  background-color: white;
  border-left: 8px solid var(--primary);
  border-radius: 0;
  padding: 1em 2em;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 3px 10px #00000024;
}

/* ----- FOOTER ----- */
.footer {
  background-color: var(--bs-dark);
  background-image: var(--bs-gradient);
}

.footer p {
  margin: 0;
}

.footer, .footer a {
  color: rgba(var(--bs-light-rgb), 0.7);
}

.footer h5 {
  color: var(--bs-light);
}

.footer a:hover {
  color: var(--bs-light);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--bs-primary);
  text-decoration-color: var(--bs-primary);
  text-underline-offset: 3px;
}

.footer .social-icons > li > a > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(0.7);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(0.7);
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.footer .social-icons > li > a:hover > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
}