footer {
    padding: 0px 0px;
    background: #171717;
}

footer .footerTopLinksWraper {
    border-bottom: 1px solid #f4f4f412;
    padding: 10px 0px;
}

footer .footerTopLinksWraper .footerTopLinksUl ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
}

footer .footerTopLinksWraper .footerTopLinksUl ul li {
    padding: 20px 15px;
    flex-grow: 1;
    border-right: 1px solid #f4f4f412;
    text-align: center;
}

footer .footerTopLinksWraper .footerTopLinksUl ul li:last-child {border-right: 0px;}

footer .footerTopLinksWraper .footerTopLinksUl ul li a {
    text-decoration: unset;
    color: #fff;
    
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.bottomFooterLinks {
    padding: 50px 0px;
}

.footerLinksWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 45px;
}

.footerLinksWrapper .footerLinksItem {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footerLinksWrapper .footerLinksItem .desc p {
    color: #dbdbdb;
    text-decoration: unset;
    transition: 0.8s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 28px;
}

.footerLinksItem ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerLinksItem ul li a {color: #dbdbdb;text-decoration: unset;transition: 0.8s ease-in-out;font-size: 14px;font-weight: 500;letter-spacing: 0.2px;line-height: 28px;}

.footerLinksItem ul li a i {
    padding-right: 10px;
}

.footerLinksItem h5 {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
    position: relative;
}

.footerLinksItem h5:before {
    content: '';
    width: 100px;
    height: 2px;
    background: #ff4443;
    position: absolute;
    bottom: 0;
}

.footerLinksItem ul li a:hover {
    padding-left: 10px;
    color: #ff4443;
}


.pl-5 {
    padding-left: 30px;
}


.copyRightText p {margin: 0px;text-align: center;color: #fff;font-size: 13px;letter-spacing: 0.6px;width: fit-content;margin: auto;}

.copyRightText {
    padding: 20px 0px;
    border-top: 1px solid #f4f4f412;
}

.footerLinksItem .logo img{
    max-width: 200px;
}