﻿.respiration-banner {
    position: relative;
    overflow: hidden;
}

/*.bg-image {
    position: absolute;
    inset: 0;
    background: url("../../img/bg/2.jpeg");
    background-size:cover;
    background-repeat:no-repeat;

}

.banner-content {
    position: relative;
    z-index: 5;
    max-width: 1400px;
    margin: auto;
    padding: 40px 60px;
}*/

.banner-content {
    position: absolute;
    z-index: 5;
    max-width: 1400px;
    margin: auto;
    padding: 40px 60px;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-top: 0;
}
.title-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.heading-block {
    width: 65%;
    text-align: center;
    padding-top: 10px;
}
    .heading-block h1 {
        margin: 0;
        font-family: 'Oswald',sans-serif;
        font-size: 80px;
        line-height: 1;
        color: #011a49;
        letter-spacing: 1px;
        font-weight: 600;
    }

        .heading-block h1 span {
            color: #c40000;
        }

/*.tagline {
    display: inline-block;
    margin-top: 15px;
    background: #002f7b;
    color: #fff;
    padding: 5px 50px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
}*/
.tagline {
    display: inline-block;
    /* margin-top: 15px; */
    /* background: #002f7b; */
    color: #fff;
    /* padding: 5px 50px; */
    /* border-radius: 40px; */
    font-size: 12px;
    /* font-weight: 600; */
}

.under {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 5px;
    color: #002f7b;
    font-family: 'Playfair Display',serif;
    font-size: 25px;
    font-style: italic;
}

    .under span {
        width: 150px;
        height: 2px;
        background: #8aa4cb;
    }

.heading-block h2 {
    margin-top: 0;
    font-family: 'Oswald',sans-serif;
    font-size: 35px;
    color: #002D7A;
    font-weight: 700;
}
.divider {
    width: 450px;
    height: 2px;
    background: #8aa4cb;
    margin: 10px auto;
}
.date-box {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border: 2px solid #6b8fbd;
    border-radius: 15px;
}
/*.calendar {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00307c;
    font-size: 34px;
}
*/
.calendar {
    height: 55px;
    width: 55px;
    background: #00307c;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    left: 10px;
}
    .calendar::before {
        content: "";
        border-left: 3px solid #00307c;
        position: absolute;
        top: 0;
        left: 27px;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 450px;
    }
    .calendar img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(0%) hue-rotate(53deg) brightness(103%) contrast(100%);
    }
.date-content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 25px;
}
.day {
    background: #c10000;
    color: #fff;
    padding: 8px 8px;
    border-radius: 10px;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    font-family: 'Oswald',sans-serif;
}
.date-content strong {
    color: #002d77;
    font-size: 52px;
}
.month {
    color: #002d77;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Oswald',sans-serif;
}
.secretary {
    margin-top: 10px;
    display: block;
    background: #00307c;
    color: #fff;
    padding: 1px 20px;
    border-radius: 25px;
    font-size: 18px;
    max-width: 220px;
    margin: 30px auto 0;
}
.heading-block h3 {
    margin-top: 5px;
    color: #c40000;
    font-size: 54px;
    font-family: 'Oswald',sans-serif;
}
.heading-block h4 {
    color: #00307c;
    font-size: 25px;
    margin-top: 8px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.logo-area {
    width: 260px;
    text-align: center;
    display: none;
}
    .logo-area img {
        width: 100%;
    }

.lucknow {
    margin-top: 20px;
    color: #1c3f83;
    font-size: 70px;
    font-family: 'Playfair Display',serif;
    font-style: italic;
}
.btn {
    background: #378904;
    color: #fff;
    padding:10px 20px;
    font-size:18px;
}
