html,
body {
  height: 100%;
}

body {
  background-color: #1d1d1d;
  font-family: 'Signika Negative', sans-serif;
  color: #989898;
  margin: 0 10px;
  font-size: 17px;
  text-align: center;
}

h1,
h2,
h3 {
  margin: 10px 0 10px 0;
  color: #f3f2ef;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

p {
  line-height: 22px;
  margin-bottom: 16px;
  width: 650px;
}
.all-gsap-effects {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  /* gap: 12px; */
  overflow: hidden;
}
.effect-fade,
#demo {
  position: relative;
  display: inline-block;
  width: 100%;
}
.effect-fade .box {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 6px;
  margin-top: 4px;
  display: inline-block;
}

.green {
  background-color: #6fb936;
}

.orange {
  background-color: #f38630;
}
.grey {
  background-color: #989898;
}

.effect-to-from .box {
  width: 100px;
  height: 100px;
  background-color: green;
  font-size: 24px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.effect-to-from {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.effect-from {
  position: relative;
}
.effect-from .box {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 6px;
  margin-top: 4px;
  display: inline-block;
}

.pink {
  background-color: pink;
}
.from-effect-button {
  position: absolute;
  right: -104px;
  top: 3px;
  border: 1px solid;
  padding: 5px;
  cursor: pointer;
  font-size: 17px;
}
.effect-fade {
  position: relative;
}
.fade-effect-button {
  position: absolute;
  right: 0;
  font-size: 17px;
  top: 0;
  border: 1px solid;
  padding: 5px;
  cursor: pointer;
}
.all-gsap-effects h2 {
  position: relative;
}
.logo-web {
  /* width: 25%; */
  height: 20%;
  padding: 0 2.22222rem;
  pointer-events: all;
}
.logo-web .header-logo {
  display: inline-block;
  width: 10rem;
  height: 100%;
  transform: translate3d(0, 0, 0);
  opacity: 1;

  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  color: #1d1d1d;
}
.logo-web .header-logo svg {
  width: 100%;
  height: 100%;
}
.c-header_logo_main {
  fill: #8a3f3f;
  transition: fill 0.25s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.c-header_logo_dot {
  fill: #ff64a5;
  transform-origin: bottom center;
  display: inline-block;
}

.see-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid;
  position: absolute;
  cursor: pointer;
  left: 20px;
  top: 20px;
  z-index: 10;
  text-decoration: none;
  color: wheat;
}
