/*==============================================
  Portfolio One
===============================================*/
.portfolio-one {
  position: relative;
  display: block;
  background-color: var(--nexin-primary);
  padding: 120px 0 0;
  z-index: 1;
}

.portfolio-one__left {
  position: relative;
  display: block;
}

.portfolio-one__left .section-title {
  margin-bottom: 38px;
}

.portfolio-one__left .section-title__title {
  margin-right: -100px;
}

.portfolio-one__text {
  text-transform: capitalize;
}

.portfolio-one__list {
  position: relative;
  display: block;
  margin-top: 42px;
}

.portfolio-one__list li {
  position: relative;
  display: block;
}

.portfolio-one__list li + li {
  margin-top: 40px;
}

.portfolio-one__list li h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-family: var(--nexin-font);
}

.portfolio-one__list li h4 a {
  color: var(--nexin-gray);
}

.portfolio-one__list li:hover h4 a {
  color: var(--nexin-black);
  padding-left: 70px;
}

.portfolio-one__list-shape-1 {
  position: absolute;
  top: 19px;
  left: 0;
  width: 58px;
  height: 1px;
  background-color: var(--nexin-black);
  background-position: left right;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scalex(0);
  z-index: 2;
}

.portfolio-one__list li:hover .portfolio-one__list-shape-1 {
  transform: scalex(1);
}

.portfolio-one__right {
  position: relative;
  display: block;
}

.portfolio-one__view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 77px;
}

.portfolio-one__view a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 1px solid var(--nexin-black);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  gap: 5px;
  color: var(--nexin-black);
  text-transform: capitalize;
}

.portfolio-one__view a:hover {
  border: 1px solid var(--nexin-base);
  color: var(--nexin-base);
}

.portfolio-one__view a span {
  font-size: 18px;
  position: relative;
  top: -2px;
  font-weight: 700;
}

.portfolio-one__img-box {
  position: relative;
  display: block;
  margin-left: 78px;
  margin-right: -80px;
  margin-top: 60px;
}

.portfolio-one__img {
  position: relative;
  display: block;
}

.portfolio-one__img img {
  width: 100%;
}

.portfolio-one__img-box-2 {
  position: relative;
  display: block;
  margin-left: 80px;
  margin-right: -315px;
}

.portfolio-one__img-2 {
  position: relative;
  display: block;
}

.portfolio-one__img-2 img {
  width: 100%;
}

.portfolio-one__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.portfolio-one__arrow > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: var(--nexin-black);
  background-color: var(--nexin-white);
}

.portfolio-one__arrow > a:hover {
  color: var(--nexin-black);
  background-color: var(--nexin-base);
}

/*==============================================
    Portfolio Two
===============================================*/
.portfolio-two {
  position: relative;
  display: block;
  padding: 48px 0 67px;
  z-index: 1;
}

.portfolio-two__carousel-wrap,
.wall-of-fame-home__carousel-wrap {
  position: relative;
  margin-top: 55px;
}

.portfolio-two__carousel {
  position: relative;
  overflow: hidden;
}

.portfolio-two__button,
.wall-of-fame-home__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 50%;
  background-color: rgba(var(--nexin-white-rgb), 0.92);
  color: var(--nexin-black);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  z-index: 3;
  transition: all 500ms ease;
}

.portfolio-two__button:hover,
.wall-of-fame-home__button:hover {
  color: var(--nexin-white);
  background-color: var(--nexin-base);
  border-color: var(--nexin-base);
}

.portfolio-two__button i,
.wall-of-fame-home__button i {
  width: 18px;
  height: 18px;
}

.portfolio-two__button-next,
.wall-of-fame-home__button-next {
  right: -1px;
}

.portfolio-two__button.swiper-button-disabled,
.wall-of-fame-home__button.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

.portfolio-two__carousel .swiper-slide {
  height: auto;
}

.portfolio-two__slide {
  position: relative;
  display: block;
  height: 100%;
}

.portfolio-two__left {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-top: 233px;
}

.portfolio-two__single-1 {
  margin-right: 30px;
}

.portfolio-two__single {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.portfolio-two__content {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.portfolio-two__sub-title-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.portfolio-two__sub-title {
  font-weight: 500;
  text-transform: uppercase;
}

.portfolio-two__sub-title-shape-1 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: var(--nexin-bdr-color);
}

.portfolio-two__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 5px;
}

.portfolio-two__title a {
  color: var(--nexin-black);
}

.portfolio-two__title a:hover {
  color: var(--nexin-base);
}

.portfolio-two__img-box {
  position: relative;
  display: block;
}

