.blueCity {
    margin: 0;
    color: #FFF !important;
    font-family: Faustina;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 30%;
}

.back-hero {
    background: url(../img/image-hero.jpg) no-repeat;
    z-index: 0;
    width: 100%;
    height: 80vh;
    background-size: cover;
    position: relative;
}

.back-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.form-control {
    background-color: #f8f8f8;
    border-radius: 0;
    border: none;
    padding: 10px;
    width: 100% !important;
}

.form-container {
    padding: 20px;
    border: 1px solid #ccc;
}

.Title-warehouse {
    margin: 0;
    color: #FFF;
    font-family: Faustina;
    font-size: 50px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.form-label {
    color: black;
    font-family: Faustina;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
}

.form-container h1 {
    color: black;
    font-family: Faustina;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 800;
}

.btnBook {
    background-color: #00417a;
    color: #FFF;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    border: none;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Faustina;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
}

.Bwarehouse {
    background-color: #f8f8f8;
    padding: 10px;
}

.Bwarehouse p {
    color: #00417a;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Faustina;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
}

.Bwarehouse h2 {
    color: black;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Faustina;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 800;
}

.tick-squre {
    width: 20px;
    height: 20px;
}

.Rulesware {
    color: black;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Faustina;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 800;
}

.back__stage {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 10;
    /* top: 100px; */
}

.Back__stageinner {
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.Lorem-text {
    color: #6e6e6e;
    font-family: Faustina;
    font-size: 20px !important;
    font-weight: 800;
    line-height: 23px;
}

.badcrumb {
    background-color: #FFF;
    width: 100%;
    border: 1px solid white;
}

.bdLefter {
    padding-inline: 30px;
    color: black;
    text-decoration: none !important;
    font-family: Faustina;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    position: relative;

}

.bdLeft {
    padding-inline: 30px;
    color: #6e6e6e;
    text-decoration: none !important;
    font-family: Faustina;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    position: relative;
}

.bdLeft::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #6e6e6e;
}

.bdLeft:hover {
    color: black;
}

@media(max-width:1200px) {
    .back-hero {
        background: url(/landing/assets/img/image-hero.jpg) no-repeat;
        z-index: 0;
        width: 100%;
        height: 130vh;
        background-size: cover;
    }
}

@media(max-width:992px) {
    .back-hero {
        background: url(/landing/assets/img/image-hero.jpg) no-repeat;
        z-index: 0;
        width: 100%;
        height: 130vh;
        background-size: cover;
    }
}

@media(max-width:430px) {
    .Bwarehouse h2 {
        font-size: 20px !important;
    }
}

@media(max-width:400px) {
    .back__stage {
        display: flex;
        flex-flow: column nowrap;
        height: 100%;
        justify-content: center;
        margin: auto;
        position: relative;
        width: 100%;
        z-index: 10;
        top: 50px;
    }

    .bdLeft {
        padding-right: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 31px;
        text-align: center;
    }
}
