@media screen and (max-height: 750px) {
    #apply-form-container {
        padding: 20px 60px;
    }
    #apply-form-container h2,
    #apply-form-container p {
        margin-bottom: 10px;
    }
    .apply-custom-full-input,
    .apply-custom-half-input,
    .apply-custom-select {
        height: 45px;
        margin-bottom: 15px;
    }
    .apply-custom-button {
        height: 45px;
    }
}

@media screen and (max-width: 1730px) {
    .team-member {
        width: 225px;
        height: 225px;
    }
}

@media screen and (max-width: 1700px) {
    .calendar-wrapper {
        padding: 0 100px 100px 100px;
    }
    .aplly-buckswood-wrapper {
        padding: 100px;
        justify-content: space-between;
    }
    #apply-form-container {
        width: 50%;
    }
    .contact-page-wrapper {
        padding: 50px 50px;
    }
    .contact-box {
        width: 400px;
    }
    .contact-form-container {
        padding: 25px 50px;
    }
}

@media screen and (max-width: 1560px) {
    .team-wrapper,
    .team-member-details-wrapper,
    .news-page-wrapper,
    .text-page-wrapper-1 {
        padding: 25px 50px;
    }
    .team {
        grid-template-columns: repeat(3, 1fr);
    }
    .team-member {
        width: 275px;
        height: 275px;
    }
    .team-member-details-img img {
        width: 450px;
    }
    .grid-list {
        margin-right: 150px;
    }
}

@media screen and (max-width: 1500px) {
    .house-name {
        transform: translateY(-80px);
    }
    .house-score {
        transform: translateY(80px);
    }
    .house-score span {
        transform: translate(0);
        text-align: center;
    }
    .calendar-wrapper {
        padding: 0 0 100px 0;
    }
    .aplly-buckswood-wrapper {
        padding: 100px 50px;
    }
    #apply-form-container {
        width: 60%;
    }
    .contact-form-container img {
        max-width: 450px;
    }
    .contact-form-container form h2 {
        font-size: 1.4em;
    }
    .contact-form-container form textarea {
        height: 200px;
    }
    .text-page-container-1 picture img {
        width: 500px;
    }
}

@media screen and (max-width: 1400px) {
    .team-member {
        width: 225px;
        height: 225px;
    }
}

@media screen and (max-width: 1390px) {
    .blog-menu-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-container {
        grid-gap: 30px;
    }
    .page-cover-title-wrapper {
        top: 3%;
    }
    .page-cover-bg-title {
        font-size: 12vw;
    }
    .page-cover-title {
        font-size: 5vw;
        top: 50%;
    }
    .event-page-wrapper {
        padding: 30px 75px;
    }
    .event-description {
        padding: 50px 60px;
    }
    .apply-buckswood-container {
        width: 550px;
    }
    #apply-form-container h2 {
        font-size: 1.5rem;
    }
    .contact-box {
        width: 380px;
    }
    .contact-text h3 {
        font-size: 1.1em;
    }
    .contact-text span {
        font-size: 1em;
    }
}

@media screen and (max-width: 1280px) {
    .contact-form-container img {
        max-width: 450px;
    }
    .contact-form-container form {
        width: 50%;
    }
    .team {
        grid-template-columns: repeat(2, 1fr);
    }
    .team-member {
        width: 275px;
        height: 275px;
    }
}

@media screen and (max-width: 1265px) {
    .contact-box {
        width: 340px;
    }
}

@media screen and (max-width: 1250px) {
    .navigation-list {
        display: none;
    }
    .burger-container {
        margin: 0;
    }
    .full-menu-list-wrapper {
        height: auto;
        margin-bottom: 200px;
    }
    .full-menu-list {
        columns: 3;
        font-size: 14px;
    }
    .full-contact {
        grid-template-columns: 1fr;
    }
    .full-bg-cover {
        transform: rotate(-13deg) scale(0.8) translate(-450px, 100px);
    }
    .calendar-event-container {
        width: 80%;
        height: 180px;
    }
    .event-mini-description-wrapper img {
        top: 8px;
        max-height: 180px;
    }
    .calendar-event-container {
        width: 90%;
    }
    .apply-buckswood-container {
        width: 500px;
    }
    #apply-form-container {
        width: 70%;
        padding: 25px 30px;
    }
    .contact-form-container img {
        display: none;
    }
    .contact-form-container form {
        width: 100%;
    }

    .text-page-container-1 picture img {
        width: 440px;
    }
}

