/**
* Template Name: MyResume - v4.7.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600;700&display=swap');
body {
  font-family: "Cormorant Garamond", serif;
  color: #f8f8f8;
  background-color: black;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cinzel", serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #B84072;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #e68eb3;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #B84072;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}
@media (max-width: 992px) {
  #header {
    width: 300px;
    background: rgb(25, 25, 25);
    border-right: 1px solid #4c4c4c;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 100px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
.nav-menu a, .nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 10vh; /*relative dimension*/
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.nav-menu a i, .nav-menu a:focus i {
  font-size: 20px;
}
.nav-menu a span, .nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  font-size: 2vh;
}
@media (min-width: 992px) {
  .nav-menu a, .nav-menu a:focus {
    width: 56px;
  }
  .nav-menu a span, .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}
.nav-menu a:hover, .nav-menu .active, .nav-menu .active:focus, .nav-menu li:hover > a {
  color: #fff;
  background: #B84072;
}
.nav-menu a:hover span, .nav-menu .active span, .nav-menu .active:focus span, .nav-menu li:hover > a span {
  color: #fff;
}
.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}
.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}
.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active #header {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #B84072;
}

/*--------------------------------------------------------------
# Cover Section
--------------------------------------------------------------*/
#cover {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 85%, rgba(0, 0, 0, 0.8) 100%), url("../img/Black-bg.jpeg");
}
#btn-start{
  font-size: 3.5vh;
  letter-spacing: 1vh;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  font-family: "Cinzel", serif;
  font-weight: 500;
}
#btn-start:hover, .start-arr:hover{
  color: white;
}
#download{
  background-color: #B84072;
  color: white;
  font-family: "Cinzel", serif;
  margin-top: 3vh;
  box-shadow: 0 0 50px #000000, 0 0 50px #000000;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
#download:hover{
  background-color: #e68eb3;
}
#start{
  opacity: 0.4;
}
.btn-check:focus+.btn, .btn:focus{
  box-shadow: none;
}
@media (min-width: 992px) {
  #cover {
    padding-left: 0vh;
  }
}
#cover:before {
  content: "";
  background: rgba(6, 6, 6, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#cover #bg-cover{
  padding: 25vh;
  background: url("../img/Color-Stain1.png") top right no-repeat;
  background-size: 100vh;
  background-position: center;
}
#cover h1 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 11vh;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5vh;
}
#cover p {
  color: #d0d0d0;
  margin: 3vh 0 0 0;
  font-size: 5vh;
  letter-spacing: 0.5vh;
  font-family: "Cinzel", serif;
  text-align: center;
}
#cover p span {
  letter-spacing: 1px;
}
#cover .social-links {
  margin-top: 30px;
}
#cover .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}
#cover .social-links a:hover {
  color: #0563bb;
}
@media (max-width: 992px) {
  #cover {
    text-align: center;
  }
  #cover h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #cover p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 4%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.8) 100%), url("../img/Black-bg.jpeg");
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-family: "Cinzel", serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-size: 5.5vh;
  margin-top: 8vh;
  line-height: 1;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  color: #B84072;
  letter-spacing: 0.8vh;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #B84072;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
  font-size: 3.2vh;
  padding-left: 10vh;
  padding-right: 10vh;
}
b{
  color: #f186b3;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.section-title a{
  color: #f186b3;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  text-decoration: underline;
}
.section-title a:hover{
  color:#B84072;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  text-decoration: underline;
}
.down-arr{
  width: 16vh;
  height: 16vh;
  background-image: url("../img/down.png");
  background-position: center;
  background-size: 45%;
  background-repeat: no-repeat;
}
.down-arr:hover{
  background-image: url("../img/down-hover.png");
}
.titlePart2{
  font-family: "Cinzel", serif;
  font-weight: 600;
  color: #fff;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about .content ul strong {
  margin-right: 10px;
}
.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #0563bb;
  line-height: 0;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# context
--------------------------------------------------------------*/

