@font-face {
    font-family:black-vazir;
    src: url(./Fonts/Vazir-Black.woff);
  }
@font-face {
    font-family: regular-vazir;
    src: url(./Fonts/Vazir-Regular.woff);
}

body{
    height: 100%;
    width: 100%;
    background: url(./Images/finalbg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow-y: hidden;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.main1{
    display: flex;
    direction: rtl;
    height: 70%;
    width: 90%;
}
.main-list1{
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.main-list2{
    
    width: 50%;
    height: 100%;
}
.list-item{
    color: #C4AC7A;
    font-family: regular-vazir;
    font-size: 1.3rem;
    transition-duration: .8s;
}
.list-item:hover{
    color: #193856;
    font-family: regular-vazir;
    transition-duration: .1s;
}
#besmellah{
    display: block;
    width: 150px;
    height: auto;
    padding-bottom: 50px;
}
.footer{
    
    padding: 0 50px 0 50px;
    margin-left: -1%;
    height: 100px;
    display: flex;
    direction: rtl;
}
.name-logo{
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
    margin-left: -1%;
    padding-top: 1%;
}
#name-logo-img{
    position: sticky;
    height: 100px;
}
.logo-bar{
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
}
#logo{
    position: sticky;
    height: 130px;
    padding: 0;

}
.text{
    font-family: 'regular-vazir';
    color: #c6ab7e;
    font-size: .8rem;
}
.text-bar{
    width: 700px;
    height: 130px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}
@media only screen and (max-width: 950px) {  
    body{
        height: 100%;
        width: 100%;
        background: url(./Images/Bolandian-Wallpape-Grayr-full01.jpg);
        background-size: cover;
        background-position:center;
        background-repeat: no-repeat;
        background-position: 49%;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .main1{
        opacity: 0;
    }
    .text-bar{
        display: none;
    }
}
@media only screen and (max-width: 600px) {  
    body{
        height: 100%;
        width: 100%;
        background: url(./Images/finalback.jpg);
        background-size: cover;
        background-position:center;
        background-repeat: no-repeat;
        background-position: 49%;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .main1{
        opacity: 0;
    }
    .text-bar{
        display: none;
    }
}
