@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  scrollbar-color: red yellow;
  background-color: #ffffff;
}

.fade-in {
  animation: fade-in linear;
  animation-timeline: view();
}
@keyframes scroll-watcher {
  from {
    scale: 0.8;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}

.divHeading {
  all: unset;
  background-color: #FDB833;
  margin-left: 20px;
  text-align: center;
}
.divHeading h4 {
  font-family: "Space Grotesk", serif;
  border: solid #e74627;
  border-width: 0 0 4px 0;
  width: 300px;
  margin: 0 auto;
}

header {
  position: fixed;
  background-color: #ffffff;
  width: 100vw;
  border: solid #000000;
  border-width: 0 0 0px 0;
  z-index: 100;
  opacity: 0;
  animation: headerfade 3s ease-in-out forwards;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
header .logoHeader {
  margin: 0 !important;
}
header .logoHeader svg {
  width: 5rem;
  padding: 0;
  margin: 0 !important;
  padding-left: 15px;
}
@keyframes headerfade {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mainSite {
  animation: mainSite 3s ease-in-out forwards;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes mainSite {}

.permFixed {
  background: url(/images/pngwing.com-2.png);
  background-size: contain;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  display: none;
}

.flower {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100px;
  margin: 0 auto;
  justify-content: center;
  display: none;
}
.flower .flowerMain {
  opacity: 0.2;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flower .flowerMain #rotatingFlower {
  animation: rotate 4s linear infinite;
  transform-origin: center;
}

h1 {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 85%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  height: 100vh;
  align-items: center;
  margin-top: 30vh;
}

.intro {
  height: 100vh;
  width: 100vw;
  z-index: 0;
  background-color: red;
  background: rgb(255, 255, 255);
}

.cont1 {
  margin: 0 auto;
  opacity: 1;
  align-items: center;
  align-self: center;
  background-color: red !important;
}
.cont1 svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  animation: cssAnimation 2s ease-in-out forwards;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  70% {
    height: 100vh;
    opacity: 0;
  }
  90% {
    height: 100vh;
    opacity: 0;
  }
  92% {
    position: fixed;
    height: 5vh;
    bottom: 0;
    opacity: 0;
    top: 0;
    left: 0 !important;
    background-color: #ffffff;
    border: #000000 solid;
    border-width: 0 0 1px 0;
    z-index: 100;
    padding: 5px;
    margin: 0;
  }
  100% {
    position: fixed;
    height: 5vh;
    bottom: 0;
    opacity: 0;
    top: 0;
    left: 0 !important;
    background-color: #ffffff;
    border: #000000 solid;
    border-width: 0 0 1px 0;
    z-index: 100;
    padding: 5px;
    margin: 0 !important;
  }
}

.cont1B {
  margin-left: 1rem;
  width: 300px;
  width: 100vw;
  display: flex;
  opacity: 0;
  margin: 0 auto;
  animation: appear1 3s ease-in-out forwards;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
.cont1B .transformative {
  display: inline-block;
  border: dotted black;
  border-width: 0 0 1.5px 0;
}
@keyframes appear1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cont2 {
  position: relative;
}
.cont2 .noiseMaker {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/assets/asfalt-dark.png);
  background-size: contain;
  z-index: 2;
  opacity: 0.2;
  display: none;
}
.cont2 .swiper {
  width: 100%;
}
.cont2 .swiper-slide {
  align-items: center;
  justify-content: center;
  background-color: #570808;
  background-color: #ffffff;
  padding: 100px 0;
  font-size: 1.5rem;
}
.cont2 .swiper-slide {
  text-align: center;
}
.cont2 .swiper-slide a {
  text-align: center !important;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6078431373);
  font-size: 1rem;
  background-color: #ffffff;
  border: solid #444444 0.5px;
  font-family: "Space Grotesk", serif;
  padding: 4px;
  border-radius: 4px;
}
.cont2 img {
  width: 95%;
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
}

.contBreak {
  position: fixed;
  color: #000000;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 0;
  bottom: 20px;
  right: 20px;
  font-size: 1rem;
  padding: 0.5rem;
  font-family: var(--font-1);
  border: solid #570808;
  border-width: 0 0 4px 0;
  font-family: "Space Grotesk", serif;
}
.contBreak a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.cont3 {
  padding-top: 10vh;
  padding-bottom: 30vh;
  z-index: 100;
  background-color: rgb(148, 196, 199);
  background-color: #f5f5f5;
  max-width: 100% !important;
}
.cont3 .cont3Group {
  all: unset;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 30px;
  padding-top: 20vh;
}
.cont3 .cont3Group .cont3Tab {
  min-height: 300px;
  width: 270px;
  background-color: #ffffff;
  border: #000000 solid 1px;
  background-size: cover;
  color: #000000;
  border-radius: 40px;
  display: flex;
  margin: 0 auto !important;
  flex-direction: column;
  align-content: flex-start !important;
  justify-content: center;
  padding: 20px;
  text-align: left !important;
  gap: 0;
  margin: 0;
  font-family: "Space Grotesk", serif;
}
.cont3 .cont3Group .cont3Tab svg {
  width: 5rem;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 50%;
  margin-top: -30px;
}
.cont3 .cont3Group .cont3Tab h4 {
  font-size: 1.2rem;
}
.cont3 .cont3Group .cont3Tab h5 {
  font-size: 1.5rem;
  text-wrap: wrap !important;
  height: 10px;
  padding: 0;
  font-family: "Poppins", serif;
  font-weight: 600;
}

.cont4 {
  background-color: red;
}

.cont5 {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 1rem;
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0 auto;
  height: 30rem;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #6a0000;
  background-color: #190039;
}
.cont5 .testBox {
  position: relative;
  margin-bottom: -18rem;
  margin-right: 1rem;
  margin-left: 1rem;
  background-color: rgba(255, 255, 255, 0.862745098);
  color: #000000;
  width: 500px;
  min-width: 300px;
  height: 350px;
  border-radius: 20px;
  padding: 10px;
  color: #000000;
}
.cont5 .testBox hr {
  height: 5px;
  background-color: #FDB833;
  background-color: #190039;
  border: none;
}
.cont5 .testBox svg {
  margin-top: -18rem;
  width: 18rem;
}
.cont5 .testBox .innerblueSlab {
  top: 1rem;
  left: 1rem;
}
.cont5 .testBox .innerblueSlab .clientBox {
  margin-top: 2.5rem;
  display: flex;
  top: 0;
}
.cont5 .testBox .innerblueSlab .clientBox img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cont5 .testBox .innerblueSlab .clientBox .nameTag {
  margin-left: 0.8rem;
  margin-top: -1.6rem;
}
.cont5 .testBox .innerblueSlab .clientBox .nameTag h5 {
  color: #ffffff;
  color: #000000;
  font-size: 1.3rem;
  margin-bottom: 0rem;
}
.cont5 .testBox .innerblueSlab .clientBox .nameTag a {
  font-family: monospace;
  font-size: 1rem;
  text-decoration: none;
  color: #e6e6e6;
  color: #000000;
  font-weight: 300;
}

.bigBox1 {
  margin-top: 7rem;
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  background-color: #00176A;
  padding: 5rem 0;
  display: none;
}
.bigBox1 button {
  background-color: #000000;
  color: #ffffff;
  width: 12rem;
  height: 2.5rem;
  border-radius: 14px;
}
.bigBox1 button a {
  color: #ffffff;
}
.bigBox1 h4 {
  color: #ffffff;
  margin-left: 1rem;
  margin-right: 0.3rem;
  font-size: 2.2rem;
  text-align: left;
}
.bigBox1 .cont6 {
  margin-bottom: 4rem;
}
.bigBox1 .cont6 .package1 {
  background-color: #ffc6f5;
}
.bigBox1 .cont6 .package2 {
  background-color: #c4b7ff;
}
.bigBox1 .cont6 .package3 {
  background-color: #fff279;
}
.bigBox1 .cont6 .package4 {
  background-color: #e74627;
}
.bigBox1 .cont6 .pricingPackages {
  background-color: #f5f5f5;
  position: relative;
  height: 400px;
  width: 350px;
  border-radius: 38px;
  margin: 2rem auto;
  padding-top: 2px;
}
.bigBox1 .cont6 .pricingPackages .topRack {
  margin: 1rem;
  margin-top: -2rem;
  font-family: "Archivo", sans-serif;
}
.bigBox1 .cont6 .pricingPackages .topRack h5 {
  font-size: 2.5rem;
}
.bigBox1 .cont6 .pricingPackages .topRack h6 {
  margin-top: -3.9rem;
  font-size: 1.7rem;
  font-weight: 500;
}
.bigBox1 .cont6 .pricingPackages img {
  width: 50px;
  position: absolute;
  right: 1rem;
  bottom: 2.5rem;
}
.bigBox1 .cont6 .pricingPackages hr {
  margin: 1rem;
  margin-top: -3rem;
}
.bigBox1 .cont6 .pricingPackages ul {
  margin-left: -1rem;
}
.bigBox1 .cont6 .pricingPackages ul li {
  font-size: 1.2rem;
  list-style-type: none;
}

.bigBox2 {
  padding-left: 1.2rem;
  flex-direction: column;
  background-color: #FDB833;
  padding: 10vh 20px;
}
.bigBox2 .contactBox {
  max-width: 500px;
  padding-bottom: 10vh;
}
.bigBox2 .contactBox h4 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  width: 80%;
}
.bigBox2 .contactBox a {
  font-family: "Archivo", sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
}
.bigBox2 .formBox {
  position: relative;
  background-color: #000000;
  width: 95%;
  max-width: 600px;
  height: 22rem;
  border-radius: 30px;
}
.bigBox2 .formBox .formInput {
  margin: 1rem 0;
  margin-left: 0.8rem;
  background-color: #000000;
  border: none;
  border-bottom: solid 0.5px #4f4f4f;
  border-size: 0 0 0 0;
  width: 90%;
  max-width: 800px;
  font-size: 1.2rem;
  padding: 0.5rem 0rem;
  color: #ffffff;
}
.bigBox2 .formBox textarea:focus, .bigBox2 .formBox input:focus {
  outline: none;
}
.bigBox2 .formBox button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 50px;
  width: 90%;
  border-radius: 30px;
  margin-top: 1rem;
  font-size: 0.9rem;
  bottom: 2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #ffffff;
  background-color: #00176A;
  border: none;
}
.bigBox2 .formBox button:hover svg {
  margin-left: 2rem;
  transition: 0.2s linear;
}
.bigBox2 .formBox button svg {
  margin-left: 0.8rem;
  transition: 0.2s linear;
}

@media only screen and (min-width: 768px) {
  .intro {
    padding-bottom: 4rem;
  }
  .cont1B {
    width: 100vw;
    padding-top: 10vh;
  }
  .cont1B a {
    font-size: 2rem;
  }
  .cont1B h1 {
    font-size: 2rem;
  }
  .cont3 .cont3Group {
    grid-template-columns: 1fr 1fr;
  }
  .cont5 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cont5 .testBox {
    margin-right: 2rem;
  }
  .bigBox1 h4 {
    text-align: center;
  }
  .bigBox1 .cont6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    margin: 3rem auto;
    max-width: 800px;
  }
  .bigBox2 {
    flex-direction: row;
    justify-content: center;
  }
  .bigBox2 .formBox {
    margin-right: 1rem;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .cont3 .cont3Group {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .cont5 {
    justify-content: space-evenly;
  }
}/*# sourceMappingURL=home.css.map */