@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
body {
  margin: 0px;
  font-family: 'Montserrat';
  background-color: #FBF9D8; 
}
* {
  cursor: none;
}
.cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1.5px groove #344450;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  mix-blend-mode: darken;
  z-index: 2000
}
.cursor2 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #5A5A5A;
  opacity: .7;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 2000
}
.hover {
  background-color: #f5f5f5;
  opacity: 0.1;
}
.tab-label h3:hover {
  color: #5A5A5A ;
}
.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: 'icon-font';
  content: '\279C';
  transform: rotate(-90deg);
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #5A5A5A;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: 'icon-font';
  content: '\279C';
  transform: rotate(-90deg);
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #5A5A5A;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #344450;
  stroke-width: 2;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.highlight-word{
  color: #119570;
}
.highlight-word-2 {
  color: #4C94B7 ; 
  transition: color 0.3s ease; 
}
.highlight-word-2:hover {
  color: #5A5A5A; 
}
input[type="radio"]:checked + .dot-info label span .highlight-word-2 {
  color: rgb(104, 119, 135); 
}
.last >p > .highlight-word{
  color: #119570;
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 1.2;
  margin-top: 16px
}
.highlight-word-3{
  color:  #E88C5E;
  transform: rotate(-4deg);
  display: inline-block;
  font-size: 26px;
}
.highlight-word-4{
  color: #E88C5E;
  position: relative;
  display: inline-block;
}

@keyframes underlineEffect {
  0% {
    transform: scaleX(0); 
  }
  25%, 75% {
    transform: scaleX(1); 
  }
  100% {
    transform: scaleX(0); 
  }
}
h1 {
  font-family: 'Poppins';
  font-size: 58px;
  line-height: 1;
  color: #4B4B4B    ;
  margin: 0
}
h2 {
  font-family: 'Poppins';
  font-size: 38px;
  line-height: 1.2;
  color: #4B4B4B ;
  margin: 0
}
h3 {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 1.2;
  color: #687787
}
p {
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 1.4;
  color: #687787
}
a {
  color: #4C94B7 ;
  text-decoration: none;
}
.custom-button {
  background: white;
  color: #4C94B7 ;
  border: none;
  padding: 10px 26px;
  margin: 16px 0px;
  border-radius: 60px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  transition: background 0.9s, transform 0.4s linear;
}

.custom-button::before {
  content: '';
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 200%;
  background: #f0f0f0; 
  transition: bottom 0.3s ease-in-out;
  z-index: -1;
}
.custom-button:hover::before {
  bottom: 0;
}
.custom-button:hover {
  color: #5A5A5A; 
  transform: translate(calc(var(--mouse-x) * 40px), calc(var(--mouse-y) * 40px));
}
.custom-button {
  --mouse-x: 0;
  --mouse-y: 0;
}
.custom-button:hover {
  color: #5A5A5A; 
  transform: translate(calc(var(--mouse-x) * 40px), calc(var(--mouse-y) * 40px));
}
.custom-button:hover::before {
  bottom: 0;
}
.custom-button a {
  text-decoration: none;
}
.custom-button:hover a {
  color: #5A5A5A;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
.first-block, .second-block {
  padding: 30px 40px;
  border-radius: 4px;
}
.icon {
  width: 75%;
}
.text-icon {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}
.text-icon p {
  margin-top: 8px
}

@keyframes moveInCircle {
  0% {
    transform: translate(0px, -8px); 
  }
  25% {
    transform: translate(-4px, 0px); 
  }
  50% {
    transform: translate(0px, 0px); 
  }
  75% {
    transform: translate(-3px, 0px); 
  }
  100% {
    transform: translate(0px, -4px); 
  }
}
@keyframes bounceUpDown {
  0%, 100% {
    transform: translateY(0); 
  }
  50% {
    transform: translateY(-16px); 
  }
}
.grid-2 .first-block img[src="img/passion.png"],
.grid-2 .second-block img[src="img/different.png"] {
  animation: moveInCircle 26s infinite linear;
}
.grid-2 .first-block img[src="img/freetime.png"],
.grid-2 .first-block img[src="img/multi.png"],
.grid-2 .second-block img[src="img/work.png"] {
  animation: bounceUpDown 8s infinite ease-in-out;
}
header {
  background-color: #4C94B7 
}
.nav {
  height: 50px;
  position: relative;
  width: 95%
}
.nav > .nav-header {
  display: inline;
}
.nav > .nav-btn {
  display: none;
}
.nav > .nav-links {
  display: inline;
  float: right;
}
.nav > .nav-links > a {
  display: inline-block;
  padding: 2rem 0rem 0.5rem 1rem;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  transition: color 0.3s ease-in-out;
}
.nav > .nav-links > a.active {
  color: #344450;
}
.nav-links a:hover {
  color: #5A5A5A;
}
.nav__item-hover-inner {
  display: block;
  position: relative;
  font-weight: 400;
  letter-spacing: .06rem;
  line-height: 1.25;
}
.nav > #nav-check {
  display: none;
}

