
img {
    cursor: pointer;
}
.mainfont{
    font-family: "Inter", serif;
    font-weight: 550;
}
.titleFont {
    font-family: "KoHo", sans-serif;
    font-size: 20px;
}
.nav-item:hover {
    background-color: #c6c6c6ab;
}
.form-control::placeholder {
    font-size: 13px;
}
a.nav-link {
    font-weight: 550;
    font-family: "KoHo", sans-serif;
}
.buttonLogin:hover a{
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5)!important;
}
.buttonSignup:hover a{
    color: #ffffff !important;
}
.buttonSignup:hover{
    background-color: #323232c6!important;
    color: #ffffff;
}
.sloganfont {
    font-family: "Judson", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
}

.card img{
    max-height: 200px;
}
h5.card-title {
    margin-top: 25px;
    font-weight: 1000;
}
.card-body h5, .card-body p{
    font-family: "KoHo", sans-serif;
    font-size: 15px;
}
p.card-text {
    padding-bottom: 10px;
}
.banner:hover h2{
    background-image: linear-gradient(to top,#eaeaea70,#ffffff);
}
.containerBanner {
    background-image: url(../images/backgroundBanner.png);
    background-color: #2f2f2f6c;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 5px 0 transparent;
}
.mainContent{
    font-size: 20px;
    font-family: "KoHo", sans-serif;
    font-weight: 500;
}
.artImage {
    border-radius: 5px;
    max-height: 500px;
}
.boxCollectionTitle {
    font-size: 35px;
    font-family: "KoHo", sans-serif;
}
.boxArtIntroduce{
    padding-top: 60px;
    padding-bottom: 60px;

    border-radius: 10px;
    transition: 0.5s;
}
#carouselExampleDark2 {
    height: 650px;
}
#panel, #flip {
    padding: 5px;
    text-align: center;
    background-color: #ffffffab;
    border: solid 1px #c3c3c3;
}
    #panel {
    padding: 50px;
    display: none;
}   
.cardIntro{
    cursor: pointer;
}
.btnAction {
    display: flex;
    padding-top: 20px;
    width: inherit;
    justify-content: center;
}

