@font-face {
    font-family: 'Boldest Enough';
    src: url('/Umbraco/Boldest_Enough.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Nexa';
    src: url('/Umbraco/Nexa-Heavy.ttf') format('truetype');
    font-weight: 900;
}

.company-photo {
    display: block;
    margin: 0 auto;
    width: 80%;
    border-radius: 20px;
    height: 500px !important;
    object-fit: cover;
    position: relative;
}

.logo-vector {
    position: absolute;
}

.carousel-control-next {
    z-index: 111 !important;
    right: 0;
}

.carousel-control-prev {
    z-index: 111 !important;
    right: 0;
}

@media(min-width:1800px) {
    .carousel-control-next, .carousel-control-prev {
        width: 45% !important;
    }
}

@media(min-width:1600px) and (max-width:1800px) {
    .carousel-control-next, .carousel-control-prev {
        width: 35% !important;
    }
}

@media(min-width:1500px) and (max-width:1600px) {
    .carousel-control-next, .carousel-control-prev {
        width: 30% !important;
    }
}

@media(min-width:1400px) and (max-width:1500px) {
    .carousel-control-next, .carousel-control-prev {
        width: 25% !important;
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    .carousel-control-next, .carousel-control-prev {
        width: 20% !important;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: #AAEDAA;
    padding: 10px !important;
    border-radius: 50%;
}

@media(max-width:550px) {

    .logo-vector {
        width: 400px;
    }
}

.company-photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(48, 63, 40, 0) 0%, rgba(108, 152, 108, 0.29) 0.01%);
    pointer-events: none;
    border-radius: 20px;
}

@media(max-width:1200px) {
    .company-photo-container {
        width: 90%;
    }
}

.company-photo {
    border-radius: 30px !important;
}

.company-photo-container {
    position: relative !important;
    display: inline-block !important;
}

.company-photo {
    width: 100% !important;
    height: auto !important;
}

.gradient-overlay {
    border-radius: 30px !important;
    position: absolute !important;
    top: 0 !important;
    z-index: 100;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(180deg, rgba(48, 63, 40, 0) 0%, rgba(108, 152, 108, 0.29) 0.01%);
}

.company-title {
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 75.8px;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media(min-width:1000px) and (max-width:1200px) {
    #carousel {
        margin-top: 70px;
        height: 700px !important;
        overflow: hidden;
    }
}

@media(min-width:900px) and (max-width:1000px) {
    #carousel {
        margin-top: 70px;
        height: 570px !important;
        overflow: hidden;
    }
}

@media(min-width:800px) and (max-width:900px) {
    #carousel {
        margin-top: 70px;
        height: 535px !important;
        overflow: hidden;
    }
}

@media(min-width:700px) and (max-width:800px) {
    #carousel {
        margin-top: 70px;
        height: 500px !important;
        overflow: hidden;
    }
}

@media(min-width:600px) and (max-width:700px) {
    #carousel {
        margin-top: 70px;
        height: 470px !important;
        overflow: hidden;
    }
}

@media(min-width:500px) and (max-width:600px) {
    #carousel {
        margin-top: 70px;
        height: 420px !important;
        overflow: hidden;
    }
}

@media(min-width:450px) and (max-width:500px) {
    #carousel {
        margin-top: 70px;
        height: 400px !important;
        overflow: hidden;
    }
}

@media(max-width:450px) {
    #carousel {
        margin-top: 70px;
        height: 375px !important;
        overflow: hidden;
    }
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 111 !important;
    top: 70px !important;
    right: 0;
}

#carousel {
    margin-top: 70px;
    height: 750px;
    overflow: hidden;
}

.carousel-item {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.company-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.company-subtitle {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    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;
}

.mission-container {
    text-align: center;
}

.company-container {
    text-align: center;
}

.company-title::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    background-color: #AAEDAA;
    margin: -22px auto -5px auto;
}

.management-title {
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 75.8px;
    letter-spacing: 0%;
    text-align: left;
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}

    .management-title::after {
        content: "";
        display: block;
        width: 75px;
        height: 3px;
        background-color: #AAEDAA;
        margin-top: -10px;
        float: left;
    }

.management-photo {
    display: block;
    margin: 0 auto;
    width: auto;
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
    position: relative;
}

