﻿

.homeSlider {
    position: relative;
    margin: 0px 0px 50px 0px;
    text-align: center;
}

    .homeSlider .container {
        max-width: 900px;
    }

.homeSlideText {
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.161));
    background: #ffffff;
    padding: 20px;
    line-height: 1.15;
    color: #333333;
    font-family: 'Circular Std Black';
    transform: translate(0px, -50%);
}

    .homeSlideText .textA strong {
        font-size: 32px;
    }

    .homeSlideText .textA {
        font-size: 20px;
    }

.homePageSecB {
    padding: 0px 0px 40px 0px;
}

    .homePageSecB .container {
        position: relative;
    }

        .homePageSecB .container:before {
            content: "";
            position: absolute;
            width: 0px;
            height: 0px;
            right: 0px;
            bottom: 10px;
            border-style: solid;
            border-color: transparent transparent #EBEBEB transparent;
            border-width: 0px 0px 110px 1300px;
        }

    .homePageSecB h2 {
        color: #000000;
        font-size: 38px;
        line-height: 1.2;
        font-family: 'Circular Std Bold';
        margin: 0px 0px 20px 0px;
    }

    .homePageSecB .text {
        color: #707070;
        font-size: 18px;
        line-height: 1.5;
    }

    .homePageSecB .img {
        position: relative;
        display: inline-block;
        padding: 26px;
        margin: 0px;
    }

        .homePageSecB .img:before {
            content: "";
            width: 100%;
            height: 100%;
            background: #FDF5EF;
            border-radius: 50%;
            position: absolute;
            left: -10px;
            top: -30px;
            z-index: -1;
        }

.homePageSecC {
    padding: 0px 0px 70px 0px;
}

.iconBox {
    background: #FDF5EF;
    filter: drop-shadow(0px 5px 8px rgba(233, 146, 129, 0.361));
    border-radius: 10px;
    height: 272px;
    width: 272px;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

    .iconBox h3 {
        color: #707070;
        font-size: 16px;
        line-height: 20px;
        font-family: 'Circular Std Medium';
        margin: 25px 0px 0px 0px;
        text-align: center;
    }

    .iconBox img {
        transform: scale(0.9);
        transition: transform 0.3s linear;
    }

    .iconBox:hover img {
        transform: scale(1);
    }

    .iconBox:hover {
        filter: drop-shadow(0px 5px 8px rgba(233, 146, 129, 0.5));
    }

.homePageSecD {
    padding: 0px 50px 50px 50px;
}

    .homePageSecD h2 {
        color: #000000;
        font-size: 22px;
        font-family: 'Circular Std Bold';
        margin: 0px 0px 25px 0px;
        text-align: center;
    }

    .homePageSecD .owl-carousel .owl-item img {
        width: inherit;
        display: inline-block;
        transform: scale(1);
        transition: transform 0.3s linear;
    }

    .homePageSecD .owl-carousel .owl-item:hover img {
        transform: scale(0.9);
    }

    .homePageSecD .item {
        text-align: center;
        height: 92px;
        line-height: 92px;
    }

#brandSlider .owl-nav button {
    top: calc(50% - 25px);
}










@media (max-width: 768px) {
    .homeSlider {
        margin: 0px 0px 30px 0px;
    }

        .homeSlider .slideImg {
            min-height: 200px;
            object-fit: cover;
        }

    .homeSlideText {
        padding: 15px;
        transform: translate(0px, 0px);
        filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.161));
        margin: 0px -15px;
    }

        .homeSlideText .textA strong {
            font-size: 22px;
        }

        .homeSlideText .textA {
            font-size: 16px;
        }

    .homePageSecB {
        padding: 0px 0px 10px 0px;
    }

        .homePageSecB h2 {
            font-size: 26px;
            margin: 0px 0px 10px 0px;
        }

        .homePageSecB .text {
            font-size: 14px;
        }

        .homePageSecB .img {
            padding: 15px;
            margin: 20px 0px 0px 0px;
        }

    .homePageSecC {
        padding: 0px 0px 30px 0px;
    }

    .homePageSecD {
        padding: 10px 0px 50px 0px;
    }

        .homePageSecD h2 {
            margin: 0px 0px 5px 0px;
        }

        .homePageSecD .owlNav.owl-carousel .owl-dots {
            bottom: -15px;
        }

    .iconBox {
        width: calc(50vw - 35px);
        height: calc(50vw - 35px);
        padding: 10px 5px;
        margin: 10px auto;
    }

        .iconBox img {
            max-width: calc(50vw - 110px)
        }

        .iconBox h3 {
            font-size: 12px;
            margin: 10px 0px 0px 0px;
            line-height: normal;
        }
}
