*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
}
.emergency {
    width: 320px;
    top: 0;
    position: absolute;
    margin-left: 1000px;
    padding: 15px;
}
.emergency span {
    color: red;
    animation: blinker 3s linear infinite;
    animation-delay: 1s;
}
@keyframes blinker {
    50% {
      opacity: 0;
    }
}
.emergency i, .emergency p {
    color: white;
    margin-left: 15px;
    margin: 0;
}
.navbar-brand {
    margin-left: 50px;
}
.navbar-brand img {
    width: 300px;
    height: 100px;
}
.navbar-nav {
    margin-left: 525px;
    margin-top: 50px;
    --bs-navbar-hover-color: black;
}
.nav-item a {
    font-family: Marvel;
    margin-left: 35px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
}
.nav-item a::before, .nav-item a::after {
    content: attr(data-text);
    position: absolute;
    transition: all 0.3s ease;
}
.nav-item a::before {
    color: white;
    transform: translateY(0);
}
.nav-item a::after {
    color: red;
    top: 100%;
    transform: translateY(0);
    left: 8px;
}
.nav-item a:hover::before {
    transform: translateY(-120%);
}
.nav-item a:hover::after {
    transform: translateY(-126%);
}
#active {
    color: red;
}
.image {
    height: 550px;
    width: 100%;
}
.one {
    position: absolute;
    top: 0;
    height: 250px;
    width: 525px;
    margin-top: 125px;
    margin-left: 200px;
    font-family: Playfair Display;
    color: #152362;
}
.one h1 {
    margin-bottom: 0px;
    padding: 5px;
}
.one h4 {
    margin-bottom: 0px;
    padding: 5px;
    margin-top: 5px;
}
.one p {
    margin-bottom: 0px;
    padding: 5px;
    margin-top: 5px;
    font-weight: bold;
}
.two {
    margin-left: 200px;
    margin-right: 200px;
    height: 490px;
}
.two h2 {
    padding: 15px;
    font-family: Marvel;
    text-align: center;
    font-weight: bolder;
}
.two span {
    color: #152362;
}
.two p {
    font-family: Roboto-Thin 100;
    text-align: justify;
}
.three {
    float: left;
    height: 250px;
    width: 325px;
    margin-top: 10px;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 2px 2px 2px 3px grey;
}
.box {
    margin-left: 70px;
}
.three h2 {
    padding: 15px;
    font-family: Marvel;
    text-align: center;
    font-weight: bolder;
    color: #6495ED;
}
.three p {
    font-family: Roboto-Thin 100;
    text-align: justify;
    padding: 15px;
    padding-top: 0px;
}
.four {
    height: 350px;
    margin-left: 200px;
    margin-right: 200px;
}   
.four h2 {
    padding: 15px;
    font-family: Marvel;
    text-align: center;
    font-weight: bolder;
    color: #6495ED;
}
.four p {
    font-family: Roboto-Thin 100;
    text-align: center;
}
.five {
    float: left;
    width: 200px;
    height: 200px;
    margin-top: 20px;
    background-color: #6495ED;
    border-radius: 20px 0px 20px 0px;
}
.icon {
    margin-left: 105px;
}
.five h3 {
    font-family: Gupter;
    text-align: center;
    color: white;
    padding-top: 15px;
}
.six {
    border: 4px solid white;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-left: 50px;
    margin-top: 25px;
}
.six i {
    padding: 20px;
    color: white;
    font-size: xxx-large;
}
#icon {
    padding-left: 30px;
}
.five:hover .six {
    border: 4px dotted black;
    transition-duration: 2s;
}
.footer {
    background-color: #245cfc;
    width: 100%;
    height: 250px;
    margin-top: 50px;
}
.footer_content {
    width: 370px;
    height: 200px;
    margin: 25px;
    margin-left: 85px;
    float: left;
}
.footer_content h2 {
    padding: 10px;
    font-family: Marvel;
    font-weight: bolder;
    text-shadow: 1px 1px 1px white;
}
.footer_content p {
    font-family: Roboto-Thin 100;
    margin: 0;
    padding-left: 10px;
    line-height: 2;
    color: beige;
}
.footer_content i {
    color: red;
}
.foot {
    width: 100%;
    background-color: #245cfc;
    border: 0.1px white;
    border-style: solid none none none ;
}
.foot p {
    padding: 20px;
    text-align: center;
    margin-bottom: 0;
}
.scrollbutton {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 20px;
    color: red;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 30px;
}
@media screen and (max-width:570px) {
    .emergency {
        margin-left: 0px;
        padding: 5px;
        }
    .emergency span {
        margin-left: 0px;
    }    
    .navbar-brand {
        margin-left: 0px;
        margin-top: 25px;
    }
    .navbar-nav {
        margin-left: 0px;
        margin-top: 0px;
    }
    .nav-item a {
        margin-left: 0px;
    }
    .nav-item a::after {
        left: 0;
    }
    .image {
        height: 300px;
    }
    .one {
        width: 100%;
        height: 300px;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        padding: 10px;
        margin-bottom: 0%;
    }
    .one h1{
        font-size:25px;
        margin-top: 50px;
    }
    .one h4{
        font-size: 16px;
        padding: 10px;
    }
    .two {
        margin-left: 0px;
        margin-right: 0px;
        height: 1080px;
    }
    .two h2 {
        padding: 15px;
        margin: 0px;
        margin-top: 10px;
    }
    .two p {
        padding: 10px;
        margin: 0px;
    }
    .box {
        margin-left: 0px;
    }
    .three {
        height: 200px;
        width: 95%;
        margin: 10px;
    }
    .three h2 {
        padding: 15px;
        margin: 0;
    }
    .three p {
        padding-top: 0px;
    }
    .four {
        height: 530px;
        margin-left: 0px;
        margin-right: 0px;
    }   
    .four h2 {
        padding: 15px;
        margin: 0px;
    }
    .four p {
        margin: 0;
        padding: 10px;
        padding-top: 0;
    }
    .icon {
        margin-left: 0px;
    }
    .five {
        width: 195px;
        height: 195px;
        margin: 5px;
    }
    .five h3 {
        font-family: Roboto-Thin 100;
        text-align: center;
        color: white;
        padding-top: 15px;
    }
    .footer {
        height: 550px;
        margin-top: 20px;
    }
    .footer_content {
        width: 95%;
        height: 200px;
        margin: 10px;
    }
    .footer_para {
        height: 145px;
    }
    .foot p {
        padding: 15px;
        margin-bottom: 0;
    }
}
@media screen and (max-width:360px) {
    .two {
        height: 1200px;
    }
    .three {
        height: 225px
    }
    .four {
        height: 485px;
        margin-left: 0px;
        margin-right: 0px;
    }   
    .five {
        width: 167px;
        height: 170px;
        margin: 6px;
    }
    .footer_content h2 {
        padding-top: 0px;
    }
}