@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Meow+Script&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* common elements */
body {
    width: 1920px;
    font-size: 20px;
}

ul {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

h1 {
    font-size: 50px;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    font-weight: 600;
}

h3 {
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

p {
    font-size: 20px;
}

/* common class */
.container {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.66%;
}

.col-7 {
    width: 14.28%;
}

.col-8 {
    width: 12.50%;
}

/* .section_padding {
    padding-top: 120px;
    padding-bottom: 120px;
} */

.btn {
    padding: 8px 20px;
}

.section_content {
    text-align: center;
}

/* navbar start */
.navbar {
    position: relative;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    color: black;
}

nav {
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_brand a:hover {
    cursor: pointer;
}

.navlist {
    display: flex;
    justify-content: flex-end;
    margin-top: 33px;
    margin-bottom: 33px;
    margin-left: 37px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Lora", serif;
}

.navlist li a {
    color: black;
    margin: 25px 37px;
}

.navlist li a:hover {
    cursor: pointer;
}

.navicons {
    display: flex;
    justify-content: flex-end;
}

.navicons li a {
    color: black;
    margin: 25px 20px;
}

.navicons li a:hover {
    cursor: pointer;
}

/* navbar end */

/* banner start */
.banner {
    position: relative;
    height: 630px;
    background-image: url('../assets/images/bgi_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .container {
    justify-content: center;
    text-align: left;
    align-content: center;
}

.banner .container .banner_content {
    font-family: "Roboto", sans-serif;
}

.banner .container .banner_content .p1 {
    font-size: 24px;
    margin-top: 120px;
}

.banner .container .banner_content .p2 {
    font-size: 48px;
    font-weight: bolder;
    margin-top: 24px;
}

.banner .container .banner_content span {
    color: rgb(183, 101, 6);
}

.banner .container .banner_content .p3 {
    font-size: 20px;
    margin-top: 30px;
}

.banner .container .banner_content .p4 {
    margin-top: 62px;
    margin-bottom: 36px;
}

.banner .container .banner_content .p4 input {
    width: 182px;
    height: 52px;
    font-size: 20px;
    background-color: #00250D;
    color: white;
    border-radius: 30px;
    padding: 15px 25px;
}

.banner .container .banner_content .p4 span {
    margin: 16px 11px;
    font-size: 24px;
    font-weight: 500;
    color: rgba(0, 37, 13, 0.88);
}

.banner .container .banner_content .banner_fig,
.banner .container .banner_content .p5 {
    display: flex;
}

.banner .container .banner_content .banner_fig .g1 {
    position: relative;
    left: 0;
}

.banner .container .banner_content .banner_fig .g2 {
    position: relative;
    left: -25px;
}

.banner .container .banner_content .banner_fig .g3 {
    position: relative;
    left: -50px;
}

.banner .container .banner_content .banner_fig .g4 {
    position: relative;
    left: -75px;
}

.banner .container .banner_content .banner_fig .add {
    position: relative;
    left: -100px;
}

.banner .container .banner_content .banner_fig .p5 {
    margin: 14px 18px;
    position: relative;
    left: -100px;
    color: #00250D;
    font-size: 24px;
    font-weight: 500;
}

/* banner end */

/* category start */
.category {
    position: relative;
    height: 656px;
    background-image: url('../assets/images/bgi_category.png');
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
}

.category .p1 {
    padding-top: 100px;
    padding-bottom: 24px;
    font-size: 32px;
    font-weight: normal;
}

.category .p2 {
    margin-top: 24px;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 400;
}

.category .p2 span {
    color: #B76506;
}

.category .card_img {
    margin-top: 50px;
    margin-bottom: 32px;
}

.category .card_content .p3 {
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
}

.category .card_content .p4 {
    margin-top: 20px;
    margin-bottom: 140px;
    font-size: 24px;
    font-weight: normal;
}

/* category end */

/* about start */
.about {
    /* border: 2px solid black; */
    position: relative;
    background-color: #D9D9D9;
    height: 804px;
    background-image: url('../assets/images/bgi_about.png');
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
}

.about .section_content {
    margin-top: 102px;
    margin-bottom: 118px;
}

.about .bag {
    position: absolute;
    top: 48.5%;
    left: 31%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.about p {
    margin-left: 160px;
    margin-right: 15px;
    text-align: left;
}

.about .p1 {
    margin-top: 26px;
    margin-bottom: 22px;
    font-size: 32px;
    font-weight: normal;
}

.about .p2 {
    margin-top: 22px;
    margin-bottom: 36px;
    font-size: 40px;
    font-weight: 500;
}

.about .p2 span {
    color: #B76506;
}

.about .p3 {
    margin-top: 36px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 300;
}

.about .box {
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: 15px;
    width: 544px;
    height: 150px;
    border-radius: 5px;
    background-color: #00250D;
    color: white;
}

.about .box p {
    text-align: center;
}

.about .box .p4 {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    font-weight: 500;
}

.about .box .p5 {
    margin-top: 26px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: normal;
}

.about .p6 {
    margin-top: 30px;
    color: #B76506;
    font-size: 64px;
    font-family: "Meow Script", cursive;
}

/* about end */

/* discounts start */
.discounts {
    position: relative;
    height: 740px;
    background-image: url('../assets/images/bgi_discounts.png');
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
}

.discounts .card {
    position: relative;
}

.discounts .card_img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
}

.discounts ul {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    text-align: left;
    margin-left: 22px;
}

.discounts ul .p1 {
    background-color: black;
    color: white;
    margin-top: 30px;
    padding: 18px 44px;
    font-size: 24px;
    font-weight: normal;
    border-radius: 30px;
}

.discounts ul .p2 {
    color: black;
    margin-top: 23px;
    font-size: 48px;
    font-weight: 600;
}

.discounts ul span {
    color: white;
    margin-top: 23px;
    font-size: 48px;
    font-weight: 600;
}

.discounts ul .p3 {
    color: black;
    margin-top: 28px;
    font-size: 20px;
    font-weight: normal;
}

.discounts ul .p4 {
    background-color: #00250D;
    color: white;
    margin-top: 71px;
    padding: 17px 12px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 30px;
}

.discounts ul .p5 {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    margin-top: 30px;
    padding: 18px 44px;
    font-size: 24px;
    font-weight: normal;
    border-radius: 30px;
}

/* discounts end */

/* bsp start */
.bsp {
    display: flex;
    position: relative;
    height: 658px;
    background-image: url('../assets/images/bgi_bsp.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bsp .col-40 {
    width: 40%;
}

.bsp .col-20 {
    width: 20%;
}

.bsp .col-40 p {
    text-align: left;
}

.bsp .p1 {
    margin-top: 130px;
    font-size: 32px;
    font-weight: normal;
}

.bsp .p2 {
    margin-top: 24px;
    font-size: 40px;
    font-weight: 600;
}

.bsp .p2 span {
    color: rgb(183, 101, 6);
}

.bsp .p3 {
    margin-top: 30px;
    width: 430px;
    font-size: 24px;
    font-weight: normal;
}

.bsp .p4 {
    margin-top: 60px;
    background-color: #00250D;
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 18px 20px;
    width: 234px;
    border-radius: 30px;
}

.bsp .card {
    position: relative;
    display: flex;
    margin-top: 150px;
}

.bsp .card_content {
    position: absolute;
}

.bsp .card_offer {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.bsp .p5 {
    background-color: rgb(0, 37, 13);
    color: white;
    width: 102px;
    margin-top: 26px;
    margin-left: 20px;
    margin-bottom: 210px;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 15px;
    border-radius: 30px;
}

.bsp .card_content img {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 9px;
}

.bsp .wishlist,
.bsp .bag {
    margin-top: 20px;
    margin-left: 210px;
}

.bsp .price {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255, 255, 255, 0.5);
    color: rgb(0, 0, 0);
    width: 280px;
    height: 82px;
    margin-top: 149px;
    padding: 14px 18px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.bsp .price .p6 {
    font-size: 20px;
    font-weight: 600;
}

.bsp .price .p7 {
    font-size: 24px;
    font-weight: normal;
}

/* bsp end */

/* w_deals start */
.w_deals {
    position: relative;
    height: 594px;
    background-image: url('../assets/images/bgi_w_deals.png');
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
}

.w_deals .section_content {
    text-align: left;
}

.w_deals .p1 {
    margin-top: 62px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 500;
    color: rgba(1, 62, 21, 0.94);
}

.w_deals .p2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 600;
    color: black;
}

.w_deals span {
    color: #B76506;
}

.w_deals .p3 {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
}

.w_deals .box {
    text-align: center;
    background-color: #00250D;
    color: white;
    width: 370px;
    height: 110px;
    margin-top: 60px;
    margin-bottom: 140px;
    margin-left: 0;
    padding: 16px 64px 28px 60px;
    margin-right: auto;
    border-radius: 5px;
}

.w_deals .p4 {
    /* margin-top: 16px; */
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-weight: 500;
    color: white;
}

.w_deals .p5 {
    padding: 0;
    margin: 2px auto;
    font-size: 16px;
    font-weight: light;
    color: white;
}

.w_deals .p6 {
    margin-top: 2px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: normal;
    color: white;
}

/* w_deals end */

/* nb start */
.nb {
    position: relative;
    height: 782px;
    background-image: url('../assets/images/bgi_nb.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.nb .nb_text {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

.nb .nb_text .l_text .p1 {
    color: rgb(0, 37, 13);
    font-size: 32px;
    font-weight: normal;
    margin-top: 130px;
}

.nb .nb_text .l_text .p2 {
    color: black;
    font-size: 40px;
    font-weight: 600;
    margin-top: 24px;
}

.nb .nb_text .l_text .p2 span {
    color: rgb(183, 101, 6);
    font-size: 40px;
    font-weight: 600;
    margin-top: 24px;
}

.nb .nb_text .r_text .p3 {
    background-color: rgba(0, 37, 13, 0.9);
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin-top: 172px;
    border-radius: 30px;
    padding: 14px 36px;
}

.nb .card {
    position: relative;
}

.nb .card_img {
    display: block;
    justify-content: center;
    margin-top: 70px;
}

.nb .card_content {
    position: absolute;
    top: 0;
    text-align: left;
    margin-left: 40px;
}

.nb .p4 {
    top: 0;
    right: 0;
    width: 170px;
    font-size: 20px;
    font-weight: normal;
    background-color: black;
    color: white;
    padding: 21px 9px;
    align-content: center;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: 233px;
}

.nb .p5 {
    margin-top: 196px;
    font-size: 24px;
    font-weight: 500;
    color: black;
}

.nb .p6 {
    margin-top: 23px;
    text-decoration: 2px underline;
    font-size: 20px;
    font-weight: 500;
    color: #B76506;
}

/* nb end */

/* testimonials start */
.testimonials {q
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    position: relative;
    height: 774px;
    background-image: url('../assets/images/bgi_testimonials.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials .section_content {
    text-align: center;
}

.testimonials .p1 {
    color: black;
    margin-top: 130px;
    font-size: 32px;
    font-weight: normal;
}

.testimonials .p2 {
    color: black;
    margin-top: 24px;
    font-size: 40px;
    font-weight: 500;
}

.testimonials .p2 span {
    color: #B76506;
    margin-top: 24px;
    font-size: 40px;
    font-weight: 500;
}

.testimonials .fig {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-top: 39px;
}

.testimonials .p3 {
    color: black;
    font-size: 32px;
    font-weight: 500;
    margin-top: 34px;
}

.testimonials .p4 {
    color: rgba(0, 0, 0, 0.75);
    font-size: 20px;
    font-weight: 500;
    margin-top: 28px;
}

.testimonials .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-weight: 500;
    margin-top: 35px;
    margin-left: 14px;
}

.testimonials .rating span {
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-weight: 500;
    margin-left: 14px;
}

.testimonials .p5 {
    color: rgb(0, 37, 13);
    font-size: 24px;
    font-weight: 500;
    margin-top: 22px;
}

/* testimonials end */

/* img_bar start */
.img_bar .col {
    display: flex;
}

.img_bar img {
    width: 240px;
    height: 286px;
    object-fit: cover;
}

/* img_bar end */

/* footer start */
.footer .container a {
    color: black;
    text-decoration: none;
}

.footer .foo_fig img {
    width: 234px;
    height: 64px;
    margin-top: 70px;
    margin-bottom: 55px;
}

.footer .foo_head {
    margin-top: 95px;
    margin-bottom: 55px;
    font-size: 40px;
    font-weight: 500;
}

.footer .foo_topic li {
    margin-top: 55px;
    font-size: 20px;
    font-weight: normal;
}

.footer .foo_topic .btn {
    display: flex;
    margin-top: 30px;
    padding: 0;
    border: 1px solid black;
    width: 300px;
    height: 54px;
}

.footer .foo_topic input {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 20px;
    width: 250px;
    height: 54px;
    font-size: 16px;
    font-weight: normal;
}

.footer .foo_topic input[type="arrow"] {
    background-color: black;
    width: 50px;
    height: 54px;
}

/* 
.footer .foo_topic input[type="arrow"] a {
    color: white;
    margin: 12px 10px;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 5;
} */

.footer .foo_items {
    margin-top: 134px;
    border-top: 2px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .foo_items p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: normal;
}

.footer .foo_icons {
    display: flex;
    justify-content: flex-end;
}

.footer .foo_icons li {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 15px;
}

/* footer end */