html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}
html,
body {
    overflow-x: clip;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}
b,
strong {
    font-weight: 700;
}
body {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    overflow-x: hidden;
}
p {
    margin-bottom: 30px;
    color: #000;
}
a {
    color: #000;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
a:hover,
a:focus,
a:active {
    color: #2EBDF3;
}
.banner-swiper .swiper-slide {
    height: 100vh;
}
.swiper-button-next::after, .swiper-button-prev::after{
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    top: auto;
    bottom: 18px;
}
.swiper-button-prev{
    left: auto;
    right: 170px;
}
.swiper-button-next{
    right: 105px;
}
.shape{
    position: absolute;
    opacity: 0;
    transition-property:opacity,transform;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
.swiper-slide-active .shape{
    opacity: 1;
    transform:translate3d(0px,0,0);
}

.shape-1-1{
    transform:translate3d(100px,0,0);
    left: 0;
    bottom: 0;
    transition-delay:500ms;
}
.shape-1-2 {
    transform:translate3d(-100px,0,0);
    right: 18%;
    bottom: 10%;
    transition-delay:1000ms;
}
.shape-2-2{
    transform:translate3d(100px,0,0);
    left: 12%;
    top: 6%;
    transition-delay:1000ms;
}
.shape-2-3 {
    transform:translate3d(-100px,0,0);
    right: 0%;
    bottom: 10%;
    transition-delay:1500ms;
}
.shape-3-2{
    transform:translate3d(100px,0,0);
    left: 35%;
    top: 16%;
    transition-delay:1000ms;
}
.shape-4-2{
    transform:translate3d(100px,0,0);
    left: 6%;
    top: 6%;
    transition-delay:600ms;
}
.shape-5-3 {
    transform:translate3d(-100px,0,0);
    right: 6%;
    bottom: 10%;
    transition-delay:1500ms;
}
.shape-7-2{
    transform:translate3d(100px,0,0);
    left: 40%;
    top: 16%;
    transition-delay:1000ms;
}
.shape-7-3 {
    transform:translate3d(-100px,0,0);
    right: 0;
    bottom: 3%;
    transition-delay:1500ms;
}
.shape-12-1 {
    transform: translate3d(100px,0,0);
    left: 9%;
    top: 10%;
    transition-delay: 500ms;
}
.shape-12-3 {
    transform: translate3d(-100px,0,0);
    right: 15%;
    top: 10%;
    transition-delay: 1500ms;
}
.pro-bottom{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    max-width: 40%;
    margin: auto;
}
.pro-bottom img {
    max-width: 95px;
    margin-left: -45px;
    margin-bottom: -43px;
    position: relative;
    z-index: 9;
}   
.meter {
    height: 20px;
    border-radius: 20px;
    position: relative;
    background: rgba(217, 217, 217, 0.5);
    overflow: hidden;
}

.meter span {
    display: block;
    height: 100%;
    border-radius: 20px;
}

.swiper-slide-active .progress {
    animation: progressBar 1s ease-in-out;
    animation-fill-mode:both; 
}
.progress {
    background-color: rgba(23, 208, 30, 1);
    
}

@keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}

.banner-swiper .swiper-slide:nth-child(2) .progress{
    background-color: rgba(208, 23, 23, 1);
}