@import url('variables.css');


/* variable main */


.center-text {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5); 
    margin-top: 100px; 
    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;
}

.little-center-text {
    width: 40%;
    margin: 25px auto 80px;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'DaMiOne', Regular;
    font-size: 15px;
    display: flex;
    text-align: center;
}

.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: 0px;
    margin-bottom: auto;
}

.descrip-center{
    margin: auto;
}

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

#Img1{
    height: 420px;

}

.contain {
    object-fit: contain;
}

.tools{
    width: 90%; 
    height: auto; 
    background: rgba(0, 0, 0, 0.5); 
    padding: 36px;
    display: flex;
    flex-direction: row;
    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;
    margin-left: 5%;
    margin-bottom: 80px;
}

.tools-logo{
    width: auto;
    height: auto;
    margin: auto;
}

.tools-text{
    width: 100%; 
    height: auto; 
    justify-content: center; 
    align-items: center;
    color: white; 
    font-family: 'sans_serif_plus_7', Regular;
    font-size: 32px;
    display: flex; 
}

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