.home{
    height: 110vh;
    background-image: url('../pexels-wendywei-1190297.jpg');
    background-size: cover;
    background-position: center;
}
.home .overlay{
    height: 110vh;
    top: 40%;
    background-color: rgba(1, 1, 1, 0.4);
}
aside{
    display: flex;
    position: fixed;
    top: 0;
    left: -205px;
    bottom: 0;
    z-index: 9999;
}
i{
    cursor: pointer;
}
.side-bar{
    background-color: #3B3D72;
}
#side-bar-close{
    display: none;
}
.side-bar .nav-item{
    cursor: pointer;
    transition: all;
    transition-duration: 0.6s;
}
.nav-item:hover{
    background-image: linear-gradient(90deg, rgba(9,9,121,1) 46%, rgba(0,212,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.setting i{
    background-image: linear-gradient(90deg, rgb(115, 114, 121) 0%, rgba(9,9,121,1) 46%, rgba(0,212,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-items{
    display: flex;
    flex-direction: column;
}
.home h1{
    font-family: "Merienda", cursive;
    position: relative;
}
.home h1::after{
    content: ' ٌ';
    position: absolute;
    top: -30px;
    left: 60%;
}
.home h5{
    position: relative;
}
.home h5::after{
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    bottom: -12px;
    left: -12px;
    width: 120%;
}
.home h5::before{
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    bottom: -20px;
    left: 10px;
    width: 80%;
}
.singer{
    color: #fff;
    background-color: #3B3D72;
    cursor: pointer;
}
.singer-description{
    display: none;
}
.counter{
    background-image: url('../a9d40a098b78e8adaba0e9646a1424fa.jpg!f305cw');
}
.box{
    height: 30vh;
}
.counter-overlay{
    background-color: rgba(1, 1, 1, 0.4);
}
.contact-title::before{
    content: "";
    position: absolute;
    height: 3px;
    background-color: #3B3D72;
    width: 110px;
    bottom: -18px;
    
}
#contact-title-l{
    margin-left: 70px;
}
#submit-button{
    transition-duration: 0.4s;
    background-color: #3B3D72;
}
#submit-button:hover{
    box-shadow: 0 0 0 5px #CDE1F8;
}
.icon-circle{
    width: 25px;
    height: 25px;
    text-align: center;
    align-content: center;
    box-shadow: 0 0 0 5px #3B3D72;
    border-radius: 50%;
  }
@media only screen and (max-width: 768px) {
    .box{
        height: 65vh;
    }
    .contact-information{
        margin-left: 70px;
    }
  }