/*
-------------------------------------------------
  Theme Name: Chat-bot- eCommerce Template
  Theme URL: 
  Author: bdcoder
  Author URL: https://themeforest.net/user/bdcoders/portfolio
  Creation Date: 5-12-2024
  Description:A default style sheet for Chat-bot- eCommerce Template
  Version: 1.00


  ---------------------------------------------------
  Developed By: bdcoder
  Developer URL: amitpaultl@gmail.com
  Developer: Amit Paul

  ---------------------------------------------------

  --------------------------------------------------
  Table of Contents
  --------------------------------------------------
  1. Theme Color
  2. font Style 
  3. General Style 
  4. Typography area 
  5. Preloader Area 
  6. button area
  7. logo area start
  8. banner area 
  9. product-button
  10. refreshment area
  11. gallery area 
  12. faq  area 
  13. footer area

------------------------------------------------ */

/*--------------------------------
1 Theme Color
-----------------------------------*/
:root {
    --Background-Cream: #F8F8F6;
    --Primary-Fruit : #055D5A;
    --Chocolate-Dark: #1C3838;
    --Paragraph : #7A6E6E;
    --Stroke: #DFDFDF;
    --Placeholder: #C0BABA;
    --Accent: #FFFFFF;
    --body-font-family: "Poppins", sans-serif;
}


/*-----------------------------------------------
    2.  font Style Start
-------------------------------------------------*/

    /* google font */

    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


    /* custom font */

    @font-face {
        font-family: 'sauce-tomato';
        src: url('../fonts/sauce-tomato.otf');
    }


/*-----------------------------------------------
    2.  font Style end
-------------------------------------------------*/


/*-----------------------------------------------
    3. General Style Start
-------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body,
html {
    height: 100%;
    margin: 0;
}

body {
    background: var(--Background-Cream) none repeat scroll;
    font-size: 16px;
    font-weight: normal;
    font-family: var(--body-font-family);
    color: var(--Paragraph);
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: relative;
    z-index: 1;
}

ul{
    padding: 0;
    margin: 0;
}

li,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: var(--Paragraph);
}

a:hover{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

p{
    color: var(--Paragraph);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.24px;
    margin: 0;

}


/*-------------------------------------------
    4.Typography area start
-------------------------------------------*/

/* color text */

.fruit-text{
    color: var(--Primary-Fruit);
}

.chocolate-text{
    color: var(--Chocolate-Dark);
}

/* background color */


/* font size  */

.bdf-fs-65{
    font-size: 65px;
    font-weight: 400;
    line-height: 110px;
    letter-spacing: 0.32px;
}

.bdf-fs-40{
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}

.bdf-fs-32{
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.bdf-fs-22{
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.24px;
}

.bdf-fs-16{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.bdf-fs-14{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

/* font weight  */

.bdf-fw-300{
    font-weight: 300;
}

.bdf-fw-400{
    font-weight: 400;
}

.bdf-fw-500{
    font-weight: 500;
}

.bdf-fw-600{
    font-weight: 600;
}

.bdf-fw-700{
    font-weight: 700;
}

.bdf-fw-800{
    font-weight: 800;
}

.bdf-fw-900{
    font-weight: 900;
}

/* font family*/
.tomato-font{
    font-family: 'sauce-tomato';
}


/* margin area start */

.bdf-mb-50{
    margin-bottom: 50px;
}
.bdf-mb-30{
    margin-bottom: 30px;
}

.bdf-mt-30{
    margin-top: 30px;
}

.bdf-mb-25{
    margin-bottom: 25px;
}

.bdf-mb-10{
    margin-bottom: 10px;
}
.bdf-mt-10{
    margin-top: 10px;
}

.bdf-mb-20{
    margin-bottom: 20px;
}



/* padding area start */

.section-pt-180{
    padding-top: 180px;
}

.section-pb-180{
    padding-bottom: 180px;
}

.section-pb-90{
    padding-bottom: 90px;
}

.section-pt-90{
    padding-top: 90px;
}

.section-pb-50{
    padding-bottom: 50px;
}

.section-pt-50{
    padding-top: 50px;
}

.bdf-pb-10{
    padding-bottom: 10px;
}

.bdf-pt-30{
    padding-top: 30px;
}
.bdf-pb-24{
    padding-bottom: 24px;
}
.bdf-pb-20{
    padding-bottom: 20px;
}
.bdf-pb-30{
    padding-bottom: 30px;
}



/* border */

.bdf-border-top{
    border-top: 1px solid var(--Stroke) ;
}

/* border  radius*/

.bdf-border-radius{
    border-radius: 30px;
}

/* gab */

.bdf-gab-10{
    gap: 10px;
}
.bdf-gab-16{
    gap: 16px;
}
.bdf-gab-20{
    gap: 20px;
}

.bdf-gab-30{
    gap: 30px;
}

/* width */

/* hight */


/* cursor */

.bdf-pointer{
    cursor: pointer;
}

/* after none */




/*-------------------------------------------
    4.Typography area end
-------------------------------------------*/


/*-------------------------------------------
   5 Preloader Area Start
-------------------------------------------*/
#bdfPreloaderBg {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: var(--Background-Cream);
    z-index: 999999999999;
    width: 100%;
    height: 100%;
  }
  
  #bdfLoader {
    width: 300px;
    display: block;
    align-content: center;
    margin: 0 auto;
    height: 100%;
  }

  #bdfLoader img {
    width: 100%;
    height: auto;
}
 
  
  /*-------------------------------------------
    5 Preloader Area End
  -------------------------------------------*/


