@charset "UTF-8";
.bounce-top {
  display: block;
  animation: bounce-top 2s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-1-3 5:3:25
 * 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;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #eaebf0;
}

span {
  font-weight: bold;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  color: rgb(32, 38, 41);
  padding: 40px;
}

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

.contact-number {
  text-decoration: none;
  color: rgb(216, 216, 216);
}

nav {
  text-transform: uppercase;
  z-index: 5;
}
nav i {
  color: rgb(216, 216, 216);
}
nav .navbar-toggler {
  padding: 10px 15px;
}
nav .nav-link {
  color: rgb(216, 216, 216);
}
nav .navbar-brand {
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  color: rgb(216, 216, 216);
}
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 .nav-link.show {
  color: rgb(226, 155, 3);
}

.hero-img {
  position: relative;
  top: 0;
  height: 100svh;
  background-image: url("../img/1000036075.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 0;
}
.hero-img .btn {
  margin: 10px;
  padding: 5px 10px;
  font-size: 18px;
}
.hero-img .header {
  overflow: hidden;
}
.hero-img .hero-text {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-img h1 {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.hero-img p {
  color: rgb(216, 216, 216);
}
.hero-img .hero-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -5;
}
.hero-img .fa-chevron-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: rgb(255, 255, 255);
}

.aboutus {
  overflow-x: hidden;
}
.aboutus h3 {
  margin-bottom: 15px;
}
.aboutus p {
  text-align: justify;
}

.pur-foam {
  position: relative;
  z-index: 0;
}
.pur-foam ul {
  color: rgb(216, 216, 216);
  list-style: none;
}
.pur-foam ul li {
  font-size: 16px;
  font-weight: 600;
}
.pur-foam ul li::marker {
  content: "✓ ";
  color: rgb(226, 155, 3);
  font-weight: bold;
}
.pur-foam .pur-foam-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: -5;
}
.pur-foam .section-title {
  color: rgb(255, 255, 255);
}
.pur-foam h3,
.pur-foam h4,
.pur-foam h5 {
  color: rgb(255, 255, 255);
  padding-bottom: 20px;
}
.pur-foam h5 {
  font-size: 20px;
}
.pur-foam p {
  text-align: justify;
  color: rgb(216, 216, 216);
}

.prices .price-info-heading {
  margin-bottom: 30px;
  font-size: 25px;
  color: rgb(32, 38, 41);
}
.prices .row > * {
  padding: 0;
}
.prices .card {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  transition: transform 0.3s;
}
.prices .card-header {
  background-color: rgba(0, 0, 0, 0.8);
}
.prices .card:hover {
  transform: scale(1.05);
}
.prices .thickness-switch button {
  padding: 8px 16px;
  margin-bottom: 15px;
  border: none;
  cursor: pointer;
}
.prices .thickness-switch button.active {
  background-color: rgb(226, 155, 3);
  color: #fff;
}
.prices button:hover {
  background-color: rgb(247, 212, 139);
}
.prices .content-item {
  display: none;
  margin-top: 16px;
}
.prices .content-item.active {
  display: block;
}
.prices .card-title {
  color: rgb(255, 255, 255);
  margin: 0;
}
.prices .card-heading {
  font-weight: bold;
}
.prices .prices-info {
  font-size: 20px;
  font-weight: 300;
}

.contact {
  background-color: rgb(32, 38, 41);
  color: rgb(255, 255, 255);
  padding-bottom: 50px;
}
.contact .section-title {
  color: rgb(255, 255, 255);
}
.contact .contact-box {
  margin: 10px 0;
}
.contact .contact-box .contact-box-item {
  position: relative;
  height: 100%;
  padding: 20px;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 15px;
  z-index: 3;
}
.contact .contact-box .contact-box-item p {
  margin: 0;
}
.contact .contact-box .contact-box-item .contact-label {
  padding: 5px 0;
  font-size: 26px;
  letter-spacing: 1px;
}
.contact .contact-box .contact-box-item .contact-hint {
  color: rgb(216, 216, 216);
}
.contact .contact-box .contact-box-item .contact-value {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  color: rgb(216, 216, 216);
  transition: color 0.3s;
}
.contact .contact-box .contact-box-item .contact-value:hover {
  color: rgb(226, 155, 3);
}
.contact .contact-box .contact-box-item .contact-hints {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin: 10px;
}
.contact .contact-box .contact-box-item .contact-hint {
  font-size: 16px;
}
.contact .contact-box .contact-box-item a i {
  display: block;
  font-size: 25px;
  color: rgb(216, 216, 216);
  transition: color 0.3s;
}
.contact .contact-box .contact-box-item a i:hover {
  color: rgb(226, 155, 3);
}
.contact .contact-box-item::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 4px;
  content: "";
  border: 1px solid rgb(216, 216, 216);
  border-radius: 10px;
  z-index: -1;
}
.contact .contact-ico i {
  font-size: 35px;
}
.contact .info-hint {
  color: rgb(216, 216, 216);
}

.footer {
  padding: 60px 0;
  background-color: black;
}
.footer p {
  margin: 0;
  color: rgb(216, 216, 216);
  text-align: center;
}
.footer a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.footer a:hover {
  color: rgb(216, 216, 216);
}

@media (min-width: 768px) {
  .hero-text h1 {
    font-size: 42px;
  }
  .hero-text p {
    font-size: 20px;
  }
  .hero-text .btn {
    padding: 10px 25px;
  }
}
@media (min-width: 1200px) {
  .hero-img {
    background-image: url("../img/1000036075.jpg");
  }
  .pur-foam {
    background-image: url("../img/house-1836070_1920.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
  }
  .pur-foam .pur-foam-shadow {
    background-color: rgba(0, 0, 0, 0.8);
  }
}/*# sourceMappingURL=style.css.map */