.hide-body-scrollbar::-webkit-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.projects::-webkit-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.no-wrap {
    white-space: nowrap;
}
.mobile-br {
    display: none;
}

section .white-bg {
    background-color: #fff;
    z-index: 999999;
    transition: opacity 0.5s ease-in-out;
}
.projects,
.white-bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.projects {
    background-image: url('../../assets/images/projects-bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: scroll;
}

.projects * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.projects__wrapper {
    height: auto;
    margin: 0 auto;
    max-height: -webkit-fill-available;
    max-width: 1708px;
    padding: 15px;
    width: 100%;
}
.projects-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: hsla(0, 0%, 100%, 0.11);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 23px 26px;
}
.projects-header__text {
    color: #fff;
    font-family: akrobat;
    font-size: 32px;
    font-weight: 700;
}
.projects-header__text img {
    display: inline-block;
    margin: 0 10px -5px;
}
.projects-header__logo img {
    display: block;
    width: 58px;
}
.projects__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 11px;
}
.projects__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: hsla(0, 0%, 100%, 0.11);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 50px 43px 40px;
    position: relative;
    width: 33.33%;
}
.projects__logo img {
    display: block;
    width: 100%;
}
.projects__description {
    color: #fff;
    font-family: akrobat;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 48px;
    text-align: center;
}
.projects__description-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 44px;
    width: 100%;
}
.projects__description-item {
    background-color: hsla(0, 0%, 100%, 0.21);
    border: 2px solid #797b77;
    border-radius: 20px;
    padding: 14px;
    text-align: center;
    width: 50%;
}
.projects__description-item-title {
    color: #fff;
    font-family: akrobat;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.projects__description-item-title--s24 {
    font-size: 24px;
}
.projects__description-item-desc {
    color: #fff;
    font-family: akrobat;
    font-size: 14px;
    font-weight: 400;
}
.projects__footer {
    margin-top: 40px;
}
.projects__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffcb00;
    background-image: url('../../assets/images/project-btn-arrow.svg');
    background-position: center right 34px;
    background-repeat: no-repeat;
    border-radius: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 56px;
    padding: 0 60px 0 34px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
}
.projects__btn:hover {
    background-color: #498b39;
    background-image: url('../../assets/images/project-btn-arrow-white.svg');
    color: #fff;
}

@media screen and (max-width: 1500px) {
    .projects__item {
        padding: 40px 18px;
    }
    .projects__logo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 120px;
    }
    .projects__logo img {
        max-height: 90px;
        max-width: 250px;
    }
    .projects__description {
        font-size: 22px;
        margin-top: 25px;
    }
    .projects__description-items {
        margin-top: 25px;
    }
    .projects__description-item {
        padding: 14px 5px;
        width: 100%;
    }
    .projects__description-item-desc br {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .projects__logo {
        min-height: 100px;
    }
    .projects__logo img {
        max-width: 200px;
    }
    .projects__description {
        font-size: 20px;
    }
    .projects__description-item-title {
        font-size: 16px;
    }
    .projects__description-item-title--s24 {
        font-size: 20px;
    }
    .projects__description-item-desc {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .projects-header__text {
        font-size: 24px;
    }
    .projects__description br {
        display: none;
    }
    .projects__description-items {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .mobile-br {
        display: block !important;
    }
    .projects-header {
        padding: 15px 25px;
    }
    .projects-header__text {
        font-size: 16px;
    }
    .projects-header__text img {
        display: none;
    }
    .projects-header__logo img {
        width: 50px;
    }
    .projects__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px;
        margin-top: 18px;
    }
    .projects__item {
        min-height: 135px;
        padding: 18px 15px;
        width: 100%;
    }
    .projects__logo {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: auto;
        width: 100%;
    }
    .projects__logo img {
        max-height: 38px;
        max-width: inherit;
        width: auto;
    }
    .projects__description {
        font-size: 16px;
        margin-top: 15px;
    }
    .projects__footer {
        margin-top: 0;
        position: absolute;
        right: 18px;
        top: 20px;
    }
    .projects__btn {
        background-position: center right 4px;
        background-size: 30% 30%;
        font-size: 12px;
        height: 35px;
        padding: 0 35px 0 15px;
    }
}