*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body{
    background: #fff;
    color: #000;
    letter-spacing: 1px;
}




.wrapper{
    width: 1200px;
    margin: 0 auto;
}

header{
    width: 100%;
    height: 104px;
    background: #123524;
    position: absolute;
}

.logo{
    color: #fff;
    font-size: 2.5rem;
    font-family: 'Poppins';
    float: left;
    text-align: left;
    line-height: 100px;
    position: absolute;
    bottom: 0.2rem;
    margin-left: 4rem;
    user-select: none;
}









nav{
    float: right;
    line-height: 100px;
}

nav a{
    text-decoration: none;
    font-family: 'Poppins';
    letter-spacing: 2px;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    transition: all 0.2s;

}






@media (hover: hover){
    nav a:hover{
        color: #000;
        background-color: #EFE3C2;
    }

    ul li ul.dropdown a:hover{
        text-decoration: underline;
    }
    
    ul li:hover ul.dropdown{
        display: block;
    }

    .manual-btn:hover{
        background-color: #fff;
    }

    .article-item:hover{
            transform: scale(1.05);
    }

}

@media (hover: none){
    nav a:hover{
        color: #000;
        background-color: #EFE3C2;
    }

    ul li ul.dropdown a:hover{
        text-decoration: underline;
    }
    
    ul li:hover ul.dropdown{
        display: block;
    }

    .manual-btn:hover{
        background-color: #fff;
    }

    .article-item:hover{
            transform: scale(1.05);
    }
}


ul{
    list-style: none;
    background: #123524;
}

ul li{
    display: inline-block;
    position: relative;
}

ul li a{
    display: block;
    padding: 0 6rem;
    color: #fff;
    text-decoration: none;
    text-align: center; 
    cursor: default;
}

ul li ul.dropdown li a{
    padding: 1.5rem 2rem;
    cursor: pointer;
}

ul li ul.dropdown li{
    display: block;
    padding: 0;
}

ul li ul.dropdown{
    width: 100%;
    background: #123524;
    position: absolute;
    z-index: 999;
    display: none;
    right: 0rem;
}

ul li ul.dropdown a{
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

nav svg{
    width: 1.8rem;
    position: relative;
    top: 0.5rem;
    right: 0.5rem;

}






.hero{
    background-image: radial-gradient(
        ellipse at top,
        transparent,
        #2a2a2a 150%
    ),
    url(images/header-image.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 650px;
}

.hero h1{
    color: #fff;
    position: absolute;
    bottom: 12.5rem;
    left: 150px;
    font-size: 50px;
    text-shadow:  0px 3px 12px rgba(0,0,0,0.75);
    margin-bottom: 0.5rem;
}

.hero h3{
    color: #fff;
    position: absolute;
    bottom: 11.5rem;
    left: 155px;
    font-size: 1.2rem;
    font-weight: 500;
    text-shadow:  0px 3px 12px rgba(0,0,0,0.90);
}









.home{
    padding: 3% 5%;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.2rem;
}

.row{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 50px 0;
}

.text-col{
    flex-basis: 35%;
    margin-bottom: 20px;
    padding-right: 2rem;
}

.home p{
    margin-bottom: 10px;
}

.img-col{
    flex-basis: 45%;
    margin-bottom: 10px;
}

.img-col img{
    display: block;
    width: 80%;
    margin: auto;
}





.articles{
    background-color: #fff;
    padding: 7rem 17rem;
}

.article-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
    gap: 1.875rem;
}
       
    
.article-item{
    text-decoration: none;
    border-radius: 0.3125rem;
    overflow: hidden;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.40);
    transition: all 150ms ease-in-out;

    
    }

.article-img{
    height: 18rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    }

.article-txt{
    background-color: #fff;
    color: #000;
    height: 16rem;
    padding: 1.875rem 1.875rem 2.5rem 1.875rem;

    @include breakpoint-up(medium){
        padding: 1.875rem 1.562 rem;
    }
    }

.article-title{
    font-size: 1.625rem;
    line-height: 1.15;
    margin-bottom: 1rem;
    }

.article-description{
font-size: 1rem;
    }


















.section-4{
    margin: 0;
    padding: 0 0 0 1.5rem;
    height: 63vh;
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.slider{
    width: 800px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.slides{
    width: 500%;
    height: 500px;
    display: flex;
}

.slides input{
    display: none;
}

.slide{
    width: 20%;
    transition: 2s;
}

.slide img{
    width: 800px;
    height: 500px;
}

.navigation-manual{
    position: absolute;
    width: 800px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}

.manual-btn{
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child){
    margin-right: 40px;
}



#radio1:checked ~ .first{
    margin-left: 0;
}

#radio2:checked ~ .first{
    margin-left: -20%;
}

#radio3:checked ~ .first{
    margin-left: -40%;
}

#radio4:checked ~ .first{
    margin-left: -60%;
}

/* Automatic Navigation */
.navigation-auto{
    position: absolute;
    display: flex;
    width: 800px;
    justify-content: center;
    margin-top: 460px;
}

.navigation-auto div{
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.navigation-auto div:not(:last-child){
    margin-right: 40px;
}

#radio1:checked ~.navigation-auto .auto-btn-1{
    background-color: #fff;
}

