/*primary color*/
.vinh-main {
  min-width: 120%;
  position: relative;
  left: -100px;
  
}

.pt-60px{
  padding-top: 60px;
}

.bg-cream {
    background-color: #12192A;
}

.custom-nav {
  padding-bottom: 60px;
}

/* logo */
.img-logo {
    width: 200px; 
    top: -80px;
    left: -40px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .img-logo {
        width: 100px; 
        top: -35px;
        left: -15px;
        cursor: pointer;
    }
}

/*font*/
body {
    color: #fff;
    background-color: #323e5e;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

.bg-yellow-500 {
    background-color: #F48C06;
}
.text-yellow-500 {
    color: #F48C06;
}
.floating { 
    animation-name: floating; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
} 
@keyframes floating { 
    0% { transform: translate(0, 0px); } 
    50% { transform: translate(0, 8px); } 
    100% { transform: translate(0, -0px); }  
} 
.floating-4 { 
    animation-name: floating; 
    animation-duration: 4s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
} 
@keyframes floating-4 { 
    0% { transform: translate(0, 0px); } 
    50% { transform: translate(0, 8px); } 
    100% { transform: translate(0, -0px); }  
}
.text-darken {
    color: #9699ff;
}

.img-tu {
  display: flex; 
  justify-content: center; 
  align-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  width: 320px;
  height: 320px;
}

.img-thien {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  width: 250px!important;
  height: 320px;
}

.img-thien img {
  transform: translateY(0); /* giữ nguyên phần trên */
  width: 250px!important;
}


.img-hai {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  width: 250px!important;
  height: 320px;
}

.img-hai img {
   width: 250px!important;
}

.img-media {
  cursor: pointer;
  width: 50px;
}

.custom-p p {
  margin-bottom: 5px;
}

.center {
  align-items: center!important;
}

.ava-crop{
  display: flex; 
  justify-content: center; 
  align-items: center;  
  width: 320px;
}


@media (min-width: 769px) {
  .vinh-2 {
    max-width: 360px;
  }
}

@media (max-width: 768px) {
   body {
    font-size: 80%!important;
  }

  .custom-p p {
    margin-bottom: 10px;
  }

  .img-tu {
    margin-bottom: 1rem!important;
    aspect-ratio:unset!important;
    width: auto!important;
    height: auto!important;
  }

  .img-thien {
    margin-top: 2rem!important;
    aspect-ratio: 1 / 1.2;
    height: auto!important;
  }

  .img-hai {
    margin-top: 2rem!important;
    aspect-ratio: 1 / 1.2;
    height: auto!important;
  }

  .ava-crop {
    width: 100%;
  }
}

#tool {
/* logo */
  .img-logo {
      width: 120px; 
      top: -60px;
      left: -30px;
      cursor: pointer;
  }
  .custom-nav {
    padding-bottom: 20px;
  }

}
