@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@900&family=Righteous&display=swap');

:root {
  --primary: #2b317b;
  --secondary:#fa7e65;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.font-logo {
  font-family: 'Righteous', cursive;
}
.text-border{
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
a {
  color: black;
}

a:hover {
  color: #333;
}

.navbar {
  padding: 0;
}

.navbar .container-fluid {
  padding-left: 0;
}

.navbar-brand {
  background: white;
  padding-right: 100px;

}


.navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: transparent !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-nav .nav-item {
  padding: 10px;
}

.nav-link {
  color: black;
  font-weight: 300;
  transform: scale(1);
  transition: transform 1s;
}

.nav-link:hover {
  color: var(--colorgreen);
  transform: scale(1.2);
  transition: transform 1s;
}

@media(max-width: 991px) {
  .navbar {
    background-color: black !important;
  }

  .navbar-brand {
    padding-right: 0;
    height: 100%;
  }


  .navbar .container-fluid {
    justify-content: center !important;
  }

  .nav-link {
    color: white !important;
  }
}


.foot-btn {
  color: white;
  transform: scale(1);
  transition: transform 1s;
  text-decoration: none;
}

.foot-btn:hover {
  color: var(--colorgreen);
  transform: scale(1.2);
  transition: transform 1s;
}

/**hero**/
#hero {
  margin-top: 214.5px;
  min-height: calc(100vh - 98px);
}

#hero .box {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100vw;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

@media(max-width: 991px) {
  #hero {
    margin-top: 184.5px;
    min-height: 500px;
  }

  #hero .box {
    height: 100%;
  }
}

#about .d-grid {
  ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

#about .grid-item:nth-child(1) {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#about .grid-item:nth-child(2) {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
  
}

#about .grid-item:nth-child(3) {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#about .grid-item:nth-child(4) {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#about .grid-item:nth-child(5) {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  background-color: black;
  height: 15px;
  width: 15px;
}



/**SERVICES**/
#exterior-cleaning {}

#exterior-cleaning .carousel {
  max-width: 250px;
}

#exterior-cleaning .carousel .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  background-color: white !important;
  height: 25px;
  width: 25px;
}

#roofslides,
#poolcageslides {
  position: relative;
  margin-left: -150px;
  margin-top: -90px;
}

#drivewayslides,
#windowslides {
  position: absolute;
  right: -50px;
  top: -100px;
}


@media(max-width:991px) {

  #roofslides,
  #poolcageslides {
    margin: 0 !important;
  }

  #drivewayslides,
  #windowslides {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }


  #exterior-cleaning .carousel {
    max-width: 100%;
  }
}

/**ABOUT US**/
#about-title {
  background: rgb(0, 0, 0);
  background: linear-gradient(-60deg, #000 32%, #fff 0);
  background: -moz-linear-gradient(-60deg, #000 32%, #fff 0);
  background: -webkit-linear-gradient(-60deg, #000 32%, #fff 0);
}

@media(max-width: 991px){
  #about-title {
    background: rgb(0, 0, 0);
    background: linear-gradient(-90deg, #000 32%, #fff 0);
    background: -moz-linear-gradient(-90deg, #000 32%, #fff 0);
    background: -webkit-linear-gradient(-90deg, #000 32%, #fff 0);
    
  }
}


.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}






/*MULTI-ITEM CAROUSEL*/
@media (max-width: 767px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}