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: 75%;
    margin-top: 3%;
    margin-left: 7%;
}

nav {
    display: grid;
    font-family: Optima;
    white-space: nowrap;
    height: 5%;
    text-align: right;
    margin-top: -350%;
    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%;
}

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

.Hero-Img {
    width: 75%;
    margin-top: 75%;
}

.introEn {
        margin-left: 5%;
}

.envisionLogo {
    width: 15%;
    height: 9%;
}

.ThreePr {
    display: flex;
    margin-left: -2%;
}

.card {   
    display: flex;
    width: 190px;
    flex-direction: column;
    text-align: left;
    padding: 2%;
}

.purposeV {
    background-color: #F8F8F8;
    padding: 5%;
}


.divPM {
    display: flex;
    justify-content: center;
    margin-top: 4%;
}

.cardPM {   
    position: relative;
    display: flex;
    width: 40%;
    flex-direction: column;
    padding: 1%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border: 1px solid #FF8A66;
    border-radius: 10px;

}

.cardPM::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: skewY(-5deg);
    transform-origin: left top; 
}

.cardPM::after {
    content: '';
    position: absolute;
    top: -30;
    left: 0;
}

.cardPM h4 {
    color: #FF8A66;
    margin-left: 7%;

}

.cardPM p {
    color: black;
    padding: 1% 3% 3% 7%;
}

.protoEN {
      margin-left: 5%;
      margin-top: -5%;
      height: 550px;
}

.protoEN2 {
      margin-left: 5%;
      margin-top: 5%;
      height: 300px;
}

.protoEN3 {
      margin-left: -2%;
      margin-top: 5%;
      height: 380px;
}

.contentDoc {
    width: 75%;
    margin-left: 5%;
    margin-top: 5%;
}

.secFF {
    margin-top: 5%;
    margin-left: 5%;
}

.content {
    display: flex;
    margin-left: 2%;
    margin-left: 5%;
}

.content p {
    width: 50%;
}



.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;
        }
        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;
    }
    .protoEN {
        height: 250px;
    }
    .threeS {
        margin-top: -55%;
    }
    .enVisionLogo {
        width: 33%;
    }
   .purposeV {
        width: 348%;
    }
    .divPM{
        width: 344%;
        margin-top: 15%;
    }
    .secFF {
        width: 344%;
        margin-top: 15%;
    }
    .enVisionLogo {
        width: 33%;
    }
    .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%;
        width: 1003px;
        margin-left: -3%;
    }
    .navigation {
        display: none;
    }
    .navigation.active {
        display: block;
    }
    nav {
        margin-top: -90%;
        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;
    }
    .Hero-Img {
        margin-top: 90%;
    }
    .envisionLogo {
        width: 66%;
        height: 10%;
        margin-top: -40%;
        margin-bottom: -20%;
    }
    .threeS {
        margin-top: 0%;
    }
    .protoEN {
        margin-left: 5%;
        height: 250px;
    }
    .protoEN2 {
        margin-left: 0%;
        height: 250px;
    }
    .protoEN3 {
        margin-left: -5%;
        height: 250px;
    }
    .purposeV {
        width: 268%;
    }
    .divPM{
        width: 268%;
        margin-top: 15%;
    }
    .secFF {
        width: 268%;
        margin-top: 15%;
    }
    .footerAbout {
        margin-left: 5%;
        width: 90%;
    }
    .footerC {
        margin-left: -5%;
    }
}

@media (min-width: 374px) and (max-width: 376px) {
   .purposeV {
        width: 257%;
    }
    .divPM{
        width: 257%;
    }
    .secFF {
        width: 257%;
    }
} 

@media (min-width: 389px) and (max-width: 391px) {
   .purposeV {
        width: 244%;
    }
    .divPM{
        width: 244%;
    }
    .secFF {
        width: 244%;
    }
}


@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: 1004px;
        margin-left: -4%;
    }
    .logo {
        margin-left: 2%;
    }
    .navigation {
        display: none;
    }
    .navigation.active {
        display: block;
    }
    nav {
        margin-top: -100%;
        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%;
    }
    .Hero-Img {
        margin-top: 90%;
    }
    .menu {
        display: block;
    }
    .envisionLogo {
        width: 33%;
        height: 8%;
        margin-top: -40%;
        margin-bottom: -20%;
    }
    .threeS {
        margin-top: -22%;
    }
    .protoEN {
        margin-left: 5%;
        height: 250px;
    }
    .protoEN2 {
        margin-left: 0%;
        height: 250px;
    }
    .protoEN3 {
        margin-left: -5%;
        height: 250px;
    }
    .purposeV {
        width: 233%;
    }
    .divPM {
        margin-top: 10%;
        width: 233%;
    }
    .secFF {
        margin-top: 10%;
        width: 233%;
    }
    .footerAbout {
        margin-left: 5%;
        width: 90%;
    }
    .footerC {
        margin-left: -5%;
    }
}

