@import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Irish+Grover&display=swap');

body {
  margin: 0;
  padding: 0;
  background-image: url(Assests/background.svg);
  box-sizing: border-box;
  font-family: "Irish Grover", system-ui;
  font-weight: 400;
  overflow-x: hidden;
}

header:hover {
  transform: rotate(0deg);
  cursor: pointer;
}

header .profile .logo {
  position: absolute;
  left: 45vw;
  top: 150px;
  z-index: 2;
  transform: translate(-50%, -50%);
}

header {
  display: flex;
  position: relative;
  transform: rotate(-5deg);
  transition: all 0.9s ease-in-out;
  width: 99%;
  left: 1vw;
}

@media (max-width: 1134px) {
  header {
    position: relative;
    left: 21vw;
  }
}

header .right_side .side_drink {
  position: absolute;
  right: 27vw;
  top: 50px;
  z-index: 2;
}

header .side .side_plant {
  position: absolute;
  left: 20vw;
  transform: rotate(1deg);
  z-index: 2;
}

header .center {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
  position: relative;
}

header .side .side_plant:hover {
  cursor: pointer;
  transition: all 0.9s ease-in-out;
  top: -2px;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-14px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes vibrate {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(120deg);
  }

  75% {
    transform: rotate(240deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hand img {
  position: absolute;
  left: 15vw;
  top: 40px;
  z-index: 2;
}

header .right_side .side_drink:hover {
  animation: vibrate 0.15s linear 3;
}

.music_player:hover .disc img {
  animation: rotate 1s linear infinite;
}

.music_player .disc img {
  margin-top: 28px;
}

.music_player .disc {
  display: flex;
  justify-content: center;
}

.music_player:hover {
  transform: rotate(2deg);
  cursor: pointer;
}

.music_player {
  width: 230.66px;
  height: 365.07px;
  border-radius: 20px;
  background-color: #CECECE;
  margin-left: 60px;
  transform: rotate(-10deg);
  transition: all 0.9s ease-in-out;
}

.bottom_of_part .h1_bottom_of_header .sign {
  position: absolute;
  left: 38vw;
  margin-top: 40px;
}

.bottom_of_part .h1_bottom_of_header .wow {
  position: absolute;
  left: 34vw;
  margin-top: -5px;
}

.bottom_of_part .h1_bottom_of_header .star {
  position: absolute;
  right: 36vw;
  margin-top: 28px;
}

.bottom_of_part {
  display: flex;
}

.headphone {
  position: absolute;
  left: 6vw;
  margin-top: 28px;
}

.folder {
  position: relative;
  cursor: pointer;
}

.folder .claud {
  top: 358px;
  position: absolute;
  left: 24vw;
  transition: all 0.6s ease-in-out;
}

.folder .tablet_and_phone {
  top: 360px;
  position: absolute;
  left: 22.3vw;
  transition: all 0.6s ease-in-out;
}

.folder .lappy {
  top: 370px;
  position: absolute;
  left: 23vw;
  transition: all 0.6s ease-in-out;
}

.folder:hover .claud {
  top: 238px;
  position: absolute;
  left: 28vw;
}

.folder:hover .tablet_and_phone {
  top: 240px;
  position: absolute;
  left: 17vw;
}

.folder:hover .lappy {
  top: 330px;
  position: absolute;
  left: 13vw;
}

.folder .inner_part {
  top: 300px;
  position: absolute;
  left: 20vw;
}

.folder .upper_part {
  top: 300px;
  position: absolute;
  left: 21.6vw;
}

img {
  user-select: none;
}

@media (max-width: 1025px) {
  .folder .upper_part {
    position: absolute;
    left: 22.3vw;
  }
}

.camera img {
  position: absolute;
  right: -7vw;
  top: 600px;
  cursor: pointer;
}

#about h1 {
  font-size: 209px;
  width: 473.36px;
  color: #E8E8E8;
  margin-left: 100px;
}

#about .main .left_img img {
  display: flex;
  justify-content: center;
  margin-left: 5vw;
  margin-top: -240px;
}

#about .main .right_img .pen {
  position: absolute;
  left: 50vw;
  margin-top: -920px;
  transform: scale(0.8);
}

#about .main .right_img .ink {
  position: absolute;
  left: 60vw;
  margin-top: -100px;
}

.sticky_note {
  background-image: url(Assests/stickynote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 560px;
  height: 319px;
  margin-top: 120px;
  margin-left: 100px;
  margin-bottom: 300px;
  transform: rotate(-9.79deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

#time {
  font-weight: 900;
  font-family: "Doto", sans-serif;
  font-size: 64px;
  color: #111;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0;
}

#date {
  font-size: 42px;
  line-height: 1;
  margin: 2px 0 0;
}

#day {
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.time_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
  width: 100%;
  margin-top: 0;
  padding: 0 56px 0 42px;
  box-sizing: border-box;
  transform: rotate(-9.79deg);
  color: #7f838a;
}

.time_box .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 86px;
}

.time_box .right {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 700px) {
  .sticky_note {
    width: 92vw;
    height: calc(92vw * 0.57);
    margin-left: 4vw;
    margin-top: 70px;
    margin-bottom: 160px;
  }

  .time_box {
    margin-top: 52px;
    gap: 18px;
    padding: 0 34px 0 24px;
  }

  #day,
  #date {
    font-size: 30px;
  }

  #time {
    font-size: 44px;
  }
}

#canvas {
  width: 90vw;
  height: 899px;
  background: #AC7F5E;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-top: -200px;
  margin-bottom: 5vw;
  border: 1vw solid #593F2C;
  animation: lfloat 3s ease-in-out infinite;
}

.img {
  position: absolute;
  width: 40vw;
  cursor: grab;
  user-select: none;
}

.img:active {
  cursor: grabbing;
}

a {
  text-decoration: none;
  color: grey;
}

#canvas:hover {
  animation-play-state: paused;
  transform: translateY(-18px) scale(1.04);
}

#canvas .tag {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--color-text-tertiary);
  margin-top: 4px;
  letter-spacing: 0.04em;
}

@keyframes lfloat {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}