/* navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    min-height: 10vh;
    align-items: center;
    position: sticky;
    top: 0%;
    left: 0%;
    background-color: var(--white);
    z-index: 10;
}
.menu {
    display: none;
}
.menuList {
    background-color: var(--white);
    position: fixed;
    top: 10vh;
    left: -25%;
    width: 25%;
    height: 90vh;
    flex-direction: column;
    display: grid;
    text-align: center;
    align-items: center;
    transition: var(--transition) ;
    z-index: 10;
}
.menuList.active {
    left: 0%;
}
.navLink{
    margin: 30px auto;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: bold;
    font-size: var(--normal);
}
.part {
    text-align: center;
    z-index: 10;
}
.part h1 {
    color: var(--blue);
}
.accounts {
    display: flex;
}
.accountsIcon {
    display: flex;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}



/* about */
.about {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}
.about-component-side {
    width: 45%;
    height: auto;
    align-content: center;
    border-radius: var(--radius);
}
.about-component-side img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
    /* object-fit: cover; */
}
.about-component-side p {
    margin-bottom: 20px;
}
.about-padding {
    width: 53%;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 5%;
    background: linear-gradient(white, #E8F4FF);
    background-position: center;
    background-size: cover;
}
.departments {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}


/* card */
.card {
    width: 24%;
    height: 230px;
    margin: 8px auto;
    cursor: pointer;
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
    object-fit: cover;
}
.card img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}
.card:hover img{
    transform: scale(1.04);
}
.cardCaption {
    position: absolute;
    bottom: 0%;
    right: 0%;
    left: 0%;
    background-color: var(--black);
    padding: 5px 15px;
    text-align: left;
    opacity: .5;
}
.cardCaption h1 {
    color: var(--white);
}
.cardDate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dateIcon {
    color: var(--white);
    margin-right: 8px;
    font-size: 18px;
}
.cardDate p {
    color: var(--white);
}
#activity {
    width: 32%;
}


/* department */
.department {
    width: 32%;
    background-color: var(--white);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--padding);
    margin: 0 auto;
}
.department p {
    color: var(--black);
    text-transform: capitalize;
    margin-top: 10px;
}
.department img {
    width: 60px;
    height: 50px;
}


/* footer */
.footer {
    background-color: var(--black);
    margin-bottom: 0%;
    text-align: center;
    align-items: center;
    display: block;
}
.footer-menu {
    display: flex;
    justify-content: center;
    margin: 15px  0;
    overflow-x: auto;
}
.footer-menu::-webkit-scrollbar {
    display: none;
}
.footer-menu-link {
    margin: 0 8px;
    color: var(--white);
}
.copyright {
    background-color: rgb(36, 36, 36);
    align-items: center;
    padding: 12px;
}
.copyright p {
    color: var(--white);
    text-align: center;
    text-transform: capitalize;
    word-spacing: 2px;
}
.copyright-icon {
    font-size: 18px;
}
.mb {
    margin-bottom: 0;
    padding-bottom: 0;
}


/* hero */
.hero {
    width: 99%;
    min-height: 90vh;
    background-position: center;
    background-size: cover;
    display: flex;
    margin: auto;
    border-radius: var(--radius);
}
.changeIcons {
    position: absolute;
    bottom: 0px;
    left: .5%;
    right: .5%;
    background-color: var(--black);
    opacity: .3;
    height: 100px;
    align-content: center;
    text-align: left;
    padding: 0 30px;
    border-bottom-left-radius: var(--radius);
    animation: fade .5s ease-in;
}
.nextPrev {
    cursor: pointer;
}
.hero-container h1 {
    color: var(--white);
}
.hero-content p {
    color: var(--white);
    text-align: center;
    margin-top: 24px ;
    font-size: 20px;
}
.btn {
    font-size: 16px;
    margin: 0 8px ;
}
.contact-btn {
    background-color: var(--white);
    color: var(--blue);
    border: var(--borderbtn);
}
.contact-btn:hover {
    background-color: var(--blue);
    color: var(--white);
}
video {
    width: 100%;
    height: 90vh;
    margin: auto;
    object-fit: fill;
    border-radius: var(--radius);
    position: relative;
}
.video-icon {
    display: flex;
}
.play-video {
    color: var(--green);
    position: absolute;
    right: 30px
}
.stop-video {
    position: absolute;
    top: 15%;
    right: 3%;
    color: var(--red);
}
.hero-content {
    display: block;
    margin: auto;
    z-index: 1;
    text-align: center;
}
.hero-content h2 {
    color: var(--white);
}
label {
    font-size: 130px;
    color: var(--white);
    line-height: 60px;
}
.hero-paragraph {
    width: auto;
    color: var(--white);
    text-align: center;
    margin: auto;
    margin-top: 30px;
    padding: var(--padding);
}
.background {
    width: 100%;
    height: 300px;
}
.disable {
    color: var(--backgroundColor);
    visibility: hidden;
}

