@import url('variables.css');

/* variable main */

.nav-img{
    margin-top: 70px;
}

.nav-img img{
    width: 100%;
    height: auto;
}

.center-text {
    width: 100%;
    height: 80px; 
    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; 
    flex-direction: column;
}

.small-center-text {
    margin-top: -30px;
    font-size: 20px;
}

.centerBlock {
    height: 210px;
    display: flex; 
    justify-content: center;
    gap: 20px; 
    margin: 50px auto; 
}

#centerBlock1 {
    height: 282px;
}
#centerBlock2 {
    height: 300px;
}
#centerBlock3 {
    height: 380px;
}
#centerBlock4 {
    height: 290px;
}
#centerBlock5 {
    height: 315px;
}
#centerBlock6 {
    height: 295px;
}
#centerBlock7 {
    height: 290px;
}
#centerBlock8 {
    height: 240px;
}
#centerBlock9 {
    height: 430px;
}

.TextBlock{
    width: 605px; 
    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;
}

.white-border{
    background: linear-gradient(#000a13, #000a13) padding-box,
              linear-gradient(90deg, rgb(255, 255, 255), rgba(153, 117, 0, 0)) border-box;
}

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

.descrip-center{
    margin-top: auto;
    margin-top: auto;
}

.litle_title{
    color: var(--main-yellow);
    font-size: 18px;
    font-family: 'sans_serif_plus_7', Regular;
    margin-top: auto;
    margin-bottom: 0px;
}

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

.with_button image {
    height: auto;
    width: 568px;
    object-fit: cover;
    object-position: 50% 60%;
}

.image-contain {
    height: auto;
    width: 568px;
    object-fit: contain;
    object-position: 50% 60%;
}
.image-contain.little_upper_img {
    height: 70%;
    width: 568px;
    object-fit: contain;
    object-position: 50% 60%;
}

.rightBlock{
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
}

.lower_Button{
    background: var(--main-yellow);
    color: black;
    padding: 10px 20px;
    border: none;
    display: flex;
    justify-self: center;
    cursor: pointer;
    border-radius: 20px 20px 20px 20px; 
    align-self: flex-start;
    font-family: 'DaMiOne';
    font-size: 21px;
    text-decoration: underline;
    -webkit-text-stroke: 0.5px #000000;
}

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