body {
    margin: auto;
}

.blog-body {
    margin: 50px 250px 100px 250px;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.blog-date {
    display: flex;
    flex-direction: row;
    gap: 75px;
    align-items: center;
    justify-content: center;
    margin: 50px 250px 0px 250px;
    padding: 20px 0;
    background-color: rgba(187, 186, 186, 0.1);
    border-radius: 20px;
}

.date {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.daste {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #3153c5;
}

.det {
    margin-bottom: 30px;
}

.det p {
    font-size: 14px;
    padding : 12px 15px;
}

.blog-body h1 {
    font-size: 19px;
    font-weight: 700;
    color: #3153c5;
    padding-right: 45px;
    margin-bottom: 25px;
}

.det-body {
    display: flex;
    flex-direction: row;
    padding: 0 45px;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.det-body p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.796);
}

.blog-p {
    padding: 50px 45px 30px 45px;
    color: rgba(0, 0, 0, 0.796);
}

.blog-body img {
    padding-left: 45px;
    margin-left: auto;
}

.card-end {
    padding: 7px 45px;
}

.card-end ul {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

.card-end a {
    background-color: #3153c5;
    color: white;
    padding: 4px;
    font-size: 13px;
    border-radius: 7px;
}

.didgah {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.didgah h3 {
    margin-top: -20px;
    color: #555;
    font-weight: bold;
    font-size: 25px;
    background-color: #fff;
}

.didgah-body {
    background-color: rgba(187, 186, 186, 0.1);
    margin: 45px;
    padding: 50px 20px 70px 20px;
    text-align: center;
    border-radius: 50px;
}

.form-control {
    border-radius: 10px;
    width: 45%;
    border: 1px solid #fff;
}

.submit-s {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -80px;
    margin-bottom: 50px;
}

.send {
    background-color: #3153c5;
    width: 20%;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    font-size: 18px;
    border: 7px solid #fff;
}

@media (max-width : 1200px) {
    .blog-date{display: none;}
    .card-end ul{flex-direction: column;}
    .det-body{flex-direction: column;}
    .det-body img{margin: 5%; padding: 0px;}
    .blog-body{margin: 10% 10%;}
    .send{width: 30%; margin-top: 45px; padding: 5px;}
}

@media (max-width : 640px) {
    .blog-date{display: none;}
    .didgah-body{padding: 5%; margin: 5%;}
    .send{width: 40%; margin-top: 45px; padding: 5px;}
}