.nav {
    background-image: url("imgs/header-texture.jpg");
    height: 70px;
}

.nav img {
    padding: 1%;
}
.hero {
    padding: 0;
    /* Set the background image URL */
    background-image: url("imgs/banner.jpg");

    /* Set background size to cover the entire div */
    background-size: cover;

    /* Set background position to center */
    background-position: center;

    /* Set a fixed height for the div (adjust as needed) */
    /* height: 550px; */
    /* Add any other styles you need for the div */
}

.form {
    background-image: url("imgs/landing-page-Christmas-2.png");
    height: 100%;
}
.btn {
    width: 100%;
}
.features {
    background-image: url("imgs/Whute.png");
    /* margin-top: 5%; */
}
.features-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.item {
    padding: 2%;
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.items {
    padding: 8%;
}
.form-header {
    margin: 8%;
    color: white;
}
.why-solis {
    margin-top: 5%;
    /* height: 1000px; */
    background-color: #034ea2;
}
.ws-header {
    margin-top: 5%;
    color: white;
}
.ws-items {
    padding: 5%;
    color: white;
    width: 75%;
}
.ws-section {
    margin-top: 5%;
}
.ws-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 25%;
    margin-bottom: 10px;
}

.ws-top h6 {
    font-size: 21px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
}

.ws-top p {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 23px;
}

.ws-img {
    max-width: 100%;
    height: auto;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1%;
}

.col-sm {
    display: none;
}

@media (max-width: 768px) {
    .col-sm {
        display: block;
        height: 50vh;
    }
    .hero {
        background-image: url("imgs/1200_1200-UK-min.jpg");
        height: 50vh;
        /* content: url("imgs/1200_1200-UK-min.jpg"); Replace with the path to your phone image */
    }
    .features {
        background: none;
        margin-top: 75vh;
    }
    .features-col {
        margin-top: 0%;
        display: block;
        align-items: center;
        text-align: center;
    }
    .features-col img, .top img {
        width: 90%;
    }
}
