/* https://www.pinterest.com/pin/152066924911980835/ */
/* https://i.pinimg.com/originals/5d/27/09/5d27099922e5fa89a861563885703ace.gif */
/* https://i.pinimg.com/originals/a4/33/f0/a433f0cf193690d8178165cb8c832af3.gif */
/* https://www.pinterest.com/pin/906701337465052482/ */

.title-post:hover {
    color: #149ddd !important;
}
.title-post {
    color: #111827;
    /* font-size: 1rem;
text-transform: uppercase; */
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
#portfolio-flters-cate {
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
}
.portfolio #portfolio-flters-cate li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #272829;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio-item-show {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.fAVkxh {
    position: absolute;
    top: 30%;
    left: 130px;
    width: 127px;
    height: 127px;
    margin: -59px 0 0 -59px;
    -webkit-animation: spin 4s linear infinite !important;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite !important;
}
.spin-circle {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes moveBug {
    0% {
        top: 10%;
        left: 95%;
    }
    25% {
        top: 10%;
        right: 100%;
    }
    /* 50% { top: 80%; left: 80%; } */
    /* /* 75% { top: 10%; left: 10%; } */
    /* 100% { top: 10%; left: 10%; } */
}

@keyframes moveBug2 {
    0% {
        top: 80%;
        right: 10%;
    }
    25% {
        top: 80%;
        right: 10%;
    }
    /* 50% { top: 80%; left: 80%; } */
    /* /* 75% { top: 10%; left: 10%; } */
    /* 100% { top: 10%; left: 10%; } */
}

@keyframes butterfly {
  0% { top: 80%; left: 80%; }
  25% { top: 60%; left: 60%; }
  50% { top: 70%; left: 50%; }
  75% { top: 80%; left: 10%; }
  100% { top: 90%; left: 10%; }

  /* 0% { top: 50%; left: 40%; }
  25% { top: 20%; left: 50%; }
  50% { top: 40%; left: 50%; }
  75% { top: 70%; left: 10%; position: fixed;}
  100% { top: 10%; left: 10%; } */

  /* 0% {
      top: 80%;
      right: 20%;
  }
  25% {
      top: 80%;
      right: 40%;
  } */

  /* 0% {
      top: 10%;
      left: 80%;
  }
  25% {
      top: 10%;
      right: 100%;
  } */
}

/* chim */

.bug {
    width: 125px;
    height: 55px;
    left: 0;
    position: absolute;
    background: url("/themes/tailwind/images/bird.gif")
        no-repeat center center;
    background-size: contain;
    animation: moveBug 100s linear infinite;
    z-index: 1;
}

.bug2 {
    width: 130px;
    height: 25px;
    left: 0;
    position: absolute;
    background: url("/themes/tailwind/images/bird.gif")
        no-repeat center center;
    background-size: contain;
    animation: moveBug 130s linear infinite;
    z-index: 1;
}

/* bươm bướm */
.butterfly1 {
    height: 85px;
    background: url("/themes/tailwind/images/butterfly-1.gif")
        no-repeat center center;
}

.butterfly2 {
    height: 65px;
    background: url("/themes/tailwind/images/butterfly-2.gif")
        no-repeat center center;
    background-size: contain;
}

.butterfly3 {
    height: 25px;
    background: url("/themes/tailwind/images/butterfly-3.gif")
        no-repeat center center;
}
.butterfly4 {
    height: 50px;
    background: url("/themes/tailwind/images/butterfly-4.gif")
        no-repeat center center;
}

.butterfly {
    width: 130px;
    left: 0;
    position: absolute;
    background-size: contain;
    animation: butterfly 200s linear infinite;
    z-index: 1;
}

/* Hoa sen */
.lotus {
    width: 110px;
    height: 255px;
    position: absolute;
    background: url("/themes/tailwind/images/lotus.gif")
        no-repeat center center;
    background-size: contain;
    z-index: 1;
    opacity: 0.2;
}

/* Hiệu ứng kim quang */
.glow {
    margin-top: 145px;
    margin-right: 40px;
    width: 150px;
    height: 180px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.8), 0 0 50px rgba(255, 215, 0, 0.6),
        0 0 100px rgba(255, 215, 0, 0.4);
    background-color: rgb(255 215 0 / 30%);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulsate 1s infinite;
    z-index: 1;
}

/* Hiệu ứng văn bản "Start Game" */
.start-text {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

/* Hiệu ứng phát sáng */
@keyframes pulsate {
    0% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.8),
            0 0 50px rgba(255, 215, 0, 0.6), 0 0 100px rgba(255, 215, 0, 0.4);
    }
    50% {
        box-shadow: 0 0 30px rgba(255, 215, 0, 1),
            0 0 70px rgba(255, 215, 0, 0.7), 0 0 150px rgba(255, 215, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.8),
            0 0 50px rgba(255, 215, 0, 0.6), 0 0 100px rgba(255, 215, 0, 0.4);
    }
}

#header {
    left: -300px;
}

.sound-container {
  position: fixed;
  right: 60px;
  top: -3px;
  padding: 10px;
  cursor: pointer;
  font-size: 37px;
  color: #359ddd;
  z-index: 1;
}

.sound-icon {
  width: 50px;
  height: auto;
}

@keyframes lotus6 {
    0% {
        top: 80%;
        right: 0%;
    }
}
@keyframes lotus7 {
    0% {
        top: 80%;
        right: 5%;
    }
}
@keyframes lotus8 {
    0% {
        top: 80%;
        right: 10%;
    }
}
@keyframes lotus9 {
    0% {
        top: 80%;
        right: 15%;
    }
}
@keyframes lotus10 {
    0% {
        top: 80%;
        right: 20%;
    }
}
@keyframes lotus11 {
    0% {
        top: 80%;
        right: 25%;
    }
}
@keyframes lotus12 {
    0% {
        top: 80%;
        right: 30%;
    }
}
@keyframes lotus13 {
    0% {
        top: 80%;
        right: 35%;
    }
}
@keyframes lotus14 {
    0% {
        top: 80%;
        right: 40%;
    }
}
@keyframes lotus15 {
    0% {
        top: 80%;
        right: 45%;
    }
}
@keyframes lotus16 {
    0% {
        top: 80%;
        right: 50%;
    }
}
@keyframes lotus17 {
    0% {
        top: 80%;
        right: 55%;
    }
}
@keyframes lotus18 {
    0% {
        top: 80%;
        right: 60%;
    }
}
@keyframes lotus19 {
    0% {
        top: 80%;
        right: 65%;
    }
}
@keyframes lotus20 {
    0% {
        top: 80%;
        right: 70%;
    }
}
@keyframes lotus21 {
    0% {
        top: 80%;
        right: 75%;
    }
}
@keyframes lotus22 {
    0% {
        top: 80%;
        right: 80%;
    }
}
@keyframes lotus23 {
    0% {
        top: 80%;
        right: 85%;
    }
}
@keyframes lotus24 {
    0% {
        top: 80%;
        right: 90%;
    }
}
@keyframes lotus25 {
    0% {
        top: 80%;
        right: 95%;
    }
}
@keyframes lotus26 {
    0% {
        top: 80%;
        right: 100%;
    }
}