#lucida-bg{
  background-image: url("../img/LucidaPortrait.png");
  background-repeat:no-repeat;
  background-size: 70vh;
  background-position: bottom 10vh right 5vh;
  padding: 60px 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#context .section-title{
  padding-right: 52vh;
}
#context .container{
  background-image: url("../img/Color-Stain-bg.png");
  background-repeat:no-repeat;
  background-size: 90vh;
  background-position: bottom 26vh left 5vh;
  height: 100vh;
}
#context h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#context h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 510px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(28% - 60px);
}
#context .down-arr{
  margin-top: 6vh;
}
#half-mansi{
  background-image: url("../img/SalottiParata2.png");
  width:72vh;
  height: 72vh;
  background-size: 98%;
  position: absolute;
  left: 60px;
  top:50px;
  background-repeat: no-repeat;
}
#half-smichele{
  background-image:url("../img/Half-SanMichele.png");
  width:72vh;
  height: 72vh;
  background-size: 98%;
  position: absolute;
  left: 10px;
  top:30px;
  background-repeat: no-repeat;
}
#context2-right{
  padding-top: 0vh;
  font-size: 3vh;
}
#context2-right p, #context2-right h2{
  text-align: left;
  padding-left: 0;
}
#context2 p{
  padding-right: 16vh;
}
#context2 h2{
  font-size: 5.5vh;
  margin-top: 8vh;
  line-height: 1;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  color: #B84072;
  letter-spacing: 0.8vh;
}
#context2 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#context2 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(10% - 60px);
}
#context2 .down-arr{
  margin-top: 4vh;
}
#context3 h2{
  font-size: 5.5vh;
  margin-top: 6vh;
  line-height: 1;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  color: #B84072;
  letter-spacing: 0.8vh;
  text-align: right;
}
#context3 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#context3 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(45% - 60px);
}
#context3 p{
  text-align: right;
  font-size: 3vh;
  padding-right: 1vh;
}
#context3 .section-title{
  padding-bottom: 0;
}
#map{
  margin-top: 10vh;
}
#context3 .carousel{
  margin-top: 10vh;
}
#salamusica{
  width: 85%;
  padding-left: 15vh;
}
#context3 .down-arr{
  margin-top: 0vh;
}
#context4 h2{
  margin-top: 0;
}
#context4 p{
  font-size: 2.8vh;
}
#firstph{
  width: 100%;
  height: 46vh;
  background-image: url("../img/Lucca1.png");
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.luccaph {
  padding: 0;
  margin: 0;
}
#secondph{
  width: 100%;
  height: 46vh;
  background-image: url("../img/Lucca2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
}
#thirdph{
  width: 100%;
  height: 46vh;
  background-image: url("../img/Lucca3.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
#fourthph{
  width: 100%;
  height: 46vh;
  background-image: url("../img/Lucca4.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
#firstph:hover{
  background-image:
  linear-gradient(to bottom, rgba(184,64,114,0.7) 0%, rgba(184,64,114,0.7) 100%),
  url('../img/Lucca1.png');
  width: 100%;
}
.hide{
  display: none;
}
#firstph:hover .hide{
  display: block;
  font-size: 4.5vh;
  color: white;
  opacity: 1;
  padding-top: 14vh;
  font-family: "Cinzel", serif;
  text-align: center;
  font-weight: 500;
}
.location{
  width: 16vh;
  height: 16vh;
  background-image: url("../img/location.png");
  background-position: center;
  background-size: 45%;
  background-repeat: no-repeat;
  padding-top: 5vh;
}
.location:hover{
  background-image: url("../img/location-hover.png"); 
}
#secondph:hover{
  background-image:
  linear-gradient(to bottom, rgba(36, 35, 35, 0.7) 0%, rgba(36, 35, 35, 0.7) 100%),
  url('../img/Lucca2.png');
}
#secondph:hover .hide{
  display: block;
  font-size: 4vh;
  color: white;
  opacity: 1;
  padding-top: 5vh;
  font-family: "Cinzel", serif;
  text-align: center;
  font-weight: 500;
}
#thirdph:hover{
  background-image:
  linear-gradient(to bottom, rgba(184,64,114,0.7) 0%, rgba(184,64,114,0.7) 100%),
  url('../img/Lucca3.png');
}
#thirdph:hover .hide{
  display: block;
  font-size: 4.5vh;
  color: white;
  opacity: 1;
  padding-top: 15vh;
  font-family: "Cinzel", serif;
  text-align: center;
  font-weight: 500;
}
#fourthph:hover{
  background-image:
  linear-gradient(to bottom, rgba(36, 35, 35, 0.7) 0%, rgba(36, 35, 35, 0.7) 100%),
  url('../img/Lucca4.png');
}
#fourthph:hover .hide{
  display: block;
  font-size: 4.5vh;
  color: white;
  opacity: 1;
  padding-top: 14vh;
  font-family: "Cinzel", serif;
  text-align: center;
  font-weight: 500;
}
#context4 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#context4 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 500px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(35% - 60px);
}

