:root {
  --bg: #0f1014;
  --panel: #0f0f14;
  --card: #111114;
  --accent1: #37e27a;
  --accent2: #00d1c4;
  --text: #cbd5e1;
}

body {
  padding: 0;
  margin: 0;
  color: #222324;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0rem;
}

/* header */
.header-inner {
  padding: 15px 32px;
  align-items: center;
  display: grid;
  border-bottom: 1px solid #222324;
  position: sticky !important;
  top: 0;
  z-index: 10;
  background-color: #f5f5f5;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;

}

.logo a {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-wrapper-mobile {
  display: none;
}

.nav-wrapper-desktop ul.user-nav-list {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  justify-content: end;
}

.nav-wrapper-desktop ul.user-nav-list li.item a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.logo a img {
  width: 100%;
  max-width: 170px;
  object-fit: contain;
}

a,
span,
button,
label,
input,
p,
li,
ul {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Host Grotesk", sans-serif;
}

header#header {
  position: sticky !important;
  top: 0;
  z-index: 10;
}

/* homegae */
/* main-content */
#main-content {
  display: flex;
}

.category-banner__content-main-newn {
  max-width: 100%;
  margin: 0 auto;
}

.image-beside-text {
  padding: 80px 20px 0;
}

.category__scrolling-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.category__scrolling-banner {
  margin-top: 20px;
}

.wrapper-page-category {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.category-banner__content-text h1 {
  font-size: 85px;
  line-height: 1.1;
  color: #000000;
  margin: 0px 0;
}

.bottom-text-main h3 {
  font-size: 19px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 19.36px;
  letter-spacing: 0.04em;
}

.category-banner__content-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.index-content p {
  font-size: 18px;
  color: #222324;
  text-align: justify;
  line-height: 30px;
}

.category-banner__content-ctas {
  display: flex;
  justify-content: end;
  text-align: end;
  gap: 10px;
  width: fit-content;
  margin: 0 0 0 auto;
  align-items: center;
}

a.btn-primary {
  color: #ffffff;
  background-color: #222324;
  padding: 15px 32px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

a.btn-secondary__white {
  color: #222324;
  padding: 15px 30px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #222324;
}

img.logo-shopify {
  width: 50px;
}

/* marque */
.rimage-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marquee.enable-animation {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: flex;
  animation: slide 8s linear infinite;
  /* Adjust the speed here */
}

.rimage-wrapper {
  flex: 0 0 400px;
  /* Width of each image */
  text-align: center;
  padding: 15px 15px 0px 15px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
    /* Scroll by half the total content width */
  }
}

/* Basic sidebar styling */
.sticky-sidebar {
  position: sticky;
  top: 0;
}

.placeholder__sidebar.wrapper-sidebar.mobile-drawer-left-nav {
  background: #f5f5f5;
  border-right: 1px solid #222324;
}

.sidebar {
  background-color: #f5f5f5;
  padding: 50px 32px;
  height: 80vh;
  overflow-y: auto;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  visibility: visible;
  width: 350px;
  mix-blend-mode: multiply;
  position: relative;
  top: 0px;
  left: 0px;
  opacity: 1;
  scrollbar-width: none;
}

.sidebar__header {
  margin: 30px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.box__icon-chevron-left {
  border-radius: 4px;
  background-color: #ebebef;
  padding: 12px;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
}

img.icon.icon-chevron-left {
  width: 18px;
  height: 18px;
}

span.small-text {
  font-size: 19px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 19.36px;
  letter-spacing: 0.04em;
}

button.course-accordion {
  background-color: transparent;
  cursor: pointer;
  padding: 20px 0;
  width: 100%;
  border: none;
  transition: 0.4s;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0;
  text-align: start;
  color: #222324;
  text-transform: capitalize;
}

button.course-accordion span p {
  margin: 4px !important;
}

.header-search {
  display: flex;
  width: 100%;
}

form#searchForm {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 13px 15px;
  border-radius: 50px;
  margin: 0 auto;
  border: 1px solid #AEB0A4;
  background: #ffffff;
  position: relative;
}

.search.search-full {
  position: relative;
}

.search-suggestions {
  position: absolute;
  top: 113%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 200px;
  border-radius: 10px;
  overflow-y: auto;
  display: none;
}

.search-suggestions.active {
  display: block;
}

.search-suggestions div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-family: "inter";
}

