@media only screen and (min-width: 1920px) {}




@media only screen and (min-width: 1600px) {

    .top-nav {
        background-color: var(--active-color);
        height: 1.4rem;
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-left: 10%;
        padding-right: 3%;
    }

    .top-links {
        display: flex;
        width: 20%;
        justify-content: space-between;
        align-items: center;
        color: var(--main-color);
    }

    .right-logo {
        width: 40%;
        /* border: 1px solid; */
        display: flex;
        justify-content: space-evenly;
        /* align-items: center; */
        padding: 0.5rem 0;
        margin-left: 20rem;
    }

    .icons-shorts {
        justify-content: space-around;
    }

    .main-box {
        width: calc(50% - 20px);
        margin-top: 7rem;
    }

    .main-box p {
        font-size: 1rem;
        display: flex;
        width: 85%;
        text-align: center;
        padding: 0.7rem 2rem 0.7rem 4rem;
        color: white;
        border-radius: 900px;
        z-index: 1;
        /* font-weight: bold; */
        left: 15%;
        position: absolute;
        bottom: 0%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    .main-box img {
        width: 30%;
        bottom: 0;
        position: absolute;
        left: 0;
        z-index: 2;
    }

    .back-img {
        top: 3%;
        left: 30%;
        width: 40%;
        z-index: -9;
        opacity: 0.1;
        position: absolute;
    }

}


@media only screen and (max-width: 767px) {

    .right-logo {
        width: 40%;
        /* border: 1px solid; */
        display: flex;
        justify-content: space-evenly;
        /* align-items: center; */
        padding: 0.5rem 0;
        display: none;
    }

    .time {
        display: flex;
        width: 40%;
        flex-direction: row;
        align-items: center;
        display: none;
    }

    .top-links {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        color: var(--main-color);
    }

    .middle-nav {
        height: 3.5rem;
        position: relative;
        display: flex;
        background-color: var(--main-color);
    }

    .middle-nav .logo {
        background-color: var(--active-color);
        width: 3rem;
        height: 3rem;
        position: absolute;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: -1%;
    }

    .name {
        width: 100%;
    }

    .middle-nav h1 {
        color: white;
        font-family: var(--heading-font);
        font-size: 1.2rem;
        margin-left: 4rem;
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

    .middle-nav h2 {
        color: white;
        font-family: var(--heading-font);
        font-size: 1rem;
        margin-left: 4rem;
        /* margin-top: 0.5rem; */
    }

    .top-nav {
        background-color: var(--active-color);
        height: 1.4rem;
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }

    .left-news-box {
        width: 35%;
        padding: 5px 10px;
        text-align: center;
        background-color: var(--active-color);
        position: relative;
        font-size: .80rem;
        font-weight: bold;
    }

    .main-box {
        width: calc(100% - 20px);
        margin-top: 8rem;
        /* border: 1px solid red; */
        position: relative;
        transition: .3s;
    }

    .main-box img {
        width: 25%;
        bottom: 0;
        position: absolute;
        left: 10%;
        z-index: 2;
    }

    .main-box:nth-child(-n+2) {
        margin-top: 8rem;
    }

    .card {
        margin: 2rem auto;
    }

    .arcives {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 600px;
        /* margin-bottom: 500rem !important; */
    }

    .main-box-a {
        z-index: 1;
        position: absolute;
        width: 97%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .single-box-a {
        width: 50%;
    }

    .single-f {
        text-decoration: none;
        width: 45%;
        border: 2px solid var(--main-color);
        border-radius: 5px;
        overflow: hidden;
        padding: 5px;
        background-color: var(--light-background);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transition: 0.4s ease;
    }

    .footer-main {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .middle-f {
        width: 100% !important;
        padding: 1rem;
        /* border: 1px solid; */
    }

    .right-f {
        width: 100%;
        padding: 1rem;
    }

    .real-footer {
        /* background-image: linear-gradient(120deg, #A41034 59%, #1D1D24 45%) !important; */
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        flex-direction: column;
        align-content: center;
    }

    .real-footer p {
        margin: 0;
        /* color: black; */
        font-size: .75rem;
        padding: 0px 1rem;
        font-weight: bold;
    }

    .real-footer a {
        color: var(--main-color);
        font-size: .75rem;
    }

    .left-s {
        width: 100%;
    }

    .glry-grid a {
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        width: 45%;
        height: 125px;
        border-radius: 10px;
        overflow: hidden;
    }

    .faculty-grid {
        margin: 25px;
        display: grid;
        grid-template-columns: repeat(4, 230px);
        gap: 25px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .faculty-grid .faculty-grid-box {
        /* background-image: url(./asset/image/5333978.jpg); */
        background: #ffffff80;
        width: 45%;
        border-radius: 10px;
        backdrop-filter: blur(2px);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        /* border: 1px solid red; */
        padding: 10px;
        height: 18rem;
    }

    .faculty-grid .faculty-grid-box img {
        width: 100%;
        height: 166px;
        object-fit: cover;
        border-radius: 10px;
        text-align: center;
    }

    .faculty-grid .faculty-grid-box h3 {
        text-align: center;
        color: var(--main-color);
        font-size: .85rem;
        margin-top: 1rem;
        font-size: bold;
        font-weight: bold;
    }

    .faculty-grid .faculty-grid-box h4 {
        text-align: center;
        color: #082c63;
        font-style: italic;
        font-size: .71rem;
        margin: 10px 5px;
    }

    .faculty-grid .faculty-grid-box a {
        text-align: center;
        text-decoration: none;
        border: 1px solid #bb7c86;
        padding: 0.2rem 0.5rem;
        color: black;
        font-style: normal;
        margin: 5px 0;
        background-color: var(--active-color);
        border-radius: 50px;
        font-size: .5rem;
        font-weight: bold;
        /* display: flex; */
        /* flex-wrap: nowrap; */
        width: 50%;
        flex-direction: row;
        align-items: center;
    }

    .main-profile {
        background: #f9f9f8a3;
        padding: 1rem;
        backdrop-filter: blur(2px);
        margin: 1rem 1rem;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .main-sectionss {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .image-profile {
        width: 50%;
        border: 2px solid #a7a5a5;
        /* margin-right: 2rem; */
        margin: auto;
        padding: 5px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .back-img {
        top: 16%;
        left: 1%;
        width: 100%;
        z-index: -9;
        opacity: 0.2;
        position: absolute;
    }
    .main-box p {
        font-size: .9rem;
        display: flex;
        width: 65%;
        text-align: center;
        padding: 0.7rem 2rem 0.7rem 4rem;
        color: white;
        border-radius: 900px;
        z-index: 1;
        /* font-weight: bold; */
        left: 20%;
        position: absolute;
        bottom: 0%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
    .short-banner p {
        position: absolute;
        z-index: 2;
        font-size: .7rem;
        top: 40%;
        font-weight: bold;
        color: var(--main-color);
        left: 53%;
        font-family: var(--heading-font);
        /* right: 34%; */
    }
    .short-banner a {
        font-size: .7rem;
        font-weight: bold;
        color: var(--main-color);
        font-family: var(--heading-font);
    }
    .main-contacts {
        width: 100%;
        /* border: 1px solid red; */
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .office-adress {
        background: #fff7e0;
        width: 96%;
        margin-bottom: 4rem;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border: 1px solid #ffdce1;
        border-radius: 10px;
        padding: 10px;
        position: relative;
    }
}