span.green {
  background: rgb(0, 255, 0);
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: black;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

.first-main{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-weight: 900;
}



*{
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
a{
    text-decoration:none;
    cursor:pointer!important
}
p{
    font-family:arial;

}span{
    font-family:arial black,Arial,sans-serif;

}
ul li{
    list-style:none
}
html{
    font-size:55%;
    -webkit-text-size-adjust:100%;
    height:100%
}
img{
    border:0;
    vertical-align:middle;
    max-width:100%
}
iframe{
    position:absolute!important;
    border:0!important;
    width:0!important;
    height:0!important
}
body{
    font-family:arial black,Arial,sans-serif;
    font-size:1.8rem;
    min-width:320px;
    line-height:1.1;
    color:#fff;
    background:#000;
    height:100%;
    padding:3rem 0
}
:focus{
    outline:0
}
.slider-block{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0
}
.slider-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-position: center top;
    /* background-repeat: no-repeat; */
    -webkit-background-size: cover;
    background-size: contain;
    transition:opacity .7s linear
}
.slider-item.active{
    opacity:1
}
.slider-item.item1{
    background-image:url(../images/1.jpg)
}.slider-item.item2{
    background-image:url(../images/2.jpg)
}.slider-item.item3{
    background-image:url(../images/3.jpg)
}.slider-item.item4{
    background-image:url(../images/4.jpg)
}.slider-item.item5{
    background-image:url(../images/5.jpg)
}.slider-item.item6{
    background-image:url(../images/6.jpg)
}
.header{
    font-size:3.9rem;
    position:relative;
    padding-bottom:10px;
    color:#FC753B;
}
.under_header{
    padding: 32px 70px;
    position: relative;
    background-color: rgb(0 0 0 / 65%);
    /* border-radius: 5px; */
}
.under_header p{
    font-size:16px;
    line-height:1.4
}

.under_header_2{
    max-width: 100% !important;
    width: 100%;
    padding: 32px 70px;
    position: relative;
    background-color: rgb(0 0 0 / 65%);
    /* border-radius: 5px; */
}
.under_header_2 p{
    font-size:16px;
    line-height:1.4
}
.center{
    margin-left: auto; 
margin-right: 0;
    max-width:900px;
    /* width:90%; */
    z-index:10
}
.step{
    display:none;
    flex-direction:column;
    position:relative;
    vertical-align:middle
}
.step.visible{
    display:flex
}
.step p{
    font-family:arial;
    font-size:2.4rem;
    margin-bottom:1rem
}
.pagination{
    margin:4rem 0 3rem;
    text-align:center
}
.pagination-item{
    width:5.2rem;
    height:5.2rem;
    margin:0 1.6rem 1.6rem;
    background-color:rgb(239 145 157);;
    font-size:2.6rem;
    color:#fff;
    line-height:5rem;
    font-weight:700;
    border-radius:100%;
    display:inline-block;
    box-sizing:content-box;
    transition:all .2s linear;
    position:relative
}
.pagination-item.active{
    background-color:#FC753B;
}
.step-title{
    padding: 30px 30px;
    font-size: 3rem;
    /* margin:1rem 0; */
    background-color:#FC753B;
    /* border-radius: 5px; */
    border: 5px solid black;
}
.btn-block{
    margin:4rem auto 2rem;
    text-align:center
}
.btn{
    display:inline-block;
    width:26%;
    max-width:300px;
    margin:1rem;
    text-decoration:none;
    font-family:Arial;
    font-size:2rem;
    color:#fff;
    cursor:pointer
}
.btn.h5{
    width:auto
}
.btn img{
    border-radius:50%;
    display:block;
    margin-bottom:1rem;
    border:5px solid transparent;
    transition:.25s ease;
    
}
.btn h5{
        /* border-radius: 3%; */
        display: inline-block;
    margin-bottom: 1rem;
    border: 5px solid transparent;
    transition: .25s ease;
    font-size: 3rem;
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 999px;
    vertical-align: middle;
    position: relative;
    background-color: rgb(252 118 60);
    border: 5px solid black;
}
.btn h5 span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.btn:hover h5,.btn:hover img{
    border:5px solid #ff4d00
}

.text-span{
    text-shadow: 0 0 7px black;
    box-shadow: black;
    font-size: 3rem;
}
.btn-start{
    font-size: 2.5rem;
    font-weight: 700;
    border-radius: 10px;
    background: #FC753B;
    color: #fff;
    padding: 3rem 5.5rem;
    display: inline-block;
    transition: all .2s linear;
    border: 5px solid black;
    border-radius: 999px;
}
.btn-start:hover{
    background-color:#FC753B
}
.hidden{
    display:none!important
}
.showing{
    display:flex;
    -webkit-animation-duration:400ms;
    animation-duration:400ms;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn
}
.preload{
    width:1px;
    height:1px;
    overflow:hidden
}
.last{
    line-height: 1.4;
    display: none;
    padding: 32px 70px;
    background-color: rgb(0 0 0 / 65%);
    /* background-color: rgb(255 255 255); */
    color: white;
    padding: 40px 80px;
    border: solid;
    border-color:#FC753B;
    border-width: 5px;
    width: auto;
}
.thelast h3{
    display:none;
    background-color:#FC753B;
    color: white;
    padding: 40px 0px;
    margin: 20px 0;
    display:none;
    border-radius: 999px;
    border:5px solid #000;
}
.thelast h3.firsth{
    
    display:block;
    width:100%;
    padding:10px 0;
    text-align:center
}

.firsth{
    color: rgb(0, 255, 0);
    text-align: center;
}
.progress-bar{
    width:100%;
    height:20px;
    max-width:500px;
    margin:50px auto;
    border:2px solid #0026ff;
    background:0 0;
    position:relative;
    padding:1px;
    border-radius: 999px;
}
.progress{
    width:0;
    height:15px;
    background-color:#0026ff;
    transition:width .6s ease-in-out;
    border-radius: 999px;
}
.last h3{
    padding-bottom:10px
}
.last h3:first-of-type{
    padding-top:30px
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@media(max-width:960px){
    html{
        font-size:45%
    }
    .header{
        font-size:3rem
    }
}
@media(max-width:600px){
    html{
        font-size:40%
    }
    body{
        display:flex;
        flex-direction:column
    }
    .step-title{
        font-size:3rem;

        width: 100vw!important;
    }
    .step p{
        font-size:2.8rem
    }
    .container{
        display:flex;
        flex-grow:1
    }
    .step-inner{
        flex-grow:1
    }
}
@media(max-width:540px){
    .btn{
        width:50%;
        height:50%;
    }
}

@media(max-width:450px){
    .under_header {
        padding: 20px;
    }

    .under_header p {
        font-size: 14px;
        line-height: 1.4;
    }

    .under_header_2 {
        padding: 20px;
    }

    .under_header_2 p {
        font-size: 14px;
        line-height: 1.4;
    }
    .btn-block {
        margin: 2rem auto 2rem;
        text-align: center;
    }

    .btn {
        width: 27%;
        height: 27%;
    }
    

    .step-title {
        font-size: 2.5rem;
            padding: 20px;
            width: 100vw!important; 
    }

    .btn h5 {
        font-size: 2.5rem;
        height: 150px;
        width: 150px;
    }

    .first-main {
        width: 100vw !important;
        height: auto;

    }

    .last {
        padding: 20px;
        border-radius: 25px;
        flex-grow: 0;
    }

    .step p {
        font-size: 2.2rem;
    }

    .thelast h3 {
        padding: 20px 0px;
    }
}