#intro {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-family: 'Tilt Warp', cursive;
  margin: 0 auto;
  width: 100%;
  position: relative
}
#hello {
  font-size: 160px;
  display: flex;
  justify-content: center;
  text-transform: uppercase
}
#message {
  font-size: 40px;
  display: flex;
  justify-content: center;
}
#intro {
  position: relative;
  height: 800px
}
#mountain {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#marianna-mountain {
  position: absolute;
  bottom: 6%;
  left: 40%;
  width: 12%;
}

@-webkit-keyframes slideinright {
  from {
    bottom: 10%;
    right: -0%;
  }
  to {
    bottom: 10%;
    right: 8%;
  }
}
@-moz-keyframes slideinright {
  from {
    bottom: 10%;
    right: -0%;
  }
  to {
    bottom: 10%;
    right: 8%;
  }
}
@-o-keyframes slideinright {
  from {
    bottom: -10%;
    right: 0%;
  }
  to {
    bottom: 10%;
    right: 8%;
  }
}
#cloud {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 25%;
  animation: cloud-move 10s infinite ease-in-out;
}
@-webkit-keyframes slideinleft1 {
  from {
    top: 10%;
    left: -10%;
  }
  to {
    top: 10%;
    left: 5%;
  }
}
@-moz-keyframes slideinleft1 {
  from {
    top: 10%;
    left: -10%;
  }
  to {
    top: 10%;
    left: 5%;
  }
}
@-o-keyframes slideinleft1 {
  from {
    top: 10%;
    left: -10%;
  }
  to {
    top: 10%;
    left: 5%;
  }
}
#clouds {
  position: absolute;
  bottom: 45%;
  right: 15%;
  width: 18%;
  animation: clouds-move 10s infinite ease-in-out;
}
@keyframes cloud-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes clouds-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideinright1 {
  from {
    bottom: 45%;
    right: -10%;
  }
  to {
    bottom: 45%;
    right: 15%;
  }
}
@-moz-keyframes slideinright1 {
  from {
    bottom: 45%;
    right: -10%;
  }
  to {
    bottom: 45%;
    right: 15%;
  }
}
@-o-keyframes slideinright1 {
  from {
    bottom: 45%;
    right: -10%;
  }
  to {
    bottom: 45%;
    right: 15%;
  }
}
#credo {
  margin: 60px auto 20px auto;
  width: 85%;
}
#reasons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 32px auto;
}
.reason-text-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 15%;
  margin: 0 3rem;
}
.reason-text-icon h3 {
  margin: 1rem 0 0.2rem 0
}
.icon {
  display: flex;
  justify-self: end;
  align-items: center;
}
/*experience timeline*/
#experience {
  margin: 60px auto;
  width: 85%;
}
#experience h2 {
  margin-top: 20px
}
#timeline {
  min-height: 100%;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #687787
}
span {
  white-space: nowrap;
}
.flex-parent {
display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
    min-height: 600px;
}
.input-flex-container {
display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 80vw;
    max-width: 1300px;
    position: relative;
    z-index: 0;
}
input {
  width: 25px;
  height: 25px;
  background-color:  #4C94B7   ;
  position: relative;
  border-radius: 50%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input:focus {
  outline: none;
}
input::before, input::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color:  #4C94B7   ;
  width: 11.4vw;
  height: 5px;
  max-width: 190px
}
.input::before {
  left: calc(-11.4286vw + 12.5px)
}
input:checked {
  background-color:  #c3c3c3;
}
input:checked::before {
  background-color:  #4C94B7 ;
}
input:checked::after {
  background-color: #c3c3c3;
}
input:checked ~ input, input:checked ~ input::before, input:checked ~ input::after {
  background-color: #4C94B7 ;
}
.dot-info {
  width: 25px;
  height: 25px;
  display: block;
  visibility: hidden;
  position: relative;
  z-index: -1;
}
.dot-info span {
  visibility: visible;
  position: absolute;
  font-size: 12px;
}
.dot-info span.year {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.dot-info span.label {
  top: -65px;
  left: -50px;
  transform: rotateZ(-45deg);
  width: 70px;
  text-indent: -10px;
}
#timeline-descriptions-wrapper {
  margin-top: 80px;
  font-size: 22px;
  min-height: 310px;
}
#timeline-descriptions-wrapper p {
  margin-top: 0;
  display: none;
}
#timeline-descriptions-wrapper img {
  margin-top: 0;
  display: none;
  width: 105%;
}
.last {
display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 3rem;
    align-items: center;
    text-align: left;
}