#context5 h2{
  margin-top: 5vh;
}
#context5 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#context5 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 500px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(35% - 60px);
}
#lucida-portraits{
  height: 85vh;
  position: absolute;
  top: 0;
}
#ortobotanico{
  height: 85vh;
  position: absolute;
  transform: rotate(6deg);
  top: 0vh;
  right: 0vw;
  z-index: -2;
}
.sect-arr{
  width: 50vh;
  height: 20vh;
  background-image: url("../img/down.png");
  background-position: center;
  background-size: 15%;
  background-repeat: no-repeat;
  font-size: 3vh;
  font-family: "Cinzel", seif;
  color:white;
}
.sect-arr:hover{
  background-image: url("../img/down-hover.png");
  color:#e68eb3;
}
/*--------------------------------------------------------------
# Concept
--------------------------------------------------------------*/
.concept .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.concept .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}
.concept .progress .skill .val {
  float: right;
  font-style: normal;
}
.concept .progress-bar-wrap {
  background: #f2f3f5;
}
.concept .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #0563bb;
}
.concept h2{
  margin-top: 0vh;
}
.persona{
  height: 100%;
  box-shadow: 0 0 50px #000000, 0 0 50px #000000;
}
.pers-col{
  height:40vh;
}
#laura{
  transform: rotate(-4deg);
  padding-left: 4vh;
}
#laura:hover{
  transform: rotate(1deg);
}
#riccardo{
  transform: rotate(10deg);
}
#riccardo:hover{
  transform: rotate(15deg);
}
#julia{
  transform: rotate(-10deg);
}
#julia:hover{
  transform: rotate(-15deg);
}
#paolo{
  transform: rotate(10deg);
}
#paolo:hover{
  transform: rotate(15deg);
}
#concept h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#concept h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 510px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(35% - 60px);
}
#conceptualmap{
  height: 80vh;
}
#concept2 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#concept2 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(35% - 60px);
}
#concept2 h2{
  text-align: right;
  padding-right: 4vh;
}
#concept2 p{
  text-align: right;
  padding-right: 4vh;
  padding-left: 12vh;
}
#concept3 h2{
  margin-top: 0;
}
#concept3 p{
  padding-right: 0;
  padding-left: 0;
  font-size: 2.9vh;
}
#concept3 .down-arr{
  height: 6vh;
}
#concept3 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#concept3 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 650px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(30% - 60px);
}
#concept3 table{
  font-size: 2.8vh;
  font-family: "Cinzel", serif;
  margin-left: 26vh;
  margin-top: 6vh;
  margin-bottom: 2vh;
  border: none;
}
#concept3 table td{
  border:1px solid #ddd;
  padding: 0.5vh 3vh 0.5vh 3vh;
}
#concept3 table tr:hover{
  background: #B84072;
}
#concept3 table .first{
  text-align: right;
  font-weight: 600;
  letter-spacing: 0.2vh;
  border-left: none;
}
#concept3 table .first{
  border-top: none;
}
#concept3 table .second{
  border-top: none;
}
#concept3 table #last-first,#concept3 table #last-second{
  border-bottom: none;
}
#concept3 table .second{
  text-align: left;
  padding-left: 3vh;
  border-right:none;
}
#concept4 .section-title{
  text-align: right;
}
#concept4 p{
  padding-right: 1vh;
  padding-left: 20vh;
}
#concept4 img{
  height: 95%;
}
#concept4 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#concept4 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(45% - 60px);
}
/*--------------------------------------------------------------
# Goals & Requirements
--------------------------------------------------------------*/
#goalsReq h2{
  margin-top: 2vh;
}
#goalintro{
  padding-top: 2vh;
}
#goalsReq h3{
  color:#B84072;
  font-weight: 600;
  letter-spacing: 0.3vh;
  font-size: 4vh;
}
#goals-left1, #goals-left2{
  text-align: right;
}
#goals-right1, #goals-right2{
  text-align: left;
}
#goals-left1 p, #goals-left2 p{
  padding: 0;
}
#goals-right1 p, #goals-right2 p{
  padding: 0;
}
#goalsReq h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#goalsReq h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(42% - 60px);
}
#goals-categ1{
  margin: 2vh 20vh 0 20vh;
}
#goals-categ2{
  margin: 0 20vh 0 20vh;
}
#goals-left1{
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding:2vh;
}
#goals-left2{
  padding:2vh;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
