
.hmabt{
    padding: 60px 0 300px 0;
    position: relative;
    z-index: 0;
}
.hmabt-img1{
    position: absolute;
    z-index: -1;
    height: 300px;
    object-fit: contain;
    top: 15%;
    left: 0;
}
.hmabt-img2{
    position: absolute;
    z-index: -1;
    height: 250px;
    object-fit: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.hmabtBox{
    width: 100%;
    padding: 25px;
    background-color: var(--white);
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.05);
    border-radius: 25px;
    position: relative;
    z-index: 0;
}
.hmabtBox-imgholder{
    height: 600px;
    position: relative;
    width: 100%;
    z-index: 0;
}
.hmabtBox-imgholder::before{
    content: "";
    width: 25px;
    height: 25px;
    background-color: var(--white);
    border-radius: 0 25px 0 0px;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 2;
}
.hmabtBox-imgholder::after{
    content: "";
    width: 25px;
    height: 25px;
    background-color: var(--white);
    position: absolute;
    bottom: -1px;
    left: -1px;
    border-radius: 0 0px 0 25px;
    z-index: 2;
}
.hmabtBox-imgholder-ab{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    border-radius: 25px;
}
.hmabtBox__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.hmabtBox-ab{
    width: 115px;
    height: 115px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
}
.hmabtBox-ab__img{
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.hmabtBoxcol1{
    width: 270px;
    height: 210px;
    border: 5px solid var(--white);
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 3;
    z-index: 9;
    overflow: hidden;
}
.hmabtBoxcol2{
    top: auto;
    right: auto;
    bottom: 25px;
    left: 25px;
}
.hmabtBoxcol1__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.hmabtBoxcol1:hover .hmabtBoxcol1__img{
    transform: scale(1.3);
    transition: all 0.5s ease-in-out;
}
.hmabtBox2__h{
    font-size: 1.7rem;
    font-weight: bold;
    color: var(--main);
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
    padding: 30px 0;
}
.hmabtBox2__img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    object-fit: contain;
    z-index: 9;
    width: 450px;
}
.hmabtBox2-inner{
    padding: 42px 42px;
    background-color: rgba(254,254,254,0.7);
    border-radius: 20px;
    width: 100%;
    margin-bottom: 40px;
}
.hmabtBox2-inner__p{
    font-size: 1.2rem;
    line-height: 2.5;
    font-weight: 600;
    margin-bottom: 20px;
}
.hmabtBox2-inner__link{
    padding: 15px 45px;
    background-color: var(--main);
    color: var(--white);
    font-weight: bold;
    width: fit-content;
    border-radius: 60px;
}
.hmabtBox2-inner__link:hover{
    background-color: rgba(254,254,254,0.7);
    color: var(--contrast);
}
.hmabtBox2col1{
    padding: 15px 35px;
    background-color: rgba(254,254,254,0.7);
    width: fit-content;
    border-radius: 60px;
    line-height: 1;
    height: 75px;
}
.hmabtBox2col1 svg path{
    fill: var(--eigth-color);
}
.hmabtBox2col2{
    background-color: rgba(58, 71, 85, 0.35);
    height: 75px;
    padding: 10px 35px;
    column-gap: 15px;
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 50px;

}
.hmabtBox2col2-mini{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.hmabtBox2col2-mini i{
    font-size: 1.5rem;
    color: var(--white);
}
.hmabtBox2col2-mini span{
    font-size: 0.7rem;
    color: var(--white);
}
.hmabtBox2col2-h3{
    font-size: 2rem;
    font-weight: bold;
    color: var(--white);
}
.hmabtBox2-wrpr{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.hmabt__btm{
    padding: 80px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.hmabt__btm::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thirteen-color);
    opacity: 0.47;
}
.hmabt__btm-h{
    position: relative;
    z-index: 9;
    font-size: 1.8rem;
    color: var(--white);
    font-weight: bold;
    padding: 30px 0;
}
.hmabt__btmimg{
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    object-fit: contain;
    opacity: 0.7;
}
.hmabt__btm {
    padding: 50px 0;
}
.hmabtBox2col1 svg path{
    fill: #F0B900;
}
@media(max-width:1799px){
    .hmabt {
        padding: 30px 0 180px 0;
    }
    .hmabt__btmimg,
    .hmabtBox2__img {
        width: 400px;
    }
    .hmabt__btm {
        padding: 28px 0;
    }
    .hmabt__btm-h,
    .hmabtBox2__h {
        padding: 22px 0;
    }
    .hmabt-hbox {
        padding: 16px 60px;
        font-size: 1.2rem;
    }
    .hmabtBox2__h {
        margin-bottom: 30px;
    }
    .hmabtBox2-inner {
        padding: 30px 30px;
        margin-bottom: 28px;
    }
    .hmabtBox2-inner__p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    .hmabtBox2-inner__link {
        padding: 13px 38px;
        font-size: 1rem;
    }
    .hmabtBox2col1{
        height: 60px;
    }
    .hmabtBox2col1 svg{
        width: 60px;
        height: auto;
    }
    .hmabtBox2col2 {
        height: 60px;
        padding: 5px 30px;
        column-gap: 10px;
    }
    .hmabtBox2col2-mini i {
        font-size: 1.2rem;
    }
    .hmabtBox2col2-h3 {
        font-size: 1.8rem;
    }
    .hmabtBox-imgholder {
        height: 500px;
    }
    .hmabtBoxcol1 {
        width: 230px;
        height: 180px;
    }
    .hmabt__btm {
        padding: 20px 0;
    }
    .hmabt__btmimg, .hmabtBox2__img {
        width: 370px;
    }
}
@media(max-width:1399px){
    .hmabtBoxcol1 {
        width: 190px;
        height: 140px;
    }
    .hmabtBox-ab {
        width: 95px;
        height: 95px;
    }
    .hmabtBox {
        padding: 15px;
    }
    .hmabtBox-imgholder {
        height: 400px;
    }
    .hmabtBox2col2-h3 {
        font-size: 1.1rem;
    }
    .hmabtBox2-wrpr {
        column-gap: 9px;
    }
    .hmabtBox2col2 {
        height: 53px;
        padding: 5px 25px;
        column-gap: 10px;
    }
    .hmabtBox2col1 {
        height: 53px;
        padding: 5px 25px;
        display: flex;
        align-items: center;
    }
    .hmabtBox2col1 svg {
        width: 40px;
        height: auto;
    }
    .hmabtBox {
        padding: 21px;
    }
    .hmabt {
        padding: 30px 0 150px 0;
    }
}
@media(max-width:1199px){
    .hmabtBox2col2 {
        height: 50px;
        padding: 5px 21px;
        column-gap: 5px;
    }
    .hmabtBox2col1{
        height: 50px;
        padding: 5px 21px; 
    }
    .hmabtBox2col2-mini i {
        font-size: 1rem;
    }
    .hmabtBox2-inner__link {
        padding: 10px 30px;
        font-size: 1rem;
    }
    .hmabtBox {
        padding: 10px;
        border-radius: 15px;
    }
    .hmabtBox__img,
    .hmabtBox-imgholder-ab{
        border-radius: 15px;
    }
    .hmabtBox-imgholder::before{
        border-radius: 0 15px 0 0;
    }
    .hmabtBox-imgholder::after{
        border-radius: 0 0 0 15px;
    }
    .hmabtBoxcol1 {
        width: 170px;
        height: 128px;
    }
    .hmabtBox-ab {
        width: 85px;
        height: 85px;
    }
    .hmabtBox2-inner {
        padding: 20px 20px;
        margin-bottom: 20px;
    }
    .hmabt__btm-h, .hmabtBox2__h {
        padding: 16px 0;
    }
}
@media(max-width:1023px){
    .hmabt-hboxhr {
        margin-bottom: 20px;
    }
    .hmabtBox2{
        margin-bottom: 25px;
    }
    .hmabt-hbox {
        padding: 10px 41px;
        font-size: 1rem;
    }
    .hmabtBox2__h {
        margin-bottom: 15px;
    }
    .hmabt {
        padding: 30px 0 200px 0;
    }
    .hmabt__btm-h, .hmabtBox2__h {
        padding: 12px 0;
    }
    .hmabt__btm {
        padding: 28px 0;
    }
    .hmabt {
        padding: 30px 0 150px 0;
    }
}
@media(max-width:539px){
    .hmabtBox2-inner__p {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    .hmabtBox2-wrpr{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .hmabtBoxcol1 {
        width: 150px;
        height: 100px;
    }
    .hmabtBox2-inner__link {
        padding: 8px 20px;
        font-size: 0.8rem;
    }
    .hmabtBox2col2 {
        height: 37px;
        padding: 3px 12px;
        column-gap: 5px;
    }
    .hmabtBox2col2-mini i {
        font-size: 0.8rem;
    }
    .hmabtBox2col2-mini span {
        font-size: 0.5rem;
    }
    .hmabtBox2col1 {
        height: 37px;
        padding: 3px 12px;
    }
    .hmabtBox2col2-h3 {
        font-size: 0.8rem;
    }
    .hmabt__btm-h, .hmabtBox2__h {
        padding: 10px 0;
    }
    .hmabtBox2__img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .hmabtBox2-wrpr {
        column-gap: 5px;
    }
    .hmabtBox-imgholder {
        height: 350px;
    }
}


.dark .hmabt::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.dark .hmabtBox2col2 {
    position: relative;
    z-index: 0;
    background-color: transparent;
}
.dark .hmabtBox2col2::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--dark-background-color4);
    z-index: -1;
    opacity: 0.66;
    border-radius: 60px;
}
.dark .hmabtBox2col1{
    background-color: transparent;
    position: relative;
    z-index: 0;
}
.dark .hmabtBox2col1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--dark-background-color4);
    z-index: -1;
    opacity: 0.66;
    border-radius: 60px;
}
.dark .hmabtBox2-inner{
    position: relative;
    z-index: 0;
    background-color: transparent;
    overflow: hidden;
}
.dark .hmabtBox2-inner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-background-color3);
    opacity: 0.66;
    z-index: -1;
}
.dark .hmabtBox2-inner__p{
    color: var(--white);
}
.dark .hmabtBox-imgholder::before,
.dark .hmabtBox-imgholder::after,
.dark .hmabtBox{
    background-color: var(--dark-background-color3);
}
.dark .hmabtBoxcol1{
    border-color: var(--dark-background-color1);
}
.dark .hmabt__btm::before{
    background-color: var(--dark-background-color4);
}