.menu-scrolling{
    position: relative;
}
.prev-btn{
    position:absolute;
    top:40%;
    left:-3rem;
    z-index: 1;
}
.next-btn{
    position:absolute;
    top:40%;
    right:-3rem;
    z-index: 1;
}

.slider-btn{
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333;
    border: none;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
}


/* contact */


section.contact-us{
    padding-top:0;
    padding-bottom: 0;
    color:#2D333F
}
section.contact-us .contact-info-wrapper {
    padding:4rem 0;
    flex:1;
}
section.contact-us .map{
    flex:1;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
}
section.contact-us .contact-info{
    display:flex;
    justify-content: center;
}
section.contact-us .contact-info > div > div {
    display:flex;
    align-items:center;
    margin-bottom:2rem;
}
section.contact-us .contact-info > div > div img{
    margin-right: 1rem;
}
section.contact-us .contact-info > div > div > div{
    display:flex;
    flex-direction: column;
}
section.contact-us .contact-info > div > div > div span:first-child{
    font-family: "Raleway-bold";
    margin-bottom:0.25rem;
}
footer{
   
    padding:4rem 0;
}
footer .container{
    display:flex;
    color:#FEFEFE;
}

footer .box{
    flex:1;
    margin-right:2rem;
    text-align:center;
}

footer .instagram-api img{
    width:100%;
    height:100%;
    object-fit: cover;
}
footer .instagram-api .post-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
footer .instagram-api .post-wrap > div{
    width: calc(1/1*100% - (1 - 1/2)*10px);
    margin-bottom:10px;
}

footer .box ul{
    list-style-type: none;
}
footer .box ul li a{
    color:#FEFEFE;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
footer .box ul li a:hover{
    color:#EEBF00;
}
footer .box h3{
    border-bottom:1px solid #EEBF00;
    padding-bottom:1rem;
    margin-bottom:1rem;
    color: #FEFEFE;
}

footer .box p{
    line-height: 1.6;
    margin-bottom:1rem;
}
footer .box ul li{
    margin-bottom:1rem;
}
footer .box:nth-child(3) > div {
    display:flex;
    justify-content: center;
}
footer .box:nth-child(3){
    text-align: left;
}
footer .box:nth-child(3) h3{
    text-align: center;
}
footer .box:nth-child(3) > div img{
    margin-right:1rem;
}
footer .box:nth-child(3) ul li{
    margin-bottom:1.5rem;
}


@media(max-width: 900px) {
    section.contact-us .map{
        display: none;
    }

    footer .container{
        flex-direction: column;
    }

}