
.heroText {
    margin-top: 17vh;
}

.heroText h2 {
    color: #000f9f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 3em;
    width: fit-content;
    position: relative;
    display: block;
    margin-bottom: 0.9vh;
}

.heroText {
    width: 25%;
    margin: 0 auto;
    margin-top: 13vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heroText h2::after {
    content: '';
    width: 180%;
    height: 4px;
    display: block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: #000f9f;
    border-radius: 5px;
}

.heroText h1 {
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-weight: 600;
    text-align: center;
    font-size: 1em;
}

.swiper-slide>a {
    width: 100%;
    height: 100%;
    display: flex;
    text-decoration: unset;
    flex-direction: column;
}


.swiper-text {
    padding: 1vh 0vh;
    background: #000f9f;
    margin-top: auto;
    margin-bottom: 50px;
    transition: all 0.15s ease-in-out;
    opacity: 0.38;
    width: calc(100% + 10px);
    transform: translateX(-5px);
}

.swiper-text p {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    margin: 1vh 0;
}

.swiperCategories {
    padding: 3vh 0%;
    padding-bottom: 6vh;
    overflow: clip;
    width: 75%;
    margin: 0 auto;
    position: relative;
}

.swiper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: white;
    position: relative;
    mix-blend-mode: multiply;
}

.swiper-slide {
    height: 55vh;
    border-radius: 50px;
    border: 5px solid transparent;
    transition: border 0.15s ease-in-out;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.38);
    width: 23%!important;
}

.swiper-image {
    margin-top: auto;
    width: 100%;
    height: auto;
    position: relative;
    background: rgba(242, 242, 242,0.31);
}

.swiper-slide:hover {
    border-color: #000f9f;
}

.swiper-slide:hover .swiper-text {
    opacity:1;
}


.swiper-wrapper {
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 10px;
}



.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 28px!important;
}

.swiper-button-next, .swiper-button-prev {
    width: 60px;
    height: 60px;
    color: white;
    background: rgba(162,169,173,0.88);
    border-radius: 50%;
    transition:all 0.15s ease-in-out;
    transform: translateY(-50%);
    right: unset;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    transform:translateY(-50%) scale(0.95);
}

.swiper-button-next{
    left: 90%;
    top: 50%;
}

.swiper-button-prev {
    left: 6.9%;
    top: 50%;
}

.swiperContainer {
    position: relative;
}
.swiper-button-next:active, .swiper-button-prev:active {
    transform: translateY(-50%) scale(0.65);
}


@media only screen and (max-width:1600px){
    html .swiperCategories {
    width: 85%;
}

html .swiper-button-prev {
    left: 2.9%;
}

html .swiper-button-next {
    left: 93.7%;
}
html .swiper-slide {
    width: 25%!important;
    height: 60vh!important;
}
}


@media only screen and (max-width:1000px){

    html .swiperCategories {
    overflow: visible;
}

.swiper-navigation {
    display: none;
}


.swiper-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.swiper-slide {
    width: 29.2%!important;
    margin-bottom: 40px;
}


}

@media only screen and (max-width:800px){
    .swiper-slide {
    width: 45%!important;
    margin-bottom: 20px;
}
}

@media only screen and (max-width:500px){

    .heroText {
    width: 60%;
}

.heroText h2::after {
    width: 110%;
}

html .swiper-slide {
    width: 84%!important;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

    html .swiperCategories {
    width: 100%;
}

.swiper-wrapper {
    box-sizing: border-box;
    padding-left: unset;
}

    .swiperCategories {
    margin: unset;
}

}