/* Root */
a{
    text-decoration: none !important;
}

:root{
    --height-nav:73px;
    --width-container:1392px  ;
}

body{

}

.container-lg{
    max-width: var(--width-container) !important;
}

/* Nav */
.banner {
    height: 100vh;
    background: linear-gradient(90deg, rgba(228, 22, 101, 0.7),rgba(168, 7, 196, 0.7)),
    url('/template/assets/images/banner.png') center/cover no-repeat;
    position: relative;
}

.nav {
    height: var(--height-nav);
    z-index: 10000;
}

.logo  {
    gap: 21.29px;
    flex-grow: 2;
}

.text-logo{
    font-size: 21px;
    line-height: 29px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}
.box-menu{
    gap: 21.29px;
    flex-grow: 2;
}

/*Button Mobile*/
.button-mobile{
    display: none !important;
}
/*Menu*/
.menu {
    justify-content: center;
}

.menu > ul {
    margin: 0;
    padding: 0;
    gap: 40px;

}

.menu > ul > li {
    list-style: none;
}

.menu > ul > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(221, 183, 214, 1);
    transition:  .3s ease-in-out;
}

.menu > ul > li > a.active  {
    color: white !important;
}

.menu > ul > li > a:hover {
    color: #ffffff;
}

/* Btn Login */
.box-login {
    flex-grow: 1;
    position: relative;
}

.btn-login {
    background-image: linear-gradient(rgba(249, 50, 120, 1), rgba(251, 55, 186, 1));
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden; /* Ngăn hiệu ứng tràn ra ngoài */
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}

.btn-login::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50%;
    width: 60px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    filter: blur(10px);
    transform: translateY(-50%) rotate(20deg);
    transition: left 0.5s ease-in-out;
}

.btn-login:hover::before {
    left: 120%; /* Di chuyển từ trái sang phải */
}

.btn-login:hover {
    color: #ffffff;
    transform: scale(1.05);
}

.icon-banner {
    position: absolute;
}

.icon-banner:nth-child(1){
    top: 131px;
    left: 36px;
    transform: rotate(6deg);
    width: 302px;
    height: 173px;
}

.icon-banner:nth-child(2){
    top: 205px;
    right: 10px;
    width: 209px;
    height: 87px;
}

.icon-banner:nth-child(3) {
    top: 106px;
    right: 250px;
    width: 50px;
    height: 50px;
}

.icon-banner:nth-child(4) {
    bottom: 200px;
    left: 61px;
    width: 50px;
    height: 50px;
}

.icon-banner:nth-child(5) {
    bottom: 50px;
    left: 91px;
    width: 209px;
    height: 97px;
}

.icon-banner:nth-child(6) {
    bottom: 105px;
    right: 30px;
    width: 372px;
    height: 117px;
    transform: rotate(-19deg);
}

.icon-banner:nth-child(7) {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
}

.content-box {
    height: calc(100vh - var(--height-nav));
}

.image-box-main:nth-child(2) {
    top: -58px;
    width: 621px;
    height: 540px;
    right: 39px;
    z-index: 900;
}

.image-box-main:nth-child(3) {
    bottom: -25px;
    width: 68px;
    height: 68px;
    right: 239px;
    transform: rotate(-7deg);
    z-index: 900;
}

.image-box-main:nth-child(4) {
    bottom: -40px;
    width: 153px;
    height: 146px;
    right: 375px;
    transform: rotate(-7deg);
    z-index: 900;
}



.text-banner{
    font-size: 39px;
    font-weight: 500;
    line-height: 64px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}

.text-des{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: rgba(238, 217, 234, 1);

}

@keyframes shineEffect {
    from {
        left: -50%;
    }
    to {
        left: 120%;
    }
}

.btn-icon-dashboard{
    background: rgba(76, 12, 81, 1);
    border-radius: 12px;
    height: 80px !important;
    display: block;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    line-height: 80px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    position: relative;
    margin: 0 5px;
}

.btn-icon-dashboard::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50%;
    width: 60px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    filter: blur(10px);
    transform: translateY(-50%) rotate(20deg);
}

.btn-icon-dashboard:hover{
    color: #ffffff;
    transform: scale(1.05);
}

.btn-icon-dashboard:hover::before {
    animation: shineEffect 0.5s ease-in-out forwards;
}

.box-login-mobile {
    display: none;
}

.box-logo-mobile {
    display: none;
}


/* Frame_1 */
.frame_1 {
    background-color: rgba(253, 245, 250, 1);
    padding: 40px 0;
}

.frame_1_card {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    height: 162px;
    display: flex;
    align-items: center;
    padding: 25px;
    width: 100%;
    gap: 30px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}



/*.frame_title_main {*/
/*  gap: 10px;*/
/*}*/

