*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
}
#container{
    /* display: flex; */
    /* flex-shrink: 0;
    width: fit-content; */
    
}
.scrollingBox{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(./images/Wazir.jpg) no-repeat;
    background-size: cover;
}
.box{
    width: 100%;
    height: 100vh;
    /* border: 1px solid burlywood; */
    font-size: 5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(./images/Great_Mosque_of_Mecca.jpg) no-repeat;
    background-size: cover;
    color: #444038;
}
/* .b{
    background: url(./images/Jama.jpg);
    background-size: cover;
    z-index: 8;
} */
.c{
    background: url(./images/Nasir-al-Mulk.jpg);
     position: absolute;
     z-index: 9;
     background-size: cover;
}
.d{
    background: url(./images/Rijeka.jpg);
    position: absolute;
    z-index: 99;
    background-size: cover;
}
.e{
    background: url(./images/Sophia\ .jpg);
    position: absolute;
    z-index: 999;
    background-size: cover;
}
.f{
    background: url(./images/Sultan.jpg);
    background-size: cover;
}