body {
    background-color: white;
}
.header {
    position: static;
}
.header .nav__link {
    color: black;
}

.font-weight-bold {
    font-weight: bold;
}

#about .text-content {
    width: 50%;
    z-index: 999;
}

#about {
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

/* if mobile query */
@media (max-width: 768px) {
    #about .text-content {
        width: 100%;
    }
}

.nav__logo,
.nav__toggle {
    color: black;
}

.show-menu {
    z-index: 99;
}

#service .img-service {
    border-radius: 10px !important;
    border: 2px solid white;
}

.section-mini {
    padding-top: 40px;
    padding-bottom: 40px;
}

.card-workshop {
    padding: 20px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #0c0c12 !important;
    /* border: 5px solid;
    border-image: linear-gradient(45deg, purple, orange) 1; */
}

.workshop-content {
    border-radius: 10px;
    border: 2px solid white;
}

.workshop-content .workshop-overlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /* background-color: rgba top transparent bottom black */
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.9) 70%
    );
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 5px;
}

.workshop-owl .owl-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.line {
    height: 20px;
    width: 100%;
    background-color: white;
}

.owl-next {
    font-size: 30px !important;
}
.owl-prev {
    font-size: 30px !important;
}

.line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mosaic {
    margin: 0 -10px -20px -10px;
}

.mosaic__item {
    padding: 0 10px 20px 10px;
}

.mosaic_overlay {
    position: absolute;
    top: 0px;
    right: 10px;
    bottom: 20px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.mosaic__item > :first-child {
    min-height: 240px;
}

.mosaic--large .mosaic__item > :first-child {
    min-height: 280px;
}

@media screen and (max-width: 999px) {
    /* On mobile we increase the height of some elements (so that elements that appear bigger on desktop also appear bigger on mobile */
    .mosaic--two-columns
        .mosaic__column:first-child
        .mosaic__item
        > :first-child,
    .mosaic--three-columns
        .mosaic__column:nth-child(2)
        .mosaic__item
        > :first-child {
        min-height: 340px;
    }
}

@media screen and (min-width: 641px) {
    .mosaic {
        margin: 0 -15px -30px -15px;
    }

    .mosaic__item {
        padding: 0 15px 30px 15px;
    }
    .mosaic_overlay {
        position: absolute;
        top: 0px;
        right: 15px;
        bottom: 30px;
        left: 15px;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 1000px) {
    .mosaic {
        display: flex;
    }

    .mosaic__column {
        display: flex;
        flex-direction: column;
        flex: 1 0 0%;
    }

    .mosaic__item {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .mosaic__item > :first-child {
        flex: 1 0 auto;
        height: 100%;
        min-height: 260px;
    }

    .mosaic--small .mosaic__item > :first-child {
        min-height: 225px;
    }

    .mosaic--large .mosaic__item > :first-child {
        min-height: 300px;
    }

    /* In this configuration the first column is larger */
    .mosaic--two-columns .mosaic__column:first-child {
        flex-grow: 1.38;
    }

    /* In this configuration the second column is twice as large as others */
    .mosaic--three-columns .mosaic__column:nth-child(2) {
        flex-grow: 1.38;
    }

    .mosaic_overlay.single {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        padding-bottom: 40px;
    }
}
.mosaic img {
    object-fit: cover;
}

.mosaic_overlay {
    color: white;
    padding: 20px;
    padding-top: 40px;
}

.mosaic_overlay.multi {
    display: flex;
    flex-direction: column;
}

.mosaic_overlay.multi img {
    height: 300px;
}

.btn-offer {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
    background-color: white;
    color: black;
}

.mosaic_overlay p {
    line-height: 30px;
}
/* // media query on mobile phone */
@media (max-width: 980px) {
    .mosaic img {
        height: 300px !important;
        object-fit: cover;
        width: 100%;
    }
}
