@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: 60vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.52) 79.33%), linear-gradient(360deg, rgba(0, 0, 0, 0) 54.81%, rgba(0, 0, 0, 0.28) 100%);
}
.home-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home-banner .bg-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 93%;
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-wrapper {
    top: inherit;
    bottom: 0;
  }
}
.home-banner .bg-wrapper .heading {
  max-width: 678px;
}
.home-banner .bg-wrapper .heading .swiper-wrapper {
  height: 110px;
}
@media only screen and (max-width: 675px) {
  .home-banner .bg-wrapper .heading .swiper-wrapper {
    height: 85px;
  }
}
.home-banner .bg-wrapper .heading .swiper-wrapper h1 {
  font-family: "Optima";
  font-weight: 500;
  font-size: 120px;
  line-height: 80px;
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-wrapper .heading .swiper-wrapper h1 {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
  }
}
.home-banner .bg-wrapper .heading p {
  font-family: Lato;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-banner .bg-wrapper .heading p {
    text-align: center;
  }
}
.home-banner .thankyou {
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.home-banner .thankyou .heading {
  max-width: 365px;
  margin: 0 auto;
}
.home-banner .thankyou .heading a {
  padding: 8px 20px;
  background: var(--white);
  color: var(--secondary);
  border-radius: 50px;
  font-weight: 500;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  max-width: 140px;
  margin: 0 auto;
}
.home-banner .thankyou .heading p {
  margin: 8px 0 20px;
}

.home-secA {
  padding: 8rem 0;
  text-align: center;
  height: 690px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #b1b1b1;
}
@media only screen and (max-width: 675px) {
  .home-secA {
    height: 510px;
    padding: 4rem 0;
  }
}
.home-secA h6 {
  font-size: 26px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: var(--dark-blue);
}
@media only screen and (max-width: 675px) {
  .home-secA h6 {
    font-size: 18px;
  }
}
.home-secA .moving-logo {
  width: 450px;
  margin: 0 auto;
  transform-origin: center;
}
@media only screen and (max-width: 675px) {
  .home-secA .moving-logo {
    width: 325px;
  }
}
.home-secA .moving-logo img {
  width: 100%;
  opacity: 0.2;
  filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(2650%) hue-rotate(202deg) brightness(94%) contrast(101%);
}
.home-secA .upper-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 675px) {
  .home-secA .upper-text {
    height: 54px;
  }
}
.home-secA .upper-text .moved-text {
  display: flex;
  flex-direction: column;
  height: 120px;
}
.home-secA .upper-text .moved-text h3 {
  font-size: 100px;
  line-height: 120px;
  color: var(--dark-blue);
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 675px) {
  .home-secA .upper-text .moved-text h3 {
    font-size: 45px;
  }
}
.home-secA .upper-text > h3 {
  font-size: 100px;
  margin: 0;
  color: var(--dark-blue);
  text-transform: uppercase;
}
@media only screen and (max-width: 675px) {
  .home-secA .upper-text > h3 {
    font-size: 45px;
  }
}
.home-secA p {
  max-width: 520px;
  margin: 1rem auto 5rem;
  font-size: 16px;
  color: #444;
}
.home-secA.animate-start .moving-logo img {
  animation: logoRotate 10s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home-secA.animate-start .upper-text .moved-text {
  animation: slideUp 10s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home-secA.animate-stop .moving-logo img {
  animation-play-state: paused;
}
.home-secA.animate-stop .upper-text .moved-text {
  animation-play-state: paused;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-120px);
  }
  40% {
    transform: translateY(-240px);
  }
  60% {
    transform: translateY(-360px);
  }
  80% {
    transform: translateY(-480px);
  }
  100% {
    transform: translateY(-480px);
  }
}
@keyframes logoRotate {
  0% {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  20% {
    transform: rotate(72deg);
    opacity: 0.3;
  }
  40% {
    transform: rotate(144deg);
    opacity: 0.3;
  }
  60% {
    transform: rotate(216deg);
    opacity: 0.6;
  }
  80% {
    transform: rotate(288deg);
    opacity: 0.6;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
.home-secB {
  background: var(--primary);
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow-y: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secB {
    min-height: 100vh;
  }
}
.home-secB .heading {
  text-align: center;
  margin: 2rem 0 12rem;
}
@media only screen and (max-width: 1366px) {
  .home-secB .heading {
    margin: 8rem 0 6rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .heading {
    margin: 0 0 2rem;
    padding-top: 20px;
  }
}
.home-secB .heading h2 {
  font-size: 60px;
  text-transform: uppercase;
  transform: scale(1.4);
}
@media only screen and (max-width: 1366px) {
  .home-secB .heading h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .heading h2 {
    font-size: 32px;
  }
}
.home-secB .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
}
@media only screen and (max-width: 1280px) {
  .home-secB .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid {
    grid-template-columns: 1fr;
  }
}
.home-secB .grid .journey-years-slider {
  height: 270px;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secB .grid .journey-years-slider {
    height: 100px;
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .home-secB .grid .journey-years-slider.swiper {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
.home-secB .grid .journey-years-slider .swiper-slide {
  height: 80px !important;
}
.home-secB .grid .journey-years-slider ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.home-secB .grid .journey-years-slider ul li {
  font-size: 60px;
  color: rgba(7, 8, 35, 0.4);
  cursor: pointer;
  transition: color 0.3s ease;
}
.home-secB .grid .journey-years-slider ul li.swiper-slide-active {
  color: var(--dark-blue) !important;
}
.home-secB .grid .journey-years-slider ul li.swiper-slide-next + .swiper-slide {
  color: rgba(7, 8, 35, 0.2);
}
.home-secB .grid .journey-years-slider ul li.swiper-slide-next + .swiper-slide + .swiper-slide {
  color: rgba(7, 8, 35, 0.1019607843);
}
.home-secB .grid .journey-slider-wrap {
  grid-column: span 2;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .home-secB .grid .journey-slider-wrap {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid .journey-slider-wrap {
    grid-column: span 1;
  }
}
.home-secB .grid .journey-slider-wrap .btn-outline-black {
  font-family: "lato";
  border: 1px solid var(--text);
  text-transform: uppercase;
  position: absolute;
  bottom: 20%;
  left: 51%;
  color: var(--text);
  transform: translateX(50%);
  border-radius: 50px;
  z-index: 9999999;
  background: #fff;
}
@media only screen and (max-width: 1366px) {
  .home-secB .grid .journey-slider-wrap .btn-outline-black {
    bottom: 32%;
    left: 43%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid .journey-slider-wrap .btn-outline-black {
    bottom: 20px;
    left: 45%;
  }
}
.home-secB .grid .journey-slider-wrap .btn-outline-black:hover {
  border: 1px solid transparent !important;
}
.home-secB .grid .journey-slider-wrap .main-slider {
  height: 100%;
  touch-action: pan-y;
}
.home-secB .grid .journey-slider-wrap .swiper-slide {
  height: auto;
}
.home-secB .grid .journey-slider-wrap .item {
  display: flex;
  align-items: center;
  gap: 8rem;
  height: 100%;
  width: 88%;
  margin: 0 auto;
  height: 410px;
  overflow: hidden;
  padding: 5px 0;
}
@media only screen and (max-width: 1580px) {
  .home-secB .grid .journey-slider-wrap .item {
    gap: 5rem;
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) {
  .home-secB .grid .journey-slider-wrap .item {
    gap: 3rem;
    width: 100%;
    height: 335px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid .journey-slider-wrap .item {
    flex-direction: column;
    height: 100%;
    gap: 1rem;
  }
}
.home-secB .grid .journey-slider-wrap .item img {
  border-radius: 50%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease;
  display: block;
  border: 2px solid rgba(49, 51, 209, 0.5019607843);
  padding: 15px;
}
@media only screen and (max-width: 420px) {
  .home-secB .grid .journey-slider-wrap .item img {
    width: 270px;
    height: 270px;
    padding: 8px;
  }
}
.home-secB .grid .journey-slider-wrap .item .item-content {
  transition: all 0.2s ease;
  height: 250px;
  overflow: hidden;
}
.home-secB .grid .journey-slider-wrap .item .item-content h5 {
  color: var(--black);
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 420px) {
  .home-secB .grid .journey-slider-wrap .item .item-content h5 {
    font-size: 18px;
  }
}
.home-secB .grid .journey-slider-wrap .item .item-content p {
  margin: 20px 0 35px;
  opacity: 0.9;
  line-height: 18px;
  font-size: 14px;
}
@media only screen and (max-width: 540px) {
  .home-secB .grid .journey-slider-wrap .item .item-content p {
    margin: 10px 0 20px;
  }
}
.home-secB .grid .journey-slider-wrap .item .item-content a {
  color: var(--dark-blue);
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  transition: 0.3s ease;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}
.home-secB .grid .journey-slider-wrap .item .item-content a::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--dark-blue);
  transition: width 0.3s ease;
}
.home-secB .grid .journey-slider-wrap .item .item-content a svg {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.home-secB .grid .journey-slider-wrap .item .item-content a:hover {
  gap: 25px;
}
.home-secB .grid .journey-slider-wrap .item .item-content a:hover svg {
  transform: rotate(180deg) translateX(-5px);
}

.home-secC {
  padding: 6rem 0 0;
  background: var(--primary);
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 4rem 0 0;
  }
}
.home-secC .heading {
  max-width: 570px;
  margin: auto;
}
.home-secC .heading h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: var(--dark-blue);
  width: 45%;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .home-secC .heading h2 {
    font-size: 32px;
    width: 100%;
  }
}
.home-secC .awards-slider {
  padding: 65px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secC .awards-slider {
    padding: 40px 0 0;
  }
}
.home-secC .awards-slider .swiper-slide .item {
  border-radius: 10px;
  overflow: hidden;
}
.home-secC .awards-slider .swiper-slide .item .item-img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 375px;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .home-secC .awards-slider .swiper-slide .item .item-img {
    height: 310px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .awards-slider .swiper-slide .item .item-img {
    height: 200px;
  }
}
.home-secC .awards-slider .swiper-slide .item .item-img img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.home-secC .awards-slider .swiper-slide .item .item-img:hover img {
  transform: scale(1.1);
}
.home-secC .awards-slider .swiper-slide .item .item-content {
  padding: 30px;
  background: var(--gray);
  text-align: center;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 540px) {
  .home-secC .awards-slider .swiper-slide .item .item-content {
    padding: 20px;
  }
}
.home-secC .awards-slider .swiper-slide .item .item-content h6 {
  color: var(--black);
  font-size: 20px;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .home-secC .awards-slider .swiper-slide .item .item-content h6 {
    font-size: 16px;
    width: 80%;
  }
}
.home-secC .awards-slider .awards-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
  width: 35%;
  padding: 4rem 0 0;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 675px) {
  .home-secC .awards-slider .awards-nav {
    width: 85%;
    display: none;
  }
}
.home-secC .awards-slider .awards-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.home-secC .awards-slider .awards-nav button svg {
  width: 20px;
  height: 20px;
  transform-box: fill-box;
  transform-origin: center;
  display: block;
  transition: transform 0.3s ease;
}
.home-secC .awards-slider .awards-nav button:hover {
  background: var(--gradient-a);
}
.home-secC .awards-slider .awards-nav button:hover svg path {
  fill: var(--white);
}
.home-secC .awards-slider .awards-nav .awards-next {
  transform: rotate(270deg);
}
.home-secC .awards-slider .awards-nav .awards-prev {
  transform: rotate(90deg);
}
.home-secC .awards-slider .awards-nav .awards-progress {
  position: relative;
  width: 100%;
  height: 5px;
  background: var(--gray);
  border-radius: 3px;
  margin: 0 auto;
}
.home-secC .awards-slider .awards-nav .awards-progress .awards-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--gradient-d);
  border-radius: 3px;
  transition: width 0.3s;
}
.home-secC .awards-slider .awards-nav .awards-progress .awards-count {
  position: absolute;
  top: -45px;
  width: 100%;
  text-align: center;
  color: var(--dark-blue);
  font-size: 14px;
}

.home-secD {
  padding: 6rem 0 10rem;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secD {
    padding: 4rem 0 6rem;
  }
}
.home-secD .heading {
  text-align: center;
  padding-bottom: 5rem;
  max-width: 450px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .home-secD .heading {
    padding-bottom: 2rem;
    max-width: 320px;
  }
}
.home-secD .swiper-wrap {
  position: relative;
}
.home-secD .swiper-wrap .media-slider {
  overflow: visible;
}
.home-secD .swiper-wrap .media-slider .swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.9);
}
.home-secD .swiper-wrap .media-slider .swiper-slide .item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.home-secD .swiper-wrap .media-slider .swiper-slide .item .item-img {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
}
.home-secD .swiper-wrap .media-slider .swiper-slide .item .item-img .media-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.home-secD .swiper-wrap .media-slider .swiper-slide .item .item-img .media-wrap img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.home-secD .swiper-wrap .media-slider .swiper-slide .item .item-img .media-wrap .icon-svg {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 45px;
  height: 45px;
  padding: 10px;
  background: rgba(43, 43, 43, 0.486);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  transform: translateY(0) rotate(50deg);
}
.home-secD .swiper-wrap .media-slider .swiper-slide .item .item-img .media-wrap .icon-svg path {
  fill: #fff;
}
.home-secD .swiper-wrap .media-slider .swiper-slide .item .item-img:hover .media-wrap img {
  transform: scale(1.1);
}
.home-secD .swiper-wrap .media-slider .swiper-slide .item .item-img:hover .media-wrap .icon-svg {
  background: var(--gradient-a);
  transform: translate(-10px, 10px) rotate(50deg);
}
.home-secD .swiper-wrap .media-slider .swiper-slide .item .item-content {
  padding: 1.5rem;
  width: 70%;
  margin: 0 auto;
  opacity: 0;
}
@media only screen and (max-width: 1366px) {
  .home-secD .swiper-wrap .media-slider .swiper-slide .item .item-content {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .swiper-wrap .media-slider .swiper-slide .item .item-content {
    padding: 10px;
  }
}
.home-secD .swiper-wrap .media-slider .swiper-slide .item .item-content p {
  font-size: 20px;
  color: var(--text);
  margin-bottom: 1rem;
  transition: transform 0.5s ease;
  transform: scale(0.5);
}
@media only screen and (max-width: 540px) {
  .home-secD .swiper-wrap .media-slider .swiper-slide .item .item-content p {
    font-size: 16px;
  }
}
.home-secD .swiper-wrap .media-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.home-secD .swiper-wrap .media-slider .swiper-slide.swiper-slide-active .item .item-content {
  opacity: 1;
}
.home-secD .swiper-wrap .media-slider .swiper-slide.swiper-slide-active .item .item-content p {
  transform: scale(1);
}
.home-secD .swiper-wrap .swiper-group {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1366px) {
  .home-secD .swiper-wrap .swiper-group {
    top: 35%;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .swiper-wrap .swiper-group {
    display: none;
  }
}
.home-secD .swiper-wrap .swiper-group button {
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.home-secD .swiper-wrap .swiper-group button svg path {
  fill: var(--text);
}
.home-secD .swiper-wrap .swiper-group button:hover svg path {
  fill: var(--black);
}
.home-secD .swiper-wrap .swiper-group .media-next {
  transform: rotate(270deg);
}
.home-secD .swiper-wrap .swiper-group .media-prev {
  transform: rotate(90deg);
}
.home-secD .swiper-wrap .xplore-btn {
  color: var(--dark-blue);
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s ease;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}
.home-secD .swiper-wrap .xplore-btn::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--dark-blue);
  transition: width 0.3s ease;
}
.home-secD .swiper-wrap .xplore-btn svg {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.home-secD .swiper-wrap .xplore-btn svg path {
  fill: var(--dark-blue);
}
.home-secD .swiper-wrap .xplore-btn:hover {
  gap: 25px;
}
.home-secD .swiper-wrap .xplore-btn:hover svg {
  transform: rotate(180deg) translateX(-5px);
}

.home-secE {
  padding-top: 0rem;
}
@media only screen and (max-width: 675px) {
  .home-secE {
    padding-top: 2rem;
  }
}
.home-secE .heading {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 675px) {
  .home-secE .heading {
    margin-bottom: 40px;
  }
}
.home-secE .heading .tab-nav {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secE .heading .tab-nav {
    gap: 2rem;
  }
}
.home-secE .heading .tab-nav li {
  position: relative;
  font-size: 18px;
  color: var(--text);
  cursor: pointer;
  padding-bottom: 6px;
  transition: color 0.3s ease;
}
.home-secE .heading .tab-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--dark-blue);
  transition: width 0.3s ease;
}
.home-secE .heading .tab-nav li.active {
  color: var(--dark-blue);
}
.home-secE .heading .tab-nav li.active::before {
  width: 100%;
}
.home-secE .tabs-wrap {
  /* TAB NAVIGATION */
  /* SLIDER */
}
.home-secE .tabs-wrap .tab-nav-content {
  position: relative;
}
.home-secE .tabs-wrap .tab-nav-content .swiper-group {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5rem;
  z-index: 10;
}
@media only screen and (max-width: 675px) {
  .home-secE .tabs-wrap .tab-nav-content .swiper-group {
    padding: 0 1rem;
    display: none;
  }
}
.home-secE .tabs-wrap .tab-nav-content .swiper-group button {
  color: var(--black);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.home-secE .tabs-wrap .tab-nav-content .swiper-group button svg {
  width: 25px;
  height: 25px;
}
.home-secE .tabs-wrap .tab-nav-content .swiper-group button svg path {
  fill: var(--text);
}
.home-secE .tabs-wrap .tab-nav-content .swiper-group button:hover svg path {
  fill: var(--black);
}
.home-secE .tabs-wrap .tab-nav-content .swiper-group button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.home-secE .tabs-wrap .tab-nav-content .swiper-group button.hidden {
  display: none;
}
.home-secE .tabs-wrap .tab-nav-content .swiper-group .btn-next {
  transform: rotate(270deg);
}
.home-secE .tabs-wrap .tab-nav-content .swiper-group .btn-prev {
  transform: rotate(90deg);
}
.home-secE .tabs-wrap ul {
  display: flex;
  justify-content: center;
  gap: 65px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 540px) {
  .home-secE .tabs-wrap ul {
    padding: 0 0 18px;
    gap: 20px;
    overflow: auto;
    width: 90%;
    margin: 0 auto 20px;
  }
}
.home-secE .tabs-wrap ul li {
  color: var(--text);
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 540px) {
  .home-secE .tabs-wrap ul li {
    font-size: 14px;
    text-wrap: nowrap;
  }
}
.home-secE .tabs-wrap ul li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--black);
  transition: 0.3s ease;
}
.home-secE .tabs-wrap ul li.active {
  color: var(--black);
}
.home-secE .tabs-wrap ul li.active::after {
  width: 100%;
}
.home-secE .tabs-wrap .commonSlider {
  max-width: 95%;
  margin-right: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  cursor: pointer;
}
.home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  display: block;
}
.home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0));
  pointer-events: none;
  border-radius: inherit;
  z-index: 1;
}
.home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card img {
  border-radius: 15px;
  width: 100%;
  display: block;
  height: 410px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1580px) {
  .home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card img {
    height: 350px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card img {
    height: 200px;
  }
}
.home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card .card-content {
  position: absolute;
  bottom: 35px;
  left: 25px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card .card-content {
    left: 18px;
  }
}
.home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card .card-content h6 {
  color: var(--white);
  text-align: left;
  font-family: lato;
  font-size: 24px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1366px) {
  .home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card .card-content h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card .card-content h6 {
    font-size: 18px;
  }
}
.home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card .card-content p {
  color: var(--litewhite);
}
.home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card:hover img {
  transform: scale(1.1);
}
.home-secE .tabs-wrap .commonSlider .swiper-wrapper .swiper-slide .card:hover .card-content {
  transform: translateY(-10px);
}/*# sourceMappingURL=home.css.map */