@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#popup-submit{
    width: 100%;
    background-color: #ff7900;
    padding: 1%;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #f0f0f0;
    border: none;
    border-radius: 8px;
    font-size: 110%;
}
/* Navbar */
#navBarBG{
    padding: 1% 4% 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: sticky;
}
#logo{
    width: 20%;
}
#fevLogo{
    width: 90%
}
#menu{
    width: 35%;
    align-self: center;
}
#menu ul{
    list-style-type: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 4%;
}
#menu ul li a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color: #9D9D9D;
    font-weight: 700;
}
#menu ul li a:hover{
    color: #0F0D0D;
}
#navBarBG #menu li a.active{
    color: #0F0D0D;
}
#medium-devices-navBar{
    display: none;
}
#dealership-btn{
    font-family: 'Ubuntu', sans-serif;
    font-size: 120%;
    font-weight: 600;
    color: #4e4e51;
    /* width: 11%; */
    background-color: #f0f0f0;
    border: none;
    padding: 0.3% 1.6% 0.3% 0.4%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
}
#briefcase{
    font-size: 110%;
    margin: 0 2%;
    /* width: 8%; */
    background-color: #2a2a2a;
    padding: 5% 4%;
    border-radius: 8px;
}
#togglerBtn{
    display: none;
}
#navBarBG.sticky, #nv-sm.sticky{
    background : #d9d9d9;
    position: sticky;
    transition: 0.5s;
}
#navBarBG.navBarFixed, #nv-sm.navBarFixed{
    position: fixed;
    padding: 0 4% 0;
    transition: 0.5s;
}
/* navBar. */
/* Navbar Responsive */
@media (max-width:900px) {
    #menu, #dealership-btn{
        display: none;
    }
    #togglerBtn{
        display: block;
        cursor: pointer;
    }
    #navBarBG.navBarFixed{
        position: fixed;
        padding: 0 4% 0;
        transition: 0.5s;
        padding: 1% 4%;
    }
}
#hamburger{
    font-size: 20px;
}
/* Hero Section */
/* .hero-img{
    width: 90%;
} */
/* .hero{
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel{
    width: 90%;
    height: 70vh;
} */

#homeMain{
    text-align: center;
}
#hero-img{
    width: 90%;
}
/* After hero section */
#tag-line{
    margin-top: 3%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#tagLineMain{
    color: #4e4e51;
    font-size: 400%;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
#tagLineMain span{
    color: #ff7900;
    padding: 0 0.5%;
}
#tagLineSub{
    color: #4e4e51;
    font-size: 130%;
    font-family: 'Lato', sans-serif;
    width: 40%;
    font-weight: 500;
}
@media only screen and (max-width : 700px){
    #email-news{
        font-size: 100% !important;
        padding: 3px 6px;
    }   
    #news-submit{
        font-size: 100% !important;
        padding: 2% 4%;
    }
    #design-explaination{
        font-size:120% !important;
    }
    #quality-btns button{
        font-size: 140% !important;
    }
    .foot-download-btns button{
        width: 45% !important;
        /* padding: 1% !important ; */
    }

}
@media only screen and (max-width : 600px){
    #tagLineMain{
        font-size: 250% !important;
    }
    #download-tagline{
        font-size: 250% !important;
    }
    #tagLineSub{
        width: 90%;
        font-size: 100%;
    }
    .foot-download-btns{
        flex-direction: column !important;
    }
    .foot-download-btns button{
        margin-bottom: 8%;
        width: 60% !important;
    }
    #vehicles{
        display: none;
    }
}
/* Vehicles section */

#vehicles{
    padding: 2% 4%;
    margin-bottom: 2%;
}
.row{
    width: 100%;
}
.vehicle{
    background-color: #f0f0f0;
    border-radius: 18px;
    text-align: center;
}
.sct-img{
    width: 85%;
    margin-top: 2%;
}
.characteristics{
    padding: 1% 0 0 0;
    font-family: 'supreme';
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 0;
}
.name{
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    color: #4e4e51;
    font-size: 120%;
    font-weight: 500;
}
.name span{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 160%;
}
.price{
    color: #4e4e51;
    font-family: 'Lato', sans-serif;
    margin-bottom: 2%;
}
.price span.total, .price span.installment{
    color: #ff7900;
    font-weight: bold;
    font-size: 180%;
}
.month{
    font-size: 35%;
}
.feat{
    list-style-type: none;
    text-align: left;
}
.line{
    margin: 1% 0;
    opacity: 0.3;
}
li.feature{
    font-family: 'Lato', sans-serif;
    color: #4e4e51;
    opacity: 0.5;
    margin: 1% 0;
}
li.feature:last-child{
    margin-bottom: 4%
}
.arrows{
    margin: 0 2% 0 1%;
}
.ord_knw-buttons{
    padding-bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.order, .know{
    background-color: #2a2a2a;
    color: #f0f0f0;
    font-family: 'Lato', sans-serif;
    padding: 1.5% 2%;
    border: none;
    border-radius: 6px;
    margin: 0 10% 0 0;
}

.order-arrow, .know-arrow{
    rotate: 90deg;
    font-size: 80%;
}

/* Mobile app download styles */
/* #app-download{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */
#download-Section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#download-tagline{
    color: #4e4e51;
    font-size: 400%;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
#download-tagline span{
    color: #ff7900;
    padding: 0 0.5%;
}
#download-subtagline{
    color: #4e4e51;
    font-size: 180%;
    font-weight: 500;
    align-self: center;
}
/* app download */
#app-img-01{
    width: 100%;
}
#app-tagline-01 span{
    color: #ff7900;
    font-family: 'Lato', sans-serif;
    font-size: 250%;
    font-weight: 900;
    display: block;
}
#app-tagline-01{
    color: #4e4e51;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 150%;
    margin-bottom: 0%;
    width: 65%;
}
.app-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#app-img-02{
    width: 90%;
    margin-top: -10%;
}
.app-sources-left{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.app-sources-left > p{
    font-size: 130%;
    font-family: 'Lato', sans-serif;
    color: #4e4e51;
    font-weight: 500;
}
.download-buts{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.btn-download{
    width: 30%;
    padding: 1%;
    background-color: #2a2a2a;
    border: none;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.btn-download span{
    color: #f0f0f0;
    text-align: left;
    font-size: 90%;
    align-self: flex-start;
}
.btn-download p{
    margin-bottom: 0;
    font-size: 120%;
    font-weight: 500;
}
.download-btn-text{
    color: #f0f0f0;
    margin-left: 1%;
}
#source-icon{
    width: 30%;
}
#app-download{
    margin-bottom: 3%;
}
body {
    -ms-overflow-style: none; /* Edge, Internet Explorer */
    scrollbar-width: none; /* Firefox */
    overflow-y: scroll;
}
Body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Experience centers */

#experience-center{
    background-color: #2a2a2a;
    padding: 2% 4%;
}
#experience-tagline span{
    color: #ff7900;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 220%;
}
#experience-tagline{
    color: #f0f0f0;
    font-size: 160%;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}
