/* =======================
   Default variables
   ======================= */
:root {
  --gradient-color-main: linear-gradient(355deg, rgba(255, 255, 255, 0.356) 0%, rgba(0, 0, 0, 0.445) 56%, rgba(255, 255, 255, 0.767) 100%);
  --gradient-color-secondary: linear-gradient(355deg, rgba(255, 255, 255, 0.63) 0%, rgba(0, 0, 0, 0.767) 56%, rgba(255, 255, 255, 0.87) 100%);
  --gradient-color-bg: linear-gradient(355deg, rgba(255, 255, 255, 0.527) 0%, rgba(129, 129, 129, 0.555) 56%, rgba(255, 255, 255, 0.61) 100%);
  --svg-icons-inactive: rgba(190, 190, 190, 0.329);
  --border-color-inactive: rgba(255, 255, 255, 0.267);
  --svg-icons-active: rgb(255, 255, 255);
  --accent-colors: rgb(221, 255, 99);
  --navbar-color: rgb(36, 36, 36);
}

/* =======================
   Themes
   ======================= */

/* Classic Titanium (default) */
:root[data-theme="classic-titanium"] {
  --gradient-color-main: linear-gradient(355deg, rgba(255, 255, 255, 0.356) 0%, rgba(0, 0, 0, 0.445) 56%, rgba(255, 255, 255, 0.767) 100%);
  --gradient-color-secondary: linear-gradient(355deg, rgba(255, 255, 255, 0.63) 0%, rgba(0, 0, 0, 0.767) 56%, rgba(255, 255, 255, 0.87) 100%);
  --gradient-color-bg: linear-gradient(355deg, rgba(255, 255, 255, 0.527) 0%, rgba(129, 129, 129, 0.555) 56%, rgba(255, 255, 255, 0.61) 100%);
  --svg-icons-inactive: rgba(190, 190, 190, 0.329);
  --border-color-inactive: rgba(255, 255, 255, 0.267);
  --svg-icons-active: rgb(255, 255, 255);
  --accent-colors: rgb(221, 255, 99);
  --navbar-color: rgb(36, 36, 36);
}

/* Aqua Jelly */
:root[data-theme="aqua-jelly"] {
  --gradient-color-main: linear-gradient(355deg, rgba(73, 188, 255, 0.356) 0%, rgba(2, 100, 145, 0.445) 56%, rgba(157, 255, 214, 0.767) 100%);
  --gradient-color-secondary: linear-gradient(355deg, rgba(0, 135, 145, 0.63) 0%, rgba(15, 206, 181, 0.233) 56%, rgba(40, 248, 255, 0.87) 100%);
  --gradient-color-bg: linear-gradient(355deg, rgba(118, 200, 255, 0.527) 0%, rgba(4, 161, 209, 0.555) 56%, rgba(60, 232, 255, 0.61) 100%);
  --svg-icons-inactive: rgba(13, 88, 65, 0.329);
  --border-color-inactive: rgba(255, 255, 255, 0.267);
  --svg-icons-active: rgb(158, 255, 234);
  --accent-colors: rgb(97, 255, 221);
  --navbar-color: rgb(0, 150, 170);
}

/* Crimson Love */
:root[data-theme="crimson-love"] {
  --gradient-color-main: linear-gradient(355deg, rgba(224, 0, 0, 0.356) 0%, rgba(255, 29, 29, 0.664) 56%, rgba(255, 27, 27, 0.753) 100%);
  --gradient-color-secondary: linear-gradient(355deg, rgba(255, 80, 80, 0.63) 0%, rgba(179, 10, 10, 0.767) 56%, rgba(255, 83, 83, 0.459) 100%);
  --gradient-color-bg: linear-gradient(355deg, rgba(255, 0, 0, 0.527) 0%, rgba(255, 59, 59, 0.555) 56%, rgba(255, 136, 136, 0.61) 100%);
  --svg-icons-inactive: rgba(49, 28, 28, 0.329);
  --border-color-inactive: rgba(99, 19, 19, 0.267);
  --svg-icons-active: rgb(255, 223, 223);
  --accent-colors: rgb(255, 121, 104);
  --navbar-color: rgb(114, 20, 20);
}

/* Sunset Kiss */
:root[data-theme="sunset-kiss"] {
  --gradient-color-main: linear-gradient(355deg, rgba(255, 227, 68, 0.356) 0%, rgba(255, 130, 28, 0.445) 56%, rgba(241, 255, 112, 0.767) 100%);
  --gradient-color-secondary: linear-gradient(355deg, rgba(255, 189, 114, 0.63) 0%, rgba(175, 140, 43, 0.945) 56%, rgb(255, 187, 147) 100%);
  --gradient-color-bg: linear-gradient(355deg, rgba(255, 204, 64, 0.527) 0%, rgba(255, 121, 44, 0.836) 56%, rgba(252, 255, 55, 0.61) 100%);
  --svg-icons-inactive: rgba(151, 72, 19, 0.329);
  --border-color-inactive: rgba(104, 50, 14, 0.267);
  --svg-icons-active: rgb(255, 223, 41);
  --accent-colors: rgb(255, 187, 86);
  --navbar-color: rgb(201, 99, 40);
}

/* Midnight Sky */
:root[data-theme="midnight-sky"] {
  --gradient-color-main: linear-gradient(355deg, rgba(21, 14, 112, 0.815) 0%, rgba(26, 52, 92, 0.815) 56%, rgba(31, 15, 172, 0.884) 100%);
  --gradient-color-secondary: linear-gradient(355deg, rgba(16, 25, 153, 0.63) 0%, rgba(47, 41, 100, 0.788) 56%, rgba(71, 58, 252, 0.87) 100%);
  --gradient-color-bg: linear-gradient(355deg, rgba(19, 1, 43, 0.527) 0%, rgba(53, 67, 131, 0.555) 56%, rgba(79, 82, 231, 0.61) 100%);
  --svg-icons-inactive: rgba(84, 85, 177, 0.329);
  --border-color-inactive: rgba(73, 41, 190, 0.267);
  --svg-icons-active: rgb(144, 167, 230);
  --accent-colors: rgb(140, 76, 224);
  --navbar-color: rgb(9, 8, 88);
}