.portfolio-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-two__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--nexin-black-rgb), 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}

.portfolio-two__single:hover .portfolio-two__img::before {
  opacity: 1;
}

.portfolio-two__single-2:hover .portfolio-two__img::before {
  opacity: 1;
}

.portfolio-two__img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.portfolio-two__single:hover .portfolio-two__img img {
  transform: scale(1);
}

.portfolio-two__single-2:hover .portfolio-two__img img {
  transform: scale(1);
}

.portfolio-two__right {
  position: relative;
  display: block;
  margin-left: 30px;
}

.portfolio-two__single-4 {
  margin-left: 30px;
}

.portfolio-two__single-2 {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.portfolio-two__single-2 .portfolio-two__content {
  margin-bottom: 0px;
  margin-top: 33px;
}

.portfolio-two__view-all {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 25px;
}

.portfolio-two__view-all a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 155px;
  border: 1px solid var(--nexin-black);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  gap: 5px;
  color: var(--nexin-black);
  text-transform: capitalize;
  margin: 0 auto;
}

.portfolio-two__view-all a:hover {
  border: 1px solid var(--nexin-base);
  color: var(--nexin-base);
}

.portfolio-two__view-all a span {
  font-size: 18px;
  position: relative;
  top: -2px;
  font-weight: 700;
}

.portfolio-two .swiper-dot-style1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.portfolio-two .swiper-dot-style1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background-color: rgba(15, 23, 42, 0.2);
  opacity: 1;
  transition: all 500ms ease;
}

.portfolio-two
  .swiper-dot-style1
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--nexin-base);
  transform: scale(1.2);
}

.portfolio-two__cta {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

/*==============================================
    Wall Of Fame Home
===============================================*/
.wall-of-fame-home {
  position: relative;
  display: block;
  padding: 54px 0 72px;
  z-index: 1;
}

.wall-of-fame-home__carousel {
  position: relative;
  overflow: hidden;
}

.wall-of-fame-home__slide {
  position: relative;
  display: block;
  height: 100%;
}

.wall-of-fame-home__img {
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.wall-of-fame-home__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wall-of-fame-home__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--nexin-black-rgb), 0.35);
  opacity: 0;
  z-index: 1;
  content: "";
}

.wall-of-fame-home__slide:hover .wall-of-fame-home__img::before {
  opacity: 1;
}

.wall-of-fame-home__img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.wall-of-fame-home__slide:hover .wall-of-fame-home__img img {
  transform: scale(1);
}

.wall-of-fame-home .swiper-dot-style1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.wall-of-fame-home .swiper-dot-style1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background-color: rgba(15, 23, 42, 0.2);
  opacity: 1;
  transition: all 500ms ease;
}

.wall-of-fame-home
  .swiper-dot-style1
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--nexin-base);
  transform: scale(1.2);
}

.wall-of-fame-home__cta {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .portfolio-two__button,
  .wall-of-fame-home__button {
    width: 44px;
    height: 44px;
  }

  .portfolio-two__button-prev,
  .wall-of-fame-home__button-prev {
    left: -6px;
  }

  .portfolio-two__button-next,
  .wall-of-fame-home__button-next {
    right: -6px;
  }
}

/*==============================================
    Portfolio Three
===============================================*/
.portfolio-three {
  position: relative;
  display: block;
  padding: 105px 0 0;
  z-index: 1;
}

.portfolio-three__top {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.portfolio-three__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 19px;
}

.portfolio-three__text {
  font-weight: 300;
  font-family: var(--nexin-font-two);
  text-transform: capitalize;
  color: var(--nexin-white);
}

.portfolio-three__carousel {
  position: relative;
  display: block;
  overflow: visible;
}

.portfolio-three__single {
  position: relative;
  display: block;
}

