body{
    font-family: 'Poppins', sans-serif;
    color:#222;
    background:#fff;
}

a{
    text-decoration:none;
	color:#2f1a12;
}
a .card-body{
	color:#2f1a12 !important;
}
.logo{
    font-size:34px;
    font-weight:700;
    color:#3f2518;
}

.navbar-nav .nav-link{
    color:#333;
    font-weight:500;
    margin:0 12px;
    transition:.3s;
}

.navbar-nav .nav-link:hover{
    color:#8B5A2B;
}

.hero{
    padding:70px 0;
    background:#faf7f2;
}

.hero h1,.carousel-caption h2{
    font-size:60px;
    font-weight:700;
    color:#4a2b1d;
    line-height:1.2;
    margin-bottom:20px;
}

.hero p,.carousel-caption p{
    font-size:18px;
    color:#666;
    margin-bottom:30px;
}

.hero img{
    width:100%;
    border-radius:12px;
}

.btn-dark{
    background:#5b2f20;
    border:none;
    padding:14px 35px;
}

.btn-dark:hover{
    background:#7b492f;
}

.cart-count{
    position:absolute;
    top:-8px;
    right:-10px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#5b2f20;
    color:#fff;
    font-size:11px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.features{
    background:#fff;
}

.features i{
    font-size:42px;
    color:#5b2f20;
    margin-bottom:15px;
}

.features h5{
    font-size:18px;
    font-weight:600;
}

.features p{
    color:#777;
    font-size:14px;
}

.collection-card{
    border:none;
    border-radius:12px;
    overflow:hidden;
    transition:.3s;
    cursor:pointer;
}

.collection-card img{
    height:220px;
    object-fit:cover;
}

.collection-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.12);
}

.collection-card .card-body{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.collection-card h5{
    margin:0;
}

.bottom-features{
    background:#5b2f20;
    color:#fff;
    padding:40px 0;
}

.bottom-features i{
    font-size:34px;
    margin-bottom:15px;
}

.bottom-features h6{
    font-size:18px;
    margin-bottom:10px;
}

.bottom-features p{
    color:#ddd;
    font-size:14px;
}

footer,.bottom-features{
    background:#2f1a12;
    color:#fff;
}

.dropdown-menu{
    border:none;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.dropdown-item:hover{
    background:#5b2f20;
    color:#fff;
}

@media(max-width:991px){

.hero{
padding:40px 0;
text-align:center;
}

.hero h1,.carousel-caption h2{
font-size:38px;
}

.hero img{
margin-top:30px;
}

.navbar-nav{
padding:20px 0;
}

}

@media(max-width:576px){

.hero h1,.carousel-caption h2{
font-size:28px;
}

.logo{
font-size:28px;
}

.collection-card img{
height:180px;
}

.features .col-md-3{
margin-bottom:30px;
}

.bottom-features .col-md-3{
margin-bottom:30px;
}

}
hr{
	margin:0px;
}

.carousel-caption {
    position: absolute;
    top: 20% !important;
	right:0px !important;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #2f1a12 !important;
    text-align: left !important;
}

@media(max-width:991px){
	.carousel-caption {
		position: absolute;
		top: 5% !important;
		right:0px !important;
		left: 8%;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		color: #2f1a12 !important;
		text-align: left !important;
	}
}

@media(max-width:576px){
	.carousel-caption {
		position: absolute;
		top: 40% !important;
		right:0px !important;
		left: 5%;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		color: #2f1a12 !important;
		text-align: left !important;
	}
	.carousel-caption h2,.carousel-caption p{
		display:none;
	}
}