/*
-------------------------------------------------
  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. General Style Start
  3. Typography area start
  4. button area start
  5. Dashboard area
  6. User area 
  7. From-control area
  8. Tickets area 
  9. login area
  10. User bot area
  11. view user bot area
  12. Sources bot area
  13. chat log bot 
  14. package area
  15. landing page area
  16. About area
  17. price landing area
  18. Customize area
  19. blogs area
  20. footer area
  21. inner page area
  22. summer note

------------------------------------------------ */

/*--------------------------------
1 Theme Color
-----------------------------------*/
:root {
    --Background-Cream: #FBFBFB;
    --Primary-Blue: #FF9500;
    --Light: #E1F4FB;
    --White: #ffffff;
    --Title-Dark: #384147;
    --Paragraph: #6D8A96;
    --Stroke: #D5E5EA;
    --body-font-family: "Roboto", sans-serif;
}


/*-----------------------------------------------
    2.  font Style Start
-------------------------------------------------*/

/* google font */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* custom font */

@font-face {
    font-family: 'upload-font';
    src: url('../fonts/Atop.ttf');
}



/*-----------------------------------------------
    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(--White) 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;

}

::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color: var(--Light);
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: var(--Light);
}

::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: var(--Title-Dark);
}


/*-------------------------------------------
    4.Typography area start
-------------------------------------------*/

/* color text */

.light {
    color: var(--Light);
}

.primary-color {
    color: var(--Primary-Blue);
}

.title-dark {
    color: var(--Title-Dark);
}

.light-text {
    color: #64676D;
}

/* background color */


/* font size  */

.bdf-fs-95 {
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: var(--Primary-Blue);
    font-size: 95px;
    font-weight: 400;
    letter-spacing: 2.85px;
    color: transparent;
}

.bdf-fs-40 {
    font-size: 40px;
    font-weight: 400;
    line-height: 38.12px;
    letter-spacing: 0.03em;
}

.bdf-fs-50 {
    font-size: 50px;
    font-weight: 500;
}

.bdf-fs-26 {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.015em;

}

.bdf-fs-20 {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;

}

.bdf-fs-18 {
    font-size: 18px;
    font-weight: 400;
    font-weight: 400;
    line-height: 35px;

}

.bdf-fs-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.015em;
}

/* 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*/
.upload-font {
    font-family: 'upload-font';
}

/* margin area start */


.bdf-mb-50 {
    margin-bottom: 50px;
}

.bdf-mt-50 {
    margin-top: 50px;
}

.bdf-mb-30 {
    margin-bottom: 30px;
}

.bdf-mt-30 {
    margin-top: 30px;
}

.bdf-mb-15 {
    margin-bottom: 15px;
}

.bdf-mb-10 {
    margin-bottom: 10px;
}

.bdf-mt-10 {
    margin-top: 10px;
}

.bdf-mb-20 {
    margin-bottom: 20px;
}

.bdf-mb-7 {
    margin-bottom: 7px;
}



/* 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;
}

.bdf-pb-30 {
    padding-bottom: 30px;
}

.bdf-pt-30 {
    padding-top: 30px;
}

.bdf-pb-15 {
    padding-bottom: 15px;
}

.bdf-pt-15 {
    padding-top: 15px;
}

.bdf-pb-20 {
    padding-bottom: 20px;
}

.bdf-pb-10 {
    padding-bottom: 10px;
}


/* border */

.bdf-border-top {
    border-top: 1px solid var(--Stroke);
}

/* border  radius*/

.bdf-border-radius {
    border-radius: 30px;
}

/* gab */



/* 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: 15px 20px;
    z-index: 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: inline-block;
    overflow: hidden;
    border: none;
    transition: .4s;
    background: var(--Primary-Blue);
    color: var(--White);
    transition: .3s;
}

.bdf-btu-theme img {
    transition: .3s;
}

.bdf-btu-theme:hover img {
    transform: rotate(45deg);
}

.bdf-border-btu-theme {
    border: 1px solid var(--Title-Dark);
    background: var(--White);
}

/*-------------------------------------------
    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-top: 30px;
}

/*-------------------------------------------
    7.logo area area end
-------------------------------------------*/


