/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5.use[3]!./mahsa_project/media/css/custom-index-slider.css ***!
  \************************************************************************************************************************************************************************************************************/
.slide-caption {
    position: absolute;
    bottom: 80vh;
    margin-left: 20px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: white;
}

.slide-caption p {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    line-height: 0.7;
}

.slide-img-attribution {
    position: absolute;
    bottom: 6vh;
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    text-align: start;
    font-size: 1vw;
}

.slide-caption p {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    line-height: 0.7;
}

.slide-img-attribution {
    position: absolute;
    bottom: 6vh;
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    text-align: start;
    font-size: 1vw;
}

.slide-logo {
    width: 300px;
    height: auto;
}

@media screen and (max-height: 819px) {
    .down-button,
    .vertical-nav-container,
    .slide-caption {
        bottom: 60vh;
        font-size: 2.6rem;
        max-width: 100vw;
    }
    .slide-img-attribution {
        font-size: 1vw;
        max-width: 100vw;
    }
    .down-button-icon {
        font-size: 2.6rem;
        padding-top: 1vh;
        padding-left: 2vh;
        height: 7vh;
        width: 7vh;
    }
    #info-block-1 {
        padding-top: 0;
    }
}
@media (min-width: 768px) {
    .one-page-header .navbar-nav > li > .fa-chevron-circle-down {
        color: #eee;
    }
}
@media (max-width: 481px) {
    .slide-caption {
        display: none !important;
    }
    .slide-img-attribution {
        font-size: 2vw;
        max-width: 100vw;
    }
    .application-name h1 {
        position: relative;
        top: -6px;
        left: -15px;
        font-size: 0.6rem;
    }
}
