@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&amp;display=swap");
.footer__round-btn, .postbox__meta span:not(:first-child):before, .main-menu ul li.has-dropdown > a::after, .main-menu ul li .submenu, .main-menu ul li .submenu li a::before, .main-menu ul li .mega-menu li ul li a::before, .feedback__navigation button::after, .offcanvas__overlay, .offcanvas__navigation button svg, .body__overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6, i[class^=flaticon-] {
  -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;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  -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;
}

/* transform */
.nav-tabs .nav-link::after, .brnad__active::after, .brnad__active::before, .footer__conditions ul li:not(:last-child):after, .footer__round-btn, .rc__meta span::before, .postbox__meta span:not(:first-child):before, .postbox__list ul li:after, .postbox__quote-cite cite::before, .main-menu ul li .mega-menu li ul li a::before, .banner__thumb-wrapper-4 .thumb-1, .banner__shape .shape-2::before, .banner__input-2 .bd-gradient-btn, .banner__thumb-wrapper-3 .banner__shape-3, .banner-glow-2 .glow-1, .feedback__navigation button, .wealth__navigation button, .breadcrumb__menu ul li:not(:last-child)::before, .nice-select::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}


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

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

.bg-theme-tertiary {
  background-color: var(--bd-theme-tertiary);
}

.bg-theme-quaternary {
  background: var(--bd-theme-quaternary);
}

:root {
  /**
  @font family declaration
  */
  --bd-ff-body: 'Inter', sans-serif;
  --bd-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --bd-common-white: #FFFFFF;
  --bd-common-black: #000000;
  --bd-common-placeholder: #555555;
  --bd-common-selection: #262626;
  --bd-body-primary: rgb(6, 6, 6);
  --bd-body-secondary: rgb(255, 255, 255);
  --bd-theme-primary: #089EFF;
  --bd-theme-secondary: #FB5141;
  --bd-theme-tertiary: #674AD9;
  --bd-theme-quaternary: #E540A3;
  --bd-heading-primary: #060606;
  --bd-heading-secondary: #021D35;
  --bd-text-body: #7C7E82;
  --bd-text-primary: #FFFFFF;
  --bd-text-secondary: #111111;
  --bd-text-1: #7C7E82;
  --bd-bg-1: rgb(14, 10, 36);
  --bd-bg-2: rgb(6, 6, 6);
  --bd-bg-3: rgba(14, 10, 36, 0.5);
  --bd-bg-4: rgb(18, 18, 18);
  --bd-bg-5: #121212;
  --bd-bg-6: rgba(255, 255, 255, 0.06);
  --bd-bg-7: rgb(240, 235, 255);
  --bd-bg-8: rgb(236, 235, 241);
  --bd-bg-9: rgb(242, 242, 242);
  --bd-bg-10: rgb(247, 247, 247);
  --bd-border-primary: rgba(255, 255, 255, 0.079);
  --bd-border-secondary: rgb(2, 29, 53);
  --bd-gradient-1: linear-gradient(90deg, rgb(251, 81, 65), rgb(103, 74, 217), rgb(103, 74, 217), rgb(251, 81, 65));
  --bd-gradient-2: linear-gradient(90deg, #674AD9 0%, #FB5141 100%);
  --bd-gradient-3: linear-gradient(90deg, #FB5141 0%, #089EFF 100%);
  /**
  @font weight declaration
  */
  --bd-fw-normal: normal;
  --bd-fw-thin: 100;
  --bd-fw-elight: 200;
  --bd-fw-light: 300;
  --bd-fw-regular: 400;
  --bd-fw-medium: 500;
  --bd-fw-sbold: 600;
  --bd-fw-bold: 700;
  --bd-fw-ebold: 800;
  --bd-fw-black: 900;
  /**
  @font size declaration
  */
  --bd-fs-body: 16px;
  --bd-fs-p: 18px;
  --bd-fs-h1: 60px;
  --bd-fs-h2: 44px;
  --bd-fs-h3: 24px;
  --bd-fs-h4: 20px;
  --bd-fs-h5: 18px;
  --bd-fs-h6: 16px;
}

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

html {
  font-size: 10px;
}

/*---------------------------------
    Typography css start
---------------------------------*/
body {
  font-family: var(--bd-ff-body);
  font-size: var(--bd-fs-body);
  font-weight: normal;
  color: var(--bd-text-body);
  line-height: 26px;
  background: var(--bd-body-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bd-ff-body);
  color: var(--bd-text-primary);
  margin-top: 0px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: var(--bd-fw-medium);
  word-break: break-word;
}

h1 {
  font-size: var(--bd-fs-h1);
  font-weight: var(--bd-fw-sbold);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  h1 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: var(--bd-fs-h2);
  font-weight: var(--bd-fw-sbold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width:450px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: var(--bd-fs-h3);
}

h4 {
  font-size: var(--bd-fs-h4);
}

h5 {
  font-size: var(--bd-fs-h5);
}

h6 {
  font-size: var(--bd-fs-h6);
}

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

.gradient-text-3 {
  background: linear-gradient(90deg, #674AD9 0%, #FB5141 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  font-size: var(--bd-fs-p);
  font-weight: var(--bd-fw-normal);
  color: var(--bd-text-body);
  margin-bottom: 15px;
  line-height: 26px;
  letter-spacing: -0.2px;
}

a {
  text-decoration: none;
}

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 {
  width: 100%;
  height: auto;
  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(--bd-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  height: 70px;
  width: 100%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: 50px;
}

*::-moz-selection {
  background: var(--bd-common-selection);
  color: var(--bd-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--bd-common-selection);
  color: var(--bd-common-white);
  text-shadow: none;
}

::selection {
  background: var(--bd-common-selection);
  color: var(--bd-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
}
*::-moz-placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--bd-common-placeholder);
}
*::-moz-placeholder::-moz-placeholder { /* Firefox 19+ */
  color: var(--bd-common-placeholder);
}
*::-moz-placeholder:-moz-placeholder { /* Firefox 4-18 */
  color: var(--bd-common-placeholder);
}
*::-moz-placeholder:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--bd-common-placeholder);
}
*::-moz-placeholder::placeholder { /* MODERN BROWSER */
  color: var(--bd-common-placeholder);
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
}
*::placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--bd-common-placeholder);
}
*::placeholder::-moz-placeholder { /* Firefox 19+ */
  color: var(--bd-common-placeholder);
}
*::placeholder:-moz-placeholder { /* Firefox 4-18 */
  color: var(--bd-common-placeholder);
}
*::placeholder:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--bd-common-placeholder);
}
*::placeholder::placeholder { /* MODERN BROWSER */
  color: var(--bd-common-placeholder);
}

