
body {
   cursor: url("https://media.tumblr.com/f7107b08bf6fb948f4fb926313efc065/tumblr_inline_mglcuiHi9t1qkezse.png"), auto;
  background-image: url("https://t3.ftcdn.net/jpg/05/73/59/02/360_F_573590213_hrZMGPMzz3awKZStcITAXiVSNUqNNRtX.jpg");
    background-repeat: repeat;
  background-size: 20%;
}

.box {
  border: 1px solid white;
  padding: 5px;
  margin: 10px;
  height: 650px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "col1 col1 col2 col2 col2 col2 col2 col2 col2";
}

#g1 {
  margin-top:100px;
  font-family: "Georgia", serif;
  background-color: white;
    border-radius: 25px;
  text-align: center;
  grid-area: col1;
}

#g2 {
    margin-top:100px;
  font-family: "Monospace", monaco;
   background-color: white;
  padding-top:10px;
    border-radius: 25px;
  text-align: center;
  grid-area: col2;
}

#headercontent
{ 
  font-size: 40px;
  background-color: none;}

#dePloup
{ 
  color: grey;
   border-width: 8px;
   border-style: solid;
          border-image: url("https://i.ibb.co/VcKk2tWf/bo-ha26-ezgif-com-effects-1-2.gif") 8 fill round;
   margin: 20px;
  font-size: 18px;
   padding: 10px;
  background-color:white ;}

.tumblrwob {
  color: Cornflowerblue;
display:flex;
flex-wrap:wrap;
justify-content:center;
white-space:pre;
font-size: 2em;
font-family: Impact, fantasy
}

.wobble:nth-child(4n+1) {
-webkit-animation:tumblrwobble 4s ease-in-out -.5s infinite;
animation:tumblrwobble 4s ease-in-out -.5s infinite
}

@keyframes tumblrwobble{
0%  { transform:translateY(5%) skew(3deg) }
25% { transform:translateY(-5%) }
50% { transform:translateY(5%) skew(-3deg) }
75% { transform:translateY(-5%) }
to { transform:translateY(5%) skew(3deg) }
}

@-webkit-keyframes tumblrwobble{
0%  { transform:translateY(5%) skew(3deg) }
25% { transform:translateY(-5%) }
50% { transform:translateY(5%) skew(-3deg) }
75% { transform:translateY(-5%) }
to { transform:translateY(5%) skew(3deg) }
}

.wobble:nth-child(4n+2){
-webkit-animation:tumblrwobble 4s ease-in-out -1s infinite;
animation:tumblrwobble 4s ease-in-out -1s infinite;
}

.wobble:nth-child(4n+3){
-webkit-animation:tumblrwobble 4s ease-in-out -1.5s infinite;
animation:tumblrwobble 4s ease-in-out -1.5s infinite;
}

.wobble:nth-child(4n){
-webkit-animation:tumblrwobble 4s ease-in-out 0s infinite;
animation:tumblrwobble 4s ease-in-out 0s infinite;
}


@font-face {
  font-family: "myriad";
  src: url("https://files.catbox.moe/s0igcb.OTF");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  list-style: none;
}


.ipod {
  margin-left: 30px;
  background: #ececec;
  width: 240px;
  height: 360px;
  border-radius: 20px;
  position: relative;
  box-shadow: inset 5px 0px 15px 10px #00000090;
}

.ipod .screen {
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0);
  width: 200px;
  height: 160px;
  border-radius: 8px;
  border: 2px solid #aaa;
  box-shadow: inset 0 0 0px 2px #222;
}

.ipod .controls {
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 0.5px solid #ccc;
  box-shadow: inset 0px 0px 5px 1px #00000050;
}

.ipod .controls:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ececec;
  box-shadow: inset 24px 24px 48px #c6c6c6, inset -24px -24px 48px #ffffff;
  border: 0.5px solid #ccc;
}

.ipod .controls .fa-fast-backward {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  color: #aaa;
  font-size: 1.2em;
  cursor: pointer;
}

.ipod .controls .fa-fast-backward:active {
  color: #888;
}

.ipod .controls .fa-fast-forward {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  color: #aaa;
  font-size: 1.2em;
  cursor: pointer;
}

.ipod .controls .fa-fast-forward:active {
  color: #888;
}

.ipod .controls .menu {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
  color: #aaa;
  font-size: 0.9em;
  font-weight: 700;
  border: 0;
  outline: 0;
  background: none;
  cursor: default; /* Keeps the menu button but disables interaction */
}

.ipod .controls .menu:active {
  color: #888;
}

.ipod .controls .play-pause-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 0;
  outline: 0;
  background: none;
  color: #aaa;
  font-size: 1em;
  cursor: pointer;
}

.ipod .controls .play-pause-btn:active {
  color: #888;
}

.ipod .screen .music {
  padding: 15px;
  display: flex;
  gap: 15px;
}

.ipod .screen .music img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  -webkit-box-reflect: below 2px
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.09));
}

.ipod .screen .music .content .name {
  font-size: 0.95em;
}

.ipod .screen .music .content .singer {
  font-size: 0.55em;
  font-family: "myriad";
}

.ipod .screen .music .content .date {
  font-size: 0.85em;
  font-weight: 700;
}

.ipod .screen .bar-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 0.85em;
  width: 100%;
  position: absolute;
  bottom: 30px;
}

.ipod .screen .bar-box .bar {
  width: 80px;
  height: 10px;
  font-family: "myriad";
  border: 1px solid #aaa;
}

.ipod .screen .bar-box .bar .progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #f2f6f8 0%,
    #d8e1e7 50%,
    #b5c6d0 51%,
    #e0eff9 100%
  );
}
.enlarge {
    width: 10%;
    float: left;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.enlarge:hover {
    width: 20%;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  cursor: pointer;
}


  .marquee {
    overflow: hidden;
    width: 100%;
    background: white;
    border-radius: 12px;
    padding: 20px 0;
  }

  .marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
  }

  .marquee img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    margin: 0 12px;
    border-radius: 10px;
    flex-shrink: 0;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
  }

  .marquee img:hover {
    box-shadow: 0 0 18px rgba(255,0,0,0.85);
    transform: scale(1.05);
  }

  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .marquee:hover .marquee-track {
    animation-play-state: paused;}
 
.video-marquee-container {
  width: 100%;
  overflow: hidden; /* keeps it inside parent div */
  position: relative;
}

.video-marquee-track {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollVideos 25s linear infinite;
}

.video-marquee-container:hover .video-marquee-track {
  animation-play-state: paused;
}

.video-item {
  flex: 0 0 auto;
  width: 320px;
  height: 180px;
}

.video-item iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

@keyframes scrollVideos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}