/*mobile*/
@media screen and (max-width: 480px ){
    .blog-page-intro   {
        background-image: linear-gradient(
         to bottom,
        rgb(79, 40, 93, 0.564),
        rgb(79, 40, 93,0.664)),
        url('../media/closertune\ team\ working\ on\ project.jpg')
    ;
        background-position: center;
        object-fit: contain;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5% 5%;
    }
   .blog-page-intro img{
        object-fit: contain;
        
    }
    .blog-page-intro h2{
        color: var(--tertiary) !important;
        font-weight: 500;
        font-size: large;
    }
    .blog-posts{
        padding: 5%;
        background-color: var(--primary) !important;
    }
    .blog-container{
        display: grid;
        grid-template-columns: repeat(1fr, 1);
        gap: 3rem;
        margin-bottom: 5rem;
    }
    .blog-card{
        background-color: var(--tertiary);
        border-radius: 5px;
        padding: 0.8rem;
    }
    .blog-card-img img{
        height: 38vh;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border: none;
        border-radius: 5px;
    }
    .blogger-profile{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .profile-blogger{
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
    }
    .profile-blogger-data{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .bold{
        font-weight: bolder;
        margin-left: 0.5rem;
    }
    .not-bold{
        color: grey;
        font-weight: 500;
        margin-left: 0.5rem;
        font-size: smaller;
    }
    .read-more-blog a button{
        text-decoration: none;
        padding: 0.7rem;
        color: var(--tertiary);
        background-color: var(--primary);
        font-size: 1rem ;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-weight: 500;

    }


}







/*Extra Small Devices*/
@media screen and (min-width: 481px) and (max-width: 767px) {
    .blog-page-intro   {
        background-image: linear-gradient(
         to bottom,
        rgb(79, 40, 93, 0.564),
        rgb(79, 40, 93,0.664)),
        url('../media/closertune\ team\ working\ on\ project.jpg')
    ;
        background-position: center;
        object-fit: contain;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5% 5%;
    }
   .blog-page-intro img{
        object-fit: contain;
        
    }
    .blog-page-intro h2{
        color: var(--tertiary) !important;
        font-weight: 500;
        font-size: large;
    }
    .blog-posts{
        padding: 5%;
        background-color: var(--primary) !important;
    }
    .blog-container{
        display: grid;
        grid-template-columns: repeat(1fr, 1);
        gap: 3rem;
        margin-bottom: 5rem;
    }
    .blog-card{
        background-color: var(--tertiary);
        border-radius: 5px;
        padding: 0.8rem;
    }
    .blog-card-img img{
        height: 38vh;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border: none;
        border-radius: 5px;
    }
    .blogger-profile{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .profile-blogger{
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
    }
    .profile-blogger-data{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .bold{
        font-weight: bolder;
        margin-left: 0.5rem;
    }
    .not-bold{
        color: grey;
        font-weight: 500;
        margin-left: 0.5rem;
        font-size: smaller;
    }
    .read-more-blog a button{
        text-decoration: none;
        padding: 0.7rem;
        color: var(--tertiary);
        background-color: var(--primary);
        font-size: 1rem ;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-weight: 500;

    }

    


}












/*small tablets*/
@media screen and (min-width: 768px) and (max-width: 991px) { 
   .blog-page-intro   {
        background-image: linear-gradient(
         to bottom,
        rgb(79, 40, 93, 0.564),
        rgb(79, 40, 93,0.664)),
        url('../media/closertune\ team\ working\ on\ project.jpg')
    ;
        background-position: center;
        object-fit: contain;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5% 5%;
    }
   .blog-page-intro img{
        object-fit: contain;
        
    }
    .blog-page-intro h2{
        color: var(--tertiary) !important;
        font-weight: 500;
        font-size: large;
    }
    .blog-posts{
        padding: 5%;
        background-color: var(--primary) !important;
    }
    .blog-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        margin-bottom: 5rem;
    }
    .blog-card{
        background-color: var(--tertiary);
        border-radius: 5px;
        padding: 0.8rem;
    }
    .blog-card-img img{
        height: 35vh;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border: none;
        border-radius: 5px;
    }
    .blogger-profile{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .profile-blogger{
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
    }
    .profile-blogger-data{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .bold{
        font-weight: bolder;
        margin-left: 0.5rem;
    }
    .not-bold{
        color: grey;
        font-weight: 500;
        margin-left: 0.5rem;
        font-size: smaller;
    }
    .read-more-blog a button{
        text-decoration: none;
        padding: 0.7rem;
        color: var(--tertiary);
        background-color: var(--primary);
        font-size: 1rem ;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-weight: 500;

    }
}
















/* Large Tablets Laptops*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
     .blog-page-intro   {
        background-image: linear-gradient(
         to bottom,
        rgb(79, 40, 93, 0.564),
        rgb(79, 40, 93,0.664)),
        url('../media/closertune\ team\ working\ on\ project.jpg')
    ;
        background-position: center;
        object-fit: contain;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5% 5%;
    }
   .blog-page-intro img{
        object-fit: contain;
        
    }
    .blog-page-intro h2{
        color: var(--tertiary) !important;
        font-weight: 500;
        font-size: large;
    }
    .blog-posts{
        padding: 5%;
        background-color: var(--primary) !important;
    }
    .blog-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin-bottom: 5rem;
    }
    .blog-card{
        background-color: var(--tertiary);
        border-radius: 5px;
        padding: 0.8rem;
    }
    .blog-card-img img{
        height: 35vh;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border: none;
        border-radius: 5px;
    }
    .blogger-profile{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .profile-blogger{
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
    }
    .profile-blogger-data{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .bold{
        font-weight: bolder;
        margin-left: 0.5rem;
    }
    .not-bold{
        color: grey;
        font-weight: 500;
        margin-left: 0.5rem;
        font-size: smaller;
    }
    .read-more-blog a button{
        text-decoration: none;
        padding: 0.7rem;
        color: var(--tertiary);
        background-color: var(--primary);
        font-size: 1rem ;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-weight: 500;

    }
}




















/*Desktops*/
@media (min-width:1200px) and (max-width: 1919px) {
   .blogpages header{
        padding-bottom: 0% !important ;
    } 
   .blog-page-intro   {
        background-image: linear-gradient(
         to bottom,
        rgb(79, 40, 93, 0.564),
        rgb(79, 40, 93,0.664)),
        url('../media/closertune\ team\ working\ on\ project.jpg')
    ;
        background-position: center;
        object-fit: contain;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 2% 5%;
        margin: 0% 0%;
    }
   .blog-page-intro img{
        object-fit: contain;
        
    }
    .blog-page-intro h2{
        color: var(--tertiary) !important;
        font-weight: 500;
        font-size: large;
    }
    .blog-posts{
        padding: 2% 5%;
        background-color: var(--primary) !important;
    }
    .blog-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin-bottom: 5rem;
    }
    .blog-card{
        background-color: var(--tertiary);
        border-radius: 5px;
        padding: 0.8rem;
    }
    .blog-card-img img{
        height: 35vh;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border: none;
        border-radius: 5px;
    }
    .blogger-profile{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .profile-blogger{
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
    }
    .profile-blogger-data{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .bold{
        font-weight: bolder;
        margin-left: 0.5rem;
    }
    .not-bold{
        color: grey;
        font-weight: 500;
        margin-left: 0.5rem;
        font-size: smaller;
    }
    .read-more-blog a button{
        text-decoration: none;
        padding: 0.7rem;
        color: var(--tertiary);
        background-color: var(--primary);
        font-size: 1rem ;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-weight: 500;

    }
}




















/*Extra Large Screens.*/
@media (min-width: 1920px) {
    .blogpages header{
        padding-bottom: 0% !important ;
    } 
   .blog-page-intro   {
        background-image: linear-gradient(
         to bottom,
        rgb(79, 40, 93, 0.564),
        rgb(79, 40, 93,0.664)),
        url('../media/closertune\ team\ working\ on\ project.jpg')
    ;
        background-position: center;
        object-fit: contain;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 2% 5%;
        margin: 0%;
    }
   .blog-page-intro img{
        object-fit: contain;
        
    }
    .blog-page-intro h2{
        color: var(--tertiary) !important;
        font-weight: 500;
        font-size: large;
    }
    .blog-posts{
        padding: 2% 5%;
        background-color: var(--primary) !important;
    }
    .blog-container{
        display: flex;
        flex-direction: row;
        flex-wrap: auto;
        gap: 2rem;
        margin-bottom: 5rem;
    }
    .blog-card{
        background-color: var(--tertiary);
        border-radius: 5px;
        padding: 0.8rem;
    }
    .blog-card-img img{
        height: 35vh;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border: none;
        border-radius: 5px;
    }
    .blogger-profile{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .profile-blogger{
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
    }
    .profile-blogger-data{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .bold{
        font-weight: bolder;
        margin-left: 0.5rem;
    }
    .not-bold{
        color: grey;
        font-weight: 500;
        margin-left: 0.5rem;
        font-size: smaller;
    }
    .read-more-blog a button{
        text-decoration: none;
        padding: 0.7rem;
        color: var(--tertiary);
        background-color: var(--primary);
        font-size: 1rem ;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-weight: 500;

    }
}