/* section-1-title */


.section-1 {
    padding: 70px 0px;
}

.section-1-title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}


.section-1-title span {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #e42b2b;
}


/* product */

.product {
    padding-bottom: 30px;
}

.product_bd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 100%;
}

.product_list {
    position: relative;
    height: 280px;
    padding: 30px;
    overflow: hidden;
}

.product_list_item h2 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.product_list_item p:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.product_list_item p:nth-child(2) {
    font-size: 14px;
    color: #ffffff;
}

.product_list  .cover_content_a a {
    position: absolute;
    top: 70%;
    padding: 10px 40px !important;
}

.product_bd .product_list:nth-child(1){
    background: url(../images/product_13.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.product_bd .product_list:nth-child(1) .product_img {
    position: absolute;
    top: 20%;
    right: -3%;
    width: 230px;
}

.product_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s 
    ;
   
}

.product_bd .product_list:nth-child(2){
    background: url(../images/product_09.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.product_bd .product_list:nth-child(2) .product_img {
    position: absolute;
    top: 20%;
    right: -3%;
    width: 180px;    width: 230px;}

.product_bd .product_list:nth-child(3){
    background: url(../images/product_11.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.product_bd .product_list:nth-child(3) .product_img {
    position: absolute;
    top: 20%;
    right: -3%;
    width: 230px;
}

.product_bd .product_list:nth-child(4){
    background: url(../images/product_12.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.product_bd .product_list:nth-child(4) .product_img {
    position: absolute;
    top: 20%;
    right: -3%;
    width: 230px;
}

.product_list:hover .product_img img {
    scale: 1.1;
} 

@media (max-width: 1440px) {

    .product_list_item p:nth-child(1) {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
    }
    
    .product_list_item p:nth-child(2) {
        font-size: 12px;
        color: #ffffff;
    }

    .product_list  .cover_content_a a {
        position: absolute;
        top: 70%;
        padding: 8px 30px !important;
        border-radius: 5px;
    }


    .cover_content_a a span {
        position: relative;
        z-index: 2;
        font-size: 12px;
    }

    .product_list  .cover_content_a a::before {
        left: 0;
        top: 0;
        content: "";
        background-color: #e42b2b;
        border-radius: 5px;
        height: 100%;
        width: 24px;
        position: absolute;
        -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: 1;
}

.product_bd .product_list:nth-child(3) .product_img {
    position: absolute;
    top: 10%;
    right: 0%;
    width: 200px;
}
}

@media (max-width: 1280px) {
    
    
    .product_bd .product_list:nth-child(1) .product_img{
        position: absolute;
        top: 20%;
        right: -3%;
        width: 180px;
    }

    .product_bd .product_list:nth-child(2) .product_img{
        position: absolute;
        top: 20%;
        right: -3%;
        width: 140px;
    }

    .product_bd .product_list:nth-child(3) .product_img{
        position: absolute;
        top: 20%;
        right: 4%;
        width: 140px;
    }

    .product_bd .product_list:nth-child(4) .product_img{
        position: absolute;
        top: 20%;
        right: -3%;
        width: 120px;
    }
}


@media (max-width: 1024px) {

    
.product {
    padding-bottom: 0px;
}

    .product_bd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 100%;
    }
    
    .product_bd .product_list:nth-child(1) .product_img{
        position: absolute;
        top: 10%;
        right: -3%;
        width: 270px;
    }

    .product_bd .product_list:nth-child(2) .product_img{
        position: absolute;
        top: 10%;
        right: -3%;
        width: 200px;
    }

    .product_bd .product_list:nth-child(3) .product_img{
        position: absolute;
        top: 10%;
        right: -3%;
        width: 250px;
    }

    .product_bd .product_list:nth-child(4) .product_img{
        position: absolute;
        top: 10%;
        right: -3%;
        width: 160px;
    }

    .product_list  .cover_content_a a {
        position: absolute;
        top: 70%;
        padding: 10px 40px !important;
        border-radius: 5px;
    }


    .cover_content_a a span {
        position: relative;
        z-index: 2;
        font-size: 16px;
    }

    .product_list  .cover_content_a a::before {
        left: 0;
        top: 0;
        content: "";
        background-color: #e42b2b;
        border-radius: 5px;
        height: 100%;
        width: 24px;
        position: absolute;
        -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: 1;
}
}

@media (max-width: 820px) {

    .product_bd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 100%;
    }
    
    .product_bd .product_list:nth-child(1) .product_img{
        position: absolute;
        top: 14%;
        right: 0%;
        width: 230px;
    }

    .product_bd .product_list:nth-child(2) .product_img{
        position: absolute;
        top: 14%;
        right: 0%;
        width: 230px;
    }

    .product_bd .product_list:nth-child(3) .product_img{
        position: absolute;
        top: 14%;
        right: 0%;
        width: 230px;
    }

    .product_bd .product_list:nth-child(4) .product_img{
        position: absolute;
        top: 14%;
        right: 0%;
        width: 230px;
    }

    .product_list  .cover_content_a a {
        position: absolute;
        top: 70%;
        padding: 10px 40px !important;
        border-radius: 5px;
    }


    .cover_content_a a span {
        position: relative;
        z-index: 2;
        font-size: 16px;
    }

    .product_list  .cover_content_a a::before {
        left: 0;
        top: 0;
        content: "";
        background-color: #e42b2b;
        border-radius: 5px;
        height: 100%;
        width: 24px;
        position: absolute;
        -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: 1;
}
}


@media (max-width: 576px) {

    .product_bd {
        display: grid;
        grid-template-columns: 1fr;
        height: 100%;
    }

    .product_list  .cover_content_a a {
        position: absolute;
        top: 70%;
        padding: 8px 30px !important;
        border-radius: 5px;
    }


    .cover_content_a a span {
        position: relative;
        z-index: 2;
        font-size: 14px;
    }

    .product_bd .product_list:nth-child(1) .product_img,
    .product_bd .product_list:nth-child(2) .product_img,
    .product_bd .product_list:nth-child(3) .product_img,
    .product_bd .product_list:nth-child(4) .product_img{
        position: absolute;
        top: 22%;
        right: 0%;
        width: 200px;
    }

}

