.home-slider {
    padding: 90px 0 0 0 !important;
}

.swiper-slide {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    transition: all .65s ease;
}
.swiper-slide-duplicate-active .overlay,
.swiper-slide-active .overlay {
    opacity: .4;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}
.slide-inner--image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .2;
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}
.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
    opacity: 1;
    transform: scale(1);
}

/* 4.1 Slider navigation buttons */
/*
.swiper-button-prev,
.swiper-button-next {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em;
    line-height: 2em;
    font-size: 12px;
    width: auto;
    height: 24px;
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-button-prev {
    padding-left: 6em;
    left: 0;
    -webkit-transition: padding-left .3s ease;
    -moz-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
}
.swiper-button-next {
    padding-right: 6em;
    right: 0;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.swiper-button-prev::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-button-next::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-button-prev:hover {
    padding-left: 90px;
}
.swiper-button-prev:hover::after {
    width: 75px;
}
.swiper-button-next:hover {
    padding-right: 90px;
}
.swiper-button-next:hover::after {
    width: 75px;
}
*/
/* 4.2 Slider inner info */

.slide-inner--info {
    position: absolute;
    width: 60%;
    min-height: 90px;
    bottom: 20%;
    margin-left: 100px;
    color: #fff;
    z-index: 1;
    padding: 0 50px
   /* opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
.swiper-slide-active .slide-inner--info {
    opacity: 1;
    /*transition: opacity 1s ease 1s;*/
}


.slide-inner--info h1 {
  font-family: "Inter";
  font-size: 50px;
  font-weight: 300;
  line-height: 64px;
  margin: 10px 0;
  color: #fff;  
}
.slide--info__link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px;
}
.swiper-slide--bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

element {
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;/* #AEAEAE;*/
    opacity: .7;
    border: 1px solid #fff;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background:  #fff;;
}
/*
@media (min-width: 280px) {
.swiper-container-home {
    width: 100%;
    height: 480px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 60px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 480px) {
.swiper-container-home {
    width: 100%;
    height: 480px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 60px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 980px) {
.swiper-container-home {
    width: 100%;
    height: 480px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 60px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 1024px) {
.swiper-container-home {
    width: 100%;
    height: 500px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 60px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 1120px) {
.swiper-container-home {
    width: 100%;
    height: 530px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 60px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 1260px) {
.swiper-container-home {
    width: 100%;
    height: 610px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 60px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 1365px) {
.swiper-container-home {
    width: 100%;
    height: 555px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 60px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 1400px) {

.swiper-container-home {
    width: 100%;
    height: 690px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 65px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 1540px) {
   .swiper-container-home {
    width: 100%;
    height: 760px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 70px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 1680px) {
   .swiper-container-home {
    width: 100%;
    height: 850px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 80px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 1920px) {
   .swiper-container-home {
    width: 100%;
    height: 920px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 80px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
@media (min-width: 2100px) {
  .swiper-container-home {
    width: 100%;
    height: 920px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 80px;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
}
*/
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 10%;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
@media (min-width: 280px) {
.slide-inner--info {
    bottom: 25%;
    margin-left: 0px;   
    padding: 0 50px  
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 10%;
    left: 50px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
.slide-inner--info h1 {
  font-size: 35px;
  font-weight: 300;
  line-height: 45px; 
}
}
@media (min-width: 480px) {
.slide-inner--info {
    bottom: 25%;
    margin-left: 0px;   
    padding: 0 50px  
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 10%;
    left: 50px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
.slide-inner--info h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px; 
}
}
@media (min-width: 1260px) {
.slide-inner--info {
    bottom: 20%;
    margin-left: 100px;   
    padding: 0 50px  
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 8%;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
.slide-inner--info h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 64px; 
}
}

@media (min-width: 1260px) {
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
    bottom: 12%;
    left: 150px;
    width: 50%;
    text-align: left;
    z-index: 100;
}
.slide-inner--info {
    bottom: 25%;
    margin-left: 100px;   
    padding: 0 50px  
}
}