.banner-sec{
    padding:100px 0;

}
.banner-wrapper{
    position:relative;
}
.banner-heading{
    max-width:787px;
    margin-bottom:40px;
}
.banner-heading > .title1{
    font-size:69px;
    font-weight:bold;
    color:#FFFFFF;
}
.banner-subtitle{
    max-width:661px;
    font-size:20px;
    font-weight:400;
    color:#FFFFFF;
    margin-bottom:60px;
    margin-left:20px;
    position:relative;
}
.banner-subtitle::before{
    content: "";
    position: absolute;
    width: 11px;
    height: 74px;
    background: #D7FB00;
    top: 10px;
    left: -21px;
}

.counter-sec{
    margin-bottom:40px;
}
.secondary-btn{
    padding: 8px 15px;
    border-top-right-radius:15px ;
    border-bottom-left-radius: 15px;
    background:transparent;
    border:1px solid #D7FB00;
    color:#D7FB00;
    margin-left:50px;
}
.banner-image{
    max-width:31.875vw;
}
.banner-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/*Circle*/
.circle {
	position: absolute;
    top: 68px;
    right: 45px;
	width: 200px;
	height: 200px;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
    
}
.logo {
	position: absolute;
	width: 140px;
	height: 140px;
	background: url("../image/gymequipment.png");
	background-size: cover;
	border-radius: 100vmax;
	background-position: center;
}

.text {
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: consolas;
	color: #FFFFFF;
	font-size: 17px;
	animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}
.text span {
	position: absolute;
	left: 50%;
	font-size: 1.2em;
    color:#FFFFFF;
	transform-origin: 0 100px;
}
@media screen and (max-width:1200px){
    
    .banner-image{
        max-width: 332px;
        margin: 0 auto;
    }
    .circle{
       
    right: 8px;
    }
    .banner-btn{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:992px){
    .banner-btn {
        margin-bottom:25px;
    }
        .circle {
       transform: scale(0.8);
    }
}
@media screen and (max-width:768px){
        .circle {
       
        right: 58px;
    }
}
@media screen and (max-width:576px){
    .banner-heading > .title1{
        font-size:62px;
    }
    .banner-subtitle{
        font-size:17px;
        margin-bottom:40px;
    }
        .circle {
        
        right: 34px;
    }
   
}
@media screen and (max-width:475px){
    .banner-heading > .title1{
        font-size:34px;
    }
    .banner-subtitle{
        font-size:15px;
    }
    
    }

@media screen and (max-width:375px){
    .banner-heading > .title1{
        font-size:25px;
    }
    .banner-subtitle{
        font-size:13px;
    }
    
}
@media (max-width: 768px) {
    .circle {
        transform: scale(0.8);
    }

    .text p {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

/* ✅ Mobile (480px and below) */
@media (max-width: 480px) {
    .circle {
        transform: scale(0.65);
        top: 2px;
        right: -4px;
    }

    .text p {
        font-size: 14px;
        letter-spacing: 1.5px;
    }
}

/* ✅ Small Mobile (320px and below) */
@media (max-width: 320px) {
    .circle {
        transform: scale(0.55);
        top: -13px;
        right: -21px;
    }

    .text p {
        font-size: 12px;
        letter-spacing: 1px;
    }
}






