body {
    margin: 0px;
    max-width: 100%;
    overflow-x: hidden;
    font-family: optima;
}

body a:hover{
   color: #FF8A66;
}

body a:click{
   color: black;
}

h1 {
    font-family: Philosopher;
    color: #FF8A66;
    font-size: 50px;
    font-weight: 300;
}

h2 {
    font-family: Optima;
    font-size: 28px;
    font-weight: 300;
}

h3{
    font-family: Philosopher;
    font-size: 33px;
    margin-top: 0px;
    margin-bottom: 5%;
    color: #3E3E3E;
}

h4 {
    font-family: Philosopher;
    color: #575757;
    font-size: 22px;
}

h5{
    font-family: Philosopher;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 5%;
    color: #C0C0C0;
}

p {
    font-family: optima;
    font-size: 20px;
}

#allTop{
        background-image: url("../images/headerTrans.png");
        background-size: 101%;
        background-repeat: no-repeat;
        margin-top: -0.5%;
        margin-left: -1%;
        height: 1000px;
}

header {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 23%;
    height: 50px;
    padding: 1%;
    text-align: left;
    margin-top: -0.5%;
    margin-left: 0.5%;
}

.heroNav {
    position: relative;
    display: flex;
}

#heroContent {
    width: 45%;
    margin-top: 3%;
    margin-left: 7%;
}

nav {
    display: grid;
    font-family: Optima;
    white-space: nowrap;
    height: 5%;
    text-align: right;
    margin-top: -110%;
    margin-left: 88%;
}

nav a {
    padding: 15px;
    font-size: 20px;
    color: #575757;
}

a{
  text-decoration: none;
}

#HP{
    margin-bottom: 50%;
}

#AU {
    margin-bottom: 25%;
}

#PT {
    margin-bottom: 25%;
}


.dropdown {
    padding: 50px 20px 75px 50px;
    font-size: 20px;
    color: #575757;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 125px;
  z-index: 1;
  margin-top: 3%;
  margin-left: -111%;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #575757;
  padding: 5px 7px;
  text-decoration: none;
  display: block;
  font-size: 17px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: none;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {color: none;}

.dropdown:hover {color: #FF8A66;}

.navigation {
    display: flex;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

#OP {
  position: relative;
  padding-right: 8px;
}

#OP::before {
  content: "";
  position: absolute;
  right: 0;
  top: -25%;
  transform: translateY(-50%);
  width: 1px;
  height: 0px;
  background-color: #FF8A66;
  transition: height 0.25s ease;
}

/* 🔥 Trigger line when hovering Projects */
.dropdown:hover #OP::before {
  height: 500%;
}

.Hero-Img {
    width: 25%;
    margin-left: 3%;
}

#lines {
  transform: translate(0px, -40px); /* start: top-right */
  opacity: 0;
}

.observe-section.is-visible #lines {
  animation: moveVertical 0.9s ease-out forwards;
  animation-delay: 1s;
}

@keyframes moveVertical {
  to {
    transform: translate(0, 0); /* end: bottom-left (natural position) */
    opacity: 1;
  }
}

#mobile,
#ipad,
#watch {
  transform: translate(0px, -40px); /* start: top-right */
  opacity: 0;
}

.observe-section.is-visible #mobile {
  animation: moveVertical 0.9s ease-out forwards;
  animation-delay: 2s;
}

.observe-section.is-visible #ipad {
  animation: moveVertical 0.9s ease-out forwards;
  animation-delay: 2s;
}

.observe-section.is-visible #watch {
  animation: moveVertical 0.9s ease-out forwards;
  animation-delay: 2s;
}

@keyframes moveVertical {
  to {
    transform: translate(0, 0); /* end: bottom-left (natural position) */
    opacity: 1;
  }
}

.menu {
    display: none;
    width: 7%;
    margin-top: 1%;
    margin-right: 1%;
}

.projectsLogo {
  width: 12%;
}

.content {
    display: flex;
}

