html {
  scroll-behavior: smooth;
}

.lockscreen-bg {
  background-image: url("../image/background/1.webp");
  height: 100vh;
  background-size: 100%;
  background-position: 100% 100%;
  transition: 0.8s all;
  transition-delay: 0.1s;
}

.lockscreen-bg .content {
  margin-top: 120px;
}

.avatar {
  height: 170px;
  width: 170px;
  border-radius: 170px;
  background: #e7f0ff;
}

.avatar-mob {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background: #e7f0ff;
}

.avame {
  margin-top: 8px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.lockscreen-bg .content h2 {
  font-size: 30px;
}

.input-lock {
  width: 193px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 24px;
  background: rgba(30, 30, 30, 0.54);
  backdrop-filter: blur(8.5px);
  margin-left: 80px;
}

.question-lock {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 30px;
  background: rgba(30, 30, 30, 0.54);
  backdrop-filter: blur(8.5px);
  margin-top: 10px;
  display: block;
}

.input-lock input {
  /* text-align: left; */
  margin-top: -4px;
  background: url(../image/icons/lockscreen/lock-fill.svg) no-repeat scroll 10px -1px;
  padding-left: 38px;
  margin-left: 18px;
}

.input-lock input::placeholder {
  color: #fff;
}

.question-lock img {
  margin-top: 5px;
}

.question-lock:hover {
  margin-top: 9px;
  border: 1px solid rgba(30, 30, 30, 0.54);
  /* transition: 0.6s; */
}

.footer {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  z-index: 10;
}

.footer p {
  margin-top: 60px;
}

.changeBg {
  width: 30px;
  height: 30px;
  border-radius: 80px;
  display: block;
  margin-top: 0px;
  border: 2px solid transparent;
}

.changeBg:hover {
  border: 2px solid #d6d8d7;
  margin-top: 0px;
  transition: 0.2s all;
}

.changeBg-border {
  border: 2px solid #d6d8d7;
}

/* .inside {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
} */

.vision-navbar {
  width: 680px;
  height: 53px;
  /* flex-shrink: 0; */
  border-radius: 100px;
  background: rgba(30, 30, 30, 0.6);
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.15) inset,
    0px -1px 1px 0px rgba(255, 255, 255, 0.15) inset;
  backdrop-filter: blur(11.5px);
}

.aurora .toolbar-bottom-aurora:before,
.ios .toolbar-bottom-ios:before,
.md .toolbar-bottom-md:before,
.toolbar-bottom:before {
  background-color: transparent !important;
}

.tabbar .tab-link-active,
.tabbar-labels .tab-link-active {
  color: #fff;
  /* border-radius: 100px;
  background: rgba(255, 255, 255, 0.3); */
  transition-duration: 0.3s;
}

.toolbar-custom {
  background-color: transparent !important;
  margin-top: -15px;
  /* transition-duration: 0.3s; */
}

.vision-content {
  margin-top: 15px;
  height: 610px;
  border-radius: 30px;
  background: rgba(30, 30, 30, 0.6);
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.15) inset,
    0px -1px 1px 0px rgba(70, 68, 68, 0.15) inset;
  backdrop-filter: blur(15px);
  transition-duration: 0.3s;
}

.vision-control {
  margin-top: -42px;
  width: 581px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 100px;
  background: rgba(30, 30, 30, 0.6);
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.15) inset,
    0px -1px 1px 0px rgba(255, 255, 255, 0.15) inset;
  backdrop-filter: blur(11.5px);
}

