@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

* 
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
}

html {
    overflow-x: hidden;
}

body{
    width: 95%;
    margin: 20px auto;
    background-color: rgb(252, 254, 255); /*Main Color*/
    text-align: center;
    background-image: url(); 
    background-repeat: repeat;
    background-size:contain;
    overflow-x: hidden;
}

.logo{
    width: 150px;
    height:100px;
    border-radius: 10px;
}

img{
    border-radius: 5px;
}

hr {
    height: 3px;
    color: gray;
    opacity: .50;
}

/* Nav Bar */

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 8vh;
    font-family: 'poppins', sans-serif;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: rgb(252, 254, 255); /*Main Color*/
    
}

.nav-links{
    display: flex;
    justify-content: space-around;
    width: 60%;

}

.nav-links li {
    list-style: none;
}
.nav-links li i {
    opacity: .8;
}

.nav-links a{
    text-decoration: none;
    font-weight:500;
    color: black;
    font-size: 20px;
    text-underline-offset: 3px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 3px;
    padding: 5px 7px
}

.nav-links li:last-child {
    color: rgb(255, 157, 0);
}

.nav-links a:hover {
    background-color: #000000;
    color: white;
    transition: all ease-in .2s;
}

/* Nav Link Icon */

nav li {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul i {
    padding-right: 5px;
}

/* Sticky Nav */

.nav {
    position: relative;
    /*position: sticky;
    top: 0;
    left: 0;*/
    background-color: rgb(253, 251, 251);
    z-index: 100;
}

.nav a{
    color: black;
    
}

/* Social Icons */

nav .fb-icon {
    position: absolute;
    top: 44px;
    left: 190px;
    color: black;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .twitter-icon {
    position: absolute;
    top: 40px;
    left: 220px;
}

nav .instagram-icon {
    position: absolute;
    top: 40px;
    left: 285px;
}

nav .google-icon {
    position: absolute;
    top: 40px;
    left: 252px;
    color: black;
}

nav .google-icon:hover, 
nav .fb-icon:hover, 
nav .instagram-icon:hover, 
nav .twitter-icon:hover {
    opacity: .50;
}

/* Hero */

.hero{
    margin-bottom: 60px;
    margin-top: 20px;
    position: relative;
}
.hero video{
    border-radius: 5px;
}

.hero-welcome h1 {
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    margin-bottom: 30px;
    font-size: xx-large;
}

.hero-welcome p {
    font-size: x-large;
    margin-bottom: 40px;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}

.hero-welcome {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.hero_welcome_content {
    position: relative;
}

.Google_5_Star, .Cheers, .Cowles {
    margin: 20px auto 20px auto;
}

.post_hero {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.review_icon {
    margin-top: 30px;
}

/* Tag line Fade ( Hero ) */

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 70%;
  
}

.tagline {
  opacity: 0;
  animation: fadeIn 5s ease-in-out forwards; /* Adjust duration and easing */
  /* Add vendor prefixes as needed for cross-browser compatibility */
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* Section Specific */

.section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px auto 80px auto;
}

.section h1{
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
    text-underline-offset: 5px;
    font-size: xx-large;
}

.section p{
    width: 80%;
    text-indent: 3rem;
    font-size: large;
    line-height: 1.75em;
    letter-spacing: 1px;
    font-family: 'poppins', sans-serif;
    margin-bottom: 25px;
}

.section a{
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: x-large;
    background-color: black;
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
    color: white;
    margin-top: 40px;
}

.section a:hover {
    background-color: orange;
    color: black;
    transition: ease-in-out 0.3s;
}

.section .lawn_mower {
    margin-bottom: -20px;
}

/* Icons */

#window-icon, .fa-leaf, #house-icon, #brush-icon{
    margin-top: 30px;
    margin-bottom: 10px;
}

/* images */

.img, .cards, .window-images img{
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
}

/* Image Slider */

.slider {
    width: 60%;
    min-height: 60vh;
    position: relative;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

.slider2 {
width: 60%;
min-height: 60vh;
position: relative;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
}
  
.slider img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
}

.slider2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
}

.slider img:first-child {
    z-index: 1;
    }

 .slider2 img:first-child {
    z-index: 1;
    }

.slider img:nth-child(2) {
    z-index: 0;
    }

.slider2 img:nth-child(2) {
    z-index: 0;
    }
  
  /* DOT */

.navigation-button {
text-align: center;
position: relative;
}

.navigation-button2 {
text-align: center;
position: relative;
}

.dot {
cursor: pointer;
height: 15px;
width: 15px;
padding: 0 2px;
margin-top: 40px;
margin-left: 5px;
margin-right: 5px;
background-color: #bbb;
box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
border-radius: 50%;
display: inline-block;
}

.dot2 {
cursor: pointer;
height: 15px;
width: 15px;
padding: 0 2px;
margin-top: 40px;
margin-left: 5px;
margin-right: 5px;
background-color: #bbb;
box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
border-radius: 50%;
display: inline-block;
} 

.active, .dot:hover{
background-color: #717171;
}

.active, .dot2:hover {
background-color: #717171;
} 


/* Window Cleaning 

.window_wrapper {
    background-image: 
    radial-gradient(
        rgba(12, 43, 80, 0.5), 
        rgba(15, 60, 118, 0.557)
    );
    padding:3px;
    border-radius: 3px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.window_image_wrapper {
    background-image: url(./Images/IMG_1197.JPG);
    background-color: rgba(255,255,255,0.25);
    background-blend-mode: lighten;
    background-position: center;
    background-size: cover;
    border-radius: 3px;
    padding-bottom: 40px;
    padding-top: 20px;
}
*/

.window-images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* House Washing 

.house_wrapper {
    background-image: 
    radial-gradient(
        rgba(183, 165, 114, 0.549), 
        rgba(180, 157, 95, 0.545)
    );
    padding: 3px;
    margin-top: 40px; 
    border-radius: 3px;
}

.house_image_wrapper {
    background-image: url(./Images/pexels-jaralol-17166535.jpg);
    background-color: rgba(255,255,255,0.25);
    background-blend-mode: lighten;
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
}
*/

.siding_images{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

/* Lawn Maintenance 

.lawn_wrapper {
    background-image: 
    radial-gradient(
        rgba(16, 88, 17, 0.549), 
        rgba(9, 66, 9, 0.545)
    );
    padding: 3px;
    margin-top: 40px; 
    border-radius: 3px;
}

.lawn_image_wrapper {
    background-image: url(./Images/Green_Grass.jpg);
    background-color: rgba(255,255,255,0.25);
    background-blend-mode: lighten;
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
}
*/

.lawn_images{
    margin-top: 80px;
    display: flex;
    justify-content: space-evenly;
    align-items: center; 
}

/* Deck Cleaning / Staining 

.deck_wrapper {
    background-image: 
    radial-gradient(
        rgba(102, 38, 12, 0.398), 
        rgb(91, 50, 33)
    );
    padding: 3px;
    margin-top: 40px;
    border-radius: 3px;
}

.deck_image_wrapper {
    background-image: url(./Images/pexels-enginakyurt-2347329.jpg);
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
*/

.deck-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 80px auto 80px auto;
}

/* Gutter Cleaning 

.gutter_wrapper{

    background-image: 
    radial-gradient(
        rgba(225, 225, 225, 0.5), 
        rgba(151, 109, 4, 0.764)
    );
    padding: 3px;
    margin-top: 40px;
    border-radius: 3px;
}

.gutter_image_wrapper {
    background-image: url(./Images/pexels-petra-reid-419907087-25526366.jpg);
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
    background-position: center;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 20px;
    border-radius: 3px;
}
*/

.gutter-img {
    width: 60%;
    height: auto;
    margin-bottom: 40px;
}

/* Cards */

.cards
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    height: 100%;
    background-image: 
    radial-gradient(
        rgba(225, 225, 225, 0.5), 
        rgba(53, 53, 53, 0.179)
    );
    margin: 40px 5px 40px 5px;
    padding: 0 30px;
    padding-bottom: 20px;
    border-radius: 3px;
    border: 2px solid rgb(202, 202, 202);
}

