@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --primary-pink-color: #e9128d;
    --primary-blue-color: #00acec;
    --primary-dark-blue-color: #2f3191;
    --primary-red-color: #ec1d25;
    --primary-golden-color: #2f3191;
    --text-color-white: #fff;
    
    /*#b49049*/
}
body{
    margin: 0px;
    font-family: "Jost", sans-serif;
}
img{
    max-width: 100%;
}
ul, li{
    padding: 0px;
    list-style: none;
}
a, a:hover{
    text-decoration: none;
}
/*---------------header----------------*/
.top-header-wps{
    background-color: var(--primary-golden-color);
    padding: 10px 0px;
}
.phone-tel-txt{
    color: var(--text-color-white);
    font-size: 14px;
}
.phone-tel-txt svg {
    width: 15px;
}
.txt-call-wp svg {
    flex: 0 0 auto;
    width: 14px;
}
.shot-line-top-txt{
    color: var(--text-color-white);
    font-size: 14px;
    line-height: 16px;
}
.nav-menulyt{
    background-color: #f9f7f2;
}
.nav-menu-itms .nav-link {
    font-size: 18px;
    color: #444444;
}
.nav-menu-itms .nav-link:hover, .nav-menu-itms .nav-link.active{
    color: #000;
    color: var(--primary-golden-color);
}
.search-form-web{
    flex: 1;
    max-width: 300px;
    margin-left: auto;
}
.search-contol-web {
    /*border-color: #ececec;*/
    border-color: var(--primary-golden-color);
    height: 45px;
    border-radius: 30px;
    font-size: 15px;
    color: #222;
}
.search-contol-web:focus{
    border-color: var(--primary-golden-color);
    box-shadow: none;
}
.btn.search-btn-top{
    background: var(--primary-golden-color);
    color: #fff;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.btn.search-btn-top:hover, .btn.search-btn-top:focus{
    background: var(--primary-golden-color);
    color: #fff;
}
/*------search dropdown menu--------*/
.search-dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: none;
    z-index: 999;
}

.search-dropdown-menu.active{
    display: block;
}

.listmult-src-drop{
    list-style: none;
    margin: 0;
    padding: 0;
}

