@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #ebf5ec;

}

.b {
    border: 1px solid red;
}

/* header start */
.header_section {
    background-color: #E2EBFA !important;
    /* padding-top: 50px; */
}

.cus_nav {
    padding: 5px;
    background-color: #210221;
    text-transform: uppercase;
}

.cus_nav a {
    color: white;
    font-size: 15px;
    font-weight: 300;

}

.navbar-toggler {
    background-color: white;
}




.cart {
    position: relative;
    display: block;
    margin: -12px 7px 0;
    width: 28px;
    height: 28px;
    height: auto;
    overflow: hidden;
}

.material-icons {
    position: relative;
    top: 4px;
    z-index: 1;
    font-size: 24px;
    color: rgb(18, 17, 17);
}

.count {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 11px;
    border-radius: 50%;
    background: #d60b28;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}


/* header end */

/* banner start */
.cus_carousel {}

.cus_carousel img {
    width: 100%;
    height: 600px;
    object-fit: cover;

}

.custome_indicator [data-bs-target] {
    border-radius: 15px 15px 15px 15px;
    width: 15px;
    height: 15px;
    background-color: #210221;
    margin-right: 8px;
    margin-left: 8px;
    transform: rotate(45deg);
}




/* category start */
.category {
    padding: 30px 0;
}

.inner_box {
    background-color: #E2EBFA;

}

.item_image {
    margin: 40px 0;

}

.item_image img {
    width: 100%;
    height: 130px;
    border-radius: 30px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cat_item_text {
    height: 70px;
    margin: 66px 0;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    color: white;
    background-color: #210221 !important;
    text-transform: uppercase;
    border-radius: 0 20px 20px 0px;
    text-decoration: none !important;
}

/* category end */

/* carousel start */
.carousel_section {}

.cus_carousel2 {}

.cus_carousel2 img {
    width: 100%;
    height: 450px;
    object-fit: cover;

}

.custome_indicator2 [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: black;
    margin-right: 8px;
    margin-left: 8px;
    transform: translateY(45px);

}

.card_item {
    margin: 50px 50px 0;
    background-color: #210222;
    border-radius: 30px;
}

.card_item img {
    width: 100%;
    height: 270px;
    border-radius: 30px;


}

.card_text {
    color: white;
    padding: 10px;
}

.card_text h4 {
    text-transform: uppercase;

}

.card_text p {}



.services {
    width: 100%;
    margin: 50px auto 0;
    overflow: hidden;


}

.service_des {
    padding: 10px 20px;
    font-size: 20px;
    color: white;
    background-color: #210222;
    border-radius: 0 20px 20px 0px;

}


.circle_des i:nth-child(1) {
    font-size: 22px;
}

.circle_des i:nth-child(2) {
    font-size: 16px;
}

.circle_des i:nth-child(3) {
    font-size: 12px;
}


.hr_line {
    width: 100%;
    height: 2px;
    margin-top: 24px;
    background-color: #210222;
    opacity: 1;
    border: 0 none;
}

/* service start */
.service_item {
    margin-top: 30px;
}

.service_heading {
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #210222;
}

.service_img {
    margin-top: 20px;
}

.service_img img {
    width: 100%;
    height: 120px;
}

.more_btn {
    width: 100px;
    height: 40px;
    margin: 0 auto;
    padding: 8px 0 0;
    background-color: #210221;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

/* service end */

/* contact start */
.contact {
    margin-top: 50px;
}

.book_text {
    font-size: 40px;

}

.contat_form {
    margin: 0 150px;
    padding: 20px 20px 0;
    border-radius: 20px;
    border: 5px solid white;
    background-color: #270a28;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact_img {
    transform: translate(-50px, -60px);

}

.contact_img img {
    width: 100%;
    height: 400px;
    border: 4px solid #210221;
}

.form_clr {
    background-color: #a69aa6;
    color: white !important;
}

.submit_btn {
    margin-top: 25px;
    font-size: 16px;
    border-radius: 20px;
    background-color: white;
    color: #270a28;
    text-transform: uppercase;
}

.submit_btn:hover {
    background-color: white;
    color: #270a28;
}

.footer {
    margin-top: 40px;
}

.footer_nav {
    background-color: #210221;

}

.footer ul li a {
    color: white;
}

.footer_text {}

.footer_text h4 {
    margin: 30px 0 0;

}

.footer_img {
    display: block;
    margin: 0px auto 20px;
    width: 350px;
}

.footer_nav2 {
    background-color: #210221;

}

.footer_nav2 ul li a i {
    font-size: 50px;
}

/* contact end */