/* Bubblegum Flavor */
:root[data-theme="bubblegum-flavor"] {
  --gradient-color-main: linear-gradient(355deg, rgba(212, 78, 172, 0.356) 0%, rgba(185, 40, 120, 0.445) 56%, rgba(255, 133, 235, 0.767) 100%);
  --gradient-color-secondary: linear-gradient(355deg, rgba(166, 215, 255, 0.63) 0%, rgba(15, 97, 129, 0.801) 56%, rgba(176, 243, 255, 0.87) 100%);
  --gradient-color-bg: linear-gradient(355deg, rgba(88, 222, 255, 0.747) 0%, rgba(255, 171, 251, 0.836) 56%, rgba(134, 255, 249, 0.808) 100%);
  --svg-icons-inactive: rgba(190, 107, 158, 0.329);
  --border-color-inactive: rgba(172, 104, 166, 0.267);
  --svg-icons-active: rgb(255, 211, 226);
  --accent-colors: rgb(156, 255, 250);
  --navbar-color: rgb(61, 116, 189);
}

/* Serene Woods */
:root[data-theme="serene-woods"] {
  --gradient-color-main: linear-gradient(355deg, rgba(2, 77, 2, 0.685) 0%, rgba(42, 158, 67, 0.795) 56%, rgba(173, 247, 151, 0.767) 100%);
  --gradient-color-secondary: linear-gradient(355deg, rgba(241, 197, 139, 0.63) 0%, rgba(119, 86, 24, 0.863) 56%, rgba(233, 186, 132, 0.87) 100%);
  --gradient-color-bg: linear-gradient(355deg, rgba(26, 202, 35, 0.527) 0%, rgba(22, 122, 22, 0.555) 56%, rgba(119, 255, 153, 0.61) 100%);
  --svg-icons-inactive: rgba(131, 161, 118, 0.445);
  --border-color-inactive: rgba(102, 138, 93, 0.753);
  --svg-icons-active: rgb(238, 184, 134);
  --accent-colors: rgb(162, 190, 125);
  --navbar-color: rgb(82, 72, 53);
}

/* Royal Genesis */
:root[data-theme="royal-genesis"] {
  --gradient-color-main: linear-gradient(355deg, rgba(187, 101, 148, 0.356) 0%, rgba(69, 10, 83, 0.445) 56%, rgba(255, 242, 250, 0.767) 100%);
  --gradient-color-secondary: linear-gradient(355deg, rgba(242, 188, 255, 0.63) 0%, rgba(63, 15, 55, 0.349) 56%, rgba(255, 255, 255, 0.87) 100%);
  --gradient-color-bg: linear-gradient(355deg, rgba(189, 69, 219, 0.527) 0%, rgba(199, 134, 185, 0.555) 56%, rgba(233, 152, 255, 0.61) 100%);
  --svg-icons-inactive: rgba(100, 33, 95, 0.329);
  --border-color-inactive: rgba(121, 31, 106, 0.267);
  --svg-icons-active: rgb(226, 182, 255);
  --accent-colors: rgb(252, 216, 255);
  --navbar-color: rgb(84, 38, 88);
}


* {
  margin: 0;
  padding: 0;
  font-family: Oxanium;
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
}

body {
  opacity: 0;
  transition: opacity 0.6s ease;
  background-color: var(--svg-icons-active);
}

body.fade-in {
  opacity: 1;
}

section {
  height: 100vh;
  position: relative;
  background-image: var(--gradient-color-bg);
  overflow: hidden;
}

a {
  text-decoration: none;
}

.page-topbar {
  display: flex;
  position: block;
  flex-direction: row-reverse;
  height: clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem);
  background-color: var(--navbar-color);
  background-size: cover;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: clamp(0.3rem, 0.0599rem + 1.044vw, 1.25rem);
  box-sizing: border-box;
}

.page-topbar h1{
  color: var(--accent-colors);
  font-weight: 300;
  font-size: clamp(0.7rem, 0.4978rem + 0.8791vw, 1.5rem);
}

.page-back-button {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 10px;
  cursor: pointer;
  border: solid 2px var(--accent-colors);
  background-color: transparent;
  transition: .3s ease-in-out;
  font-weight: 500;
  padding: .5rem;
}

.page-back-button svg {
  height: clamp(1.5rem, 1.0893rem + 1.7857vw, 3.125rem);
  fill: var(--accent-colors);
}

.page-back-button:hover {
  transform: scale(1.05);
}

.gallery-img.skeleton {
  background: #222;
  border-radius: 8px;
  width: 150px; /* adjust to your gallery style */
  height: 100px;
  margin: 0 8px;
  flex-shrink: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}



/*music player styles*/
#progress,
#volume {
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 6px;
  background: transparent;
  border-radius: 3px;
  outline: none;
  --value: 50%; /* updated via JS */
}


#progress::-webkit-slider-runnable-track,
#volume::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(
    to right,
    var(--accent-colors) 0%,
    var(--accent-colors) var(--value),
    var(--navbar-color) var(--value),
    var(--navbar-color) 100%
  );
}

#progress::-webkit-slider-thumb,
#volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: var(--navbar-color);
  border: solid 3px var(--accent-colors);
  border-radius: 2px;
  margin-top: -5px; 
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.music-player-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: var(--gradient-color-main);
  color: white;
  height: 4.5rem;
  width: 100%;
  padding: 0 .5rem 0 .5rem;
  box-sizing: border-box;
}

.music-player-wrapper {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}

.music-player-wrapper.hidden .music-player-top {
  display: none;
}

#volume-btn {
  display: none;
}

#progress {
  width: 40%;
}

#volume {
  width: 150px;
  height: 1rem;
}

#timer {
  font-size: clamp(0.7rem, 0.4978rem + 0.8791vw, 1.5rem);
  font-weight: 300;
  background-color: var(--accent-colors);
  color: var(--navbar-color);
  padding: .5rem;
  border-radius: 10px;
}

#play-pause, #prev-track, #next-track {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .7rem;
  border-radius: 100%;
  height: clamp(2.188rem, 1.8721rem + 1.3736vw, 3.438rem);
  width: clamp(2.188rem, 1.8721rem + 1.3736vw, 3.438rem);
  border: none;
  background-color: var(--accent-colors);
  cursor: pointer;
}

#play-pause svg, #prev-track svg, #next-track svg{
  height: clamp(1rem, 0.8736rem + 0.5495vw, 1.5rem);
  fill: var(--navbar-color);
}

#prev-track svg {
  transform: scaleX(-1);
}

.volume-control #volume-btn {
  background-color: var(--accent-colors);
  border-radius: 100%;
}

#volume-btn svg{
  border: none;
  fill: var(--navbar-color);
  
}

