
/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1499px) {
   
    .hero-area{
        background-size: 100% 680px;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1399px) {
    .header{
        overflow-x: hidden;
    }
    .header-nav ul li a {
        font-size: 14px;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1299px) {
    
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
    .event-title h5 {
        font-size: 10px;
    }
    .event-sord img {
        max-width: 35px;
    }
    .event-sord {
        transform: translateY(-19%);
    }
    .hero-img {
        max-width: 606px;
    }
    .hero-content {
        padding: 178px 0px 128px;
    }
    .hero-content img {
        max-width: 359px;
    }

    .event-Item {
        margin-bottom: 19px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
    
    .hero-content img {
        z-index: 1;
    }
    .event-Item {
        margin-bottom: 19px;
    }
    .header-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px;
    }
    .footer-nav ul li a.logo {
        display: none;
    }
    .hero-area {
        overflow-x: hidden;
    }

}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
  
    .widgetItem-header h4 {
        font-size: 13px;
    }
    .statis-item h4 {
        font-size: 14px;
    }
    .widgetLink {
        font-size: 20px;
    }
    .widgetLink span.icon img {
        max-width: 100%;
    }
    .widgetLink span.icon {
        width: 40px;
        flex: 0 0 auto;
    }
    .widgetLink {
        justify-content: center;
    }
    img.dragon-ball {
        max-width: 38px;
    }
    .footer-nav ul {
        flex-direction: column;
        gap: 5px;
    }
    .scrollToUp {
        transform: translate(-50%, -134%);
    }
    .footer-bottom p {
        font-size: 14px;
    }
    .footer-bottom  br {
        display: none;
    }
    .footer-bottom   {
        font-size: 14px;
    }

    .scrollToUp img{
        max-width: 50px;
    }
    .scrollToUp {
        transform: translate(-50%, -212%);
    }
    .footer-nav {
        padding-bottom: 38px;
    }
    body, html{
        overflow-x: hidden;
    }
    .hero-content img {
        max-width: 280px;
    }
    .news-nav-btns {
        gap: 9px;
        overflow-x: scroll;
    }
    .news-nav-btns button {
        font-size: 14px;
        width: max-content;
        flex: 0 0 auto;
    }
    .news-nav-btns button {
        font-size: 12px;
    }
    .newsItem-header-info .info-box h5 {
        line-height: 1.1;
    }
    .newsItem-header-info .info-box h5 a {
        font-size: 13px;
        line-height: 1.1;
    }
    .news-wrapper {
        padding: 17px 9px;
    }
    .newsItem-header-info img {
        width: 40px;
        height: 40px;
    }
    .newsItem-header-info {
        margin-bottom: 4px;
    }
    .newsItem-header .news-btn {
        margin-bottom: 7px;
    }
    .footer-nav ul li a {
        font-size: 13px;
    }
    .lamp-img{
        display: none;  
    }
    .content-area {
        padding-bottom: 5px;
    }


}

/* Small devices  */
@media (max-width: 575px) {
    
    .news-content-header h3 {
        display: none;
    }

}