/* box style */

.one-2 .box{
    min-height: 30vh; 
    background-size: cover !important;
    background-position: center !important;
    border-radius: 15px;
    overflow: hidden;
}

.one-2 .col-md-6:nth-child(1) .box{ 
    height: 100%;
}

.one-2 .col-md-6:nth-child(2) .box:nth-child(2){
    margin-top: 30px;
}
.one-2 .box h3{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75.48%);
    margin: 0;
    width: 100%;
    font-family: var(--font-inter);
    font-weight: 500; 
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    padding: 60px 30px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.one-2 .box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column; 
    position: relative;
    z-index: 1;
}

.one-1 h1{
    font-family: var(--font-inter); 
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
}

.one-1 .col-md-4{
    text-align: right;
}

.ev-one-spline{
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 100%;
}

.one-1 {
    padding: 30px 0px;
}
.one-2{
    position: relative;
}
.one-2 .center-img{
    position: absolute;  
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 110px; 
    margin: auto;
}

.one-2 .box .box-logo{ 
    max-width: 100%;
    opacity: 0;
}

.one-2 .box:hover:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: -1;
    transition-duration: 0.7s;
}

.one-2 .box:hover .box-logo{
    opacity: 1;
    transition-duration: 0.7s;
}

.one-2 .box h3 img{
    height: 15px;
}

.one-2 .box h3 span{ 
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background: #FFFFFF; 
    border-radius: 50%;
}



@media (max-width:767px) {
    .one-1{
        justify-content: center;
    }
    .one-1 .col-md-8{
        order: 2;
    }
    .one-1 .col-md-4{
        text-align: center;
    }
    .one-1 h1{
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
    }
    .one-2 .box h3{
        padding: 20px 10px;
        font-size: 13px;
    }
    .one-2 .col-md-6:nth-child(1){
        padding-bottom: 15px;
    }
    .one-2 .col-md-6:nth-child(2) .box:nth-child(2){
        margin-top: 15px;
    } 
    .one-main{
        margin-bottom: 60px;
    }
    .one-2 .center-img{
        display: none;
    }
    .ev-one-spline{
        position: fixed;
        bottom: 0;
        height: 80vh;
    }

    .one-2 .box:hover .box-logo{
        width: 70%;
    }
}