.music-player-tab {
  position: absolute;
  top: 100%;             
  left: 50%;             
  transform: translateX(-50%);
  background: var(--border-color-inactive);
  color: var(--accent-colors);
  cursor: pointer;
  text-align: center;
  padding: 
  .2rem
  clamp(1rem, 0.7473rem + 1.0989vw, 2rem)
  .2rem
  clamp(1rem, 0.7473rem + 1.0989vw, 2rem);
  font-size: clamp(1rem, 0.8736rem + 0.5495vw, 1.5rem);
  border-radius: 0 0 6px 6px;
}

.music-controls {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
  width: 100%;
  height: 100%;
}

.music-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  height: 100%;
  font-size: .7rem;
  background-color: var(--navbar-color);
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.music-list {
  display: flex;
  justify-items: center;
  top: 100%;
  right: 0;
  position: absolute;
  height: clamp(20rem, 17.4725rem + 10.989vw, 30rem);
  width: clamp(20rem, 18.7363rem + 5.4945vw, 25rem);
  background-color: var(--svg-icons-inactive);
  backdrop-filter: blur(10px);
  border: solid 2px var(--border-color-inactive);
  display: none;
  border-radius: 0 0 0 1rem;
  box-sizing: border-box;
  overflow-y: scroll;
}

.music-list::-webkit-scrollbar {
  width: 12px;             
}

.music-list::-webkit-scrollbar-track {
  background: transparent;
}

.music-list::-webkit-scrollbar-thumb {
  background: var(--accent-colors);
  border: 3px solid transparent;
  background-clip: content-box;
  border-radius: 10px;
}

.music-choices {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  width: 99%;
  height: 5rem;
  background-color: var(--svg-color-inactive);
  overflow: hidden;
  cursor: pointer;
}

.music-choices.active {
  background-color: var(--accent-colors);
}

.music-choices.active .song-desc h1,
.music-choices.active .song-desc h2 {
  color: var(--navbar-color);
}

.now-playing h1,
.now-playing h2 {
  color: var(--navbar-color);
}

.album-cover {
  width: 5rem;
  height: 100%;
  background-color: var(--accent-colors);
}

.album-cover img{
  width: 5rem;
  object-fit: cover;
}

.song-desc {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.song-desc h1 {
  font-size: 1rem;
  font-weight: bold;
  color: var(--accent-colors);
}

.song-desc h2 {
  font-size: 1rem;
  color: var(--accent-colors);
}


.music-list.show {
  display: block;
}

.song-art {
  left: 0;
  width: 70px;
  height: 100%;
  background-color: var(--accent-colors);
  overflow: hidden;
}

.song-art img {
  width: 100%;
  height: 100%;
  border: solid .15rem var(--accent-colors);
  box-sizing: border-box;
  object-fit: cover;
}


.track-title-wrapper {
  display: flex;
  width: clamp(4.5rem, 0.5824rem + 17.033vw, 20rem);     
  overflow: hidden;          
  white-space: nowrap;  
  position: relative;
  background-color: var(--accent-colors);
  border-radius: 5px;
}

#track-title {
  display: inline-block;
  padding-left: 100%;       
  animation: scroll-title 10s linear infinite;
  color: var(--navbar-color);
  font-weight: bold;
}

/*homepage styles*/
.home-page,
.home-page .swiper,
.home-page .swiper-wrapper {
  overflow: visible;
}

.home-page {
  width: 100%;
  height: 100vh;
  display: flex;
}

.swiper-wrapper {
  align-items: center;
  height: 200px;
}

.swiper-slide {
  position: relative;
  z-index: 1;
  width: clamp(6.25rem, 3.0907rem + 13.7363vw, 18.75rem) !important;
  height: 50%;
  margin-top: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide.swiper-slide-active {
  z-index: 100;
}

.home-icons {
  width: clamp(6.25rem, 3.0907rem + 13.7363vw, 18.75rem);
  height: clamp(6.25rem, 3.0907rem + 13.7363vw, 18.75rem);
  margin-bottom: clamp(0.5rem, 0.3736rem + 0.5495vw, 1rem);
  background: transparent;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid var(--border-color-inactive);
  border-width: clamp(0.125rem, 0.0775rem + 0.2066vw, 0.313rem);
  position: relative;
  transition: .2s ease-in;
}


.home-icons svg {
  height: clamp(3rem, 1.4835rem + 6.5934vw, 9rem);
  fill: var(--svg-icons-inactive);
}

.home-icons h3 {
  display: none;
  position: absolute;
  bottom: 15px;
  font-size: clamp(0.55rem, 0.1835rem + 1.5934vw, 2rem);
  color: var(--svg-icons-inactive);
}

.home-icons.active h3 {
  display: block;
  color: var(--accent-colors);
}

.home-icons.active {
  transform: scale(1.1);
  border-color:  var(--accent-colors);
  background: var(--gradient-color-main);
}

.home-icons.active svg {
  mix-blend-mode: overlay;
  fill: var(--svg-icons-active);
}

.home-content {
  position: relative;
  left: 12px;
  width: auto;
  height: 10dvh;
  padding: clamp(0.5rem, 0.3893rem + 0.4813vw, 0.938rem);
  font-size: clamp(0.5rem, 0.3736rem + 0.5495vw, 1rem);
  color: var(--svg-icons-active);
  display: none;
  pointer-events: none;
}

.home-content.is-open {
  display: block;
  pointer-events: auto;
}

.home-content-nest {
  position: relative;
  width: 30rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  z-index: 101;
  transition: 0.2s ease-in;
  background-image: var(--gradient-color-secondary);
  border-radius: 20px 20px 150px 20px;
  cursor: pointer;
  backdrop-filter: blur(5px);
  border: solid 1px var(--accent-colors);
}

.icon-content {
  width: clamp(4rem, 3.4313rem + 2.4725vw, 6.25rem);
  height: clamp(4rem, 3.4313rem + 2.4725vw, 6.25rem);
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 21;
}

.icon-content svg {
  height: clamp(2rem, 1.3997rem + 2.6099vw, 4.375rem);
  fill: var(--svg-icons-inactive);
  mix-blend-mode: multiply;
  transition: 0.3s;
}

.home-content-nest h1 {
  color: var(--svg-icons-active);
  cursor: pointer;
  transition: 0.3s;
}

.home-content-nest:hover {
  transform: scale(1.1);
}

.home-content-nest:hover h1 {
  color: var(--accent-colors);
  font-weight: 500;
}

.home-content-nest:hover svg {
  fill: var(--svg-icons-active); 
}


.home-content-wrapper {
  position: relative;
  z-index: 20;
}

.homepage-tools {
  position: relative;
}

.homepage-tools-nest {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100px;
  padding-right: clamp(1.5rem, 0.8681rem + 2.7473vw, 4rem);
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  column-gap: 20px;
  border-radius: 50px;
  box-sizing: border-box;
  align-items: center;
}

.time {
  width: 250px;
  height: 100px;
  border-radius: 50px;
  align-content: center;
  justify-items: right;
}

#clock {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--accent-colors);
}

