/* 
    Theme Name: Dornica Theme
    Theme URI: https://dornica.plus/
    Description: Dornica Agency
    Author: Mehdi Nezamzadeh
    Author URI: https://mene77.ir/
    Template: avan
    Version: 1.0.0
    Text Domain:  avan
*/


.voorodak {
    height: 85vh;
}
.games-guide-list .games-guide-item{
    display:flex;
    gap:40px;
    align-items:center;
    margin-bottom:25px;
    box-shadow: 0 0 12px #e7e7e7;
    padding: 25px;
    border-radius: 20px;
}
.games-guide-list .games-guide-title{
    font-weight: 800;
    color: black;
    font-size: 25px;
    margin: 0 0 10px 0;
}
.games-guide-list .games-guide-description h2,
.games-guide-list .games-guide-description{
    text-align: justify;
    line-height: 29px;
    color: #6a6a6a;
}
.elementor-widget-theme-post-excerpt h2{
        color: #6a6a6a;
}
.games-guide-list .games-guide-video{
    border-radius: 20px;
    overflow: hidden;
}
.games-guide-list .games-guide-title.phone{
    display: none;
}
.games-guide-list .games-guide-title.desktop{
    display: block;
}
.games-guide-list .games-guide-btn{
    display:inline-block;
    margin-top:20px;
    background-color:#5b2d90;
    color:#fff;
    padding:12px 55px;
    font-weight:800;
    border-radius:10px;
    text-decoration:none;
    transition:all .3s ease;
}

.games-guide-list .games-guide-btn:hover{
    background-color:#482170;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(91,45,144,.25);
}
.games-guide-video-box,
.games-guide-content{
    flex:1;
}

.games-guide-video iframe{
    width:100%;
    aspect-ratio:16/9;
    height:auto;
    display:block;
}












@media (max-width: 767px){
    .games-guide-list .games-guide-title.phone{
        display: block;
        margin: 0 0 20px 0;
    }
    .games-guide-list .games-guide-title.desktop{
        display: none;
    }
    .games-guide-list .games-guide-btn {
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .games-guide-list .games-guide-item {
        display: flex;
        flex-direction: column-reverse;
    }
    .games-guide-video-box{
        width: 100%;
    }
    
    
    
}