@media screen and (max-width: 1160px) {
    .buckswood-houses {
        grid-template-columns: repeat(4, 1fr);
    }
    .buckswood-houses-title h1 {
        font-size: 4vw;
        margin: 25px 0;
    }
    .house-name {
        font-size: 2.7vw;
    }
    .house-score {
        padding: 3vw;
    }
    .house-score h4 {
        font-size: 4vw;
    }
    .house-score span {
        font-size: 2vw;
    }
    .news-wrapper {
        margin-top: 25px;
    }
    .news-wrapper-title {
        margin-left: 40px;
    }
    .news-container {
        grid-template-columns: 1fr;
        padding: 0 40px;
        grid-gap: 25px;
    }
    .all-news {
        margin-right: 40px;
        margin-top: 25px;
        font-size: 1rem;
        padding-bottom: 25px;
    }
    .all-news img {
        transform: scale(0.6);
        margin-left: 15px;
    }
    .middle-link-wrapper {
        padding: 40px;
    }
    .middle-link-wrapper,
    .middle-link-wrapper img {
        height: 100px;
    }
    .middle-link-wrapper h1 {
        font-size: 3vw;
    }
    .middle-link-wrapper a {
        font-size: 1.5w;
    }
    .middle-link-wrapper a img {
        transform: scale(0.6);
        margin-left: 15px;
    }
    .calendar-mid-line {
        display: none;
    }
    .event-link:before {
        display: none;
    }
    .calendar-event-container {
        width: 95%;
        height: 200px;
    }
    .apply-buckswood-container {
        width: 430px;
    }
    #apply-form-container {
        width: 80%;
        padding: 25px 30px;
    }
    #apply-form-container p {
        font-size: 14px;
    }
    .contact-box {
        width: 280px;
        height: 100px;
    }
    .contact-img {
        transform: scale(0.8);
    }
    .contact-text h3 {
        font-size: 1em;
    }
    .contact-text span {
        font-size: 0.8em;
    }
    .news-page-container {
        grid-template-columns: 1fr 1fr;
    }

    .news-box-cover {
        height: 300px;
    }
    .grid-list {
        margin-right: 100px;
    }
}
@media screen and (max-width: 1120px) {
    .main_video_wrapp {
        position: unset;
    }
}

@media screen and (max-width: 1100px) {
    .team-wrapper,
    .team-member-details-wrapper,
    .news-page-wrapper,
    .text-page-wrapper-1 {
        padding: 25px;
    }
    .team-member {
        width: 225px;
        height: 225px;
    }
    .team-member-details-img img {
        width: 400px;
    }
    .text-page-container-1 {
        grid-template-columns: 1fr;
    }
    .text-page-container-1 picture img {
        width: 100%;
    }
    .text-page-container-1 p {
        text-align: center;
    }

    .full-news-title {
        font-size: 2rem;
    }
    .full-news-img {
        width: 500px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1000px) {
    .header {
        padding: 0 25px;
    }
    .full-menu-list {
        columns: 2;
    }
    .full-menu {
        /* min-height: 100vh;
        max-height: auto; */
        padding: 30px;
    }

    .campuses-container{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
    .campus-item {
        width: 100%;
        height: 250px;
    }

    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
    }
    .gallery-item {
        width: 100%;
        height: 200px;
    }
    

    .blog-menu-bg {
        align-self: flex-end;
        transform: scale(0.75) translate(-400px);
    }
    .full-bg-cover {
        transform: rotate(-13deg) scale(0.5) translate(-1100px, 100px);
    }
    @keyframes burger-right {
        from {
        }
        to {
            transform: translateX(200px);
        }
    }
    .blog-menu-container {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        width: auto;
    }
    .page-cover-title-wrapper {
        top: 15%;
        left: 25px;
    }
    .page-cover-bg-title {
        font-size: 13vw;
    }
    .page-cover-title {
        font-size: 6vw;
        top: 50%;
    }

    .event-page-wrapper {
        padding: 10px 50px;
    }
    .event-description {
        padding: 20px 30px;
    }
    .share-event {
        margin-top: 50px;
    }

    .calendar-event-container {
        width: 85%;
    }

    .calendar-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 100px;
        padding: 50px;
    }
    .event-mini-description-wrapper img {
        top: 0;
        right: 50px;
        max-height: 180px;
    }
    .right-side-events {
        margin-top: 0;
        flex-direction: row-reverse;
    }
    .right-side-events .event-mini-description-wrapper img {
        left: 50px;
    }

    .aplly-buckswood-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .apply-buckswood-container {
        width: 600px;
    }
    .apply-buckswood-container:first-child {
        margin-bottom: 25px;
    }

    .contact-img {
        transform: scale(1);
    }
    .contact-text h3 {
        font-size: 1.2em;
    }
    .contact-text span {
        font-size: 1em;
    }
    .contact-page-wrapper {
        padding: 25px;
    }
    .contact-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact-box {
        width: 400px;
        height: 130px;
        margin-bottom: 25px;
        height: 100px;
    }
    .contact-container a:hover {
        box-shadow: none;
    }
    .contact-form-container {
        padding: 25px;
    }

    .team-title-container img {
        display: none;
    }
    .team-title-container,
    .team-title-container h3 {
        position: relative;
        top: 0;
        right: 0;
    }
    .team-title-container h3 {
        margin-bottom: 25px;
    }
    .team {
        justify-content: center;
        align-items: center;
        grid-gap: 50px;
    }
    .team-member {
        width: 275px;
        height: 275px;
        margin: 0;
    }
    .team-container {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }
    .team-member-details-img img {
        width: 300px;
    }

    .blog-menu-item {
        width: 600px;
        margin: auto;
    }
}

