* {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Roboto Condensed', sans-serif
}

h1 {
    font-size: 35px;
}

a {
    color: #fff
}

.font {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400
}

.font-bold {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700
}

.bg {
    background-color: #18122B;
    color: #f0f8ff
}

.white {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0
}

.phone {
    font-size: 1.5rem;
    color: #fff
}

.color {
    color: #18122B
}

.water {
    background-image: url(../img/water-heater-repair-home.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    background-attachment: fixed;
}
.sec1{
    padding-top: 20rem;
    padding-bottom: 10rem;
}
.pargh {
    position: relative;
    top: 170px;
    left: 50px
}

.sec3 {
    background-image: url(../PHOTO/repair-water--heater.webp);
    background-size: cover;
    background-repeat: no-repeat
}

footer {
    background-color: #18122B
}

@media (max-width:500px) {
    .phone {
        font-size: 25px;
        color: #18122B
    }
}

@media (max-width :250px) {
    .phone {
        font-size: 18px;
        color: #18122B
    }
}

.spam {
    display: none;
}