.listmult-src-drop .search-drp--menu .list-product-itm{
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.listmult-src-drop .search-drp--menu:first-child .list-product-itm{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.listmult-src-drop .search-drp--menu:last-child .list-product-itm{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.listmult-src-drop .search-drp--menu .list-product-itm:hover{
    /*background: #f5f5f5;*/
    background: linear-gradient(90deg, rgb(47 49 145 / 43%) 0%, rgba(255, 255, 255, 1) 100%);
    color: #000000;
}
.side-toggle-menu {
    background-color: var(--primary-golden-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    line-height: 31px;
}
.side-toggle-menu svg{
    width: 30px;
    height: 30px;
}
.side-toggle-menu:focus{
    box-shadow: none;
}
@media only screen and (max-width: 991px){
    .side-canvas-bg {
        background-color: #121350;
        max-width: 280px;
    }
    .nav-menu-itms .nav-link{
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .nav-menu-itms .nav-link:hover, .nav-menu-itms .nav-link.active{
        color: #fff;
    }
}
.offcanvas-header{
    border-bottom: 1px solid #ffffffc4;   
}

.side-logo-bar img{
    height: 50px;
}
.btn-close-sidebar {
    color: #fff;
}
.btn-close-sidebar svg{
    width: 24px;
    height: 24px;
}


/*----------common part--------------*/
.title-h2-product{
    font-size: 32px;
    color: #222;
    font-weight: 600;
}

/*-----------------------*/
/*----------------home-----------------*/
/*----------latest product-----------*/
.latest-product-view{
    padding: 80px 0px 40px;
    /* background-color: #f4fcff; */
}
.row-product-less{
    margin-left: -5px;
    margin-right: -5px;
}
.col-product-less{
    padding-left: 5px;
    padding-right: 5px;
}
.card-latest-prodt {
    background-color: #fff;
    border: 2px solid var(--primary-golden-color);
    padding: 10px;
    border-radius: 5px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.latest-prodt-img .itm-lats-prdcts {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.latest-prodct-info {
    display: flex;
    flex-direction: column;
    height: calc(100%);
    justify-content: space-between;
}
.title-product-mfd{
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.title-product-mfd a{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.top-btm--wlst {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.price-wts {
    margin-bottom: 5px;
}
.price-txt-lst{
    color: #222;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.latest-product-button {
    text-align: center;
}
.btn.btn-view-latst{
    background: var(--primary-golden-color);
    width: 100px;
    height: 30px;
    border: 0px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    padding: 4px 12px;
    line-height: normal;
}
.btn.btn-view-latst:focus{
    background: var(--primary-golden-color);
    color: #fff;
}
.btn.btn-whats-app-link {
    background-color: #42d853;
    padding: 0px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-align: center;
}
.btn.btn-instagram-link {
    background-color: #ec524a;
    padding: 0px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-align: center;
}
/*----------------categories products--------------------*/
.catogry-product-waper{
    padding: 80px 0px;
    background-color: #fff6f6;
}
@media screen and (min-width: 1200px) {
    .category-grid-items{
        width: 33.3%;
    }
}
.categorie-box-card {
    margin-bottom: 20px;
    border: 2px solid var(--primary-golden-color);
    overflow: hidden;
    border-radius: 5px;
}
.itme-category-wp {
    position: relative;
}
.itme-category-wp::before{
    content: "";
    background-color: #00000094;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    opacity: 0;
    transition: all .2s;
}
.itme-category-wp img{
    transition: all .2s;
}
.category-title-head {
    background-color: var(--primary-golden-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 13px 10px;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    transition: all .2s;
}
.categorie-box-card:hover .itme-category-wp::before{
    opacity: 1;
}
.categorie-box-card:hover .category-title-head {
    /*background-color: #b490498f;*/
    background-color: #2f3191d4;
}
.categorie-box-card:hover .itme-category-wp img{
    scale: 1.1;
}
/*-------recent product-------*/
.recent-product-view{
    padding: 40px 0px;
}
.heading-not-available {
    font-size: 22px;
    margin-bottom: 0px;
}
/*---------------post-banner -------------------*/
.bannerpost-wsp{
    padding: 80px 0px 40px;
}
.banner-advert img{
    border-radius: 10px;
}
/*------------------footer-------------------*/
.footer-wgt-layout {
    padding: 50px 0px 0px;
    background-image: url(../images/icon_wrapper_bg_1.webp);
    background-color: var(--primary-golden-color);
    background-size: 25%;
}
.contact-info-side {
    padding-bottom: 30px;
}
.short-line p {
    font-size: 15px;
    color: #fff;
}
.title-ftr-head {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.itm-ftruse-link {
    line-height: normal;
    margin-bottom: 8px;
}
.itm-ftruse-link .link-menu-ftr {
    display: inline-block;
    line-height: normal;
    font-size: 15px;
    color: #fff;
}
.itm-info-contact{
    margin-bottom: 8px;
    line-height: normal;
    display: flex;
}
.itm-info-contact .link-menu-ftr{
    display: inline-block;
    line-height: normal;
    font-size: 15px;
    color: #fff;
}
.icon-ftr-wt{
    display: inline-block;
    margin-right: 5px;
}
.icon-ftr-wt svg{
    fill: #fff;
}
.link-social-ftr .itms-social-link{
    display: inline-block;
}
.link-social-ftr .itms-social-link .link-scl-plt{
    background-color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}
.link-social-ftr .itms-social-link .link-scl-plt svg{
    fill: var(--primary-golden-color);
}
.footer-bottom-copywrite {
    border-top: 1px solid #fff;
    padding: 15px 0px;
}
.copywrite-txt {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
/*--------------------------------list-product--itms--------------------------------------*/
.card-category-prodt {
    background-color: #fff;
    border: 2px solid var(--primary-golden-color);
    padding: 10px;
    border-radius: 5px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.category-prodt-img .itm-category-prdcts {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.category-prodct-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.category-title-product{
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.category-title-product a{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.top-btm--category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.price-wts-category {
    margin-bottom: 5px;
}
.price-txt-category{
    color: #222;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.category-product-button {
    text-align: center;
}
.btn.btn-view-latst{
    background-color: var(--primary-golden-color);
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    padding: 4px 12px;
    line-height: normal;
}
.btn.btn-whats-app-link {
    background-color: #42d853;
    padding: 0px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-align: center;
}
.btn.btn-instagram-link {
    background-color: #ec524a;
    padding: 0px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-align: center;
}
.nav-pagination-bar {
    border: 1px solid #b49049;
    padding: 10px 0px;
}
.itm-menu-paginate{
    margin-left: 2px;
    margin-right: 2px;
}
.itm-menu-paginate .page-link {
    border-color: var(--primary-golden-color);
    border-radius: 0px !important;
    padding: 5px 5px;
    color: var(--primary-golden-color);
    vertical-align: middle;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 15px;
}
.itm-menu-paginate:first-child .page-link, .itm-menu-paginate:last-child .page-link {
    padding: 3px 0px;
}
.itm-menu-paginate .page-link.active, .itm-menu-paginate .page-link:hover {
    background-color: var(--primary-golden-color);
    color: #fff;
    border-top-color: var(--primary-golden-color);
    border-bottom-color: var(--primary-golden-color);
}
.itm-menu-paginate .page-link svg{
    width: 22px;
    height: 22px;
}
/*----------slider-product-------------*/
.product-detail-page{
    padding-top: 70px;
    padding-bottom: 50px;
}
.itm-slide-product .product-lst--work{
    width: 100%;
    border-radius: 5px;
}
.tumb-product-itms{
    cursor: pointer;
}
.tumb-product-itms .resp-thum-lst{
    height: 65px;
    border: 2px solid #a2a2a2;
    border-radius: 10px;
    object-fit: cover;
}
.swiper-slide-thumb-active .tumb-product-itms .resp-thum-lst{
    opacity: 1;
    border-color: var(--primary-golden-color);
}
.thumb-container .thumb-prev, .thumb-container .thumb-next{
    width: 32px;
    height: 32px;
    background-color: var(--primary-golden-color);
    color: #fff;
}
.swiper-button-prev, .swiper-button-next{
    width: 38px !important;
    height: 38px !important;
    background-color: var(--primary-golden-color);
    font-size: 18px !important;
    border-radius: 3px;
}
.swiper-button-prev::after, .swiper-button-next::after{
    font-size: 18px !important;    
    color: #fff;

}
.detail-wapper-content{
    max-width: 500px;
}
.dtl-head-title {
    color: #222;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}
.short-disc {
    font-size: 16px;
    color: #3e3e3e;
    margin-bottom: 15px;
}
.price-dtl-txt .price-txt-tg {
    color: var(--primary-golden-color);
    font-size: 26px;
    font-weight: 700;
    vertical-align: middle;
}
.stock-product {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.stock-product .stock-txt-prdt {
    color: #F44336;
    font-size: 17px;
    font-weight: 700;
}
.btn.btn-whats-dtls {
    background-color: #42d853;
    padding: 0px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    text-align: center;
}
.btn.btn-enquiry-dtl{
    background-color: var(--primary-golden-color);
    border-color: var(--primary-golden-color);
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 45px;
}
.btn.btn-enquiry-dtl:hover, .btn.btn-enquiry-dtl:focus{
    background-color: var(--primary-golden-color);
    border-color: var(--primary-golden-color);
    color: #fff;
}
.btn.send-btn-whatsapp{
    background: #4CAF50;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 41px;
    border: 0px;
    padding: 0px;
    text-align: center;
}
.btn.send-btn-whatsapp:hover, .btn.send-btn-whatsapp:focus{
    background: #4CAF50;
    color: #fff;
}
.send-btn-whatsapp svg{
    height: 24px;
    width: 24px;
}
/*--------------Enquiry Modal---------------*/
.enquiry-modal-header{
    background-color: var(--primary-golden-color);
}
.model-enqry-title {
    font-size: 20px;
    margin-bottom: 0px;
    color: #ffff;
    line-height: normal;
}
.btn-close-modal {
    margin-left: auto;
}
.btn-close-modal svg {
    width: 24px;
    height: 24px;
}
.form-group-enq {
    margin-bottom: 15px;
}
.text-label-enqry{
    font-size: 15px;
    color: #222;
    margin-bottom: 5px;
}
.required-txt-lbl {
    color: #c40d00;
    margin-left: 2px;
    vertical-align: middle;
    display: inline-block;
}
.form-control.control-enq-input, .form-control.control-enq-textarea {
    background-color: #2f319108;
    border-radius: 5px;
    font-size: 15px;
    color: #3c3c3c;
    border-color: #2f3191c4;
}
.form-control.control-enq-input{
    height: 42px;
}
.form-control.control-enq-input::placeholder, .form-control.control-enq-textarea::placeholder{
    color: #6c6c6c;
}
.form-control.control-enq-textarea {
    height: 90px;
}
.form-control.control-enq-input:focus, .form-control.control-enq-textarea:focus {
    box-shadow: none;
}
.btn.btn-submit-enquiry{
    background: var(--primary-golden-color);
    color: #fff;
    width: 100%;
    height: 45px;
    font-size: 17px;
    font-weight: 500;
}
.error-msg-txt {
    font-size: 12px;
    color: #e40000;
    margin-bottom: 0px;
    margin-top: 3px;
}
/*---------------------contact us--------------------------------*/
.full-form-contact {
    background: linear-gradient(90deg, rgb(90 92 208) 0%, rgb(216 217 240) 100%);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width: 1400px) {
    .column-width-contact-1 {
        width: 39%;
    }

    .column-width-contact-2 {
        width: 61%;
    }
}

.side-contact--info {
    background-color: var(--primary-golden-color);
    border-radius: 20px;
    padding: 60px 40px 50px;
    height: calc(100%);
}

.small-head-contact {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-info-itm {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.get-touch-fnt {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.txt-wpl--pargrap {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

.info--box-contact {
    padding-top: 45px;
}

.flv-contact--flx {
    display: flex;
    margin-bottom: 35px;
}

.icon-side-contact {
    flex: 0 0 47px;
    max-width: 47px;
}

.icon--wpl-flx {
    background-color: #053476;
    border-radius: 8px;
    width: 47px;
    height: 47px;
    display: inline-block;
    line-height: 47px;
    text-align: center;
}

.txtcontact--addrs-wp {
    padding-left: 10px;
    flex: 1;
}

.title-mtl-tp {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 7px;
}

.wtl--txt-infm {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}

.contat-box--infoarea {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    padding: 42px 40px 50px;
    height: calc(100%);
}

.contact-info-title {
    font-size: 35px;
    font-weight: 600;
    color: #084191;
    margin-bottom: 2px;
}

.paragrp--txtwork {
    font-size: 18px;
    font-weight: 400;
    color: #2e4049;
    margin-bottom: 0px;
}

.form-sign--content {
    margin-top: 27px;
}

.col-field-spacerow {
    margin-left: -6px;
    margin-right: -6px;
}

.col-field-space {
    padding-left: 6px;
    padding-right: 6px;
}

.form-group-cont {
    margin-bottom: 20px;
}

.label-cont-txt {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}

.form-control.form-control-field {
    border-color: #ddd;
    border-radius: 30px;
    height: 55px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 18px;
    color: #001620;
    caret-color: var(--primary-golden-color);
    box-shadow: 15px 20px 45px 0px #e9e9e940;
}

.form-control.form-control-field::placeholder {
    font-size: 16px;
    color: #838383;
}

.form-control.form-control-field:focus {
    border-color: var(--primary-golden-color);
}

.form-control.textarea-control-field {
    border-color: #ddd;
    border-radius: 10px;
    min-height: 134px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 18px;
    color: #001620;
    caret-color: var(--primary-golden-color);
    resize: none;
    box-shadow: 15px 20px 45px 0px #e9e9e940;
}

.form-control.textarea-control-field::placeholder {
    font-size: 16px;
    color: #83838380;
}

.form-control.textarea-control-field:focus {
    border-color: var(--primary-golden-color);
}

.btn.btn-submit-form {
    background: linear-gradient(95deg, var(--primary-golden-color) 18%, #7173c6 100%);
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    width: 150px;
    height: 50px;
}

.btn.btn-submit-form:hover,
.btn.btn-submit-form:focus {
    background: linear-gradient(95deg, var(--primary-golden-color) 18%, #7173c6 100%);
    color: #fff;
}



















