/* Seity custom CSS */
.carousel {
    margin: 7rem 0 6rem;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    background-color: #ffff;
}

.carousel .carousel-item {
    height: 750px;
}

.carousel img {
    margin: auto;
    object-fit: contain;
    max-height: 750px;
}

.carousel-caption {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    background-color: #fff;
}


.carousel .caption {
    margin-bottom: 0.5rem;
}

.carousel-control-prev,
.carousel-control-next {
    height: 750px;
    position: absolute;
    bottom: 0;
    top: unset;
}

.carousel-control-prev {
    left: -120px;
}

.carousel-control-next {
    right: -120px;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
    width: 50px;
    height: 50px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* Seity custom masonry */
.masonry-photos {
    padding: 3rem;
    margin: 8rem 0 3rem;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw !important;
    left: 50%;
}

.masonry-photos .row {
    max-width: 1900px;
    margin: auto;
}

.masonry-photos img {
    width: 100%;
}

/* Seity custom post cover */
.post-item-cover .post-image {
    height: 400px;
}

.post-image img {
    object-fit: cover;
    max-height: 400px;
}

.blog-posts p {
    line-height: 1.8;
    font-size: 1.2rem;
}

.banner-project {
    padding-bottom: 3rem;
}

.banner-project .banner-img {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 5rem;
}

.banner-project .banner-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-width: 400px;
    min-height: 400px;
    border-radius: 50%;
}

.home-banner-text {
    padding-left: 90px;
}

.banner-project .row-cover {
    min-height: 500px;
}

@media(max-width:1440px) {
    .banner-project .banner-img {
        top: 0rem;
    }
}

@media(max-width:1400px) {
    .banner-project .banner-img {
        width: 300px;
        height: 300px;
        top: 4rem;
    }

    .banner-project .banner-img img {
        min-width: 300px;
        min-height: 300px;
    }
}

@media(max-width:1199px) {
    .banner-project .banner-img {
        right: 5rem;
        top: 0rem;
    }
}

@media(max-width:900px) {
    .carousel-control-prev {
        left: 0px;
    }

    .carousel-control-next {
        right: 0px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        bottom: -1.5rem;
        height: 50px;
    }
}

@media(max-width:768px) {
    .col-title {
        height: auto;
    }

    .banner-project .row-cover {
        min-height: 0px;
    }

    .banner-project .banner-img {
        position: relative;
        padding-top: 0px;
        width: 200px;
        height: 200px;
        margin: 3rem auto 0 auto;
        right: 0px;
    }

    .banner-project .banner-img img {
        min-width: 200px;
        min-height: 200px;
    }

    .home-banner-text {
        padding-left: 0px;
    }
}

/* hero page */
.home-banner-text {
    padding-top: 180px;
}

.home-banner-section .banner-img-content .banner-background {
    opacity: 0.7;
}

@media(max-width:1340px) {
    .home-banner-section h1 {
        font-size: 60px;
        line-height: 62px;
    }
}

@media(max-width:1140px) {
    .home-banner-section h1 {
        font-size: 45px;
        line-height: 47px;
    }
}

@media(max-width:991px) {
    .home-banner-section .banner-img-content .banner-background {
        top: 125px;
        left: 0px;
    }

    .home-banner-text {
        padding-top: 137px;
    }

    .home-banner-section h1 {
        font-size: 32px;
        line-height: 43px;
    }
}

@media (max-width: 890px) {
    .home-banner-section h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .home-banner-section .row {
        flex-direction: column;
    }

    .home-banner-section .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-banner-section .banner-img-content .banner-background {
        top: 100px;
        left: 130px;
    }

    .home-banner-text {
        padding-top: 89px;
        padding-left: 0px;
    }

    .home-banner-section .text-md-left {
        text-align: center !important;
    }

    .home-banner-section .banner-img {
        max-width: 400px;
        margin: auto;
    }
}

@media (max-width: 700px) {
    .home-banner-section h1 {
        font-size: 32px;
        line-height: 43px;
    }
}