.portfolio-three__img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-three__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-three__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--nexin-black-rgb), 0.65);
  opacity: 0;
  transform: translateY(50px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.portfolio-three__single:hover .portfolio-three__img::before {
  opacity: 1;
  transform: translateY(0px);
}

.portfolio-three__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.portfolio-three__single:hover .portfolio-three__img img {
  transform: scale(1.05) rotate(0deg);
}

.portfolio-three__content {
  position: absolute;
  bottom: 32px;
  left: 40px;
  opacity: 0;
  transform: translateX(-60px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 2;
}

.portfolio-three__single:hover .portfolio-three__content {
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 200ms;
}

.portfolio-three__single-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
  opacity: 0;
  transform: translateX(-60px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
}

.portfolio-three__single:hover .portfolio-three__single-title {
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 400ms;
}

.portfolio-three__single-title a {
  color: var(--nexin-white);
}

.portfolio-three__single-title a:hover {
  color: var(--nexin-base);
}

.portfolio-three__sub-title {
  font-size: 14px;
  font-weight: 300;
  color: var(--nexin-base);
}

.portfolio-three__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.portfolio-three__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 24px;
  color: var(--nexin-white);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12.5px);
  border-radius: 50%;
  font-weight: 700;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-three__single:hover .portfolio-three__arrow a {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 700ms;
  opacity: 1;
}

.portfolio-three__arrow a:hover {
  color: var(--nexin-black);
  background-color: var(--nexin-base);
}

.portfolio-three__carousel .swiper-nav-style-one {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--nexin-black);
  max-width: 260px;
  margin: 75px auto 0;
  z-index: 1;
}

.portfolio-three__carousel .swiper-nav-style-one::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 1080px;
  height: 1px;
  background-color: #2a2a2a;
  transform: translateX(-50%);
  z-index: -1;
}

.portfolio-three__carousel .swiper-nav-style-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background-color: var(--nexin-black);
  z-index: -1;
}

.portfolio-three__carousel .swiper-dot-style1 {
  position: relative;
  display: inline-flex;
  line-height: 0;
}

.portfolio-three__carousel .swiper-dot-style1 .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0px 10px;
  opacity: 1;
  background: #2a2a2a;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-three__carousel
  .swiper-dot-style1
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--nexin-base);
}

.portfolio-three__carousel
  .swiper-dot-style1
  .swiper-pagination-bullet::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border: 2px solid var(--nexin-base);
  border-radius: 50%;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.portfolio-three__carousel
  .swiper-dot-style1
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.portfolio-three__carousel .swiper-dot-style1 .swiper-pagination-bullet:hover {
  transform: scale(1);
}

.portfolio-three__nav {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}

.portfolio-three__nav .swiper-button-prev1,
.portfolio-three__nav .swiper-button-next1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: var(--nexin-base);
  border: 1px solid #2a2a2a;
  background-color: var(--nexin-black);
  font-size: 18px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 1;
}

.portfolio-three__nav .swiper-button-prev1:hover,
.portfolio-three__nav .swiper-button-next1:hover {
  color: var(--nexin-black);
  border: 1px solid var(--nexin-base);
  background-color: var(--nexin-base);
}

.portfolio-three__nav .swiper-button-next1 {
  margin-right: 0px;
}

/*==============================================
    Portfolio Page   
===============================================*/
.portfolio-page {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.portfolio-page .row {
  --bs-gutter-x: 60px;
}

.portfolio-page__single {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.portfolio-page__img-box {
  position: relative;
  display: block;
}

.portfolio-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.portfolio-page__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--nexin-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.portfolio-page__single:hover .portfolio-page__img::before {
  opacity: 0.6;
}

.portfolio-page__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.portfolio-page__single:hover .portfolio-page__img img {
  transform: scale(1.05) rotate(0deg);
}

.portfolio-page__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
}

.portfolio-page__title-box {
  position: relative;
  display: block;
}

.portfolio-page__sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--nexin-font-two);
  text-transform: uppercase;
}

.portfolio-page__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-top: 2px;
}

.portfolio-page__title a {
  color: var(--nexin-black);
}

.portfolio-page__title a:hover {
  color: var(--nexin-black);
  text-shadow: 1px 0 0 rgba(18, 18, 18, 0.8);
}

.portfolio-page__arrow {
  position: relative;
  display: block;
}

.portfolio-page__arrow a {
  color: var(--nexin-black);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--nexin-black);
  border-radius: 50%;
  font-size: 22px;
}

.portfolio-page__arrow a:hover {
  color: var(--nexin-black);
  border: 1px solid var(--nexin-base);
  background-color: var(--nexin-base);
}

.portfolio-page__single-2 {
  margin-top: 70px;
}

.portfolio-page__single-3 {
  margin-top: -70px;
}

/*==============================================
    Portfolio Details 
===============================================*/
.portfolio-details {
  position: relative;
  display: block;
  padding: 60px 0 115px;
  z-index: 1;
}

.portfolio-details__top {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.portfolio-details__top-left {
  position: relative;
  display: block;
  margin-top: -13px;
}

.portfolio-details__top-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: var(--nexin-black);
}

.portfolio-details__top-middle {
  position: relative;
  display: block;
  margin-left: 34px;
  margin-right: -25px;
}

