@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* font-family: 'Bebas Neue', cursive; */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #1f1f1f;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    background-image: url(images/carss.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo {
    height: 60px;
    width: 120px;
    margin-left: 30px;
    margin-top: 15px;
}


.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #ffffff;
    display: block;
}

.menu .navbar ul li a:hover {
    color: #cf2d3a;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
    position: center;
    right: 25px;
}

.menu-label {
    cursor: pointer;
    display: none;
}

.header-txt {
    text-align: center;
    margin-bottom: 45px;
}

.header-txt h1, span, h3 {
    font-size: 110px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    color: #cf2d3a;
    margin-bottom: 15px;
}

.header-txt span {
    font-size: 25px;
}

.header-txt p {
    color: #ffffff;
    padding: 0 250px;
    margin: 25px 0;
    
}

.btn-1 {
    display: inline-block;
    padding: 11px 25px;
    background-color: #d82e37;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-family: 'Bebas Neue', cursive;
    margin: 25px 0;
    border: 0;
}

.btn-1:hover {
    background-color: #b4272e;
}

.header-dir {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;
}

.dir h3 {
    font-size: 24px;
    text-shadow: #070707;
}

.dir p {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: #070707;
}

.welcome {
    display: flex;
}

.welcome-1 {
    background-image: url(images/imag.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;

}

.welcome-2 {
    width: 50%;
    padding: 150px 250px 150px 100px;
    background-color: #191919;
}

h2 {
    font-size: 90px;
    line-height: 100px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    margin-bottom: 20px;
    text-align: center;
}

p {
    font-size: 18px;
    color: #ffffff;
    margin: 25px 0;
    text-align: center;
}

.b1 {
    color: #cf2d3a;
}

.services {
    padding: 100px 0;
    text-align: center;
}

.services-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

hr {
    border: 1px solid #cf2d3a;
    width: 80px;
}

.services-txt p {
    padding: 50px 100px;
}

.services-group {
    display: flex;
    justify-content: space-between;
    margin: 45px 0;
}

.services-1 {
    background-color: #070707;
    padding: 35px 25px;
    margin: 0 10px;
    border-radius: 15px;
}

.services-1 img {
    width: 25px;
    margin-bottom: 15px;
}

.services-1 h3 {
    font-size: 25px;
    color: #ffffff;
}

.services-1 a {
    color: #cf2d3a;
    font-size: 16px;
}

.services-1 ul {
    text-align: center;
    margin: 40px;
    font-size: 20px;
    color: #ffffff;
    
}

.footer-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    color: #ffffff;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.campo-1 {
    margin-bottom: 15px;
}

.campo {
    margin: 5px;
    padding: 20px 15px;
    width: 250px;
    background-color: #0e0e0e;
    border: 1px solid #cf2d3a;
    outline: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
}

textarea {
    width: 520px !important;
    height: 140px;
}

.foot {
    color: #ffffff;
}


.footer-txt {
    text-align: center;
    padding: 10px;
    background-color: #070707;
    color: #ffffff;
}

.pinpin {
    color: #cf2d3a;
}
.services-7 {
    background-color: #070707;
    height: 1px;
}

.footer-txt a {
        color: #ffffff;
    } 

@media(max-width:991px) {
    .menu {
        padding: 20px;
    }

    .menu-label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #1f1f1f;
        display: none;
    }

    .menu .natvar ul li {
        width: 100%;
    }

    #menu:checked ~ .navbar {
        display: initial;
    }
    
    .header {
        min-height: 0vh;
    }

    .header-content {
        padding: 80px 30px 50px 30px;
    }

    .header-txt {
        margin-bottom: 15px;
    }

    .header-txt h1 {
        font-size: 90px;
    }

    .header-txt p {
        padding: 0;
        margin: 15px 0;
    }

    .header-dir {
        flex-direction: column;
    }

    .dir p {
        font-size: 18px;
    }

    .welcome {
        flex-direction: column;
    }

    .welcome-1 {
        display: none;
    }

    .welcome-2 {
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    h2 {
        font-size: 70px;
        line-height: 80px;
    }

    p {
        margin: 15px 0;
    }

    .services {
        padding: 30px;
    }

    .services-txt p {
        padding: 0;
    }

    .services-group {
        flex-direction: column;
        margin: 0;
    }

    .services-1 {
        margin: 0 0 20px 0;
    }

    .footer-bg {
        padding: 30px;
    }

    textarea {
        width: 250px !important;
        height: 140px;
    }

    .pinpin {
        color: #cf2d3a;
    }
    .services-7 {
        background-color: #070707;
        height: 1px;
    }

    .foot {
        color: #ffffff;
    }

    .footer-txt a {
        color: #ffffff;
    } 

    .qqqq a {
        color: #ffffff;
    }

    .logo {
        margin-bottom: 20px;
    }

}


