@font-face {
    font-family: Neogrotesk Ess Alt;
    src: url("../font/NeogroteskEssAlt-Regular.woff") format("woff");
  }
  
  @font-face {
    font-family: Boston-SemiBold;
    src: url("../font/Boston-SemiBold.woff") format("woff");
  }
  
  @font-face {
    font-family: Neogrotesk Ess Alt Bold;
    src: url("../font/NeogroteskEssAlt-Bold.woff") format("woff");
  }
  
  @font-face {
    font-family: Boston-Regular;
    src: url("../font/Boston-Regular.woff") format("woff");
  }
  
  @font-face {
    font-family: Neogrotesk Ess Alt Light;
    src: url("../font/NeogroteskEssAlt-Light.woff") format("woff");
  }
  @font-face {
    font-family: Boston-Bold;
    src: url("../font/Boston-Bold.woff");
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Boston-Regular;
  }
  
  h1 {
    font-family: Neogrotesk Ess Alt;
    font-weight: 100;
  }
  
  p {
    font-family: Boston-Regular;
  }
  
  main {
    max-width: 1600px;
    padding-top: 90vh;
  }
  
  .second {
    display: none;
  }
  
  /* stick */
  
  .stick {
    position: absolute;
    width: 40vw;
    height: calc(100vh - 94px);
    top: 94px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;

  }
  
  .stick .mask {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .stick .mask img {
    width: 100%;
  }
  
  .stick .circle {
      background-color: transparent;
    position: absolute;
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68%;
    top: 18%;
    right: 4%;
  }
  
  .stick .circle img {
    width: 100%;
    position: absolute;
  }
  
  .stick .circle .center_logo {
    width: 38%;
    height: 38%;
    position: relative;
    right: 2.5%;
    bottom: 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .stick .circle .center_logo img {
    width: 100%;
    position: static;
  }
  
  /* Slider Section */
  
  .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 360vw;
    overflow: hidden;
    position: relative;
    top: 50vw;

  }
  
  .outer-wrapper {
    width: 100vh;
    height: 100vw;
    transform: translate(100vh, -180vh);
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .outer-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .slide {
    max-width: 60vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .slide .box {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .one, .two {
    min-height: 50vh;
  }
  
  .one .box_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    margin-bottom: 20px;
  }
  
  .one .box_icon img {
    width: 100%;
  }
  
  .one .box h1 {
    font-size: 44px;
    display: flex;
    align-items: center;
    color: #043b81;
  }
  
  .line {
    width: 77.29px;
    background-color: #0d4162;
    height: 3px;
    margin-top: 7px;
  }
  
  .one {
    height: 80px!important;
  }
  
  .one .box p {
    width: 70%;
    font-size: 22px;
  }
  
  .two .box_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    margin-bottom: 20px;
  }
  
  .two .box_icon img {
    width: 100%;
  }
  
  .two .box h1 {
    font-size: 44px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    color: #043b81;
  }
  
  .two .box p {
    width: 70%;
    font-size: 22px;
  }
  
  .three {
    height: 100%;
  }
  
  .three .box {
    padding-top: 30vh;
    width: 100%;
    height: 100%;
  }
  
  .three .box h1 {
    font-size: 44px;
    width: 500px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    color: #043b81;
  }
  
  .three .line {
    margin-top: 54px;
    right: 175px;
    position: relative;
    top: 8px;
  }
  
  .three .box .sub_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  
  .three .box .sub_box:nth-child(7) {
    margin-bottom: 250px;
  }
  
  .three .box .sub_box h1 {
    font-size: 28px;
    color: #0d4162;
    margin-bottom: 14px;
  }
  
  .three .box .sub_box .sub_box_img {
    height: 60px;
    margin-bottom: 19.6px;
  }
  
  .three .box .sub_box .sub_box_img img {
    height: 100%;
  }
  
  .three .box .sub_box p {
    width: 70%;
    font-size: 22px;
  }
  
  .four .box {
    height: 100%;
  }
  
  .four .box .imgContainer{
    display: flex;
    flex-direction: row;
    justify-content: left;
  }
  .four .box .imgContainer .founder{
    width: 200px;
    height: 200px;
    text-align: left;
  }
  .four .box .imgContainer .founder img{
    width: 100%;
  }
  .four .box .imgContainer .content{
    text-align: left;
    margin-top: 110px;
  }
  .four .box .imgContainer .content .title h1{
    font-size: 2rem;
  }
  .four .box .imgContainer .content .position{
    display: flex;
  }
  .four .box .imgContainer .content p{
    margin: auto 0;
    margin-top: -10px;
  }
  .four .box .imgContainer .content img{
    transform: scale(0.4);
    margin-top: -30px;
    margin-left: -20%;
  }
  .four .box_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    margin-bottom: 20px;
  }
  .four .box_icon img {
    width: 100%;
  }
  .four .box h1 {
    font-size: 44px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    color: #043b81;
  }
  .four .box p {
    width: 70%;
    height: 100%;
    font-size: 22px;
    line-height: 1.6;
  }
  
  .cofounder .box {
    height: 100%;
  }
  .cofounder .box .imgContainer{
    display: flex;
    flex-direction: row;
    justify-content: left;
  }
  .cofounder .box .imgContainer .founder{
    width: 200px;
    height: 200px;
    text-align: left;
    margin-top: 100px;
  }
  .cofounder .box .imgContainer .founder img{
    width: 100%;
  }
  .cofounder .box .imgContainer .content{
    text-align: left;
    margin-top: 130px;
  }
  .cofounder .box .imgContainer .content .title h1{
    font-size: 2rem;
  }
  .cofounder .box .imgContainer .content .position{
    display: flex;
  }
  .cofounder .box .imgContainer .content p{
    margin: auto 0;
  }
  .cofounder .box .imgContainer .content img{
    transform: scale(0.4);
    margin-top: -20px;
    margin-left: -20%;
  }
  .cofounder .box_icon img {
    width: 100%;
  }
  .cofounder .box h1 {
    font-size: 44px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    color: #043b81;
  }
  .cofounder .box .content p{
    width: 100%;
  } 
  .cofounder .box p {
    width: 70%;
    height: 100%;
    font-size: 22px;
    line-height: 1.6;
  }
  
  .five {
    margin-top: 4rem;
    height: 100%;
  }
  
  .five .box {
    width: 100%;
    height: 100%;
  }
  
  .five .box h1 {
    font-size: 44px;
    width: 489px;
    margin-bottom: 59px;
    display: flex;
    align-items: center;
    color: #043b81;
  }
  
  .five .line {
    margin-top: 54px;
    position: relative;
    right: 130px;
    top: 6px;
  }
  
  .five .box .sub_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  
  .five .box .sub_box:nth-child(8) {
    margin-bottom: 300px;
  }
  
  .five .box .sub_box .heading {
    font-size: 28px;
    font-weight: 200;
    color: #0d4162;
    margin-bottom: 14px;
    border-left: 3px solid #f2d229;
    width: 481px;
    padding-left: 22px;
  }
  
  .five .box .sub_box .para {
    width: 70%;
    font-size: 22px;
    padding-left: 22px;
  }
  
  main {
    margin-bottom: 120vh;
  }
  
  header {
    z-index: 100;
  }
  
  footer {
    z-index: 1000;
    margin-top: 5rem;
  }
  @media screen and (max-width:1200px) {
    .stick {
      width: 35%;
    }
    main {
      padding: 0 4rem;
    }
    .outer-wrapper {
      margin-left: -250px;
      transform: translate(100vh, -175vh);
    }
    .slide {
      max-width: 400px;
    }
    .slide .box h1, .slide .box .sub_box h1 {
      font-size: 1.9rem;
    }
    .slide .box p, .slide .box .sub_box p {
      width: 90%;
      font-size: 1rem;
    }
  }
  
  @media screen and (max-width:900px) {
    .stick {
      width: 35%;
    }
    .outer-wrapper {
      margin-left: -400px;
      transform: translate(110vh, -165vh);
    }
    .slide {
      max-width: 400px;
    }
    .slide .box h1, .slide .box .sub_box h1 {
      font-size: 1.6rem;
    }
    .slide .box p, .slide .box .sub_box p, .slide .box .sub_box p.heading, .slide .box .sub_box p.para {
      width: 80%;
      font-size: 0.9rem;
    }
    .banner {
      margin-top: 100vh;
    }
  }
  
  @media screen and (max-width:720px) {
    main {
      padding: 0.4rem;
    }
    main {
      display: none;
    }
    .second {
      display: block;
      width: 90%;
      padding: 7rem 1rem 0 1rem;
      text-align: left
    }
    .largeContainer{
      margin-bottom: 12rem;
    }
    .card {
      margin: 2rem 0;
    }
    .box h1 {
      font-size: 24px;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      color: #043b81;
    }
    .box_icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 75px;
      margin-bottom: 20px;
    }
    .box p, .sub_box p {
      font-size: 20px;
    }
    .line {
      margin-top: 54px;
      right: 10px;
      position: relative;
      top: 8px;
    }
    .sub_box {
      display: flex;
      flex-direction: column;
      margin-bottom: 40px;
    }
    .sub_box h1 {
      font-size: 24px;
      color: #0d4162;
      margin-bottom: 14px;
    }
    .box .sub_box .heading {
      font-size: 28px;
      font-weight: 200;
      color: #0d4162;
      margin-bottom: 14px;
      border-left: 3px solid #f2d229;
      padding-left: 22px;
    }
    .largeContainer {
      margin-top: 0;
      height: 100vh;
    }
    footer {
      margin-top: 0;
    }
    
    .card .box .imgContainer{
      display: flex;
      flex-direction: row;
      justify-content: left;
    }
    .card .box .imgContainer .founder{
      width: 150px;
      height: 150px;
      text-align: left;
    }
    .card .box .imgContainer .founder img{
      width: 100%;
    }
    .card .box .imgContainer .content{
      text-align: left;
      margin-top: 75px;
    }
    .card .box .imgContainer .content .title h1{
      font-size: 1.4rem;
    }
    .card .box .imgContainer .content .position{
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
    }
    .card .box .imgContainer .content p{
      margin: auto;
      font-size: 1.2rem;
      margin-top: -15px;
    }
    .card .box .imgContainer .content img{
      transform: scale(0.3);
      margin-top: -40px;
      margin-left: -25%;
    }
    .card .box .imgContainer .cofound{
      margin-top: 25px;
    }
    .card .box .imgContainer .cofound p{
      font-size: 1rem;
    }
  
  }
  
  @media screen and ( max-width:440px) {
    .largeContainer {
      height: 100vh;
    }
    .slide {
      width: 300px;
    }
    .wrapper {
      width: 100%;
    }
    .wrapper .slide .box h1, .wrapper .slide .box .sub_box p.heading, .wrapper .slide .box .sub_box p.para, .wrapper .slide .box .sub_box p, .wrapper .slide .box p {
      text-align: center!important;
    }
    main {
      padding: 0;
    }
  }
  