#exp{
    margin: 2% 0 4%;
    text-align: center;
}
#expCenterImage{
    width: 90%;
}
#exp-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#exp-tagline span{
    color: #ff7900;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 230%;
}
#exp-tagline {
    font-size: 160%;
    font-family: 'Lato', sans-serif;
    color: #f0f0f0;
}
#exp-subtagline{
    font-size: 160%;
    font-family: 'Lato', sans-serif;
    color: #f0f0f0;
    width: 75%;
}
/* showroom cards  */

#showrooms{
    width: 100%;
}
.card-showroom{
    /* padding: 2%; */
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
}
.cardname{
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
.FranklinEv{
    margin-bottom: 0;
    color: #2a2a2a;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-top: 1%;
    font-size: 120%;
    opacity: 0.6;
}
.expcenter{
    color:#2a2a2a;
    font-family: 'Lato', sans-serif;
    font-size: 110%;
    font-weight: 600;
}
.Details{
    padding: 2% 0;
}
.loc{
    color: #ff7900;
    margin-bottom: 0;
    margin: 0 0 1%;
    font-weight: 500;
    font-size: 110%;
}
.address{
    color: #f0f0f0;
    font-family: 'Lato', sans-serif;
    font-size: 95%;
    padding: 1% 0 0.5%;
    margin-bottom: 1%;
}
.fone{
    color: #ff7900;
}
.visit-btn{
    background-color: #f0f0f0;
    font-family: 'Lato', sans-serif;
    border: none;
    padding: 3%;
    border-radius: 8px;
    text-decoration: none;
    color: #2a2a2a;
}
.visit-arrow{
    color: #ff7900;
}

#comparision{
    margin: 4% 0;
    text-align: center;
}

#comparision-tagline{
    color: #ff7900;
    font-weight: 900;
    font-size: 350%;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}
#comparision-subtagline{
    color: #f0f0f0;
    font-family: 'Lato', sans-serif;
    font-size: 150%;
}
#comparision-img{
    width: 60%;
}
#explaination{
    color: #f0f0f0;
    font-size: 130%;
    opacity: 0.7;
    width: 50%;
    margin-left: 10%;
    margin-top: 3%;
}
#characteristics{
    margin-bottom: 2%;
}
#y{
    color: #eeeeee;
    opacity: 0.4;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 220%;
    margin-bottom: 2%;
}
.char{
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.char-img{
    width: 30%;
    opacity: 0.7;
    margin-bottom: 4%;
}
.char-name{
    color: #f0f0f0;
    opacity: 70%;
    font-size: 120%;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.char-explanation{
    color: #fff;
    opacity: 60%;
    width: 80%;
    font-family: 'Lato', sans-serif;
    font-size: 120%;
}
#tagline-last{
    text-align: center;
    color: #eee;
    font-size: 250%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}
#tagline-last span{
    display: block;
    color: #ff7900;
}

/* top notch qualities */
#qualities{
    padding: 3% 4% 2%;
}
#qualities-tagline{
    color: #4e4e51;
    font-weight: bold;
    font-size: 200%;
    font-family: 'Lato', sans-serif;
}
#top-qualities{
    width: 100%;
    text-align: center;
}
#quality-btns{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
#quality-btns button{
    background: transparent;
    border: none;
    color: #2a2a2a;
    font-family: 'Lato', sans-serif;
    font-size: 180%;
    font-weight: bold;
}
#quality-btns button:hover{
    color: #ff7900;
}
#bike-design-01, #bike-design-02{
    width: 70%;
    margin: 2% 0;
}
#bike-design-03{
    width: 60%;
}
#design, #performance, #durability{
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
}
#design-explaination{
    font-size: 140%;
    color: #0F0D0D;
    font-family: 'Lato', sans-serif;
    /* width: 55%; */
    text-align: center !important; 
    font-weight: 700;
}
#design-explaination span{
    font-weight: 700;
    color: #ff7900;
    font-family: 'Lato', sans-serif;
}
#FAQ p{
    padding: 2% 4%;
    font-family: 'Lato', sans-serif;
    font-size: 150%;
    font-weight: 600;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
