.b-box {
    border: 1px solid yellow;
}

body {
    background-color: #1f2c36;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    background-image: radial-gradient(rgb(79, 78, 78) 1px, transparent 0);
    background-size: 60px 60px;
    background-position: -19px -19px;
    overflow: hidden;
    touch-action: none;
}

.main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.header {
    color: #fff;
    /* text-align: center; */
    height: 90px;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0%;
}

.left {
    height: 83vh;
    display: flex;
    align-items: center;
    justify-content: center; 
    z-index: 2;
    left: 0;

    /* padding-top: 15%;
    padding-bottom: auto; */
}

.middle {
    height: 83vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.right {
    height: 83vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.footer {
    margin-top: 0%;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 14px;
}

.row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin-top: 1%;
}

/*media for responsive*/
/* @media and screen (max-width:650px) {
    .main {
        display: flex;
        flex-direction: column;
    }

    .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
} */

.circle-icon {
    background: white;
    color: #2b3c47;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    /* line-height: 100px; */
    vertical-align: middle;
    padding: 10px;
    font-size: 25px;
}

.goNext:hover{
  scale: 1.1;
}

/* .arrowl{
  animation: moveToL 0.8s infinite linear;
}

@keyframes moveToL {
  0% {
    margin-left: 0px;
    margin-top: 0px;
  }
  100% {
    margin-left: 20px;
    margin-top: 0px;
  }
} */



/***************************************************
 * Generated by SVG Artista on 10/21/2022, 8:01:41 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 @-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1323.2646484375px;
    stroke-dasharray: 1323.2646484375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1323.2646484375px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1323.2646484375px;
    stroke-dasharray: 1323.2646484375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1323.2646484375px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 2s ease-in-out 0s both;
          animation: animate-svg-stroke-1 2s ease-in-out 0s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1323.2646484375px;
    stroke-dasharray: 1323.2646484375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1323.2646484375px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1323.2646484375px;
    stroke-dasharray: 1323.2646484375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1323.2646484375px;
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 2.4s ease-in-out 0.12s both;
          animation: animate-svg-stroke-2 2.4s ease-in-out 0.12s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1317.8155517578125px;
    stroke-dasharray: 1317.8155517578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1317.8155517578125px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1317.8155517578125px;
    stroke-dasharray: 1317.8155517578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1317.8155517578125px;
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 2.6s ease-in-out 0.24s both;
          animation: animate-svg-stroke-3 2.6s ease-in-out 0.24s both;
}

  



.scrollbar
{
	margin-left: 10px;
	float: left;
	height: calc(100vh - 150px);
	width: 100%;
	background: transparent;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 25px;
  padding: 5px;
}

.force-overflow
{
	min-height: 100%;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}







.w3-container{
  margin: auto;
  padding:0.01em 16px;
  width: 60%;
}
.zigzag-timeline__item {
        /* Used to position the milestone */
        position: relative;

        /* Border */
        border-bottom: 1px solid #71717A;

        /* Take full width */
        width: 100%;

        /* Room for milestone */
        padding-left: 48px;
        padding-right: 48px;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .zigzag-timeline__milestone {
        /* Absolute position */
        position: absolute;
        top: 50%;

        /* Circle it */
        border-radius: 50%;
        /* border: 1px solid white; */

        /* Misc */
        /* background: #1f2c36; */
        text-align: center;
        padding-top: 20px;
        height: 70px;
        width: 70px;
    }

    /* Styles for even items */
    .zigzag-timeline__item:nth-child(2n) {
        border-left: 1px solid #71717A;

    }

    .zigzag-timeline__item:nth-child(2n) .zigzag-timeline__milestone {
        left: 0;
        transform: translate(-50%, -50%);
    }

    /* Styles for odd items */
    .zigzag-timeline__item:nth-child(2n + 1) {
        border-right: 1px solid #71717A;
    }

    .zigzag-timeline__item:nth-child(2n + 1) .zigzag-timeline__milestone {
        right: 0;
        transform: translate(50%, -50%);
    }