.mine-sec .title {
    text-align: center;
    margin-top: -52px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 0;
    line-height: 1;
}
.mine-sec .title:hover{
    font-family: 'strokeWeight';
}
.mine-sec .title span {
    font-size: 48px;
    font-weight: 120;
    color: var(--gray);
    display: block;
    text-transform: initial;
    margin-top: -18px;
}
.mine-img,.mine-img-two{
    text-align: center;
}
.mine-sec {
    position: relative;
    background-color: var(--white);
    padding: 80px 0;
    background-image: url(https://callme.vodka/wp-content/uploads/2025/04/cmx_single_bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mine-sec .clock-img {
    position: absolute;
    top: 30%;
    z-index: 1;
    transform: translateY(-50%);
    left: 130px;
}
.mine-keyword h2{
    color: var(--gray);
    margin-bottom: 0;
    font-size: 50px;
    line-height: normal;
}
.mine-keyword {
    position: absolute;
    z-index: 1;
}
.mine-img,.mine-img-two {
    line-height: 0;
}
.mine-keyword.top-left {
    left: 140px;
    top: 10%;
}
.mine-keyword.top-right {
    right: 70px;
    top: 21%;
}
.mine-keyword.bottom-left {
    bottom: 10px;
    left: 50px;
}
.mine-keyword.bottom-right {
    bottom: 7.3%;
    right: 6%;
}
.mine-keyword h2 span{
	animation: breathe 4000ms infinite both;
	animation-delay: 0.5s;
}
.mine-keyword h2 span:nth-child(2){animation-delay: 0.7s;}
.mine-keyword h2 span:nth-child(3){animation-delay: 0.8s;}
.mine-keyword h2 span:nth-child(4){animation-delay: 0.9s;}
.mine-keyword h2 span:nth-child(5){animation-delay: 1s;}
.mine-keyword h2 span:nth-child(6){animation-delay: 1.1s;}
.mine-keyword h2 span:nth-child(7){animation-delay: 1.2s;}
.mine-keyword h2 span:nth-child(8){animation-delay: 1.3s;}
.mine-keyword h2 span:nth-child(9){animation-delay: 1.4s;}
.mine-keyword h2 span:nth-child(10){animation-delay: 1.5s;}
.mine-keyword h2 span:nth-child(11){animation-delay: 1.6s;}
.mine-keyword h2 span:nth-child(12){animation-delay: 1.7s;}
.mine-keyword h2 span:nth-child(13){animation-delay: 1.8s;}
.mine-keyword h2 span:nth-child(14){animation-delay: 1.9s;}
.mine-keyword h2 span:nth-child(15){animation-delay: 2s;}
.mine-keyword h2 span:nth-child(16){animation-delay: 2.1s;}
.mine-keyword h2 span:nth-child(17){animation-delay: 2.2s;}
.mine-keyword h2 span:nth-child(18){animation-delay: 2.3s;}
.mine-keyword h2 span:nth-child(19){animation-delay: 2.4s;}
.mine-keyword h2 span:nth-child(20){animation-delay: 2.5s;}
.mine-keyword h2:hover span {
	animation-play-state: paused;
}
.mine-keyword h2:hover{
    font-family: 'strokeWeight';
    font-weight: 180;
}
.mine-keyword h2:hover span{
    font-weight: 180;
}
.mine-img{
    opacity: 0;
}
.mine-img-wrp{
    position: relative;
}
.mine-img-two {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    opacity: 0;
}
.mine-img.show,
.mine-img-two.show{
    opacity: 1;
}
@keyframes breathe {
	0% {
        font-size: 48px;
        font-weight: 180;
	}
	60% {
		font-size: 50px;
        font-weight: 80;
	}
	
	100% {
		font-size: 48px;
        font-weight: 180;
	}
}
@media only screen and (max-width: 1199px) {
    .mine-sec .title span{
        font-size: 42px;
    }
    .mine-sec .title{
        margin-top: -47px;
    }
    .mine-keyword h2{
        font-size: 44px;
    }
    .mine-keyword.top-left,.mine-sec .clock-img{
        left: 60px;
    }
    .mine-keyword.top-right{
        right: 30px;
    }
    @keyframes breathe {
        0% {
            font-size: 42px;
            font-weight: 180;
        }
        60% {
            font-size: 44px;
            font-weight: 80;
        }
        
        100% {
            font-size: 42px;
            font-weight: 180;
        }
    }
    .mine-sec{
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .mine-sec .title span {
        font-size: 38px;
    }
    .mine-sec .title {
        margin-top: -39px;
    }
    .mine-keyword h2 {
        font-size: 36px;
    }
    @keyframes breathe {
        0% {
            font-size: 34px;
            font-weight: 180;
        }
        60% {
            font-size: 36px;
            font-weight: 80;
        }
        
        100% {
            font-size: 34px;
            font-weight: 180;
        }
    }
    .mine-keyword.top-left, .mine-sec .clock-img,.mine-keyword.bottom-left {
        left: 30px;
    }
    .mine-keyword.top-right {
        right: 15px;
    }
    .mine-keyword.bottom-right{
        right: 4%;
    }
}
@media only screen and (max-width: 767px) {
    .mine-keyword.top-left, .mine-sec .clock-img, .mine-keyword.bottom-left{
        left: 10px;
    }
    .mine-sec .clock-img img{
        max-width: 70px;
    }
    .mine-keyword.bottom-right {
        right: 10px;
    }
    .mine-keyword h2 {
        font-size: 20px;
    }
    @keyframes breathe {
        0% {
            font-size: 18px;
            font-weight: 180;
        }
        60% {
            font-size: 20px;
            font-weight: 80;
        }        
        100% {
            font-size: 18px;
            font-weight: 180;
        }
    }
    .mine-sec .title {
        font-size: 32px;
        margin: -60px auto 0;
        max-width: 320px;
    }
    .mine-sec .title span {
        font-size: 28px;
        margin-top: -10px;
    }
    .mine-keyword.top-left{
        top: 12%;
    }
    .mine-keyword.top-right{
        top: 23%;
    }
    .mine-keyword.bottom-left{
        bottom: 5px;
    }
    .mine-img img,.mine-img-two img{
        max-width: 90px;
    }
}
