* {
  --diff: calc(var(--max-size) - var(--min-size));
  --responsive: calc(
    (var(--min-size) * 1px) + var(--diff) * ((100vw - 420px) / (1140 - 420))
  );
}

.dropdown-toggle::after {
  display: none !important;
}

body {
  --max-size: 16;
  --min-size: 16;
  font-size: var(--responsive);
  font-weight: 400;
  line-height: calc(1.5em + (3 - 1.2) * ((100vw - 300px) / (1600 - 300)));
  color: #242c33;
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 400;
  -webkit-text-size-adjust: 100%;
  background-color: var(--white-color);
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --main-color: #333333;
  --main-hover: #211f1e;
  --main-light: #605a57;
  --pink-color: #f590b3;
  --white-color: #ffffff;
  --butter-color: #fceac5;
  --powder-color: #780116;
  --dark-butter-color: #eceae7;
  --light-powder-color: #e4d6ce;
}

/*BASIC--------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1280px;
  }
}

.pt-6 {
  padding-top: 4rem !important;
}
.pt-7 {
  padding-top: 5rem !important;
}
.pt-8 {
  padding-top: 6rem !important;
}
.pt-9 {
  padding-top: 7rem !important;
}
.pt-10 {
  padding-top: 8rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}
.pb-7 {
  padding-bottom: 5rem !important;
}
.pb-8 {
  padding-bottom: 6rem !important;
}
.pb-9 {
  padding-bottom: 7rem !important;
}
.pb-10 {
  padding-bottom: 8rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}
.mt-7 {
  margin-top: 5rem !important;
}
.mt-8 {
  margin-top: 6rem !important;
}
.mt-9 {
  margin-top: 7rem !important;
}
.mt-10 {
  margin-top: 8rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}
.mb-7 {
  margin-bottom: 5rem !important;
}
.mb-8 {
  margin-bottom: 6rem !important;
}
.mb-9 {
  margin-bottom: 7rem !important;
}
.mb-10 {
  margin-bottom: 8rem !important;
}

@media (min-width: 1921px) {
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.section-padding-xs {
  padding: 2vh 0;
  width: 100%;
}

.section-padding-s {
  padding: 6vh 0;
  width: 100%;
}

.section-padding-m {
  padding: 8vh 0;
  width: 100%;
}

.section-padding-l {
  padding: 10vh 0;
  width: 100%;
}

.section-padding-t-l {
  padding: 10vh 0 0 0;
  width: 100%;
}

.section-padding-b-l {
  padding: 0 0 10vh 0;
  width: 100%;
}

.section-padding-xl {
  padding: 12vh 0;
  width: 100%;
}

.section-padding-t-xl {
  padding: 12vh 0 0 0;
  width: 100%;
}

.section-padding-b-xl {
  padding: 0 0 12vh 0;
  width: 100%;
}

.btn {
  border-radius: 0.5em;
  padding: 1.1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 90%;
  font-weight: 500;
  color: inherit;
  transition: all 0.3s ease 0s;
}

.btn-small {
  padding: 0.85rem 1.35rem;
  font-size: 0.8em;
}

.btn-lg {
  padding: 1.35rem 3rem;
}

.btn-banana {
  background-color: var(--banana-color);
  color: var(--main-color);
}

.btn-banana:hover {
  background-color: var(--banana-hover);
  color: var(--main-color);
}

.btn-darkgray {
  background-color: var(--main-color);
  color: var(--white-color);
}

.btn-darkgray:hover {
  background-color: var(--main-hover);
  color: var(--white-color);
}

.btn-midgray {
  background-color: var(--midgray-color);
  color: var(--darkgray-color);
}

.btn-midgray:hover {
  background-color: var(--white-color);
  color: var(--darkgray-color);
}

.btn-lightgray {
  background-color: var(--lightgray-color);
  color: var(--darkgray-color);
}

.btn-lightgray:hover {
  background-color: var(--white-color);
  color: var(--darkgray-color);
}

.btn-arrow {
  border-radius: 100em;
  padding: 1.1rem 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 1.25rem;
  font-weight: 500;
  color: inherit;
  transition: all 0.3s ease 0s;
  background-color: #e7e7e7;
}

.btn-arrow:hover {
  background-color: #e0e0e0;
}

.btn-arrow .bi {
  transition: all 0.25s ease;
  width: 1.25em;
  height: 1.25em;
  margin-top: -4px;
}

.contact-line .btn .bi {
  margin-left: 0.5rem;
  transition: all 0.25s ease;
  width: 1.25em;
  height: 1.25em;
  margin-top: -4px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: var(--bs-btn-close-focus-opacity);
}

.butter-bg {
  background-color: var(--butter-color);
}

.light-powder-bg {
  background-color: var(--light-powder-color);
}

/*TYPOGRAPHY--------------------*/
a,
a:active,
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

