.swiper {width: 100%;height: ;}
.swiper-slide {display: flex;justify-content: center;align-items: center;border-radius:18px;}
.swiper-slide img{border-radius:18px;width:100%;}
.notifications {position: relative;height: 30px;overflow: hidden;display:flex;padding:0px 10px;margin-bottom:10px;align-items: center;}
.notifications-title {align-items: center;margin-right:15px;display:flex;}
.notifications-title img{width:20px;}
.notification-list {position: relative;height: 30px;line-height:30px;flex:1;}
.notification-item {position: absolute;width: 100%;font-size: 14px;color: #fff;opacity: 0;transform: translateY(20px);transition: all 0.5s ease;display: flex;align-items: center;gap: 8px;}
.notification-item.active {opacity: 1;transform: translateY(0);}
.notification-icon {color: #3498db;font-size: 12px;}
.right-icon{width:15px;height:20px;background:url(../images/right-white.svg) no-repeat;background-size:100% 100%;}
		
.features-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap:0;text-align:center;justify-content: center;padding:10px;}
.feature-btn {padding: 10px 0px;display: flex;flex-direction: column;align-items: center;gap:0;cursor: pointer;transition: all 0.3s ease;}
.feature-btn .feature-icon{width:62px; height:62px;border-radius:100%;text-align:center;display: flex;align-items: center;justify-content: center;}
.feature-btn .feature-icon img{width:60%;}
.feature-btn1 .feature-icon{background: linear-gradient(to bottom, #85e3fb, #34d0f8);}
.feature-btn2 .feature-icon{background: linear-gradient(to bottom, #87faa0, #39c356);}
.feature-btn3 .feature-icon{background: linear-gradient(to bottom, #e76eae, #dc2d8a);}
.feature-btn4 .feature-icon{background: linear-gradient(to bottom, #fea46f, #fe8b4b);}
.feature-btn5 .feature-icon{background: linear-gradient(to bottom, #f9fb59, #dcb603);}
.feature-btn6 .feature-icon{background: linear-gradient(to bottom, #fd947c, #fb785f);}
.feature-btn7 .feature-icon{background: linear-gradient(to bottom, #8ea5fd, #5b7cf9);}
.feature-btn8 .feature-icon{background: linear-gradient(to bottom, #7cdbc9, #3eb59c);}
.feature-btn9 .feature-icon{background: linear-gradient(to bottom, #6ca6fc, #2f6dde);}
.feature-btn10 .feature-icon{background: linear-gradient(to bottom, #ffc95d, #ffb626);}
.feature-btn11 .feature-icon{background: linear-gradient(to bottom, #00d9c0, #00b2c9);}
.feature-btn12 .feature-icon{background: linear-gradient(to bottom, #ff8e67, #ff3b2b);}
.feature-text {font-size: 13px;text-align: center;line-height:25px;}
.feature-btn4 .feature-text{font-size:10px;}
.top-coins {display: flex;justify-content: space-around;gap: 10px;}
.top-coin {display: flex;flex-direction: column;align-items: center;gap:5px;position:relative;margin:10px 0;width:75px;}
.top-coin-rank {width: 25px;height: 25px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 12px;z-index:999;position:absolute;top:50px;left:0px;}
.rank-1 {background: #E80404;color: white;}
.rank-2 {background: #2ecc71;color: white;}
.rank-3 {background: #F5C304;color: white;}
.top-coin .coin-icon {display: flex;align-items: center;justify-content: center;position:relative;}
.top-coin .coin-icon img{width:75px;height:75px;border-radius: 50%;}
.coin-name {font-family:manrope-semibold;}
.coin-change {}
.coin-change.negative {color: #e74c3c;}
.about2{padding:10px 30px;box-sizing:border-box;}
.about2-img{width:100%;border-radius:20px;overflow:hidden;}
.about2-img img{width:100%;}
.about2-title{font-size:24px;position:relative;height:60px;line-height:60px;}
.about2-title:after{position:absolute;width:30px;height:3px;background:#3773E3;content:'';left:0;bottom:0;}
.about2-text{font-size:16px;color:#333;line-height:30px;padding-bottom:80px;}
.swiper-pagination-bullet{background:#fff;}