::-webkit-scrollbar {
    display: none;
}
.white_link{
    color:white !important;
}
.navbar{
    margin: 0;
    padding:4% 0;
}
.logo{
    width: 135px;
}
.stories .card{
    margin-top:5%;
}
.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%;
    }
p{
  text-align: justify;
}
.nav-item{
    margin-right: 15px;
    font-weight: 600;
}
.apply{
  padding: 2px 25px;
  font-weight: 600;
  color: gray;
  font-size: 1rem;
  border: 1px solid rgba(0,0,0,.55);
}
.apply:hover{
  color: #fff;
  background-color: rgba(0,0,0,.55);
}

/* trial  */


body{
  overflow: visible;
}
.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;
}
.founders-pc{
  /*margin-top: 3%;*/
  margin:3% 5%;
}
.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;
}

.banner{
    background-color: #344871;
    color: #fff;
    width: 100%;
    height: 190px;
}
.intro{
    margin-top: 2%;
  }
  
  .intro_line{
      margin-top:3%;
  }

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 110px; */
  }
  .logo3{
    width: 300px;
  }
  .migration{
      width:550px;
      margin:2% 0 8% 0;
  }
  .visa_services{
      width:400px;
      margin:1% 0 5% 0;
  }
  .container p {
    font-size: 1.2em;
    line-height: 150%;
    text-align: center;
    color: #111;
    letter-spacing: .5px;
    margin-top: -50px;
  }


.about{
    margin: 3% 10%;
}
  .wrapper {
    aspect-ratio: 16/9;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    margin-top: 5%;
  }
  
 .input-pic {
    display: none;
  } 
  input:checked + .box {
    grid-row: 1/-1;
    grid-column: 1;
  }
  
  ::view-transition-group(*) {
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }
  
  .box {
    background-color: #fff5;
    border-radius: 0.2rem;
    cursor: pointer;
    background: no-repeat center/cover;
    box-shadow: 0 0 12px #0005;
  }
  .box[data-index="1"] {
    view-transition-name: box-1;
  }
  .box[data-index="2"] {
    view-transition-name: box-2;
  }
  .box[data-index="3"] {
    view-transition-name: box-3;
  }

  :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;
  }
  
  .why{
    margin: 2% 10%;
  }
  .reason{
    margin: 5%;
  }

  .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;
}

.first{
    margin-top: 3%;
}
#app {
    z-index: 100;
  }
  
  #app {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    /* padding-bottom: 4vmin; */
    height: 50vh;
    width: 100%;
    color: #3a3535;
    /* margin-bottom: 5%; */
  }
  
  
  .title {
    padding-left: 1em;
    grid-column: 1/-1;
    grid-row: 1;
    font-family: "Prata", serif;
    font-size: 4vw;
    width: 100%;
    z-index: 2;
  }
  .title > .title-inner {
    display: inline-block;
  }
  
  .title-inner {
    display: inline-block;
  }
  .title-inner1 {
    display: inline-block;
    /* float: right; */
    /* margin-right: 10%; */
  }
  .cafe-inner {
    display: inline-block;
  }
  

  
  .cafe > .cafe-inner {
    display: inline-block;
  }
  
  .mozart {
    display: inline-block;
  }
  
  .image {
    grid-row: 1;
    grid-column: 2;
    margin-left: -8rem;
    /* opacity: 0.7; */
  }
  .message{
    grid-row: 1;
    grid-column: 2;
    width: 80%;
    margin-left: 10rem;
  }

  .image img {
    display: block;
    width: 25%;
    height: auto;
    border-radius: 20px;
  }

  @import url("https://fonts.googleapis.com/css?family=Montserrat:100");
#app1 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#wrapper {
  text-align: center;
}

.sub {
  color: #64dcdc;
  letter-spacing: 1em;
}

/* Our mixin positions a copy of our text
directly on our existing text, while
also setting content to the appropriate
text set in the data-text attribute. */
.glitch {
  position: relative;
  color: black;
  font-size: 4em;
  letter-spacing: 0.5em;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
}

.founders-mobile{
    display: none;
}

/* loading animation */
body{
    overflow: hidden;
}
.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%);
    }
  }
  
  .point1_img{
      width:90%;
      border-radius:15px;
      margin-top:5%;
  }
.point_img2{
    margin-top:6%;
    margin-left:10%;
}
.point2{
    margin-top:5%;
}

.phone-exam{
    display:none;
}
.new-visa-head{
    width:100%;border-radius:15px;margin-bottom:10%;
}
.why-sa1{
    width:500px;border-radius:15px;margin-left:10%;
}
.why-sa-mb{
    display:none;
}
.why-sa2{
    width:100%;border-radius:15px;margin-top:3%;
}
.assistance-head1{
    width:60%;margin-bottom:3%;
}
.map1{
    width:50%;border-radius:15px;
}
.why-sa12{
    width:100%;border-radius:15px;margin-top:5%;
}
.why-sa13{
    width:100%;border-radius:15px;margin-top:10%;
}
/* responsive */

