*{
    margin: 0;
    padding: 0;
    list-style: none;
}
/* main {
    background-image: url(../img/header-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
    margin: 0;
    min-width: 948px;
 }*/    /*сделал не правильно*/

.header {
    background-image: url(../img/header-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
    margin: 0;
    min-width: 948px;
}

.container {
    width: 80%;
    margin: 0 auto;
}
/* NAVIGATIONS */
.nav {
    display: flex;
    padding-top: 57px;
}

.menu {
    display: flex;
}

.menu-links {
   margin: 14px 40px 14px 0;
   gap: 40px;
}

.menu a {
    transition: transform 0.4s ease-in;
    
}
.menu a:hover {
    text-transform:capitalize;
    color: orange;
    transform: scale(1.5);
}

.menu-links li, a{
    display: inline-block;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
}

.logo {
    margin-right: 69px;
    width: 31px;
    height: 48;
}

.menu_item {
    margin-right: 40px;
    letter-spacing: 1.4px;
    transition: transform all 0.5s;
}

.tel {
    display: flex;
    margin: 14px auto;
    margin-left: 350px;
    font-size: 17px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1.7px;
}

/* HEADERTEXT */
.text-header {
    color: #fff;
    font-family: 'Anton', sans-serif;
    justify-content: right;
    margin-top: 215px;
    /* animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-name: text-header; */
}

/* @keyframes text-header {
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(1%);
    }
} */

.top-text {
    font-size: 30px;
    margin-bottom: -20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bottom-text {
    font-size: 100px;
    text-transform: uppercase;
}

/* .btn {
    border: 1px solid white;
    width: 238px;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1.7px;
} */

.btn {
    width: 238px;
    font-family: 'Anton', sans-serif;
    border: 1px solid #fff;
    padding: 18px 23px;
    background: none;
    color: #fff;
    letter-spacing: 1.7px;
    transition: color 0.5s;
    transition: transform 0.5s ease-in-out;
}

.btn:hover {
    transform: scale(1.2);
    color: orange;
    border: 1px solid orange;
}

/* CONTANT */

.contact {
    margin-top: 113px;
    height: 750px;
}

.title-content {
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    font-size: 40px;
    line-height: 75px;
    margin-bottom: 35px;
}

.text {
    display: flex;
}

.text p {
    font-size: 16px;
    line-height: 26px;
    gap: 3px;
    font-family: 'Open Sans', sans-serif;
}


.title-text {
    margin-bottom: 18px;
    font-family: 'Anton', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    
}

.about1 {
    padding-right: 36px;
}

.textabout {
    width: 450px;
    height: 155px;
}

.text-about {
    width: 500px;
    height: 205px;
}
.img {
    display: flex;
}

 .imgreb {
    width: 215px;
    height: 300px;
    margin-top: 80px;
    padding-right: 25px;
}

.imgdrive {
    margin-top: 80px;
    width: 500px;
}

/* FOOTER */
.footer {
    margin-top: 114px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.footertext {
    height: 80px;
    width: 500px;
}

.foot {
    display: flex;
    gap: 55px;
}