/* Header */
header.page-header {
    padding-top: 188px;
    padding-bottom: 56px;
}

.header-btn {
    color: var(--White, #FFF);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding: 8px 16px;
    border-radius: var(--radius-lg, 12px);
    background: var(--secondary, #082C4E);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
/* End Header */

/* Tools */
#tools {
    background: rgba(125, 189, 245, 0.10);
    padding-top: 32px;
    padding-bottom: 32px;
}

.tools-card {
    border-radius: var(--radius-lg, 12px);
    border: 1px solid var(--Border, #EBEBEB);
    box-shadow: none;
}

.tools-card .card-img-top {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.tools-card .card-body {
    padding: 16px;
}
/* End Tools */

/* About us */
#aboutUs {
    margin-top: 56px;
}
/* End About us */

/* Youtube */
#youtube {
    margin-top: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
    background: url(../../../images/pages/home/youtube-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* End Youtube */

/* Feature */
#feature {
    background: rgba(125, 189, 245, 0.10);
    padding-top: 32px;
    margin-top: 56px;
}

.feature-card {
    border-radius: var(--radius-lg, 12px);
    border: 1px solid var(--border-color, #EBEBEB);
    background: #FFF;
    margin-bottom: 32px;
    transition: var(--transition);
    box-shadow: none;
}

.feature-card .card-body {
    padding: 32px;
}

.feature-icon-container {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(48, 152, 243, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    transition: var(--transition);
}

.feature-icon-container > img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.feature-card:hover {
    background-color: var(--primary);
}

.feature-card:hover .feature-icon-container {
    background: var(--white);
}

.feature-card:hover h3 {
    color: var(--white);
}
/* End Feature */

/* Testimony */
#testimony {
    margin-top: 56px;
}

.testimony-card {
    width: 55vw;
    border-radius: var(--radius-lg, 12px);
    border: 1px solid var(--border-color, #EBEBEB);
    background: #FFF;
    box-shadow: none;
}

.testimony-card .card-body {
    padding: 32px;
}

.testimony-profile {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 16px;
}

.testimony-partai {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.testimony-carousel .slick-slide {
    opacity: .25;
    transform: scale(.9);
    transition: var(--transition);
}

.testimony-carousel .slick-slide.slick-active {
    opacity: 1;
    transform: scale(1);
}

.testimony-carousel .slick-list {
    margin: 0 -12px;
}

.testimony-carousel .slick-slide > div {
    padding: 0 12px;
}
/* End Testimony */

/* Blog */
#blog {
    margin-top: 56px;
}

.blog-container {
    transition: var(--transition);
    padding: 16px;
    border: 1px solid transparent;
    margin-bottom: 32px;
}

.blog-container:hover {
    border-radius: var(--radius-lg, 12px);
    border: 1px solid var(--border, #EBEBEB);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.blog-container h3 {
    transition: var(--transition);
}

.blog-container:hover h3 {
    color: var(--primary) ;
}

.blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    margin-bottom: 16px;
}
/* End Blog */


@media (max-width: 767.98px) {

    /* Header */
    header.page-header {
        padding-top: 160px;
        padding-bottom: 48px;
    }
    /* End Header */

    /* tools */
    .tools-card {
        margin-bottom: 32px;
    }

    .tools-card .card-img-top {
        height: 180px;
    }
    /* End tools */

    /* Youtube */
    #youtube {
        background-position: -140px;
    }

    #youtube .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    /* End Youtube */

    /* Feature */
    .feature-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .feature-gutter > [class^="col"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .feature-card {
        margin-bottom: 16px;
    }

    .feature-card .card-body {
        padding: 16px;
    }
    /* End Feature */

    /* Testimony */
    .testimony-card {
        width: 70vw;
    }

    .testimony-card .card-body {
        padding: 16px;
    }

    .testimony-carousel .slick-list {
        margin: 0 -4px;
    }

    .testimony-carousel .slick-slide > div {
        padding: 0 4px;
    }

    .testimony-carousel .slick-slide {
        transform: scale(1);
        transition: all 1000ms ease;
    }

    .testimony-profile {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 8px;
    }

    .testimony-partai {
        width: 48px;
        height: 48px;
        object-fit: contain;
    }

    .testimony-card .mb-32 {
        margin-bottom: 16px !important;
    }
    /* End Testimony */

    /* Blog Container */
    .blog-container {
        margin-bottom: 16px;
    }
    /* End Blog Container */
}

@media (min-width: 768px) and (max-width: 997.98px) {

    /* Header */
    header.page-header {
        padding-top: 160px;
    }
    /* End Header */

    /* Tools */
    .tools-card .card-img-top {
        height: 180px;
    }

    .tools-card {
        margin-bottom: 32px;
    }

    .row .col-md-6:last-child .tools-card {
        margin-bottom: 0;
    }
    /* End Tools */

    /* Feature */
    .feature-card .card-body {
        padding: 24px;
    }
    /* End Feature */

    /* Testimony */
    .testimony-card {
        width: 70vw;
    }
    /* End Testimony */
}
