html.body,* {
    font-family: 'Arcon Rounded';
    font-weight: normal;
    font-style: normal;
}
.font-alm{
    font-family: 'FONTSPRING DEMO - Almarose';
}
:root {

    --pink-light:#ffdfe0;
    --pink-light-low:#fff1f2;
    --pink-dark:#ed1d26;
    --blue-dark:#262364;
    --white-full:#fff;
}
.txt-pink{
    color: var(--pink-dark);
}
.txt-pink-light{
    color: var(--pink-light);
}
.txt-blue{
    color: var(--blue-dark);
}
.txt-white{
    color: var(--white-full);
}
/* header */

#navbarNavAltMarkup{
    justify-content: flex-end;
    align-items: center;
}
.navbar-nav a{
    font-size: 18px;
    font-weight: 400;
    margin: 0px 15px;
    color: var(--blue-dark);
}
.navbar-nav a:hover{
    color: var(--pink-dark);
}
.navbar-nav a.active{
    font-size: 18px;
    font-weight: bold!important;
    color:var(--pink-dark)!important;
}
.header-data {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 3px solid #fff3f3;
    background-color: var(--pink-light);
}
.header-data .navbar-brand{
    display: inline-block;
}
.header-data .navbar-brand img{
    width:4em;
    height: auto;
    /* opacity: 0; */
}
.header-data svg{
    cursor: pointer;
}
.sidebar-toggle {
    display: none;
}
.btn-contact {
    background-color: var(--blue-dark);
    color: var(--white-full)!important;
    font-size: 14px!important;
    border-radius: 50px;
    padding: 5px 20px!important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    transition: 300ms;
}
.btn-contact:hover,
.btn-contact:active,
.btn-contact:focus{
    transition: 300ms;
    background-color: var(--pink-dark)!important;
}
.navdrp-links a{
    margin: 0px!important;
}
/* button-clasess  */
.scroll-top {
    color: #fff;
    position: fixed;
    right: 6px;
    bottom: 6px;
    z-index: 1;
    width: 35px;
    height: 35px;
    background: #262364;
    border-radius: 100%;
    border: 3px solid #fff;
    text-align: center;
    line-height: 30px;
}
.btn-blue {
    background-color: var(--blue-dark);
    color: var(--white-full)!important;
    font-size: 14px!important;
    border-radius: 50px;
    padding: 12px 20px!important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    text-decoration: none;
    transition: 300ms;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus{
    transition: 300ms;
    background-color: var(--pink-dark)!important;;
}
.btn-pink {
    background-color: var(--pink-dark);
    color: var(--white-full)!important;
    font-size: 14px!important;
    border-radius: 50px;
    padding: 12px 20px!important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    text-decoration: none;
    transition: 300ms;
}
.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus{
    transition: 300ms;
    background-color: var(--blue-dark)!important;;
}

/*  */

/* banner section starts */
.banner-buttons {
    display: flex;
    gap: 20px;
}
.banner-wrap{
    padding-top:10rem;
    position: relative;
    background-color: var(--pink-light);
}
.top-head{
    font-weight:800;
    font-size: 72px;
}
.txt-descrip{
    width: 75%;
}
.img-waver{
    width: 100%;
    background-color: var(--pink-light-low);
}
.c-section-pr{
    padding:5rem 0rem
}
.abt-us{
    background-color: var(--pink-light-low);
}
.abt-head{
    font-size: 52px;
    font-weight: 800;
}
.products-wrap{
    background-color: var(--pink-light);
}
.prod-bg-box {
    background-color:var(--white-full);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:20px;
    position: relative;
    border-radius: 12px;
    z-index: 2;
}
.all-product-list .col-lg-4.mt-4{
    margin-bottom: 2rem;
}
.prod-bg-box::before {
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    z-index: 1;
    border-radius: 12px;
    background-color: var(--pink-dark);
    top: -9px;
    left: -9px;
}
.prod-bg-box::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    z-index: 1;
    border-radius:12px;
    background-color: var(--white-full);
    top: 0px;
    left: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.prod-bg-box img {
    /* width: 212px; */
    max-width: 300px;
    min-width: 300px;
    height: 180px;
    object-fit: contain;
    /* display: block; */
    margin: 0 auto;
}
.mb-8{
    margin-bottom: 5rem;
}
.item .prod-bg-box{
    margin: 10px;
}

/* footer */
.footer-wrap{
    background-color: var(--pink-light);
}
.logo-footer{
    width: 125px;
}
.social-links a {
    transition: 200ms;
    background-color: var(--pink-dark);
    color: var(--white-full)!important;
    font-size: 16px!important;
    border-radius: 8px;
    /* padding: 8px 11px!important; */
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    text-decoration: none;
    display: inline-flex;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.social-links a:hover{
    transition: 200ms;
    background-color: var(--blue-dark);
    transform: translate(0px, -5px);
}
.footer-wrap .font-alm{
    font-weight: 800;
}
.footer-wrap ul{
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}
.footer-wrap ul a{
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    color: var(--blue-dark);
}
.footer-wrap ul li:last-child a{
    margin-bottom: 0px;
}
.footer-wrap{
    padding-bottom:0px;
}
.all-right-res {
    background-color: var(--pink-dark);
    color: var(--white-full);
    margin-top: 33px;
    padding: 10px 0px;
    text-align: center;
}
/* why-us */
.why-us {
    background: url('../images/new-bgg.webp'), var(--blue-dark);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    background-attachment: fixed;
}
.lt-txt{
    line-height: 50px;
}
.list-points{
    color: var(--white-full);
    padding-left: 15px;
    margin-bottom: 0px;
}
.list-points li{
    margin-bottom: 20px;
}
.list-points li:last-child{
    margin-bottom: 0px;
}
.wrap-why-inner{
    padding-top: 5rem;
    padding-bottom: 3rem;
    padding-right: 5rem;
}
.img-why-mob{
    display: none;
}
/* try-itonce */
.exp-head{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.box-point *{
    margin: 0px;
}
.box-point {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    gap: 20px;
    border:1px solid #26236417;
}
.box-point h4{
    font-weight: 800;
}
.box-point svg{
    width: 70px;
    height: auto;
}
.box-center {
    background-color: var(--blue-dark);
    box-shadow: none;
    transform: translate(0px, 70px);
}
.send-btn{
    min-width: 120px;
    border: none;
}
.form-wrap{
    padding: 1.5rem;
    border-radius: 2rem;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    border:1px solid #26236417;
    background-color: var(--pink-light-low);
}
.form-wrap input:hover,
.form-wrap input:focus,
.form-wrap input:focus,
.form-wrap textarea:hover,
.form-wrap textarea:active,
.form-wrap textarea:focus{
box-shadow: none;
border-color: var(--blue-dark);
}
.form-wrap input{
    border-radius: 50px;
    height: 45px;

}
.query-wrap{
    background-image: url('../images/bg.jpg');
    background-attachment: fixed;
    background-size: 100%;
    background-position: center;
}
/* contact page */
.brd-crumb{
    display: flex;
    padding: 0px;
    list-style-type: none;
    gap: 15px;
}
.brd-crumb a,
.brd-crumb span,
.brd-crumb i{
    color: var(--blue-dark);
    text-decoration: none;
    font-weight: 800;
}
.contact-main{
    background-color: var(--pink-light-low);
}
.contact-brief a {
    text-decoration: none;
    padding: 1rem;
    border-radius: 1rem;
    background-color: var(--pink-light);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 15px;
  color: var(--blue-dark);
}
.contact-brief{
    list-style-type: none;
    padding: 0px;
    width: 80%;
}
.contact-brief a span {
    background-color: var(--blue-dark);
    color: #fff;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 0.5rem;
    text-align: center;
    line-height: 48px;
}
.liiinks{
    gap: 15px;
}
/* our */
.our-story-main{
    background: url('../images/our-story.webp'), var(--blue-dark);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    background-attachment: fixed;
}
.side-cross {
    width: 38px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 1;
}
.urls-wrap a {
    text-decoration: none;
    font-size: 2rem;
    color: #2E1153;
    font-family: 'Arcon Rounded';
    margin-bottom: 10px;
}
.urls-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}
.offcanvas {
    width: 100% !important;
    background-color: rgba(255, 239, 222, 90%);
    backdrop-filter: blur(5px);
}
.quick-links-mob {
    display: flex;
    justify-content: center;
    margin: 2rem 0rem;
}
.quick-links-mob a {
    text-decoration: none;
    font-size: 16px;
    color: #2e1153;
    font-weight: 600;
    margin: 0rem 0.8rem;
}
.box-filter {
    padding-right: 20px;
    min-height: 250px;
    border-right: 1px solid #ed1d26;
}
.filter-header {
    position: relative;
}
.font-filter {
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eb1f28;
}
.clear-filter-btn{
    border: none;
}
.filter-checkboxes label {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 15px;
    color:var(--blue-dark);
}
.form-check-input:checked {
    background-color: #262265;
    border-color: #262265;
}

/* detail page css */
.product-detail-wrap {
    background-image: linear-gradient(180deg, #ffdfe0 0%, #FFFFFF 54%);
    /* padding: 0rem 118px; */
    padding-top: 148px;
}
.wrap-detail{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.measures-ul{
    list-style-type: none;
    padding-left: 5px;
}
.measures-ul {
    list-style-type: none;
    padding-left: 5px;
    width: 68%;
    flex-wrap: wrap;
    display: flex;
}
.measures-ul li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.measures-ul li img{
    max-width: 50px;
    min-width: 50px;
    height: auto;
    object-fit: contain;
}
.measures-ul li p{
    margin: 0px;
}
.data-full{
    padding: 3rem 0rem;
}
.inline-h3 {
    color: #1e204f;
    background: #dddddd;
    display: block;
    width: 212px;
    text-align: center;
    padding: 0.6rem;
    font-weight: 400;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    margin-bottom: 0px;
    font-size: 18px;
}
.inline-h3.active{
    color: #fff;
    background: #262364;
}
.divider{
    background-color: var(--txt-grey);
    display: block;
    height: 1.5px;
    margin-bottom: 1rem;
}
.data-full ul{
    padding-left: 15px;
}
.pro-detail-image img {
    width: 100%;
    height: 390px;
    object-fit: contain;
}

label.error{
    color: red;
}
