html .navbar{
    height: 100%;
}
body{  
    height: 100%;  
    display: flex;
    flex-direction: column;
    user-select: none;      
}
.index-content{
    color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}


.index-content h1{
    font-size: 50px;
}
.index-content h3{
    font-size: 35px;
    margin-top: 7px;
}
nav{
    background-color:#395a86 ;
}
nav a{
    color: white !important;
    transition:.3s;
}
nav a:hover {
   opacity: 0.7;
}
img {
    width: 100%;
}
.dropdown img{
    width: 30px;
}
.links i {
    font-size: 45px;
    transition: .5s;
}

.links i:hover{
    transform: scale(1.1);
}
.profile-detail p{
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.profile-content{    
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    
}
.skills {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.skill li{
    margin-bottom: 2px;
}
.skill i{
    color: goldenrod;
}
.course i{
    color: goldenrod;
}
.education i{
    color: goldenrod;
}

.course li{
    margin-bottom: 2px;
}
.project-items a{
    transition: .5s;
}

.carousel-image{
    height: 35vh;
    object-fit: cover;
}
.project-card {
    display: none;
}
.accordion-button::after {
    margin-left: 3px !important;
} 
.nav__link::after {
    content: "";
    display: block;
    margin: 0 auto;
    border-bottom: 3px solid white;
    width: 0%;
    transition: .4s;
}
.nav__link:hover::after{
    width: 100%;
}
.up{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.modal-dialog {
    width: 500px;
    margin: auto;
    margin-top: 100px;
}
.modal-dialog {
    max-width: 1000px !important ;
}
.sertifika{
    display: flex;
    gap: 10px;
    margin: auto;
    justify-content: center;
}
.sertifika .col-5{    
    border: solid 1px black;
    padding: 15px;
    border-radius: 25px;
}

@media screen and (max-width:992px) {    
    .image h4, .image h5{
        font-size: 16px;
        font-weight: bold;
    }
    .links i {
        font-size: 25px;
    }
    .carousel-image{
        height: 30vh;
        object-fit: cover;
    }
    #preloader1{
        display: none;
    }  
    .dropdown{
        width: 150px;
        margin: auto;        
    }
    
        
}
@media screen and (max-width:768px) {
    .profile-detail{
        text-align: center;
    }    
    .profile-content {   
        border-left: none;    
    }
    .links i {
        font-size: 60px;
    }
    .image h4,.image h5{
        font-size: 20px;
        font-weight: bold;
    }
    .skills {
        border-right:none;       
    }        
    .logo {
        display: none;
    }
    .index-content h1{
        font-size: 40px;
    }
    .index-content h3{
        font-size: 25px;
    }
    .accordion-button::after {
        margin-left: auto !important;
    } 
    .carousel-image{        
        height: 43vh;        
    }
    .index__button{
        display: block;
    }
   
    
}

@media screen and (max-width:500px) {  
    .carousel-image{        
        height: 190px;        
    }
    .modal-dialog {
        margin: auto !important;
        margin-top: 100px !important;
    }
}

@media screen and (max-width:400px) {    
    .links i {
        font-size: 40px;
    }
    .index-content h1{
        font-size: 30px;
    }
    .index-content h3{
        font-size: 20px;
    }
    .carousel-image{
        height: 150px;
        
    }
    
}
@media screen and (max-width:350px) { 
    .carousel-image{
        height: 130px;
        object-fit: cover;
    }
}