.img-container {
    position: relative;
    text-align: center;
}

.blue_txt {
    color: #3180de;
}

.pink_txt {
    color: #de3163;
    font-family: Arial;
    font-size: 20px;
}

.title_ico,
.title_one_one,
.title_one_two,
.title_one_three,
.title_one_four,
.title_one_five {
    position: absolute;
    width: 100%;
    /* left: 50%; */
    transform: translateX(-50%);
    color: #f8f398;
    font-family: Arial;
    font-size: 37px;
    font-variant: normal;
    font-weight: 700;
    vertical-align: baseline;
}

.title_one
 {
    position: absolute;
    width: 100%;
    /* left: 50%; */
    transform: translateX(-50%);
    color: #f8f398;
    font-family: Arial;
    font-size: 4vw;
    font-variant: normal;
    font-weight: 700;
    vertical-align: baseline;
}
.title_ico {
    top: 4%;
    left: 85%;
}
.title_one {
    top: 22%;
    left: 59%;
}

.title_one_one {
    top: 21%;
    left: 75%;
}

.title_one_two {
    top: 35%;
    left: 85%;
}

.title_one_three {
    top: 50%;
    left: 85%;
}

.title_one_four {
    top: 66%;
    left: 79%;
}

.title_one_five {
    top: 77%;
    left: 95%;
}

.title_one_six {
    top: 58%;
    left: 50%;
}




.nav-txt-color {
    font-size: 1rem;
    font-weight: 500;
    color: #de3163;
}

.nav-item-align {
    margin-left: auto;
    margin-right: auto;
}

hr {
    border: none;
    height: 5px;
    background-color: black;
}

p {
    text-align: justify;
    text-justify: inter-word;
}

.blinking {
    animation: blink 2s infinite;
}
@keyframes blink {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

@media (max-width: 576px) {

    .title_one,
    .title_one_one,
    .title_one_two,
    .title_one_three,
    .title_one_four,
    .title_one_five {
        font-size: 3vw;
    }

    .title_one_five {
        font-size: 8vw;
        font-weight: 600;
    }

    .ban_img {
        height: 50%;
    }
}
