@import url('variables.css');

.namePage{
    width: 75%; 
}
/* variable main */

.wide-text-block{
    width: 70%;
    margin: 150px auto;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    background: linear-gradient(#000a13, #000a13) padding-box,
              linear-gradient(90deg, var(--main-yellow), rgba(153, 117, 0, 0)) border-box;
    border: 1px solid transparent;
    color: white;
    font-size: 24px;
    font-family: 'sans_serif_plus_7', Regular;
}

.center-text {
    width: 100%;
    height: 60px; 
    background: rgba(0, 0, 0, 0.5); 
    margin-top: 200px; 
    justify-content: center;
    align-items: center; 
    color: white; 
    font-family: 'DaMiOne', Regular;
    font-size: 32px;
    display: flex; 
}

.center-yellow{
    color: var(--main-yellow);
    width: 40%;
    min-width: 1000px;
    margin: 50px auto 0px;
    z-index: 1;
}

.centerBlock {
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 50px 10%; 
}

.TextBlock{
    width: 550px;
    height: auto; 
    background: rgba(0, 0, 0, 0.5); 
    padding: 40px; 
    display: flex;
    flex-direction: column; 
    border: 1px solid;
    background: linear-gradient(#000a13, #000a13) padding-box,
              linear-gradient(90deg, var(--main-yellow), rgba(153, 117, 0, 0)) border-box;
    border: 1px solid transparent;
}

.description{
    color: white;
    font-size: 24px;
    font-family: 'sans_serif_plus_7', Regular;
    margin-top: auto;
    margin-bottom: auto;
}

.descrip-center{
    margin: auto;
}

.image {
    height: auto;
    width: auto;
    object-fit: cover;
    object-position: 50% 60%;
    max-width: 50%; 
    margin: 0px 0 0 3%;
}

.contain {
    object-fit: contain;
}

.hardBlock{
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: auto 10%;
}

.leftHardBlock{
    margin-top: -151px ;
}

.hardBlock img{
    width: auto;
    height: auto;
}

.hardLeftImg{
    z-index: 2;
}

.hardText{
    width: auto;
    max-width: 550px;
    height: auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    border: 1px solid transparent; 
    
    background-clip: padding-box;
    border-image: linear-gradient(90deg, var(--main-yellow), rgba(153, 117, 0, 0));
    border-image-slice: 1;
}

.leftHardText{
    margin: -25px auto;
}

.rightHardText{
    margin: 25px auto;
}

.leftHardImg{
    margin: -65px auto;
}


/* footer */
.footer {
    background: url("../assets/background-application.png") center/cover no-repeat; 
}

