body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: rgb(30, 52, 47);
    color: #ffffff;
    text-size-adjust: 100%;
    height: 100vh;
    /* padding: 20px; */ 
    box-sizing: border-box;
}

header {
    background-color: rgb(33, 56, 51);
    padding: 10px 0;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.hamburger {
    display: none;
}
.side-menu {
    display: none; 
}
.nav {
    border-right: 1px solid rgb(255 64 64);
    height: 70px;
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
    padding-top: 10px;
    color: rgb(59, 103, 94);
    font-size: 21px;
    font-family: 'MyFont7', orig_ubuntu_light;
}

nav ul li a {
    color: rgb(59, 103, 94);
    text-decoration: none;
}

nav ul li a.active {
    color: rgb(255 64 64);
}

nav ul li a:hover {
    color: rgb(242, 189, 30);
}

.hero {
    position: relative;
    padding-top: 19%; /* To ensure the header doesn't overlap */
    text-align: center;
   padding-bottom:25%;
   height:100%;
    color: #fff;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.bk1{
    display: none;
}
.bk2{
    display: none;
}
.train{
    display: none;
}
.background {
    width: 90%;
    position: relative;
    z-index: 1;
    height: 80%;
}
.mobile-background{
    display: none;
}
.balloonabout {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 100%;
    animation: float 6s infinite ease-in-out;
    z-index: 2;
}


.bird {
    position: absolute;
    top: 19%;
    left: 0;
    width: 60%;
    animation: float 3s infinite ease-in-out;
    z-index: 0;
}
.globe{
    position: absolute;
    top: 55%;
    right: 10%;
    width: 35%;
    z-index: 0; 
    transform: rotate(25deg);
}
.box_one1 {
    text-align: center; /* Center align the content */
    top: 2%;
    position: absolute;
    background-color: rgb(59, 103, 94, 1);
    z-index: 1;
    padding: 25px;
    margin: 20px 0 50px 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    left: 15%;
    /* width: 45%; */
    /* height: 3%; */
    max-width: 400px;
    color: rgb(65, 65, 65);
    box-shadow: -3.54px 3.54px 21px 0px rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}


/* Animation definition */
@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.box_one1 {
    opacity: 0;
    visibility: hidden;
}

/* Apply animation when the 'animate' class is added */
.box_one1.animate {
    animation: slideInFromLeft 1s ease-out forwards;
    visibility: visible; /* Ensure visibility during animation */
}

.initial {
    font-size: 60px;
    /* padding: 20px; */
    font-family: 'MyFont1', orig_gothambold;
    color: rgba(255, 64, 64, 1);
    font-weight: 400; /* semi-bold */
    margin: 0; /* Remove top margin for position */
    padding-bottom: 8px;
    margin-right: 15px;
}

.initial1 {
   
    font-size: 48px;
    color: rgba(255, 133, 112, 1);
  
    margin: 0; /* Remove top margin for position */
    font-family: 'MyFont2', orig_gothamlight;
}

.divider{
    width: 100%;
    top: 10%;
    background-color:rgba(194, 61, 60, 1) ;
    position: absolute;
    left: 0;
    height: 40px;
    margin-top: 60px;
}

.investment{
    top: 24%;
    text-align: center;
    position: absolute;
    transform: rotate(-6deg);
    color: #414141;
    font-size: 14px;
    z-index: 2;
    padding: 10px;
    margin: 10px 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 1.5;
    left: 38%;
    width: 28%;
   
    max-width: 700px;
    text-align: center;
font-family: 'MyFont3', orig_gothamblack;
 
}
.title {
    width: 130%;
    height:60%;
    object-fit: cover;
}
.investmenter1 {
    position: absolute;
    z-index: 2;
    padding: 0px;
    border-radius: 5px;
    left: 34%;
    top: 33%; /* Keep the top position the same */
    width: 30%; /* Adjust width as needed */
    max-width: 430px;
    color: #000;
   
   
}
.investmenter1 .content {
    padding: 0px; 
    text-align: center; 
}

.investmenter1 p {
    padding: 0px;
    align-self:center;

}

.investmenter1 p.name {
    font-size: 14px;
    color:rgba(95, 94, 97, 1);
    font-weight: bold;
    margin-bottom: 0; /* Remove bottom margin for name */
    font-family: 'MyFont3', orig_gothamblack;
}

.investmenter1 p.bio {
    font-size: 12px;
    color: rgba(109, 108, 106, 1);
    font-weight: normal;
    line-height: 1.8;
    font-family: 'MyFont5', orig_montserrat_regular;
    margin: 0;
}


.investmenter1 p.position {
    padding: 0px;
    font-size: 14px;
    color: rgba(108, 109, 105, 1);
    font-weight: 600; /* semi-bold */
    margin: 0; /* Remove top margin for position */

    font-family: 'MyFont5', orig_montserrat_regular;
}

.investmenter2 {
    position: absolute;
    z-index: 2;
    padding: 0px;
    border-radius: 5px;
    left: 33%;
    top: 43%; /* Keep the top position the same */
    width: 30%; /* Adjust width as needed */
    max-width: 430px;
    color: #000;
   
   
}
.investmenter2 .content {
    padding: 0px; 
    text-align: center; 
}

.investmenter2 p {
    padding: 0px;
    align-self:center;
    margin: px 4;
}

.investmenter2 p.name {
    font-size: 14px;
    color:rgba(95, 94, 97, 1);
    font-weight: bold;
    margin-bottom: 0; /* Remove bottom margin for name */
    font-family: 'MyFont3', orig_gothamblack;
}

.investmenter2 p.bio {
    font-size: 12px;
    color: rgba(109, 108, 106, 1);
    font-weight: normal;
    line-height: 1.8;
    font-family: 'MyFont5', orig_montserrat_regular;
    margin:0;
}


.investmenter2 p.position {
    padding: 0px;
    font-size: 14px;
    color: rgba(108, 109, 105, 1);
    font-weight: 600; /* semi-bold */
    margin: 0; /* Remove top margin for position */
    font-family: 'MyFont5', orig_montserrat_regular;
}

.investmenter3 {
    position: absolute;
    z-index: 2;
    padding: 0px;
    border-radius: 5px;
    left: 33%;
    top: 54.7%; /* Keep the top position the same */
    width: 30%; /* Adjust width as needed */
    max-width: 430px;
    color: #000;
   
   
}
.investmenter3 .content {
    padding: 0px; 
    text-align: center; 
}

.investmenter3 p {
    padding: 0px;
    align-self:center;
    margin: px 4;
}

.investmenter3 p.name {
    font-size: 14px;
    color:rgba(95, 94, 97, 1);
    font-weight: bold;
    margin-bottom: 0; /* Remove bottom margin for name */
    font-family: 'MyFont3', orig_gothamblack;
}

.investmenter3 p.bio {
    font-size: 12px;
    color: rgba(109, 108, 106, 1);
    font-weight: normal;
    line-height: 1.8;
    font-family: 'MyFont5', orig_montserrat_regular;
    margin:0;
}


.investmenter3 p.position {
    padding: 0px;
    font-size: 14px;
    color: rgba(108, 109, 105, 1);
    font-weight: 600; /* semi-bold */
    margin: 0; /* Remove top margin for position */
    font-family: 'MyFont5', orig_montserrat_regular;
}

.investmenter4 {
    position: absolute;
    z-index: 2;
    padding: 0px;
    border-radius: 5px;
    left: 33%;
    top: 62.5%; /* Keep the top position the same */
    width: 30%; /* Adjust width as needed */
    max-width: 430px;
    color: #000;
   
   
}
.investmenter4 .content {
    padding: 0px; 
    text-align: center; 
}

.investmenter4 p {
    padding: 0px;
    align-self:center;
    
}

.investmenter4 p.name {
    font-size: 14px;
    color:rgba(95, 94, 97, 1);
    font-weight: bold;
    margin-bottom: 0; /* Remove bottom margin for name */
    font-family: 'MyFont3', orig_gothamblack;
}

.investmenter4 p.bio {
    font-size: 12px;
    color: rgba(109, 108, 106, 1);
    font-weight: normal;
    line-height: 1.8;
    font-family: 'MyFont5', orig_montserrat_regular;
    margin:0;
}


.investmenter4 p.position {
    padding: 0px;
    font-size: 14px;
    color: rgba(108, 109, 105, 1);
    font-weight: 600; /* semi-bold */
    margin: 0; /* Remove top margin for position */
    font-family: 'MyFont5', orig_montserrat_regular;
}
.back-to-top {
    position: relative;
    bottom: 25vh;
    left: 46%;
    padding: 10px 20px;
    background-color: #487e73;
    color: #D85842;
    border: none;
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.45), 0 3px 0 0 rgba(0,0,0,0.45);
}


