*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Poppins', sans-serif;

}
body{
    background-color: rgb(255, 247, 247);
}


/* MAIN */

.intro-strip{
    position: relative;
}
.intro-strip img{
    max-width: 100%;
}
.intro-strip h1{
    text-align: center;
    position: absolute;
    color: whitesmoke;
    z-index: 1;
    top: 70px;
    left: 50%;
    width: 1000px;
    font-size: 65px;
    transform: translateX(-50%);
}
.intro-strip h2{
    text-align: center;
    position: absolute;
    color: whitesmoke;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 245px;
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
}

/* Strip 1 */

.strip{
    position: relative;
    display: flex;
    width: 100%;
    height: 450px;
}
.description1{
    width: 50%;
    background-color: rgb(238, 238, 238);
}
.strip-img1{
    width: 50%;
    position: relative;
}
.strip img{
    position: absolute;
    height: 400px;
    left: 50%;
    transform: translateX(-50%);
    top: 22px;
}
.description1 h2{
    font-size: 34px;
    margin-top: 50px;
    text-align: center;
    color: #004666e8;

}
.description1 p{
    text-align: center;
    margin: 0px 40px;
    margin-top: 60px;
    font-size: 22px;
    line-height: 36px;
    
}
.subStrip1{
    position: relative;
    max-width: 100%;
}
.subStrip1-M{
    display: none;
    position: relative;
    width: 100%;
}
.headingGoods, .headingGoodsM{
    display: flex;
    height: 50px;
    position: relative;
    background-color: #004666c4;
}
.headingGoods h2, .headingGoodsM h2{
    position: relative;
    font-size: 32px;
    align-self: center;
    margin: 0 auto;
    color: white;
}
.goodsContainer{
    display: flex;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    transform: translateY(-20%);
    align-items: center;
    justify-content: center;
    
}
.goodsContainer h4{
    width: 12.5%;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
}
.picsContainer{
    position: relative;
    display: flex;
}
.picsContainerM{
    position: relative;
    display: flex;
    width: 100%;
    flex-flow: column;
}
.collumn1{
    display: flex;
    height: 150px;
    width: 100%;
    justify-content: space-between;
    background-color: #0046661f;

}
.collumn2{
    height: 150px;
    display: flex;
    justify-content: space-between;
    background-color: #f3f3f3;

}
.goodsM{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.goodsM img{
    height: 80px;
    width: 80px;
    position: relative;
}
.goodsM h4{
    width: 75px;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    position: absolute;
    z-index: 1;
    color: white;
}
.goods{
    width: 12.5%;
}
.goods img{
    width: 100%;
    position: relative;
}
.description2{
    width: 50%;
    background-color: #eeeeee;
}
.strip-img2{
    width: 50%;
    position: relative;
}
.description2 h2{
    color: #004666e8;
    font-size: 34px;
    margin-top: 50px;
    text-align: center;
}
.description2 p{
    text-align: center;
    margin: 0px 40px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 34px;
}
.description3{
    width: 50%;
    background-color: #eeeeee;
}
.strip-img3{
    width: 50%;
    position: relative;
}
.description3 p{
    text-align: center;
    margin: 0px 40px;
    margin-top: 100px;
    font-size: 18px;
    line-height: 34px;
}



.outro-strip{
    position: relative;
    display: flex;
}
.outro1{
    height: 65px;
    display: flex;
    width: 33.3%;
    border-left: 2px solid black;
    justify-content: center;
    align-items: center;
    background-color: #004666c4;
}
.outro-strip i{
    margin-right: 30px;
    font-size: 36px;
    color: #e2e2e2;
}
.outro1:first-child{
    border-left: none;
}
.outro-strip p{
    font-size: 20px;
    color: #e4e4e4;
}
/* Footer */

footer{
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 250px;
    height: auto;
    background-color: rgb(240, 240, 240);
}

#navbar-logo {
    max-width: 250px !important;
    margin-left: 50px;
}

#footer-logo {
    max-width: 350px !important;
    margin-left: 50px;
}

@media screen and (max-width: 685px){
    footer {
        min-height: 350px;
    }
    #navbar-logo {
        margin-left: 0px;
    }
    
    #footer-logo {
        margin-left: 0px;
    }
}
#contact{
width: 33.3%;
}

#footer-container{
    margin: 0 40px;
    position: relative;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#logo-footer p{
    font-size: 40px;
    color: gray;
}
.copyright{
    position: absolute;
    display: block;
    height: 20px;
    width: 100%;
    color: rgb(136, 136, 136);
    background-color: rgb(70, 70, 70);
    bottom: 0px;
}
.copyright p{
    text-align: center;
    color: white;
    background-color: #666;
}