.search-suggestions div:hover {
  background: #f0f0f0;
}

.header-search input#query {
  border: 0;
  width: 100%;
  background-color: #ffffff;
  padding-left: 15px;
}

.header-search input:focus-visible {
  border: 0;
  width: 100%;
  box-shadow: none;
  outline: 0px;
}

button.search-button {
  border: 0px;
  background: transparent;
}

button.search-button i {
  font-size: 20px;
  cursor: pointer;
  color: #68737C;
}

ul.header-search-results {
  margin: 0;
}

.header-search input#query::placeholder {
  font-size: 16px;
  color: #757575;
}

a.view-de {
  color: #ffffff;
  background-color: #222324;
  padding: 15px 32px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

a.aura-sup {
  color: #222324;
  padding: 15px 32px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #222324;
}

/*button not active*/
button.course-accordion:after {
  content: "\f063";
  color: #222324;
  font-size: 20px;
  font-family: FontAwesome;
}

button.course-accordion.active::after {
  transform: rotate(180deg);
}

button.course-accordion.active {
  color: #016194;
  font-weight: 600;
}

button.course-accordion.active::after {
  color: #016194;
}

div.course-panel {
  padding: 15px 25px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #222324;
  display: none;
}

.accordion__body-inner {
  display: flow-root;
  padding-bottom: 10px;
}

.accordion__body-inner a {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #6e6e6e;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
}

a.sidebar__current-theme {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #222324;
  margin-bottom: 20px;
}

.accordion__body-inner a.active {
  color: #016194;
  font-weight: 600;
}

.bottom-text-main {
  margin-top: 200px;
}

/* about-section-page */
div#about {
  padding: 15px 100px 40px;
  background: #ffffff;

}

.about-page {
  margin: 30px 0px;
}

.about-main h2 {
  color: #000000;
  font-size: 45px;
  text-transform: capitalize;
}

h2.heading-section {
  margin-bottom: 10px;
}

.about-main h3 {
  color: #000000;
  font-size: 28px;
  text-transform: capitalize;
}

.about-main h4 {
  color: #000000;
  font-size: 20px;
  margin: 16px 0px;
  text-transform: capitalize;
}

.about-main h5 {
  color: #000000;
  font-size: 18px;
  margin: 20px 0px 16px;
  text-transform: capitalize;
}

.about-main p {
  color: #222324;
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}

.about-main p a {
  color: #222324;
  font-weight: bold;
  text-decoration: none;
}

.about-main li a {
  text-decoration: none;
  font-weight: bold;
  color: #222324;
}

li.info-block__content a {
  color: #222324;
  font-weight: bold;
  text-decoration: none;
}

.about-main li {
  color: #222324;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

p.sub-heading-section {
  margin: 0 0 60px;
}

ul.sub-heading-section {
  margin: 0 0 60px;
}

.about-main img.wide-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 1000px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.info-block.info-block--type-tip {
  background: #eef6f7;
  border-left: 3px solid #74C4D0;
  padding: 24px;
  margin: 32px 0px;
  width: fit-content;
}

.info-block__title p.step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 18px;
}

.info-block__title p i {
  color: rgb(149, 192, 69);
  font-size: 25px;
}

li.info-block__content {
  line-height: 30px;
}



.close-sidebar-btn {
  display: none;
}

.toggle-sidebar-btn {
  display: none;
}

button.menu-burger {
  display: none;
}

.mobile-drawer-main-nav {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

li.marker-no {
  list-style: none;
}

.acc-button {
  display: none;
}

.image-beside-text__text {
  width: 100%;
}

.image-beside-text__image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

img.img-banner {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.image-beside-text__text h2 {
  font-size: 60px;
  line-height: normal;
  margin: 0;
  text-align: center;
}

.image-beside-text__text h2 strong {
  color: #88C244;
  text-decoration: underline;
  text-underline-offset: 10px;
}

p.section__block--subtitle {
  font-size: 16px;
  color: #666666;
  text-transform: capitalize;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 30px auto;
  max-width: 1200px;
}


/* search bar */
.search-container mark {
  background-color: #ffeb3b;
  color: #000;
  padding: 0 2px;
  border-radius: 2px;
}

/* Optional: Current match highlight */
.search-container mark.current {
  background-color: #ff9800;
  animation: pulse 1s infinite;
}

input#searchBox {
  padding: 14px 35px 14px 12px;
  border: 1px solid #ccc;
  border-radius: 2rem;
  font-size: 14px;
  width: 24rem;
}

span.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}

