@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

:root {
    --default-font-family: 'Montserrat', sans-serif;
    --google-primary-font-family: 'Montserrat', sans-serif;
    --google-secondary-font-family: 'Montserrat', sans-serif;

    --default-font-size: 1rem;
    --default-line-height: 1rem;

    --theme-bg-primary-color: #FFF;
    --theme-bg-secondary-color: #e20c18;

    --theme-primary-color: #000;
    --theme-secondary-color: #fff;
    --theme-top-header-bg-color: rgb(241, 241, 241);

    --footer-font-size: 14px;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;

    /* font-family: var(--default-font-family); */
    /* font-family: var(--google-primary-font-family); */
    /* font-family: var(--google-secondary-font-family); */
}

body {
    background-color: var(--theme-bg-primary-color);
    /* font-size: var(--default-font-size); */
    scroll-behavior: smooth;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}


.btn-sub-cta {
    background: #DE0C18;
    color: #3b3b3b;
    font-weight: 700;
    line-height: 20px;
    height: 32px;
    text-decoration: none;
    width: 160px;
    text-align: center;
    padding: 6px;
    border-radius: 6px;
    border: none;
    display: block;
    position: absolute;
    right: 13px;
    bottom: 13px;
    transition: background .2s ease;
}

/* Breadcrumb Area */
.breadcrumb-area {
    width: 100%;
    height: 40px;
    background: rgba(98, 98, 98, 0.1);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.breadcrumb li a {
    font-family: var(--default-font-family);
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    opacity: 1;
    text-decoration: none;
    color: rgba(109, 125, 139, 0.59);
}

/* Top Header */
.top-header {
    width: 100%;
    height: 40px;
    background: var(--theme-top-header-bg-color) !important;
    z-index: 10000;
}

.top-header .container {
    background: var(--theme-top-header-bg-color) !important;
}

.hotline,
.hotline a {
    font-family: Work Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000;
    text-decoration: none;
}

.register-button {
    margin-top: -10px !important;
    border-radius: 5px;
}

.register-button button,
.register-button a {
    width: 133px;
    height: 20px;
    line-height: 0.2rem !important;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px !important;
    padding: 10px 0px;
}

.register-button button:hover,
.register-button button.active,
.register-button a:hover,
.register-button a.active {
    background: #e20c18;
    color: #FFFFFF;
}

.register-button button:focus {
    outline: 0px !important;
    box-shadow: none !important;
}

/* Main Header */
.main-header {
    width: 100%;
    height: 68px;
    background: #FFFFFF;
    border-bottom: 1px solid #d1d1d1;
    z-index: 1000;
    position: sticky;
    top: 0;
}


.main-header .navbar-brand .logo {
    width: 200px;
    height: 36px;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 2.37rem !important;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: flex-start;
}

.menu ul li {
    margin: 0px 3px;
}

.menu ul li.active a,
.menu ul li:hover a {
    color: #e20c18 !important;
}

.menu ul li:hover,
.menu ul li.active {
    border-bottom: 2px solid #e3101c;
}

.menu ul li a {
    font-family: var(--default-font-family);
    /* font-style: normal; */
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #6D7D8B !important;
}

.form-control-new {
    width: 100% !important;
    height: 28px !important;
    padding: 9px;
    border: 1px solid #e6d2d2 !important;
}
/* .form-control {
    width: 90%;
    height: 28px;
    border: none;
} */

.search-product{
    border: 1px solid #6D7D8B;
}
.order-track-input {
    width: 100%;
    height: auto;
    border: 1px solid;
}

.form-control2 {
    width: 100%;
    height: 41px;
    border: none;
    background: #FFFFFF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

textarea.form-control-new {
    min-height: calc(6.5em + 0.75rem + 2px);
    width: 100%;
    background: #FFFFFF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
textarea.form-control {
    min-height: calc(6.5em + 0.75rem + 2px);
    width: 100%;
    background: #FFFFFF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}


.input-group input::placeholder {
    color: #DADADA;
}

/* .input-group button {
    width: 15%;
    height: 29px;
    border: none;
    outline: none;
} */

.input-group button i {
    color: #6D7D8B !important;
}

.svg-inline--fa {
    /* color: #DADADA; */
    color: #6D7D8B !important;
}

.input-group button, input:focus {
    outline: 0px !important;
    box-shadow: none !important;
}

.form-control-new:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgb(247 247 247);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(247 247 247);
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgb(247 247 247);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(247 247 247);
}

.cart-icon {
    font-size: 1.2em;
    position: relative;
    padding-top: 0px;
}

.cart-icon a {
    color: #FF0547 !important;
}

.cart-icon .cartvalue {
    font-size: 0.4em;
    position: absolute;
    top: 2px;
    right: -9px;
    background-color: #dfad17;
    border-radius: 10px;
    color: #FFFFFF;
    width: 17px;
    height: 17px;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* ----------------------------------------------------------------------------- */



.call-center {
    /*width: 689px;*/
    height: 60px;
    /* background: linear-gradient(to right, rgba(38, 167, 209, 0.72) 25.18%, #CE1F4D 97.2%); */
    background: radial-gradient(217.92% 12364.86% at -10.45% -73.08%, #333333 12.18%, #FF0547 93.2%);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.call-center h2 {
    font-family: var(--google-secondary-font-family);
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 50px;
    /*line-height: 40px;*/
    margin: 0;
}

.call-center h2 a {
    color: #FFFFFF;
}

.banner-area {
    width: 100%;
    height: 600px;
    background-image: url('/assets/frontend/img/banner-desktop.png');
    background-size: cover;
    background-position: center;
}

.banner-content {
    font-family: var(--google-secondary-font-family);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #DC0029;
    font-weight: bold;
    z-index: 1; /* add a z-index to make sure the content shows on top of the background image */
  }
  
  .btn-shop-now {
    display: inline-block;
    padding: 15px 30px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .btn-shop-now:hover {
    background-color: #DC0029;
    color: #000;
    border: 2px solid #000;
  }

  /* Call Center Area */
.call-center-area {
    width: 100%;
    height: auto;
    position: relative;
    margin: 30px 0px;
}


/* --------------------------------- footer area -----------------------------------------------  */


/* Footer Area */
footer {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.footer-text h2 {
    font-family: var(--google-secondary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: var(--footer-font-size);
    line-height: 197.15%;
    color: rgba(255, 255, 255, 0.9);
}

.footer-address p {
    font-family: var(--default-font-family);
    font-style: normal;
    font-weight: bold;
    font-size: var(--footer-font-size);
    line-height: 186.65%;
    color: rgba(255, 255, 255, 0.9);
}

.footer-social a svg,
.footer-social a i {
    font-size: 30px;
    padding: 10px 10px 10px 0px;
    border-radius: 5px;
    color: #FFFFFF !important;
}


.footer-social a svg:hover,
.footer-social a i:hover {
    color: #DC0029 !important;
}

.footer-text-header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    transform: matrix(1, 0, 0, 1, 0, 0);
    margin-top: 20px !important;
}

.footer-text-header h3 {
    font-family: var(--google-secondary-font-family);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.category-menu {
    width: 100%;
}

.category-menu ul {
    margin: 0;
    padding: 0;
}

.category-menu li {
    display: inline-block;
    width: 45%;
    height: 30px;
    list-style: none;
    padding: 10px 0px;
}

.category-menu li a {
    text-decoration: none;
    color: #fff;
}

.footer-menu ul li {
    padding: 5px 0px;

}

.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-family: var(--google-primary-font-family);
    font-style: normal;
    font-weight: bold;
    line-height: 150.6%;
    color: rgba(242, 242, 242, 0.9);
}

.footer-bottom {
    opacity: 0.2;
    border-top: 1.5px solid rgba(255, 255, 255, 0.9);
    padding-top: 5px;
}

.copy-right-footer p {
    font-family: var(--google-primary-font-family);
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 150.6%;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.1em;
}

.our-organigation ul li a img {
    width: 100%;
    height: 100px;
    margin: 15px 0px;
}

.order-top-color {
    opacity: 0.2;
    padding-top: 5px;
    border-top: 1.5px solid rgba(255, 255, 255, 0.9);
}


.footer-privacy-policy ul li {
    padding: 0px 0px 0px 15px;
}

.footer-privacy-policy ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.7;
}

.ff-size {
    font-size: var(--footer-font-size) !important;
}



.cart-icon-mobile {
    display: none;
}
@media only screen and (max-width:991px) {
    .cart-icon-mobile {
        display: inline;
    }
    .cart-icon-desktop{
        display: none;
    }
}
@media only screen and (max-width:620px) {
    .main-header .navbar-brand .logo {
        width: 136px;
        height: 24px;
    }
    .nav-link {
        padding: .5rem 0.3rem !important;
    }
    .main-header .navbar.navbar-light{
        padding-top: 9px !important;
    }
    .sticky {
        box-shadow: none !important;
    }
    .cart-icon-mobile {
        display: inline;
    }
    .cart-icon-desktop{
        display: none;
    }
}

@media only screen and (min-width: 279px) and (max-width: 768px) {
    #navbarNav {
        border-top: 1px solid #e5afaf
    }
    .main-header {
        border-bottom: none;
    }

    .main-header.box-shadow {
        box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
    }

    .top-header {
        width: 100%;
        height: auto;
        background: var(--theme-top-header-bg-color) !important;
        padding: 10px;
        margin: auto;
    }

    .hotline, .hotline a {
        text-align: center;
    }

    .navbar-brand {
        margin-right: 0px !important;
    }

    .hero-heading h2 {
        font-size: 1.2em;
        line-height: 30px;
    }

    .hero-text p {
        font-family: var(--google-secondary-font-family);
        font-weight: 600;
        width: 100%;
        font-size: 12px;
        line-height: 163.15%;
        text-align: center;
        color: #999AA5;
    }

    .hero-area {
        margin: 15px 0px 70px 0px;
    }

    .background-1 img {
        width: 80%;
        height: 200px;
    }

    .main-header #navbarSupportedContent {
        background-color: #ffffff;
        width: 100%;
        margin-top: 10px;
    }

    .cart-icon .cartvalue {
        right: 0px !important;
        left: 18px;
    }

    .product-content {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px !important;
    }

    .product-ses-more a {
        padding: 5px 23px !important;
    }

    .background-2 {
        position: absolute;
        left: -6px;
        top: -100px;
    }

    .background-2 img {
        width: 60px !important;
    }

    .heading-title h2 {
        font-size: 1.5em;
        line-height: 30px;
        margin: 20px 0px 20px;
    }

    .readymade-products-area {
        margin: 0px 0px;
    }

    .background-3 img {
        width: 80px !important;
        height: 80px !important;
    }

    .background-3 {
        left: 4px;
        top: -40px;
    }

    .our-service-area {
        width: 100%;
        position: relative;
        margin: 40px 0px;
    }

    .client-details {
        margin: 20px 0px;
    }

    .client-details .row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .client-details .row>div .single-client {
        position: relative;
    }

    .client-details .row>div .single-client img {
        aspect-ratio: 1/1;
        position: relative;
        height: max-content;
    }

    .contact-details .contact-form {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .call-center {

        height: auto;
    }

    .footer-privacy-policy ul li {
        padding: 0px !important;
    }

    .single-client {
        padding: 5px 0px;
    }

    .navbar-light .navbar-toggler {
        margin-top: 5px !important;
        margin-left: 15px;
    }
    .cart-icon-mobile {
        margin-top: 9px;
    }

    .call-center-area .container {
        padding-left: 0;
        padding-right: 0;
    }
    .call-center-area .call-center h2 {
        text-align: inherit;
        padding: 15px 0px;
    }

}

@media only screen and (min-width: 279px) and (max-width: 320px) {
    .client-details .row {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
    }

    .our-service-area .container .row {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
    }

     .spinnerOrdertrack{
        font-size: 10px !important;
    }
}


@media only screen and (min-width:321px) and (max-width: 768px) {
    .client-details .row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .spinnerOrdertrack{
        font-size: 10px !important;
    }
}


@media only screen and (min-width:520px) and (max-width: 768px) {

    .our-service-area .container .row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card {
        width: 14rem !important;
    }
}


@media only screen and (min-width: 769px) and (max-width: 991px) {
    .product-content {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}



@media screen and (min-width: 768px) {
    .media-768{
        min-width: 120px !important;
    }

    .spinnerOrdertrack{
        font-size: 14px;
    }
}






/* -------------------- order track -------------------  */
#orderTrackModal .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.10rem
}

#orderTrackModal .card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}

#orderTrackModal .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

#orderTrackModal .track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

#orderTrackModal .track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

#orderTrackModal .track .step.active:before {
    background: #157ed2
}

#orderTrackModal .track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}

#orderTrackModal .track .step.active .icon {
    background: #157ed2;
    color: #fff
}

#orderTrackModal .track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd
}

#orderTrackModal .track .step.active .text {
    font-weight: 400;
    color: #000
}

#orderTrackModal .track .text {
    display: block;
    margin-top: 7px
}

