@media (max-width: 1500px) {}

@media (max-width: 1400px) {
    .video-modal {
        max-width: 75% !important;
    }

    .hero-content {
        width: 95%;
        top: inherit;
        bottom: 50px;
        justify-content: flex-end;
    }

    .navbar .navbar-brand img {
        max-width: 150px;
    }

    .navbar-nav a,
    .nav-scrolled .navbar-nav a {
        padding: 4px 8px !important;
        font-size: 14px;
    }

    .inner-gallery h4 {
        margin-bottom: 0px;
    }
}

@media (max-width: 1200px) {
    .hero-section {
        height: auto;
    }

    .hero-content {
        width: 95%;
        top: inherit;
        bottom: 0px;
        justify-content: flex-end;
    }

    .footer-links li {
        width: 48%;
        float: left;
    }

    .inner-gallery .gallery-item.img-small {
        max-height: 145px;
        height: inherit;
    }

    .inner-gallery .gallery-item.img-big {
        max-height: 312px;
    }

    .new-member-slider .item .text {
        height: 45%;
    }
    .box-wrp {height: 330px;}
    .new-member-slider .item.box-wrp .text {height: 40%;}
}

@media (max-width: 992px) {
    .member .sidebar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
.new-member-slider .item h3 {font-size: 22px;}
    .life-member {
        display: flex;
        align-items: center;
        flex: 0 0 80%
    }

    .member .sidebar h5 {
        margin-bottom: 0px;
    }

    .member .sidebar h5 br {
        display: none;
    }

    .fee-box {
        margin-top: 0px;
    }

    .life-member {
        margin-bottom: 20px;
    }

    .member .sidebar h5 {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .fee-box {
        margin-bottom: 20px;
        display: inline-block;
    }

    .sidebar-button {
        width: 98%;
    }

    .hero-content {
        bottom: 60px;
    }

    .navbar-toggler {
        background-color: var(--primary_color);
        position: absolute;
        right: 5px;
        border-radius: 5px;
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: none;
    }

    .navbar-dark .navbar-toggler-icon {
        color: var(--white_color);
    }

    .navbar-collapse {
        position: absolute;
        top: 65px;
        width: 97%;
        background-color: var(--primary_color);
        border-radius: 10px;
        opacity: 1;
    }

    .navbar-collapse .navbar-nav {
        width: 100%;
    }

    .dropdown .dropdown-toggle:after {
        right: 10px;
        position: absolute;
        top: 10px;
    }

    .navbar-nav a,
    .nav-scrolled .navbar-nav a {
        padding: 30px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-nav .nav-item:last-child a {
        border-bottom: 0px;
    }

    .swiper-navigation {
        width: 50%;
    }

    .home-banner h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 0.8rem;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .memories h2 {
        font-size: 1.8rem;
    }

    .memories {
        padding: 20px 0px;
    }

    .memories::after {
        height: 100%;
        width: 100%;
    }

    .memories p {
        font-size: 0.9rem;
    }

    .events {
        margin-top: 0px;
    }

    .hero-content {
        padding-bottom: 0px;
    }

    .header-btn-group {
        margin-right: 40px;
    }

    .member .sidebar {
        border-radius: 8px 8px 0 0px;
    }

    .form-section {
        border-radius: 0px 0px 8px 8px;
    }

    .member .form-section .submit-btn {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .inner-gallery .category .show {
        display: none;
    }

    .new-member-slider .item .text {
        height: 40%;
    }
    .header-btn-group {margin-left: auto; margin-right: 0;}
    .navbar-toggler {position: inherit;}
    .hero-content.jstct {bottom: 0;}
    .navbar-collapse {width: 100%; left: 0;}
    .banner-slider .college-img, .club-img {display: none;}
}

@media (max-width: 768px) {
    .box-wrp {height: 275px;}
    .new-member-slider .item.box-wrp .text {height: 54%;}
    .hero-content {
        width: 95%;
        top: inherit;
        bottom: 15px;
        justify-content: flex-end;
    }

    .hero-content h1 {
        font-size: 1.4rem;
    }

    .hero-content p {
        font-size: 0.7rem;
    }

    .logo {
        max-width: 100%;
    }

    .navbar-custom .navbar-brand {
        width: 37%;
    }

    .navbar-custom .navbar-brand img {
        width: 100%;
    }

    .footer-links li {
        width: 100%;
        float: inherit;
    }

    .member .item h3 {
        font-size: 1.1rem;
    }

    .member .item span {
        font-size: 0.9rem;
    }

    .member .item p {
        display: none;
    }

    .col-lg-4.col-md-5.banner-slider {
        text-align: center;
    }

    .banner-slider .college-img {
        left: 0px;
        right: 80px;
        margin: 0 auto;
        bottom: -50px;
        width: 90%;
        height: inherit;
    }

    .banner-slider .club-img,
    .banner-slider .college-img {
        width: 80%;
        margin: 0 auto;
    }

    .memories .two {
        bottom: 0px;
        right: 0px;
    }

    .memories-image {
        margin-bottom: 30px;
        justify-content: center;
        display: flex;
    }

    .memories .one,
    .memories .two {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .memories {
        margin: 0px 0px;
        padding: 50px 0px;
    }

    .memories .two {
        position: relative;
    }

    .memories::after {
        display: none;
    }

    .gallery .heading {
        margin-bottom: 20px;
    }

    .notice-tabs .nav-link.active::after,
    .notice-tabs .nav-link::after {
        width: 100%;
        background-size: 100%;
    }

    .notice-tabs .nav-link {
        min-height: 40px;
        font-size: 0.8rem;
    }

    .home-banner .row {
        padding-top: 100px;
    }

    .gallery .gallery-grid {
        margin-top: 30px;
    }

    .inner-gallery .gallery-item.img-small,
    .inner-gallery .gallery-item.img-big {
        max-height: 320px;
    }

    .inner-gallery .gallery-item.img-big {
        margin-bottom: 15px;
    }

    .new-member-slider .item .text {
        height: 50%;
    }
    .box-wrap {grid-template-columns: auto;}

}

@media (max-width: 576px) {

    h2,
    .mission h3 {
        font-size: 2rem;
    }
    .box-wrp {display: flex; justify-content: center; height: 340px;}
    .new-member-slider .item.box-wrp .text {height: 34%;}

    .swiper-navigation {
        width: 90%;
        
    }

    .notices .nav-pills {
        flex-wrap: wrap;
    }

    .notice-tabs .nav-item {
        flex: 0 0 calc(100% / 3);
    }

    .login-btn {
        font-size: 0.8rem;
    }

    .header-btn-group {
        margin-right: 30px;
    }

    .login-btn {
        padding: 0px 10px;
    }

    .login-btn img {
        width: 12px;
        /* display: none; */
        margin-left: 0px;
    }

    .navbar-toggler {
        width: 40px;
        height: 35px;
        padding: 0px;
    }

    .heading h2 {
        font-size: 2rem;
    }

    .hero-content p {
        display: none;
    }

    .hero-content {
        padding-bottom: 25px;
    }

    .home-banner .row {
        padding-top: 100px;
    }

    .memories-image {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .memories .one {
        margin: 0 auto;
    }

    .memories .two {
        position: relative;
    }

    .memories figure {
        height: 265px !important;
        border-radius: 15px !important;
    }

    .gallery .heading {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .inner-contact form {
        padding: 25px;
    }

    .memories .one {
        /* width: 350px; */
        flex: 0 0 50%;
        max-width: 50%;
    }

    .memories figure img {
        width: 100%;
    }

    .form-section {
        padding: 40px 20px;
    }

    .inner-gallery h4 {
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .offer-modal .modal-content h3 {
        font-size: 1.4rem;
    }

    .offer-modal .modal-content p {
        font-size: 1rem;
    }

    .banner-slider .club-img {
        width: 80%;
        margin: 0 auto;
    }

    .banner-slider .college-img {
        width: 49%;
        margin: 0 auto;
        height: inherit;
        right: inherit;
        bottom: -40px;
        left: 10px;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 2rem;
    }

    .navbar-dark .navbar-brand {
        padding: 5px 0px;
        margin-right: 0px;
        width: 130px;
    }

    .navbar-custom .navbar-brand img {
        width: auto;
    }

    .login-btn {
        padding: 0px 10px;
    }

    .login-btn img {
        width: 12px;
        /* display: none; */
        margin-left: 0px;
    }

    .header-btn-group {
        margin-right: 35px;
    }

    .btn-secondary,
    .btn-white {
        font-size: 0.8rem;
        padding: 10px 15px;
    }

    .btn-secondary {
        padding: 12px 15px;
    }

    .btn-secondary img {
        width: 14px;
    }

    .btn-white img {
        width: 7px;
    }

    .alumni .search-box h3 {
        text-align: center;
        font-size: 2rem;
    }

    .alumni .search-box {
        margin-bottom: 30px !important;
    }

    .notice-card {
        flex-wrap: wrap;
        justify-content: center;
    }

    .date-box {
        display: flex;
        align-items: flex-end;
        flex: 0 0 100%;
        justify-content: center;
        min-height: auto;
    }

    .notice-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .date-box h3,
    .date-box p {
        font-size: 24px;
        line-height: 20px;
        font-weight: 400;
    }

    .date-box p {
        padding: 0px 10px;
    }

    .date-box span {
        margin-top: 0px;
    }

    .hero-content {
        padding-bottom: 10px;
    }

    .inner-gallery h4 {
        margin-right: 0px;
        margin-bottom: 15px;
        flex: 0 0 100%;
        text-align: center;
    }
    .header-btn-group {margin-right: 0;}
    .navbar .navbar-brand img {max-width: 120px;}
    .login-btn img {display: none;}
    .home-banner h1, .alumni .search-box h3 {font-size: 1.25rem;}
    .bepopular h3, .mid-head h3 {font-size: 18px; line-height: 1.5;}
    .heading h2, h2, .mission h3 {font-size: 26px;}
    p {line-height: 1.5;}
    .heading p {font-size: 16px;}
    .mid-head {padding: 30px 0;}
    .home-banner p {font-size: 1rem;}
    .navbar-toggler-icon {background-size: 80%;}
    .navbar-toggler {width: 30px; height: 30px;}
    .csalm {margin-top: 0 !important;}
    .home-banner {min-height: 400px;}
    .memories-slider-nav {width: 100%;}
    .tst {padding: 0;}
    .memories .two img {object-fit: cover;}
    .memories-image {flex-direction: column;}
    .btn-primary {padding: 10px 20px;}
    .gallery .gallery-item.img-big {height: auto;}
    .new-member-slider .item .text {height: 60%;}
    .career figure, .career figure> img {min-height: 250px;}
    .big-modal {max-width: 100vw !important;}
    .overlay-modal {z-index: 999;}
    .alumni .search-box h3 {margin-bottom: 20px;}
    .footer-section {padding-top: 20px !important;}
    .mission {padding: 20px 0;}
    .hero-content {justify-content: center; bottom: 0;}
    .hero-section {height: 350px;}
    .banner-image> img {height: 350px !important;}
    .flx-dir {flex-direction: column-reverse;}
}

@media (max-width: 360px) {
    .navbar .navbar-brand img {width: 100px;}
    .navbar-dark .navbar-brand {width: 100px;}
}
@media (max-width: 320px) {
    .news h2 {
        font-size: 36px;
    }

    .large-card {
        height: 200px;
    }
}