*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

dl, ol, ul, p {
    margin-top: 0;
    margin-bottom: 0rem;
}
ol, ul {
    padding-left: 0rem;
}

h1{
    margin-bottom:0rem;
}
body{ 
    background-color: #f4f4f4;
    font-family: 'Montserrat', sans-serif;
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,233,178,1) 100%);
}

html{
    scroll-behavior: smooth;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
    color:#000
}

/* ####### NAV ######### */

.nav_wrapper{
    display: flex;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    align-items: center;
    background-color: transparent;
    padding: 0 15px;
    background-color: #f4f4f4;
    position: fixed;
    z-index: 20000;
}

.nav_logo{
    display:flex;
    margin-left: 1rem;
    align-items: center;
    height: 73px;
    flex: 0.2;
    cursor: pointer;
}

.nav_logo > img{
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    width:60px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nav_logo > h1 {
    font-size: 15px;
}

.nav_links {
    display: flex;
    flex-direction: row;
    flex: 0.8;
    align-items: center;
}

.nav_links> li {
    margin: 0 2rem;
    text-transform: uppercase;
}

.nav_links > li > a{
    font-weight: 600;
    cursor: pointer;
}

.nav_links > li > a:hover{
    color:#0c7209;
}

.cta_nav{
    margin-left: 3rem;
    margin-right: 1.5rem;
    padding: 10px 13px;
    background-color: #138352;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #f4f4f4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.cta_nav:hover{
border: 1px solid #1213126b;
background: transparent;
color:#138352;
}


/* ####### TOGGLER ######### */
.toggler{
    display: none;
}

.toggler_img{
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
    width: 30px;
}


/* ----Main page Styles -----*/

main{
    /* background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,233,178,1) 100%); */
}

.teaser_img {
    position: absolute;
    bottom: -5%;
    left: 5%;
    height: 30rem;
    object-fit: contain;
    border-radius: 20px;
}

.teaser_container{
    height: 100vh;
    width: 100%;
    background-color: #200d21;
    color: #f4f4f4;
}

.teaser_text{
    position: absolute;
    top: 60%;
    transform: translate(130%, -50%);
}


.teaser_text h2 {
    color:#138352;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.teaser_btn{
    margin-bottom: 3rem;
    padding: 10px 13px;
    background-color: #138352;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #f4f4f4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
#above{
    font-size: 2.5rem;
}

#below{
    margin-bottom: 2.5rem;
    font-weight: 700;
    display: block;
    line-height: 1.5;
}

.teaser_btn:hover{
    border: 1px solid #138352;
    background: transparent;
    color:#fff;
    box-shadow: 2px 2px 10px #05bf3a;
}
.teaser_text   .quality{
    color: #05bf3a
}

.teaser_text h2 span {
    color:#138352;

}

.carousel{
    margin: 5rem 0rem 5rem 0rem;
    border-radius: 10px;
}

.carousel-item{
    height:37rem;
    background-color: #000;
    color: #f4f4f4;
    position: relative;
}

.overlay_im {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.prod_qlty{
    background-position: top !important
}

.container {
    position: absolute;
    bottom:23%;
    left: 0;
    right: 0;
    padding-left: 5rem;
    display: flex;
    justify-content: space-around;
}

.border{
    width: 10px;
    height: 13rem;
    background-color: #200d21;
    border-radius: 2px;
    outline: 0 !important;
}

#btn{
    margin-top: 2.5rem;
    margin-left: 3rem;
}

.container h1{
    font-size: 2rem;
}


.service_text{
    max-width: 430px;
}

.service_text > ul > li{
    line-height: 2rem;
    font-size: 18px;
    font-weight: 500;
    list-style:  decimal inside none;
    padding: 0.5rem 1rem;
}

/* featured products */
.featured_container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5rem;
}

.featured_products h1 {
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    margin-top: 2rem;
}

.featured_products {
    margin-top: 1rem;
}

.for_him{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    text-align: center;
    max-width: 370px;
}


