*{
    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;
    box-shadow: 1px 2px 8px #138352;
    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;
}

/* products_teaser */
.carousel{
    margin-bottom:3rem;
}

.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;
}

._him{
    color:#200d21;
    margin-bottom: 1rem;
    padding-left: 5rem;
    font-weight: 700;
}

#btn{
    margin-top: 2.5rem;
    margin-left: 3rem;
}

.container h1{
    font-size: 2rem;
}

.service_text{
    max-width: 450px;
}

.service_text h2{
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    line-height: 3rem;
    font-weight: 700;
}
.width_plus h2{
    font-size: 2rem;
}

.width_plus{
    max-width: 490px;
    margin-top: 2rem;
}


/* products page
 */

 .Productspage{
    max-width: 1300px;
    margin: 1rem auto;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url(images/sky.jpg); */
    background-position: center;
    background-size: cover;
}

.products_title{
    margin-top: 5rem;
    color:#000;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.products_container{
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

 .products_screen{
    width:300px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
    background: rgba(9, 70, 9, 0.255);
    margin: 0.5rem auto;
    margin-top: 3rem;
    padding:1rem;
    color: #000;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(9, 70, 9, 0.255);
    transition: 1ms ease;
}
.products_screen:hover{
    box-shadow: 2px 2px 10px #17ca4d;
}
.products_screen > div > img {
    height:180px;
    border-radius: 10px;
}

.txt_info{
    text-align:center;
}
.item_info{
    display:flex;
    flex-direction: column;
}

.item_name{
    text-align:center;
}
.item_info >p {
    /* padding: 0.5rem 0; */
}

.item_description{
    font-size: 0.9rem;
}

.item_price{
    font-weight: bolder;
    font-size: 1.5rem;
    text-align:center;
}


/* .view_btn{
    width: auto;
    height: 30px;
    border: 1px solid #4e4a4a;
    background: transparent;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 0.4rem;
    border-radius: 15px;
    cursor: pointer;
} */

.ratings i{
    color:#138352
}

.view_btn:hover{
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,233,178,1) 100%);
    border: 1px solid #000000;
}

#btn_gender{
    position:absolute;
    right: 0;
   margin-top: 0.5rem;
    margin-right: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 6s ease-out;
}

#btn_gender:hover  i{
    color: #138352;
    animation: flyout 1.5s ease;
}

@keyframes flyout{
    0%{
        opacity: 1;
        transform: translateX(0px);
    }
    100%{
        opacity: 0;
        transform: translateX(40px);
    }
}

#btn_gender i {
    font-size: 3.5rem;
    margin-left: 5rem;
}

.view_btn_gender{
    padding: 14px 22px;
    margin-right: 5rem;
    border: 1px solid transparent;
    background: #138352;
    color:#000;
    font-weight: 700;
    border-radius: 2px;
    cursor: pointer;
}

.for_him_wrapper{
    margin-top: 7rem;
}

.for_her_wrapper{
    margin-top: 7rem;
}
.view_btn_gender:hover{
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,233,178,1) 100%);
    border: 1px solid #000000;
}


/* bulkyies Deals */
.bulky_buy{
    width: 80%;
    height: 55vh;
    padding: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(images/Untitled-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    text-align: center;
}

.bulky_buy h1{
    font-size: 2.5rem;
    color: #f4f4f4;
    word-spacing: 1rem;
    text-transform: uppercase;
}

.bulky_buy h3{
    color: #17ca4d
}

.view_btn_bulk{
    padding: 8px 17px;
    margin-top: 2.5rem;
    border: 1px solid transparent;
    background: #138352;
    color:#f4f4f4;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
}

.view_btn_bulk:hover{
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,233,178,1) 100%);
    border: 1px solid #000000;
}

/* bulky grouped */
.bulky__images{
    width:30%;
    border-radius: 10px;
}


.grouped{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    margin-top: 3rem;
}

#blk{
    margin-top: 1rem;
}

.c_sign{
    color: #171717;
    font-size: 2.5rem;
}

.hi_gh{
    font-size: 2.3rem;
    font-weight: 500;
}

.curency_2{
    font-size:1.5rem ;
    font-weight: 400;
}
 .overlay_bulky{
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    border-radius: 10px;
}

#carousel-bulky{
    height:15rem;
    width:15rem;
    background-color: #200d21;
    color: #f4f4f4;
    position: relative;
    border-radius: 10px;
    margin-left: 13.5rem;
}

/* #products_bulky_carouse{
    margin-bottom: 1rem;
} */
/* brands and logo */
.brands{
    width: 100%;
    text-align: center;
   padding: 5rem 7rem;
   background-color: #0d1e24;
   margin-top: 5rem;
}


.bulky_categories{
    text-align:center;
    margin-top:5rem;
}

.bulky_categories h1{
    font-size: 2.5rem;
}

.bulky_categories h2{
    font-size: 1.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;
}

.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 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;
        }

        .bulky_categories h1 {
            font-size: 2rem;
        }

        .bulky_categories h2 {
            font-size: 1rem;
        }

        .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;
        }

        .products_container {
            grid-template-columns: repeat(3,1fr);
        }

        .bulky_buy h1 {
           margin-bottom:4rem;
        }

        .bulky_buy h3 {
            font-size:1.5rem;
            padding:10px;
         }

         #carousel-bulky {
            margin-left: 8.5rem;
        }
    }

    @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;
        }

        .nav_wrapper{
            justify-content:unset;
        }

        .products_screen {
            width: 260px;
        }

        ._him {
            padding-left: 3rem;
        }
        .service_text h2 {
            font-size: 1rem;
        }
        
    }

    @media (max-width:500px){
        .products_container {
            grid-template-columns: repeat(2,1fr);
        }
       
        #carousel-bulky {
            height: 10rem;
            width: 10rem;
            margin-left: 2.3rem;
        }

        .products_screen {
            width: 225px;
        }

        .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;
        }

        #larger_img{
            height: 120px;
        }
        
        .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;
        }

        .copyright p {
            font-size: 10px;
        }
    }
    @media (max-width:425px){
        .products_container {
            grid-template-columns: repeat(1,1fr);
        }
        
        .grouped {
            grid-template-columns: 1fr;
        }

        #carousel-bulky {
            margin-left: 8.5rem;
        }

        .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: 1.5rem;
            }

            .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;
            }

            .bulky_buy h1 {
                font-size: 1.5rem;
                color: #f4f4f4;
                word-spacing: 0rem;
                text-transform:none;
                margin-bottom:1rem;
            }

            .bulky_buy h3 {
                font-size: 1rem;
                padding: 0px;
            }
            .bulky_categories h1 {
                font-size: 1.5rem;
            }

            .products_screen {
                width: 315px;
            }
    }

    @media only screen and (max-width:425px){
        #carousel-bulky {
            margin-left: 6.8rem;
            margin-top: 2rem;
        }
    }

    @media  (max-width:325px){
        .products_screen {
            width: 250px;
        }

        .bulky_buy h1 {
            font-size: 1.5rem;
        }
        .bulky_buy h1 {
            margin-bottom: 0rem;
        }


        .bulky_buy h3 {
            font-size: 1rem;
            padding: 5px;
        }

        .bulky_categories h1 {
            font-size: 1.5rem;
        }

        #carousel-bulky {
            margin-left: 5.5rem;
        }

        .for_him_wrapper h2 {
            text-align: center;
        }

        .for_her_wrapper h2{
            text-align: center;
        }
    }
