﻿body {
    background-color: rgb(248,248,248);
}

.banner-links {
    display: block;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    margin-top: 10px;
}

.flex-items {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 18%;
    align-self: auto;
    order: 1;
    border: 1px solid white;
    /*height: 750px;*/
    margin-left: 20px;
}

    .flex-items .img-div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: white;
        height: 50%;
    }

    .flex-items .text-div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        height: 50%;
    }

        .flex-items .text-div strong {
            display: block;
            font-size: 28px;
            text-align: center;
            font-weight: bold;
            color: var(--color-black-22);
            height: 120px;
            max-height: 120px !important;
            padding: 0 10px;
            margin-top: 5px;
            font-family: 'Metro Black';
            overflow: hidden;
        }

            .flex-items .text-div strong small {
                display: block;
                font-size: 12px;
                text-align: center;
                color: rgba(var(--color-rgb-black), .5);
                padding: 10px 10px 4px 10px;
            }

        .flex-items .text-div a {
            display: block;
            font-size: 14px;
            text-align: center;
            font-weight: bold;
            text-decoration: none;
            height: 40px;
            max-height: 40px !important;
            padding: 0 10px;
            color: black;
            /* margin-bottom: 10px;*/
        }

            .flex-items .text-div a:hover {
                color: #777777;
                /* margin-bottom: 10px;*/
            }

#mediaLinks .media-link > img {
    max-width: 30%;
}

.banner-links {
    margin-bottom: 30px;
}

#mediaLinks {
    padding-top: 20px;
    border-top: 2px solid #cccccc;
}

.bgefefef {
    background-color: #efefef;
}

.ilhamAlContent {
    padding: 30px 50px 0px 150px;
    width: 80% !important;
}

#mediaLinks > div.swiper-wrapper > div > span > small:nth-child(1) {
    font-family: 'Metro Regular';
    font-size: 24px;
    color: black;
}

#mediaLinks > div.swiper-wrapper > div > span > small:nth-child(2) {
    font-style: italic;
    font-size: 16px;
    font-family: 'Metro Regular';
    line-height: 150%;
}

.mediaLinksNewButtonContainer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 80px;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.mediaLinksNewButton {
    border: 1px solid #B0D0DB;
    padding: 7px 20px;
    border-radius: 5px;
    font-family: 'Metro Regular';
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    background-color: white;
    transition: .3s all all;
}

    .mediaLinksNewButton:hover {
        background-color: #B0D0DB;
    }

.absolutePhone {
    height: 350px;
    position: absolute;
    z-index: 200;
    right: 150px;
    bottom: -0px
}

.banner-links-image {
    height: 175px;
}

@media screen and (max-width: 767px) {
    .links-left {
        padding-top: 15px;
    }

    #homeBannerSlider {
        max-width: 100%;
        height: auto !important;
        min-height: 175px;
    }

        #homeBannerSlider .swiper-wrapper {
            height: auto;
            min-height: 175px;
        }

        #homeBannerSlider .swiper-banner-button-next,
        #homeBannerSlider .swiper-banner-button-prev {
            display: none;
        }

        #homeBannerSlider .swiper-banner-pagination {
            position: absolute;
            z-index: 14;
            bottom: -3px;
            left: 50%;
            width: auto;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

    .flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        align-content: center;
        margin-top: 15px;
    }

    .flex-items {
        display: block;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
        align-self: auto;
        order: 1;
        border: 1px solid white;
        height: 500px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

        .flex-items .img-div {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            height: 50%;
        }


        .flex-items .text-div strong {
            display: block;
            font-size: 28px;
            text-align: center;
            font-weight: bold;
            color: var(--color-black-22);
            height: 100px;
            max-height: 120px !important;
            padding: 0 10px;
            margin-top: 15px;
            font-family: 'Metro Black';
            overflow: hidden;
        }

            .flex-items .text-div strong small {
                display: block;
                font-size: 12px;
                text-align: center;
                color: rgba(var(--color-rgb-black), .5);
                padding: 10px 10px 4px 10px;
            }

        .flex-items .text-div a {
            display: block;
            font-size: 14px;
            text-align: center;
            font-weight: bold;
            text-decoration: none;
            height: 40px;
            max-height: 40px !important;
            padding: 0 10px;
            margin-bottom: 10px;
        }

    .banner-links {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

    .banner-links-image {
        height: 100%;
    }

    .absolutePhone {
        display: none;
    }

    .mobile-space-2 {
        margin-bottom: 20px;
    }

    .ilhamAlContent {
        padding: 20px 5px;
        width: 100% !important;
    }

    #mediaLinks > div.swiper-wrapper > div > span > small:nth-child(1) {
        margin-bottom: 10px;
    }

    #mediaLinks .media-link {
        padding: 8px 18px;
    }

    .mediaLinksNewButtonContainer {
        width: 100%;
    }
}
