@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner {
  position: relative;
  color: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-banner {
    margin-top: calc(var(--headerfixed) - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner {
    height: 64vh;
  }
}
@media (max-width: 380px) {
  .home-banner {
    height: 80vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 55%), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.6) 90%);
  z-index: 2;
}
.home-banner .videoSlider {
  position: absolute;
  inset: 0;
}
.home-banner .videoSlider .swiper-wrapper .swiper-slide video, .home-banner .videoSlider .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
}
.home-banner .bg-content {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 640px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1366px) {
  .home-banner .bg-content {
    max-width: 580px;
  }
}
@media only screen and (max-width: 1280px) {
  .home-banner .bg-content {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner .bg-content {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-content {
    max-width: 460px;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content {
    top: 55%;
    max-width: 440px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content {
    max-width: 92%;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .bg-content {
    max-width: 94%;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .bg-content {
    max-width: 96%;
  }
}
.home-banner .bg-content .textSlider {
  height: 380px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .home-banner .bg-content .textSlider {
    height: 420px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner .bg-content .textSlider {
    height: 405px;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-content .textSlider {
    height: 405px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .textSlider {
    height: 380px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider {
    height: 400px;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .bg-content .textSlider {
    height: 420px;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .bg-content .textSlider {
    height: 440px;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
}
@media only screen and (max-width: 1024px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide {
    align-items: center;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide {
    gap: 10px;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 {
  font-size: 36px;
  line-height: 1.2;
  font-family: "Kugile";
  font-weight: 600;
  color: var(--white);
  width: 100%;
  max-width: 586px;
}
@media only screen and (max-width: 1366px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1280px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 {
    font-size: 22px;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 span {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 span {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide h2 span {
    margin: 0 4px;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide p {
  color: #E6E6E6;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide p {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide p {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide p {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide p {
    font-size: 0.75em;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 36px;
}
@media only screen and (max-width: 1024px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list {
    gap: 18px 28px;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list {
    gap: 14px 22px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list {
    gap: 12px 16px;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 14px;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list {
    gap: 8px 10px;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li {
    font-size: 0.9em;
    gap: 8px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li {
    font-size: 0.75em;
    gap: 6px;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li {
    font-size: 0.7em;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li .icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li .icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li .icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li .icon {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li .icon {
    width: 26px;
    height: 26px;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li .icon img {
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li .icon img {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li .icon img {
    width: 13px;
    height: 13px;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .feature-list li .icon img {
    width: 12px;
    height: 12px;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .bg-bottom {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  flex-direction: column;
  margin-top: 6px;
}
@media only screen and (max-width: 991px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .bg-bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .bg-bottom {
    gap: 12px;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .bg-bottom span {
  color: var(--white);
  font-size: 1.1em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .bg-bottom span {
    font-size: 0.95em;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .bg-bottom span {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .bg-bottom span {
    font-size: 0.8em;
  }
}
.home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .btn-primary {
  margin-top: 20px;
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-content .textSlider .swiper-wrapper .swiper-slide .btn-primary {
    margin-top: 14px;
  }
}
.home-banner .banner-category {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: var(--container);
  display: flex;
  justify-content: space-between;
  z-index: 2;
  padding: 0 20px 15px;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  transition: border-bottom 0.5s ease;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .home-banner .banner-category {
    bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .banner-category {
    bottom: 30px;
    width: 90%;
    padding: 0 15px 12px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .banner-category {
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .banner-category {
    bottom: 20px;
    gap: 15px;
    padding: 0 0px 10px;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .banner-category {
    gap: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .banner-category {
    gap: 8px;
    bottom: 15px;
  }
}
.home-banner .banner-category.hide-border {
  border-bottom: 1px solid transparent;
}
.home-banner .banner-category li {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.5;
  font-size: 20px;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .home-banner .banner-category li {
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner .banner-category li {
    gap: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .banner-category li {
    gap: 8px;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .banner-category li {
    gap: 6px;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .banner-category li {
    gap: 4px;
  }
}
.home-banner .banner-category li::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 250px;
  background: transparent;
  transition: all 0.1s ease;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .home-banner .banner-category li::before {
    width: 100px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .banner-category li::before {
    width: 80px;
  }
}
.home-banner .banner-category li:first-child::before {
  left: 45%;
}
.home-banner .banner-category li:last-child::before {
  left: 60%;
}
.home-banner .banner-category li.active {
  opacity: 1;
}
.home-banner .banner-category li.active::before {
  background: var(--white);
  opacity: 1;
  transition: all 3s ease;
}
.home-banner .banner-category li img, .home-banner .banner-category li svg {
  width: 34px;
  height: 34px;
}
@media only screen and (max-width: 768px) {
  .home-banner .banner-category li img, .home-banner .banner-category li svg {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .banner-category li img, .home-banner .banner-category li svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .banner-category li img, .home-banner .banner-category li svg {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .home-banner .banner-category li img, .home-banner .banner-category li svg {
    width: 18px;
    height: 18px;
  }
}
.home-banner .banner-category li span {
  font-size: 20px;
  color: var(--white);
}
@media only screen and (max-width: 1024px) {
  .home-banner .banner-category li span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .banner-category li span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 420px) {
  .home-banner .banner-category li span {
    font-size: 10px;
    text-wrap: nowrap;
  }
}

.home-secA {
  position: relative;
  background: var(--black);
  padding: 70px 0;
}
@media only screen and (max-width: 1024px) {
  .home-secA {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secA {
    padding: 40px 0;
  }
}
.home-secA .container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 540px) {
  .home-secA .container {
    padding: 0 16px;
  }
}
.home-secA .heading {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .home-secA .heading {
    max-width: 520px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .heading {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .heading {
    max-width: 90%;
    margin-bottom: 30px;
  }
}
.home-secA .heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}
@media only screen and (max-width: 540px) {
  .home-secA .heading .eyebrow {
    margin-bottom: 14px;
  }
}
.home-secA .heading .eyebrow::before, .home-secA .heading .eyebrow::after {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--primary);
}
@media only screen and (max-width: 420px) {
  .home-secA .heading .eyebrow::before, .home-secA .heading .eyebrow::after {
    width: 16px;
  }
}
.home-secA .heading h3 {
  font-family: "Oswald", "Poppins";
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.15;
  color: var(--white, #fff);
  margin: 0 0 18px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .heading h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secA .heading h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .heading h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .heading h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secA .heading h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secA .heading h3 {
    font-size: 22px;
  }
}
.home-secA .heading p {
  font-family: "Poppins";
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  max-width: 460px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .home-secA .heading p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secA .heading p {
    font-size: 13px;
  }
}
.home-secA .grid-wrapper {
  position: relative;
}
.home-secA .grid-wrapper .programSlider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .home-secA .grid-wrapper .programSlider {
    display: none;
  }
}
.home-secA .grid-wrapper .programSlider .swiper-wrapper,
.home-secA .grid-wrapper .programSlider .swiper-slide {
  width: 100%;
  height: 100%;
}
.home-secA .grid-wrapper .programSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-secA .grid-wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .home-secA .grid-wrapper .grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.home-secA .grid-wrapper .grid::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 64.28%, rgba(0, 0, 0, 0.16) 94.05%), linear-gradient(180deg, rgba(0, 0, 0, 0) 69.51%, rgba(0, 0, 0, 0.7) 89.1%);
  z-index: 1;
  pointer-events: none;
}
.home-secA .grid-wrapper .grid .item {
  position: relative;
  height: 760px;
  overflow: hidden;
  cursor: pointer;
  z-index: 4;
}
@media only screen and (max-width: 1366px) {
  .home-secA .grid-wrapper .grid .item {
    height: 680px;
  }
}
@media only screen and (max-width: 1280px) {
  .home-secA .grid-wrapper .grid .item {
    height: 620px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secA .grid-wrapper .grid .item {
    height: 540px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .grid-wrapper .grid .item {
    height: auto;
    min-height: 420px;
    cursor: default;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .grid-wrapper .grid .item {
    min-height: 380px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-wrapper .grid .item {
    min-height: 340px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secA .grid-wrapper .grid .item {
    min-height: 320px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secA .grid-wrapper .grid .item {
    min-height: 300px;
  }
}
.home-secA .grid-wrapper .grid .item:not(:first-child) {
  border-left: 1px solid rgba(233, 233, 233, 0.1);
}
@media only screen and (max-width: 991px) {
  .home-secA .grid-wrapper .grid .item:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(233, 233, 233, 0.1);
  }
}
.home-secA .grid-wrapper .grid .item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 84.63%);
}
.home-secA .grid-wrapper .grid .item .bolt {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0.55;
  z-index: 3;
}
.home-secA .grid-wrapper .grid .item .bolt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  right: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) rotate(35deg);
}
.home-secA .grid-wrapper .grid .item .bolt.tl {
  top: 16px;
  left: 16px;
}
.home-secA .grid-wrapper .grid .item .bolt.tr {
  top: 16px;
  right: 16px;
}
.home-secA .grid-wrapper .grid .item .bolt.bl {
  bottom: 16px;
  left: 16px;
}
.home-secA .grid-wrapper .grid .item .bolt.br {
  bottom: 16px;
  right: 16px;
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-wrapper .grid .item .bolt {
    width: 6px;
    height: 6px;
  }
}
.home-secA .grid-wrapper .grid .item .item-img {
  display: none;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .home-secA .grid-wrapper .grid .item .item-img {
    display: block;
  }
}
.home-secA .grid-wrapper .grid .item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secA .grid-wrapper .grid .item .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
  padding: 0 28px;
  z-index: 2;
  overflow: hidden;
  transform: translateY(calc(100% - 78px));
  transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1024px) {
  .home-secA .grid-wrapper .grid .item .content {
    bottom: 36px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .grid-wrapper .grid .item .content {
    transform: translateY(0);
    bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-wrapper .grid .item .content {
    padding: 0 16px;
    bottom: 22px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secA .grid-wrapper .grid .item .content {
    bottom: 18px;
    padding: 0 14px;
  }
}
.home-secA .grid-wrapper .grid .item .content .plate-icon {
  width: 26px;
  height: 26px;
  color: var(--primary);
  margin-bottom: 14px;
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-wrapper .grid .item .content .plate-icon {
    width: 22px;
    height: 22px;
    margin-bottom: 10px;
  }
}
.home-secA .grid-wrapper .grid .item .content h5 {
  margin-bottom: 12px;
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 700;
  color: var(--white, #fff);
}
@media only screen and (max-width: 1024px) {
  .home-secA .grid-wrapper .grid .item .content h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .grid-wrapper .grid .item .content h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-wrapper .grid .item .content h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secA .grid-wrapper .grid .item .content h5 {
    font-size: 18px;
  }
}
.home-secA .grid-wrapper .grid .item .content p {
  margin: 0 0 28px;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
@media only screen and (max-width: 991px) {
  .home-secA .grid-wrapper .grid .item .content p {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-wrapper .grid .item .content p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secA .grid-wrapper .grid .item .content p {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.home-secA .grid-wrapper .grid .item .content .read-more {
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white, #fff);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transform: translateY(16px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.home-secA .grid-wrapper .grid .item .content .read-more svg {
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .home-secA .grid-wrapper .grid .item .content .read-more {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-wrapper .grid .item .content .read-more {
    font-size: 12px;
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .home-secA .grid-wrapper .grid .item:hover .content, .home-secA .grid-wrapper .grid .item.active .content {
    transform: translateY(-40px);
  }
  .home-secA .grid-wrapper .grid .item:hover .content p,
  .home-secA .grid-wrapper .grid .item:hover .content .read-more, .home-secA .grid-wrapper .grid .item.active .content p,
  .home-secA .grid-wrapper .grid .item.active .content .read-more {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-secB {
  padding: 145px 0 70px;
  background: var(--black);
}
@media only screen and (max-width: 1366px) {
  .home-secB {
    padding: 120px 0 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secB {
    padding: 100px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB {
    padding: 70px 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secB {
    padding: 32px 0;
  }
}
.home-secB .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .home-secB .grid {
    gap: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .grid {
    gap: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid {
    gap: 28px;
  }
}
.home-secB .secB-media {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  aspect-ratio: 4/5;
}
@media only screen and (max-width: 768px) {
  .home-secB .secB-media {
    aspect-ratio: 16/11;
  }
}
@media only screen and (max-width: 420px) {
  .home-secB .secB-media {
    aspect-ratio: 16/12;
  }
}
.home-secB .secB-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secB .secB-content .heading {
  margin-bottom: 36px;
}
@media only screen and (max-width: 991px) {
  .home-secB .secB-content .heading {
    text-align: left;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .secB-content .heading {
    margin-bottom: 26px;
  }
}
.home-secB .secB-content .heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}
.home-secB .secB-content .heading .eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--primary);
}
.home-secB .secB-content .heading h3 {
  margin: 0 0 16px;
  width: 100%;
  max-width: 378px;
}
@media only screen and (max-width: 768px) {
  .home-secB .secB-content .heading h3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .secB-content .heading h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secB .secB-content .heading h3 {
    font-size: 22px;
  }
}
.home-secB .secB-content .heading p {
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  max-width: 460px;
}
@media only screen and (max-width: 540px) {
  .home-secB .secB-content .heading p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secB .secB-content .heading p {
    font-size: 13px;
  }
}
.home-secB .secB-content .secB-highlights {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width: 540px) {
  .home-secB .secB-content .secB-highlights {
    margin-bottom: 26px;
  }
}
.home-secB .secB-content .secB-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width: 540px) {
  .home-secB .secB-content .secB-highlights li {
    gap: 14px;
    padding: 14px 0;
  }
}
@media only screen and (max-width: 420px) {
  .home-secB .secB-content .secB-highlights li {
    gap: 10px;
  }
}
.home-secB .secB-content .secB-highlights li .num {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--primary);
  padding-top: 2px;
}
.home-secB .secB-content .secB-highlights li h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--white, #fff);
  margin: 0 0 6px;
}
@media only screen and (max-width: 420px) {
  .home-secB .secB-content .secB-highlights li h5 {
    font-size: 14px;
  }
}
.home-secB .secB-content .secB-highlights li p {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
@media only screen and (max-width: 420px) {
  .home-secB .secB-content .secB-highlights li p {
    font-size: 12.5px;
  }
}

.home-secC {
  padding: 70px 0;
  background: var(--black);
}
@media only screen and (max-width: 768px) {
  .home-secC {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secC {
    padding: 32px 0;
  }
}
.home-secC .heading {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secC .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .heading {
    max-width: 90%;
    margin-bottom: 30px;
  }
}
.home-secC .heading h3 {
  margin-bottom: 12px;
}
.home-secC .tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.home-secC .tab-nav::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-secC .tab-nav {
    margin-bottom: 36px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .tab-nav {
    gap: 24px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secC .tab-nav {
    gap: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secC .tab-nav {
    gap: 12px;
  }
}
.home-secC .tab-nav li {
  position: relative;
  padding-bottom: 18px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: color 0.25s ease;
  flex-shrink: 0;
}
@media only screen and (max-width: 540px) {
  .home-secC .tab-nav li {
    font-size: 13px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secC .tab-nav li {
    font-size: 12px;
  }
}
.home-secC .tab-nav li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.home-secC .tab-nav li.active {
  color: var(--white, #fff);
}
.home-secC .tab-nav li.active::after {
  opacity: 1;
}
.home-secC .tab-nav li:hover:not(.active) {
  color: rgba(255, 255, 255, 0.75);
}
.home-secC .tab-nav-content .tabs {
  display: none;
}
.home-secC .tab-nav-content .tabs.active {
  display: block;
  animation: secC-fade 0.4s ease;
}
@keyframes secC-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-secC .swiper-wrap {
  position: relative;
}
.home-secC .swiper-wrap .swiper {
  margin: 0 20px;
}
@media only screen and (max-width: 540px) {
  .home-secC .swiper-wrap .swiper {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secC .swiper-wrap .swiper {
    margin: 0;
  }
}
.home-secC .swiper-wrap .swiper-group {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .home-secC .swiper-wrap .swiper-group {
    display: none;
  }
}
.home-secC .swiper-wrap .swiper-group button {
  pointer-events: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: background 0.25s ease;
}
.home-secC .swiper-wrap .swiper-group button svg {
  width: 20px;
  height: 20px;
}
.home-secC .swiper-wrap .swiper-group button svg path {
  fill: var(--primary);
}
.home-secC .swiper-wrap .swiper-group button:hover {
  background: var(--primary);
}
.home-secC .swiper-wrap .swiper-group button:hover svg path {
  fill: var(--white);
}
.home-secC .swiper-wrap .swiper-group .btn-next {
  transform: rotate(180deg);
}
.home-secC .swiper-button-lock {
  display: none !important;
}
.home-secC .center-btn {
  margin-top: 44px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 540px) {
  .home-secC .center-btn {
    margin-top: 32px;
  }
}

.home-secD {
  padding: 70px 0;
  background: var(--black);
}
@media only screen and (max-width: 768px) {
  .home-secD {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secD {
    padding: 32px 0;
  }
}
.home-secD .heading {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secD .heading {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .heading {
    margin-bottom: 36px;
  }
}
.home-secD .heading h3 {
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
  color: var(--white, #fff);
}
@media only screen and (max-width: 1024px) {
  .home-secD .heading h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secD .heading h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .heading h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secD .heading h3 {
    font-size: 22px;
  }
}
.home-secD .heading p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
@media only screen and (max-width: 540px) {
  .home-secD .heading p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secD .heading p {
    font-size: 13px;
  }
}
.home-secD .secD-process {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 70px;
}
@media only screen and (max-width: 1024px) {
  .home-secD .secD-process {
    grid-template-columns: 280px 1fr;
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD .secD-process {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .secD-process {
    gap: 24px;
  }
}
.home-secD .secD-rail {
  position: sticky;
  top: 110px;
  align-self: start;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 991px) {
  .home-secD .secD-rail {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.home-secD .secD-rail .rail-list {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 991px) {
  .home-secD .secD-rail .rail-list {
    display: none;
  }
}
.home-secD .secD-rail .rail-item {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 14px 0 14px 22px;
  margin-left: -1px;
  border-left: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.home-secD .secD-rail .rail-item .rail-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.3s ease;
}
.home-secD .secD-rail .rail-item .rail-title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
}
.home-secD .secD-rail .rail-item.active {
  border-left-color: var(--primary);
}
.home-secD .secD-rail .rail-item.active .rail-num {
  color: var(--primary);
}
.home-secD .secD-rail .rail-item.active .rail-title {
  color: var(--white, #fff);
}
.home-secD .secD-rail .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.home-secD .secD-rail .btn svg {
  transition: transform 0.25s ease;
}
.home-secD .secD-rail .btn:hover svg {
  transform: translateX(3px);
}
.home-secD .secD-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media only screen and (max-width: 540px) {
  .home-secD .secD-steps {
    gap: 20px;
  }
}
.home-secD .step .step-media {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16/10;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (max-width: 540px) {
  .home-secD .step .step-media {
    aspect-ratio: 4/3;
  }
}
.home-secD .step .step-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease, filter 0.7s ease;
}
.home-secD .step .step-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.9) 100%);
}
.home-secD .step .step-media:hover img {
  transform: scale(1.04);
}
.home-secD .step .bolt {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0.6;
  z-index: 2;
}
.home-secD .step .bolt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  right: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) rotate(35deg);
}
.home-secD .step .bolt.tl {
  top: 16px;
  left: 16px;
}
.home-secD .step .bolt.tr {
  top: 16px;
  right: 16px;
}
.home-secD .step .bolt.bl {
  bottom: 16px;
  left: 16px;
}
.home-secD .step .bolt.br {
  bottom: 16px;
  right: 16px;
}
.home-secD .step .step-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px 30px;
}
@media only screen and (max-width: 540px) {
  .home-secD .step .step-overlay {
    padding: 20px 18px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secD .step .step-overlay {
    padding: 16px 14px;
  }
}
.home-secD .step .step-overlay .step-num {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--primary);
  margin-bottom: 10px;
}
.home-secD .step .step-overlay h5 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  color: var(--white, #fff);
}
@media only screen and (max-width: 540px) {
  .home-secD .step .step-overlay h5 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secD .step .step-overlay h5 {
    font-size: 17px;
  }
}
.home-secD .step .step-overlay p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 420px;
}
@media only screen and (max-width: 360px) {
  .home-secD .step .step-overlay p {
    font-size: 13px;
  }
}

.home-secE {
  padding: 70px 0;
  background: var(--black);
}
@media only screen and (max-width: 1366px) {
  .home-secE {
    padding: 64px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .home-secE {
    padding: 58px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secE {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE {
    padding: 46px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE {
    padding: 28px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE {
    padding: 24px 0;
  }
}
.home-secE .heading {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 75px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .home-secE .heading {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secE .heading {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .heading {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .heading {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .heading {
    margin-bottom: 20px;
  }
}
.home-secE .heading h3 {
  font-weight: 700;
  margin: 0;
}
.home-secE .heading h3 span {
  display: inline;
}
.home-secE .heading p {
  margin: 12px 0 0;
}
@media only screen and (max-width: 540px) {
  .home-secE .heading p {
    font-size: 14px;
  }
}
.home-secE .secE-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .home-secE .secE-grid {
    grid-template-rows: repeat(2, 1f);
  }
}
@media only screen and (max-width: 1024px) {
  .home-secE .secE-grid {
    grid-template-rows: repeat(2, 1fr);
    gap: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .secE-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 220px);
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .secE-grid {
    grid-template-rows: repeat(3, 200px);
    gap: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .secE-grid {
    grid-template-rows: repeat(3, 200px);
    gap: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .secE-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-grid {
    gap: 12px;
  }
}
.home-secE .secE-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: border-color 0.3s ease;
}
@media only screen and (max-width: 420px) {
  .home-secE .secE-card {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.home-secE .secE-card.featured {
  grid-column: span 2;
  grid-row: span 2;
}
@media only screen and (max-width: 991px) {
  .home-secE .secE-card.featured {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .secE-card.featured {
    min-height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .secE-card.featured {
    min-height: 280px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .secE-card.featured {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 260px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card.featured {
    min-height: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .secE-card:not(.featured):not(.cta) {
    min-height: 260px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .secE-card:not(.featured):not(.cta) {
    min-height: 240px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card:not(.featured):not(.cta) {
    min-height: 220px;
  }
}
.home-secE .secE-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.home-secE .secE-card:hover .card-media img {
  transform: scale(1.06);
}
.home-secE .secE-card .card-media {
  position: absolute;
  inset: 0;
}
.home-secE .secE-card .card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}
.home-secE .secE-card .card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.9) 100%);
}
.home-secE .secE-card .card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .home-secE .secE-card .card-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .secE-card .card-content {
    padding: 18px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .secE-card .card-content {
    padding: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card .card-content {
    padding: 14px;
  }
}
.home-secE .secE-card .card-content .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 5px 12px 5px 8px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card .card-content .tag {
    font-size: 10px;
    padding: 4px 10px 4px 7px;
    margin-bottom: 10px;
  }
}
.home-secE .secE-card .card-content .tag svg {
  width: 14px;
  height: 14px;
  color: var(--primary);
  flex-shrink: 0;
}
.home-secE .secE-card .card-content h5 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white, #fff);
  margin: 0 0 8px;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .home-secE .secE-card .card-content h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .secE-card .card-content h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card .card-content h5 {
    font-size: 15px;
  }
}
.home-secE .secE-card .card-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  max-width: 320px;
}
@media only screen and (max-width: 768px) {
  .home-secE .secE-card .card-content p {
    max-width: 280px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .secE-card .card-content p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card .card-content p {
    font-size: 12.5px;
  }
}
.home-secE .secE-card.featured .card-content {
  padding: 34px;
}
@media only screen and (max-width: 1024px) {
  .home-secE .secE-card.featured .card-content {
    padding: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .secE-card.featured .card-content {
    padding: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .secE-card.featured .card-content {
    padding: 22px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .secE-card.featured .card-content {
    padding: 18px;
  }
}
.home-secE .secE-card.featured .card-content h5 {
  font-size: 26px;
}
@media only screen and (max-width: 1024px) {
  .home-secE .secE-card.featured .card-content h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .secE-card.featured .card-content h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card.featured .card-content h5 {
    font-size: 18px;
  }
}
.home-secE .secE-card.featured .card-content p {
  font-size: 14.5px;
  max-width: 380px;
}
@media only screen and (max-width: 768px) {
  .home-secE .secE-card.featured .card-content p {
    max-width: 300px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secE .secE-card.featured .card-content p {
    max-width: 100%;
  }
}
.home-secE .secE-card.cta {
  background: var(--gradient-a);
  border-color: transparent;
  min-height: auto;
}
.home-secE .secE-card.cta:hover {
  border-color: transparent;
}
.home-secE .secE-card.cta:hover .card-content h5 {
  color: var(--white, #fff);
}
.home-secE .secE-card.cta .card-content {
  justify-content: center;
  align-items: flex-start;
  padding: 26px;
}
@media only screen and (max-width: 768px) {
  .home-secE .secE-card.cta .card-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card.cta .card-content {
    padding: 16px;
  }
}
.home-secE .secE-card.cta .card-content h5 {
  font-size: 19px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card.cta .card-content h5 {
    font-size: 16px;
  }
}
.home-secE .secE-card.cta .card-content p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  max-width: 260px;
}
@media only screen and (max-width: 420px) {
  .home-secE .secE-card.cta .card-content p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card.cta .card-content p {
    margin-bottom: 14px;
  }
}
.home-secE .secE-card.cta .card-content .btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 360px) {
  .home-secE .secE-card.cta .card-content .btns {
    gap: 8px;
  }
}
.home-secE .secE-card.cta .card-content .btns .btn {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .home-secE .secE-card.cta .card-content .btns .btn {
    width: 100%;
  }
}
.home-secE .center-btn {
  margin-top: 44px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-secE .center-btn {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .center-btn {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .center-btn {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .center-btn {
    margin-top: 22px;
  }
}
.home-secE .center-btn .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.home-secE .center-btn .btn svg {
  transition: transform 0.25s ease;
}
.home-secE .center-btn .btn:hover svg {
  transform: translateX(3px);
}

.home-secF {
  padding: 70px 0;
  background: var(--black);
}
@media only screen and (max-width: 768px) {
  .home-secF {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secF {
    padding: 32px 0;
  }
}
.home-secF .heading {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 75px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secF .heading {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .heading {
    margin-bottom: 36px;
  }
}
.home-secF .heading h3 {
  font-weight: 700;
  margin: 0;
}
.home-secF .eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.5;
  margin-bottom: 18px;
}
@media only screen and (max-width: 540px) {
  .home-secF .eyebrow {
    letter-spacing: 2px;
    font-size: 12px;
  }
}
.home-secF .points-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .home-secF .points-list {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .points-list {
    margin-bottom: 40px;
  }
}
.home-secF .point {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: padding-left 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .home-secF .point {
    gap: 20px;
    padding: 24px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .point {
    gap: 14px;
    padding: 18px 0;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .point {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.home-secF .point:hover {
  padding-left: 16px;
}
.home-secF .point:hover .point-num {
  color: var(--white);
  opacity: 1;
}
.home-secF .point:hover .point-img {
  opacity: 1;
  transform: scale(1);
}
.home-secF .point-num {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  opacity: 0.35;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 420px) {
  .home-secF .point-num {
    font-size: 12px;
  }
}
.home-secF .point-text {
  flex: 1 1 auto;
}
.home-secF .point-text h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 768px) {
  .home-secF .point-text h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .point-text h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secF .point-text h4 {
    font-size: 15px;
  }
}
.home-secF .point-text p {
  color: var(--white);
  opacity: 0.55;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 480px;
}
@media only screen and (max-width: 540px) {
  .home-secF .point-text p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secF .point-text p {
    font-size: 12px;
  }
}
.home-secF .point-img {
  flex: 0 0 90px;
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .home-secF .point-img {
    flex: 0 0 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .point-img {
    flex: 0 0 56px;
    width: 56px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .point-img {
    display: none;
  }
}
.home-secF .point-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home-secG {
  padding: 70px 0;
  background: var(--black);
}
@media only screen and (max-width: 991px) {
  .home-secG {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secG {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secG {
    padding: 24px 0;
  }
}
.home-secG .heading {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secG .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .heading {
    margin-bottom: 30px;
  }
}
.home-secG .heading h3 {
  color: var(--white);
  margin-bottom: 0;
}
.home-secG .accordion-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.home-secG .accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 540px) {
  .home-secG .accordion-item {
    margin-bottom: 12px;
  }
}
.home-secG .accordion-item:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}
.home-secG .accordion-item.active {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.05);
}
.home-secG .accordion-item.active .accordion-icon {
  color: var(--primary);
}
.home-secG .accordion-item.active .accordion-header h4 {
  color: var(--primary);
}
.home-secG .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 540px) {
  .home-secG .accordion-header {
    padding: 16px 18px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secG .accordion-header {
    padding: 14px 14px;
  }
}
.home-secG .accordion-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  flex: 1;
  font-family: "Poppins";
  padding-right: 20px;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 420px) {
  .home-secG .accordion-header h4 {
    padding-right: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secG .accordion-header h4 {
    font-size: 14px;
  }
}
.home-secG .accordion-icon {
  font-size: 24px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 360px) {
  .home-secG .accordion-icon {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}
.home-secG .accordion-content {
  padding: 0 25px 20px;
  padding-right: 3rem;
  display: none;
  background: transparent;
}
@media only screen and (max-width: 540px) {
  .home-secG .accordion-content {
    padding: 0 18px 16px;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 360px) {
  .home-secG .accordion-content {
    padding: 0 14px 14px;
    padding-right: 1.5rem;
  }
}
.home-secG .accordion-content p {
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 360px) {
  .home-secG .accordion-content p {
    font-size: 12px;
  }
}
.home-secG .accordion-content ul {
  margin-left: 20px;
}
@media only screen and (max-width: 420px) {
  .home-secG .accordion-content ul {
    margin-left: 14px;
  }
}
.home-secG .accordion-content ul li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  line-height: 1.8;
  list-style-type: disc;
}
@media only screen and (max-width: 360px) {
  .home-secG .accordion-content ul li {
    font-size: 12px;
  }
}

.home-secI {
  padding: 70px 0;
  background: var(--black);
}
@media only screen and (max-width: 768px) {
  .home-secI {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secI {
    padding: 32px 0;
  }
}
.home-secI .heading {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secI .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI .heading {
    margin-bottom: 30px;
    max-width: 350px;
  }
}
.home-secI .heading h3 {
  margin-bottom: 12px;
}
.home-secI .swiper-wrap {
  position: relative;
}
.home-secI .swiper-wrap .swiper {
  margin: 0 20px;
  padding: 4px 4px 10px;
}
@media only screen and (max-width: 540px) {
  .home-secI .swiper-wrap .swiper {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secI .swiper-wrap .swiper {
    margin: 0;
  }
}
.home-secI .swiper-wrap .swiper-group {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .home-secI .swiper-wrap .swiper-group {
    display: none;
  }
}
.home-secI .swiper-wrap .swiper-group .swiper-button-lock {
  display: none !important;
}
.home-secI .swiper-wrap .swiper-group button {
  pointer-events: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: background 0.25s ease;
}
.home-secI .swiper-wrap .swiper-group button svg {
  width: 20px;
  height: 20px;
}
.home-secI .swiper-wrap .swiper-group button svg path {
  fill: var(--primary);
}
.home-secI .swiper-wrap .swiper-group button:hover {
  background: var(--primary);
}
.home-secI .swiper-wrap .swiper-group button:hover svg path {
  fill: var(--white);
}
.home-secI .swiper-wrap .swiper-group .btn-next {
  transform: rotate(180deg);
}
.home-secI .test_card {
  position: relative;
  height: 100%;
  padding: 40px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.35s ease;
}
@media only screen and (max-width: 768px) {
  .home-secI .test_card {
    padding: 30px 24px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI .test_card {
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secI .test_card {
    padding: 20px 16px;
  }
}
.home-secI .test_card:hover {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.05);
}
.home-secI .test_card:hover .quote-mark {
  color: var(--primary);
  opacity: 1;
}
.home-secI .test_card .quote-mark {
  display: block;
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
  opacity: 0.8;
  margin-bottom: 16px;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 540px) {
  .home-secI .test_card .quote-mark {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
.home-secI .test_card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 30px;
  line-height: 1.5;
  min-height: 130px;
}
@media only screen and (max-width: 768px) {
  .home-secI .test_card p {
    min-height: 110px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI .test_card p {
    min-height: auto;
    margin-bottom: 22px;
    font-size: 13px;
  }
}
.home-secI .test_author {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 360px) {
  .home-secI .test_author {
    gap: 10px;
  }
}
.home-secI .author-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 162, 211, 0.2);
  color: var(--primary);
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 360px) {
  .home-secI .author-avatar {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.home-secI .author-info h5 {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 2px;
}
.home-secI .author-info span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.home-secH {
  padding: 0 0 70px;
  background: var(--black);
}
@media only screen and (max-width: 768px) {
  .home-secH {
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH {
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secH {
    padding: 0 0 32px;
  }
}
.home-secH .heading {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secH .heading {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .heading {
    margin-bottom: 28px;
  }
}
.home-secH .heading h3 {
  margin-bottom: 12px;
}
.home-secH .tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.home-secH .tab-nav::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-secH .tab-nav {
    margin-bottom: 36px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .tab-nav {
    gap: 24px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secH .tab-nav {
    gap: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secH .tab-nav {
    gap: 12px;
  }
}
.home-secH .tab-nav li {
  position: relative;
  padding-bottom: 18px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: color 0.25s ease;
  flex-shrink: 0;
}
@media only screen and (max-width: 540px) {
  .home-secH .tab-nav li {
    font-size: 13px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secH .tab-nav li {
    font-size: 12px;
  }
}
.home-secH .tab-nav li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.home-secH .tab-nav li.active {
  color: var(--white, #fff);
}
.home-secH .tab-nav li.active::after {
  opacity: 1;
}
.home-secH .tab-nav li:hover:not(.active) {
  color: rgba(255, 255, 255, 0.75);
}
.home-secH .tab-nav-content .tabs {
  display: none;
}
.home-secH .tab-nav-content .tabs.active {
  display: block;
  animation: tabFadeD 0.4s ease;
}
@keyframes tabFadeD {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-secH .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .home-secH .portfolio-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .portfolio-grid {
    gap: 18px;
  }
}
.home-secH .portfolio-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}
.home-secH .portfolio-item .item-num {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  padding: 6px 14px;
  border-radius: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secH .portfolio-item .item-num {
    top: 14px;
    left: 14px;
    font-size: 12px;
    padding: 5px 12px;
  }
}
.home-secH .portfolio-item .item-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.home-secH .portfolio-item .item-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.15) 45%, transparent 70%);
  z-index: 1;
  transition: opacity 0.4s ease;
}
.home-secH .portfolio-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.home-secH .portfolio-item .item-info {
  position: absolute;
  left: 24px;
  bottom: 20px;
  right: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 540px) {
  .home-secH .portfolio-item .item-info {
    left: 16px;
    right: 16px;
    bottom: 14px;
    gap: 10px;
  }
}
.home-secH .portfolio-item .content h5 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 4px;
}
@media only screen and (max-width: 540px) {
  .home-secH .portfolio-item .content h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secH .portfolio-item .content h5 {
    font-size: 14px;
  }
}
.home-secH .portfolio-item .content span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 360px) {
  .home-secH .portfolio-item .content span {
    font-size: 11px;
  }
}
.home-secH .portfolio-item:hover .item-img img {
  transform: scale(1.08);
}
.home-secH .portfolio-item:hover .play-btn {
  background: var(--primary);
  border-color: var(--primary);
}
.home-secH .play-btn {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s ease;
}
.home-secH .play-btn i {
  color: var(--white);
  font-size: 13px;
  margin-left: 3px;
}
.home-secH .play-btn:hover {
  transform: scale(1.08);
}
@media only screen and (max-width: 540px) {
  .home-secH .play-btn {
    width: 42px;
    height: 42px;
  }
  .home-secH .play-btn i {
    font-size: 11px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secH .play-btn {
    width: 36px;
    height: 36px;
  }
}
.home-secH .portfolio-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 768px) {
  .home-secH .portfolio-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 36px;
    padding-top: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .portfolio-cta {
    margin-top: 28px;
    padding-top: 22px;
  }
}
.home-secH .portfolio-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 420px;
  margin: 0;
  order: 2;
}
@media only screen and (max-width: 540px) {
  .home-secH .portfolio-cta p {
    font-size: 14px;
  }
}/*# sourceMappingURL=home.css.map */