input[data-description="2007"]:checked ~ #timeline-descriptions-wrapper p[data-description="2007"],
input[data-description="2009"]:checked ~ #timeline-descriptions-wrapper p[data-description="2009"],
input[data-description="2011"]:checked ~ #timeline-descriptions-wrapper p[data-description="2011"],
input[data-description="2012"]:checked ~ #timeline-descriptions-wrapper p[data-description="2012"],
input[data-description="2016"]:checked ~ #timeline-descriptions-wrapper p[data-description="2016"],
input[data-description="2017"]:checked ~ #timeline-descriptions-wrapper p[data-description="2017"],
input[data-description="2021"]:checked ~ #timeline-descriptions-wrapper p[data-description="2021"] {
  display: block;
}

input[data-description="2007"]:checked ~ #timeline-descriptions-wrapper img[data-description="2007"], input[data-description="2009"]:checked ~ #timeline-descriptions-wrapper img[data-description="2009"], input[data-description="2011"]:checked ~ #timeline-descriptions-wrapper img[data-description="2011"], input[data-description="2012"]:checked ~ #timeline-descriptions-wrapper img[data-description="2012"], input[data-description="2016"]:checked ~ #timeline-descriptions-wrapper img[data-description="2016"], input[data-description="2017"]:checked ~ #timeline-descriptions-wrapper img[data-description="2017"], input[data-description="2021"]:checked ~ #timeline-descriptions-wrapper img[data-description="2021"] {
display: block;

}
#blue {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 3rem;
}
#ux-designer-img {
  max-width: 70%
}
#references {
  margin: 40px auto;
}
#ref-content-background{
    width: 85%;
    margin: 0 auto;
}
#ref-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  align-items: end;
  margin: 120px auto;
  width: 85%;
}
.ref-text h2:last-of-type {
  margin-top: 0px;
}
#ref-img {
  display: flex;
  justify-self: end;
  width: 300px
}
#ref-img img{
padding-right: 40px
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.col {
  padding: 32px 40px;
  border-radius: 4px;
  min-height: 260px;
}
.row {
  display: flex;
  margin-top: 20px
}
.row .col {
  flex: 1;
}
.tabs {
  border-radius: 4px;
  overflow: hidden;
}
.tab {
  width: 100%;
  color: #687787;
  overflow: hidden;
}
.tab-label {
  display: flex;
  padding: 24px 0 0;
}
.tab-label:after {
  content: "\276F";
  color: #4C94B7 ;
  width: 16px;
  height: 16px;
  text-align: center;
  transition: all .35s;
  margin-left: 16px;
}
  .tab-label a:hover {
    color: #5A5A5A;
  }
  .label a:hover {
    color: #5A5A5A;
  }