#orderTrackModal .itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

#orderTrackModal .itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#orderTrackModal .img-sm {
    width: 80px;
    height: 80px;
    padding: 7px
}

#orderTrackModal ul.row,
#orderTrackModal ul.row-sm {
    list-style: none;
    padding: 0
}

#orderTrackModal .itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

#orderTrackModal .itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #157ed2
}


#orderTrackModal .btn-warning {
    color: #ffffff;
    background-color: #157ed2;
    border-color: #157ed2;
    border-radius: 1px
}

#orderTrackModal .btn-warning:hover {
    color: #ffffff;
    background-color: #157ed2;
    border-color: #157ed2;
    border-radius: 1px
}

/* -------------------- order track -------------------  */


.top-header img {
    width: 30px;
    aspect-ratio: 1 !important;
}

#my-list {
    position: absolute !important;
    top: 31px;
    left: 0px;
    height: 300px;
}

#my-list a {
    text-decoration: none !important;
    color: #000;
}

#my-list li,
#my-list li:hover a,
#my-list li a,
#my-list li a:hover {
    border: none !important;
}


#my-list .dropdown-menu {
    display: block;
    min-width: 260px;
    max-width: 300px;
    min-height: max-content;
    max-height: 500px;
    overflow-y: auto;
}


#my-list .dropdown-menu li {
    margin-bottom: 10px !important;
    padding-left: 5px !important;
}