#goals-right1{
  padding:2vh;
}
#goals-right2{
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding:2vh;
}
#goalsReq{
  background-image: url("../img/Color-Stain-bw.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#goalsReq2 h2{
  margin-top: 2vh;
}
#goalsReq2 li, #goalsReq3 li{
  text-align: left;
  font-size: 4vh;
  line-height: 2.5;
}
#goalsReq2 ul{
  list-style: none;
  padding-left: 0;
}
#goalsReq2 .list{
  height:80px;
  width: 100px;
  background-image: url("../img/list.png");
  background-repeat: no-repeat;
  background-position: center right;
}
#list-el4{
  line-height: 1 !important;
  padding-top: 2.5vh;
}
#goalsReq2 .section-title{
  padding-bottom: 2vh;
}
#tech{
  width: 60vh;
  position:absolute;
  top:100px;
  left: 50px;
}
#tech:hover{
  transform:scale(1.2)
}
#goalsReq2 .down-arr{
margin-top: 8vh;
}
#goalsReq2 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#goalsReq2 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(40% - 60px);
}
.list-logistic{
  font-size: 4vh;
  text-align: left;
  margin-top: 4vh;
}
.list-logistic ul{
  list-style: none;
}
#goalsReq3 h2{
  margin-top: 2vh;
}
#goalsReq3 .list{
  height:86px;
  width: 110px;
  background-image: url("../img/list.png");
  background-repeat: no-repeat;
  background-position: center right;
}
.list-img{
  margin-top: 4vh;
}
#goalsReq3 #list-el1, #goalsReq3 #list-el2, #goalsReq3 #list-el4{
  line-height: 1 !important;
}
#goalsReq3 #list-el2{
  padding-top: 3.5vh;
}
#goalsReq3 #list-el1{
  padding-top: 1.5vh;
}
#logistic{
  width: 58vh;
  position:absolute;
  top:60px;
  left: 70px;
  z-index: -1;
}
#goalsReq3 .down-arr{
  margin-top: 8vh;
}
#goalsReq3 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#goalsReq3 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(40% - 60px);
}
#goalsReq4 li{
  font-size: 3.8vh;
  padding-top: 4vh;
  line-height: 1;
}
#goalsReq4 h2{
  margin-top: 2vh;
}
#goalsReq4 .titlePart2{
  font-size: 4.8vh;
}
#goalsReq4 .list{
  height:88px;
  width: 110px;
  background-image: url("../img/list.png");
  background-repeat: no-repeat;
  background-position: top right;
}
#goalsReq4 #list-el1{
  padding-top: 0;
}
#goalsReq4 #list-el2{
  padding-top: 3vh;
}
#goalsReq4 #list-el3{
  padding-top: 4.5vh;
}
#goalsReq4 #list-el4{
  padding-top: 6vh;
}
#goalsReq4 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#goalsReq4 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(40% - 60px);
}
#goalsReq4 #social{
  width: 65vh;
  position:absolute;
  top:60px;
  left: 70px;
  z-index: -1;
}
#goalsReq4 .down-arr{
  padding-top: 0;
  height: 55px;
}
#goalsReq5 h2{
  margin-top: 0;
}
#professional{
  width: 80vh;
  position:absolute;
  left: -30px;
  bottom: 200px;
}
#goalsReq5 .list{
  height:80px;
  width: 110px;
  background-image: url("../img/list.png");
  background-repeat: no-repeat;
  background-position: top right;
}
#goalsReq5 .list-img{
  margin-top: 3vh;
}
#goalsReq5 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#goalsReq5 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(40% - 60px);
}
#goalsReq5 li{
  line-height: 1;
  padding-top: 4vh;
}
#goalsReq5 #list-el1{
  padding-top: 0;
}
#goalsReq5 .sect-arr{
  height: 140px;
}
#goalsReq5 #list-el2{
  margin-top: 1.6vh;
}
#goalsReq5 #list-el3{
  margin-top: 1vh;
}
#goalsReq5 #list-el4{
  padding-top: 2vh !important;
}
#goalsReq5 .section-title{
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Story/Narrative
--------------------------------------------------------------*/
#story h2{
  margin-top: 0;
}
#narrative{
  height: 60vh;
  padding-top: 2vh;
}
#story .down-arr{
  height:60px;
}
#story .section-title{
  padding-bottom: 1vh;
}
#story h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#story h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(40% - 60px);
}

