.content{
    display:flex;
    flex-direction: column;
}

.main-content{
    background-color:#fff;
    padding:1vw;
    padding-top:2vw;
    flex:1;
    border-radius:20px;
}

.date{
    font-size: 20px;
    font-weight: bold;
    color: #FF6100;
    margin-top: 20px;
    margin-bottom: 25px;
}   


.ar{
    font-size:35px;
    margin-bottom:15px;
}

.nav-date_container{
    display: flex;
    justify-content: space-between;
    background-color:#ecfdfc;
    border-radius:10px;
    margin-top:50px;
}

.nav-date_container .arrow{
    height:20px;
    width: 20px;
    vertical-align: middle;
}
.nav-date_container .arrow.left{
    transform: rotate(180deg);
    margin-right:10px;
}
.nav-date_container .arrow.right{
    margin-left:10px;
}
.nav-date_container > div{
    padding:7px 10px;
    border-radius:10px;
    cursor:pointer;

}
.nav-date_container > div:hover{
    background:#dbf5f3;

}

.main-content{
    background-image:url("https://thedogm.fr/assets/images/masjid.png");
    background-size:cover;
    padding:0;
}

.main-content > div{
    height:100%;
    background:linear-gradient(0deg,#fff,transparent);
    padding:2vw 1vw 1vw 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.main-content > div > div{
    background-color:#fff;
    border-radius:20px;
    box-shadow:0 2px 10px #00000010;
    padding:1vw;
    box-sizing: border-box;
    text-align: center;
    width:70%;
}

.lantern{
    width:100px;
    height:100px;
}


#error{
    margin-top:15px;
    color:#FF6100;
}


@media screen and (max-width:1200px){
    .main-content{
        background-size:contain;
        background-repeat:no-repeat;
    }
    .main-content > div{
        padding:15px;
        background:linear-gradient(0deg,#fff 30%,transparent);
    }
    .main-content > div > div{
        width:100%;
        padding:15px;
    }
    .ar{
        font-size:28px;
    }
    .nav-date_container{
        margin-top:20px;
    }
    .lantern{
        width:20vw;
        height:20vw;
    }
    .date{
        font-size: 17px;
        margin-top:15px;
        margin-bottom:15px;
    }
    .ar{
        font-size : 25px;
        line-height:1.4em;
    }
}