body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    background: #060923;
}

#infomation-myself {
    padding: 7%;
    background: #060923;
    display: flex;
}

.title-name {
    width: 50%;
    display: block;
}


.title-name h1{
    color: #fff;
    font-size: 2.1rem;
}

.title-name h4{
    color: #fff;
    font-weight: 450;
    font-size: 1.25rem;
    align-items: center;
}

.img-code {
    width: 50%;
}

.img-code img{
    width: 450px;
    height: 300px;
    display: block;
    margin-left: auto;
    border-radius: 12px;
}


.detail {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #fff;
    border: 2.5px solid #fff;
    border-radius: 999px;
    background: linear-gradient(
    90deg,
    #ffb3ba,
    #ffdfba,
    #ffffba,
    #baffc9,
    #bae1ff,
    #bdb2ff,
    #ffb3ff,
    #b3ffff,
    #ffd6ff
    );
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: rainbow-move 5s ease infinite;
}

@keyframes rainbow-move {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.detail:hover {
    animation: moveUpdetail 0.7s ease forwards;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

@keyframes moveUpdetail {
   0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-7px);
    }
}
/* ---------------------------------------------------------------------- */
#info-basic {
    padding: 10%;
}

#info-basic h1 {
    color: #fff;
    text-align: center;
    font-size: 2.1rem;
    background: linear-gradient(90deg, #f6d365, #fda085, #fbc2eb, #a6c0fe);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: rainbow-move 5s ease infinite;
}

@keyframes rainbow-move {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.info-basic-block {
    display: flex;
}

.basic-img {
    width: 40%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.basic-img img{
    display: block;
    width: 150px;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.9);

}

.basic-img img:hover {
    transform: scale(1.06);
    transition: 0.4s;
}



.introducing {
    width: 60%;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    
}

.intro img {
    display: block;
}

.info {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #1D2939;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.info:hover {
    transform: scale(1.06);
    transition: 0.4s;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.info-detail {
    font-size: 1.2rem;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    margin-left: 10px;
}


/* ---------------------------------------------------------------------- */
#framework {
    padding: 7%;
}

#framework h1 {
    color: #fff;
    text-align: center;
    font-size: 2.1rem;
    background: linear-gradient(90deg, #f6d365, #fda085, #fbc2eb, #a6c0fe);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: rainbow-move 5s ease infinite;
}

@keyframes rainbow-move {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.framework-total {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}


.framework-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background-color: #1D2939;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-decoration: none;

}

.framework-info:hover {
    animation: moveUpframework 0.7s ease forwards;
    background-color: #D489F8;
    transition: 0.4s;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

@keyframes moveUpframework {
   0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}

.framework-info img {
    display: block;
    border-right: 3.5px solid #0077ff;
    border-radius: 5px;
    margin-right: 10px;
}

.framework-info p {
    font-size: 1.2rem;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}
/* ---------------------------------------------------------------------- */

#banking {
    padding: 7%;
}

#banking h1 {
    color: #fff;
    text-align: center;
    font-size: 2.1rem;
    background: linear-gradient(90deg, #f6d365, #fda085, #fbc2eb, #a6c0fe);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: rainbow-move 5s ease infinite;
}

.info-banking {
    display: flex;
    justify-content: center;
    gap: 10px;

}

.img-bank img {
    display: block;
    border-radius: 5px;
    margin-right: 10px;
}

.form-banking {
    padding: 10px;
    border-radius: 10px;
    background-color: #1D2939;
    box-sizing: border-box;
    display: inline-flex;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.9);
    cursor: pointer;

}

.form-banking:hover {
    animation: moveUpbanking 0.7s ease forwards;
    transition: 0.4s;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

@keyframes moveUpbanking {
   0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}



.bank-name {
    display: block;
    margin-top: -3px;
    margin-bottom: 8px;
    font-weight: 800;
    color: aqua;
    text-shadow: 0 0 5px rgba(0, 234, 255, 0.3);
}

.bank-info {
    margin: 0;
    line-height: 1;
    color: #fff;
}
/* ---------------------------------------------------------------------- */

#thue-code {
    padding: 7%;
}

#thue-code h1 {
    color: #fff;
    text-align: center;
    font-size: 2.1rem;
    background: linear-gradient(90deg, #f6d365, #fda085, #fbc2eb, #a6c0fe);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: rainbow-move 5s ease infinite;
}

@keyframes rainbow-move {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.luu-y {
    display: flex;
    justify-content: center;
}

.form-thuecode {
    padding: 20px;
    background-color: #1D2939;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.8);
    cursor: pointer

}

.form-thuecode:hover {
    animation: moveUpthuecode 0.7s ease forwards;
    transition: 0.4s;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

@keyframes moveUpthuecode {
   0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}


.form-thuecode li p {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 480;
}
/* ---------------------------------------------------------------------- */

#info-contact {
    padding: 7%;
}

#info-contact h1 {
    color: #fff;
    text-align: center;
    font-size: 2.1rem;
    background: linear-gradient(90deg, #f6d365, #fda085, #fbc2eb, #a6c0fe);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: rainbow-move 5s ease infinite;
}

@keyframes rainbow-move {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.form-info-mxh {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    animation-name: fadeIn;
    animation-delay: 0s;
}


.social-network {
    width: 180px;
    height: 250px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.9);
    text-align: center;
    transition: 0.4s;
}

.social-network:hover {
    transform: translateY(-1px) rotate(5deg);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.6);
}

.social-network img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}


.myname {
    color: black;
    font-weight: bold;
    font-size: 20px;
    margin-top: 40px;
}


.gioithieu {
    color: grey;
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
}


.lienhetoi {
    margin-top: 40px;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #0865FE;
    border-radius: 5px;
    transition: 0.4s;
}

.lienhetoi:hover {
    background: #1877F2;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}


/* ---------------------------------------------------------------------- */

@media only screen and (max-width: 63.9375em) {
    #infomation-myself {
        flex-direction: column-reverse;
    }

    .title-name {
        width: 100%;
        text-align: center;
    }

    .img-code {
        width: 100%;
        margin-bottom: 30px;
        display: none;
    }

    .title-name h1 {
        font-size: 1.5rem;
    }

    .title-name h4 {
        font-size: 1rem;
    }

    .detail {
        text-align: center;
    }

    .img-code img {
        width: 100%;
    }
    /* ---------------------------------- */
    #info-basic h1 {
        font-size: 1.5rem;
    }

    .basic-img {
        width: 100%;
        display: none;
    }

    .introducing {
        width: 100%;
    }
    /* ---------------------------------- */
    .info-banking{
        flex-direction: column-reverse;
    }


    /* ---------------------------------- */
    #framework h1 {
        font-size: 1.5rem;
    }
    /* ---------------------------------- */
    .form-thuecode li p {
        font-size: 1rem;
    }
    /* ---------------------------------- */
    #banking h1 {
        font-size: 1.5rem;
    }
    /* ---------------------------------- */
    #thue-code h1 {
        font-size: 1.5rem;
    }
    /* ---------------------------------- */
    #info-contact h1 {
        font-size: 1.5rem;
    }
}
