@charset "UTF-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
p {
   font-family: 'Be Vietnam Pro', sans-serif;
}

/*--------------Navbar-----------------------*/
.bg-light {
    background-color: #fff!important;


    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 1000!important;
}

.subtitle-vetrina{
    font-weight: 700;
    font-size: 1.8rem;
}
.txt-vetrina{
    font-size: 1.7rem;
}
.footer-card-vetrina{
    background-color: #007ab8;
    padding:1em;
    font-size: 1.6rem;
    border-top:4px solid #424242;
    position: absolute;
    bottom:0;
}


.card-vetrina{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    background-color: white;
    aspect-ratio: 5/7;
    border:4px solid #424242;
}
.navbar-light .navbar-nav .nav-link {
    color: #2C2C2C;
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 2rem;
    padding-right: 2rem;
    border-right: 2px solid #2C2C2C;
    padding-top: 1px;
    padding-bottom: 1px;
}
.logo-nav{
    max-width: 80px;
    min-width: 60px;
    position: absolute;
    z-index: 9999;
    margin-top: -14px;
    margin-left: 1rem;
}


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: transparent;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}


.back-wr{
    background-image: url(../img/back-wr.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.back-red{
    background-image: url(../img/back-red.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.back-wr-2{
    background-image: url(../img/back-wr-2.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.img-moto{
    padding-top: 10% ;
}


.title-h1{
    font-size: calc(30px + (80 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 800;
    text-shadow: 6px 6px 0px #1D2646 ;
}
.sub-title-h1{
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 800;
}
.txt-b{
    font-size: calc(16px + (36 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #0D0D0D;
    font-weight: 400;
}
.txt{
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #0D0D0D;
    font-weight: 300;
}
.txt-bld{
    font-size: calc(16px + (50 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 600;
    text-shadow: 4px 4px 0px #1D2646 ;
    margin-left: 4rem;
    text-decoration: underline;
}
.box-txt-foto{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.img-shadow{
    box-shadow: 14px 14px 0px #232323;
}
.box-video{
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #000000d9;
}

.title-h2{
    font-size: calc(35px + (60 - 35) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 800;
}
.title-h2-black{
    font-size: calc(35px + (50 - 35) * ((100vw - 300px) / (1920 - 300)));
    color: #0D0D0D;
    font-weight: 800;
}
.title-h3-black{
    font-size: calc(30px + (34 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #0D0D0D;
    font-weight: 800;
}

.riga{
    padding-bottom: 2rem;
    margin-left: -14rem;
}

.title-video{
    margin-left: -12rem;
    text-shadow: -4px 4px #131313;
    
}
.white{
    color: #fff;
}

.box-vendita{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.box-fornitori{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.box-riparazione{
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
}
.txt-mezzi{
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.link-tel{
    white-space:nowrap;
    background-color: #007ab8;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    color: #fff;
    text-decoration: none;
    transition-duration: 1s;
}
.link-tel:hover{
    background-color: #fff;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    color: #007ab8;
    text-decoration: none;
    transition-duration: 1s;
}
.link-tel2{
    white-space:nowrap;
    background-color: #fff;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    color: #007ab8;
    text-decoration: none;
    transition-duration: 1s;
}
.link-tel2:hover{
    background-color: #000;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    color: #007ab8;
    text-decoration: none;
    transition-duration: 1s;
}
/*-----------------------------------Video Back----------------------------------------------*/
.video-background-holder {
    position: relative;
    background-color: #222222;
    height: auto;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}
.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.video-background-content {
    position: relative;
    z-index: 2;
}
.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
}
/*-----------------------------------Fine Video Back----------------------------------------------*/

/*-----------------------------------Form----------------------------------------------*/

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-label {
    margin-bottom: 0.5rem;
    font-size: calc(30px + (24 - 30) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.btn-primary {
    color: #007ab8;
    background-color: #fff;
    border-color: #007ab8;
}
.btn-primary:hover {
    color: #007ab8;
    background-color: #000;
    border-color: #007ab8;
}
.privacyform{
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
}
/*-----------------------------------Fine Form----------------------------------------------*/
.logo-foot{
    max-width: 200px;
    min-width: 150px;
    padding-right: 2rem;
}
.sp-foot{
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.title-foot{
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #0D0D0D;
    font-weight: 600;
    padding-top: 1rem;
}
.txt-foot{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: #0D0D0D;
    font-weight: 300;
    text-decoration: none;
}
.txt-foot:hover{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: #7A7A7A;
    font-weight: 300;
    text-decoration: none;
}

.div-shadow{
    box-shadow: 0px 10px 20px #BFBFBF;
}
.modal-dialog{
    max-width: 800px;
}
.modal-title{
    font-weight: 700;
    font-size: 2rem;
}
.modal-content{
    background-color: white;
    border:4px solid #007ab8;
    border-radius: 0px;
}
.modal-content p{
    font-size: 1.4rem;
}
.modal-header{
    border:unset;
}
@media only screen and (max-width: 1920px) {
    .footer-card-vetrina{
        width: 100%;
         font-size: 1.2rem;
        
     }
     .card-vetrina{
         
         aspect-ratio: 9/14;
        
     }
     .subtitle-vetrina{
         font-weight: 700;
         font-size: 1.2rem;
     }
     .txt-vetrina{
         font-size: 1.3rem;
     }
}

@media only screen and (max-width: 1610px) {
    .card-vetrina{
         
        aspect-ratio: 9/16;
       
    }
}
@media only screen and (max-width: 1460px) {
    
    .img-moto{
    padding-top: 18% ;
    max-width: 600px;
}
}
@media only screen and (max-width: 900px) {
.img-moto {
    padding-top: 60vh;
    max-width: 600px;
}
.logo-foot{
    max-width: 130px;
    min-width: 120px;
    padding-right: 2rem;
}
.navbar-light .navbar-nav .nav-link {
    text-align: center;
}
}
@media only screen and (max-width: 700px) {
    
.img-moto {
    padding-top: 90%;
    max-width: 400px;
}
.back-red {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.title-h1 {
    font-size: calc(30px + (80 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 800;
    text-shadow: 3px 3px 0px #1D2646;
}
.txt-bld {
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 0px #1D2646;
    margin-left: 1rem;
    text-decoration: underline;
}
.title-video {
    margin-left: auto;
    text-shadow: -4px 4px #131313;
}
.box-vendita {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.bg-light {
    background-color: #fff!important;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    z-index: 1000!important;
}
.logo-nav{
    max-width: 45px;
    min-width: 40px;
    position: absolute;
    z-index: 9999;
    margin-top: -1.4rem;
    margin-left: 0.2rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #2C2C2C;
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 2rem;
    padding-right: 2rem;
    border-right: 2px solid #2C2C2C;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.riga {
    padding-bottom: 2rem;
    margin-left: -4rem;
}
.txt-mezzi{
    text-align: left;
}
.img-shadow {
    box-shadow: 14px 14px 0px #232323;
}
.img-ape{
    padding: 2rem;
}
.sp-foot{
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.txt-foot{
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    color: #0D0D0D;
    font-weight: 300;
    text-decoration: none;
}
.txt-foot:hover{
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    color: #7A7A7A;
    font-weight: 300;
    text-decoration: none;
}

}