.card
{
    height: 80%;
    width: 100%;
    padding: 10px 10px;
    background-image: 
    radial-gradient(
        rgba(176, 207, 246, 0.5), 
        rgba(38, 96, 173, 0.31)
    );
    border: none;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.688);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin: 35px 0;
}

.card h3
{
    padding: 10px 0;
    font-size: x-large;
}

.card p{
    font-family: 'poppins', sans-serif;
    font-size: medium;
}

.card1 .card2 .card3 .card4{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
}

/* Bottom Links */

.links{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.links ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.links li{
    list-style: none;
}

.links p{
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.links a{
    text-decoration: none;
    margin: 0 40px;
    font-weight: bolder;
    font-size: 20px;
    color: black;
    text-underline-offset: 3px;
}

.links a:hover{
    opacity: .50;
}

/* Footer */

footer{
    width: 100%;
    height: 50px;
    background-color: #000000;
    color:white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    border-radius: 3px;
}

/* Burger */

.burger{
    display: none;
    cursor: pointer;
}

.burger div{
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: rgb(5, 5, 5);
    transition: all 0.3s ease;
}

@media screen and (max-width: 900px){

    .hero-welcome h1 {
        font-size: x-large;
      }

      .hero-welcome p {
        font-size: larger;
      }

      .hero_welcome_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .Cheers, .Cowles {
            width: 70%;
        }

        .Google_5_Star {
            width: 40%;
            margin-top: 80px;
        }

      .post_hero {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-top: 40px;
      }

    .siding_images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
        align-items: center;
        width: 90%;
        margin-top: 80px;
    }

    .siding_images img {
        width: 95%;
        height: auto;
    }

    .deck_image_wrapper {
    padding-bottom: 50px;
    }

    .deck-images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
        align-items: center;
        width: 90%;
        margin-top: 80px;
    }

    .deck-images img{
        width: 65%;
        height: auto;
    }

    .lawn_image_wrapper {
        padding-bottom: 50px;
    }

    .lawn_images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
        align-items: center;
        margin-top: 80px;
    }

    .lawn_images img {
        width: 60%;
        height: auto;
    }

    .lawn_mower {
        width: 150px;
    }
        
    .cards{
        display: flex;
        flex-direction: column;
    }
    .card2, .card3, .card4{
        margin-top: -20px;
    }

    body{
        overflow-x: hidden;
    }

    .nav-links{
    position: absolute;
    top: 8vh;
    right: 0px;
    height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background-color: rgb(253, 251, 251);
    transform: translateX(100%);
    transition: ease-in 0.5s;
    opacity: .9;
    z-index: 1;
    }

    .nav-links li{
    opacity: 0;
    }

    .burger{
    display: block;
    z-index: 1;
    }

    .review {
        display: flex;
        flex-direction: row;
        width: 90%;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 30px;
    }

    .house img {
        width: 80%;
        height: auto;
    }

    .lawn_images {
        width: 80%;
        height: auto;
    }

    .gutter-img {
        width: 95%;
        height: auto;
    }

    .gutter_image_wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider {
        width: 80%;
    }

    .slider2 {
        width: 70%;
    }

}

@media screen and (max-width: 768px){

   /* .hero-image {
  
        background-size: cover;
        background-position: center;
        height: 40vh; /* Adjust as needed 
        position: relative;
      }
      
      .hero-text {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
      }

      .hero-welcome h1 {
        font-size: x-large;
      }

      .hero-welcome p {
        font-size: larger;
      }

      .Cheers, .Cowles {
        width: 50%;
    }

    .Google_5_Star {
        width: 40%;
    }

  .post_hero {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
   */
    body{
        overflow-x: hidden;
    }

    .nav-links{
    position: absolute;
    top: 8vh;
    right: 0px;
    height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background-color: rgb(253, 251, 251);
    transform: translateX(100%);
    transition: ease-in 0.5s;
    opacity: .9;
    z-index: 1;
   }

   .nav-links li{
    opacity: 0;
   }

   .burger{
    display: block;
    z-index: 1;
   }
    
   img {
    width: 80%;
   }

   .links{
    display: flex;
    flex-direction: column;
    align-items: center;
   }

   .card2, .card3, .card4{
    margin-top: -20px;
   }

   .slider {
    width: 75%;
    height: 300px;
   }

}

.nav-active{
    transform: translateX(0%);
}



@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2{
    opacity: 0;
}

.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

