/* 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");
}
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/locksmiths-phoenix.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";
}
.content-hero span:nth-child(3) a:hover{
  color:  black;
}
.city{
  font-size: 35px ;
  color: #fff ;
  text-transform: uppercase;
  font-family: "Poppins Bold";
}
.btn-min{
  background-color: #ec3d00 !important;
  border: #ec3d00 !important;
  font-size: 35px !important;
  font-weight: bold !important;
}
.bg-nav-bar{
  background-color: rgba(0, 0, 0, 0.486);
  color: #FFFFFF !important;
}
.conILt{
  line-height: 33px;
}
h1{
  font-size: 28px !important;
  color: #0971b2;
  font-family: "Poppins Bold";
}
hr{
  width: 25%;
  height: 4px !important;
  background-color: #ec3d00;
  display: inline-block;
}
.ico{
  color: #ec3d00 !important;
}
.sec2{
  background-color: #EBE7E7; 
}
.sec3{
  background-color: #0971b2;
}
.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: #0971b2;
  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: #0971b2;
}
.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: #ec3d00 !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;}
 .marquee:hover {animation-play-state: paused}
 /* Make it move */
 @keyframes marquee {0% { text-indent: 27.5em }100% { text-indent: -105em }}
 .user-select-none
 {
   user-select: none;
 }
  /*coupon*/
  a.lightbox img{height:auto;transition:.5s;margin-top:7rem;margin-bottom:3rem}
  .lightbox-target{position:fixed;top:0;left:0;width:100%;background:rgba(0,0,0,0.7);opacity:0;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;overflow:hidden;z-index:2}
  .lightbox-target img{margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:0 0 8px rgba(0,0,0,0.7);box-sizing:border-box;transition:.5s ease-in-out}
  a.lightbox-close{width:100%;height:100%;position:absolute;transition:.5s ease-in-out;opacity:0;top:0;left:0}
  .lightbox-target:target{opacity:1;top:0;bottom:0}
  .lightbox-target:target img{max-height:100%;max-width:100%}
  .printable{position:relative;}