@media only screen and (max-width: 1300px) {
    .intro{
        margin-top: -1%;
    }
}

@media only screen and (max-width: 1100px) {
    .intro{
        margin-top: 0;
    }
    .message{
        margin-left: 6rem;
    }
    .second{
        margin-top: 5%;
    }
    .pics{
        margin-top: 5%;
    }
    .nav-item {
      margin-right: 8px;
      font-weight: 600;
  }
}

@media only screen and (max-width: 800px) {
    .tip{
        margin-top:3%;
    }
    .phone-exam{
        display:block;
    }
    .pc-exam{
        display:none;
    }
    .founders-mobile{
        display: block;
        margin: 5%;
    }
    .founders-pc{
        display: none;
    }
    .text{
      display: none;
  }
  .pc{
      margin-right: 15%;
  }
  .apply{
    color: white;
    border: 0.5px solid;
    width: 90px;
}
    .image {
        grid-row: 1;
        grid-column: 2;
        margin-left: 0rem;
      }
      .intro{
        margin-top: 5%;
      }
      .message{
        grid-row: 1;
        grid-column: 2;
        width: 80%;
        margin-left: 5rem;
        margin-top: 2em;
      }
      .title {
        padding-top: 1em;
        padding-left: 3em;
        font-size: 7vw;
      }
      .image img {
        display: block;
        width: 70%;
        height: auto;
        border-radius: 20px;
      }
      .founders-mobile .row{
        width: 99%;
      }
      .navbar{
        background-color: #344871;
        margin: 0;
        z-index: 2;
    }
}


@media only screen and (max-width: 500px) {
    .founders-mobile{
        display: block;
    }
    .founders-pc{
        display: none;
    }
    .new-visa-head{
    width:100%;border-radius:15px;margin-bottom:20%;
}
.extra-pj{
    margin-top:-15%;
}
.why-sa-mb{
    display:block;
}
.why-sa-pc{
    display:none;
}
.why-sa1{
    width:330px;
    margin-bottom:5%;
    margin-left:5%;
}

.why-sa12{
    width:330px;border-radius:15px;margin-top:3%;margin-bottom:5%;margin-left:5%;
}
.why-sa13{
    width:330px;border-radius:15px;margin-top:3%;margin-bottom:5%;margin-left:5%;
}
.assistance-head1{
    width:90%;margin-bottom:3%;
}
.stories{
    margin-left:15%;
}
.map1{
    width:85%;border-radius:15px;
}
    .migration{
      width:375px;
      margin:-5% 0 15% 0;
  }
  .visa_services{
      width:300px;
      margin:2% 0 15% 0;
  }
  .point1{
      margin-top:5%;
  }
  .point2{
      margin-top:0;
  }
  .point1_img{
      width:90%;
      margin-left:5%;
  }
  .point_img2{
      margin-top:6%;
      width:80%;
      margin-left:10%;
  }
    .x{
    display:none;
    background-color:#fff;
    position: fixed;
    width: 100%;
    height: 1200px;
    z-index: 99999999;
    top:-20%;
}
    .pc{
      display: none;
  }
  .text{
      display: block;
  }
  .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;
    }
    .navbar{
        background-color: #344871;
        margin: 0;
        z-index: 2;
    }
    .glitch{
        font-size: 2em;
    }
    .image {
        grid-row: 1;
        grid-column: 2;
        margin-left: 0rem;
      }
      .intro{
        margin-top: 5%;
      }
      .message{
        grid-row: 1;
        grid-column: 2;
        width: 100%;
        margin-left: 1rem;
        margin-top: 2em;
      }
      .title {
        padding-top: 1.5em;
        padding-left: 2em;
        font-size: 7vw;
      }
      .image img {
        display: block;
        width: 90%;
        height: auto;
        border-radius: 20px;
      }
      .founders-mobile .row{
        width: 99%;
      }
      .col-sm-6{
        width: 50%;
      }
      .first{
        margin-top: 10%;
      }
      .wrapper1 {
        display: grid;
        place-content: center;
        font-family: "Oswald", sans-serif;
        font-size: clamp(1.5rem, 1rem + 13vw, 5rem);
        font-weight: 700;
        text-transform: uppercase;
        color: var(--text-color);
      }
      .why{
        margin: 2% 5%;
      }
      .reason{
        margin: 5% 0;
      }
      .about {
        margin: 3% 5%;
    }
    .container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
}