#qa{
    color: #f0f0f0;
    background-color: #2a2a2a;
    margin-bottom: 4%;
    border: none;
    padding: 1% 2%;
    text-decoration: none;
    font-size: 130%;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; */
}

/* footer styles */
#footer{
    background-color: #d9d9d9;
    /* margin: 2% 4%; */
    margin-top: 2%;
    padding: 2% 4%;
}
#newsletter-line{
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #4e4e51;
    font-size: 130%;
}
#newsLetter{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* #newsLetter form{
    display: flex;
    flex-direction: row;
} */
#newsLetter div{
    width: 30%;
    text-align: center;
}
#email-news{
    font-family: 'Lato', sans-serif;
    /* padding: 2%; */
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    background: transparent;
    padding: 8px 6px;
    font-size: 130%;
    display: inline;
}
#news-submit{
    font-size: 130%;
    color: #f0f0f0;
    background-color: #0F0D0D;
    border: none;
    padding: 2.5% 5%;    
    border-radius: 8px;
}
#footer-stuff{
    margin-top: 2%;
}
.con-head{
    color: #0F0D0D;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 130%;
}
#name{
    font-weight: 600;
    font-size: 120%;
}
#name, #home-address, #mail, #mobile{
    color: #4e4e51;
    font-family: 'Lato', sans-serif;
}

#footer-NavigationLinks a{
    color: #2a2a2a;
    text-decoration: none;
    margin: 5%;
    font-size: 110%;
}
#footer-NavigationLinks a:hover{
    color: #ff7900;
    transition: 0.3s;
}
#footNavLinks{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 70%;
}
#footer-box-3{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#footer-download > p{
    font-size: 120%;
    color: #0F0D0D;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.foot-download-btns{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.foot-download-btns button{
    background-color: #2a2a2a;
    color: #f0f0f0;
    font-family: 'Lato', sans-serif;
    border: none;
    padding: 2% 2%;
    width: 40%;
    font-size: 130%;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.downlod-btn-source{
    width: 25%;
}
.social-links{
    color: #2a2a2a;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 120%;
}
.social-icon{
    width: 50%;
}
.social-icons{
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#copyrights{
    color: #4e4e51;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-top: 2%;
    font-size: 80%;
}
#quality-btns button.present{
    color: #ff7900;
}
#performance{
    display: none;
}
#durability{
    display: none;
}
/* Responsive styles  */

@media only screen and (max-width: 1100px) {

    .foot-download-btns button{
        width:45%;
    }
    #newsLetter div{
        width: 45%;
    }
    
}
@media only screen and (max-width: 1050px){
    .foot-download-btns button{
        width:45%;
        font-size: 120%;
    }
    .download-btn-source{
        width: 15%;
    }
    .sct-img{
        width: 70%;
    }
    .name{
        font-size: 110%;
    }
    .name span{
        font-size: 140%;
    }
    .feature{
        font-size: 90%;
    }
}
@media only screen and (max-width : 1000px){
    #hero-img{
        width: 80%;
    }
    #explaination{
        width: 60%;
    }
    .char-explanation{
        font-size: 110%;
        width: 95%;
    }
    #FAQ button{
        font-size: 90%;
    }
}
@media only screen and (max-width : 950px){
    #tagLineMain{
        font-size: 350%;
    }
    #tagLineSub{
        font-size: 110%;
    }
    .price span.total, .price span.installment{
        font-size: 140%;
    }
    #download-tagline{
        font-size: 340%;
    }
    #download-subtagline{
        font-size: 150%;
    }
    .order-arrow, .know-arrow{
        rotate: 90deg;
        font-size: 70%;
    }
    #app-tagline-01 span{
        font-size: 220%;
        font-weight: bold;
    }
    #app-tagline-01{
        font-size: 120%;
    }
    .app-sources-left > p{
        font-size: 120%;
    }
    .btn-download p{
        font-size: 100%;
    }
    .btn-download #source-icon{
        width: 30%;
    }
    #experience-tagline span{
        font-size: 180%;
    }
    #experience-tagline{
        font-size: 135%;
    }
    #exp-tagline span{
        font-size: 180%;
    }
    #exp-tagline{
        font-size: 130%;
    }
    #exp-subtagline{
        font-size: 135%;
    }
    #explaination{
        font-size: 110%;
        width: 55%;
    }
    #y{
        font-size: 170%;
    }
    #tagline-last{
        font-size: 210%;
    }
    .foot-download-btns button{
        font-size: 110%;
    }
}
@media only screen and (max-width : 900px){
    #hero-img{
        width: 90%;
    }
    .characteristics{
        font-size: 90%;
    }
    li.feature{
        font-size: 90%;
    }
    .arrows{
        margin: 0 1% 0 0;
    }
    #footNavLinks{
        width: 80%;
    }
    .foot-download-btns button{
        font-size: 100%;
    }
    .social-icons{
        width: 95%;
    }
    #fevLogo{
        width: 100%;
    }
}
@media only screen and (max-width : 850px){
    #tagLineSub{
        font-size: 100%;
    }
    .foot-download-btns button{
        font-size: 90%;
    }
    .fq-l{
        font-size: 120% !important;
    }

}
@media only screen and (max-width : 800px){
    .characteristics{
        font-size: 80%;
    }
    .price span.total, .price span.installment{
        font-size: 120%;
    }
    .order, .know{
        font-size: 80%;
    }
    li.feature{
        font-size: 80%;
    }
}

