* {
    padding: 0;
    margin: 0;
}

body {
    background: #000;
    color: #fff;
}

.container-w {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.home-header {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 0;
}

.header {
    background-color: rgb(22, 22, 22);
    padding: 15px 0;
}

.sub-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    width: 100%;
    position: relative;
}

.logo {

    z-index: 1;
    left: 50%;
    top: 0;
    content: '';
    margin-left: -65px;
    text-align: center;
}

.nav-menu ul li a {
    margin-left: 35px;
}

.nav-menu ul {
    padding: 0;
    text-align: right;
    list-style-type: none;
}

.nav-menu ul li>a {
    color: #fff;
}

.logo div {
    width: 178px;
    margin-left: 55px;
}

.logo div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .nav-menu ul li:nth-child(1) {
    float: left;
}

.nav-menu ul li:nth-child(2) {
    float: left;
}

.nav-menu ul li:nth-child(3) {
    float: left;
}*/
.nav-menu ul {
    margin: 0 15px;
    display: flex;
    letter-spacing: 1.5px;
}

.sub-container {
    display: flex;
    align-items: center;
}

/* .nav-menu ul li:nth-child(1) {
    float: left;
}

*/
.nav-menu ul li a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.nav-menu ul li a:hover {
    color: #000;
}

.header .nav-menu ul li a:hover {
    color: rgb(155, 155, 155, 0.6);
}

.banner-sec {
    background-image: url("../images/9-best-snow-plows-to-save-you-from-shoveling-t.webp");
    height: 700px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

}

.banner-sec h1 {
    font-size: 40px;
    color: #fff;
}

.banner-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 50px;
    width: 80%;
}

.snow-sec {
    background-color: #000;
    padding: 20px 0 100px 0;
}

.snow-text {
    border-bottom: 1px solid #fff;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}

.snow-sec h1 {
    font-size: 30px;
}

.snow-text-box h1 {
    font-size: 30px;
}

.snow-text-box {
    margin-top: 50px;
}

.snow-text-box p {
    color: rgb(145, 145, 145);
    font-size: 18px;
    margin-top: 15px;
}

footer {
    background-color: rgb(22, 22, 22);
    padding: 20px 0;
}

.footer-sec {
    position: relative;
}

.footer-sec .footer-after::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: rgba(155, 155, 155, 0.6);
    right: 46%;
    top: 48%;

}

.footer-sec p {
    color: rgb(145, 145, 145);
    margin: 0 !important;
}

.snow-sec P {
    color: rgb(145, 145, 145);
}



.snow-sec .accordion-item .accordion-header button {
    background-color: #000;
    border-radius: 0 !important;
    padding: 24px 0;
    color: #fff !important;
    font-size: 22px;
}

.snow-sec .accordion-item {
    border: 0 !important;
    border-bottom: 1px solid rgb(27, 27, 27) !important;
    border-radius: 0 !important;
}

.accordion-button::after {
    color: #fff !important;
}

.accordion-body {
    padding: 10px 0 20px 0;
    background: #000;
    border: 0 !important;
    color: rgb(145, 145, 145);
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.faq-sec {
    min-height: 733px;
}

.client-text h1 {
    font-size: 40px;
}

.client-box {
    background-color: rgb(22, 22, 22);
    width: 580px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 12px;
}

.client-box p {
    margin: 0;
    color: #fff;
}







.form-group {
    position: relative;
    margin-bottom: 25px;
}

label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s ease-out;
    color: #888;
}

.textarea label {
    position: absolute;
    left: 15px;
    top: 22%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s ease-out;
    color: #888;
}

input,
textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    color: #fff;
    background: transparent;
}

input:focus,
input:valid,
textarea:focus,
textarea:valid {
    border-color: rgb(155, 155, 155, 0.8);
}

input:focus+label,
input:valid+label,
textarea:focus+label,
textarea:valid+label {
    top: 10px;
    font-size: 12px;
    color: #fff;
    left: 17px;
}

.contact-btn button {
    width: fit-content;
    padding: 10px 60px;
    background-color: rgb(155, 155, 155, );
    border-radius: 12px;
    color: #000;
    border: 0;
}

input::placeholder {
    color: red !important;
    opacity: 1;
    /* Firefox */
}

input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: red !important;
}
