body{
    font-family: "Montserrat",sans-serif;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: inherit;
    text-decoration: none;
}

.navbar-brand{
    letter-spacing: 2px;
    word-spacing: 2px;
    font-size: 24px;
    font-weight: bold;
}

.carousel-img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card{
    background-color: unset;
    background-clip: unset;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
}

img:hover{
    filter: brightness(50%);
    transition: all 0.4s;
}

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

.carousel-control-prev,
.carousel-control-next{
    height: auto;
    width: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.carousel-control-prev-newicon::before,
.carousel-control-next-newicon::before{
    color: #737373;
    display: block;
    font-family:"FontAwesome";
}
.carousel-control-prev-newicon::before{
    content: "\f104";
}
.carousel-control-next-newicon::before{
    content: "\f105";
}

.accordion-item{
    border: none;
}

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

.btn-link::before{
    content: "\f107";
    color: #737373;
    position: absolute;
    top: 50%;
    left:0%;
    transform: translateY(-50%);
    display: block;
    font-family:"FontAwesome";
}

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

.btn{
    display: flex;
    padding:0px;
    text-align: start;
    border: none;
    margin: 10px;
    margin-left: 3.5px;
    padding-left: 25px;
}

.btn:focus,
.btn:focus{
    outline: 0;
    box-shadow: unset;
}

#circle{
    width:5px;
    height:5px;
    background-color: #586069;
    border-radius: 100%;
    margin-left:12px;
    margin-right:12px;
}
.card-title{
    font-weight:700;
    line-height: 32px;
    font-size: 24px;
}

.card-subtitle{
    font-weight:700;
    font-size: 14px;
    margin-top: 0px; 
}

.card-text{
    font-weight: 500;
    line-height: 26px;
}
