:root {
  margin: 0;
  padding: 0;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cabin-regular {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
}

body {
  font-family: "Lato", sans-serif;
}

.section-heading {
  font-family: "Lato", sans-serif;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 2rem;
}
.section-heading::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.5rem;
  margin-top: 2px;
  background-color: #ed2a24;
}

.highlighted-text {
  background-color: #ed2a24;
  color: #fff;
  padding: 0.1rem 0.4rem;
  border-radius: 8px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.9s;
  height: 62px;
  font-family: "Montserrat", sans-serif;
}
.navbar .navbar-brand img {
  width: 250px;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler:hover {
  color: #ed2a24;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.svg);
}
.navbar .nav-item {
  padding: 10px 20px !important;
  padding-bottom: 0 !important;
}
.navbar .nav-item .nav-link {
  font-size: 1.2rem;
  padding-right: 15px;
  padding-left: 15px;
  color: #1a1a1a;
}
.navbar .nav-item .nav-link:hover {
  color: #ed2a24;
}
.navbar .nav-item .nav-link.active {
  border-bottom: 8px #ed2a24 solid;
  color: #ed2a24;
  font-weight: 600;
}

#hero {
  padding-top: 62px;
}
#hero #slider-autoplay {
  overflow: hidden;
}
#hero #slider-autoplay .sliderImg {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}
#hero #slider-autoplay .slide-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  width: 60%;
  border-radius: 10px 0 0 10px !important;
  transform: translate(0, -50%);
  background-color: rgba(163, 0, 0, 0.6);
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  padding: 20px;
  border-radius: 10px;
}
#hero #slider-autoplay .slide-content p {
  font-size: 2rem;
}
@media (max-width: 576px) {
  #hero .navbar-brand img {
    width: 200px;
  }
}
#hero .carousel-control-prev {
  z-index: 11;
}
#hero .carousel-control-next {
  z-index: 11;
}

#stats {
  border-bottom: #dddddd 1px solid;
}
#stats .stats-card {
  border: none;
  border-radius: 0;
  border-left: 8px solid #1a1a1a;
  padding: 1rem 0;
  color: #ed2a24;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
#stats .stats-card:hover {
  transform: translate(0, -10px);
}

#service {
  background-image: url(../images/blob.svg);
  background-repeat: no-repeat;
  background-position: top 100px right 0px;
}

.service-card.odd {
  border: none;
  border-radius: 0;
  color: #ed2a24;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  width: 100%;
  min-height: 240px;
  transition: all 0.3s ease-in-out;
}
.service-card.odd .card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ed2a24;
  padding-bottom: 30px;
}
.service-card.odd .card-text {
  font-size: 1rem;
  color: #1a1a1a;
  font-style: italic;
}

.service-card.even {
  border: none;
  border-radius: 0;
  background-color: #1a1a1a;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  width: 100%;
  min-height: 240px;
}
.service-card.even .card-title {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 30px;
}
.service-card.even .card-text {
  font-size: 1rem;
  font-style: italic;
}

.service-card {
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.service-card:hover {
  transition: all 0.3s ease-in-out;
  border-bottom: #ed2a24 5px solid;
  border-top: #ed2a24 5px solid;
  padding: 20px 0;
}

#contact {
  background-image: url(../images/fire1-bg.webp);
  background-position-y: bottom;
  background-size: cover;
}

.contact-card {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-card .btn-contact-lg .card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  padding: 15px 30px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.1s ease-in-out;
}
.contact-card .btn-contact-lg .card-title:hover {
  background-color: #fff;
  color: #ed2a24;
  transform: scale(1.1);
}

#clients {
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position-y: top;
  position: relative;
}
#clients::before {
  content: url(../images/hose.svg);
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 80%;
}
#clients::after {
  content: url(../images/blob.svg);
  position: absolute;
  width: auto;
  height: auto;
  z-index: 0;
  top: 15%;
  left: -25%;
}
#clients .client-logo {
  padding: 5px;
  border-radius: 10px;
  max-width: 185px;
  height: auto;
  margin: 14px;
  object-fit: contain;
  mix-blend-mode: darken;
}

.no-filter {
  mix-blend-mode: normal !important;
}

#about {
  background-image: url(../images/shelid.svg);
  background-repeat: no-repeat;
  background-position-y: top 5px left 5px;
}
#about .about-text {
  font-size: 1.4rem;
}

#why-us {
  background-color: #fafafa;
  background-image: url(../images/helmet.svg);
  background-repeat: no-repeat;
  background-position-y: top;
  position: relative;
}
#why-us::before {
  content: url(../images/blob.svg);
  position: absolute;
  width: auto;
  height: auto;
  z-index: 1;
  top: -7%;
  right: 5%;
}

footer {
  background-color: #ff0000;
  color: #fff;
  padding: 2rem 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  font-weight: 900;
}
footer #map-frame {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}

.whatsapp {
  width: 69px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
  animation: crescendo 1.5s alternate infinite ease-in;
}

@keyframes crescendo {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}
.container1 {
  height: 100%;
  width: 100%;
  border: 1px rgb(255, 239, 213);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.container1 li {
  list-style: none;
}
.container1 .circles-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
}
.container1 .circles-container .circle {
  position: absolute;
  display: block;
  background-color: rgba(133, 133, 133, 0.6);
  animation: float 10s linear infinite;
  bottom: -150px;
}
.container1 .circles-container .circle:first-child {
  left: 20%;
  height: 50px;
  width: 50px;
  animation-delay: 0s;
}
.container1 .circles-container .circle:nth-child(2) {
  left: 5%;
  animation-delay: 5s;
  height: 20px;
  width: 20px;
}
.container1 .circles-container .circle:nth-child(3) {
  left: 75%;
  height: 50px;
  width: 50px;
  animation-delay: 3s;
}
.container1 .circles-container .circle:nth-child(4) {
  left: 50%;
  height: 70px;
  width: 70px;
  animation-delay: 4s;
}
.container1 .circles-container .circle:nth-child(5) {
  left: 90%;
  height: 30px;
  width: 30px;
  animation-delay: 6s;
}
.container1 .circles-container .circle:nth-child(6) {
  left: 30%;
  height: 50px;
  width: 50px;
  animation-delay: 6s;
}
.container1 .circles-container .circle:nth-child(7) {
  left: 95%;
  height: 10px;
  width: 10px;
  animation-delay: 1s;
}
.container1 .circles-container .circle:nth-child(8) {
  left: 80%;
  height: 10px;
  width: 10px;
  animation-delay: 9s;
}
.container1 .circles-container .circle:nth-child(9) {
  left: 30%;
  height: 10px;
  width: 10px;
  animation-delay: 5s;
}
.container1 .circles-container .circle:nth-child(10) {
  left: 55%;
  height: 30px;
  width: 30px;
  animation-delay: 2s;
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  80% {
    border-radius: 50%;
  }
  100% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}