@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
 
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 26, 2024 */
 
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
.wrapper{
    background: url(../images/FactionMoto-banner.png) center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.header{
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}
.header a{
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 22.68px;
    color: #fff;
}
.header .contact-information a{
    font-style: normal;
    font-weight: 600;
}
.contact-information{
    margin-left: 105px;
}
.content-sec{
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #fff;    
}
.ask-content{
font-family: Plus Jakarta Sans;
font-size: 30px;
font-style: italic;
font-weight: 700;
line-height: 37.8px;
text-align: center;
color: #fff;
}
.primary-button{
    padding: 15px 33px 15px 33px;
    border-radius: 10px;
    background: #EA561B;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    border: 1px solid #EA561B;    
}
.primary-button:hover{
    color: #EA561B;
    background: #fff;
}
.primary-button svg{
    fill: #fff;
    margin-left: 14px;
    margin-top: 7px;
}
.primary-button:hover svg{
    fill: #EA561B;
}
.moto-bikesec{
    position: relative;
}
.moto-bikesec::before{
    background: url(../images/background-orange.png) right no-repeat;
    background-size: 78% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 32px;
    height: 100%;
    width: 100%;
    content: "";
}
.motobike{
    position: relative;
    z-index: 19;
}
.mobile-header{
    display: none;
} 
@media (min-width: 1280px) and (max-width: 1600px) {
.site-logo{
    max-width: 57%;
}
.content-sec {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.primary-button{
    padding: 10px 20px;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
.contact-information {
    margin-left: 60px;
}
.header a {
    font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .wrapper {
        height: 100%;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .header a {
     font-size: 13px;
    }
    .section-row{
        height: auto !important;
        flex-direction: column;
        padding-top: 25px;
    }
    .header{
        position: relative;
    }
    .main-header{
        flex-direction: column;
        background: #EA561B;
        padding: 10px 10px 40px;
        justify-content: flex-start !important;
        position: relative;
    }
    .address-sec{
        display: flex;
        justify-content: center;
    }
    .contact-information {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 15px;
        flex-direction: column;
    }
    .header a {
        font-size: 20px;
     }
     .social-icon{
        justify-content: center;
     }
     .header .container{
        padding: 0;
     }
     .moto-bikesec::before{
        display: none;
     }
     .moto-row{
        background: #EA561B;
        margin-bottom: 0px;
        margin-top: 45px;
     }
     .moto-bikesec {
        padding: 26px 9px 25px;
    }
    .site-logo{
        max-width: 60%;
    }
    .content-sec {
        font-size: 18px;
        line-height: 41px;
        margin-top: 23px !important;
        margin-left: 40px;
        margin-right: 40px;  
    }
    .primary-button {
        padding: 7px 22px;
        font-size: 14px;
        line-height: 34px;    
    }
    .header {
        position: unset !important;
        margin-top: -1px;
    }
    .motobike{
        position: relative;
        z-index: 200;
    }
    .desktop-header{
        display: none;
    }
    .mobile-header{
        position: relative;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        display: block;
    }    
  }

@media only screen and (max-width: 767px) {
    .wrapper {
        height: 100%;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .section-row{
        height: auto !important;
        flex-direction: column;
        padding-top: 25px;
    }
    .header{
        position: relative;
    }
    .main-header{
        flex-direction: column;
        background: #EA561B;
        padding: 10px 10px 40px;
        justify-content: flex-start !important;
        position: relative;
    }
    .address-sec{
        display: flex;
        justify-content: center;
    }
    .contact-information {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 15px;
        flex-direction: column;
    }
    .header a {
        font-size: 14px;
     }
     .social-icon{
        justify-content: center;
     }
     .header .container{
        padding: 0;
     }
     .moto-bikesec::before{
        display: none;
     }
     .moto-row{
        background: #EA561B;
        margin-bottom: 0px;
        margin-top: 45px;
     }
     .moto-bikesec {
        padding: 26px 9px 25px;
    }
    .site-logo{
        max-width: 60%;
    }
    .content-sec {
        font-size: 14px;
        line-height: 31px;
        margin-top: 23px !important;    
    }
    .primary-button {
        padding: 7px 22px;
        font-size: 14px;
        line-height: 34px;    
    }
    .header {
        position: unset !important;
        margin-top: -1px;
    }
    .motobike{
        position: relative;
        z-index: 200;
    }
    .desktop-header{
        display: none;
    }
    .mobile-header{
        position: relative;
        display: block;
    }
}
