.funds-list {
    padding: 2rem 0rem;
}
.fund-list-title {
    display: flex;
    padding: 0px;
    margin-bottom: 3rem;
}
.fund-list-title::before {
    content: "";
    background: url("/assets/img/logo-part-1.png");
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position-x: right;
    padding-left: 4rem;
    width: 5rem;
    height: 5rem;
}
@media  screen and (max-width: 500px){
    .fund-list-title  h4{
        padding-top: 0.3rem;
        font-size: 1.1rem;
    }
    .fund-list-title  h5{
        font-size: 0.9rem;
    }
}
@media  screen and (min-width: 501px){
    .fund-list-title  h4{
        /*padding-top: 0.3rem;*/
        font-size: 1.5rem;
    }
    .fund-list-title  h5{
        font-size: 1.2rem;
    }
    /*.custome-carousel-item-b {*/
    /*    height: 20rem;*/
    /*}*/
}

#carousel-fund{
    .carousel-control-next,
    .carousel-control-prev {
        position: relative;
        width: 4rem;
        opacity: 0.7;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        border: 1px solid #333 !important;
        background-color: #333 !important;
    }
}
.carousel-controller-fund {
    display: flex;
    position: relative !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.custome-carousel-item-a {
    /*height: 34rem;*/
}
.custome-carousel-item-b {
    /*height: 20rem;*/
}
.custome-carousel-item-c {
    height: 7rem;
}

.fund-info-sec {
    border: 1px solid #999;
    border-radius: 8px;
    padding: 0.8rem;
    flex-grow: 1;
    text-align: center;
    h5 {
        color: white;
        padding: 2rem;
    }
    a {
        padding: 0.75rem 3rem;
    }
}

.fund-info-ani {
    background-color: #111c35 !important;
}
.fund-animation{
    height: 20rem;
}
.fund-info-detail {
    background-color: #253c72 !important;
    color: white;
}

.fund-info-logo {
    margin-top: 3rem;
}
.fund-logo {
    height: 0px;
}
.fund-logo > figure {
    display: flex;
    width: 5rem;
    height: 5rem;
    border: 3px solid #ccc;
    border-radius: 50%;
    background-color: #1f2a43;
    z-index: 1000;
    margin: 0 auto;
    position: relative;
    transform: translateY(-4rem);
}
.fund-logo > figure > img{
    width: 60%;
    height: 60%;
    margin: auto;
}

.fund-stamp {
    background: url("/assets/img/stamp-01.png");
    background-repeat: no-repeat;
    background-position: top right 20px;
    height: 36px;
    transform: translateY(-5.8rem);
}

.fund-stap-edge {
    width: 3rem;
    height: 3rem;
    background-color: #253c72 !important;
    transform: translate(-0.4rem, -8.5rem) rotate(45deg);
}
.fund-text {
    padding-top: 2rem;
    line-height: 1.8rem;
    text-align: right;
    min-height: 18rem;
    span {
        color: aqua;
    }
    a {
        text-decoration: none;
        color: white;
        text-align: left;
        display: block;
    }
    a::after {
        content: " ...";
        width: 10rem;
        height: 5rem;
    }
}

.fund-info-index {
    display: flex;
    background-color: #ccc;
    text-align: right;
}

.fund-info-index > div > i {
    font-size: 2rem;
    height: auto;
    align-self: center;
    margin: auto;
}
.fund-info-index > div:first-child {
    margin: auto 0;
    background-color: #111c35;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    display: flex;
}
.fund-info-index > div:nth-child(2) {
    padding-top: 0.5rem;
    padding-right: 1.2rem;
}
.fund-info-index > div > h6:nth-child(2) {
    color: aquamarine;
}

/*@media screen and (max-width: 500px){*/
/*    .fund-info-index > div > i {*/
/*        font-size: 1.2rem;*/
/*        height: auto;*/
/*        align-self: center;*/
/*        margin: auto;*/
/*    }*/
/*    .fund-info-index > div:first-child {*/
/*        margin: auto 0;*/
/*        background-color: #111c35;*/
/*        border-radius: 50%;*/
/*        width: 3rem;*/
/*        height: 3rem;*/
/*        display: flex;*/
/*    }*/
/*    .fund-info-index > div:nth-child(2) {*/
/*        padding-top: 0.5rem;*/
/*        padding-right: 1.2rem;*/
/*    }*/
/*    .fund-info-index > div > h6:nth-child(2) {*/
/*        color: aquamarine;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 501px){*/
/*}*/

.fund-info-index > div > i {
    font-size: 2rem;
    height: auto;
    align-self: center;
    margin: auto;
}
.fund-info-index > div:first-child {
    margin: auto 0;
    background-color: #111c35;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    display: flex;
}
.fund-info-index > div:nth-child(2) {
    padding-top: 0.5rem;
    padding-right: 1.2rem;
}
.fund-info-index > div > h6:nth-child(2) {
    color: aquamarine;
}



.carousel-indicators {
    justify-content: start;
}

.carousel-indicators [data-bs-target]
{
    height: 5px;
}
