@import url('https://fonts.googleapis.com/css2?family=Questrial&family=Playfair+Display&family=Poppins&display=swap');

body {
    /* font-family: 'Questrial', sans-serif; */
    font-family: 'Poppins', sans-serif;
    color: #5c5b5a !important;
}

main:not(#home) {
  background-image: url("../images/logo-bg-1.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-position: bottom; */
  background-size: cover;
  padding-bottom: 3rem;
  font-size: .9rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
}

.btn,
.form-control {
  font-size: .9rem;
  padding: .3rem .65rem;
}

.btn-outline-secondary,
.btn-outline-success {
  background-color: white !important;
}

.btn-outline-secondary:hover {
  background-color: #6c757d !important;
}

/* .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
} */

.nav-item {
    font-size: 1.3rem;
    padding: 10px;
}

.nav-item a {
    color: #5c5b5a;
}

.nav-item a:hover,
.nav-item a:active {
    color: #5c5b5a;
    font-weight: bold;
    filter: brightness(0.65);
}

.active_nav {
    border-bottom: 2px solid #606060;
}

#home-hero {
  background-image: url("/images/hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero-text {
  height: fit-content;
}

#hero-text h1 {
  font-size: 7vw;
}

#hero-text p {
  font-size: 1.5vw;
}

#hero-text a {
  background-color: rgba(186, 169, 135, 0.5) !important;
  border: solid 1px #baa987;
}

#hero-text a:hover {
  background-color: white !important;
  color: #baa987 !important;
}

#ways_to_complete {
  background-image: url("/images/logo-bg-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image_stack {
  position: relative;
}

.image_stack .back {
  position: relative;
  top: 0;
  left: 0;
}

.image_stack .top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#home_gallery {
  background-color: #dbdad5;
}

#quality {
  background-image: url("/images/logo-bg-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* #quality p:before {
  display: inline-flex;
  align-items: center;
  content: '';
  background-image: url(/images/icon.svg);
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
} */

/* #quality p:before {
  content: url(/images/icon.svg);
  zoom: 25%;
} */



/* #quality ul li {
  background: url(/images/icon.svg) no-repeat left center;
  padding: 5px 10px 5px 40px;
  list-style: none;
  margin: 10px;
  vertical-align: middle;
} */

#quality li {
  list-style-image: url(/images/icon.svg);
}

#quality li::marker {
  font-size: 3rem;
  vertical-align: middle;
}

#lower-hero {
  background-image: url("/images/middle-cta.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#lower-text {
  height: fit-content;
}

#lower-text h1 {
  font-size: 7vw;
}

#explore hr {
  border-top: solid 3px #5c5b5a;
}

#explore a {
  color: #c4b391;
}

#home-footer {
  background-image: url("/images/footer-cta.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#home-footer-text {
  height: fit-content;
}

#home-footer-text h1 {
  font-size: 7vw;
}

select,
input {
    color: #5c5b5a !important;
    font-family: 'Questrial', sans-serif;
}

input#add-PO {
  color: #212529 !important;
}

#process-order input[type=checkbox],
#order-checklist input[type=checkbox] {
    transform: scale(1.5);
    accent-color: #5c5b5a;
}

#order-checklist .form-check-input:checked,
.modal .form-check-input:checked,
#productsOnOrderTable .form-check-input:checked {
    background-color: #5c5b5a;
    border-color: #5c5b5a;
}

label {
    /* font-weight: bold; */
    font-size: 1.1rem;
}

.white {
  color: #fff;
}

#spinner {
  display: block;
  position: fixed;
  width: 3rem;
  height: 3rem;
  z-index: 999;
  top: 50%;
  right: 50%;
}

.hidden {
    display: none !important;
}

.notice {
    border: 1px solid #dc3545;
}

#enterInMosaic a{
  text-decoration: none;
  color: inherit;
}

.checklistRow:hover {
  opacity: 50%;
}

footer ul li {
  list-style-type: none;
}

footer li a {
  text-decoration: none;
  color: #5c5b5a !important
}

footer li a:hover {
  color: #6c757d!important;
}

/* :invalid {
    border: 1px solid #dc3545;
} */


#a,
#b,
#name1,
#name2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.clip-home-top {
  margin-top: -40px;
  clip-path: polygon(50% 25%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
}

.clip-home-left {
  clip-path: polygon(0 0, 100% 35%, 100% 75%, 0% 100%);
}

.clip-home-right {
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 75%);
}

#picasso_paint li,
#picasso_stain li {
  list-style-type: none;
}

.box_con_bottom {
  background-color: #5c5b5a;
}



/* TOGGLE FOR ACTIVE */
.toggle {
    /* --width: 252px; */
    --width: 144px;
    /* --height: calc(var(--width) / 3); */
    /* --height: calc(var(--width) / 7); */
    --height: calc(var(--width) / 4);
  
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); */
    cursor: pointer;
    border-radius: var(--height);
  }

  .toggleStage {
    --width: 324px;
    --height: calc(var(--width) / 9);
  }
  
  .toggle input {
    display: none;
  }
  
  .toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    /* border: 2px solid #dbdbdb; */
    border: 2px solid #a1a1a1;
    /* background-color: #0dcaf0; */
    /* background-color: #dbdbdb; */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
  }
  
  .toggle .slider::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: calc(var(--height)*0.6);
    height: calc(var(--height)*0.6);
    border-radius: calc(var(--height) / 2);
    /* border: 3px solid #dbdbdb; */
    border: 3px solid #a1a1a1;
    /* background-color: #dbdbdb; */
    background-color: #a1a1a1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
  }
  
  .toggle input:checked+.slider {
    /* background-color: #198754; */
    /* background-color: #dbdbdb; */
    background-color: #fff;
  }
  
  .toggle input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
  }
  
  .toggle .labels {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 100%;
    color: #0dcaf0;
    transition: all 0.4s ease-in-out;
  }
  
  .toggle .labels::after {
    content: attr(data-frozen);
    position: absolute;
    right: 20px;
    opacity: 1;
    font-weight: bold;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); */
    transition: all 0.4s ease-in-out;
  }
  
  .toggle .labels::before {
    content: attr(data-active);
    position: absolute;
    left: 20px;
    opacity: 0;
    /* color: #dbdbdb; */
    /* color: #fefefe; */
    color: #198754;
    font-weight: bold;
    /* text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4); */
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); */
    /* text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3); */
    /* text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8); */
    transition: all 0.4s ease-in-out;
  }
  
  .toggle input:checked~.labels::after {
    opacity: 0;
  }
  
  .toggle input:checked~.labels::before {
    opacity: 1;
  }
  /* END TOGGLE FOR ACTIVE */