::-webkit-scrollbar {
    display: none;
}

/* trial  */


body{
  overflow: visible;
}
.get{
    padding : 5px 15px;
    position:fixed;
    bottom :5%;
    right:5%;
    border-radius:5px;
    z-index:9999999;
}
.x{
    display:none;
    background-color:#fff;
    position: fixed;
    width: 100%;
    height: 650px;
    z-index: 99999999;
    top:0;
}
.pc{
        margin-right: -10%;
    }
.form_on{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    padding: 1%;
    position: fixed;
    z-index:999999999;
    /*top: 0;*/
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.closed{
    color: black;
    border: none ;
    background: transparent;
    font-size: 3rem;
    margin: 0 15% -2% 0;
    z-index: 9999999999;
    position: fixed;
    right: 2%;
    top: 15%;
}
.form_button{
  /* float: right; */
  border: 1px solid;
  border-radius: 15px;
  padding: 25px;
  margin: 0% 32%;
  background: #C9D6FF;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #E2E2E2, #C9D6FF);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.help3{
  background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
  padding: 5px 100px;
  margin-top: 5px;
}
.form_button input{
  border: 0.5px;
  border-radius: 5px;
}
.heading{
  font-weight: 700;
}
.form input{
  border: 0.5px;
  border-radius: 5px;
}
.form2 input{
  border: 0.5px;
  border-radius: 5px;
}
.checks br {
  display: block; /* makes it have a width */
  content: ""; /* clears default height */
  margin-top: 10px; /* change this to whatever height you want it */
}
.help{
  background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
  padding: 10px 100px;
  margin-top: 15px;
}
.help2{
  background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
  padding: 10px 85px;
  margin-top: 15px;
}
.submit{
  background: none;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow: visible;
  }
  
  .head-- {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 8vw;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-top: 3%;
    color: #344871;
  }
  .admission{
    margin: 0 5%;
    text-align: justify;
  }
  
  /* @supports (background-clip: text) or (-webkit-background-clip: text) {
    .fancy {
      background-image: url("data:image/svg+xml,%3Csvg width='2250' height='900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%2300A080' d='M0 0h2255v899H0z'/%3E%3Ccircle cx='366' cy='207' r='366' fill='%2300FDCF'/%3E%3Ccircle cx='1777.5' cy='318.5' r='477.5' fill='%2300FDCF'/%3E%3Ccircle cx='1215' cy='737' r='366' fill='%23008060'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-size: 110% auto;
      background-position: center;
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
    }
  } */
  
  .first-pc{
    margin: 3% 10%;
    text-align: justify;
  }
  .basics{
    /*font-family: 'Lora', serif;*/
  }

  .im{
    width: 60%;
    border-radius: 20px;
  }
  .im1{
    position: relative;
    z-index: 9;
    margin-top: 7%;
  }
  .im2{
    margin-left: 25%;
    margin-top: -8%;
  }
  .second-pc{
    margin: 3% 10%;
    text-align: justify;
  }
  .reply{
    margin-top: 2%;
  }
  .im3{
    position: relative;
    z-index: 9;
    margin-top: 7%;
    margin-left: 5%;
  }
  .im4{
    margin-left: 35%;
    margin-top: -8%;
  }
  :root {
    --text-color: #344871;
  }
  .wrapper1 {
    display: grid;
    place-content: center;
    font-family: "Oswald", sans-serif;
    font-size: clamp(1.5rem, 1rem + 18vw, 5rem);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
  }
  
  .wrapper1 > div {
    grid-area: 1/1/-1/-1;
  }
  
.form{
  float: right;
  border: 1px solid;
  border-radius: 15px;
  padding: 25px;
  margin: 0% 5% auto;
  background: #C9D6FF;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #E2E2E2, #C9D6FF);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.form2{
  border: 1px solid;
  border-radius: 15px;
  padding: 25px;
  background: #C9D6FF;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #E2E2E2, #C9D6FF);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  margin: 0% 20%;
}
.heading{
  font-weight: 700;
}
.form input{
  border: 0.5px;
  border-radius: 5px;
}
.form2 input{
  border: 0.5px;
  border-radius: 5px;
}
.checks br {
  display: block; /* makes it have a width */
  content: ""; /* clears default height */
  margin-top: 10px; /* change this to whatever height you want it */
}
.help{
  background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
  padding: 10px 100px;
  margin-top: 15px;
}
.help2{
  background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
  padding: 10px 85px;
  margin-top: 15px;
}
.submit{
  background: none;
}
  .solution{
    margin: 2% 10%;
    text-align: justify;
  }

  /* loading animation */
  
.loading{
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
}

.container2 {
    height: 100px;
    width: 86px;
    transform: scale(0.5);
    position: absolute;
    left: 45%;
    top: 25%;
  }
  
  .cube {
    position: absolute;
    width: 86px;
    height: 100px;
  }
  
  .right {
    background: #E79C10;
    transform: rotate(-30deg) skewX(-30deg) translate(49px, 65px) scaleY(0.86);
  }
  
  .left {
    background: #D53A33;
    transform: rotate(90deg) skewX(-30deg) scaleY(0.86) translate(25px, -50px);
  }
  
  .top {
    background: #1d9099;
    transform: rotate(210deg) skew(-30deg) translate(-75px, -22px) scaleY(0.86);
    z-index: 2;
  }
  
  .face {
    height: 50px;
    width: 50px;
    position: absolute;
    transform-origin: 0 0;
  }
  
  .h1.w1.l1 {
    z-index: -1;
    animation-name: h1w1l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w1l1 {
    0% {
      transform: translate(0%, -100%);
    }
    14% {
      transform: translate(-50%, -125%);
    }
    28% {
      transform: translate(0%, -150%);
    }
    43% {
      transform: translate(0%, -200%);
    }
    57% {
      transform: translate(50%, -175%);
    }
    71% {
      transform: translate(0%, -150%);
    }
    85% {
      transform: translate(0%, -100%);
    }
    100% {
      transform: translate(0%, -100%);
    }
  }
  .h1.w1.l2 {
    z-index: -1;
    animation-name: h1w1l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w1l2 {
    0% {
      transform: translate(50%, -75%);
    }
    14% {
      transform: translate(50%, -75%);
    }
    28% {
      transform: translate(100%, -100%);
    }
    43% {
      transform: translate(100%, -150%);
    }
    57% {
      transform: translate(100%, -150%);
    }
    71% {
      transform: translate(50%, -125%);
    }
    85% {
      transform: translate(50%, -75%);
    }
    100% {
      transform: translate(50%, -75%);
    }
  }
  .h1.w1.l3 {
    z-index: -1;
    animation-name: h1w1l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w1l3 {
    0% {
      transform: translate(100%, -50%);
    }
    14% {
      transform: translate(150%, -25%);
    }
    28% {
      transform: translate(200%, -50%);
    }
    43% {
      transform: translate(200%, -100%);
    }
    57% {
      transform: translate(150%, -125%);
    }
    71% {
      transform: translate(100%, -100%);
    }
    85% {
      transform: translate(100%, -50%);
    }
    100% {
      transform: translate(100%, -50%);
    }
  }
  .h1.w2.l1 {
    z-index: -1;
    animation-name: h1w2l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w2l1 {
    0% {
      transform: translate(-50%, -75%);
    }
    14% {
      transform: translate(-100%, -100%);
    }
    28% {
      transform: translate(-100%, -100%);
    }
    43% {
      transform: translate(-100%, -150%);
    }
    57% {
      transform: translate(-50%, -125%);
    }
    71% {
      transform: translate(-50%, -125%);
    }
    85% {
      transform: translate(-50%, -75%);
    }
    100% {
      transform: translate(-50%, -75%);
    }
  }
  .h1.w2.l2 {
    z-index: -1;
    animation-name: h1w2l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w2l2 {
    0% {
      transform: translate(0%, -50%);
    }
    14% {
      transform: translate(0%, -50%);
    }
    28% {
      transform: translate(0%, -50%);
    }
    43% {
      transform: translate(0%, -100%);
    }
    57% {
      transform: translate(0%, -100%);
    }
    71% {
      transform: translate(0%, -100%);
    }
    85% {
      transform: translate(0%, -50%);
    }
    100% {
      transform: translate(0%, -50%);
    }
  }
  .h1.w2.l3 {
    z-index: -1;
    animation-name: h1w2l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w2l3 {
    0% {
      transform: translate(50%, -25%);
    }
    14% {
      transform: translate(100%, 0%);
    }
    28% {
      transform: translate(100%, 0%);
    }
    43% {
      transform: translate(100%, -50%);
    }
    57% {
      transform: translate(50%, -75%);
    }
    71% {
      transform: translate(50%, -75%);
    }
    85% {
      transform: translate(50%, -25%);
    }
    100% {
      transform: translate(50%, -25%);
    }
  }
  .h1.w3.l1 {
    z-index: -1;
    animation-name: h1w3l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w3l1 {
    0% {
      transform: translate(-100%, -50%);
    }
    14% {
      transform: translate(-150%, -75%);
    }
    28% {
      transform: translate(-200%, -50%);
    }
    43% {
      transform: translate(-200%, -100%);
    }
    57% {
      transform: translate(-150%, -75%);
    }
    71% {
      transform: translate(-100%, -100%);
    }
    85% {
      transform: translate(-100%, -50%);
    }
    100% {
      transform: translate(-100%, -50%);
    }
  }
  .h1.w3.l2 {
    z-index: -1;
    animation-name: h1w3l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w3l2 {
    0% {
      transform: translate(-50%, -25%);
    }
    14% {
      transform: translate(-50%, -25%);
    }
    28% {
      transform: translate(-100%, 0%);
    }
    43% {
      transform: translate(-100%, -50%);
    }
    57% {
      transform: translate(-100%, -50%);
    }
    71% {
      transform: translate(-50%, -75%);
    }
    85% {
      transform: translate(-50%, -25%);
    }
    100% {
      transform: translate(-50%, -25%);
    }
  }
  .h1.w3.l3 {
    z-index: -1;
    animation-name: h1w3l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h1w3l3 {
    0% {
      transform: translate(0%, 0%);
    }
    14% {
      transform: translate(50%, 25%);
    }
    28% {
      transform: translate(0%, 50%);
    }
    43% {
      transform: translate(0%, 0%);
    }
    57% {
      transform: translate(-50%, -25%);
    }
    71% {
      transform: translate(0%, -50%);
    }
    85% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, 0%);
    }
  }
  .h2.w1.l1 {
    z-index: -2;
    animation-name: h2w1l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w1l1 {
    0% {
      transform: translate(0%, -50%);
    }
    14% {
      transform: translate(-50%, -75%);
    }
    28% {
      transform: translate(0%, -100%);
    }
    43% {
      transform: translate(0%, -100%);
    }
    57% {
      transform: translate(50%, -75%);
    }
    71% {
      transform: translate(0%, -50%);
    }
    85% {
      transform: translate(0%, -50%);
    }
    100% {
      transform: translate(0%, -50%);
    }
  }
  .h2.w1.l2 {
    z-index: -2;
    animation-name: h2w1l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w1l2 {
    0% {
      transform: translate(50%, -25%);
    }
    14% {
      transform: translate(50%, -25%);
    }
    28% {
      transform: translate(100%, -50%);
    }
    43% {
      transform: translate(100%, -50%);
    }
    57% {
      transform: translate(100%, -50%);
    }
    71% {
      transform: translate(50%, -25%);
    }
    85% {
      transform: translate(50%, -25%);
    }
    100% {
      transform: translate(50%, -25%);
    }
  }
  .h2.w1.l3 {
    z-index: -2;
    animation-name: h2w1l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w1l3 {
    0% {
      transform: translate(100%, 0%);
    }
    14% {
      transform: translate(150%, 25%);
    }
    28% {
      transform: translate(200%, 0%);
    }
    43% {
      transform: translate(200%, 0%);
    }
    57% {
      transform: translate(150%, -25%);
    }
    71% {
      transform: translate(100%, 0%);
    }
    85% {
      transform: translate(100%, 0%);
    }
    100% {
      transform: translate(100%, 0%);
    }
  }
  .h2.w2.l1 {
    z-index: -2;
    animation-name: h2w2l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w2l1 {
    0% {
      transform: translate(-50%, -25%);
    }
    14% {
      transform: translate(-100%, -50%);
    }
    28% {
      transform: translate(-100%, -50%);
    }
    43% {
      transform: translate(-100%, -50%);
    }
    57% {
      transform: translate(-50%, -25%);
    }
    71% {
      transform: translate(-50%, -25%);
    }
    85% {
      transform: translate(-50%, -25%);
    }
    100% {
      transform: translate(-50%, -25%);
    }
  }
  .h2.w2.l2 {
    z-index: -2;
    animation-name: h2w2l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w2l2 {
    0% {
      transform: translate(0%, 0%);
    }
    14% {
      transform: translate(0%, 0%);
    }
    28% {
      transform: translate(0%, 0%);
    }
    43% {
      transform: translate(0%, 0%);
    }
    57% {
      transform: translate(0%, 0%);
    }
    71% {
      transform: translate(0%, 0%);
    }
    85% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, 0%);
    }
  }
  .h2.w2.l3 {
    z-index: -2;
    animation-name: h2w2l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w2l3 {
    0% {
      transform: translate(50%, 25%);
    }
    14% {
      transform: translate(100%, 50%);
    }
    28% {
      transform: translate(100%, 50%);
    }
    43% {
      transform: translate(100%, 50%);
    }
    57% {
      transform: translate(50%, 25%);
    }
    71% {
      transform: translate(50%, 25%);
    }
    85% {
      transform: translate(50%, 25%);
    }
    100% {
      transform: translate(50%, 25%);
    }
  }
  .h2.w3.l1 {
    z-index: -2;
    animation-name: h2w3l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w3l1 {
    0% {
      transform: translate(-100%, 0%);
    }
    14% {
      transform: translate(-150%, -25%);
    }
    28% {
      transform: translate(-200%, 0%);
    }
    43% {
      transform: translate(-200%, 0%);
    }
    57% {
      transform: translate(-150%, 25%);
    }
    71% {
      transform: translate(-100%, 0%);
    }
    85% {
      transform: translate(-100%, 0%);
    }
    100% {
      transform: translate(-100%, 0%);
    }
  }
  .h2.w3.l2 {
    z-index: -2;
    animation-name: h2w3l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w3l2 {
    0% {
      transform: translate(-50%, 25%);
    }
    14% {
      transform: translate(-50%, 25%);
    }
    28% {
      transform: translate(-100%, 50%);
    }
    43% {
      transform: translate(-100%, 50%);
    }
    57% {
      transform: translate(-100%, 50%);
    }
    71% {
      transform: translate(-50%, 25%);
    }
    85% {
      transform: translate(-50%, 25%);
    }
    100% {
      transform: translate(-50%, 25%);
    }
  }
  .h2.w3.l3 {
    z-index: -2;
    animation-name: h2w3l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h2w3l3 {
    0% {
      transform: translate(0%, 50%);
    }
    14% {
      transform: translate(50%, 75%);
    }
    28% {
      transform: translate(0%, 100%);
    }
    43% {
      transform: translate(0%, 100%);
    }
    57% {
      transform: translate(-50%, 75%);
    }
    71% {
      transform: translate(0%, 50%);
    }
    85% {
      transform: translate(0%, 50%);
    }
    100% {
      transform: translate(0%, 50%);
    }
  }
  .h3.w1.l1 {
    z-index: -3;
    animation-name: h3w1l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w1l1 {
    0% {
      transform: translate(0%, 0%);
    }
    14% {
      transform: translate(-50%, -25%);
    }
    28% {
      transform: translate(0%, -50%);
    }
    43% {
      transform: translate(0%, 0%);
    }
    57% {
      transform: translate(50%, 25%);
    }
    71% {
      transform: translate(0%, 50%);
    }
    85% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, 0%);
    }
  }
  .h3.w1.l2 {
    z-index: -3;
    animation-name: h3w1l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w1l2 {
    0% {
      transform: translate(50%, 25%);
    }
    14% {
      transform: translate(50%, 25%);
    }
    28% {
      transform: translate(100%, 0%);
    }
    43% {
      transform: translate(100%, 50%);
    }
    57% {
      transform: translate(100%, 50%);
    }
    71% {
      transform: translate(50%, 75%);
    }
    85% {
      transform: translate(50%, 25%);
    }
    100% {
      transform: translate(50%, 25%);
    }
  }
  .h3.w1.l3 {
    z-index: -3;
    animation-name: h3w1l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w1l3 {
    0% {
      transform: translate(100%, 50%);
    }
    14% {
      transform: translate(150%, 75%);
    }
    28% {
      transform: translate(200%, 50%);
    }
    43% {
      transform: translate(200%, 100%);
    }
    57% {
      transform: translate(150%, 75%);
    }
    71% {
      transform: translate(100%, 100%);
    }
    85% {
      transform: translate(100%, 50%);
    }
    100% {
      transform: translate(100%, 50%);
    }
  }
  .h3.w2.l1 {
    z-index: -3;
    animation-name: h3w2l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w2l1 {
    0% {
      transform: translate(-50%, 25%);
    }
    14% {
      transform: translate(-100%, 0%);
    }
    28% {
      transform: translate(-100%, 0%);
    }
    43% {
      transform: translate(-100%, 50%);
    }
    57% {
      transform: translate(-50%, 75%);
    }
    71% {
      transform: translate(-50%, 75%);
    }
    85% {
      transform: translate(-50%, 25%);
    }
    100% {
      transform: translate(-50%, 25%);
    }
  }
  .h3.w2.l2 {
    z-index: -3;
    animation-name: h3w2l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w2l2 {
    0% {
      transform: translate(0%, 50%);
    }
    14% {
      transform: translate(0%, 50%);
    }
    28% {
      transform: translate(0%, 50%);
    }
    43% {
      transform: translate(0%, 100%);
    }
    57% {
      transform: translate(0%, 100%);
    }
    71% {
      transform: translate(0%, 100%);
    }
    85% {
      transform: translate(0%, 50%);
    }
    100% {
      transform: translate(0%, 50%);
    }
  }
  .h3.w2.l3 {
    z-index: -3;
    animation-name: h3w2l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w2l3 {
    0% {
      transform: translate(50%, 75%);
    }
    14% {
      transform: translate(100%, 100%);
    }
    28% {
      transform: translate(100%, 100%);
    }
    43% {
      transform: translate(100%, 150%);
    }
    57% {
      transform: translate(50%, 125%);
    }
    71% {
      transform: translate(50%, 125%);
    }
    85% {
      transform: translate(50%, 75%);
    }
    100% {
      transform: translate(50%, 75%);
    }
  }
  .h3.w3.l1 {
    z-index: -3;
    animation-name: h3w3l1;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w3l1 {
    0% {
      transform: translate(-100%, 50%);
    }
    14% {
      transform: translate(-150%, 25%);
    }
    28% {
      transform: translate(-200%, 50%);
    }
    43% {
      transform: translate(-200%, 100%);
    }
    57% {
      transform: translate(-150%, 125%);
    }
    71% {
      transform: translate(-100%, 100%);
    }
    85% {
      transform: translate(-100%, 50%);
    }
    100% {
      transform: translate(-100%, 50%);
    }
  }
  .h3.w3.l2 {
    z-index: -3;
    animation-name: h3w3l2;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w3l2 {
    0% {
      transform: translate(-50%, 75%);
    }
    14% {
      transform: translate(-50%, 75%);
    }
    28% {
      transform: translate(-100%, 100%);
    }
    43% {
      transform: translate(-100%, 150%);
    }
    57% {
      transform: translate(-100%, 150%);
    }
    71% {
      transform: translate(-50%, 125%);
    }
    85% {
      transform: translate(-50%, 75%);
    }
    100% {
      transform: translate(-50%, 75%);
    }
  }
  .h3.w3.l3 {
    z-index: -3;
    animation-name: h3w3l3;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }
  
  @keyframes h3w3l3 {
    0% {
      transform: translate(0%, 100%);
    }
    14% {
      transform: translate(50%, 125%);
    }
    28% {
      transform: translate(0%, 150%);
    }
    43% {
      transform: translate(0%, 200%);
    }
    57% {
      transform: translate(-50%, 175%);
    }
    71% {
      transform: translate(0%, 150%);
    }
    85% {
      transform: translate(0%, 100%);
    }
    100% {
      transform: translate(0%, 100%);
    }
  }

  .first-mobile{
    display: none;
  }
  .second-mobile{
    display: none;
  }


  /* responsive */

  @media only screen and (min-width: 1300px) {
    .basics {
        /*font-family: 'Lora', serif;*/
        margin-top: 6%;
    }
  }
  @media only screen and (max-width: 1100px) {
    .im1 {
        position: relative;
        z-index: 9;
        margin-top: 20%;
    }
    .im3{
        position: relative;
        z-index: 9;
        margin-top: 20%;
        margin-left: 5%;
      }
      .nav-item {
        margin-right: 8px;
        font-weight: 600;
    }
  }
  @media only screen and (max-width: 1100px) {
    .first-pc{
        margin: 3% 5%;
    }
    .second-pc{
        margin: 3% 5%;
    }
    .solution{
        margin: 3% 5%;
    }
    .im1 {
        position: relative;
        z-index: 9;
        margin-top: 8%;
    }
    .im3 {
        position: relative;
        z-index: 9;
        margin-top: 8%;
        margin-left: 5%;
    }
  }
  @media only screen and (max-width: 800px) {
    .im {
        width: 75%;
        border-radius: 20px;
    }
    .text{
      display: none;
  }
  .pc{
      margin-right: 15%;
  }
  .apply{
    color: white;
    border: 0.5px solid;
    width: 90px;
}
    .navbar{
        background-color: #344871;
        z-index: 99;
        margin: 0;
    }
    .im1 {
        position: relative;
        z-index: 9;
        margin-top: 20%;
    }
    .im3 {
        position: relative;
        z-index: 9;
        margin-top: 25%;
        margin-left: 5%;
    }
  }
  @media only screen and (max-width: 500px) {
    .head--{
        font-size: 15vw;
    }
    .x{
    display:none;
    background-color:#fff;
    position: fixed;
    width: 100%;
    height: 1200px;
    z-index: 99999999;
    top:-20%;
}
    .pc{
      display: none;
  }
  .text{
      display: block;
  }
    .first-pc{
        display: none;
    }
    .second-pc{
        display: none;
    }
    .first-mobile{
        display: block;
      }
      .second-mobile{
        display: block;
      }
      .im {
        width: 65%;
        border-radius: 20px;
    }
    .first-mobile{
        margin: 0 5%;
    }
    .second-mobile{
        margin: 0 5%;
    }
    .im1 {
        position: relative;
        z-index: 9;
        margin-top: 0%;
        margin-left: 0%;
    }
    .im2 {
        margin-left: 35%;
        margin-top: -8%;
    }
    .im3 {
        position: relative;
        z-index: 9;
        margin-top: 4%;
        margin-left: 0%;
    }
    .im4 {
        margin-left: 35%;
        margin-top: -8%;
    }
    .form_on{
        overflow:hidden;
        z-index:9999;
    }
    .pc-{
        margin-top:10%;
    }
    .form_button {
        padding: 10px;
        margin: 0% 0%;
    }
    .close {
        float: right;
        margin: 2% auto;
        padding: 0 5% 0 0;
        position: relative;
        z-index: 5;
    }
  }