

.gallerycategory{
    padding-block: 35px 80px;
    min-height: 700px;
}

.gallerycategory .row{
    align-items: center;
    margin-bottom: 125px;
}

.gallerycategory .row:nth-child(even){
    justify-content: flex-end;
}

.gallery-info-box{
    background-color: var(--primary-color);
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
}


.gallery-info-box h5{
    color: #fff;
    font-size: 22px;
    font-family: 'kalame_bold';
    padding-bottom: 20px;
}


.gallery-info-detail{
    width: 90%;
}

.each-gallery-detail span{
    font-size: 14px;
    color: #fff;
}

.each-gallery-detail{
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 2px solid rgba(190, 190, 190, 0.3);
}

.show-detail{
    color: var(--secondary-color);
    font-family: 'kalame_bold';
    font-size: 17px;
    padding-top: 20px;
    align-self: flex-end;
}


.col-gallery-info{
    z-index: 2;
}


.col-gallery-img{
    position: relative;
    height: 100%;
    z-index: 0;
}

.gallery-img{
    width: 876px;
    height: 517px;
    top: 0;
    position: relative;
    right: -132px;
    z-index: 0;
}

.image-line{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.image-line .border-line{
    width: 86%;
    height: 76%;
    border: 2px solid #000;
}


.gallerycategory .row:nth-child(even) .gallery-img{
    left: 217px;
    right: unset;
}


.gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}



.col-deco-box .gallery-info-box {
    background-color: var(--primary-color);
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    width: 650px;
}

.deco-row{
    align-items: center;
}

.deco-image{
    width: 700px;
    height: 400px;
    position: relative;
    top: 100px;
}

.deco-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-deco-image{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-deco-image .image-line .border-line {
    width: 86%;
    height: 76%;
    border: 2px solid #fff;
}



.banner-decoration{
    width: 100%;
    height: 480px;
}

.banner-decoration img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deco-banner-content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.deco-banner-box{
    width: 80%;
    background: #fff;
    position: relative;
    top: -72px;
    padding: 21px;
}

.banner-title-deco *{
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 16px;
}

.deco-p *{
    font-size: 15px;
    color: var(--text-color);
    line-height: 29px;
}

.cover-deco{
    background-color: var(--primary-color);
    margin-bottom: 250px;
}

.col-deco-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.reverse-row .col-deco-box{
    justify-content: flex-end;
}



/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/



@media screen and (max-width: 1599px){

}


@media screen and (max-width: 1399px){

    .gallery-img {
        width: 768px;
        height: 505px;
    }

    .gallerycategory .row:nth-child(even) .gallery-img {
        left: 187px;
        right: unset;
    }

}


@media screen and (max-width: 1199px){

    .gallery-img {
        width: 662px;
        height: 421px;
    }

    .gallerycategory .row:nth-child(even) .gallery-img {
        left: 159px;
        right: unset;
    }

    .gallerycategory .row {
        margin-bottom: 100px;
    }

}


@media screen and (max-width: 991px){

    .banner-decoration {
        width: 100%;
        height: 399px;
    }

    .banner-section{
        margin-bottom: 50px;
    }

    .deco-banner-box {
        width: 90%;
    }

    .deco-p * {
        font-size: 14px;
        line-height: 27px;
    }

    .banner-title-deco * {
        font-size: 18px;
    }


    .col-deco-box{
        justify-content: center !important;
    }

    .reverse-row .deco-image {
        top: 38px;
    }

    .cover-deco {
        margin-bottom: 77px;
    }

    .deco-image {
        width: 700px;
        height: 358px;
        top: -48px;
    }

    .gallery-info-box h5 {
        font-size: 19px;
        padding-bottom: 10px;
    }

    .each-gallery-detail {
        padding-bottom: 9px;
        padding-top: 5px;
    }

    .show-detail {
        font-size: 16px;
        padding-top: 20px;
    }

    .gallery-img {
        width: 100%;
        height: 362px;
        left: unset;
        right: unset;
    }

    .gallerycategory .row:nth-child(even) .gallery-img {
        left: unset;
        right: unset;
    }

    .gallerycategory .row:nth-child(even) {
        flex-direction: column-reverse;
    }

}


@media screen and (max-width: 767px){

    .gallery-info-box h5 {
        font-size: 17px;
        padding-bottom: 7px;
    }

    .each-gallery-detail {
        padding-bottom: 7px;
        padding-top: 3px;
    }

    .gallerycategory .row {
        margin-bottom: 60px;
    }

    .gallerycategory {
        padding-block: 0px 60px;
    }

}


@media screen and (max-width: 575px){

    .cover-deco {
        margin-bottom: 45px;
    }

    .deco-image {
        width: 100%;
        height: 270px;
    }

    .col-gallery-img {
        padding: 0;
    }

    .gallery-img {
        top: -23px;
    }
    .gallery-info-detail {
        width: 100%;
    }

    .gallery-info-box h5 {
        font-size: 16px;
        padding-bottom: 0px;
    }

    .show-detail {
        font-size: 15px;
        padding-top: 17px;
    }

}


@media screen and (max-width: 425px){

}


@media screen and (max-width: 375px){

}


@media screen and (max-width: 320px){

}


/*responsive*/
/*responsive*/
/*responsive*/
