/*
-------------------------------------------------
  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: #F0FBFF;
    --Primary-Blue: #2E76E5;
    --Light: #E1F4FB;
    --White: #ffffff;
    --Title-Dark: #21404E;
    --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/racespa-ceregular.otf');
}

@font-face {
    font-family: 'upload-font-2';
    src: url('../fonts/racespa-ceregular-two.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 */

.light {
    color: var(--Light);
}

.title-dark {
    color: var(--Title-Dark);
}

/* background color */


/* font size  */

.bdf-fs-95 {
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: var(--Light);
    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-26 {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.015em;

}

.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';
}

.upload-font-2 {
    font-family: 'upload-font-2';
}


/* margin area start */


.bdf-mb-50 {
    margin-bottom: 50px;
}

.bdf-mb-30 {
    margin-bottom: 30px;
}

.bdf-mt-30 {
    margin-top: 30px;
}

.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-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(--Light);
    color: var(--Title-Dark);
    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(--Primary-Blue) !important;
}

.bg-color-banner-2 {
    background: #DAA800 !important;
}

.bg-color-banner-3 {
    background: #60D445 !important;
}

.sprint-color-1 {
    color: #8CB9FF;
    opacity: 0.2;
}

.sprint-color-2 {
    color: #9D7A03;
    opacity: 0.2;
}

.sprint-color-3 {
    color: #208907;
    opacity: 0.2;
}

.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(64, 134, 242, 0.6) 1.82%, rgba(46, 118, 229, 0.441871) 29.37%, rgba(46, 118, 229, 0.411076) 49.27%, rgba(46, 118, 229, 0.349023) 87.37%, rgba(46, 118, 229, 0) 100%);

}

.color-bg-shad-2 {
    background: linear-gradient(180deg, rgba(207, 164, 19, 0.60) 1.82%, rgba(218, 168, 0, 0.00) 100%);
}

.color-bg-shad-3 {
    background: linear-gradient(180deg, #60cb4579 1.82%, rgba(96, 212, 69, 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, #2E76E5 10.69%, #1A62D0 100%);
}

.bdf-discount-card-bg-2 {
    background: linear-gradient(220deg, #DAA800 10.69%, #B68C00 100%);
}

.bdf-discount-card-bg-3 {
    background: linear-gradient(220deg, #60D445 10.69%, #32931B 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-single-product-tab .nav-link {
    padding: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bdf-product-button-img {
    width: 105px;
    margin-left: 34px;
}

.bdf-button-product-banner {
    position: absolute;
    top: 105px;
    right: 9px;
    z-index: 15;
}

.bdf-single-product-tab:nth-child(1) {
    margin-left: -85px;
}

.bdf-single-product-tab:nth-child(5) {
    margin-left: -62px;
}

.bdf-single-product-tab .nav-link.active {
    background-color: transparent;
}

/*-------------------------------------------
    8.banner area  end
-------------------------------------------*/

/*-------------------------------------------
    8.features area  start
-------------------------------------------*/

.bdf-features-w {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}





/*-------------------------------------------
    8.features area  end
-------------------------------------------*/

/*-------------------------------------------
    8.360° View area  start
-------------------------------------------*/


#containerRotation {
    position: relative;
    margin: auto;
    left: 0;
    top: 0;
    width: 200px;
    height: 119px;
    overflow: hidden;
    cursor: pointer;
}

#bdfSpinImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 7200px;
    height: 119px;
    visibility: hidden;
    border: none;
    z-index: 99;
}


/*-------------------------------------------
    8.360° View area  end
-------------------------------------------*/

/*-------------------------------------------
    7.about area  start
-------------------------------------------*/

.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: #003689;
}

.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;
}

.owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #56D5FF !important;
    transform: rotate(45deg);
}

.owl-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.owl-dots .owl-dot.active {
    width: 9px;
    height: 9px;
    background: var(--Light) !important;
}

.owl-nav button i {
    font-size: 20px;
}

.owl-nav {
    display: flex;
    position: absolute;
    bottom: -21px;
}

.owl-nav button {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.owl-nav button.owl-next {
    background-color: var(--Light) !important;
}

.owl-nav button.owl-prev {
    background-color: #87DFFD !important;
}

/*-------------------------------------------
    7.about area  end
-------------------------------------------*/

/*-------------------------------------------
    9.new-product area  start
-------------------------------------------*/

.bdf-new-product {
    background: var(--White);
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.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
-------------------------------------------*/


/*-------------------------------------------
    12.footer area 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(--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
-------------------------------------------*/