.sectionBanner{
    margin-top: 50px;
    border-radius: var(--borderMainRadius);
}
.linearGradientBlock{
    width: 100%;
    background: rgb(0,0,0);
    height: 90vh;
    background: linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0, 213, 255, 0) 70%);
    border-radius: var(--borderMainRadius);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.containerBanner{
    background-image: url('https://cdn-kz.kursiv.media/wp-content/uploads/2023/05/26.jpg');
    border-radius: var(--borderMainRadius);
}
.boxMenuBanner{
    width: 100%;
}
.boxTitleBanner{
    width: 100%;
}
.menu{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 30px;
}
.linkMenu{
    font-size: 25px;
}
.logo{
    font-size: var(--textTitle);
    margin-bottom: 20px;
}
.boxTitleBanner{
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titleColor{
    color: white!important;
}
.secondMenu{
    position: fixed;
    top: 88%;
    z-index: 1000;
    display: block;
    transition: 1s;
}
.boxMenu{
    width: 700px;
    height: 100px;
    border-radius: 50px;
    background-color: var(--mainColor);
    position: relative;
    z-index: 1000;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}