/*-------------------------------------------
    6.button area start
-------------------------------------------*/

.bdf-btu-theme{
    position: relative;
    padding: 14px 20px;
    z-index: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    border-radius: 50px;
    display: inline-block;
    overflow: hidden;
    border: none;
    transition: .4s;
    background: var(--Primary-Fruit);
    color: var(--Accent);
}

.bdf-button-shape {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s;
}

.bdf-btu-theme:hover .bdf-button-shape{
    bottom: -100%;
}

/*-------------------------------------------
    6.button area end
-------------------------------------------*/

/*-------------------------------------------
    7.logo area start
-------------------------------------------*/

    .bad-logo-top {
        max-width: 310px;
        width: 100%;
        max-height: 90px;
        height: auto;
    }

    .bdf-logo-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 30px 0;
    }

/*-------------------------------------------
    7.logo area area end
-------------------------------------------*/

/*-------------------------------------------
    8.banner area  start
-------------------------------------------*/

.bdf-banner-area {
    padding: 355px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bdf-banner-image {
    position: absolute;
    bottom: -62px;
    right: 41px;
    z-index: -1;
}

.bdf-banner-image img {
    max-width: 660px;
    max-height: 692px;
    width: 100%;
    height: auto;
}

.top-leaf-3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -6;
    max-width: 474px;
    max-height: 440px;
    width: 100%;
    height: auto;
}

.top-leaf-2 {
    position: absolute;
    top: 0;
    left: 50%;
    max-height: 348px;
    height: auto;
    max-width: 964px;
    width: 100%;
    margin-left: -482px;
    z-index: -6;
}

.top-leaf-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -6;
    max-width: 482px;
    max-height: 484px;
    width: 100%;
    height: auto;
}

.top-footer-shape {
    position: absolute;
    z-index: -6;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 278px;
    height: auto;
}

/*-------------------------------------------
    8.banner area end
-------------------------------------------*/

/*-------------------------------------------
    9.product-button  area start
-------------------------------------------*/

.bdf-product-button .nav-link.active {
    background: none;
    border: 1px solid #fcc5ba63;
}

.bdf-product-button .nav-link {
    padding: 5px;
    outline: none;
    border: 1px solid transparent;
}

.bdf-product-button .nav-link img {
    max-width: 177px;
    height: 100%;
    max-height: 177px;
    width: auto;
}

.bdf-product-button .nav-link:focus-visible {
    box-shadow: none;
}

.bg-shape {
    position: absolute;
    max-width: 454px;
    width: auto;
    top: 32px;
    left: 0;
    height: 100%;
    max-height: 484px;
}

.bdf-product-shape-img {
    position: relative;
    height: 1050px;
}

.bdf-center-layer {
    position: absolute;
    left: 86px;
    top: 23%;
    z-index: -1;
}