@media screen and (max-width: 850px) {
    .header-search input {
        width: 150px;
    }

    .full-menu-list {
        columns: auto;
    }

    .full-menu-contact-wrapper,
    .full-menu-list-wrapper {
        height: auto;
        padding: 0;
        margin: 0;
    }
    .full-menu {
        overflow-y: scroll;
        padding-top: 10vw;
        padding-left: 10vw;
    }
    .full-menu-contact-title {
        display: none;
    }

    .full-menu-contact-container {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }
    .full-bg-cover {
        transform: rotate(-13deg) scale(0.6) translate(-550, 100px);
    }
    .blog-menu-wrapper {
        margin: 25px 0;
    }
    .blog-menu-bg {
        align-self: flex-end;
        transform: scale(0.6) translate(-480px);
    }
    .blog-menu-container {
        width: 80%;
    }
    .news-box-description h1 {
        width: 100%;
        margin-top: 15px;
        font-size: 3vw;
    }

    .news-container {
        padding: 0 25px;
    }
    .all-news {
        margin-right: 25px;
        font-size: 1.8vw;
    }
    .middle-link-wrapper {
        padding: 25px;
    }
    .middle-link-wrapper h1 {
        font-size: 2.2vw;
    }
    .middle-link-wrapper a {
        font-size: 1.8vw;
    }
    .footer-contact {
        padding: 25px 0 0 25px;
        justify-content: center;
    }

    .footer-contact span {
        margin-bottom: 15px;
    }
    .footer-menu-list {
        padding: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .page-cover-image {
        height: 300px;
    }

    .triangle-cover-full {
        border-top: 80px solid transparent;
        border-bottom: 0px solid transparent;
    }
    .triangle-cover {
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
    }
    .calendar-event-container {
        width: 90%;
    }

    .apply-buckswood-container {
        width: 550px;
    }
    .team-member-details-container {
        flex-direction: column;
    }
    .team-member-details-img {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .team-member-details-img img {
        width: 250px;
        border-radius: 50%;
    }
    .team-member-details-text {
        padding-left: 0;
        text-align: center;
    }

    .news-page-container {
        grid-template-columns: 1fr;
    }
    .news-pagination-container {
        margin: 50px auto 25px auto;
    }

    .full-news-img {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .team-member {
        width: 225px;
        height: 225px;
        margin: 0;
    }
    .team-member-name-container {
        width: 225px;
    }

    .blog-menu-item {
        width: 450px;
    }
    .gallery-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
}

@media screen and (max-width: 680px) {
    .buckswood-houses-wrapper {
        padding: 25px 0;
    }
    .buckswood-houses {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 25px;
    }
    .buckswood-houses-title h1 {
        font-size: 6vw;
    }
    .house-name {
        font-size: 4.5vw;
        transform: translateY(-110px);
    }
    .buck-house img {
        display: none;
    }
    .buck-house {
        height: 40vw;
        border-radius: 15px;
    }

    .buck-house:first-child {
        background-color: #fff;
    }
    .buck-house:nth-child(2) {
        background-color: #9f2647;
    }
    .buck-house:nth-child(3) {
        background-color: #e32f30;
    }
    .buck-house:nth-child(4) {
        background-color: #3f83d4;
    }
    .buck-house:nth-child(5) {
        background-color: #213999;
    }
    .buck-house:nth-child(6) {
        background-color: #65bd66;
    }
    .buck-house:nth-child(7) {
        background-color: #3e1c8c;
    }

    .buck-house:nth-child(8) {
        background-color: #028856;
    }

    .house-name,
    .house-score,
    .house-score h4,
    .house-score span {
        position: inherit;
        transform: translate(0);
    }
    .slider-page-info {
        height: 250px;
    }

    .event-title h2 {
        font-size: 1.5em;
    }
    .event-title span {
        font-size: 18px;
    }
    .event-description p {
        font-size: 1.1em;
        letter-spacing: normal;
        line-height: 0.8cm;
    }
    #apply-form-container p {
        font-size: 12px;
    }
    #apply-form-container h2 {
        font-size: 1.2rem;
    }
    .hover-menu {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .header {
        padding: 0 15px;
        height: 60px;
    }
    .search-results {
        top: 60px;
    }
    .swiper,
    .video-cover {
        width: 100%;
        height: calc(100vh - 60px);
    }
    .logo {
        transform: scale(0.7) translateX(-30px);
    }
    .el-blog {
        margin-left: 10px;
        width: 120px;
        height: 40px;
        font-size: 12px;
    }
    .language {
        margin-left: 5px;
        font-size: 12px;
    }
    .change-language a {
        left: 5px;
        font-size: 12px;
    }

    @keyframes burger-right {
        from {
        }
        to {
            transform: translateX(150px);
        }
    }
    .news-box-description {
        padding: 25px 15px;
    }
    .all-news img,
    .middle-link-wrapper a img {
        transform: scale(0.4) translateX(150px);
        margin: 0;
    }
    .middle-link-wrapper h3 {
        display: none;
    }
    .all-news {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .middle-link-wrapper h1 {
        font-size: 16px;
    }
    .news-wrapper-title {
        margin-left: 0;
        text-align: center;
    }
    .main-footer {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 25px 0;
    }
    .grid-list {
        width: 100%;
        text-align: center;
    }
    .footer-contact {
        margin: 0;
        padding: 0;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }
    .footer-contact .footer-logo {
        margin: 25px 0;
    }
    .page-cover-title-wrapper {
        top: 20%;
        left: 15px;
    }
    .page-cover-bg-title {
        font-size: 15vw;
    }
    .page-cover-title {
        font-size: 8vw;
        top: 40%;
    }
    .event-page-wrapper {
        padding: 10px 20px 25px 20px;
    }
    .event-description {
        padding: 10px 20px;
    }
    .share-event {
        margin-top: 50px;
    }
    .calendar-wrapper {
        padding: 50px 10px;
    }
    .calendar-event-container {
        width: 98%;
    }
    .aplly-buckswood-wrapper {
        padding: 50px 30px;
    }
    .apply-buckswood-container {
        width: 100%;
    }
    .contact-page-wrapper,
    .team-wrapper,
    .team-member-details-wrapper,
    .news-page-wrapper,
    .text-page-wrapper-1,
    .text-page-container-2 {
        padding: 25px 15px;
    }

    .news-box-cover {
        height: 210px;
    }
    .footer-map img {
        width: 95%;
    }
}

@media screen and (max-width: 580px) {
    .header-search input {
        width: 100px;
    }

    .slider-page-info {
        width: 400px;
        transform: translateX(-200px);
    }
    .slider-page-info h1 {
        font-size: 35px;
    }
    .news-box-description span {
        font-size: 12px;
    }

    .page-cover,
    .page-cover img {
        height: 250px;
    }
    .triangle-cover-full {
        border-top: 70px solid transparent;
        border-bottom: 0px solid transparent;
    }
    .triangle-cover {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
    }
    .event-info {
        margin-top: 10px;
        flex-direction: column;
    }
    .event-title {
        text-align: center;
    }
    .event-title h2 {
        margin-top: 20px;
    }
    .event-mini-description-wrapper img {
        top: 0;
        right: 10px;
        max-height: 170px;
        transform: translateY(-50px);
    }
    .right-side-events .event-mini-description-wrapper img {
        left: 10px;
    }
    #apply-form-container {
        width: 95%;
        height: auto;
    }
    #apply-form-container h2 {
        font-size: 1rem;
    }
    #apply-form-container p {
        font-size: 10px;
    }
    .apply-custom-full-input,
    .apply-custom-half-input,
    .apply-custom-select {
        height: 35px;
        margin-bottom: 10px;
        border-radius: 15px;
        padding-left: 15px;
        font-size: 14px;
    }
    .close-button {
        top: 10px;
        right: 10px;
        transform: scale(0.5);
    }
    .apply-custom-full-input::placeholder,
    .apply-custom-half-input::placeholder {
        font-size: 12px;
    }
    .apply-custom-half-input {
        width: 100%;
    }
    .contact-form-container form {
        text-align: center;
    }
    .contact-form-container form .styled-input {
        flex-direction: column;
    }
    .contact-form-container form input {
        width: 100%;
    }
    .contact-form-container form button {
        align-self: center;
    }

    .team {
        grid-template-columns: 1fr;
    }
    .team-member {
        width: 275px;
        height: 275px;
    }
    .team-member-name-container {
        width: 275px;
    }

    .blog-menu-item {
        width: 100%;
        height: 200px;
    }
    .news-box-cover {
        height: 180px;
    }
}