@media (min-width: 429px) and (max-width: 431px) {
    .purposeV {
        width: 222%;
    }
    .secFF {
        width: 222%;
    }
}

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

    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 17px;
    }
    h3 {
        white-space: nowrap;
        font-size: 22px;
    }
    h4 {
        font-size: 19px;
    }
    h5 {
        font-size: 22px;
    }
    p {
        font-size: 17px;
    }
    #allTop {
        background-size: 144%;
    }
    #allTop a{
        font-size: 17px;
    }
    header img {
        height: 100%;
    }
    nav {
        margin-top: -250%;
        margin-left: 35%;
    }
    nav a {
        padding: 7px;
        font-size: 17px;
    }
    #heroContent {
       margin-top: -2%;
       width: 150%;
    }
    #heroContent h2 {
        margin-top: -4%;
        font-size: 17px;
    }
    #heroContent h3 {
        margin-top: -5%;
     }
    nav {
        margin-top: -160%;
        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: 90%;
    }
    .introEN {
        margin-top: -100%;
        margin-left: 5%;
    }
    .envisionLogo {
        width: 33%;
        height: 8%;
        margin-top: 0%;
    }
    .threeS {
        width: 90%;
        margin-top: 0%;
    }
    .card {
        width: 120px;
    }
    .protoEN {
        margin-left: 5%;
        height: 150px;
    }
    .protoEN2 {
        margin-left: 0%;
        height: 111px;
    }
    .protoEN3 {
        margin-left: -5%;
        height: 150px;
    }
    footer{
        width: 100%;
    }
    .footerAbout {
        width: 50%;
        margin-left: 7%;
    }
    .socials {
        margin-top: 2%;
    }
    .soc1 {
        height: 9%;
        margin-bottom: -1%;
    }
    .soc2 {
        height: 11%;
        margin-bottom: -2%;
    }
    .copyright{
        width: 100%;
    }

}

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

    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 17px;
    }
    h3 {
        white-space: nowrap;
        font-size: 22px;
    }
    h4 {
        font-size: 19px;
    }
    h5 {
        font-size: 22px;
    }
    p {
        font-size: 17px;
    }
    #allTop{
        width: 100%;
        height: 500px;
    }
    .logo img {
        height: 122%;
    }
    #allTop{
        width: 102%;
    }
    #heroContent {
        width: 150%;
        margin-top: -1%;
    }
    #heroContent h2 {
        font-size: 17px;
        margin-top: -3%;
    }
    #heroContent h3 {
        margin-top: -5%;
     }
    nav {
        margin-top: -155%;
        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%;
    }
    .introEN {
        margin-left: 5%;
    }
    .envisionLogo {
        width: 33%;
        height: 8%;
        margin-top: 0%;
    }
    .threeS {
        width: 90%;
        margin-top: 0%;
    }
    .card {
        width: 120px;
    }
    .protoEN {
        margin-left: -2%;
        height: 255px;
    }
    .protoEN2 {
        margin-left: 2%;
        height: 175px;
    }
    .protoEN3 {
        margin-left: 0%;
        height: 175px;
    }
    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: 719px) and (max-width: 725px) {
    .Hero-Img {
        margin-top: 60%;
    }
    .envisionLogo {
        width: 33%;
        height: 12%;
        margin-top: 0%;
    }
 }

@media (min-width: 730px) and (max-width: 750px) {
    nav {
        margin-top: -177%;
    }
    .envisionLogo {
        width: 33%;
        height: 17%;
        margin-top: 0%;
    }
 }