.Evento {
  margin-bottom: 25%;
  margin-left: 5%;
}

.Evento p {
    width: 50%;
}

.eventoProto {
  margin-top: -7%;
  margin-left: 5%;
  width: 33%;
}

.ENviro {
  margin-bottom: 25%;
  margin-left: 5%;
}

.ENviro p {
    width: 50%;
}

.enviroProto {
  width: 40%;
  margin-top: -5%;
  margin-left: 5%;
}

.MindQuota {
  display: flex;
  flex-direction: column; 
  align-items: left;
  text-align: left;
  margin-bottom: 25%;
  margin-left: 5%;
}

.MindQuota p {
    width: 80%;
}

.MindQuotaProto {
  width: 50%;
  margin-top: 5%;
  margin-left: 25%;
}

.contentMQ {
  margin-top: 2%;
  margin-left: 7%;
}

.ShareAll {
  margin-top: 10%;
  margin-bottom: 10%;
}

.contentSH {
  justify-content: right;
  margin-top: 2%;
  margin-left: 50%;
}

.ShareAll p {
    width: 75%;
}

.shareAll-logo {
  width: 33%;
}

.shareallProto {
  width: 44%;
  margin-left: 7%;
}

.ViB {
    display: flex;
}

.contentViB {
    display: flex;
    flex-direction: column;
}

.ViB-logo {
    margin-left: 10%;
    width: 10%;
}

.ViB p {
    width: 75%;
    margin-left: 10%;
}

.ViBProto {
    width: 40%;
    margin-top: 2%;
    margin-left: 5%;
}


.footerBlack {
            display: flex;
            background: linear-gradient(to bottom right, #575757, #000000);
            color: white;
            height: 200px;
            margin: 0px -3.5px 0px -50px;
            padding: 30px;
            background-repeat: no-repeat;
            background-size: 100%;
            justify-content: space-evenly;
            font-family: optima;
            clip-path: polygon(0% 0%, 100% 17%, 100% 100%, 0% 100%);
}

.footerOrange {
            display: flex;
            background: linear-gradient(to top right, #FCC8B8, #FD5B29);
            color: white;
            height: 222px;
            margin: 100px -3.5px -227px -50px;
            padding: 30px;
            background-repeat: no-repeat;
            background-size: 100%;
            justify-content: space-evenly;
            font-family: optima;
            clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
}

footer p {
    font-size: 17px;
}

.footerAbout {
    margin-top: 2%;
    margin-left: -10%;
}

.footerAbout p{
    margin-top: -2%;
}


.footerC {
    margin-top: 2.5%;
}


.con {
      display: flex;
}

.con p{
       margin-left: 5%;
       margin-top: 0.5%;
}

.socials {
    width: 1000px;
    margin-left: 60%;
    margin-top: 0.5%;
}

.soc1{
    width: 6%;
    height: 15%;
    padding-left: 17%;
}

.soc2{
    width: 8%;
    height: 19%;
    padding-left: 20%;
    margin-bottom: -1%;
}

.copyright {
         background: linear-gradient(to bottom right, #575757, #000000);
         border-top: #C0C0C0 1px solid;
         color: #C0C0C0;
         height: 30px;
         text-align: center;
         font-family: Philosopher;
         font-size: 22px;
         padding: 30px 0px 0px 0px;
         margin-right: -0.3%;
}

.copyright p{
             margin-top: -0.7%;
}

@media only screen and (max-width: 500px){

    #allTop{
        width: 1000px;
    }

    .sec {
      width: 242%;
    }

    footer{
        width: 990px;
    }
    .copyright{
        width: 1000px;
    }

    .ProtoEn{
        margin-left: 5%;
    }        
}

@media (min-width: 279px) and (max-width: 300px) {

    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 17px;
    }
    nav {
        margin-top: -10%;
        margin-left: -40%;
    }
    .dropdown {
        padding: 48px;
    }
    .footerAbout {
        margin-left: 5%;
        width: 90%;
    }
    .footerC {
        margin-left: -5%;
    }
}

@media (min-width: 300px) and (max-width: 400px) {

    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 17px;
    }
    #allTop {
        background-size: 144%;
    }
    .navigation {
        display: none;
    }
    .navigation.active {
        display: block;
    }
    nav {
        margin-top: -10%;
        margin-left: -40%;
        background-color: rgba(255, 255, 255, 0.77);
        border-radius: 10px;
        width: 175%;
        box-shadow: 0 4px 50px rgba(255, 138, 102, 0.2);
    }
    .dropdown-content {
        margin-left: -110%;
    }
    .dropdown {
        padding: 48px;
    }
    #PT {
        margin-left: 55%;
    }
    .menu {
        display: block;
    }
    .sec {
    width: 266%;
    }
    .Evento {
    margin-top: -44%;
    margin-bottom: 55%;
    }
    .ViB {
        width: 200%;
    }
    .footerAbout {
        margin-left: 5%;
        width: 90%;
    }
    .footerC {
        margin-left: -5%;
    }
}