#radio2:checked ~.navigation-auto .auto-btn-2{
    background-color: #fff;
}

#radio3:checked ~.navigation-auto .auto-btn-3{
    background-color: #fff;
}

#radio4:checked ~.navigation-auto .auto-btn-4{
    background-color: #fff;
}






.faq{
    padding: 6rem 30px;
    background-color: #123524;
}

.faq h2{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
}

.questions{
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.4rem;
}

.question{
    position: relative;
    background: #fff;
    margin-bottom: 10px;
}

.question svg{
    width: 30px;
    height: 30px;
    right: 30px;
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.2s ease;
}

.question .title{
    display: block;
    padding: 15px 30px;
    border-bottom: 1px solid #123524;
    cursor: pointer;
}

.question .answer{
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s, padding 0.2s;
}

.first-answer{
    margin-left: 8rem;
}

.first-answer img{
    height: 30rem;
}

.second-answer{
    margin-left: 19rem;
}

.second-answer img{
    height: 30rem;
}

.third-answer{
    margin-left: 12rem;
}

.third-answer img{
    height: 30rem;
}

.fourth-answer{
    margin-left: 21rem;
}

.fourth-answer img{
    height: 30rem;
}

.question input[type="checkbox"]{
    display: none;
}

.question input[type="checkbox"]:checked ~ .answer{
    padding: 30px 20px;
    max-height: 600px;
}
    
.question input[type="checkbox"]:checked ~ .title svg{
    transform: rotate(180deg);
}








.footer{
    padding: 40px 20% 120px;
    background-color: #123524;
    color: #fff;
    display: flex;
    justify-content: center;
}

.footer h2{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 15px;
    font-family: 'Poppins';
    letter-spacing: 2px;
}

.footer p{
    padding-right: 2.3rem;
    margin-left: 3px;
    font-weight: 50;
    font-family: 'Poppins';
    letter-spacing: 2px;
}



@media only screen and (max-width: 1224px){
    .wrapper{
        width: 100%;
    }

    nav svg{
        width: 1.6rem;
    }

    .hero h1{
        position: absolute;
        top: 26rem;
        left: 3rem;
    }

    .hero h3 {
       position: absolute;
       top: 31rem;
       left: 3.1rem;
     }


     .home{
        line-height: 1.1rem;
        padding-top: 0;
     }

     .row{
        flex-direction: row;
     }

     .text-col{
        margin-left: 0rem;
        max-width: 28rem;
     }

     .img-col{
       max-width: 37rem;
       padding: 2rem 0;
       margin-left: 0;
    }

    .navigation-manual{
        width: 475px;
    }
    
    .navigation-auto{
        width: 475px;
    }


     .articles{
        padding: 7rem;
     }


}


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

    .wrapper{
        width: 100%;
    }
    
    .logo {
        font-size: 1.3rem;
        position: absolute;
        left: 0;
    }
    
    nav a{
        font-size: 1.2rem;
    }

    nav svg{
        width: 1.5rem;
    }

    ul li ul.dropdown li a{
        padding: 0.9rem;
        cursor: pointer;
        font-size: 0.9rem;
    }

    ul li a{
        padding: 0 1rem;
    }

    ul li ul.dropdown li{
        display: block;
        padding: 0;
    }
    
    ul li ul.dropdown{
        width: 100%;
        background: #123524;
        position: absolute;
        z-index: 999;
        display: none;
        right: 0rem;
    }
    
    ul li ul.dropdown a{
        font-size: 1rem;
        line-height: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .hero h1 {
        font-size: 2.2rem;
        position: absolute;
        left: 1.5rem;
        top: 30rem;
        white-space: wrap;
    }

    .hero h3 {
        position: absolute;
        left: 1.3rem;
        top: 35.5rem;
        font-size: 0.8rem;
     }

     .home{
        line-height: 1.4rem;
        padding-top: 0;
     }

     .row{
        flex-direction: column;
     }

     .text-col{
        margin-left: 3rem;
        max-width: 28rem;
     }

     .img-col{
       max-width: 22rem;
       padding: 0;
       margin-left: 0;
    }

    .img-col img{
        width: 45rem;
    }
    
    .navigation-manual{
        width: 325px;
    }
    
    .navigation-auto{
        width: 325px;
    }


     .faq{
        padding: 3rem;
     }

     .faq h2{
        font-size: 1.5rem;
     }

     .questions{
        font-size: 1rem;
     }

     .question svg{
        width: 1.5rem;
        height: 1.1rem;
     }

     .articles{
        padding: 4rem;
     }

     .first-answer{
        margin-left: 0;
    }
    
    .first-answer img{
        height: 12rem;
    }
    
    .second-answer{
        margin-left: 2rem;
    }
    
    .second-answer img{
        height: 20rem;
    }
    
    .third-answer{
        margin-left: 0;
    }
    
    .third-answer img{
        height: 13rem;
    }
    
    .fourth-answer{
        margin-left: 2.8rem;
    }
    
    .fourth-answer img{
        height: 20rem;
    }
     

     

     
.footer{
    display: grid;
    grid-template-columns: repeat(auto-fit, 1fr);
}

.footer .Location{
    padding-bottom: 1.2rem;
}



}








