body{
    direction: rtl;
    
}
.main-section{
    background-image: url(../images/bgDesktop.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    background-size: 100%;
}
.padding-0{
    padding: 0 !important;
}

.margin-0{
    margin: 0 !important;
}

.isuzu-logo{
    margin-top: -20px;
}

.site-btn{
    width: 300px;
    margin: auto;
    background-color: #be1516;
    padding: 10px 20px 12px;
    border-radius: 50em;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: #333333a1 7px 7px 10px;
}

.site-btn a{
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
}

.site-type{
    position: relative;
    float: right;
}
.site-type .box-img img{
    width: 100%;
}
.footer-btn{
    float: right;
}

#isuzu-dmax-box .site-btn{
    margin-top: -33px;
}
.logo-image img{
    cursor: pointer;
}
.box-img img{
    cursor: pointer;
}

@media only screen and (min-width: 1680px) {
    .box-img{
        margin-top: -70px;
    }   
}



@media only screen and (max-width: 768px) {
    
   
    .site-btn{
        box-shadow: #333333a1 5px 5px 5px;
        position: unset;
        width: 50%;
        padding: 4px 10px 6px;
    }
    .site-btn a{
        font-size: 1rem;
    }
    .footer-btn img{
        width: 70%;
    }
    .footer-btn{
        display: none !important;
    }

    /* #isuzu-truck-box{
        margin-bottom: 70px;
    } */
    .box-img{
        margin-top: -35px;
    }

    .logo-image {
        cursor: pointer;
    }
    .box-img{
        cursor: pointer;
    }
    .logo-image img{
        width: 40%;
    }
    .isuzu-logo{
        width: 63%;
    }

    #isuzu-dmax-box{
        margin-bottom: 20px;
    }

    #isuzu-truck-box{
        margin-bottom: 30px;
    }

}


@media only screen and (max-width: 640px) {
    .main-section{
        display: inline-block;
        background-image: url(../images/bgMobile.png);
        background-repeat: no-repeat;
        margin-bottom: 50px;
        background-position: center top;
    }
}