@import url(default.css);
@import url(moduble.css);
@import url(layout.css);

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* -------------------------------- home --------------------------------- */

.index {
    /*    display: flex;
    flex-direction: column;
    align-items: center;*/
}

.slider1 {
}

.home-projects {
    display: flex;
    width: 100%;
}

.home-projects-container {
    margin: 20px 10px;
}

.home-products {
    display: flex;
    flex-direction: column;
}

.home-products-title {
    display: flex;
}

    .home-products-title > div {
        display: flex;
        flex-direction: column;
        flex: 0.5;
    }

.home-products-title-part1 {
}

    .home-products-title-part1 > h2 {
        margin: 10px 0 20px;
    }

.home-products-title-part2 {
}

    .home-products-title-part2 > span {
        font-size: 16px;
    }

    .home-products-title-part2 > a {
        width: 160px;
        height: 45px;
        margin-top: 30px;
    }

.home-products-items {
    display: flex;
    /* width: 1200px; */
    width: 100%;
    /* background-color: red; */
    /* justify-content: center; */
}

@media only screen and (max-width: 425px) {

    .slider1 {
        display: none;
    }

    .home-projects {
        display: flex;
    }

    .home-products {
        width: 95vw;
        margin-bottom: 30px;
    }

    .home-products-title {
        flex-direction: column;
        margin: 30px 10px 30px;
    }
}

@media only screen and (min-width: 426px) {

    .slider1 {
        display: none;
    }

    .home-projects {
        display: flex;
    }

    .home-products {
        width: 95vw;
        margin-bottom: 30px;
    }

    .home-products-title {
        flex-direction: column;
        margin: 30px 10px 30px;
    }
}

