/*-----------BLOG-----------*/
section.blog-boxes {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10rem;
}
#load-blog {
    text-align: center;
    display: block;
}
section.blog-boxes .blog-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 9rem;
    -moz-column-gap: 9rem;
    column-gap: 9rem;
}

section.blog-boxes .blog-box .blog-media {position: relative;height: 52vh;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}

section.blog-boxes .blog-box .blog-info {
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

section.blog-boxes .blog-box .blog-media .tilt {
    border-radius: 200px 200px 0 0;
}

section.blog-boxes .blog-box .blog-media .tilt__back {
    border-radius: 200px 200px 0 0;
}

section.blog-boxes .blog-box .blog-media .tilt__front {
    border-radius: 200px 200px 0 0;
}

section.blog-boxes .blog-box .blog-info h2 {
    font-family: 'Asthetik';
    text-transform: capitalize;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
section.blog-boxes .blog-box .blog-info .content p {
    margin: 0;
    font-weight: 300;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
section.about-container.blog {
    height: 52vh;
}
section.blog-boxes.space {
    padding-top: 150px;
}

section.blog-boxes .blog-box:hover .blog-info .content p {
    color: #939598;
}

section.blog-boxes .blog-box:hover .blog-info h2 {color: #939598;}
/*-----------BLOG-----------*/
@media only screen and (max-width: 768px){
    /*-----------BLOG-------------*/
    section.about-container.blog {
        height: 26vh;
    }
    section.blog-boxes .blog-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section.blog-boxes .blog-box .blog-media {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        height: 62vh;
        margin-bottom: 2rem;
    }
    section.blog-boxes .blog-box .blog-info h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    section.blog-boxes {
        row-gap: 4rem;
    }
    section.blog-boxes.space {
        padding-top: 30px;
    }
    #project-filter-map.blog {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /*-----------BLOG-------------*/
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    /*------------BLOG-------------*/
    section.blog-boxes .blog-box .blog-media {
        width: auto;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        height: 49vh;
    }
    section.blog-boxes .blog-box {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    section.blog-boxes .blog-box .blog-info .content p {
        line-height: 1.5;
    }
    section.blog-boxes .blog-box .blog-info {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
    /*------------BLOG-------------*/
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    /*----------BLOG------------*/
    #project-filter-map.blog {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.about-container.blog {
        height: 25vh;
    }

    section.blog-boxes .blog-box {
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    section.blog-boxes .blog-box .blog-media {
        height: 37vh;
    }

    section.blog-boxes {
        row-gap: 4rem;
    }
    section.blog-boxes .blog-box .blog-info h2 {
        font-size: 2rem;
    }
    section.about-container.blog section.about-wrap .title .frame {
        -webkit-transform: translateX(-120px) scale(0);
        -ms-transform: translateX(-120px) scale(0);
        transform: translateX(-120px) scale(0);
    }

    html.load section.about-container.blog section.about-wrap .title .frame {
        -webkit-transform: translateX(-120px) scale(1);
        -ms-transform: translateX(-120px) scale(1);
        transform: translateX(-120px) scale(1);
    }
    /*----------BLOG------------*/
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    /*------------BLOG------------*/
    section.blog-boxes .blog-box {
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    section.blog-boxes .blog-box .blog-media {
        height: 60vh;
    }

    section.blog-boxes .blog-box .blog-info h2 {
        font-size: 1.8rem;
    }

    section.blog-boxes {
        row-gap: 7rem;
    }
    section.about-container.single-blog section.about-wrap .title .title-box h1 {
        font-size: 2.2rem;
    }
    /*------------BLOG------------*/
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    /*------------Blog------------*/
    section.blog-boxes .blog-box {
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    section.blog-boxes .blog-box .blog-media {
        height: 48vh;
    }

    section.blog-boxes .blog-box .blog-info h2 {
        font-size: 1.8rem;
    }
    section.about-container.single-blog section.about-wrap .title .title-box h1 {
        font-size: 2.5rem;
    }
    section.blog-boxes {
        row-gap: 7rem;
    }
    /*------------Blog------------*/
}