p {
  --max-size: 16;
  --min-size: 15;
  font-size: var(--responsive);
  font-weight: 400;
  color: var(--main-color);
  line-height: 1.6;
}

.large {
  font-size: 150%;
  line-height: 1.4;
}

h1 {
  --max-size: 64;
  --min-size: 42;
  font-size: var(--responsive);
  font-variation-settings: "wght" 700;
}

h2,
.x-large {
  --max-size: 48;
  --min-size: 32;
  font-size: var(--responsive);
  line-height: calc(1em + (3 - 1.2) * ((100vw - 300px) / (1600 - 300)));
  margin-bottom: 1.25rem;
}

h3 {
  --max-size: 36;
  --min-size: 28;
  font-size: var(--responsive);
  line-height: calc(1em + (3 - 1.2) * ((100vw - 300px) / (1600 - 300)));
  margin-bottom: 0.75rem;
}

h4 {
  --max-size: 26;
  --min-size: 18;
  font-size: var(--responsive);
  line-height: calc(1em + (3 - 1.2) * ((100vw - 300px) / (1600 - 300)));
  margin-bottom: 0.75rem;
}

h5 {
  --max-size: 18;
  --min-size: 15;
  font-size: var(--responsive);
  line-height: calc(1em + (3 - 1.2) * ((100vw - 300px) / (1600 - 300)));
  margin-bottom: 0.95rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--powder-color);
  font-variation-settings: "wght" 500;
}

.switzer {
  font-family: "Switzer-Variable";
  letter-spacing: -0.02em;
}

strong,
bold {
  font-weight: 500;
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--main-hover);
}

.link {
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 500;
  text-transform: uppercase;
  background: url(../img/link-arrow.svg) right center no-repeat;
  padding-right: 2.5rem;
  transition: all 0.25s ease;
}

.link:hover {
  padding-right: 3rem;
}

.link-dark {
  color: var(--main-color);
}

.link-dark:hover {
  color: var(--main-hover);
}

.link .bi {
  margin-left: 0.5rem;
  transition: all 0.25s ease;
  width: 1.25em;
  height: 1.25em;
}

.link:hover .bi {
  margin-left: 0.85rem;
}

.boska {
  font-family: "Boska-Variable";
  font-variation-settings: "wght" 500;
}

/*WELCOME--------------------*/
.welcome-page-hero {
  height: calc(100% - 7rem);
  width: 100%;
  position: absolute;
  background: #ffffff;
}

.welcome-hero-container {
  margin: 0 auto;
  position: relative;
  height: 100%;
  top: 0;
  bottom: 0;
}

.welcome-hero-container p {
  color: var(--white-color);
}

.welcome-hero-overlay h2 {
  color: var(--light-powder-color);
}

.welcome-hero-left {
  background: url(../img/welcome-left-side-bg.jpg) top center no-repeat;
  background-size: cover;
  border-left: 2rem #ffffff solid;
  border-top: 3rem #ffffff solid;
  border-right: 1.5rem #ffffff solid;
  border-bottom: 1rem #ffffff solid;
  position: relative;
  height: calc(100% - 1rem);
}

.welcome-hero-right {
  background: url(../img/welcome-right-side-bg.jpg) top center no-repeat;
  background-size: cover;
  border-left: 1.5rem #ffffff solid;
  border-top: 3rem #ffffff solid;
  border-right: 2rem #ffffff solid;
  border-bottom: 1rem #ffffff solid;
  position: relative;
  height: calc(100% - 1rem);
}

.welcome-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(35, 33, 31, 0.55);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.welcome-hero-line-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 250px;
  z-index: 11;
}

