html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: calc(100% - 35px);
  position: relative;

}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}
.swiper-slide:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000004a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.swiper-pagination-bullet-active{
    background-color: red;
}

.logo{
    position: absolute;
    width: 250px;
    top: 30px;
    left: 30px;
    z-index: 2;
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-color: #ddd;
}
.footer span{
    font-size: 14px;
    flex: 1;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.copyright{
    color: #fff;
    background-color: #e30615;
    padding: 10px 30px;
    font-size: 13px;
    display: flex;
}

.AEe52a{
    font-size: 34px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    font-weight: 500;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    margin-left: -25%;
    color: #FFF;
}

.AEcf2d{
    flex: 1;
    display: flex;
    justify-content: start;
    font-size: 12px;
}
.AEcf2d>div{
    margin-right: 15px;
}
.AE0133{
    font-size: 12px;
}
.AE2f0a{
    position: absolute;
    bottom: 10px;
    z-index: 10;
    color: #fff;
    right: 0;
    width: 100%;
    text-align: right;
    padding-right: 30px;
}
.AE2f0a a{
    color: #fff;
    text-decoration: unset;
}
.AE2f0a span{
    text-transform: uppercase;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}
.AE2f0a svg{
    position: relative;
    top: 5px;
}
.d-mobile{
    display: none;
}
@media screen and (max-width: 1200px) {
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 35px;
    }
}
@media screen and (max-width: 991px) {
    .AEcf2d,.copyright{
        display: block;
        text-align: center;
    }
    .logo {
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
    }
    .AE2f0a{
        text-align: center;
        padding: 0;
        bottom: 15px;
    }
    .AE2f0a a {
        padding: 0 8px;
        display: block;
    }
    .AEe52a {
        width: 70%;
        margin-left: -35%;
    }
    .d-desktop{
        display: none;
    }
    .d-mobile{
        display: block;
    }
    .copyright{
        line-height: 1.3;
    }

}
@media screen and (max-width: 525px) {
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 65px;
    }
}
@media screen and (max-width: 500px) {
    .footer span{
        font-size: 13px;
    }
    .AEe52a {
        width: 80%;
        margin-left: -40%;
        font-size: 30px;
    }
    .AE2f0a svg{
        width: 20px;
        height: 20px;
    }
  }