@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .resp-logo {
        display: block;
        margin-left: 0px;
    }
    .logo {
        display: none;
    }
    #logo img {
        /* margin-right: 440px; */
        max-width: 100%;
    }
    .nav-item .nav-link.active {
        color: #ffbb54 !important;
        border-bottom: none;
    }
    #home .home-text {
        padding-top: 50px;
    }
    #home .home-text .home-content::first-line {
        font-size: 36px;
    }
    #home .home-text .home-content {
        font-size: 36px;
    }
    #home .home-text .home-details {
        font-size: 13px;
        color: #eeeeee;
        max-width: 100%;
    }
    #btn {
        width: 125px;
        height: 36px;
        margin-top: 20px;
        background: linear-gradient( 98deg, #c7a055 4.01%, #f5d988 53.3%, #d6b366 97.16%);
        border-radius: 5px;
        font-weight: 500;
        font-family: "dmsans-medium";
        border: none;
        transition: 0.5s ease;
        cursor: pointer;
    }
    #contact {
        /* padding: 90px 0; */
        background: url(../assets/image/contact.svg);
    }
    #contact .wrapper .form-container .map {
        position: relative;
        max-width: 100%;
        margin-right: 0;
    }
    #contact .wrapper .form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-right: 0;
    }
    #contact .wrapper .form-container .leftform {
        box-shadow: 0px 4px 64px 0px #0000001a;
        padding: 30px;
        width: 100%;
        margin-right: 0;
        background: #fff;
    }
    #contact .wrapper .form-container .leftform p {
        max-width: max-content;
        text-align: center;
    }
    #contact .wrapper .form-container .leftform h2 {
        text-align: center;
    }
    #contribution .wrapper .bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    #contribution .wrapper .bottom .card {
        background: #3e3016;
        padding: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: inherit;
        width: 100%;
        position: relative;
        left: -6%;
        border-radius: 10px;
    }
    #social .wrapper ul {
        grid-template-columns: repeat(1, 1fr);
    }
    #social .wrapper ul li .shade {
        background: rgba(23, 22, 19, 0.7);
        color: #fff;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        position: absolute;
        width: 91%;
        /* height: 286%; */
        bottom: 1px;
        border-radius: 0 5px 5px 0;
        padding: 10px;
    }
    #social .wrapper ul li .shade .inner {
        position: relative;
    }
    #social .wrapper ul li .shade .rec {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    #commit .wrapper ul {
        grid-template-columns: repeat(2, 1fr);
    }
    #commit .wrapper ul li .shade {
        background: rgba(23, 22, 19, 0.7);
        color: #fff;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        position: absolute;
        width: 91%;
        /* height: 286%; */
        bottom: 1px;
        border-radius: 0 5px 5px 0;
        padding: 10px;
    }
    #commit .wrapper ul li .shade .inner {
        position: relative;
    }
    #commit .wrapper ul li .shade .rec {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    #article .wrapper .container ul {
        grid-template-columns: repeat(1, 1fr);
    }
    footer .footer-con .footer-items {
        width: 74%;
    }
}

@media screen and (max-width: 768px) {
    .button {
        margin-left: 56px;
    }
    #navbar {
        padding: 20px 30px;
    }
    #contribution .wrapper .bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    #contribution .wrapper .bottom .card {
        position: relative;
        left: 5%;
        border-radius: 10px;
    }
    #volunteer .container-w .volunteer-details {
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: center;
    }
    #volunteer .container-w .right {
        margin-left: 50px;
        margin-top: 20px;
    }
    #volunteer .container-w .right h2 {
        text-align: center;
    }
    #volunteer .container-w .right p {
        text-align: center;
    }
    #volunteer .container-w .right button {
        text-align: center;
        margin-left: 19%;
    }
    #contact .wrapper .form-container .leftform {
        margin-left: 50px;
    }
    #contact .wrapper .form-container .map .media {
        display: none;
    }
    #commit .wrapper ul {
        grid-template-columns: repeat(1, 1fr);
    }
    footer .footer-con .footer-items {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 50%;
        flex-wrap: wrap;
    }
    footer .footer-con .footer-items .foot-cover {
        width: 90%;
        margin-bottom: 20px;
    }
    footer .footer-con {
        align-items: baseline;
    }
    footer .cop {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
}