/*--------------------------------------------------------------
# App
--------------------------------------------------------------*/
#theApp h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#theApp h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 240px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(29% - 60px);
}
#theApp h2{
  margin-top: 0;
}
#theApp p{
  text-align: left;
  padding-left: 0;
}
.App-images{
  width:40vh;
}
#first-img{
  position:absolute;
  left: 18vh;
  transform: rotate(-8deg);
}
#first-img:hover{
  transform: rotate(1deg);
}
#smaller-img{
  width: 52vh;
  position: absolute;
  left: 61vh;
  transform: rotate(8deg);
}
#smaller-img:hover{
  transform: rotate(-2deg);
}
#third-img{
  transform: rotate(-10deg);
}
#third-img:hover{
  transform: rotate(-2deg);
}
.App-images{
  box-shadow: 0 0 50px #000000, 0 0 50px #000000;
}
#flow{
  width: 115vh;
}
#theApp2 .down-arr{
  margin-top: 2vh;
}
#theApp2 p{
  padding:0;
}
#theApp2 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#theApp2 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 240px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(29% - 60px);
}
#theApp2 .down-arr{
  height: 60px;
}
#zoom{
  position: absolute;
  top: 170px;
  left: 700px;
  font-family: "Cinzel", serif;
  letter-spacing: 0.3vh;
  background-color: #B84072;
  padding: 1.5vh !important;
  box-shadow: 0 0 50px #000000, 0 0 50px #000000;
}
#zoom-click{
  color: white;
}
#zoom-click:hover{
  color: #e68eb3;
}
#interD{
  width: 100vh;
}
#theApp3 h2{
  margin-top: 0;
}
#theApp3 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(25% - 28px);
}
#theApp3 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(35% - 60px);
}
.App-clues{
  width: 30vh;
  width: 40vh;
  position: absolute;
  top: 200px;
}
#theApp3 .sect-arr{
  margin-top: 52vh;
}
#theApp3 p{
  text-align: left;
  padding:0;
}
.App-clues:hover{
  transform: scale(1.3);
}


/*--------------------------------------------------------------
# Forever Young - The App
--------------------------------------------------------------*/
.theApp .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}
.theApp .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.theApp .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.theApp .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.theApp .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.theApp .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.theApp .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}
.theApp .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.theApp .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.theApp .iconbox-blue i {
  color: #47aeff;
}
.theApp .iconbox-blue:hover .icon i {
  color: #fff;
}
.theApp .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.theApp .iconbox-orange i {
  color: #ffa76e;
}
.theApp .iconbox-orange:hover .icon i {
  color: #fff;
}
.theApp .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.theApp .iconbox-pink i {
  color: #e80368;
}
.theApp .iconbox-pink:hover .icon i {
  color: #fff;
}
.theApp .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.theApp .iconbox-yellow i {
  color: #ffbb2c;
}
.theApp .iconbox-yellow:hover .icon i {
  color: #fff;
}
.theApp .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.theApp .iconbox-red i {
  color: #ff5828;
}
.theApp .iconbox-red:hover .icon i {
  color: #fff;
}
.theApp .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.theApp .iconbox-teal i {
  color: #11dbcf;
}
.theApp .iconbox-teal:hover .icon i {
  color: #fff;
}
.theApp .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# interactionDiagram
--------------------------------------------------------------*/
.interactionDiagram .section-header {
  margin-bottom: 40px;
}
#interactionDiagram #zoom{
  left: 80vh;
  top: 34vh;
}
#interD{
  width: 120vh;
}
#interactionDiagram h2{
  margin-top: 0;
  text-align: right;
  font-size: 4vh;
}
#interactionDiagram .titlePart2{
  font-size: 5.5vh;
}
#interactionDiagram p{
  padding: 0;
  text-align: right;
  padding-left: 5vh;
}
#interactionDiagram .sect-arr{
  padding: 0;
}
#interactionDiagram h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(25% - 28px);
}
#interactionDiagram h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 250px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(38% - 60px);
}
/*--------------------------------------------------------------
# Team Roles
--------------------------------------------------------------*/
#teamRoles .section-title{
  padding: 1vh;
}
#teamRoles p{
  padding-top: 2vh;
}
#teamRoles h2{
  margin-top: 0;
  text-align: right;
}
#team{
  width: 20vh;
  position: absolute;
  left:90vh;
  top:0;
}
#teamRoles h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 0px;
  background: #B84072;
  bottom: 0;
  left: calc(20% - 28px);
}
#teamRoles h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: calc(77% - 60px);
}
#teamRoles h3 {
  position: relative;
  font-family: "Cinzel", serif;
  text-shadow: #B84072 1px 1px;
  padding: 0;
  margin: 0 0 15px 0;
  padding-top: 6vh;
}
#teamRoles .social-links {
  margin: 0 0 40px 0;
}
#teamRoles .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #B84072;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#teamRoles .social-links a:hover {
  background: #e68eb3;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000000;
  color: #f7f8f9;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
#footer h3 {
  font-size: 36px;
  position: relative;
  font-family: "Cinzel", serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #B84072;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #e68eb3;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}