#date {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: var(--svg-icons-active);
}

.profile-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(4rem, 3.4313rem + 2.4725vw, 6.25rem);
  height: clamp(4rem, 3.4313rem + 2.4725vw, 6.25rem);
  background: var(--gradient-color-main);
  border-radius: 50%;
}

.profile-picture img {
  width: 90%;
  height: 90%;
  border-radius: 50%;
}




.ui-map button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 1rem;
  border: none;
  border-radius: 5rem 5rem 2rem 5rem;
  z-index: 9999;
  cursor: pointer;
  background-color: var(--accent-colors);
  font-weight: 500;
  transition: .3s;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: 5rem;
}

.ui-map button svg {
  fill: var(--navbar-color);
}

.ui-map button.active {
  background-color: transparent;
  border: 3px solid var(--svg-icons-active);
}

.ui-map button.active svg {
  fill: var(--svg-icons-active);
}

.ui-map-content {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  display: none; /* hidden by default */
  flex-direction: column;
  row-gap: 10px;
  background-color: rgba(0, 0, 0, 0.568);
  backdrop-filter: blur(20px);
  border-radius: 1rem;
  padding: 
    clamp(1.2rem, 0.9978rem + 0.8791vw, 2rem)
    clamp(1.2rem, 0.9978rem + 0.8791vw, 2rem)
    6.5rem 
    clamp(1.2rem, 0.9978rem + 0.8791vw, 2rem);
  overflow: hidden;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ui-map-content.showing {
  display: flex; /* step 1: enable block before fade */
}

.ui-map-content.active {
  opacity: 1;
  transform: translateY(0);
}


.main-overlay {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: clamp(12rem, 7.4505rem + 19.7802vw, 30rem);
  height: clamp(12rem, 7.4505rem + 19.7802vw, 30rem);
  background-color: var(--accent-colors);
  overflow: hidden;
  border-radius: 2rem;
  border: .3rem solid var(--accent-colors);
  box-sizing: border-box;
}

.main-overlay img{
  width: clamp(12rem, 7.4505rem + 19.7802vw, 30rem);
  height: clamp(18rem, 13.7033rem + 18.6813vw, 35rem);
  object-fit: cover;
}


.ui-map-content button {
  font-size: 1.2rem;
  padding: clamp(0.7rem, 0.6242rem + 0.3297vw, 1rem);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  background: transparent;
  border: solid 2px var(--svg-icons-active);
  color: var(--svg-icons-active);
  transition: .3s;
  text-transform: uppercase;
  z-index: 1;
}

.ui-map-content button:hover {
  transform: scale(1.05);
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

/*socials styles*/
.socials-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.socials-nest {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  backdrop-filter: blur(5px);
  background-image: var(--gradient-color-main);
  width: 100vw;
}

.social-bg-wrapper {
  position: absolute;
  width: 100vw;
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  background-image: url(/img/frutiger-aurora-1.webp);
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.palm-tree-overlay svg:nth-child(1) {
  position: absolute;
  bottom: -105px;
  left: -10rem;
  height: clamp(25rem, 17.4176rem + 32.967vw, 55rem);
  z-index: 1;
  fill: var(--accent-colors);
  animation: swayTree 3s infinite ease-in-out;
}

.palm-tree-overlay svg:nth-child(2){
  position: absolute;
  bottom: -105px;
  right: -10rem;
  height: clamp(18rem, 8.6484rem + 40.6593vw, 55rem);
  z-index: 1;
  fill: var(--accent-colors);
  animation: swayTree2 3s infinite ease-in-out;
}

.canvas-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color:var(--navbar-color);
  z-index: 1;
  opacity: .4;
}


.socials-nest h1 {
  font-size: clamp(2rem, 1.2418rem + 3.2967vw, 5rem);
  color: var(--accent-colors);
  backdrop-filter: blur(100px);
  color: var(--accent-colors);
  background-color: rgba(0, 0, 0, 0.26);
  padding: 20px;
  border-radius: 20px;
  border: solid 5px var(--accent-colors);
  z-index: 10;
}

.socials-wrapper img#left {
  position: absolute;
  height: clamp(16rem, 9.7761rem + 27.0604vw, 40.625rem);
  left: 20px;
  bottom: 0;
}

.socials-wrapper img#right {
  position: absolute;
  height: clamp(11rem, 3.5124rem + 32.5549vw, 40.625rem); 
  right: 20px;
  top: 20px;
}

.icons-nest {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5cqmin;
  justify-content: center;
  margin-left: 50px;
  margin-right: 50px;
  row-gap: 20px;
  z-index: 10;
}

.socials-icons {
  display: flex;
  height: clamp(6rem, 3.5673rem + 10.5769vw, 15.625rem);
  width: clamp(6rem, 3.5673rem + 10.5769vw, 15.625rem);
  background-image: var(--gradient-color-main);
  border: solid 5px var(--svg-icons-inactive);
  backdrop-filter: blur(15px);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}

.socials-icons svg {
  height: clamp(4rem, 2.6415rem + 5.9066vw, 9.375rem);
  mix-blend-mode: overlay;
  fill: var(--svg-icons-active);
}

.socials-icons:hover {
  border: solid 5px var(--accent-colors);
}

canvas.bg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1; /* stays behind content */
  mix-blend-mode: hard-light;
}

/*about styles*/
.about-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-overlay {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  height: clamp(9.375rem, 7.0055rem + 10.3022vw, 18.75rem);
}

.about-nest {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  backdrop-filter: blur(5px);
  background-image: var(--gradient-color-main);
  width: 100vw;
  column-gap: 30px;
  box-sizing: border-box;
  padding: clamp(0.8rem, 0.6072rem + 0.8385vw, 1.563rem);
}

.left-info {
  height: 100%;
  width: 35%;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--svg-icons-inactive);
  border: 2px solid var(--border-color-inactive);
}

.left-info img {
  height: clamp(8rem, 4.4931rem + 15.2473vw, 21.875rem);
  width: clamp(8rem, 4.4931rem + 15.2473vw, 21.875rem);
  border-radius: 1000px;
  mix-blend-mode: hard-light;
  opacity: .8;
}

