/* TABLET */
@media only screen and (max-width: 1212px) {
 .detail-image {
  /* margin-left: 9.5%;
  margin-top: 30%; */
 }

 .photo-wrapper .loading-image {
  bottom: 0;
 }

 .photo-wrapper img:not(#kotak-pakFariz, #landscape-pakFariz, #potrait-pakFariz)+.archived-text-photo {
  bottom: 0px;
 }

 .photo-wrapper:hover img#pano-marchello+.archived-text-photo {
  transform: scale(1.05) translateX(10%);
 }

 .photo-wrapper:hover img#landscape-buNovi+.archived-text-photo {
  transform: scale(1.05) translateX(10%);
  bottom: calc(100% - 40px);
 }

 .photo-wrapper:hover #kamera-photobooth+.archived-text {
  bottom: calc(100% - 42px);
 }

 .loading-overlay {
  font-size: 1em;
 }

 .corner-decor.left {
  /* top: 5px; */
 }

 .navbar {
  flex-direction: column;
  align-items: center;
 }

 .navbar.show-flex.fixed {
  top: 0;
  /* animation: unset; */
 }

 .navbar.show-flex.unfixed {
  animation: slideUpNavbarFlex 0.5s forwards;
 }

 .navbar.show-flex.animationShow1212 {
  position: fixed;
  animation: slideDownNavbarFlex 0.5s forwards;
 }

 @keyframes slideDownNavbarFlex {
  from {
   top: -210px;
  }

  to {
   top: 0;
  }
 }

 @keyframes slideUpNavbarFlex {
  from {
   top: 0;
  }

  to {
   top: -200px;
  }
 }

 .dark-mode .navbar {
  background-color: rgb(50 18 69);
 }

 .dark-mode .navbar .cover-screen-mobile {
  /* background-color: #762929; */
  background-color: rgb(50 18 69);
  /* background-color: #530e07; */
  /* background-color: #222; */
 }

 .navbar .cover-screen-mobile {
  height: 85px;
  left: 0;
  top: 0;
  position: absolute;
  padding: 15px;
  width: 100%;
  display: block;
  z-index: 2;
 }

 .navbar .titleWithBackground {
  display: none !important;
 }

 /* .navbar .titleWithBackground-tablet {
  display: block !important;

  left: 50%;
  /* bottom: 15px;
  transform: translateX(-50%);
  /* display: none !important;
  height: 45px;
  top: 26px;
  position: absolute;
  /* padding: 15px;
  width: 50%;
  display: block;
  z-index: 2;
  background-color: white;
  background-image: url('/image/Test1.png');
  /* background-image: url('/image/Desktop-Navbar_Christmas.png');
 } */

 .navbar .titleWithBackground-tablet {
  border-radius: 10px;
  position: absolute;
  top: 15px;
  left: 48%;
  transform: translateX(-52%);
  width: 52%;
  height: 60px;
  display: block !important;
  z-index: 2;
  /* background-color: white; */
  background-image: url('/image/Tablet-Navbar_Ramadhan-Rev1.png');
  /* background-image: url('/image/Tablet-Navbar_LunarNewYear-Rev1.jpg'); */
  /* width: 60%;
  height: 45px; */
  /* background-image: url('/image/Tablet-Navbar_Christmas-Rev3.jpg'); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
 }

 .navbar h3 {
  position: absolute;
  /* top: 20px;
  right: 100px; */
  /* margin-left: 800px; */
  font-size: 15px;
  margin-left: unset;
  z-index: 3;
 }

 .close-menu {
  position: absolute;
  top: 60px;
  right: 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  color: #c5bfbf;
  z-index: 30000;
  display: block;
  transition: all 0.3s ease;
 }

 .close-menu:hover {
  color: #ff0000 !important;
 }

 .menu-toggle {
  display: block;
  color: white;
  position: absolute;
  top: 45px;
  right: 90px;
  /* top: 56px; */
  /* right: 30px; */
  z-index: 3;
 }

 .navbar .navigation {
  /* display: none; */
  margin-top: -80px;
  transform: translateY(-100px);
  z-index: 1;
 }

 .show-flex .navigation {
  display: flex !important;
  margin-top: 16px;
  transform: translateY(70px);
 }

 /* .navigation ul li a .circle {
  margin-bottom: 30px;
 } */

 .show {
  display: block !important;
 }

 .navbar nav ul {
  display: flex;
  flex-direction: column;
  background-color: #333;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
 }

 .navbar nav ul li {
  margin-left: 0;
  text-align: center;
  padding: 10px 0;
 }

 .navbar nav ul li {
  margin: 10px 0;
 }

 .hover-text {
  font-size: 13px;
 }

 .parallax-image {
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
 }

 .parallax-1 {
  background-position: top;
  padding-bottom: 170px;
 }

 h1 {
  font-size: 2.5em;
 }

 h2 {
  font-size: 2em;
 }

 p {
  font-size: 1em;
 }

 .tree ul {
  flex-direction: column;
  align-items: center;
 }

 .tree li a img {
  border-radius: 6%;
 }

 .tree li {
  width: 100%;
  padding: 10px 0;
 }

 .tree li::before,
 .tree li::after {
  display: none;
 }

 .tree ul ul::before {
  display: none;
 }

 .photo-wrapper:hover .archived-text-photo {
  /* bottom: 200px; */
  right: 50px;
  transform: translateX(-120%);
  bottom: calc(100% - 60px);
  border-radius: 10px;
 }

 .photo-wrapper:hover #kotak-pakFariz+.archived-text-photo {
  /* bottom: 200px; */
  left: 30%;
  transform: translateX(-50%);
  bottom: calc(100% - 60px);
  border-radius: 10px;
 }

 .photo-wrapper:hover #landscape-pakFariz+.archived-text {
  /* bottom: 220px; */
  bottom: calc(100% - 60px);
  left: 47%;
 }

 #landscape-pakFariz+.archived-text {
  /* bottom: 70px; */
  bottom: calc(100% - 200px);
 }

 .photo-wrapper:hover #potrait-pakFariz+.archived-text {
  bottom: 230px;
  left: 38% !important;
  right: -10px;
  transform: translateX(-50%)
 }

 .username-box {
  font-size: 12px;
  padding: 4px 8px;
 }

 .detail-view #imageTotal {
  font-weight: bold;
  position: absolute;
  /* right: -5%; */
  left: 50%;
  transform: translateX(-50%);
  /* bottom: 14px; */
 }

 .photo-gallery img {
  width: 100% !important;
  height: auto;
 }

 .video-gallery .video-wrapper {
  width: 100%;
  height: 200px;
 }

 .video-wrapper:not(:hover) .archived-text-vidwrapper {
  bottom: 0px;
 }

 .video-wrapper:not(:hover) .archived-text-vidwrapper {
  left: calc(100% - 130px);
  transform: translateX(45%);
 }

 .video-wrapper:hover .archived-text-vidwrapper {
  /* transform: translateX(-140%); */
  /* transform: translateX(calc(-100% - 70px)); */

  /* transform: translateX(-100%); */
  /* left: calc(30% + 1px); */
  top: 0px;
  left: 0;
  transform: translateX(0);
 }

 .lengthVid {
  top: 2px !important;
  right: 5px !important;
 }
}