@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@media (min-width: 991.98px) {
  .menu-vertical .navbar__menu-link:after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 0;
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .menu-vertical .motive__motto {
    padding-left: unset;
    padding-right: unset;
  }
}


#main {
  padding-bottom: 0;
  padding-top: 0;
  background-color: var(--bs-body-bg);
}

#galleries .main, .category-detail .main, #eshop .main {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

.article-detail > #main {
  padding-top: 0;
}

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

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

/* ----- TYPOGRAPHY ----- */
/*===========================================================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Quicksand", serif;
  font-weight: 700;
  color: #212529;
}

h1,
.h1,
h2,
.h2,
h3 {
  text-transform: uppercase;
}

h1,.h1 {
  font-size: calc(2rem + 3vw);
}
@media(min-width: 1200px) {
  h1,.h1 {
    font-size:4rem;
  }
}

.section--header h1,.section--header .h1,.section-title h1,.section-title .h1 {
  font-size: calc(2rem + 3vw);
  text-align: center;
}
@media(min-width: 1200px) {
  .section--header h1,.section--header .h1,.section-title h1,.section-title .h1 {
    font-size:4rem;
  }
}

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

h3,.h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media(min-width: 1200px) {
  h3,.h3 {
    font-size:2rem;
  }
}

/* ----- BUTTONS ----- */
/*===========================================================================*/
.btn-block {
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
  font-size: 17px;
  text-transform: uppercase;
}

.btn-primary.btn-block {
  outline: 2px solid var(--bs-primary);
  border: 2px solid #fff;
  font-weight: 500;
}

.btn-default.btn-block {
  border: 2px dashed var(--bs-primary);
}

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

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

/* navbar */
.navbar {
  row-gap: 20px;
}

.navbar__menu-link {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  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: -11px;
  }
}

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

/* --- menu vertical ---*/ 
@media (min-width: 992px) {
  .menu-vertical .contactus {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: auto;
  }

  .menu-vertical .navbar__menu-list {
    gap: .7rem;
  }
}

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

.motto {
  max-width: 50em;
}

.motto__title {
  font-family: "Quicksand", serif;
  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: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(33, 37, 41, 0.7)),
    to(rgba(33, 37, 41, 0.5))
  );
  background: -o-linear-gradient(
    top,
    rgba(33, 37, 41, 0.7) 0%,
    rgba(33, 37, 41, 0.5) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(33, 37, 41, 0.7) 0%,
    rgba(33, 37, 41, 0.5) 100%
  );
}

/* ----- SECTIONS ----- */
/*===========================================================================*/
section, .section {
  padding-top: clamp(2rem, 4vw, 5rem);
  padding-bottom: clamp(2rem, 4vw, 5rem);
}

.container--article .section-blank,
.container--article .section-blank.section-bg > * {
  max-width: unset;
}

.section-2-col-right-text > .row > .section-content > img {
  border-radius: 10px;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

.section-2-col-left-text > .row > .section-content > img {
  border-radius: 10px;
  border-top-left-radius: 75px;
  border-bottom-right-radius: 75px;
}

.rotate-animation > .section-cell-item > .img-circle,
.rotate-animation > .section-cell-item > a > .img-circle {
  border: 10px solid var(--bs-white);
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  outline: 2px dashed var(--bs-primary);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.rotate-animation > .section-cell-item:hover > .img-circle,
.rotate-animation > .section-cell-item:hover > a > .img-circle {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  outline-offset: 10px;
}

.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);
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(33, 37, 41, 0.7)),
    to(rgba(33, 37, 41, 0.5))
  );
  background: -o-linear-gradient(
    top,
    rgba(33, 37, 41, 0.7) 0%,
    rgba(33, 37, 41, 0.5) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(33, 37, 41, 0.7) 0%,
    rgba(33, 37, 41, 0.5) 100%
  );
}

@media(min-width: 576px) {
  .section--fullwidth,.section-fullwidth {
    margin-left:calc((-100vw + 557px - (2 * 0.75rem))/2);
    margin-right: calc((-100vw + 557px - (2 * 0.75rem))/2)
  }
}

@media(min-width: 768px) {
  .section--fullwidth,.section-fullwidth {
    margin-left:calc((-100vw + 737px - (2 * 0.75rem))/2);
    margin-right: calc((-100vw + 737px - (2 * 0.75rem))/2)
  }
}

@media(min-width: 992px) {
  .section--fullwidth,.section-fullwidth {
    margin-left: calc((-100vw + 977px - (2 * 0.75rem))/2);
    margin-right: calc((-100vw + 977px - (2 * 0.75rem))/2);
  }
}

@media(min-width: 1200px) {
  .section--fullwidth,.section-fullwidth {
    margin-left:calc((-100vw + 1157px - (2 * 0.75rem))/2);
    margin-right: calc((-100vw + 1157px - (2 * 0.75rem))/2)
  }
}

@media(min-width: 1400px) {
  .section--fullwidth,.section-fullwidth {
    margin-left: calc((-100vw + 1337px - (2 * 0.75rem))/2);
    margin-right: calc((-100vw + 1337px - (2 * 0.75rem))/2);
  }
}

.gallery__item-img {
  border-radius: 0.7rem;
}

.article-item__img-wrapper, .product-item__img-wrapper, .category__img-wrapper {
  border-radius: 0.7rem;
  overflow: hidden;
}

/* ----- USER FORM ----- */
/*===========================================================================*/
.cart-form__items-wrapper,
.account-form__items-wrapper,
.user-form {
  background-color: var(--bs-white);
  border: 1px solid #dee2e6 !important;
  border-radius: 0.7rem;
  -webkit-box-shadow: 0 3px 15px -10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 15px -10px rgba(0, 0, 0, 0.7);
  padding: 2rem;
}

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

.footer p {
  margin: 0;
}

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

.footer h5, .footer h4 {
  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);
}

/* ----- UTILITIES ----- */
/*===========================================================================*/
.card-custom img {
  margin: 0 !important;
}

.card-custom {
  outline: 2px solid transparent;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.card-custom:hover {
  outline: 2px solid var(--bs-primary);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/*border-radius*/
.rounded-4 {
  border-radius: 0.5rem !important;
}
.rounded-5 {
  border-radius: 1rem !important;
}