.welcome-hero-line-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 250px;
  width: 250px;
  z-index: 11;
}

.welcome-hero-overlay:hover {
  background: rgba(26, 5, 48, 0);
}

.welcome-overlay-textbox {
  padding: 0rem 2.5rem 5rem 7.5rem;
  max-width: 60%;
}

.welcome-hero-overlay:hover .welcome-overlay-textbox {
  opacity: 0;
}

/*CONTENT-------------------*/
.content {
  position: relative;
}

.subpage-header .large {
  font-size: 195%;
}

.subpage-header .boska {
  font-weight: 500;
}

.leaves-bg {
  background: url(../img/leaves-bg.svg) top left repeat;
}

.p-20 {
  padding: 20%;
}

.side-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.min-h-100 {
  min-height: calc(100vh - 6.5rem);
}

.shape-bg-01 {
  background: url(../img/shape-01.svg) bottom right no-repeat;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;

}

.text-box-over {
  position: relative;
  z-index: 3;
}

.polaroid a {
  background: #ffffff;
  display: inline-block;
  margin: 1rem 0 2rem 0;
  padding: 1rem 1rem 3rem;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 0;
  position: relative;
}

.polaroid a:after {
  color: var(--main-color);
  font-size: 1rem;
  content: attr(title);
  position: relative;
  top: 1.5rem;
}

.polaroid img {
  display: block;
}

.polaroid a:hover {
  z-index: 10;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/*NAV--------------------*/
.navbar {
  position: relative;
  z-index: 10;
  background: var(--white-color);
  width: 100%;
  height: 6.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 3rem;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);

}

.con-brand {
  margin-top: -0.25rem;
}

.con-nav {
  position: relative;
  z-index: 8;
  width: auto;
}
.con-nav > ul:not(.con-nav-main-container) {
  display: none;
}
.con-nav-main-container {
  padding: 0;
  margin: 0;
  display: block;
}
.con-nav-main-container li {
  list-style: none;
}
.con-nav-main-container > li {
  display: inline-block;
}
.con-nav-main-container span.toggle {
  transition: all 0.4s ease;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 0.25em;
  content: "";
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: var(--main-color);
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  margin-left: 8px;
}

.con-nav-main-container .dropdown > ul span.toggle {
  float: right;
  margin-top: 8px;
}