.buttonDetail {
    padding-right: 10px;
}
.buttonBuy {
    padding-left: 10px;
}
.shadowtext {
    text-shadow:#313131 0px 7px 4px
}
.containerTitleBox {
    margin-bottom: 20px;
    width: fit-content; 
    margin: auto;
    padding: 5px 10px;
    border-radius: 20px;
}
.containerTitleBox p{
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
}
.containerBanner-body {
    
    background-color: #2f2f2f6c
}
.containerTitleBox:hover p{
    cursor: pointer;
    box-shadow: 5px 5px 8px rgba(225, 225, 225, 0.714);
    color: rgb(16, 35, 41);
}
.containerTitleBox {
    width: fit-content;
    height: 100%;
    /* control ize */
    --u: 5px;
    --c1: #ededee;
    --c2: #000000;
    --c3: #858585;
    --gp: 50% / calc(var(--u) * 16.9) calc(var(--u) * 12.8);
    background: conic-gradient(
          from 122deg at 50% 85.15%,
          var(--c2) 0 58deg,
          var(--c3) 0 116deg,
          #fff0 0 100%
        )
        var(--gp),
      conic-gradient(from 122deg at 50% 72.5%, var(--c1) 0 116deg, #fff0 0 100%)
        var(--gp),
      conic-gradient(from 58deg at 82.85% 50%, var(--c3) 0 64deg, #fff0 0 100%)
        var(--gp),
      conic-gradient(
          from 58deg at 66.87% 50%,
          var(--c1) 0 64deg,
          var(--c2) 0 130deg,
          #fff0 0 100%
        )
        var(--gp),
      conic-gradient(from 238deg at 17.15% 50%, var(--c2) 0 64deg, #fff0 0 100%)
        var(--gp),
      conic-gradient(
          from 172deg at 33.13% 50%,
          var(--c3) 0 66deg,
          var(--c1) 0 130deg,
          #fff0 0 100%
        )
        var(--gp),
      linear-gradient(98deg, var(--c3) 0 15%, #fff0 calc(15% + 1px) 100%)
        var(--gp),
      linear-gradient(-98deg, var(--c2) 0 15%, #fff0 calc(15% + 1px) 100%)
        var(--gp),
      conic-gradient(
          from -58deg at 50.25% 14.85%,
          var(--c3) 0 58deg,
          var(--c2) 0 116deg,
          #fff0 0 100%
        )
        var(--gp),
      conic-gradient(from -58deg at 50% 28.125%, var(--c1) 0 116deg, #fff0 0 100%)
        var(--gp),
      linear-gradient(90deg, var(--c2) 0 50%, var(--c3) 0 100%) var(--gp);
  }
.containerTitleBox-text {
    background-color: #ffffff;
}

/* NEWS */
.card-link-news {
    font-weight: 700;
    text-decoration:none;
}
.card-link-news:hover {
    text-decoration:underline;
}
.boxNews {
    text-decoration: none;
    color: black;
}

/* BTN PRE NEXT */
.carousel-control-prev, .carousel-control-next {
    display: inline-block;
    border-radius: 4px;
    background-color: #616161;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    width: 130px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    }
    .carousel-control-prev span,.carousel-control-next span  {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    }
    span.seeAll:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
    background-color: #04677D;
    }
    .carousel-control-prev:hover span,.carousel-control-next:hover span {
    padding-right: 15px;
    }
    .carousel-control-prev:hover span:after,.carousel-control-next:hover  span:after{
    opacity: 1;
    right: 0;
    }
/* BUTTON DETAIL & BUY */
.buttonDetail:hover, .buttonBuy:hover {
    background-color: #558a96;
}
.card:hover {
    transform: translateX(2px) translateY(-15px); /* Di chuyển card lên trên */
    transition: 0.5s;
    cursor: pointer;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}
/* BUTTON PRE & NEXT */
.carousel-control-prev, .carousel-control-next {
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
}
/* social list */
.socialList {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 60px;
    height: 60px;

    z-index: 3;
    cursor: pointer;
}
.sociallist-item {
    font-size: 40px;
    color: #04677D;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
/* FEEDBACK */
.starGroup {
    margin: auto;
    width: 100%;
}
.rateType {
    font-size: 16px;
}
/* scroll to top btn*/
.backtop_923 {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 3;
    background:#02343f;
    cursor: pointer;
}
.imgBackTop{
    position: relative;
    width: 40px;
    height: 60px;
    color: #CFCFCF;
}
@media (max-width: 768px) {
    #carouselExampleDark2 {
        overflow-y:auto;
    }
}
.imgCard2 {
    height: auto;
}
/* hover btn */
.btn:hover{
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    transition: 0.1s;
}
/* ALL PRODUCT */
button.btnAllProduct-buy, button.btnAllProduct-viewdetail {
    font-family: "KoHo", sans-serif;
}
button.btnAllProduct-buy:hover,  button.btnAllProduct-viewdetail:hover{
    font-weight: 1000;
}
.card-text {
    margin: 0;
}
h4.card-title {
    margin-bottom: 20px;
    font-weight: 700;
}
.card-img-top {
    max-height: 500px;
}
#result {
    border: solid black;
    width: 200px;
    height: 200px;
    position: fixed;
}
.btn-group {
    margin-top: 15px;
}
/* form login  */
.form {
    --input-focus: #8c8c8c;
    --font-color: #323232;
    --font-color-sub: #666;
    --bg-color: rgb(242, 242, 242);
    --main-color: black;
    padding: 20px;
    background: rgb(210, 210, 210);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 400px;
    gap: 20px;
    border-radius: 5px;
    border: 2px solid var(--main-color);
    box-shadow: 4px 4px var(--main-color);
  }

.title {
color: var(--font-color);
font-weight: 900;
font-size: 20px;
margin-bottom: 25px;
}

.title span {
color: var(--font-color-sub);
font-weight: 600;
font-size: 17px;
}

.input {
width: 250px;
height: 40px;
border-radius: 5px;
border: 2px solid var(--main-color);
background-color: var(--bg-color);
box-shadow: 4px 4px var(--main-color);
font-size: 15px;
font-weight: 600;
color: var(--font-color);
padding: 5px 10px;
outline: none;
}

.input::placeholder {
color: var(--font-color-sub);
opacity: 0.8;
}

.input:focus {
border: 2px solid var(--input-focus);
}

.login-with {
display: flex;
gap: 20px;
}

.button-log {
cursor: pointer;
width: 40px;
height: 40px;
border-radius: 100%;
border: 2px solid var(--main-color);
background-color: var(--bg-color);
box-shadow: 4px 4px var(--main-color);
color: var(--font-color);
font-size: 25px;
display: flex;
justify-content: center;
align-items: center;
}

.icon {
width: 24px;
height: 24px;
fill: var(--main-color);
}

.button-log:active, .button-confirm:active {
box-shadow: 0px 0px var(--main-color);
transform: translate(3px, 3px);
}

.button-confirm {
margin: 50px auto 0 auto;
width: 120px;
height: 40px;
border-radius: 5px;
border: 2px solid var(--main-color);
background-color: var(--bg-color);
box-shadow: 4px 4px var(--main-color);
font-size: 17px;
font-weight: 600;
color: var(--font-color);
cursor: pointer;
}
.password-validation-message {
    display: none; /* Ẩn thông báo lỗi ban đầu */
  color: red;
  font-size: 0.8rem;
  margin-top: 5px;
}
.password-validation-message {
    display: block; /* Hiển thị thông báo lỗi */
}


/* SEARCH BOX */
.searchList{
    background-color: #EDEDED;
    height: auto;
    max-height: 400px;
    width: 500px;
    margin-top: 57px;
    box-shadow: 0 0 10px rgba(84, 84, 84, 0.323);
    display: flex;
    flex-direction: column;
    overflow-y: scroll; /* CHO PHEP CUON THEO CHIEU DOC */
    display: none;
}
.info {
    display: flex;
    flex-direction: column;
}
.artwork {
    display: flex;
    padding: 20px;
}
.artwork:hover {
    cursor: pointer;
    background-color: #ffffff;
}
.info {
    justify-content: center;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}
.named-SearchList{
    font-size: 20px;
    font-family: "KoHo", sans-serif;
    font-weight: 700;
}
.artisted-SearchList {
    font-size: 15px;
    font-family: "KoHo", sans-serif;
}
.hidden {
    display: none;
}

/* PRODUCT DETAIL */
.tabPage {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    align-content: center;
  }
.tabPageItem{
    font-size: 16px;
    font-family: "KoHo", sans-serif;
    margin-right: 10px;
    color: #a4a4a4;
    font-weight: 500;
    
}
.tabPageContainer a { 
    text-decoration: none;
}
.tabPageContainer a:hover h5.tabPageItem{ 
    font-weight: 700;
    color: #707070;
}
.fa-greater-than  {
    font-size: 10px;
}
img.artbox {
    filter: drop-shadow(1px 1px 20px rgba(79, 79, 79, 0.963));
}
/* footer */
footer, .footer-item {
    font-family: "KoHo", sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer-item:hover {
    text-decoration: unde;
}
.ft-icon a:hover {
    background: rgba(178, 192, 201, 0.758);
}

.ft-item p {
color: #cfcfcf;
}

.ft-item li a {
text-decoration: none;
color: #cfcfcf;
}

.ft-item li a:hover {
text-decoration: underline;
}


.nav-item:hover {
background: rgba(178, 192, 201, 0.758);
}

.product-btn:hover {
background: rgba(178, 192, 201, 0.758);
}