.for_him img{
    width: 50%;
    border-radius: 10px;
}

.for_him h1 {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}
.for_him p{
    width: 70%;
}

.feature_btn{
    margin-bottom: 3rem;
    padding: 8px 15px;
    background-color: #138352;
    border: 2px solid transparent;
    border-radius: 5px;
    color: #f4f4f4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    margin-top: 1rem;
    width: 50%;
}

.feature_btn:hover{
    border: 2px solid #138352;
    background: transparent;
    color: #171717;
    box-shadow: 2px 2px 10px #05bf3a;
}



/* <!-- other products --> */
.product_intro {
    margin: 7rem 5rem 0 5rem;
} 

.product_intro > h1 {
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 5rem;
}

.product__info{
display: grid;
grid-template-columns: 1fr 1fr;
}

.other_products:nth-child(3){
    margin-top: 5rem;
}

.product__info > img{
    width: 60%;
    border-radius: 10px;
}

.product__text {
   width: 400px;
   line-height: 2rem;
   font-size: 20px;
   word-spacing: 0.8rem;
   font-weight: 500;
}

.title{
    margin-bottom: 1rem;
}

.service_teaser{
    height: 20vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
}

.service_teaser > h2 ,h5 {
    color: #171717
}

.service_teaser > h2{
    font-size: 2.5rem;
}

.service_teaser > h5{
    font-size: 1rem;
    margin-top: 0.5rem;
}

/* service to customers */
#service_wrapper_customer {
    margin: 7rem 5rem 7rem 5rem;
}

.service_info{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.teaser_container_customer{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15rem;
}

.teaser_one{
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.services{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
    text-align: justify;
}

.service_icon i{
    font-size: 5rem;
    margin-bottom: 0.5rem;
    color:#138352
}

.service_text{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.5rem;
}

/* customer testimonial */
.tetimonial{
    width: 80%;
    text-align: center;
    margin: 5rem 7rem 5rem 7rem;
}

.testmonial_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3rem;
}

.testimonial_col{
    display: flex;
    flex-basis: 44%;
    flex-direction: row;
    margin-bottom: 5%;
    border-radius: 10px;
    text-align: left;
    background-color: #e0e6ec;
    padding: 25px;
    cursor: pointer;
}

.testimonial_col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}

.testimonial_col p {
    padding: 0;
}

.testimonial_col h3{
    margin-top: 15px;
    text-align: left;
    font-weight: normal;
}

/* brands and logo */
.brands{
    width: 100%;
    text-align: center;
    padding: 5rem 7rem;
    background-color: #0d1e24;
    margin-top: 5rem;
}

.brands h3{
    color: #f4f4f4;
}
.brands_container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1.5rem;
    margin-top: 3rem;
    margin-left: 5rem;
}

.brands_container div{
    width: 90px;
}

.brands_container div img {
    width: 100%;
    border-radius: 5px;
}

footer {
    padding: 3rem;
    background: radial-gradient(circle, rgb(45, 62, 67) 0%, rgb(12, 21, 14) 100%);
}

footer .row-one {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}

footer .row-one ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

footer .row-one a{
    padding-right: 1.2rem;
    font-size: 20px;
    color: #05bf3a
}

footer .second-row{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.footer-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    color: #f4f4f4;
    padding-bottom: 1.2rem;
}

.first-row ul a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color:#e7bcbc;
}

.first-row:nth-child(4){
    max-width: 300px;
}
.first-row .text{
    margin-top: 1rem;
}


.newsletter > img {
    height:150px
}

.text{
    color:#e7bcbc;
}
.copyright{
    background: radial-gradient(circle, rgb(45, 62, 67) 0%, rgb(12, 21, 14) 100%);
    padding:1rem 0;
}

.copyright p{
    text-align: center;
    color: #f4f4f4;
}

.copyright p a {
    color: #1ABC9C;
}

.copyright p .fa {
    color: rgb(255, 60, 0);
}

