#sec-intro {
  --color1: white;
}
#sec-intro .slide {
  align-items: flex-start;
}
#sec-intro h4 {
  color: black;
}
#sec-intro ul {
  list-style-type: none;
  color: #666666;
  padding: 0;
  padding-right: 32%;
}
#sec-intro #social {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
}
#sec-intro #img_eyal_shahar {
  position: absolute;
  right: 20px;
  bottom: -50px;
  z-index: 5;
  max-height: 80vh;
  max-width: 30%;
}
#sec-intro #scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 50px;
  margin-left: -25px;
}

/* -------------------------------- */
#sec-cv {
  --color1: #343E45;
  --color2: #66c9d0;
}
#sec-cv .cv1 {
  max-height: 60%;
}
#sec-cv .cv2 {
  max-height: 40%;
}

/* -------------------------------- */
#sec-wondermall {
  --color1: #ff7070;
  --color2: #630f0f;
  background-image: url("../assets/images/wondermall-bg2.png");
}

/* -------------------------------- */
#sec-pah {
  --color1: black;
  --color2: rgb(255, 196, 0);
  background-image: url("../assets/images/pah-bg.png");
}

/* -------------------------------- */
#sec-learni {
  --color1: #7da446;
  --color2: #e8ffc8;
  background-image: url("../assets/images/learni-bg.png");
}

/* -------------------------------- */
#sec-underme {
  --color1: #20c7ff;
  --color2: #185d75;
  background-image: url("../assets/images/underme-bg.jpg");
}

/* -------------------------------- */
#sec-yahoo {
  --color1: #410292;
}

/* -------------------------------- */
#sec-tlv {
  --color1: #8194AD;
  background-image: url("../assets/images/tlv-bg.png");
}

/* -------------------------------- */
#sec-talks {
  --color1: #ffbc49;
  --color2: #ffe8c1;
}

/* -------------------------------- */
#sec-vr {
  --color1: black;
}

/* -------------------------------- */
#sec-petprojects {
  --color1: #3390B2;
}

/*# sourceMappingURL=sections.css.map */