.management-container {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.management-subtitle {
    width: 80%;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 10px;
}

@media(max-width:990px) {
    .company-photo {
        display: block;
        margin: 0 auto;
        width: 90%;
        border-radius: 20px;
        height: 500px;
        object-fit: cover;
        position: relative;
    }

    .company-title {
        font-family: 'Nexa', sans-serif;
        font-weight: 900;
        font-size: 30px;
        line-height: 50px;
        letter-spacing: 0%;
        text-align: center;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .company-subtitle {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
        margin-top: 10px;
    }

    .company-title::after {
        content: "";
        display: block;
        width: 75px;
        height: 3px;
        background-color: #AAEDAA;
        margin: -10px auto -5px auto;
    }

    .management-title {
        font-family: 'Nexa', sans-serif;
        font-weight: 900;
        font-size: 30px;
        line-height: 50px;
        letter-spacing: 0%;
        text-align: left;
        position: relative;
        margin-top: 30px;
        margin-bottom: 15px;
    }

        .management-title::after {
            content: "";
            display: block;
            width: 75px;
            height: 3px;
            background-color: #AAEDAA;
            position: absolute;
            bottom: -10px;
            left: 0;
        }

    .management-container {
        padding-bottom: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .management-subtitle {
        width: 90%;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: left;
        margin-top: 10px;
    }

    .management-title::after {
        content: "";
        display: block;
        width: 75px;
        height: 3px;
        background-color: #AAEDAA;
        margin: -10px auto -5px auto;
    }

    .management-steps {
        font-family: 'Nexa', sans-serif;
        font-weight: 900;
        font-size: 24px !important;
        line-height: 35px !important;
        letter-spacing: -2%;
        color: #AAEDAA;
    }

    .lastSection-title {
        font-family: 'Nexa', sans-serif;
        font-weight: 900;
        font-size: 30px !important;
        line-height: 35.8px !important;
        letter-spacing: 0%;
        text-align: center;
        position: relative;
        margin-top: 30px;
        margin-bottom: 15px;
    }

        .lastSection-title::after {
            content: "";
            display: block;
            width: 75px;
            height: 3px;
            background-color: #AAEDAA;
            position: absolute;
            left: 50%; /* Vendos fillimin e vijės nė qendėr */
            transform: translateX(-50%); /* Qendron vijėn plotėsisht */
            bottom: -10px; /* Lėviz vijėn pak poshtė titullit */
        }


    .lastSection-photo {
        display: block;
        margin: 0 auto;
        width: auto;
        border-radius: 20px;
        height: 400px;
        object-fit: cover;
        position: relative;
    }

    .lastSection-container {
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .lastSection-subtitle {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
        margin-top: 10px;
    }

    .lastSection-title::after {
        content: "";
        display: block;
        width: 75px;
        height: 3px;
        background-color: #AAEDAA;
        margin: -10px auto -5px auto;
    }
}

.management-title::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    background-color: #AAEDAA;
    margin: -22px auto -5px auto;
}

.management-steps {
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 63px;
    letter-spacing: -2%;
    color: #AAEDAA;
}

.lastSection-title {
    font-family: 'Nexa', sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 60.8px;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}

    .lastSection-title::after {
        content: "";
        display: block;
        width: 75px;
        height: 3px;
        background-color: #AAEDAA;
        margin-top: 5px;
        float: center;
    }


.lastSection-photo {
    display: block;
    margin: 0 auto;
    width: auto;
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
    position: relative;
}

.lastSection-container {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.lastSection-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 10px;
}

.lastSection-title::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    background-color: #AAEDAA;
}

.lastSection-title::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    background-color: #AAEDAA;
    margin: -15px auto 0px auto;
}

.green-text {
    color: #aaedaa;
}

.contact-container {
    display: flex;
    justify-content: center;
}

.contact-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: black;
    background: #AAEDAA;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

@media(max-width:768px) {
    .text-container {
        padding: 0;
        top: 55%;
    }

    .subtit {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .button {
        margin-bottom: 70px;
        font-size: 12px;
        margin-left: 20px;
        padding: 5px 15px;
    }

    .background-image {
        height: 360px !important;
        width: 100% !important;
    }

    .titlee {
        font-size: 24px !important;
        margin-left: 20px !important;
        margin-top: 150px !important;
        line-height: 30px !important;
    }

    .text-container {
        margin-left: 25px;
    }

    .company-title,
    .management-title,
    .lastSection-title {
        font-family: 'Nexa', sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: center;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .management-title {
        text-align: left;
    }

        .management-title::after {
            margin: -20px auto 4px auto;
        }

    .company-subtitle,
    .management-subtitle,
    .lastSection-subtitle {
        font-family: 'Nexa', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .green-title {
        margin-left: 5%;
    }

    .subtitle {
        margin-left: 5%;
    }

    #blogItem img {
        display: block;
        margin: 0 auto;
    }

    .vizioniImage {
        width: 100%;
    }
}

@media screen and (min-width: 1700px) {
    .carouseltext {
        font-size: 23px;
    }
}

.button {
    cursor: pointer;
    text-transform: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 20.57px;
    border: none;
    display: inline-block;
    padding: 13px 30px;
    background-color: white;
    color: #48744D;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .text-container {
        width: 100%;
        text-align: left;
        padding: 0 10px;
    }
}

@media (max-width: 680px) {
    .text-container {
        width: 100%;
        text-align: left;
        padding: 0 10px;
        margin-left: 100px !important;
    }
}


.image-container {
    position: relative;
    object-fit: cover;
    border-bottom-right-radius: 180px;
    overflow: hidden;
}

.background-image {
    object-fit: cover;
    height: 700px;
    width: 100%;
    display: block;
}

@media(min-width:1550px) {
    .background-image {
        height: 1000px;
        width: 100%;
        display: block;
    }
}

.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(26, 44, 11, 0.6) 27%, rgba(159, 176, 145, 0.294) 100%);
    pointer-events: none;
}

.text-container {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 20%;
    width: 350px;
    transform: translate(-50%, -50%);
    padding: 10px;
    text-align: left;
}

.titlee {
    font-family: 'Boldest Enough', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 64.3px;
    letter-spacing: 0;
}

@media screen and (min-width: 769px) and (max-width: 1060px) {
    .titlee {
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (min-width: 1061px) and (max-width: 1300px) {
    .titlee {
        font-size: 55px;
    }
}

.subtit {
    font-size: 30px;
    color: white;
}

@media screen and (min-width: 1061px) and (max-width: 1300px) {
    .subtit {
        font-size: 26px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1060px) {
    .subtit {
        font-size: 25px;
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media (max-width: 450px) {
    .subtit {
        margin-bottom: -25px;
    }
}
