.download-bg {
    background: white;
    border-radius: 100%;
    height: 140px;
}

.service_imgs {
    max-width: none !important;
    height: 100px;
}

.tsarevets_project {
    object-fit: contain;
}

.background_main {
    background: #0000006b !important;
}

.m-0-auto {
    margin: 0 auto;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.project-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.award-logo img {
    max-width: 300px;
}

.award-content h3 {
    color: black;
}

.h-100vh {
    height: 100vh !important;
}

.error404 {
    background: url(/assets/images/404.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}

.projects-about {
    margin-bottom: 25px;
    text-align: center;
}

.projects-about img {
    height: 225px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.fa-circle-check {
    color: #80db66;
}

.fa-check {
    color: #80db66;
}

.list__page-contents {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 13px;
}

.list__page-contents li {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3em;
    color: #f8f8f8;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 2px dashed #dddddd26;
    padding-bottom: 10px;
    background: transparent;


    margin-block-end: 0;
    margin-block-start: 0;
}

.intro-list__section-hero li {
    color: white;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    gap: 13px;
    font-size: 20px;
}

.border-radious-20 {
    border-radius: 20%;
}

.technologies div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.technologies div img {
    max-height: 225px;
    margin-bottom: 20px;
}



@media (min-width: 1250px) {

    .single-service {
        height: 250px;
    }

    .download-bg {
        background: white;
        border-radius: 100%;
        height: 120px;
    }


}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .s-contact {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 992px) {

    .project-boxes { 
            height: 135px;
    }

    .error404 {
        height: 100vh !important;
    }

    .mw-m-80 {
        max-width: 80% !important
    }

    .laravel-img {
        height: 150px !important;
    }

    .logo-website {
        padding: 10px 28px 10px 28px;
        border: 1px solid var(--main-color);
        border-radius: 40px;
        font-size: 28px;
        color: #80db66;
    }

}

@media (max-width: 992px) {

  .logo-website {
        padding: 10px 15px 10px 15px;
        border: 1px solid var(--main-color);
        border-radius: 40px;
        font-size: 22px;
        color: #80db66;
    }

    .laravel-img {
        height: 100px !important;
    }

    .text-centered {
        text-align: center !important;
    }
}

@media (min-width: 480px) {
    .single-portfolio .port-img {
        max-width: 50%;
    }



    .tsarevets_project {
        height: 100px !important;
        width: 300px !important;
        background: white !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .veneteIMG {
        height: 120px;
        object-fit: cover;
        width: 120px;
    }


}

@media (max-width: 480px) {

    .veneteIMG {
        height: 90px;
        object-fit: cover;
        width: 140px;
    }

    .copyrightText {
        font-size: 16px !important;
    }

    .tsarevets_project {
        height: 100px !important;
        background: white !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .adventureland_project,
    .infinity_project {
        height: 100px !important;
        background: white !important;
        padding-top: 10px !important;
        padding-left: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 10px !important;
        object-fit: contain;

    }


}

@media (max-width: 320px) { 
      .logo-website {
        padding: 10px 10px 10px 10px;
        border: 1px solid var(--main-color);
        border-radius: 40px;
        font-size: 18px;
        color: #80db66;
    }
}