@import url('https://v1.fontapi.ir/css/Vazir');
body{
    font-family: Vazir;
    background-color: #f5f7fd;
    width: 100%;
    overflow-x: hidden !important;

}

.w-300{
    width: 300px !important;
    height: 100px !important;
}

.title-web{
    height: 300px;
    display: flex;
    align-content: center;

}

.mynav{
    background-color:#fff;
}
.mynav a{
    /* color: #862dea !important; */
    color: #35495c !important;
}

.my-btn{
    background-image: linear-gradient(45deg,#ffe600,#f3db00);
    color: #fff;
}

.my-btn:hover{
    color: #fff;
    box-shadow: 1px 1px 10px #ccc;
}
.bg-vip{
    background: radial-gradient(circle at top left,#4a42ec 0%,#521d91 100%);
    border-radius: 3px;
    padding: 30px;
    display: flex;
    color: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 10px #521d91;
}
.Attributes-title{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    font-size: 25px;
}
.Attributes-title::after{
    content: "";
    background-color: #ffd700;
    width: 5%;
    height: 3px;
    bottom: 10px;
    position: relative;
    top: 30px;
}

.Attributes-title::before{
    content: "";
    background-color: #ffd700;
    width: 5%;
    height: 3px;
    bottom: 10px;
    position: relative;
    top: 30px;
}


.Attributes{
    margin: 25px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
}

.Attributes div{
    padding: 10px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-left: 15px;
    border-radius: 10px;
    margin: 15px;
    margin-bottom: 10px;
}
.Attributes div:hover{
    box-shadow: 0 1rem 3rem #ffe600 !important;
    background: linear-gradient(45deg,#ffe600,#f3db00);
    top: -20px;
    
}
.Attributes img{
    margin: auto;
    width: 100px;
    height: 100px;
    position: relative;
}

.slider img{
    border-radius: 5px;
}

.footer{
    background: #4e30c1;
    color: #fff;
}

.social{
    display: flex;
    flex-direction: row;
    border-radius: 10px;
}