@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

section.banner {
    height: 47vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

img.img-fluid.w-100 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.p-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 3rem;
    /* align-items: center; */
}

.text-white {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
}

.text-white h2 {
    font-size: 37px;
}

.text-center {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

nav {
    background-color: #fff;
    width: 100%;
}

.inside-nav {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 3rem;
    align-items: center;
    color: #fff;
}

.nav-left {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.nav-menu {
    width: 72%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.nav-menu a {
    color: #000;
    text-decoration: none;
    font-family: poppins;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.whatsAppLink {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-family: poppins;
}

.whatsAppLink svg {
    font-size: 26px;
    margin-right: 10px;
    color: green;
}

.h-logo {
    display: flex;
    align-items: center;
}

.h-logo img {
    height: 3rem;
    margin-right: 2rem;
}

footer {
    width: 100%;
    /* background-color: #1b1b1b; */
    background-image: url(/public/footer-bg.png);
    font-family: poppins;
    background-size: cover;
    background-position: bottom;
}

.inside-footer {
    width: 100%;
    color: #fff;
}

.upper-footer {
    padding: 3rem;
}

.socials {
    display: flex;
}

.socials a {
    font-size: 22px !important;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: #e50135;
}

.f-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3rem;
    flex-direction: column;
    row-gap: 15px;
    text-align: center;
}

.f-about img {
    margin-right: 3rem;
    height: 5.5rem;
    width: auto;
    background: #fff;
}

.f-about p {
    width: 80%;
    font-family: poppins;
    font-size: 14px;
    line-height: 25px;
    /* font-weight: 400; */
    color: #000;
}

.link-card {
    width: 23%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.links {
    display: flex;
    justify-content: space-around;
}

.link-card {
    width: 23%;
}

.link-card h3 {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    word-spacing: 2px;
    font-size: 18px;
    color: #000;
}

.link-card ul {
    list-style: none;
}

.link-card ul li {
    margin-bottom: 0.5rem;
    color: #000000;
}

.link-card a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
}

.lower-footer {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
}

.lower-footer a {
    color: #000;
}

.ham {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 2px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    z-index: 100;
}

.hidden-nav {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 50vw;
    padding: 2rem 0;
    /* overflow: scroll; */
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.hidden-nav.active {
    transform: translateX(0%);
}

.hn-nav ul {
    list-style: none;
    /* line-height: 49px; */
}

.hn-nav li {
    padding: 1rem;
    border-bottom: 1px solid #000;
}

.hn-nav li a {
    text-decoration: none;
    color: black;
    font-family: 'Poppins';
    font-weight: 500;
}

.cross {
    position: absolute;
    right: 10%;
    color: #000;
}

/* .p-link {
 position: relative;
} */

.hover-div {
    position: absolute;
    background: white;
    z-index: 100;
    width: 60vw;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    /* height: 63vh; */
    justify-content: space-around;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 100%;
    left: -29%;
}

.p-link:hover .hover-div {
    opacity: 1;
    visibility: visible;
}

.hover-card {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin: 0.5rem;
    justify-content: space-around;
    font-family: 'Poppins';
    padding: 0.5rem;
}

.hover-card a {
    font-size: 13px;
}

.hover-card img {
    height: 4rem;
    width: auto;
    margin-bottom: 1rem;
}

ul.nav.gap-2 {
    display: flex;
    color: #fff;
    list-style: none;
    width: 100%;
    gap: 9px;
}

ul.nav.gap-2 a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1150px) {
    .nav-left {
        width: 63%;
    }
}

@media (max-width: 1100px) {
    .nav-left {
        width: 80%;
    }
}


@media(max-width: 1024px) {
    .inside-nav {
        padding: 1rem 1rem;
    }

    .h-logo img {
        margin-right: 0rem;
    }
}



@media (max-width: 900px) {
    .nav-menu {
        display: none;
    }

    .ham {
        display: flex;
        flex-direction: column;
    }

    .whatsAppLink {
        display: none;
    }

    a.whatsAppLink.wa2 {
        display: flex;
        padding: 1rem;
    }

    .nav-left {
        width: 100%;
        align-items: center;
        flex-direction: row-reverse;
    }
}

@media (max-width: 765px) {
    .upper-footer {
        padding: 2rem 1rem;
    }

    .f-about img {
        height: 4.5rem;
    }

    .f-about p {
        font-size: 12px;
    }

    .link-card {
        width: 31%;
    }

    .link-card a {
        color: #d4d4d4;
        text-decoration: none;
        font-size: 13px;
    }
}

@media (max-width: 700px) {
    .lower-footer {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
        text-align: center;
    }
}

@media(max-width: 600px) {
    .hidden-nav {
        width: 65vw;
    }

    .f-about {
        flex-direction: column;
        align-items: flex-start;
    }

    .f-about p {
        width: 100%;
    }

    .upper-footer {
        padding: 2rem 3rem;
    }

    .links {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .link-card {
        width: 44%;
    }

    .h-logo img {
        height: 3rem;
    }

}

@media (max-width: 465px) {
    .hidden-nav.active {
        width: 100vw;
    }

    .links {
        flex-direction: column;
    }

    .link-card {
        width: 100%;
    }

    .f-about {
        margin-bottom: 2rem;
    }
}