@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

#foreword {    
    font-family: "Exo 2";
    width: 66%;
    color: #3c4142;
}
.navbar-brand {
    font-family: "Exo 2", sans-serif;
    font-size: xx-large;
    font-weight: 700;
    color: #3c4142;
}

h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.carousel-caption {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.swiper {
    height: 586px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
}

.swiper-button-prev {
    color: grey;
}

.swiper-button-next {
    color: grey;
}

#partnerLogo {
    border-radius: 50%;
}

.l-image-preview-container {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0) 50%, transparent 100%);
  }

.r-image-preview-container {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0) 50%, transparent 100%);
  }

.add-shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px;
    transition: box-shadow 0.5s ease-in-out;
}
.foreword {
    padding-top: 100px;
}

@media all and (max-width: 995px) {
    .swiper {
        width: 540px;
        height: 352px;
    }
    
    .swiper-slide img {
        width: 540px;
        height: 352px;
    }
}

@media all and (max-width: 500px) {
    .swiper {
        width: 450px;
        height: 293px;
    }
    
    .swiper-slide img {
        width: 450px;
        height: 293px;
    }
}

