.Fullname {
    font-size: 1rem;
    color: white;
}

.front {
    /* background-repeat: no-repeat; */
    background-size: cover;
    /* background-size: 100%; */
}
.logo{
    width: 15rem;
}
.work {
    font-size: .8rem;
    color: white;
}

.navbar-toggler {
    position: absolute;
    top: 10px;
    right: 6px;
    z-index: 10;
    background-color: white;
}

.contain {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 42vh;
}

.contain img {
    position: relative;
    top: 0px;
    z-index: 1;
    right: -35%;
    width: 65%;
    height: 37.5vh;
    transform: rotateY(170deg);
}

.center {
    display: flex;
    justify-content: end !important;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: end;
    height: 40vh;
    width: 100%;
    background-color: #002157;
    padding: 10px;
}

.navbar-nav {
    display: flex !important;
    gap: 0.1rem;
    margin-top: 29px;
    /* position: relative;
    top: 60px; */
}

#hide {
    display: none;
}

.socio {
    background-color: #002157 !important;
    width: 100% !important;
}

.socio span {
    font-size: .8rem;
}

.socio img {
    width: 45px;
}

.contains {
    display: flex;
    flex-direction: column;
}

.img {
    width: 100% !important;
}

.see {
    margin-left: -17px;
}

.desc {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    justify-content: center;
}

.contains img {
    width: 100% !important;
}

.gallery-section {
    padding: 15px;
}

.gallery-container {
    padding-left: 5px;
    padding-right: 5px;
}

.imagescontainer {
    height: 200px;
}

.gallery-section h3 {
    margin-left: 9px;
}

.name {
    position: absolute;
    z-index: 3;
    top: 60%;
    font-weight: bold;
    /* color: white; */
}

.contain {
    position: relative;
}

.whole h2 {
    font-size: 1.4rem;
}

.whole p {
    font-size: .9rem;
}

.whole {
    padding: 30px;
}