@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

/* loader */
.loader-wrapper {
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 2000;


}

#loader {
    width: 21%;
    margin: 0 auto;
    transform: translateY(80%);
}

/* end */

/* login-nav */
#logo {
    width: 10%;
}

.navbar-brand {
    font-weight: 900;
    color: #372702;
    font-size: 32px;
    /* letter-spacing: 1.5px; */
}

.navbar {
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 1px 0 5px #00000045;
}

.login .fa-solid.fa-cart-shopping {
    color: #372702;
    font-size: 24px;
    transform: translateY(6px);
}

.login .fa.fa-user {
    font-size: 24px;
    color: #372702;
}

.login {
    display: flex;
}

ul.dropdown-menu.show {
    padding: 0;
    margin-top: 10px;
    overflow: hidden;
    transition: all .6s;
    background: #def6ff;
    border: none;
    box-shadow: 1px 0 5px #00000012;
}

a.dropdown-item {
    font-weight: 600;
    color: #372702;
    padding: 9px 20px;
}

.dropdown-menu li+li {
    border-top: 5px solid #fff;
}

a.dropdown-item:hover {
    background: #372702;
    color: #fff;
    transition: all .6s;
    /* transform: scale(1.1); */
}

/* end */

/* main menu */
.menu .navbar {
    margin: 0;
    padding: 0;
    background: #372702;
    box-shadow: 1px 0 5px #00000045;
}

.menu .nav-link {
    font-weight: 700;
    color: #fff;
    /* transition: all .6s; */
}

.menu .nav-item+.nav-item {
    margin-left: 30px;
}

li.nav-item:hover {
    color: #fff;
}

.menu .nav-link:focus-within {
    color: #fff !important;
}

.menu .dropdown-item {
    font-weight: 600;
    color: #372702;
    padding: 10px 40px;
}

/* END */


/* FLOAT NAV */
.float {
    justify-content: center !important;
    display: flex;
    align-items: center;
}

.float nav.navbar.navbar-expand-lg {
    width: auto;
    position: fixed;
    margin: 0px auto !important;
    padding: 0;
    bottom: 2%;
    right: 20%;
    align-items: center;
    box-shadow: 1px 0 5px #00000045;
    overflow: hidden;
    border-radius: 6px;
    z-index: 1000;
}

.float .nav-link+.nav-link {
    margin-left: 30px;
}

.float .nav-link {
    font-weight: 600;
    padding: 8px 16px !important;
    color: #372702;
    transition: all .3s;
}

.float .contain {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.float .nav-link:hover {
    background: #372702;
    color: #fff;
    transition: all .3s;
    border-radius: 6px;
}


@media screen and (min-width:200px) and (max-width:550px) {
    .float nav.navbar.navbar-expand-lg {
        display: none;
    }

    .menu .nav-item+.nav-item {
        margin-left: 0px;
    }

    .menu .navbar {
        background: #fff;
        padding: 10px 0;
    }

    .menu .nav-link {
        color: #372702;
    }

    .menu .nav-link:focus-within {
        color: #372702 !important;
    }

    .menu .dropdown-item {
        font-weight: 600;
        color: #372702;
        padding: 10px 15px;
    }

    #loader {
        width: 100%;
        margin: 0 auto;
    }
}

/* end */

/* Trending */
#trends {
    background: #f4f4f4;
}

.trends h1 {
    text-align: center;
    font-weight: 700;
    color: #372702;
}

.trend {
    box-shadow: 1px 0 5px #00000045;
    padding: 24px 13px;
    border-radius: 6px;
    overflow: hidden;
    transition: all .6s;
    border: 2px solid #fff;
    background: #fff;
}

.trend-img {
    text-align: center;
    border-bottom: 1px solid #372702;
    padding-bottom: 24px;
    position: relative;
}

img#img-trend {
    width: 50%;
    border-radius: 6px;
    filter: drop-shadow(2px 4px 6px black);
}

.trend-content {
    padding-top: 24px;
    text-align: center;
}

.trend-content h3 {
    font-weight: 700;
}

.trend-content p {
    font-weight: 500;
    font-size: 18px;
}

.btn-add {
    padding: 5px 82px;
    border: none;
    background: #189fce;
    color: #fff;
    font-weight: 600;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 6px;
    transition: all .6s;
}

.btn-add:hover {
    background: #2bbbec;
    transition: all .6s;
}

.btn-read {
    padding: 6px 89px;
    border: none;
    border-radius: 6px;
    background: #1aa09f;
    color: #fff;
    font-weight: 600;
    box-shadow: 1px 0 5px #00000045;
    font-size: 17px;
    transition: all .6s;
}

.btn-read:hover {
    background: #20c2c2;
    transition: all .6s;
}

.trend:hover {
    transition: all .6s;
    transform: translatey(-5px);
    border: 2px solid #372702;
}

.btn-price {
    position: absolute;
    bottom: 5%;
    right: 0%;
    padding: 5px 24px;
    border: none;
    background: #372702;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
}

.btn-trend {
    position: absolute;
    top: 0%;
    right: 0%;
    border: none;
    padding: 8px 10px;
    border-radius: 25px;
    color: #1aa90f;
    font-weight: 600;
    background: #d5eff8;
}