.about-pfp {
  position: relative;
  height: clamp(8rem, 4.4931rem + 15.2473vw, 21.875rem);
  width: clamp(8rem, 4.4931rem + 15.2473vw, 21.875rem);
  background-image: var(--gradient-color-main);
  border-radius: 1000px;
  padding: clamp(0.313rem, 0.0762rem + 1.0297vw, 1.25rem);
  margin-bottom: clamp(1.25rem, 0.7761rem + 2.0604vw, 3.125rem);
}

.pfp-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: clamp(8rem, 4.4931rem + 15.2473vw, 21.875rem);
  width: clamp(8rem, 4.4931rem + 15.2473vw, 21.875rem);
  border-radius: 1000px;
  z-index: 9999;
}

.pfp-frame video {
  height: clamp(18rem, 9.1538rem + 38.4615vw, 53rem);
  pointer-events: none;
}

.left-info h1 {
  font-size: clamp(1.25rem, 0.8077rem + 1.9231vw, 3rem);
  font-weight: bold;
  color: var(--accent-colors);
}

.left-info h2 {
  font-size: clamp(0.7rem, 0.3714rem + 1.4286vw, 2rem);
  color: var(--svg-icons-active);
}

.about-texts {
  display: flex;
  flex-direction: column;
}

.right-info  {
  width: 75%;
  height: 100%;
  background-color: var(--svg-icons-inactive);
  border: 2px solid var(--border-color-inactive);
  border-radius: 50px;
  box-sizing: border-box;
  padding: clamp(1rem, 0.4629rem + 2.3352vw, 3.125rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: .5fr 1fr;
  gap: clamp(0.625rem, 0.467rem + 0.6868vw, 1.25rem);
}

.info-top {
  background-color: var(--svg-icons-inactive);
  border-radius: 20px;
  border: 2px solid var(--border-color-inactive);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.7rem, 0.3714rem + 1.4286vw, 2rem);
}

.info-top h1 {
  font-weight: bold;
  color: var(--accent-colors);
}

.info-bot {
  background-color: var(--svg-icons-inactive);
  grid-column: 1 / -1;
  grid-row: 2 / 3;
  border-radius: 20px;
  border: 2px solid var(--border-color-inactive);
  box-sizing: border-box;
  padding: clamp(1.25rem, 0.7761rem + 2.0604vw, 3.125rem);
  font-size: clamp(1rem, 0.7451rem + 1.978vw, 3rem);
  color: var(--svg-icons-active);
}

/*wishlist styles*/
.wishlist-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.wishlist-nest {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.625rem, 0.467rem + 0.6868vw, 1.25rem);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  background-image: var(--gradient-color-main);
  width: 100%;
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  padding: clamp(0.5rem, 0.2313rem + 1.1681vw, 1.563rem);
  box-sizing: border-box;
}


.wishlist-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--border-color-inactive);
  border: 2px solid var(--border-color-inactive);
  width: 100%;
  height: 100px;
  border-radius: 30px;
}

.wishlist-title img:nth-child(1) {
  position: absolute;
  right: clamp(2rem, -8.3626rem + 45.0549vw, 43rem);
  height: clamp(3rem, 2.4945rem + 2.1978vw, 5rem);
}

.wishlist-title img:nth-child(2) {
  position: absolute;
  left: clamp(2rem, -8.3626rem + 45.0549vw, 43rem);
  height: clamp(3rem, 2.4945rem + 2.1978vw, 5rem);
  transform: scaleX(-1);
}

.wishlist-title h1 {
  font-size: clamp(1.5rem, 1.2473rem + 1.0989vw, 2.5rem);
  font-weight: bold;
  color: var(--accent-colors);
}

.wishlist-front {
  height: 100%;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  background-color: var(--svg-icons-inactive);    
  box-sizing: border-box;
  padding-right: clamp(0rem, -0.3159rem + 1.3736vw, 1.25rem);
  border: 2px solid var(--border-color-inactive);
}

.wishlist-scroller {
  height: 100%;
  overflow-y: auto;
  padding: clamp(1rem, 0.4629rem + 2.3352vw, 3.125rem);
  box-sizing: border-box;
  display: grid;
  gap: clamp(1.25rem, 0.7761rem + 2.0604vw, 3.125rem);
  grid-template-columns: repeat(auto-fit,minmax(clamp(300px, 30vw, 350px), 1fr));
  grid-auto-rows: clamp(28rem, 26.3887rem + 7.0055vw, 34.375rem);
  scrollbar-gutter: stable;
}

.wishlist-scroller::-webkit-scrollbar {
  width: 15px;             
}

.wishlist-scroller::-webkit-scrollbar-track {
  background: transparent;   
  margin: 50px;      
}

.wishlist-scroller::-webkit-scrollbar-thumb {
  background: var(--accent-colors);
  border-radius: 10px;
  border: 4px solid transparent;
  background-clip: content-box;
}