@media only screen and (max-width : 767px){
    
    .app-sources-left{
        margin-top: 4%;
    }
    .app-sources-left > p{
        font-size: 110%;
        
        font-weight: 800;
    }
    #app-download-right-02{
        text-align: center;
    }
    #app-img-02{
        margin-top: 0;
        width: 75%;
    }.btn-download #source-icon{
        width: 30%;
    }
    .btn-download{
        width: 20%;
    }
    .download-buts{
        justify-content: space-evenly;
    }
    #comparision-img{
        width: 75%;
    }
    .char-explanation{
        font-size: 100%;
    }
    #faq-line{
        font-size: 80%;
    }
    #FAQ button{
        font-size: 80%;
    }
    #newsletter-line{
        font-size: 100%;
    }

    input[type="email"]{
        font-size: 100%;
    }
    .social-icon{
        width: 60%;
    }
    #footNavLinks{
        width: 90%;
    }
}

@media only screen and (max-width : 750px){
    li.feature{
        font-size: 70%;
    }
    .price span.total, .price span.installment{
        font-size: 110%;
    }
    #tagLineSub{
        width: 50%;
    }
    #download-tagline{
        font-size: 300%;
    }
    #download-subtagline{
        font-size: 130%;
    }
    #app-tagline-01 span{
        font-size: 190%;
    }
    #app-tagline-01{
        font-size: 110%;
    }
    #app-img-02{
        margin-top: 0;
        width: 80%;
    }
    #app-download-right-02{
        text-align: center;
    }
    .app-sources-left{
        margin-top: 4%;
    }
    .app-sources-left > p{
        font-size: 110%;    
        font-weight: 800;
    }
}
.small-screen-vehicle{
    display: none;
}

/* popup styles */
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    position: relative;
    transition: all 1.5s ease-in-out;
  }
  
  .popup #heading {
    margin-top: 0;
    color: #333;
    /* font-family: Tahoma, Arial, sans-serif; */
    font-size: 120%;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
  }
  .popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    /* font-size: 18px; */
  }
  .popup .close:hover {
    color: red;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }

/* Dealership Styles */
.form-right{
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
#deal{
    padding: 1% 4% 1%;
    font-family: 'Lato', sans-serif;
}
#deal form{
    width: fit-content;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
#deal label{
    display: block;
    margin-bottom: 3%;
    /* align-self: flex-start; */
}
label span{
    color: red;
}
#deal input[type="text"], input[type="tel"], input[type="email"]{
    /* width: 50%; */
    font-size: 110%;
    font-weight: 500;
    color: #0F0D0D;
    padding: 8px 16px;
    margin-bottom: 7%;
    border-radius: 8px;
    border: 1px solid #000;
}
#deal button{
    display: block;
}
#selectCity{
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 110%;
}
#selectCity, #vehicleColor {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
    border-radius: 1px solid #000;
    /* margin-right: 2rem; */
    /* padding: 1rem; */
    padding-right: 2rem;
    margin-bottom: 7%;
  }
textarea{
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #000;
    font-family: 'Lato', sans-serif;
    margin-bottom: 6%;
}
button#submit{
    background-color: #ff7900;
    font-size: 130%;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 4px 0px;
    text-align: center;
}
#dealership-img{
    opacity: 0.6;
    width: 100%;
    height: auto;
}
#dealership-tagline{
    font-size: 300%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    /* letter-spacing: 3px; */
}
#dealership-tagline span{
    color: #ff7900;
}
#franchises-dealership{
    font-family: 'Lato', sans-serif;
    font-size: 120%;
    font-weight: 700;
    color: #4e5151;
    width: 60%;
    text-align: center;
}
#dealership-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

@media only screen and (max-width : 550px){
    #dealership-tagline{
        font-size: 220%;
    }
    #franchises-dealership{
        font-size: 100%;
    }
}
@media only screen and (max-width : 500px){
    #dealership #logo{
        width: 100%;
    }
}

/* cards styles */
#container {
    /* height: 100vh;
    width: 100vw; */
    margin: 0;
    padding: 0;
    background: transparent;
    display: grid ;
    place-items: center
  }
  
  #slider-container {
    height: 350px;
    width: 95vw;
    max-width: 1400px;
    background: transparent;
    /* box-shadow: 5px 5px 8px gray inset; */
    position: relative;
    overflow: hidden;
    padding: 20px;
  }
  
  #slider-container .btn {
    position: absolute;
    top: calc(50% - 30px);
    height: 30px;
    width: 30px;
    border-left: 8px solid lightgrey;
    border-top: 8px solid lightgrey;
  }
  
  #slider-container .btn:hover {
    transform: scale(1.2);
  }
  
  #slider-container .btn.inactive {
    border-color: rgb(153, 121, 126)
  }
  
  #slider-container .btn:first-of-type {
    transform: rotate(-45deg);
    left: 10px
  }
  
  #slider-container .btn:last-of-type {
    transform: rotate(135deg);
    right: 10px;
  }
  
  #slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%; 
    transition: all .5s;
  }
  
  #slider-container #slider .slide {
    height: 90%;
    margin: auto 10px;
    background-color: transparent;
    /* box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white; */
    /* display: grid; */
    /* place-items: center; */
  }
  
  #slider-container #slider .slide span {
    color: white;
    /* font-size: 150px; */
  }
  
  @media only screen and (min-width: 1100px) {
  
    #slider-container #slider .slide {
      width: calc(2.5% - 20px);
    }
  
  }
  
  @media only screen and (max-width: 1100px) {
  
    #slider-container #slider .slide {
      width: calc(3.3333333% - 20px);
    }
  
  }
  
  @media only screen and (max-width: 900px) {
  
    #slider-container #slider .slide {
      width: calc(5% - 20px);
    }
  
  }
  
  @media only screen and (max-width: 550px) {
  
    #slider-container #slider .slide {
      width: calc(20% - 30px) !important;
    } 
  
  }

