.footer_wrapper {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/footer.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-color: #000;
    position: relative;
}


.footer_logo img {
    width: auto;
    background-color: var(--white-color);
}

.store-box{
    display: flex;
    gap: 10px;
    margin-top: 2rem;
    align-items: center;
}
.store-box img{
    width: 150px;
}
.footer_logo p {
    font-size: 14px;
    color: var(--white-color);
    margin-top: 16px;
}

.footer_box {
    padding-left: 1rem;
}

.footer_box h3,
.footer_left h3 {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 22px;
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.footer_links a {
    color: var(--white-color);
    display: flex;
    gap: 3px;
    font-size: 18px;

    text-transform: capitalize;
}

.footer_links p {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
}

.footer_row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
}

.footer_links a i {
    margin-top: 3px;
    color: var(--main-color);
}

.footer_links a:hover {
    color: var(--main-color);
}

.copyright p {
    background-color: var(--main-color);
    text-align: center;
    color: var(--white-color);
    padding: 10px 0;
    font-weight: 600;
}

.follow {
    text-align: center;
    color: #fff;
    margin-top: 2rem;
}

.follow h3 {
    text-transform: capitalize;
    font-size: 22px;
}

.follow_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
   
}

.follow_link a {
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-size: 25px;
    border-radius: 100px;
}
.footer_wrapper__right-links{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.footer_wrapper__right-links a:hover{
    color: whitesmoke;
}
.footer_wrapper__right-links a{
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.footer_wrapper__right-links a:last-child::after {
    display: none;
}
.footer_wrapper__right-links a::after{
    content: '';
    width: 1px;
    height: 12px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 6px;
    right: -8px;
}

.follow_link a:hover {
    color: var(--white-color);
}

.follow_link a:first-child {
    background-color: #0866FF;
}

.follow_link a:nth-child(2) {
    background-color: #E4405F;
}

.follow_link a:nth-child(3) {
    background-color: #E02A20;
}

.follow_link a:nth-child(4) {
    background-color: #046FA7;
}


.footer--links h3{
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
}
.footer--links{
    margin-bottom: 2rem;
}
.footer--links p{
    color: #fff;
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
  overflow: hidden;
}
.footer--links p a{
    text-transform: capitalize;
    color: #fff;
}
.footer--links-social{
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.footer--links-social img{
    width: 110px;
    
}
.footer_menu{
    background: whitesmoke;
    padding: 10px 0;
}
.footer_menu__links{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.disclaimer{
    padding: 10px 0;
}
.footer_menu__links a{
    font-size: 16px;
    color: #000 !important;
    font-weight: 500;
    text-transform: capitalize;
}


@media(max-width:1200px) {

    .footer_box,
    .footer_left {
        padding-left: 0;
        margin-bottom: 3rem;
    }


}

@media(max-width:992px) {
    .newslatter_content {
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

}

@media(max-width:768px) {
    .footer--links h3{
        font-size: 20px;
    }
    .footer_wrapper__right-links a,.footer_menu__links a,.footer_menu__links p{
        font-size: 14px;
    }
    .newslatter_left h3 {
        font-size: 22px;
    }

    .newslatter_right {
        width: 100%;
    }

    .footer_wrapper {
        padding: 30px 0 0 0;
    }

    .footer_logo img {
        width: 100px;
    }

    .footer_box,
    .footer_left {
        margin-bottom: 0;
        margin-top: 2rem;
    }

    .footer_links {
        margin-top: 1rem;
    }

    .footer_links a {
        font-size: 15px;
    }

    .footer_box h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .copyright p {
        font-size: 14px;
        padding: 5px 0;
    }
}

@media(max-width:576px){
    .follow_link a{
        height: 34px;
        width: 34px;
        font-size: 20px;
    }
    .copyright p{
        font-size: 12px;
    }
}