@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    /* font-family: "Roboto", sans-serif; */
    font-family: 'Poppins', sans-serif;
}
.view-blogs{
    position: relative;
    font-size: large;
    font-weight: 600;
    text-decoration: none;
    outline: none;
    background: none;
    border: none;
    list-style: none;
    /* border-bottom: 3px solid #f63a3a; */
    box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
    /* letter-spacing: 1px; */
}
/* .view-blogs::before{
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    left: 300px;
    top: 0px;
    background-color: #F63A3A;
    transform: translate(-50%,-50%);
} */



/* Feature ads heading  */
.feature{
    background-color: gray;
}
.ads{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

}





/* Blogpost CSS  */

.sharp {
    color: white;
    position: relative;
    width: 100%;
    /* background-image: url('images/title2.jpg'); */
    background-size: cover;
    background-position: center;
}

.main-one h1 {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0;
    text-align: center;
    background-size: cover;
    color: white;
    padding-top: 230px;
    padding-bottom: 230px;
    font-size: 50px
}

.blog-post p {
    margin: 0;
    padding: 0;
    text-align: justify;
    line-height: 30px;
    font-size: 17px;
    /* padding-left: 50px !important; */
}

.frontline {
    font-weight: 700;
    font-style: italic;
    color: #fff !important;
    padding: 2px;
    margin-right: 5px;
    padding-left: 15px;
    border-radius: 5px;
}

.review {
    background-color: #282535;
    color: white;
    /* padding: 50px 0px 50px 0px; */
    border-radius: 10px;
    font-size: 17px;
    margin-bottom: 50px;
}

.btn-review {
    border: none;
    border-radius: 5px
}

.btn-review:hover {
    border: none;
    background-color: white;
    color: #282535;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.3s;
}


@media(max-width:990px) {
    .main-one h1 {
        background-color: rgba(0, 0, 0, 0.7);
        margin: 0;
        text-align: center;
        background-size: cover;
        color: white;
        padding-top: 100px;
        padding-bottom: 100px;
        font-size: 40px;
    }

    .blog-post p {
        text-align: justify;
        line-height: 30px;
        font-size: 16px;

    }

}

.title {
    /* padding: 50px; */
    text-align: center;
    /* background-color: aquamarine; */
    /* padding-left: 220px; */
}

.title p {
    font-weight: 600;
    border-left: 3px solid #F63A3A;
    padding-left: 10px !important;
}

.para1-image {
    border-radius: 5px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.7);
}


.frontline {
    background-color: #F63A3A;
    color: #fff;
}

label {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
    font-family: sans-serif;
}

input {
    height: 40px;
}

.contact {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
    /* width: 500px; */
}

.btn-review {
    background-color: #F63A3A;
    color: #fff;
    margin-top: 20px;
    padding: 0px 10px;
}

#name,
#email,
#message {
    border: 1px solid #F63A3A;
    transition: all 0.5s;
    outline: none;
}

#name:focus {
    border: 2px solid #282535;
}

#email:focus {
    border: 2px solid #282535;
}

#message:focus {
    border: 2px solid #282535;
}

.col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
}

.blog-image {
    /* overflow: hidden; */
    padding-right: 10px;
}

.blog-image img {
    width: 580px;
    height: 500px;
}

.col {
    box-sizing: border-box;
}

.frontline {
    font-weight: bold;
    color: #443e60;
}

/* Add your other styles here */

@media (min-width: 768px) {
    /* Adjust styles for tablets and larger devices */

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    /* Adjust styles for desktops */

    .col-lg-6 {
        flex: 0 0 33.3333%;
        /* max-width: 33.3333%; */
    }
}

@media (max-width: 576px) {

    /* Adjust styles for desktops */
    .blogspot{
        margin: 0px !important;
        margin-bottom: 40px !important;
    }

    .blog-image {
        margin-bottom: 20px !important;
        padding-left: 0px !important;
    }

    .blog-image img {
        /* width: 100%; */
        height: 300px;
    }

    .title p {
        padding: 0px 10px;
    }

    .col {
        margin-left: 0px !important;
    }
}

@media (min-width:576px) and (max-width: 768px) {

    /* Adjust styles for desktops */
    .blogspot {
        margin: 0px !important;
        margin-bottom: 40px !important;
    }

    .blog-image {
        margin-bottom: 20px !important;
        padding-left: 0px !important;
    }

    .blog-image img {
        width: 100%;
    }

    .title p {
        padding: 0px 10px;
    }

    .col {
        margin-left: 0px !important;
    }
}

@media (min-width:768px) and (max-width: 992px) {
    .blogspot {
        margin: 10px !important;
        margin-bottom: 40px !important;
    }

    .blog-image {
        margin-bottom: 20px !important;
        padding-left: 0px !important;
    }

    .blog-image img {
        width: 100%;
        height: 350px;
    }

    .title p {
        padding: 0px 10px;
    }

    .col {
        margin-left: 0px !important;
    }
}



@media (min-width:992px) and (max-width: 1200px) {
    .blogspot {
        margin: 10px !important;
        margin-bottom: 40px !important;
    }

    .blog-image {
        margin-bottom: 20px !important;
        padding-left: 0px !important;
    }

    .blog-image img {
        width: 100%;
    }

    .title p {
        padding: 0px 10px;
    }

    .col {
        margin-left: 0px !important;
    }
}

@media (min-width:1200px) and (max-width: 1400px) {
    .blogspot{
        margin: 20px !important;
        margin-bottom: 40px !important;
    }

    .blog-image {
        margin-bottom: 20px !important;
        padding-left: 0px !important;
    }

    .blog-image img {
        width: 100%;
    }

    .title p {
        padding: 0px 10px;
    }

    .col {
        margin-left: 0px !important;
    }
}