*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background: #fff;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #2ea3f2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#page-container {
  overflow-x: hidden;
}

.row {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1350px) {
  .row {
    padding: 27px 0;
  }
}

/* Buttons — Divi style */
.btn {
  display: inline-block;
  color: #fff !important;
  background: #fc7086;
  border: 0;
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 12px 28px;
  margin-top: 20px;
  cursor: pointer;
  box-shadow: 0 10px 30px 0 rgba(252, 112, 134, 0.5);
  transition: letter-spacing 300ms ease;
  text-decoration: none !important;
  line-height: 1.7em;
}

.btn:hover {
  letter-spacing: 2px;
}

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

.btn-pink {
  background: #fc7086;
}

.btn-orange {
  background: #ffbc6c;
}

.btn-purple {
  background: #7f3e7b;
}

.btn-rose {
  background: #fd898e;
}

.btn-black {
  background: #000;
  box-shadow: 0 10px 30px 0 rgba(252, 112, 134, 0.5);
}

/* Slider */
.slider {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.slides {
  position: relative;
}

.slide {
  display: none;
  width: 100%;
}

.slide.is-active {
  display: block;
  animation: fadeIn 0.7s ease;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  background: none;
  border: 0;
  color: #000;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  padding: 0 8px;
}

.slider:hover .slider-arrow {
  opacity: 1;
}

.slider-arrow.prev {
  left: 22px;
}

.slider-arrow.next {
  right: 22px;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.slider-dots button {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}

.slider-dots button.is-active {
  opacity: 1;
}

/* Intro */
.intro {
  padding: 0;
}

.intro h1 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 46px;
  color: #8062e5;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

.intro-text {
  font-weight: 600;
  font-size: 17px;
}

.intro-text p {
  padding-bottom: 1em;
}

.intro-text p:last-child {
  padding-bottom: 0;
}

/* Featured 2500 */
.featured {
  padding: 160px 0 54px;
}

.featured-grid {
  display: flex;
  align-items: center;
  gap: 5.5%;
}

.featured-image,
.featured-copy {
  width: 47.25%;
}

.featured-image {
  margin-top: -20px;
  margin-bottom: -20px;
}

.featured-image img {
  width: 100%;
  box-shadow: 13px 42px 45px -3px rgba(0, 0, 0, 0.1);
}

.featured-copy h3 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 28px;
  color: #2b2b2b;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.gold-line {
  width: 80px;
  height: 3px;
  background: #f7d584;
  margin: 10px 0 20px;
}

/* Products */
.products {
  padding: 54px 0;
}

.products-grid {
  display: flex;
  gap: 3%;
}

.product {
  width: 31.333%;
  text-align: left;
}

.product img {
  width: 100%;
}

.product p {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #2b2b2b;
  line-height: 1.3em;
  text-align: center;
  margin-top: 16px;
}

.product .btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* Gallery masonry */
.gallery {
  padding: 54px 0;
}

.gallery-grid {
  width: 90%;
  max-width: none;
  margin: 0 auto;
  display: flex;
  gap: 3%;
}

.gallery-col {
  width: 31.333%;
}

.gallery-col img {
  width: 100%;
  margin-bottom: 50px;
}

/* Footer */
.site-footer {
  background-color: rgba(204, 156, 0, 0.52);
  padding: 54px 0;
}

.site-footer h2 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #2b2b2b;
  margin-bottom: 16px;
}

.footer-about {
  font-size: 20px;
}

.footer-about p {
  padding-bottom: 1em;
}

.partners {
  display: flex;
  gap: 5.5%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.partner {
  width: 47.25%;
  text-align: center;
}

.partner img {
  margin: 0 auto;
  max-width: 100%;
}

.partner .btn {
  margin-top: 20px;
}

.contact-title {
  font-weight: 500;
  font-size: 26px;
  padding-bottom: 16px;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
}

.contact-form {
  position: relative;
  margin-left: -1.5%;
}

.contact-form .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-row {
  display: flex;
  gap: 3%;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px;
  margin: 0 0 16px 1.5%;
  border: none;
  background: #eee;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #666;
  resize: vertical;
}

.form-row input {
  width: 48.5%;
}

.contact-form .btn {
  display: block;
  margin-left: auto;
  margin-right: 0;
  box-shadow: 0 2px 18px 0 rgba(252, 112, 134, 0.5);
}

.contact-message {
  margin-bottom: 16px;
  padding: 12px 16px;
  background: #e8f5e9;
  color: #2e7d32;
  font-weight: 600;
}

.contact-message.is-error {
  background: #fdecea;
  color: #c62828;
}

.contact-info {
  font-size: 19px;
  margin-top: 24px;
}

.credits {
  margin-top: 20px;
  font-size: 14px;
}

/* Scroll top */
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 980px) {
  .featured-grid,
  .products-grid,
  .partners,
  .gallery-grid,
  .form-row {
    flex-direction: column;
    gap: 30px;
  }

  .featured-image,
  .featured-copy,
  .product,
  .partner,
  .gallery-col,
  .form-row input {
    width: 100%;
  }

  .product {
    text-align: center;
  }

  .product img {
    margin: 0 auto;
  }

  .gold-line {
    display: none;
  }

  .gallery-col img {
    margin-bottom: 30px;
  }

  .intro h1 {
    font-size: 34px;
  }

  .featured {
    padding-top: 80px;
  }

  .contact-form {
    margin-left: 0;
  }

  .contact-form input,
  .contact-form textarea {
    margin-left: 0;
  }

  .contact-form .btn {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .row {
    width: 90%;
  }

  .gallery-grid {
    width: 90%;
  }

  .intro h1 {
    font-size: 28px;
  }

  .intro-text,
  .footer-about {
    font-size: 16px;
  }

  .slider-arrow {
    opacity: 1;
  }

  .slider-arrow.prev {
    left: 8px;
  }

  .slider-arrow.next {
    right: 8px;
  }
}
