.bounce-top {
  display: block;
  animation: bounce-top 2s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-11-5 22:57:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@keyframes bounce-top {
  0% {
    transform: translate(-50%, -45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translate(-50%, -24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translate(-50%, -12px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translate(-50%, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate(-50%, 0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 75px;
}

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

body {
  background: #f8f7f3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #3f3f3f;
  overflow-x: hidden;
}

.color-text {
  color: #e5cfbe;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
}

.underline {
  width: 120px;
  height: 4px;
  margin: 0 auto 40px;
  background: #d7bba5;
}

nav {
  text-transform: uppercase;
  z-index: 6;
  font-size: 22px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  transition: background-color 0.6s;
}
nav .navbar-toggler {
  padding: 10px 15px;
}
nav .navbar-brand {
  font-weight: bold;
}
nav .fa-brands {
  font-size: 20px;
  font-weight: normal;
}
nav .nav-link,
nav .navbar-nav .nav-link.show,
nav .navbar-brand,
nav .fa-bars {
  color: #f8f7f3;
}
nav .nav-link:focus,
nav .nav-link:hover,
nav .navbar-brand:focus,
nav .navbar-brand:hover,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .show > .nav-link {
  color: #000000;
}

.shadow-bg {
  background: #d7bba5;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

header.hero-img {
  position: relative;
  height: 100vh;
  background-image: url("../img/hero_img2_small.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  z-index: 0;
}
header.hero-img h1 {
  text-transform: uppercase;
}
header.hero-img .hero-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: -5;
}
header.hero-img .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #f8f7f3;
}
header.hero-img .fa-chevron-down {
  position: absolute;
  bottom: 20px;
  font-size: 30px;
  color: #f8f7f3;
  left: 50%;
  transform: translateX(-50%);
}

.offer i {
  margin-top: 20px;
  font-size: 30px;
}
.offer .offer-card-title {
  font-size: 18px;
  text-transform: uppercase;
}
.offer .offer-card-text {
  font-size: 16px;
}
.offer .offer-hover {
  transition: color 0.3s;
}
.offer .offer-hover:hover {
  color: #927e6d;
}

.aboutus-hero {
  position: relative;
  background-image: url("../img/section_small.jpg");
  background-size: cover;
  background-position: center;
  color: #f8f7f3;
  z-index: 0;
}
.aboutus-hero .aboutus-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -5;
}
.aboutus-hero .offer-hero-item {
  margin: 10px 0;
}
.aboutus-hero .offer-hero-item p .fa-solid {
  color: #f8f7f3;
}
.aboutus-hero .offer-hero-item i {
  font-size: 36px;
}
.aboutus-hero .offer-hero-item .offer-hero-title {
  font-size: 24px;
}

.portfolio .carousel-item {
  height: 600px;
}
.portfolio .carousel-caption {
  left: 0;
  right: 0;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.portfolio .carousel-indicators {
  padding-bottom: 20px;
}

.btn-galeria {
  color: #f8f7f3;
  background-color: #d7bba5;
  font-size: 22px;
}

.btn-galeria:hover {
  color: #000000;
  background-color: #d7bba5;
}

.opinions .opinion-box {
  padding: 20px;
}
.opinions .opinion-name {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

.opinions-info {
  margin-top: 30px;
}
.opinions-info a {
  text-decoration: none;
}

.fa-star {
  color: #cebe9d;
}

.bestsellers {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  background-image: url("/img/bestseller.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #f8f7f3;
  z-index: 0;
}
.bestsellers .bestsellers-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -5;
}
.bestsellers .card {
  transition: scale 0.3s;
}
.bestsellers .card img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bestsellers .card:hover {
  scale: 0.96;
}
.bestsellers .card-title {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.bestsellers .card-body {
  height: 180px;
}

.achievements-list {
  padding: 20px 0;
}
.achievements-list i {
  padding: 10px;
  font-size: 38px;
  color: #3f3f3f;
}
.achievements-list .achievement-number {
  font-size: 22px;
  text-transform: uppercase;
}
.achievements-list .achievement-text {
  font-size: 13px;
  text-transform: uppercase;
}

.contact {
  position: relative;
  background-image: url("/img/contact/bg.jpg");
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  color: #f8f7f3;
  z-index: 0;
}
.contact .underline {
  background-color: #f8f7f3;
}
.contact .contact-shadow {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 9, 27, 0.65);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact .contact-us {
  display: flex;
  align-items: center;
}
.contact .contact-us .contact-item {
  color: #f8f7f3;
  font-size: 42px;
  margin: 30px 0;
}
.contact .contact-us .contact-item a {
  text-decoration: none;
  color: #f8f7f3;
}
.contact .contact-us .contact-item p {
  font-size: 20px;
  letter-spacing: 2px;
}
.contact .contact-us .contact-item i {
  transition: color 0.3s;
}
.contact .contact-us .contact-item .fa-facebook:hover {
  color: rgb(140, 140, 247);
}
.contact .contact-us .contact-item .fa-tiktok:hover {
  color: rgb(246, 126, 83);
}
.contact .contact-us .contact-item .fa-instagram:hover {
  color: rgb(224, 87, 237);
}

footer {
  background: #a19084;
  color: #f8f7f3;
}

@media (max-width: 576px) {
  nav .navbar-brand {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero-text h1 {
    font-size: 42px;
  }
  .hero-text p {
    font-size: 26px;
  }
  .card .card-body {
    height: 200px;
  }
}
@media (min-width: 992px) {
  nav {
    font-size: 18px;
  }
  html {
    scroll-padding-top: 72px;
  }
  .aboutus-hero {
    background-image: url("../img/section_.jpg");
  }
  .card .card-body {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  header.hero-img {
    background-image: url("../img/hero_img2.jpg");
  }
  .card .card-body {
    height: 220px;
  }
}/*# sourceMappingURL=main.css.map */