@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
*{
    font-family: "Poppins";
}
body{
    background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);
   
}
/* Navbar style */
.navbar-logo-lg{
    width: 6rem;
    height: auto;
    display: block;
}
.navbar-logo-sm{
    display: none;
}
.carousel{
    position: fixed;
}

/* Carousel Style */
.carousel-card{
    position: fixed;
    background-color: #ffffff !important;
    margin-top: 5rem;
    text-align: center;
    border-radius: 15px;

}
.carousel-inner{
    height: 80vh;
    border-radius: 10px;
}
.carousel-item{
    height: 50vh;
    border-radius: 10px;
}
.carousel-img{
    width: 100%;
    height: 100vh;
    margin-bottom: 20vh;
display: block;
}
/* Carousel Button style */
.prev-icon{
margin-left: 25px;
font-size: 30px;
}
.next-icon{
margin-right: 25px;
font-size: 30px;
}
/*  date - time week*/
.tanggal{
    border-radius: 10px;
    margin-top: 10px;
    height:80px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 0%, rgba(1,181,235,1) 18%, rgba(8,25,132,1) 63%, rgba(9,9,121,1) 72%);
}
.text-light{
    margin-left: 10px ;
}
/* Navigasi */
.navigasi{
 border-radius: 10px;
 margin-right: 20px;

}
.navigasi-icon{
    font-size: 12px;
    color: #295F98;
}
.navigasi-icon:hover{
    font-size: 12px;
    color: #FF6600;
    text-decoration: line-through;
}
.navigasi-text{
    font-weight:450;
    font-size: 15px;
    color: black;
}
.navigasi-text:hover{
    font-weight:450;
    font-size: 12px;
    color: #FF6600;
}
.active{
    color: #FF6600 !important;
}
/* profile style */
.btn .profile{
border-radius: 30px;
}
.profile-picture{
    width: 45px;
    border-radius: 1000px;
}
.profile-text{
    text-align: center;
    margin-left: 55px;
    font-size: 10px;
}
.icon-masuk{
    color: black;
    font-size: 15px;
}
.text-masuk{
    color: black;
    margin-left: 10px;
    font-weight: 500;
}
.icon-keluar{
    color: black;
    font-size: 15px;
  
}
.text-keluar{
    color: black;
    margin-left: 10px;
    font-weight: 500;
}

/* advertise */
.frame{
    border-radius: 10px;
}
.advertise{
    font-size: 15px;
}
.advertise-logo-DE{
    margin-top: 30px;
    width: 8rem;
}
.advertise-logo-ITS{
    margin-top: 30px;
    width: 5rem;
    margin-left: 5px;
}
.advertise-logo-DTEO{
    margin-top: 30px;
    width: 7rem;
}
/* Project.php style */
.waktu{
    margin-top: 5rem;

}
.search{
    
    color: #ffffff;
}
.form-outline{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 0%, rgba(1,181,235,1) 18%, rgba(8,25,132,1) 63%, rgba(9,9,121,1) 72%);
    color: rgb(255, 255, 255);
    border-radius: 50px;
}
/* lokasi */
.lokasi{
    font-size: 20px;
}

/* student .php style */
.carousel-student{
    position: fixed;
    background-color: #ffffff !important;
    text-align: center;
    border-radius: 15px;
}