@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* .investment {
    opacity: 0;
    visibility: hidden;
}

.investment.animate {
    animation: slideInFromRight 1s ease-out forwards;
    visibility: visible; 
} */


@media (min-width: 344px) and (max-width: 431px) {
    header {  
        display: none;
    }

    .hamburger {
        font-size: 30px;
        cursor: pointer;
        padding: 10px;
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        z-index: 1004;
        color: #f2bd1e;
    }
    
    .side-menu {
        height: 100%;
        width: 0px;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #ffdc73;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 1003;
        display: flex;
        justify-content: flex-end;
    }
    
    .side-menu ul {
        list-style-type: none;
        padding: 80px 20px 0 0 ;
        
    }
    
    .side-menu ul li {
        padding: 20px 0px 20px 105px;
        text-align: right;
        border-bottom: 2px solid #decc9a;
       
    }
    
    .side-menu ul li a {
        text-decoration: none;
        font-size: 22px;
        color: black;
        display: block;
        transition: 0.3s;
        font-family: 'MyFont7', serif;
        letter-spacing: 2px;
       
    }
    
    /* .side-menu ul li a:hover {
        color: #818181;
    } */
    .side-menu ul li a.active {
        color: #599b8d;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
    }
      .title {
          width: 100%;
          height:60%;
          object-fit: cover;
      }
  
      .hero {
          position: relative;
          padding-top: 49%; /* To ensure the header doesn't overlap */
          text-align: center;
         padding-bottom:25%;
         height:100%;
         font-size: 12px;
          color: #fff;
          min-height: 100vh;
          overflow: hidden;
      }
  
  /* .background {
      width: 600px;
      position: relative;
      z-index: 1;
    left: -10%;
      height: 1100px;
  } */
   .background{
    display: none;
   }
   /* .mobile-background {
    position: relative;
    height: 600px;
    display: flex;
   } */
   .bk1{
    margin-top: 26%;
    display: flex;
    width: 600px;
    position: relative;
    z-index: 20;
    left: 52%;
    height: 642px;
   }
  .bk2{
    margin-top: -20%;
    display: flex;
    width: 600px;
    position: relative;
    z-index: 20;
    left: -76%;
    height: 600px;
   }
  .balloonabout {
    top: 34%;
    width: 150%;
    z-index: 5;
    left: -453px;
  }
  .divider{
    display: none;
  }
  
  .bird {
      
    top: 84%;
    width: 100%;
  
  }
  .train{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 89%;
    z-index: 19;
    display:flex;
  }
  .globe{
    top: 78%;
    right: 61%;
    width: 66%;
    z-index: 20;
  }
  .box_one1{
    top: 3%;
    left: 15%;
    /* width: 57%; */
    height: 1%;
      z-index: 2;
      padding: 25px 10px 25px 10px ;
  }
  .initial {
      font-size: 32px;
      padding: 10px;
      color: rgba(255, 64, 64, 1);
      font-weight: 400; /* semi-bold */
      margin-top: 0; /* Remove top margin for position */
  }
  
  .initial1 {
     
      font-size: 28px;
      color: rgba(255, 133, 112, 1);
      font-weight: 600; /* semi-bold */
      margin-top: 0; /* Remove top margin for position */
  }
  
 
   
      .back-to-top {
          position: relative;
          bottom: 20px;
 margin-bottom: 20%;
 margin-top: 20%;
 left: 36%;
      }
      
      .investment{
          top:7%;
          font-size: 10px;
          left:13%;
          width: 69%;   
          transform: none;
          background-color: #ff8570;
          color: #3b675e;
         z-index: 1;
      }
      .investmenter1 {
        padding: 20px;
        background-color: #d2ce90;
        color: #1e342f;
        left: 20%;
        top: 16.5%;
        width: 50%;
        border-radius: 0 30px 0 30px;
      } 
      .investmenter1 p.name{
          font-size: 11px;
          color: #1e342f;
      }
      .investmenter1 p.position{
          font-size: 11px;
          color: #1e342f;
          margin-bottom: 3px;
      }
      .investmenter1 p.bio {
          font-size: 10px;
          font-weight: normal;
          line-height: 1.6;
          margin-top: 5px;
          margin-bottom: 5px;
          color: #1e342f;
         
      }
  
      .investmenter2 {
          position: absolute;
          z-index: 2;
          padding: 20px;
          border-radius: 5px;
          left: 8%;
          top: 35%;
          width: 73%;
          max-width: 430px;
          border-radius: 0 30px 0 30px;
        background-color: #3b675e;
         
      }
      .investmenter2 .content {
          padding: 0px; 
          text-align: center; 
      }
      
      .investmenter2 p {
          padding: 0px;
          align-self:center;
          margin: px 4;
          line-height: 1.0;
      }
      
      .investmenter2 p.name {
          font-size: 11px;
          color:#e8e6c4;
          font-weight: bold;
          line-height: 1.2;
          margin-top: 3px;
          margin-bottom: 0; /* Remove bottom margin for name */
      }
      
      .investmenter2 p.bio {
       
          font-size: 10px;
          color:#e8e6c4;
          font-weight: normal;
          line-height: 1.6;
          margin-bottom: 5px;
          margin-top: 5px;
      }
      
      
      .investmenter2 p.position {
          padding: 0px;
          font-size: 11px;
          color:#e8e6c4;
          line-height: 1.0;
          font-weight: 600; /* semi-bold */
          margin-top: 0; /* Remove top margin for position */
          margin-bottom: 5px;
      }
      
      .investmenter3 {
          position: absolute;
          z-index: 2;
          padding: 20px;
          border-radius: 0 30px 0 30px;
          left: 0%;
          top: 63%;
          width: 67%;
          max-width: 430px;
          background-color: #3b675e;
          padding-left: 28%;
         
      }
      .investmenter3 .content {
          padding: 0px; 
          text-align: center; 
      }
      
      .investmenter3 p {
          padding: 0px;
          align-self:center;
          margin: px 4;
          line-height: 1.0;
      }
      
      .investmenter3 p.name {
          font-size: 11px;
          color:#ffeebc;
          font-weight: bold;
          line-height: 1.1;
          margin-top: 5px;
          margin-bottom: 0; /* Remove bottom margin for name */
      }
      
      .investmenter3 p.bio {
          font-size: 10px;
          color: #ffeebc;
          font-weight: normal;
          line-height: 1.6;
          margin-top: 5px;
          margin-bottom: 5px;
      }
      
      
      .investmenter3 p.position {
          padding: 0px;
          font-size: 11px;
          line-height: 1.2;
          color: #ffeebc;
          font-weight: 600; /* semi-bold */
          margin-top: 0; /* Remove top margin for position */
          margin-bottom: 5px;
      }
      
      .investmenter4 {
          position: absolute;
          z-index: 2;
          padding: 0px;
          border-radius: 5px;
          padding: 20px 20px 8px 103px;
          border-radius: 0 30px 0 30px;
          left: 0%;
          top: 74%;
          width: 55%;
          background-color: #d2ce90;
          max-width: 430px;       
         
      }
      .investmenter4 .content {
          padding: 0px; 
          text-align: center; 
          line-height: 1.2;
      }
      
      .investmenter4 p {
          padding: 0px;
          align-self:center;
          margin: px 4;
          line-height: 1.2;
      }
      
      .investmenter4 p.name {
          font-size: 11px;
          color:#1e342f;
          font-weight: bold;
          line-height: 1.2;
          margin-top: 5px;
          margin-bottom: 0; /* Remove bottom margin for name */
      }
      
      .investmenter4 p.bio {
          font-size: 10px;
          color: #1e342f;
          font-weight: normal;
          line-height: 1.6;
          margin-bottom: 5px;
          margin-top: 5px;
      }
      .investmenter4 p.position{
        color: #1e342f;
          font-size: 11px;
          margin-bottom: 5px;
      }
  }

  @media (min-width: 432px) and (max-width: 515px) {
    header {
      
        display: none;
    }

    
    .hamburger {
        font-size: 30px;
        cursor: pointer;
        padding: 10px;
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        z-index: 1004;
        color: #f2bd1e;
    }
    
    .side-menu {
        height: 100%;
        width: 0px;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #ffdc73;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 1003;
        display: flex;
        justify-content: flex-end;
    }
    
    .side-menu ul {
        list-style-type: none;
        padding: 80px 20px 0 0 ;
        
    }
    
    .side-menu ul li {
        padding: 20px 0px 20px 105px;
        text-align: right;
        border-bottom: 2px solid #decc9a;
       
    }
    
    .side-menu ul li a {
        text-decoration: none;
        font-size: 22px;
        color: black;
        display: block;
        transition: 0.3s;
        font-family: 'MyFont7', serif;
        letter-spacing: 2px;
       
    }
    
    /* .side-menu ul li a:hover {
        color: #818181;
    } */
    .side-menu ul li a.active {
        color: #599b8d;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
    }
      
      .title {
          width: 100%;
          height:60%;
          object-fit: cover;
      }
  
      .hero {
          position: relative;
          padding-top: 49%; /* To ensure the header doesn't overlap */
          text-align: center;
         padding-bottom:25%;
         height:100%;
         font-size: 12px;
          color: #fff;
          min-height: 100vh;
          overflow: hidden;
      }
  
   .background{
    display: none;
   }
   
   .bk1{
    margin-top: 26%;
    display: flex;
    width: 574px;
    position: relative;
    z-index: 20;
    left: 60%;
    height: 642px;
   }
  .bk2{
    margin-top: -20%;
    display: flex;
    width: 600px;
    position: relative;
    z-index: 20;
    left: -76%;
    height: 600px;
   }
  .balloonabout {
    top: 34%;
    width: 150%;
    z-index: 5;
    left: -453px;
  }
  .divider{
    display: none;
  }
  
  .bird {
      
    top: 84%;
    width: 100%;
  
  }
  .train{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 89%;
    z-index: 19;
    display: flex;
  }
  .globe{
    top: 78%;
    right: 71%;
    width: 50%;
    z-index: 20;
  }
  .box_one1{
    top: 3%;
    left: 17%;
    /* width: 52%; */
    height: 1%;
      z-index: 2;
      display: flex;
      justify-content: center;
  }
  .initial {
      font-size: 32px;
      padding: 15px;
      color: rgba(255, 64, 64, 1);
      font-weight: 400; /* semi-bold */
      margin-top: 0; /* Remove top margin for position */
  }
  
  .initial1 {
     
      font-size: 28px;
      color: rgba(255, 133, 112, 1);
      font-weight: 600; /* semi-bold */
      margin-top: 0; /* Remove top margin for position */
  }
  
 
   
      .back-to-top {
          position: relative;
          bottom: 20px;
 margin-bottom: 20%;
 margin-top: 20%;
 left: 38%;
      }
      
      .investment{
          top:7%;
          font-size: 10px;
          left:13%;
          width: 69%;   
          transform: none;
          background-color: #ff8570;
          color: #3b675e;
         z-index: 1;
      }
      .investmenter1 {
        padding: 20px;
        background-color: #d2ce90;
        color: #1e342f;
        left: 20%;
        top: 18%;
        width: 50%;
        border-radius: 0 30px 0 30px;
      } 
      .investmenter1 p.name{
          font-size: 11px;
          color: #1e342f;
      }
      .investmenter1 p.position{
          font-size: 11px;
          color: #1e342f;
          margin-bottom: 3px;
      }
      .investmenter1 p.bio {
          font-size: 10px;
          font-weight: normal;
          line-height: 1.6;
          margin-top: 5px;
          margin-bottom: 5px;
          color: #1e342f;
         
      }
  
      .investmenter2 {
        position: absolute;
        z-index: 2;
        padding: 20px 35px 20px 20px;
        border-radius: 5px;
        left: 8%;
        top: 35%;
        width: 66%;
        max-width: 430px;
        border-radius: 0 30px 0 30px;
        background-color: #3b675e;
         
      }
      .investmenter2 .content {
          padding: 0px; 
          text-align: center; 
      }
      
      .investmenter2 p {
          padding: 0px;
          align-self:center;
          margin: px 4;
          line-height: 1.0;
      }
      
      .investmenter2 p.name {
          font-size: 11px;
          color:#e8e6c4;
          font-weight: bold;
          line-height: 1.2;
          margin-top: 3px;
          margin-bottom: 0; /* Remove bottom margin for name */
      }
      
      .investmenter2 p.bio {
       
          font-size: 10px;
          color:#e8e6c4;
          font-weight: normal;
          line-height: 1.6;
          margin-bottom: 5px;
          margin-top: 5px;
      }
      
      
      .investmenter2 p.position {
          padding: 0px;
          font-size: 11px;
          color:#e8e6c4;
          line-height: 1.0;
          font-weight: 600; /* semi-bold */
          margin-top: 0; /* Remove top margin for position */
          margin-bottom: 5px;
      }
      
      .investmenter3 {
          position: absolute;
          z-index: 2;
          padding: 20px;
          border-radius: 0 30px 0 30px;
          left: 0%;
          top: 63%;
          width: 67%;
          max-width: 430px;
          background-color: #3b675e;
          padding-left: 28%;
         
      }
      .investmenter3 .content {
          padding: 0px; 
          text-align: center; 
      }
      
      .investmenter3 p {
          padding: 0px;
          align-self:center;
          margin: px 4;
          line-height: 1.0;
      }
      
      .investmenter3 p.name {
          font-size: 11px;
          color:#ffeebc;
          font-weight: bold;
          line-height: 1.1;
          margin-top: 5px;
          margin-bottom: 0; /* Remove bottom margin for name */
      }
      
      .investmenter3 p.bio {
          font-size: 10px;
          color: #ffeebc;
          font-weight: normal;
          line-height: 1.6;
          margin-top: 5px;
          margin-bottom: 5px;
      }
      
      
      .investmenter3 p.position {
          padding: 0px;
          font-size: 11px;
          line-height: 1.2;
          color: #ffeebc;
          font-weight: 600; /* semi-bold */
          margin-top: 0; /* Remove top margin for position */
          margin-bottom: 5px;
      }
      
      .investmenter4 {
          position: absolute;
          z-index: 2;
          padding: 0px;
          border-radius: 5px;
          padding: 20px 20px 20px 103px;
          border-radius: 0 30px 0 30px;
          left: 0%;
          top: 74%;
          width: 55%;
          background-color: #d2ce90;
          max-width: 430px;       
         
      }
      .investmenter4 .content {
          padding: 0px; 
          text-align: center; 
          line-height: 1.2;
      }
      
      .investmenter4 p {
          padding: 0px;
          align-self:center;
          margin: px 4;
          line-height: 1.2;
      }
      
      .investmenter4 p.name {
          font-size: 11px;
          color:#1e342f;
          font-weight: bold;
          line-height: 1.2;
          margin-top: 5px;
          margin-bottom: 0; /* Remove bottom margin for name */
      }
      
      .investmenter4 p.bio {
          font-size: 10px;
          color: #1e342f;
          font-weight: normal;
          line-height: 1.6;
          margin-bottom: 5px;
          margin-top: 5px;
      }
      .investmenter4 p.position{
        color: #1e342f;
          font-size: 11px;
          margin-bottom: 5px;
      }
  }