.tab-content {
  max-height: 0;
  margin-top: 8px;
  padding: 0 1em;
  transition: all .35s;
}
.tab-content > ul > li > p{
  margin-top: 0px;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #5A5A5A;
}
.tab-close:hover {
  background: #344450;
}
.tab input:checked + .tab-label:after {
  transform: rotate(90deg);
}
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}
.front-end {
  margin: 60px auto;
  width: 85%;
}
.front-end > h2:first-of-type {
  margin-top: 20px
}
.front-end-boxes {
  margin: 10px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.front-end > h3{
  margin-top: 16px;
}
.front-end > .grid-2 > .first-block > p , .front-end > .grid-2 > .second-block > p{
  line-height: 1.6;
}
.front-end-box {
  border-radius: 4px;
  width: calc(97% / 3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px;
  gap: 16px;
  margin-bottom: 24px;
}
.front-end-text {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.front-end-box-link, .front-end-box-link-code {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.front-end-box-link p, .front-end-box-link-code p {
  font-weight: 700;
  margin-right: 4px
}
.front-end-box-link:after {
  content: "\276F";
  color: #4C94B7 ;
  width: 16px;
  height: 16px;
  text-align: center;
}
.front-end-box-link-code a {
  cursor: none
}
.front-end-box-link > a {
  transition: color 0.3s ease-in-out;
}
.front-end-box-link > a.active {
  color: #5A5A5A;
}
.front-end-box-link a:hover {
  color: #5A5A5A;
}
#multitool {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 3rem;
  align-items: end
}
#multitool-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px
}
.tool {
  border-radius: 4px;
  padding: 32px 40px
}
#multitool span {
  padding: 6px 12px;
  border-radius: 2px;
  margin-right: 16px
}
#multitool p {
  line-height: 2.8
}
#multitool h3 {
  margin-bottom: 6px
}
#personal {
  margin: 60px auto;
  width: 85%;
}
#talk {
  background-color: #4C94B7 ;
  position: relative; 
}
#talk-img {
  display: flex;
  justify-content: center; 
  align-items: center; 
}
#talk-img img{
  max-width: 80%;
}
#talk-content {
  margin: 40px auto 0px auto;
  width: 85%;
  padding: 100px 0 260px 0;
  display: grid;
  grid-template-columns: 2fr 6fr;
  grid-gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
#cloud-img {
  position: absolute;
  bottom: 40px;
  left: 70%;
  transform: translateX(-50%);
  z-index: 0;
  width: 48%;
}

#cloud-img img {
  height: auto;
  animation: moveInCircle 25s ease-in-out infinite;
}

@keyframes moveInCircle {
  0% {
    transform: translate(0px, -38px); 
  }
  25% {
    transform: translate(4px, 0px); 
  }
  50% {
    transform: translate(0px, 40px); 
  }
  75% {
    transform: translate(-18px, 0px); 
  }
  100% {
    transform: translate(0px, -38px); 
  }
}
#talk-text > h2 {
  margin-top: 20px;
}
#talk-text > p {
  margin-top: 8px;
}
#talk-text > h1, #talk-text > h2, #talk-text > p {
  color: #ffffff
}
#talk-text > p > .linkedin > a {
  font-weight: 700;
  transition: color 0.3s ease-in-out;
  color: #ffffff;
  font-size: 20px;
}
#talk-text > p > .linkedin > a:hover {
  color: #5A5A5A;
}
#talk-text > p > a.active {
  color: #344450;
}

@media screen and (max-width:1300px) {
  .grid-2 {
    display: block;
  }
}
@media screen and (max-width:1100px) {
    .input-flex-container {
      justify-content: flex-start;
    }
    h1{
      font-size: 48px;
    }
    h2{
      font-size: 24px;
    }
  }
