@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');


* {
    padding: 0;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    /* font-size: 16px; */
}

.color {
    background-color: black;
}

.image {
    width: 12rem;
}
.button:hover {
    background: #ff5c00 !important;
    color: white !important;
}

.button {
    background: #ff5c00;
    color: white;
}

.text {
    color: #ff5c00;
}

.orange {
    background: #ff5c00;
    color: white;
}

.h-80 {
    height: 45px
}

.w-80 {
    width: 45rem;
}

.author-img {
    width: 270px;
}

.bold {
    font-weight: 900;
}

/* .images {
    width: 270px !important;
    height: 270px !important;
    border-radius: 15px;
    box-shadow: 12px 12px 12px 12px black;
} */

::placeholder {
    text-align: right;
    opacity: 0.1;
}

@media screen and (max-width: 2000px) {
    .images {
        width: 300px !important;
        height: 300px !important;
        border-radius: 15px;
        /* box-shadow: 12px 12px 12px 12px black; */
    }

    .fs-1 {
        font-size: 25px !important;
    }

    .media-320 {
        font-size: 18px !important;
    }

    .media-320-footer {
        font-size: 20px !important;
    }

    .h-80 {
        height: 50px;
    }

    .author-img {
        width: 400px !important;
    }

    .author-name {
        font-size: 22px !important;
    }

    .author-text {
        font-size: 20px !important;
    }

    .input {
        padding: 2px 7px 2px 7px !important;
        font-size: 16px !important;
    }

    .day {
        padding: 10px 35px;
    }

    .week {
        padding: 10px 35px;
    }

    .check-m {
        padding: 7px 57px !important;
    }
}
@media screen and (max-width: 1440px) {
    .images {
        width: 300px !important;
        height: 300px !important;
        border-radius: 15px;
        /* box-shadow: 12px 12px 12px 12px black; */
    }

    .fs-1 {
        font-size: 25px !important;
    }

    .media-320 {
        font-size: 18px !important;
    }

    .media-320-footer {
        font-size: 20px !important;
    }

    .h-80 {
        height: 50px;
    }

    .author-img {
        width: 400px !important;
    }

    .author-name {
        font-size: 22px !important;
    }

    .author-text {
        font-size: 20px !important;
    }

    .input {
        padding: 2px 7px 2px 7px !important;
        font-size: 16px !important;
    }

    .day {
        padding: 10px 35px;
    }

    .week {
        padding: 10px 35px;
    }

    .check-m {
        padding: 7px 57px !important;
    }
}

@media screen and (max-width: 992px) {
    .images {
        width: 300px !important;
        height: 300px !important;
        border-radius: 15px;
        /* box-shadow: 12px 12px 12px 12px black; */
    }

    .fs-1 {
        font-size: 20px !important;
    }

    .media-320 {
        font-size: 18px !important;
    }

    .media-320-footer {
        font-size: 18px !important;
    }

    .h-80 {
        height: 45px;
    }

    .author-img {
        width: 300px !important;
    }

    .author-name {
        font-size: 20px !important;
    }

    .author-text {
        font-size: 18px !important;
    }

    .input {
        padding: 2px 7px 2px 7px !important;
        font-size: 16px !important;
    }

    .day {
        padding: 10px 35px;
    }

    .week {
        padding: 10px 30px;
    }

    .check-m {
        padding: 7px 36px !important;
    }
}

@media screen and (max-width: 768px) {
    .images {
        width: 230px !important;
        height: 230px !important;
        border-radius: 15px;
        /* box-shadow: 12px 12px 12px 12px black; */
    }

    .blog-card {
        padding: 12px 37px;
        justify-content: center;
    }

    .fs-1 {
        font-size: 19px !important;
    }

    .media-320 {
        font-size: 17px !important;
    }

    .media-320-footer {
        font-size: 17px !important;
    }

    .h-80 {
        height: 40px;
    }

    .author-img {
        width: 150px !important;
    }

    .author-name {
        font-size: 19px !important;
    }

    .author-text {
        font-size: 17px !important;
    }

    .input {
        padding: 2px 7px 2px 7px !important;
        font-size: 16px !important;
    }

    .day {
        padding: 10px 35px;
    }

    .week {
        padding: 10px 30px;
    }

    .check-m {
        padding: 7px 36px !important;
    }
}

@media screen and (max-width: 576px) {
    .images {
        width: 230px !important;
        height: 230px !important;
        border-radius: 15px;
        /* box-shadow: 12px 12px 12px 12px black; */
    }

    .blog-card {
        padding: 12px 37px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fs-1 {
        font-size: 19px !important;
    }

    .media-320 {
        font-size: 18px !important;
    }

    .media-320-footer {
        font-size: 18px !important;
    }

    .h-80 {
        height: 33px;
    }

    .author-img {
        width: 150px;
    }

    .author-name {
        font-size: 18px !important;
    }

    .author-text {
        font-size: 16px !important;
    }

    .input {
        padding: 6px 7px !important;
        font-size: 14px !important;
    }

    .day {
        padding: 10px 35px;
    }

    .week {
        padding: 10px 30px;
    }

    .check-m {
        padding: 7px 58px !important;
    }
}




@media screen and (max-width: 320px) {
    .images {
        width: 230px !important;
        height: 230px !important;
        border-radius: 15px;
        /* box-shadow: 12px 12px 12px 12px black; */
    }

    .blog-card {
        padding: 12px 37px;
    }

    .fs-1 {
        font-size: 18px !important;
    }

    .media-320 {
        font-size: 16px !important;
    }

    .media-320-footer {
        font-size: 16px !important;
    }
      .image {
        width: 12rem;
    }

    .h-80 {
        height: 30px;
    }

    .author-img {
        width: 100px;
    }

    .author-name {
        font-size: 18px !important;
    }

    .author-text {
        font-size: 16px !important;
    }

    .input {
        padding: 6px 7px !important;
        font-size: 16px !important;
    }

    .day {
        padding: 10px 35px;
    }

    .week {
        padding: 10px 30px;
    }

    .check-m {
        padding: 7px 57px !important;
    }


}
