:root {

    /* Colors: */
    --unnamed-color-1f64a5: #1F64A5;

    /* Font/text values */
    --unnamed-font-family-montserrat: Montserrat;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-900: 900px;
    --unnamed-font-size-65: 65px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-79: 79px;
}

/* Character Styles */
.unnamed-character-style-1 {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-900);
    font-size: var(--unnamed-font-size-65);
    line-height: var(--unnamed-line-spacing-79);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-1f64a5);
}





* {
    font-family: 'Montserrat';
    opacity: 1;
}



.scroll-fade {
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.scroll-fade.show {
    opacity: 1;
}

/* service */

.service-background {
    background: #1F63A5;
    /* width: 100vw ; */
}

.page-service {
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 1920px;
    max-height: calc(calc(100vw*9)/16);
    transition: 0.5s;
    font-size: 18px;
    width: 100vw;
    height: 56.25vw;
}


.service {
    display: flex;
    justify-content: center;
    margin: 0 8em;
    height: 26em;
}

.service img {
    width: 17em;
    height: 22em;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 25px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.service .card {
    flex: 1;
    text-align: center;
    margin: auto;
    position: relative;
    gap: 10px;
}

.box-shadow {
    width: 17em;
    height: 22em;
    background: transparent linear-gradient(180deg, #1F64A500 0%, #1F64A5 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 25px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

    transition: 0.5s;
}


.service .card .service-name {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    justify-content: center;
    color: #FFFFFF;
    margin: 0 10%;
    position: relative;
    top: 80%;
    z-index: 3;
    transition: 0.5s;
}

.service .card .vr {
    margin: 0 5%;
    top: 75%;
}

.service .card:hover {
    .service-name {
        top: 80%;
        margin: 0 10%;
    }

    .vr {
        top: 80%;
        margin: 0 10%;
    }

    img {
        width: 19em;
        height: 26em;
    }

    .box-shadow {
        width: 19em;
        height: 26em;
        background: transparent linear-gradient(180deg, #1F64A500 60%, #1F64A5 100%) 0% 0% no-repeat padding-box;
    }
}

.service-provide {
    font-size: 2.65em;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    padding: 3em 0 1em;
    margin: 0;
}

.text-service {
    margin: 1em 16% 2em;
    font-size: 1em;
    text-align: center;
    color: #FFFFFF;
}

.contact-button {
    width: 28em;
    height: 4em;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #1F63A5;
    border-radius: 0.8em;
    opacity: 1;
    margin: auto;

    &:hover {
        background: transparent linear-gradient(270deg, #00C2FF 0%, var(--unnamed-color-1f64a5) 100%) 0% 0% no-repeat padding-box;
        cursor: pointer;

        .contact-text {
            color: #FFFFFF;
        }
    }
}


.contact-button .contact-text {
    font-size: 1.8em;
    font-weight: bold;
    color: #2262A4;
    opacity: 1;
    text-align: center;
    justify-content: center;
    padding: 0.5em 1em;
    margin: auto;
}

.margin {
    margin: 0 9em;
}

.arrow {
    position: absolute;
    top: 4em;
    left: 0;
    z-index: 103;
    transition: left 0.5s ease;
    width: 7em;
    height: 7em;
}

.game-graphic-design-background {
    background: transparent linear-gradient(140deg, #A25BD8 0%, #2164A6 100%) 0% 0% no-repeat padding-box;

    .arrow {
        left: 12.5%;
    }
}

.digital-marketing-background {
    background: transparent linear-gradient(140deg, #FBACAC 0%, #000655 100%) 0% 0% no-repeat padding-box;

    .arrow {
        left: 29.5%;
    }
}

.dd-ddd-animation-background {
    background: transparent linear-gradient(140deg, #FBACAC 0%, #296DC5 100%) 0% 0% no-repeat padding-box;

    .arrow {
        left: 46.5%;
    }
}

.digital-filmaking-background {
    background: transparent linear-gradient(140deg, #56A7FB 0%, #FBCA94 100%) 0% 0% no-repeat padding-box;

    .arrow {
        left: 63.5%;
    }
}

.graphic-design-background {
    background: transparent linear-gradient(140deg, #FFC8AB 0%, #2C006E 100%) 0% 0% no-repeat padding-box;

    .arrow {
        left: 80.5%;
    }
}


.service-detail-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    /* Màu nền mờ */
    z-index: 101;
    display: none;
}

.service-detail {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 102;
    max-width: 1920px;
    max-height: 1080px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Đổ bóng cho popup */
    margin: auto;
    width: 100vw;
    height: 100vh;


}

.detail-container {
    display: flex;
    flex-direction: column;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.no-scroll {
    overflow: hidden;
}

.return {
    margin: 2em 6em 1.5em;
    display: flex;

    img {
        width: 3em;
        height: 3em;
        cursor: pointer;
    }
}

.return-home {
    color: white;
    margin: auto;
    justify-content: center;
    margin-left: 1.5em;
    font-size: 1.5em;
    text-align: center;

}

.service-short {
    z-index: 102;
    padding-bottom: 1.2em;
}

.service-short {
    display: flex;
    justify-content: center;
    margin: 0 8em;
    margin-bottom: 0px;
}

.service-short img {
    width: 17em;
    height: 11em;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 25px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.service-short .card {
    flex: 1;
    text-align: center;
    position: relative;
}

.service-short .box-shadow {
    width: 17em;
    height: 11em;
    background: transparent linear-gradient(180deg, #1F64A500 0%, #1F64A5 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 25px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: 0.5s;
    cursor: pointer;
}

.service-short .card .service-name {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    justify-content: center;
    color: #FFFFFF;
    margin: 0 10%;
    position: relative;
    top: 65%;
    z-index: 3;
    transition: 0.5s;
}

/* service-information */

.service-detail-information {
    margin: 0em 8.5em -1em;
    display: grid;
    grid-template-columns: 3.5fr 2fr;

}

.infor-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.see-product {
    display: inline-block;
    font-size: 1.2em;
    color: white;
    border-radius: 10px;
    padding: 0.5em 1.2em;
    border: 1px solid white;
    margin: 0px;
    cursor: pointer;
}

.service-image {
    position: relative;
    height: 26em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.service-image img {
    justify-content: center;
    text-align: center;
    height: 25em;
    width: auto;
}

.service-short .card .vr {
    margin: 0 5%;
    top: 55%;
}

.service-detail-name-en {
    text-transform: uppercase;
    color: #00DCFF;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0px;
}

.service-detail-name-vi {
    margin: 0px;
    color: white;
    font-size: 2.5em;
}

.detail-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #00DCFF;
    margin: 0.5em 0 0.7em;
}

.content-service {
    height: 14em;
    color: white;
    font-size: 1em;
    -ms-overflow-style: none;
    line-height: 1.4;
    text-align: justify;
    overflow: scroll;
    padding-right: 0.5em;
}

/* width */
.content-service::-webkit-scrollbar {
    width: 0.3em;
}

/* Track */
.content-service::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 1em;
}

/* Handle */
.content-service::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 1em;
}

/* Handle on hover */
.content-service::-webkit-scrollbar-thumb:hover {
    background: rgb(165, 167, 255);
}

.detail-copyright {
    color: white;
    font-size: 1em;
    text-align: right;
    position: relative;
}

.indent {
    display: inline-block;
    width: 2rem;
}

.prev-service {
    cursor: pointer;
    position: absolute;
    top: 60%;
    left: 0px;
    padding: 1em;
    margin-top: -2.5em;
    color: white;
    font-size: 2em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    display: none;
    z-index: 1;
}

.next-service {
    cursor: pointer;
    position: absolute;
    top: 60%;
    right: 0px;
    padding: 1em;
    margin-top: -2.5em;
    color: white;
    font-size: 2em;
    transition: 0.6s ease;
    display: none;
    border-radius: 3px 0 0 3px;
    z-index: 1;

}

.service-detail {
    font-size: 18px;
}

.service-image-rps {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
}

.service-image-rps img {
    display: none;
    justify-content: center;
    text-align: center;
    height: 30vh;
    width: 30vh;
    margin: auto;
}

.see-product-rps {
    display: none;
    font-size: 1em;
    color: white;
    border-radius: 10px;
    padding: 0.5em 1em;
    border: 1px solid white;
    text-align: center;
    margin: auto;
    height: auto;
    width: auto;
    cursor: pointer;
}

/* RESPONSIVE */

/* DESKTOP */

@media screen and (min-width: 1921px) {
    .page-service {
        max-height: 1080px;
    }
}


@media screen and (max-width: 1880px) {
    .page-service {
        font-size: 17px;

    }

    .service-detail {
        font-size: 17px;
    }
}

@media screen and (max-width: 1760px) {
    .page-service {
        font-size: 16px;

    }

    .service-detail {
        font-size: 16px;
    }
}


@media screen and (max-width: 1650px) {
    .page-service {
        font-size: 15px;

    }

    .service-detail {
        font-size: 15px;
    }
}

@media screen and (max-width: 1550px) {
    .page-service {
        font-size: 14px;

    }

    .service-detail {
        font-size: 14px;
    }
    
}

@media screen and (max-width: 1440px) {
    .page-service {
        font-size: 13px;

    }

    .service-detail {
        font-size: 13px;
    }
}

@media screen and (max-width: 1366px) {
    .page-service {
        font-size: 12px;

    }

    .service-detail {
        font-size: 12.5px;
    }

    .service-provide{
        padding: 1.7em 0 1em;   
    }
}

@media screen and (max-width: 1280px) {
    .page-service {
        font-size: 11.5px;

    }

    .service-detail {
        font-size: 11.5px;
    }
}

/* TABLET */

@media screen and (max-width: 1200px) {
    .page-service {
        max-width: 1080px;
        max-height: 1920px;
        width: 100vw;
        height: auto;
        padding-bottom: 3em;

    }

    .game-graphic-design-background {
        background: transparent linear-gradient(180deg, #A25BD8 0%, #2164A6 100%) 0% 0% no-repeat padding-box;
    }

    .digital-marketing-background {
        background: transparent linear-gradient(180deg, #FBACAC 0%, #000655 100%) 0% 0% no-repeat padding-box;
    }

    .dd-ddd-animation-background {
        background: transparent linear-gradient(180deg, #FBACAC 0%, #296DC5 100%) 0% 0% no-repeat padding-box;
    }

    .digital-filmaking-background {
        background: transparent linear-gradient(180deg, #56A7FB 0%, #FBCA94 100%) 0% 0% no-repeat padding-box;
    }

    .graphic-design-background {
        background: transparent linear-gradient(180deg, #FFC8AB 0%, #2C006E 100%) 0% 0% no-repeat padding-box;
    }

    /* return */

    .game-graphic-design-return {
        background: transparent linear-gradient(90deg, #A25BD8 0%, #2164A6 100%) 0% 0% no-repeat padding-box;
    }

    .digital-marketing-return {
        background: transparent linear-gradient(90deg, #FBACAC 0%, #000655 100%) 0% 0% no-repeat padding-box;
    }

    .dd-ddd-animation-return {
        background: transparent linear-gradient(90deg, #FBACAC 0%, #296DC5 100%) 0% 0% no-repeat padding-box;
    }

    .digital-filmaking-return {
        background: transparent linear-gradient(90deg, #56A7FB 0%, #FBCA94 100%) 0% 0% no-repeat padding-box;
    }

    .graphic-design-return {
        background: transparent linear-gradient(90deg, #FFC8AB 0%, #2C006E 100%) 0% 0% no-repeat padding-box;
    }

    .service-provide {
        padding: 1.5em 0em 1em;
    }

    .service {
        padding-bottom: 1em;
    }

    .page-service {
        font-size: 14px;
    }

    .service-detail {
        font-size: 18px;
    }

    .text-service {
        margin: 1.5em 10% 3em;
        font-size: 1em;
    }

    .service {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        height: auto;
    }

    .service .card {
        flex: 0 1 calc(33.333% - 2em);
        margin: 0.5em;
    }

    .service .card .service-name {
        text-align: center;
        font-size: 1.2em;
        top: 70%;
    }

    .service .card {
        img {
            width: 20em;
            height: 16em;
            object-fit: cover;
            object-position: top;

        }

        .box-shadow {
            width: 20em;
            height: 16em;

        }

        .vr {
            top: 60%;
        }
    }

    .service .card:hover {
        img {
            width: 20em;
            height: 16em;
            border-radius: 2em;

        }

        .box-shadow {
            width: 20em;
            height: 16em;
            border-radius: 2em;
        }

        .service-name {
            top: 70%;
        }

        .vr {
            margin: 0 5%;
            top: 60%;
        }
    }

    .contact-button {
        width: 28em;
        height: 4em;
        background: 0%;
        color: white;
        border-radius: 0.9em;
        border: 2px solid white;
        opacity: 1;

        &:hover {
            background: 0%;
            cursor: pointer;

            .contact-text {
                color: #FFFFFF;
            }
        }
    }

    .contact-button .contact-text {
        font-size: 1.75em;
        color: #ffffff;
    }

    /* POPUP */

    .service-detail {
        max-width: 100vw;
        max-height: 100vh;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
    }

    .service-detail::-webkit-scrollbar {
        width: 0.2em;
    }

    .service-detail::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 1em;
    }

    .service-detail::-webkit-scrollbar-thumb {
        background: rgb(255, 255, 255);
        border-radius: 1em;
    }

    .service-detail::-webkit-scrollbar-thumb:hover {
        background: rgb(165, 167, 255);
    }

    .return {
        margin: auto;
        padding: 1em 1.5em 0.5em;
        display: flex;
        box-shadow: 0px 3px 20px #00000029;

        img {
            width: 2em;
            height: 2em;
            cursor: pointer;
        }
    }

    .return-home {
        margin-left: 1em;
        margin-top: 0.3em;
        font-size: 1.1em;
    }

    .arrow {
        display: none;
    }

    .service-short {
        padding-bottom: 1em;
    }

    .service-short {
        margin: auto;
    }

    .service-short img {
        width: 17em;
        height: 12em;
        border-radius: 2em;
    }

    .service-short .box-shadow {
        width: 17em;
        height: 12em;
        border-radius: 2em;
    }

    .service-short .card {
        flex: 1;
        text-align: center;
        margin: auto 0.5em;
        position: relative;
    }

    .service-short .card .service-name {
        font-size: 1em;
        justify-content: center;
        color: #FFFFFF;
        margin: 0 7%;
        top: 60%;
    }

    .service-short {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        margin: auto;
        justify-content: space-between;
        margin-top: 1em;
    }

    .service-short .card {
        flex: 0 0 auto;
    }

    .service-short::-webkit-scrollbar {
        height: 0.3em;
    }

    .service-detail-information {
        margin: 1em 3em;
        display: block;
        grid-template-columns: auto;
    }

    .infor-grid {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .see-product {
        display: none;
    }

    .service-image {
        display: none;
    }

    .service-image img {
        display: none;
    }

    .service-image-rps {
        display: block;
    }

    .service-image-rps img {
        display: block;
    }

    .flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        padding: auto 3em;
    }

    .see-product-rps {
        display: block;
    }

    .service-short .card .vr {
        margin: 0 5%;
        top: 50%;
    }

    .service-detail-name-en {
        text-transform: uppercase;
        color: #00DCFF;
        font-size: 2em;
        font-weight: bold;
        margin: 0px;
    }

    .service-detail-name-vi {
        margin: 0px;
        color: white;
        font-size: 2em;
    }

    .detail-line {
        display: block;
        width: 100%;
        height: 1px;
        background: #00DCFF;
        margin: 0.5em 0 0.7em;
    }

    .content-service {
        height: 20vh;
        font-size: 1em;
        padding-right: 1em;
    }

    .detail-copyright {
        text-align: center;
        margin-bottom: 1em;
    }

    .indent {
        display: inline-block;
        width: 1em;
    }

    .service-infomation {
        .contact-button {
            width: auto;
            height: auto;
            /* UI Properties */
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border: 1px solid #1F63A5;
            border-radius: 0.8em;
            opacity: 1;
            justify-content: center;
            text-align: center;
            align-items: center;

            &:hover {
                background: #FFFFFF 0% 0% no-repeat padding-box;
                border: 1px solid #1F63A5;

                .contact-text {
                    color: #2262A4;
                }
            }
        }

        .contact-button .contact-text {
            font-size: 1em;
            font-weight: bold;
            color: #2262A4;
            opacity: 1;
            text-align: center;
            justify-content: center;
            padding: 0.5em 1em;
            margin: auto;
        }
    }
}

@media screen and (max-width: 945px) {
    .page-service {
        font-size: 13px;
    }
}


@media screen and (max-width: 820px) {
    .page-service {
        font-size: 12px;
    }
}

/* PHONE */



@media screen and (max-width: 768px)  {
    .page-service {
        font-size: 18px;
    }

    .service {
        position: relative;
        display: block;
        margin: auto;
        height: 17em;
    }

    .service-provide {
        font-size: 1.5em;
        padding: 1.5em 0 1em;
    }

    .service img {
        width: 22em;
        height: 15em;
        object-fit: cover;
        object-position: top;
    }

    .box-shadow {
        width: 22em;
        height: 15em;
    }

    .service .card .service-name {
        font-size: 1em;
        margin: 0 15%;
        text-align: center;
        top: 75%;
    }

    .service .card .vr {
        margin: 0 10%;
        top: 70%;
    }

    .text-service {
        margin: 1.5em 10%;
        font-size: 1em;
        text-align: justify;
    }

    .mySlides {
        display: none
    }

    .prev-service {
        display: block;
    }

    .next-service {
        display: block;
    }

    .dot {
        cursor: pointer;
        height: 12px;
        width: 12px;
        margin: 0 2px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active,
    .dot:hover {
        background-color: #ffffff;
    }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }


    .contact-button {
        width: 20em;
        height: 2.55em;
        border: 2px solid white;
        opacity: 1;
        margin: auto;

        &:hover {
            background: 0%;
            cursor: pointer;

            .contact-text {
                color: #FFFFFF;
            }
        }
    }

    .contact-button .contact-text {
        font-size: 1.5em;
        font-weight: 600;
        padding: 0.2em;
    }

    /* POPUP */

    .service-detail {
        max-width: 100vw;
        max-height: 100vh;
        width: 100vw;
        height: 100vh;
    }

    .return {
        margin: auto;
        padding: 1em 1.5em 0.5em;
        display: flex;
        box-shadow: 0px 3px 20px #00000029;

        img {
            width: 2em;
            height: 2em;
            cursor: pointer;
        }
    }


    .return-home {
        margin-left: 1em;
        margin-top: 0.3em;
        font-size: 1em;
    }

    .arrow {
        display: none;
    }

    .service-short {
        padding-bottom: 1em;
    }

    .service-short {
        margin: auto;
    }

    .service-short img {
        width: 14em;
        height: 9em;
        border-radius: 2em;
    }

    .service-short .box-shadow {
        width: 14em;
        height: 9em;
        border-radius: 2em;
    }

    .service-short .card {
        flex: 1;
        text-align: center;
        margin: auto 0.5em;
        position: relative;
    }

    .service-short .card .service-name {
        font-size: 0.8em;
        justify-content: center;
        color: #FFFFFF;
        margin: 0 7%;
        top: 60%;
    }

    .service-short {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        margin: auto;
        justify-content: space-between;
        margin-top: 1em;
    }

    .service-short .card {
        flex: 0 0 auto;
    }

    /* service-information */

    .service-detail-information {
        margin: 1em 3em;
        display: block;
        grid-template-columns: auto;
    }

    .infor-grid {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .see-product {
        display: none;
    }

    .service-image {
        display: none;
    }

    .service-image img {
        display: none;
    }

    .service-image-rps {
        display: block;
    }

    .service-image-rps img {
        display: block;
    }

    .flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        padding: auto 3em;
    }

    .see-product-rps {
        display: block;
    }

    .service-short .card .vr {
        margin: 0 5%;
        top: 45%;
    }

    .service-detail-name-en {
        text-transform: uppercase;
        color: #00DCFF;
        font-size: 1.8em;
        font-weight: bold;
        margin: 0px;
    }

    .service-detail-name-vi {
        margin: 0px;
        color: white;
        font-size: 1.8em;
    }

    .detail-line {
        display: block;
        width: 100%;
        height: 1px;
        background: #00DCFF;
        margin: 0.5em 0 0.7em;
    }

    .content-service {
        height: 20vh;
        font-size: 1em;
        padding-right: 1em;
    }

    .detail-copyright {
        margin: auto;
        text-align: center;
    }

    .indent {
        display: inline-block;
        width: 1em;
    }

    .service-infomation {
        .contact-button {
            width: auto;
            height: auto;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border: 1px solid #1F63A5;
            border-radius: 0.8em;
            opacity: 1;
            justify-content: center;
            text-align: center;
            align-items: center;

            &:hover {
                background: #FFFFFF 0% 0% no-repeat padding-box;
                border: 1px solid #1F63A5;

                .contact-text {
                    color: #2262A4;
                }
            }
        }

        .contact-button .contact-text {
            font-size: 1em;
            font-weight: bold;
            color: #2262A4;
            opacity: 1;
            text-align: center;
            justify-content: center;
            padding: 0.5em 1em;
            margin: auto;
        }
    }
}

@media screen and (max-width: 500px) {
    .page-service {
        font-size: 15px;
    }
}

@media screen and (max-width: 420px) {
    .page-service {
        font-size: 13px;
    }

    .service-detail {
        font-size: 11px;
    }
}

@media screen and (max-width: 360px) {
    .page-service {
        font-size: 11px;
    }

    .service-detail {
        font-size: 10px;
    }

    .flex {
        display: block;
        grid-template-columns: none;
    }
}

@media screen and (max-width: 320px) {
    .page-service {
        font-size: 10px;
    }

    .service-detail {
        font-size: 9px;
    }
}