.home-slider-item {
    height: 555px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.home-slider-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    z-index: 1;
}

.home-slider-item .slider-content {
    position: absolute;
    z-index: 2;
    left: 5%;
    top: 20%;
    width: 40%;
}

.home-slider-item .slider-content h1 {
    color: #fff;
    font-size: 45px;
    line-height: 1.4;
    margin: 0;
    text-transform: capitalize;
}

.home-slider-item .slider-content p {
    color: #fff;
    font-size: 22px;
    line-height: 1.5
}

.home-slider-item .slider-logo {
    width: 220px;
    position: absolute;
    right: 5%;
    top: 5%;
}

.home-slider-item .slider-brand {
    font-size: 13px;
    background: rgba(0, 24, 32, 1);
    border-radius: 50px;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    border: #fff 1px solid;
}

.wwr-section img{
    width: 100%;
    display: block;
    margin: auto;
}

.wwr-section h2{
    color: #3fbf44;
    font-size: 20px;
    margin-bottom: 5px;
}

.wwr-section p{
    line-height: 2;
    font-size: 18px;
    color: #333
}


.rest-section {
    background-image: url('/img/woodBg.jpg');
    padding: 0;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-bottom: 25px 
}

.rest-section .hands-img {
    width: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.rest-section .title-parent {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
}

.want-more{
    margin-top: 85px;
    padding-bottom: 25px;
    font-size: 18px;
    text-align: center;
}

body .sall-section {
    padding: 0 5%;
}

.boxes-parent {
    display: flex;
    width: 100%;
}

.boxes-parent .box-item {
    width: 95%;
    height: 100%;
    margin: auto;
    background-size: 115%;
    background-position: center;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    transition: 0.3s all;
}

.boxes-parent .box-item:hover{
    background-size: 120%;
}

.boxes-parent .box-item.h-half {
    height: 200px;
}

.boxes-parent .box-group .box-item.h-half:first-child {
    margin-bottom: 30px;
}

.boxes-parent .box-content {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
}

/* .boxes-parent .box-item::after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
} */

.boxes-parent .box-item .box-content {
    text-align: right;
}

.boxes-parent .box-item .box-content h2 {
    color: #001820;
    margin: 0;
    font-size: 32px;
}

.boxes-parent .box-item .box-content p {
    color: #555;
}

.boxes-parent .box-group {
    width: 100%;

}