.frame_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #6f6b7d !important;
}

.frame_des {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6f6b7d !important;
}

/*main_frame_2*/
.frame_2,
.frame_4,
.frame_6{
    background-color: #ffffff;
    padding: 40px 0;
}

.main_frame_2,
.main_frame_5{
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.title_frame_2,
.title_frame_3,
.title_frame_5{
    text-align: center;
    color: rgba(41, 36, 56, 1);
    text-transform: uppercase;
    line-height: 64px;
    font-weight: 500;
    font-size: 40px;
}

.color_text {
    color:#F9327A ;
    font-weight: 600;
}

.des_frame_2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: rgba(109, 107, 118, 1);
    display: block;
    max-width: 1294px;
    text-align: center;
}

.frame_2_box_left {
    gap: 20px;
}

.frame_2_box_left_title {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: rgba(68, 64, 80, 1);
    margin-bottom: 10px;
}

.frame_2_box_left_des {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}



.main_frame_3  {
    margin: 70px 0;
}

#swiper_Frame_3 {
    margin-top: 20px;
}

.frame_3_card {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 504px;

    justify-content: space-between;
}

.frame_3_card > img {
    width: 150px;
    height: 150px;
}

.frame_3_card .frame_title_main{
    gap: 30px;
    margin-top: 20px;
}

.frame_3_card .frame_title_main .frame_title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: rgba(68, 64, 80, 1);
    text-align: center;
}

.frame_3_card .frame_title_main .frame_des {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(109, 107, 118, 1) !important;
    text-align: center;
}

.frame_3_btn,
.frame_5_btn,
.frame_6_btn{
    border: 1px solid rgba(249, 50, 120, 1);
    border-radius: 8px;
    padding: 10px 35px;
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    position: relative;
    overflow: hidden;
    color: #F9327A;
}

.button__spotlight {
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    opacity: 1;
    border-radius: 50%;
    background-image: linear-gradient(rgba(249, 50, 120, 1), rgba(251, 55, 186, 1));
    inset: 0;
    top: 50%;
    transform: scale(0);
}

.frame_3_btn:hover,
.frame_5_btn:hover{
    color: rgba(249, 50, 120, 1);
}

.frame_4 {
    margin: 80px 0;
}

.frame_4 .frame_4_box_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.frame_4 .frame_4_box_right .frame_4_box_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 160%;
    text-transform: uppercase;
    margin: 0;
}


.frame_4 .frame_4_box_right .frame_4_box_color {
    font-weight: 700;
    font-size: 40px;
    line-height: 160%;
    text-transform: uppercase;
    color: #FA3499;
}

.frame_4 .frame_4_box_right .frame_4_box_des {
    color: rgba(109, 107, 118, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.frame_4 .frame_4_box_right > ul {
    margin: 0;
}

.frame_4 .frame_4_box_right > ul > li {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: rgba(109, 107, 118, 1);
    margin-bottom: 10px;
}

.frame_5 {
    background-color: rgba(250, 248, 253, 1);
}

.main_frame_5 .box_frame_5{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 462px;
    justify-content: space-between;
}

.box_frame_5 .box_frame_5_title {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_frame_5_title .frame_5_title{
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    color: rgba(109, 107, 118, 1);
}


.box_frame_5_title .frame_5_des{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(109, 107, 118, 1);
}



.frame_6 .frame_6_title {
    font-size: 40px;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    color: rgba(41, 36, 56, 1);
}

.frame_6 .frame_6_color {
    color: #FA3499;
}

.frame_6_group_btn {
    display: flex;
}

.frame_6_btn {
    font-size: 15px;
    height: 56px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame_6_btn_bg {
    background: linear-gradient(90deg, rgba(228, 22, 101, 0.7), rgba(168, 7, 196, 0.7));
    color:#ffffff;;
    border-color:unset;
}

.frame_6_btn:hover{
    color: rgba(249, 50, 120, 1);
}

.frame_6_btn_bg:hover{
    color: #ffffff;
}

.footer {
    background-color: rgba(19, 5, 36, 1);
    color: #ffffff;
}

.footer .footer_main{
    height: 297px;
    display: flex;
    align-items: center;
}

.footer_box .footer_logo {
    display: flex;
    align-items: center;
}

.footer_box .footer_logo > span {
    font-weight: 700;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    margin-left: 10px;
}

.footer_box .footer_text {
    max-width: 350px;
    font-weight: 500;
    font-size: 14px;
    color: rgba(158, 147, 170, 1);
    margin-top: 20px;
}

.footer_list_title {
    font-weight: 600;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.footer_list{
    margin: 0;
    padding: 0;
}

.footer_list >li {
    list-style: none;
    margin-top: 20px;
}

.footer_list >li>a {
    color: rgba(158, 147, 170, 1);
}
