Tecno Spark 40 Pro Price in Bangladesh
.phone-box {
max-width: 750px;
margin: auto;
font-family: Arial, sans-serif;
border: 1px solid #ddd;
padding: 15px;
border-radius: 10px;
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.phone-title {
text-align: center;
margin-bottom: 15px;
font-size: 22px;
}
.phone-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: flex-start;
}
.phone-left { flex: 1 1 280px; min-width: 250px; }
.phone-right { flex: 1 1 350px; min-width: 250px; }
.main-image {
width: 100%; border-radius: 8px; border: 1px solid #ccc; display: block;
}
.scroll-thumbs {
overflow: hidden;
width: 100%;
border: 1px solid #ccc;
border-radius: 8px;
margin-top: 10px;
height: 52px;
position: relative;
}
.thumbs-track {
display: flex;
width: max-content;
animation: scrollLeft 8s linear infinite;
}
.thumbs-track img {
width: 40px;
height: 40px;
margin: 5px;
border: 2px solid #aaa;
border-radius: 5px;
object-fit: cover;
cursor: pointer;
transition: transform 0.3s, border-color 0.3s;
}
.thumbs-track img:hover {
border-color: #00a13f;
transform: scale(1.1);
}
@keyframes scrollLeft {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}
.price {
font-size: 24px;
color: #00a13f;
font-weight: bold;
margin-bottom: 15px;
background: #eaf9f0;
padding: 6px 12px;
display: inline-block;
border-radius: 8px;
}
.meta, .specs {
list-style: none;
padding: 0;
margin: 10px 0;
}
.meta li, .specs li {
margin-bottom: 6px;
font-size: 15px;
}
.status {
background: #0abf53;
color: white;
padding: 2px 6px;
border-radius: 4px;
}
@media (max-width: 600px) {
.phone-grid {
flex-direction: column;
}
}
Tecno Spark 40 Pro


- 📅 Released: Exp. release 2025, July 07
- 🤖 OS: Android 15
- 📱 Display: 6.78″ 1220×2712 pixels
- 📸 Camera: 50MP 2160 pixels
- ⚙ Ram: 8GB RAM
- 🔋 Battery: 5200mAh, 45W Fast Charging
function changeImage(src) {
document.getElementById(‘mainImg’).src = src;
}
function pauseScroll() {
document.getElementById(‘thumbsTrack’).style.animationPlayState = ‘paused’;
}
function resumeScroll() {
document.getElementById(‘thumbsTrack’).style.animationPlayState = ‘running’;
}