@media only screen and (min-width: 769px) {

    .slider1 {
        display: none;
    }

    .home-projects {
        display: flex;
    }

    .home-products {
        width: 95vw;
        margin-bottom: 30px;
    }

    .home-products-title {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1025px) {

    .slider1 {
        display: none;
    }

    .home-projects {
        display: flex;
    }

    .home-products {
        width: 1000px;
        margin: 100px 0;
    }

    .home-products-title {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1281px) {

    .slider1 {
        display: none;
    }

    .home-projects {
        display: flex;
    }

    .home-products {
        width: 1200px;
        margin: 50px 0;
    }

    .home-products-title {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1601px) {

    .slider1 {
        display: flex;
    }

    .home-projects {
        display: none;
    }

    .home-products {
        width: 1200px;
        margin: 100px 0;
    }

    .home-products-title {
        flex-direction: row;
    }
}

/* ---------------------------------------- */

.home-about {
    background: var(--colorGrey);
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-about-container {
    display: flex;
    align-items: center;
}

.home-about-content > h2 {
    margin-top: 10px;
}

.home-about-content > p {
    margin: 40px 0 30px 80px;
    line-height: 35px;
    position: relative;
    color: var(--colorFont);
}

    .home-about-content > p::after {
        content: '';
        position: absolute;
        width: 70px;
        height: 1px;
        background: var(--colorDark);
        bottom: -40px;
        right: 0;
    }

.home-about-content > span {
    display: flex;
    color: var(--colorFont);
}

.home-about-content-call {
    margin: 80px 0 10px;
}

.home-about-content-phone {
    display: flex;
    color: var(--colorMain) !important;
    font-size: 36px;
    margin-bottom: 40px;
}

.home-about-content-play {
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
}

    .home-about-content-play:hover div {
        background-color: var(--colorDark);
        transition: all 0.2s linear;
    }

    .home-about-content-play:hover span {
        color: var(--colorMain);
        transition: all 0.2s linear;
    }

    .home-about-content-play div {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--colorMain);
    }

    .home-about-content-play span {
        margin: 0 15px;
    }

@media only screen and (max-width: 425px) {
    .home-about-container {
        flex-direction: column;
        padding: 50px 0;
    }

        .home-about-container > img {
            width: 90vw;
        }

    .home-about-content {
        margin: 30px 5vw 0;
    }
}

@media only screen and (min-width: 426px) {
    .home-about-container {
        flex-direction: column;
        padding: 50px 0;
    }

        .home-about-container > img {
            width: 90vw;
        }

    .home-about-content {
        margin: 30px 5vw 0;
    }
}

@media only screen and (min-width: 769px) {
    .home-about-container {
        flex-direction: column;
        padding: 80px 0;
    }

        .home-about-container > img {
            width: 77vw;
        }

    .home-about-content {
        margin: 50px 100px 0 0;
    }
}

@media only screen and (min-width: 1025px) {
    .home-about-container {
        flex-direction: row;
        width: 1000px;
        padding: 100px 0;
    }

        .home-about-container > img {
            width: 500px;
        }

    .home-about-content {
        margin: 0 100px 0 0;
    }
}

@media only screen and (min-width: 1281px) {
    .home-about-container {
        flex-direction: row;
        width: 1200px;
        padding: 150px 0;
    }

        .home-about-container > img {
            width: 600px;
        }

    .home-about-content {
        margin: 0 100px 0 0;
    }
}

@media only screen and (min-width: 1601px) {
    .home-about-container {
        flex-direction: row;
        width: 1200px;
        padding: 150px 0;
    }

        .home-about-container > img {
            width: 600px;
        }

    .home-about-content {
        margin: 0 100px 0 0;
    }
}

/* ---------------------------------------- */

.contact-us {
    display: flex;
    flex-direction: column;
}

.contact {
    background: var(--colorGrey);
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-map {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-button {
    width: 193px;
    height: 69px;
    border-radius: 31px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s linear;
}

.map1 {
    background: url(../img/map-1.jpg) no-repeat center center/cover;
}

.map2 {
    background: url(../img/map-2.jpg) no-repeat center center/cover;
}

.contact-content > h2 {
    margin-top: 10px;
}

.contact-content > p {
    margin: 40px 0 30px 80px;
    line-height: 35px;
    position: relative;
    color: var(--colorFont);
}

    .contact-content > p::after {
        content: '';
        position: absolute;
        width: 70px;
        height: 1px;
        background: var(--colorDark);
        bottom: -40px;
        right: 0;
    }

.contact-content > span {
    display: flex;
    color: var(--colorFont);
}

.contact-content-call {
    margin: 80px 0 10px;
}

.contact-content-phone {
    display: flex;
    color: var(--colorMain) !important;
    font-size: 36px;
    margin-bottom: 40px;
}

.contact-content-play {
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
}

    .contact-content-play:hover div {
        background-color: var(--colorDark);
        transition: all 0.2s linear;
    }

    .contact-content-play:hover span {
        color: var(--colorMain);
        transition: all 0.2s linear;
    }

    .contact-content-play div {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--colorMain);
    }

    .contact-content-play span {
        margin: 0 15px;
    }

@media only screen and (max-width: 425px) {

    .contact-us {
        padding: 30px 0;
    }

    .contact-container {
        flex-direction: column;
        padding: 20px 0;
    }

    .contact-map {
        width: 90vw;
        height: 90vw;
    }

    .contact-content {
        margin: 30px 5vw 0;
    }
}

@media only screen and (min-width: 426px) {

    .contact-us {
        padding: 30px 0;
    }

    .contact-container {
        flex-direction: column;
        padding: 20px 0;
    }

    .contact-map {
        width: 90vw;
        height: 90vw;
    }

    .contact-content {
        margin: 30px 5vw 0;
    }
}

@media only screen and (min-width: 769px) {

    .contact-us {
        padding: 70px 0;
    }

    .contact-container {
        flex-direction: column;
        padding: 30px 0;
    }

    .contact-map {
        width: 77vw;
        height: 77vw;
    }

    .contact-content {
        margin: 50px 100px 0 0;
    }
}

@media only screen and (min-width: 1025px) {

    .contact-us {
        padding: 70px 0;
    }

    .contact-container {
        flex-direction: row;
        width: 1000px;
        padding: 30px 0;
    }

    .contact-map {
        width: 500px;
        height: 500px;
    }

    .contact-content {
        width: 400px;
    }
}

@media only screen and (min-width: 1281px) {

    .contact-us {
        padding: 100px 0;
    }

    .contact-container {
        flex-direction: row;
        width: 1200px;
        padding: 50px 0;
    }

    .contact-map {
        width: 600px;
        height: 600px;
    }

    .contact-content {
        width: 500px;
    }
}

@media only screen and (min-width: 1601px) {

    .contact-us {
        padding: 100px 0;
    }

    .contact-container {
        flex-direction: row;
        width: 1200px;
        padding: 50px 0;
    }

    .contact-map {
        width: 600px;
        height: 600px;
    }

    .contact-content {
        width: 500px;
    }
}

/* ---------------------------------------- */

.home-gallerys {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-gallerys-items {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .home-gallerys-items > div {
    }



        .home-gallerys-items > div > img {
        }


@media only screen and (max-width: 575px) {
    .home-gallerys {
        padding: 50px 0;
    }

    .home-gallerys-items {
        width: 94vw;
        margin-top: 5vw;
    }

        .home-gallerys-items > div {
            width: 94vw;
        }

    .home-gallery-item1,
    .home-gallery-item2,
    .home-gallery-item3,
    .home-gallery-item4,
    .home-gallery-item5,
    .home-gallery-item6 {
        margin-top: 3vw;
    }
}

@media only screen and (min-width: 576px) {

    .home-gallerys {
        padding: 80px 0;
    }

    .home-gallerys-items {
        width: 93vw;
        margin-top: 50px;
    }

        .home-gallerys-items > div {
            width: 45vw;
        }

    .home-gallery-item1 {
        margin: 0;
    }

    .home-gallery-item2 {
        margin: 0;
    }

    .home-gallery-item3 {
        margin: -18vw 48vw 0 0;
    }

    .home-gallery-item4 {
        margin: 3vw 48vw 0 0;
    }

    .home-gallery-item5 {
        margin: -83vw 0 0 30vw;
    }

    .home-gallery-item6 {
        margin-top: -19vw;
    }
}

@media only screen and (min-width: 1025px) {
    .home-gallerys {
        padding: 150px 0;
    }

    .home-gallerys-items {
        width: 1000px;
        margin-top: 50px;
    }

        .home-gallerys-items > div {
            width: 315px;
        }

    .home-gallery-item1,
    .home-gallery-item2,
    .home-gallery-item3 {
        margin: 0;
    }

    .home-gallery-item5 {
        margin: -115px 0 0 0;
    }

    .home-gallery-item4,
    .home-gallery-item6 {
        margin: 30px 0 0 0;
    }
}

@media only screen and (min-width: 1281px) {
    .home-gallerys {
        padding: 150px 0;
    }

    .home-gallerys-items {
        width: 1200px;
        margin-top: 50px;
    }

        .home-gallerys-items > div {
            width: 380px;
        }

    .home-gallery-item1,
    .home-gallery-item2,
    .home-gallery-item3 {
        margin-top: 0;
    }

    .home-gallery-item5 {
        margin-top: -146px;
    }

    .home-gallery-item4,
    .home-gallery-item6 {
        margin-top: 30px;
    }
}

/* ----------------------------------------------------- */

.home-step {
    background: var(--colorGrey);
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-step-container {
    display: flex;
    flex-direction: column;
}

    .home-step-container > .title2 {
        margin-bottom: 20px;
    }

.home-step-content {
    display: flex;
    flex-wrap: wrap;
}

    .home-step-content > div {
        display: flex;
        flex-direction: column;
    }

    .home-step-content .number {
        font-size: 72px;
        font-weight: 700;
    }

    .home-step-content .title {
        font-size: 18px;
        font-weight: 600;
        margin-top: -28px;
        color: var(--colorFont);
    }

    .home-step-content .line {
        display: flex;
        height: 2px;
        background: var(--colorMain);
        position: relative;
        align-items: center;
        margin: 50px 0;
    }

        .home-step-content .line::before {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            background: #FFF;
            border: 16px solid var(--colorMain);
            border-radius: 50%;
        }


    .home-step-content p {
        font-size: 14px;
        font-weight: 600;
        color: var(--colorFont);
        margin-left: 20px;
    }


@media only screen and (max-width: 980px) {

    .home-step-container {
        width: 90vw;
        padding: 50px 0;
    }

    .home-step-content > div {
        width: 90vw;
    }
}

@media only screen and (min-width: 981px) {

    .home-step-container {
        width: 980px;
        padding: 100px 0;
    }

    .home-step-content > div {
        width: 490px;
    }
}

@media only screen and (min-width: 1281px) {

    .home-step-container {
        width: 1200px;
        padding: 100px 0;
    }

    .home-step-content > div {
        width: 300px;
    }
}

/* ---------------------------------------- */

.home-blogs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-blogs-items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

@media only screen and (max-width: 768px) {
    .home-blogs {
        padding: 50px 0;
    }

    .home-blogs-items {
        width: 94vw;
    }
}

@media only screen and (min-width: 769px) {
    .home-blogs {
        padding: 80px 0;
    }

    .home-blogs-items {
        width: 94vw;
    }
}

@media only screen and (min-width: 1200px) {
    .home-blogs {
        padding: 150px 0;
    }

    .home-blogs-items {
        width: 1200px;
    }
}

/* --- blogs page -------------------------------------- */

.blogs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blogs-container {
    display: flex;
    justify-content: space-between;
    /* background: yellowgreen; */
}

.blogs-content {
}

.blogs-panel {
}

.blogs-items {
    display: flex;
    flex-direction: column;
}

    .blogs-items > div {
        margin-bottom: 20px;
    }

@media only screen and (max-width: 425px) {
    .blogs-container {
        flex-direction: column;
        margin: 0 10px;
    }

    .blogs-panel {
        margin: auto 10px 30px 10px;
    }
}

@media only screen and (min-width: 426px) {
    .blogs-container {
        flex-direction: column;
        margin: 0 10px;
    }

    .blogs-panel {
        margin: auto 10px 30px 10px;
    }
}

@media only screen and (min-width: 769px) {
    .blogs-container {
        flex-direction: column;
        margin: 70px 10px;
    }

    .blogs-panel {
        margin: 10px 10px 0 10px;
    }
}

@media only screen and (min-width: 1025px) {
    .blogs-container {
        flex-direction: row;
        width: 1000px;
        margin: 90px 0;
    }

    .blogs-panel {
        width: 360px;
        margin: 10px 0 0 0;
    }

    .blogs-items {
        width: 600px;
        margin: 0;
    }
}

@media only screen and (min-width: 1281px) {
    .blogs-container {
        flex-direction: row;
        width: 1200px;
        margin: 90px 0;
    }

    .blogs-panel {
        width: 380px;
        margin: 10px 0 0 0;
    }

    .blogs-items {
        width: 770px;
        margin: 0;
    }
}

@media only screen and (min-width: 1601px) {
    .blogs-container {
        flex-direction: row;
        width: 1200px;
        margin: 90px 0;
    }

    .blogs-panel {
        width: 380px;
        margin: 10px 0 0 0;
    }

    .blogs-items {
        width: 770px;
        margin: 0;
    }
}


/* --- products page -------------------------------------- */

.products {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.products-button {
    padding: 35px 80px;
    margin: 0 0 50px;
    font-weight: 700;
    font-size: 20px;
    background: var(--colorMain);
    border: 2px solid var(--colorMain);
    color: #FFF;
    transition: all 0.15s linear;
}

    .products-button:hover {
        background: #fff;
        color: var(--colorMain);
    }

@media only screen and (max-width: 425px) {
    .products-items {
        width: 90vw;
        margin: 10vw;
    }

        .products-items > div {
            width: 90vw;
            margin: 3vw 0;
        }
}

@media only screen and (min-width: 426px) {
    .products-items {
        width: 90vw;
        margin: 10vw;
    }

        .products-items > div {
            width: 90vw;
            margin: 3vw 0;
        }
}

@media only screen and (min-width: 769px) {
    .products-items {
        width: 92vw;
        margin: 70px;
    }

        .products-items > div {
            width: 45vw;
            margin: 15px 0;
        }
}

@media only screen and (min-width: 1025px) {
    .products-items {
        width: 1000px;
        margin: 70px 0;
    }

        .products-items > div {
            width: 310px;
            margin: 15px 0;
        }
}

@media only screen and (min-width: 1281px) {
    .products-items {
        width: 1200px;
        margin: 90px 0;
    }

        .products-items > div {
            width: 380px;
            margin: 15px 0;
        }
}

@media only screen and (min-width: 1601px) {
    .products-items {
        width: 1200px;
        margin: 90px 0;
    }

        .products-items > div {
            width: 380px;
            margin: 15px 0;
        }
}

/*--------------------product page--------------------*/

.product {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .product > div {
        display: flex;
        flex-direction: column;
        justify-content: start;
        min-height: 200px;
    }

    .product h2 {
        /*font-size: 20px;*/
        /*font-weight: 700;*/
        margin: 10px 0 30px;
    }

.product-price {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 10px 0;
}

.product-description {
    margin-top: 20px;
}

.product table {
    width: 100%;
    margin-top: 50px;
    border: 0.1px solid var(--colorMain);
}

    .product table tr {
        display: flex;
        border: none;
    }

    .product table td {
        border: 0.1px solid var(--colorMain);
        padding: 20px;
        color: var(--colorDark);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .product table td:first-child {
            width: 36%;
        }

        .product table td:last-child {
            width: 64%;
        }


/* =========================    تصویر بزرگ    ========================= */

.product-swiper {
    width: 100%;
    /*height: 500px;*/
}

    .product-swiper .swiper-slide {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .product-swiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }


/* =========================    تصاویر کوچک    ========================= */

.product-swiper-tumbnail {
    width: 100%;
    /*height: 150px;*/
    margin-top: 10px;
}

    .product-swiper-tumbnail .swiper-slide {
        /*height: 150px;*/
        cursor: pointer;
        opacity: 0.6;
        overflow: hidden;
    }

        .product-swiper-tumbnail .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }


    /* thumbnail انتخاب‌شده */

    .product-swiper-tumbnail .swiper-slide-thumb-active {
        opacity: 1;
    }


@media only screen and (max-width: 425px) {
    .product {
        width: 90vw;
        margin: 10vw;
        flex-direction: column
    }

        .product > div {
            width: 90vw;
            margin: 3vw 0;
        }

    .product-swiper-tumbnail {
        height: calc(22.5vw -10px);
    }

        .product-swiper-tumbnail .swiper-slide {
            height: calc(22.5vw -10px);
        }
}

@media only screen and (min-width: 426px) {
    .product {
        width: 90vw;
        margin: 10vw;
        flex-direction: column;
    }

        .product > div {
            width: 90vw;
            margin: 3vw 0;
        }

    .product-swiper-tumbnail {
        height: calc(22.5vw -10px);
    }

        .product-swiper-tumbnail .swiper-slide {
            height: calc(22.5vw -10px);
        }
}

@media only screen and (min-width: 769px) {
    .product {
        width: 92vw;
        margin: 60px;
        flex-direction: column;
    }

        .product > div {
            width: 92vw;
        }

    .product-swiper-tumbnail {
        height: calc(23vw -10px);
    }

        .product-swiper-tumbnail .swiper-slide {
            height: calc(23vw -10px);
        }
}

@media only screen and (min-width: 1025px) {
    .product {
        width: 1000px;
        margin: 60px 0;
        flex-direction: row;
    }

        .product > div {
            width: 480px;
        }

    .product-swiper-tumbnail {
        height: 115px;
    }

        .product-swiper-tumbnail .swiper-slide {
            height: 115px;
        }
}

@media only screen and (min-width: 1281px) {
    .product {
        width: 1200px;
        margin: 90px 0;
        flex-direction: row;
    }

        .product > div {
            width: 580px;
        }

    .product-swiper-tumbnail {
        height: 135px;
    }

        .product-swiper-tumbnail .swiper-slide {
            height: 135px;
        }
}

@media only screen and (min-width: 1601px) {
    .product {
        width: 1200px;
        margin: 90px 0;
        flex-direction: row;
    }

        .product > div {
            width: 580px;
        }

    .product-swiper-tumbnail {
        height: 135px;
    }

        .product-swiper-tumbnail .swiper-slide {
            height: 135px;
        }
}







/*.subproduct {
    width: 1200px;
    margin: 150px 0;
    display: flex;
    justify-content: space-between;
}

.subproduct-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px
}

.subproduct-price {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.subproduct-text {
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: start;
}

    .subproduct-text .button {
        margin: 35px 0 0;
    }

.subproduct-detail {
    display: flex;
    flex-direction: column;
    width: 58%;
}

.subproduct-slider {
    width: 100%;
    height: 750px;
}

.subproduct-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper2 {*/
/*height: 160px;*/
/*margin-top: 10px;
}

    .mySwiper2 .subproduct-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        cursor: pointer;
    }

    .mySwiper2 .swiper-slide-thumb-active {
        opacity: 1;
    }

.subproduct-table {
    width: 100%;
    margin-top: 130px;
    border: 0.1px solid var(--main-color);
}

    .subproduct-table tr {
        display: flex;
        border: none;
    }

    .subproduct-table td {
        border: 0.1px solid var(--main-color);
        padding: 20px;
        color: var(--text-color1);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .subproduct-table td:first-child {
            width: 36%;
        }

        .subproduct-table td:last-child {
            width: 64%;
        }

@media screen and (max-width:990px) {
    .subproduct {
        flex-direction: column-reverse;
    }

    .subproduct-text,
    .subproduct-detail {
        width: 100%;
        margin-bottom: 20px;
    }

    .subproduct-slider {
        height: auto;
    }

    .subproduct-table {
        margin-top: 20px;
    }
}*/

/* --- projects page -------------------------------------- */

.projects {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projects-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 425px) {
    .projects-items {
        width: 90vw;
        margin: 10vw;
    }

        .projects-items > div {
            width: 90vw;
            margin: 3vw 0;
        }
}

@media only screen and (min-width: 426px) {
    .projects-items {
        width: 90vw;
        margin: 10vw;
    }

        .projects-items > div {
            width: 90vw;
            margin: 3vw 0;
        }
}

@media only screen and (min-width: 769px) {
    .projects-items {
        width: 92vw;
        margin: 60px;
    }

        .projects-items > div {
            width: 45vw;
            margin: 15px 0;
        }
}

@media only screen and (min-width: 1025px) {
    .projects-items {
        width: 1000px;
        margin: 60px 0;
    }

        .projects-items > div {
            width: 310px;
            margin: 15px 0;
        }
}

@media only screen and (min-width: 1281px) {
    .projects-items {
        width: 1200px;
        margin: 90px 0;
    }

        .projects-items > div {
            width: 380px;
            margin: 15px 0;
        }
}

@media only screen and (min-width: 1601px) {
    .projects-items {
        width: 1200px;
        margin: 90px 0;
    }

        .projects-items > div {
            width: 370px;
            height: 840px;
            margin: 15px 0;
        }
}

/* --- project page -------------------------------------- */

.project-recomended {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project-recomended-container {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

@media only screen and (max-width: 425px) {
    .project-recomended {
        width: 90vw;
        margin: 10vw;
    }
}

@media only screen and (min-width: 426px) {
    .project-recomended {
        width: 90vw;
        margin: 10vw;
    }
}

@media only screen and (min-width: 769px) {
    .project-recomended {
        width: 92vw;
        margin: 80px;
    }
}

@media only screen and (min-width: 1025px) {
    .project-recomended {
        width: 1000px;
        margin: 80px 0;
    }
}

@media only screen and (min-width: 1281px) {
    .project-recomended {
        width: 1200px;
        margin: 150px 0;
    }
}

@media only screen and (min-width: 1601px) {
    .project-recomended {
        width: 1200px;
        margin: 150px 0;
    }
}

/* --- blog page -------------------------------------- */

.blog {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-container {
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.blog-content {
    padding: 50px 30px;
}

    .blog-content > p {
        margin: 15px 0;
    }

    .blog-content > strong {
        margin: 20px 0 15px;
        font-weight: 700;
    }

@media only screen and (max-width: 425px) {
    .blog-container {
        width: 92vw;
        margin: 50px 0 0;
    }
}

@media only screen and (min-width: 426px) {
    .blog-container {
        width: 92vw;
        margin: 50px 0 0;
    }
}

@media only screen and (min-width: 769px) {
    .blog-container {
        width: 94vw;
        margin: 80px 0 0;
    }
}

@media only screen and (min-width: 1025px) {
    .blog-container {
        width: 1000px;
        margin: 80px 0 0;
    }
}

@media only screen and (min-width: 1281px) {
    .blog-container {
        width: 1200px;
        margin: 120px 0 0;
    }
}

@media only screen and (min-width: 1601px) {
    .blog-container {
        width: 1200px;
        margin: 120px 0 0;
    }
}
