:root {
  --thm-color: #0e59f2;
  --color-black: #1c1c25;
  --color-white: #ffffff;
  --body-font: "Outfit", sans-serif;
}

body,
html {
  font-family: var(--body-font);
  overflow-x: hidden;
}

/*===================
      Header
  ===================*/
.header {
  position: absolute;
  top: 73px;
  left: 50%;
  transform: translate(-50%);
}
.header .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.header .nav .nav-list {
  display: none;
  align-items: center;
  gap: 47px;
}
.header .nav .nav-list li a {
  color: var(--color-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.header .nav .header-right-content {
  display: flex;
}

.responsive-view {
  transform: translateY(-250px);
  margin-bottom: -260px;
  display: none;
}
.responsive-view img {
  width: 100%;
}
.menu-area.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
/*===================
        Section Title
    ===================*/
.section-title {
  display: flex;
  justify-content: center;
  align-content: center;
}
.section-title.start {
  justify-content: start;
}
.section-title .section-title-inner {
  text-align: center;
}
.section-title .section-title-inner.w-v1 {
  width: 100%;
}
.section-title .section-title-inner.w-v2 {
  width: 100%;
}
.section-title .section-title-inner.w-v3 {
  width: 100%;
}
.section-title .section-title-inner.w-v4 {
  width: 100%;
}
.section-title .section-title-inner.start {
  text-align: start;
}
.section-title .section-title-inner .sub-title {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  position: relative;
  padding: 0 23px;
  display: inline-block;
  align-items: center;
  margin-bottom: 35px;
}
.section-title .section-title-inner .sub-title.white {
  color: var(--color-white);
}
.section-title .section-title-inner .sub-title::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 1px;
  background: var(--thm-color);
  box-shadow: 0px 3px 11px 0px rgba(14, 89, 242, 0.4);
}
.section-title .section-title-inner .sub-title::after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 1px;
  background: var(--thm-color);
  box-shadow: 0px 3px 11px 0px rgba(14, 89, 242, 0.4);
}
.section-title .section-title-inner .big-title {
  color: var(--color-black);
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
.section-title .section-title-inner .big-title.v1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
.section-title .section-title-inner .big-title .blue {
  color: var(--thm-color);
}
.section-title .section-title-inner .big-title.white {
  color: var(--color-white);
}
.section-title .section-title-inner .title-para {
  margin-top: 30px;
  color: #7b7e86;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.section-title .section-title-inner .title-para.white {
  color: var(--color-white);
}

/*===================
        preview-elemntor
    ===================*/
.preview-elemntor {
  background: linear-gradient(
    83deg,
    #d8245c 6.38%,
    #aa2872 45.65%,
    #3a2973 168.02%
  );
  padding: 100px 0;
}
.preview-elemntor .preview-elemntor-left-content .preview-elemntor-logo {
  margin-bottom: 42px;
}
.preview-elemntor .preview-elemntor-left-content .preview-elemntor-title {
  color: var(--color-white);
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.preview-elemntor .preview-elemntor-left-content .preview-elemntor-title span {
  text-decoration-line: underline;
}
.preview-elemntor .preview-elemntor-left-content .preview-elemntor-para {
  color: var(--color-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.preview-elemntor .preview-elemntor-right-content {
  padding-left: 40px;
}
.preview-elemntor .preview-elemntor-right-content img {
  width: 100%;
}

/*===================
        Header And Footer
    ===================*/
.header-content-img img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 5px;
  box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.0588235294);
  background: var(--color-white);
  padding: 4px;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 37px;
  border-radius: 10px;
  background: linear-gradient(180deg, #d5defd 0%, #fff 100%);
  box-shadow: 3px 4px 13.1px 12px rgba(60, 79, 250, 0.06);
  padding: 43px;
}
.footer-content .footer-content-img {
  display: flex;
  gap: 17px;
}
.footer-content .footer-content-img img {
  width: 100%;
  margin-bottom: 10px;
}

/*===================
        Core Feature
    ===================*/
.core-feature-card {
  border: 1px solid #e2e5e7;
  background: #fff;
  box-shadow: 3px 4px 13.1px 12px rgba(193, 193, 193, 0.01);
  padding: 40px 20px 20px 22px;
  min-height: 400px;
  position: relative;
}
.core-feature-card .feature-logo {
  width: 92px;
  height: 92px;
  border: 1px solid #e2e5e7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 25px;
}
.core-feature-card .feature-logo img {
  width: 50px;
  height: 50px;
}
.core-feature-card .para {
  color: #9a9d9e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.core-feature-card .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin: 10px 0 20px 0;
  text-transform: capitalize;
}
.core-feature-card .title a {
  color: var(--color-black);
}

/*===================
   Add Woocommerce
===================*/
.add-wooCommerce {
  background: linear-gradient(
    179deg,
    rgba(255, 250, 226, 0.59) 0.78%,
    #edf2fe 25.6%,
    #f3f7fe 50.43%,
    #ecf2fe 75.25%,
    #fdfdff 100.07%
  );
  padding: 180px 0 120px 0;
  position: relative;
  z-index: -1;
}
.add-wooCommerce .woocommerce-img img {
  width: 100%;
}
.add-wooCommerce .woocommerce-left-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.add-wooCommerce .woocommerce-right-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*===================
        All Devices Responsive
    ===================*/
.all-devices-responsive {
  background-image: url("../img/all-devices-responsive-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}
.all-devices-responsive .all-device-responsive-img img {
  margin-bottom: -128px;
  width: 100%;
}

/*===================
        Website Features
    ===================*/

.website-feature-card {
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 20px;
  position: relative;
}
.website-feature-card .card-content {
  border-radius: 5px;
  border: 1px solid #eee;
  background: var(--color-white);
  padding: 43px 0;
  min-height: 240px;
}
.website-feature-card .card-content .feature-logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.website-feature-card .card-content .para {
  color: #7b7e86;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

/*===================
        Review
    ===================*/
.list-item {
  padding: 50px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 4px 90px 0px rgba(228, 220, 208, 0.33);
}
.list-item .item-para {
  color: #74787c;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  padding-bottom: 34px;
  border-bottom: 1px solid #f2efea;
}
.list-item .list-content {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 26px;
}
.list-item .list-content .left-content {
  display: flex;
  align-items: center;
  gap: 22px;
}

.list-item .list-content .left-content .content-info .title {
  color: var(--color-black);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 5px;
}

.list-item .list-content .left-content .content-info .title a {
  color: var(--color-black);
  text-decoration: underline;
  transition: all 0.4s ease;
}
.list-item .list-content .left-content .content-logo {
  width: 65px;
  height: 65px;
  background: #f6f6f9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}
.list-item .list-content .left-content .content-logo img {
  width: 40px;
  height: 45px;
}

.testi-desgination {
  color: #74787c;
  font-weight: 400;
  line-height: 26px;
}

.review-slider2 {
  margin-top: 35px;
}

/*===================
        support
    ===================*/
.support {
  background: var(--thm-color);
  padding: 50px 0;
}
.support .support-logo img {
  width: 100%;
}
.support .support-details {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.support .support-details .title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 35px;
}
.support .support-details .para {
  color: #e3e8f4;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.support .support-details .para span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration-line: underline;
  color: var(--color-black);
}
.support .contact-now {
  margin-top: 40px;
}

/*===================
      Import Demo
  ===================*/
.import-demo {
  background: #f1f5ff;
  padding-top: 100px;
}
.import-demo .import-play-demo {
  transform: translateY(50%);
  margin-top: -122px;
  background: var(--color-white);
  padding: 10px;
  border-radius: 30px;
}
.import-demo .import-play-demo video {
  width: 100%;
  border-radius: 20px;
}

/*===================
        Inner Page
    ===================*/
.inner-page {
  overflow: hidden;
  background: #141313;
  padding-top: 100px;
}
.inner-page-slider {
  width: 1600px;
}
.inner-page img {
  width: 100%;
}

/*===================
        footer
    ===================*/
.footer {
  padding: 140px 0;
  background: #07181e;
  text-align: center;
}
.footer .footer-title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 44px;
}
.footer .footer-title span {
  color: var(--thm-color);
}
.footer .footer-para {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 56px;
}

/*===================
        All Button
    ===================*/
.all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.all-btn.center {
  justify-content: center;
}
.all-btn .btn.v1,
.all-btn .btn.v2,
.all-btn .btn.v3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 22px;
  transition: all 0.4s ease;
}
.all-btn .btn.v1 {
  background: var(--thm-color);
  color: var(--color-white);
}
.all-btn .btn.v1:hover {
  background: var(--color-white);
  color: var(--thm-color);
}
.all-btn .btn.v2 {
  color: var(--color-white);
}
.all-btn .btn.v3 {
  background: var(--color-white);
  color: var(--thm-color);
}
.all-btn .btn.v3:hover {
  background: var(--thm-color);
  color: var(--color-white);
}

/*===================
        Demo Page
    ===================*/
.demo-card {
  background: #fafafa;
  box-shadow: 0px 4px 30px 10px rgba(184, 200, 233, 0.75);
  overflow: hidden;
  position: relative;
}

.demo-tag, .features-tag, .tfeatures-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff0176;
    padding: 4px 10px;
    color: var(--color-white);
    font-size: 12px;
    font-weight: 500;
}

.demo-card .card-img img {
  width: 100%;
  height: 552px;
  object-fit: cover;
}
.demo-card .card-content {
  padding: 30px 10px;
  text-align: center;
}
.demo-card .card-content .demo-title {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.demo-card .card-content .demo-page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.demo-card .card-content .demo-page-btn .btn.v1 {
  color: var(--color-white);
  padding: 8px 18px;
  background: var(--thm-color);
  border-radius: 5px;
  transition: all 0.4s ease;
}
.demo-card .card-content .demo-page-btn .btn.v2 {
  transition: all 0.4s ease;
  background: #fc0097;
  color: var(--color-white);
}

.preview-demo-img {
  height: 550px;
  padding-top: 31.25%;
  margin: auto;
  background-size: 100% auto;
  cursor: pointer;
  transition: background-position 10s linear;
}

.preview-demo-img:hover {
  background-position: 0 100%;
}

/*===================
        Countdown
    ===================*/
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.countdown li {
  display: grid;
  color: #7b7e86;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  display: grid;
}

.countdown .time {
  width: 65px;
  border-radius: 5px;
  border: 1px solid var(--thm-color);
  text-align: center;
  padding: 9px 0;
}
.countdown .time .title {
  color: var(--color-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.countdown .time .para {
  color: #7b7e86;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}

/*===================
        Star
    ===================*/
.testi-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  background: #f7f5f2;
  padding: 15px 20px;
  color: #ffb422;
  font-size: 14px;
}

/*===================
        Hero Section
    ===================*/
.hero-section {
  background-image: url("../img/banner-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 84px;
  height: 80vh;
  padding-top: 300px;
}

/*===================
        Contact Now
    ===================*/
.contact-now {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contact-now .contact-title {
  color: var(--color-white);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.contact-now .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-now .social li {
  border-radius: 100px;
  background: var(--color-white);
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-now .social li i {
  font-size: 14px;
}

/*===================
      Inner Page Slider
    ===================*/
.inner-page-slider .swiper-slide {
  height: 493px;
  overflow: hidden;
}

.inner-page-slider .swiper-slide img {
  width: 100%;
}
/*===================
      Blog Section
    ===================*/

.tp-slider-wrapper {
  margin-left: 0;
}

.tp-slider-wrapper .blog-slider2 {
  margin: 20px 0;
}
.tp-slider-wrapper .blog-img img {
  border-radius: 30px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/*====================
       Default
  ======================*/
*,
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
img,
q,
small,
strong,
sub,
sup,
tt,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
::before,
::after {
  outline: none;
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.custom-container {
  width: 100%;
  margin: 0 auto;
}

.under-line {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .all-devices-responsive {
    padding-top: 100px;
  }
  .blog-slider,
  .blog-slider2 {
    width: 1600px;
  }
  .blog-slider2 {
    margin: 20px 0;
  }
  .header-content {
    display: flex;
  }
  .header-content .header-content-img {
    width: 60%;
  }
  .header-content .header-info {
    width: 40%;
  }
  .footer-content {
    flex-wrap: nowrap;
  }
  .footer-content .footer-info {
    width: 40%;
  }
  .footer-content .footer-content-img {
    width: 60%;
  }
  .footer-content .footer-content-img img {
    width: 100%;
  }
  .list-item .list-content {
    justify-content: space-between;
  }
  .demo-btn {
    gap: 30px;
  }
  .header {
    width: 100%;
    padding: 20px;
  }
  .header .nav {
    justify-content: space-between;
    gap: 0;
  }
  .hero-section {
    padding-top: 250px;
  }
  .add-wooCommerce {
    padding: 180px 0 120px 0;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 0 20px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
  }
  .tp-slider-wrapper {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .hero-section {
    height: 100vh;
  }
  .tp-slider-wrapper {
    margin-left: 20%;
  }
}
@media (min-width: 1200px) {
  .header .nav .nav-list {
    display: flex;
  }
  .add-wooCommerce {
    padding: 240px 0 120px 0;
  }
}
@media (min-width: 1400px) {
  .custom-container {
    max-width: 1620px;
    margin: 0 auto;
  }
  .section-title .section-title-inner .big-title {
    font-size: 48px;
    line-height: 58px;
  }
  .section-title .section-title-inner .big-title.v1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
  }
  .section-title .section-title-inner {
    width: 50%;
  }
  .section-title .section-title-inner.w-v1 {
    width: 60%;
  }
  .section-title .section-title-inner.w-v2 {
    width: 40%;
  }
  .section-title .section-title-inner.w-v3 {
    width: 100%;
  }
  .section-title .section-title-inner.w-v4 {
    width: 80%;
  }
  .responsive-view {
    display: block;
  }
  .header {
    left: 50%;
    transform: translate(-50%);
  }
  .hero-section {
    padding-top: 250px;
  }
  .import-demo .import-play-demo {
    margin-top: -350px;
    padding: 60px;
  }
  .add-wooCommerce {
    margin-top: 170px;
    padding: 292px 0 120px 0;
  }
}

/*# sourceMappingURL=style.css.map */
/*------------------- 1.0 Header  -------------------*/
.preview-header {
  position: relative;
  z-index: 41;
}

.header-template-one-activate .header-template-one {
  position: absolute;
  width: 100%;
}

.preview-header .icon-btn {
  color: var(--color-black);
  background-color: transparent;
}

.preview-header .icon-btn:hover {
  background-color: var(--thm-color);
  border-color: var(--thm-color);
  color: var(--color-white);
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky .menu-area {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: var(--color-white);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
}

.sticky-wrapper.sticky .bg-transparent {
  background-color: var(--color-black);
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}

.main-menu > ul > li {
  margin: 0 18px;
}

.main-menu > ul > li > a {
  padding: 30px 0;
  text-decoration: none;
  color: var(--color-white);
}

.main-menu > ul > li > a:hover {
    transition: all .4s ease-in-out;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  padding: 0;
  left: -27px;
  background: var(--color-white);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  border: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu a:hover {
  color: var(--thm-color);
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px;
  border-bottom: 1px solid var(--border-color);
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  margin-left: 3px;
  top: 1px;
  display: inline-block;
  transition: 0.4s;
  transform: rotate(0deg);
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}

.main-menu ul ul li.menu-item-has-children > a:after {
  content: "\f078";
  transform: rotate(-89deg);
  top: 0;
  font-size: 70%;
  right: 0;
  float: right;
}

.main-menu ul.sub-menu li:last-child {
  border: none;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
  padding: 15px 20px;
  color: var(--color-black);
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.menu-expand {
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-black);
}

.menu-expand:hover {
  color: var(--thm-color);
}

.menu-expand i {
  margin-right: 8px;
}

/* ------------------------------------------- */
/* Mega Menu   ------------------------------ */
/* ----------------------------------------- */

.main-menu li.mega ul ul {
  background: 0 0;
  width: auto;
}

.main-menu li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}

.main-menu li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}

.main-menu > ul > li.mega {
  position: inherit;
}

.main-menu > ul > li.mega > ul {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
  left: 0;
  right: 0;
}

.main-menu > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
}

.main-menu > ul > li.mega > ul > li {
  padding-bottom: 15px;
  box-sizing: border-box;
}

.main-menu li.mega li li a {
  padding: 3px 15px;
  border-color: transparent;
  font-size: 14px;
  font-weight: normal;
}

.main-menu li.mega li.has-sub a:after {
  display: none;
}

.main-menu ul li.mega ul {
  opacity: 1;
  visibility: visible;
  top: auto;
  box-shadow: none;
}

.main-menu ul li.mega ul li a:hover,
.main-menu ul li.mega ul li.current-menu-item a {
  background: transparent;
  color: var(--theme-color);
}

.main-menu > ul > li.mega > ul li.has-sub ul {
  padding-top: 13px;
  padding-bottom: 1px;
}

.main-menu > ul > li.mega > ul li.has-sub ul {
  padding-top: 13px;
  padding-bottom: 1px;
}

.main-menu > ul > li.mega > ul > li > a {
  padding: 11px 15px;
  border-bottom: 1px solid rgb(223 223 223 / 87%);
}

.main-menu > ul > li.mega.column_2 > ul > li {
  width: 49% !important;
}

.main-menu > ul > li.mega.column_3 > ul > li {
  width: 33% !important;
}

.main-menu > ul > li.mega.column_4 > ul > li {
  width: 24.6% !important;
}

.main-menu > ul > li.mega.column_5 > ul > li {
  width: 19.6% !important;
}

.main-menu > ul > li.mega.column_6 > ul > li {
  width: 16.3% !important;
}

.main-menu ul li.mega > ul {
  padding: 10px;
  left: 0;
}

.main-menu li.mega > ul.sub-menu ul.sub-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  position: relative;
  left: 0;
  top: 10px;
}

.main-menu li.mega > ul.sub-menu li {
  border-color: transparent;
  left: 0;
}

.main-menu ul li.mega ul li.menu-item-has-children > a:after {
  display: none;
}

/* 
-------- End Mega Menu -----------
*/

/* 
/*------------------- 2.5. Mobile Menu -------------------*
*/

.preview-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #24231dc4;
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.preview-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background: #eff1f5;
}

.preview-menu-wrapper .mobile-logo a {
  color: var(--color-white);
}

.preview-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.preview-menu-wrapper .preview-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 50%;
}

.preview-menu-wrapper .preview-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--color-white);
  border-right: 3px solid var(--thm-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.preview-menu-wrapper.preview-body-visible {
  opacity: 1;
  visibility: visible;
}

.preview-menu-wrapper.preview-body-visible .preview-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.preview-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.preview-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.preview-mobile-menu ul li {
  border-bottom: 1px solid;
  list-style-type: none;
}

.preview-mobile-menu ul li li:first-child {
  border-top: 1px solid;
}

.preview-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--color-black);
  padding-left: 18px;
}

.preview-mobile-menu ul li.preview-active > a {
  color: var(--thm-color);
}

.preview-mobile-menu ul li ul li {
  padding-left: 10px;
}

.preview-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.preview-mobile-menu ul .preview-item-has-children > a {
  position: relative;
}

.preview-mobile-menu ul .preview-item-has-children > a .preview-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--thm-color);
  color: var(--color-white);
  border-radius: 50%;
}

.preview-mobile-menu
  ul
  .preview-item-has-children
  > a
  .preview-mean-expand:before {
  content: "\F64D";
  font-family: "bootstrap-icons";
}

.preview-mobile-menu ul .preview-item-has-children > a:after {
  content: "\F659";
  font-family: "bootstrap-icons";
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--border-color);
  float: right;
  margin-top: 1px;
}

.preview-mobile-menu
  ul
  .preview-item-has-children.preview-active
  > a
  .preview-mean-expand:before {
  content: "\F2EA";
  font-family: "bootstrap-icons";
}

.preview-mobile-menu ul .preview-item-has-children.preview-active > a:after {
  content: "\F2EA";
  font-family: "bootstrap-icons";
}

.preview-mobile-menu > ul {
  padding: 0 40px;
}

.preview-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.preview-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  display: inline-block;
  border-radius: 5px;
  background: var(--bg-color);
  color: var(--thm-color);
}

.preview-menu-toggle:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

.header-three .header-button {
  margin-right: 3px;
}

.header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-logo h2 {
  margin-bottom: 0;
}

button.preview-menu-toggle {
  color: var(--thm-color);
  background-color: #eff1f5;
  border: none;
  font-size: 20px;
}

button.preview-menu-toggle:focus,
button.preview-menu-toggle:hover {
  color: var(--thm-color);
  background-color: #eff1f5;
}

@media (max-width: 991px) {
  .preview-header .menu-area {
    padding: 10px 0;
  }

  .preview-header-btn {
    display: none;
  }
}

@media (max-width: 400px) {
  .preview-menu-wrapper .preview-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .preview-mobile-menu > ul {
    padding: 0 20px;
  }
}