/* About section styles */

#abt{
    padding: 2% 6%;
}
#abt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#main-abt-span{
    color: #ff7900;
    font-weight: bold;
    display: block;
    font-size: 360%;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}
#main-abt-head{
    font-size: 130%;
    font-family: 'Lato', sans-serif;
    color: #4e5151;
}
#abt-img-01{
    margin: 2% 0;
    width: 100%;
}

#abt-company, #mission, #quality, #satisfaction, #abt-rev{
    margin: 1% 0;
    font-size: 120%;
    color: #4e4e51;
    font-family: 'Lato', sans-serif;
}
#mission, #quality, #satisfaction, #abt-rev{
    margin-top: 2%;
}
#mission{
    margin-bottom: 2%;
}
#mission span, #quality span, #satisfaction span, #abt-rev span{
    color: #ff7900;
    font-size: 170%;
    font-weight: bold;
    display: block;
    font-family: 'Lato', sans-serif;
}
#abt-video{
    width: 80%;
}
#abt-img-03{
    width: 60%;
    margin-bottom: 3%;
}
.abt-all{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#count{
    margin-bottom: 0;
    font-size: 220%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #9D9D9D;
}
#count-text{
    color: #4e4e51;
    font-family: 'Lato', sans-serif;
    /* font-size: 120%; */
    width: 65%;
}
#abt-end{
    margin: 2% 0;
    color: #4e5151;
    font-family: 'Lato', sans-serif;
    font-size: 120%;
}
#abt-end span{
    color : #ff7900;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 150%;
}

@media only screen and (max-width : 600px){
    #landing-about #logo{
        width: 30%;
    }   
    #main-abt-span{
        font-size:220%;
    }
    #main-abt-head{
        font-size: 100%;
    }
    #abt-img-01{
        width: 95%;
    }
    #abt-company, #mission, #quality, #satisfaction, #abt-rev{
        font-size: 100%;
    }
    #mission span, #quality span, #satisfaction span, #abt-rev span{
        font-size: 130%;
    }
    #abt-video{
        width: 100%;
    }
    #abt-end{
        font-size: 100%;
    }
    #abt-end span{
        font-size: 120%;
    }
}
@media only screen and (max-width : 450px){
    #landing-about #logo{
        width: 40%;
    }
}
@media only screen and (max-width : 360px){
    #landing-about #logo{
        width: 45%;
    }
    #main-abt-span{
        font-size: 170%;
    }
}

/* contact styles */
#contact-svg{
    width: 80%;
}
#contact-text{
    width: 70%;
    font-size: 130%;
    color: #4e5151;
    font-family: 'Lato', sans-serif;
}
#pp-sec{
    padding: 1% 6%;
    font-family: 'Lato', sans-serif;
}
.pp-01 span, #data-collect span, .community span{
    font-size: 140%;
    display: block;
    font-weight: 700;
    color: #ff7900;
    margin-bottom: 1%;
}
.pp-01{
    font-size: 120%;
    color: #4e5151;
}
.pp-02, .pp-03, .community {
    font-size: 120%;
    color: #4e5151;
    margin-top: 1%;
}
#data-collect{
    font-size: 120%;
    margin-top: 2%;
    color: #4e5151;
}
#pp-points-div{
    margin: 2% 0 0;
}
#example{
    font-size: 120%;
    font-weight: bold;
}
#pp-points-div ul{
    margin: 1% 3%;
}
#pp-points-div ul li{
    font-size: 110%;
    margin: 1% 0;
    color: #4e5151;
}
.pp-04{
    margin-top: 2%;
    font-size: 120%;
    font-family: 'Lato', sans-serif;
    color: #4e5151;
}
#community-list li{
    font-size: 110%;
}
.pp-categories{
    padding: 1% 3%;
}
.pp-categories ul li{
    list-style-type: lower-alpha;
    font-size: 110%;
    font-family: 'Lato', sans-serif;
    color: #4e5151;
    margin-top: 0.5%;
}
.pp-categories ul li span{
    font-weight: bold;
    color: #2a2a2a;
}
.pp-sub-list{
    padding: 0.5% 2%;
    color: #4e5151;
}
.pp-sub-list li{
    list-style-type: disc;
}
.pp-list{
    list-style-type: disc;
    color: #4e5151;
    font-size: 105%;
    margin-top: 2%;
    padding: 0 4%;
}
.pp-list li{
    margin: 0.5% 0;
}
.pp-list span{
    font-weight: bold;
}

