/* 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";
}
.color2{
color: #EB2127;
}
.bg-color2{
    background-color: #EB2127;
    }
.phone{
    color: #093A7D !important;
}

.bg-nav{
    background-color: #093A7D;
}
.hero{
    height: 85vh;
    background-image: url(../images/locksmith-san-antonio.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 90%;
}
.hero-content span{
    margin: 10px 0;
    line-height: 60px !important;
}
.hero-content span:nth-child(2){
    font-family: "Poppins Bold";
    font-size: 50px;
}
.hero-content span:nth-child(3){
    font-family: "Poppins Bold";
    font-size: 49px;
}
.hero span, .hero-1 span, .hero-2 span, .hero-3 span, .hero-4 span, .hero-5 span, .hero-6 span{
    font-size: 45px;
    line-height: 40px;
}
.hero p, .hero-1 p, .hero-2 p, .hero-3 p, .hero-4 p, .hero-5 p, .hero-6 p{
    line-height: 35px;
    font-size: 17px ;
}
.btn-mine{
    font-size: 30px !important;
    

    background-color: #093A7D !important;
    color: #fff !important;
    border-color: #093A7D !important;
    font-weight: bold !important;

}
.btn-mine:hover{
    background-color: #EB2127 !important;
    border-color: #EB2127 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    
    transition: 1s;
}
.hero-1{
    height: 85vh;
    background-image: url(../images/locksmith-san-antonio-in.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-2{
    height: 85vh;
    background-image: url(../images/drain-cleaning-san-antonio-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-3{
    height: 85vh;
    background-image: url(../images/sewer-repair-san-antonio-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-4{
    height: 85vh;
    background-image: url(../images/toilet-repair-san-antonio-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-5{
    height: 85vh;
    background-image: url(../images/garbage-disposal-san-antonio-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-6{
    height: 70vh;
    background-image: url(../images/water-leak-san-antonio-tx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-nav-bar{
    background-color: rgba(0, 0, 0, 0.486);
    color: #FFFFFF !important;
}
.contxt{
    line-height: 33px;
}
h1{
    font-size: 36px !important;
    color: #093A7D;
    font-family: "Poppins Bold";
}
h2{
    font-size: 27px !important;
    color: #093A7D !important;
    font-family: "Poppins Bold";
}
hr{
    width: 25%;
    height: 4px !important;
    background-color: #EB2127;
    display: inline-block;
}
.sec2{
    background-color: #EFEEEE;
    line-height: 30px;
 
}
.sec3{
    background-image: url(../images/bg-locks.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.sec3 span:first-child{
    color: #FFFFFF;
    font-size: 51px;
    font-weight: bold;
}
.sec3 span:nth-child(2){
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}
.sec3 span:nth-child(3){
    color: #FFFFFF;
    font-size: 40px;
    text-transform: uppercase;
}
.sec5{
    background-color: #EBE7E7; 
}
.sec6{
    background-image: url(../images/bg-locksmith.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sec7{
    background-image: url(../images/bg-locksmith.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.sec6 .box1{
    font-size: 60px;
    font-family: "Poppins Bold";
    color: #EB2127;
}
.sec6 .box2{
    font-size: 50px;

    
}
.sec6 .iconp{
    font-size: 70px;
    font-family: "Poppins Bold";
}
.footer{
    background-image: url(../images/bg-footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-contct{
    background-color: #262930; 
}
.copyright{
    background-color: #004788;
}
.fsizeAd{
    font-size: smaller;
}
.contact-info{
    line-height: 35px;
    font-size: 20px !important;
}
.contact-info .fa{
    font-size: 30px !important;
}
.contact-info span:last-child{
    font-size: 30px;
}
.cities .btn{
    margin: 10px 5px;
}
.btn:hover{
    transition: 1s;
}
.contact{
    background-image: url(../images/bg-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width:900px){
    .hero{
        height: 100vh;
        background-size: cover;
        background-position-x:60% ;
    }
    .sec6{
        background-size: cover;
    }
    .phon{
        flex-direction: column !important;
    }
    .sec2{
        background-position-x: 40%;
    }
    .contact-info {
        font-size: 17px !important;
    }
    .sec7{
        background-position-x:60% ;
    }
    
}
@media (max-width:400px){
    .iconp{
display: none;
    }
}
.e-mail:before{
    content:attr(data-website) "\0040" attr(data-user);unicode-bidi:bidi-override;direction:rtl
}
  
.pnf{
    height: 93vh;
}
.pnf .box{
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pnf .box span:nth-child(1){
    font-size: 20vw;
    font-weight: bold;
    line-height: 20vw;
}
.pnf .box span:nth-child(2){
    font-size: 3vw;
    font-weight: bold;
    line-height: 7vw;
}
