* {
    font-family: IRANSans, sans-serif;
}

blogbody {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    direction: rtl;
}
.blogcontainer {

	font-family: IRANSans, sans-serif;

    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    cursor: hand;
}

.blogcontainer .box {
font-family: IRANSans, sans-serif;

    position: relative;
    background: linear-gradient(45deg, #476eee, #2060e9b7);
    padding: 20px 40px 40px;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
}

.blogcontainer .box:hover:nth-child(1) {
    background: linear-gradient(45deg, #036eb7, #64eaff);
}

.blogcontainer .box:hover:nth-child(2) {
    background: linear-gradient(45deg, #3023f1, #64eaff);
}

.blogcontainer .box:hover:nth-child(3) {
    background: linear-gradient(45deg, #036eb7, #64eaff);
}

.blogcontainer .box:hover:nth-child(4) {
    background: linear-gradient(45deg, #3023f1, #64eaff);
}

.blogblogcontainer .box:hover:nth-child(5) {
    background: linear-gradient(45deg, #036eb7, #64eaff);
}

.blogcontainer .box:hover:nth-child(6) {
    background: linear-gradient(45deg, #3023f1, #64eaff);
}

.blogcontainer .box:hover:nth-child(7) {
    background: linear-gradient(45deg, #036eb7, #64eaff);
}

.blogcontainer .box:hover:nth-child(8) {
    background: linear-gradient(45deg, #3023f1, #64eaff);
}

.blogcontainer .box:hover:nth-child(9) {
    background: linear-gradient(45deg, #036eb7, #64eaff);
}

.blogcontainer .box:hover:nth-child(10) {
    background: linear-gradient(45deg, #3023f1, #64eaff);
}

.blogcontainer .box:hover:nth-child(11) {
    background: linear-gradient(45deg, #036eb7, #64eaff);
}

.blogcontainer .box:hover:nth-child(12) {
    background: linear-gradient(45deg, #3023f1, #64eaff);
}

.blogcontainer .box b {
font-family: IRANSans, sans-serif;

    display: inline-block;
    direction: rtl;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: black;
}

.blogcontainer .box h3 {
font-family: IRANSans, sans-serif;

    display: inline-block;
    direction: rtl;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 16px;
    opacity: 0.4;
}

.BlogTitle {
font-family: IRANSans, sans-serif;

    font-size: 24px;
    color: black;
    direction: rtl;
    text-align: right;
}