@keyframes pulse {
  0% {
    background-color: #ff9800;
  }

  50% {
    background-color: #ff5722;
  }

  100% {
    background-color: #ff9800;
  }
}

/* media-screeen */

@media (max-width: 1300px) {
  .category-banner__content {
    padding: 25px 40px 0px;
  }

  div#about {
    padding: 15px 40px 40px;
  }

  .category-banner__content-text h1 {
    font-size: 4.5rem;
  }

  img.logo-shopify {
    width: 45px;
  }

  .category-banner__content-text p {
    font-size: 16px;
    line-height: normal;
  }

  .rimage-wrapper {
    flex: 0 0 300px;
    padding: 10px 10px 0px 10px;
  }

  .sidebar {
    width: 320px;
  }

  input#searchBox {
    width: 18rem;
  }
}


/* header */
@media (max-width: 1100px) {
  form#searchForm {
    width: 18rem;
  }

  .nav-wrapper-desktop ul.user-nav-list li.item a {
    font-size: 16px;
  }
}

/* Hide sidebar on larger screens */
@media (max-width: 1050px) {
  .placeholder__sidebar {
    left: 0;
  }

  .sticky-sidebar {
    position: fixed !important;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: -100%;
    overflow-x: hidden;
    transition: left 0.5s ease;
    top: 0px;
  }

  .placeholder__sidebar.wrapper-sidebar.mobile-drawer-left-nav {
    border-right: 1px solid transparent;
  }

  /* Sidebar open state */
  .sticky-sidebar.open {
    left: 0;
  }

  /* Close button styles */
  .close-sidebar-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block !important;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
  }

  /* Toggle Button styles */
  .toggle-sidebar-btn {
    display: block !important;
    position: relative;
    background-color: transparent;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin: 10px;
  }

  div#main-content {
    border-top: 1px solid #dbdcdd;
  }

  .sidebar {
    width: initial;
  }

  .toggle-sidebar-btn i.fa-solid.fa-bars {
    color: #000000;
    font-size: 25px;
  }

  .sidebar {
    padding: 50px 20px;
  }
}

@media (max-width: 749px) {
  form#searchForm {
    width: 100%;
  }

  .category-banner__content-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .category-banner__content {
    padding: 25px 20px 0px;
  }


  .category-banner__content-text h1 {
    font-size: 4rem;
  }

  div#about {
    padding: 15px 20px 40px;
  }

  .category-banner__content-ctas {
    justify-content: space-between;
    align-items: center;
    margin: 0;
    flex-direction: row;
  }

  .toggle-sidebar-btn {
    margin: 6px 10px;
  }

  .index-content p {
    font-size: 16px;
    text-align: justify;
  }

  .category__scrolling-banner {
    margin-top: 20px;
  }

  h2.heading-section {
    margin-bottom: 20px;
  }

  .about-main h2 {
    font-size: 35px;
  }

  p.sub-heading-section {
    margin: 0 0 30px;
  }

  ul.sub-heading-section {
    margin: 0 0 30px;
  }

  .rimage-wrapper {
    flex: 0 0 250px;
  }

  button.menu-burger {
    display: none !important;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  .nav-wrapper-desktop {
    display: flex;
    text-align: end;
    justify-content: end;
  }

  .mobile-drawer-main-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    right: -100%;
    background-color: #222324;
    overflow-x: hidden;
    transition: right 0.5s ease;
    top: 0;
  }

  li.item a {
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
    text-decoration: none;
  }


}

