footer {
    padding-top: 40px;
    background-color: var(--footer-background);
    color: var(--white-color);
}

footer .box:first-of-type .logo {
    display: inline-block;
    margin-bottom: 10px;
}

footer .logo img {
    max-width: 180px;
}

footer .box:first-of-type .description {
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 30px;
    text-align: justify;
}

footer .box:first-of-type .payments {
    margin-bottom: 15px;
}

footer .box:first-of-type .social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .box:first-of-type .social p {
    font-size: 14px;
}

footer .box:first-of-type .social .social-box .icon {
    color: var(--white-color);
    margin-left: 10px;
    font-size: 20px;
}

footer .box:nth-of-type(2) .title {
    font-weight: 600;
    font-size:22px;
    /* margin-bottom: 30px; */
    width: 75%;
    margin-inline: auto;
    color: white;
}
footer .title {
    color: white;
    font-size:22px
}

footer .box:nth-of-type(2) ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 0;
    width: 75%;
    margin-inline: auto;
    margin-bottom: 0;
    padding: 0;
}

footer .box:nth-of-type(2) ul li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    width: 50%;
    padding-right: 20px;
}

footer .box:nth-of-type(2) ul li:before {
    background-color: #33023B;
    content: "";
    position: absolute;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

footer .box:nth-of-type(2) ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
}

footer .box:nth-of-type(2) ul li:hover a {
    text-decoration: underline;
}

footer .box:nth-of-type(3) img {
    max-height: 265px;
    border-radius: 20px;
    margin-right: auto;
    display: block;
}

footer .bottom-box {
    padding-block: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top:1px solid #2C2C2C
}

footer .bottom-box {

}

footer .bottom-box .item {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

footer .bottom-box .item:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .bottom-box .item:nth-of-type(2) img {
    max-width: 100px;
    display: inline-block;
    margin-inline: 10px;
}

footer .bottom-box .item:nth-of-type(2) span:nth-of-type(2) {
    margin-left: 10px;
    width: 2px;
    display: inline-block;
    height: 30px;
    background-color: var(--primary-color);
}

footer .bottom-box .item:last-of-type {
    display: flex;
    align-items: center;
    justify-content: end;
}

footer .bottom-box .item:last-of-type a {
    text-decoration: none;
    color: var(--white-color);
}

footer .bottom-box .item:last-of-type a:hover {
    text-decoration: underline;
}

footer .bottom-box .item:last-of-type span {
    margin-inline: 10px;
    width: 0.5px;
    display: inline-block;
    height: 21px;
    background-color: white;
}
footer iframe {
    width: 100%;
    height: 200px;
    border-radius: 24px;
}
footer .bottom-box .item:nth-of-type(2) span:nth-of-type(2) {
    margin-right: 10px;
    width: auto;
    display: inline-block;
    height: auto;
    background-color: transparent;
}
footer .description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px !important;
}
.social-box {
    display: flex;
    align-items: center;
}
.social-box a {
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #E4E4E4
}
.social-box a i {
   color: #E4E4E4;
   font-size: 17px;
}