@media only screen and (max-width : 600px){
    #contact-svg{
        width: 50%;
    }
    #contact-text{
        width: 60%;
        font-size: 100%;
        color: #4e5151;
        font-family: 'Lato', sans-serif;
    }
    #deal input[type="text"], input[type="tel"], input[type="email"]{
        font-size: 90%;
        /* padding: 6px 12px; */
    }
    #deal label{
        font-size: 90%;
        margin-bottom: 0.5%;
    }
    nav #logo{
        width: 30%;
    }
}
@media only screen and (max-width : 450px){
    #contact-text{
        width: 80%;
    }
    nav #logo{
        width: 35%;
    }
    .form-right{
        /* text-align: center; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* terms and conditions */

#trm{
    padding: 1% 4%;
    font-family: 'Lato', sans-serif;

}
.trm-01{
    color: #4e5151;
    font-size: 120%;
}
.trm-01 span{
    font-size: 150%;
    font-family: 'Lato', sans-serif;
    color: #ff7900;
    font-weight: bold;
    display: block;
}
.trm-02{
    font-size: 120%;
    margin: 0.5% 0;
    color: #4e5151;
}
#trm strong{
    font-size: 120%;
    font-weight: bold;
}
.trm-list-01{
    font-size: 110%;
    color: #4e5151;
}

/* order section styles */
#ord{
    font-family: 'Lato', sans-serif;
    margin: 2% 4%;
    /* height: 90vh; */
}
#ord label{
    font-size: 100%;
    font-weight: 500;
    display: block;
}
#name input{
    margin: 1% 0 0;
    width: 90%;
    border-radius: 8px;
    padding: 6px 8px;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
}
#number-label, #gmail-label, #address-label, #clr-label{
    margin: 3% 0 0;
}
#number, #gmail, #address{
    width: 60%;
    border-radius: 8px;
    padding: 6px 8px;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
    font-size: 120%;
    margin: 1% 0 0;
}
#vehicleColor{
    font-size: 120%;
    width: 60%;
    padding: 8px 12px;
    border-radius: 9px;
}
#ord-continue{
    font-size: 130%;
    font-weight: bold;
    color: #fff;
    background-color: #ff7900;
    border: none;
    padding: 1% 5%;
    border-radius: 8px;
}
#vehicleColor{
    margin-bottom: 4%;
}
#bike-img{
    width: 70%;
}
/* small screen vehicles section */

