/* Desktop */

@font-face {
    font-family: "Museo-font";
    src: url("../fonts/MuseoSansRounded-500.otf"), url("../fonts/MuseoSansRounded500.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Museo-font";
    src: url("../fonts/MuseoSansRounded-700.otf"), url("../fonts/MuseoSansRounded700.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Museo-font";
    src: url("../fonts/MuseoSansRounded-1000.otf"), url("../fonts/MuseoSansRounded1000.otf") format("opentype");
    font-weight: 1000;
    font-style: normal;
    font-display: swap;
}

main {
    font-size: 18px;
    font-family: "Museo-font", Arial, Helvetica, sans-serif;
    font-weight: 400;
    position: relative;
}

header {
	height: 110px;
	background-color: var(--main-color) !important;
}

section .container_rekor-dunia {
    position: relative;
    max-width: 1440px;
    margin: auto;
    height: 100%;
}

section {
    height: 100vh;
    margin: 0;
    padding: 0;
}

.wrapper-overflow {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}


/* ============================= Section page begins ============================= */

.section-1.intro {
    background-image: url(../images/smartpedia/rekordunia/intro_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.intro_text {
    position: absolute;
    left: 120px;
    top: 70px;
    width: 461px;
    height: 300px;
}

.intro_text p {
    color: #045171;
    font-size: 24px;
}

.intro_vido-piala {
    position: relative;
    left: 120px;
    top: 404px;
    background-image: url(../images/smartpedia/rekordunia/intro_vido-piala.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 500px;
    height: 238px;
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;
    animation-delay: .2s;
}

.intro_vido-piala .text {
    position: absolute;
    width: 225px;
    margin-left: 40px;
    margin-right: 10px;
    color: #045171;
    right: 0;
    top: 83px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.intro_bola-dunia {
    position: absolute;
    right: 100px;
    top: 120px;
    background-image: url(../images/smartpedia/rekordunia/intro_bola-dunia.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 600px;
    height: 629px;
}

.intro_titikPusat-pesawat {
    position: absolute;
    right: 120px;
    top: 204px;
    width: 485px;
    height: 485px;
    border-radius: 50%;
    -webkit-animation: Rotation 15s linear infinite;
    animation: Rotation 15s linear infinite;
}

.intro_vido-pesawat {
    position: absolute;
    right: 490px;
    top: 193px;
    background-image: url(../images/smartpedia/rekordunia/intro_vido-pesawat.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 147px;
    height: 183px;
}

.section-2.everest {
    background-image: url(../images/smartpedia/rekordunia/everest_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.everest_medali {
    position: relative;
    left: 120px;
    top: 120px;
    background-image: url(../images/smartpedia/rekordunia/everest_medali.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 290px;
    height: 94px;
    z-index: 1;
}

.everest .text {
    position: absolute;
    width: 187px;
    margin-left: 40px;
    margin-right: 10px;
    color: white;
    right: 0;
    top: 38px;
    font-size: 19px;
    font-weight: 700;
    line-height: .4;
}

.everest .text p:first-child {
    font-weight: 1000;
}

.everest_deskripsi {
    position: relative;
    left: 180px;
    top: 110px;
    background-color: white;
    width: 440px;
    height: auto;
    padding: 16px;
    line-height: 1.5;
}

.everest_penggaris {
    position: absolute;
    right: 350px;
    bottom: 270px;
    background-image: url(../images/smartpedia/rekordunia/everest_penggaris.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 105px;
    height: 405px;
}

.everest_bendera-angka {
    position: absolute;
    right: 114px;
    bottom: 536px;
    background-image: url(../images/smartpedia/rekordunia/everest_bendera-angka.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 132px;
    height: 47px;
    animation: fadeIn 1.5s 3s forwards;
    opacity: 0;
}

.everest_gunung {
    position: absolute;
    right: 0;
    bottom: 50px;
    background-image: url(../images/smartpedia/rekordunia/everest_gunung.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: slideInUp 3.5s forwards;
    width: 770px;
    height: 485px;
    z-index: 1;
    opacity: 1;
    transform: translateY(20%);
}

.everest_bukit {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/smartpedia/rekordunia/everest_bukit.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 1440px;
    height: 360px;
    z-index: 2;
}

.section-3.russia {
    background-color: #88d3d4;
    overflow: hidden;
}

.russia_pulau {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/smartpedia/rekordunia/russia_map.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 1440px;
    height: 904px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    z-index: 1;
}

.russia_wave {
    position: absolute;
    left: 75px;
    top: 68px;
    background-image: url(../images/smartpedia/rekordunia/russia_wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 961px;
    height: 583px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
}

.russia_medali {
    position: absolute;
    left: 700px;
    top: 330px;
    background-image: url(../images/smartpedia/rekordunia/russia_medali.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 270px;
    height: 96px;
    z-index: 1;
    padding: 38px 19px 19px 95px;
    font-weight: 700;
    line-height: .4;
    color: #0c6298;
}

.russia_medali p:first-child {
    font-weight: 1000;
}

.russia_deskripsi {
    position: absolute;
    left: 619px;
    top: 420px;
    width: 470px;
    height: auto;
    background-color: rgba(32, 138, 141, 1);
    color: #e6f6d4;
    padding: 18px;
    line-height: 1.5;
}

.russia_meteran-kepala {
    position: absolute;
    left: 65px;
    top: 266px;
    background-image: url(../images/smartpedia/rekordunia/russia_meteran-kepala.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 84px;
    height: 41px;
    z-index: 3;
    animation: meteranRussia-kepala 2s ease-in forwards;
}

.russia_meteran-garis--bingkai {
    position: relative;
    left: 140px;
    top: 238px;
    width: 717px;
    height: 53px;
    z-index: 2;
    overflow: hidden;
}

.russia_meteran-garis {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/smartpedia/rekordunia/russia_meteran-garis.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    width: 55px;
    height: 100%;
    animation: meteranRussia 2s ease-in forwards;
}

.russia_manusia {
    position: absolute;
    left: 153px;
    top: 235px;
    background-image: url(../images/smartpedia/rekordunia/russia_manusia.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 603px;
    height: 121px;
    z-index: 4;
}

.section-4.tiongkok {
    background-color: #aedadf;
    overflow: hidden;
}

.tiongkok_pulau {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/smartpedia/rekordunia/tiongkok_pulau.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1440px;
    height: 1080px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    z-index: 1;
}

.tiongkok_manusia {
    position: absolute;
    right: 80px;
    top: 96px;
    background-image: url(../images/smartpedia/rekordunia/tiongkok_manusia.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 603px;
    height: 435px;
    z-index: 2;
}

.tiongkok_angka {
    position: absolute;
    right: 241px;
    top: 328px;
    /* background-image: url(../images/smartpedia/rekordunia/tiongkok_angka.png);
background-size: cover;
background-repeat: no-repeat; */
    width: 433px;
    height: 46px;
    z-index: 2;
}

.incremental-counter .num {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin: 0 4.5px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 34px;
    font-size: 45px;
    font-size: 4rem;
    font-weight: 700;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
}

.incremental-counter .num::before {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    left: -1px;
    margin: -0.5px 0 0;
    position: absolute;
    right: -1px;
    top: 50%;
    width: auto;
}

.tiongkok_medali {
    position: absolute;
    right: 840px;
    top: 220px;
    background-image: url(../images/smartpedia/rekordunia/tiongkok_medali.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 425px;
    height: 86px;
    z-index: 3;
    padding: 34px 6px 14px 79px;
    font-weight: 700;
    line-height: .4;
    color: #fff;
}

.tiongkok_medali p:first-child {
    font-weight: 1000;
}

.tiongkok_deskripsi {
    position: absolute;
    left: 40px;
    top: 300px;
    width: 418px;
    height: auto;
    background-color: #e9f9f1;
    color: #333;
    padding: 18px;
    line-height: 1.5;
    z-index: 2;
}

.section-5.samudra-pasifik {
    background-color: #027790;
    max-height: 900px;
    overflow: hidden;
}

.samudra-pasifik_peta {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/smartpedia/rekordunia/samudra-pasifik_map.png);
    background-position: -170px 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1440px;
    height: 900px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    z-index: 2;
}

.samudra-pasifik_medali {
    position: absolute;
    right: 930px;
    top: 170px;
    background-image: url(../images/smartpedia/rekordunia/samudra-pasifik_medali.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 320px;
    height: 100px;
    z-index: 5;
    padding: 41px 6px 14px 85px;
    font-weight: 700;
    line-height: .4;
    color: #fff;
}

.samudra-pasifik_medali p:first-child {
    font-weight: 1000;
}

.samudra-pasifik_deskripsi {
    position: absolute;
    left: 40px;
    top: 250px;
    width: 495px;
    height: auto;
    background-color: #e9f9f1;
    color: #333;
    padding: 18px;
    line-height: 1.5;
    z-index: 4;
}

.samudra-pasifik_paus-besar {
    position: absolute;
    right: 151px;
    top: 518px;
    background-image: url(../images/smartpedia/rekordunia/samudra-pasifik_paus-besar.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 156px;
    height: 128px;
    animation: paus-besar 4s linear infinite;
}

.samudra-pasifik_paus-kecil {
    position: absolute;
    right: 420px;
    top: 50px;
    background-image: url(../images/smartpedia/rekordunia/samudra-pasifik_paus-kecil.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 77px;
    height: 78px;
    animation: paus-kecil 4s linear infinite;
}

.samudra-pasifik_penyu-besar {
    position: absolute;
    right: 532px;
    top: 568px;
    background-image: url(../images/smartpedia/rekordunia/samudra-pasifik_penyu-besar.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 74px;
    height: 89px;
    animation: fadeIn 4s alternate infinite;
}

.samudra-pasifik_penyu-kecil {
    position: absolute;
    right: 670px;
    top: 210px;
    background-image: url(../images/smartpedia/rekordunia/samudra-pasifik_penyu-kecil.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 43px;
    height: 53px;
    animation: penyu-kecil 4s linear infinite;
}

.samudra-pasifik_burung {
    position: absolute;
    /* left: 0px;
    top: 0px; */
    right: 400px;
    top: 310px;
    background-image: url(../images/smartpedia/rekordunia/samudra-pasifik_burung.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 77px;
    height: 142px;
    z-index: 3;
    animation: Rotation_burung 15s linear infinite;
}

.samudra-pasifik_kapal {
    position: absolute;
    right: 682px;
    top: 331px;
    background-image: url(../images/smartpedia/rekordunia/samudra-pasifik_kapal.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 113px;
    height: 89px;
    z-index: 3;
}

.ornamen-kiri {
    position: absolute;
    left: 0;
    bottom: 420px;
    background-image: url(../images/smartpedia/rekordunia/ornamen-kiri.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 343px;
    height: 1380px;
    z-index: 5;
}

.ornamen-kanan {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/smartpedia/rekordunia/ornamen-kanan.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 453px;
    height: 2060px;
    z-index: 5;
}

.rekorDunia-back-to-top {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translate(-50%, 0);
    background-image: url(../images/smartpedia/rekordunia/back-to-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 109px;
    height: 115px;
    z-index: 5;
    animation: slideInUpToTop .5s infinite alternate linear;
}

@media screen and (max-width: 1439px) {
    .intro_bola-dunia {
        width: 502px;
        height: 525px;
    }
    .intro_vido-pesawat {
        height: 172px;
        width: 138px;
        right: 388px;
        top: 80px;
    }
    .intro_titikPusat-pesawat {
        right: 117px;
        top: 193px;
        width: 407px;
        height: 401px;
    }
}

@media screen and (max-height: 700px) {
    .intro_text p {
        font-size: 18px
    }
    .intro_bola-dunia {
        top: 40px;
        width: 442px;
        height: 462px;
    }
    .intro_titikPusat-pesawat {
        top: 103px;
        width: 352px;
        height: 361px;
    }
    .intro_vido-pesawat {
        height: 132px;
        width: 106px;
        right: 318px;
        top: 20px;
    }
    .intro_vido-piala {
        top: 244px
    }
    .everest_medali {
        top: 60px;
        width: 240px;
        height: 78px;
    }
    .everest .text {
        width: 157px;
        margin-left: 49px;
        margin-right: 10px;
        top: 32px;
        font-size: 16px;
    }
    .everest_deskripsi {
        left: 170px;
        top: 50px;
        width: 390px;
        font-size: 15px;
    }
    .everest_penggaris {
        bottom: 160px
    }
    .everest_bendera-angka {
        right: 110px;
        bottom: 475px;
    }
    .everest_gunung {
        width: 705px;
        height: 425px;
    }
    .everest_bukit {
        width: 1340px;
        height: 330px;
    }
    .russia_medali {
        left: 750px;
        top: 310px;
        width: 223px;
        height: 81px;
        padding: 31px 12px 15px 74px;
        font-size: 16px;
    }
    .russia_deskripsi {
        left: 649px;
        top: 380px;
        width: 430px;
        height: auto;
        font-size: 15px;
    }
    .tiongkok_medali {
        right: 840px;
        top: 220px;
        width: 384px;
        height: 81px;
        z-index: 3;
        font-size: 16px;
    }
    .tiongkok_deskripsi {
        right: 795px;
        top: 295px;
        width: 418px;
        font-size: 15px;
    }
    .samudra-pasifik_medali {
        font-size: 16px;
    }
    .samudra-pasifik_deskripsi {
        left: 30px;
        width: 425px;
        height: auto;
        font-size: 15px;
    }
    .samudra-pasifik_peta {
        width: 1280px;
        height: 753px;
    }
    .samudra-pasifik_burung {
        top: 250px;
        right: 420px;
    }
    .samudra-pasifik_paus-besar {
        width: 126px;
        height: 102px;
        top: 448px;
        right: 151px;
    }
    .samudra-pasifik_penyu-besar {
        top: 458px;
    }
    .ornamen-kiri {
        bottom: 270px;
        width: 243px;
        height: 1000px;
    }
    .ornamen-kanan {
        width: 338px;
        height: 1540px;
    }
}

@media screen and (max-width: 540px) {
    .intro_bola-dunia {
        right: 55%;
        top: 35px;
        transform: translate(50%, 0);
        width: 275px;
        height: 288px;
        max-width: 70%;
        max-height: 43%;
        background-size: contain;
    }
    .intro_text {
        left: 50%;
        top: 360px;
        transform: translate(-50%, 0);
        width: 320px;
        max-width: 80%;
    }
    .intro_text p {
        font-size: 1.5rem;
        text-align: center;
    }
    .intro_vido-piala {
        left: 50%;
        top: 510px;
        transform: translate(-50%, 0);
        width: 320px;
        height: 152px;
    }
    .intro_vido-piala .text {
        width: 144px;
        color: #045171;
        top: 55px;
        font-size: 1.4rem;
    }
    .intro_titikPusat-pesawat {
        top: 73px;
        width: 219px;
        height: 219px;
        left: 22%;
    }
    .intro_vido-pesawat {
        right: 210px;
        top: 41px;
        width: 83px;
        height: 103px;
    }
    .everest_medali {
        left: 35%;
        top: 25px;
        transform: translate(-50%, 0);
        width: 200px;
        height: 65px;
        font-size: 1rem;
    }
    .everest_medali .text {
        width: 131px;
        margin-left: 0;
        margin-right: 10px;
        right: 0;
        top: 27px;
        font-size: 1.3rem;
        line-height: .35;
    }
    .everest_deskripsi {
        left: 55%;
        top: 20px;
        transform: translate(-50%, 0);
        width: 290px;
        font-size: 1.2rem;
    }
    .everest_penggaris {
        left: 35%;
        bottom: 70px;
        transform: translate(-50%, 0);
        width: 75px;
        height: 285px;
    }
    .everest_gunung {
        width: 443px;
        height: 273px;
        bottom: 0;
    }
    .everest_bendera-angka {
        right: 15px;
        bottom: 274px;
    }
    .everest_bukit {
        width: 648px;
        height: 150px;
    }
    .section-3.russia {
        height: 75vh;
    }
    .russia_pulau {
        height: 383px;
        width: 414px;
    }
    .russia_medali {
        left: 50%;
        top: 246px;
        transform: translate(-50%, 0);
        width: 160px;
        height: 58px;
        padding: 26px 12px 6px 57px;
        font-size: 1rem;
        z-index: 5;
        line-height: .3;
    }
    .russia_deskripsi {
        left: 50%;
        top: 300px;
        transform: translate(-50%, 0);
        width: 295px;
        font-size: 1.2rem;
        height: auto;
        padding: 12px;
        z-index: 4;
    }
    .russia_manusia {
        left: 63px;
        top: 98px;
        height: 50px;
        width: 254px;
    }
    .russia_meteran-garis--bingkai {
        left: 40px;
        top: 91px;
        width: 317px;
        height: 33px;
    }
    .russia_meteran-kepala {
        left: 26px;
        top: 116px;
        width: 40px;
        height: 19px;
    }
    .russia_meteran-garis {
        right: 0px;
        top: 7px;
        width: 311px;
        height: 23px;
    }
    .russia_wave {
        left: 18px;
        top: 35px;
        width: 334px;
        height: 229px;
    }
    .tiongkok_pulau {
        background-size: contain;
        width: 670px;
        height: 630px;
    }
    .tiongkok_manusia {
        right: 40px;
        top: 50px;
        width: 286px;
        height: 205px;
    }
    .tiongkok_angka {
        right: 100px;
        top: 164px;
        width: 222px;
        height: 23px;
    }
    .incremental-counter .num {
        height: 24px;
        line-height: 24px;
        margin: 0 4.5px;
        top: -8px;
        width: 13px;
        font-size: 1.5rem;
    }
    .tiongkok_medali {
        width: 231px;
        height: 48px;
        top: 312px;
        right: 50%;
        transform: translate(50%, 0);
        padding: 23px 3px 6px 44px;
        font-size: 1rem;
        line-height: .2;
    }
    .tiongkok_deskripsi {
        margin-right: -10px;
        width: 210px;
        height: auto;
        top: 355px;
        left: 52%;
        transform: translate(-50%, 0);
        font-size: 1.2rem;
    }
    .section-5.samudra-pasifik {
        height: 100vh;
    }
    .samudra-pasifik_peta {
        background-image: url(../images/smartpedia/rekordunia/samudra-pasifik_map-mobile.png);
        width: 414px;
        background-position: -20px top;
        height: 565px;
    }
    .samudra-pasifik_medali {
        top: 335px;
        right: 50%;
        transform: translate(50%, 0);
        width: 184px;
        height: 57px;
        padding: 28px 6px 6px 54px;
        font-size: 1rem;
        line-height: .3;
    }
    .samudra-pasifik_deskripsi {
        left: 50%;
        transform: translate(-50%, 0);
        top: 385px;
        width: 266px;
        height: auto;
        font-size: 1rem;
        padding: 12px;
    }
    .samudra-pasifik_penyu-kecil {
        right: 250px;
        top: 94px;
        width: 25px;
        height: 31px;
    }
    .samudra-pasifik_penyu-besar {
        right: 187px;
        top: 264px;
        width: 36px;
        height: 44px;
    }
    .samudra-pasifik_paus-kecil {
        right: 142px;
        top: 34px;
        width: 45px;
        height: 46px;
    }
    .samudra-pasifik_paus-besar {
        right: 29px;
        top: 221px;
        width: 75px;
        height: 62px;
    }
    .samudra-pasifik_kapal {
        right: 300px;
        top: 145px;
        width: 55px;
        height: 42px;
    }
    .samudra-pasifik_burung {
        right: 169px;
        top: 152px;
        width: 27px;
        height: 49px;
    }
    .ornamen-kanan {
        display: none;
    }
    .ornamen-kiri {
        display: none;
    }
    .rekorDunia-back-to-top {
        height: 76px;
        width: 72px;
    }
}


/* =========== Animation =========== */

@-webkit-keyframes Rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes Rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes Rotation_burung {
    0% {
        transform: rotate(0deg) translateX(-150px) translateY(-10px);
    }
    20% {
        transform: rotate(72deg) translateX(-150px) translateY(-10px);
    }
    40% {
        transform: rotate(144deg) translateX(-150px) translateY(-10px);
    }
    60% {
        transform: rotate(216deg) translateX(-150px) translateY(-10px);
    }
    80% {
        transform: rotate(288deg) translateX(-150px) translateY(-10px);
    }
    100% {
        transform: rotate(360deg) translateX(-150px) translateY(-10px);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0) scale(0.7);
        transform: translateY(0) scale(0.7);
        opacity: 0.7;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 10%, 0);
        visibility: visible;
        opacity: 1;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 20%, 0);
        visibility: visible;
        opacity: 1;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slideInUpToTop {
    0% {
        -webkit-transform: translate3d(-50%, 20%, 0);
        transform: translate3d(-50%0, 20%, 0);
        visibility: visible;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes meteranRussia {
    0% {
        width: 55px;
    }
    to {
        width: 717px;
    }
}

@keyframes meteranRussia {
    0% {
        width: 55px;
    }
    to {
        width: 717px;
    }
}

@-webkit-keyframes meteranRussia-kepala {
    0% {
        top: 230px;
        left: 725px;
    }
    to {
        top: 266px;
        left: 65px;
    }
}

@keyframes meteranRussia-kepala {
    0% {
        top: 230px;
        left: 725px;
    }
    to {
        top: 266px;
        left: 65px;
    }
}

@-webkit-keyframes paus-besar {
    0% {
        right: 151px;
        top: 518px;
    }
    70% {
        right: 44px;
        top: 441px;
    }
    to {
        right: 1px;
        top: 418px;
        transform: rotate(15deg) scale(.5);
        opacity: 0;
    }
}

@-webkit-keyframes paus-kecil {
    0% {
        right: 420px;
        top: 50px;
    }
    70% {
        right: 240px;
        top: 220px;
    }
    to {
        right: 240px;
        top: 220px;
        opacity: 0;
    }
}

@-webkit-keyframes penyu-kecil {
    0% {
        right: 670px;
        top: 210px;
    }
    to {
        right: 520px;
        top: -50px;
    }
}

@keyframes meteranRussia-kepala {
    0% {
        top: 230px;
        left: 725px;
    }
    to {
        top: 266px;
        left: 65px;
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-height: 600px) {
    @keyframes paus-besar {
        0% {
            top: 448px;
            right: 151px;
        }
        70% {
            right: -79px;
            top: 131px;
        }
        to {
            right: -169px;
            top: 111px;
            transform: rotate(15deg) scale(.5);
            opacity: 0;
        }
    }
}

@media screen and (max-width:560px) {
    @-webkit-keyframes Rotation {
        from {
            right: 20%;
            -webkit-transform: translate(50%, 0);
            -webkit-transform: rotate(0);
        }
        to {
            right: 20%;
            -webkit-transform: translate(50%, 0);
            -webkit-transform: rotate(360deg);
        }
    }
    @keyframes Rotation {
        from {
            right: 20%;
            transform: translate(50%, 0);
            transform: rotate(0);
        }
        to {
            right: 20%;
            transform: translate(50%, 0);
            transform: rotate(360deg);
        }
    }
    @-webkit-keyframes meteranRussia {
        0% {
            width: 55px;
        }
        to {
            width: 311px;
        }
    }
    @keyframes meteranRussia {
        0% {
            width: 55px;
        }
        to {
            width: 311px;
        }
    }
    @-webkit-keyframes meteranRussia-kepala {
        0% {
            left: 292px;
            top: 94px;
        }
        to {
            left: 26px;
            top: 109px;
        }
    }
    @keyframes meteranRussia-kepala {
        0% {
            left: 292px;
            top: 94px;
        }
        to {
            left: 26px;
            top: 109px;
        }
    }
    @keyframes paus-besar {
        0% {
            right: 29px;
            top: 221px;
        }
        70% {
            right: -9px;
            top: 181px;
        }
        to {
            right: -59px;
            top: 141px;
            transform: rotate(15deg) scale(.5);
            opacity: 0;
        }
    }
    @keyframes paus-kecil {
        0% {
            right: 142px;
            top: 34px;
        }
        70% {
            right: 92px;
            top: 104px;
        }
        to {
            right: 32px;
            top: 144px;
            opacity: 0;
        }
    }
    @keyframes penyu-kecil {
        0% {
            right: 250px;
            top: 94px;
        }
        to {
            right: 200px;
            top: -40px;
        }
    }
    @keyframes Rotation_burung {
        0% {
            transform: rotate(0deg) translateX(-95px) translateY(-10px);
        }
        25% {
            transform: rotate(90deg) translateX(-95px) translateY(-10px);
        }
        50% {
            transform: rotate(180deg) translateX(-95px) translateY(-10px);
        }
        75% {
            transform: rotate(270deg) translateX(-95px) translateY(-10px);
        }
        100% {
            transform: rotate(360deg) translateX(-95px) translateY(-10px);
        }
    }
}