/*-------------------------------------------
    8.banner area  start
-------------------------------------------*/

.bdf-banner-area {

    position: relative;
    overflow: hidden;
    z-index: 2;

}

.bg-color-banner-bdf {
    position: relative;
    z-index: 1;
    padding-top: 70px;
}

.bg-color-banner-1 {
    background: var(--Background-Cream) !important;
}

.upload-font-2.company-font {
    position: absolute;
    top: 16%;
    right: -20%;
    font-size: 155px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.65px;
    z-index: -4;
}

.bdf-top-banner-wave {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
}

.bdf-circle {
    width: 100%;
    position: relative;
    z-index: -3;
}

.bdf-product-banner {
    position: relative;
    padding-bottom: 250px;
}

.bdf-shad-banner {
    width: 1153px;
    height: 534px;
    position: absolute;
    bottom: -106px;
    z-index: 1;
    left: -186px;
    border-top-left-radius: 228%;
    border-top-right-radius: 76%;
}

.color-bg-shad-1 {
    background: linear-gradient(180deg, rgba(238, 238, 238, 0.60) 1.82%, rgba(251, 251, 251, 0.44) 29.37%, rgba(251, 251, 251, 0.41) 49.27%, rgba(251, 251, 251, 0.35) 87.37%, rgba(251, 251, 251, 0.00) 100%);
}

.product-bdf-img {
    position: absolute;
    top: 18%;
    left: 0;
    z-index: 1;
    max-width: 420px;
    height: auto;
    max-height: 746px;
    width: 100%;
}

.bdf-discount-card {
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    top: 17%;
    left: 0;
    z-index: 1;
    text-align: center;
}

.bdf-discount-card-bg-1 {
    background: linear-gradient(220deg, #FBFBFB 10.69%, #E3E3E3 100%);
}

.bdf-img-rotation {
    max-width: 554px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.rotation-w-bdf {
    width: 100%;
    height: 258px;
}

.product-shadow-bdf:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background: linear-gradient(185deg, rgba(0, 192, 255, 0.00) -1.28%, #00C0FF 66.09%);
}

.bottom-banner-wave {
    position: absolute;
    right: 0;
    bottom: -125px;
    z-index: 1;
}

.bdf-button-product-banner {
    border: none;
    gap: 11px;
    flex-direction: column;
}

.bdf-product-button-img {
    width: 105px;
    margin-left: 34px;
}

.bdf-button-product-banner {
    position: absolute;
    top: 105px;
    right: 9px;
    z-index: 15;
}


/*-------------------------------------------
    8.banner area  end
-------------------------------------------*/

/*-------------------------------------------
    8.for Sale area  start
-------------------------------------------*/

.bdf-shop-btn {
    padding: 15px 20px;
    display: flex;
    border: 1px solid var(--Title-Dark);
    font-size: 16px;
    align-items: center;
    gap: 10px;
    line-height: 25px;
    letter-spacing: 0.24px;
    background: var(--White);
    transition: .3s;
}

.bdf-shop-btn:hover {
    border-color: var(--Primary-Blue);
    background: var(--Primary-Blue);
    color: var(--White);
}

.bdf-btu-cart-add {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--Primary-Blue);
    background: var(--white);
    gap: 10px;
    font-weight: 400;
    line-height: 25px;
    color: var(--Primary-Blue);
    letter-spacing: 0.24px;
}

.bdf-shop-wrapper-box {
    padding: 30px;
    border: 1px solid var(--Stroke);
}

/*-------------------------------------------
    8.for Sale area  end
-------------------------------------------*/

/*-------------------------------------------
    8.Limited area  start
-------------------------------------------*/

.bdf-button-area-tab {
    border: none;
    margin-bottom: 35px;
}

.bdf-tab-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border-bottom: 1px solid #384147 !important;
    border-radius: unset !important;
    border-left: 1px solid #384147 !important;
    border-top: 1px solid #384147 !important;
    color: var(--Title-dark);
    transition: .3s;
    white-space: nowrap;
}