@media(max-width:600px) {
  .category-banner__content-text {
    flex-direction: column;
    gap: 20px;
  }

  .category-banner__content-ctas {
    margin: 0 0 16px;
  }

  .category-banner__content-ctas {
    gap: 8px;
  }

  a.aura-sup {
    padding: 13px 24px;
  }

  a.btn-secondary__white {
    padding: 10px 10px;
  }

  a.btn-primary {
    padding: 10px 10px;
  }

  .about-main p {
    font-size: 15px;
  }

  .about-main li {
    font-size: 15px;
  }

  .nav-wrapper-desktop ul.user-nav-list {
    gap: 10px;
  }

  .nav-wrapper-desktop ul.user-nav-list li.item a {
    font-size: 15px;
  }
}



@media (max-width:700px) {
  .accordion__header {
    padding: 13px 14px;
  }

  .accordion__header h6 {
    font-size: 16px;
  }

  .accordion__header::after {
    right: 6px;
  }

  .accordion__item .accordion__content {
    padding: 0 14px;
  }
}


/* Outer hero section with big rounded panel */

.features-hero {
  padding: 80px 0px 60px;
  background: var(--card);
  width: 100%;
}

.features-panel {
  max-width: 100%;
}

h2.section-title {
  color: #ffffff;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  text-align: center;
}

h2.section-title strong {
  color: #88C244;
  text-decoration: underline;
  text-underline-offset: 10px;
}

/* Cards row */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 20px;
}

.card {
  background: var(--card);
  border-radius: 10px;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(2, 3, 10, 0.6);
  transition: transform .28s ease, box-shadow .28s ease;
  border: 1px solid #88C244;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(2, 3, 10, 0.7);
}

.icon-wrap {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.card svg {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 6px 18px rgba(45, 200, 140, 0.06));
}

.card-title {
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  margin: 10px 0px;
}

.card-desc {
  color: #ffffffa3;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 100%;
}

/* Marquee area below */
.marquee-wrap {
  margin-top: 50px;
  overflow: hidden;
  padding: 22px 0;
  position: relative;
  background: transparent;
}

.marquee {
  white-space: nowrap;
  display: flex;
  gap: 48px;
  align-items: center;
  will-change: transform;
  animation: marqueeAnim 18s linear infinite;
  height: auto;
  max-height: 40px;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 40px;
  font-weight: 500;
  background: linear-gradient(90deg, var(--accent1), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Host Grotesk", sans-serif;
}

.dot-sep img {
  width: 20px;
}


/* Duplicate items to make continuous loop */
.marquee>.marquee-clone {
  margin-left: 36px;
}

@keyframes marqueeAnim {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .marquee {
    animation: none;
  }
}


/* reviews */

.reviews-section {
  padding: 80px 0 50px;
  background: #f9f9f9;
}

.reviews-slider {
  padding-bottom: 50px !important;
}

.reviews-header {
  text-align: center;
  margin-bottom: 40px;
}

.reviews-header h2 {
  color: #000000;
  margin-bottom: 20px;
}

.review-stats {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.avatars img {
  width: 100%;
  height: auto;
  max-width: 140px;
}

.rating-box small {
  color: #000000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

/* Review Cards */
.review-card {
  background: white;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  height: auto;
  min-height: 230px;
  transition: transform .28s ease, box-shadow .28s ease;
}

.review-card:hover {
  transform: translateY(-8px);
}

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

.review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 20px;
}

.review-user h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 10px 0 8px;
  text-transform: capitalize;
}

.verified {
  display: flex;
  align-items: center;
  color: #88C244;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  gap: 5px;
}

.verified span {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: #88C244;
  position: relative;
}

.verified span .fa-check:before {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

i.fa-solid.fa-check {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
}

/* Swiper Pagination */
.reviews-section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -3px !important;
}

.swiper-pagination-bullet {
  background: #ccc;
}

.swiper-pagination-bullet-active {
  background: #000;
}


/* footer */
.footer {
  background: var(--card);
  color: #fff;
  padding: 40px 60px;
}

.footer-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}

.footer-left .small-logo {
  width: 170px;
  margin-bottom: 10px;
}

.footer-left h2 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 10px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}

.footer-col a {
  display: block;
  color: #ffffffa3;
  margin: 6px 0;
  text-decoration: none;
}

.footer-col a:hover {
  color: #fff;
}

.footer-col p {
  color: #ccc;
  margin: 6px 0;
}