#my-list .dropdown-menu li img {
    height: 40px;
    aspect-ratio: 1/1 !important;
    display: inline;
    margin: 4px;
}

#my-list .dropdown-menu li .content-search {
    line-height: 0 !important;
}


footer a:hover{
    color: #DC0029 !important;
}




/* --------------------------- modal area -----------------  */

.grid-product-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
    flex-wrap: wrap;
}
.grid-product-container .modal-card.active{
    border: 1px solid #DC0029;
}


.modal-header h5 {
    margin: 0 auto;
    font-family: var(--google-secondary-font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 163.15%;
    color: rgba(0, 0, 0, 0.8);
}

.modal-card {
    Width: 100%;
    background: rgba(237, 237, 237, 0.7);
    border-radius: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    border: 1px solid transparent;
}

.modal-card:hover {
    border-color: #DC0029;
}

.modal-card img {
    width: 131.97px;
    margin: 0 auto;
}

.modal-card p {
    font-family: var(--google-secondary-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    /* line-height: 40px; */
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.8);
}

/* --------------------------- modal area -----------------  */


  #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: red;
        color: white;
        cursor: pointer;
        padding: 10px 10px;
        border-radius: 4px;
    }

    #myBtn:hover {
        background-color: #555;
    }


    .sticky{
        width: 100%;
        position: fixed;
        background: #FCE5CD;
        animation-name: animationFade;
        animation-duration: 1s;
        animation-fill-mode: both;
        top: 2px;
    }

    @keyframes animationFade{
        from{
            opacity: 0;
            -webkit-transform: translate3d(0, -100%,0);
            transform: translate3d(0, -100%,0);
        }
        to{
            opacity: 1;
            -webkit-transform: none;
            -o-transform: none;

        }
    }







#orderTrackModal svg{
    color: #fff !important;
}