.portfolio-details__top-text {
  font-size: 18px;
  font-weight: 300;
  font-family: var(--nexin-font-two);
  line-height: 27px;
}

.portfolio-details__top-right {
  position: relative;
  display: block;
  margin-left: 104px;
}

.portfolio-details__top-category-list {
  position: relative;
  display: block;
}

.portfolio-details__top-category-list li {
  position: relative;
  display: block;
}

.portfolio-details__top-category-list li + li {
  margin-top: 12px;
}

.portfolio-details__top-category-list li p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--nexin-font-two);
  color: var(--nexin-black);
}

.portfolio-details__top-category-list li p span {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: var(--nexin-gray);
}

.portfolio-details__img {
  position: relative;
  display: block;
}

.portfolio-details__img img {
  width: 100%;
}

.portfolio-details__content {
  position: relative;
  display: block;
}

.portfolio-details__title-1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  color: var(--nexin-black);
  margin-top: 28px;
  margin-bottom: 30px;
}

.portfolio-details__text-1 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: var(--nexin-font-two);
}

.portfolio-details__text-2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: var(--nexin-font-two);
  margin: 28px 0 60px;
}

.portfolio-details__img-box {
  position: relative;
  display: block;
}

.portfolio-details__img-box-img-1 {
  position: relative;
  display: block;
  margin-right: 55px;
  margin-bottom: 30px;
}

.portfolio-details__img-box-img-1 img {
  width: 100%;
}

.portfolio-details__img-box-img-2 {
  position: relative;
  display: block;
  margin-left: -55px;
  margin-bottom: 30px;
}

.portfolio-details__img-box-img-2 img {
  width: 100%;
}

.portfolio-details__title-2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  color: var(--nexin-black);
  text-transform: capitalize;
  margin: 24px 0 30px;
}

.portfolio-details__text-3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  font-family: var(--nexin-font-two);
}

.portfolio-details__points-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 160px;
  margin: 40px 0 48px;
}

.portfolio-details__points {
  position: relative;
  display: block;
}

.portfolio-details__points li {
  position: relative;
  display: block;
}

.portfolio-details__points li + li {
  margin-top: 16px;
}

.portfolio-details__points li p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: var(--nexin-font-two);
}

.portfolio-details__points li p span {
  font-size: 24px;
  color: var(--nexin-black);
  font-weight: 300;
}

.portfolio-details__title-3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  color: var(--nexin-black);
}

.portfolio-details__text-4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: var(--nexin-font-two);
  margin: 30px 0 48px;
}

.portfolio-details__title-4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  color: var(--nexin-black);
}

.portfolio-details__text-5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: var(--nexin-font-two);
  margin-top: 30px;
}

.portfolio-details__prev-and-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--nexin-bdr-color);
  padding-top: 40px;
  margin-top: 80px;
}

.portfolio-details__prev-and-next a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 400;
  font-family: var(--nexin-font-two);
  color: var(--nexin-black);
}

.portfolio-details__prev-and-next a:hover {
  color: var(--nexin-black);
  text-shadow: 1px 0 0 rgba(18, 18, 18, 0.8);
}

.portfolio-details__prev-and-next a span {
  font-size: 18px;
}

/*==============================================
    Portfolio Carousel Page   
===============================================*/
.portfolio-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 30px;
}

.portfolio-carousel-page__carousel {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

.portfolio-carousel-page .portfolio-page__single {
  margin-bottom: 30px;
}

.portfolio-details__image {
  width: 600px;
}

/*==============================================
    Specialization Program In 3D / VFX
===============================================*/
.course-vfx-page .page-header {
  overflow: hidden;
}

.course-vfx-page .page-header .container,
.course-vfx-page .page-header__inner {
  position: relative;
  z-index: 1;
}

.course-vfx-page .page-header__inner h3 {
  font-size: clamp(34px, 5vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: none;
  font-weight: 500;
}

.course-vfx-page .main-menu-two__search-box,
.course-vfx-page .main-menu-two__search {
  position: relative;
  z-index: 1001;
  cursor: pointer;
}

.course-vfx-page .portfolio-details::before,
.course-vfx-page .portfolio-details::after {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  z-index: 0;
}

.course-vfx-page .portfolio-details .container,
.course-vfx-page .portfolio-details__content {
  position: relative;
  z-index: 1;
}

.course-vfx-page .portfolio-details .container .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.course-vfx-page .portfolio-details__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.course-vfx-page .course-vfx-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: center;
  gap: 36px;
}

.course-vfx-page .portfolio-details__title-1,
.course-vfx-page .portfolio-details__title-2,
.course-vfx-page .line-heading h2 {
  color: #0f172a;
  letter-spacing: -0.03em;
}

.course-vfx-page .portfolio-details__title-1,
.course-vfx-page .portfolio-details__title-2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}

