@import url(//fonts.googleapis.com/css2?family=Poppins);
@import url(//fonts.cdnfonts.com/css/brittany-signature);
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  height: 100vh;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #000;
}

.logo {
  font-family: "Brittany Signature", sans-serif;
  width: 8em;
  text-align: center;
  margin-left: -1em;
  padding: 0;
  line-height: 1.5em;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 48%;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
}
nav ul {
  margin: 1em 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
nav ul a {
  margin: 0;
  padding: 0.47em 0;
  display: block;
  width: 100%;
}
nav .top {
  padding: 3.125em 1.875em 0;
  display: flex;
  justify-content: space-between;
}

.open-nav {
  transform: translateY(0%);
}

header {
  margin: 3.125em 1.875em;
  display: flex;
  justify-content: space-between;
}
header svg {
  width: 1.5em;
  cursor: pointer;
}
header .icons {
  display: flex;
  gap: 1.4em;
  align-items: center;
}

.hero {
  margin: 3.125em 1.875em;
  display: flex;
  flex-direction: column;
}
.hero .img {
  position: absolute;
  top: 17%;
  left: 0;
  background: url("./assets/img/home/hero-img.png");
  background-size: cover;
  background-position-x: 35%;
  width: 100%;
  height: 50vh;
  z-index: -1;
}
.hero .text {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin: 5em 0 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.hero .text h1 {
  margin: 0;
  padding: 0;
  font-size: 1.56em;
  font-weight: 500;
  width: 6em;
  line-height: 1.6em;
}
.hero .text p {
  margin: 0;
  font-size: 0.9em;
}
.hero .text .btn {
  margin-top: 0.7em;
}
.hero .text .btn button {
  padding: 0.56em 0.9em;
  border: none;
  border-radius: 0.5em;
  background: #e3d9cd;
  cursor: pointer;
}
.hero .text .btn button:hover {
  background: #f3e6d7;
}
.hero .text .btn button:active {
  background: #c9beb2;
}

.featured-products {
  margin: 12.5em 1.875em 5em;
}
.featured-products h1 {
  font-size: 1.5em;
  text-align: center;
  font-weight: 500;
}
.featured-products .img {
  background: url("./assets/img/home/feat-prod_01.jpg");
  background-size: cover;
  background-position-x: 35%;
  background-position-y: 80%;
  width: 100%;
  height: 20vh;
}
.featured-products .img-2 {
  background: url("./assets/img/home/feat-prod_02.jpg");
  background-size: cover;
  background-position-x: 60%;
  background-position-y: 30%;
}
.featured-products .img-3 {
  background: url("./assets/img/home/feat-prod_03.jpg");
  background-size: cover;
  background-position-x: 47%;
  background-position-y: 30%;
}
.featured-products .img-4 {
  background: url("./assets/img/home/feat-prod_04.jpg");
  background-size: cover;
  background-position-x: 47%;
  background-position-y: 30%;
}
.featured-products .cards {
  margin-top: 3em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.25em;
}
.featured-products .card {
  width: 40%;
}
.featured-products .card .desc h2 {
  padding: 0;
  margin: 0;
  font-size: 1.25em;
  font-weight: bold;
  cursor: pointer;
}
.featured-products .card .desc p {
  padding: 0;
  margin: 0;
}

.for-painter {
  margin: 3.125em 1.875em;
}
.for-painter .img {
  background: url("./assets/img/home/for-painter.jpg");
  background-size: cover;
  background-position-x: 35%;
  background-position-y: 10%;
  width: 100%;
  height: 60vh;
}
.for-painter .text {
  margin: 1.25em 0 0;
}
.for-painter .text h1 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.for-painter .text p {
  margin: 0;
  padding: 0;
}

.custom-paintings {
  margin: 5em 1.875em 0;
}
.custom-paintings .img {
  background: url("./assets/img/home/custom-painting.jpg");
  background-size: cover;
  background-position-x: 35%;
  background-position-y: 10%;
  width: 100%;
  height: 60vh;
}
.custom-paintings .text {
  margin: 1.25em 0 0;
}
.custom-paintings .text h1 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.custom-paintings .text p {
  margin: 0;
  padding: 0;
}
.custom-paintings button {
  margin: 1.25em 0 0;
  padding: 0.9em 1.6em;
  border: none;
  background: #d9d9d9;
  border-radius: 0.4em;
  cursor: pointer;
}
.custom-paintings button:hover {
  background: #e0e0e0;
}
.custom-paintings button:active {
  background: #b5b5b5;
}

.testemonials {
  margin: 5em 1.875em 0;
}
.testemonials .testemonial {
  display: none;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.testemonials .testemonial svg {
  width: 1.9em;
}
.testemonials .testemonial p {
  color: #7c7c7c;
  width: 18em;
  font-weight: 400;
  font-style: italic;
}
.testemonials .testemonial span {
  color: #7c7c7c;
  font-size: 0.9em;
}
.testemonials .testemonial-selected {
  display: flex;
}
.testemonials .testemonial-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25em 0;
  text-align: center;
}
.testemonials .testemonial-nav span {
  width: 0.55em;
  height: 0.55em;
  display: inline-block;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0 0.3em;
  cursor: pointer;
}
.testemonials .testemonial-nav .carousel-button-selected {
  background: #a8a8a8;
}

.ask-question {
  margin: 5em 1.875em 5.625em;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ask-question h1 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.ask-question form {
  margin: 1.9em 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ask-question form label[for=question] {
  margin: 0.6em 0 0;
}
.ask-question form input[type=text] {
  padding: 0.75em 1.25em;
  border: 0.125em solid #d9d9d9;
  border-radius: 0.3em;
}
.ask-question form input[type=text]:focus {
  border: 0.25em solid #d9d9d9;
  outline: none;
}
.ask-question form .btn {
  text-align: right;
  margin: 0.625em 0 0;
}
.ask-question form .btn input[type=submit] {
  margin: 1.25em 0 0;
  padding: 0.9em 1.6em;
  border: none;
  background: #d9d9d9;
  border-radius: 0.4em;
  cursor: pointer;
}
.ask-question form .btn input[type=submit]:hover {
  background: #e0e0e0;
}
.ask-question form .btn input[type=submit]:active {
  background: #b5b5b5;
}

.footer {
  padding: 2.5em 0 5em 1.875em;
  display: flex;
  flex-direction: column;
  background: #d1d1d1;
}
.footer .logo {
  margin: 0;
  padding-bottom: 0.625em;
}
.footer .footer-logo {
  margin: 0 -1em;
  width: 9.375em;
  text-align: center;
}
.footer h1 {
  margin: 1.5em 0 0.375em;
  font-size: 1.25em;
  font-weight: 500;
  color: #505050;
}
.footer p {
  margin: 0;
  padding: 0;
  width: 11.25em;
  font-size: 1em;
  color: #626262;
}
.footer svg {
  width: 1.2em;
}

.pro-container {
  margin: 2em 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25em;
}
.pro-container .pro {
  display: flex;
  flex-direction: column;
  width: 10.625em;
  text-align: left;
}
.pro-container .pro img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 11.25em;
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
}
.pro-container .pro a {
  font-size: 1.125em;
}
.pro-container .pro a .price {
  font-size: 1em;
}

.shop {
  margin: 5em 1.875em 0;
  text-align: center;
}
.shop h1 {
  font-weight: 500;
}

.buttons {
  margin: 4em 0 8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons a {
  margin: 0 1em;
}
.buttons a button {
  display: flex;
  background: none;
  border: 2px solid #8b8b8b;
  border-radius: 0.5em;
  cursor: pointer;
}
.buttons a button .arrow {
  padding: 0.625em;
  width: 1.5625em;
  fill: #8b8b8b;
}
.buttons a button .right {
  transform: rotate(180deg);
}
.buttons a .no-go {
  fill: #d1d1d1;
}
.buttons a .no-go-btn {
  border: 2px solid #cbcbcb;
}

#blur.active {
  filter: blur(20px);
}

.section-primary {
  margin: 5em 1.875em 0;
  display: flex;
  flex-direction: column;
}
.section-primary .product-image {
  width: 100%;
  height: 26.875em;
}
.section-primary .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-primary .description h1 {
  margin-bottom: 0;
  font-weight: 500;
}
.section-primary .description p {
  font-size: 0.875em;
  font-weight: 300;
}
.section-primary .description button {
  padding: 0.6em 1.125em;
  background: #d9d9d9;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
}

.section-p2 {
  margin: 5em 1.875em 0;
}
.section-p2 h1 {
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
.section-p2 .button {
  margin: 3em 0 5em;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-p2 button {
  padding: 0.625em 0.93em;
  display: flex;
  flex-direction: row;
  gap: 0.625em;
  align-items: center;
  background: none;
  border: 2px solid #8b8b8b;
  border-radius: 0.5em;
  color: #8b8b8b;
}
.section-p2 button .arrow {
  width: 0.9375em;
}

.contact-us {
  margin: 5em 1.875em 0;
}
.contact-us h1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.contact-us form {
  display: flex;
  flex-direction: column;
}
.contact-us form label {
  margin: 0.5em 0 0;
}
.contact-us form input {
  padding: 0.75em 1.25em;
  font-family: "Poppins", sans-serif;
  stroke: none;
  border: 2px solid #d9d9d9;
  border-radius: 0.5em;
}
.contact-us form input:focus {
  border: 0.25em solid #d9d9d9;
  outline: none;
}
.contact-us form textarea {
  padding: 0.75em 1.25em;
  font-family: "Poppins", sans-serif;
  stroke: none;
  border: 2px solid #d9d9d9;
  border-radius: 0.5em;
  resize: none;
}
.contact-us form textarea:focus {
  border: 0.25em solid #d9d9d9;
  outline: none;
}
.contact-us form .form-btn {
  width: 100%;
  text-align: right;
}
.contact-us form button {
  margin: 1em 0 5em;
  padding: 0.75em 1.25em;
  border: none;
  background: #d9d9d9;
  border-radius: 0.5em;
}

.gallery {
  margin: 5em 1.875em;
}
.gallery h1 {
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
.gallery .gallery-pictures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25em;
}
.gallery .gallery-pictures img {
  width: 45%;
  height: 12.5em;
  -o-object-fit: cover;
     object-fit: cover;
}

.log-in {
  display: none;
}

@media only screen and (min-width: 760px) {
  header {
    margin: 3.125em 5em;
    align-items: center;
  }
  header .logo {
    font-size: 1.5em;
  }
  header .icons {
    display: none;
  }
  nav {
    transform: translateY(0%);
    position: unset;
    display: block;
    width: auto;
    height: auto;
    background: none;
  }
  nav .top {
    display: none;
  }
  nav .active {
    font-weight: 600;
  }
  nav ul {
    display: flex;
    margin: 0;
  }
  nav ul a {
    padding: 0 1.5em;
  }
  .hero {
    margin: 3.125em 5em;
  }
  .hero .img {
    position: absolute;
    top: 20%;
    left: 0;
    background: url("./assets/img/home/hero-img.png");
    background-size: cover;
    background-position-x: 35%;
    background-position-y: 40%;
    width: 100%;
    height: 65vh;
    z-index: -1;
  }
  .hero .text h1 {
    font-size: 2.1875em;
  }
  .hero .text p {
    font-size: 1.25em;
  }
  .hero .text button {
    font-size: 1em;
  }
  .hero .text button:hover {
    background: #f3e6d7;
  }
  .hero .text button:active {
    background: #c9beb2;
  }
  .featured-products {
    margin: 20em 5em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .featured-products h1 {
    font-size: 1.5625em;
  }
  .featured-products .cards {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2.5em;
  }
  .featured-products .cards .not-working {
    display: none;
  }
  .featured-products .cards .card .img {
    width: 15.625em;
    height: 18.75em;
  }
  .featured-products .cards .card .desc h2 {
    font-size: 1.25em;
  }
  .featured-products .cards .card .desc p {
    font-size: 1.125em;
  }
  .for-painter {
    margin: 9em 5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.25em;
  }
  .for-painter .img {
    width: 29.375em;
    height: 35em;
  }
  .for-painter .text {
    width: 22.5em;
    margin: 0 0 15%;
  }
  .for-painter .text h1 {
    font-size: 1.5625em;
  }
  .for-painter .text p {
    font-size: 1.25em;
    font-weight: 300;
  }
  .custom-paintings {
    margin: 9em 5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.25em;
  }
  .custom-paintings .img {
    order: 1;
    width: 29.375em;
    height: 35em;
  }
  .custom-paintings .text {
    width: 20.625em;
  }
  .custom-paintings .text h1 {
    font-size: 1.5625em;
  }
  .custom-paintings .text p {
    font-size: 1.25em;
    font-weight: 300;
  }
  .custom-paintings .text button {
    font-size: 1em;
  }
  .testemonials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5em;
  }
  .testemonials .testemonial {
    display: flex;
    flex-direction: column;
  }
  .testemonials .testemonial p {
    width: 12.5em;
  }
  .testemonials .testemonial-nav {
    display: none;
  }
  .ask-question {
    margin: 9em 5em;
    align-items: start;
  }
  .ask-question input {
    font-size: 1em;
  }
  .footer {
    padding: 3em 5em 7.5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .footer .footer-logo {
    text-align: center;
  }
  .footer .logo {
    margin: 0;
    font-size: 1.5em;
  }
  .footer .sec h1 {
    margin: 0;
    padding: 0 0 1.25em;
    width: 9.5em;
    font-size: 1.25em;
  }
  .footer .sec p {
    font-size: 0.9em;
  }
  .footer .sec svg {
    width: 1.5em;
  }
  .footer .third {
    display: flex;
    flex-direction: row;
    gap: 1.25em;
  }
  .shop {
    margin: 3.125em 5em;
  }
  .section-primary {
    margin: 3.125em 5em;
    display: flex;
    flex-direction: row;
    gap: 2.5em;
  }
  .section-primary .product-image {
    width: 50%;
  }
  .section-primary .description {
    width: 50%;
  }
  .section-p2 {
    margin: 10em;
  }
  .section-p2 .no-display {
    display: none;
  }
  .section-p2 .pro-container {
    justify-content: center;
    gap: 3.125em;
  }
  .contact-us {
    margin: 0 5em;
  }
  .gallery {
    margin: 0 5em;
  }
  .gallery .gallery-pictures {
    margin: 0;
  }
  .gallery .gallery-pictures img {
    width: 25%;
  }
  .log-in {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  header {
    margin: 3.125em 7.5em;
    align-items: center;
  }
  header .active {
    font-weight: 600;
  }
  header .logo {
    font-size: 1.5em;
  }
  header .icons {
    display: none;
  }
  .hero {
    margin: 3.125em 7.5em 20%;
  }
  .hero .img {
    height: 80vh;
  }
  .hero .text {
    margin: 12em 0 0;
  }
  .featured-products {
    margin: 22em 7.5em 0;
  }
  .featured-products .cards .not-working {
    display: flex;
    flex-direction: column;
  }
  .for-painter {
    margin: 9em 7.5em 0;
    gap: 6.25em;
  }
  .for-painter .text {
    margin: 0;
  }
  .custom-paintings {
    margin: 9em 7.5em 0;
    gap: 5.625em;
  }
  .testemonials {
    margin: 9em 7.5em 0;
    padding: 0;
  }
  .testemonials .testemonial {
    padding: 0;
    margin: 0;
  }
  .testemonials .testemonial p {
    width: 15.625em;
  }
  .ask-question {
    margin: 9em 7.5em 5.6em;
  }
  .ask-question form {
    margin: 1.5em 0 0;
  }
  .shop {
    margin: 9em 7.5em 5.6em;
  }
  .shop .pro {
    display: flex;
    flex-direction: column;
    width: 12.5em;
    text-align: left;
  }
  .shop .price {
    font-size: 0.7em;
    font-weight: 400;
  }
  .shop .no-display {
    display: none;
  }
  .section-primary {
    margin: 0 7.5em 5.6em;
  }
  .section-p2 {
    margin: 10em 7.5em 5.6em;
  }
  .section-p2 .no-display {
    display: flex;
  }
  .contact-us {
    margin: 0 7.5em;
  }
  .gallery {
    margin: 0 7.5em;
  }
  .gallery .gallery-pictures {
    margin: 3em 0;
  }
  .gallery .gallery-pictures img {
    width: 20%;
  }
  .log-in {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .log-in form {
    display: flex;
    flex-direction: column;
  }
  .log-in form input {
    width: 25em;
    margin-bottom: 1em;
    padding: 0.75em 1.25em;
    border: 0.125em solid #d9d9d9;
    border-radius: 0.3em;
  }
  .log-in form input:focus {
    border: 0.25em solid #d9d9d9;
    outline: none;
  }
  .log-in form a {
    width: 100%;
  }
  .log-in form a button {
    float: right;
    margin: 1.25em 0 0;
    padding: 0.9em 1.6em;
    border: none;
    background: #d9d9d9;
    border-radius: 0.4em;
    cursor: pointer;
  }
  .log-in form a button:hover {
    background: #e0e0e0;
  }
  .log-in form a button:active {
    background: #b5b5b5;
  }
  .choose-next {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
    gap: 0;
  }
  .choose-next .buttons {
    margin: 2em;
  }
  .choose-next .buttons button {
    float: right;
    margin: 0 0;
    padding: 0.9em 1.6em;
    border: none;
    background: #d9d9d9;
    border-radius: 0.4em;
    cursor: pointer;
  }
  .choose-next .buttons button:hover {
    background: #e0e0e0;
  }
  .choose-next .buttons button:active {
    background: #b5b5b5;
  }
}
@media only screen and (min-width: 1800px) {
  .featured-products {
    margin: 26em 7.5em 0;
  }
}/*# sourceMappingURL=main.css.map */