.body{
    font-family: Montserrat !important;
}

.custom-nav-container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start !important;
}
.navbar-brand{
    letter-spacing: 2px;
    word-spacing: 2px;
    font-size: 24px;
    font-weight: 400;
}

.card-title{
    font-size: 20px;
}

.btn-light {
    width: 100%;
    position: relative;
    text-align: left;
    opacity: 0.7;
    font-weight: 500;
}

.card >a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

.btn-light::before {
    content: "\f107";
    color: #737373;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
    margin-right: 0.5rem;
    /* margin-right: 10px; */
}

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

.btn {
    display: flex;
    padding: 0px;
    text-align: start;
    /* padding-bottom: 20px; */
    border: none;
    margin: 10px;
    padding-left: 18px;
}

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

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

img:hover {
    filter: brightness(50%);
    transition: transform 0.6s;
    transform: scale(1.01);
}

/* xs */
.carousel-img {
    width: 100%;
    height: auto;
}

.slick-disabled {
    opacity: 0;
    pointer-events:none;
}
    /* sm */
@media (min-width: 768px) {
    .carousel-img {
    width: 100%;
    height: 400px;
    }
}
    /* md */
@media (min-width: 992px) {
    .carousel-img {
    width: 100%;
    height: 400px;
    }
}
    /* lg */
@media (min-width: 1200px) {
    .carousel-img {
    width: 100%;
    height: 400px;
    }
}