@media (min-width: 279px) and (max-width: 300px) {

  #allTop {
    height: 626px;
  }
  .sec {
    width: 278%;
  }
 }

 @media (min-width: 300px) and (max-width: 400px) {
    
    #allTop {
        width: 1020px;
    }
    nav {
        margin-top: 150%;
        margin-left: -25%;
    }
    #contact {
        width: 1020px;
    }
    .copyright {
        width: 1020px;
    }
 }

 @media (min-width: 351px) and (max-width: 366px) {
    .sec {
    width: 278%;
    }
}

@media (min-width: 340px) and (max-width: 350px) {
    .sec {
      width: 291%;
    }
} 

@media (min-width: 389px) and (max-width: 391px) {
   .sec {
    width: 257%;
  }
}

@media (min-width: 374px) and (max-width: 376px) {
  .Evento {
    margin-top: 0%;
  }
 }

@media (min-width: 400px) and (max-width: 500px) {

    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 17px;
    }
    #allTop {
        background-size: 144%;
        width: 1020px;
    }
    .menu {
        display: block;
    }
    .navigation {
        display: none;
    }
    .navigation.active {
        display: block;
    }
    nav {
        margin-top: 160%;
        margin-left: -25%;
        background-color: rgba(255, 255, 255, 0.77);
        border-radius: 10px;
        width: 175%;
        box-shadow: 0 4px 50px rgba(255, 138, 102, 0.2);
    }
    .dropdown-content {
        margin-left: -110%;
    }
    .dropdown {
        padding: 48px;
    }
    #PT {
        margin-left: 55%;
    }
    .Evento {
        margin-top: 25%;
        margin-bottom: 50%;
    }
    .ViB {
        width: 200%;
    }
    #contact {
        width: 1020px;
    }
    .footerAbout {
        margin-left: 5%;
        width: 90%;
    }
    .footerC {
        margin-left: -5%;
    }
    .copyright {
        width: 1020px;
    }
}

@media (min-width: 429px) and (max-width: 431px) {
    .sec {
        width: 233%;
    }
    .Evento {
        margin-bottom: 50%;
    }
}

@media (min-width: 500px) and (max-width: 550px) {

    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 14px;
    }
    h3 {
        white-space: nowrap;
        font-size: 20px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 20px;
    }
    p {
        font-size: 14px;
    }
    #allTop {
        background-size: 144%;
        width: 106%;
    }
    #allTop a{
        font-size: 17px;
    }
    header img {
        height: 100%;
    }
    #heroContent {
        width: 40%;
    }
    nav {
        margin-top: -55%;
        margin-left: 35%;
    }
    nav a {
        padding: 7px;
        font-size: 17px;
    }
    .dropdown-content {
        margin-left: -122%;
    }
    .dropdown-content a {
        font-size: 11px;
    }
    #HP {
    margin-bottom: 30%;
    }
    #AU {
        margin-bottom: 0%;
    }
    #PT {
        font-size: 17px;
        margin-left: 14%;
        margin-bottom: 0%;
    }
    #CT {
        margin-top: -5%;
    }
    .Hero-Img {
        margin-top: -11%;
    }
    .Evento {
      margin-top: -70%;
    }
    .enviroProto {
        height: 80%;
    }
    .sec {
    width: 100%;
    }
    footer{
        width: 105%;
    }
    .footerAbout {
        width: 50%;
        margin-left: 7%;
    }
    .socials {
        margin-top: 1%;
    }
    .soc1 {
        height: 12%;
        margin-bottom: -1%;
    }
    .soc2 {
        height: 15%;
        margin-bottom: -2%;
    }
    .copyright{
        width: 105%;
    }
}

