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

/* ----------------------------------------------
 * Generated by Animista on 2022-8-10 20:55:1
 * 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: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-color: #white;
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

nav {
  padding: 0 !important;
  text-transform: uppercase;
  transition: background-color 0.6s;
  z-index: 1;
  background-color: #fff !important;
}
nav .container-fluid {
  justify-content: space-around !important;
  padding: 0 0 1rem 0 !important;
}
nav .navbar-brand {
  padding: 0;
  font-weight: bold;
  margin: 0;
}
nav .navbar-brand img {
  align-self: flex-start;
  height: 80px;
  min-height: auto;
  min-width: 100%;
}
nav .navbar-collapse {
  padding-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: bolder;
}
nav .navbar-collapse .navbar-nav {
  gap: 0.5rem;
}
nav .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  color: black;
  box-shadow: inset 0 0 0 0 black;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
  transition: color 0.4s ease-in-out, box-shadow 0.3s ease-in-out;
}
nav .navbar-collapse .navbar-nav .nav-link:hover {
  box-shadow: inset 250px 0 0 0 black;
  color: white;
}

header {
  color: #fff;
}
header h1 {
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
}
header h1 .gap {
  font-weight: 400;
  font-size: 1.6rem;
  display: block;
  margin-top: 20px;
}
header p {
  font-size: 14px;
}
header .hero-img {
  position: relative;
  height: 35vh;
  background-image: url("../img/hero.jpg");
  background-position: center;
  background-size: cover;
  z-index: 0;
}
header .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -10;
}
header .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-align: center;
  z-index: 5;
}
header .btn-outline-light {
  text-transform: uppercase;
}
header .fa-chevron-down {
  position: absolute;
  left: 49%;
  right: 50%;
  bottom: 20px;
  font-size: 30px;
  color: #fff;
}

#about-us h2 {
  margin-top: 2rem;
  background-color: black;
  padding: 1rem 0;
  color: white;
  font-size: 2rem;
  font-weight: 500;
}
#about-us .about-us-container {
  display: flex;
  align-items: center;
}
#about-us .about-hero-img {
  border-radius: 10%;
  position: relative;
  height: 50vh;
  padding: 0;
  background-image: url("../img/about-hero.jpg");
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#about-us .about-hero-shadow {
  border-radius: 10%;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -10;
}
#about-us .about-hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-align: center;
  z-index: 5;
}
#about-us .custom-card-text {
  padding: 0 10px;
  font-weight: 600;
  text-align: center;
  font-size: 1.3rem;
}
#about-us .custom-card-text span {
  font-weight: bold;
}
#about-us .custom-card-text a {
  color: #8f5500;
  text-decoration: none;
}

#realizations h2 {
  margin-top: 2rem;
  background-color: black;
  padding: 1rem 0;
  color: white;
  font-size: 2rem;
  font-weight: 500;
}
#realizations .realization-box {
  cursor: pointer;
  margin: 20px 10px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s;
}
#realizations .realization-box .realization-hero-img-1 {
  position: relative;
  height: 30vh;
  background-image: url("../img/stairs.jpg");
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#realizations .realization-box .realization-hero-img-2 {
  position: relative;
  height: 30vh;
  background-image: url("../img/window.jpg");
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#realizations .realization-box .realization-hero-img-3 {
  position: relative;
  height: 30vh;
  background-image: url("../img/door.jpg");
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#realizations .realization-box .realization-hero-img-4 {
  position: relative;
  height: 30vh;
  background-image: url("../img/intdoor.jpg");
  background-position: center;
  background-size: cover;
  z-index: 0;
}
#realizations .realization-box .realization-hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -10;
}
#realizations .realization-box .realization-hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-align: center;
  z-index: 5;
}
#realizations .realization-box h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: white;
}
#realizations .realization-box:hover {
  transform: scale(1.05);
}

#contact-us h2 {
  margin-top: 2rem;
  background-color: black;
  padding: 1rem 0;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#contact-us h3 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
#contact-us .container {
  text-align: center;
  font-size: 1.3rem;
}
#contact-us .container a {
  color: black;
  padding: 0.5rem;
  text-decoration: none;
  font-size: 1.3rem;
}

#gallery h2 {
  margin-top: 2rem;
  background-color: black;
  padding: 1rem 0;
  color: white;
  font-size: 2rem;
  font-weight: 500;
}
#gallery h3 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
#gallery .gallery-container {
  text-align: center;
  font-size: 1.5rem;
}
#gallery .gallery-container a {
  color: black;
  padding: 0.5rem;
  text-decoration: none;
  font-size: 1.5rem;
}
#gallery #my-gallery img {
  padding: 0.5rem 0;
  height: 350px;
  width: 250px;
}

#contact h2 {
  margin-top: 2rem;
  background-color: black;
  padding: 1rem 0;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
#contact .contact-item {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  gap: 0.5rem;
  color: black;
}
#contact .contact-item a {
  color: black;
  text-decoration: none;
}

footer {
  background-color: black;
  color: white;
  text-align: center;
}
footer .info {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .info p {
  padding: 1rem;
  margin-bottom: 0;
}
footer .info p i {
  font-size: 1.3rem;
  color: white;
}
footer .info p span {
  color: white;
  display: block;
}
footer .info a {
  text-decoration: none;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: black;
  color: white;
  padding: 1rem;
  font-size: 0.9rem;
  text-align: center;
  z-index: 9999;
  display: none;
}

.cookie-banner p {
  margin: 0;
}

.cookie-btn {
  margin-left: 1rem;
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  border-radius: 4px;
}

.cookie-btn:hover {
  background-color: #45a049;
}

@media (min-width: 375px) {
  nav .navbar-brand {
    margin: 0;
  }
  nav .navbar-brand img {
    height: 100px;
  }
}
@media (min-width: 520px) {
  nav .navbar-brand {
    margin: 0;
  }
  nav .navbar-collapse {
    margin-right: 0;
    font-size: 1.2rem;
  }
  nav .navbar-collapse .navbar-nav {
    align-items: center;
  }
}
@media (min-width: 768px) {
  nav .navbar-collapse {
    font-size: 1.4rem;
  }
  #contact .contact-item {
    padding: 0;
  }
}
@media (min-width: 992px) {
  nav .navbar-brand {
    margin-left: 10%;
  }
  nav .navbar-brand img {
    height: 120px;
  }
  nav .navbar-collapse {
    margin-right: 5%;
  }
  nav .navbar-collapse .navbar-nav {
    gap: 2rem;
  }
  header h1 {
    font-size: 3rem;
  }
  header h1 .gap {
    font-size: 2rem;
    display: block;
  }
  header .hero-img {
    height: 65vh;
    background-position: 50% 40%;
    background-size: cover;
  }
  #about-us h2 {
    margin-top: 4rem;
  }
  #realizations .realization-box .realization-hero-img-1 {
    height: 50vh;
  }
  #realizations .realization-box .realization-hero-img-2 {
    height: 50vh;
  }
  #realizations .realization-box .realization-hero-img-3 {
    height: 50vh;
  }
  #realizations .realization-box .realization-hero-img-4 {
    height: 50vh;
  }
  #contact-us h2 {
    font-size: 2rem;
  }
  #contact-us h3 {
    font-size: 2rem;
  }
  #contact-us .container {
    text-align: center;
    font-size: 1.5rem;
  }
  #contact-us .container a {
    color: black;
    padding: 0.5rem;
    text-decoration: none;
    font-size: 1.5rem;
  }
  #contact h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  nav .navbar-brand {
    margin-left: 14%;
  }
  nav .navbar-collapse {
    margin-right: 14%;
  }
}
@media (min-width: 1400px) {
  .gallery-container {
    max-width: 1400px !important;
  }
}

/*# sourceMappingURL=main.css.map */