@keyframes fade {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}




/* offer */
.offer {
    width: 33%;
    text-align: center;
    margin: 8px auto;
    align-content: start;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: var(--radius);
    cursor: pointer;
}
#bg {
    background-color: white;
}
.offer-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.offer-name h2 {
    margin-left: 10px 
}
.offer-name p {
    text-align: left;
}



/* select */
.select-component {
    width: auto;
    margin-right: 10px;
}


/* input-component */
.input-component {
    margin: auto;
}

/* social-media */
.footer-social-media {
    display: flex;
    justify-content: center;
}
.footer-social-media-icon {
    color: var(--white);
}


/* staff */
.staf-component {
    width: 32%;
    height: 450px;
    margin: 8px auto;
    position: relative;
    border-radius: var(--radius);
    cursor: pointer;
}
.staf-component img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
}
.caption {
    position: absolute;
    background-color: var(--backgroundColor);
    opacity: 0;
    top: 0%;
    left: 0;
    right: 0%;
    bottom: 0%;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: var(--radius);
    padding-top: 50%;
    transition: var(--transition);
}
.staf-component:hover .caption {
    opacity: .8;
    padding-top: 0;
}
.caption h1 {
    color: var(--blue);
}
.caption p {
    color: var(--black);
    text-align: center;
}



/* vision */
.vision {
    width: 30%;
    text-align: center;
    padding: var(--padding);
    margin: 8px auto;
    padding: 3%;
    border-radius: var(--radius);
    background-color: var(--white);
    box-shadow: 0 10px 15px rgba(173, 216, 230, 0.4)
}
.vision img {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
}



/* large screen */
@media (min-width: 1200px) {
    
}

/* desktop */
@media (max-width: 992px) {
    .menuList.active {
        width: 50%;
    }
    label {
        font-size: 80px;
    }
    .card {
        width: 32%;
    }
}

/* tablet */
@media (max-width: 768px)  {
    .staf-component {
        width: 49%;
    }
    label {
        font-size: 60px;
    }
    .menuList.active {
        width: 80%;
    }
    .about-component-side {
        width: 100%;
    }
    .offer {
        width: 50%;
    }
    .card, #activity {
        width: 48%;
    }
    .vision {
        width: 48%;
        margin-bottom: 20px;
    }
    .hero {
        width: 100%;
    }

}

/* mobile */
@media (max-width: 480px) {
    .staf-component {
        width: 100%;
    }
    .vision {
        width: 100%;
    }
    .select-component { 
        width: 100%;
    }
    .input-component {
        width: 100%;
    }
    .offer {
        width: 100%;
    }
    label {
        font-size: 40px;
    }
    .hero-content p {
        font-size: 16px;
    }
    .card, #activity {
        width: 100%;
    }
    .about-component-side, .about-component-side {
        width: 100%;
    }
    .about-component-side img {
        margin-top: 30px;
    }
    .about-padding {
        padding: 10% 5%;
    }
    .menuList.active {
        width: 100%;
    }
    .logo {
        width: 120px;
        height: 40px;
    }
    .accountIcon-text {
        display: none;
    }
}


