.footer-links-bar {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-links-bar li {
    margin: 0;
}

.footer-links-bar a {
    display: block;
    padding: 18px 22px;

    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    transition: 0.3s;
}

.footer-links-bar a:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

@media (max-width: 768px) {
    .footer-links-bar {
        flex-direction: column;
    }

    .footer-links-bar a {
        padding: 3px 10px;
        text-align: center;
        width: 100%;
    }
}
.tour-section{
    padding:50px 0;
    overflow:hidden;
}

.tour-slider{
    display:flex;
    gap:70px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:0 30px;
    scrollbar-width:none;
}

.tour-slider::-webkit-scrollbar{
    display:none;
}

.tour-item{
    flex:0 0 550px;
}

.tour-item iframe{
    width:100%;
    height:250px;
    border:15px solid #fff !important;
    border-radius:12px;
    box-shadow:
        0 0 0 2px rgba(255,255,255,.8),
        0 0 20px rgba(255,255,255,.4);
    
}
marquee iframe{
    width:450px;
    height:260px;
    margin-right:25px;
    border:5px solid #fff !important;
    border-radius:10px;
}
.tour-iframe
{
    border:#fff solid 15px;
}