*,
:after,
:before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  transform: translateY(-10px);
}

html {
  scroll-behavior: smooth;
}

.body {
  background-color: #FF9A8B;
  background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  margin: 0px 0 50px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.header__logo {
  position: relative;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
}

.nav-bar {
  position: relative;
}

.menu {
  position: relative;
  display: flex;
  list-style: none;
}

.menu__link {
  font-size: 18px;
  text-decoration: none;
  background: linear-gradient(to bottom,
      #ff5f6d 0%, #e95662 100%);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 40px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: 600;
  border-bottom: 0.5px solid #ff5967;
  -webkit-box-shadow: inset 0 0 0.9px 2px #d14853,
    inset 0px 2px 0.9px 2px #ff5967;
  box-shadow: inset 0 0 0.9px 2px #d14853,
    inset 0px 2px 0.9px 2px #ff5967;
  display: inline-block;
  margin-right: 20px;
}


.masthead {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding: 0 100px;
}

.text {
  position: relative;
  fill: none;
  font-size: 4rem;
  stroke-width: 3;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 6s infinite linear;
  animation: stroke 6s infinite linear;
}

.text:nth-child(5n+1) {
  stroke: #ffffff;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.text:nth-child(5n+2) {
  stroke: #ffffff;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.text:nth-child(5n+3) {
  stroke: #E9F1DF;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}

.text:nth-child(5n+4) {
  stroke: #ffffff;
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}

.text:nth-child(5n+5) {
  stroke: #ffffff;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

svg {
  width: 95rem;
  margin-top: 8vh;
  padding-bottom: 10vh;
  margin-left: 2vh;

}



.masthead__wave {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  filter: opacity(0.2);
}

.masthead-content {
  position: relative;
  min-width: 1200px;
  z-index: 1;
}


.masthead__paragraph {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  left: 12.4vw;
  bottom: 9vh;
}

.masthead__link {
  position: relative;
  top: 1vh;
  left: 12vw;
  display: inline-block;
  background-image: linear-gradient(to bottom,
      #FAACA8 0%, #DDD6F3 100%);
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 10px 28px;
  -webkit-box-shadow: 0px 4px 11px #FAACA8,
    0px -1px 0px 0px #FAACA8 inset,
    0px -2px 0px 0px rgba(160, 26, 26, 0.14) inset;
  box-shadow: 0px 4px 11px #FAACA8,
    0px -1px 0px 0px #FAACA8 inset,
    0px -2px 0px 0px rgba(49, 104, 18, 0.14) inset;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  width: 253px;
  height: 65px;
  line-height: 42.5px;
}

.masthead__link:after {
  right: 8px;
  position: absolute;
  padding: 38px 132px;
  top: -6px;
  left: -6px;
  content: '';
  display: block;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: #FAACA8;
  z-index: -2;
  width: 253px;
  -webkit-box-shadow: -0.819px -0.574px 1px 0px rgba(255, 255, 255, 0.04),
    -0.819px -0.574px 3px 0px rgba(255, 255, 255, 0),
    2.598px 1.5px 5px 0px rgba(48, 21, 14, 0.02),
    1.6px 1.2px 1px 0px #DDD6F3,
    inset 0.707px 0.707px 0px 0px #DDD6F3,
    inset -1.638px -1.147px 3px 0px #DDD6F3;
  box-shadow: -0.819px -0.574px 1px 0px rgba(255, 255, 255, 0.04),
    -0.819px -0.574px 3px 0px rgba(255, 255, 255, 0),
    2.598px 1.5px 5px 0px rgba(48, 21, 14, 0.02),
    1.6px 1.2px 1px 0px #DDD6F3,
    inset 0.707px 0.707px 0px 0px #DDD6F3,
    inset -1.638px -1.147px 3px 0px #DDD6F3;
}

.masthead__span {
  width: 42.5px;
  height: 42.5px;
  line-height: 42.5px;
  position: relative;
  z-index: 5;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
  left: 12px;
  color: white;
  display: inline-block;
}

.masthead__span:hover {
  -webkit-box-shadow: -2px -2px 5px -1px #ffffff,
    2px 2px 5px -1px #ffffff;
  box-shadow: -2px -2px 5px -1px #ffffff,
    2px 2px 5px -1px #ffffff;
  line-height: 42.5px;
}

.masthead-img__1 {
  position: relative;
  width: 100%;
  right: -2vw;
  top: 28vh;
  z-index: 1;
  pointer-events: none;
}

.list-social {
  position: absolute;
  bottom: 40px;
  left: 12vw;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.list-social__item {
  list-style: none;
  display: inline-block;
  margin-right: 1.0rem;
}

.list-social__link {
  display: block;
  line-height: 40px;
  position: relative;
  font-size: 20px;
  background: #fff;
  height: 40px;
  width: 40px;
  transition: all 200ms;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.24);
}

.list-social__link:after {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -4px;
  left: -4px;
  content: '';
  display: block;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: #ff5f6d;
  z-index: -2;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14);
}

.list-social__i:hover {
  color: #5f9cff;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.fa-linkedin {
  color: #0e26ff;
}



/* MENU BURGER */
#menu-burger {
  width: 50px;
  height: 50px;
  background: #e95662;
  
  border-radius: 50%;
  position: absolute;
  top: 0vh;
  cursor: pointer;
  z-index: 2000;
}

#menu-burger .menu-icon {
  display: block;
  height: 2px;
  width: 18px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -1px;
}

#menu-burger .menu-icon:after {
  content: '';
  display: block;
  height: 2px;
  width: 18px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -5px;
  transition: 0.35s;
}

#menu-burger .menu-icon:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 18px;
  background: #fff;
    position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: 4px;
    transition: 0.35s;
}

