/*-----------------------------------------------------------------------------------
	[Master Stylesheet]
    Template Name: EkoAI - AI Generator HTML Template
    Author: Bdevs
    Support: https://support.bdevs.net/
    Description: AI Generator HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
		01 Theme CSS Star
		02 Default Spacing CSS Start
		03 Accordion CSS Start
		04 Animation CSS Start
		05 Background CSS Start
		06 Back to top CSS Start
		07 Badge CSS Start
		08 Breadcrumb CSS Start
		09 Buttons CSS Start
		10 Carousel CSS Start
		11 Code Highlight CSS Start
		12 Color Short Code CSS Start
		13 Coming Soon CSS Start
		14 Contact CSS Start
		15 Countdown CSS Start
		16 Forms CSS Start
		17 Light Effect CSS Start
		18 Offcanvas CSS Start
		19 Pagination CSS Start
		20 Preloader CSS Start
		21 Pricing CSS Start
		22 Section Title CSS Start
		23 Shortcodes CSS Start
		24 Social CSS Start
		25 Tooltip CSS Start
		26 Header CSS Start
		27 Menu CSS Start
		28 Mobile Menu CSS Start
		29 Banner CSS Start
		30 App Breadcrumb CSS Start
		31 App Chat Bar CSS Start
		32 App Header CSS Start
		33 App Profile CSS Start
		34 App Service CSS Start
		35 App Sidebar CSS Start
		36 Generator CSS Start
		37 About CSS Start
		38 Blog CSS Start
		39 Cta CSS Start
		40 Light CSS Start
		41 Error CSS Start
		42 Footer CSS Start
		43 Mvv CSS Start
		44 Partner CSS Start
		45 Privacy-policy CSS Start
		46 Scrollbar CSS Start
		47 Style-guide CSS Start
		48 Team CSS Start
		49 Nice Select CSS Start

/*---------------------------------
	1 Theme CSS Start
---------------------------------*/
/* Google Fonts  */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.bd-offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6, .body__overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