@media (min-width: 550px) and (max-width: 800px) {

    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        white-space: nowrap;
        font-size: 22px;
    }
    h4 {
        font-size: 19px;
    }
    h5 {
        font-size: 22px;
    }
    p {
        font-size: 17px;
    }
    #allTop{
        width: 101%;
    }
    header img {
        height: 111%;
    }
    #heroContent {
        width: 50%;
        margin-top: -1%;
    }
    #heroContent h3 {
        font-size: 22px;
    }
    nav {
        margin-top: -65%;
        margin-left: 55%;
    }
    nav a {
        padding: 7px;
        font-size: 17px;
    }
    .dropdown-content a {
        font-size: 15px;
    }
    #HP{
        margin-bottom: 30%;
    }
    #AU {
        margin-bottom: 0%;
    }
    #PT {
        font-size: 17px;
        margin-left: 14%;
        margin-bottom: 0%;
    }
    #CT {
        margin-top: -5%;
    }
    #OP::before {
        top: -35;
    }
    .dropdown:hover #OP::before {
        height: 300%;
    }
    .Hero-Img {
        margin-top: -20%;
    }
    .Evento {
      margin-top: -10%;
    }
    .enviroProto {
        height: 80%;
    }
    footer{
        width: 100%;
    }
    footer p {
        font-size: 16px;
    }
    .footerAbout {
        width: 50%;
        margin-left: 2%;
    }
    .socials {
        margin-top: 1%;
    }
    .soc1 {
        height: 12%;
        margin-bottom: -1%;
    }
    .soc2 {
        height: 15%;
        margin-bottom: -2%;
    }
    .copyright{
        width: 100%;
    }
}

@media (min-width: 550px) and (max-width: 700px) {

    h2 {
        font-size: 17px;
    }
    #allTop {
        height: 500px;
    }
    #allTop a{
        font-size: 17px;
    }
    #heroContent {
        width: 50%;
    }
    nav {
        margin-top: -55%;
        margin-left: 40%;
    }
    nav a {
        padding: 7px;
        font-size: 17px;
    }
    #PT {
        font-size: 17px;
    } 
    .ProtoEn {
        height: 222px;
    }
    .eventoProto {
        height: 80%;
    }
    .card {
        width: 120px;
    }
    footer p {
        font-size: 16px;
    }
    .footerAbout {
        margin-left: 5%;
    }
}

@media (min-width: 700px) and (max-width: 750px) {
    h2 {
      font-size: 17px;
    }
    p {
      font-size: 16px;
    }
 }

 @media (min-width: 760px) and (max-width: 770px) {
    .Evento {
      margin-top: -55%;
    }
  }