@media(min-width: 516px) and (max-width:620px) {
    header {
      
        display: none;
    }

    
    .hamburger {
        font-size: 30px;
        cursor: pointer;
        padding: 10px;
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        z-index: 1004;
        color: #f2bd1e;
    }
    
    .side-menu {
        height: 100%;
        width: 0px;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #ffdc73;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 1003;
        display: flex;
        justify-content: flex-end;
    }
    
    .side-menu ul {
        list-style-type: none;
        padding: 80px 20px 0 0 ;
        
    }
    
    .side-menu ul li {
        padding: 20px 0px 20px 105px;
        text-align: right;
        border-bottom: 2px solid #decc9a;
       
    }
    
    .side-menu ul li a {
        text-decoration: none;
        font-size: 22px;
        color: black;
        display: block;
        transition: 0.3s;
        font-family: 'MyFont7', serif;
        letter-spacing: 2px;
       
    }
    
    /* .side-menu ul li a:hover {
        color: #818181;
    } */
    .side-menu ul li a.active {
        color: #599b8d;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
    }
    
    .title {
        width: 100%;
        height:60%;
        object-fit: cover;
    }

    
 .background{
  display: none;
 }
 
 .bk1{
    margin-top: 36%;
    display: flex;
    width: 574px;
    position: relative;
    z-index: 20;
    left: 72%;
    height: 642px;
 }
.bk2{
  margin-top: -20%;
  display: flex;
  width: 600px;
  position: relative;
  z-index: 20;
  left: -76%;
  height: 600px;
 }
.balloonabout {
    top: 30%;
    width: 144%;
    z-index: 5;
    left: -582px;
}
.divider{
  display: none;
}

.bird {
    
  top: 84%;
  width: 100%;

}
.train{
  position: absolute;
  top: 50%;
  left: 0%;
  width: 89%;
  z-index: 19;
  display: flex;
}
.globe{
  top: 78%;
  right: 71%;
  width: 50%;
  z-index: 20;
}
.box_one1{
  top: 3%;
  left: 16%;
  width: 52%;
  height: 1%;
    z-index: 2;
}
.initial {
    font-size: 32px;
    padding: 15px;
    color: rgba(255, 64, 64, 1);
    font-weight: 400; /* semi-bold */
    margin-top: 0; /* Remove top margin for position */
}

.initial1 {
   
    font-size: 28px;
    color: rgba(255, 133, 112, 1);
    font-weight: 600; /* semi-bold */
    margin-top: 0; /* Remove top margin for position */
}

    .back-to-top {
position: relative;
bottom: 20px;
margin-bottom: 20%;
margin-top: 20%;
left: 41%;
    }

    .investment{
        top:7%;
        font-size: 10px;
        left:13%;
        width: 69%;   
        transform: none;
        background-color: #ff8570;
        color: #3b675e;
       z-index: 1;
    }
    .investmenter1 {
      padding: 20px;
      background-color: #d2ce90;
      color: #1e342f;
      left: 20%;
      top: 18%;
      width: 50%;
      border-radius: 0 30px 0 30px;
    } 
    .investmenter1 p.name{
        font-size: 11px;
        color: #1e342f;
    }
    .investmenter1 p.position{
        font-size: 11px;
        color: #1e342f;
        margin-bottom: 3px;
    }
    .investmenter1 p.bio {
        font-size: 10px;
        font-weight: normal;
        line-height: 1.6;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #1e342f;
       
    }

    .investmenter2 {
      position: absolute;
      z-index: 2;
      padding: 20px 35px 20px 20px;
      border-radius: 5px;
      left: 9%;
      top: 33%;
      width: 66%;
      max-width: 430px;
      border-radius: 0 30px 0 30px;
      background-color: #3b675e;
       
    }
    .investmenter2 .content {
        padding: 0px; 
        text-align: center; 
    }
    
    .investmenter2 p {
        padding: 0px;
        align-self:center;
        margin: px 4;
        line-height: 1.0;
    }
    
    .investmenter2 p.name {
        font-size: 11px;
        color:#e8e6c4;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 3px;
        margin-bottom: 0; /* Remove bottom margin for name */
    }
    
    .investmenter2 p.bio {
     
        font-size: 10px;
        color:#e8e6c4;
        font-weight: normal;
        line-height: 1.6;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    
    .investmenter2 p.position {
        padding: 0px;
        font-size: 11px;
        color:#e8e6c4;
        line-height: 1.0;
        font-weight: 600; /* semi-bold */
        margin-top: 0; /* Remove top margin for position */
        margin-bottom: 5px;
    }
    
    .investmenter3 {
        position: absolute;
        z-index: 2;
        padding: 20px;
        border-radius: 0 30px 0 30px;
        left: 0%;
        top: 63%;
        width: 67%;
        max-width: 430px;
        background-color: #3b675e;
        padding-left: 28%;
       
    }
    .investmenter3 .content {
        padding: 0px; 
        text-align: center; 
    }
    
    .investmenter3 p {
        padding: 0px;
        align-self:center;
        margin: px 4;
        line-height: 1.0;
    }
    
    .investmenter3 p.name {
        font-size: 11px;
        color:#ffeebc;
        font-weight: bold;
        line-height: 1.1;
        margin-top: 5px;
        margin-bottom: 0; /* Remove bottom margin for name */
    }
    
    .investmenter3 p.bio {
        font-size: 10px;
        color: #ffeebc;
        font-weight: normal;
        line-height: 1.6;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    
    .investmenter3 p.position {
        padding: 0px;
        font-size: 11px;
        line-height: 1.2;
        color: #ffeebc;
        font-weight: 600; /* semi-bold */
        margin-top: 0; /* Remove top margin for position */
        margin-bottom: 5px;
    }
    
    .investmenter4 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        padding: 20px 20px 20px 103px;
        border-radius: 0 30px 0 30px;
        left: 0%;
        top: 74%;
        width: 55%;
        background-color: #d2ce90;
        max-width: 430px;       
       
    }
    .investmenter4 .content {
        padding: 0px; 
        text-align: center; 
        line-height: 1.2;
    }
    
    .investmenter4 p {
        padding: 0px;
        align-self:center;
        margin: px 4;
        line-height: 1.2;
    }
    
    .investmenter4 p.name {
        font-size: 11px;
        color:#1e342f;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 5px;
        margin-bottom: 0; /* Remove bottom margin for name */
    }
    
    .investmenter4 p.bio {
        font-size: 10px;
        color: #1e342f;
        font-weight: normal;
        line-height: 1.6;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .investmenter4 p.position{
      color: #1e342f;
        font-size: 11px;
        margin-bottom: 5px;
    }
}
  @media (min-width:622px) and (max-width: 719px){
    .nav{
        border-right:1px solid rgb(255, 64, 64); /* Orange border */
    /* height: 40px; */
    width: 18%;
    display: flex;
        justify-content: center;
        align-items: center;
       font-size: 12px;
    padding: 2px;
    }

    nav ul {
        flex-direction: row;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
        font-size: 21px;
        font-weight: 500;
    }
    .title {
        width: 100%;
        height:60%;
        object-fit: cover;
    }

    
 .background{
  display: none;
 }
 
 .bk1{
    margin-top: 36%;
    display: flex;
    width: 574px;
    position: relative;
    z-index: 20;
    left: 82%;
    height: 642px;
 }
.bk2{
  margin-top: -20%;
  display: flex;
  width: 600px;
  position: relative;
  z-index: 20;
  left: -76%;
  height: 600px;
 }
.balloonabout {
    top: 28%;
    width: 140%;
    z-index: 5;
    left: -100%;
}
.divider{
  display: none;
}

.bird {
    top: 80%;
    width: 85%;
}
.train{
  position: absolute;
  top: 50%;
  left: 0%;
  width: 89%;
  z-index: 19;
  display: flex;
}
.globe{
    top: 74%;
    right: 74%;
    width: 45%;
    z-index: 20;
}
.box_one1{
  top: 3%;
  left: 16%;
  width: 52%;
  height: 1%;
    z-index: 2;
}
.initial {
    font-size: 32px;
    padding: 15px;
    color: rgba(255, 64, 64, 1);
    font-weight: 400; /* semi-bold */
    margin-top: 0; /* Remove top margin for position */
}

.initial1 {
   
    font-size: 28px;
    color: rgba(255, 133, 112, 1);
    font-weight: 600; /* semi-bold */
    margin-top: 0; /* Remove top margin for position */
}

    .back-to-top {
position: relative;
bottom: 20px;
margin-bottom: 20%;
margin-top: 20%;
left: 41%;
    }
  

    .investment{
        top:7%;
        font-size: 10px;
        left:13%;
        width: 69%;   
        transform: none;
        background-color: #ff8570;
        color: #3b675e;
       z-index: 1;
    }
    .investmenter1 {
      padding: 20px;
      background-color: #d2ce90;
      color: #1e342f;
      left: 20%;
      top: 18%;
      width: 50%;
      border-radius: 0 30px 0 30px;
    } 
    .investmenter1 p.name{
        font-size: 11px;
        color: #1e342f;
    }
    .investmenter1 p.position{
        font-size: 11px;
        color: #1e342f;
        margin-bottom: 3px;
    }
    .investmenter1 p.bio {
        font-size: 10px;
        font-weight: normal;
        line-height: 1.6;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #1e342f;
       
    }

    .investmenter2 {
      position: absolute;
      z-index: 2;
      padding: 20px 35px 20px 20px;
      border-radius: 5px;
      left: 9%;
      top: 33%;
      width: 66%;
      max-width: 430px;
      border-radius: 0 30px 0 30px;
      background-color: #3b675e;
       
    }
    .investmenter2 .content {
        padding: 0px; 
        text-align: center; 
    }
    
    .investmenter2 p {
        padding: 0px;
        align-self:center;
        margin: px 4;
        line-height: 1.0;
    }
    
    .investmenter2 p.name {
        font-size: 11px;
        color:#e8e6c4;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 3px;
        margin-bottom: 0; /* Remove bottom margin for name */
    }
    
    .investmenter2 p.bio {
     
        font-size: 10px;
        color:#e8e6c4;
        font-weight: normal;
        line-height: 1.6;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    
    .investmenter2 p.position {
        padding: 0px;
        font-size: 11px;
        color:#e8e6c4;
        line-height: 1.0;
        font-weight: 600; /* semi-bold */
        margin-top: 0; /* Remove top margin for position */
        margin-bottom: 5px;
    }
    
    .investmenter3 {
        position: absolute;
        z-index: 2;
        padding: 20px;
        border-radius: 0 30px 0 30px;
        left: 0%;
        top: 63%;
        width: 67%;
        max-width: 430px;
        background-color: #3b675e;
        padding-left: 28%;
       
    }
    .investmenter3 .content {
        padding: 0px; 
        text-align: center; 
    }
    
    .investmenter3 p {
        padding: 0px;
        align-self:center;
        margin: px 4;
        line-height: 1.0;
    }
    
    .investmenter3 p.name {
        font-size: 11px;
        color:#ffeebc;
        font-weight: bold;
        line-height: 1.1;
        margin-top: 5px;
        margin-bottom: 0; /* Remove bottom margin for name */
    }
    
    .investmenter3 p.bio {
        font-size: 10px;
        color: #ffeebc;
        font-weight: normal;
        line-height: 1.6;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    
    .investmenter3 p.position {
        padding: 0px;
        font-size: 11px;
        line-height: 1.2;
        color: #ffeebc;
        font-weight: 600; /* semi-bold */
        margin-top: 0; /* Remove top margin for position */
        margin-bottom: 5px;
    }
    
    .investmenter4 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        padding: 20px 20px 20px 103px;
        border-radius: 0 30px 0 30px;
        left: 0%;
        top: 74%;
        width: 55%;
        background-color: #d2ce90;
        max-width: 430px;       
       
    }
    .investmenter4 .content {
        padding: 0px; 
        text-align: center; 
        line-height: 1.2;
    }
    
    .investmenter4 p {
        padding: 0px;
        align-self:center;
        margin: px 4;
        line-height: 1.2;
    }
    
    .investmenter4 p.name {
        font-size: 11px;
        color:#1e342f;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 5px;
        margin-bottom: 0; /* Remove bottom margin for name */
    }
    
    .investmenter4 p.bio {
        font-size: 10px;
        color: #1e342f;
        font-weight: normal;
        line-height: 1.6;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .investmenter4 p.position{
      color: #1e342f;
        font-size: 11px;
        margin-bottom: 5px;
    }
}

@media (min-width: 720px) and (max-width: 926px) {
    body {
        margin: 0;
        font-family: Arial, sans-serif;
        background-color: rgb(30, 52, 47);
        color: #ffffff;
        font-size: 12px;
    }
    .nav{
        border-right: 1px solid rgb(255, 64, 64); /* Orange border */
    /* height: 40px; */
    width: 18%;
    display: flex;
        justify-content: center;
        align-items: center;
       font-size: 12px;
    padding: 2px;
    }

    nav ul {
        flex-direction: row;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
        font-size: 21px;
        font-weight: 500;
    }
    
    .hero {
        position: relative;
        padding-top: 45%;
        text-align: center;
        padding-bottom: 56%;
        height: 100%;
        font-size: 12px;
        color: #fff;
        min-height: 100vh;
        overflow: hidden;
    }

    .background {
        width: 95%;
        position: absolute;
        z-index: 1;
        top: 21%;
        height: 65%;
    }
    .bk1{
        display: none;
    }
    .bk2{
        display: none;
    }
    .train{
        display: none;
    }
    .balloonabout {
        top: 23%;
    }

    .bird {
        top: 30%;
    }

    .globe {
        top: 60%;
        right: 11%;
        width: 35%;
        z-index: 0;
    }

    .initial {
        font-size: 45px;
        padding: 15px;
        color: rgba(255, 64, 64, 1);
        font-weight: 400;
        margin-top: 0;
    }

    .initial1 {
        font-size: 38px;
        color: rgba(255, 133, 112, 1);
        font-weight: 600;
        margin-top: 0;
    }

    .divider {
        width: 100%;
        top: 13%;
        background-color: rgba(194, 61, 60, 1);
        position: absolute;
        left: 0;
        height: 3%;
    }

    .back-to-top {
        position: relative;
        bottom: 20px;
        margin-bottom: 20%;
        left: 45%;
    }
    .investment {
        top: 30%;
        font-size: 11px;
        left: 33%;
        width: 37%;
    }

    .investmenter1 {
        left: 25%;
        top: 40%;
        width: 39%;
    }

    .investmenter1 p.name {
        font-size: 11px;
    }

    .investmenter1 p.position {
        font-size: 10px;
        margin: 0;
    }

    .investmenter1 p.bio {
        font-size: 8px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.2;
        margin: 0;
        
    }

    .investmenter2 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        left: 23%;
        top: 49%;
        width: 40%;
        max-width: 430px;
        color: #000;
    }

    .investmenter2 .content {
        padding: 0px;
        text-align: center;
    }

    .investmenter2 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.0;
    }

    .investmenter2 p.name {
        font-size: 11px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.0;
        margin-top: 3px;
        margin-bottom: 0;
    }

    .investmenter2 p.bio {
        font-size: 8px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.2;
        margin: 0;
    }

    .investmenter2 p.position {
        padding: 0px;
        font-size: 10px;
        color: rgba(108, 109, 105, 1);
        line-height: 1.0;
        font-weight: 600;
        margin: 0;
    }

    .investmenter3 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        left: 23%;
        top: 59%;
        width: 42%;
        max-width: 430px;
        color: #000;
    }

    .investmenter3 .content {
        padding: 0px;
        text-align: center;
    }

    .investmenter3 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.0;
    }

    .investmenter3 p.name {
        font-size: 11px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.1;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .investmenter3 p.bio {
        font-size: 8px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.2;
        margin: 0;
    }

    .investmenter3 p.position {
        padding: 0px;
        font-size: 10px;
        line-height: 1.0;
        color: rgba(108, 109, 105, 1);
        font-weight: 600;
        margin: 0;
    }

    .investmenter4 {
        left: 27%;
        top: 66.5%;
        width: 39%;
        max-width: 430px;
        color: #000;
    }

    .investmenter4 .content {
        padding: 0px;
        text-align: center;
        line-height: 1.0;
    }

    .investmenter4 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.2;
    }

    .investmenter4 p.name {
        font-size: 11px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.0;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .investmenter4 p.bio {
        font-size: 8px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.1;
        margin: 0;
    }

    .investmenter4 p.position {
        font-size: 10px;
        margin: 0;
    }
}
@media (min-width: 927px) and (max-width: 1328px){
    
    body {
        margin: 0;
        font-family: Arial, sans-serif;
        background-color: rgb(30, 52, 47);
        color: #ffffff;
        font-size: 12px;
    }
    .nav{
        border-right: 1px solid rgb(255, 64, 64); /* Orange border */
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 2px;
    }
    nav ul {
        flex-direction: row;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
        font-size: 21px;
        font-weight: 500;
    }
    .hero {
        position: relative;
        padding-top: 45%;
        text-align: center;
        padding-bottom: 56%;
        height: 100%;
        font-size: 12px;
        color: #fff;
        min-height: 100vh;
        overflow: hidden;
    }

    .background {
        width: 95%;
        position: absolute;
        z-index: 1;
        top: 21%;
    }
    .bk1{
        display: none;
    }
    .bk2{
        display: none;
    }
    .train{
        display: none;
    }
    .balloonabout {
        top: 23%;
    }

    .bird {
        top: 30%;
    }

    .globe {
        top: 70%;
        right: 10%;
        width: 35%;
        z-index: 0;
    }

    .initial {
        font-size: 45px;
        padding: 15px;
        color: rgba(255, 64, 64, 1);
        font-weight: 400;
        margin-top: 0;
    }

    .initial1 {
        font-size: 38px;
        color: rgba(255, 133, 112, 1);
        font-weight: 600;
        margin-top: 0;
    }

    .divider {
        width: 100%;
        top: 13%;
        background-color: rgba(194, 61, 60, 1);
        position: absolute;
        left: 0;
        height: 3%;
    }

    .back-to-top {
        position: relative;
        bottom: 20px;
        margin-bottom: 20%;
    }

    .investment {
        top: 34%;
        font-size: 12px;
        left: 33%;
        width: 37%;
    }

    .investmenter1 {
        left: 27%;
        top: 44.5%;
        width: 35%;
    }

    .investmenter1 p.name {
        font-size: 12px;
    }

    .investmenter1 p.position {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .investmenter1 p.bio {
        font-size: 10px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter2 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        left: 27%;
        top: 55%;
        width: 35%;
        max-width: 430px;
        color: #000;
    }

    .investmenter2 .content {
        padding: 0px;
        text-align: center;
    }

    .investmenter2 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.0;
    }

    .investmenter2 p.name {
        font-size: 12px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.0;
        margin-top: 3px;
        margin-bottom: 0;
    }

    .investmenter2 p.bio {
        font-size: 10px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter2 p.position {
        padding: 0px;
        font-size: 12px;
        color: rgba(108, 109, 105, 1);
        line-height: 1.0;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .investmenter3 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        left: 27%;
        top: 68%;
        width: 35%;
        max-width: 430px;
        color: #000;
    }

    .investmenter3 .content {
        padding: 0px;
        text-align: center;
    }

    .investmenter3 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.0;
    }

    .investmenter3 p.name {
        font-size: 12px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.1;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .investmenter3 p.bio {
        font-size: 10px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter3 p.position {
        padding: 0px;
        font-size: 12px;
        line-height: 1.0;
        color: rgba(108, 109, 105, 1);
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .investmenter4 {
        left: 27%;
        top: 77.5%;
        width: 39%;
        max-width: 430px;
        color: #000;
    }

    .investmenter4 .content {
        padding: 0px;
        text-align: center;
        line-height: 1.0;
    }

    .investmenter4 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.2;
    }

    .investmenter4 p.name {
        font-size: 12px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.0;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .investmenter4 p.bio {
        font-size: 10px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter4 p.position {
        font-size: 12px;
        margin-bottom: 0px;
    }
}
@media (min-width: 1329px) and (max-width: 1648px){
    
    body {
        margin: 0;
        font-family: Arial, sans-serif;
        background-color: rgb(30, 52, 47);
        color: #ffffff;
        font-size: 12px;
    }
    .nav{
        border-right: 1px solid rgb(255, 64, 64); /* Orange border */
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 2px;
    }
    nav ul {
        flex-direction: row;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
        font-size: 21px;
        font-weight: 500;
    }
    .hero {
        position: relative;
        padding-top: 45%;
        text-align: center;
        padding-bottom: 56%;
        height: 100%;
        font-size: 12px;
        color: #fff;
        min-height: 100vh;
        overflow: hidden;
    }

    .background {
        width: 95%;
        position: absolute;
        z-index: 1;
        top: 21%;
    }
    .bk1{
        display: none;
    }
    .bk2{
        display: none;
    }
    .train{
        display: none;
    }
    .balloonabout {
        top: 23%;
    }

    .bird {
        top: 30%;
    }

    .globe {
        top: 70%;
        right: 10%;
        width: 35%;
        z-index: 0;
    }

    .initial {
        font-size: 45px;
        padding: 15px;
        color: rgba(255, 64, 64, 1);
        font-weight: 400;
        margin-top: 0;
    }

    .initial1 {
        font-size: 38px;
        color: rgba(255, 133, 112, 1);
        font-weight: 600;
        margin-top: 0;
    }

    .divider {
        width: 100%;
        top: 13%;
        background-color: rgba(194, 61, 60, 1);
        position: absolute;
        left: 0;
        height: 3%;
    }

    .back-to-top {
        position: relative;
        bottom: 20px;
        margin-bottom: 20%;
    }

    .investment {
        top: 34%;
        font-size: 12px;
        left: 33%;
        width: 37%;
    }

    .investmenter1 {
        left: 28%;
        top: 44.5%;
        width: 35%;
    }

    .investmenter1 p.name {
        font-size: 14px;
    }

    .investmenter1 p.position {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .investmenter1 p.bio {
        font-size: 12px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin: 5px;
    }

    .investmenter2 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        left: 28%;
        top: 55%;
        width: 35%;
        max-width: 430px;
        color: #000;
    }

    .investmenter2 .content {
        padding: 0px;
        text-align: center;
    }

    .investmenter2 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.0;
    }

    .investmenter2 p.name {
        font-size: 14px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.0;
        margin-top: 3px;
        margin-bottom: 0;
    }

    .investmenter2 p.bio {
        font-size: 12px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter2 p.position {
        padding: 0px;
        font-size: 13px;
        color: rgba(108, 109, 105, 1);
        line-height: 1.0;
        font-weight: 600;
        margin: 5px;
    }

    .investmenter3 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        left: 28%;
        top: 69%;
        width: 35%;
        max-width: 430px;
        color: #000;
    }

    .investmenter3 .content {
        padding: 0px;
        text-align: center;
    }

    .investmenter3 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.0;
    }

    .investmenter3 p.name {
        font-size: 14px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.1;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .investmenter3 p.bio {
        font-size: 12px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter3 p.position {
        padding: 0px;
        font-size: 13px;
        line-height: 1.0;
        color: rgba(108, 109, 105, 1);
        font-weight: 600;
        margin: 5px
    }

    .investmenter4 {
        left: 29%;
        top: 77.5%;
        width: 39%;
        max-width: 430px;
        color: #000;
    }

    .investmenter4 .content {
        padding: 0px;
        text-align: center;
        line-height: 1.0;
    }

    .investmenter4 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.2;
    }

    .investmenter4 p.name {
        font-size: 14px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.0;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .investmenter4 p.bio {
        font-size: 12px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: px;
        margin-bottom: 0px;
    }

    .investmenter4 p.position {
        font-size: 13px;
        margin: 5px;
    }
}

@media (min-width: 1650px) and (max-width: 1850px){
    
    body {
        margin: 0;
        font-family: Arial, sans-serif;
        background-color: rgb(30, 52, 47);
        color: #ffffff;
        font-size: 12px;
    }
    .nav{
        border-right: 1px solid rgb(255, 64, 64); /* Orange border */
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 2px;
    }
    nav ul {
        flex-direction: row;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
        font-size: 21px;
        font-weight: 500;
    }
    .hero {
        position: relative;
        padding-top: 45%;
        text-align: center;
        padding-bottom: 56%;
        height: 100%;
        font-size: 12px;
        color: #fff;
        min-height: 100vh;
        overflow: hidden;
    }

    .background {
        width: 75%;
        position: absolute;
        z-index: 1;
        height: auto;
        top: 21%;
        left: 16%;
    }
    .bk1{
        display: none;
    }
    .bk2{
        display: none;
    }
    .train{
        display: none;
    }
    .balloonabout {
        top: 27%;
    }

    .bird {
        top: 26%;
    }

    .globe {
        top: 52%;
        right: 10%;
        width: 32%;
        z-index: 0;
    }

    .initial {
        font-size: 45px;
        padding: 15px;
        color: rgba(255, 64, 64, 1);
        font-weight: 400;
        margin-top: 0;
    }

    .initial1 {
        font-size: 38px;
        color: rgba(255, 133, 112, 1);
        font-weight: 600;
        margin-top: 0;
    }

    .divider {
        width: 100%;
        top: 13%;
        background-color: rgba(194, 61, 60, 1);
        position: absolute;
        left: 0;
        height: 3%;
    }

    .back-to-top {
        position: relative;
        bottom: 20px;
        margin-bottom: 20%;
    }

    .investment {
        top: 29%;
        font-size: 15px;
        left: 46%;
        width: 19%;
    }

    .investmenter1 {
        left: 38%;
        top: 37%;
        width: 35%;
    }

    .investmenter1 p.name {
        font-size: 15px;
    }

    .investmenter1 p.position {
        font-size: 14px;
        margin: 10px;
    }

    .investmenter1 p.bio {
        font-size: 12px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter2 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        left: 38%;
        top: 45%;
        width: 35%;
        max-width: 430px;
        color: #000;
    }

    .investmenter2 .content {
        padding: 0px;
        text-align: center;
    }

    .investmenter2 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.0;
    }

    .investmenter2 p.name {
        font-size: 15px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.0;
        margin-top: 3px;
        margin-bottom: 0;
    }

    .investmenter2 p.bio {
        font-size: 12px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter2 p.position {
        padding: 0px;
        font-size: 14px;
        color: rgba(108, 109, 105, 1);
        line-height: 1.0;
        font-weight: 600;
        margin : 10px
    }

    .investmenter3 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        left: 38%;
        top: 54%;
        width: 35%;
        max-width: 430px;
        color: #000;
    }

    .investmenter3 .content {
        padding: 0px;
        text-align: center;
    }

    .investmenter3 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.0;
    }

    .investmenter3 p.name {
        font-size: 15px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.1;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .investmenter3 p.bio {
        font-size: 12px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter3 p.position {
        padding: 0px;
        font-size: 14px;
        line-height: 1.0;
        color: rgba(108, 109, 105, 1);
        font-weight: 600;
        margin : 10px
    }

    .investmenter4 {
        left: 38%;
        top: 61%;
        width: 39%;
        max-width: 430px;
        color: #000;
    }

    .investmenter4 .content {
        padding: 0px;
        text-align: center;
        line-height: 1.0;
    }

    .investmenter4 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.2;
    }

    .investmenter4 p.name {
        font-size: 15px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.0;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .investmenter4 p.bio {
        font-size: 12px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter4 p.position {
        font-size: 14px;
        margin : 10px;
    }
}
@media (min-width: 1851px) {
    
    body {
        margin: 0;
        font-family: Arial, sans-serif;
        background-color: rgb(30, 52, 47);
        color: #ffffff;
        font-size: 12px;
    }
    .nav{
        border-right: 1px solid rgb(255, 64, 64); /* Orange border */
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 2px;
    }
    nav ul {
        flex-direction: row;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
        font-size: 21px;
        font-weight: 500;
    }
    .hero {
        position: relative;
        padding-top: 45%;
        text-align: center;
        padding-bottom: 56%;
        height: 100%;
        font-size: 12px;
        color: #fff;
        min-height: 100vh;
        overflow: hidden;
    }

    .background {
        width: 70%;
        position: absolute;
        z-index: 1;
        height: auto;
        top: 21%;
        left: 17%;
    }
    .bk1{
        display: none;
    }
    .bk2{
        display: none;
    }
    .train{
        display: none;
    }
    .balloonabout {
        top: 24%;
    }

    .bird {
        top: 25%;
    }

    .globe {
        top: 51%;
        right: 14%;
        width: 30%;
        z-index: 0;
    }

    .initial {
        font-size: 45px;
        padding: 15px;
        color: rgba(255, 64, 64, 1);
        font-weight: 400;
        margin-top: 0;
    }

    .initial1 {
        font-size: 38px;
        color: rgba(255, 133, 112, 1);
        font-weight: 600;
        margin-top: 0;
    }

    .divider {
        width: 100%;
        top: 13%;
        background-color: rgba(194, 61, 60, 1);
        position: absolute;
        left: 0;
        height: 3%;
    }

    .back-to-top {
        position: relative;
        bottom: 20px;
        margin-bottom: 20%;
    }

    .investment {
        top: 29%;
        font-size: 15px;
        left: 45%;
        width: 19%;
    }

    .investmenter1 {
        left: 39%;
        top: 36.5%;
        width: 35%;
    }

    .investmenter1 p.name {
        font-size: 15px;
    }

    .investmenter1 p.position {
        font-size: 14px;
        margin: 10px;
    }

    .investmenter1 p.bio {
        font-size: 13px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter2 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        left: 39%;
        top: 44%;
        width: 35%;
        max-width: 430px;
        color: #000;
    }

    .investmenter2 .content {
        padding: 0px;
        text-align: center;
    }

    .investmenter2 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.0;
    }

    .investmenter2 p.name {
        font-size: 15px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.0;
        margin-top: 3px;
        margin-bottom: 0;
    }

    .investmenter2 p.bio {
        font-size: 13px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter2 p.position {
        padding: 0px;
        font-size: 14px;
        color: rgba(108, 109, 105, 1);
        line-height: 1.0;
        font-weight: 600;
        margin : 10px
    }

    .investmenter3 {
        position: absolute;
        z-index: 2;
        padding: 0px;
        border-radius: 5px;
        left: 39%;
        top: 52.5%;
        width: 35%;
        max-width: 430px;
        color: #000;
    }

    .investmenter3 .content {
        padding: 0px;
        text-align: center;
    }

    .investmenter3 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.0;
    }

    .investmenter3 p.name {
        font-size: 15px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.1;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .investmenter3 p.bio {
        font-size: 13px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter3 p.position {
        padding: 0px;
        font-size: 14px;
        line-height: 1.0;
        color: rgba(108, 109, 105, 1);
        font-weight: 600;
        margin : 10px
    }

    .investmenter4 {
        left: 39%;
        top: 58%;
        width: 39%;
        max-width: 430px;
        color: #000;
    }

    .investmenter4 .content {
        padding: 0px;
        text-align: center;
        line-height: 1.0;
    }

    .investmenter4 p {
        padding: 0px;
        align-self: center;
        margin: 0 4px;
        line-height: 1.2;
    }

    .investmenter4 p.name {
        font-size: 15px;
        color: rgba(95, 94, 97, 1);
        font-weight: bold;
        line-height: 1.0;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .investmenter4 p.bio {
        font-size: 13px;
        color: rgba(109, 108, 106, 1);
        font-weight: normal;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .investmenter4 p.position {
        font-size: 14px;
        margin : 10px;
    }
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