.items {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid var(--border-color-inactive);
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.items:hover {
  transform: scale(1.02);
  border: 2px solid var(--accent-colors);
}

.glass-pane {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75%;
  width: 100%;
  background-image: linear-gradient(179deg, var(--svg-icons-active) 0%, rgba(255, 255, 255, 0.205) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  opacity: .8;
}

.glass-pane img {
  height: clamp(17.5rem, 16.8681rem + 2.7473vw, 20rem);
  width: clamp(17.5rem, 16.8681rem + 2.7473vw, 20rem);
  object-fit: cover;
  border-radius: 50px;
}

.item-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25%;
  width: 100%;
  background-color: var(--svg-icons-inactive);
  box-sizing: border-box;
  text-align: center;
  padding: 30px;
  color: var(--svg-icons-active);
}

.wishlist-modal {
  position: absolute;
  height: 100%;
  background-color: transparent;
  backdrop-filter: blur(55px);
  z-index: 1;
  display: flex;
  box-sizing: border-box;
  padding: clamp(0.938rem, 0.3852rem + 2.4033vw, 3.125rem);
  justify-content: center;
  align-items: center;
  height: calc(var(--vh, 1vh) * 100); /* full usable viewport height */
  width: 100%;
  overflow: auto; /* allows scrolling if content is taller */
}

.wishlist-modal svg {
  position: absolute;
  fill: var(--accent-colors);
  height: clamp(3rem, 2.1786rem + 3.5714vw, 5rem);
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal-content {
  width: 100%;
  height: 100%;
  background-image: var(--gradient-color-main);
  border-radius: 50px;
  display: flex;
  column-gap: 50px;
  overflow: hidden;
  border: 2px solid var(--border-color-inactive);
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.modal-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-img {
  height: 100%;
  width: 50%;
}

.modal-desc {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
  color: var(--svg-icons-active);
  box-sizing: border-box;
  padding: clamp(2rem, -0.7898rem + 3.4341vw, 3.125rem);
}

.modal-desc h1 {
  font-size: clamp(1rem, 0.4945rem + 2.1978vw, 3rem);
  color: var(--accent-colors);
}

.modal-desc p {
  font-size: clamp(1.2rem, 0.8714rem + 1.4286vw, 2.5rem);
}

/*main-gallery styles*/
.main-gallery-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.main-gallery-nest {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  background-image: var(--gradient-color-main);
  width: 100%;
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  padding: clamp(0.5rem, 0.2313rem + 1.1681vw, 1.563rem);
  box-sizing: border-box;
}

.main-gallery-overlay {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: clamp(6.25rem, 4.0385rem + 9.6154vw, 15rem);
}

.gallery-picker, .gallery-viewer {
  width: 100%;
  height: 100%;
  background-color: var(--svg-icons-inactive);
  border-radius: clamp(1rem, 0.4629rem + 2.3352vw, 3.125rem);
  border: 2px solid var(--border-color-inactive);
}

.gallery-picker {
  height: 100%;
  width: 100%;
  background-color: var(--svg-icons-inactive);    
  box-sizing: border-box;
  padding-right: clamp(0rem, -0.3159rem + 1.3736vw, 1.25rem);
}

.gallery-scroller {
  height: 100%;
  overflow-y: auto;
  padding: clamp(1rem, 0.4629rem + 2.3352vw, 3.125rem);
  box-sizing: border-box;
  display: grid;
  gap: clamp(0.5rem, 0.3736rem + 0.5495vw, 1rem);
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  scrollbar-gutter: stable;
}

.gallery-img {
  min-height: clamp(5.625rem, 3.0975rem + 10.989vw, 15.625rem);
  min-width: clamp(5.625rem, 3.0975rem + 10.989vw, 15.625rem);
  background-color: var(--svg-icons-inactive);
  border: solid 3px transparent;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  transition: .3s ease-in-out;
}

.gallery-img:hover, .gallery-img.active {
  border: solid 3px var(--accent-colors);
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-scroller::-webkit-scrollbar {
  width: 15px;             
}

.gallery-scroller::-webkit-scrollbar-track {
  background: transparent;   
  margin: 50px;      
}

.gallery-scroller::-webkit-scrollbar-thumb {
  background: var(--accent-colors);
  border-radius: 10px;
  border: 4px solid transparent;
  background-clip: content-box;
}

.gallery-viewer {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.image-viewfinder {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: var(--svg-icons-inactive);
}

/* blurred background layer */
.image-viewfinder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  transform: scale(1.2); /* prevent blur edges from showing */
  z-index: 0;
}

/* foreground image */
.image-viewfinder img {
  position: relative;
  z-index: 1; /* sits above blur */
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}


.image-desc {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  padding: clamp(0.625rem, -0.0069rem + 2.7473vw, 3.125rem);
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.image-desc button {
  width: auto;
  height: auto;
  padding: clamp(0.5rem, 0.3104rem + 0.8242vw, 1.25rem);
  font-size: clamp(1rem, 0.8736rem + 0.5495vw, 1.5rem);
  border-radius: 20px;
  border: 2px solid var(--border-color-inactive);
  background-color: var(--svg-icons-inactive);
  cursor: pointer;
  transition: .3s ease;
  color: var(--accent-colors);
  font-weight: 500;
}

.image-desc button:hover {
  background-color: var(--accent-colors);
  color: black;
}

.image-desc h1 {
  font-size: clamp(1rem, 0.6209rem + 1.6484vw, 2.5rem);
  color: var(--accent-colors);
  font-weight: 500;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  display: none; 
  box-sizing: border-box;
  z-index: 9999;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.685);
}

.gallery-modal.open {
  display: grid;              
  place-items: center;       
  min-height: 100vh;
}

#gallery-modal-img,
.gallery-modal-content {
  display: block;            
  max-width: 100vw;
  max-height: 100dvh;
  width: auto;
  height: auto;
  object-fit: contain;      
  margin: 0;                  
}

.gallery-modal-content {
  display: flex;
  margin: 5% auto;
  max-width: 90%;
  max-height: 80vh;
}

.close {
  position: absolute;
  top: 0; 
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  cursor: pointer;
}

/*old gallery styles*/ 
.old-gallery-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.old-gallery-overlay{
  position: absolute;
  z-index: 1;
  height: clamp(5rem, 2.3146rem + 11.6758vw, 15.625rem);
  bottom: 0;
  right: 0;
}

.old-gallery-nest {
  display: flex;
  gap: clamp(0.625rem, 0.467rem + 0.6868vw, 1.25rem);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  background-image: var(--gradient-color-main);
  width: 100%;
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  padding: clamp(0.5rem, 0.2313rem + 1.1681vw, 1.563rem);
  box-sizing: border-box;
}

.old-gallery-navi, .old-gallery-main {
  height: 100%;
  background-color: var(--svg-icons-inactive);
  border-radius: clamp(1rem, 0.4629rem + 2.3352vw, 3.125rem);
  border: 2px solid var(--border-color-inactive);
}

.old-gallery-navi {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 20%;
  box-sizing: border-box;
  padding: 20px;
}

.old-gallery-navi button {
  width: clamp(5rem, 2.4725rem + 10.989vw, 15rem);
  font-size: clamp(1rem, 0.4945rem + 2.1978vw, 3rem);
  border-radius: 10px;
  border: none;
  padding: 1rem;
  box-sizing: border-box;
  cursor: pointer;
  background-color: var(--svg-icons-inactive);
  border: 2px solid var(--border-color-inactive);
  font-weight: 500;
  color: var(--accent-colors);
  transition: .3s ease-in-out;
}

.old-gallery-navi button:hover, .old-gallery-navi button.active {
  background-color: var(--accent-colors);
  border: 2px solid var(--accent-colors);
  color: black;
}

.old-gallery-main {
  width: 100%;
  background-color: var(--svg-icons-inactive);    
  box-sizing: border-box;
  padding-right: clamp(0rem, -0.3159rem + 1.3736vw, 1.25rem);
}

.old-gallery-scroller {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: clamp(1rem, 0.4629rem + 2.3352vw, 3.125rem);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  scrollbar-gutter: stable;
  justify-content: left;
  gap: clamp(0.625rem, 0.467rem + 0.6868vw, 1.25rem);
  transition: opacity 0.1s ease;
  opacity: 1;
}

.old-gallery-scroller.fade-out {
  opacity: 0;
}

.old-gallery-img {
  height: clamp(8rem, 4.967rem + 13.1868vw, 20rem);
  width: clamp(8rem, 4.967rem + 13.1868vw, 20rem);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: .3s ease-in-out;
  background-color: var(--border-color-inactive);
}

.old-gallery-img:hover {
  transform: scale(1.04);
}

.old-gallery-img img {
  height: clamp(8rem, 4.967rem + 13.1868vw, 20rem);
  width: clamp(8rem, 4.967rem + 13.1868vw, 20rem);
  object-fit: cover;
}

.old-gallery-scroller::-webkit-scrollbar {
  width: 15px;             
}

.old-gallery-scroller::-webkit-scrollbar-track {
  background: transparent;   
  margin: 50px;      
}
.old-gallery-scroller::-webkit-scrollbar-thumb {
  background: var(--accent-colors);
  border-radius: 10px;
  border: 4px solid transparent;
  background-clip: content-box;
}


.lg-outer .lg-thumb-item {
  position: relative;
  box-sizing: border-box;
}

.lg-outer .lg-thumb-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  pointer-events: none; 
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.lg-outer .lg-thumb-item:hover::after {
  border-color: var(--accent-colors);
}

.lg-outer .lg-thumb-item {
  border: none !important;
}

.lg-outer .lg-thumb-item.active::after {
  border-color: var(--accent-colors);
}

.lg-toolbar .lg-close {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 2rem; 
  right: 10px;
  top: 10px;
  z-index: 9999;
}

/*art grave styles*/
.art-grave-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.art-grave-nest {
  display: flex;
  gap: clamp(0.625rem, 0.467rem + 0.6868vw, 1.25rem);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  width: 100%;
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  padding: clamp(0.5rem, 0.2313rem + 1.1681vw, 1.563rem);
  box-sizing: border-box;
  overflow: hidden;
}


.warning-sign {
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0;
  position: absolute;
  height: clamp(2rem, 1.7473rem + 1.0989vw, 3rem);
  width: 100%;
  background-image: url('/img/line.svg');
  background-color: var(--accent-colors);
  background-size: cover;
}

.warning-sign h1 {
  background-color: var(--accent-colors);
  font-size: clamp(0.6rem, 0.3725rem + 0.989vw, 1.5rem);
  text-transform: uppercase;
  font-weight: bold;
}

.garbage-bin {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
  position: absolute;
  bottom: 0;
  width: clamp(20rem, 11.1538rem + 38.4615vw, 55rem);
  z-index: -1;
}

.bin-body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: green;
  width: 90%;
  height: clamp(12rem, 10.989rem + 4.3956vw, 16rem);
}

.bin-body svg{
  height: clamp(9.375rem, 7.7953rem + 6.8681vw, 12.625rem);
  fill: white;
}

.bin-top {
  background-color: rgb(23, 158, 23);
  width: 100%;
  height: clamp(3rem, 2.4945rem + 2.1978vw, 5rem);
  border-radius: 20px;
}

.img-track {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: clamp(15rem, 6.1538rem + 38.4615vw, 50rem);
  z-index: -2;
  height: 100%;
}

.track-content {
  display: flex;
  width: clamp(17rem, 9.9231rem + 30.7692vw, 45rem);
  height: clamp(12rem, 7.4505rem + 19.7802vw, 30rem);
  position: absolute;
  top: -50%;
  border-radius: 20px;
  animation: scrollBottom 25s linear infinite;
  animation-delay: calc(25s / 12 * (12 - var(--i)) * -1);
  overflow: hidden;
}

.track-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.track-content:nth-child(1) { --i: 1;}
.track-content:nth-child(2) { --i: 2;}
.track-content:nth-child(3) { --i: 3;}
.track-content:nth-child(4) { --i: 4;}
.track-content:nth-child(5) { --i: 5;}
.track-content:nth-child(6) { --i: 6;}
.track-content:nth-child(7) { --i: 7;}
.track-content:nth-child(8) { --i: 8;}
.track-content:nth-child(9) { --i: 9;}
.track-content:nth-child(10) { --i: 10;}
.track-content:nth-child(11) { --i: 11;}
.track-content:nth-child(12) { --i: 12;}

.canvas-wrap-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: var(--gradient-color-bg);
  z-index: -3;
  opacity: .8;
}
.canvas-wrap {
  position: fixed;
  inset: 0;
  z-index: -999;
}

/*song obssessions styles*/
.song-obssessions-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.song-obssessions-nest {
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  box-sizing: border-box;
}
.song-obssessions-nest iframe {
  width:100%; 
  height:100%; 
  border:none;
}


/*playlists styles*/
.art-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.artist-nest {
  display: flex;
  gap: clamp(0.625rem, 0.467rem + 0.6868vw, 1.25rem);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  width: 100%;
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  padding: clamp(0.5rem, 0.2313rem + 1.1681vw, 1.563rem);
  box-sizing: border-box;
  overflow: hidden;
}

.playlist-selector {
  width: 30%;
  height: 100%;
  border-radius: 2rem;
  padding: clamp(1rem, 0.7473rem + 1.0989vw, 2rem);
  grid-gap: 1.2rem;
  display: grid;
  box-sizing: border-box;
  border: 2px var(--border-color-inactive) solid;
  background-color: var(--svg-icons-inactive);
  overflow-y: auto;
  overflow-x: hidden;
}

.playlist-selector::-webkit-scrollbar {
  width: 15px;             
}

.playlist-selector::-webkit-scrollbar-track {
  background: transparent;   
  margin: 30px;      
}
.playlist-selector::-webkit-scrollbar-thumb {
  background: var(--accent-colors);
  border-radius: 10px;
  border: 4px solid transparent;
  background-clip: content-box;
}

.playlist-items {
  height: clamp(6rem, 4.4835rem + 6.5934vw, 12rem);
  width: 100%;
  background-color: var(--navbar-color);
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .2s ease-in;
  border: 2px solid var(--svg-icons-inactive);
}

.playlist-items:hover {
  transform: scale(1.03);
}

.playlist-items.active {
  border: 2px solid var(--accent-colors);
}

.playlist-items h1 {
  z-index: 2;
  font-size: 2rem;
  color: var(--accent-colors);
  font-weight: bold;
}

.playlist-overlay {
  position: absolute;
  height: clamp(6rem, 4.4835rem + 6.5934vw, 12rem);
  width: 100%;
  background-color: color-mix(in srgb, var(--navbar-color) 65%, transparent);
  backdrop-filter: blur(3px);
  border-radius: 2rem;
  z-index: 1;
}

.playlist-items img {
  position: absolute;
  height: clamp(6rem, 4.4835rem + 6.5934vw, 12rem);
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.artist-nest iframe {
  width: 70%;
  height: 100%;
  border-radius: 2rem;
  border: 2px var(--border-color-inactive) solid;
  opacity: .9;
}

/*movie list style*/
.movie-nest {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  width: 100%;
  padding: clamp(0.5rem, 0.2313rem + 1.1681vw, 1.563rem);
  box-sizing: border-box;
  overflow: hidden;
  backdrop-filter: blur(5px);
}

.movie-top {
  position: absolute;
  top: clamp(2rem, 1.7473rem + 1.0989vw, 3rem);
  z-index: 1;
  left: clamp(2rem, 1.7473rem + 1.0989vw, 3rem);
  font-size: clamp(1rem, 0.4945rem + 2.1978vw, 3rem);
  font-weight: bold;
  color: var(--navbar-color);
  background-color: color-mix(in srgb, var(--accent-colors) 45%, transparent);
  padding: 1rem;
  border-radius: 2rem;
  backdrop-filter: blur(20px);
}

/* make slider the positioning context */
.slider {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative; /* <-- important */
  display: flex;
}


.slider .slick-prev,
.slider .slick-next {
  position: absolute !important;
  top: 50% !important;                 
  transform: translateY(-50%) !important;
  z-index: 60 !important;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 0;
}

.slider .slick-prev { left: clamp(-0.5rem, -0.6011rem + 0.4396vw, -0.1rem)!important; right: auto !important; }
.slider .slick-next { right: clamp(-0.5rem, -0.6011rem + 0.4396vw, -0.1rem) !important; left: auto !important; }

.slider .slick-prev:before,
.slider .slick-next:before {
  font-size: 3rem;
  color: var(--accent-colors);
  opacity: 1;
}

.slider,
.slider .slick-list,
.slider .slick-track {
  height: 100% !important;
  min-height: 0;
  border-radius: 2rem;
}

.slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.slider .slick-slide {
  display: flex !important;
  align-items: stretch;
  height: 100% !important;
  box-sizing: border-box;
  min-height: 0;
}

.movie-items {
  flex: 1 1 auto;       
  min-height: 0;        
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: clamp(1rem, 0.7473rem + 1.0989vw, 2rem);
  box-sizing: border-box;
  background: var(--navbar-color);
  border-radius: clamp(1rem, 0.7473rem + 1.0989vw, 2rem);
  overflow: hidden;
}

.movie-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, var(--navbar-color) 70%);
  z-index: 1;
}

.movie-items img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-items div, .movie-items p{
  z-index: 1;
  color: var(--accent-colors);
}

.movie-items div {
  display: flex;
  gap: 1rem;
}

.movie-items div h1 {
  font-size: clamp(1.2rem, 0.7451rem + 1.978vw, 3rem);
}

.movie-items div h1:nth-child(1){
  font-weight: bold;
}

.movie-items div h1:nth-child(2){
  font-weight: 200;
}

.movie-items p {
  font-size: clamp(0.8rem, 0.6231rem + 0.7692vw, 1.5rem);
  padding-right: clamp(0rem, -7.5824rem + 32.967vw, 30rem);
  font-weight: 500;
}





















/*Themes styles*/
.themes-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.themes-nest {
  display: flex;
  gap: clamp(0.625rem, 0.467rem + 0.6868vw, 1.25rem);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  width: 100%;
  height: calc(100dvh - clamp(3.5rem, 2.8681rem + 2.7473vw, 6rem));
  padding: clamp(0.5rem, 0.2313rem + 1.1681vw, 1.563rem);
  box-sizing: border-box;
  overflow: hidden;
}

.themes-selector {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(0.5rem, 0.1209rem + 1.6484vw, 2rem);
  background-color: var(--svg-icons-inactive);
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  border: 2px solid var(--border-color-inactive);
  padding: clamp(1rem, 0.7473rem + 1.0989vw, 2rem);
  box-sizing: border-box;
  overflow-y: scroll;
}

.themes-selector div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(10rem, 3.6813rem + 27.4725vw, 35rem);
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  border: 5px solid var(--border-color-inactive);
  padding: .5rem;
  box-sizing: border-box;
  transition: all .2s ease-in;
}