@media screen and (min-width:200px) and (max-width:550px) {

    .trend {
        margin-bottom: 20px;
    }

    .btn-read {
        padding: 5px 113px;
    }

    .btn-add {
        padding: 5px 106px;
    }

    .login {
        display: flex;
        margin: 0em 5px;
    }

}

/* end */

/* offers */
.offers h1 {
    font-weight: 700;
    color: #372702;
}

.offer {
    overflow: hidden;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 6px;
}

img#off:hover {
    transform: scale(1.1);
    transition: all .6s;
}

img#off {
    transition: all .6s;
}

/* end */

/* new arrivals */
.arrivals .trend:hover {
    transition: all .6s;
    transform: translatey(0px);
    border: 2px solid #372702;
}

.arrivals .trend-img {
    text-align: center;
    border-bottom: 1px solid #372702;
    padding-bottom: 24px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}

.arrivals {
    background: #f4f4f4;
}

.arrivals h1 {
    font-weight: 700;
    color: #372702;
}

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 10px;
    margin: 5px 7px;
    background: #372702;
    display: block;
    transition: all .2s ease;
    border-radius: 60px;
    color: #372702;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 33%;
    right: 0%;
    font-size: 23px !important;
    background: #d5eff8 !important;
    border-radius: 50% !important;
    padding: 2px 17px !important;
    box-shadow: 1px 0 5px #00000045;
    color: #372702 !important;
    font-weight: 700 !important;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 33%;
    left: 0%;
    font-size: 23px !important;
    background: #d5eff8 !important;
    border-radius: 50% !important;
    padding: 2px 17px !important;
    box-shadow: 1px 0 5px #00000045;
    color: #372702 !important;
    font-weight: 700 !important;
}

/* end */

/* our services */
img#img-service {
    width: 18%;
    filter: drop-shadow(2px 4px 6px #d5eff8);
}

.service-img {
    border-bottom: 1px solid #372702;
    padding-bottom: 24px;
}

.service {
    padding: 24px 16px;
    box-shadow: 1px 0 5px #00000045;
    border: 2px solid #fff;
    border-radius: 6px;
    transition: all .6s;
    color: #372702;
}

.service-content {
    padding-top: 24px;
}

.service-content h3 {
    font-weight: 600;
}

.service-content p {
    font-weight: 500;
}

.service:hover {
    border: 2px solid #372702;
    transform: translateY(-5px);
    transition: all .6s;
}

.services h1 {
    font-weight: 700;
    color: #372702;
}

.collections {
    background: #f4f4f4;
}

.collections h1 {
    font-weight: 700;
    color: #372702;
}

/* end */

/* about */
img#img-about {
    width: 360px;
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 6px;
}

.bx-img {
    width: 100%;
    border-right: 1px solid #372702;
    padding-right: 70px;
}

.box {
    display: flex;
}

.bx-content {
    padding: 0px 74px;
}

.bx-content h1 {
    font-weight: 700;
    color: #372702;
}

.bx-content p {
    font-weight: 500;
    color: #372702;
}

@media screen and (min-width:200px) and (max-width:550px) {
    .box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bx-img {
        text-align: center;
        width: 100%;
        border: none;
        padding-right: 70px;
    }

    .bx-content {
        text-align: center;
        margin-top: 20px;
    }

    .about .bx-content .btn-read {
        padding: 6px 46px;

    }

    #img-about {
        width: 100%;
        filter: drop-shadow(2px 4px 6px black);
        border-radius: 6px;
        transform: translateX(31px);
    }

    footer {
        text-align: center;
    }

}

/* Footer */
footer {
    background-color: #ecf4f8;
    /* margin-top: 95px; */
    position: relative;
    color: #372702;
}

.support {
    padding: 43px 0;
}

.support ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.support ul li {
    padding: 5px 0;
}

footer .support ul li a {
    text-decoration: none;
    color: #838282;
}

.social ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.social ul li {
    margin-right: 24px;
}

.social {
    padding: 43px 0;
}

.social .fa-facebook:before {
    content: "\f09a";
    display: block;
    font-size: 36px;
    color: #0008ff;
}

.social .fa-instagram:before {
    content: "\f16d";
    display: block;
    font-size: 36px;
    color: #ff006a;
}

.social .fa-twitter:before {
    content: "\f099";
    display: block;
    font-size: 36px;
    color: #3b71fe;
}

.social .fa-youtube:before {
    content: "\f167";
    display: block;
    font-size: 36px;
    color: #ff0000;
}

ul.rights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-top: 1px solid #ababab;
    padding-top: 10px;
    padding-bottom: 20px;
}

.rights li+li {
    margin-left: 49em;
}

ul.rights li {
    position: relative;
    display: inline-block;
    color: #ababab
}

i.fa.fa-envelope {
    margin-right: 10px;
}

footer #logo {
    width: 6%;
}

/* end */

@media screen and (min-width:700px) and (max-width:1024px){
    .login {
        display: flex;
        margin: 0em 20px;
    }
}

@media screen and (min-width:200px) and (max-width:550px) {
    
    footer #logo {
        width: 15%;
    }
}