footer {
    position: relative;
    background: url(https://wallpapers.com/images/featured/jungle-7630nds1mc1bezy2.jpg) no-repeat;
    background-size: cover;
}

footer .top-footer {
    padding: 30px 0;
    background-color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);

}

footer .top-footer .brand-logo img {
    width: 260px;

}

footer .top-footer .social-icon {
    text-align: end;
}

footer .top-footer .social-icon span {
    display: block;
    color: #f9d600;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 10px;
}

footer .top-footer .social-icon span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
    width: 40px;
    border: 5px;
    height: 2px;
    background-color: #f9d600;
}

footer .top-footer .social-icon a {
    display: inline-block;
}

footer .top-footer .social-icon svg {
    color: #f9d600;
    width: 18px;
    height: 18px;
    padding: 10px;
    border: 1px solid #f9d600;
    border-radius: 4px;
    margin-left: 5px;
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

footer .top-footer .social-icon svg:hover {
    background-color: #fff;
    color: #09422D;
}

footer .main-footer {
    padding: 80px 0 50px;
    position: relative;
}

footer .main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

footer .main-footer .abt-col p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

footer .main-footer .abt-col a {
    padding: 10px 20px;
    background-color: #f9d600;
    color: #09422D;
    border-radius: 4px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

footer .main-footer h5 {
    color: #f9d600;
    font-weight: 700;
    text-transform:uppercase;
    font-size: 24px;
    margin-bottom: 20px;

}

footer .main-footer .link-col li a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

footer .main-footer .contact-col a {
    display: block;
    position: relative;
    padding: 24px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

footer .main-footer .contact-col a span {
    position: absolute;
    top: -10px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(10px);
    padding: 0 10px;
}

footer .main-footer .other-link {
    position: relative;
    margin-top: 40px;
    padding-top: 30px;
    text-align: center;
}
footer .main-footer .other-link::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(circle, #fff, #000);
}

footer .main-footer .other-link a {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

footer .main-footer .other-link a:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

footer .copyright {
    background: #09422D;
    color: #fff;
    padding: 14px 0;
}

footer .copyright p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

footer .copyright p a {
    font-weight: 600;
    color: #f9d600;

}



@media (max-width:1200px) {
    footer .main-footer .abt-col {
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    footer .top-footer {
        text-align: center;
        
    }
    
    footer .top-footer .social-icon {
        text-align: center;
        margin-top: 30px;
    }
    
    footer .top-footer .social-icon span::before {
        display: none;
    }
}
@media (max-width:568px) {
    footer .copyright p{
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}
}