body {
   color: #40514E;
   margin: 0;
   text-align: center;
   font-family: 'Merriweather', serif;
   overflow-x: hidden;
}

h1 {
   color: #66BFBF;
   font-size: 5.625rem;
   margin: 50px auto 0 auto;
   font-family: 'Sacramento', cursive;
}

h2 {
   color: #66BFBF;
   font-family: 'Montserrat', sans-serif;
   font-size: 2.5rem;
   font-weight: normal;
   padding-bottom: 10px;
}

h3 {
   color: #11999E;
   font-family: 'Montserrat', sans-serif;
}

p {
   line-height: 2;
}

hr {
   border: dotted #EAF6F6 6px;
   border-bottom: none;
   width: 4%;
   margin: 100px auto;
}

a {
   color: #11999E;
   font-family: 'Montserrat', sans-serif;
   margin: 10px 20px;
   text-decoration: none;
}

a:hover {
   color: #EAF6F6;
}

.top-container {
   background-color: #E4F9F5;
   position: relative;
   padding-top: 100px;
}

.middle-container {
   margin: 100px 0;
}

.bottom-container {
   background-color: #66BFBF;
   padding: 50px 0 20px;
}

.skill-row {
   width: 50%;
   margin: 100px auto 100px auto;
   text-align: center;
}

.pro {
   text-decoration: underline;
}

.intro {
   width: 50%;
   margin: auto;
}

.contact-message {
   width: 48%;
   margin: 40px auto 60px;
   font-size: 25px;
}

.copyright {
   color: #EAF6F6;
   font-size: 0.75rem;
   padding: 20px 0;
}

.top-cloud {
   position: absolute;
   right: 8%;
   top: 8%;
}

.bottom-cloud {
   position: absolute;
   left: 8%;
   bottom: 70%;
}

.btn {
   background: #11cdd4;
   background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
   background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
   background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
   background-image: -o-linear-gradient(top, #11cdd4, #11999e);
   background-image: linear-gradient(to bottom, #11cdd4, #11999e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: 'Montserrat', sans-serif;
   color: #ffffff;
   font-size: 20px;
   padding: 10px 20px 10px 20px;
   text-decoration: none;
}

.btn:hover {
   background: #30e3cb;
   background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
   background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
   background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
   background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
   background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
   text-decoration: none;
}

.coding {
   height: 50%;
   width: 50%;
}

.prophoto {
   border-radius: 75%;
   width: 200px;
}

.bold {
   font-weight: bolder;
}

.logo div {
   display: inline-block;
}

.skl {
   width: 100px;
   height: 100px;
   margin: 20px;
   padding: 5px;
}

.a {
   width: 45px;
   height: 45px;
   margin: 15px;
   margin-right: 50px;
}

.tooltip {
   position: relative;
   display: inline;
   cursor: pointer;
}

.tooltip .tooltiptext {
   visibility: hidden;
   width: 250px;
   background-color: black;
   color: #fff;
   text-align: center;
   border-radius: 6px;
   padding: 5px 10px;
   /* Position the tooltip */
   position: absolute;
   z-index: 1;
   top: 100%;
   left: -15%;
   margin-left: -60px;
}

.tooltip:hover .tooltiptext {
   visibility: visible;
}

.footer-link {
   font-weight: bolder;
}

.download {
   width: 50px;
   height: 50px;
}

/* timeline */
.timeline {
   display: flex;
   flex-direction: column;
   width: 50vw;
   margin: 5% auto;
}

.timeline__event {
   background: #fff;
   margin-bottom: 20px;
   position: relative;
   display: flex;
   margin: 20px 80px;
   border-radius: 8px;
   box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__title {
   font-size: 1.2rem;
   line-height: 1.4;
   text-transform: uppercase;
   font-weight: 600;
   color: #9251ac;
   letter-spacing: 1.5px;
}

.timeline__event__content {
   padding: 20px;
   width: 60%;
}

.timeline__event__date {
   color: #f6a4ec;
   font-size: 1rem;
   font-weight: 600;
   white-space: nowrap;
}

.timeline__event__icon {
   border-radius: 8px 0 0 8px;
   background: #9251ac;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 30%;
   color: #9251ac;
   padding: 20px;
}

.timeline__event__icon i {
   position: absolute;
   top: 50%;
   left: -65px;
   font-size: 2.5rem;
   transform: translateY(-50%);
}

.timeline__event__description {
   flex-basis: 60%;
   font-family: 'Montserrat', sans-serif;
   justify-content: center;
}

/* .timeline__event:after {
content: "";
width: 2px;
height: 100%;
background: #9251ac;
position: absolute;
top: 52%;
left: -3.5rem;
z-index: -1;
}
.timeline__event:before {
content: "";
width: 5rem;
height: 5rem;
position: absolute;
background: #f6a4ec;
border-radius: 100%;
left: -6rem;
top: 50%;
transform: translateY(-50%);
border: 2px solid #9251ac;
} */
.timeline__event--type2:before {
   background: #87bbfe;
   border-color: #555ac0;
}

.timeline__event--type2:after {
   background: #555ac0;
}

.timeline__event--type2 .timeline__event__date {
   color: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
   background: #555ac0;
   color: #555ac0;
}

.timeline__event--type2 .timeline__event__title {
   color: #555ac0;
}

.timeline__event--type3:before {
   background: #aff1b6;
   border-color: #24b47e;
}

.timeline__event--type3:after {
   background: #24b47e;
}

.timeline__event--type3 .timeline__event__date {
   color: #aff1b6;
}

.timeline__event--type3 .timeline__event__icon {
   background: #24b47e;
   color: #24b47e;
}

.timeline__event--type3 .timeline__event__title {
   color: #24b47e;
}

.timeline__event:last-child:after {
   content: none;
}

@media (max-width: 786px) {
   .timeline__event {
      flex-direction: column;
   }

   .timeline__event__icon {
      border-radius: 4px 4px 0 0;
   }
}

.timeline__company_name {
   font-size: 1rem;
   font-weight: 600;
   color: #ffffff;
}

.timeline__event__description li {
   text-align: justify;
   margin-bottom: 0.75rem;
   /* Optional: adds spacing between list items */
   font-family: 'Merriweather', serif;
}

@media (max-width: 1500px) {
   .timeline__event__icon {
      width: 90%;
   }

   .timeline__event__content {
      width: 90%;
   }

   .timeline {
      width: 100vw;
   }
}