.bdf-footer-layer {
    position: absolute;
    top: 50%;
    left: 11%;
}

.bdf-drink-product {
    position: absolute;
    z-index: -1;
    top: 12%;
    left: 24%;
    width: 293px;
    height: 806px;
}

/*-------------------------------------------
    9.product-button  area end
-------------------------------------------*/
/*-------------------------------------------
    10.refreshment  area start
-------------------------------------------*/

    .bdf-sip-bg{
        background-image: url('../../uploads/bg.png');
        background-position: center;
        background-size: cover;
        position: relative;
        z-index: 2;
        overflow: hidden;
    }

    .bdf-bottle-img{
        overflow: hidden;
        border-radius: 30px;
    }

    .bdf-bottle-img img {
        border-radius: 30px;
        width: 100%;
        transition: .3s;
    }

    .bdf-bottle-img img:hover{
        transform: scale(1.1);
    }

/*-------------------------------------------
    10.refreshment area area end
-------------------------------------------*/
/*-------------------------------------------
    11.gallery area  end
-------------------------------------------*/

.bdf-gallery-img{
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.bdf-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    transition: .3s;
}

.bdf-gallery-img img:hover{
    transform: scale(1.1);
}

.mfp-close-btn-in .mfp-close {
    width: 44px;
    border: 1px solid var(--Primary-Fruit);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    color: var(--Primary-Fruit);
}

img.mfp-img {
    margin-top: 60px;
    border: 1px solid var(--Primary-Fruit);
    padding: 0;
    border-radius: 30px;
}

.mfp-figure:after {
    position: unset;
}

.mfp-counter{
    display: none;
}

/*-------------------------------------------
    11.gallery area end
-------------------------------------------*/

/*-------------------------------------------
    12.faq  area start
-------------------------------------------*/

.bdf-accordion-area .accordion-item {
    background: none;
    border-radius: 15px;
    border: 1px solid var(--Chocolate-Dark);
    margin-bottom: 20px;
}

.bdf-accordion-button {
    background: none;
    color: var(--Chocolate-Dark);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 20px;
    transition: .3s;
}

.bdf-accordion-button.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: none;
    color: var(--Chocolate-Dark);
    padding-bottom: 10px;
}

.bdf-accordion-collapse .accordion-body {
    padding: 0 20px 20px  20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--Paragraph,);
}

.accordion-button::after{
    background-image: url('../images/plus.png');
    background-repeat: no-repeat;
    transition:none;
}

.accordion-button:not(.collapsed)::after{
    background-image: url('../images/minus.png');
    background-repeat: no-repeat;
    margin-top: -18px;
}

.bdf-comment-top {
    display: inline-block !important;
    width: auto !important;
}

.bdf-comment-bottom {
    width: auto !important;
    display: inline-block !important;
}

.bdf-user-img {
    width: 208px !important;
    height: 208px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    left: 77px;
    top: 80px;
}

.bdf-user-image {
    position: relative;
}

.bdf-round-img {
    width: 417px !important;
    height: 409px;
}

.bdf-comment-space {
    padding: 20px 100px;
}

.owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border: 1px solid var(--Chocolate-Dark) !important;
    border-radius: 50%;
    transition: .3s;
}

.owl-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
}

.owl-dots .owl-dot.active {
    height: 9px;
    width: 9px;
    background: var(--Chocolate-Dark);
}

.bdf-testimonials-slider.owl-carousel.owl-loaded.owl-drag {
    border-radius: 30px;
    box-shadow: 0px 4px 50px 0px rgba(64, 42, 39, 0.10);
    padding: 20px;
}

/*-------------------------------------------
    12.faq area area end
-------------------------------------------*/

/*-------------------------------------------
    13.footer  area start
-------------------------------------------*/

.bdf-footer-logo {
    max-width: 390px;
    width: 100%;
    max-height: 89px;
    height: auto;
}

.bdf-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.social-bdf-w {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--Chocolate-Dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.social-bdf-w:hover {
    color: var(--Primary-Fruit);
    background:  var(--Chocolate-Dark);
}

.bdf-footer-area {
    overflow: hidden;
    position: relative;
}

.footer-leaf {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*-------------------------------------------
    13.footer area area end
-------------------------------------------*/
