/* 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: #5272F2;
	font-family: "Poppins Bold";
}
.phone{
    background-color: #072541;
}
.bg-nav{
    background-color: #072541;
}
.hero{
	height: 90vh;
	background-image: url(../images/locksmith-service-austin.webp);
	background-size: cover;
	background-repeat: no-repeat;
}
.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: #E8AA42 !important;
	border-color: #5272F2 !important;
	color: #072541 !important;
	font-weight: bold !important;

}
.btn-mine:hover{
	background-color: #5272F2 !important;
	color: #fff !important;
	border-color: #5272F2 !important;
	font-weight: bold !important;
	transition: 1s;
}
.hero-1{
    height: 90vh;
    background-image: url(../images/plumbing-clear-lake-city-tx.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-2{
    height: 90vh;
    background-image: url(../images/911-drain-cleaning-clear-lake-city-tx.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-3{
    height: 90vh;
    background-image: url(../images/sewer-repair-clear-lake-city-tx.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-4{
    height: 90vh;
    background-image: url(../images/911-toilet-repair-clear-lake-city-tx.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-5{
    height: 90vh;
    background-image: url(../images/911-garbage-disposal-clear-lake-city-tx.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-6{
    height: 90vh;
    background-image: url(../images/911-water-leak-clear-lake-city-tx.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-nav-bar{
    background-color: rgba(0, 0, 0, 0.486);
    color: #FFFFFF !important;
}
.contxt{
    line-height: 26px;
}
h1{
	font-size: 40px !important;
	color: #5272F2;
	font-family: "Poppins Bold";
}
h2{
    font-size: 27px !important;
    color: #072541 !important;
    font-family: "Poppins Bold";
}
hr{
	width: 25%;
	height: 4px !important;
	background-color: #5272F2;
	display: inline-block;
}
.sec2{
    background-image: url(../images/bg-Cleaner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}
.sec3{
    background-color: #83C523;
}
.sec3 span:first-child{
    color: #FFFFFF;
    font-size: 70px;
    font-weight: bold;
}
.sec3 span:nth-child(2){
    color: #000000;
    font-size: 80px;
    font-weight: bold;
}
.sec3 span:nth-child(3){
    color: #000000;
    font-size: 40px;
    
    text-transform: uppercase;
}
.sec5{
    background-color: #EBE7E7; 
}
.sec6{
    background-image: url(../images/bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.sec6 .box1{
    font-size: 40px;
}
.sec6 .iconp{
    font-size: 70px;
}
.footer{
    background-color: #1A1D24;
}
.bg-contct{
    background-color: #262930; 
}
.fsizeAd{
    font-size: smaller;
}
.contact-info{
    line-height: 30px;
}
.contact-info span:last-child{
    font-size: 25px;
}
.cities .btn{
    margin: 10px 5px;
}
@media (max-width:900px){
    .hero{
        height: 100vh;
        background-size: cover;
        background-position-x:30% ;
    }
    .sec6{
        background-size: cover;
    }
    
}
@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;
}
