html,
body{
    font-family: "Montserrat",system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: linear-gradient(to right,#00AAFF,#00FF6C);
}

a{
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: #adff2f;
    text-decoration: none;
}

.navbar-brand{
    letter-spacing:2px;
    word-spacing: 2px;
    font-size: 24px;
    font-weight: bold;
}
/* xs*/
.carousel-img{
    width:100%;
    height: auto;
    object-fit: cover;
    

}
/* sm*/
@media (min-width:768px){
    .carousel-img{
        width:100%;
        height: 400px;
    }
}

.card{
    background-color: unset;
    background-clip: unset;
    border:none;
}

img:hover{

    filter: brightness(50%);
    transform: scale(0.05);
    transition: all 0.2s;

}


#icon{
    width:27px;
    height: 9px;
    background: linear-gradient(96.34deg,#0bd1eb.0%,#6514e7.100%);
    border-radius: 4.5px;
}

.btn-link{
    width: 100%;
    position: relative;
    text-align: left;
    opacity: 0.9;
    font-weight: bold;
   
    text-decoration: none;
}

.btn-link::before{
    content:"\f107";
    color: #1104d1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
    

}

.btn-link[aria-expanded="true"]::before{
    content: "\f106";
    color: #073ac5;
}

.btn{
display: flex;
padding: 0px;
text-align: start;
border: none;
margin: 10px;
padding-left: 18px;
color: rgb(24, 8, 252);
}
.btn.focus,
.btn:focus{
    outline: 0;
    box-shadow: unset;
    color: rgb(4, 19, 231);
}