/* Website Fonts */
@font-face {
    font-family: "Poppins Regular";
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: local("Poppins Regular"),
      url("../webfonts/Poppins-Regular.woff") format("woff");
}
@font-face {
font-family: "Poppins Bold";
font-display: swap;
font-style: normal;
font-weight: normal;
src: local("Poppins Bold"),
    url("../webfonts/Poppins-Bold.woff") format("woff");
}
.g-recaptcha{max-width:100%}
.g-recaptcha *{transform:scale(1);margin-bottom:15px}
body{
    padding: 0;
    margin: 0;
    font-family: "Poppins Regular" !important;
}
.top-header span a{
    text-decoration: none;
    font-size: 40px;
    color: #1E1E1E;
    font-family: "Poppins Bold";
}
.hero{
    height: 90vh;
    background-image: url(../images/car-key-replacement.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.content-hero span:nth-child(1){
    font-size: 37px ;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins Bold";
}
.content-hero span:nth-child(2) a{
    font-size: 50px ;
    color: #fff ;
    text-transform: uppercase;
    font-family: "Poppins Bold";
}

.city{
    font-size: 17px ;
    color: #fff ;
    font-family: "Poppins Bold";padding-bottom:30px;
}
.btn-min{
    background-color: #F9C024 !important;
    border: #F9C024 !important;
    font-size: 35px !important;
    font-weight: bold !important;
}
.bg-nav-bar{
    background-color: rgba(0, 0, 0, 0.486);
    color: #FFFFFF !important;
}
.contxt{
    line-height: 33px;
}
h1{
    font-size: 28px !important;
    color: #fff;
    font-family: "Poppins Bold";
}
hr{
    width: 25%;
    height: 4px !important;
    background-color: #F9C024;
    display: inline-block;
}
.ico{
    color: #F9C024 !important;
}
.sec2{
    background-color: #EBE7E7; 
}
.sec3{
    background-color: #052E4D;
}
.sec3 span:first-child{
    color: #FFFFFF;
    font-size: 14px;

}
.sec3 span:nth-child(2){
    color: #FFFFFF;
    font-size: 14px;

}
.sec3 span:nth-child(3){
    color: #000000;
    font-size: 40px;
    
    text-transform: uppercase;
}
.sec5{
    background-image: url(../images/bg-garage-door.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
}
h2{
    font-size: 25px !important;
    color: #052E4D;
    font-family: "Poppins Bold";
}
.sec6{
    background-image: url(../images/bg-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.footer{
    background-color: #1E1E1E;
}
.contact-info{
    line-height: 30px;
}
.contact-info span:last-child{
    font-size: 25px;
}
.cities .btn{
    margin: 10px 5px;
}
@media (max-width:900px){
    .content-hero span:nth-child(2){
        font-size: 25px ;
    }
    .content-hero span:nth-child(3) a{
        font-size: 40px ;
    }
}
.bg-pr{
    background-color: #052E4D;
}
.bg-da{
    background-color: #161616;  
}
.e-mail:before{
    content:attr(data-website) "\0040" attr(data-user);unicode-bidi:bidi-override;direction:rtl
}
  
.pnf{
    height: 93vh;
}
.pnf .pageNotFound{
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pnf .pageNotFound span:nth-child(1){
    font-size: 20vw;
    font-weight: bold;
    line-height: 20vw;
    color: #F9C024 !important;
}
.pnf .pageNotFound span:nth-child(2){
    font-size: 3vw;
    font-weight: bold;
    line-height: 7vw;
}
/*marquee*/.marquee{width:100%;margin:0 auto;overflow:hidden;white-space:nowrap;box-sizing:border-box;animation:marquee 50s linear infinite;margin-top:30px}.marquee:hover{animation-play-state:paused}/* Make it move */@keyframes marquee{0%{text-indent:27.5em}100%{text-indent:-105em}}