:root {
  /** @color declaration */
  --color-heading: #C2C4E4;
  --color-body: #595C90;
  --color-generator: #898CC0;
  --color-white: #C2C4E4;
  --color-fullWhite: #FFFFFF;
  --color-black: #171717;
  --color-light: #C8C8C8;
  --color-placeholder: #727494;
  --color-body-primary: #DCE5F0;
  --color-primary: #7a44ff;
  --color-secondary: #D83DFF;
  --color-success: #00db22;
  --color-info: #0dcaf0;
  --color-warning: #ffc107;
  --color-danger: #f93a37;
  --color-teal: #66b2b2;
  --color-taxonomy: #7A7575;
  --color-label: #0A0A0A;
  --color-text-muted: #6c757d;
  --color-rating: #FEC300;
  --color-body-bg: #120928;
  --color-body-light: #eff1f5;
  --color-bg-primary: #160b32;
  --color-bg-secondary: #191426;
  --color-bg-3: #191426;
  --color-message-surface: #323232;
  --color-message-surface: #2A1F46;
  --color-border-primary: #2a1b4d;
  --color-border-secondary: #595564;
  --color-gradient-1: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  --primary-rgb: 122, 68, 255;
  --primary-rgb-1: rgba(var(--primary-rgb), 0.1);
  --primary-rgb-05: rgba(var(--primary-rgb), 0.05);
  /**  @font family declaration */
  --ff-body: "Inter", serif;
  --ff-title: "Inter", serif;
  --ff-p: "Inter", serif;
  --ff-icomoon: "icomoon";
  --ff-remixicon: "remixicon";
  /** @font weight declaration */
  --fw-normal: normal;
  --fw-thin: 100;
  --fw-elight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-sbold: 600;
  --fw-bold: 700;
  --fw-ebold: 800;
  --fw-black: 900;
  /** @font size declaration */
  --fs-body: 16px;
  --fs-p: 16px;
  --fs-h1: 48px;
  --fs-h2: 38px;
  --fs-h3: 32px;
  --fs-h4: 26px;
  --fs-h5: 22px;
  --fs-h6: 18px;
  --fs-b1: 14px;
  --fs-b2: 15px;
  --fs-b3: 20px;
  --fs-b4: 24px;
  /** @transition value declaration */
  --transition: all .3s ease-in-out;
  --transition-5: all .5s ease-in-out;
  --transition-cubic: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

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

html {
  font-size: 10px;
}

/* Typography css start  */
body {
  color: var(--color-white);
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  font-weight: normal;
  line-height: 1.6;
  background: var(--color-body-bg);
}
[data-theme-mode=light] body {
  color: var(--color-black);
  background-color: var(--color-body-light);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h5,
h5,
.h5,
h6,
.h6 {
  color: var(--color-heading);
  margin-top: 0px;
  line-height: 1.25;
  margin-bottom: 0;
  font-weight: var(--fw-sbold);
  word-break: break-word;
  font-family: var(--ff-title);
}
[data-theme-mode=light] h1,
[data-theme-mode=light] .h1,
[data-theme-mode=light] h2,
[data-theme-mode=light] .h2,
[data-theme-mode=light] h3,
[data-theme-mode=light] .h3,
[data-theme-mode=light] h4,
[data-theme-mode=light] .h5,
[data-theme-mode=light] h5,
[data-theme-mode=light] .h5,
[data-theme-mode=light] h6,
[data-theme-mode=light] .h6 {
  color: var(--color-black);
}

h1,
.h1 {
  font-size: var(--fs-h1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}

h2,
.h2 {
  font-size: var(--fs-h2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h2,
  .h2 {
    font-size: 34px;
  }
}

h3,
.h3 {
  font-size: var(--fs-h3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: var(--fs-h4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: var(--fs-h5);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--fs-h6);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h6,
  .h6 {
    font-size: 17px;
  }
}

p {
  font-size: var(--fs-p);
  font-family: var(--ff-p);
  font-weight: var(--fw-normal);
  color: var(--color-body);
  margin-bottom: 30px;
  line-height: 1.6;
}
p.b1 {
  font-size: var(--fs-b1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  p.b1 {
    font-size: 13px;
  }
}
p.b2 {
  font-size: var(--fs-b2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  p.b2 {
    font-size: 14px;
  }
}
p.b3 {
  font-size: var(--fs-b3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  p.b3 {
    font-size: 19px;
  }
}
p.b4 {
  font-size: var(--fs-b4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  p.b4 {
    font-size: 22px;
  }
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--fs-b1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .b1 {
    font-size: 13px;
  }
}

.b2 {
  font-size: var(--fs-b2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .b2 {
    font-size: 14px;
  }
}

.b3 {
  font-size: var(--fs-b3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .b3 {
    font-size: 19px;
  }
}

.b4 {
  font-size: var(--fs-b4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .b4 {
    font-size: 22px;
  }
}

a {
  text-decoration: none;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--color-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
input[type=file],
input[type=url],
select,
textarea {
  outline: none;
  background-color: transparent;
  height: 50px;
  width: 100%;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid var(--color-border-primary);
  color: var(--color-white);
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  overflow-y: auto!important;
}
[data-theme-mode=light] input[type=text],
[data-theme-mode=light] input[type=email],
[data-theme-mode=light] input[type=tel],
[data-theme-mode=light] input[type=number],
[data-theme-mode=light] input[type=password],
[data-theme-mode=light] input[type=date],
[data-theme-mode=light] input[type=file],
[data-theme-mode=light] input[type=url],
[data-theme-mode=light] select,
[data-theme-mode=light] textarea {
  color: var(--color-black);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=file]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: var(--color-primary);
}

textarea {
  padding: 14px 24px;
  min-height: 200px;
}
textarea:focus {
  border-color: var(--color-primary);
}

*::-moz-selection {
  background: var(--color-secondary);
  color: var(--color-white);
  text-shadow: none;
  overflow-y: auto!important;
}

::-moz-selection {
  background: var(--color-secondary);
  color: var(--color-white);
  text-shadow: none;
  overflow-y: auto!important;
}

::selection {
  background: var(--color-secondary);
  color: var(--color-white);
  text-shadow: none;
  overflow-y: auto!important;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--color-placeholder);
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--ff-title);
  color: var(--color-placeholder);
}

/* 
   Icomoon customize */
i[class^=icon-] {
  line-height: 1;
  position: relative;
}

/* remixicon customize */
i[class^=ri-] {
  line-height: 1;
  position: relative;
}

/* Bootstrap customize */
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2.4rem;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.custom-container {
  max-width: 1500px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .custom-container {
    max-width: 1680px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .custom-container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 575px) {
  .custom-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.row {
  --bs-gutter-x: 2.4rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

/* Common Classes */
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

/* Body Overlay */
.body__overlay {
  background-color: var(--color-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--color-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-overly {
  position: relative;
  z-index: 5;
}
.image-overly::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/* Mfp customize */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--color-white);
}
.mfp-close::after {
  position: absolute;
  content: "\f4c7";
  height: 100%;
  width: 100%;
  font-family: var(--ff-remixicon);
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

.mfp-arrow-left {
  left: 15px;
}

.mfp-arrow-right {
  right: 15px;
}

/* Bootstrap Table */
.table > thead {
  vertical-align: middle;
}

.table > tbody {
  vertical-align: middle;
}

.table > :not(caption) > * > * {
  padding: 10px 10px;
}

.theme-switcher {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  background-color: var(--color-white);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 0 0 6px;
  z-index: 9999999;
}
[data-theme-mode=light] .theme-switcher {
  background-color: var(--color-black);
}

.change-theme {
  color: var(--color-black);
  font-size: 18px;
  cursor: pointer;
}
[data-theme-mode=light] .change-theme {
  color: var(--color-white);
}

/*---------------------------------
	01 Theme CSS End
---------------------------------*/
/*---------------------------------
	02 Default Spacing CSS Star
---------------------------------*/
.rgba-separator {
  position: relative;
  z-index: 5;
}
.rgba-separator::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #D83DFF 0%, rgba(216, 61, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(216, 61, 255, 0.4) 0%, rgba(216, 61, 255, 0) 100%);
  z-index: -1;
}
.rgba-separator::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(216, 61, 255, 0) 0%, #D83DFF 100%);
  background: linear-gradient(180deg, rgba(216, 61, 255, 0) 0%, #D83DFF 100%);
  z-index: -1;
}

.section-glow {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: var(--color-secondary);
  opacity: 0.35;
  opacity: 1;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
.section-glow.glow-2 {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  background: var(--color-primary);
  width: 150px;
  height: 150px;
}

.section-separator {
  position: relative;
}
.section-separator::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  height: 2px;
  width: 70%;
  background: linear-gradient(90deg, rgba(18, 9, 40, 0) 0%, rgba(18, 9, 40, 0) 0%, rgba(122, 68, 255, 0.15) 50%, rgba(18, 9, 40, 0) 100%);
}
.section-separator::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  height: 2px;
  width: 70%;
  background: linear-gradient(90deg, rgba(18, 9, 40, 0) 0%, rgba(18, 9, 40, 0) 0%, rgba(122, 68, 255, 0.15) 50%, rgba(18, 9, 40, 0) 100%);
}
.section-separator.full-separator::after {
  width: 100%;
}
.section-separator.full-separator::before {
  width: 100%;
}

.section-separator-top {
  position: relative;
}
.section-separator-top::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  height: 2px;
  width: 70%;
  background: linear-gradient(90deg, rgba(18, 9, 40, 0) 0%, rgba(18, 9, 40, 0) 0%, rgba(122, 68, 255, 0.15) 50%, rgba(18, 9, 40, 0) 100%);
}

.section-gap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.section-gap-top {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-top {
    padding-top: 65px;
  }
}

.section-gap-bottom {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-bottom {
    padding-bottom: 65px;
  }
}

.section-gap-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-gap-medium-bottom {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-medium-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-medium-bottom {
    padding-bottom: 50px;
  }
}

.section-gap-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-gap-small-top {
  padding-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-small-top {
    padding-top: 50px;
  }
}

.section-gap-small-bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-small-bottom {
    padding-bottom: 50px;
  }
}

.section-gap-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-gap-top-large {
  padding-top: 150px;
}

.section-gap-bottom-large {
  padding-bottom: 150px;
}

.section-title-gap {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .section-title-gap {
    margin-bottom: 40px;
  }
}
.section-title-gap-sm {
  margin-bottom: 30px;
}

.section-gap-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-margin {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.section-gap-margin-bottom {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-margin-bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-margin-bottom {
    margin-bottom: 65px;
  }
}

.app-gap-bottom {
  margin-bottom: 50px;
}

.generator-gap {
  margin-bottom: 230px;
}

/*---------------------------------
	1.2 Default Spacing CSS End
---------------------------------*/
/*----------------------------------------*/
/*  03 Accordion CSS Start
/*----------------------------------------*/
.accordion-common-style .accordion-item {
  border-radius: 6px;
  color: var(--color-white);
  background-color: var(--color-bg-primary);
  border: 1px solid var(--color-bg-primary);
}
[data-theme-mode=light] .accordion-common-style .accordion-item {
  color: var(--color-black);
}
.accordion-common-style .accordion-body {
  padding: 20px 30px 25px;
  font-size: 16px;
  color: var(--color-body);
  background-color: var(--color-bg-primary);
  border-top: 1px solid var(--color-border-primary);
  border-radius: 0 0 6px 6px;
}
[data-theme-mode=light] .accordion-common-style .accordion-body {
  color: var(--color-black);
}
.accordion-common-style.accordion-transparent .accordion-button {
  background-color: transparent;
}
.accordion-common-style.accordion-transparent .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-common-style.accordion-transparent .accordion-body {
  background-color: transparent;
}
.accordion-common-style.accordion-style-one .accordion-item {
  margin-bottom: 20px;
  border-radius: 6px;
}
.accordion-common-style.accordion-style-one .accordion-button::after {
  content: "\ea6e";
  font-family: var(--ff-remixicon);
  transform: translateY(-50%);
}
.accordion-common-style.accordion-style-one .accordion-button:not(.collapsed)::after {
  content: "\ea4e";
  font-family: var(--ff-remixicon);
}
.accordion-common-style.accordion-style-one .accordion-body {
  border-top: none;
  padding: 0px 70px 25px 30px;
}
.accordion-common-style .accordion-button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  color: var(--color-heading);
  background-color: var(--color-bg-primary);
  border-bottom: 0 none;
  box-shadow: none;
  padding: 20px 30px;
  margin-bottom: 0;
  padding-right: 70px;
}
[data-theme-mode=light] .accordion-common-style .accordion-button {
  color: var(--color-black);
}
@media (max-width:450px) {
  .accordion-common-style .accordion-button {
    padding: 20px 20px;
    padding-right: 75px;
  }
}
.accordion-common-style .accordion-button span {
  color: var(--color-primary);
  min-width: 35px;
  padding-right: 15px;
  display: inline-block;
}
.accordion-common-style .accordion-button span i {
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: var(--color-bg-primary);
  border-radius: 50%;
  font-size: 29px;
}
.accordion-common-style .accordion-button:not(.collapsed) {
  color: var(--color-heading);
  background-color: var(--color-bg-primary);
  box-shadow: none;
  border-radius: 6px 6px 0 0 !important;
}
[data-theme-mode=light] .accordion-common-style .accordion-button:not(.collapsed) {
  color: var(--color-black);
}
.accordion-common-style .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-common-style .accordion-button::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  border-radius: 6px;
  margin-inline-start: auto;
  content: "\ea4e";
  font-family: var(--ff-remixicon);
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  inset-inline-end: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 36px;
  height: 36px;
  color: var(--color-heading);
  background: rgba(122, 68, 255, 0.2);
}
.accordion-common-style .accordion-button:not(.collapsed)::after {
  content: "\f106";
  font-family: var(--ff-remixicon);
  background-color: var(--color-primary);
  color: var(--color-white);
}

/*----------------------------------------*/
/*  03 Accordion CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  04 Animations CSS Start
/*----------------------------------------*/
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 108, 228, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 108, 228, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(0, 108, 228, 0);
    box-shadow: 0 0 0 45px rgba(0, 108, 228, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 108, 228, 0);
    box-shadow: 0 0 0 0 rgba(0, 108, 228, 0);
  }
}
.pulse-white {
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.animate-play {
  position: relative;
  z-index: 5;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes iconBounce {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-25px);
  }
  24% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-in;
    transform: translateY(-24px);
  }
  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }
  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }
  25%, 55%, 75%, 87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}
.line-dash {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: line-dash 30s linear backwards alternate-reverse infinite;
  animation: line-dash 30s linear backwards alternate-reverse infinite;
}

@keyframes line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes planeRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
@keyframes scaleZeroOne {
  0% {
    transform: scale(0.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stoneSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
@-moz-keyframes badgeSpin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes plane3Scale {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Right To Left */
@keyframes right-2-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
.upDown {
  animation: upDown 1.3S infinite alternate;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-ms-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40%, 60% {
    transform: translateX(-15px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes pulse-blur {
  from, to {
    scale: 1;
    filter: blur(0px);
  }
  50% {
    scale: 1.05;
    filter: blur(2px);
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  transition: none;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

@keyframes line1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes bannerAnimationOne {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*----------------------------------------*/
/*  04 Animations CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  05 Background CSS Start
/*----------------------------------------*/
.theme-bg {
  background-color: var(--color-primary);
}

.theme-bg-05 {
  background-color: var(--primary-rgb-05);
}

.primary-bg {
  background-color: var(--color-bg-primary);
}

.secondary-bg {
  background-color: var(--color-bg-secondary);
}

.secondary-bg-05 {
  background-color: rgba(216, 61, 255, 0.05);
}

.full-black-bg {
  background-color: var(--color-black);
}

.theme-white {
  background-color: var(--color-white);
}

.theme-black {
  background-color: var(--color-black);
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-success {
  background-color: var(--color-success);
}

.bg-info {
  background-color: var(--color-info);
}

.bg-warning {
  background-color: var(--color-warning);
}

.bg-danger {
  background-color: var(--color-danger);
}

.bg-teal {
  background-color: var(--color-teal);
}

.bg-surface {
  background-color: var(--color-message-surface);
}

.bg-border-primary {
  background-color: var(--color-border-primary);
}

.bg-border-secondary {
  background-color: var(--color-border-secondary);
}

.bg-body-text {
  background-color: var(--color-body);
}

.bg-taxonomy {
  background-color: var(--color-taxonomy);
}

.bg-label {
  background-color: var(--color-label);
}

.bg-text-muted {
  background-color: var(--color-text-muted);
}

.bg-rating {
  background-color: var(--color-rating);
}

.bg-light {
  background-color: var(--color-light);
}

.bg-placeholder {
  background-color: var(--color-placeholder);
}

.gradient-bg {
  background: var(--color-gradient-1) !important;
}

/*----------------------------------------*/
/*  05 Background CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  06 Back to top CSS Start
/*----------------------------------------*/
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 500px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--color-white);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all ease 0.5s;
  background: transparent;
}
@media (max-width: 575px) {
  .progress-wrap.mobile-right {
    bottom: 100px;
  }
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  bottom: 50px;
}
.progress-wrap::after {
  position: absolute;
  font-family: var(--ff-icomoon);
  content: "\e90d";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--color-fullWhite);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
[data-theme-mode=light] .progress-wrap::after {
  color: var(--color-black);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*----------------------------------------*/
/*  06 Back to top CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  07 Badge CSS Start
/*----------------------------------------*/
.bd-badge {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  height: 30px;
  white-space: nowrap;
  background-color: var(--color-primary);
  color: var(--color-fullWhite);
  font-weight: var(--fw-medium);
  font-size: 14px;
  letter-spacing: 0.6px;
  transition: all 0.3s ease-in-out;
}
.bd-badge img {
  width: 30px;
  height: 30px;
  margin-inline-end: 5px;
  border-radius: 50px;
}
.bd-badge.large {
  padding: 5px 10px;
  font-size: 16px;
}

.badge-primary {
  background-color: var(--color-primary);
}
.badge-secondary {
  background-color: var(--color-secondary);
}
.badge-success {
  background-color: var(--color-success);
}
.badge-warning {
  background-color: var(--color-warning);
}
.badge-danger {
  background-color: var(--color-danger);
}
.badge-info {
  background-color: var(--color-info);
}
.badge-light {
  color: var(--color-black);
  background-color: var(--color-light);
}
.badge-dark {
  color: var(--color-white);
  background-color: var(--color-black);
}
.badge-outline-primary {
  border: 1px solid var(--color-border-primary);
}
.badge-outline-primary:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.badge-outline-secondary {
  border: 1px solid var(--color-secondary);
}
.badge-outline-secondary:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.badge-outline-success {
  border: 1px solid var(--color-success);
}
.badge-outline-success:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-success);
  border-color: var(--color-success);
}
.badge-outline-warning {
  border: 1px solid var(--color-warning);
}
.badge-outline-warning:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}
.badge-outline-danger {
  border: 1px solid var(--color-danger);
}
.badge-outline-danger:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}
.badge-outline-info {
  border: 1px solid var(--color-info);
}
.badge-outline-info:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-info);
  border-color: var(--color-info);
}
.badge-outline-light {
  color: var(--color-black);
  border: 1px solid var(--color-light);
}
.badge-outline-light:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.badge-outline-dark {
  border: 1px solid var(--color-black);
}
.badge-outline-dark:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-black);
  border-color: var(--color-black);
}

.badge-transparent {
  color: var(--color-body);
  background-color: transparent;
}

.bd-circle-badge {
  display: inline-flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 600;
  color: var(--color-fullWhite);
  text-align: center;
  line-height: 1;
}
.bd-circle-badge.primary {
  background-color: var(--color-primary);
}
.bd-circle-badge.secondary {
  background-color: var(--color-secondary);
}
.bd-circle-badge.success {
  background-color: var(--color-success);
}
.bd-circle-badge.warning {
  background-color: var(--color-warning);
}
.bd-circle-badge.danger {
  background-color: var(--color-danger);
}
.bd-circle-badge.info {
  background-color: var(--color-info);
}
.bd-circle-badge.light {
  color: var(--color-black);
  background-color: var(--color-light);
}
.bd-circle-badge.dark {
  color: var(--color-white);
  background-color: var(--color-black);
}
.bd-circle-badge.white {
  color: var(--color-black);
  background-color: var(--color-white);
}

/*----------------------------------------*/
/*  07 Badge CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  08 Breadcrumb CSS Start
/*----------------------------------------*/
.bd-breadcrumb-area {
  position: relative;
  z-index: 5;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .bd-breadcrumb-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.bd-breadcrumb-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: var(--color-white);
  font-weight: var(--fw-medium);
  font-size: 16px;
}
[data-theme-mode=light] .bd-breadcrumb-list {
  color: var(--color-black);
}
.bd-breadcrumb-list span a {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.bd-breadcrumb-list span a:hover {
  color: var(--color-primary);
}
.bd-breadcrumb-list .divider {
  margin-top: 1px;
}
.bd-breadcrumb-list .active {
  color: var(--color-primary);
}
.bd-breadcrumb-shape {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1300px;
}
.bd-breadcrumb-glow {
  width: 495px;
  height: 45px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: var(--color-white);
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0px 24px 25px -21px var(--color-secondary);
  margin: 0 auto;
  margin-top: -43px;
}

/*----------------------------------------*/
/*  08 Breadcrumb CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  09 Buttons CSS Start
/*----------------------------------------*/
.bd-btn {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--color-fullWhite);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 50px;
  transition: all 0.3s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  white-space: nowrap;
}
@media (max-width:450px) {
  .bd-btn {
    font-size: 14px;
  }
}
.bd-btn.btn-very-small {
  padding: 0 20px;
  height: 36px;
  font-size: 14px;
}
.bd-btn.btn-small {
  padding: 0 26px;
  height: 40px;
}
.bd-btn.btn-medium {
  padding: 0 30px;
  height: 56px;
}
.bd-btn.btn-large {
  padding: 0 34px;
  height: 60px;
  font-size: 20px;
}
.bd-btn.btn-extra-large {
  padding: 0 46px;
  height: 76px;
  font-size: 24px;
}
.bd-btn .left-icon {
  margin-right: 10px;
}
.bd-btn .right-icon {
  margin-left: 10px;
}
.bd-btn:hover .fa-spinner {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 5s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
  animation-direction: alternate;
}
.bd-btn .thumb {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.btn-gradient {
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  background-size: 200% auto;
}
.btn-gradient:hover {
  color: var(--color-fullWhite);
  background-position: right center;
}

.bg-light-gradient {
  position: relative;
  background: radial-gradient(85% 120% at 50% 125%, var(--color-primary) 0.74%, var(--color-primary) 65%, var(--color-body-bg) 100%);
  overflow: hidden;
  transition: var(--transition);
}
[data-theme-mode=light] .bg-light-gradient {
  background: radial-gradient(85% 120% at 50% 125%, var(--color-primary) 0.74%, var(--color-primary) 65%, var(--color-body-light) 100%);
}
.bg-light-gradient .has-bg-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background: radial-gradient(85% 142% at 50% 75%, var(--color-primary) 0.74%, var(--color-primary) 65%, var(--color-primary) 100%);
}
[data-theme-mode=light] .bg-light-gradient .has-bg-light {
  background: radial-gradient(85% 142% at 50% 75%, var(--color-primary) 0.74%, var(--color-primary) 65%, var(--color-primary) 100%);
}
.bg-light-gradient > span {
  position: relative;
}
.bg-light-gradient:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: var(--color-fullWhite);
  text-decoration: none;
  transform: translateY(-5px);
}
.bg-light-gradient:hover .has-bg-light {
  opacity: 1;
  visibility: visible;
}

.btn-primary {
  background-color: var(--color-primary);
}
.btn-primary:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-secondary);
}

.btn-secondary {
  background-color: var(--color-secondary);
}
.btn-secondary:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.btn-secondary-white {
  background-color: var(--color-secondary);
}
.btn-secondary-white:hover {
  color: var(--color-black);
  background-color: var(--color-white);
}

.btn-success {
  background-color: var(--color-success);
}
.btn-success:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.btn-warning {
  background-color: var(--color-warning);
}
.btn-warning:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.btn-danger {
  background-color: var(--color-danger);
}
.btn-danger:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-primary);
}

.btn-info {
  background-color: var(--color-info);
}
.btn-info:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.btn-white {
  background-color: var(--color-fullWhite);
  color: var(--color-black);
}
.btn-white:hover {
  color: var(--color-fullWhite);
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  background-size: 200% auto;
}

.btn-black {
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn-black:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.btn-outline-primary {
  border: 2px solid var(--color-border-primary);
  color: var(--color-heading);
}
.btn-outline-primary:hover {
  color: var(--color-fullWhite);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.btn-outline-primary.active {
  color: var(--color-fullWhite);
  border-color: var(--color-primary);
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  background-size: 100% auto;
}

.btn-outline-secondary {
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
}
.btn-outline-secondary:hover {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

.btn-outline-success {
  border: 1px solid var(--color-success);
  color: var(--color-success);
}
.btn-outline-success:hover {
  color: var(--color-white);
  border-color: var(--color-success);
  background-color: var(--color-success);
}

.btn-outline-warning {
  border: 1px solid var(--color-warning);
  color: var(--color-warning);
}
.btn-outline-warning:hover {
  color: var(--color-white);
  border-color: var(--color-warning);
  background-color: var(--color-warning);
}

.btn-outline-danger {
  border: 1px solid var(--color-danger);
  color: var(--color-danger);
}
.btn-outline-danger:hover {
  color: var(--color-white);
  border-color: var(--color-danger);
  background-color: var(--color-danger);
}

.btn-outline-info {
  border: 1px solid var(--color-info);
  color: var(--color-info);
}
.btn-outline-info:hover {
  color: var(--color-white);
  border-color: var(--color-info);
  background-color: var(--color-info);
}

.btn-outline-white {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.btn-outline-white:hover {
  color: var(--color-primary);
  border-color: var(--color-white);
  background-color: var(--color-white);
}
.btn-outline-white.active {
  color: var(--color-black);
  border-color: var(--color-white);
  background-color: var(--color-white);
}

.btn-outline-black {
  border: 1px solid var(--color-black);
  color: var(--color-black);
}
.btn-outline-black:hover {
  color: var(--color-white);
  border-color: var(--color-black);
  background-color: var(--color-black);
}
.btn-outline-black.active {
  color: var(--color-black);
  border-color: var(--color-white);
  background-color: var(--color-white);
}

.btn-outline-border-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.btn-outline-border-primary:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: transparent;
}
.btn-outline-border-secondary {
  background-color: var(--color-secondary);
  color: var(--color-white);
  border: 1px solid var(--color-secondary);
}
.btn-outline-border-secondary:hover {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background-color: transparent;
}
.btn-outline-border-secondary.h-white:hover {
  color: var(--color-white);
  border-color: var(--color-white);
  background-color: transparent;
}
.btn-outline-border-success {
  background-color: var(--color-success);
  color: var(--color-white);
  border: 1px solid var(--color-success);
}
.btn-outline-border-success:hover {
  color: var(--color-success);
  border-color: var(--color-success);
  background-color: transparent;
}
.btn-outline-border-warning {
  background-color: var(--color-warning);
  color: var(--color-white);
  border: 1px solid var(--color-warning);
}
.btn-outline-border-warning:hover {
  color: var(--color-warning);
  border-color: var(--color-warning);
  background-color: transparent;
}
.btn-outline-border-danger {
  background-color: var(--color-danger);
  color: var(--color-white);
  border: 1px solid var(--color-danger);
}
.btn-outline-border-danger:hover {
  color: var(--color-danger);
  border-color: var(--color-danger);
  background-color: transparent;
}
.btn-outline-border-info {
  background-color: var(--color-info);
  color: var(--color-white);
  border: 1px solid var(--color-info);
}
.btn-outline-border-info:hover {
  color: var(--color-info);
  border-color: var(--color-info);
  background-color: transparent;
}
.btn-outline-border-light {
  background-color: var(--color-light);
  color: var(--color-white);
  border: 1px solid var(--color-light);
}
.btn-outline-border-light:hover {
  color: var(--color-light);
  border-color: var(--color-light);
  background-color: transparent;
}
.btn-outline-border-dark {
  background-color: var(--color-black);
  color: var(--color-white);
  border: 1px solid var(--color-black);
}
.btn-outline-border-dark:hover {
  color: var(--color-black);
  border-color: var(--color-black);
  background-color: transparent;
}
.btn-outline-border-white {
  background-color: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-white);
}
.btn-outline-border-white:hover {
  color: var(--color-white);
  border-color: var(--color-white);
  background-color: transparent;
}

.icon-text-btn {
  display: inline-block;
}
.icon-text-btn:hover a span {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  color: var(--color-primary);
}
.icon-text-btn:hover a i {
  color: var(--color-primary);
}
.icon-text-btn a {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  overflow: hidden;
}
.icon-text-btn a span {
  margin-left: -80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.icon-text-btn a i {
  color: var(--color-white);
}

.bd-text-btn {
  color: var(--color-white);
  font-weight: var(--fw-sbold);
  font-size: 16px;
  gap: 8px;
  padding: 0;
  height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[data-theme-mode=light] .bd-text-btn {
  color: var(--color-black);
}
.bd-text-btn .btn-icon {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}
.bd-text-btn .btn-icon:hover .first-icon {
  transform: translateX(150%);
}
.bd-text-btn .btn-icon:hover.second-icon {
  transform: translateX(0%);
}
.bd-text-btn .btn-icon svg {
  width: 24px;
}
.bd-text-btn .btn-icon svg * {
  stroke: var(--color-white);
}
[data-theme-mode=light] .bd-text-btn .btn-icon svg * {
  stroke: var(--color-black);
}
.bd-text-btn .second-icon {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.bd-text-btn .first-icon {
  transition: all 0.3s ease-out 0s;
}
.bd-text-btn:hover {
  color: var(--color-primary);
}
.bd-text-btn:hover .first-icon {
  transform: translateX(150%);
}
.bd-text-btn:hover .second-icon {
  transform: translateX(0%);
}
.bd-text-btn:hover svg * {
  stroke: var(--color-primary);
}

.bd-app-btn img {
  border-radius: 6px;
}

/*----------------------------------------*/
/*  09 Buttons CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  10 Carousel CSS Start
/*----------------------------------------*/
.bd-blog-slider-navigation button {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 6px;
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.bd-blog-slider-navigation button:hover {
  background-color: var(--color-primary);
  color: var(--color-fullWhite);
}

/*----------------------------------------*/
/*  10 Carousel CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  11 Code Highlight Code CSS Start
/*----------------------------------------*/
.code-highlight {
  /* COLOR */
  /* hover */
}
.code-highlight div.code-toolbar {
  position: relative;
}
.code-highlight:not(pre) > code[class*=language-]::after,
.code-highlight pre[class*=language-]::after {
  right: 0.75em;
  left: auto;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
.code-highlight:not(pre) > code[class*=language-],
.code-highlight pre[class*=language-] {
  background-color: #fdfdfd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.code-highlight code[class*=language-],
.code-highlight pre[class*=language-] {
  color: var(--color-white);
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
[data-theme-mode=light] .code-highlight code[class*=language-],
[data-theme-mode=light] .code-highlight pre[class*=language-] {
  color: var(--color-black);
}
.code-highlight pre[class*=language-] {
  position: relative;
  margin: 0.5em 0;
  overflow: visible;
  padding: 0;
}
.code-highlight pre {
  display: block;
  font-size: 87.5%;
  color: var(--color-white);
}
.code-highlight code[class*=language] {
  max-height: inherit;
  height: inherit;
  padding: 0 1em;
  display: block;
  overflow: auto;
}
.code-highlight pre[class*=language-] > code {
  position: relative;
  padding: 15px 20px;
  background-size: 3em 3em;
  background-origin: content-box;
  background-attachment: local;
  margin: 15px 0px 40px;
  border-radius: 12x;
  background-color: var(--color-body-bg);
}
[data-theme-mode=light] .code-highlight pre[class*=language-] > code {
  color: var(--color-black);
  background-color: var(--color-body-light);
}
.code-highlight .token.comment,
.code-highlight .token.block-comment,
.code-highlight .token.prolog,
.code-highlight .token.doctype,
.code-highlight .token.cdata {
  color: #997d7d;
}
.code-highlight .token.tab:not(:empty)::before,
.code-highlight .token.cr::before,
.code-highlight .token.lf::before,
.code-highlight .token.space::before {
  color: #808080;
  opacity: 0.6;
  position: absolute;
}
.code-highlight .token.tab:not(:empty)::before,
.code-highlight .token.cr::before,
.code-highlight .token.lf::before {
  color: #e0d7d1;
}
.code-highlight .token.property,
.code-highlight .token.tag,
.code-highlight .token.boolean,
.code-highlight .token.number,
.code-highlight .token.function-name,
.code-highlight .token.constant,
.code-highlight .token.symbol,
.code-highlight .token.deleted {
  color: var(--color-danger);
}
.code-highlight .token.punctuation {
  color: #5f6364;
}
.code-highlight .token.selector,
.code-highlight .token.attr-name,
.code-highlight .token.string,
.code-highlight .token.char,
.code-highlight .token.function,
.code-highlight .token.builtin,
.code-highlight .token.inserted {
  color: var(--color-success);
}
.code-highlight .token.atrule,
.code-highlight .token.attr-value,
.code-highlight .token.keyword,
.code-highlight .token.class-name {
  color: var(--color-warning);
}
.code-highlight div.code-toolbar:hover > .toolbar {
  opacity: 1;
}
.code-highlight div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}
.code-highlight div.code-toolbar > .toolbar a,
.code-highlight div.code-toolbar > .toolbar button,
.code-highlight div.code-toolbar > .toolbar span {
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}
.code-highlight div.code-toolbar > .toolbar {
  position: absolute;
  top: 0.3em;
  right: 0.2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.code-highlight button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.code-highlight div.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.code-highlight div.code-toolbar > .toolbar a:hover,
.code-highlight div.code-toolbar > .toolbar a:focus,
.code-highlight div.code-toolbar > .toolbar button:hover,
.code-highlight div.code-toolbar > .toolbar button:focus,
.code-highlight div.code-toolbar > .toolbar span:hover,
.code-highlight div.code-toolbar > .toolbar span:focus {
  color: var(--color-primary);
  text-decoration: none;
}
.code-highlight div.code-toolbar > .toolbar a,
.code-highlight div.code-toolbar > .toolbar button,
.code-highlight div.code-toolbar > .toolbar span {
  color: #bbb;
  font-size: 0.8em;
  padding: 5px 10px;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

/*----------------------------------------*/
/*  11 Code Highlight Code CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  12 Color Short Code CSS Start
/*----------------------------------------*/
.text-white {
  color: var(--color-white);
}

.text-black {
  color: var(--color-black);
}

.text-light {
  color: var(--color-light);
}

.text-theme-black {
  color: var(--color-black);
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-success {
  color: var(--color-success) !important;
}

.text-info {
  color: var(--color-info) !important;
}

.text-warning {
  color: var(--color-warning) !important;
}

.text-danger {
  color: var(--color-danger) !important;
}

.body-text {
  color: var(--color-body);
}

.taxonomy-color {
  color: var(--color-taxonomy);
}

.title-color {
  color: var(--color-black);
}

.label-color {
  color: var(--color-label);
}

.rating-color {
  color: var(--color-rating);
}

/*----------------------------------------*/
/*  12 Color Short Code CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  13 Coming soon CSS Start
/*----------------------------------------*/
.bd-coming-soon-content {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.8px);
  -webkit-backdrop-filter: blur(6.8px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 50px 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-coming-soon-content {
    padding: 30px 30px;
  }
}
.bd-coming-soon-logo {
  margin-bottom: 30px;
}
.bd-coming-soon-logo img {
  margin-bottom: 5px;
}
.bd-coming-soon-logo p {
  font-size: 14px;
  color: var(--color-white);
}
.bd-coming-soon-title {
  color: var(--color-white);
  margin-bottom: 30px;
  font-size: 100px;
}
[data-theme-mode=light] .bd-coming-soon-title {
  color: var(--color-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-coming-soon-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-coming-soon-title {
    font-size: 68px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-coming-soon-title {
    font-size: 36px;
  }
}
.bd-coming-soon-subtitle {
  font-size: 20px;
  color: var(--color-white);
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-coming-soon-subtitle {
    max-width: 100%;
  }
}
.bd-coming-soon-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.bd-coming-soon-form {
  position: relative;
  width: 640px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-coming-soon-form {
    width: 100%;
  }
}
.bd-coming-soon-form input {
  padding-inline-start: 20px;
  padding-inline-end: 130px;
  color: var(--color-white);
  height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-coming-soon-form input {
    padding-inline-end: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-coming-soon-form input {
    padding-inline-end: 20px;
  }
}
.bd-coming-soon-form input::placeholder {
  color: var(--color-white);
}
.bd-coming-soon-form .bd-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-coming-soon-form .bd-btn {
    position: initial;
    transform: translateY(0%);
    margin-top: 15px;
    width: 100%;
  }
}

/*----------------------------------------*/
/*  13 Coming soon CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  14 Contact CSS Start
/*----------------------------------------*/
.bd-contact-address-box {
  background-color: var(--color-bg-primary);
  border-radius: 8px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s;
}
.bd-contact-address-box:hover {
  transform: translateY(-15px);
}
.bd-contact-address-box:hover .icon {
  background-color: var(--color-white);
}
[data-theme-mode=light] .bd-contact-address-box:hover .icon {
  background-color: var(--color-primary);
}
[data-theme-mode=light] .bd-contact-address-box:hover .icon i {
  color: var(--color-white);
}
.bd-contact-address-box:hover .content p {
  color: var(--color-body);
}
.bd-contact-address-box .icon {
  background-color: var(--primary-rgb-1);
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.bd-contact-address-box .icon i {
  color: var(--color-primary);
  font-size: 24px;
  transition: all 0.3s;
}
.bd-contact-address-box .title {
  margin-top: 25px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.bd-contact-address-box .content p {
  margin-bottom: 0;
  transition: all 0.3s;
}

.bd-contact-map {
  margin-top: 80px;
}
.bd-contact-map iframe {
  width: 100%;
  border-radius: 8px;
}

.bd-authentication-form-wrapper {
  background-color: var(--color-bg-primary);
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 30px 30px;
  text-align: start;
}
.bd-authentication-form-wrapper .title {
  font-size: 32px;
}
.bd-authentication-form-wrapper .subtitle {
  color: var(--color-body);
  margin-bottom: 20px;
}
.bd-authentication-form-logo {
  text-align: center;
  margin-bottom: 20px;
}
[data-theme-mode=light] .bd-authentication-form-logo .authentication-dark-logo {
  display: none;
}
.bd-authentication-form-logo .authentication-light-logo {
  display: none;
}
[data-theme-mode=light] .bd-authentication-form-logo .authentication-light-logo {
  display: block;
}
.bd-authentication-cover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(23, 23, 23, 0.6);
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.bd-authentication-cover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background: rgba(23, 23, 23, 0.2);
  z-index: -1;
}
.bd-authentication-cover-content {
  width: 70%;
  height: 20rem;
  position: relative;
}
.bd-authentication-cover-content .bd-section-title {
  color: var(--color-white);
  font-weight: var(--fw-sbold);
}
.bd-authentication-cover-content .bd-section-paragraph {
  color: var(--color-white);
}

.sign-link {
  color: var(--color-taxonomy);
  font-size: 16px;
}

.bd-divider-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bd-divider-line {
  position: relative;
  background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
  width: 100%;
  height: 1px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}
.bd-divider-line.left-line {
  background-image: linear-gradient(-90deg, #46494D, rgba(33, 38, 45, 0));
}
.bd-divider-title {
  position: relative;
  padding: 0 15px;
  width: 420px;
  text-align: center;
}
[data-theme-mode=light] .bd-divider-title {
  color: var(--color-black);
}
@media (max-width: 575px) {
  .bd-divider-title {
    width: 480px;
  }
}

.bd-alter-sign {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.bd-sign-up-label a {
  color: var(--color-primary);
}

/*----------------------------------------*/
/*  14 Contact CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  15 Countdown CSS Start
/*----------------------------------------*/
.bd-countdown {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.bd-countdown .countdown-item {
  padding: 15px 15px;
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 6px;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: var(--fw-medium);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-countdown .countdown-item {
    padding: 10px 10px;
    font-size: 32px;
    height: 100px;
  }
}
.bd-countdown .countdown-item span {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

/*----------------------------------------*/
/*  15 Countdown CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  16 Forms CSS Start
/*----------------------------------------*/
/* Custom checkbox button */
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox]:checked ~ label::after {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
input[type=checkbox]:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-inline-start: 30px;
  z-index: 5;
}
input[type=checkbox] ~ label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid var(--color-border-secondary);
  z-index: -1;
  transition: all 0.2s linear;
  border-radius: 3px;
}
input[type=checkbox] ~ label::before {
  position: absolute;
  content: "\eb7a";
  top: 5px;
  left: 0px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--color-white);
  transition: all 0.2s linear;
  font-family: var(--ff-remixicon);
  font-size: 14px;
}
input[type=checkbox] ~ label:hover {
  cursor: pointer;
}

label {
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  display: block;
  color: var(--color-white);
}
[data-theme-mode=light] label {
  color: var(--color-black);
}
label span {
  color: var(--color-danger);
}

.sign-link {
  color: rgba(220, 229, 240, 0.65);
  font-size: 16px;
}
[data-theme-mode=light] .sign-link {
  color: rgba(23, 23, 23, 0.65);
}

[data-theme-mode=light] .bd-sign-up-label {
  color: var(--color-black);
}

/* Floating form */
.floating-form-input {
  position: relative;
}
.floating-form-input input {
  background-color: transparent;
}
.floating-form-input input:focus ~ .floating-label {
  top: 0;
  inset-inline-start: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  background: var(--color-body-bg);
  padding: 0px 4px;
}
[data-theme-mode=light] .floating-form-input input:focus ~ .floating-label {
  color: var(--color-black);
  background-color: var(--color-body-light);
}
.floating-form-input input:not(:focus):valid ~ .floating-label {
  top: 0;
  inset-inline-start: 20px;
  font-size: 16px;
  font-weight: 400;
  background: var(--color-body-bg);
  padding: 0px 4px;
}
.floating-form-input .floating-label {
  position: absolute;
  pointer-events: none;
  inset-inline-start: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
  color: var(--color-placeholder);
}
.floating-form-input textarea {
  height: 220px;
  padding: 22px 20px;
  resize: none;
  background: transparent;
}
.floating-form-input textarea:focus ~ .floating-label-two {
  top: -12px;
  inset-inline-start: 15px;
  padding: 0px 4px;
  font-size: 14px;
  color: var(--color-white);
  background: var(--color-body-bg);
}
[data-theme-mode=light] .floating-form-input textarea:focus ~ .floating-label-two {
  color: var(--color-black);
  background-color: var(--color-body-light);
}
.floating-form-input textarea:not(:focus):valid ~ .floating-label-two {
  top: -12px;
  inset-inline-start: 20px;
  padding: 0px 4px;
}
.floating-form-input .floating-label-two {
  position: absolute;
  pointer-events: none;
  inset-inline-start: 20px;
  top: 20px;
  transition: 0.2s ease all;
  background-color: transparent;
  color: var(--color-placeholder);
}

/* Custom radio button */
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=radio] ~ label {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding-inline-start: 28px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "";
  position: absolute;
  top: 3px;
  inset-inline-start: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid var(--color-border-secondary);
  border-radius: 2px;
  transition: all 0.3s;
}
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 9px;
  inset-inline-start: 2px;
  width: 10px;
  height: 5px;
  background-color: var(--color-danger);
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--color-primary);
}
input[type=radio]:checked ~ label::after {
  opacity: 1;
  background-color: var(--color-primary);
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 12px;
  height: 12px;
  inset-inline-start: 4px;
  background: var(--color-white);
  border-radius: 50%;
  top: 7px;
}

/* Custom switch button */
.switch-checkbox {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  margin-bottom: 0;
}
.switch-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch.round {
  border-radius: 34px;
}
.switch.round:before {
  border-radius: 50%;
}

.switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid var(--color-border-primary);
}
.switch:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  inset-inline-start: 3px;
  bottom: 3px;
  background-color: rgba(220, 229, 240, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .switch {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
input:checked + .switch:before {
  transform: translateX(16px);
  background-color: var(--color-white);
}

.form-input {
  position: relative;
}
.form-input-box.has-icon span {
  position: absolute;
  display: inline-block;
  color: var(--color-placeholder);
}
.form-input-box.has-icon.icon-right input {
  padding-inline-end: 46px;
}
.form-input-box.has-icon.icon-right .form-input span {
  inset-inline-end: 20px;
  top: 18px;
}
.form-input-box.has-icon.icon-right .form-input textarea {
  padding-right: 46px;
}
.form-input-box.has-icon.icon-left input {
  padding-inline-start: 46px;
}
.form-input-box.has-icon.icon-left .form-input span {
  inset-inline-start: 20px;
  top: 18px;
}
.form-input-box.has-icon.icon-left .form-input textarea {
  padding-left: 46px;
}
.form-input textarea {
  height: 120px;
  padding: 16px 16px;
  min-height: 120px;
}

.checkbox-option input {
  display: none;
}
.checkbox-option input:checked ~ label::after {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.checkbox-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.checkbox-option label {
  font-size: 16px;
  color: var(--color-white);
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
[data-theme-mode=light] .checkbox-option label {
  color: var(--color-black);
}
.checkbox-option label a:hover {
  color: var(--color-primary);
}
.checkbox-option label:hover {
  cursor: pointer;
}
.checkbox-option label span {
  margin-inline-start: 5px;
  color: var(--color-white);
}
[data-theme-mode=light] .checkbox-option label span {
  color: var(--color-light);
}
.checkbox-option label i {
  color: var(--color-rating);
}

/*----------------------------------------*/
/*  16 Forms CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  17 Light Effect CSS Start
/*----------------------------------------*/
/* light effect styles */
.light-effect {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.light-effect::before {
  content: "";
  position: absolute;
  top: var(--y) !important;
  left: var(--x) !important;
  transform: translate(-50%, -50%);
  background: radial-gradient(var(--color-primary), transparent, transparent);
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: 0.5s, top 0s, left 0s;
  border-radius: 8px;
}
.light-effect > * {
  z-index: 2;
  position: relative;
}
.light-effect::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--color-bg-primary);
  border-radius: 8px;
}
.light-effect:hover::before {
  opacity: 1;
}
.light-effect.style-two::after {
  background: var(--color-black);
}

/* light effect top */
.light-effect-top {
  position: relative;
}
.light-effect-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, var(--color-primary), transparent, transparent);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  transition: 0.5s, top 0s, left 0s;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.light-effect-top::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--color-bg-primary);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.light-effect-top > * {
  z-index: 2;
  position: relative;
}
.light-effect-top:hover::before {
  opacity: 1;
}

/* light effect Bottom */
.light-effect-bottom {
  position: relative;
  overflow: hidden;
}
.light-effect-bottom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to top, var(--color-primary), transparent, transparent);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s, top 0s, left 0s;
  border-radius: 0 0 8px 8px;
  transition: all 0.3s ease-in-out;
}
.light-effect-bottom::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--color-bg-primary);
  border-radius: 0 0 8px 8px;
  transition: all 0.3s ease-in-out;
}
.light-effect-bottom > * {
  z-index: 2;
  position: relative;
}
.light-effect-bottom:hover::before {
  opacity: 1;
}

/*----------------------------------------*/
/*  17 Light Effect CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  18 Offcanvas CSS Start
/*----------------------------------------*/
/* Offcanvas style */
.bd-offcanvas-area {
  background: var(--color-bg-primary) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-inline-start: 1px solid var(--color-border-primary);
}
.bd-offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .bd-offcanvas-area {
    width: 400px;
  }
}
@media (max-width:450px) {
  .bd-offcanvas-area {
    width: 300px;
  }
}
.bd-offcanvas-area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.bd-offcanvas-logo a img {
  width: 160px;
}
@media (max-width: 575px) {
  .bd-offcanvas-logo a img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .bd-offcanvas-logo a img {
    width: 140px;
  }
}
.bd-offcanvas-content {
  padding-bottom: 45px;
}
.bd-offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media (max-width: 575px) {
  .bd-offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.bd-offcanvas-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-primary);
}
.bd-offcanvas-search {
  position: relative;
}
.bd-offcanvas-search button {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--color-secondary);
}
.bd-offcanvas-search button:hover {
  color: var(--color-primary);
}
.bd-offcanvas-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--color-border-primary);
  font-size: 18px;
  color: var(--color-white);
  border-radius: 0;
}
.bd-offcanvas-search input::placeholder {
  color: var(--color-placeholder);
}
.bd-offcanvas-search input:focus {
  border-radius: 0;
}
.bd-offcanvas-title-meta {
  color: var(--color-white);
  margin-bottom: 17px;
}
.bd-offcanvas-text p {
  margin-bottom: 25px;
}
.bd-offcanvas-overlay {
  background-color: rgba(23, 23, 23, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(10px);
}
.bd-offcanvas-overlay:hover {
  cursor: url(../images/shape/cross-out.webp), pointer;
}
.bd-offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}
.bd-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.bd-offcanvas-contact ul li a:hover {
  color: var(--color-primary);
}
.bd-offcanvas-contact ul li a:hover i {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.bd-offcanvas-contact-icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
[data-theme-mode=light] .bd-offcanvas-contact-icon i {
  color: var(--color-black);
  border-color: var(--color-black);
}

.sidebar-toggle {
  cursor: pointer;
}

/* Close icon  */
.bd-offcanvas-close-icon {
  line-height: 1;
  color: var(--color-primary);
}
.bd-offcanvas-close-icon .bd-offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 33px;
}
.bd-offcanvas-close-icon.animation--flip .bd-offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.bd-offcanvas-close-icon.animation--flip .bd-offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.bd-offcanvas-close-icon.animation--flip .bd-offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.bd-offcanvas-close-icon .bd-offcanvas-m-line {
  position: absolute;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.bd-offcanvas-close-icon .bd-offcanvas-m-line.line--1 {
  top: 0;
}
.bd-offcanvas-close-icon .bd-offcanvas-m-line.line--2 {
  top: 5px;
}
.bd-offcanvas-close-icon .bd-offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.bd-offcanvas-close-icon:hover .bd-offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bd-offcanvas-close-icon:hover .bd-offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  18 Offcanvas CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  19 Basic pagination CSS Start
/*----------------------------------------*/
.basic-pagination {
  margin-top: 50px;
  text-align: center;
}
.basic-pagination ul {
  display: inline-flex;
  gap: 15px;
}
.basic-pagination ul li {
  list-style: none;
}
.basic-pagination ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-white);
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
[data-theme-mode=light] .basic-pagination ul li a {
  color: var(--color-black);
}
.basic-pagination ul li a:hover {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
}
.basic-pagination ul li .current {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
}
.basic-pagination ul li .prev,
.basic-pagination ul li .next {
  color: var(--color-white) !important;
  background-color: rgba(122, 68, 255, 0.5);
  font-size: 20px;
}

/*----------------------------------------*/
/*  19 Basic pagination CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  20 Preloader CSS Start
/*----------------------------------------*/
#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background: var(--color-bg-primary);
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading-center-absolute {
    width: 90%;
  }
}

.bd-preloader-logo {
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  margin: auto;
}
.bd-preloader-logo img {
  vertical-align: middle;
}
.bd-preloader-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bd-preloader-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: bd-rotate 5s linear infinite;
  -moz-animation: bd-rotate 5s linear infinite;
  -ms-animation: bd-rotate 5s linear infinite;
  -o-animation: bd-rotate 5s linear infinite;
  animation: bd-rotate 5s linear infinite;
}
.bd-preloader-circle svg circle:last-child {
  stroke: var(--color-primary);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: bd-loading 4s linear infinite;
  -moz-animation: bd-loading 4s linear infinite;
  -ms-animation: bd-loading 4s linear infinite;
  -o-animation: bd-loading 4s linear infinite;
  animation: bd-loading 4s linear infinite;
  transform-origin: center center;
}
@-webkit-keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-moz-keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-ms-keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-webkit-keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bd-preloader-content {
  text-align: center;
}
.bd-preloader-subtitle {
  font-size: 20px;
  margin-bottom: 0;
  color: var(--color-white);
  margin-top: 20px;
}
[data-theme-mode=light] .bd-preloader-subtitle {
  color: var(--color-black);
}

/*----------------------------------------*/
/*  20 Preloader CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  21 Pricing CSS Start
/*----------------------------------------*/
.bd-pricing-plan-wrap {
  position: relative;
  background-size: cover;
  padding: 30px 30px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  border: 1px solid var(--color-border-primary);
  background-color: var(--color-bg-primary);
}
[data-theme-mode=light] .bd-pricing-plan-wrap {
  border-color: var(--color-border-primary);
}
.bd-pricing-plan-wrap:before {
  top: -6px;
  inset-inline-end: -5px;
  z-index: 1;
  content: "";
  width: 99px;
  height: 99px;
  display: none;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../images/shape/badge_recomanded.webp");
}
.bd-pricing-plan-wrap .title {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--color-white);
}
[data-theme-mode=light] .bd-pricing-plan-wrap .title {
  color: var(--color-black);
}
.bd-pricing-plan-wrap .price-wrap {
  margin-bottom: 20px;
}
.bd-pricing-plan-wrap .price-wrap .common-price {
  position: relative;
  margin-left: 10px;
}
.bd-pricing-plan-wrap .price-wrap .common-price .dollar {
  font-size: 18px;
  color: var(--color-white);
  line-height: 26px;
  position: absolute;
  top: 0;
  left: -13px;
  color: var(--color-primary);
}
[data-theme-mode=light] .bd-pricing-plan-wrap .price-wrap .common-price .dollar {
  color: var(--color-black);
}
.bd-pricing-plan-wrap .price-wrap .common-price .amount {
  font-size: 58px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  color: var(--color-primary);
}
.bd-pricing-plan-wrap p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
  color: var(--color-body);
}
.bd-pricing-plan-wrap .bd-pricing-plan-list {
  margin-bottom: 40px;
}
.bd-pricing-plan-wrap .bd-pricing-plan-list > li:not(:last-child) {
  margin-bottom: 15px;
}
.bd-pricing-plan-wrap .bd-pricing-plan-list .list-title {
  font-weight: 500;
}
.bd-pricing-plan-wrap.redemanded_item {
  color: var(--color-white);
  background-color: rgba(122, 68, 255, 0.5);
}
.bd-pricing-plan-wrap.redemanded_item:before {
  display: block;
}
.bd-pricing-plan-wrap.redemanded_item p {
  color: var(--color-fullWhite);
}
.bd-pricing-plan-wrap.redemanded_item .title {
  color: var(--color-fullWhite);
}
.bd-pricing-plan-wrap.redemanded_item .list-title {
  color: rgba(220, 229, 240, 0.85);
}
[data-theme-mode=light] .bd-pricing-plan-wrap.redemanded_item .list-title {
  color: rgba(23, 23, 23, 0.75);
}
.bd-pricing-plan-wrap.redemanded_item .price-wrap .common-price .amount {
  color: var(--color-fullWhite);
}
.bd-pricing-plan-wrap.redemanded_item .price-wrap .common-price .dollar {
  color: var(--color-fullWhite);
}
.bd-pricing-plan-wrap.redemanded_item .separator-animated {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(216, 61, 255, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}
[data-theme-mode=light] .bd-pricing-plan-wrap.redemanded_item .btn-white {
  background-color: var(--color-fullWhite);
}
.bd-pricing-plan-list li {
  list-style: none;
  color: var(--color-body);
  display: flex;
  align-items: center;
  gap: 0 5px;
}
[data-theme-mode=light] .bd-pricing-plan-list li {
  color: var(--color-black);
}
.bd-pricing-plan-list .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  font-size: 14px;
  color: var(--color-white);
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: var(--color-body);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0.75;
}
.bd-pricing-plan-items-group {
  margin: 0;
  padding: 0.5px;
}
.bd-pricing-plan-items-group > .col {
  padding: 0;
  margin: -0.5px;
}
.bd-pricing-plan-btn-group {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-bg-primary);
  padding: 6px 8px;
  border-radius: 50px;
  border: 1px solid var(--color-border-primary);
}
.bd-pricing-plan-btn-group button {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-fullWhite);
  border: 0 none;
  background: transparent;
  border-radius: 500px;
  transition: var(--transition);
  padding: 7px 20px;
}
[data-theme-mode=light] .bd-pricing-plan-btn-group button {
  color: var(--color-black);
}
.bd-pricing-plan-btn-group button.active {
  background-color: var(--color-primary);
  color: var(--color-fullWhite);
}

