@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #161815;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    background: linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)),
        url(images/bg.jpeg);
        background-position: center center;
        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{
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.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: #fff200;
}

#menu{
    display: none;
}

.menu-icono{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
}

.header-content{
    display: flex;
    align-items: center;
}

.header-txt{
    width: 70%;
}

.header-txt h1{
    font-size: 120px;
    line-height: 130px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    margin-left: 25px;
}

.header-txt p{
    font-size: 18px;
    color: #c4c4c4;
    margin-bottom: 35px;
    border-left: 1px solid #ffffff;
    padding-left: 15px;
}

.btn-1 {
    display: inline-block;
    padding: 12px 35px;
    background-color: #fff200;
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Bebas Neue', cursive;
    margin-top: 25px;
}

.btn-1:hover{
    background-color: #606705;
}

.header-img{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.header-img a {
    margin-bottom: 40px;
}

.tours{
    padding: 100px 0;
    text-align: center;
}

h2{
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size: 85px;
    line-height: 95px;
    color: #ffffff;
    margin-bottom: 15px;
}

p{
    font-size: 18px;
    color: #c4c4c4;
}

.tour-content{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.tour-1 {
    background: linear-gradient(
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)),
        url(images/SteeringWheel_1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px;
        width: 300px;
        border-radius: 10px;
        padding: 25px;
        margin-bottom: 20px;
}

.tour-2 {
    background: linear-gradient(
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)),
        url(images/SteeringWheel_2.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px;
        width: 300px;
        border-radius: 10px;
        padding: 25px;
        margin-bottom: 20px;
}

.tour-3 {
    background: linear-gradient(
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)),
        url(images/SteeringWheel_3.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 350px;
        width: 300px;
        border-radius: 10px;
        padding: 25px;
        margin-bottom: 20px;
}

.tour-txt h3 {
    font-family: "Bebas Neue", cursive;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.tour-txt p {
    color: #e1e1e1
}

.video {
    padding: 150px 0;
    background: linear-gradient(
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)),
        url(images/bg4.jpeg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
}

.video-content{
    display: flex;
    align-items: center;
}

.video-1 {
    width: 50%;
    padding-right: 70px;
}

.video-2 {
    width: 50%;
    display: flex;
}

.v1 {
    width: 300px;
    margin-right: 25px;
    border-radius: 10px;
}

.v2 {
    width: 300px;
    border-radius: 10px;
}

.footer-bg {
    text-align: center;
    padding: 100px 0;
}

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 #fff200;
    outline: none;
    border-radius: 10px;
    color:#ffffff;
    font-size: 14px;
}

.campo1 {
    margin: 5px;
    padding: 20px 15px;
    width: 515px;
    background-color: #0e0e0e;
    border: 1px solid #fff200;
    outline: none;
    border-radius: 10px;
    color:#ffffff;
    font-size: 14px;
}

textarea{
    width: 520px !important;
}

.footer-txt{
    text-align: center;
    padding: 20px;
    background-color: #070707;
}

@media(max-width:991px){
    .menu{
        padding: 20px;
    }

    .menu label{
        display: initial;
    }

    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #161815;
        display: none;
    }

    .menu .navbar ul li{
        width: 100%;
    }

    #menu:checked ~ .navbar{
        display: initial;
    }

    .header {
        min-height: 0vh;
    }

    .header-content{
        flex-direction: column;
        padding: 100px 30px 30px 30px;
    }

    .header-txt{
        width: 100%;
        text-align: center;
    }

    .header-txt h1{
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 15px;
    }

    .header-txt p{
        border: 0;
        padding: 0;
    }

    .btn-1{
        margin: 20px 0;
    }

    .header-img{
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-top: 25px;
    }

    .header-img a{
        margin: 0 10px;
    }

    .tours{
        padding: 30px
    }

    h2{
        font-size: 60px;
        line-height: 70px;
    }

    .tour-content{
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .video{
        padding: 30px;
    }

    .video-content{
        flex-direction: column;
    }

    .video-1{
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .video-2{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .v1 .v2{
        width: 250px;
        margin: 0 0 20px 0;
    }

    .footer-bg{
        padding: 30px;
    }

    textarea{
        width: 250px !important;
    }

    .footer-txt{
        padding: 30px;
    }
}