body {
    margin-bottom: -80px;
    margin-top: -30px;
    margin-right: -20px;
    margin-left: -40px;
    background-image: url('back2.png');
    background-size: 300px;
    align-items: center;
    justify-content: center;
  }
  
  .div1,
  .div2 {
    height: 100vh;
  }
  .div2 {
    
    background-image: url('back1.png');
    background-size: 100% auto ; 
   
  }

  .div1 {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    z-index: -1;
  }
  
  .example {
    position: absolute;
    width: 200px;
    top: 140%;
    left: 35%;
    
  }
  .example1 {
    position: absolute;
    width: 200px;
    top: 160%;
    left: 5%;
    
  }
  .exampl {
    position: absolute;
    width: 200px;
    top: 120%;
    left: 5%;
    
  }
  .Element1 {
    position: absolute;
    width: 200px;
    top: 20%;
    left: 5%;
    z-index: 0;
  }
  .Element2 {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 75%;
    z-index: 0;
  }

  .Element3 {
    position: absolute;
    width: 140px;
    top: 10%;
    left: 70%;
    z-index: 0;
  }

  .firstPage{
    position: absolute;
    width: 1300px;
    top: 3%;
    left: 0%;
    z-index: 1;
  }
  /* .video{
    position: absolute;
    width: 1300px;
    top: 200%;
    left: 0%;
    z-index: 1;
  } */
 
  #parentContainer > #container1 {
   
    position: absolute;
    width: 400px;
    top: 80%;
    left: 0%;
    z-index: -1;
  }
  
  #parentContainer > #container2 {
   
    position: absolute;
    width: 400px;
    top: 100%;
    left: 30%;
    z-index: -1;
  }
  
  #parentContainer > #container3 {
    
    position: absolute;
    width: 400px;
    top: 65%;
    left: 70%;
    z-index: -1;
  }
  #parentContainer > #word {
    position: absolute;
    width: 10px;
    top: 100%;
    left: 70%;
    z-index: 1;
  }
  .scrollText {
    font-size: 2em;
    font-family: "Unifont Medium";
    position: relative;
    top: 310px;
    left: 45%;
    color: #ffffff;
    z-index: 3;
  }
  .orText{
    font-size: 2em;
    font-family: "Unifont Medium";
    position: relative;
    top: 320px;
    left: 52%;
    color: #ffffff;
    z-index: 3;
  }

  .text {
    font-size: 3em;
    font-family: "Unifont Medium";
    
    position: relative;
    top: 330px;
    left: 42%;
    color: transparent;
    z-index: 2;
  }
  
  .text::before,
  .text::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    transition: 0.2s;
    z-index: 2;
  }
  
  .text::before {
  /* 	background-color: darkgreen; */
    clip-path: polygon(0 0, 60% 0, 30% 100%, 0 100%);
    z-index: 2;
  }
  
  .text::after {
    /*background-color: darkblue;*/
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 30% 100%);
    z-index: 2;
  }
  
  .text:hover::before {
    left: -0.15em;
    transform: rotate(-5deg);
    top: -0.05em;
    z-index: 2;
  }
  
  .text:hover::after {
    left: 0.15em;
    transform: rotate(5deg);
    top: 0.05em;
    z-index: 2;
  }
  .cocoon{
    position: absolute;
    width: 300px;
    top: 5%;
    left: 0%;
  }
  .ear{
    position: absolute;
    width: 300px;
    top: 55%;
    left: 78%;
  }
  .back{
    position:absolute;
    width: 1500px;
    top: 0;
    left: 5%;
    z-index: -1;
  }

  .image-container {
    position: relative;
  }
  
  .text-box {
    position: absolute;
    top: 500px;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  
  .text-box label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .text-box textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: none;
    padding: 5px;
    font-size: 16px;
    resize: none;
  }

  .backToP {
    width: 60px;
    position: absolute;
    top: 3%;
    left: 3%;
    transition: transform 0.3s ease-out;
    z-index: 2;
  }
  
  .backToP:hover {
    transform: rotate(360deg);
  }
  
  #menu{
    width: 40px;
    height: 30px;
    margin: 50px 20px 30px 1490px;
    cursor: pointer;
    z-index: 100; 
  }
  .bar{
    height: 7px;
    width: 100%;
    background-color:#be1749;
    display: block;
    border-radius: 4px;
    transition: 0.3s ease;
  }
  #bar1{
    transform: translateY(-4px);
  }
  #bar3{
    transform: translateY(4px);
  }
  #nav{
    margin: 0 50px 20px 1530px;
  }
  .nav li a{
    color:#ffffff;
    text-decoration: none;
  }
  .nav li a:hover{
    border: 1px solid #fff;
    padding: 10px 20px;
  }
  .nav li {
    list-style: none;
    padding: 16px 0;
  }
  .nav{
    padding: 0;
    margin: 0 20px;
    transition: 1s ease;
    display: none;
  }
  .icon.bar{
    background-color: #be1749;
    z-index: 5;
    transform-origin: center
  }
  .icon #bar1{
    transform: translateY(4px) rotate(-45deg);
    transform-origin: center;
  }
  .icon #bar3{
    transform: translateY(-6px) rotate(45deg);
    transform-origin: center;
  }
  .icon #bar2{
    opacity: 0;
    transform-origin: center;
  }
  .change{
    background-color: rgb(182, 10, 68);
    height: 100vh;
    margin:0;
    position: absolute;
    font-size:20px ;
    top:0;
    z-index: -100;
    width: 12%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    transition: opacity 0.5s ease;
    z-index: 3;
  }
  .change.hidden {
    opacity: 0;
  }
  /* img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
   */