.themes-selector div:hover {
  border: 5px solid var(--svg-icons-active);
} 

.themes-selector div.active {
  border: 5px solid var(--accent-colors);
}

.themes-selector div img {
  position: absolute;
  height: clamp(10rem, 3.6813rem + 27.4725vw, 35rem);
  width: 100%;
  object-fit: cover;
  object-position: top center;
  filter: blur(4px);
}

.themes-selector div h1 {
  font-weight: bold;
  font-size: clamp(1.2rem, 0.2396rem + 4.1758vw, 5rem);
  text-align: center;
  z-index: 1;
  backdrop-filter: blur(20px);
  padding: clamp(1rem, 0.7473rem + 1.0989vw, 2rem);
  border-radius: 1rem;
  text-transform: uppercase;
}

.themes-selector div:nth-child(1) h1 {
  background-color: rgba(153, 153, 153, 0.425);
  color: white;
}

.themes-selector div:nth-child(2) h1 {
  background-color: rgba(59, 206, 243, 0.425);
  color: rgb(188, 255, 249);
}

.themes-selector div:nth-child(3) h1 {
  background-color: rgba(252, 48, 75, 0.425);
  color: rgb(255, 220, 206);
}

.themes-selector div:nth-child(4) h1 {
  background-color: rgba(136, 120, 85, 0.425);
  color: rgb(255, 248, 240);
}

.themes-selector div:nth-child(5) h1 {
  background-color: rgba(130, 59, 243, 0.425);
  color: rgb(188, 200, 255);
}

.themes-selector div:nth-child(6) h1 {
  background-color: rgba(232, 139, 255, 0.425);
  color: rgb(188, 255, 249);
}

.themes-selector div:nth-child(7) h1 {
  background-color: rgba(219, 168, 91, 0.425);
  color: rgb(162, 248, 177);
}

.themes-selector div:nth-child(8) h1 {
  background-color: rgba(147, 91, 219, 0.425);
  color: rgb(250, 214, 250);
}

.themes-selector::-webkit-scrollbar {
  width: 15px;             
}

.themes-selector::-webkit-scrollbar-track {
  background: transparent;   
  margin: 30px;      
}
.themes-selector::-webkit-scrollbar-thumb {
  background: var(--accent-colors);
  border-radius: 10px;
  border: 4px solid transparent;
  background-clip: content-box;
}