@media screen and (max-width: 500px) {
    .header-search input {
        width: 80px;
    }

    .header-search input::placeholder {
        font-size: 15px;
    }
}

@media screen and (max-width: 460px) {
    .header-search {
        display: none;
    }

    .gallery-wrapper {
        padding: 20px 20px;
    }

    .header {
        padding: 0 10px;
    }
    .logo {
        transform: scale(0.6) translateX(-50px);
    }
    .el-blog {
        margin-left: 0;
    }
    .blog-menu-container {
        width: 100%;
        padding: 0 25px;
    }
    .news-box-description h1 {
        font-size: 16px;
    }
    .blog-menu-bg {
        align-self: flex-end;
        transform: scale(0.4) translate(-800px, 600px);
    }
    .middle-link-wrapper a,
    .all-news {
        font-size: 10px;
        text-align: right;
    }

    .event-page-wrapper {
        padding: 10px;
    }
    .event-description p {
        font-size: 1em;
    }
    .share-event {
        margin-top: 25px;
    }
    .event-title span,
    .share-event span {
        font-size: 16px;
    }
    .aplly-buckswood-wrapper {
        padding: 50px 20px;
    }
    .contact-box {
        width: 320px;
        height: 130px;
        margin-bottom: 25px;
        height: 100px;
    }
    .contact-img {
        transform: scale(0.8);
    }
    .contact-text h3 {
        font-size: 1em;
    }
    .team-member-details-img img {
        width: 220px;
    }
    .team-member-details-text h1 {
        font-size: 2.5rem;
    }
    .team-member-details-text span {
        margin-bottom: 15px;
    }
    .team-member-details-text p {
        padding-bottom: 25px;
    }

    .full-news-title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 420px) {
    .header {
        padding: 0;
    }

    .header .navigation {
        margin-right: 10px;
    }
    .full-menu-contact-container {
        margin-top: 20px;
    }
    .grid-list h3 {
        font-size: 15px;
    }
    .grid-list-item {
        font-size: 12px;
    }
    .event-title h2 {
        font-size: 1.3rem;
    }
    .event-mini-description-wrapper img {
        top: 20px;
    }
    .event-mini-description-wrapper p {
        font-size: 0.9rem;
        padding: 0 10px;
    }
    .apply-container-link {
        font-size: 1.5rem;
    }
    .news-pagination {
        margin: 0 5px;
    }
}

@media screen and (max-width: 410px) {
    .header .logo {
        margin-left: 10px;
        width: 100px;
    }
    .slider-page-info {
        width: 350px;
        height: auto;
        transform: translateX(-175px);
    }
    .slider-page-info h1 {
        font-size: 25px;
    }
    .blog-menu-item h3 {
        max-width: 200px;
        word-wrap: break-word;
    }
    .page-cover,
    .page-cover img {
        height: 180px;
    }
    .page-cover-title-wrapper {
        left: 5px;
    }
    .triangle-cover-full {
        border-top: 50px solid transparent;
        border-bottom: 0px solid transparent;
    }
    .triangle-cover {
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }
}

@media screen and (max-width: 340px) {
    .apply-container-link {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 900px) {
    .grid-list {
        margin-right: 50px;
    }
}

@media screen and (max-width: 560px) {
    .header {
        position: fixed;
    }
    .mainSwiper {
        min-height: 100vh;
    }
}
