.header {
    /* background: rgba(0, 0, 100 , 0.4); */
    position: relative;
    height: 100vh;
    top: 0;
}

.background-image {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50%;
    /* z-index: 1; */
}

.text {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 75%;
    z-index: 2;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}
.text-02 {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* top: 83%; */
    bottom: 10%;
    z-index: 2;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

.text p,
.text-02 p {
    color: white;
}

.text-shadow {
    text-align: center;
    width: 100%;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

.gradian_top1 {
    position: absolute;
    left: -11.25%;
    right: 34.93%;
    top: -21.79%;
    bottom: -110.89%;

    background: radial-gradient(
        40.48% 41.18% at 30.33% 19.29%,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(165, 227, 241, 0) 100%
    );
    z-index: 0;
}

.gradian_top2 {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 15%;
    /* Gradiant_Top_01 */
    background: linear-gradient(180deg, #98b5e0 0%, rgba(255, 255, 255, 0) 100%);
    /* background-blend-mode: multiply; */
    z-index: 0;
}

.footer-bottom {
    position: fixed;
    left: 0;
    bottom: -1px;
    width: 100%;
    background-color: #604185;
    color: white;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-info {
    display: flex;
    align-items: center;
}
.about .Paragraph01 {
    color: #604185;
}

.img-login-btn {
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 1px;
    background-color: #2176c3;
    margin-left: -38px;
}

.logo-img {
    margin-top: 98px;
    max-width: 222px;
    height: auto;
}

/* .about .Paragraph01 p {
    font-size: 16px;
} */

/* .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
} */




@media only screen and (max-width: 1200px) {
    .text .Heading3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .text-02 .Heading4 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .about .Paragraph01 p {
        font-size: 1rem;
        line-height: 2rem;
    }
    .about .Heading3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .about .Paragraph02 {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .event .Heading3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .map-responsive iframe {
        left: 20%;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .location .Paragraph01 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .location .Heading6 {
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .img-login-btn {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .text .Heading3 {
        font-size: 7.5vmin;
        line-height: 9vmin;
    }
    .text-02 .Heading4 {
        font-size: 6vmin;
        line-height: 6vmin;
    }
    .text {
        top: 30%;
    }
    .background-image {
        top: 60%;
    }
    .about .Paragraph01 p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .about-img {
        max-width: 50%;
        margin-left: 25%;
    }
    .event-img {
        max-width: 60%;
        margin-left: 20%;
    }
    .footer-bottom {
        height: 30px;
    }
    .logo-img {
        transition: all 1s ease-out;
        margin-top: 90px;
        max-width: 187px;
        height: auto;
    }
    .fp-viewing-about .logo-img,
    .fp-viewing-event .logo-img,
    .fp-viewing-location .logo-img {
        transition: all 1s ease-in-out;
        margin-top: 40px;
        max-width: 100px;
        height: auto;
    }
}

@media screen and ( max-height: 650px) {
    .about .Paragraph02{
        opacity: 0;
    }
    .about-img{
        opacity: 0;
    }
    .about .Heading3{
        font-size: 2rem;
    }
    .about .Paragraph01 p{
        text-align: center;
    }
}