/*=========================================================
                    GLOBAL
=========================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Outfit',sans-serif;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#FFF9F7;
    color:#2D2D2D;
    overflow-x:hidden;
}

img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
}

section{
    padding:110px 10%;
}

.title{
    text-align:center;
    margin-bottom:70px;
}

.title span{
    display:inline-block;
    color:#ff5b9a;
    font-weight:600;
    letter-spacing:3px;
    margin-bottom:15px;
}

.title h2{
    font-size:55px;
    font-weight:700;
    margin-bottom:20px;
}

.title p{
    color:#777;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}


/*=========================================================
                    HERO
=========================================================*/

.about-hero{
    display:grid;
    grid-template-columns:420px 1fr;
    align-items:center;
    gap:80px;
    min-height:90vh;
}


/*=========================================================
                    HERO IMAGE
=========================================================*/

.hero-left{
    position:relative;
}

.hero-left img{
    border-radius:35px;
    box-shadow:
    0 30px 70px rgba(0,0,0,.08);
    transition:.4s;
}

.hero-left img:hover{
    transform:translateY(-8px);
}

.hero-left::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:#FFD9E8;
    border-radius:50%;
    top:-40px;
    left:-40px;
    z-index:-1;
    filter:blur(60px);
}

.hero-left::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:#DFFBF3;
    border-radius:50%;
    bottom:-40px;
    right:-20px;
    z-index:-1;
    filter:blur(50px);
}


/*=========================================================
                    HERO RIGHT
=========================================================*/

.hero-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 28px;
    border-radius:50px;
    background:#FFF0F6;
    color:#ff5b9a;
    font-weight:600;
    margin-bottom:35px;
}

.hero-right h1{
    font-size:68px;
    line-height:1.15;
    margin-bottom:30px;
    font-weight:700;
}

.hero-right h1 span{
    color:#ff5b9a;
}

.hero-right p{
    color:#666;
    line-height:2;
    font-size:18px;
    max-width:700px;
}


/*=========================================================
                    HERO NUMBER
=========================================================*/

.hero-number{
    display:flex;
    gap:25px;
    margin-top:50px;
}

.number-box{
    flex:1;
    background:#F8FAFF;
    padding:30px;
    border-radius:28px;
    box-shadow:0 15px 35px rgba(0,0,0,.05);
    transition:.35s;
}

.number-box:hover{
    transform:translateY(-8px);
}

.number-box h2{
    font-size:46px;
    color:#ff5b9a;
    margin-bottom:10px;
}

.number-box span{
    color:#777;
}


/*=========================================================
                    VISION
=========================================================*/

.vision{
    background:#FFFDFD;
}

.vision-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
}

.vision-card{
    background:#fff;
    padding:45px;
    border-radius:35px;
    box-shadow:0 18px 45px rgba(0,0,0,.05);
    transition:.35s;
}

.vision-card:hover{
    transform:translateY(-10px);
}

.vision-card i{
    width:70px;
    height:70px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:20px;
    background:#FFF0F6;
    color:#ff5b9a;
    font-size:28px;
    margin-bottom:25px;
}

.vision-card h3{
    font-size:30px;
    margin-bottom:20px;
}

.vision-card p{
    color:#666;
    line-height:1.9;
}

.green{
    background:#E8FFF7;
}


/*=========================================================
                    TAG
=========================================================*/

