/* Content 1 */
.c1-btn {
    border-radius: 5px;
    background-color: var(--accent);
    border: none;
    color: var(--black);
    text-align: center;
    font-size: 1.44rem;
    padding: 8px 16px;
    transition: all 0.5s;
    cursor: pointer;
}

.c1-btn{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.c1-btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    position: absolute;
    opacity: 0;
    top: 9px;
    right: -20px;
    transition: 0.5s;
}

.c1-btn:hover{
    padding-right: 40px;
    padding-left:8px;
    color: var(--black);
}

.c1-btn:hover:after {
    opacity: 1;
    right: 10px;
}

.c1-img {
    border-radius: 15px;
}

.c1-birth {
    background-color: var(--primary);
    position: absolute;
    bottom: 15%;
    padding: 8px 36px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.c1-background {
    position: absolute;
    width: 60%;
}


/* Content 2 */
#content2 {
    background: url(../../front_assets/img/home/c2-background.webp) no-repeat center
        center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-wrapper {
    padding-left: 3rem;
}

.c2-container {
    position: relative;
    width: 100%;
    border-radius: 0.625rem;
}

.c2-image {
    border-radius: 0.625rem;
    display: block;
    width: 600px;
    height: 53vh;
    object-fit: cover;
}

.c2-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(48, 48, 48, 0.7);
    border-radius: 0.625rem;
}

#content2 .slick-dots li.slick-active button::before {
    color: var(--accent);
    opacity: 1;
}

#content2 .slick-dots li button::before {
    color: var(--accent);
    font-size: 18px;
}

#content2 .slick-dots {
    bottom: -40px;
}

#content2 .slick-slide {
	margin: 0 5px;
}

#content2 .slick-list {
	margin: 0 -5px;
}


/* Content 3 */
#content3 {
    background: url(../../front_assets/img/home/c3-background.jpg) no-repeat center
        center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.c3-background-left {
    position: absolute;
    left: 0;
}

.c3-icon-wrapper {
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 50%;
}

@media only screen and (max-width: 997.98px) {

    /* Content 1 */
    .c1-background {
        left: -.25rem;
        top: 8rem;
        width: 100%;
    }

    .c1-background {
        left: 2rem;
        top: 42%;
    }

    /* Content 2 */
    .mobile-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .carousel-wrapper {
        padding-left: 0;
    }

    .c2-image {
        width: 100%;
        height: 400px;
    }

}

@media only screen and (max-width: 767.92px) {

    /* Content 1 */
    .c1-background {
        left: -.25rem;
        top: 8rem;
        width: 100%;
    }

    .c1-birth h4 {
        font-size: 1.125rem;
    }

    /* Content 2 */

    .c2-image {
        width: 272px;
        height: 192px;
    }

    #content2 .slick-dots li button::before {
        font-size: 10px;
    }

    /* Content 3 */
    #content3 {
        background-position: left;
    }
}
