nav{
    position: relative;
    top: 0;
    z-index: 10;
}
::-webkit-scrollbar{
    display: none;
}
.navbar{
    position: relative;
}
.after{
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 15%;
    background-color: rgb(240, 188, 17);
    padding: 1.98rem;   
    font-size: 2.5rem;  
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 400;
}
.notice{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 7%;
}
.notice h1::after{
    content: "";
    position: absolute;
    top: 43%;
    left: 45%;
    width: 10%;
    height: 2px;
    background-color: orange;
}
.notice p{
    margin-top: 3%;
    text-align: center;
    width: 40%;
    font-weight: 600;
}
.notice span{
    font-style: italic;
    font-weight: 400;
}
#perloader{
    background: url('./photo/logo/logo.jpeg');
    background-position: center;
    background-size: 20%;
    background-repeat:no-repeat ;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #141F34;
    z-index: 100;
    animation: blow 1s linear infinite;
}
@keyframes blow {
    25%{scale:1.1};
    75%{scale:1.3}

}
.navbar-nav a{
    /* color: white; */
    font-size: 1.3rem;
    font-weight: bold !important;
}
.aboutimg{
    background-color: #f5f5f6;
    margin-top: 6.1rem !important;
}
.start p{
    font-weight: 400; font-size: 2rem;
}
.start h1{
    font-weight:700;
    font-family: poppins, sans-serif;
    position: relative;
    /* font-size: .1rem; */
    /* font-size: 13px !important ; */
}
.start h1::before{
    content: "";
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    background-color: orange;
    width: 10%;
    height: 2px;
}
.desc{
    margin: 20px 0px;
    padding: 0px 20px;
}
.content{
    padding: 10px;
    transition: all .4s linear;
    display: flex;
    margin-top: 3rem;
}
.sub-content ul li{
    font-size: 1.4rem;
}
.sub-content ul:hover{
    color: orange;
}
.sboutdesc p{
    font-size: 1.4rem;
}
.sboutdesc{
    margin-top: 4rem !important;
}
.sboutdesc:hover.sboutdesc p{
    color: orange;
}
.images img{
    width: 350px;
}
.second{
    display: flex;
    gap:3rem;

}
.whole{
    background-color: #1c1f34;
    color: white;
    padding: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid white ;
}
.About{
    width: 50%;
}
.social-media p a{
    text-decoration: none;
    color:white ;
    transition: all .5s linear;
}
.social-media p a:hover{
    color: orange;
}
.social-media p img{
    width: 25px;
}
.cpyright{
    background-color: #1c1f34;
    color: white;
    padding: 20px;
    width: 100%;
    text-align: center;
}