.course-vfx-page .portfolio-details__text-1,
.course-vfx-page .portfolio-details__text-2,
.course-vfx-page .portfolio-details__points li p,
.course-vfx-page .portfolio-details__top-category-list li p,
.course-vfx-page .table-list-software td,
.course-vfx-page .table-list-software th {
  font-family: var(--nexin-font-two);
}

.course-vfx-page .portfolio-details__text-1,
.course-vfx-page .portfolio-details__text-2 {
  color: #475569;
  font-size: 14px;
  line-height: 1.85;
}

.course-vfx-page .portfolio-details__text-2 {
  margin-bottom: 0;
}

.course-vfx-page .portfolio-details__image {
  width: 100%;
}

.course-vfx-page .portfolio-details__image img {
  width: 100%;
  /* aspect-ratio: 4 / 3; */
}

.course-vfx-page .portfolio-details__points-box {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.75fr);
  gap: 28px;
  margin: 0;
  align-items: start;
  padding: 32px 0px;
}

.course-vfx-page .portfolio-details__points-heading {
  grid-column: 1 / -1;
}

.course-vfx-page
  .portfolio-details__points-heading
  .portfolio-details__title-2 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
}

.course-vfx-page .portfolio-details__points-content,
.course-vfx-page .portfolio-details__meta {
  align-self: start;
}

.course-vfx-page .portfolio-details__meta {
  width: 100%;
}

.course-vfx-page .portfolio-details__points {
  display: grid;
  gap: 16px;
  margin-top: 0;
}

.course-vfx-page .portfolio-details__points li {
  padding: 8px 20px;
  border-radius: 18px;
  border: 1px solid rgba(249, 115, 22, 0.14);
}

.course-vfx-page .portfolio-details__points li + li {
  margin-top: 0;
}

.course-vfx-page .portfolio-details__points li p {
  align-items: flex-start;
  gap: 14px;
  color: #334155;
  line-height: 1.7;
  font-size: 16px;
}

.course-vfx-page .portfolio-details__points li p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: #ffcc00;
  color: #ffffff;
  font-size: 12px;
}

.course-vfx-page .portfolio-details__points li p span svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.2;
}

.course-vfx-page .portfolio-details__top-right {
  margin-left: 0;
}

.course-vfx-page .portfolio-details__top-category-list {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px;
  padding: 20px;
  display: grid;
  gap: 14px;
}

.course-vfx-page .portfolio-details__top-category-list li {
  display: flex;
  align-items: stretch;
}

.course-vfx-page .portfolio-details__top-category-list li + li {
  margin-top: 0;
}

.course-vfx-page .portfolio-details__top-category-list li .meta-icon {
  flex: 0 0 54px;
  width: 54px;
  min-width: 54px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  border-radius: 18px;
  background: #ffcc00;
  color: #0f172a;
  box-shadow: 0 10px 22px rgba(255, 204, 0, 0.28);
}

.course-vfx-page .portfolio-details__top-category-list li .meta-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.1;
}