/* media queries */

@media only screen and  (max-width: 1440px){
    .nav_wrapper{
        display: flex;
        height: 80px;
        width: 100%;
        padding: 0 15px;
    }
    .nav_logo{
        margin-left: 4rem;
        height: 65px;
    }

    .nav_logo > h1 {
        font-size: 15px;
    }

    .nav_logo > img{
        width:45px;
    }

    .nav_links {
        flex-direction: row;
        margin-right: 20rem;
    }
    
    .nav_links> li {
        font-size: 15px;
    }

    .cta_nav{
        display: block;
        margin-left:0;
        padding: 10px 15px;
    }

    .teaser_img {
        position: absolute;
        bottom: 1%;
        left: 7%;
        height: 30rem;
  
    }

    .teaser_text {
        position: absolute;
        top: 60%;
        transform: translate(180%, -50%);
    } 

    .teaser_container {
        height: 90vh;
    }

    #above {
        font-size: 2.3rem;
    }

    #below {
        font-weight: 500;
        line-height: 1.9;
        font-size: 1.65rem;
    }

    .service_teaser > h5 {
        font-size: 1.5rem;
        margin-top: 0.9rem;
    }
}

    @media only screen and  (max-width: 1024px){

        .nav_wrapper{
            display: flex;
            height: 80px;
            width: 100%;
            padding: 0 10px;
        }
        .nav_logo{
            margin-left: 3.5rem;
            height: 63px;
        }

        .nav_logo > h1 {
            font-size: 10px;
        }

        .nav_logo > img{
            width:40px;
        }

        .nav_links {
            flex-direction: row;
            margin-right: 15rem;
        }
        
        .nav_links> li {
            font-size: 13px;
        } 
    
        .cta_nav{
            display: block;
            margin-left:0;
            padding: 10px 13px;
        }

        .teaser_img {
            position: absolute;
            bottom: 10%;
            left: 3%;
            height: 25rem;
            object-fit: contain;
            border-radius: 20px;
        }

        .teaser_text {
            position: absolute;
            top: 50%;
            transform: translate(125%, -40%);
        }

        .teaser_container {
            height: 83vh;
        }

        #above {
            font-size: 2rem;
        }

        #below {
            font-weight: 500;
            line-height: 1.5;
            font-size: 1.6rem;
        }
    }

    @media (max-width: 960px){
        .nav_links{
            width:350px;
            height:100%;
            position: fixed;
            top: 0px;
            right:-350px;
            position: fixed;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            text-align: justify;
            padding: 2rem 3rem;
            margin: 0;
            transition: all 0.6s ease;
            background-color:#0d1e24;
            z-index: 50000000;
       }
       
       .nav_links > li {
        margin: 2rem 1.5rem;
    }

    .nav_links > li > a {
        color: #f4f4f4;
    }

        .nav_logo{
            flex: 0;
        }

        .cta_nav {
            display: block;
            position: absolute;
            right: 45px;
        }
  
        /* ####### TOGGLER ######### */
        .toggler{
            display: block;
            position: absolute;
            right:0;
            z-index: 51000000;
        }

        .toggler_img {
            margin-right: 1rem;
            cursor: pointer;
        }
        
        .teaser_img {
            bottom: 15%;
            left: 3%;
            height: 20rem;
        }

        .teaser_text {
            top: 50%;
            transform: translate(125%, -50%);
        }

        #above {
            font-size: 2rem;
        }

        #below {
            font-size: 1.5rem;
        }

        .teaser_container{
            height: 80vh;
        }

        .nav_wrapper{
            justify-content:unset;
        }

        footer {
            padding: 4rem 1rem;
        }
    
        footer .second-row {
            flex-wrap: wrap;
        }
    
        .first-row {
            margin-bottom: 1rem;
        }


        
    }

    @media (max-width:500px){

        .teaser_container{
            height: 100vh;
        }

        .teaser_img{
            position: absolute;
            bottom: -5%;
            left: 10%;
            height: 20rem;
        }

        .teaser_text {
            position: absolute;
            top: 30%;
            transform: translate(15%, -25%);
        }

        #above{
            font-size: 1.7rem;
        }

        #below{
            font-size: 1.3rem;
        }
       
        .brands_container {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            grid-gap: 2rem;
            margin-top: 3rem ;
            margin-left: 0rem;
        }

        .container {
            position: absolute;
            bottom: 23%;
            left: 0;
            right: 0;
            padding-left: 5rem;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

        .border {
            width: 13rem;
            height: 10px;
            background-color: #200d21;
            border-radius: 2px;
            outline: 0 !important;
            margin-bottom:2rem;
        }

        .featured_container {
            flex-direction: column;
        }

        .for_him {
            max-width: 470px;
        }

        .featured_products h1 {
            font-size: 2.5rem;
        }

        .product__info {
            grid-template-columns: 1fr;
        }

        .product_intro > h1 {
            font-size: 2.5rem;
        }

        .product__text {
            width: 350px;
            line-height: 1.5rem;
            font-size: 18px;
            word-spacing: 0.5rem;
        }

        .featured_products h1 {
            font-size: 2rem;
        }
        
        .teaser_container_customer {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 5rem;
        }

        .testmonial_row {
            flex-direction: column;
        }
        .brands_container {
            grid-template-columns: repeat(2,1fr);
            grid-gap: 3rem;
        }

        .tetimonial {
            width: 65%;
           margin: 5rem 7rem 5rem 5rem;
        }

        footer .second-row {
            margin-top: 2rem;
            flex-direction: column;
            justify-content: space-evenly;
        }

        .copyright p {
            font-size: 10px;
        }
    }
    @media (max-width:425px){
        .nav_logo {
            margin-left: 0.5rem;
        }

        #above {
            font-size: 1.3rem;
        }

        #below {
            font-size: 1rem;
        }

        .product_intro {
            margin: 5rem 2rem 0 2rem;
        }
        .teaser_img {
            height: 12rem;
        }

        .feature__frag{
            font-size: 2rem;
        }
        .for_him h1 {
            font-size: 1rem;
        }

        .for_him p {
            width: 75%;
            font-size:13px;
        }

        .product_intro > h1 {
            font-size: 1.5rem;
            text-align: left;
            }
            .title h1{
                font-size: 1.5rem;
            }
            .product__text {
                width: 295px;
                line-height: 1.5rem;
                font-size: 13px;
                word-spacing: 0;
            }

            .brands {
                padding: 5rem 3rem;
            }

            .cta_nav {
                display: none;
            }

            .teaser_text {
                transform: translate(10%, -25%);
            }

            .container {
                bottom: 25%;
                padding-left:2rem;
            }
            .container h1 {
                font-size: 1rem;
            }

            .border {
                width: 7rem;
                height: 10px;
                margin-bottom: 1rem;
            }

            .service_text > ul > li {
                font-size: 13px;
                padding: 0.5rem 1rem;
            }

            .service_teaser > h2 {
                font-size: 1.5rem;
                text-align: left;
            }

            .service_teaser > p {
                font-size: 13px;
            }

            #service_wrapper_customer {
                margin: 5rem 2rem 5rem 2rem;
            }

            .service_icon i {
                font-size: 4rem;
            }
            
            .service_title{
                font-size: 1rem;
            }

            .caption{
                font-size:13px;
            }

            .service_teaser {
                margin-bottom: 4rem;
                align-items:flex-start;
            }

            .tetimonial {
                width: 85%;
                margin: 5rem 2rem 5rem 1rem;
            }

            .tetimonial > h2 {
                font-size: 1.5rem;
            }

            .tetimonial > p {
                font-size: 13px;
            }

            .testimonial_col p {
                font-size:13px;
            }

            .testimonial_col h3 {
                font-size:1rem;
                font-weight: 700;
            }

            .init{
                font-size: 0.8rem;
            }
    }

    