.con-nav-main-container .dropdown {
  position: relative;
}
.con-nav-main-container .dropdown ul {
  padding: 0;
}
.con-nav-main-container .dropdown > ul {
  transition: all 0.4s ease;
  position: absolute;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  width: 200px;
  right: 0px;
}
.con-nav-main-container .dropdown > ul .left {
  left: 0;
}
.con-nav-main-container .dropdown > ul .right {
  right: 0;
}
.con-nav-main-container .dropdown > ul ul {
  transition: all 0.4s ease;
  position: absolute;
  top: 20%;
  opacity: 0;
  visibility: hidden;
  width: 200px;
}
.con-nav-main-container .dropdown > ul .dropdown ul.left {
  left: 100%;
}
.con-nav-main-container .dropdown > ul .dropdown ul.right {
  right: 100%;
}
.con-nav-main-container .dropdown > ul .dropdown.show > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.con-nav-main-container .dropdown.show > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.con-nav-main-container .dropdown.show > a span.toggle {
  transform: rotate(-135deg);
  transform-origin: center;
  vertical-align: 0em;
}
.con-nav-main-container .dropdown-mega .dropdown-mega-container {
  transition: all 0.4s ease;
  position: absolute;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  min-height: 300px;
}
.con-nav-main-container .dropdown-mega.show > a span.toggle {
  transform: rotate(-180deg);
}
.con-nav-main-container .dropdown-mega.show > .dropdown-mega-container {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.con-nav-main-container.con-nav-cloned > li {
  display: block;
}
.con-nav-main-container.con-nav-cloned .dropdown ul {
  position: relative;
  width: 100%;
  height: 0;
}
.con-nav-main-container.con-nav-cloned .dropdown ul .left,
.con-nav-main-container.con-nav-cloned .dropdown ul .right {
  left: 0 !important;
}
.con-nav-main-container.con-nav-cloned .dropdown.show > ul {
  height: auto;
}
.con-nav-main-container.con-nav-cloned .dropdown-mega .dropdown-mega-container {
  position: relative;
  height: 0;
  min-height: 0;
  top: 0;
  display: none;
}
.con-nav-main-container.con-nav-cloned
  .dropdown-mega.show
  .dropdown-mega-container {
  display: block;
  height: auto;
  top: 0;
}

.con-nav-main-container.con-nav-cloned .dropdown.show > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.con-nav-main-container.con-nav-cloned span.toggle {
  float: none !important;
}
.con-nav-hamburger {
  display: none;
  width: 34px;
  height: 34px;
  position: absolute;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
  right: 2rem;
  top: -16px;
}
.con-nav-hamburger span,
.con-nav-hamburger span:after,
.con-nav-hamburger span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 2rem;
  background: var(--main-color);
  position: absolute;
  display: block;
  content: "";
}
.con-nav-hamburger span {
  top: 16px;
  left: 2px;
}
.con-nav-hamburger span:before {
  top: -8px;
}
.con-nav-hamburger span:after {
  bottom: -8px;
}
.con-nav-hamburger.show {
  visibility: hidden;
  opacity: 0;
}
.con-nav-sidebar {
  display: block;
  position: fixed;
  top: 0;
  opacity: 0;
  height: 100%;
  z-index: 9990;
  transition: all 0.4s ease;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .con-nav-sidebar {
    right: -25%;
    width: 25%;
  }
  .con-nav-main-container .dropdown > ul {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .con-nav-sidebar {
    right: -33%;
    width: 33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .con-nav-sidebar {
    right: -50%;
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .con-nav-sidebar {
    right: -75%;
    width: 75%;
  }
}
@media only screen and (max-width: 479.98px) {
  .con-nav-sidebar {
    right: -100%;
    width: 100%;
  }
}
.con-nav-sidebar.show {
  right: 0;
  opacity: 1;
}
.con-nav-sidebar__close {
  position: absolute;
  font-size: 2rem;
  font-weight: 300;
  top: 1rem;
  right: 1rem;
  color: var(--main-color);
  cursor: pointer;
}
.con-nav-sidebar__content {
  margin-top: 5rem;
  height: calc(100% - 5rem);
  overflow-y: auto;
  overflow-x: hidden;
}
.con-nav-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  opacity: 0;
  transition: all 0.4s ease;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  transition-delay: 0.15s;
  z-index: 9989;
  opacity: 0;
}
.con-nav-overlay.show {
  left: 0;
  opacity: 1;
}
@media only screen and (min-width: 1200px),
  only screen and (min-width: 992px) and (max-width: 1199.98px),
  only screen and (min-width: 768px) and (max-width: 991.98px),
  only screen and (max-width: 767.98px),
  only screen and (max-width: 479.98px) {
  .con-nav-xl .con-nav-hamburger {
    display: block;
  }
  .con-nav-xl > ul {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px),
  only screen and (min-width: 768px) and (max-width: 991.98px),
  only screen and (max-width: 767.98px),
  only screen and (max-width: 479.98px) {
  .con-nav-lg .con-nav-hamburger {
    display: block;
  }
  .con-nav-lg > ul {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px),
  only screen and (max-width: 767.98px),
  only screen and (max-width: 479.98px) {
  .con-nav-md .con-nav-hamburger {
    display: block;
  }
  .con-nav-md > ul {
    display: none;
  }
}
@media only screen and (max-width: 767.98px),
  only screen and (max-width: 479.98px) {
  .con-nav-sm .con-nav-hamburger {
    display: block;
  }
  .con-nav-sm > ul {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .con-nav-xs .con-nav-hamburger {
    display: block;
  }
  .con-nav-xs > ul {
    display: none;
  }
}

.con-nav > ul > li {
  padding: 2.25rem 1.15rem;
}

.con-nav > ul > li:last-child {
  padding-right: 0;
}

.con-nav > ul > li > a {
  padding: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  color: var(--main-color);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-variation-settings: "wght" 500;
}

.con-nav > ul > li.active a,
.con-nav > ul > li a:hover {
  color: var(--powder-color);
}

.con-nav .dropdown ul {
  background: var(--white-color);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
}

.con-nav .dropdown ul li a {
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  padding: 0.75rem;
  color: var(--main-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.con-nav .dropdown ul li a:hover {
  color: var(--powder-color);
}

.con-nav .dropdown ul li:first-child a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.con-nav .dropdown ul ul {
  background: var(--white-color);
}

/* mega menu */
.con-nav .dropdown-mega .dropdown-mega-container {
  background: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

/* sidebar, collapse */
.con-nav-sidebar .con-nav-sidebar__content {
  width: 100%;
  padding: 0 20px 20px 20px;
}

.con-nav-collapse ul {
  width: 100%;
  padding: 20px 0;
}

.con-nav-sidebar__content > ul > li > a,
.con-nav-collapse > ul > li > a {
  display: block;
  padding: 1.25rem 0;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
  color: var(--powder-color);
  text-transform: uppercase;
  font-weight: 500;
}

.con-nav-sidebar__content > ul ul,
.con-nav-collapse > ul ul {
}

.con-nav-sidebar__content > ul ul li > a,
.con-nav-collapse > ul ul li > a {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f5f5f5;
  text-decoration: none;
  color: var(--main-color);
  font-size: 0.95rem;
}

.con-nav-sidebar__content .dropdown-mega-container,
.con-nav-collapse .dropdown-mega-container {
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid #f5f5f5;
  padding: 15px;
}

.navbar-form-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.navbar-form-search .form-control {
  width: 100%;
  border-radius: 100px;
  background-color: var(--lightgray-color);
  border-color: var(--darkgray-color);
  padding: 0.475rem 0.75rem;
}

.navbar-form-search .btn-searchclose {
  border: 0;
  padding: 0.25rem 0.5rem;
  width: 42px;
  height: 42px;
  line-height: 10px;
  background-color: var(--midgray-color);
}

.btn-search {
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 1rem;
  top: 10px;
  background-color: var(--lightgray-color);
  height: 50px;
  width: 50px;
}

.btn-search:hover {
  background-color: var(--gray-color);
}

.search-form-container {
  text-align: right;
  position: absolute;
  width: 100%;
  overflow: hidden;
  background: var(--darkgray-color);
  right: 0px;
  top: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  height: 70px;
}

.hdn {
  height: 0;
}

.search-input-group {
  width: 65%;
  position: relative;
  padding: 0 1rem;
  top: 14px;
  margin: 0 auto;
}

.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: calc(100% - 50px);
}

/*WORKS----------------------------------------------------*/
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.85rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  list-style: none;
}

.nav-pills {
  --bs-nav-pills-border-radius: 50rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #2fc0c9;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--main-color);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--banana-hover);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.tab-content {
  --max-size: 17.5;
  --min-size: 17;
  font-size: var(--responsive);
  font-weight: 400;
  color: var(--main-color);
}

.tab-content p,
.tab-content h2,
.tab-content h3,
.tab-content h4 {
  max-width: 85%;
  margin: 0 auto;
}

.work-list .product-data {
  min-height: 76px !important;
}

.work-list .product-name {
  line-height: 1.75rem;
  min-height: 4.5rem;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.work-list-line .product-data {
  min-height: 240px !important;
}

.product-card .product-data {
  padding: 1rem;
  min-height: 300px;
}

.product-card {
  background: var(--white-color);
  color: var(--main-color);
  text-decoration: none;
  display: block;
  margin: 2px 2px 30px 2px;
  border: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.22);
  transition: box-shadow 0.2s ease-in-out;
}

.product-card:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
}

.product-name {
  color: var(--main-color);
  transition: all 0.45s ease 0s;
}

.product-card:hover .product-name {
  color: var(--banana-hover);
}

.product-table {
  margin-top: 1rem;
  width: 100%;
  font-size: 0.9rem;
  line-height: 2rem;
}

.modal-body .product-table {
  text-align: center;
}

.product-table td:first-child {
  font-weight: 500;
  text-transform: uppercase;
}

.modal-body .product-table tr:first-child td {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--banana-hover);
}

.modal-body .product-table td:first-child {
  font-weight: 400;
  text-transform: uppercase;
}

.product-table td:last-child {
  text-align: right;
}

.modal-body .product-table td:last-child {
  text-align: center;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 1100px;
  }
}

.modal-title {
  color: var(--main-color);
  font-size: 2rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.modal-content {
  background-clip: padding-box;
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0 none;
  position: relative;
}

.modal-body p {
  font-size: 1.26rem;
  line-height: 1.7em;
  margin: 0 0 15px;
}

.close {
  float: right;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
}

.modal-footer {
  padding: 10px 15px;
  text-align: center;
}

.modal-footer .action-line {
  width: 100%;
  padding: 0;
  border-bottom: none;
  border-top: none;
  position: relative;
  height: 40px;
  margin-bottom: 0px;
}

.modal-footer .carousel-left {
  background: url(../img/carousel_left.svg) center top no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-indent: -999em;
  line-height: 40px;
  position: absolute;
  left: 0;
}

.modal-footer .carousel-left:hover {
  background: url(../img/carousel_left.svg) center bottom no-repeat;
}

.modal-footer .carousel-right {
  background: url(../img/carousel_right.svg) center top no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-indent: -999em;
  line-height: 40px;
  position: absolute;
  right: 0;
}

.modal-footer .carousel-right:hover {
  background: url(../img/carousel_right.svg) center bottom no-repeat;
}

.modal-footer .all-item {
  height: 40px;
  display: inline-block;
  line-height: 36px;
  color: #878787;
  padding: 0 24px;
  text-transform: uppercase;
  border: 2px solid #878787;
  border-radius: 100px;
  font-family: "gibsonregular";
  background: none;
}

.modal-footer .all-item:hover {
  border-color: #ec5855;
  color: #ec5855;
}

.modal-body .latest-product-table {
  margin-bottom: 0;
  font-size: 90%;
}

.modal-body .latest-product-table td {
  line-height: 22px;
}

.contact-line {
  background: url(../img/welcome-hero-bg.svg),
    linear-gradient(247.72deg, #5ce9e6 35.47%, #2ec0c9 78.53%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.85rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--main-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--midgray-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea {
  resize: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-form-control-bg);
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--midgray-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  margin-right: 0.75rem;
}

form a {
  color: var(--banana-hover);
  text-decoration: none;
  font-weight: 500;
}

form a:hover {
  text-decoration: underline;
}

/*FOOTER--------------------*/
footer {
  line-height: 150%;
}

footer .copyright {
  font-size: calc(15px + (13 - 14) * ((100vw - 300px) / (1600 - 300)));
  color: var(--main-light);
}

.simple-list {
  list-style: none;
  color: var(--main-light);
  margin: 0;
  padding-left: 0;
  text-transform: uppercase;
}

.simple-list li {
  margin: 1.75rem 0;
}

.simple-list li:first-child {
  margin-top: 0;
}

.simple-list li a {
  text-decoration: none;
  transition: color 0.2s ease;
}

footer .simple-list li a {
  color: var(--midgray-color);
  transition: color 0.4s ease;
}

footer .simple-list li a:hover {
  color: var(--lightgray-color);
}

.inline-list {
  list-style: none;
  padding: 0;
}

.inline-list li {
  display: inline-block;
  margin-right: 1.5rem;
}

footer hr {
  border-top: 1px solid #a19ca7;
}

.form-control:focus {
  color: var(--main-color);
  background-color: var(--lightgray-color);
  border-color: var(--form-border-color);
  outline: 0;
  box-shadow: none;
}

.auto-image-size-50 {
  width: 50%;
  height: fit-content;
  top: -20px;
}
.fill-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/*MEDIA QUERIES--------------------*/
@media (max-width: 1440px) {
}
@media (max-width: 1367px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
  .navbar {
    padding: 0 0 0 1rem;
  }
  .polygon-white {
    background: url(../img/polygon-white.svg);
    background-position: 3rem 2rem;
    background-repeat: no-repeat;
    padding-bottom: 4rem;
  }
}
@media (max-width: 480px) {
  .contact-line .pe-4 {
    padding-right: 0 !important;
    margin-bottom: 2rem;
  }
  .tab-content p,
  .tab-content h2,
  .tab-content h3,
  .tab-content h4 {
    max-width: 100%;
    margin: 0 auto;
  }
  .nav-justified .nav-item,
  .nav-justified > .nav-link {
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
  }
}
