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

    body {
      background: #011845;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 12px;
      color: #fff;
      margin: 0;
      width:40vw;
      margin: 0 auto;
      height: 100vh;
      overflow: hidden;
    }

.header {
    display:flex;
    justify-content:space-between;
    padding: 20px 30px 30px;
    height: 60px;
    align-items: center;
}

    /*.swiper {
      position:absolute !important;
      bottom:80px;
        left:0;
      width: 100%;
      height: 500px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom:100px;
    }

    .swiper-slide {
      background: #000f2d;
      border-radius:20px;
      height: 100%;

      display: flex;
      justify-content: center;
      align-items: center;
    }*/

.cat {
    position: absolute;
    top:20px;
    left:20px;
    border-radius:50px;
    width: fit-content;
    padding:10px 20px;

}

.mySwiperThumb .cat {
    padding: 5px 10px;
    font-size: .8em;
    top: 10px;
    left: 10px;
}

.cat-green {
    background-color: #06B458;
}

.cat-digital {
    background-color: #17ace6;
}

.card-img {
    width:100%;
    padding-bottom:50%;
    background-image:url(images/continental_pp_hpc_smart_cockpit.jpg);
    background-size:cover;
    background-position: center;
    border-radius:30px 30px 0px 0px;
}

 .slide2 .card-img{
    background-image:url(images/IDPM.png);
}

.card-info {
    padding:0px 15px 15px;
    display:flex;
    flex-direction:column;
}

.mySwiper .card-info {
    padding:0px 30px 30px;
    width:60%;
}


.btn {
    background-color:#011845;
    color:#fff;
    border-radius: 50px;
    width: fit-content;
    text-decoration:none;
    align-items: center;
  border-width: 0;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  padding: .5em .5em .5em 1.2em;
  text-align: center;
  position:absolute;
    bottom:10px;
    right:30px;
}

.btn.clepa-website {
    position:relative;
    background-color:#17ACE6;
    height: fit-content;
    bottom:inherit;
    right: 0;
}

.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 80px;
    padding:30px;
    display:flex;
    justify-content:flex-end;
}

.footer-logo {
    margin-left:20px;
}


.footer-logo p {
    margin-bottom:0;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.mySwiper {
  height: 60%;
  width: 80%;
  margin-bottom:40px;
}

.swiper-slide {
  background-color:#0a214c;
  border-radius:30px;
}

.mySwiper .swiper-slide .qrcode {
position: absolute;
  bottom: 20px;
  right: 40px;
}

.mySwiper .card-info .btn {
    display:none;
}
.mySwiperThumb {
  height: 25vw;
  max-height:220px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding: 10px 0;
  position:absolute;
  margin-bottom:20px;
}
.mySwiperThumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiperThumb .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiperThumb .card-info h4{
  margin-top:10px;
}
.btn svg {
    width: 30px;
    height: 30px;
}
