/*
** Responsive Code
*/
@media (min-width: 1700px) {

}
@media (max-width: 1700px) {

}
@media(max-width: 1560px) {

}
@media(max-width: 1400px) {

}
@media(max-width: 1380px) {
    /* Banner */
    .banner-content h1 {
        font-size: 45px;
    }
}
@media(max-width: 1260px) {
    /* Header */
    .nav-link,
    .lang-btn {
        font-size: 16px;
    }

    /* Banner */
    .event-title,
    .event-data {
        font-size: 16px;
    }
    .number span {
        font-size: 82px;
    }

    /* About */
    .about-paragraphs p {
        font-size: 16px;
    }

    .notification-img img {
        width: 700px;
        height: auto;
    }
}
@media(max-width: 1170px) {
    /* Header */
    .navigation-menu {
        display: none;
    }
    .header-actions {
        gap: 20px;
    }
    .lines {
        display: flex;
    }

    /* hamburger */
    .lang-menu {
        position: static
    }
    .lang-dropdown {
        padding: 15px 0;
        border-bottom: 1px solid var(--lightGreen-color);
        margin-bottom: 50px;
    }
    .lang-btn {
        width: 100%;
        font-size: 20px;
        justify-content: space-between;
    }
    .lang-menu {
        box-shadow: none;
        padding-left: 25px;
    }
    .lang-menu a {
        text-align: left;
    }
    .lang-menu a:hover {
        background-color: #fff;
        color: var(--darkGray-color);
    }

    /* Card Members */
    .member-box-title span {
        font-size: 20px;
    }
    .member-box-title h3 {
        font-size: 36px;
    }
    .member-box-title p {
        font-size: 24px;
    }
    .member-box-img {
        height: 600px;
    }

    /* About Page */
    .about-banner-text p {
        font-size: 16px;
    }

    /* Events Page */
    .event-detail-card,
    .event-detail-text {
        width: 50%;
    }

    /* Status */
    .status h1 {
        font-size: 24px;
    }
    .status p,
    .status h3,
    .status ul li {
        font-size: 16px;
    }
}
@media(max-width: 1070px) {
    /* banner */
    .banner-content h1 {
        font-size: 36px;
    }
    .number span {
        font-size: 72px;
    }

    /* Events Page */
    .event-box .event-text p {
        font-size: 16px;
    }

    .custom-model-wrap {
        overflow-x: scroll;
    }
    .custom-model-member .custom-model-wrap {
        overflow-x: hidden;
    }
}
@media(max-width: 993px) {
    /* Banner */
    .banner .container {
        flex-direction: column;
        align-items: start;
    }
    .banner-content,
    .banner-events {
        width: 100%;
    }

    /* About & About Page */
    .about-content h3 {
        font-size: 24px;
    }
    .about-banner {
        padding-bottom: 180px;
    }
    .about-banner-container {
        position: relative;
        flex-direction: column;
    }
    .about-banner-text {
        gap: 15px;
    }
    .about-banner-img .banner-numbers {
        width: 100%;
        position: absolute;
        bottom: -120px;
    }
    .about-card-1 h3 {
        font-size: 36px;
    }
    .about-cards .container {
        gap: 25px;
    }

    /* Card Member */
    .star {
        width: 80px;
        height: 80px;
    }
    .member-box-title h3 {
        font-size: 24px;
    }
    .member-box-detail ul li {
        font-size: 16px;
    }

    /* Mail Box */
    .mail-box-text h1 {
        font-size: 28px;
    }
    .mail-box-text p {
        font-size: 16px;
    }

    /* Footer */
    .footer-contact a,
    .footer-contact p,
    .footer-links ul li a,
    .footer-copyright .container p,
    .footer-copyright .container a {
        font-size: 16px;
    }

    /* Blog */
    .blog-grid,
    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Events Page */
    .event-detail-container {
        flex-direction: column;
        gap: 50px;
    }
    .event-card {
        padding: 25px;
    }
    .event-detail-card,
    .event-detail-text {
        width: 100%;
    }
    .event-icon-box h4 br {
        display: none;
    }
    .event-detail-card {
        height: 100%;
    }
    .event-icon-box {
        padding-bottom: 15px;
    }
    .event-icon-box {
        border-bottom: 1px solid var(--lightGreen-color);
    }

    /* Members */
    .members-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    /* Header */
    .header-btn {
        display: none;
    }
    header .container {
        padding: 20px 15px;
    }
    .lines.active {
        transform: none;
    }

    /* Banner */
    .tree-bg {
        height: auto;
    }
    .banner-content p,
    .banner-numbers {
        margin-bottom: 20px;
    }

    /* About & About Page*/
    .about .container {
        flex-direction: column;
    }
    .about-img,
    .about-banner-img img,
    .about-card-1,
    .blog-detail img {
        width: 100%;
        height: 600px;
    }
    .about-content {
        width: 100%;
        gap: 15px;
    }
    .about-cards .container {
        flex-direction: column;
        gap: 50px;
    }

    /* Card Member */
    .member-box .container {
        flex-direction: column;
    }
    .member-box-detail {
        width: 100%;
        border-top-right-radius: var(--border-radius-2);
        border-bottom-left-radius: 0;
        gap: 30px;
    }
    .member-box-img {
        width: 100%;
        height: 400px;
    }
    .member-box-img img {
        object-position: top;
        border-bottom-right-radius: var(--border-radius-2);
        border-bottom-left-radius: var(--border-radius-2);
        border-top-right-radius: 0;
    }

    /* Mail Box */
    .mail-box-container {
        flex-direction: column;
        padding: 25px;
    }
    .mail-tree {
        top: 50px;
        transform: none;
        height: 50%;
    }
    .mail-box-text,
    .mail-box form {
        width: 100%;
    }

    /* Footer */
    .footer-links,
    .footer-copyright .container {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .footer-contact,
    .footer-contact:nth-child(2) {
        flex-direction: column;
        align-items: center;
    }
    .footer-contact:nth-child(3) {
        flex-direction: row;
    }
    .footer-contacts {
        align-items: center;
    }

   .footer-contact p,
   .footer-links ul li,
   .footer-copyright .container a,
   .footer-copyright .container p {
        text-align: center;
   }

   /* Events Page */
   .events-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .event-box .event-text p {
        font-size: 16px;
    }

    /* Thanks */
    .thanks img {
        width: 100%;
    }
    .thanks-btn {
        width: 50%;
    }

    /* Members */
    .members-container {
        flex-direction: column;
    }
    .members-filters {
        display: none;
    }
    .members-filters-mobile {
        display: block;
    }
    .custom-model-member .custom-model-wrap {
        flex-direction: column;
        height: auto;
    }
    .custom-model-member .custom-model-inner {
        width: 500px;
    }
    .custom-img {
        width: 100%;
        height: 400px;
    }
    .custom-img img{
        object-position: top;
    }
    .member-detail,
    .members-cards {
        width: 100%;
    }
    .close-member {
        position: absolute;
        top: 15px;
        font-size: 30px;
        color: var(--white-color);
    }
    .member-detail {
        padding: 15px;
    }
    .become-member-form .checkbox label {
        padding-top: 0;
    }
    .seniors .members-cards .member-img {
        height: 300px;
    }

    /* Contacts */
    .contacts-container {
        flex-direction: column;
    }
    .contacts-details,
    .contacts-form {
        width: 100%;
    }

    /* Notification Pop Up */
    .notification-bar {
        max-width: 100%;
        top: 50px;
        left: 0;
        transform: none;
        padding: 0 15px;
    }

    .notification-img img {
        width: 100%;
        height: auto;
    }

}
@media(max-width: 600px) {
    /* Hamburger menu */
    .sidebarMenu {
        width: 100%;
    }

    /* Banner */
    .number span {
        font-size: 52px;
    }

    /* Footer */
    .footer-logo,
    .footer-socials {
        flex-direction: column;
        gap: 15px;
    }
    .footer-contacts {
        margin-bottom: 40px;
    }
    .footer-links {
        position: relative;
        padding-bottom: 100px;
    }
    .footer-contact:nth-child(3) {
        position: absolute;
        bottom: 30px;
    }

    /* Blog */
    .blog-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .pagination {
        justify-content: center;
    }
    .num-hide {
        display: none;
    }

    /* Order Pop - UP */
    .custom-title h3,
    .order-price p  {
        font-size: 24px;
    }
    .order-text h6,
    .order-price span,
    .order-text p {
        font-size: 14px;
    }
    .popBtn {
        padding: 20px 0;
    }
    .order-icon {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
    .order-icon img {
        width: 40px;
    }

    /* Thanks */
    .thanks h1 {
        font-size: 36px;
    }
    .thanks {
        padding: 50px 0 150px;
    }

    /* Members */
    .members-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .input-data {
        flex-direction: column;
    }
}
@media(max-width: 500px) {
    /* General */
    .btn {
        font-size: 16px;
        padding: 20px 0;
    }
    /* banner */
    .banner-content h1,
    .number span {
        font-size: 32px;
    }
    .banner-content p,
    .number p,
    .event-title,
    .event-data {
        font-size: 14px;
    }
    .bannerSwiper img {
        height: 500px;
    }

    /* About & About Page */
    .about-img,
    .about-banner-img img,
    .about-card-1,
    .blog-detail img {
        height: 400px;
    }
    .about-paragraphs p {
        font-size: 14px;
    }
    .about-banner .container h1,
    .about-card-1 h3 {
        font-size: 24px;
    }

    /* Card Member */
    .member-box-img {
        height: 350px;
    }

    /* News */
    .news-title a {
        display: none;
    }
    .news-title h1 {
        font-size: 24px;
    }
    .article-img-box {
        height: 300px;
    }
    .new-content h3 {
        font-size: 16px;
    }

    /* Partners */
    .partners h1 {
        font-size: 24px;
    }
    .partner-box img {
        width: 150px;
    }

    /* Mail Box */
    .mail-box-text h1,
    .blog .container h1,
    .events .container h1 {
        font-size: 24px;
    }
    .blog-paragraphs p {
        font-size: 16px;
    }

    /* Events Detail */
    .events-detail h1 {
        font-size: 24px;
    }
    .event-card h3 {
        font-size: 20px;
    }
    .event-detail-paragraphs p,
    .event-icon-box p,
    .event-icon-box h4 {
        font-size: 16px;
    }
    .event-detail-text img {
        height: 400px;
    }

    /* Order Pop - Up */
    .order-text p {
        font-size: 14px;
    }

    /* Thanks */
    .thanks h1 {
        font-size: 24px;
        padding-bottom: 50px;
    }
    .thanks-text {
        font-size: 16px;
        padding-bottom: 50px;
    }
    .thanks-btn {
        width: 100%;
    }

    /* Members */
    .members-intro h1,
    .member-text h3,
    .become-member-form h1,
    .comision h1 {
        font-size: 24px;
    }
    .members-intro p,
    .member-btn,
    .member-text p {
        font-size: 14px;
    }
    .member-card h3,
    .member-text h5,
    .member-text a,
    .become-title {
        font-size: 16px;
    }
    .custom-img {
        height: 350px;
    }
    .member-text p {
        margin: 25px 0;
    }
    .member-btn {
        padding: 20px;
    }

    /* Contacts */
    .contacts-details h1 {
        font-size: 24px;
    }
    .contacts-box h3,
    .contacts-box p,
    .contacts-form h3,
    .contacts-form p {
        font-size: 16px;
    }
}
@media(max-width: 400px) {
    .header-logo {
        width: 120px;
    }

    /* Card Member */
    .member-box-btn,
    .card-1-btn  {
        padding: 20px 0;
    }

    /* News */
    .article-img-box {
        height: 300px;
    }

    /* Partners */
    .partner-box img {
        width: 100%;
    }
    .mail-tree {
        width: 80%;
    }

    /* Mail Box */
    .mail-box-container {
        padding: 25px 15px;
    }
    .mail-box-text h1 br {
        display: none;
    }

    /* Blog */
    .page-number {
        min-width: 45px;
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    /* Event Page */
    .events-grid .event-box {
        height: 400px;
    }
    .event-icon-box p {
        width: 50px;
    }

    /* Members */
    .members-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media(max-width: 380px) {
    /* Banner */
    .banner-content h1,
    .number span {
        font-size: 24px;
    }
    .number p {
        font-size: 10px;
    }
    .bannerSwiper img {
        height: 400px;
    }
    .event-title {
        padding: 0 10px;
    }
    .bannerSwiper .swiper-button-next, .bannerSwiper .swiper-button-prev {
        top: 35%;
        width: 35px;
        height: 35px;
    }

    /* About & About Page */
    .about-img,
    .about-banner-img img,
    .blog-detail img {
        height: 300px;
    }

    /* Card Member */
    .checkmark {
        min-width: 35px;
        width: 35px;
        height: 35px;
    }
    .member-box-detail ul li {
        gap: 15px;
        font-size: 14px;
    }
    .star {
        display: none;
    }
    .member-box-title p,
    .member-box-title span {
        font-size: 16px;
    }

    /* Events Page */
    .event-box .event-text span {
        font-size: 16px;
    }
    .event-box .event-text p {
        font-size: 14px;
    }
    .event-box .event-text {
        height: 100px;
    }
    .event-box .event-data {
        min-width: 80px;
    }
    .event-icon-box h4 span {
        font-size: 24px;
    }
    .event-icon {
        align-items: start;
        flex-direction: column;
    }
    .event-icon span {
        height: 30px;
        width: 30px;
        min-width: 30px;
    }
    .event-detail-text img {
        height: 300px;
    }

    /* Order Pop - Up */
    .order-content {
        flex-direction: column;
        align-items: start;
    }
    .custom-title h3,
    .order-price p {
        font-size: 16px;
    }
    .control  {
        font-size: 10px;
    }
    .popBtn,
    .label-radio,
    .radiobox h3 {
        font-size: 14px;
    }
    .user-inputs input {
        padding: 15px;
    }

    /* Members */
    .custom-img {
        height: 300px;
    }
    .custom-model-member .custom-model-inner {
        margin: 25px auto;
    }

    /* Contacts */
    .contacts-form {
        padding: 15px;
    }
}
