::-webkit-scrollbar {
    display: none;
}
#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}

}
.trailor{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}
.contain {
    width: 100%;
    height: 73.5vh;
}
.logo{
    width: 40rem;
    margin-left: .5rem;
}
.logo img{
    width: 100%;
}
.front {
    background-color: #002157;
    background-image: url('./photo/bg3.jpg');
    width: 100%;
    position: relative;
    background-size: 87%;
    z-index: 1;
}
.front::before{
    content: "";
    position: absolute;
    z-index: -1;
    background-color: black;
    top: 0;
    left: 0;
    opacity: .6;
    width: 100%;
    height: 100%;
}
/* .front::before{
    content: "";
    background-color: black;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
} */

nav {
    position: relative;
    top: 0;
    z-index: 10;
}

.desc {
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
}

.center {
    display: flex;
    justify-content: right;
}

.navbar-nav a {
    color: white;
    font-weight: bold !important;
    font-weight: bold;
    font-size: 1.3rem;
}

.navbar-nav {
    display: flex !important;
    gap: 1rem;
}
.nav-link:hover{
    color: #002157 !important;
}
.contain img {
    position: relative;
    top: -150px;
    float: right;
    z-index: 1;
    width: 40%;
    height: 97vh;
    transform: rotateY(170deg); 
}
.socio span {
    font-size: 1.8rem;
    font-weight: 300;
}

.main-socio {
    position: relative;
    z-index: 10;
    /* background-color: orange; */
    background-color:#002157 ;
}

.name {
    position: relative;
    top: 8rem;
    margin-top: 10%;
    padding: 20px;
    font-weight: bold;
    color: white;
}

.Fullname {
    margin: 10px 0px;
    font-size: 3rem;
}

.work {
    font-size: 2rem;
}

.Follow {
    color: white;
}

.desc button {
    background-color: transparent;
}

.desc button {
    position: relative;
}

.desc button::after {
    content: "";
    ;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    background-color: orange;
    height: 100%;
    transition: all .2s linear;
}

.desc button:hover::after {
    width: 100%;
}

.gallery-container {
    width: 100%;
    display: flex;
    gap: 1.4rem;
    padding-left: 40px;
    padding-right: 40px;
}

.imagescontainer {
    height: 300px;
    width: 80%;
}

.imagescontainer img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 12px black;
    transition: all .5s linear;
}

.see {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-left: -60px;
    margin-top: 10px;
}

.see a {
    font-size: 1.4rem;
    text-decoration: none;
    color: orange;
    font-weight: 500;
}

.gallery-section {
    padding: 50px;
    background-color: #ddd;
}

.gallery-section h3 {
    margin-left: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.imagescontainer img:hover {
    cursor: pointer;
    scale: 1.1;
}

.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;
}