@media screen and (min-width: 1400px) {
    .container {
        max-width: 1224px;
    }
}

/*
====================================
large Screen - Others
====================================
*/

@media screen and (min-width: 1200px) and (max-width: 1399px) {}

/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* header area  */
    .logo img {
        max-width: 120px;
    }
    .header-wrapper {
        gap: 15px;
    }
    .header-left {
        gap: 15px;
    }
    .singup-btn a {
        width: 150px;
        height: 55px;
        font-size: 12px;
    }
    /* vote area  */
    .vote-left-wp {
        width: 100%;
    }
    .vote-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .user-panel-card {
        width: 100%;
    }
    .section-three-wrapper {
        grid-template-columns: 1fr;
    }
    .footer-right {
        gap: 10px;
    }
}

/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* header area  */
    .header-wrapper {
        padding-block: 10px;
    }
    .header-left {
        width: 100%;
    }
    .lang-selector-container {
        margin-left: auto;
    }
    /* hero area  */
    .hero-wrapper {
        align-items: center;
    }
    /* vote area  */
    .vote-left-wp {
        width: 100%;
    }
    .vote-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .user-panel-card {
        width: 100%;
    }
    .social-card a {
        padding: 22px 20px;
    }
    .promo-content h4 {
        font-size: 30px;
    }
    .section-three-wrapper {
        grid-template-columns: 1fr;
    }
    .section-four-wrapper {
        flex-direction: column;
    }
    .discord-card {
        width: 100%;
        padding-left: 20%;
    }
    .footer-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 767px) {
	.section-top{
		gap: 0;
	}
    /* header area  */
	.m2-hide-mobile,.post-time{
		display: none;
	}
    .header-wrapper {
        padding-block: 10px;
    }
    .header-left {
        width: 100%;
        gap: 20px;
    }
    .lang-selector-container {
        margin-left: auto;
    }
    /* hero area  */
    .hero-wrapper {
        align-items: center;
        justify-content: center;
        min-height: fit-content;
        padding-top: 100px;
        padding-bottom: 80px;
    }
    /* update area  */
    .update-area {
        padding-block: 40px;
    }
    .update-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .update-left-wp {
        flex: 1;
        max-width: 100%;
        width: 100%;
    }
    .update-tab-nav {
        gap: 10px;
        flex-wrap: wrap;
    }
    /* server area  */
    .server-area {
        padding-block: 40px;
    }
    .server-content-wp {
        grid-template-columns: repeat(1, 1fr);
    }
    /* fairy area  */
    .fairy-left {
        max-width: 100%;
    }
    .fairy-left h2 {
        font-size: 40px;
    }
    .fairy-left p {
        font-size: 14px;
    }
    .availity-info h4 {
        font-size: 13px;
    }
    .single-avibility .icon {
        max-width: 80px;
    }
    .fairy-wrapper {
        flex-direction: column;
        gap: 30px;
        padding-top: 50px;
    }
    .fairy-right {
        margin-top: 0;
    }
    /* media  */
    .media-area {
        padding-block: 40px;
    }
    .media-slider-wp {
        padding-top: 30px;
    }
    .footer-wrapper {
        flex-direction: column;
        align-items: center;
        padding-block: 10px;
        gap: 10px;
    }
    /* vote area  */
    .vote-left-wp {
        width: 100%;
    }
    .vote-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .user-panel-card {
        width: 100%;
    }
    .social-card a {
        padding: 22px 20px;
    }
    .promo-content h4 {
        font-size: 30px;
    }
    .promo-content h4 {
        font-size: 25px;
    }
    .single-promo-card>img {
        height: 100%;
        object-fit: cover;
    }
    .vote-slider-area {
        height: 100%;
    }
    .vote-slider {
        height: 100%;
    }
    .single-promo-card {
        height: 100%;
    }
    .vote-btm-left h4 {
        font-size: 14px;
    }
    .promo-content {
        gap: 0;
        padding: 20px;
    }
    .promo-content p {
        font-size: 16px;
    }
    .section-three-wrapper {
        grid-template-columns: 1fr;
    }
    .card-header {
        flex-direction: column;
        align-items: start;
    }
    .card-header-left {
        width: 100%;
        justify-content: space-between;
    }
    .m2-row-data td {
        padding: 10px 2px;
        font-size: 12px;
    }
    .m2-header-cell {
        font-size: 12px;
        padding: 12px 2px;
    }
    .section-four-wrapper {
        flex-direction: column;
    }
    .discord-card {
        width: 100%;
        padding-left: 20%;
    }
    .rewarded-card .icon {
        max-width: 90px;
    }
    .rewarded-content h4 {
        font-size: 14px;
    }
    .rewarded-card {
        padding-block: 15px;
    }
    .footer-wrapper {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .lang-selected-display {
        gap: 5px;
        padding: 8px 0px;
    }
    .hero-actions {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero-actions .download-btn {
        justify-content: center;
        width: 100%;
    }
    .hero-area {
        overflow: hidden;
    }
    .hero-logo img {
        /* margin-left: 35px; */
		max-width: 80vw;
    }
    .vote-slider {
        height: 100%;
        min-height: 300px;
    }
    .promo-content h4 {
        font-size: 20px;
    }
    .promo-content p {
        font-size: 14px;
    }
    .vote-bottom {
        flex-direction: column;
        gap: 20px;
    }
    .rewarded-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        background-size: cover;
        gap: 16px;
    }
    .discord-card {
        text-align: center;
    }
    .discord-card h4 {
        font-size: 14px;
    }
    .footer-right {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-right .lang-selector-container {
        margin-inline: auto;
    }
    .social-card {
        flex-direction: row;
    }
    .social-card a {
        padding: 22px 20px;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    .social-card a:last-child {
        border: none !important;
    }
    .scrolltotop img {
        max-width: 60px;
    }
}