.container {
    max-width: 1300px;
    margin: 0px auto;
    overflow-x: hidden;
    width: 100%;
}

#first {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #ececec;
}

#first h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;

}

#first h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 25px !important;
}

#first p {
    font-size: 18px;
    line-height: 26px;
}

#first button {
    background: #f90;
    padding: 16px 32px;
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    transition: .3s background;

}

#first button:hover {
    background: #d7860d !important;
}

#first img {
    border-radius: 15px;
}


/*Footer*/
#footer_land {
    background: #444444;
    color: #fff;
}

#footer_land p,
#footer_land a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

#footer_land img {
    max-width: 200px;
    margin-bottom: 2rem;
    border-radius: 0px;
}

#footer_land img.social_link {
    width: 32px;
    height: 32px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
}

#footer_land .footer_titolo {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

#footer_land p.copy {
    font-size: 14px;
}

#sec_sec h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 1.5rem;
}

#sec_sec h2 {
    font-size: 26px;
    line-height: 36px;
}

#th_sec h4 {
    font-size: 20px;
    line-height: 28px;
}

#th_sec .cards {
    margin-bottom: 4rem;
}

#th_sec .cards img {
    height: 52px;
    width: auto;
    margin-bottom: 20px;
}

#sec_sec p,
#th_sec p {
    font-size: 18px;
    line-height: 26px;
}

#scrollBlock {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ececec;
}

#scrollBlock img {
    width: 200px;
}

#scrollBlock button,
.bottomblock button {
    background: #f90;
    padding: 16px 32px;
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    transition: .3s background;
}

#scrollBlock button:hover,
.bottomblock button:hover {
    background: #d7860d !important;
}

#scrollBlock h5 {
    letter-spacing: 1px;
    font-size: 20px;
    margin-right: 15px;
}

.bottomblock p {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.bottomblock {
    visibility: hidden;
    display: none;
    background: #ececec;
}


.modal {
    background: #0009;
}

#myModal {
    padding: 35px 0px;
}

#myModal .modal-header {
    border-bottom: 0px;
    justify-content: end;

}

#result img {
    width: 150px;

}

#result p {
    text-align: center;
}

#myModal .modal-dialog {
    max-width: 800px;
    height: 100vh;
    align-content: center;
    align-items: center;
    display: flex;
}

#myModal .modal-header button.close {
    background: transparent;
    border: none;
    font-size: 30px;
}

#myModal button.submit {
    background: red;
    border: none;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 32px;
    color: #fff;
    transition: .3s background;
    margin: 30px auto 30px 0px;
    letter-spacing: 1px;
    width: 100%;
    max-width: 280px;
    border-radius: 7px;
}

#myModal button.submit:hover {
    background: #dd0606;
}

#myModal form input {
    margin-bottom: 15px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 15px;
    max-width: 280px;
    width: 100%;
}

#myModal .single_bike_form {
    width: 100%;
    max-width: 280px;
}

#myModal .single_bike_form_head {
    max-width: 330px;
    width: 100%;
}

#myModal .single_bike_form_head .titolo_form b {
    font-weight: 800;
}

#myModal .single_bike_form_head .titolo_form {
    font-size: 20px;
}

#myModal .single_bike_form_head .titolo_form span {

    color: red;
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0px 5px;
}

#myModal .single_bike_form_head .preheader_form {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

#myModal .single_bike_form_head ul {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    list-style: disc;
    text-align: left;
}

#myModal .single_bike_form_head ul li {
    margin-top: 10px;
}

#myModal .pro {
    border-left: 1px solid #ccc;
}

#myModal label {
    display: block;
    text-align: left;
    font-size: 14px;
}

#myModal .save {
    text-align: center;
    background: red;
    width: auto;
    padding: 5px 15px;
    color: #fff;
    letter-spacing: 1px;
    max-width: fit-content;
    margin: -20px auto;
    font-size: 17px;
    line-height: 30px;
    border-radius: 7px;
    font-weight: 600;
}

.cta {

    position: fixed;
    bottom: 40%;
    right: 0px;
    z-index: 998;
    text-align: left;
    padding: 11px 15px 11px 30px;
    background: red;
    color: #fff;
    width: fit-content;
    border-radius: 32px 0 0 32px;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;


}

#cta {
    display: none;
}

span.red_number {
    color: red;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0px 5px;
    font-weight: 800;
    line-height: 30px;
}

#first img.logo {
    position: absolute;
    top: 0px;
    background: #008692;
    padding: 12px;
    width: 250px;
    border-radius: 0px;
}




@media(max-width:992px) {
    #scrollBlock {
        display: none !important;
    }

    .bottomblock {
        visibility: visible;
    }

    .cta {
        bottom: 0px;
        border-radius: 30px 0px 0px 0px;
    }

    #first img.logo {
        left: 0px;
    }

    #first img {
        border-radius: 0px;
    }
}

@media(max-width:768px) {
    #first img {
        width: 100%;
        border-radius: 0px;
    }

}

@media (max-width:575px) {
    #first img.logo {
        left: 0px;
        width: 150px;
    }

    #myModal .pro {
        border-left: 0px;
        border-top: 1px solid #ccc;
    }
}