@media (min-width: 992px) {
    .banner-search {
        width: 100%;
    }
    .banner-search .img {
        width: 100%;
        position: relative;
    }
    .banner-search .img img {
        width: 100%;
        border-radius: 20px;
        max-height: 350px;
        object-fit: cover;
    }
    .banner-search .img .cover {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.349);
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner-search .img .cover h1 {
        color: white;
        font-size: 40px;
        font-weight: 900;
        font-family: "Yekan1" !important;
        margin-top: -50px;
    }
    .banner-search .search-div {
        background-color: white;
        border-radius: 15px;
        /* width: 80%; */
        padding: 40px 20px;
        /* height: 150px; */
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
        margin-top: -75px;
        z-index: 1000;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .banner-search .search-div .item-input {
        display: block;
        width: 40%;
    }
    .banner-search .search-div .item-input label {
        font-size: 16px;
        font-weight: 900;
    }
    .banner-search .search-div .item-input select {
        width: 100%;
        height: 45px;
        border-radius: 10px;
        border: none;
        background-color: rgb(233, 233, 233);
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        margin-top: 5px;
    }
    .banner-search .search-div button {
        display: flex;
        width: 18%;
        align-items: center;
        justify-content: center;
        background: linear-gradient(45deg, #113fb4, #5278d8);
        color: white;
        border: none;
        height: 45px;
        border-radius: 10px;
    }
}

@media (max-width: 992px) {
    .banner-search {
        width: 100%;
    }
    .banner-search .img {
        width: 100%;
        position: relative;
    }
    .banner-search .img img {
        width: 100%;
        border-radius: 20px;
        max-height: 350px;
        object-fit: cover;
    }
    .banner-search .img .cover {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.349);
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner-search .img .cover h1 {
        color: white;
        font-size: 30px;
        font-weight: 900;
        font-family: "Yekan1" !important;
        margin-top: -50px;
    }
    .banner-search .search-div {
        background-color: white;
        border-radius: 15px;
        /* width: 80%; */
        padding: 30px 20px;
        /* height: 150px; */
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
        margin-top: -90px;
        z-index: 1000;
        /* display: flex;
        justify-content: space-between;
        align-items: end; */
    }
    .banner-search .search-div .item-input {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .banner-search .search-div .item-input label {
        font-size: 16px;
        font-weight: 900;
    }
    .banner-search .search-div .item-input select {
        width: 100%;
        height: 45px;
        border-radius: 10px;
        border: none;
        background-color: rgb(233, 233, 233);
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        margin-top: 5px;
    }
    .banner-search .search-div button {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        background: linear-gradient(45deg, #113fb4, #5278d8);
        color: white;
        border: none;
        height: 45px;
        border-radius: 10px;
        margin-top: 20px;
    }
}


/* universities */

@media (min-width: 992px) {
    .universities {
        margin-top: 100px;
    }
    .universities .university-item {
        width: 300px;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
        padding: 15px;
        border-radius: 15px;
        text-decoration: none;
        position: relative;
    }
    .universities .university-item .img {
        width: 100%;
    }
    .universities .university-item .img img {
        width: 100%;
        border-radius: 15px;
        height: 160px;
        object-fit: cover;
    }
    .universities .university-item .detail h2 {
        font-size: 20px;
        font-family: "Yekan1" !important;
        color: black;
        margin-top: 20px;
    }
    .universities .university-item .detail h6 {
        background-color: #113fb4;
        color: white;
        border-radius: 35px;
        padding: 5px 15px;
        font-size: 14px;
        margin-top: 20px;
    }
    .universities .university-item:hover .detail h6 {
        background-color: #fff;
        border: 2px solid #113fb4;
        color: #113fb4;
        border-radius: 35px;
        padding: 3px 13px;
        font-size: 14px;
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .universities {
        margin-top: 100px;
    }
    .universities .university-item {
        width: 300px;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
        padding: 15px;
        border-radius: 15px;
        text-decoration: none;
        position: relative;
    }
    .universities .university-item .img {
        width: 100%;
    }
    .universities .university-item .img img {
        width: 100%;
        border-radius: 15px;
        height: 160px;
        object-fit: cover;
    }
    .universities .university-item .detail h2 {
        font-size: 20px;
        font-family: "Yekan1" !important;
        color: black;
        margin-top: 20px;
    }
    .universities .university-item .detail h6 {
        background-color: #113fb4;
        color: white;
        border-radius: 35px;
        padding: 5px 15px;
        font-size: 14px;
        margin-top: 20px;
    }
    .universities .university-item:hover .detail h6 {
        background-color: #fff;
        border: 2px solid #113fb4;
        color: #113fb4;
        border-radius: 35px;
        padding: 3px 13px;
        font-size: 14px;
        margin-top: 20px;
    }
}


/* show-university-banner */

@media (min-width: 992px) {
    .show-university-banner {
        width: 100%;
    }
    .show-university-banner .img {
        width: 100%;
        position: relative;
    }
    .show-university-banner .img img {
        width: 100%;
        border-radius: 20px;
        max-height: 350px;
        object-fit: cover;
    }
    .body-university {
        width: 90%;
        background-color: white;
        border-radius: 15px;
        /* width: 80%; */
        padding-top: 20px;
        padding-bottom: 20px;
        /* height: 150px; */
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
        margin-top: -100px;
        z-index: 100;
    }
    .body-university .title .line {
        width: 100px;
        border-top: 4px solid #113fb4;
        position: relative;
    }
    .body-university .title .line i {
        font-size: 20px;
        color: #113fb4;
        position: absolute;
        left: 0;
        top: -13px;
    }
    .body-university .title h1 {
        font-size: 35px;
        margin-right: 20px;
        font-family: "Yekan1" !important;
        margin-top: 10px;
    }
    .body-university .title h2 {
        font-size: 30px;
        margin-right: 20px;
        font-family: "Yekan1" !important;
        margin-top: 10px;
    }
    .body-university .main {
        padding: 0px 40px;
    }
    .item-option {
        background-color: rgb(224, 224, 224);
        border-radius: 35px;
        padding: 10px 20px;
        width: auto;
        margin-top: 15px;
    }
    .item-option i {
        margin-left: 5px;
    }
    .item-faculty {
        background-color: rgb(162, 187, 255);
        border-radius: 35px;
        padding: 10px 20px;
        width: 100%;
        margin-top: 15px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-faculty i {
        margin-left: 5px;
    }
    .item-celeb {
        width: 200px;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
        border-radius: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
    }
    .item-celeb .img img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .item-celeb h6 {
        margin-top: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 992px) {
    .show-university-banner {
        width: 100%;
    }
    .show-university-banner .img {
        width: 100%;
        position: relative;
    }
    .show-university-banner .img img {
        width: 100%;
        border-radius: 20px;
        max-height: 350px;
        object-fit: cover;
    }
    .body-university {
        width: 95%;
        background-color: white;
        border-radius: 15px;
        /* width: 80%; */
        padding-top: 20px;
        padding-bottom: 20px;
        /* height: 150px; */
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
        margin-top: -100px;
        z-index: 100;
    }
    .body-university .title .line {
        width: 50px;
        border-top: 4px solid #113fb4;
        position: relative;
    }
    .body-university .title .line i {
        font-size: 20px;
        color: #113fb4;
        position: absolute;
        left: 0;
        top: -13px;
    }
    .body-university .title h1 {
        font-size: 25px;
        margin-right: 20px;
        font-family: "Yekan1" !important;
        margin-top: 10px;
    }
    .body-university .title h2 {
        font-size: 18px;
        margin-right: 20px;
        font-family: "Yekan1" !important;
        margin-top: 10px;
    }
    .body-university .main {
        padding: 0px 10px;
    }
    .item-option {
        background-color: rgb(224, 224, 224);
        border-radius: 35px;
        padding: 10px 20px;
        width: auto;
        margin-top: 15px;
    }
    .item-option i {
        margin-left: 5px;
    }
    .item-faculty {
        background-color: rgb(162, 187, 255);
        border-radius: 35px;
        padding: 10px 20px;
        width: 100%;
        margin-top: 15px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-faculty i {
        margin-left: 5px;
    }
    .item-celeb {
        width: 200px;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;
        border-radius: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
    }
    .item-celeb .img img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .item-celeb h6 {
        margin-top: 10px;
        margin-right: 10px;
    }
}