body {
    font-family: 'Vazir';
    color: #333;
    background: #ececec;
}

#fullview>div {

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.688rem;
    flex-direction: column;
    padding: 25px;
    background-blend-mode: multiply;
}

#fullview>div:nth-child(1) {
    background: url(/ims/Sample/discographywallpaper.jpg);      
       
    background-size: cover;
    background-attachment: fixed;
}

#fullview>div:nth-child(2) {
    background-color: #c7b39d;
    color: #ffffff;
}

#fullview>div:nth-child(3) {
       
    background: #41080d url(/ims/Sample/soundofsilence.jpeg);      
    background-size: cover;
    background-attachment:fixed;
    background-color: #41080d;
    color: #ffffff;
}
#fullview>div:nth-child(4) {
    background-color: #faaf48;
    color: #ffffff;
}
#fullview>div:nth-child(5) {
    /* background: #29ace3 url('/ims/Sample/waf.jpg');       */
    background: #29ace3 url(/ims/Sample/waf.jpg);      
    background-size: cover;
    background-attachment:fixed;
    background-color: #29ace3;
    color: #ffffff;
}
#fullview h2 {
    margin: auto;
    width: 50%;
    text-align: center;
}

#navbar {
    position: fixed;
    width: 100%;
    padding: 20px;
}

#navbar ul {
    list-style: none;
    text-align: center;
}

#navbar li,
button {
    display: inline-block;
    padding: 8px 17px;
    background-color: #ffffff;
    box-shadow: 5px 10px #888888;
    border: 1px solid transparent;
    margin-right: 12px;
    margin-bottom: 12px;

}

button {
    cursor: pointer;
    margin-right: 0;
    margin-bottom: 0;
}

select,
input {
    display: inline-block;
    padding: 8px 17px;
    background-color: #ffffff;
    box-shadow: 0px 2px 9px #888;
    border: 1px solid transparent;
}

#navbar li:last-of-type {
    margin-right: 0;
}

#navbar li a {
    text-decoration: none;
    color: #282c34;
}

#navbar li a.active {
    font-weight: 600;
}

#down {
    box-shadow: 0px 2px 9px #888;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    font-size: 1rem;
    margin-bottom: 5px;
}

/* Override Styles */
#fv-dots ul li a span {
    background-color: #888888;
    border-radius: 0;
    transition: all 0.5s ease;
}

#fv-dots ul a.active span {
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    background-color: #bdbdbd;
}