/*----------------------------------------
   Flaction customize
-----------------------------------------*/
i[class^=flaticon-] {
  line-height: 1;
  top: 2px;
  position: relative;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}

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

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1250px;
  }
}
.custom-container {
  max-width: 1620px;
}

.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;
}

.body__color-glow {
  position: fixed;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(90deg, #674AD9 0%, #FB5141 100%);
  opacity: 0.25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
.body__color-glow.glow-2 {
  left: auto;
  top: -50px;
  right: -250px;
  bottom: auto;
  background: var(--bd-theme-primary);
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.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;
}

.p-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;
  }
}

.valign {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

/*---------------------------------
	1.3 Default Spacing
---------------------------------*/
.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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

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

.section__title-space {
  margin-bottom: 50px;
}

.btn__wrapper {
  margin-top: 47px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .btn__wrapper {
    margin-top: 30px;
  }
}

.footer-space-top {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-space-top {
    padding-top: 800px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-space-top {
    padding-top: 70px;
  }
}

/*----------------------------------------*/
/*  2.4 Background
/*----------------------------------------*/
.white-bg {
  background-color: var(--bd-common-white);
}

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

.footer-bg {
  background-color: var(--bd-bg-1);
}
.bd-theme-light .footer-bg {
  background-color: var(--bd-bg-2);
}

.theme-bg-1 {
  background-color: var(--bd-bg-1);
}

.theme-bg-2 {
  background-color: var(--bd-bg-2);
}

.theme-bg-3 {
  background-color: var(--bd-bg-3);
}

.theme-bg-4 {
  background-color: var(--bd-bg-4);
}

.theme-bg-5 {
  background-color: var(--bd-bg-5);
}

.theme-bg-6 {
  background-color: var(--bd-bg-6);
}

.theme-bg-7 {
  background-color: var(--bd-bg-7);
}

.theme-bg-8 {
  background-color: var(--bd-bg-8);
}

.theme-bg-9 {
  background-color: var(--bd-bg-9);
}

.theme-bg-10 {
  background-color: var(--bd-bg-10);
}

.midnight-blue {
  background-color: rgb(14, 10, 36);
}

.bg-gradient-1 {
  background: linear-gradient(90deg, #674AD9 0%, #FB5141 50.52%, #089EFF 100%);
}

.bg-gradient-2 {
  background: var(--btn-gradient, linear-gradient(90deg, #674AD9 0%, #FB5141 100%));
}

.bg-gradient-3 {
  background: linear-gradient(135deg, #FB5141 0%, #089EFF 100%);
}

.bg-gradient-4 {
  background: linear-gradient(360deg, rgba(5, 157, 255, 0.15) 0%, rgba(5, 157, 255, 0) 100%);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.sub__btn {
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  color: var(--bd-text-primary);
  text-transform: uppercase;
  padding: 0 25px;
  font-weight: var(--bd-fw-sbold);
  position: relative;
  z-index: 5;
  background: linear-gradient(90deg, rgba(87, 63, 234, 0.2) 0%, rgba(161, 145, 255, 0.2) 100%);
  font-size: 15px;
}
.sub__btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(87, 63, 234, 0.2) 0%, rgba(161, 145, 255, 0.2) 100%);
  border-radius: 40px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.sub__btn:hover {
  color: var(--bd-common-white);
}
.sub__btn:hover::before {
  opacity: 1;
  background: linear-gradient(90deg, rgba(87, 63, 234, 0.2) 0%, rgb(161, 145, 255) 100%);
}
.sub__btn.sm {
  height: 60px;
  padding: 0 35px;
}
.bd-theme-light .sub__btn.sm {
  color: var(--bd-common-white);
}

.bd-gradient-btn {
  font-size: 15px;
  color: var(--bd-common-white);
  text-transform: uppercase;
  font-weight: var(--bd-fw-sbold);
  padding: 0px 35px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  z-index: 5;
  background-position: 100% 100%;
  background-size: 300% 100%;
  background-image: var(--bd-gradient-1);
}
.bd-gradient-btn:focus {
  color: var(--bd-common-white);
}
.bd-gradient-btn span i {
  position: relative;
  top: 1px;
}
.bd-gradient-btn:hover {
  color: var(--bd-common-white);
  background-position: 0 100%;
}

.bd-gradient-btn.btn-xs {
  height: 50px;
  padding: 0 25px;
}
.bd-gradient-btn.btn-sm {
  height: 55px;
  padding: 0 30px;
}
.bd-gradient-btn.btn-lg {
  height: 65px;
  border-radius: 50px;
  padding: 0 40px;
}
.bd-gradient-btn.btn-xl {
  height: 75px;
  border-radius: 50px;
  padding: 0 45px;
}
.bd-gradient-btn.btn-xxl {
  height: 85px;
  border-radius: 50px;
  padding: 0 60px;
}

.bd-gradient-btn-white {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--bd-fw-sbold);
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 0 35px;
  text-transform: uppercase;
  color: var(--bd-heading-primary);
  background-color: var(--bd-common-white);
  z-index: 5;
}
.bd-gradient-btn-white span i {
  margin-left: 8px;
}
.bd-gradient-btn-white:hover {
  background-color: var(--bd-heading-primary);
  color: var(--bd-common-white);
}

.bd-btn {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--bd-fw-sbold);
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 0 35px;
  text-transform: uppercase;
  background-color: var(--bd-theme-primary);
  color: var(--bd-common-white);
  z-index: 5;
}
.bd-btn span i {
  margin-left: 8px;
}
.bd-btn:hover {
  background: var(--bd-theme-secondary);
  color: var(--bd-common-white);
}
.bd-btn.btn-secondary {
  background: var(--bd-theme-secondary);
}
.bd-btn.btn-secondary:hover {
  background-color: var(--bd-theme-primary);
}
.bd-btn.btn-tertiary {
  background: var(--bd-theme-tertiary);
}
.bd-btn.btn-tertiary:hover {
  background-color: var(--bd-theme-primary);
}
.bd-btn.btn-quaternary {
  background: var(--bd-theme-quaternary);
}
.bd-btn.btn-quaternary:hover {
  background-color: var(--bd-theme-primary);
}

.text__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--bd-common-white);
  position: relative;
}
.bd-theme-light .text__link {
  color: var(--bd-text-primary);
}
.text__link::before {
  position: absolute;
  content: "";
  left: auto;
  bottom: -2px;
  background: currentColor;
  width: 0;
  height: 2px;
  transition: 0.3s;
  right: 0;
}
.text__link:hover {
  color: var(--bd-theme-primary);
}
.text__link:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn__group {
  display: flex;
  align-items: center;
  gap: 20px 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.button__group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.play__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgb(33, 33, 33);
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.play__btn span i {
  color: var(--bd-common-white);
}
.play__btn:hover {
  background-color: var(--bd-theme-primary);
}

/*----------------------------------------*/
/*  2.9 Offcanvas
/*----------------------------------------*/
.offcanvas__area {
  background: #0E0A24 none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-left: 1px solid var(--bd-border-primary);
}
.offcanvas__area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .offcanvas__area {
    width: 400px;
  }
}
@media (max-width:450px) {
  .offcanvas__area {
    width: 100%;
  }
}
.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);
}
.offcanvas__logo a img {
  width: 160px;
}
@media (max-width: 575px) {
  .offcanvas__logo a img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .offcanvas__logo a img {
    width: 140px;
  }
}
.offcanvas__content {
  padding-bottom: 45px;
}
.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 35px 40px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 30px 30px;
  }
}
.offcanvas__top {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.079);
}
.offcanvas__color {
  margin-bottom: 40px;
}
.offcanvas__color h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__color input {
  display: none;
}
.offcanvas__color label {
  width: 100%;
  height: 60px;
  background-color: var(--bd-theme-primary);
}
.offcanvas__color label:hover {
  cursor: pointer;
}
.offcanvas__color-2 label {
  background-color: var(--bd-theme-2);
}
.offcanvas__search {
  position: relative;
}
.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border-bottom: 1px solid var(--bd-border-primary);
  font-size: 16px;
  color: var(--bd-common-white);
  padding-bottom: 15px;
}
.offcanvas__search input::placeholder {
  color: var(--bd-common-white);
}
.offcanvas__search input:focus {
  border-color: var(--bd-common-white);
}
.offcanvas__search button {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 20px;
  color: var(--bd-common-white);
}
.offcanvas__search button:hover {
  color: var(--bd-theme-primary);
}
.offcanvas__title {
  color: var(--bd-common-white);
}
@media (max-width:450px) {
  .offcanvas__title {
    font-size: 20px;
  }
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__social {
  margin-bottom: 40px;
}
.offcanvas__social ul li {
  display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social ul li a {
  color: var(--bd-text-secondary);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgb(124, 126, 130);
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.offcanvas__social ul li a:hover {
  background-color: var(--bd-theme-primary);
  color: var(--bd-common-white);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.offcanvas__notification-icon a {
  font-size: 14px;
  color: var(--bd-common-white);
  position: relative;
}
.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--bd-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--bd-common-white);
  text-align: center;
}
.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--bd-common-white);
  font-size: 14px;
}
.offcanvas__notification-text p .notification-number {
  color: var(--bd-theme-primary);
}
.offcanvas__notification-text p a {
  color: var(--bd-theme-primary);
}
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--bd-common-black);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.6;
  visibility: visible;
}

