/* navbar */
.navbar-marketing {
    background: transparent;
}

.navbar-marketing.navbar-scrolled {
    background-color: var(--primary);
}
/* navbar - end */

/* header */
.main-header {
    padding-top: 180px;
    padding-bottom: 32px;
    background: linear-gradient(rgba(62, 62, 62, 80%), rgba(62, 62, 62, 80%)), url(../../../images/pages/dagings/Dagings1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 56px;
    height: 440px;
}

.main-header .container-fluid {
    text-align: center;
}

.main-header .header-1 {
    font-weight: 700;
    color: var(--white);
    font-size: 40px;
    margin-bottom: 16px;
}

.main-header .body-1 {
    color: var(--white);
    margin-bottom: 32px;
}

.main-header input {
    height: 56px;
    border-radius: 8px;
    font-size: 16px;
}

.main-header .custom-primary {
    background-color: var(--primary);
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 8px;
}

.main-header .custom-primary i {
    font-size: 20px;
}
/* header - end */
.galeri-container{
    padding-top: 56px;
    padding-bottom: 56px;
}
/* customize data pengurus */
.galeri-body .galeri {
    width: 100%;
}

.galeri-body .galeri-overlay {
    background: rgba(0, 0, 0, 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    visibility: hidden;
    opacity: 0;
}

.galeri-body .galeri-overlay .img-information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 16px;
    width: 300px;
    padding-left: 8px;
    padding-right: 8px;
}

.galeri-body .galeri:hover .galeri-overlay {
    visibility: visible;
    opacity: 1;

}

.galeri-body .galeri-overlay .img-information .header-1 {
    font-size: 20px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 8px;
}

.galeri-body .galeri-overlay .img-information .body-1 {
    font-size: 13px;
    color: var(--white);
    text-align: center;
    margin-bottom: 8px;
}
.galeri-img{
    width: 300px;
    height: 350px;
    flex-shrink: 0;
    border-radius: 8px;
    object-fit: cover;
}
.row{
    row-gap: 32px;
}

/* 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 */
}