@media screen and (max-width: 540px) {
    #home {
        width: 100%;
        /* height: 100vh; */
    }
    #home .home-text .home-content span {
        font-size: 44px;
    }
    #home .spotlight {
        display: none;
    }
    #home .explore .arrow {
        display: none;
    }
    #home .explore p {
        display: none;
    }
    #home .home-text {
        text-align: center;
    }
    #home .home-text .home-details {
        max-width: 100%;
        margin-top: 20px;
    }
    #about {
        padding: 50px 0;
    }
    #contribution .wrapper .bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    #contribution .wrapper .bottom .card {
        position: relative;
        left: -7%;
        border-radius: 10px;
    }
    #contact .wrapper .form-container .map .mapouter {
        position: relative;
        text-align: right;
        height: 715px;
    }
    #contact .wrapper .form-container .map .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 715px;
        width: 439px;
    }
    footer .footer-con {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #353232;
    }
    footer .footer-con .address {
        width: 100%;
        text-align: center;
    }
    footer .footer-con .address .footer-logo {
        /* margin-left: 20%; */
    }
    footer .footer-con .address p {
        color: #aaaaaa;
        max-width: 100%;
    }
    footer .footer-con .footer-items {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    footer .footer-con .footer-items .foot-cover {
        justify-content: space-around;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    footer .footer-con .footer-items .footer-cover .contact {
        margin-left: 17px;
    }
    footer .footer-con .footer-items .footer-cover .social-media {
        margin-left: 73px;
    }
}

@media screen and (max-width: 480px) {
    .container-fluid {
        flex-wrap: nowrap;
    }
    #contact .wrapper .form-container .map .mapouter {
        position: relative;
        text-align: right;
        height: 715px;
    }
    #contact .wrapper .form-container .map .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 715px;
        width: 366px;
    }
    #volunteer .container-w .right {
        margin-left: 0;
    }
    #volunteer .container-w .right p {
        max-width: 410px;
    }
    #commit .wrapper ul li .shade {
        background: rgba(23, 22, 19, 0.7);
        color: #fff;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        position: absolute;
        /* width: 91%; */
        /* height: 286%; */
        bottom: 1px;
        border-radius: 0 5px 5px 0;
        padding: 0px;
    }
    #social .wrapper .content-con p {
        font-size: 15px;
    }
    #social .wrapper ul {
        padding-left: 0;
    }
    #article .wrapper .container ul {
        padding-left: 0;
    }
    #contact .wrapper .form-container .leftform {
        margin-left: 0;
    }
    #commit .wrapper ul {
        padding-left: 0;
    }
    #article .wrapper .container p {
        font-size: 15px;
    }
    #contribution .wrapper .container .top p {
        font-size: 15px;
    }
    #chap .wrapper .contents p {
        font-size: 15px;
    }
    #fok .container div.bottom p.sec {
        font-size: 18px;
    }
    #fok .container ul li {
        font-size: 18px;
    }
    #fok p {
        font-size: 18px;
    }
    #card p {
        font-size: 15px;
    }
    #card h2 {
        font-size: 44px;
    }
    #home .home-text .home-details {
        font-size: 15px;
    }
    #fok .container div.bottom p.first,
    #fok .container div.bottom p.sec {
        font-size: 17px;
    }
    #meet .meet-details p {
        font-size: 15px;
    }
    #meet .meet-details h1 {
        font-size: 32px;
    }
    #Coordinator .Coordinator-details h1 {
        font-size: 33px;
    }
    #Coordinator .Coordinator-details p {
        font-size: 15px;
    }
    #socialcommit .socialcommit-details h1 {
        font-size: 29px;
    }
    #socialcommit .socialcommit-details p {
        font-size: 15px;
    }
    #meet .directory-details h1 {
        font-size: 29px;
    }
    #meet .directory-details p {
        font-size: 15px;
    }
    #Coordinator {
        text-align: center;
        padding: 25px 23px;
        width: 100%;
        background-image: url(../assets/image/background.svg), linear-gradient( 90deg, rgb(16, 16, 17) 0%, rgb(8, 8, 8) 35%, rgb(0, 0, 0) 100%);
    }
    #meet {
        text-align: center;
        padding: 19px 23px;
        width: 100%;
        background-image: url(../assets/image/background.svg), linear-gradient( 90deg, rgb(16, 16, 17) 0%, rgb(8, 8, 8) 35%, rgb(0, 0, 0) 100%);
    }
    #socialcommit {
        text-align: center;
        padding: 23px 32px;
        width: 100%;
        background-image: url(../assets/image/background.svg), linear-gradient( 90deg, rgb(16, 16, 17) 0%, rgb(8, 8, 8) 35%, rgb(0, 0, 0) 100%);
    }
    #table .table-title {
        overflow-y: scroll;
        margin-left: -77px;
        width: 169%;
    }
    #table .table-content {
        width: 157%;
        margin-left: -63px;
    }
    #table .table-content th {
        font-weight: 400;
        font-size: 19px;
        /* line-height: 25px; */
        padding: 19px 8px;
    }
    #table .table-content td {
        border-bottom: 1px solid rgb(228, 226, 226);
        padding: 22px 4px;
        font-weight: 400;
        font-size: 16px;
        /* line-height: 25px*/
    }
    #table td a {
        padding: 22px 4px;
        font-weight: 400;
        font-size: 15px;
    }
    #commit .wrapper ul li .shade {
        background: rgba(23, 22, 19, 0.7);
        color: #fff;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        position: absolute;
        width: 93%;
        bottom: 1px;
        border-radius: 0 5px 5px 0;
        padding: 6px;
    }
    #commit .wrapper ul li .shade p {
        color: #d4d4d4;
        font-size: 12px;
        margin-top: -20px;
    }
    #commit .wrapper ul li .shade .view-more {
        margin-top: -17px;
    }
    #activity .activity-img img {
        margin-left: -47px;
        max-width: 133%;
        height: 194px;
    }
    #team-section .team-items .item img {
        display: block;
        min-width: 143%;
        margin-left: -51px;
        border-radius: 8px;
    }
    #press-section .team-items .item img {
        display: block;
        min-width: 156%;
        margin-left: -69px;
        border-radius: 8px;
    }
    #press-section .team-iteem .item img {
        display: block;
        min-width: 156%;
        margin-left: -69px;
        border-radius: 8px;
    }
    #ourteam-section .ourteam-items .item img {
        display: block;
        max-width: 76%;
        margin-left: 38px;
        border-radius: 8px;
    }
    #social .wrapper ul li .shade {
        bottom: 0;
    }
    #social .wrapper ul li .shade {
        padding: 3px;
    }
    #social .wrapper ul li .shade .date {
        margin-bottom: 7px;
    }
    #social .wrapper ul li .shade p {
        color: #d4d4d4;
        font-size: 12px;
        margin-bottom: 0;
    }
    #social .wrapper ul li .shade h3 {
        color: #d4d4d4;
        font-weight: 600;
        font-size: 17px;
    }
    #table .table-content td {
        font-size: 14px;
    }
    #table td a {
        font-weight: 500;
        font-size: 11px;
    }
    #press-section {
        padding: 84px;
    }
}

