.landing {
    display: flex;
    font-family: Cera,Helvetica Neue,Arial,sans-serif;
    gap: 2vh;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    min-height: calc(100vh - 114px);
    margin-top: 10px;
}

.landing .big-title-wrap {
}

.landing .big-title {

    width: max-content;
    max-width: 90vw;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing .cases {
    /*width: 880px;*/
    max-width: 100%;
}

.case-of-use-details h1,
.landing .big-title h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: black;
    margin: 0 0 5px 0;
}

.case-of-use-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 10px 0;
    min-height: calc(100vh - 114px);
}

.case-of-use-details h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    color: black;
    margin: 0;
    max-width: 75%;
}

.case-of-use-details h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    color: black;
    margin: 0;
    max-width: 50%;
}

.case-of-use-details .big-images-swiper {
    height: 550px;
    width: 500px;
    max-width: 95vw;
    max-height: 60vh;
}

.case-of-use-details .big-images-swiper .swiper-slide {
    width: 500px;
    height: auto;
}

.case-of-use-details .big-images-swiper img.big-image {
    max-width: 95vw;
    max-height: 55vh;
    width: 500px;
    object-fit: contain;
}

.case-of-use-details .features-zone {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    flex: 1;
    /*min-width: min(530px, 100%);
    max-width: 650px; */
}

.case-of-use-details .features-zone .feature-card {
    width: 300px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #26a69a;
    color: white;
    border-radius: 19px;
    padding: 0 0 10px 0;
}

.case-of-use-details .features-zone .feature-card .feature-card-title {
    font-weight: 700;
}

.case-of-use-details .features-zone .feature-card .feature-card-text {
    font-size: smaller;
    font-weight: 700;
    padding: 10px;
}

.feature-card-action-label {
    text-align: center;
    font-weight: bold;
    width: 90%;
    margin-left: 5%;
    border-radius: 10px;
    color: white;
    background-color: #1a726a;
    border-color: #1a726a;
}

.case-of-use-details-content {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.landing .landing-sub-title {
    font-size: 1.25rem;
    color: black;
    letter-spacing: 1px;
}

.landing .landing-sub-sub-title {
    font-size: 1.12rem;;
    font-weight: 700;
    color: black;
}

.landing .landing-sub-title .sub-highlight {
    font-weight: bold;
    color: white;
    padding: 5px 10px;
}

.landing .landing-sub-title .sub-highlight.green-highlight {
    background-color: #26a69a;
}

.landing .landing-sub-title .sub-highlight.blue-highlight {
    background-color: dodgerblue;
}

.landing .landing-sub-sub-title .sub-highlight.green-highlight {
    color: #26a69a;
    background-color: transparent;
    font-weight: bold;
}

.landing .landing-sub-sub-title .sub-highlight.blue-highlight {
    color: dodgerblue ;
    background-color: transparent;
    font-weight: bold;
}

/*
.swiper {
    width: 100%;
    height: 200px;
}*/

.swiper-wrapper {
    min-height: 600px;
}

.swiper .card-panel {
    box-shadow: 0 0 4px 2px #000000aa;
    display: flex;
    height: calc(100vh - 200px);
    max-width: 100%;
    flex-direction: column;
    padding: 10px;
    margin: 5px;
}

.swiper .swipe-card-header {
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.swiper .swipe-card-title-wrap {
    height: 35px;
    width: 100%;
}

.swipe-card-header-wrap {
    width: 100%;
}

.swipe-card-header {
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper .swipe-card-title {
    text-align: center;
    width: fit-content;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.swiper .swipe-card-footer-wrap {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.swiper .swipe-card-footer {
    font-weight: 600;
}

.swiper .swipe-card-sub-footer {
    font-size: smaller;
}

.swipe-card-image-wrapper {
    flex: 1;
    overflow: hidden;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.swipe-card-image-wrapper  img.swipe-card-image {
    max-width: 100%;
    height: 100%;
}

.swiper-pagination.header-pagination {
    position: initial;
    display: grid;
    gap: 10px;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    align-items: center;
    margin-bottom: 12px;
}

.header-pagination .swiper-pagination-bullet {
    padding: 5px 10px;
    border-radius: 0;
    width: fit-content;
    height: auto;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #555;
    background-color: transparent;
    opacity: 1;
}

.header-pagination .swiper-pagination-bullet:hover {
    color: black;
}

.header-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #26a69a;
    color: white;
}

.swiper-scrollbar {
    display: none;
}

.try-today {
    width: 100%;
    color: white;
    background-color: #1e90ff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.try-today #email::placeholder {
    color: #999;
    font-weight: 600;
    font-size: 16px;
}

.try-today #email {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
/* Media screens */
@media screen and (max-width: 481px) {
    .landing {
        gap: 10px;
    }

    .landing .big-title h1 {
        font-size: 4.9vw;
        margin: 10px;
        text-align: center;
    }

    .landing .big-title h3 {
        font-size: 3vw;
        margin: 10px;
        text-align: center;
    }

    .landing .landing-sub-title {
        font-size: 2.5vw;
        text-align: center;
    }

    .landing .landing-sub-sub-title {
        font-size: 3vw;
    }

    .sub-highlight.blue-highlight,
    .sub-highlight.green-highlight {
        background-color: transparent !important;
        color: black !important;
    }

    .swiper-pagination-bullet {
        font-size: 3.5vw;
        padding: 2px 5px;
    }

    .case-of-use-details h2 {
        font-size: 2vh;
    }

    .case-of-use-details h5 {
        font-size: 1.7vh;
    }

    .swipe-card-footer {
        font-size: 4vw;
    }

}

@media screen and (max-width: 1400px) {
    .case-of-use-details-content {
        flex-wrap: wrap;
    }
}