@media (min-width: 800px) and (max-width: 895px) {

    h3 {
        white-space: nowrap;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    #allTop{
        width: 101%;
    }
    #heroContent {
        width: 50%;
        margin-top: -1%;
    }
    #heroContent h1 {
        font-size: 35px;
    }
    #heroContent h2 {
        font-size: 19px;
    }
    #heroContent h3 {
        font-size: 25px;
    }
    nav {
        margin-top: -90%;
        margin-left: 55%;
    }
    nav a {
        padding: 7px;
        font-size: 17px;
    }
    .dropdown-content a {
        font-size: 15px;
    }
    #HP{
        margin-bottom: 30%;
    }
    #AU {
        margin-bottom: 0%;
    }
    #PT {
        font-size: 17px;
        margin-left: 14%;
        margin-bottom: 0%;
    }
    #CT {
        margin-top: -5%;
    }
    #HeroHome-Image {
        width: 80%;
    }
    #OP::before {
        top: -35;
    }
    .dropdown:hover #OP::before {
        height: 300%;
    }
    .Hero-Img {
        margin-top: -20%;
    }
    .contentSH {
        margin-left: 42%;
    }
    footer{
        width: 100%;
    }
    .footerAbout {
        width: 50%;
        margin-left: 2%;
    }
    .socials {
        margin-top: 1%;
    }
    .soc1 {
        height: 12%;
        margin-bottom: -1%;
    }
    .soc2 {
        height: 15%;
        margin-bottom: -2%;
    }
    .copyright{
        width: 100%;
    }
}

@media (min-width: 895px) and (max-width: 1000px) {

    h3 {
        white-space: nowrap;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    #allTop{
        width: 102%;
    }
    #heroContent {
        width: 50%;
        margin-top: -1%;
    }
    #heroContent h1 {
        font-size: 38px;
    }
    #heroContent h2 {
        font-size: 20px;
    }
    #heroContent h3 {
        font-size: 28px;
    }
    nav {
        margin-top: 0%;
        margin-left: 60%;
    }
    nav a {
        padding: 7px;
        font-size: 19px;
    }
    #PT {
        margin-left: 14%;
    }
    #OP::before {
        top: -35;
    }
    .dropdown:hover #OP::before {
        height: 300%;
    }
    .Hero-Img {
        margin-top: -20%;
    }
    .contentSH {
        margin-left: 42%;
    }
    footer{
        width: 100%;
    }
    .footerAbout {
        width: 50%;
        margin-left: 2%;
    }
    .socials {
        margin-top: 1%;
    }
    .soc1 {
        height: 12%;
        margin-bottom: -1%;
    }
    .soc2 {
        height: 15%;
        margin-bottom: -2%;
    }
    .copyright{
        width: 100%;
    }
}

@media (min-width: 819px) and (max-width: 821px) {

  #heroContent {
    width: 50%;
  }
  .Evento {
    margin-top: -22%;
  }
}

@media (min-width: 850px) and (max-width: 855px) {

    nav {
        margin-top: -80%;
    }
    .Evento {
        margin-top: -40%;
  }
}

@media (min-width: 1000px) and (max-width: 1025px) {

    #allTop {
        width: 105%;
    }
    #heroContent {
        width: 50%;
        margin-top: -1%;
    }
    #heroContent h1 {
        font-size: 40px;
    }
    #heroContent h2 {
        font-size: 22px;
    }
    #heroContent h3 {
        font-size: 30px;
    }
    nav {
        margin-top: 20%;
        margin-left: 60%;
    }
    nav a {
        padding: 10px;
    }
    .Hero-Img {
        margin-top: -20%;
    }
    .sec {
    width: 100%;
    }
    #contact {
        width: 105%;
    }
    .contentSH {
    margin-left: 40%;
    }
    .footerAbout {
    width: 50%;
    margin-left: 2%;
    }
    .copyright {
        width: 105%;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {

    #heroContent {
        width: 50%;
        margin-top: -1%;
    }
    nav {
        margin-top: -77%;
        margin-left: 70%;
    }
    nav a {
        padding: 10px;
    }
    .Hero-Img {
        width: 25%;
        margin-top: -12%;
    }
    .envisionImg {
        margin-top: -16%;
        margin-left: 5%;
    }

    .footerAbout {
        margin-left: 0%;
    }
}

@media (min-width: 1275px) and (max-width: 1285px) {

    .envisionImg {
        margin-top: -10%;
        margin-left: 7%;
    }
    .footerAbout {
        width: 50%;
        margin-left: 2%;
    }
}