/*@import "./variable.css";*/

/* header */
/* Default: visible on desktop */

.logo {
    height: 35%;
}

/*@media (min-width: 992px) {*/
/*    .logo {*/
/*        height: 84%;*/
/*        margin-top: -41px;*/
/*    }*/
/*}*/


  .shadow-inner-btn{
border-radius: 50px;
border: none;
background: #f8f8f8;
box-shadow: inset 6px 6px 8px #dadada, inset -6px -6px 8px #dfdfdf;
padding: 10px 30px;
font-family: var(--secondary-font) !important;
letter-spacing: 1px;
font-size: 16px;
font-weight: 500;
}

  .shadow-inner-btn:hover {
       box-shadow: inset 6px 6px 8px #121286, inset -6px -6px 8px #121286;
        background:#121286;
    }
    
    
  .shadow-inner-btn:hover a,.shadow-inner-btn:hover a:hover  {
       
        color: #fff;
    }
    
.header-section {
    padding: 20px;
    height: 100px;
}

.header-section .container .row .col-md-6 .shadow-inner-btn {
    position: relative;
    z-index: 2;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.p-img {
    height: 50px;
}

.del-d {
    font-weight: 800;
    font-family: var(--primary-font);
}

/* banner */
.banner-section {
    position: relative;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
}

.banner-img {
    position: absolute;
    top: -100px;
}

.banner-left {
    margin-left: 124px;
}

.banner-section h1 {
    font-family: var(--primary-font);
    line-height: 55px;
    letter-spacing: 0.5px;
    font-size: 35px;
    font-weight: 900;
}

.features-div .row .col-md-2 img {
    height: 100px;
    margin-top: -120px;
    margin-left: -50px;
}

.text-14 {
    font-size: 13px;
    font-weight: 500;
}

/*.product-img {*/
/*    height: 100px !important;*/
/*}*/

.features-div {
    padding: 20px 10px;
    border: 2px solid #303030;
    border-style: dashed;
}

.features-section {
    padding: 60px 0px;
}

/* Steps */
.image {
    position: absolute;
    width: 650px;
    height: 650px;
    margin: -60px 0 0 -60px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 25s linear infinite;
    -moz-animation: spin 25s linear infinite;
    animation: spin 25s linear infinite;
}


.step-section {
    padding: 100px 0px;
}

.mob-div img {
    height: 400px;
    position: relative;
    margin-top: 50px;
}

.points ul {
    list-style-type: none;
}

.points ul li {
    display: flex;
    align-items: center;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 15px;
}

.p-div {
    height: 50px;
}

.num {
    background-image: linear-gradient(to right, #e97457, #e97457);
    color: #fff;
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
}

.btn-bar {
    background: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #efefef;
    padding: 10px 30px;
    padding-left: 30px;
    font-family: var(--secondary-font) !important;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-bar .nav-item .nav-link {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 10px;
}

.index-products {
    font-size: 12px;
}

.products-section {
    padding: 100px 0px;
    background-color: #f5f8ff;
}

/* Products */
.beverages-img {
    height: 35px;
    margin-right: 10px;
}

.btn-bar ul li {
    list-style-type: none;
}

.btn-bar {
    width: 100%;
}

.btn-bar ul .ml {
    margin-left: 40px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #121286 !important;
    border-radius: 5px !important;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    color: var(--dark);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.product-div {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: rgb(251, 251, 251);
}

.product-div h5 {
    color: #121212 !important;
    font-size: 18px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 600 !important;

    /* New properties to add */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product-main-div {
    padding: 40px 0px;
}

/* Logo Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.padding-100 {
    padding: 100px 0px;
}


.padding-50 {
    padding: 50px 0px;
}

.home-demo .item {
    background: #ff3f4d;
}

.home-demo h2 {
    color: #fff;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.testimonial-div {
    padding: 20px;
    background-color: #ecf1fd;
    border: 2px solid #d8e3ff;
    border-radius: 5px;
}

.testimonial-div p {
    text-align: justify;
}

.testimonial-div h5 {
    font-size: 22px;
}

.testimonial-div h6 {
    font-size: 18px;
}

.quote {
    text-align: end;
}

.quote img {
    height: 50px;
    width: 50px !important;
}

.testimonial-div-red {
    background-color: #942525;
    border: 2px solid #7c1b1b;
    padding: 20px;
    border-radius: 5px;
}

.testimonial-div-red p {
    color: #ffffff;
}

.testimonial-div-red h5 {
    color: #ffffff;
}

.testimonial-div-red h6 {
    color: #dadada !important;
}

.testimonial .owl-carousel .owl-stage-outer .owl-nav {
    position: relative;
}

.testimonial .owl-carousel .owl-stage-outer .owl-nav .owl-next span {
    background-image: linear-gradient(to right, #131313, #202020d6);
    color: #fff;
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 45px;
    font-weight: 500;
}

.testimonial .owl-carousel .owl-stage-outer .owl-nav .owl-prev span {
    background-image: linear-gradient(to right, #942525, #d01919d6);
    color: #fff;
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 45px;
    font-weight: 500;
}

.testimonial .owl-carousel .owl-stage-outer .owl-nav .owl-prev {
    position: absolute;
    top: -160px;
    left: -80px;
}

.accordion-item {
    margin-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #fff;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #222222;
}

.accordion-item button {
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #fbfbfb;
    color: #121212;
}

.footer-section {
    background: #121212;
}

.footer-heading {
    font-family: var(--secondary-font);
    color: #ffffff;
    font-size: 25px;
}

.heading {
    font-family: var(--primary-font);
    color: #121212 !important;
    font-weight: 900 !important;
}

.hr {
    background-image: linear-gradient(to right, #e97457, #aeaeae00);
    width: 160px;
    height: 3px;
}

.social i {
    /*background-image: linear-gradient(to right, #a558c8, #ab72c5);*/
    background-image: linear-gradient(to right, #e97457, #e974579c);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
}

.social p {
    margin-left: 10px;
    color: #cecece;
    letter-spacing: 0.5px;
}

.links ul .lir {
    list-style-type: none;
    margin-right: 10px;
}

.links ul {
    list-style-type: none;
}

.links ul li {
    color: #cecece;
    letter-spacing: 0.5px;
}

.text-light {
    color: #cecece !important;
}

.social-links ul {
    list-style-type: none;
}

.so-l {
    font-size: 20px;
    margin-right: 10px;
}

.div-hr {
    width: 80%;
    background-color: #414141;
    height: 2px;
    margin: 0 auto;
    margin-top: 5px;
}

.footer-section {
    /* padding: 100px 0px 50px 0px; */
    padding: 50px 0px 20px 0px;
}

.ml {
    margin-left: 20px !important;
}

.mr {
    margin-right: 20px !important;
}

.copyright-sec .mr-2 {
    margin-right: 20px;
}

.copyright-sec .ml-2 {
    margin-left: 20px;
}

.copyright-sec img {
    height: 50px;
}

.indexh5 {
    color: #184862;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 25px;
}

.red-btn {
    background-color: #e97457 !important;
    padding: 10px 30px !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
    font-weight: 500 !important;
    font-family: var(--secondary-font) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

/* #mobileBox,
#otpBox {
    padding: 40px 40px 50px 40px;
} */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.desk-none {
    display: none;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Index Page */

@media (min-width: 769px) {
    .hide-desktop {
        display: none;
    }
}


@media (min-width: 320px) and (max-width: 767px) {
    .mob-none {
        display: none;
    }

    .banner-img img {
        display: none;
    }

    /*.header-section {*/
    /*    padding: 20px;*/
    /*    height: 54px;*/
    /*    margin-top: -30px;*/

    /*}*/
    .mb-50
   {
    margin-bottom:20px !important;
    }
    .fw-size{
        font-size: large;
    }
    .fw-600{
        font-size: large;
    }
    .p-1{
        font-size: 11px;
    }
    .back-css{
        position: absolute;
        width: 650px;
        height: 494px;
        margin: -60px 0 0 -60px;
        margin: -60px 0 0 -60px;
        -webkit-animation: spin 25s linear infinite;
        -moz-animation: spin 25s linear infinite;
        animation: spin 25s linear infinite;
    }
    .mob-div img{
    height: 320px;
    position: relative;
    }

    .padding-50 {
        padding: 0px 0px;
    }

    .hide-mobile {
        display: none;
    }

    /*.logo {*/
    /*           width: 150px;*/
    /*    margin-left: -2rem;*/
    /*    height: auto;*/
    /*}*/

    .desk-none {
        display: block;
    }

    .location-button {
        padding: 0px !important;
    }


    .banner-section {
        position: relative;
        height: calc(50vh - 100px);
        display: flex;
        align-items: center;
    }

    /*.shadow-inner-btn {*/
    /*    border-radius: 50px;*/
    /*    border: none;*/
    /*    background: #f8f8f8;*/
    /*    box-shadow: inset 6px 6px 8px #dadada, inset -6px -6px 8px #dfdfdf;*/
    /*    padding: 10px 25px;*/
    /*    font-family: var(--secondary-font) !important;*/
    /*    letter-spacing: 1px;*/
    /*    font-size: 13px;*/
    /*    font-weight: 500;*/
    /*}*/
    
  

    .banner-left {
        margin-left: 0px;
    }

    .header-section .container .row {
        display: flex;
        align-items: center;
    }

  .banner-section h1 {
        font-family: var(--primary-font);
        line-height: 26px;
        letter-spacing: 0.2px;
        font-size: 17px;
        font-weight: 900;
        padding: 5px 11px;
        text-align: justify;
        margin: auto;
    }

    .gx-5 {
        --bs-gutter-x: 1rem;
    }

    .mob-c {
        text-align: center;
    }
    .del-d{
        font-size: 12px;
    }
    .text-14{
        font-size: 10px;
    }
    
    .features-section {
        padding: 12px 0px;
    }

    .features-div .row .col-md-2 img {
        margin-top: 0px;
        margin-left: 0px;
        height: 63px;
    }

    .features-div {
        text-align: center;
    }

    .buy-btn {
        border-radius: 50px;
        border: none;
        background: #f8f8f8;
        box-shadow: inset 6px 6px 8px #dadada, inset -6px -6px 8px #dfdfdf;
        padding: 10px 25px;
        font-family: var(--secondary-font) !important;
        letter-spacing: 1px;
        font-size: 13px;
        font-weight: 500;
    }
    /*.new-css{*/
    /*    margin-left: 92px;*/
    /*    position: absolute !important;*/
    /*}*/
    .features-div {
        height: 152px;
        padding: 0px 0px;
        margin-bottom: 10px;
        width: 160px;
    }


.col-sm-6{
    width: 50%;
}
    .step-section {
        padding: 0px 0px;
    }

    .steps-li {
        width: calc(100% - 50px);
    }

    .points ul li {
        display: flex;
        align-items: center;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .num {
        background-image: linear-gradient(to right, #e97457, #e97457);
        color: #fff;
        height: 40px;
        width: 40px;
        display: block;
        border-radius: 50px;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
    }

    .points ul {
        margin: 10px;
    }
    
   
}

/* 🌐 Default mobile base (320px–767px) */
@media (min-width: 320px) and (max-width: 767px) {

    .header-section {
        padding: 10px 15px;
        height: auto;
    }

    .header-section .container .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .new-css {
        position: relative !important;
        margin-left: 0 !important;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
    }

    .shadow-inner-btn {
        border-radius: 50px;
        border: none;
        background: #f8f8f8;
        box-shadow: inset 6px 6px 8px #dadada, inset -6px -6px 8px #dfdfdf;
        font-family: var(--secondary-font) !important;
        letter-spacing: 0.5px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }
}

/* 📱 Small screens (320px–359px) */
@media (max-width: 359px) {
    .logo {
        width: 115px;
    }
    .shadow-inner-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* 📱 Medium phones (360px–424px) */
@media (min-width: 360px) and (max-width: 424px) {
    .logo {
        width: 140px;
    }
    .shadow-inner-btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

/* 📱 Large phones (425px–767px) */
@media (min-width: 425px) and (max-width: 767px) {
    .logo {
        width: 130px;
    }
    .shadow-inner-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
}


/* -------------------13/03/------------------ */

.modal-cust {
    /* padding: 20px 40px 20px 40px !important; */
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.drawer-t {
    font-size: 13px;
    color: gray;
    letter-spacing: 2px;
    font-weight: 700;
}

/* --------------------welcome-page-owl-27-3-------------------- */
.play-store {
    width: 160px;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
background-color: #e97457 !important;
color: #fff !important;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
background-color: darkgrey !important;
color: #fff !important;
}


/*.owl-carousel .owl-nav button.owl-prev span,*/
/*.owl-carousel .owl-nav button.owl-next span {*/
/*background-color: darkgrey !important;*/
/*}*/
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #e97457;
    color: #fff !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    background-color: rgb(134, 151, 145);
    color: #fff;
    text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 43%;
    transform: translatey(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-img {
    width: 135px;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.col-w {
    width: 100% !important;
}

.fs-12 {
    font-size: 12px;
}
