@font-face {
    font-family: vazir;
    src: url('../fonts/Vazir.woff') format('woff'),
         url('../fonts/Vazir.woff2') format('woff2');
}
@font-face {
    font-family: parvaz;
    src: url('../fonts/W_parvaz.TTF');
}
*{
    font-family: vazir;
}
body{
    background-color: #222;
}
main *,.com-content-article__body{
    color: white;
}
.container-banner{
    margin-bottom: 0;
}
.mod-menu{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 1rem;
}
.starcafe-menu{
    padding: 1rem;
    background-color: #222;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    width: 100%;
    padding-bottom: 0;
}
.starcafe-menu li.active{
    border-bottom: 4px solid white;
}
.starcafe-menu li{
    padding-bottom: 1rem;
}
.starcafe-menu li a{
    text-decoration: none !important;
    color: white;
    font-size: 17px;
}
.starcafe-menu li:first-child a{
    font-weight: bold;
    font-size: 25px;
    text-shadow: rgb(255, 255, 255) 1px 0 15px;
    color: rgb(255, 255, 255);
    filter: brightness(150%);
}
img.banner{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
#mod-custom110{
    position: relative;
}
#mod-custom110 .banner-text{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align-last: center;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.2px);
    -webkit-backdrop-filter: blur(6.2px);
    padding: 2rem 3rem;
}
.menu-list{
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-flow: row wrap;
}
.menu-list li{
    background-color: #333;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
    color: white;
    width: calc(100% / 4 - 1rem);
    border-radius: 20px;
    padding: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;
}
@media only screen and (max-width:900px) {
    .menu-list li{
        width: 100%;
        margin-top: 1rem;
        margin-left: 0;
    }
}
.menu-list li img{
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.menu-list li p{
    margin: 0;
    padding: 1rem;
    padding-top: 0.5rem;
}

#mod-custom115 iframe{
    border: 0;
    width: 100%;
    border-radius: 20px;
}
#mod-custom115{
    padding: 1rem;
}
.moduletable h3,.moduletable h2,.moduletable h1{
    color: white;
    font-family: vazir;
    padding: 0 1.5rem;
}

#mod-custom123{
    color: white;
    background-color: #333;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 1000;
    margin: 1rem;
}

#mod-custom123 ul {
    list-style: none;
    padding: 1rem;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    background: #222;
    display: none;
}

#mod-custom123 #acc-icon{
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 1000;
    background-color: #555;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}

#mod-custom123 #acc-close{
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-align: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    cursor: pointer;
}

#mod-custom123 ul li{
    cursor: pointer;
    width: 100%;
    margin: 1rem;
    font-size: 16px;
}

.acc-open{
    display: block !important;
}
.gallery ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}
.gallery ul li{
    width: calc(100% / 3 - 1rem);
    height: 350px;
    margin-bottom: 1rem;
}
.gallery ul li img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
@media only screen and (max-width:500px){
    .gallery ul li{
        width: 100%;
    }
}