@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*general*/
.small-text {
    font-size: 14px;
}

.rubi {  font-family: 'Rubik', sans-serif;  font-weight: 500;  }

.jost {  font-family: 'Jost', sans-serif;}

.text-justify {   text-align: justify;  }



/*navbar*/
.navbar {   font-family: 'Rubik', sans-serif; font-weight: lighter;  font-size: 16px;  }

.dropdown:hover .dropdown-menu {  display: block;  }

.dropdown-menu a:hover {
    background-color: white;
}




/*bottom arrow*/
.arrow-up {  width: 50px;  height: 45px;  border-top-left-radius: 5px;  border-bottom-left-radius: 5px;  
    border-top-right-radius: 0px;   border-bottom-right-radius: 0px;  background-color: #298754;  color: white;  
    transition: background-color 0.5s;
}

.arrow-up:hover { background-color: black;}

.arrow {
    position: fixed;  bottom: 0;  right: 0;  padding-bottom: 30px; 
}

.hide {
    opacity: 0;  transition: opacity 0.7s linear;
   
}
.show {
    opacity: 1;  transition: opacity 0.7s linear; 
}


/*hero*/
.hero {
    background-image: url(img/International\ Students.jpg);  border-bottom: 7px solid #f7dc79;
}


/*about us and youtube video*/
.about {
    border: 2px solid #298754;  width: 40px;  background-color: #298754;
}
.youtube {
    width: 500px;  height: 400px;
}

.fadeInLeft {
    -webkit-animation: fadeInLeft 2s both;
    -moz-animation: fadeInLeft 2s both;
    -o-animation: fadeInLeft 2s both;
    animation: fadeInLeft 2s both;
}

.fadeInRight {
    -webkit-animation: fadeInRight 2s both;
    -moz-animation: fadeInRight 2s both;
    -o-animation: fadeInRight 2s both;
    animation: fadeInRight 2s both;
}

.inTop {
    -webkit-animation: inTop 2s both;
    -moz-animation: inTop 2s both;
    -o-animation: inTop 2s both;
    animation: inTop 2s both;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes inTop {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/*future*/
.hero2 {
    background-image: url(img/International\ Students.jpg);   background-position: center;
}

.learn-btn { transition: all 0.5s;  background-color: white;  color: #298754;  }

.learn-btn:hover { background-color: #298754;  color: white; }


/*increasing numbers*/
.dash-border {
    border-right: 2px dashed #cacfd4;
}

.one {
    background-image: url(img/shirt.png);  width: 70px;  height: 70px;   background-size: contain;
    background-repeat: no-repeat;
}

.satisfied:hover .one {
    background-image: url(img/shirt2.png);  width: 70px;  height: 70px;   background-size: contain;
    background-repeat: no-repeat;  animation: bounce 0.5s linear infinite;
}

.four {
    background-image: url(img/users.png);  width: 70px;  height: 70px;   background-size: contain;
    background-repeat: no-repeat;
}

.affiliations:hover .four {
    background-image: url(img/users2.png);  width: 70px;  height: 70px;   background-size: contain;
    background-repeat: no-repeat;  animation: bounce 0.5s linear infinite;
}

.three {
    background-image: url(img/acti.png);  width: 70px;  height: 80px;   background-size: contain;
    background-repeat: no-repeat;
}

.activate:hover .three {
    background-image: url(img/acti2.png);  width: 70px;  height: 70px;   background-size: contain;
    background-repeat: no-repeat;  animation: bounce 0.5s linear infinite;
}

.two {
    background-image: url(img/trophy.png);  width: 70px;  height: 70px;   background-size: contain;
    background-repeat: no-repeat;
}

.awards:hover .two {
    background-image: url(img/trophy2.png);  width: 70px;  height: 70px;   background-size: contain;
    background-repeat: no-repeat;  animation: bounce 0.5s linear infinite;
}



@keyframes bounce {
    from {
        transform: translateY(-7px);
    }
    to {
        transform: translateY(0px);
    }
}



/*footer*/
.foot-list .dash {
    transition: all 0.5s;  opacity: 0;
}
.foot-list:hover .dash {
    opacity: 1;  margin-left: 10px;
}
.input-group ::placeholder {
    color: white;
}
.input-group input {
    background-color: #1e294a;
}

.foot-list .act .dash {
    opacity: 1;
}




@media screen and (max-width: 1024px) {
    sup {
        display: none;
    }
}

@media screen and (max-width: 426px) {
    .youtube {
        width: 260px;  height: 160px;
    }
}