.tag-group{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.tag-group span{
    padding:10px 20px;
    background:#FFF0F6;
    color:#ff5b9a;
    border-radius:50px;
    font-size:14px;
}

/*=========================================================
                    QUOTE
==========================================================/


/*=========================================================

                PHILOSOPHY

=========================================================*/

.philosophy{

    padding:120px 10%;

}

.philosophy-grid{

    display:grid;

    grid-template-columns:1.8fr 1fr;

    gap:35px;

    margin-top:70px;

}


/*================ LEFT =================*/

.philosophy-left{

    position:relative;

    padding:70px;

    border-radius:40px;

    background:linear-gradient(135deg,#2F2953,#433B68);

    color:#fff;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.philosophy-left::before{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    background:rgba(255,120,170,.15);

    border-radius:50%;

    top:-120px;

    left:-120px;

    filter:blur(70px);

}

.philosophy-left::after{

    content:"✨";

    position:absolute;

    right:45px;

    top:35px;

    font-size:34px;

    opacity:.3;

}

.quote-icon{

    font-size:52px;

    color:#ff92b8;

    margin-bottom:30px;

}

.philosophy-left h3{

    font-size:40px;

    line-height:1.3;

    margin-bottom:30px;

}

.philosophy-left p{

    font-size:19px;

    line-height:2;

    color:#ececec;

}

.quote-line{

    width:120px;

    height:3px;

    background:#ff92b8;

    border-radius:30px;

    margin:45px 0 25px;

}

.signature span{

    display:block;

    font-size:28px;

    color:#ff92b8;

    font-weight:700;

}

.signature small{

    color:#d7d7d7;

    letter-spacing:2px;

}


/*================ RIGHT =================*/

.philosophy-right{

    display:flex;

    flex-direction:column;

    gap:25px;

}

.profile-card{

    background:#fff;

    border-radius:35px;

    padding:30px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.profile-card img{

    width:140px;

    height:140px;

    border-radius:30px;

    object-fit:cover;

    border:5px solid #ffd6e6;

    margin-bottom:20px;

}

.profile-card h3{

    font-size:28px;

    margin-bottom:10px;

}

.profile-card p{

    color:#777;

    line-height:1.8;

}


/*================ VALUE =================*/

.value-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.value-item{

    display:flex;

    align-items:center;

    gap:18px;

    padding:20px;

    border-radius:22px;

    background:#fff;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s;

}

.value-item span{

    font-size:34px;

}

.value-item h4{

    font-size:20px;

    margin-bottom:5px;

}

.value-item p{

    color:#777;

    font-size:15px;

    line-height:1.6;

}

.value-item:hover{

    transform:translateX(10px);

    background:#ff5b9a;

    color:#fff;

}

.value-item:hover h4,

.value-item:hover p{

    color:#fff;

}


/*================ MOBILE =================*/

@media(max-width:992px){

.philosophy-grid{

    grid-template-columns:1fr;

}

.philosophy-left{

    padding:50px 35px;

}

.philosophy-left h3{

    font-size:32px;

}

}

/*================ BADGE ================*/

.quote-tags{

    margin-top:45px;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:18px;

}

.quote-tags span{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    white-space:nowrap;

    padding:14px 24px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.15);

    backdrop-filter:blur(15px);

    font-size:16px;

    transition:.35s;

}

.quote-tags span:hover{

    transform:translateY(-6px);

    background:#FF5B9A;

}

/*================ FOOTER ================*/

.quote-footer{

    margin-top:45px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:25px;

}

.quote-footer .line{

    width:100px;

    height:2px;

    background:rgba(255,255,255,.2);

}

.quote-footer h4{

    white-space:nowrap;

    color:#FF9BC2;

    font-size:24px;

    font-weight:600;

}

/*================ SPARKLE ================*/

.sparkle{

    position:absolute;

    font-size:22px;

    opacity:.25;

    animation:float 5s ease-in-out infinite;

    pointer-events:none;

}

.s1{

    top:40px;
    left:70px;

}

.s2{

    top:80px;
    right:70px;

    animation-delay:1s;

}

.s3{

    bottom:80px;
    left:120px;

    animation-delay:2s;

}

.s4{

    bottom:60px;
    right:100px;

    animation-delay:3s;

}

/*================ MOBILE ================*/

@media(max-width:768px){

.quote-card{

    padding:50px 30px;

}

.quote-card h2{

    font-size:34px;

}

.quote-card p{

    font-size:17px;

}

.quote-tags{

    gap:12px;

}

.quote-tags span{

    width:100%;

}

.quote-footer .line{

    width:50px;

}

.quote-footer h4{

    font-size:20px;

}

}

/*=========================================================
                    RESPONSIVE
=========================================================*/

@media(max-width:992px){

.about-hero{
    grid-template-columns:1fr;
    text-align:center;
}

.hero-left{
    max-width:380px;
    margin:auto;
}

.hero-right h1{
    font-size:50px;
}

.hero-number{
    flex-direction:column;
}

.vision-grid{
    grid-template-columns:1fr;
}
}

/*=========================================================
                    HOBBY
=========================================================*/

.hobby{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.hobby-left span{
    color:#ff5b9a;
    letter-spacing:3px;
    font-weight:600;
}

.hobby-left h2{
    font-size:58px;
    margin:18px 0 25px;

}

.hobby-left p{
    color:#666;
    line-height:2;
    margin-bottom:35px;
}

.hobby-left ul{
    list-style:none;
}

.hobby-left ul li{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
    font-size:17px;
    color:#555;
}

.hobby-left ul li i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#FFF0F6;
    color:#ff5b9a;
    display:flex;
    justify-content:center;
    align-items:center;
}

/*=========================================================
                    GALLERY
=========================================================*/

.gallery{
    column-count:2;
    column-gap:18px;
}

.gallery img{
    width:100%;
    margin-bottom:18px;
    border-radius:28px;
    break-inside:avoid;
    transition:.35s;
}

/* .gallery{ */
    /* display:grid; */
    /* grid-template-columns:repeat(2,1fr); */
    /* gap:18px; */
/* } */
/*  */
/* .gallery img{ */
    /* width:100%; */
    /* border-radius:28px; */
    /* object-fit:cover; */
    /* box-shadow:0 18px 40px rgba(0,0,0,.08); */
    /* transition:.4s; */
/* } */

/* giống Pinterest */

/* .gallery img:nth-child(1){ */
    /* height:320px; */
/* } */
/*  */
/* .gallery img:nth-child(2){ */
    /* height:220px; */
/* } */
/*  */
/* .gallery img:nth-child(3){ */
    /* height:220px; */
    /* margin-top:-70px; */
/* } */
/*  */
/* .gallery img:nth-child(4){ */
    /* height:320px; */
/* } */
/*  */
/* .gallery img:hover{ */
    /* transform:translateY(-10px) scale(1.03); */
/* } */
/*  */

/*=========================================================
                    TIMELINE
=========================================================*/

.timeline{
    position:relative;
}

.timeline-box{
    max-width:900px;
    margin:auto;
    position:relative;
    padding-left:45px;
}

/* đường dọc */

.timeline-box::before{
    content:"";
    position:absolute;
    left:12px;
    top:0;
    width:4px;
    height:100%;
    background:#FFD6E5;
    border-radius:50px;
}

.timeline-item{
    position:relative;
    background:#fff;
    border-radius:28px;
    padding:30px;
    margin-bottom:35px;
    box-shadow:0 18px 40px rgba(0,0,0,.05);
    transition:.35s;
}

.timeline-item:hover{
    transform:translateX(12px);
}

.timeline-item::before{
    content:"";
    position:absolute;
    width:20px;
    height:20px;
    background:#ff5b9a;
    border-radius:50%;
    left:-44px;
    top:38px;
    border:5px solid #fff;
    box-shadow:0 0 0 5px #FFD6E5;
}

.timeline-item h3{
    font-size:28px;
    color:#ff5b9a;
    margin-bottom:15px;
}

.timeline-item p{
    color:#666;
    line-height:1.9;
}


/*=========================================================
                    FLOAT ANIMATION
=========================================================*/

@keyframes float{
    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0);
    }
}

.hero-left img{
    animation:float 5s ease-in-out infinite;
}


/*=========================================================
                    CARD HOVER
=========================================================*/

.profile-card,
.vision-card,
.number-box,
.timeline-item,
.quote-card{
    transition:.35s;
}

.profile-card:hover,
.vision-card:hover,
.number-box:hover,
.timeline-item:hover,
.quote-card:hover{
    box-shadow:0 30px 70px rgba(255,105,180,.12);
}


/*=========================================================
                    SCROLL ANIMATION
=========================================================*/

.fade-up{
    opacity:0;
    transform:translateY(50px);
    transition:1s;
}

.fade-up.show{
    opacity:1;
    transform:translateY(0);
}


/*=========================================================
                    MOBILE
=========================================================*/

@media(max-width:992px){
.hobby{
    grid-template-columns:1fr;
}

.gallery{
    margin-top:30px;
}

.gallery img:nth-child(3){
    margin-top:0;
}

.timeline-box{
    padding-left:30px;
}

.timeline-item::before{
    left:-30px;
}
}