.course-vfx-page .portfolio-details__top-category-list li p {
  flex: 1 1 auto;
  margin: 0;
  padding: 18px 20px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;

  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.course-vfx-page .portfolio-details__top-category-list li p span {
  color: #ffcc00;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.course-vfx-page .course-vfx-jobs,
.course-vfx-page .accordion {
  margin-top: 8px;
}

.course-vfx-page .course-vfx-jobs {
  padding: 20px 0 28px;
}

.course-vfx-page .course-vfx-jobs .line-heading {
  margin-bottom: 24px;
  text-align: center;
}

.course-vfx-page .course-vfx-jobs__specializations {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.course-vfx-page .course-vfx-jobs__specialization {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(243, 177, 47, 0.28);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.course-vfx-page .course-vfx-jobs__specialization > p {
  margin-bottom: 14px;
}

.course-vfx-page .course-vfx-jobs__specialization .btgrid .row {
  row-gap: 20px;
  justify-content: center;
}

.course-vfx-page .course-vfx-jobs__specialization .col-md-3 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.course-vfx-page .course-vfx-jobs__specialization .content {
  height: 100%;
  padding: 24px 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.course-vfx-page .course-vfx-jobs__specialization .content:empty {
  display: none;
}

.course-vfx-page .course-vfx-jobs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.course-vfx-page .course-vfx-jobs__column h3 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.course-vfx-page .course-vfx-jobs__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.course-vfx-page .course-vfx-jobs__list li {
  position: relative;
  margin: 0;
  min-height: 52px;
  padding: 12px 14px 12px 54px;
  border-radius: 16px;
  background: #fffaf0;
  color: #1e293b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.course-vfx-page .course-vfx-jobs__list li::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #ffcc00;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  content: "\2197";
}

.course-vfx-page .line-heading {
  margin-bottom: 18px;
}

.course-vfx-page .line-heading h2 {
  display: inline-block;
  margin: 0;
  padding-bottom: 10px;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 600;
  line-height: 1.2;
}

.course-vfx-page .line-heading h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  content: "";
}

.course-vfx-page div[style*="text-align:center"] .line-heading h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.course-vfx-page p strong {
  color: #0f172a;
  font-weight: 600;
}

.course-vfx-page .btgrid .row {
  row-gap: 22px;
}

.course-vfx-page .btgrid .content {
  height: 100%;
}

.course-vfx-page .btgrid .content:empty {
  display: none;
}

.course-vfx-page .ul-list.arrow {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  margin: 0;
  padding: 22px;
  list-style: none;
}

.course-vfx-page .ul-list.arrow li {
  position: relative;
  padding-left: 28px;
  color: #334155;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.course-vfx-page .ul-list.arrow li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid #f97316;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
  content: "";
}

.course-vfx-page .card {
  overflow: hidden;
  border: 1px solid #f3b12f;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.course-vfx-page .card + .card {
  margin-top: 30px;
}

.course-vfx-page .card-header {
  padding: 0;
  border-bottom: 0;
  background: transparent;
}

.course-vfx-page .card-header .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 22px 26px 22px 50px;
  color: #0f172a;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  white-space: normal;
  background: #ffffff;
  box-shadow: none;
}

.course-vfx-page .card-header .btn::before {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: #0f172a;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  content: "-";
}

.course-vfx-page .card-header .btn.collapsed::before {
  content: "+";
}

.course-vfx-page .card-header .btn span {
  display: inline-block;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #334155;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}

.course-vfx-page .card-body {
  padding: 8px 26px 28px;
  color: #475569;
  border-top: 1px solid rgba(243, 177, 47, 0.2);
}

.course-vfx-page #accordionExample495 .card-header .btn,
.course-vfx-page #accordionExample559 .card-header .btn {
  min-height: 62px;
}

.course-vfx-page .table-responsive {
  width: 100%;
  overflow-x: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.course-vfx-page .table-list-software {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.course-vfx-page .table-list-software tr:first-child th {
  padding-top: 18px;
}

.course-vfx-page .table-list-software th,
.course-vfx-page .table-list-software td {
  padding: 14px 10px;
  vertical-align: middle;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.course-vfx-page .table-list-software tr:first-child th,
.course-vfx-page .table-list-software tr:first-child td {
  border-top: 0;
}

.course-vfx-page .table-list-software th {
  background: transparent;
  color: #0f172a;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.course-vfx-page .table-list-software td {
  color: #334155;
  font-size: 13px;
  line-height: 1.65;
}

.course-vfx-page .table-list-software td:first-child {
  width: 72px;
  padding-right: 6px;
  color: #0f172a;
  text-align: left;
  white-space: nowrap;
}

.course-vfx-page .table-list-software td:last-child,
.course-vfx-page .table-list-software th:last-child {
  padding-left: 4px;
}

.course-vfx-page .table-list-software td strong,
.course-vfx-page .table-list-software td b {
  color: #0f172a;
}

.course-vfx-page .table-list-software img {
  width: 42px;
  height: 42px;
  min-width: 36px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff7ed;
  padding: 5px;
}

.course-vfx-page .accordion .btgrid .row {
  align-items: stretch;
}

.course-vfx-page .accordion .col-md-5.align-self-center {
  align-self: stretch !important;
  display: flex;
}



.course-vfx-page .accordion .col-md-5 .content {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
}

.course-vfx-page .accordion .col-md-7 .content {
  display: flex;
  align-items: stretch;
}

.course-vfx-page .accordion .col-md-7 .table-responsive {
  align-self: stretch;
}

.course-vfx-page .accordion .col-md-5 .line-heading h2 {
  font-size: clamp(14px, 2.2vw, 25px);
  font-weight: 400 !important;
}

.course-vfx-page .accordion .col-md-7 .line-heading h2 {
  font-size: 18px;
  font-weight: 400 !important;
}

.course-vfx-page .accordion .col-md-7 .line-heading h2::after,
.course-vfx-page .accordion .col-md-5 .line-heading h2::after {
  height: 3px;
}

.course-vfx-page .ai-skills2 {
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffcc00 0%, #ffcc00 100%);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
}

.course-vfx-page .ai-skills2 .line-heading {
  margin-bottom: 10px;
}

.course-vfx-page .ai-skills2 .line-heading h2 {
  color: #ffffff;
  font-size: 20px !important;
}

.course-vfx-page .ai-skills2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-vfx-page .ai-skills2 ul li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.course-vfx-page .course-vfx-curriculum {
  margin-top: 12px;
}

.course-vfx-page .course-vfx-curriculum .accordion {
  margin-top: 0;
}

.course-vfx-page .course-vfx-curriculum .card-body {
  padding-top: 24px;
}

.course-vfx-page .course-vfx-curriculum__semester-title {
  margin: 0 0 26px;
  text-align: center;
}

.course-vfx-page .course-vfx-curriculum__semester-title .line-heading {
  display: inline-block;
  margin: 0 auto;
}

.course-vfx-page .course-vfx-curriculum__semester-title .line-heading h2 {
  font-size: clamp(24px, 2vw, 30px);
}

.course-vfx-page .course-vfx-curriculum__column-title {
  margin-bottom: 14px;
}

.course-vfx-page .course-vfx-curriculum__column-title .line-heading {
  margin-bottom: 0;
}

.course-vfx-page .course-vfx-curriculum__column-title .line-heading h2 {
  font-size: 22px !important;
  font-weight: 500 !important;
}

.course-vfx-page .course-vfx-curriculum__divider {
  height: 1px;
  margin: 34px 0;
  background: linear-gradient(90deg, rgba(243, 177, 47, 0), rgba(243, 177, 47, 0.7), rgba(243, 177, 47, 0));
}

.course-vfx-page .course-vfx-curriculum .btgrid .row {
  align-items: flex-start;
  row-gap: 24px;
}

.course-vfx-page .course-vfx-curriculum .btgrid .row-1 > .col:only-child {
  flex: 0 1 100%;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.course-vfx-page .course-vfx-curriculum .btgrid .row-1 > .col:only-child .content {
  padding: clamp(20px, 2.5vw, 28px);
}

.course-vfx-page .course-vfx-curriculum .btgrid .content {
  padding: 24px;
  border: 1px solid rgba(243, 177, 47, 0.22);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.course-vfx-page .course-vfx-curriculum__subjects-table td:first-child,
.course-vfx-page .course-vfx-curriculum__software-table td:first-child {
  width: 62px;
  text-align: center;
}

.course-vfx-page .course-vfx-curriculum__subjects-table td:last-child {
  width: 165px;
  text-align: right;
  color: #64748b;
  font-weight: 600;
}

.course-vfx-page .course-vfx-curriculum__subjects-table td:nth-child(2) {
  font-weight: 400;
}

.course-vfx-page .course-vfx-curriculum__software-table td:last-child {
  font-size: 13px;
}

.course-vfx-page .course-vfx-curriculum__software-table td strong {
  color: inherit;
  font-weight: 400;
}

.course-vfx-page .course-vfx-curriculum__subjects-table,
.course-vfx-page .course-vfx-curriculum__software-table {
  table-layout: auto;
}

.course-vfx-page .course-vfx-curriculum__subjects-table td,
.course-vfx-page .course-vfx-curriculum__software-table td {
  word-break: break-word;
}

.course-vfx-page .course-vfx-curriculum__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f97316, #ffcc00);
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .course-vfx-page .course-vfx-intro,
  .course-vfx-page .portfolio-details__points-box {
    grid-template-columns: 1fr;
  }

  .course-vfx-page .card-header .btn {
    flex-direction: column;
    align-items: flex-start;
  }

  .course-vfx-page .card-header .btn span {
    text-align: left;
  }

  .course-vfx-page .course-vfx-jobs__grid {
    gap: 28px;
  }

  .course-vfx-page .course-vfx-jobs__specialization {
    padding: 24px;
  }

  .course-vfx-page .course-vfx-jobs__specialization .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .course-vfx-page .course-vfx-curriculum .btgrid .content {
    padding: 22px;
  }

  .course-vfx-page .portfolio-details__top-category-list li .meta-icon {
    flex-basis: 50px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    margin-right: 12px;
    border-radius: 16px;
  }
}

@media (max-width: 991px) {
  .course-vfx-page .portfolio-details {
    padding: 90px 0 100px;
  }

  .course-vfx-page .course-vfx-intro,
  .course-vfx-page .portfolio-details__points-box,
  .course-vfx-page .card-body {
    padding: 24px;
  }

  .course-vfx-page .card-header .btn {
    padding: 20px 24px 20px 46px;
    font-size: 16px;
  }

  .course-vfx-page .course-vfx-jobs__grid {
    grid-template-columns: 1fr;
  }

  .course-vfx-page .course-vfx-jobs__specializations {
    grid-template-columns: 1fr;
  }

  .course-vfx-page .course-vfx-jobs__specialization .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .course-vfx-page .course-vfx-curriculum .card-body {
    padding-top: 20px;
  }

  .course-vfx-page .course-vfx-curriculum .col-md-7,
  .course-vfx-page .course-vfx-curriculum .col-md-5,
  .course-vfx-page .course-vfx-curriculum .col-md-5.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .course-vfx-page .course-vfx-curriculum__column-title .line-heading h2 {
    font-size: 20px !important;
  }

  .course-vfx-page .course-vfx-curriculum .btgrid .content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .course-vfx-page .page-header__inner h3 {
    font-size: 30px;
  }

  .course-vfx-page .portfolio-details {
    padding: 72px 0 84px;
  }

  .course-vfx-page .course-vfx-intro {
    gap: 24px;
    padding: 20px;
  }

  .course-vfx-page .portfolio-details__points-box {
    padding: 20px;
  }

  .course-vfx-page .portfolio-details__title-1,
  .course-vfx-page .portfolio-details__title-2 {
    margin-bottom: 18px;
  }

  .course-vfx-page .card-header .btn {
    padding: 18px 20px 18px 42px;
    font-size: 15px;
  }

  .course-vfx-page .card-header .btn::before {
    left: 14px;
    font-size: 24px;
  }

  .course-vfx-page .card-body {
    padding: 0 20px 20px;
  }

  .course-vfx-page .portfolio-details__top-category-list {
    padding: 16px;
    gap: 12px;
  }

  .course-vfx-page .portfolio-details__top-category-list li .meta-icon {
    flex-basis: 46px;
    width: 46px;
    min-width: 46px;
    min-height: 46px;
    margin-right: 10px;
    border-radius: 14px;
  }

  .course-vfx-page .portfolio-details__top-category-list li .meta-icon svg {
    width: 20px;
    height: 20px;
  }

  .course-vfx-page .portfolio-details__top-category-list li p {
    padding: 14px 16px;
    font-size: 16px;
  }

  .course-vfx-page .portfolio-details__top-category-list li p span {
    font-size: 15px;
  }

  .course-vfx-page .table-list-software th,
  .course-vfx-page .table-list-software td {
    padding: 12px 14px;
    font-size: 14px;
  }

  .course-vfx-page .ai-skills2 {
    padding: 16px;
  }

  .course-vfx-page .course-vfx-jobs {
    padding: 12px 0 22px;
  }

  .course-vfx-page .course-vfx-jobs__specialization {
    padding: 18px;
    border-radius: 22px;
  }

  .course-vfx-page .course-vfx-jobs__specialization .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .course-vfx-page .course-vfx-jobs__specialization .content {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .course-vfx-page .course-vfx-curriculum .btgrid .content {
    padding: 18px;
    border-radius: 20px;
  }

  .course-vfx-page .course-vfx-curriculum__semester-title {
    margin-bottom: 22px;
  }

  .course-vfx-page .course-vfx-curriculum__semester-title .line-heading h2 {
    font-size: 24px;
  }

  .course-vfx-page .course-vfx-curriculum__column-title {
    margin-bottom: 10px;
  }

  .course-vfx-page .course-vfx-curriculum__column-title .line-heading h2 {
    font-size: 18px !important;
  }

  .course-vfx-page .course-vfx-curriculum__divider {
    margin: 28px 0;
  }

  .course-vfx-page .course-vfx-curriculum__subjects-table td:first-child,
  .course-vfx-page .course-vfx-curriculum__software-table td:first-child {
    width: 44px;
    min-width: 44px;
    padding-right: 8px;
  }

  .course-vfx-page .course-vfx-curriculum__subjects-table td:last-child {
    width: 82px;
    min-width: 82px;
    text-align: left;
  }

  .course-vfx-page .course-vfx-jobs__list li {
    min-height: 0;
    padding: 10px 12px 10px 48px;
    font-size: 15px;
  }

  .course-vfx-page .course-vfx-jobs__list li::before {
    left: 14px;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}

/*==============================================
    End   
===============================================*/