.separator-animated {
  position: relative;
  overflow: hidden;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(122, 68, 255, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}

.bd-plan-Compare-table {
  text-align: start;
}
.bd-plan-Compare-table .table > :not(caption) > * > * {
  padding: 15px 20px;
  font-size: 16px;
  color: var(--color-body);
  border: 1px solid var(--color-border-primary);
  background-color: var(--color-bg-secondary);
}
[data-theme-mode=light] .bd-plan-Compare-table .table > :not(caption) > * > * {
  background-color: var(--color-bg-primary);
}
.bd-plan-Compare-table .table > :not(caption) > * > *:first-child {
  color: var(--color-light);
  font-weight: var(--fw-medium);
}
.bd-plan-Compare-table .table > :not(caption) > * > *:nth-child(4) {
  color: var(--color-white) !important;
  background-color: rgba(122, 68, 255, 0.1);
}
[data-theme-mode=light] .bd-plan-Compare-table .table > :not(caption) > * > *:nth-child(4) {
  color: var(--color-black) !important;
}
.bd-plan-Compare-table .title {
  color: rgba(220, 229, 240, 0.85);
}
[data-theme-mode=light] .bd-plan-Compare-table .title {
  color: rgba(23, 23, 23, 0.65);
}
.bd-plan-Compare-table .table-head {
  font-size: 24px !important;
  font-weight: var(--fw-bold);
}
.bd-plan-Compare-table .icon {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  color: var(--color-success);
  background-color: rgba(0, 219, 34, 0.2);
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bd-plan-Compare-table .icon.false {
  color: var(--color-danger);
  background-color: rgba(249, 58, 55, 0.2);
}

.subscription-plan {
  margin-bottom: 30px;
}
.subscription-plan-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  background-color: var(--color-bg-primary);
  padding: 25px 25px;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .subscription-plan-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subscription-plan-box.no-grid {
  display: flex;
}
.subscription-plan-box .info-title {
  margin-bottom: 15px;
}
.subscription-plan-box .subtitle {
  color: var(--color-body);
}
.subscription-plan-box .subtitle:not(:last-child) {
  margin-bottom: 10px;
}
.subscription-plan-box .action .plan-btn {
  text-align: end;
}
@media (max-width: 575px) {
  .subscription-plan-box .action .plan-btn {
    text-align: start;
  }
}
.subscription-plan-box .action .plan-btn:not(:last-child) {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  21 Pricing CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  22 Section Title CSS Start
/*----------------------------------------*/
.bd-section-subtitle {
  color: var(--color-primary);
  font-size: 16px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.bd-section-intro {
  font-size: 18px;
  color: var(--color-body);
  margin-top: 13px;
}

/*----------------------------------------*/
/*  22 Section Title CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  23 Short codes CSS Start
/*----------------------------------------*/
.bd-details-content-title {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .bd-details-content-title {
    font-size: 24px;
  }
}

.bd-post-details-list {
  margin-left: 20px;
}
.bd-post-details-list ul li {
  list-style: none;
  position: relative;
  margin-left: 20px;
}
[data-theme-mode=light] .bd-post-details-list ul li {
  color: var(--color-body);
}
.bd-post-details-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.bd-post-details-list ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--color-primary);
  border-radius: 50%;
  left: -20px;
  top: 8px;
}

.sidebar-sticky {
  position: sticky;
  top: 120px;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Text Underline */
.underline a {
  display: inline;
  background-image: linear-gradient(var(--color-primary), var(--color-primary)), linear-gradient(var(--color-primary), var(--color-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 1% 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--color-primary) !important;
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--color-secondary), var(--color-secondary)), linear-gradient(var(--color-secondary), var(--color-secondary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 2% 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--color-secondary) !important;
}

.underline-white a {
  display: inline;
  background-image: linear-gradient(var(--color-white), var(--color-white)), linear-gradient(var(--color-white), var(--color-white));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 1% 0;
}
.underline-white a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--color-white) !important;
}

/* display grid */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* display flex */
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .flex-wrap-small {
    flex-wrap: wrap !important;
  }
}

