
.container-text-running{ 
    display: flex; 
    align-items: center; 
    background: #fd8ec5; 
    height: 60px; 
    font-size: 50px; 
    line-height: 60px;
    font-weight: 500;
    font-family: 'Roboto';
    letter-spacing: 4px;
}
.scroll-left{
    background: #6effff; 
}
.background-behind{
    width: 100vw;
    height: auto;
    position: fixed;
    z-index: -9999;
}
.slider1{
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.blank{
    width: 100%;
    height: 60px;
    background-color: var(--black-color);
}
.about-us-image{
    width: 100%;
    max-width: 100%;
    height: 900px;
    object-fit: cover;
    object-position: center;
}
.hidden-1{
    position: absolute;
    top: calc(80px + 60px);
    left: 80px;
    color: var(--white-color);
    font-size: 22px;
}
.hidden-2{
    position: absolute;
    top: 80px;
    right: 80px;
    color: var(--white-color);
    font-size: 22px;
}
.hidden-3{
    position: absolute;
    bottom: 80px;
    left: 80px;
    color: var(--white-color);
    font-size: 22px;
}
.hidden-4{
    position: absolute;
    bottom: 80px;
    right: 80px;
    color: var(--white-color);
    font-size: 22px;
}
.text--right{
    opacity: 0;
    filter: blur(5px);
    transform: translateX(100%);
    transition: all 1s;
}
.text--right{
    display: block;
    margin: 0;
    padding: 0;
}
.text{
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;
}
.text{
    display: block;
    margin: 0;
    padding: 0;
}
.text--right:nth-child(1){
    margin-left: 140px;
}
.text--right:nth-child(2){
    transition-delay: 200ms;
}
.text--right:nth-child(3){
    transition-delay: 200ms;
}
.text--right:nth-child(4){
    transition-delay: 200ms;
}
.text--right:nth-child(5){
    transition-delay: 200ms;
}
.text--right:nth-child(6){
    transition-delay: 200ms;
}
.text:nth-child(1){
    margin-left: 94px;
}
.text:nth-child(2){
    transition-delay: 200ms;
}
.text:nth-child(3){
    transition-delay: 200ms;
}
.text:nth-child(4){
    transition-delay: 200ms;
}
.text:nth-child(5){
    transition-delay: 200ms;
}
@media(prefers-reduced-motion){
    .hidden{
        transition: none;
    }
}
.show{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.header{
    position: fixed;
    left: 0;
    right: 0;
    background-color: var(--black-color);
    height: 70px;
    z-index: 999999;
}
.header__navbar{
    display: block;
    width: 100%;
    max-width: 100%;
    display: flex;
    color: var(--white-color);
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 60px;
}
.header__navbar-logo{
    text-decoration: none;
    display: flex;
    align-items: center;
}
.header__navbar-logo-company{
    text-decoration: none;
    color: var(--white-color);
    font-size: 4rem;
    font-weight: 700;
    line-height: 70px;
}
.header__navbar-logo-img{
    width: 50px;
    margin-right: 8px;
}
.header__navbar-list{
    margin-right: -24px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    height: 70px;
}

.header__navbar-item{
    padding: 0 24px;
    position: relative;
    height: 70px;
}
.header__navbar-item::after{
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(45deg, rgb(247, 30, 247), rgb(25, 188, 252));
    height: 5px;
    width: 0;
    left: 10px;
    bottom: 0;
    transition: 0.3s ;
}
.header__navbar-item--disabled::after{
    content: "";
    display: block;
    position: absolute;
    background: black;
    height: 5px;
    width: 0;
    left: 10px;
    bottom: 0;
}
.header__navbar-item--disabled:hover .header__navbar-link--primary{
    color: var(--primary-color) !important;
}
.header__navbar-item:hover::after{
    width: calc(100% - 20px);
}
/* .header__navbar-item:last-child{
    padding-right: 0;
} */
.header__navbar-item:hover .header__navbar-link{
    color: var(--white-color);
}
.header__navbar-link{
    position: relative;
    text-decoration: none;
    font-size: 1.8rem;
    color: rgb(220, 220, 220);
    line-height: 70px;
    font-weight: 600;
}
.link-sign-in{
    text-decoration: none;
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.header__navbar-item--disabled{
    color: rgb(242, 37, 242) !important;
    font-size: 1.9rem;
    font-weight: 545;
}

.header__navbar-menu{
    font-size: 30px;
    position: relative;
    top: 4px;
    cursor: pointer;
}
.header__navbar-item:last-child{
    margin-right: 0;
}

.slider{
    position: relative;
    padding-top: 70px;
    position: relative;
    height: 950px;
}

.slider-image{
    width: 100%;
    max-width: 100%;
    height: 880px;
    object-fit: cover;
    object-position: center;
}

.square-frame{
    position: relative;
    margin-top: 70px;
    width: 640px;
    max-width: 640px;
    height: 880px;
    background-color: rgba(19, 17, 17, 50%);
    position: absolute;
    top: 0;
}
.square-frame::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -280px;
    border-top: 880px solid rgba(19, 17, 17, 50%);
    border-right: 280px solid transparent;
}
.app__slider{
    background-color: var(--black-color);
}
.slider-content__heading{
    font-size: 105px;
    line-height: 105px;
    max-width: 800px;
    margin-bottom: 40px;
}
.slider-content__description{
    font-size: 24px;
    line-height: 30px;
    width: 525px;
}
.slider-content__link{
    display: inline-block;
    margin-top: 100px;
    text-decoration: none;
    font-size: 30px;
    line-height: 30px;
    border: 4px solid rgb(202, 30, 236); 
    background: linear-gradient(to bottom, rgb(168, 18, 205), rgb(222, 38, 170));
    color: var(--white-color);
    padding: 10px 100px;
    border-radius: 30px;
    margin-left: 100px ;
}
.slider-content{
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 60px;
    color: var(--white-color);
}
.slider-content__copyright{
    font-size: 20px;
    margin-top: 100px;
}
.background--black{
    background-color: var(--black-color);
}
.container-section{
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 40px 0 0 0;
}
.container__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.container__heading{
    font-size: 4.0rem;
    color: var(--white-color);
}
.container__link{
    text-decoration: none;
    color: var(--white-color);
    display: block;
    font-size: 2.8rem;
}
.container__link:hover{
    color: rgb(251, 10, 239);
}
.container__link-icon{
    margin-left: 20px;
    margin-right: 10px;
}
.articles-section{
    padding-bottom: 0;
}
.articles-section__header{
    margin-bottom: 20px;
}
.article{
    position: relative;
    width: 100%;
    background-color: #1d1d1d;
    display: block;
    height: 430px;
}
.article-container{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1d1d1d;
    z-index: 1;
}
.article-border{
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    bottom: -20px;
    right: -20px;
    left: -20px;
    content: "";
    display: block;
    background-color: #1d1d1d;
    z-index: 0;
    display: none;
}
.article:hover .article__heading{
    background-size: 100% 3px;
}
.article:hover .article-border{
    display: block;
}
.article:hover .article__image{
    transform: scale(1.1);
}
.article__image-container{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.article__image{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    transition: transform ease-in 0.2s;
}
.article-info{
    padding: 20px 20px;
    background-color: #1d1d1d;
}
.article__heading{
    background-image: linear-gradient(45deg, rgb(247, 30, 247), rgb(25, 188, 252));
    background-size: 0% 3px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 300ms ease;
    font-size: 2.2rem;
    line-height: 30px;
    height: 65px;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
    color: var(--white-color);
}
.article__description{
    font-size: 1.8rem;
    line-height: 24px;
    height: calc(24px * 4);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: var(--white-color);
    margin-top: 10px;
}
/* .exhibition-section::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--white-color);
    margin-bottom: 80px;
    position: relative;
    top: -70px;
} */
.exhibition{
    position: relative;
    width: 100%;
    background-color: #1d1d1d;
    display: block;
    text-decoration: none;
    min-height: 490px;
    color: var(--white-color);
    border-radius: 6px;
}
.exhibition:hover .exhibition-border{
    display: block;
}
/* .exhibition:hover{
    color: var(--black-color);
}
.exhibition:hover .exhibition__heading--yellow{
    color: var(--black-color);
}
.exhibition:hover .exhibition__heading--blue{
    color: var(--black-color);
}
.exhibition:hover .background-link--blue{
    background-color: var(--black-color);
    color: #3bb2f8;
}
.exhibition:hover .background-link--yellow{
    background-color: var(--black-color);
    color: #ffe800;
}
.exhibition:hover .exhibition__image{
    border-radius: 0;
    transform: scale(1.2);
} */
.exhibition-section__body{
    margin: 60px 0;
}
.exhibition-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 490px;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 6px;
}
.exhibition__image-container{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.exhibition__image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 10px;
    transition: all linear .2s;
}
.exhibition-info{
    display: inline-block;
    width: 50%;
    height: 490px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.exhibition__heading{
    font-size: 3.0rem;
    line-height: 40px;
    margin: 0;
}
.exhibition__description{
    font-size: 2.8rem;
    line-height: 32px;
    font-weight: 500;
}
.exhibition__type{
    font-size: 1.7rem;
    line-height: 3.0rem;
    letter-spacing: 1px;
}
.exhibition-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.exhibition__date{
    font-size: 1.5rem;
    line-height: 3.0rem;
}
.exhibition__link{
    width: 98px;
    height: 98px;
    display: block;
    text-decoration: none;
    color: var(--black-color);
    font-size: 1.8rem;
    
    border-radius: 50%;
    line-height: 98px;
    margin: auto;
    text-align: center;
    font-weight: 500;
    margin: 0;
}
.background--yellow{
    background-color: #ffe800;
}
.exhibition__heading--yellow{
    color: #ffe800;
}
.background--blue{
    background-color: #3bb2f8;
}
.exhibition__heading--blue{
    color: #3bb2f8;
}
.background-link--yellow{
    background-color: #ffe800;
}
.background-link--blue{
    background-color: #3bb2f8;
}
.exhibition-border{
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    top: -30px;
    bottom: -30px;
    right: -30px;
    left: -30px;
    z-index: 0;
    display: none;
    border-radius: 6px;
    animation: fadeIn ease-in .2s;
    transition: all linear .2s;
}
@keyframes fadeIn{
    from{
        opacity: 50%;
    }
    to{
        opacity: 100%;
    }
    
}
.banner{
    margin: 130px 0;
    display: flex;
    background-color: var(--white-color);
    border-radius: 10px;
    border-left: 20px solid #ffe800;
}
.banner-info{
    background-color: transparent;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    margin: auto;
}
.banner__heading{
    flex: initial;
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 7.0rem;
    line-height: 90px;
    font-weight: 700;
    letter-spacing: 10px;
}
.banner__content{
    flex: initial;
    width: 40%;
    padding: 0 30px 30px 0;
}
.banner__description{
    font-size: 2.4rem;
    line-height: 40px;
    text-align: justify;
}
.banner__button{
    position: relative;
    width: 400px;
    height: 70px;
    margin-top: 30px;
}
.banner__link{
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 3.2rem;
    line-height: 70px;
    background-color: #ffe800;
    text-align: center;
    color: var(--black-color);
    font-weight: 400;
    width: 400px;
    border-radius: 10px;
    font-weight: 500;
    z-index: 1;
}
.banner__link-back{
    content: "";
    display: block;
    width: 400px;
    height: 70px;
    background-color: var(--black-color);
    position: absolute;
    top: 20px;
    right: -20px;
    border-radius: 10px;
    z-index: 0;
    
}
.banner__link-icon{
    margin-left: 10px;
}
.explore-section{
    padding-top: 60px;
    padding-bottom: 80px;
    height: 900px;
}
.grid-container--body{
    margin-top: 80px;
}
.collection{
    position: relative;
}
.collection-image-vector{
    width: 300px;
    height: auto;
    position: absolute;
    left: 120px;
    top: 160px;
    z-index: 3;
}
.cover-image{
    position: absolute;
    width: 260px;
    height: auto;
    top: 0px;
    z-index: 3;
}
.cover-frame{
    background-color: var(--black-color);
    position: absolute;
    width: 260px;
    height: 520px;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}
.appear{
    display: block;
}
.collection-image{
    position: absolute;
    top: 0;
    width: 260px;
    max-width: 100%;
    height: auto;
    z-index: 0;
}
.collection-image--regular{
    position: absolute;
    width: 202px;
    max-width: 202px;
    right: 80px;
    top: -40px;
    border: 1px solid var(--white-color);
}
.collection-image--small{
    position: absolute;
    width: 202px;
    max-width: 202px;
    
}
.collection-image--small-1{
    right: 130px;
    top: -60px;
}
.collection-image--small-2{
    right: 0px;
    top: 60px;
}
.collection-image--small-3{
    right: 160px;
    top: 300px;
}
.collection-description{
    position: absolute;
    top: 490px;
    right:0;
    left: 0;
    margin-top: 60px;
    font-size: 1.8rem;
    line-height: 24px;
    text-align: center;
}
.magnify-tool-trigger{
    line-height: 38px;
    font-size: 3.2rem;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    border: 4px solid rgb(39, 135, 245);
    cursor: pointer;

}
.magnify-tool-trigger-text, .magnify-tool-icon{
    background-image: linear-gradient(to right, rgb(246, 30, 242), rgb(39, 135, 245));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.magnify-tool-trigger-text{
    font-weight: 700;
}
.magnify-tool-icon{
    margin-right: 5px;
}
.image-zoom:hover{
    transform: scale(1.1);
}
.image-zoom{
    transition: transform 0.2s ease;
}
.navigation-link{
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 60px;
}
.navigation-image{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.navigation-info{
    font-size: 2.8rem;
    color: var(--black-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 500;
    padding-left: 30px;
    background-color: #ffffffce;
    opacity: 100%;
    margin-bottom: 5px;
    line-height: 60px;
}
.navigation-section{
    padding-top: 30px;
    height: 850px;
}
.navigation-section__heading{
    margin: 40px 0 0 0;
}
.grid__column{
    width: calc(100% + 30px);
    overflow-y: scroll;
    height: 870px;
    margin-left: -30px;
    position: relative;
}
.grid__column::-webkit-scrollbar{
    width: 12px; /* Độ rộng của thanh cuộn */
}

.grid__column::-webkit-scrollbar-track{
    background: transparent; /* Màu nền của thanh cuộn */
}

.grid__column::-webkit-scrollbar-thumb{
    background-color: #888; /* Màu của thanh cuộn */
    border-radius: 6px; /* Độ cong của viền thanh cuộn */
    border: 3px solid #fff; /* Viền của thanh cuộn */
}
.wrapper{
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container{
    height: 600px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}
.card{
    overflow: hidden;
    position: relative;
    background-color: white;
    width: 120px;
    border-radius: 0.75rem;
    background-size: cover;
    background-position:center;
    cursor: pointer;
    /* overflow: hidden; */
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28, -0.03, 0, 0.99);
    box-shadow: 0px 10px 30px -5px rgba(0, 0 , 0, 0.8);
    border: 1px solid var(--white-color);
}

.card > .row{
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    padding-bottom: 10px;
}
.navigation-section__heading {
    margin: 0;
}
.card > .row > .icon {
    background: rgb(203, 33, 203);
    color: white;
    border-radius: 50%;
    width: 4.6vw;
    height: 4.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: auto; */
    margin-left: 0.7vw;
    font-size: 3.0rem;
    font-weight: 600;
}
.card > .row > .description {
display: flex;
justify-content: flex-start;
flex-direction: column;
overflow: hidden;
height: 145.9px;
width: 56vw;
padding-right: 20px;
text-align: justify;
opacity: 0;
transform: translateY(150px);
transition-delay: .1s;
transition: all .5s ease;
margin-left: 10px;
}
.card::before{
    content: "";
    display: block;
    width: 1020px;
    height: 170px;
    background-color: #ccccccd4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    transform: translateY(170px);
    transition-delay: 1s;
    transition: all .5s ease;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.navigation__link{
    text-decoration: none;
}
.navigation__link:hover .description-title{
    background-size: 100% 5px;
}
.description p{
    color: rgb(52, 52, 52);
    padding: 0;
    font-size: 2.0rem;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 30px;
    
}
.description h4{
    min-width: 180px;
    max-width: 500px;
    background-image: linear-gradient(45deg, rgb(247, 30, 247), rgb(20, 114, 254));
    background-size: 0% 5px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 300ms ease;
    font-size: 3.2rem;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    color: #223;
}
.wrapper-input{
    display: none;
}
.wrapper-input:checked + label{
    width: 1020px;
}
.wrapper-input:checked + label.card::before{
    display: block;
    transform: translateY(0px)
}
.wrapper-input:checked + label .description{
    opacity: 1 !important;
    transform: translateY(0px) !important;
}
.card[for="c1"]{
    background-image: url('https://cdn.sculptform.com.au/app/uploads/2019/03/22105741/MECC-Masthead-01.jpg');
}
.card[for="c2"]{
    background-image: url('https://media.wnyc.org/i/1500/1122/l/80/1/6_b4DJNeV.jpg');
}
.card[for="c3"]{
    background-image: url('https://www.thisisathens.org/sites/default/files/styles/paragraph_slideshow_landscape/public/2021-07/20210714-TGR-NationalGallery-0030.jpg?itok=qgC0EIwr');
}
.card[for="c4"]{
    background-image: url('https://s3.ap-southeast-2.amazonaws.com/cdn.greekherald.com.au/wp-content/uploads/2021/12/16095316/Untitled-design-94.jpg');
}
.footer-content{
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
    line-height: 50px;
}


/* Log in form */
.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #444444a5;
}
.open{
    display: block;
}
.modal-frame{
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    height: 680px;
}
.modal-container{
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    height: 750px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.close-window{
    width: 38px;
    height:38px;
    font-size: 38px;
    position: absolute;
    top: -70px;
    right: -50px;
    color: var(--white-color);
    cursor: pointer;
}
.modal-container::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url("https://i.pinimg.com/736x/96/e9/0b/96e90bba2d239be1d90e43d592e309f8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: var(--white-color);
    z-index: 6;
    transform: translateX(100%);
    transition: 1s ease-in-out;
}
.signin-signup{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 5;
}
form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40%;
    min-width: 238px;
    padding: 0 10px;
}
form.sign-in-form{
    opacity: 1;
    transition: 0.4s ease-in-out;
    transition-delay: 0.8s;
}
form.sign-up-form{
    opacity: 0;
    transition: 0.4s ease-in-out;
    transition-delay: 0.8s;
}
/* form.sign-in-form{
    opacity: 1;
    transition: 0.5s ease-in-out;
    transition-delay: 1s;
}
form.sign-up-form{
    opacity: 0;
    transition: 0.5s ease-in-out;
    transition-delay: 1s;
} */
.title{
    font-size: 5.8rem !important;
    line-height: 58px;
    background-image: linear-gradient(45deg, rgb(246, 30, 242), rgb(39, 135, 245));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3vw;
    padding-bottom: 20px;
    margin-top: 0;
}
.input-field{
    position: relative;
    width: 100%;
    height: 50px;
    background: #f0f0f0;
    margin: 10px 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.input-field::before {
    content: '';
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(to right, rgb(246, 30, 242), rgb(39, 135, 245));
    margin: -3px;
  }
.input-field i{
    flex: 1;
    text-align: center;
    color: #666;
    font-size: 18px;
}
.input-field input{
    flex: 5;
    background: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #444;
}
.btn{
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(45deg, rgb(246, 30, 242), rgb(39, 135, 245));
    color: #fff;
    font-weight: 600;
    margin: 30px 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.6rem;
}
.btn:hover{
    background: #c03cc0;
}
.social-text{
    letter-spacing: 1px;
    margin: 0px 0 25px 0;
    font-size: 16px;
    text-align: center;
}
.social-media-group{
    margin-top: 30px;
}
.social-media{
    display: flex;
    justify-content: center;
}
.social-icon{
    height: 45px;
    width: 45px;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    border: 1px solid #444;
    border-radius: 50px;
    margin: 0 5px;
}
a{
    text-decoration: none;
}
.social-icon:hover{
    background-image: linear-gradient(45deg, rgb(246, 30, 242), rgb(39, 135, 245));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #2263dd;
}
.panels-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.panel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 35%;
    min-width: 238px;
    padding: 0 10px;
    text-align: center;
    z-index: 6;
}
.left-panel{
    pointer-events: none;
}
.content{
    color: #fff;
    transition: 1.1s ease-in-out;
    transition-delay: 0.2s;
}
.panel h3{
    font-size: 24px;
    font-weight: 600;
}
.panel p{
    font-size: 15px;
    padding: 10px 0;
}
.image{
    width: 100%;
    transition: 1.1s ease-in-out;
    transition-delay: 0.1s;
}
.left-panel .image,
.left-panel .content{
    transform: translateX(-200%);
}
.right-panel .image,
.right-panel .content{
    transform: translateX(0);
}
.account-text{
    display: none;
}
/*Animation*/
.modal-container.sign-up-mode::before{
    transform: translateX(0);
}
.modal-container.sign-up-mode .right-panel .image,
.modal-container.sign-up-mode .right-panel .content{
    transform: translateX(600%);
}
.modal-container.sign-up-mode .left-panel .image,
.modal-container.sign-up-mode .left-panel .content{
    transform: translateX(0);
}
.modal-container.sign-up-mode form.sign-in-form{
    opacity: 0;
}
.modal-container.sign-up-mode form.sign-up-form{
    opacity: 1;
}
.modal-container.sign-up-mode .right-panel{
    pointer-events: none;
}
.modal-container.sign-up-mode .left-panel{
    pointer-events: all;
}
#toast{
    margin: auto;
    position: fixed;
    z-index: 999999999999999;
    top: 90px;
    right: 90px;
    min-width: 32px;
  
  }
  .toast{
    display: flex;
    align-items: center;
    background-color: white;
    padding: 16px 8px;
    border-radius: 5px;
    border-left: 10px solid;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
    transition: all linear 0.2s;
  }
  @keyframes slideInLeft{
    from{
      opacity: 0;
      transform: translateX(calc(100% + 32px));
    }
    to{
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeOut{
    to{
      opacity: 0;
    }
  }
  .toast__icon, .toast__close{
    padding: 0 12px;
  }
  .toast__icon{
    font-size: 40px;
  }
  .toast__body{
    flex-grow: 1;
    padding: 0 20px;
  }
  .toast__title{
    font-size: 24px;
  }
  .toast__msg{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
  }
  .toast__close{
    font-size: 40px;
  }
  .toast--success{
    border-color: rgb(27, 194, 27);
  }
  .toast--success .toast__icon{
    color: rgb(27, 194, 27);
  }
  .toast--error{
    border-color: rgb(215, 0, 72);
  }
  .toast--error .toast__icon{
    color: rgb(215, 0, 72);
  }
  .toast__close:hover{
      color: rgb(230, 40, 40);
  }
.header-with-search{
    height: var(--header-with-search-height);
    display: flex;
    align-items: center;
    margin: 0 8px;
}
.search-bar-wrapper{
    padding-top: 10px;
    display: flex;
}
.header__search{
    margin: auto;
    width: 80%;
    height: 50px;
    border-radius: 2px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
}
.header__search-input-wrap{
    flex: 1;
    height: 100%;
    position: relative;
}
.header__search-input[type="text"]{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 1.8rem;
    color: var(--text-color);
    padding: 0 16px;
    border-radius: 2px;
}
.header__search-select{
    border-left: 1px solid #ccc;
    padding: 8px 24px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.header__search-select-label{
    font-size: 1.8rem;
    color: var(--text-color);
}
.header__search-select-icon{
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-left: 8px;
    position: relative;
    top: 1px;
}
.header__search-btn{
    background-color: var(--primary-color);
    border: none;
    height: 42px;
    width: 80px;
    border-radius: 2px;
    margin-right: 3px;
    outline: none;
}
.header__search-btn--yellow{
    background-color: color(srgb 0.72 0.5194 0.2952);
}

.header__search-btn:hover{
    background-color: #fb6445;
    cursor: pointer;
}

.header__search-btn-icon{
    font-size: 1.4rem;
    color: var(--white-color);
}
.header__search-select:hover .header__search-option{
    display: block;
}
.header__search-option{
    position: absolute;
    right: 0;
    top:100%;
    width: 130px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03);
    padding-left: 0;
    border-radius: 2px;
    display: none;
    animation: fadeIn ease-in .2s;
}

.header__search-option::before{
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: transparent;
    position: absolute;
    top: -10px;
    left: 0;

}

.header__search-option-item{
    list-style: none;
    background-color: var(--white-color);
    padding: 8px 8px;
}

.header__search-option-item:first-child{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.header__search-option-item:last-child{
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.header__search-option-item:hover{
    background-color: #fafafa;
    cursor: pointer;
}
.header__search-option-item span{
    font-size: 1.6rem;
    color: var(--text-color);
    margin-left: 8px;
}
.header__search-option-item i{
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-left: 12px;
    display: none;
}

.header__search-option-item--active i{
    display: inline-block;
}


/* Search history */
.header__search-history{
    max-height: 240px;
    overflow: scroll;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: calc(100%);
    background-color: var(--white-color);
    border-radius: 2px;
    box-shadow: 0 1px 3px #666;
    display: block;
    z-index: 3;
}
.header__search-history-heading{
    margin: 8px 12px;
    font-size: 1.6rem;
    color: #999;
    font-weight: 400;
}
.header__search-history-list{
    list-style: none;
    padding-left: 0;
    margin: 6px 0 0 0;
}
.header__search-history-item{
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 38px;
    height:38px;
    padding: 0 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.header__search-history-item:first-child{
    margin-top: 10px;
}
.header__search-history-item:hover{
    background-color: #fafafa;
}
.header__search-history-item a{
    text-decoration: none;
    font-size: 1.6rem;
    color: var(--text-color);
    line-height: 38px;
    display: block;
}
.page-header {
    margin: 0 auto 30px auto;
    text-align: center;
    padding-top: 120px;
    color: transparent; /* Đặt màu chữ thành trong suốt */
    font-size: 12vw;
    line-height: 160px;
    
    background-size: contain; /* Đảm bảo hình ảnh sẽ đủ lớn để fill vào khu vực chữ */
    background-position: center;
    -webkit-background-clip: text; /* Áp dụng clip hình ảnh cho vùng chữ */
    background-clip: text; /* Áp dụng clip hình ảnh cho vùng chữ */
    cursor: default;
}
.article-header {
    
    background-image: url('https://i.pinimg.com/564x/83/4a/e9/834ae970070c621abfb548cba0e0c800.jpg'); 
    
}
.gallery-header{
    /* background-image: url('https://i.pinimg.com/originals/65/f7/bb/65f7bb7e3bbcd30a9cf0347d631a4ed4.gif'); */
    color: #ffce65;
    text-shadow: 1px 1px 0 #ffc445,
    2px 2px 0 #d6a438,
    3px 3px 0 #b18629,
    4px 4px 0 #906f28,
    5px 5px 0 #a17008,
    6px 6px 0 #755100,
    7px 7px 0 #ffc445,
    8px 8px 7px rgba(0, 0, 0, 0.4),
    0 0 5px rgba(0, 0, 0, 0.3);
}
.search-result-announce{
    display: block;
    margin-top: 80px;
    font-size: 2.0rem;
    color: var(--white-color);
}
.search-result-count{
    font-size: 1.6rem;
    color: #ccc;
    font-style: italic;
}
.account-avatar{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
    object-fit: cover;
    object-position: center;
}
.header__navbar-account{
    display: flex;
    align-items: center;
    position: relative;
}
.account-username{
    font-size: 2.2rem;
}
.account-list{
    position: absolute;
    top: 70px;
    left: 20%;
    background-color: white;
    list-style: none;
    padding-left: 0;
    width: 80%;
    min-width: 100px;
    height: 50px;
    border-radius: 6px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.link-sign-out{
    padding-left: 30px;
    line-height: 50px;
    color: var(--text-color);
    font-size: 1.8rem;
}
.link-sign-out:hover{
    cursor: pointer;
    color: var(--primary-color) !important;
}
.header__navbar-item-account{
    padding: 0 24px;
    cursor: pointer;
}
.advancedButton{
    padding: 20px 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(45deg, rgb(247, 30, 247), rgb(25, 188, 252));
    color: white;
    
}
.advancedIconButton{
    margin:12px;
}
.advanced-toggle-down{
    padding-bottom: 10px;
}
.advancedButton{
    margin-bottom: 0 !important;
}

.search-bar-wrapper--advanced{
    background-color: white;
    max-width: 400px;
    display:block;
}
.advancedButton{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    font-size: 25px !important;
}
.header__search--advanced{
    width: 90%;
    border: 1px solid rgba(84, 84, 84, 0.613);
    
}
.header__search-btn--advanced{
    width: 35px;
}
.search-by-type{
    margin-bottom: 30px;
}
.header__search-history--advanced{
    position:relative;
    margin-top: 15px;
}
.page-side-five{
    width: 77%;
}
.page-side-one{
    width: 23%;
    margin-right: 2vw;
}
.header__search-input--advanced{
    font-size: 16px !important;
}
.header__search-history-item--advanced{
    font-size: 16px;
}
.advanced-search-title{
    background: linear-gradient(45deg, rgb(247, 30, 247), rgb(25, 188, 252));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.2vw;
    margin-top: 0;
    line-height: 3.2vw;
    text-align: center;
    margin-bottom: 3vw;
    cursor: default;
}
.viewing-option{
    color: white;
    font-size: 20px;
    display:flex;
    gap: 30px;
    margin-left: 23px;
}

.tool-page-container--advanced{
    padding-top: 100px !important;
}
.advanced-checkbox{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.advanced-label-checkbox{
    display: flex;
    align-items: center;
}
.filter-state{
    color: white;
    font-size: 28px;
    font-weight: 700;;
    margin: 0 0 30px 23px;
    line-height: 36px;
}
.search-bar-wrapper--advanced-single{
    padding-bottom: 10px;
}
.term-link {
    display: inline-block;
    color: white;
    font-size: 18px;
    margin-left: 23px;
    line-height: 30px;
    font-style: italic;
    cursor: pointer;
    margin: 10px 0 0 20px;
    height: 30px;
    position:relative;
}

 .term-link::after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(45deg, rgb(247, 30, 247), rgb(25, 188, 252));
    height: 2px;
    width: 0;
    left: 0px;
    bottom: 0;
    transition: 0.3s;
}

.term-link:hover::after{
    width: 100%;
}
.term-link:hover{
    color: color(srgb 1 0.295 1);
}
.header__search--traditional{
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
}
.header__search-btn--traditional{
    border-radius: 100px;
    width: 36px;
    height: 36px;
    margin-right: 14px;
}
.search-bar-wrapper--traditional{
    background: linear-gradient(45deg, rgb(247, 30, 247), rgb(25, 188, 252));
    border-radius: 50px;
    padding: 4px;
}
input::placeholder{
    font-size: 1.2vw;
}
.clear-all-filter{
    background-image: linear-gradient(to right, rgb(247, 30, 247), rgb(25, 188, 252));
    outline: none;
    border: none;
    color: white;
    border-radius: 50px;
    padding: 12px 16px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 10px #eee;
}
.clear-all-filter:hover{
    background-position: right center;
  }
.page-side-one{
    border: 1px solid white;
    padding: 25px 20px 10px 20px;
}
.artifact-main-image {
    transition: box-shadow 0.1s ease-in-out; 
    height: 370px;
}

.artifact-link:hover .artifact-main-image {
    box-shadow: 0 0 10px 5px rgba(211, 59, 238, 0.936); 
}
/* .artifact-link:hover .card-object__content {
    background: linear-gradient(45deg, rgb(247, 30, 247, 1.5), rgb(25, 188, 252, 1.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.pin-card-image{
    transition: all ease-in-out .2s;
}
.artifact-link:hover .pin-card-image{
    scale: 1.1;
}
.pin-card-image-container{
    transition: box-shadow 0.1s ease-in-out;
}
.pin-card-image-container:hover{
    box-shadow: 0 0 10px 5px rgba(211, 59, 238, 0.936);
}
.navigation-sidebar{
    transform: translateX(100vw);
}
.forget-password {
    display: block;
    font-size: 1.6rem;
    color: blue;
    margin: 15px 30px 5px 0;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: right;
    font-style: italic;
}
.alphabetLink {
    font-size: 18px;
    color: black;
    font-weight: 500;
    min-width: 50px;
    text-align: center;
}
.switch-btn{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    background-image: linear-gradient(to right, rgb(246, 30, 242), rgb(39, 135, 245));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}
/* BasicSearch.css */

.basic-search-container {
    margin: 0 auto;
    max-width: inherit;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
  }
  
  .basic-search-container .background {
    padding: 230px;
    background-image: url("basic_search.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .basic_search-grid-container {
    display: inline-block;
    width: 500px;
    grid-template-columns: 1fr;
    margin-left: 300px;
  }
  .tool-introduction {
    color: white;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-style: italic;
    text-indent: 60px;
  }
  .tool-page-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 70px;
  }
  .tool-title{
    display: block;
    color: rgb(255, 1, 238);
    font-size: 36px;
    line-height: 40px;
    margin: 50px 0 30px 0;
  }
  
  .basic-search-container .container-section {
    margin-bottom: 40px;
  }
  
  .basic-search-container .container__link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }
  
  .basic-search-container .container__link-icon {
    margin-right: 5px;
  }
  
  .basic-search-container .basic-search-option {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .basic-search-container .basic-search-option__heading {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .basic-search-container .basic-search-block {
    margin-bottom: 20px;
  }
  
  .basic-search-container .basic-search-block label {
    color: #555;
    margin-right: 10px;
  }
  
  .basic-search-container .basic-search-block input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #333;
  }
  
  .basic-search-container .search__copyright {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
  }
  
  .view-results-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
  }
  
  .view-results-button:hover {
    background-color: #0056b3;
  }
  .page-left-side {
    width: 64%;
    flex: none;
}
.tool-header {
    margin: 30px 0 40px 0;
    color: transparent;
    font-size: 10vw;
    line-height: 10vw;
    background-image: url('https://i.pinimg.com/originals/fb/28/97/fb2897e94893fc26e72548a12a80b43a.gif');
    background-size: contain;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    cursor: default;
}
.page-right-side {
    /* margin-left: 3vw; */
    width: 36%;
    flex: none;

}

  .basicSearchButtonHolder{
    display: flex;
    align-items: center;
  }
  .basicSearchButton{
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    background-color: white;
    padding: 20px 40px;
    width: 400px;
    height: 72px;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .information-icon-image{
    width: 36px;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .numberic-search{
    background-color: white;
  }
  .numberic-search__button{
    background: rgb(247, 30, 247);
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: 500;
    padding: 5px 15px;
  }
  .numberic-search{
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -10%;
    width: 35%;
    padding: 20px 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 99;
  }
  .numberic-search__heading{
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    background: linear-gradient(45deg, rgb(247, 30, 247), rgb(25, 188, 252));
    -webkit-background-clip: text; /* Áp dụng gradient cho phần chữ */
    background-clip: text;
    color: transparent;
  }
  .numberic-search__form{
    width: 100%;
    margin: 30px 0 15px 0;
  }
  .input-section{
    font-size: 20px;
  }
  .search-label{
    display: inline-block;
    min-width: 47px;
  }
  #minimum, #maximum{
    margin: 0 20px 20px 20px;
    border: 2px solid rgb(25, 188, 252);
    padding: 3px 5px;
    border-radius: 3px;
  }
  .tool-page-container{
    position: relative;
  }
 .exhibition-time{
    flex: 1;
 }
 .header-menu-icon {
    --s: 40px; /* control the size */
    --c: white; /* the color */
    margin-top: 11px;
    height: var(--s);
    aspect-ratio: 1;
    border: none;
    padding: 0;
    border-inline: calc(var(--s)/2) solid #0000; 
    box-sizing: content-box;
    --_g1: linear-gradient(var(--c) 20%,#0000 0 80%,var(--c) 0) 
           no-repeat content-box border-box;
    --_g2: radial-gradient(circle closest-side at 50% 12.5%,var(--c) 95%,#0000) 
           repeat-y content-box border-box;
    background: 
      var(--_g2) left  var(--_p,0px) top,
      var(--_g1) left  calc(var(--s)/10 + var(--_p,0px)) top,
      var(--_g2) right var(--_p,0px) top,
      var(--_g1) right calc(var(--s)/10 + var(--_p,0px)) top;
    background-size: 
      20% 80%,
      40% 100%;
    position: relative;
    clip-path: inset(0 25%);
    -webkit-mask: linear-gradient(90deg,#0000,#000 25% 75%,#0000);
    cursor: pointer;
    transition: 
      background-position .3s var(--_s,.3s), 
      clip-path 0s var(--_s,.6s);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
  }
  .header-menu-icon:before,
  .header-menu-icon:after {
    content:"";
    position: absolute;
    border-radius: var(--s);
    inset: 40% 0;
    background: var(--c);
    transition: transform .3s calc(.3s - var(--_s,.3s));
  }
  
  .header-menu-icon:checked {
    clip-path: inset(0);
    --_p: calc(-1*var(--s));
    --_s: 0s;
  }
  .header-menu-icon:checked:before {
    transform: rotate(45deg);
  }
  .header-menu-icon:checked:after {
    transform: rotate(-45deg);
  }
  .header-menu-icon:focus-visible {
    clip-path: none;
    -webkit-mask: none;
    border: none;
    outline: 2px solid var(--c);
    outline-offset: 5px;
  }
.container{
    width: 100%;
}

footer{
    box-sizing: border-box;
    display: flex; 
    align-items: center;
    background-color: #e8e8e8;
    height: 40px;
}

.grid-footer-Author{
    grid-column: 1/4;
    font-weight: 500;
    color: black;
    font-size: 13px;
    text-align: center;
    margin: auto;
}
.tool-page-container--advanced.visible {
    max-height: 1450px !important;
}
