/*
green1: 008047
green2: 183A38
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
}

ul,
li {
    padding: 0;
    margin: 0;

}

li {
    margin-bottom: 1vh;
}

html,
body {
    background: #D8E5E8;
}

button {
    background: none;
}

.firstPage {
    z-index: 10000;
    position: absolute;
    width: 100%;
    margin: auto;
    top: 3vh;
    background: #7BB6C1;
    height: 90vh;
    animation: flyIn 0.4s linear;

}


.firstPage .third {
    font-size: 3vh;
    line-height: 3.6vh;
    width: 100%;
    padding: 5vh 12vw;
    position: relative;
}

.firstPage .first {
    padding: 3vh 10vw;
    font-size: 4vh;
    line-height: 4.6vh;
    height: auto;

}

.startBtn {
    width: 100%;
    bottom: 0;
    font-size: 4vh;
    color: #fff;
    padding: 1vh;
    background: #008047;
    transition: 0.5s ease-out;
    cursor: pointer;
}

.startBtn:hover {
    background: #183A38;
}


.mainDiv {
    position: relative;
    padding-top: 1px;
    margin: auto;
    bottom: 0;
    width: 97vw;
    height: calc(97vw / 1.777);
    max-width: 97vw;
    max-height: 97vh;
}

header {
    position: absolute;
    top: 2vh;
    width: 100%;
    height: 6vh;
    padding: 1.5vh;
    background: #AECED1;
    border-top: 5px solid transparent;
    border-image: url(img/2x/border.png) 35 round;
    color: #008047;
    font-size: 2vh;
    line-height: 2vh;
}



header img {
    height: 3vh;
    float: right;
}



.contDiv {
    position: relative;
    padding: 1px;
    margin: auto;
    bottom: 0;
    width: calc(97vh * 1.777);
    height: 97vh;
    background-image: url(img/BG.png);
    background-size: contain;
    background-position: center;
}


/************ steps btns **************/

.steps {
    position: absolute;
    width: 7.3%;
    height: 13%;
    background: #008047;
    font-size: 7vh;
    color: #fff;
    text-align: center;
    line-height: 7vh;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.steps:hover {
    background: #183A38;
}

.steps:active {
    border: none;
}

.steps:nth-child(1) {
    left: 5%;
    top: 16.75%;
}

.steps:nth-child(2) {
    left: 45.4%;
    top: 16.75%;
}

.steps:nth-child(3) {
    width: 11%;
    height: 16.8%;
    left: 66.8%;
    top: 38.6%;
    line-height: 12vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(img/2x/step3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.steps:nth-child(3):hover {
    background-image: url(img/2x/step3h.png);
}

.steps:nth-child(4) {
    width: 11%;
    height: 16.8%;
    left: 22.9%;
    top: 55.1%;
    line-height: 18vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(img/2x/step4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.steps:nth-child(4):hover {
    background-image: url(img/2x/step4h.png);
}

.steps:nth-child(5) {
    left: 46.1%;
    top: 82.4%;
}

.steps:nth-child(6) {
    left: 86.6%;
    top: 82.4%;
}



/************ popUp pages **************/

.popUps {
    position: absolute;
    top: 5vh;
    margin-left: 5vw;
    width: calc(80vh * 1.777);
    height: 80vh;
    background: #7BB6C1;
    display: none;
    z-index: 100;
    animation: flyIn 0.4s ease-out;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
}

.popUps a {
    color: #183A38;
}

.clearfix {
    display: table;
    content: '';
    height: 2vh;
    clear: both;
}

.first {
    background: #AECED1;
    height: 7vh;
}

.first strong {
    line-height: 7vh;
    padding: 2vw;
}

.second {
    padding: 5% 2% 2% 7.3%;
    background: #92C1C8;

}

.third {
    padding: 5% 2% 2% 7.3%;
    background: #7BB6C1;
    height: 40vh;
}

.second,
.third {
    line-height: 3.3vh;
    font-size: 2.5vh;
}

.thirdTxt {
    float: left;
    width: 50%;
    height: 100%;
    clear: right;
}

.thirdTxt ul li {
    list-style-image: url('img/2x/blt.png');
}


.innerPic {
    float: right;
    width: 40%;
    height: 80%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.pic0 {
    background-image: url(img/2x/pic0.png);
}

.pic1 {
    background-image: url(img/2x/pic1.png);
}

.pic2 {
    background-image: url(img/2x/pic2.png);
}

.pic3 {
    background-image: url(img/2x/pic3.png);
}

.pic4 {
    background-image: url(img/2x/pic4.png);
}

.pic5 {
    background-image: url(img/2x/pic5.png);
}

.pic6 {
    background-image: url(img/2x/pic6.png);
}

.num {
    float: left;
    width: 7.3%;
    height: 100%;
    background: #008047;
    font-size: 5vh;
    color: #fff;
    text-align: center;
    line-height: 7vh;
}

.closeBtn {
    float: right;
    margin-right: -7.3%;
    background: #09819C;
    cursor: pointer;
}

.closeBtn:hover {
    background: #055D6B;

}

.bgShadow {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 10;
}


@keyframes flyIn {
    0% {
        top: -100vh;
        opacity: 0.5;
    }
    50% {
        top: 10vh;
        opacity: 1;
    }
    75% {
        top: 0vh;
        opacity: 1;
    }
    100% {
        top: 5vh;
        opacity: 1;
    }
}