.footer-bottom {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #FFF;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

ul.user-nav-list1-mobile-view {
  display: none;
}


/* banner */
.theme-slider {
  width: 100%;
  padding: 40px 0;
}

.swiper {
  width: 100%;
}

.theme-slider .swiper-slide {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  transition: transform 1s, filter 1s;
  cursor: grab;
}

.theme-slider .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, black, transparent);
  z-index: 0;
  transform: scaleY(0);
  transition: transform .3s;
  transform-origin: bottom;
}

.theme-slider .swiper-slide:hover::after {
  transform: scale(1);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  position: relative;
  transition: transform 1s, filter 1s;
  cursor: grab;
}

.theme-slider .swiper-slide:hover img {
  filter: brightness(.7);
}

a.swiper-slide-button {
  color: #ffffff;
  background-color: #222324;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.theme-slider .swiper-slide:hover a.swiper-slide-button {
  opacity: 1;
  visibility: visible;
}

.grid-media-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.grid-media-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.grid-media-slide {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 1s, filter 1s;
  cursor: grab;
}

.theme-name {
  display: flex;
  gap: 20px;
  padding: 20px 15px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background: #c0c0c06e;
}

.grid-media-slide {
  position: relative;
  transition: transform 1s, filter 1s;
  text-align: center;
  border-radius: 15px;
  outline: 0.5px solid #c0c0c06e;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 1px rgba(61, 57, 57, 0.19);
}

.theme-contnet {
  display: flex;
  align-items: start;
  text-align: start;
  flex-direction: column;
  gap: 8px;
}

p.theme-title {
  margin: 0;
  text-align: start;
  font-size: 18px;
  font-weight: bold;
}

a.grid-button {
  color: #ffffff;
  background-color: #222324;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all .3s;
  width: auto;
}

a.grid-button:hover {
  background: #88C244;
}

/* .grid-media-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, black, transparent);
    z-index: 0;
    transform: scaleY(0);
    transition: transform .3s;
    transform-origin: bottom;
}
.grid-media-slide:hover::after {
    transform: scale(1);
}
.grid-media-slide:hover a.swiper-slide-button{
    opacity: 1;
    visibility: visible;
} */

/* Responsive */
/* Responsive */
@media(max-width:1440px) {
  .grid-media-inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  a.grid-button {
    padding: 13px 16px;
  }
}

@media (max-width:1000px) {
  h1.section-title {
    font-size: 40px;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .marquee-item {
    font-size: 32px;
  }
}

@media (max-width:1130px) {
  .grid-media-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .footer-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-columns {
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .nav-wrapper-desktop {
    display: none;
  }

  ul.user-nav-list1-mobile-view {
    display: block;
  }

  ul.user-nav-list1-mobile-view li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #222324;
    margin-bottom: 10px;
  }

  ul.user-nav-list1-mobile-view {
    padding-left: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
  }

  .header-inner {
    grid-template-columns: 1fr 1fr;
  }

  input#searchBox {
    width: 24rem;
  }
}

@media (max-width:680px) {
  .features-panel {
    padding: 36px 18px;
    border-radius: 22px;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px auto 0;
    padding: 0;
  }

  h1.section-title {
    font-size: 28px;
  }

  .card {
    padding: 30px 20px;
    min-height: 180px;
  }

  .icon-wrap {
    width: 72px;
    height: 72px;
  }

  .card svg {
    width: 56px;
    height: 56px;
  }

  .marquee-item {
    font-size: 22px;
  }

  .marquee {
    animation-duration: 14s;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .image-beside-text {
    padding: 30px 20px 0;
  }

  .image-beside-text__text h2 {
    font-size: 32px;
  }

  .features-hero {
    padding: 30px 0px 30px;
  }

  h2.section-title {
    font-size: 32px;
  }

  .marquee-wrap {
    margin-top: 20px;
  }

  .reviews-header {
    padding: 0 20px;
  }

  .header-inner {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
  }

  .logo {
    margin: 0 auto;
  }

  input#searchBox {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .header-inner {
    grid-template-columns: 1fr;
  }

  .logo a {
    justify-content: center;
  }

  .grid-media-inner {
    grid-template-columns: 1fr;
  }
}