/*====*PRESET CSS*====*/    
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} 
body {      
	font-family: "Noto Serif Bengali", Arial, sans-serif;
	background-color: #fff; 
}   
img {
    max-width: 100%;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}   
section {
    padding: 90px 0 0;
}
/*====*Header CSS*====*/
.site-header {
    text-align: center;
    padding: 5px 0;
}
.site-header img {
    max-width: 70px;
}
/*====*Hero CSS*====*/   
.site-hero {
    text-align: center;
    padding: 0 15px 30px;
}
.site-hero h1 {
    font-size: 26px;
    font-weight: 700;
    background-color: #6e5863;
    padding: 10px 0;
    color: #fff;
    margin-top: 10px;
}
.site-hero h3 {
    font-size: 16px;
    line-height: 30px;
}
.site-hero img {
    max-height: 350px;
    width: 100%;
    border-radius: 10px;
}
.site-hero .text {
    position: absolute;
    width: 90%;
    top: 15%;
    left: 5%; 
    text-align: center; 
}
.site-hero .text h1 {
    font-size: 40px;
    line-height: 44px;
    text-shadow: 0 3px 5px #000;
    color: #fff;
    margin-bottom: 30px;
}

.site-hero .text p {
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 3px 5px #000;
    color: #fff;
}
.site-hero .text h3 {
    background-color: #f9e53f;
    display: block;
    padding: 12px 6px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    text-shadow: none;
    font-weight: 700;
    max-width: 600px;
    margin: 0 auto;
}

/*====*FEATURES CSS*====*/  
.site-features ul {
    margin-left: 20px;
}
.site-features ul li {
    color: #333;
    line-height: 35px;
    border-top: 1px dashed #ddd;
    list-style: circle;
	font-size: 16px;
} 
ul li.note {
    list-style: disc;
}
.heading {
    margin-bottom: 20px;
    text-align: center;
}
.heading h2 {
    color: #000;
    margin-top: 0;
    font-size: 30px;
}
.heading p {
    font-size: 14px;
    margin-bottom: 0;
    color: #c10000;
    text-shadow: 0 1px 1px rgb(0 0 0 / 90%);
}
/*====*Site Button CSS*====*/ 
.site-action {
	text-align: center;
} 
.site-action a {
    color: #fff;
    background-color: #6e5863;
    border-radius: 10px;
    padding: 10px 5px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    width: 80%;
    max-width: 300px;
	position: relative;
}
.site-action a::after {
    position: absolute;
    content: '\F119';
    font-family: 'bootstrap-icons';
    margin-left: 5px;
}
/*====*Site gallery CSS*====*/  
.site-gallery .item {
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 15%);
    border-radius: 5px;
}
.site-gallery .info {
    padding: 15px 10px;
}
.gallery-box h3 {
    display: inline-block;
    background-color: #6e5863;
    padding: 8px 20px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    margin: 0 0 5px;
}
.site-gallery .info p {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
}  
/*====*Site Guidelines CSS*====*/  
.site-guidelines ul li {
    border-top: 1px dashed #ddd;
    line-height: 30px;
    list-style: circle;
    font-size: 15px;
} 
.site-guidelines ul {
    margin: 0 20px;
}
ul li:first-child {
    border: none;
}
/*====*ORDER FORM CSS*====*/ 
.checkout-form {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 90px;
}
.checkout-form input, .checkout-form textarea, .checkout-form select, .checkout-form button {
    width: 100%;
    line-height: 30px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 6px;
    outline: 0;
}
button[type='submit'] {
    background-color: #6e5863;
    color: #fff;
    text-transform: capitalize;
    border-radius: 25px;
}
/*====*FOOTER CSS*====*/  
.site-footer {
    padding: 15px 0 10px;
    background-color: #eee;
    text-align: center;
    font-family: arial;
}
.site-footer p {
    text-align: center;
    color: #333;
    font-size: 13px;
    margin-bottom: 0;
}
.site-footer span {
    color: #666;
    font-size: 11px;
}