
:root {
  --bg-color: rgb(166, 225, 174);
  --card-color: blue;
  --photo-color: #eaeaea;
  --text-color: #111;
  --pink: rgb(24, 43, 60);

  --card-width: 900px;
  --card-height: 520px;

  --photo-width:420px;
  --photo-height: 220px;
  --photo-radius: 25px;

  --small-photo-width: 260px;
  --small-photo-height: 180px;

  --tab-width: 130px;
  --tab-height: 50px;
  --tab-radius: 30px;

  --transition: 0.35s ease;
  
  /* =========================
   THEMES
========================= */
.card.theme-pink {
  --card-color: rgba(155, 155, 155, 0.85);
  --pink:rgb(63, 59, 59);
  --photo-color: rgba(255, 255, 255, 0.6);
  --border-color: rgb(91, 86, 86);
}

.card.theme-blue {
  --card-color: rgba(170, 190, 215, 0.85);
  --pink: rgba(120, 170, 255, 0.85);
  --photo-color: rgba(255, 255, 255, 0.65);
  --border-color: rgba(120, 170, 255, 0.9);
}

.card.theme-green {
  --card-color: rgba(185, 215, 195, 0.85);
  --pink: rgba(120, 200, 160, 0.85);
  --photo-color: rgba(255, 255, 255, 0.65);
  --border-color: rgba(120, 200, 160, 0.9);
}

.card.theme-lilac {
  --card-color: rgba(205, 190, 230, 0.85);
  --pink: rgba(185, 140, 255, 0.85);
  --photo-color: rgba(255, 255, 255, 0.65);
  --border-color: rgba(185, 140, 255, 0.9);
}
/* =========================
   TAB THEME PREVIEWS
========================= */
.tab[data-theme="theme-pink"] {
  --tab-preview: rgb(155, 155, 155, 0.85);
  --card-color: rgba(155, 155, 155);
  
}

.tab[data-theme="theme-blue"] {
  --tab-preview: rgb(170, 189, 215, 0.85);
  --card-color: rgba(170, 190, 215);
}

.tab[data-theme="theme-green"] {
  --tab-preview: rgb(185, 215, 195, 0.85);
  --card-color: rgba(185, 215, 195);
}

.tab[data-theme="theme-lilac"] {
  --tab-preview: rgb(205, 190, 230, 0.85);
  --card-color: rgba(205, 190, 230);
}

/* =========================
   DIVIDER COLOR UTILITIES
========================= */
.divider.pink {
  --divider-color: rgba(255, 122, 191, 0.9);
}

.divider.blue {
  --divider-color: rgba(120, 170, 255, 0.9);
}

.divider.green {
  --divider-color: rgba(120, 200, 160, 0.9);
}

.divider.lilac {
  --divider-color: rgba(185, 140, 255, 0.9);
}

}

/* =========================
   GLOBAL
========================= */
* {
  box-sizing: border-box;
}

body {
  background: var(--bg-color);
  font-family: Arial, sans-serif;
  background-image: url(imgs/face-14.png);
  margin: 0;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-color);
}

/* =========================
   TABS
========================= */
.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.tab {
  width: var(--tab-width);
  height: var(--tab-height);
  border-radius: var(--tab-radius);
  border: none;
  background:  rgb(104, 171, 113);
  cursor: pointer;

  transition:
    background-color 0.35s ease,
    opacity 0.35s ease,
    transform 0.25s ease;
}

/* Hover = preview card color */
.tab:hover {
  background: var(--tab-preview);
  transform: translateY(-2px);
}

/* Active = full card color */
.tab.active {
  background: var(--card-color);
  opacity: 1;
}


/* =========================
   CARD
========================= */
.card {
  width: var(--card-width);
  height: var(--card-height);
  background: var(--card-color);
  border-radius: 20px;
  padding: 20px;
  position: relative;
    border: 10px solid var(--border-color); 
  transition:
    background-color 0.4s ease,
    border-color 0.4s ease;
  
  box-shadow: 0 0 18px var(--border-color);


}

/* =========================
   TAB CONTENT (SCROLLABLE)
========================= */
.tab-content {
  position: absolute;
  inset: 20px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.tab-content.active {
  opacity: 1;
  pointer-events: auto;
}

/* =========================
   SECTIONS
========================= */
.section {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}

.section.reverse {
  flex-direction: row-reverse;
}

/* =========================
   PHOTOS
========================= */
.photo {
  width: var(--photo-width);
  height: var(--photo-height);
  background: var(--photo-color);
  overflow: hidden;                
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;                
  display: block; 
}

.maryjanes{
border-width:12px;
border-style:solid;
border-image: url(imgs/starframe.png) 80  ;
}
.inspo{
  width: 300px;
  border: solid 5px rgb(63, 59, 59);
}

.crochet1{
  width: 230px;
  margin-left: 150px;
  border: solid 5px rgb(86, 143, 94);
}
.crochet2{
  width: 242px;
  margin-left: 30px;
  border: solid 5px rgb(86, 143, 94);
}
.crochet3{
  width: 250px;
  margin-left: 150px;
  border: solid 5px rgb(86, 143, 94);
}
.crochet4{
  width: 250px;
  margin-left: 30px;
  border: solid 5px rgb(86, 143, 94);
}
.crochet5{
  width: 300px;
  border: solid 5px rgb(86, 143, 94);
}
.cardyy{
  width: 300px;
}
.coco1{
  position: absolute;
  left: 130px;
  width: 300px;
  bottom: 630px;
  rotate: calc(-5deg);
}

.coco2{
  position: absolute;
  width: 320px;
  right: 140px;
  top: 20px;
  rotate: calc(5deg);
}
/* =========================
   PHOTO ROW
========================= */
.photo-row {
  display: flex;
  gap: 20px;             
  align-items: flex-start;
}
.photo-maryjanes {
  display: flex;
  gap: 20px;              
  align-items: flex-start;
  
}
.jane1{
  width: 200px;
  height: 200px;
  margin-right: 30px;
  border: solid 5px rgb(63, 59, 59);
}
.jane2{
  width: 200px;
  margin-right: 30px;
  border: solid 5px rgb(63, 59, 59);
}
.jane3{
  width: 200px;
  height: 200px;
  margin-right: 50px;
  border: solid 5px rgb(63, 59, 59);
}
.heidi{
  width: 400px;
  border: ridge 5px;
}
.haidi{
  width: 400px;
  height: 229px;
  border: ridge 5px 
}
.heidisticker{
  width: 300px;

}

.sieun{
  width: 500px;
    border:ridge 5px;
  border-radius: 5px;
}
.layla{
  width: 250px;
  padding-right: 30px;
}
.photo.small {
  width: var(--small-photo-width);
  height: var(--small-photo-height);
}

/* =========================
   TEXT
========================= */
.text p {
  margin: 6px 0;
  line-height: 1.4;
}

.textyy{
  font-size: 40px;
  text-align: center;
  color: green;
}

/* =========================
   DIVIDER
========================= */
.divider {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.divider .line {
  flex: 1;
  height: 2px;
  background: var(--divider-color, var(--pink));
}

.divider .heart {
  margin: 0 12px;
  color: var(--divider-color, var(--pink));
  font-size: 22px;
  
}

/* =========================
   CUSTOM SCROLLBAR
========================= */
.tab-content::-webkit-scrollbar {
  width: 10px;               
}

.tab-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

.tab-content::-webkit-scrollbar-thumb {
  background: rgb(24, 78, 31); 
  border-radius: 10px;
}
.card {
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