/* responsive max */
@media only screen and (max-width : 600px){
    .popup{
        width: 85% !important;
    }
    #fevLogo{
        /* width: 150px !important; */
        width: 100% !important;
        margin: 2% 0;
    }
    #hamburger{
        font-size: 22px;
    }
    .small-screen-vehicle{
        /* margin: 0 4%; */
        display: block;
        width: 100%;
        padding: 2% 8%;
        text-align: center;
        background-color: #fff;
        border-radius: 12px;
    }
    .sv-veh{
        padding: 2%;
        background-color: #f0f0f0;
        border-radius: 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sv-veh-img{
        width: 45%;
    }
    .sv-characteristics{
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 100%;
        padding: 1%;
        margin-bottom: 0;
    }
    .sv-own{
        font-family: 'Ubuntu', sans-serif;
        font-size: 110%;
        color: #4e5151;
        margin-bottom: 0;
    }
    .sv-own span{
        font-size: 160%;
        font-weight: bold;
        color: #4e4e51;
    }
    .sv-veh-price{
        margin-bottom: 0;
        font-family: 'Lato', sans-serif;
        font-size: 110%;
        color: #2a2a2a;
        font-weight: bold;
    }
    .sv-veh-price span.sv-price, .sv-veh-price span.sv-installment{
        font-size: 150%;
        color: #ff7900;
    }
    span.sv-month{
        font-size: 40%;
    }
    .sv-veh-features-div{
        width: 65%;
        text-align: left;
    }
    .sv-veh-features-div ul{
        list-style: none;
        color: #4e5151;
        opacity: 0.5;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
    }
    div.sv-ord-knw-btns{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    div.sv-ord-knw-btns button{
        font-size: 110%;
        font-family: 'Lato', sans-serif;
        color: #f0f0f0;
        background-color: #2a2a2a;
        border: none;
        border-radius: 8px;
        padding : 1%;
    }
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234e5151' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }
    
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234e5151' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }
    .btn-download p{
        font-size: 85%;
    }
    p#experience-tagline{
        font-size: 110% !important;
    }
    .card-showroom .address{
        font-size: 80%;
    }
    #comparision-tagline{
        font-size: 280%;
    }
    #comparision-subtagline{
        font-size: 130% !important;
    }
    #explaination{
        width: 70%;
    }
    #characteristics .char .char-name{
        font-size: 110% !important;
    }
    #characteristics .char .char-explanation{
        font-size: 80%;
    }
    #FAQ #faq-line{
        font-size: 100% !important;
    }
    #footer-stuff{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #footer-box-3{
        width: 70%;
        margin: 2% 0;
        align-self: center !important;
    }

    .foot-download-btns{
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-around !important;
        /* width: 100% !important; */
    }
    .foot-download-btns button{
        width: 30% !important;
    }
    .social-icon{
        width: 45%;
    }
}
@media only screen and (max-width : 550px){
    #slider-container{
        height: 400px !important;
    }
    .address{
        font-size: 100% !important;
    }
    .app-right{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #email-marketing{
        width: 100% !important;
    }
    #email-marketing #news-submit{
        padding: 8px 16px;
    }
    #slider-container{
        height: 300px;
    }
    #y-feature-3 img{
        width: 20%;
    }
    #y-feature-3 .char-explanation{
        width: 60% !important; 
    }
    #FAQ #faq-line{
        font-size: 90% !important;
    }
    .popup{
        width: 90%;
    }

}
@media only screen and (max-width : 500px){
    .btn-download span{
        font-size:80%;
    }
    .btn-download p{
        font-size: 75%;
    }
    #download-tagline{
        font-size: 220% !important;
    }
    #download-subtagline{
        font-size: 120%;
    }
    .foot-download-btns button{
        width: 35% !important;
    }
    #qualities-tagline{
        font-size: 140% !important;
    }
    #tagline-last{
        font-size: 170% !important;
    }
    #tag-line #tagLineSub{
        width: 70% !important;
    }
    .popup{
        width: 90% !important;
    }
    #bike-design-01, #bike-design-02, #bike-design-03{
        width: 100%;
    }
}
@media only screen and (max-width : 450px){
    footer-NavigationLinks{
        text-align: center !important;
        width: 100% !important;
    }
    .con-head{
        text-align: center !important;
    }
    .download-buts button{
        width: 30%;
    }
    .download-buts p{
        font-size: 100%;
    }
    #xp-tagline{
        font-size: 120% !important;
    }
    .address{
        font-size: 85% !important;
    }
    #tagLineMain{
        font-size: 230% !important;
    }
    #download-tagline{
        font-size: 210% !important;
    }
    #design-explaination{
        font-size: 110% !important;
    }
    #footNavLinks{
        width: 100% !important;
    }
    .foot-download-btns button{
        width: 40% !important;
    }
    #quality-btns button{
        font-size: 120% !important;
    }
    #pop{
        font-size: 90% !important;
        padding: 1% 2%;
    }
    #explaination{
        font-size: 100% !important;
        width: 80% !important;
    }
    #comparision-img{
        width: 90% !important;
    }
    #comparision-tagline{
        font-size: 220% !important;
    }
    #comparision-subtagline{
        font-size: 110% !important;
    }
    #app-tagline-01{
        width: 80%;
    }
    .sv-veh-features-div{
        width: 80%;
        text-align: left;
    }
    div.sv-ord-knw-btns button{
        font-size: 100%;
    }
    #fevLogo{
        width: 130% !important;
    }
    #hamburger{
        font-size: 20px !important;
    }
    .popup{
        width: 90% !important;
    }
}
@media only screen and (max-width : 410px){
    /* .address{
        font-size: 70% !important;
    } */
    #slider .slide{
        width: 220% !important;
    }
    #download-tagline{
        font-size: 190% !important;
    }
    #download-subtagline{
        font-size: 110%;
    }
    #tagLineMain{
        font-size: 200% !important;
    }
    #mail, #mobile{
        font-size: 90%;
    }
    .download-buts p{
        font-size: 90% !important;
    }
    .popup{
        width: 90% !important;
    }
}
@media only screen and (max-width:390px){
    .address{
        font-size: 75% !important;
    }
    #explaination{
        font-size: 90% !important;
        width: 80% !important;
    }
    .download-buts button{
        width: 30%;
        font-size: 90%;
    }
    #design-explaination{
        font-size: 100% !important;
    }
    #bike-design-01, #bike-design-02, #bike-design-03{
        width: 90%;
    }
    #exp-subtagline{
        font-size: 110% !important;
    }
    #expCenterImage{
        width: 90%;
    }
    .foot-download-btns button{
        width: 45% !important;
    }
    #download-tagline{
        font-size: 160% !important;
    }
    #download-subtagline{
        font-size: 100%;
    }
    #footer-stuff > div{
        padding-right: 0;
    }
    .sv-veh-features-div{
        width: 90% !important;
        text-align: left;
    }
    .social-icon{
        width: 70% !important;
    }
}
@media only screen and (max-width : 360px){
    .app-sources-left {
        text-align:center ;
    }
    .download-buts button{
        width: 35%;
        font-size: 90%;
    }
    #tag-line #tagLineSub{
        width: 80% !important;
    }
    .address{
        font-size: 70% !important;
    }
    #tagLineMain{
        font-size: 190% !important;
    }
    .popup{
        width: 90% !important;
    }
    #popup1 {
        width: 90% !important;
    }
    #download-subtagline{
        font-size: 90%;
        text-align: center;
    }
}

/* vehicles page  */
#vehicles-landing-page{
    padding: 2% 4%;
}
#vehicles-tagline{
    font-size: 250%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #4e4e51;
}
#vehicles-tagline span{
    color: #ff7900;
}
.vehicles-individual{
    width: 90%;
}
.vehicle-container{
    text-align: center;
}
.vehicle-containers{
    margin: 1% 0 0;
}
.vehicle-characteristics{
    font-size: 150%;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #4e4e51;
    text-align: center;

}
.vehicle-name-stylish{
    width: 50%;
}
#caution{
    margin-top: 4%;
    text-align: center;
    font-size: 100%;
    color: #4e5151;
    font-family: 'Lato', sans-serif;
}
div.vehicle-container:hover{
    cursor: pointer;
    .vehicles-individual{
        width: 95%;
        transition: ease-in-out 1s;
    }
}
@media only screen and (max-width : 900px){
    .vehicle-characteristics{
        font-size: 120% !important;
    }
}
@media only screen and (max-width : 850px){
    #vehicles-tagline{
        font-size: 210%;
    }
}
@media only screen and (max-width : 770px){
    #vehicle-3{
        width: 50%;
    }
}

/* popup details */

