.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.red {
  color: #ff1e0a !important
}

.home-banner {
  width: 100%;
  position: relative;
  background: #121212;
  overflow: hidden;
  z-index: 2;
}

.home-banner::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(245,228,115,0) 100%);


  z-index: 1;
  pointer-events: none;

}

@media screen and (max-width:575px) {
  .home-banner::after{
    height: 5%;


  }

  
}

.home-banner-swiper {
  width: 100%;
  height: calc(100svh - 80px);
  cursor: pointer;
  background: #121212;

}
@media screen and (min-width: 992px) {
  .home-banner-swiper {
    height: calc(100vh - 140px);
  }
}
@media screen and (min-width: 1600px) {
  .home-banner-swiper {
    height: 682px;
  }
}
.home-banner-swiper .swiper-wrapper {
  cursor: default !important;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 768px) {
  .home-banner-swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.17, 0, 0.49, 0.97);
  }
}
.home-banner-swiper .swiper-pagination {
  bottom: 50px;
  text-align: left;
  padding-left: 15px;
  display: none;
}
@media screen and (min-width: 575.9px) {
  .home-banner-swiper .swiper-pagination {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .home-banner-swiper .swiper-pagination {
    bottom: 70px;
  }
}
@media screen and (min-width: 1600px) {
  .home-banner-swiper .swiper-pagination {
    bottom: 137px;
    left: 4px;
  }
}
.home-banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border: 1.3px solid #fff;
  background-color: transparent;
  opacity: 1;
  margin: 0;
  margin-right: 14px;
}
@media screen and (min-width: 992px) {
  .home-banner-swiper .swiper-pagination .swiper-pagination-bullet {
    margin-right: 18px;
    width: 9px;
    height: 9px;
  }
}
.home-banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.home-banner-swiper .swiper-slide {
  font-size: 18px;
  background: #121212;
  overflow: hidden;
  transform: none;
}
.home-banner-swiper .swiper-slide .heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 50px;
  z-index: 99;
}
@media screen and (min-width: 575.9px) {
  .home-banner-swiper .swiper-slide .heading {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .home-banner-swiper .swiper-slide .heading {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .home-banner-swiper .swiper-slide .heading {
    padding-bottom: 190px;
  }
}
.home-banner-swiper .swiper-slide .heading .content {
  max-width: 740px;
  transform: translateY(12%);
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transition-delay: 100ms;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1600px) {
  .home-banner-swiper .swiper-slide .heading .content {
    max-width: 900px;
    transition-delay: 300ms;
  }
}
.home-banner-swiper .swiper-slide .heading .content .h1 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 575px) {
  .home-banner-swiper .swiper-slide .heading .content .h1 {
    font-size: 32px !important;
    font-weight: 400 !important;
    margin-bottom: 34px;

  }
}




@media screen and (min-width: 992px) {
  .home-banner-swiper .swiper-slide .heading .content .h1 {
    margin-bottom: 32px;
  }
}
.home-banner-swiper .swiper-slide .heading .content p {
  color: #fff;
  margin-bottom: 25px;
  max-width: 625px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .home-banner-swiper .swiper-slide .heading .content p {
    margin-bottom: 35px;
  }
}
.home-banner-swiper .swiper-slide .heading .content .btn-primary {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .home-banner-swiper .swiper-slide .heading .content .btn-primary {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.9px) {
  .home-banner-swiper .swiper-slide .heading .content .btn-primary {
    max-width: 230px;
  }
}
@media screen and (min-width: 1600px) {
  .home-banner-swiper .swiper-slide:first-child .heading .content {
    transition-delay: 500ms;
  }
}
.home-banner-swiper .swiper-slide figure {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  background: #121212;
}
.home-banner-swiper .swiper-slide figure img {
  transform: scale(1.2);
  transition: transform 0.7s ease-in;
  object-position: 70%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .home-banner-swiper .swiper-slide figure img {
    object-position: 78%;
  }
}
.home-banner-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner-swiper .swiper-slide .paginations {
  width: 100%;
  position: absolute;
  bottom: 23%;
}
.home-banner-swiper .swiper-slide-active .heading .content {
  opacity: 1;
  transform: translateY(0);
}
.home-banner-swiper .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 19;
  display: block;
}
@media screen and (min-width: 992px) {
  .home-banner-swiper .swiper-slide::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8211659664) 15%, rgba(0, 0, 0, 0) 50%);
  }
}
.home-banner-swiper.swiper-initialized {
  transform: scale(1);
}
.home-banner-swiper.swiper-initialized .swiper-slide figure img {
  transform: scale(1);
}

@keyframes animat {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}