.row-00-bg {
    width: 100%;
    padding:  0 0;
    margin:  0 0;
}

.row-00-bg .carousel-item img {
    width: 100%;
    display: block;
}

.row-01-bg {
    width: 100%;
    background-color: #ffffff;
    background-image: url("../images/row01/row01-bg.avif");
    background-position: top -10px right -40px;
    background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 1199.9px) {
    .row-01-bg {    background-position: -150px 0px;    }
}

@media (max-width: 767.98px) {
    .row-01-bg {    background-position: -150px 30%;    }
}

.row-02-bg {
    width: 100%;
    background-image: url("../images/row02/row02-bg.avif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  
}

.row-03-bg {
    width: 100%;
    background-color: #ffffff;
    background-position: top top;
    background-repeat: repeat-x;
    background-size: contain;
}

.row-04-bg {
    
}

.row-05-bg {
    width: 100%;
  
}

.row-06-bg {
    width: 100%;
    background-color: #0072bc;
    background-image: url("../images/row06/row06-bg.avif");
    background-position: top center;
    background-repeat: no-repeat;
    background-size:auto   ;
  
}


.row-07-bg {
    width: 100%;
    background-color: #abc456;
}
