@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
}

:root {
    --teamColor: #D31F28;
}

/* navbar */
.navbar {
    background-color: var(--teamColor);
    padding: 8px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.nav-item a {
    color: #fff;
    font-weight: 500;
    transform: 0.3s;
}

.nav-item a:hover {
    color: #000000;
    font-weight: 500;
    transform: 0.3s;
}

.navbar-brand img {
    height: 60px;
}

/*  banner section css */

.banner-section {
    background-image: url('images/Product/banner-img.webp');
    background-position: center;
    background-size: cover;
    height: 92vh;
    margin-top: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-section h1 {
    font-weight: 800;
    color: #fff;
}

.banner-section p {
    color: #fff;
    font-size: 20px;
}

/* powerTools-section css */

.powerTools-section {
    margin-top: 100px;
}

.powerTools-section h1 {
    font-weight: 800;
}

.powerTools-section h1,
.powerTools-section p {
    text-align: center;
}

.powerTools-section .card p {
    text-align: left !important;
    color: #404040;
    text-decoration: line-through;
}

.powerTools-section .card h4 {
    font-weight: 700;
    margin-top: 0px;
}

.powerTools-section .card {
    height: 100%;
    border-radius: 10px;
    border: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    padding: 10px 0px 20px 0px;
}

.powerTools-section .card img {
    height: 28vh;
}

.enquire-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquire-btn a {
    text-decoration: none;
}

.enquire-btn a button {
    padding: 5px 20px;
    border: 1px solid #404040;
    transform: 0.3s;
}

.enquire-btn a button:hover {
    background-color: var(--teamColor);
    color: #fff;
    transition: 0.3s;
    border: 1px solid var(--teamColor);
}

/* handTools-section css */

.handTools-section {
    margin-top: 100px;
}

.handTools-section h1 {
    font-weight: 800;
}

.handTools-section h1,
.handTools-section p {
    text-align: center;
}

.handTools-section .card p {
    text-align: left !important;
    color: #404040;
    text-decoration: line-through;
}

.handTools-section .card h4 {
    font-weight: 700;
    margin-top: 0px;
}

.handTools-section .card {
    height: 100%;
    border-radius: 10px;
    border: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    padding: 10px 0px 20px 0px;
}

.handTools-section .card img {
    height: 28vh;
}

/* contact section css */
.contact-section {
    margin-top: 100px;
}

.contact-section .container {
    height: auto;
    width: 100%;
    background-color: var(--teamColor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0px 70px 0px;
}

.contact-section .card {
    width: 32rem;
    text-align: center;
    color: #fff;
    background-color: transparent;
    border: 0px;
}

.contact-section .card h3 {
    font-weight: 600;
}

.contact-btn button {
    border: 0px;
    border-radius: 8px;
    background-color: #fff;
    color: var(--teamColor);
    padding: 10px 50px;
    font-weight: 600;
    font-size: 18px;
}

/* brand section css */
.brand-section {
    margin-top: 100px;
}

.brand-section h1 {
    font-weight: 800;
    text-align: center;
}

.brand-bg {
    background-color: var(--teamColor);
    height: auto;
    width: 100%;
    margin-top: 20px;
    padding: 20px 0px 70px 0px;
}

.brand-bg img {
    margin-top: 40px;
}

/* footer section css */

.footer-section {
    margin-top: 100px;
    background-color: var(--teamColor);
    padding: 30px 0px 20px 0px;
}

.footer-section img {
    height: 60px;
}

.footer-section p {
    color: #fff;
}

.footer-section p a {
    text-decoration: none;
    color: #fff;
}

.footer-section h5 {
    color: #fff;
    font-weight: 800;
    margin-top: 30px;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section ul li {
    color: #fff;
    margin-top: 15px;
    transform: 0.3s;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li:hover {
    transition: 0.3s;
    letter-spacing: 1px;
}

.underline-footer {
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
}

.innerix p {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.footer-social-media {
    display: flex;
    font-size: 24px;
}

.footer-social-media a {
    color: #fff;
}

/* media query  */

@media screen and (min-width:1300px) {
    /*  banner section css */

    .banner-section {
        background-image: url('images/Product/banner-img.webp');
        background-position: center;
        background-size: cover;
        height: 75vh;
        margin-top: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width:900px) {

    /* navbar */
    .nav-item a {
        color: #fff;
        font-weight: 500;
        transform: 0.3s;
        margin-top: 10px;
    }

    /*  banner section css */

    .banner-section {
        background-image: url('images/Product/banner-img.webp');
        background-position: center;
        background-size: cover;
        height: 45vh;
        margin-top: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* contact section css */

    .contact-section .container {
        height: auto;
        width: 100%;
        background-color: var(--teamColor);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0px 30px 0px;
    }
}

@media screen and (max-width:575px) {
    body {
        overflow-x: hidden;
    }

    /* navbar  */
    .navbar-brand img {
        height: 40px;
    }

    .navbar {
        background-color: var(--teamColor);
        padding: 8px 0px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    }

    br {
        display: none !important;
    }

    /*  banner section css */

    .banner-section {
        background-image: url('images/Product/banner-img.webp');
        background-position: center;
        background-size: cover;
        height: 55vh;
        width: 100%;
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .banner-section p {
        color: #fff;
        font-size: 16px;
    }

    /* contact section css */
    .contact-section {
        margin-top: 80px;
    }

    .contact-section .container {
        height: auto;
        width: 100%;
        background-color: var(--teamColor);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0px 30px 0px;
    }

    .contact-section .card {
        width: 95%;
        text-align: center;
        color: #fff;
        background-color: transparent;
        border: 0px;
    }

    .contact-section .card h3 {
        font-weight: 800;
    }

    .contact-btn button {
        border: 0px;
        border-radius: 8px;
        background-color: #fff;
        color: var(--teamColor);
        padding: 10px 30px;
        font-weight: 600;
        font-size: 18px;
    }

    /* footer section css */

    .footer-section {
        margin-top: 80px;
        background-color: var(--teamColor);
        padding: 20px 0px 20px 0px;
    }

    .footer-section img {
        height: 50px;
    }

    .footer-section h5 {
        color: #fff;
        font-weight: 800;
        margin-top: 20px;
    }

    .footer-section ul li {
        color: #fff;
        margin-top: 10px;
        transform: 0.3s;
    }

    .underline-footer {
        height: 1px;
        width: 100%;
        background-color: #fff;
        margin-top: 20px;
    }

    .innerix p {
        text-align: center;
        color: #fff;
        margin-top: 20px;
    }
}