.active.bdf-tab-button {
    background: var(--Primary-Blue) !important;
}

.bdf-tab-button:hover {
    background: var(--Primary-Blue) !important;
    color: #000000;
}

.bdf-button-area-tab .nav-item:last-child {
    border-right: 1px solid #384147 !important;
}

/*-------------------------------------------
    8.Limited area  end
-------------------------------------------*/

/*-------------------------------------------
    7.about area  start
-------------------------------------------*/

.baf-shop-curd {
    position: fixed;
    right: 0;
    z-index: 11;
    top: 102px;
    border-radius: 20px 0px 0px 20px;
    border-top: 1px solid var(--Primary-Blue);
    border-bottom: 1px solid var(--Primary-Blue);
    border-left: 1px solid var(--Primary-Blue);
    background: var(--White);
    box-shadow: 0px 4px 15px 0px rgba(255, 149, 0, 0.30);
    padding: 10px 20px;
    display: inline-block;
}

.bds-number {
    border-radius: 18px;
    border: 1px solid var(--Primary-Blue);
    background: var(--Primary-Blue);
    box-shadow: 0px 4px 15px 0px rgba(255, 149, 0, 0.30);
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White);
    font-size: 14px;
    position: absolute;
    right: 28px;
    top: 27px;
}

.bdf-bg-about {
    background-image: url('../../uploads/about-bg.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
}

.bdf-bg-about::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    opacity: 0.8;
    background: #007CA5;
}

.bg-color-about {
    background-image: url('../images/bg-subtract.png');
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 95px;
    padding-left: 15px;
    padding-right: 15px;
}

.about-code-img img {
    width: 25px !important;
    height: 15px;
}

.about-code-img {
    width: 44px;
    height: 46px;
    background: var(--Primary-Blue);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -22px;
    left: 26px;
    z-index: 1;
}

.bdf-about-single {
    background: var(--Light);
}

.bdf-slider-bg-p {
    padding: 43px 20px 20px 20px;
}

.bdf-about-code {
    max-width: 197px;
    width: 100%;
    margin-bottom: 128px;
}

.bdf-about-slider {
    margin-top: 40px;
}

.bdf-popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -57px;
    margin-left: -57px;
}

.bdf-video-icon {
    width: 114px;
    height: 114px;
}


.spinner-wrap {
    position: relative;
    z-index: 1;
}

.spinner-item {
    border: 2px solid var(--White);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation: zoom 2s linear 0.75s infinite;
    animation: zoom 2s linear 0.75s infinite;
}

.spinner-item-2 {
    -webkit-animation-delay: 1.30s;
    animation-delay: 1.30s;
}

.spinner-item-3 {
    -webkit-animation-delay: 1.90s;
    animation-delay: 1.90s;
}

@-webkit-keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

/*-------------------------------------------
    7.about area  end
-------------------------------------------*/

/*-------------------------------------------
    9.new-product area  start
-------------------------------------------*/

.bdf-new-product {
    background: var(--White);
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.07));
}

.bdf-product-wrapper {
    padding: 30px;
    border-top: 1px solid var(--Stroke);
}

.bdf-img-product img {
    width: 100%;
    height: auto;
    max-height: 365px;
    object-fit: cover;
    transition: .3s;
}

.bdf-img-product {
    overflow: hidden;
}

.bdf-new-product:hover .bdf-img-product img {
    transform: scale(1.1);
}

.bdf-product-review {
    font-size: 24px;
    color: var(--Primary-Blue);
    display: flex;
    gap: 4px;
}