@media screen and (max-width: 380px) {
    #contact .wrapper .form-container .map .mapouter {
        position: relative;
        text-align: right;
        height: 715px;
    }
    #contact .wrapper .form-container .map .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 715px;
        width: 305px;
    }
}


/*-========ourteam section=============-*/

@media (max-width: 991px) {
    #team-section .team-items .item {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    #team-section .team-items .item {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    #press-section .team-items .item {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    #press-section .team-iteem .item {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    #ourteam-section .ourteam-items .item {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    #ourteam-section .ourteam-items.item {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    #activity .wrapper {
        width: 100%;
    }
    #activity .Activities .active-title {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 10px;
    }
    #activity h5 {
        margin-top: 30px;
    }
    #activity .activity-detail {
        margin-top: 30px;
        width: 121%;
        margin-left: -28px;
    }
}

@media (max-width: 768px) {
    #team-section .team-items .item {
        flex-basis: calc(100%);
        max-width: calc(100%);
    }
    #team-section .team-items .item {
        flex-basis: calc(100%);
        max-width: calc(100%);
    }
    #press-section .team-items .item {
        flex-basis: calc(100%);
        max-width: calc(100%);
    }
    #press-section .team-iteem .item {
        flex-basis: calc(100%);
        max-width: calc(100%);
    }
    #ourteam-section .ourteam-items .item {
        flex-basis: calc(100%);
        max-width: calc(100%);
    }
    #ourteam-section .ourteam-items .item {
        flex-basis: calc(100%);
        max-width: calc(100%);
    }
    #ourteam-section .ourteam-items .item .inner .info {
        margin-top: 18px;
    }
    #team-section .team-items .item .inner .info {
        margin-top: 18px;
    }
    #commit .wrapper .commit-details ul {
        list-style: none;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}