#fev-pop{
    width: 40%;
}
#pop-head{
    font-family: 'Lato', sans-serif;
    color: #2a2a2a;
    font-size: 130%;
    font-weight: bold;
    margin: 1%;
}
#pop-sub{
    font-family: 'Lato', sans-serif;
    color: #2a2a2a;
    font-size: 100%;
    margin: 1%;
}
#newsletter-popup{
    margin: 70px auto;
    padding:30px 40px 40px;
    background: #eee;
    border-radius: 5px;
    width: 25%;
    position: relative;
    transition: all 1s ease-in-out;
  }
  
  @media screen and (max-width: 1366px){
    #newsletter-popup{
      width: 50%;
    }
  }
  
  @media screen and (max-width: 992px){
    #newsletter-popup{
      width: 70%;
    }
    #fev-pop{
        width: 55%;
    }
  }
  @media only screen and (max-width : 520px){
    #newsletter-popup{
        padding: 15px 20px;
        width: 80%;
    }
  }
  
  .newsletter-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  
  
  #newsletter-popup input[type="text"]{
      width: 100%;
      height: 42px;
      border: none;
      border-radius: 8px;
      text-indent: 10px;
      font-size: 13px;
      /* border-bottom: 2px solid #faeaec; */
      /* border-top: 2px solid #fff; */
      padding: 0;
      color: #666;
      margin-bottom: 15px;
  }
  
  #newsletter-popup input[type="submit"]{
    background: #ff7900;
      border: none;
      /* border-bottom: 3px solid #; */
      color: #fff;
      text-align: center;
      display: block;
      padding: 1% 0;
      border-radius: 8px;
      line-height: 1.5;
      width: 100%;
      cursor: pointer;
      margin: 0;
      font-size: 21px;
  }
  
  #newsletter-popup .popup-close{
    color: #2a2a2a;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    /* font-family:  "Gloria Hallelujah",cursive; */
    font-weight: bold;
  }
  #newsletter-popup .popup-close:hover{
    color: red;
  }
.modal #modal-logo, .modal #modal-contact-logo{
    width: 35%;
}
.modal-text{
    font-family: 'Lato', sans-serif;
    text-align: center;
}
div#sm-nav{
    display: none;
}
@media only screen and (max-width : 900px){
    div#sm-nav{
        display: block;

        /* position: absolute; */
        /* top: 50px; */
        /* right: 35px; */
        width: 35%;
        background-color: #d9d9d9;
        text-align: center;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #devices-navBar ul{
        padding: 0;
    }
    #devices-navBar ul li{
        list-style: none;
        margin: 6% 0;
    }
    #devices-navBar ul li a{
        text-decoration: none;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        color: #2a2a2a;
    }
    .sv-dealership-btn{
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #eee;
        padding: 1.5% 4% 1.5% 2%;
        width: fit-content;
        font-size: 110%;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        margin: 0 10px 3% 0;
        border-radius: 8px;
    }
    .case{
        margin-left: 6px;
        padding: 5%; 
        border-radius: 5px;
        background-color: #2a2a2a;
        color: #eee;
    }
    .nothing{
        display: block;
    }
}
.faq-head{
    font-family: 'Lato', sans-serif;
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 0;
}
#popup1{
    font-family: 'Lato', sans-serif;
    height: 100vh;
    overflow-y: scroll;
    z-index: 9999999;
}
@media only screen and (max-width : 600px){
    .popup{
        width: 85%;
    }
    .faq-head{
        font-size: 100% !important;
    }
}
.navbar-small{
    display: none;
}
@media only screen and (max-width : 900px){
    #navBarBG{
        display: none;
    }
    .navbar-small{
        display: block !important;
        background-color: transparent;
        padding: 0.5% 3%;
    }
    #fev-logo-small{
        width: 30%;
    }
    #db-small{
        display: flex;
        flex-direction: row;
        align-self: center;
        justify-content: space-around;
        width: 15%;
        padding: 1% 2%;
        border: none;
        background-color: #f0f0f0;
        color: #4e4e51;
        border-radius: 12px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 4%;
    }
}

.navbar-brand{
    width: 70%;
}
li.nav-item{
    text-align: center;
}
li.nav-item a{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.db{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-toggler{
    width:fit-content;
    padding: 0;
    border: none;
    color: #2a2a2a;
}
@media only screen and (max-width : 770px){
    #db-small{
        width: 20%;
    }
}
@media only screen and (max-width :750px){
    #fev-logo-small{
        width: 40%;
    }

}
@media only screen and (max-width : 670px){
    #db-small{
        width: 25%;
    }
}
@media only screen and (max-width : 450px){
    #db-small{
        width: 30%;
    }
}
@media only screen and (max-width : 500px){
    #fev-logo-small{
        width: 55%;
    }
    #db-small{
        width: 30%;
    }
}
@media only screen and (max-width : 400px){
    #fev-logo-small{
        width: 65%;
    }
    .navbar-small{
        padding: 0.5% 2%;
    }
    span.navbar-toggler-icon{
        width: 28px;
        /* background-image: <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"/></svg>; */
    }
    #db-small{
        width: 37%;
    }
}
@media only screen and (max-width : 550px){
    .card-showroom .address{
        font-size: 80% !important;
    }
    .card-showroom .expcenter{
        font-size: 90% !important;
    }
}
@media only screen and (max-width : 500px){
    .card-showroom .address{
        font-size: 75% !important;
    }
}
@media only screen and (max-width : 450px){
    .card-showroom .address{
        font-size: 60% !important;
    }
}