.bdf-product-color {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    gap: 7px;
    align-items: center;
}

.bg-button-color {
    width: 35px;
    height: 35px;
    border: none;
    background: #008AC6;
    outline: none;
    cursor: pointer;
}

.shade-product-1 {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -138px;
}

.bdf-step-img-area {
    overflow: hidden;
    margin-bottom: 24px;
}

.bdf-step-img-area:hover .step-img-w {
    transform: scale(1.1);
}

.step-img-w {
    width: 100%;
    transition: 0.3s;
}

.bg-color-1 {
    background-color: #3D3D3D;
}

.bg-color-2 {
    background-color: #60D445;
}

.bg-color-3 {
    background-color: #FFD856;
}

.bdf-img-product img {
    display: none;
}

.bdf-img-product input[type="radio"]:checked+img {
    display: block;
}



/*-------------------------------------------
    9.new-product area  end
-------------------------------------------*/


/*-------------------------------------------
    9.Order page area  start
-------------------------------------------*/

.bda-single-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid var(--Stroke);
    gap: 20px;
}

.bda-single-product:first-child {
    border-top: 1px solid var(--Stroke);
}

.bdf-order-product {
    max-width: 272px;
    width: 100%;
}

.bdf-product-info {
    width: 100%;
}

.bdf-quantity-area {
    display: flex;
    gap: 8px;
}

.bdf-quantity-btn {
    width: 20px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 19px;
    font-weight: 500;
}

.bdf-quantity-number {
    width: 26px;
    text-align: center;
}

.bdf-order-product img {
    width: 100%;
}

.bdf-form-control {
    border: 1px solid var(--Stroke);
    padding: 13px 30px;
    width: 100%;
}

.bdf-form-control:focus {
    border-color: var(--Primary-Blue);
}

.bdf-w-model {
    max-width: 812px;
}

.bg-bdf-model {
    padding: 50px 30px;
    position: relative;
    z-index: 2;
}

.bdf-text-w-10 {
    max-width: 142px;
    width: 100%;
}

.bdf-order-table {
    margin-top: 98px;
    margin-bottom: 20px;
    min-width: 650px;
    width: 100%;
}

.bdf-order-table thead tr th {
    border-bottom: 1px solid #082020;
    padding: 20px 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #082020;
    background: transparent;
}

.bdf-order-table tbody tr td {
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0 43px;
    border-bottom: 1px solid var(--Stroke);
    background: transparent;
    color: #64676D;
}

.bdf-order-table tbody tr td:last-child {
    text-align: center;
}

.bdf-order-table thead tr th:last-child {
    text-align: center;
}

.bdf-border-after {
    position: relative;
}

.bdf-border-after:after {
    width: 60%;
    height: 1px;
    background: #000;
    content: '';
    right: 0;
    top: 0;
    position: absolute;
}

.bdf-subtotal-pdf {
    margin-bottom: 95px;
}

.bdf-logo-text-water {
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 1.44px;
    color: var(--Primary-Blue);
    opacity: 0.07;
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
    top: 50%;
    text-align: center;
    margin-top: -60px;
}

.bdf-thank-text {
    font-size: 120px;
    text-align: center;
}

.bdf-thank-img {
    max-width: 225px;
    width: 100%;
    margin: auto;
}

.bi-flex-wrap-none {
    flex-wrap: unset !important;
}

/*-------------------------------------------
    9.Order page area  end
-------------------------------------------*/


/*-------------------------------------------
    12.footer area area start
-------------------------------------------*/

.bdf-footer-logo {
    max-width: 324px;
    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(--Title-Dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.social-bdf-w:hover {
    color: var(--Primary-Blue);
    background: var(--Title-Dark);
}

.bdf-footer-area {
    overflow: hidden;
    position: relative;
}

.footer-leaf {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*-------------------------------------------
    12.footer area area end
-------------------------------------------*/