@media (min-width: 550px) and (max-width: 700px) {
    .envisionLogo {
        width: 33%;
        height: 17%;
        margin-top: 0%;
    }
    .copyright{
        width: 100.3%;
    }
}


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

    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 19px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    #allTop{
        width: 102%;
        background-size: 120%;
    }
    #heroContent {
        width: 100%;
        margin-top: -1%;
    }
    #heroContent h2 {
        font-size: 20px;
        margin-top: -5%;
    }
    #heroContent h3 {
        margin-top: -5%;
     }
    nav {
        margin-top: -170%;
        margin-left: 60%;
    }
    nav a {
        padding: 10px;
    }
    #PT {
        margin-bottom: 0%;
        margin-left: 5%;
    }
    .protoEn {
        height: 333px;
    }
    .purposeV {
        width: 91%;
    }
     .introEN {
        margin-left: 5%;
    }
    .envisionLogo {
        width: 33%;
        height: 20%;
        margin-top: -33%;
    }
    .threeS {
        width: 90%;
        margin-top: -25%;
    }
    .card {
        width: 120px;
    }
    .protoEN {
        margin-left: -2%;
        height: 450px;
    }
    .protoEN2 {
        margin-left: 0%;
        height: 200px;
    }
    .protoEN3 {
        margin-left: -7%;
        height: 250px;
    }
    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) {

    #allTop{
        width: 102%;
    }
    #heroContent {
        width: 100%;
        margin-top: -1%;
    }
    #heroContent h2 {
        font-size: 20px;
        margin-top: -5%;
    }
    #heroContent h3 {
        margin-top: -5%;
     }
    nav {
        margin-top: -177%;
        margin-left: 70%;
    }
    nav a {
        padding: 10px;
    }
    #PT {
        margin-bottom: 0%;
    }
    .protoEn {
        height: 333px;
    }
    .purposeV {
        width: 91%;
    }
     .introEN {
        margin-left: 5%;
    }
     .envisionLogo {
        width: 33%;
        height: 17%;
        margin-top: -27%;
    }
    .threeS {
        width: 90%;
        margin-top: -20%;
    }
    .card {
        width: 120px;
    }
    .protoEN {
        margin-left: -2%;
        height: 450px;
    }
    .protoEN2 {
        margin-left: 0%;
        height: 200px;
    }
    .protoEN3 {
        margin-left: -7%;
        height: 300px;
    }
    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.3%;
    }
}

@media (width: 912px) {
    .envisionLogo {
        width: 33%;
        height: 8%;
        margin-top: -33%;
    }
}

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

    .threeS {
        margin-top: -23%;
    }

}

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

    #heroContent {
        width: 100%;
        margin-top: -1%;
    }

    #heroContent h2 {
        font-size: 22px;
    }
    nav {
        margin-top: -200%;
        margin-left: 70%;
    }
    nav a {
        padding: 10px;
    }
    .protoEn {
        height: 333px;
    }
    .threeS {
        margin-top: -17%;
    }
    .purposeV {
        width: 91%;
    }
     .introEN {
        margin-left: 5%;
    }
    .envisionLogo {
        width: 33%;
        height: 15%;
        margin-top: -27%;
    }
    .envisionImg {
        margin-top: -16%;
        margin-left: 5%;
    }
    .protoEN {
        margin-left: -2%;
        height: 450px;
    }
    .protoEN2 {
        margin-left: 0%;
        height: 200px;
    }
    .protoEN3 {
        margin-left: -7%;
        height: 300px;
    }
    .footerAbout {
    width: 50%;
    margin-left: 2%;
    }
}

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

    #heroContent {
        width: 100%;
        margin-top: -1%;
    }
    nav {
        margin-top: -230%;
        margin-left: 70%;
    }
    nav a {
        padding: 10px;
    }
    .introEN {
        margin-left: 5%;
    }
    .envisionLogo {
        width: 33%;
        height: 15%;
    }
    .envisionImg {
        margin-top: -16%;
        margin-left: 5%;
    }
    .protoEN {
        margin-left: 0%;
        height: 500px;
    }
    .protoEN2 {
        margin-left: 2%;
        height: 275px;
    }
    .protoEN3 {
        margin-left: -5%;
        height: 333px;
    }
    .footerAbout {
        margin-left: 0%;
    }
}

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

    #heroContent {
        width: 90%;
    }
    nav {
        margin-top: -250%;
    }
    .introEN {
        margin-left: 5%;
    }
    .envisionLogo {
        width: 30%;
        height: 15%;
    }
    .protoEN {
        margin-left: 0%;
    }
    .protoEN3 {
        margin-left: -5%;
    }
    .envisionImg {
        margin-top: -10%;
        margin-left: 7%;
    }
    .footerAbout {
        width: 50%;
        margin-left: 2%;
    }
}