@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Farro:wght@300&display=swap');

.logo-text {
    color: white;
    font-size: 30px;
}

.galleryImage {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.galleryImage:hover {
    opacity: 0.8;   
    transform: scale(1.1);
}

.client-img {
    width: 100%;
    height: 200px;
    margin-top: 25px;
}

.client-name {
    font-family: 'Farro', sans-serif;
}

.full-screen-image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    display: none;

}

.text-top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.branch-container{
    max-height: 300px;
    padding: 50px;
}

.branch-anchor{
    color: #212529 !important;
}

.marginBottom5{
    margin-bottom: 5px !important;
}

.right-arrow {
    position: absolute;
    right: 16px;
}

.left-arrow {
    position: absolute;
    left: 16px;
}

.center-arrows{
    top: 350px;
}

.arrow{
    font-size: 45px !important;
    color: white;
}

.arrow:hover{
    transform: scale(1.1);
}

.menu-bars{
    display:  none !important;
}

.mobile-menu{
    display: none !important;
}

@media only screen and (max-width: 600px){
    .menu-bars{
        color: white;
        font-size: 35px !important;
        float: right;
        display: block !important;
    }

    .mobile-menu{
        display: block !important;
    }

    .client-name {
        text-align: center;
        width: 100%;
    }

    .client-img {
        width: 100%;
        height: 150px;
        margin-top: 25px;
    }

    .button-contactForm{
        transform: translateX(80%);
    }

    .branch-container{
        max-height: 350px !important;
    }
}