.sidebar__toggle {
  cursor: pointer;
}

.offcanvas__contact-icon {
  margin-inline-end: 15px;
}

.offcanvas__slider-content {
  border: 1px solid var(--bd-border-primary);
  padding: 20px;
}

.offcanvas__navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas__navigation button svg * {
  fill: var(--bd-common-white);
}
.offcanvas__navigation button:hover svg * {
  fill: var(--bd-theme-primary);
}

.offcanvas__post-title {
  font-size: 26px;
  color: var(--bd-common-white);
}
.offcanvas__post-title a:hover {
  color: var(--bd-theme-primary);
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--bd-common-white);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 33px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .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;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/* === Sidebar Toggle === */
.sidebar__toggle { cursor: pointer; }


.bd-theme-light .section__subtitle-2::before {
  background: rgb(235, 235, 235);
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.breadcrumb-space {
  padding: 200px 0 90px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-space {
    padding: 170px 0 70px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-space {
    padding: 135px 0 65px;
  }
}

.breadcrumb__area .round__shape {
  position: absolute;
  right: -94px;
  top: -173px;
  max-width: 694px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__area .round__shape {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__area .round__shape {
    max-width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__area .round__shape {
    max-width: 400px;
  }
}
@media (max-width:450px) {
  .breadcrumb__area .round__shape {
    display: none;
  }
}

.breadcrumb__glow .glow-1 {
  background: #573fea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 235px;
  height: 235px;
  position: absolute;
  left: -120px;
  bottom: -120px;
  filter: blur(200px);
  opacity: 50%;
}
.breadcrumb__glow .glow-2 {
  background: linear-gradient(-90deg, rgb(101, 73, 213) 0%, rgb(251, 83, 67) 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 241px;
  height: 241px;
  position: absolute;
  top: 55px;
  right: -120px;
  filter: blur(200px);
  opacity: 50%;
}

.breadcrumb__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.2;
  margin: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  min-height: 1.2em;
  display: block;
}

.breadcrumb__menu ul {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flexbox;
  display: inline-flex;
  gap: 25px;
  justify-content: center;
}
.breadcrumb__menu ul li {
  list-style: none;
  position: relative;
  line-height: 1;
}
.breadcrumb__menu ul li:last-child span {
  color: var(--bd-theme-primary);
}
.breadcrumb__menu ul li:not(:last-child)::before {
  display: inline-block;
  content: "\f105";
  position: absolute;
  top: 50%;
  font-family: var(--bd-ff-fontawesome);
  inset-inline-end: -16px;
  font-size: 18px;
}
.breadcrumb__menu ul li.active span {
  color: var(--bd-theme-primary);
}
.breadcrumb__menu ul li span {
  font-size: 14px;
  font-weight: var(--bd-fw-medium);
  text-transform: uppercase;
}
.breadcrumb__menu ul li span a {
  font-weight: var(--bd-fw-medium);
}
.breadcrumb__menu ul li span a:hover {
  color: var(--bd-theme-primary);
}

.breadcrumb__content > p {
  margin-bottom: 0;
  max-width: 500px;
}

.breadcrumb__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.breadcrumb__meta-thumb {
  max-width: 56px;
}
.breadcrumb__meta-thumb img {
  border-radius: 50%;
}

.breadcrumb__list span.dvdr {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  display: inline-block;
  margin: 0 7px;
  width: 5px;
  height: 5px;
  background: var(--bd-text-body);
}
.breadcrumb__list span a:hover {
  color: var(--bd-theme-primary);
}

/*----------------------------------------*/
/*  2.7 Light Mode
/*----------------------------------------*/
.bd-theme-light:root {
  --bd-text-primary: rgba(6, 6, 6, 1);
  --bd-text-secondary: rgba(255, 255, 255, 1);
  --bd-text-body: rgb(81, 82, 84);
  --bd-border-primary: rgba(6, 6, 6, 0.1);
  --bd-bg-2: rgba(249, 249, 249, 1);
  --bd-bg-5: rgb(243, 243, 243);
}
.bd-theme-light:root body {
  background: var(--bd-body-secondary);
}
.bd-theme-light:root .theme-bg-1 {
  background-color: var(--bd-bg-2);
}

/*----------------------------------------*/
/*  3.2 Header Style 1
/*----------------------------------------*/

.bd-theme-light .header-4.bd-sticky {
  background-color: var(--bd-bg-1);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-4.bd-sticky {
    padding: 15px 15px;
  }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area.header-4 {
    padding: 15px 15px;
  }
}

/*----------------------------------------*/
/*  3.3 Header Style 2
/*----------------------------------------*/
.header-3 .container {
  max-width: 1920px;
  padding: 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-3 .container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-3 .container {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header-3 .container {
    padding: 0 15px;
  }
}
.header-3 .sub__btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--bd-common-white);
}
.header-3 .header__btn-wrap .bd-gradient-btn {
  height: 45px;
  padding: 0 25px;
}

/*----------------------------------------*/
/*  3.1 Header Common Style
/*----------------------------------------*/
.bd-sticky {
  position: fixed !important;
  top: 0;
  z-index: 111;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--bd-bg-1);
  border-top: 0;
}

.header-transparent {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

.header__area {
  border-bottom: 1px solid var(--bd-border-primary);
}
.bd-theme-light .header__area {
  background: var(--bd-common-white);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area {
    padding: 18px 0;
  }
}
.header__area .container {
  max-width: 1920px;
  padding: 0 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header__area .container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__area .container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area .container {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header__area .container {
    padding: 0 15px;
  }
}
.header__area .header__btn-wrap .bd-gradient-btn {
  height: 45px;
  padding: 0 25px;
}

.header__logo {
  max-width: 162px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header__logo {
    max-width: 150px;
  }
}
@media (max-width:450px) {
  .header__logo {
    max-width: 140px;
  }
}

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

.header__btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.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: 100%;
  height: 2px;
  background: var(--bd-text-primary);
  display: inline-block;
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.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) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--bd-common-black);
}
.bar-icon.is-white span {
  background: var(--bd-common-white);
}

.header-common {
  background: var(--bd-bg-1);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-3 {
    padding: 18px 0;
  }
}



/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.main-menu ul {
  margin-bottom: 0;
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 25px;
  /* submenu css start */
  /* mega menu start */
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin-inline-end: 30px;
  }
}
.main-menu ul li:last-child {
  margin-inline-end: 0;
}
.main-menu ul li > a {
  display: inline-block;
  color: var(--bd-text-body);
  padding: 36px 0;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul li > a {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li > a {
    padding: 30px 0;
  }
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 15px;
  font-family: var(--bd-ff-fontawesome);
  font-weight: 400;
  margin-inline-start: 5px;
  display: inline-block;
}
.main-menu ul li.has-mega-menu {
  position: static;
}
.main-menu ul li.megamenu-wrapper {
  position: static;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 110%;
  inset-inline-start: 0;
  min-width: 280px;
  background: #0d0d0d;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 35px 0 6px;
  color: var(--bd-common-white);
  border: 1px solid var(--bd-border-primary);
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  color: var(--bd-text-1);
}
.main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: var(--bd-text-body);
  font-size: 16px;
  padding: 0 25px;
  padding-inline-start: 30px;
  padding-bottom: 9px;
  width: 100%;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  height: 1px;
  background-color: var(--bd-theme-primary);
}
.main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--bd-theme-primary);
  padding-inline-start: 43px;
}
.main-menu ul li .submenu li:hover > a::before {
  width: 12px;
}
.main-menu ul li .submenu li:hover > a::after {
  color: var(--bd-theme-primary);
}
.main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.main-menu ul li .mega-menu {
  position: absolute;
  top: 105%;
  left: 50%;
  padding: 30px 35px 30px;
  background: #0d0d0d;
  visibility: hidden;
  opacity: 0;
  border: 1px solid var(--bd-border-primary);
  z-index: 99;
  width: 100%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.bd-theme-light .main-menu ul li .mega-menu {
  background-color: var(--bd-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li .mega-menu {
    padding: 25px 25px;
    padding-inline-start: 80px;
  }
}
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4 {
  padding: 30px 35px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 {
  padding: 30px 35px 30px;
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  width: 950px;
  margin: 0 auto;
  justify-content: space-around;
}
.main-menu ul li .mega-menu li .mega-menu-title {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--bd-text-body);
  cursor: text;
  padding: 0;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--bd-border-primary);
  padding-bottom: 5px;
}
.bd-theme-light .main-menu ul li .mega-menu li .mega-menu-title {
  color: var(--bd-text-body);
}
.main-menu ul li .mega-menu li .mega-menu-title::before {
  display: none;
}
.main-menu ul li .mega-menu li ul li {
  width: 100%;
  float: none;
  margin-bottom: 9px;
}
.main-menu ul li .mega-menu li ul li:last-child {
  margin-bottom: 0;
}
.main-menu ul li .mega-menu li ul li a {
  font-weight: 500;
  font-size: 14px;
  color: var(--bd-text-body);
  padding: 0;
  position: relative;
}
.bd-theme-light .main-menu ul li .mega-menu li ul li a {
  color: var(--bd-text-body);
}
.main-menu ul li .mega-menu li ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 0;
  height: 1px;
  background-color: var(--bd-theme-primary);
}
.main-menu ul li .mega-menu li ul li:hover > a {
  color: var(--bd-theme-primary);
}
.main-menu ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--bd-theme-primary);
}
.main-menu ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--bd-theme-primary);
  padding-inline-start: 0;
}
.main-menu ul li .mega-menu li:hover > a {
  color: var(--bd-theme-primary);
}
.main-menu ul li .mega-menu li a:hover {
  padding-inline-start: 18px;
}
.main-menu ul li .mega-menu li a:hover::before {
  width: 12px;
}
.main-menu ul li:hover > a {
  color: var(--bd-theme-primary);
}
.main-menu ul li:hover > a::after {
  color: var(--bd-theme-primary);
}
.main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/*----------------------------------------*/
/*  5.1 Blog css
/*----------------------------------------*/
.blog__thumb {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog__thumb img {
  mix-blend-mode: luminosity;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.blog__item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.bd-theme-light .blog__item {
  border: 1px solid var(--bd-border-primary);
}
.blog__item:hover .blog__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blog__title {
  margin-bottom: 18px;
  line-height: 1.3;
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__title {
    font-size: 20px;
  }
}
.blog__title a:hover {
  color: var(--bd-theme-primary);
}

.blog__grid-item {
  padding: 20px;
  border: 1px solid var(--bd-border-primary);
}
.blog__grid-item:hover .blog__thumb-inner {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.blog__grid-thumb img {
  mix-blend-mode: luminosity;
}

.blog__thumb-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 0 40px;
  transform: scale(0.8);
  overflow: hidden;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  justify-content: center;
}

.blog__thumb-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: var(--btn-gradient, linear-gradient(90deg, #674AD9 0%, #FB5141 100%));
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}

.blog__link {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(6, 6, 6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 9;
  color: var(--bd-common-white);
  font-size: 18px;
}
.blog__link:hover {
  background-color: var(--bd-theme-primary);
  color: var(--bd-common-white);
}

.footer__bottom.bt-0 {
  border-top: 0;
}


/*----------------------------------------*/
/*  6.0 Footer Style
/*----------------------------------------*/
.footer__area-common {
  padding-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__area-common {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__area-common {
    padding-top: 70px;
  }
}

.footer__grid {
  display: flex;
  gap: 50px 30px;
  justify-content: space-between;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__grid {
    flex-wrap: wrap;
  }
}

.footer__widget:nth-child(1) {
  width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget:nth-child(1) {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget:nth-child(1) {
    width: 100%;
  }
}
@media (max-width:450px) {
  .footer__widget:nth-child(1) {
    width: 100%;
  }
}
.footer__widget:nth-child(2) {
  width: 12%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget:nth-child(2) {
    width: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget:nth-child(2) {
    width: 20%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget:nth-child(2) {
    width: 45%;
  }
}
@media (max-width:450px) {
  .footer__widget:nth-child(2) {
    width: 100%;
  }
}
.footer__widget:nth-child(3) {
  width: 14%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget:nth-child(3) {
    width: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget:nth-child(3) {
    width: 20%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget:nth-child(3) {
    width: 45%;
  }
}
@media (max-width:450px) {
  .footer__widget:nth-child(3) {
    width: 100%;
  }
}
.footer__widget:nth-child(4) {
  width: 27%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget:nth-child(4) {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget:nth-child(4) {
    width: 100%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget:nth-child(4) {
    width: 100%;
  }
}
@media (max-width:450px) {
  .footer__widget:nth-child(4) {
    width: 100%;
  }
}
.footer__widget .footer__content > P {
  margin-bottom: 32px;
}

.footer__logo img {
  max-width: 120px;
}

.footer__content > P {
  margin-bottom: 35px;
}

.footer__widget-title h5 {
  margin-bottom: 30px;
  font-size: 18px;
  position: relative;
  z-index: 10;
  color: var(--bd-text-primary);
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget-title h5 {
    font-size: 18px;
  }
}

.footer__title h4 {
  font-size: 20px;
}

.footer__link ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
.footer__link ul li {
  list-style: none;
}
.footer__link ul li a {
  font-size: 16px;
  position: relative;
  font-weight: var(--bd-fw-medium);
  letter-spacing: -0.18px;
}
.footer__link ul li a:hover {
  color: var(--bd-theme-primary);
}

.footer__main {
  position: relative;
  padding-bottom: 75px;
}
@media (max-width: 575px) {
  .footer__main {
    padding-bottom: 60px;
  }
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--bd-border-primary);
  padding: 30px 0;
  gap: 10px 30px;
}
@media (max-width: 575px) {
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer__conditions ul {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.footer__conditions ul li {
  list-style: none;
  position: relative;
}
.footer__conditions ul li:not(:last-child):after {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background: var(--bd-border-primary);
  top: 50%;
  right: -15px;
}
.footer__conditions ul li a:hover {
  color: var(--bd-theme-primary);
}

.footer__social {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 13px;
}
.footer__social a {
  color: var(--bd-text-secondary);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgb(124, 126, 130);
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.footer__social a:hover {
  background-color: var(--bd-theme-primary);
  color: var(--bd-common-white);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.footer__newsletter > p {
  margin-bottom: 35px;
}

.footer__newsletter-input input {
  padding-right: 65px;
  border: 0;
  border-radius: 115px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  padding-left: 25px;
}
.bd-theme-light .footer__newsletter-input input {
  background: rgba(14, 10, 36, 0.07);
  color: rgba(124, 126, 130, 0.69);
}

.footer__round-btn {
  position: absolute;
  right: 5px;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--bd-common-white);
  font-size: 18px;
  top: 50%;
  background: var(--bd-gradient-2);
  z-index: 5;
  background-position: 100% 100%;
  background-size: 300% 100%;
  background-image: var(--bd-gradient-1);
}
.footer__round-btn:focus {
  color: var(--bd-common-white);
}
.footer__round-btn:hover {
  color: var(--bd-common-white);
  background-position: 0 100%;
}

.footer__short-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__short-info .info-content p {
  margin-bottom: 0;
}
.footer__short-info .info-content p a:hover {
  color: var(--bd-theme-primary);
}
.footer__short-info .info-icon span i {
  color: var(--bd-theme-primary);
  font-size: 20px;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.footer__widget-1-1 {
  max-width: 350px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget-1-1 {
    max-width: 100%;
  }
}

.footer__widget-1-2 {
  padding-left: -30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget-1-2 {
    padding-left: 0px;
  }
}

.footer__widget-1-3 {
  padding-left: 10px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget-1-3 {
    padding-left: 0px;
  }
}

.footer__widget-1-5 {
  display: grid;
}

.footer__glow .footer__glow-1 {
  width: 260px;
  height: 260px;
  border-radius: 260px;
  background: var(--bd-theme-primary);
  filter: blur(200px);
  position: absolute;
  bottom: -55px;
  left: calc(100% - 136px);
}
.footer__glow .footer__glow-2 {
  width: 260px;
  height: 260px;
  background: var(--bd-theme-secondary);
  filter: blur(200px);
  position: absolute;
  left: -128px;
  bottom: 32%;
}

.footer__main-1 {
  padding-top: 240px;
  padding-bottom: 80px;
}

.footer__app-item {
  text-align: center;
  padding: 10px 20px;
  border: 1px solid var(--bd-border-primary);
  max-width: 152px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.footer__app-item:not(:last-child) {
  margin-bottom: 20px;
}
.footer__app-item img {
  max-width: 110px;
}
.footer__app-item:hover {
  background: rgba(255, 255, 255, 0.0705882353);
  border-color: transparent;
}
.bd-theme-light .footer__app-item:hover {
  border: 1px solid var(--bd-bg-1);
}

.footer__contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__contact-info-item:nth-child(2) .footer__contact-info-icon span {
  background: rgb(251, 81, 65);
}
.footer__contact-info-item:nth-child(3) .footer__contact-info-icon span {
  background: rgb(103, 74, 217);
}
.footer__contact-info-item:not(:last-child) {
  margin-bottom: 20px;
}

.footer__contact-info-icon span {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bd-theme-primary);
  color: var(--bd-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
}

.footer__contact-info-content p {
  margin-bottom: 0;
  font-weight: 500;
}
.footer__contact-info-content p a:hover {
  color: var(--bd-theme-primary);
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.footer__widget-2-1 {
  max-width: 280px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget-2-1 {
    max-width: 100%;
  }
}

.footer__widget-2-2 {
  padding-left: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget-2-2 {
    padding-left: 0px;
  }
}

.footer__widget-2-3 {
  margin-left: -15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget-2-3 {
    margin-left: -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) {
  .footer__widget-2-3 {
    margin-left: 0px;
  }
}

.footer__area-2 {
  position: relative;
  padding-top: 325px;
  margin-top: -250px;
  background: rgb(14, 10, 36);
}
@media (max-width: 575px) {
  .footer__area-2 {
    padding-top: 308px;
  }
}

.footer__glow-2 .glow-1 {
  background: var(--bd-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 260px;
  height: 260px;
  filter: blur(200px);
  position: absolute;
  top: 122px;
  right: calc(100% - 200px);
}
.footer__glow-2 .glow-2 {
  background: var(--bd-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 307.22px;
  height: 307.22px;
  filter: blur(200px);
  position: absolute;
  left: calc(100% - 118px);
  bottom: 55px;
}
.footer__glow-2 .glow-3 {
  background: linear-gradient(90deg, rgb(87, 63, 234) 0%, rgb(161, 145, 255) 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.15;
  width: 96.9%;
  height: 43%;
  transform-origin: 0 0;
  filter: blur(200px);
  position: absolute;
  bottom: 0;
  display: block;
  left: 50%;
  transform: translateX(-50%) rotate(0deg) scale(1, 1);
  z-index: -1;
}

.footer__info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__info-item:not(:last-child) {
  margin-bottom: 20px;
}
.footer__info-item:last-child {
  align-items: start;
}

.footer__info-icon span {
  color: var(--bd-theme-primary);
}

.footer__info-text span {
  font-weight: var(--bd-fw-medium);
  color: var(--bd-text-1);
}
.footer__info-text span a:hover {
  color: var(--bd-theme-primary);
}
.footer__info-text p {
  color: var(--bd-text-1);
}
.footer__info-text p a:hover {
  color: var(--bd-theme-primary);
}

.footer__style-2 .footer__widget-title h5 {
  color: var(--bd-common-white);
}
.footer__style-2 .footer__link ul li a {
  color: var(--bd-text-1);
}
.footer__style-2 .footer__content > P {
  margin-bottom: 40px;
  color: var(--bd-text-1);
}
.footer__style-2 .footer__conditions ul li a {
  color: var(--bd-text-1);
}
.footer__style-2 .footer__copyright p a {
  color: var(--bd-text-white);
}
.footer__style-2 .footer__bottom {
  border-color: rgba(255, 255, 255, 0.079);
}
.footer__style-2 .footer__conditions ul li:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.079);
}

.footer__newsletter-input-2 input {
  background: transparent;
  border-radius: 0;
  padding: 0 65px 0px 0px;
  border-bottom: 1px solid var(--bd-border-primary);
}
.footer__newsletter-input-2 input:focus {
  border-bottom: 1px solid var(--bd-common-white);
}

/*----------------------------------------*/
/*  6.4 Footer Style 4
/*----------------------------------------*/
.footer__widget-4:nth-child(1) {
  width: 18%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget-4:nth-child(1) {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget-4:nth-child(1) {
    width: 25%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget-4:nth-child(1) {
    width: 100%;
  }
}
@media (max-width:450px) {
  .footer__widget-4:nth-child(1) {
    width: 100%;
  }
}
.footer__widget-4:nth-child(2) {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget-4:nth-child(2) {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget-4:nth-child(2) {
    width: 25%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget-4:nth-child(2) {
    width: 45%;
  }
}
@media (max-width:450px) {
  .footer__widget-4:nth-child(2) {
    width: 100%;
  }
}
.footer__widget-4:nth-child(3) {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget-4:nth-child(3) {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget-4:nth-child(3) {
    width: 25%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget-4:nth-child(3) {
    width: 45%;
  }
}
@media (max-width:450px) {
  .footer__widget-4:nth-child(3) {
    width: 100%;
  }
}
.footer__widget-4:nth-child(4) {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget-4:nth-child(4) {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget-4:nth-child(4) {
    width: 25%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget-4:nth-child(4) {
    width: 45%;
  }
}
@media (max-width:450px) {
  .footer__widget-4:nth-child(4) {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget-4:last-child {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget-4:last-child {
    width: 62%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget-4:last-child {
    width: 45%;
  }
}
.footer__widget-4 .footer__contact-info-content p {
  color: var(--bd-common-white);
}
.footer__widget-4 .footer__content > P {
  margin-bottom: 32px;
}

.footer__bottom-2 {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid var(--bd-border-primary);
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media (max-width: 575px) {
  .footer__bottom-2 {
    justify-content: center;
  }
}
.footer__bottom-2.bt-0 {
  border-top: 0;
}
.footer__bottom.bt-0 {
  border-top: 0;
}
.footer__copyright p {
  margin-bottom: 0;
  color: var(--bd-text-1);
}
.footer__copyright p a {
  color: var(--bd-text-primary);
}
.footer__copyright p a:hover {
  color: var(--bd-theme-primary);
}