.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-start {
  display: flex;
  align-items: center;
  justify-content: start;
}

.d-flex-items {
  display: flex;
  align-items: center;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.direction-column {
  flex-direction: column;
}

/* justify align */
.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: start;
}

.align-end {
  align-items: end;
}

/* justify align end */
.has-separator {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.has-separator::before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 20px;
  right: 0px;
  top: 50%;
  background: var(--color-border-secondary);
  transform: translateY(-50%);
}

.has-separator-black {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.has-separator-black::before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 20px;
  right: 0px;
  top: 50%;
  background: var(--color-black);
  transform: translateY(-50%);
}

.img-hover:hover img {
  transform: scale3d(1.07, 1.07, 1.07);
}

.has-position {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}

/* gap */
.gap-05 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

/* Border Radius Short Code */
.radius-0 {
  border-radius: 0px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-16 {
  border-radius: 16px;
}

.radius-24 {
  border-radius: 16px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-100 {
  border-radius: 100%;
}

code {
  font-size: 16px;
  color: var(--color-body);
  word-wrap: break-word;
}

.text-border-highlights {
  position: relative;
  z-index: 1;
}
.text-border-highlights span {
  position: absolute;
  inset-inline-start: 0;
  display: inline-block;
  z-index: -1;
  width: calc(100% - 3px);
}

/* Height Short code */
.lh-1 {
  line-height: 1;
}

.h100vh {
  height: 100vh;
}

.h100p {
  height: 100%;
}

.h-1px {
  height: 1px;
}

.h-2px {
  height: 2px;
}

.h-3px {
  height: 3px;
}

.h-4px {
  height: 4px;
}

.h-5px {
  height: 5px;
}

.h-6px {
  height: 6px;
}

.h-7px {
  height: 7px;
}

.h-8px {
  height: 8px;
}

.h-9px {
  height: 9px;
}

.h-10px {
  height: 10px;
}

.h-15px {
  height: 15px;
}

.h-20px {
  height: 20px;
}

.h-40px {
  height: 40px;
}

/* Bottom Short Code */
.bottom-0 {
  inset-block-end: 0;
}

.bottom-5 {
  inset-block-end: 5px;
}

.bottom-6 {
  inset-block-end: 6px;
}

.bottom-7 {
  inset-block-end: 7px;
}

.bottom-8 {
  inset-block-end: 8px;
}

.bottom-9 {
  inset-block-end: 9px;
}

.bottom-10 {
  inset-block-end: 10px;
}

.bottom-15 {
  inset-block-end: 15px;
}

.bottom-20 {
  inset-block-end: 20px;
}

.bottom-25 {
  inset-block-end: 25px;
}

/* List Style None */
.list-none ul {
  list-style: none;
}

/* Font Size */
.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

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

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}
@media (max-width: 575px) {
  .fs-30 {
    font-size: 24px;
  }
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 575px) {
  .fs-50 {
    font-size: 40px;
  }
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-55 {
  font-size: 55px;
}

.fs-56 {
  font-size: 56px;
}

.fs-57 {
  font-size: 57px;
}

.fs-58 {
  font-size: 58px;
}

.fs-59 {
  font-size: 59px;
}

.fs-60 {
  font-size: 60px;
}

.fs-61 {
  font-size: 61px;
}

.fs-62 {
  font-size: 62px;
}

.fs-63 {
  font-size: 63px;
}

.fs-64 {
  font-size: 64px;
}

.fs-65 {
  font-size: 65px;
}

.fs-66 {
  font-size: 66px;
}

.fs-67 {
  font-size: 67px;
}

.fs-68 {
  font-size: 68px;
}

.fs-69 {
  font-size: 69px;
}

.fs-70 {
  font-size: 70px;
}

.fs-71 {
  font-size: 71px;
}

.fs-72 {
  font-size: 72px;
}

.fs-150 {
  font-size: 150px;
}

.fs-140 {
  font-size: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fs-140 {
    font-size: 120px;
  }
}

.fs-190 {
  font-size: 190px;
}

.fs-200 {
  font-size: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fs-200 {
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-200 {
    font-size: 150px;
  }
}

/* Font Weight */
.fw-1 {
  font-weight: var(--color-fw-thin);
}

.fw-2 {
  font-weight: var(--color-fw-elight);
}

.fw-3 {
  font-weight: var(--color-fw-light);
}

.fw-4 {
  font-weight: var(--color-fw-regular);
}

.fw-5 {
  font-weight: var(--color-fw-medium);
}

.fw-6 {
  font-weight: var(--color-fw-sbold);
}

.fw-7 {
  font-weight: var(--color-fw-bold);
}

.fw-8 {
  font-weight: var(--color-fw-ebold);
}

.fw-9 {
  font-weight: var(--color-fw-black);
}

.swiper-shadow-add {
  padding: 15px 15px !important;
  margin: -15px -15px !important;
}

.table-head-bg thead tr th {
  background-color: var(--color-bg-primary);
}

.latter-sp-2 {
  letter-spacing: 2px;
}

.filter-shadow {
  filter: drop-shadow(7px 10px 0px var(--color-light));
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .device-scroll {
    overflow-x: scroll;
    overflow-y: hidden !important;
    overflow: scroll;
    overflow-y: scroll;
    overflow-y: scroll;
    flex-wrap: nowrap !important;
    padding-bottom: 10px;
    padding-bottom: 10px;
  }
}

.content-divider {
  border-top: 1px solid var(--color-border-primary);
}

.sl-number-counts {
  counter-reset: count;
  list-style: none;
}
.sl-number-counts li::before {
  counter-increment: count;
  content: counter(count) ". ";
  transition: all 500ms ease;
  display: inline-block;
}

.opacity-1 {
  opacity: 1;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.ml-0 {
  margin-left: 0 !important;
}

/*----------------------------------------*/
/*  23 Short codes CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  24 Social CSS Start
/*----------------------------------------*/
.social-icon-list {
  display: inline-flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .social-icon-list {
    gap: 10px;
  }
}
.social-icon-list li {
  list-style: none;
}

.social-icon-style-01 ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.social-icon-style-01 ul li a:hover {
  color: var(--color-primary);
}
.social-icon-style-01 ul li:hover .facebook {
  color: #1877F2;
}
.social-icon-style-01 ul li:hover .twitter {
  color: #1DA1F2;
}
.social-icon-style-01 ul li:hover .linkedin {
  color: #0A66C2;
}
.social-icon-style-01 ul li:hover .instagram {
  color: #E4405F;
}
.social-icon-style-01 ul li:hover .dribbble {
  color: #EA4C89;
}
.social-icon-style-01 ul li:hover .behance {
  color: #0057FF;
}
.social-icon-style-01 ul li:hover .google {
  color: #4285F4;
}

.theme-social ul li a {
  color: var(--color-black);
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--color-border-primary);
  border-radius: 3px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.theme-social ul li a i {
  transition: all 0.3s ease-in-out;
}
.theme-social ul li a:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.theme-social ul li:hover .facebook {
  background-color: #1877F2;
  border-color: #1877F2;
}
.theme-social ul li:hover .twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
}
.theme-social ul li:hover .linkedin {
  background-color: #0A66C2;
  border-color: #0A66C2;
}
.theme-social ul li:hover .instagram {
  background-color: #E4405F;
  border-color: #E4405F;
}
.theme-social ul li:hover .dribbble {
  background-color: #EA4C89;
  border-color: #EA4C89;
}
.theme-social ul li:hover .behance {
  background-color: #0057FF;
  border-color: #0057FF;
}
.theme-social ul li:hover .google {
  background-color: #4285F4;
  border-color: #4285F4;
}
.theme-social ul li:hover .youtube {
  background-color: #FF0000;
  border-color: #FF0000;
}
.theme-social ul li:hover .pinterest {
  background-color: #BD081C;
  border-color: #BD081C;
}
.theme-social ul li:hover .snapchat {
  background-color: #FFFC00;
  border-color: #FFFC00;
}
.theme-social ul li:hover .whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}
.theme-social ul li:hover .tiktok {
  background-color: #010101;
  border-color: #010101;
}
.theme-social ul li:hover .github {
  background-color: #181717;
  border-color: #181717;
}
.theme-social ul li:hover .slack {
  background-color: #4A154B;
  border-color: #4A154B;
}
.theme-social.circle a {
  border-radius: 50px;
}
.theme-social.circle a:hover {
  border-color: var(--color-primary);
}
.theme-social.has-white a {
  color: var(--color-white);
}
[data-theme-mode=light] .theme-social.has-white a {
  color: var(--color-black);
}
.theme-social.has-white a:hover {
  color: var(--color-primary);
  border-color: var(--color-white);
  background-color: var(--color-white);
}
.theme-social.has-bg a {
  color: var(--color-white);
  border: none;
  background-color: rgba(220, 229, 240, 0.1);
}
[data-theme-mode=light] .theme-social.has-bg a {
  color: var(--color-black);
  background-color: rgba(23, 23, 23, 0.1);
}
[data-theme-mode=light] .theme-social.has-bg a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.theme-social.social-large a {
  font-size: 20px;
  width: 56px;
  height: 56px;
}
.theme-social.secondary a {
  color: var(--color-white);
  border: 1px solid var(--color-border-primary);
}
.theme-social.secondary a i {
  transition: all 0.3s ease-in-out;
}
.theme-social.secondary a:hover {
  color: var(--color-fullWhite);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.theme-social.social-brand-color ul li a {
  color: var(--color-fullWhite);
  border: none;
  transform: translateY(0px);
}
.theme-social.social-brand-color ul li:hover {
  transform: translateY(-3px);
}
.theme-social.social-brand-color ul li .facebook {
  background-color: #1877F2;
}
.theme-social.social-brand-color ul li .twitter {
  background-color: #1DA1F2;
}
.theme-social.social-brand-color ul li .linkedin {
  background-color: #0A66C2;
}
.theme-social.social-brand-color ul li .instagram {
  background-color: #E4405F;
}
.theme-social.social-brand-color ul li .dribbble {
  background-color: #EA4C89;
}
.theme-social.social-brand-color ul li .behance {
  background-color: #0057FF;
}
.theme-social.social-brand-color ul li .google {
  background-color: #4285F4;
}
.theme-social.social-brand-color ul li .youtube {
  background-color: #FF0000;
}
.theme-social.social-brand-color ul li .pinterest {
  background-color: #BD081C;
}
.theme-social.social-brand-color ul li .snapchat {
  background-color: #FFFC00;
}
.theme-social.social-brand-color ul li .whatsapp {
  background-color: #25D366;
}
.theme-social.social-brand-color ul li .tiktok {
  background-color: #010101;
}
.theme-social.social-brand-color ul li .github {
  background-color: #181717;
}
.theme-social.social-brand-color ul li .slack {
  background-color: #4A154B;
}

/*----------------------------------------*/
/*  24 Social CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  25 Tooltip CSS Start
/*----------------------------------------*/
.bd-tooltip-show {
  position: relative;
}
.bd-tooltip-show:hover .bd-tooltip {
  visibility: visible;
  opacity: 1;
  bottom: 45px;
}
.bd-tooltip-show:hover .bd-tooltip.bottom {
  bottom: auto;
  top: 45px;
}

.bd-tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-white);
  background-color: var(--color-message-surface);
  padding: 0 8px 2px 8px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s linear;
  height: 24px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 3px;
}
.bd-tooltip::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid var(--color-message-surface);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.bd-tooltip.bottom {
  top: 100%;
  bottom: auto;
}
.bd-tooltip.bottom::before {
  top: -8px;
  bottom: auto;
  border-bottom: 8px solid var(--color-message-surface);
  border-top: none;
}

/*----------------------------------------*/
/*  25 Tooltip CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  26 Header CSS Star
/*----------------------------------------*/
.bd-header-top-bar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
  transition: 0.4s;
}
.bd-header-top-bar.header-top-bg {
  background-image: url(../images/bg/top-banner-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bd-header-top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  justify-content: center;
  padding: 10px 0;
  align-items: center;
  position: relative;
}
.bd-header-top-content .title {
  display: inline-block;
  color: rgba(220, 229, 240, 0.9);
}
.bd-header-top-content .purchase-btn {
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.bd-header-top-content .purchase-btn:hover {
  color: var(--color-primary);
}
.bd-header-top-close {
  position: absolute;
  right: 30px;
  top: 7px;
}
.bd-header-top-close-btn {
  background: transparent;
  color: var(--color-white);
  border: 2px solid var(--color-white);
  width: 28px;
  height: 28px;
  display: inline-flex;
  border-radius: 100%;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.bd-header-top-close-btn:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.bd-header-area {
  background-color: var(--color-body-bg);
  border-bottom: 1px solid var(--color-border-primary);
  position: relative;
}
[data-theme-mode=light] .bd-header-area {
  background-color: var(--color-body-light);
}
.bd-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
  padding: 0 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-header-inner {
    padding: 0 50px;
    gap: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-header-inner {
    padding: 0px 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-header-inner {
    padding: 0px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-header-inner {
    padding: 0px 36px;
  }
}
@media (max-width: 575px) {
  .bd-header-inner {
    padding: 0px 15px;
  }
}
.bd-header-logo {
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 1;
}
.bd-header-menu {
  text-align: center;
}
.bd-header-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 80px;
}
[data-theme-mode=light] .bd-header-dark-logo {
  display: none;
}
.bd-header-light-logo {
  display: none;
}
[data-theme-mode=light] .bd-header-light-logo {
  display: block;
}
.bd-header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-header-left {
    gap: 0 10px;
  }
}
.bd-header-right {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-header-right {
    gap: 0 20px;
  }
}
.bd-header-search {
  position: relative;
}
.bd-header-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: 1px solid var(--color-border-primary);
  outline: none;
  font-size: 16px;
  color: var(--color-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.bd-header-search button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--color-border-secondary);
}
.bd-header-user .dropdown-toggle::after {
  display: none;
}
.bd-header-user .dropdown-menu {
  background-color: var(--color-bg-primary);
  color: var(--color-white);
  padding: 15px;
  width: 220px;
  border: 1px solid var(--color-border-secondary);
}
[data-theme-mode=light] .bd-header-user .dropdown-menu {
  color: var(--color-black);
}
.bd-header-user .dropdown-menu.show {
  position: absolute !important;
  left: -180px !important;
  top: 15px !important;
}
.bd-header-user .dropdown-menu .bd-user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.bd-header-user .dropdown-menu .bd-user-info .thumb {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  border-radius: 100%;
}
.bd-header-user .dropdown-menu .bd-user-info .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.bd-header-user .dropdown-menu .bd-user-info .meta .name {
  color: var(--color-white);
  font-size: 18px;
  margin-bottom: 2px;
}
[data-theme-mode=light] .bd-header-user .dropdown-menu .bd-user-info .meta .name {
  color: var(--color-black);
}
.bd-header-user .dropdown-menu .bd-user-info .meta .digi {
  color: var(--color-body);
  font-size: 16px;
}

/* Header author css start */
.author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  position: relative;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: 3px solid var(--color-border-primary);
  border-radius: 100%;
}
@media (max-width: 575px) {
  .author {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
}
.author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.bd-user-info-list {
  font-size: 18px;
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
  font-weight: var(--fw-regular);
}
[data-theme-mode=light] .bd-user-info-list {
  color: var(--color-black);
}
.bd-user-info-list:not(:last-child) {
  margin-bottom: 10px;
}
.bd-user-info-list i {
  margin-right: 12px;
}
.bd-user-info-list:hover {
  color: var(--color-primary);
}

.verified-badge {
  color: var(--color-fullWhite);
  background-color: var(--color-success);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.verified-badge i {
  transform: translateY(1px);
}
.verified-badge.pos-badge {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* Header author css end */
/* Header Sticky css */
.bd-sticky {
  position: fixed !important;
  top: 0;
  z-index: 55;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  background: var(--color-bg-primary);
  border-top: 0;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}
[data-theme-mode=light] .bd-sticky {
  background: var(--color-body-light);
}

/* Header Bar icon */
.bd-header-hamburger {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-header-hamburger {
    display: block;
  }
}

.bar-icon {
  width: 28px;
  height: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 28px;
  height: 2px;
  background: var(--color-white);
  display: inline-block;
  transition: color 0.2s ease-out;
  margin: 0 auto;
  margin-right: auto;
  margin-right: 0;
}
[data-theme-mode=light] .bar-icon span {
  background: var(--color-black);
}
.bar-icon span:nth-child(1) {
  width: 21px;
  transition: all 0.3s linear;
}
.bar-icon span:nth-child(2) {
  width: 28px;
  transition: all 0.3s linear;
}
.bar-icon span:nth-child(3) {
  width: 15px;
  transition: all 0.3s linear;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}

/* header animation */
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
/*----------------------------------------*/
/*  26 Header CSS End
/*----------------------------------------*/
/* HEADER CSS */
/*----------------------------------------*/
/*  27 Menu CSS Start
/*----------------------------------------*/
.main-menu > ul {
  display: inline-flex;
  gap: 0 44px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-menu > ul {
    gap: 0 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu > ul {
    gap: 0 20px;
  }
}
.main-menu > ul > li:hover > a {
  color: var(--color-primary) !important;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  left: 100%;
}
.main-menu > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  padding: 32px 0px;
  display: inline-block;
  font-family: var(--ff-body);
  position: relative;
  transition: all 0.3s linear;
  text-transform: capitalize;
  line-height: 1;
}
[data-theme-mode=light] .main-menu > ul > li > a {
  color: var(--color-black);
}
.main-menu > ul > li > a.active {
  color: var(--color-primary);
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu .submenu {
  background-color: var(--color-bg-primary);
  border: 2px solid var(--color-border-primary);
  border-top: none;
  padding: 15px 0 15px;
  width: 240px;
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  top: 100%;
  border-radius: 0 0 4px 4px;
  top: 100px;
}
[data-theme-mode=light] .main-menu .submenu {
  border: none;
  box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
}
.main-menu .submenu ul {
  background-color: var(--color-bg-primary);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
  border-radius: 0 4px 4px 4px;
}
.main-menu .submenu li {
  position: relative;
}
.main-menu .submenu li:not(:last-child) {
  margin-bottom: 18px;
}
.main-menu .submenu li:hover > a {
  color: var(--color-primary);
}
.main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .submenu li a {
  font-size: 16px;
  color: var(--color-white);
  padding-left: 20px;
  display: block;
  transition: all 0.5s;
  text-align: start;
}
[data-theme-mode=light] .main-menu .submenu li a {
  color: var(--color-black);
}
.main-menu .submenu li a.active {
  color: var(--color-primary);
}

.main-menu li .has-arrow > a::before {
  content: "\e905";
  font-family: var(--ff-icomoon);
  font-weight: 600;
  position: absolute;
  right: 32px;
  transition: all 0.3s ease-in-out;
}
.main-menu li .has-arrow:hover a::before {
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .last-children.submenu {
    right: 10px;
    left: auto;
  }
  .last-children.submenu ul {
    right: calc(100% + 10px);
    left: auto;
  }
  .last-children .has-arrow:hover a::after {
    transform: rotate(90deg) !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .main-menu > ul > li:hover > ul.last-children.submenu li:hover > ul {
    right: 100%;
    left: auto;
  }
}

/* primary title */
.main-menu ul > li:hover > ul > li:hover > .title {
  color: var(--color-primary);
}

.bd-sticky .main-menu li a {
  color: var(--color-white);
}
.bd-sticky .main-menu li a.active {
  color: var(--color-primary);
}

.bd-sticky .main-menu > ul > li:hover > a {
  color: var(--color-primary);
}

.main-menu > ul > .menu-item-has-children > a::after {
  content: "\e905";
  font-family: var(--ff-icomoon);
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s 0s ease-out;
}
.main-menu > ul > .menu-item-has-children > a:hover::after {
  transform: rotate(180deg);
}

/*----------------------------------------*/
/*  27 Menu CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  28 Mobile Menu CSS Start
/*----------------------------------------*/
.bd-mobile-menu {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-mobile-menu {
    display: block;
  }
}

.bd-offcanvas-menu ul li {
  position: relative;
  list-style: none;
}
.bd-offcanvas-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}
.bd-offcanvas-menu ul li > a {
  display: block;
  font-size: 16px;
  color: var(--color-white);
  padding: 10px 0;
  padding-inline-end: 20px;
}
[data-theme-mode=light] .bd-offcanvas-menu ul li > a {
  color: var(--color-black);
}
.bd-offcanvas-menu ul li > a.active {
  color: var(--color-primary);
}
.bd-offcanvas-menu ul li > a:hover {
  color: var(--color-primary);
}
.bd-offcanvas-menu ul li.active > a {
  color: var(--color-primary);
}
.bd-offcanvas-menu ul li.active > .bd-menu-close {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.bd-offcanvas-menu ul li.active > .bd-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bd-offcanvas-menu ul li > a {
  border-bottom: 1px solid rgba(220, 229, 240, 0.2);
}
[data-theme-mode=light] .bd-offcanvas-menu ul li > a {
  border-bottom: 1px solid rgba(23, 23, 23, 0.05);
}
.bd-offcanvas-menu ul li .submenu,
.bd-offcanvas-menu ul li .mega-menu {
  display: none;
  padding-inline-start: 20px;
}

.bd-menu-close {
  position: absolute;
  inset-inline-end: 0;
  top: 8px;
  font-size: 18px;
  color: var(--color-light);
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-light);
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.bd-menu-close i {
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  28 Mobile Menu CSS End
/*----------------------------------------*/
/* Menu index */
/*----------------------------------------*/
/*  29 Banner CSS Start
/*----------------------------------------*/
.bd-hero-area {
  position: relative;
  z-index: 10;
  height: 850px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-hero-area {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-hero-area {
    height: 680px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-hero-area {
    height: 620px;
  }
}

.bd-banner-title {
  font-size: 90px;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-banner-title {
    font-size: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-banner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-banner-title {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .bd-banner-title {
    font-size: 42px;
  }
}
.bd-banner-title b {
  background: -webkit-linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  color: var(--color-gradient-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bd-banner-intro {
  font-size: 18px;
  color: var(--color-body);
  width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}
[data-theme-mode=light] .bd-banner-intro {
  color: var(--color-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-banner-intro {
    width: 650px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-banner-intro {
    width: 100%;
  }
}

.banner-shape {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  width: 1300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-shape {
    bottom: 0;
  }
}

.bd-banner-glow {
  width: 495px;
  height: 45px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: var(--color-white);
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0px 24px 25px -21px var(--color-secondary);
  margin: 0 auto;
  margin-top: -43px;
}

/*----------------------------------------*/
/*  29 Banner CSS End
/*----------------------------------------*/
/* BANNER CSS */
/*----------------------------------------*/
/*  30 App Header CSS Start
/*----------------------------------------*/
.app-breadcrumb-title {
  font-size: 26px;
}

.app-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text-muted);
  margin-left: 30px;
  font-weight: var(--fw-medium);
  font-size: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .app-breadcrumb-list {
    align-items: start;
    justify-content: start;
  }
}
.app-breadcrumb-list span a {
  transition: all 0.3s ease-in-out;
  position: relative;
  color: var(--color-primary);
}
.app-breadcrumb-list span a::before {
  position: absolute;
  content: "\e950";
  font-family: var(--ff-icomoon);
  color: var(--color-primary);
  inset-inline-start: -30px;
  top: 7px;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.app-breadcrumb-list span a:hover {
  color: var(--color-primary);
}
.app-breadcrumb-list span a:hover::before {
  color: var(--color-primary);
}
.app-breadcrumb-list span.active {
  color: var(--color-white);
}
[data-theme-mode=light] .app-breadcrumb-list span.active {
  color: var(--color-black);
}
.app-breadcrumb-list .divider {
  margin-top: 1px;
  color: var(--color-text-muted);
}

/*----------------------------------------*/
/*  30 App Header CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  31 App Chat Bar CSS Start
/*----------------------------------------*/
.chat-sidebar {
  height: calc(100vh - 420px);
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 15px;
  margin-bottom: 15px;
}
.chat-sidebar .chat-history-title {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 20px;
  white-space: nowrap;
  position: relative;
}

.history-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.history-list-item {
  justify-content: space-between;
  padding: 8px 20px 7px 20px;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: var(--color-white);
  font-weight: var(--fw-regular);
}
[data-theme-mode=light] .history-list-item {
  color: var(--color-black);
}
.history-list-item.active {
  background-color: rgba(220, 229, 240, 0.05);
}
[data-theme-mode=light] .history-list-item.active {
  background-color: rgba(23, 23, 23, 0.05);
}
.history-list-item.active .options-button {
  opacity: 0.8;
  visibility: visible;
}
.history-list-item:hover {
  background-color: rgba(220, 229, 240, 0.05);
}
[data-theme-mode=light] .history-list-item:hover {
  background-color: rgba(23, 23, 23, 0.05);
}
.history-list-item:hover .options-button {
  opacity: 0.8;
  visibility: visible;
}
.history-item-dropdown-menu .options-button {
  background: transparent;
  border: none;
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  line-height: 1.67;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s;
}
[data-theme-mode=light] .history-item-dropdown-menu .options-button {
  color: var(--color-black);
}
.history-item-dropdown-menu .dropdown-menu {
  border-radius: 6px;
  background-color: var(--color-black);
  border: 1px solid var(--color-border-secondary);
  z-index: 9999;
}
.history-item-dropdown-menu .dropdown-menu li {
  margin: 0;
}
.history-item-dropdown-menu .dropdown-menu li .dropdown-item {
  font-weight: 500;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  color: var(--color-white);
  border-radius: 3px;
}
.history-item-dropdown-menu .dropdown-menu li .dropdown-item:hover, .history-item-dropdown-menu .dropdown-menu li .dropdown-item:active, .history-item-dropdown-menu .dropdown-menu li .dropdown-item:focus {
  background-color: var(--color-black);
  color: var(--color-primary);
}
.history-item-dropdown-menu .dropdown-menu li .dropdown-item.delete-item {
  color: var(--color-danger);
}
.history-item-dropdown-menu .dropdown-menu li .dropdown-item i {
  font-size: 14px;
  line-height: 1.6;
  margin-right: 10px;
}
.history-item-dropdown-menu .dropdown-toggle::after {
  display: none;
}

.upgrade-plan-btn {
  padding: 10px;
  background-color: var(--color-bg-secondary);
  display: inline-flex;
  align-items: start;
  gap: 15px;
  width: 100%;
}
.upgrade-plan-btn .icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--color-border-secondary);
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.upgrade-plan-btn .content {
  line-height: 1;
}
.upgrade-plan-btn .content .total {
  font-size: 15px;
  font-weight: var(--fw-sbold);
  color: var(--color-white);
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.upgrade-plan-btn .content .subtitle {
  font-size: 12px;
  font-weight: var(--fw-medium);
  color: var(--color-body);
  line-height: 1;
}

/*----------------------------------------*/
/*  31 App Chat Bar CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  32 App Header CSS Start
/*----------------------------------------*/
.app-content-area {
  padding-left: 300px;
  min-height: calc(100vh - 168px);
  margin-top: 112px;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .app-content-area {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .app-content-area {
    padding-left: 0;
    margin-top: 90px;
  }
}
.app-content-wrap {
  width: 100%;
  padding: 0 255px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .app-content-wrap {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .app-content-wrap {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .app-content-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .app-content-wrap {
    padding: 0 15px;
  }
}
.app-content-wrap-two {
  width: 100%;
  padding: 0 140px;
}
.app-content-wrap-three {
  width: 100%;
  padding: 0 374px;
}
.app-content-wrap .container {
  padding-left: 0;
  padding-right: 0;
}

.app-header .main-menu > li > a {
  padding: 32px 0px;
  line-height: 1;
}
.app-header-area {
  background-color: var(--color-bg-primary);
  position: fixed;
  transition: 0.5s;
  top: 0;
  z-index: 10;
  width: 100%;
  padding-left: 280px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .app-header-area {
    padding-left: 0px;
  }
}
.app-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  border-bottom: 1px solid var(--color-border-primary);
  height: 80px;
  transition: all 0.05s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .app-header-inner {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .app-header-inner {
    height: 60px;
    padding: 0 15px;
  }
}
.app-header-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.app-header-right {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.app-header-mobile-logo {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .app-header-mobile-logo {
    display: block;
    max-width: 120px;
  }
}
.app-header-search {
  position: relative;
}
.app-header-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: 1px solid var(--color-border-primary);
  outline: none;
  font-size: 16px;
  color: var(--color-white);
  border-radius: 6px;
}
.app-header-search button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--color-secondary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .app-header-site-menu {
    display: none;
  }
}

.app-header-hamburger {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .app-header-hamburger {
    display: block;
  }
}

.sidebar-menu-bar {
  width: 20px;
  height: 18px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
}
.sidebar-menu-bar span {
  width: 100%;
  height: 2px;
  background: var(--color-body);
  display: inline-block;
}
.sidebar-menu-bar span:nth-child(2) {
  margin-inline-start: -10px;
  transition: all 0.3s ease-in-out;
}
.sidebar-menu-bar:hover span:nth-child(2) {
  margin-inline-start: 0;
}

.app-sidebar.collapsed ~ .app-header {
  inset-inline-start: 0;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .app__offcanvas-overlay.overlay-open {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 30;
  }
}

.app-sidebar.collapsed ~ .app-header-area {
  padding-left: 0px;
}

.app-sidebar.collapsed ~ .app-footer-area {
  padding-left: 0px;
}

.app-sidebar.collapsed ~ .app-content-area {
  margin-inline-start: -300px;
}
.app-sidebar.collapsed ~ .app-content-area .new-chat-form-wrapper {
  width: 100%;
}

.app-footer-area {
  background-color: var(--color-bg-primary);
  padding: 15px 30px;
  width: 100%;
  bottom: 0;
  text-align: center;
  transition: 0.5s;
  z-index: 10;
  padding-left: 280px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .app-footer-area {
    padding-left: 0;
  }
}

/*----------------------------------------*/
/*  32 App Header CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  33 App Header CSS Start
/*----------------------------------------*/
.bd-card-thumb-wrap {
  background-repeat: no-repeat;
  background-position: right;
  height: 181px;
  padding: 0 25px;
  position: relative;
  border-radius: 5px;
  background-color: var(--color-bg-primary);
}
.bd-card-thumb-content {
  max-width: 450px;
}
.bd-card-thumb-subtitle {
  font-size: 16px;
  color: var(--color-white);
  text-decoration: underline;
}
[data-theme-mode=light] .bd-card-thumb-subtitle {
  color: var(--color-black);
}
.bd-card-thumb-title {
  color: var(--color-primary);
  font-size: 38px;
}

.app-profile-card {
  border-radius: 8px;
  background-color: var(--color-bg-primary);
  box-shadow: 0px 2px 0px rgba(118, 138, 254, 0.03);
  padding: 2px;
  position: relative;
  width: 100%;
}
.app-profile-thumb img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.app-profile-card-body {
  padding: 70px 25px 30px 25px;
  color: var(--color-white);
}
[data-theme-mode=light] .app-profile-card-body {
  color: var(--color-black);
}
.app-profile-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.app-profile-badge {
  display: flex;
  align-items: center;
  gap: 15px;
}
.app-profile-badge .single-badge {
  padding: 15px;
  background-color: var(--color-bg-secondary);
  border: 1px solid var(--color-border-primary);
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 6px;
}
.app-profile-badge .single-badge .icon {
  width: 42px;
  height: 42px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.app-profile-badge .single-badge .icon.b-primary {
  background-color: rgba(122, 68, 255, 0.25);
  color: var(--color-primary);
}
.app-profile-badge .single-badge .icon.b-success {
  background-color: rgba(0, 219, 34, 0.25);
  color: var(--color-success);
}
.app-profile-badge .single-badge .total {
  font-size: 18px;
  font-weight: var(--fw-sbold);
  color: var(--color-white);
  line-height: 1;
  margin-bottom: 8px;
}
.app-profile-badge .single-badge .subtitle {
  font-size: 15px;
  font-weight: var(--fw-medium);
  color: var(--color-body);
  line-height: 1;
}
.app-profile-avatar {
  position: absolute;
  inset-block-start: -50px;
  width: 100px;
  height: 100px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-white);
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .app-profile-avatar {
    inset-block-start: -40px;
    width: 80px;
    height: 80px;
  }
}
.app-profile-avatar::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  border: 2px solid var(--color-white);
  background-color: var(--color-success);
}
.app-profile-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid var(--color-white);
}
.app-profile-menu ul {
  display: flex;
  align-items: center;
  gap: 15px 15px;
  flex-wrap: wrap;
}
.app-profile-menu ul li {
  list-style: none;
}
.app-profile-menu ul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary);
  background: rgba(122, 68, 255, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 9px 20px;
}
.app-profile-menu ul li a:hover {
  color: var(--color-fullWhite);
  background: var(--color-primary);
}
.app-profile-menu ul li a.active {
  color: var(--color-fullWhite);
  background: var(--color-primary);
}
.app-profile-personal-info {
  padding: 25px 25px 30px 25px;
  border-top: 1px solid var(--color-border-primary);
}
.app-profile-personal-info .single-info:not(:last-child) {
  margin-bottom: 30px;
}
.app-profile-personal-info .skills-link {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  white-space: nowrap;
}

.list-item li {
  list-style: none;
  display: flex;
  align-items: start;
  gap: 10px;
  font-weight: var(--fw-medium);
  font-size: 16px;
  color: rgba(220, 229, 240, 0.75);
}
[data-theme-mode=light] .list-item li {
  color: rgba(23, 23, 23, 0.75);
}
.list-item li:not(:last-child) {
  padding-bottom: 10px;
}
.list-item li .text {
  color: var(--color-body);
  font-weight: var(--fw-regular);
}
.list-item li .title {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 130px;
}
.list-item li .title i {
  font-size: 15px;
}
.list-item.b-bottom li:not(:last-child) {
  border-bottom: 1px solid var(--color-border-primary);
  padding-top: 10px;
}
.list-item.b-bottom li:last-child {
  padding-top: 10px;
}

.from-input-wrapper.form-column .from-input-single:not(:last-child) {
  margin-bottom: 30px;
}
.from-input-wrapper .from-input-single.input-row {
  display: grid;
  grid-template-columns: 115px auto;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .from-input-wrapper .from-input-single.input-row {
    grid-template-columns: auto;
  }
}
.from-input-wrapper .from-input-single.input-column {
  display: block;
}
.from-input-wrapper .from-input-single.input-column .form-input-title {
  margin-bottom: 10px;
}
.from-input-wrapper .from-input-single label {
  color: rgba(220, 229, 240, 0.85);
  font-weight: var(--fw-bold);
  margin-bottom: 0;
}
[data-theme-mode=light] .from-input-wrapper .from-input-single label {
  color: rgba(23, 23, 23, 0.85);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .from-input-wrapper .from-input-single label {
    margin-bottom: 10px;
  }
}
.from-input-wrapper .from-input-single input {
  height: 36px;
  color: rgba(220, 229, 240, 0.75);
}
[data-theme-mode=light] .from-input-wrapper .from-input-single input {
  color: rgba(23, 23, 23, 0.75);
}
.from-input-wrapper .from-input-single textarea {
  min-height: 120px;
  color: rgba(220, 229, 240, 0.75);
}
[data-theme-mode=light] .from-input-wrapper .from-input-single textarea {
  color: rgba(23, 23, 23, 0.75);
}

.app-profile-sorting {
  display: inline-block;
  margin-bottom: 30px;
}
.app-profile-sorting.nice-select {
  color: var(--color-white);
  background-color: transparent;
  height: 36px;
  width: 100%;
  line-height: 32px;
  padding-left: 20px;
}
.app-profile-sorting.nice-select::after {
  color: var(--color-white);
  font-size: 15px;
}
.app-profile-sorting.nice-select .list {
  background-color: var(--color-black);
}
[data-theme-mode=light] .app-profile-sorting.nice-select .list {
  background-color: var(--color-white);
}

.bd-toggle {
  width: 60px;
  min-width: 60px;
  height: 28px;
  background-color: var(--color-danger);
  margin-inline-start: 10px;
  margin-block-end: 5px;
  padding: 2px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
.bd-toggle span {
  position: absolute;
  inset-block-start: 3px;
  inset-block-end: 4px;
  inset-inline-start: 3px;
  display: block;
  width: 20px;
  border-radius: 2px;
  background-color: var(--color-fullWhite);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.2s ease;
}
.bd-toggle span::before {
  content: "on";
  inset-inline-start: -25px;
}
.bd-toggle span::after {
  content: "off";
  inset-inline-end: -29px;
  color: var(--color-fullWhite);
}
.bd-toggle.on span {
  inset-inline-start: 37px;
}
.bd-toggle.on.bd-toggle-success {
  background-color: rgba(0, 219, 34, 0.5);
}
.bd-toggle.on.bd-toggle-success span {
  background-color: #00db22;
}
.bd-toggle.on.bd-toggle-success span::before {
  color: var(--color-fullWhite);
}

.bd-toggle span::before,
.bd-toggle span::after {
  position: absolute;
  font-size: 12px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  inset-block-start: 3px;
  line-height: 1.38;
  transition: all 0.2s ease;
}

.app-profile-notification .notification-item:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-profile-notification .notification-settings {
    width: 80%;
  }
}

.login-history-table thead tr th {
  color: var(--color-white);
  background-color: var(--color-body-bg);
  border-bottom-color: var(--color-border-primary);
  background-color: rgba(122, 68, 255, 0.25);
}
[data-theme-mode=light] .login-history-table thead tr th {
  color: var(--color-black);
}
.login-history-table thead tr th:first-child {
  border-top-left-radius: 6px;
}
.login-history-table thead tr th:last-child {
  border-top-right-radius: 6px;
}
.login-history-table tbody tr:last-child td {
  border-bottom: none;
}
.login-history-table tbody tr td {
  color: var(--color-white);
  background-color: rgba(122, 68, 255, 0.1);
  border-bottom-color: var(--color-border-primary);
}
[data-theme-mode=light] .login-history-table tbody tr td {
  color: var(--color-black);
}
.login-history-table tbody tr td:first-child {
  border-bottom-left-radius: 6px;
}
.login-history-table tbody tr td:last-child {
  border-bottom-right-radius: 6px;
}

/*----------------------------------------*/
/*  33 App Header CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  34 App Service CSS Start
/*----------------------------------------*/
.bd-app-service-box {
  padding: 25px 25px 30px 25px;
  background-color: var(--color-bg-primary);
  border-radius: 12px;
  text-align: center;
}
[data-theme-mode=light] .bd-app-service-box {
  background-color: var(--color-fullWhite);
}
.bd-app-service-box .service-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(122, 68, 255, 0.15);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.bd-app-service-box .service-icon img {
  width: 36px;
}
.bd-app-service-box .title {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  34 App Service CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  35 App Sidebar CSS Start
/*----------------------------------------*/
[data-theme-mode=light] .app-sidebar-dark-logo {
  display: none;
}

.app-sidebar-light-logo {
  display: none;
}
[data-theme-mode=light] .app-sidebar-light-logo {
  display: block;
}

.app-sidebar {
  width: 280px;
  height: 100vh;
  background-color: var(--color-bg-primary);
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 103;
  transition: all 0.3s ease-in-out;
}
.app-sidebar-wrapper {
  margin-block-start: 80px;
  height: 100vh;
  position: relative;
  overflow: auto;
  border-right: 1px solid var(--color-border-primary);
  padding-bottom: 80px;
}
.app-sidebar-header {
  height: 80px;
  width: 280px;
  position: fixed;
  display: flex;
  background: var(--color-bg-primary);
  z-index: 9;
  align-items: center;
  justify-content: start;
  padding: 15px 20px;
  border-block-end: 1px solid var(--color-border-primary);
  border-inline-end: 1px solid var(--color-border-primary);
  transition: all 0.05s ease;
}
.app-sidebar-header-logo img {
  height: 36px;
  line-height: 28px;
}
.app-sidebar .sidebar-menu.child1 .sidebar-menu-item:hover,
.app-sidebar .sidebar-menu.child2 .sidebar-menu-item:hover,
.app-sidebar .sidebar-menu.child3 .sidebar-menu-item:hover {
  color: var(--color-primary);
}
.app-sidebar .sidebar-menu-category {
  color: var(--color-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 20px;
  white-space: nowrap;
  position: relative;
}
.app-sidebar .sidebar-menu-item {
  padding: 12px 20px;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: var(--color-white);
  font-weight: 500;
  border-radius: 6px;
}
[data-theme-mode=light] .app-sidebar .sidebar-menu-item {
  color: var(--color-black);
}
.app-sidebar .sidebar-menu-item.active {
  color: var(--color-primary);
}
.app-sidebar .sidebar-menu-item.active .sidebar-menu-label,
.app-sidebar .sidebar-menu-item.active .side-menu-angle {
  color: var(--color-primary);
}
.app-sidebar .sidebar-menu-item.active .side-menu-icon {
  color: var(--color-primary);
}
.app-sidebar .sidebar-menu-item.active .side-menu-icon svg * {
  stroke: var(--color-primary);
  fill: var(--color-primary);
}
.app-sidebar .sidebar-menu-item:hover {
  background-color: rgba(220, 229, 240, 0.05);
}
.app-sidebar .sidebar-menu.child1 .sidebar-menu-item, .app-sidebar .sidebar-menu.child2 .sidebar-menu-item, .app-sidebar .sidebar-menu.child3 .sidebar-menu-item {
  background-color: transparent !important;
}
.app-sidebar .sidebar-menu.child1 .sidebar-menu-item.active, .app-sidebar .sidebar-menu.child2 .sidebar-menu-item.active, .app-sidebar .sidebar-menu.child3 .sidebar-menu-item.active {
  background-color: transparent !important;
}
.app-sidebar .sidebar-menu {
  padding: 0;
}
.app-sidebar .sidebar-menu.child1 .sidebar-menu-item, .app-sidebar .sidebar-menu.child2 .sidebar-menu-item {
  padding: 6px 6px;
}
.app-sidebar .sidebar-menu.child1 .sidebar-menu-item:before, .app-sidebar .sidebar-menu.child2 .sidebar-menu-item:before, .app-sidebar .sidebar-menu.child3 .sidebar-menu-item:before {
  position: absolute;
  content: "\e919";
  font-family: var(--ff-icomoon);
  font-size: 12px;
  inset-inline-start: -10px;
  opacity: 0.8;
}
.app-sidebar .sidebar-menu.child1 li, .app-sidebar .sidebar-menu.child2 li, .app-sidebar .sidebar-menu.child3 li {
  padding: 0;
  position: relative;
}
.app-sidebar .sidebar-menu.child1 li {
  padding-inline-start: 56px;
}
.app-sidebar .sidebar-menu.child2 li {
  padding-inline-start: 12px;
}
.app-sidebar .sidebar-menu.child3 li {
  padding-inline-start: 16px;
}
.app-sidebar .sidebar-menu-label {
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  color: var(--color-white);
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
[data-theme-mode=light] .app-sidebar .sidebar-menu-label {
  color: var(--color-black);
}
.app-sidebar .side-menu-icon {
  margin-inline-end: 10px;
  line-height: 0;
  font-size: 16px;
  text-align: center;
  color: var(--color-white);
  border-radius: 4px;
  line-height: 1;
}
[data-theme-mode=light] .app-sidebar .side-menu-icon {
  color: var(--color-black);
}
.app-sidebar .side-menu-icon svg {
  width: 18px;
  height: 18px;
}
.app-sidebar .side-menu-icon svg * {
  stroke: var(--color-primary);
  fill: var(--color-primary);
}
.app-sidebar .side-menu-icon .img-icon {
  width: 36px;
  height: 36px;
  padding: 6px;
  border-radius: 4px;
  background-color: rgba(122, 68, 255, 0.15);
}
.app-sidebar .side-menu-icon .img-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-sidebar .side-menu-angle {
  transform-origin: center;
  position: absolute;
  inset-inline-end: 20px;
  line-height: 1;
  font-size: 16px;
  color: var(--color-white);
  transition: all 0.05s ease;
  opacity: 0.8;
}
[data-theme-mode=light] .app-sidebar .side-menu-angle {
  color: var(--color-black);
}
.app-sidebar.collapsed {
  inset-inline-start: -280px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .app-sidebar {
    inset-inline-start: -300px;
  }
}

.slide.has-sub .sidebar-menu {
  transform: translate(0, 0) !important;
  visibility: visible !important;
}

.nav ul li {
  list-style-type: none;
}

.nav > ul {
  padding-inline-start: 0px;
}

.sidebar-menu {
  display: none;
}

.slide.has-sub {
  display: grid;
}
.slide.has-sub.open > .sidebar-menu-item .side-menu-angle {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .app-sidebar-main-menu {
    margin: 0 !important;
  }
}
.sidebar-left,
.sidebar-right {
  display: none;
}

.app-sidebar-main-menu > .slide.active .sidebar-menu .sidebar-menu-item:hover .side-menu-angle, .app-sidebar-main-menu > .slide:hover .sidebar-menu .sidebar-menu-item:hover .side-menu-angle {
  color: var(--color-primary) !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .close_sidebar.app-sidebar {
    inset-inline-start: 0px;
  }
}

.sidebar-bg {
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: cover;
  margin-top: 21px;
}

.sidebar-thumb-content {
  padding: 30px 25px 25px 25px;
  background-size: cover;
}

.sidebar-thumb-title {
  color: var(--color-fullWhite);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

/*----------------------------------------*/
/*  35 App Sidebar CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  37 Generator CSS Start
/*----------------------------------------*/
.generator-box-wrapper {
  background-color: var(--color-bg-primary);
  padding: 30px;
  border-radius: 12px;
}

.chat-box {
  border-bottom: 1px solid var(--color-border-primary);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.chat-box .ekoai-thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  position: relative;
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.chat-box .ekoai-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid var(--color-border-primary);
  border-radius: 100%;
}
.chat-box ul {
  margin-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .chat-box-author {
    flex-direction: column-reverse;
    align-items: end;
  }
}

@media (max-width: 575px) {
  .author-text-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.author-text-box .text {
  padding: 20px 20px;
  color: var(--color-heading);
  background-color: var(--color-message-surface);
  border-radius: 6px;
  width: 800px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .author-text-box .text {
    width: 100%;
  }
}
[data-theme-mode=light] .author-text-box .text {
  color: var(--color-black);
  background-color: var(--color-body-light);
}
.author-text-box .text .text-thumb {
  margin-top: 15px;
  width: 260px;
  height: 260px;
  border-radius: 8px;
}
.author-text-box .text .text-thumb img {
  border-radius: 8px;
}
.author-text-box:hover .author-text-btn {
  opacity: 1;
  visibility: visible;
}

.author-text-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  color: var(--color-white);
  background-color: var(--color-message-surface);
  border-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
[data-theme-mode=light] .author-text-btn {
  color: var(--color-black);
  background-color: var(--color-body-light);
}
.author-text-btn:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.ekoai-body .meta-btn-icon.bd-tooltip-show:hover .bd-tooltip.bottom {
  top: 35px;
}
.ekoai-body .prompt-box {
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  background-color: var(--color-body-bg);
}
[data-theme-mode=light] .ekoai-body .prompt-box {
  color: var(--color-black);
  background-color: var(--color-body-light);
}
.ekoai-body .head {
  padding: 10px 20px;
  border-bottom: 1px solid var(--color-border-primary);
}
.ekoai-body .content {
  padding: 15px 20px;
}
.ekoai-body .title {
  margin-bottom: 15px;
}
.ekoai-body .generator-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.ekoai-body .generator-image.single {
  width: 600px;
  height: 600px;
  border-radius: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ekoai-body .generator-image.single {
    width: 100%;
    height: 100%;
  }
}
.ekoai-body .generator-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.ekoai-body .generator-image:hover .generator-image-btn {
  opacity: 1;
  visibility: visible;
}
.ekoai-body .generator-image-btn {
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.ekoai-body .generator-image-btn.bottom {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  text-align: center;
}
.ekoai-body .generator-image-process {
  width: 400px;
  height: 400px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ekoai-body .generator-image-process {
    width: 100%;
    height: 100%;
  }
}
.ekoai-body .generator-image-process img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  filter: blur(3px);
  opacity: 0.5;
}
.ekoai-body .text-hading-title {
  margin-bottom: 15px;
}
.ekoai-body .description {
  color: var(--color-generator);
}

.generator-info-list {
  margin-bottom: 15px;
}
.generator-info-list li {
  color: var(--color-generator);
}
.generator-info-list li:not(:last-child) {
  margin-bottom: 10px;
}

.generator-btn {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  color: var(--color-white);
  background-color: var(--color-message-surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 10px;
  font-size: 18px;
  padding: 6px;
}
.generator-btn:hover {
  background-color: var(--color-primary);
}
.generator-btn:hover.dislike {
  background-color: var(--color-danger);
}
.generator-btn:hover.download {
  background-color: var(--color-success);
}

.image-process-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-process-anim-logo {
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  margin: auto;
}
.image-process-anim-logo img {
  vertical-align: middle;
}
.image-process-anim-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-process-anim-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: bd-rotate 5s linear infinite;
  -moz-animation: bd-rotate 5s linear infinite;
  -ms-animation: bd-rotate 5s linear infinite;
  -o-animation: bd-rotate 5s linear infinite;
  animation: bd-rotate 5s linear infinite;
}
.image-process-anim-circle svg circle:last-child {
  stroke: var(--color-primary);
  stroke-width: 10px;
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: bd-loading 4s linear infinite;
  -moz-animation: bd-loading 4s linear infinite;
  -ms-animation: bd-loading 4s linear infinite;
  -o-animation: bd-loading 4s linear infinite;
  animation: bd-loading 4s linear infinite;
  transform-origin: center center;
}
@-webkit-keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-moz-keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-ms-keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-webkit-keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bd-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.image-process-anim .thumb svg {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.image-process-anim .thumb svg * {
  stroke: var(--color-white);
  fill: var(--color-white);
}

.new-chat-form-wrapper {
  position: fixed;
  transition: 0.5s;
  bottom: 0;
  z-index: 10;
  width: calc(100% - 300px);
  padding: 0 255px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .new-chat-form-wrapper {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .new-chat-form-wrapper {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .new-chat-form-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .new-chat-form-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .new-chat-form-wrapper {
    width: 100%;
  }
}

.new-chat-form {
  background-color: var(--color-bg-primary);
  padding: 15px 15px;
  border-radius: 8px;
  width: 100%;
}
.new-chat-form textarea {
  resize: none;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  min-height: 100px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-body-bg);
  color: var(--color-white);
}
[data-theme-mode=light] .new-chat-form textarea {
  background-color: #F5F5F5;
  color: var(--color-black);
}
.new-chat-form .input-file {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  transition: var(--transition);
  background: var(--color-primary);
  color: var(--color-white);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  animation: pulse 2s linear infinite;
}

.ekoai-body {
  width: 100%;
}

.generator-video video {
  width: 100%;
  height: 100%;
}

.text-generator-list ul li {
  color: var(--color-white);
}
[data-theme-mode=light] .text-generator-list ul li {
  color: var(--color-black);
}

/*----------------------------------------*/
/*  37 Generator CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  37 About CSS Start
/*----------------------------------------*/
.bd-about-thumb {
  position: relative;
}
.bd-about-thumb img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.bd-about-thumb-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-about-thumb-group {
    flex-direction: row;
  }
}
.bd-about-intro {
  font-size: 30px;
  width: 90%;
  margin: 0 auto;
}
[data-theme-mode=light] .bd-about-intro {
  color: var(--color-black);
}

/*----------------------------------------*/
/*  37 About CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  38 Blog CSS Start
/*----------------------------------------*/
/* Postbox */
.bd-blog-feature-thumb {
  margin-bottom: 30px;
}
.bd-blog-feature-thumb img {
  border-radius: 8px;
}

.bd-postbox-title {
  margin-bottom: 20px;
}
.bd-postbox-title-meta {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px 0;
  flex-wrap: wrap;
}
.bd-postbox-title-tag {
  margin-bottom: 15px;
}
.bd-postbox-thumb {
  height: 300px;
}
.bd-postbox-thumb img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.bd-postbox-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid var(--color-border-primary);
  border-bottom: 1px solid var(--color-border-primary);
}
.bd-postbox-navigation {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
.bd-postbox-navigation::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 1px;
  background-color: var(--color-border-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-postbox-navigation::before {
    top: 60%;
    height: 1px;
    width: 100%;
  }
}
.bd-postbox-more-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  color: var(--color-body);
  transition: all 0.3s ease-in-out;
}
.bd-postbox-more-link:hover {
  color: var(--color-primary);
}
.bd-postbox-author {
  padding: 30px 30px;
  border-radius: 6px;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--color-bg-primary);
  display: flex;
  align-items: start;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-postbox-author {
    flex-wrap: wrap;
  }
}
.bd-postbox-author .thumb {
  width: 170px;
  height: 170px;
  min-width: 170px;
}
.bd-postbox-author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.bd-postbox-comment ul .children {
  margin-top: 30px;
  margin-left: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-postbox-comment ul .children {
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .bd-postbox-comment ul .children {
    margin-left: 0;
  }
}
.bd-postbox-comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.bd-postbox-comment-box {
  display: flex;
  align-items: start;
  padding: 30px 30px;
  border-radius: 8px;
  background-color: var(--color-bg-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-postbox-comment-box {
    flex-direction: column;
    gap: 15px 0;
  }
}
.bd-postbox-comment-info {
  flex: 0 0 auto;
}
.bd-postbox-comment-avatar img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 6px;
}
.bd-postbox-comment-avatar.thumb-radius img {
  border-radius: 100%;
}
.bd-postbox-comment-text {
  width: 100%;
}
.bd-postbox-comment-text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 22px;
}
.bd-postbox-comment-name {
  margin-bottom: 5px;
}
.bd-postbox-comment-name .title {
  font-size: 20px;
  line-height: 1;
}
.bd-postbox-comment-name .post-meta {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--color-light);
  display: inline-block;
}
.bd-postbox-comment-reply {
  margin-top: 10px;
}
.bd-postbox-comment-reply a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-white);
  border: 1px solid var(--color-border-secondary);
  padding: 7px 18px;
  border-radius: 4px;
}
[data-theme-mode=light] .bd-postbox-comment-reply a {
  color: var(--color-black);
}
.bd-postbox-comment-reply a:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.bd-blog-postbox-comment .bd-postbox-comment-box {
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--color-bg-primary);
}

/* blockquote CSS */
.post-details-blockquote blockquote {
  padding: 40px 40px;
  border-radius: 10px;
  position: relative;
  background-color: var(--color-bg-primary);
}
.post-details-blockquote blockquote::before {
  position: absolute;
  content: "";
  width: 4px;
  width: 100%;
  height: 7px;
  top: 0;
  inset-inline-start: 0;
  background: var(--color-primary);
  border-radius: 10px 10px 0 0;
}
.post-details-blockquote blockquote .title {
  margin-bottom: 30px;
  font-weight: 500;
}
.post-details-blockquote blockquote .title span {
  font-size: 42px;
  display: inline-block;
}
.post-details-blockquote blockquote .name {
  position: relative;
  display: block;
  margin-left: 50px;
}
[data-theme-mode=light] .post-details-blockquote blockquote .name {
  color: var(--color-black);
}
.post-details-blockquote blockquote .name::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--color-primary);
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

[data-theme-mode=light] .bd-postbox-author-info .designation {
  color: var(--color-black);
}

/* Blog css */
.bd-blog-wrapper:hover .bd-blog-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.bd-blog-wrapper:hover .bd-blog-thumb::before {
  animation: shine 800ms;
}
.bd-blog-thumb {
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  position: relative;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 250px;
}
.bd-blog-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.bd-blog-thumb img {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.bd-blog-content {
  padding: 30px 30px 23px;
  border-radius: 0 0 8px 8px;
  background-color: var(--color-bg-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-blog-content {
    padding: 30px 25px 25px;
  }
}
.bd-blog-content .bd-blog-meta-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.bd-blog-content .title {
  margin-bottom: 15px;
}
.bd-blog-content .description {
  margin-bottom: 20px;
}

/* Blog tag css */
.bd-blog-meta-item {
  display: inline-flex;
  gap: 0 5px;
  align-items: center;
  font-size: 14px;
  font-weight: var(--fw-regular);
  color: var(--color-body);
}
.bd-blog-meta-item:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .bd-blog-meta-item:not(:last-child) {
    margin-right: 10px;
  }
}
.bd-blog-meta-item:hover a,
.bd-blog-meta-item:hover .meta-icon {
  color: var(--color-primary);
}
.bd-blog-meta-item .meta-icon {
  font-size: 15px;
}
.bd-blog-meta-item .meta-thumb {
  height: 45px;
  width: 45px;
  min-width: 45px;
  border: 3px solid var(--color-border-primary);
  border-radius: 100%;
}
.bd-blog-meta-item .meta-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.has-separator-black {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.has-separator-black::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  right: 0px;
  top: 50%;
  background: var(--color-body);
  transform: translateY(-50%);
}

/* Recent Post css */
.bd-recent-post-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .bd-recent-post-item {
    flex-direction: column;
  }
}
.bd-recent-post-item:not(:last-child) {
  margin-bottom: 30px;
}
.bd-recent-post-thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .bd-recent-post-thumb {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
.bd-recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.bd-recent-post-title {
  color: var(--color-white);
  font-size: 18px;
}
.bd-recent-post-meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-body);
  font-size: 14px;
  font-weight: var(--fw-medium);
}

/* Sidebar css */
.bd-blog-widget {
  background: var(--color-bg-primary);
  box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
  padding: 30px 30px;
  border-radius: 8px;
}
.bd-blog-widget:not(:last-child) {
  margin-bottom: 50px;
}
.bd-blog-widget.widget_categories ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: var(--color-body);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.bd-blog-widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 10px;
}

.bd-sidebar-search-form {
  position: relative;
}
.bd-sidebar-search-form input {
  width: 100%;
  background-color: var(--color-body-bg);
  border-radius: 4px;
  height: 50px;
  padding-inline-start: 20px;
  padding-inline-end: 55px;
}
[data-theme-mode=light] .bd-sidebar-search-form input {
  background-color: #F5F5F5;
}
.bd-sidebar-search-form input:focus {
  border-color: var(--color-primary);
}
.bd-sidebar-search-form button {
  font-size: 20px;
  color: var(--color-light);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.bd-sidebar-search-form button:hover {
  color: var(--color-primary);
}

.left-sidebar {
  margin-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .left-sidebar {
    margin-left: 0;
  }
}

.right-sidebar {
  margin-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .right-sidebar {
    margin-right: 0;
  }
}

/* tag cloud */
.tagcloud a {
  font-size: 16px !important;
  color: var(--color-white);
  font-weight: 500;
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  height: 36px;
  margin: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tagcloud a:hover {
  color: var(--color-fullWhite);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

/*----------------------------------------*/
/*  38 Blog CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  39 Cta CSS Start
/*----------------------------------------*/
.bd-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bd-cta-bg-overlay::before {
  content: "";
  background: var(--color-bg-primary);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.75;
}
[data-theme-mode=light] .bd-cta-bg-overlay::before {
  opacity: 0.6;
  background: var(--color-black);
}
.bd-cta-content .bd-section-intro {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-cta-content .bd-section-intro {
    width: 650px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-cta-content .bd-section-intro {
    width: 100%;
  }
}

.bd-cta-glow .glow-1 {
  position: absolute;
  left: 460px;
  top: 60px;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--color-secondary);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.35;
}
.bd-cta-glow .glow-2 {
  position: absolute;
  right: 460px;
  bottom: 60px;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--color-primary);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.35;
}

/*----------------------------------------*/
/*  39 Cta CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  40 Light CSS Start
/*----------------------------------------*/
:root[data-theme-mode=light] {
  --color-heading: #171717;
  --color-white: #C2C4E4;
  --color-fullWhite: #FFFFFF;
  --color-black: #171717;
  --color-placeholder: #727494;
  --color-body-primary: #DCE5F0;
  --color-light: #686868;
  --color-body: #65676b;
  --color-generator: #404040;
  --color-primary: #7a44ff;
  --color-secondary: #D83DFF;
  --color-success: #00db22;
  --color-info: #0dcaf0;
  --color-warning: #ffc107;
  --color-danger: #f93a37;
  --color-teal: #66b2b2;
  --color-taxonomy: #7A7575;
  --color-label: #0A0A0A;
  --color-text-muted: #6c757d;
  --color-rating: #FEC300;
  --color-bg-primary: #FFFFFF;
  --color-bg-secondary: #191426;
  --color-bg-3: #191426;
  --color-bg-4: #120928;
  --color-message-surface: #323232;
  --color-message-surface: #2A1F46;
  --color-border-primary: #dfdfdf;
  --color-border-secondary: #595564;
  --color-gradient-1: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  --primary-rgb: 122, 68, 255;
  --primary-rgb-1: rgba(var(--primary-rgb), 0.1);
  --primary-rgb-05: rgba(var(--primary-rgb), 0.05);
}

/*----------------------------------------*/
/*  40 Light CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  41 error css
/*----------------------------------------*/
.bd-error-bg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 5;
}
.bd-error-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.15);
  z-index: -1;
}

.bd-error-heading-title {
  font-size: 120px;
  color: var(--color-white);
  margin-bottom: 10px;
  font-weight: var(--fw-bold);
}
[data-theme-mode=light] .bd-error-heading-title {
  color: var(--color-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-error-heading-title {
    font-size: 80px;
  }
}

.bd-error-heading-subtitle {
  font-size: 48px;
  margin-bottom: 30px;
}
[data-theme-mode=light] .bd-error-heading-subtitle {
  color: var(--color-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-error-heading-subtitle {
    font-size: 38px;
  }
}

.bd-error-heading-intro {
  color: var(--color-heading);
}
[data-theme-mode=light] .bd-error-heading-intro {
  color: rgba(220, 229, 240, 0.85);
}

/*----------------------------------------*/
/*  42 Footer Style 1
/*----------------------------------------*/
.bd-footer-area {
  border-top: 1px solid var(--color-border-primary);
}
.bd-footer-widget-logo {
  margin-bottom: 20px;
}
[data-theme-mode=light] .bd-footer-widget-logo .bd-footer-dark-logo {
  display: none;
}
.bd-footer-widget-logo .bd-footer-light-logo {
  display: none;
}
[data-theme-mode=light] .bd-footer-widget-logo .bd-footer-light-logo {
  display: block;
}
.bd-footer-widget-title {
  margin-bottom: 20px;
  color: var(--color-white);
}
.bd-footer-widget-links ul li {
  list-style: none;
  font-weight: var(--fw-medium);
}
.bd-footer-widget-links ul li a {
  color: var(--color-body);
}
.bd-footer-widget-links ul li:not(:last-child) {
  margin-bottom: 10px;
}
.bd-footer-widget-description {
  color: var(--color-body);
  margin-bottom: 25px;
}
.bd-footer-widget-subscribe label {
  color: var(--color-body);
}
.bd-footer-subscribe-form {
  position: relative;
  margin-bottom: 15px;
}
.bd-footer-subscribe-form input {
  padding-inline-start: 20px;
  padding-inline-end: 130px;
  color: var(--color-body);
}
.bd-footer-subscribe-form input::placeholder {
  color: var(--color-body);
}
.bd-footer-subscribe-form .bd-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}

.bd-card-footer p {
  color: var(--color-body);
}
[data-theme-mode=light] .bd-card-footer p {
  color: var(--color-black);
}

/* Footer Col */
.footer-1-col-2 {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-1-col-2 {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-1-col-2 {
    margin-left: 0;
  }
}

.footer-1-col-3 {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-1-col-3 {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-1-col-3 {
    margin-left: 0;
  }
}

/* Copyright  */
.bd-footer-copyright-area {
  border-top: 1px solid var(--color-border-primary);
}
.bd-footer-copyright p {
  color: var(--color-body);
}
[data-theme-mode=light] .bd-footer-copyright p {
  color: var(--color-black);
}
.bd-footer-copyright p .c-name {
  color: var(--color-heading);
}
.bd-footer-copyright-list ul {
  display: flex;
}
@media (max-width:450px) {
  .bd-footer-copyright-list ul {
    flex-wrap: wrap;
  }
}
.bd-footer-copyright-list ul li {
  list-style: none;
  position: relative;
  margin-right: 10px;
  padding-left: 10px;
  color: var(--color-body);
}
[data-theme-mode=light] .bd-footer-copyright-list ul li {
  color: var(--color-black);
}
.bd-footer-copyright-list ul li:first-child::before {
  display: none;
}
.bd-footer-copyright-list ul li::before {
  position: absolute;
  height: 11px;
  width: 1px;
  background: rgba(220, 229, 240, 0.3);
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
[data-theme-mode=light] .bd-footer-copyright-list ul li::before {
  background: rgba(23, 23, 23, 0.3);
}

/*----------------------------------------*/
/*  43 mission vision values CSS Start
/*----------------------------------------*/
.bd-mvv-box-item {
  background-color: var(--color-bg-primary);
  padding: 25px 25px 30px 25px;
  border-radius: 12px;
}
.bd-mvv-box-item .title {
  position: relative;
  margin-bottom: 15px;
  z-index: 5;
}
.bd-mvv-box-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.bd-mvv-box-icon img {
  width: 36px;
}

.bd-video-area {
  height: 400px;
}
.bd-video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}
.bd-video-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.1);
  z-index: -1;
}
.bd-video-btn .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  border: 2px solid var(--color-primary);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-primary);
  animation: pulse 2s linear infinite;
}
.bd-video-btn .icon i {
  transform: translateX(2px);
}

/*----------------------------------------*/
/*  43 mission vision values CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  44 Partner CSS Start
/*----------------------------------------*/
.bd-partner-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.bd-partner-item {
  border: 1px solid var(--color-border-primary);
  transition: all 0.3s linear;
  padding: 30px 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-partner-item {
    padding: 10px 10px;
  }
}
.bd-partner-item:hover {
  box-shadow: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
  background-color: var(--color-bg-secondary);
}
[data-theme-mode=light] .bd-partner-item:hover {
  background-color: var(--color-bg-primary);
}
.bd-partner-item:first-child {
  border-width: 0;
}
@media (max-width: 575px) {
  .bd-partner-item:first-child {
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-partner-item:first-child {
    border-width: 0;
  }
}
.bd-partner-item:nth-child(2) {
  border-width: 0 0 0 1px;
}
@media (max-width: 575px) {
  .bd-partner-item:nth-child(2) {
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-partner-item:nth-child(2) {
    border-width: 0 0 0 1px;
  }
}
.bd-partner-item:nth-child(3) {
  border-width: 0 1px 0 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-partner-item:nth-child(3) {
    border-width: 1px 0 0 0;
  }
}
@media (max-width: 575px) {
  .bd-partner-item:nth-child(3) {
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-partner-item:nth-child(3) {
    border-width: 1px 0 0 0;
  }
}
.bd-partner-item:nth-child(4) {
  border-width: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-partner-item:nth-child(4) {
    border-width: 1px 0 0 1px;
  }
}
@media (max-width: 575px) {
  .bd-partner-item:nth-child(4) {
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-partner-item:nth-child(4) {
    border-width: 1px 0 0 1px;
  }
}
.bd-partner-item:nth-child(5) {
  border-width: 1px 0 0 0;
}
@media (max-width: 575px) {
  .bd-partner-item:nth-child(5) {
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-partner-item:nth-child(5) {
    border-width: 1px 0 0 0;
  }
}
.bd-partner-item:nth-child(6) {
  border-width: 1px 0 0 1px;
}
@media (max-width: 575px) {
  .bd-partner-item:nth-child(6) {
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-partner-item:nth-child(6) {
    border-width: 1px 0 0 1px;
  }
}
.bd-partner-item:nth-child(7) {
  border-width: 1px 1px 0 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-partner-item:nth-child(7) {
    border-width: 1px 0 0 0;
  }
}
@media (max-width: 575px) {
  .bd-partner-item:nth-child(7) {
    border-width: 0 0 1px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-partner-item:nth-child(7) {
    border-width: 1px 0 0 0;
  }
}
.bd-partner-item:last-child {
  border-width: 1px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-partner-item:last-child {
    border-width: 1px 0 0 1px;
  }
}
@media (max-width: 575px) {
  .bd-partner-item:last-child {
    border-width: 0 0 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-partner-item:last-child {
    border-width: 1px 0 0 1px;
  }
}

/*----------------------------------------*/
/*  44 Partner CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  45 Privacy Policy CSS Start
/*----------------------------------------*/
.bd-policy-wrapper {
  padding: 30px 30px 30px 30px;
  background-color: var(--color-bg-primary);
  border-radius: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-policy-wrapper {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .bd-policy-wrapper {
    padding: 30px 20px;
  }
}
.bd-policy-meta {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.bd-policy-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.bd-policy-item:not(:last-child) {
  margin-bottom: 25px;
}
.bd-policy-item ul li {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  list-style: none;
  color: var(--color-body);
}
.bd-policy-item ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.bd-policy-item ul li:not(:last-child) {
  margin-bottom: 5px;
}
.bd-policy-contact ul {
  margin-bottom: 10px;
}
.bd-policy-contact ul li {
  list-style: none;
  font-size: 16px;
  color: var(--color-body);
}
.bd-policy-address p {
  font-size: 16px;
  line-height: 1.5;
}

/*----------------------------------------*/
/*  45 Privacy Policy CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  46 Scrollbar CSS Start
/*----------------------------------------*/
/* General Scroll Container */
.custom-scrollbar {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
  /* WebKit Scrollbar Styling */
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: var(--color-primary) var(--color-black);
  /* Firefox */
  -ms-overflow-style: auto;
  /* IE */
  /* For WebKit Browsers (Chrome, Safari, Opera) */
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: var(--color-black);
}

/* Global Scrollbar Styling */
html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

html::-webkit-scrollbar-track {
  background: var(--color-black);
}

@-moz-document url-prefix() {
  html {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) var(--color-black);
  }
}
/*----------------------------------------*/
/*  46 Scrollbar CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  47 Style-guide CSS Start
/*----------------------------------------*/
.bd-style-widget-sidebar {
  z-index: 5;
  padding: 30px;
  border: 1px solid var(--color-border-primary);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.bd-style-widget-sidebar ul li {
  list-style: none;
}
.bd-style-widget-sidebar ul li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border-primary);
}
.bd-style-widget-sidebar ul li a {
  font-size: 18px;
  color: var(--color-white);
}
[data-theme-mode=light] .bd-style-widget-sidebar ul li a {
  color: var(--color-black);
}
.bd-style-widget-sidebar ul li a:hover {
  color: var(--color-primary);
}
.bd-style-guide-box {
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-style-guide-box {
    margin-left: 0;
  }
}
.bd-style-color-box {
  background-color: var(--color-bg-primary);
  padding: 15px 15px;
  border-radius: 8px;
}
.bd-style-color-bg {
  width: 100%;
  height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.bd-style-color-bg.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.bd-style-color-code {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  font-weight: var(--fw-medium);
  color: var(--color-text-muted);
}
.bd-style-color-title {
  font-size: 18px;
}
.bd-style-typography-font-list {
  list-style-type: none;
}
.bd-style-typography-font-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 30px;
  color: var(--color-white);
}
[data-theme-mode=light] .bd-style-typography-font-list li {
  color: var(--color-black);
}
.bd-style-typography-font-list li:not(:last-child) {
  margin-bottom: 10px;
}
.bd-style-typography-font-list li.font-two {
  font-family: var(--ff-style);
  font-size: 26px;
}
.bd-style-typography-font-list li .subtitle {
  display: block;
  font-weight: var(--fw-medium);
}
.bd-style-typography-list {
  list-style-type: none;
}
.bd-style-typography-list li:not(:last-child) {
  margin-bottom: 10px;
}
.bd-style-info-list {
  background: var(--color-bg-primary);
  border-radius: 8px;
  padding: 30px 30px;
  list-style: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.bd-style-info-list li {
  color: var(--color-white);
  list-style: none;
  font-size: 18px;
}
[data-theme-mode=light] .bd-style-info-list li {
  color: var(--color-black);
}
.bd-style-info-list li:not(:last-child) {
  margin-bottom: 10px;
}
.bd-style-info-list li strong {
  font-weight: 600;
}
.bd-style-info-list li a {
  color: var(--color-primary);
}

/*----------------------------------------*/
/*  47 Style-guide CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  48 Team CSS Start
/*----------------------------------------*/
.bd-team-wrapper {
  text-align: center;
}
.bd-team-wrapper .bd-team-thumb-wrap {
  margin-bottom: 15px;
  border-radius: 16px;
  overflow: hidden;
}
.bd-team-wrapper .bd-team-thumb img {
  border-radius: 16px;
}
.bd-team-wrapper .bd-team-info .name {
  margin-bottom: 5px;
}
.bd-team-wrapper .bd-team-info span {
  color: var(--color-body);
  font-weight: var(--fw-medium);
}

/*----------------------------------------*/
/*  48 Team CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  49 Nice Select CSS Start
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  color: var(--color-white);
  background-color: transparent;
  border-radius: 6px;
  border: solid 1px var(--color-border-primary);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 25px;
  padding-right: 44px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
[data-theme-mode=light] .nice-select {
  color: var(--color-black);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: 0;
}

.nice-select:after {
  display: block;
  height: auto;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  content: "\e905";
  font-family: var(--ff-icomoon);
  font-size: 18px;
  transform: translateY(-50%);
  margin-top: 0;
  height: auto;
  width: auto;
  color: var(--color-white);
  transition: 0.3s;
}
[data-theme-mode=light] .nice-select:after {
  color: var(--color-black);
}

.nice-select.open:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
}

.df-input-field .nice-select.open .list {
  width: 100%;
}

.nice-select.disabled {
  border-color: var(--color-text-muted);
  color: var(--color-text-muted);
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: var(--color-text-muted);
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  color: var(--color-white);
  background-color: var(--color-bg-primary);
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 101%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
[data-theme-mode=light] .nice-select .list {
  color: var(--color-black);
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: var(--fw-regular);
  list-style: none;
  line-height: 26px;
  min-height: 26px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: var(--color-white);
}
[data-theme-mode=light] .nice-select .option {
  color: var(--color-black);
}
.nice-select .option:hover {
  color: var(--color-primary);
}
.nice-select .option:first-child {
  margin-top: 5px;
}
.nice-select .option:last-child {
  margin-bottom: 5px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: transparent;
}

.nice-select .option.selected {
  font-weight: var(--fw-regular);
}

.nice-select .option.disabled {
  background-color: transparent;
  color: var(--color-text-muted);
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  49 Nice Select CSS End
/*----------------------------------------*/
/*# sourceMappingURL=../maps/main.css.map */




.template {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.template::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(0deg);
  animation: diagonal-shine 3s infinite;
}

@keyframes diagonal-shine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}

.form-select,
.form-select:focus,
.form-select:active,
.form-select.show {
    background-color: var(--color-body-bg)!important;
    color: #ffffff!important;
    font-size: 16px!important;
    outline: none!important;
    border: none!important;
    -webkit-border-radius: 6px!important;
    -moz-border-radius: 6px!important;
    -o-border-radius: 6px!important;
    -ms-border-radius: 6px!important;
    border-radius: 6px!important;
    border: 1px solid var(--color-border-primary)!important;
}

.bd-header-logo img {
    max-width: 380px;
}

@media (max-width: 576px) {
    .bd-header-logo img {
        max-width: 120px;
    }
}