.fadeout {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.glider {
  display: flex;
  width: 130px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 99px;
  transition: 0.25s ease-out;
  margin: 2px 10px;
  position: absolute;
}

.project-container {
  margin-top: 40px;
  display: flex;
  max-width: 100%; /* Adjust the max-width as needed */
  overflow-x: auto;
  white-space: nowrap;
}

.design-container {
  display: flex;
  max-width: 100%; /* Adjust the max-width as needed */
  overflow-x: auto;
  white-space: nowrap;
}

.card-project {
  flex: 0 0 auto;
  width: 299px;
  height: 360px;
  background-color: #f0f0f0;
  margin-right: 22px;
  display: inline-block;
  border-radius: 13px;
  background: rgba(4, 3, 3, 0.6);
  backdrop-filter: blur(15px);
}

.card-project:last-child {
  width: 299px;
  margin-right: 0;
}

.card-project h2 {
  margin-top: 10px;
  font-size: 18px;
}

.card-project p {
  font-size: 12px;
  margin-top: -12px;
  color: #a0a0a1;
}

.bgChat {
  margin-top: 12px;
  width: 568px;
  height: 275px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
    0px 1px 1px 0px rgba(255, 255, 255, 0.15) inset,
    0px -1px 1px 0px rgba(255, 255, 255, 0.15) inset !important;
  backdrop-filter: blur(15px) !important;
}

.container-input {
  position: absolute;
  bottom: 9px;
  text-align: left;
}

.messages-content {
  margin-top: 12px;
  width: 568px;
  height: 275px;
  border-radius: 28px;
  background-color: transparent !important;
}

.messages {
  background-color: transparent !important;
}

.bg-email {
  width: 106px;
  height: 35px;
  border-radius: 100px;
  background: #fff;
  margin-left: 10px;
  position: relative;
  z-index: 10;
}

.bg-input {
  width: 432px;
  height: 35px;
  border-radius: 100px;
  background: #fff;
  float: right;
  margin-left: 10px;
  position: relative;
  z-index: 10;
}

.text-input {
  width: 375px;
  z-index: 11;
}

.bg-twitter {
  width: 171px;
  height: 166px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.15) inset,
    0px -1px 1px 0px rgba(255, 255, 255, 0.15) inset;
  backdrop-filter: blur(15px);
  margin-left: 275px;
  display: block;
  text-align: left;
}

.bg-twitter p {
  color: #908980;
  margin-top: 7px;
}

.bg-twitter h3 {
  color: #3e3e3e;
  margin-top: 16px;
  font-size: 15px;
}

.bg-contact {
  width: 388px;
  height: 236px;
  border-radius: 24px;
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.15) inset,
    0px -1px 1px 0px rgba(255, 255, 255, 0.15) inset;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  display: block;
  margin-left: -490px;
}

.bg-resume {
  width: 169px;
  height: 59px;
  border-radius: 15px;
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.15) inset,
    0px -1px 1px 0px rgba(255, 255, 255, 0.15) inset;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  display: block;
  margin-left: 275px;
  margin-top: 10px;
}

.bg-shortcut {
  width: 335px;
  height: 187px;
  border-radius: 20px;
  background: #fbfbfb;
  margin-top: 20px;
}

.quest-link:hover {
  text-decoration: underline;
  color: #f2c94c !important;
}

.button {
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
  margin: 3px 4px;
  overflow: hidden;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  float: right;
}

.button:before,
.button:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
}

.button:before {
  border: 4px solid #e5e5e5;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
  background: #fff;
}

.button:after {
  border: 3px solid #fff;
  transform: scale(1.3);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.button:hover:before,
.button:focus:before {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button:hover:after,
.button:focus:after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.button-elem {
  display: block;
  width: 20px;
  height: 20px;
  margin: 17px 18px 0 18px;
  transform: rotate(180deg);
  fill: #e5e5e5;
}

.button:hover .button-box,
.button:focus .button-box {
  transition: 0.4s;
  /* transform: translateX(-56px); */
}

.shakes {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;
  /* When the animation is finished, start again */
  /* animation-iteration-count: infinite; */
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.scroll-icon {
  float: right;
  margin-top: 20px;
  -webkit-animation: mover 0.6s infinite alternate;
  animation: mover 0.6s infinite alternate;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0.5;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
