* {
    font-family: sans-serif
}

.back-color {
    /* background-color: rgb(255, 142, 35); */
    background-color: rgb(56, 119, 255);
}

.sidebar {
    content: "";
    width: 100%;
    z-index: 2;
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%)
}

.sidebar.active {
    transform: translateX(0);
}

.sidebar-font {
    font-size: 14px;
    font-weight: 600;
}

.side-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to left, rgba(3, 112, 255, 0.863), rgba(20, 102, 255, 0.432));
    top: 0;
    z-index: -1;
}

.side-menu::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to left, rgba(3, 133, 255, 0.863), rgba(0, 110, 255, 0.685));
    top: 0;
    z-index: -2;
}

.sidebar-buttons {
    background-color: transparent;
}

.sidebar-buttons:hover, .active-sidebar {
    background-color: rgb(35, 86, 255);
}

.nav-font {
    font-size: 13px;
    border-radius: 5px;
    font-weight: 500;
}

.nav-font:hover, .active-nav {
    color: white !important;
    background-color: rgb(56, 119, 255) !important;
    transition: 0.2s;
}

.banner::before {
    position: absolute;
    content: "";
    background: url(about-images/about-banner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 90%;
    z-index: -2;
}

.banner::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.452);
    width: 100%;
    height: 90%;
    z-index: -1;
}

.polygon {
    position: absolute;
    width: 125%;
    height: auto;
    min-height: 100%;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
    top: 0;
    left: -150px;
}

li::marker {
    color: white;
}

.overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.589);
    border-radius: 8px;
    z-index: 2;
}

.overlay-display {
    display: none;
}

.columns:hover .overlay-display {
    display: block;
}

button.owl-prev,
button.owl-next {
    font-size: 40px !important;
    background-color: rgb(56, 119, 255) !important;
    color: white !important;
    width: 40px;
    margin: 2px;
}

.study-process {
    position: absolute;
    content: "";
    background: url(images/study-process.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -1;
}

.design1 img {
    position: absolute;
    z-index: -1;
    width: 200px;
    top: 15%;
}

.design2 img {
    position: absolute;
    right: 0;
    width: 300px;
    bottom: 20px;
    z-index: -1;
}

.hover-effect:hover {
    background-color: rgb(50, 115, 255) !important;
    color: white !important;
    transition: 0.3s;
}

.hover-effect:hover .number-hover {
    color: white !important;
    transition: 0.3s;
}

.video-banner::before {
    position: absolute;
    content: "";
    background: url(images/vedio-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 96%;
    height: 100%;
    top: 0;
    left: 4%;
    z-index: -1;
}

.grayscale {
    filter: grayscale(100%);
}

.testimonials::before {
    position: absolute;
    content: "";
    background: url(images/testimonials-backgorund.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 90%;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-banner::before {
    position: absolute;
    content: "";
    background: url(images/banner.jpg) no-repeat center center/cover;
    width: 100%;
    height: 700px;
    top: -100px;
    z-index: -2;
}

.about-banner::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.452);
    width: 100%;
    top: -100px;
    height: 700px;
    z-index: -1;
}

.mission-banner::before {
    position: absolute;
    content: "";
    background: url(about-images/uni6.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.mission-banner::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.74);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mission-vision-section {
    position: relative;
    padding: 80px 0;
    background: url('your-background-image.jpg') center/cover no-repeat;
}

.mission-vision-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.mission-vision-box:hover {
    transform: translateY(-5px);
}

.icon-style {
    font-size: 50px;
    color: #ffcc00;
}

.destinations,
.universities {
    position: absolute;
    padding: 15px;
    font-size: 26px;
    background-color: #ffffffda;
    border-radius: 0 20px 20px 0;
    text-align: end;
    bottom: 20px;
}

.footer-background {
    background-color: rgba(0, 0, 0, 0.151);
}

.footer-button:hover a {
    color: rgb(255, 255, 255) !important;
}

.unis img {
    width: 75% !important;
}

.team-button {
    transition: 0.4s;
}

.team-button:hover {
    background-color: white !important;
    color: rgb(50, 115, 255) !important;
}

.images-overlay {
    position: relative;
    overflow: hidden;
}

.team-images {
    position: absolute;
    bottom: -100%;
    left: 20%;
    width: 60%;
    height: 70%;
    background: white;
    color: black;
    transition: bottom 0.4s ease-in-out;
}

.images-overlay:hover .team-images {
    bottom: 14%;
}

.team-members {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}


.polygon-2 {
    position: absolute;
    width: 125%;
    height: auto;
    min-height: 100%;
    clip-path: polygon(0 0, 86% 0%, 100% 100%, 0% 100%);
    z-index: -1;
    top: 0;
    left: 0;
}

.years-button {
    position: absolute;
    bottom: -7px;
    left: 50%;
    right: 50%;
}

.active-button {
    border-bottom: 12px solid rgb(50, 115, 255) !important;
}

@media screen and (max-width:992px) {
    .polygon {
        position: absolute;
        width: 100%;
        height: auto;
        min-height: 100%;
        clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
        z-index: -1;
        top: 0;
        left: 0px;
    }

    .polygon-2 {
        position: absolute;
        width: 100%;
        height: auto;
        min-height: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        z-index: -1;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 768px) {

    .testimonials {
        display: none;
    }

    .active-button {
        border-bottom: 8px solid rgb(50, 115, 255) !important;
    }

    .years-button {
        bottom: -5px;
    }
}

@media screen and (max-width:576px) {

    .list {
        padding: 5px 10px 9px 10px !important;
    }

    .reach {
        font-size: 12px;
        padding: 12px 12px 14px 12px !important;
    }

}

@media screen and (max-width:425px) {
    .portfolio-buttons {
        font-size: 12px;
    }
}

@media screen and (max-width:375px) {}