#menu-burger .menu-icon.open:before{
  transform: rotate(45deg);
  margin-top: -1px;
  background: #e95662;
}

#menu-burger .menu-icon.open:after{
  transform: rotate(-45deg);
  margin-top: -1px;
  background: #e95662;
}

#menu-burger.open {
  background: #fff;
}

#menu-burger .menu-icon.open {
  background: #fff;
}

#overlay-menu {
  position: fixed;
  background: #000;
  height: 100%;
  width: 100%;
  top: 0vh;
  opacity: 0.85;
  z-index: 1111; 
  right: -100%;
  transition: 0.35s;
}

#overlay-menu.open {
  right: 0%;
}

#overlay-menu nav {
  height: 60%;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 32px;
  text-align: center;
}

#overlay-menu nav ul {
  display: inline-block;
  margin: auto;
  height: 100%;
}

#overlay-menu nav ul li {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}

#overlay-menu nav ul li a {
  color: #fff;
  
  text-shadow: 0px 1px 0 #4a6868, 0px 2px 0 #405959, 0px 3px 0 #354a4a, 0px 0px 0px hsla(0,0%,0%,0), -4px 4px 6px black;
}

#overlay-menu nav ul li a:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 3px;
  width: 0%;
  background: #fff;
  transition: 0.25s;
}

#overlay-menu nav ul li a:hover:after {
  width: 100%;
  background: #e95662;

}











/* ===========================
      Responsive
  ============================ */

@media (max-width: 991px) {
  .masthead {
    flex-direction: column;
    padding-top: 150px;
    height: auto;
  }

  .masthead-content {
    max-width: 100%;
    top: 60px;
  }

  .masthead-img__1 {
    padding-top: 40px;
    width: 400%;
    right: 400px;
    top: 270px;
  }

  .body {
    background-image: linear-gradient(to bottom,
        #4e89d6 20%, #2c61a5 100%);
    background-color: #FF9A8B;
    background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200vh;
    margin: -400px 0 50px;

  }

  svg {
    width: 50rem;
    margin-top: 20vh;
    padding-bottom: 10vh;
    margin-left: 20vh;
  }

  .masthead__paragraph {
    margin-left: 20vh;
  }

  .masthead__link {
    margin-left: 20vh;
  }
}


@media (max-width: 767px) {
  .header {
    padding: 20px 50px;
  }

  .masthead {
    padding: 120px 50px 100px;
  }

  .masthead__h1 {
    font-size: 40px;
  }

  .masthead__paragraph {
    font-size: 16px;
  }

  .masthead__link {
    width: 247px;
    margin-top: 25px;
    padding: 10px 25px;
  }

  .masthead__link:after {
    padding: 38px 129px;
  }

  .list-social {
    left: 70px;
  }

  .masthead-img__1 {
    padding-top: 40px;
    width: 400%;
    right: 400px;
    top: 270px;
  }

  .body {
    background-color: #FF9A8B;
    background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200vh;
    margin: -400px 0 50px;

  }

  svg {
    width: 35rem;
    margin-top: 20vh;
    padding-bottom: 10vh;
    margin-left: 28vh;
  }

  .masthead__paragraph {
    margin-left: 30vh;
  }

  .masthead__link {
    margin-left: 30vh;
  }
}


@media (max-width: 500px) {
  .header__btn-menu {
    margin-right: 0;
  }

  .masthead-img__1 {
    padding-top: 40px;
    width: 400%;
    right: 400px;
    top: 270px;
  }

}

@media (max-width: 400px) {
  .menu__link {
    padding: 10px 30px;
    margin-right: 10px;
  }

  .masthead-content {
    top: 40px;
  }

  .masthead__link {
    padding: 5px 25px;
    height: 55px;
  }

  .masthead__link:after {
    padding: 32px 129px;
  }

  .body {

    background-color: #FF9A8B;
    background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200vh;
    margin: -400px 0 50px;

  }

  svg {
    width: 35rem;
    margin-top: 20vh;
    padding-bottom: 10vh;
    margin-left: 38vh;
  }

  .masthead__paragraph {
    margin-left: 40vh;
  }

  .masthead__link {
    margin-left: 40vh;
  }
}

@media (max-width: 320px) {
  .header {
    padding: 20px 26px;
  }

  .header__logo {
    font-size: 21px;
  }

  .masthead {
    padding: 121px 34px 111px;
  }

  .masthead__link {
    height: 55px;
  }

}