@import url('https://fonts.googleapis.com/css2?family=Hind&display=swap');

* {
    font-family: 'Hind', sans-serif;
    scrollbar-width: none;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #181717;
}

.card {
    cursor: pointer;
}

.card:hover {
    background-color: rgb(248, 248, 248);
    border: 2px solid black;
}

.passportPic {
    width: 90%;
    background-size: cover;
}

.BIcon {
    width: 100%;
    text-align: center;
    font-size: 40px;
}

.card-img-top {
    max-height: 912px;
    background-size: cover;
    border-bottom: 1px solid grey;
}

.skill-card-img {
    max-height: 300px;
    background-size: cover;
    border-bottom: 0px;
}

.footer-reference {
    font-size: 28px;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
}

@media screen and (max-width: 426px) {
    .footer-reference a {
        font-size: 24px;
    }

    #gradientName {
        display: block;
        background: linear-gradient(45deg, red, yellow, violet);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }
}

.footer-reference a {
    text-decoration: none;
    color: white;
}

.linkedin {
    color: #0077B5;
}

.github::before {
    color: #ffffff;
    background-color: #211F1F;
    border-radius: 50px;
}

.linkedin::before {
    background-color: #ffffff;
    border-radius: 30px;
    border: 0;
}

.twitter {
    color: #00ACEE;
}

@media (min-width: 992px) {
    .h-lg-85 {
        height: 85vh !important;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    outline: grey;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid grey;
}

#gradientName {
    background: linear-gradient(45deg, red, yellow, violet);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.companyLogo {
    background-size: cover;
    max-width: 140px;
    border: 2px solid grey;
    border-radius: 100px;
    padding: 5px;
}

.companyHrLine {
    border: 3px solid rgb(10, 10, 10);
    border-radius: 50px;
}

.indoSyncLogo {
    background-size: cover;
    max-width: 300px;
    border: 2px solid grey;
    border-radius: 30px;
    padding: 3px;
    box-sizing: border-box;
}

.projectIcon {
    font-size: 28px;
    cursor: pointer;
}
