::-webkit-scrollbar{
    display: none;
}
nav{
    position: relative;
    top: 0;
    z-index: 10;
}
.navbar-nav a{
    font-size: 1.3rem;
    font-weight: bold !important;
}
.navbar-nav{
    display: flex !important;
    gap: 1rem;
}
#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}

}
.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;
}
.cards{
    margin-top: 10rem;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: space-between;
    padding:0 11rem 0 6rem;
    gap: 2rem;
}
.card-compo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    padding: 5rem;
    background-color: #255085;
    border-radius: 12px;
    position: relative;
    z-index: 3;
    transition: all .5 linear;
    height: 400px;
}
.card-compo::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    transition: all .5s linear;
    background-color: orange;
    opacity: 1;
    z-index: -1;
}
.card-compo:hover .logo i{
    color: #255085;
}
.card-compo:hover .title::after{
    background-color: #255085;
    
}
.card-compo:hover::after{
    height: 100%;
}
.logo i{
    font-size: 5rem;
    color: orange;
    transition: all .5 linear;
}
.title{
    font-size: 2rem;
    position: relative;
    color: white;
}
.title::after{
    content: "";
    position: absolute;
    top: 120%;
    left: 28%;
    height: 3px ;
    width: 50%;
    background-color: orange;
}
.desc{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.desc span{
    font-size: 1.4rem;
    color: white;
    margin-top: 2rem;
}
.mail{
    line-height: 0px;
}
.desc span a{
    color: white;
    text-decoration: none;
}
.social-links{
    background-color: aliceblue;
    padding: 3rem;
}
.social-image{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    width: 100%;
    gap: 2rem;
    justify-content: center;
}
.social-image img{
    height: 500px;
    margin: auto;
    width: 88%;
}
.images{
    border-radius: 10px;
    overflow: hidden;
    transition: all .6s linear;
}
.images:hover{
    scale: 1.05;
}
.social-image img:hover{
    cursor: pointer;
}
.header h1{
    font-size: 2.8rem !important;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-weight: 800;
    font-family: 'Courier New', Courier, monospace;
}
.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 img{
    width: 25px;
}
.social-media p a{
    text-decoration: none;
    color:white ;
    transition: all .5s linear;
}
.social-media p a:hover{
    color: orange;
}
.cpyright{
    background-color: #1c1f34;
    color: white;
    padding: 20px;
    width: 100%;
    text-align: center;
}
.specific-logo{
    display: flex;
    gap: 1.2rem;
}
a{
    text-decoration: none;
}
.specific-logo span{
    color: darkblue;
    font-weight: bold;
    font-size: 1.9rem;
}
.social-logo{
    margin: 0 0 2rem 0!important;
    /* margin-bottom:2rem !important ; */
    height: auto !important;
    display: block;
    width: 10% !important;
}