@media screen and (max-width:1000px) {
  #talk-content {
    grid-template-columns: 4fr 6fr;
  }
  .flex-parent {
    margin-top: 60px
  }
}
@media screen and (max-width:800px) {
  .cursor {
    width: 1px;
    height: 1px;
    border: transparent;
    z-index: -100
  }
  .cursor2 {
    width: 1px;
    height: 1px;
    background-color: transparent;
    z-index: -100
  }
  #hide-on-mobile {
    display: none;
  }
  .progress-wrap {
    display: none
  }
  button {
    padding: 14px 24px;
    font-size: 14px;
  }
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #ffffff;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 40%;
    background-color: #ffffff;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    left: 0px;
    z-index: 2;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
    padding: 1rem 1rem;
    color: #4C94B7 ;
    font-size: 28px
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(60vh);
    overflow-y: auto;
    border-radius: 0 4px 4px 0;
    width: 50%;
  }
  #intro {
    height: 600px
  }
  #marianna-mountain {
    bottom: 8%;
    width: 18%;
  }
  #cloud {
    top: 5%;
  }
  @-webkit-keyframes slideinleft1 {
    from {
      top: 5%;
      left: -10%;
    }
    to {
      top: 5%;
      left: 5%;
    }
  }
  @-moz-keyframes slideinleft1 {
    from {
      top: 5%;
      left: -10%;
    }
    to {
      top: 5%;
      left: 5%;
    }
  }
  @-o-keyframes slideinleft1 {
    from {
      top: 5%;
      left: -10%;
    }
    to {
      top: 5%;
      left: 5%;
    }
  }
  #credo {
    margin: 60px auto;
  }
  #experience {
    margin: 60px auto;
  }
  .front-end {
    margin: 60px auto;
  }
  #personal {
    margin: 60px auto;
  }
  .front-end-boxes {
    margin: 16px 0px 24px 0px;
  }
  #ref-content {
    display: block
  }
  #ref-img {
    display: block;
    margin: 16px auto 20px auto;
    width: 300px;
  }
  #multitool {
    display: block;
  }
  #multitool-img {
    display: block;
    margin: 16px auto 20px auto;
    width: 300px;
  }
  #multitool-text {
    margin-top: 16px;
  }
  .front-end-box {
    border-radius: 4px;
    width: calc(97% / 2);
    box-sizing: border-box;
    padding: 16px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .first-block, .second-block {
    padding: 16px;
  }
  #talk-img img {
    max-width: 50%;
}
  #talk-content {
    padding: 48px 0 100px 0;
    display: block
  }
  #talk-text {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #hello {
    font-size: 80px;
  }
  #message {
    font-size: 30px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .text-icon {
    display: block
  }
  .icon {
    display: none;
  }
  .Circle{
    display: none;
  }
  .flex-parent {
    justify-content: initial;
    margin-bottom: 0;
    margin-top: 24px
  }
  .input-flex-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 50px; 
    padding: 16px; 
  }
  #timeline-descriptions-wrapper {
    margin-top: 4px;
    margin-left: 0
  }
  input, .dot-info {
    width: 50px; 
    height: 50px;
    margin: 0; 
  }
  input {
    background-color: transparent !important;
    z-index: 1;
  }
  input:checked + .dot-info {
    background-color:  #ffffff;
  }
  span.year {
    font-size: 14px;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ECF0F1;
  }
  span.label {
    font-size: 10px;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .dot-info {
    visibility: visible;
    border-radius: 50%;
    z-index: 0;
    margin-left: -100px;
    background-color: #4C94B7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dot-info span.year {
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    transform: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .dot-info span.label {
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    text-indent: 0;
    width: auto;
  }
  .year > .highlight-word-2 {
    color: #ffffff;
}
input:checked + .dot-info form-wrapper.highlight-word-2 {
  color: #4C94B7 ;
}

  input::before, input::after {
    content: none
  }
  #timeline-descriptions-wrapper {
    text-align: center;
  }
  .last {
    display: block
  }
  .last img {
    display: block;
    margin: 40px auto 0px auto;
  }
  input[data-description="2007"]:checked ~ #timeline-descriptions-wrapper p[data-description="2007"], input[data-description="2009"]:checked ~ #timeline-descriptions-wrapper p[data-description="2009"], input[data-description="2011"]:checked ~ #timeline-descriptions-wrapper p[data-description="2011"], input[data-description="2012"]:checked ~ #timeline-descriptions-wrapper p[data-description="2012"], input[data-description="2016"]:checked ~ #timeline-descriptions-wrapper p[data-description="2016"], input[data-description="2017"]:checked ~ #timeline-descriptions-wrapper p[data-description="2017"], input[data-description="2021"]:checked ~ #timeline-descriptions-wrapper p[data-description="2021"] {
    margin-bottom: 32px;
  }
  input:checked + .dot-info span.year {
    color: #4C94B7
  }
}
@media (max-width: 675px) {
    #rotate-word {
        font-size: 16px;
      }
  #marianna-mountain {
    bottom: 5%;
    left: 46%;
    width: 25%;
  }
  #clouds {
    width: 15%;
    right: 10%;
    bottom: 60%;
  }
  @-webkit-keyframes slideinright1 {
    from {
      bottom: 60%;
      right: -10%;
    }
    to {
      bottom: 60%;
      right: 10%;
    }
  }
  @-moz-keyframes slideinright1 {
    from {
      bottom: 60%;
      right: -10%;
    }
    to {
      bottom: 60%;
      right: 10%;
    }
  }
  @-o-keyframes slideinright1 {
    from {
      bottom: 60%;
      right: -10%;
    }
    to {
      bottom: 60%;
      right: 10%;
    }
  }

  @-webkit-keyframes slideinleft {
    from {
      bottom: 5%;
      left: -10%;
    }
    to {
      bottom: 5%;
      left: 8%;
    }
  }
  @-moz-keyframes slideinleft {
    from {
      bottom: 5%;
      left: -10%;
    }
    to {
      bottom: 5%;
      left: 8%;
    }
  }
  @-o-keyframes slideinleft {
    from {
      bottom: 5%;
      left: -10%;
    }
    to {
      bottom: 5%;
      left: 8%;
    }
  }
}
@media (max-width: 620px) {
  .reason-text-icon {
    margin: 0 2rem;
  }
  .col{
    min-height: ;
  }
  .tab-label{
    padding: 16px 0px 0px 0px;
  }
}
/*media*/
@media screen and (max-width: 480px) {
  button {
    padding: 14px 24px;
    font-size: 12px;
    margin: 16px 0px;
  }
  .nav > .nav-links > a {
    font-size: 16px
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(50vh);
  }
  #hello {
    font-size: 80px;
  }
  #cloud {
    top: 20%;
    left: 8%;
    width: 60%;
  }
  @-webkit-keyframes slideinleft1 {
    from {
      top: 28%;
      left: -10%;
    }
    to {
      top: 28%;
      left: 8%;
    }
  }
  @-moz-keyframes slideinleft1 {
    from {
      top: 28%;
      left: -10%;
    }
    to {
      top: 28%;
      left: 8%;
    }
  }
  @-o-keyframes slideinleft1 {
    from {
      top: 28%;
      left: -10%;
    }
    to {
      top: 28%;
      left: 8%;
    }
  }
  @-webkit-keyframes slideinright {
    from {
      bottom: 3%;
      left: -10%;
    }
    to {
      bottom: 3%;
      left: 8%;
    }
  }
  @-moz-keyframes slideinright {
    from {
      bottom: 3%;
      left: -10%;
    }
    to {
      bottom: 3%;
      left: 8%;
    }
  }
  @-o-keyframes slideinright {
    from {
      bottom: 3%;
      left: -10%;
    }
    to {
      bottom: 3%;
      left: 8%;
    }
  }
  #clouds {
    position: absolute;
    bottom: 55%;
    right: 3%;
    width: 28%;
  }
  @-webkit-keyframes slideinright1 {
    from {
      bottom: 65%;
      right: -10%;
    }
    to {
      bottom: 65%;
      right: 20%;
    }
  }
  @-moz-keyframes slideinright1 {
    from {
      bottom: 65%;
      right: -10%;
    }
    to {
      bottom: 65%;
      right: 20%;
    }
  }
  @-o-keyframes slideinright1 {
    from {
      bottom: 65%;
      right: -10%;
    }
    to {
      bottom: 65%;
      right: 20%;
    }
  }
  #marianna-mountain {
    bottom: 2%;
    left: 30%;
    width: 38%;
  }
  #message {
    font-size: 24px;
  }
  .nav > .nav-links > a {
    font-size: 12px
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 14px;
  }
  h3 {
    font-size: 12px;
  }
  p {
    font-size: 11px;
  }
  .icon img {
    width: 72px;
    height: 72px
  }
  #reasons {
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .reason-text-icon {
    margin: 0 1rem;
    width: 25%;
  }
  .reason-text-icon img {
    width: 60px;
    height: 65px;
    margin: 0 auto;
  }
  .reason-text-icon h3 {
    margin: 0.8rem 0 0.4rem 0;
  }
  #experience {
    margin: 0px auto;
  }
  #experience h2 {
    margin-top: 16px;
  }
  .flex-parent {
    min-height: 0
  }
  .input-flex-container {
    margin-top: 0;
    width: 99%;
  }
  input::before, input::after {
    display: none
  }
  .front-end {
    margin: 60px auto;
  }
  .front-end > h2:first-of-type {
    margin-top: 16px;
  }
  .col {
    padding: 16px
  }
  #tool {
    margin-top: 20px;
  }
  .tool {
    padding: 16px
  }
  #multitool span {
    margin-right: 10px;
  }
  #multitool p {
    line-height: 3.2;
  }
  #personal {
    margin: 60px auto;
  }
  .dot-info {
    left: 0;
  }
  .dot-info span.label {
    width: auto;
  }
}