*{padding:0;margin:0}
a{text-decoration: none !important;}

body{font-family: "Delius", cursive;font-weight: 400;font-style: normal;}


/* Background Colors */
.bg-info-section{background: #f5f4f0;}
.bg-products{background-color: #cacc9169;}
.text-g{color:#a1a12d}


/* Header */
#header .navbar-nav .nav-item .nav-link{color:#000;font-size: 21px;}
#header .navbar-nav .nav-item{margin:0 5px}
#header-icons{padding-left: 0;list-style: none;margin-bottom: 0;}
#header-icons li{margin: 0 5px;align-items: center;justify-content: center;display: flex;}
#header-icons li a{color: #000;font-size: 18px;}

/* Hero Area */
.carousel-inner{height:650px;border-radius: 35px;}

/* Why Choose */
.title{font-size: 60px;font-weight:700}
.choose-section{display: flex;flex-direction: row;padding-left: 0;list-style: none;justify-content: space-evenly;text-align: center;}
.choose-section li img{width: 200px;}
.sub-title{font-size:46px;}


/* Products */
.products-main{border-radius: 100%;padding-top:16rem}
.products--section ul{padding-left: 0;list-style: none;display: flex;flex-direction: row;flex-flow:row wrap}
.products--section ul li{width: calc(100% / 4 - 35px) !important;}
.products--section ul li img{border-radius: 8px;height: 280px;width: 100%;object-fit: cover;object-position: center;}
.product-info{display: flex;flex-direction: row;justify-content: space-between;align-items: end;margin-top: 8px;}
.category-text{color: #a1a12d;margin-bottom: 0;}
.product-title{color: #000;margin-bottom: 0;font-size: 16px;letter-spacing:-0.9px}
.product-price{color: #000;margin-bottom: 0;font-size: 24px;}
.content{width: 50%;margin: 0 auto;font-size: 20px;}
.vid{border-radius: 8px;height: 100%;}

.features li{width: calc(100% / 3 - 12px);}
.features li p{font-size: 16px;color: #474747;width:75%;margin:0 auto}

.features li img{width: 100px;margin-bottom:25px}
.features li h3{font-size:20px}

.footer h3{color:#a1a12d;font-size: 20px;}
.footer a{color: #111;}
.footer ul{list-style: none;padding-left: 0;}
.footer ul li{margin-bottom: 5px;}


/* New Arrival */
.products--section-arrival ul{padding-left: 0;list-style: none;display: flex;flex-direction: row;justify-content: space-between;flex-flow: row wrap;}
.products--section-arrival ul li img{border-radius: 8px;height: 400px;width: 100%;object-fit: cover;object-position: center;}
.products--section-arrival ul li{width: calc(100% / 3 - 16px);margin-bottom: 25px;}

/* Contact Page */

.contact-title{border-bottom: 3px solid #cccccc;padding-bottom: 15px;}
.btn-muse{background-color: rgb(234,188,146);border-radius: 10px;text-align: center;width: 100%;color: #fff;}
.btn-muse:hover{background-color: #474747;color: #fff;}
p a,a{color: #a1a12d;}



.nav-link.dropdown-toggle::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107"; /* angle-down icon */
    margin-left: 6px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    border:0;
}


