
@font-face {
    font-family: 'Nexa';
    src: url('/Umbraco/Nexa-Heavy.ttf') format('truetype');
    font-weight: 900;
}

.green-text {
    color: #aaedaa;
}

.js-gallery {
    display: flex;
    gap: 15px;
}

.gallery-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 0px;
    overflow: hidden;
}

.gallery-item {
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    flex-grow: 1;
}

.margin-bottom {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.circle-text.text1 .green-text,
.circle-text.text2 .green-text,
.circle-text.text3 .green-text,
.circle-text.text4 .green-text,
.circle-text.text5 .green-text {
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    font-size: 24px !important;
    line-height: 35px !important;
    letter-spacing: -2%;
    color: #AAEDAA;
    margin-left: 60px;
}

.sherbimet-tona-image {
    margin-bottom: -50px;
    width: 50px;
}

.waste-paragraphs {
    counter-reset: waste-counter;
    margin: 0;
    padding: 0;
}

    .waste-paragraphs p {
        counter-increment: waste-counter;
        position: relative;
        margin: 10px 0;
        padding-left: 40px;
        margin-left: 30px;
        line-height: 1.6;
        display: flex;
        align-items: center;
    }

        .waste-paragraphs p::before {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #9ece9e;
            font-size: 16px;
            width: 30px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: 3px;
        }

        .waste-paragraphs p:nth-child(1)::before {
            content: "\f56c";
        }

        .waste-paragraphs p:nth-child(2)::before {
            content: "\f51c";
        }

        .waste-paragraphs p:nth-child(3)::before {
            content: "\f2ed";
        }

        .waste-paragraphs p:nth-child(4)::before {
            content: "\f590";
        }

.big-container {
    padding: 5% 0;
}

.service-header {
    padding-top: 80px;
}

.service-title,
.service-title1 {
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 75.8px;
    letter-spacing: 0;
    position: relative;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-title {
    text-align: center;
    margin-left: 10px;
}

.service-title1 {
    text-align: left;
    margin-top: 13rem;
    margin-left: 15px;
}

    .service-title::after,
    .service-title1::after {
        content: "";
        display: block;
        width: 75px;
        height: 3px;
        background-color: #AAEDAA;
    }

.service-title::after {
    margin: -22px auto -5px auto;
}

.service-title1::after {
    position: absolute;
    bottom: 5px;
    left: 0;
}

.service-subtitle,
.service-subtitle1 {
    width: 80%;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .service-subtitle li {
        margin-top: 7px;
        margin-bottom: 7px;
    }

.service-subtitle {
    text-align: left;
}

.service-subtitle1 {
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.circle-container {
    position: relative;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .circle-container {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
        height: auto;
    }
}

.center-image {
    border-radius: 50%;
    position: relative;
}

.circle-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    width: 300px;
    text-align: center;
}

@media (max-width: 1200px) {
    .circle-text {
        font-size: 16px;
        position: static;
        width: 100%;
        padding: 0 30px;
        text-align: center;
        margin: 10px 0;
    }

    .center-image {
        position: static;
        padding: 0 !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .center-image {
        width: 300px !important;
    }
}

.text1 {
    top: -4%;
    right: 21%;
    text-align: left;
}

.text2 {
    top: 40%;
    right: 20%;
    text-align: left;
}

.text3 {
    top: 82%;
    right: 36%;
    text-align: left;
}

.text4 {
    top: 50%;
    left: 20%;
    text-align: left;
}

.text5 {
    top: 5%;
    left: 22%;
    text-align: left;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .text1 {
        top: -2%;
        right: 17%;
    }

    .text2 {
        top: 40%;
        right: 15%;
    }

    .text3 {
        top: 81%;
        right: 32%;
    }

    .text4 {
        left: 18%;
    }

    .text5 {
        top: 8%;
        left: 17%;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .text1 {
        top: -3%;
        right: 13%;
    }

    .text2 {
        right: 11%;
    }

    .text3 {
        top: 81%;
        right: 32%;
    }

    .text4 {
        left: 13%;
    }

    .text5 {
        left: 13%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .text1 {
        top: 0%;
        right: 5%;
    }

    .text2 {
        right: 3%;
    }

    .text3 {
        top: 80%;
        right: 25%;
    }

    .text4 {
        left: 7%;
    }

    .text5 {
        top: 9%;
        left: 8%;
    }
}

.sherbimet-vector {
    position: absolute;
}

@media (max-width: 768px) {
    .sherbimet-vector {
        width: 360px !important;
    }

    .service-title1 {
        margin-top: 4rem;
    }

    .service-title,
    .service-title1 {
        font-size: 24px;
        line-height: 30px;
    }

    .waste-paragraphs p {
        padding-left: 40px;
        margin-left: 10px;
    }

    .service-subtitle, .service-subtitle1 {
        width: 90%;
    }

    .service-subtitle1 {
        padding-bottom: 5px;
    }

    .service-title::after {
        margin: -12px auto -3px auto;
    }

    .circle-text.text1 .green-text, .circle-text.text2 .green-text, .circle-text.text3 .green-text, .circle-text.text4 .green-text, .circle-text.text5 .green-text {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .service-title::after, .service-title1::after {
        bottom: -15px;
    }

    .sherbimet-tona-image {
        margin-bottom: -55px;
        width: 40px;
    }

    .service-subtitle {
        width: 100%;
        margin-top: 50px;
    }
}
