/* page0========================================================================================================*/
.pages0 .banner {
    position: relative;
}

.banner_text {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -425px;
    width: 850px;
    text-align: center;
}

.phone_logo {
    width: 210px;
    height: 51px;
    margin: 20px 0 0 5px;
    display: none;
}

.banner_text h1 {
    font-size: 60px;
    color: #0bbcb5;
}

.banner_text h2 {
    font-size: 30px;
    color: #3e3e3e;
    font-weight: 600;
    letter-spacing: 3px;
}

.banner_text p {
    font-size: 18px;
    color: #605f5f;
    letter-spacing: 2px;
    line-height: 30px;
}

.sun {
    position: absolute;
    right: 60px;
    top: 150px;
    width: 131px;
    height: 131px;
    background-image: url(../images/index/sun.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: sun;
    animation-duration: 5S;
    animation-iteration-count: infinite;
}

.island01 {
    position: absolute;
    top: 350px;
    left: 50%;
    margin-left: -340px;
    width: 733px;
    height: 679px;
    background-image: url(../images/index/island1.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: island01;
    animation-duration: 2S;
    animation-iteration-count: infinite;
    cursor: pointer;
    transition: 1S;
    transform-origin: center;
}

.island01:hover {
    width: 760px;
    height: 800px;
}

.island02 {
    position: absolute;
    right: 200px;
    top: 700px;
    width: 308px;
    height: 286px;
    background-image: url(../images/index/island2.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: island02;
    animation-duration: 2S;
    animation-iteration-count: infinite;
    animation-delay: 0.5S;
    cursor: pointer;
    transition: 1S;
    transform-origin: center;
}

.island02:hover {
    width: 330px;
    height: 350px;
}

.island03 {
    position: absolute;
    left: 180px;
    top: 270px;
    width: 394px;
    height: 355px;
    background-image: url(../images/index/island3.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: island02;
    animation-duration: 2S;
    animation-iteration-count: infinite;
    animation-delay: 0.2S;
    cursor: pointer;
    transition: 1S;
    transform-origin: center;
}

.island03:hover {
    width: 420px;
    height: 450px;
}

.island04 {
    position: absolute;
    left: 180px;
    top: 680px;
    width: 316px;
    height: 350px;
    background-image: url(../images/index/island4.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: island02;
    animation-duration: 2S;
    animation-iteration-count: infinite;
    animation-delay: 0.8S;
    cursor: pointer;
    transition: 1S;
    transform-origin: center;
}

.island04:hover {
    width: 350px;
    height: 400px;
}

.island05 {
    position: absolute;
    right: 180px;
    top: 300px;
    width: 254px;
    height: 279px;
    background-image: url(../images/index/island5.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: island02;
    animation-duration: 2S;
    animation-iteration-count: infinite;
    animation-delay: 1S;
    cursor: pointer;
    transition: 1S;
    transform-origin: center;
}

.island05:hover {
    width: 280px;
    height: 350px;
}

/* 1680=======================================================================================================*/
@media screen and (max-width: 1680px) {
    .sun {
        right:60px;
        top: 100px;
    }

    .island02 {
        right: 100px;
        top: 700px;
    }

    .island03 {
        left: 100px;
        top: 270px;
    }

    .island04 {
        left: 150px;
        top: 680px;
    }

    .island05 {
        right: 100px;
        top: 300px;
    }
}

.cloud01 {
    position: absolute;
    left: 30%;
    top: 850px;
    width: 163px;
    height: 99px;
    background-image: url(../images/index/cloud1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: cloud01;
    animation-duration: 3S;
    animation-iteration-count: infinite;
    animation-delay: 0.5S;
}

.cloud02 {
    position: absolute;
    right: 47%;
    top: 330px;
    width: 197px;
    height: 82px;
    background-image: url(../images/index/cloud2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: cloud02;
    animation-duration: 3S;
    animation-iteration-count: infinite;
    animation-delay: 0S;
}

.cloud03 {
    position: absolute;
    right: 20%;
    top: 570px;
    width: 155px;
    height: 63px;
    background-image: url(../images/index/cloud3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: cloud03;
    animation-duration: 3S;
    animation-iteration-count: infinite;
    animation-delay: 1S;
}

.hot_air_balloon01 {
    position: absolute;
    left: 35%;
    top: 320px;
    width: 94px;
    height: 119px;
    background-image: url(../images/index/hot_air_balloon1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: hot_air_balloon01;
    animation-duration: 4S;
    animation-iteration-count: infinite;
    animation-delay: 1S;
}

.hot_air_balloon02 {
    position: absolute;
    right: 5%;
    top: 600px;
    width: 64px;
    height: 80px;
    background-image: url(../images/index/hot_air_balloon2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: hot_air_balloon01;
    animation-duration: 5S;
    animation-iteration-count: infinite;
    animation-delay: 1S;
}

.aircraft {
    position: absolute;
    left: 5%;
    top: 650px;
    width: 151px;
    height: 62px;
    background-image: url(../images/index/aircraft.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation-name: aircraft;
    animation-duration: 5S;
    animation-iteration-count: infinite;
    animation-delay: 1S;
}

.dialogue01,.dialogue02,.dialogue03,.dialogue04,.dialogue05 {
    width: 104px;
    height: 80px;
}

.dialogue01 {
    position: absolute;
    left: 60%;
    top: 25%;
    background-image: url(../images/index/dialog_box1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 1S
}

.dialogue01:hover {
    opacity: 1;
}

.dialogue02 {
    position: absolute;
    left: 70%;
    top: -30%;
    background-image: url(../images/index/dialog_box1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.dialogue03 {
    position: absolute;
    left: 50%;
    top: -20%;
    background-image: url(../images/index/dialog_box1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.dialogue04 {
    position: absolute;
    left: 70%;
    top: -10%;
    background-image: url(../images/index/dialog_box1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.dialogue05 {
    position: absolute;
    left: 20%;
    top: -20%;
    background-image: url(../images/index/dialog_box2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.dialog_text {
    text-align: center;
    font-size: 17px;
    padding-top: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

@keyframes sun {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes island01 {
    0% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(0px,5px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@keyframes island02 {
    0% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(0px,5px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@keyframes island03 {
    0% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(0px,5px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@keyframes island04 {
    0% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(0px,5px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@keyframes island05 {
    0% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(0px,0px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@keyframes cloud01 {
    0% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(10px,0px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@keyframes cloud02 {
    0% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(15px,0px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@keyframes cloud03 {
    0% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(-10px,0px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@keyframes hot_air_balloon01 {
    0% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(10px,10px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

@keyframes aircraft {
    0% {
        transform: translate(0px,0px);
    }

    50% {
        transform: translate(10px,10px);
    }

    100% {
        transform: translate(0px,0px);
    }
}

/* 1500=======================================================================================================*/
@media screen and (max-width: 1500px) {
    .banner_text h1 {
        font-size: 50px;
    }

    .banner_text h2 {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .banner_text p {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 30px;
    }

    .sun {
        right: 60px;
        top: 150px;
        width: 100px;
        height: 100px;
    }

    .island01 {
        top: 400px;
        left: 50%;
        margin-left: -250px;
        width: 550px;
        height: 510px;
    }

    .island01:hover {
        width: 600px;
        height: 556px;
    }

    .island02 {
        right: 50px;
        top: 750px;
        width: 270px;
        height: 251px;
    }

    .island02:hover {
        width: 300px;
        height: 279px;
    }

    .island03 {
        left: 120px;
        top: 330px;
        width: 300px;
        height: 270px;
    }

    .island03:hover {
        width: 350px;
        height: 400px;
    }

    .island04 {
        left: 180px;
        top: 680px;
        width: 270px;
        height: 299px;
    }

    .island04:hover {
        width: 300px;
        height: 350px;
    }

    .island05 {
        right: 70px;
        top: 350px;
        width: 220px;
        height: 242px;
    }

    .island05:hover {
        width: 240px;
        height: 364px;
    }

    .cloud01 {
        left: 35%;
        top: 850px;
        width: 120px;
        height: 73px;
    }

    .cloud02 {
        right: 47%;
        top: 330px;
        width: 140px;
        height: 58px;
    }

    .cloud03 {
        right: 15%;
        top: 570px;
        width: 120px;
        height: 49px;
    }

    .hot_air_balloon01 {
        left: 35%;
        top: 320px;
        width: 70px;
        height: 89px;
    }

    .hot_air_balloon02 {
        right: 5%;
        top: 600px;
        width: 50px;
        height: 63px;
    }

    .aircraft {
        left: 10%;
        top: 650px;
        width: 120px;
        height: 49px;
    }

    .dialog_text {
        font-size: 17px;
        padding-top: 25px;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/* 1100=======================================================================================================*/
@media screen and (max-width: 1100px) {
    .island01 {
        top:400px;
        left: 50%;
        margin-left: -250px;
        width: 550px;
        height: 510px;
    }

    .island01:hover {
        width: 600px;
        height: 556px;
    }

    .island02 {
        right: 20px;
        top: 750px;
        width: 270px;
        height: 251px;
    }

    .island02:hover {
        width: 300px;
        height: 279px;
    }

    .island03 {
        left: 50px;
        top: 300px;
        width: 300px;
        height: 270px;
    }

    .island03:hover {
        width: 350px;
        height: 400px;
    }

    .island04 {
        left: 70px;
        top: 680px;
        width: 270px;
        height: 299px;
    }

    .island04:hover {
        width: 300px;
        height: 350px;
    }

    .island05 {
        right: 0px;
        top: 350px;
        width: 220px;
        height: 242px;
    }

    .island05:hover {
        width: 240px;
        height: 364px;
    }

    .dialogue01,.dialogue02,.dialogue03,.dialogue04,.dialogue05 {
        width: 90px;
        height: 69px;
    }

    .dialogue01 {
        left: 60%;
        top: 20%;
    }

    .dialogue02 {
        left: 50%;
        top: -45%;
    }

    .dialogue03 {
        left: 70%;
        top: -30%;
    }

    .dialogue04 {
        left: 70%;
        top: -20%;
    }

    .dialogue05 {
        left: 0%;
        top: -40%;
    }

    .dialog_text {
        font-size: 15px;
        padding-top: 22px;
        font-weight: 600;
        letter-spacing: 0px;
    }
}

/* 1024=======================================================================================================*/
@media screen and (max-width: 1024px) {
    .banner_text {
        top:550px;
        left: 0%;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .phone_logo {
        display: block;
    }

    .banner_text h1 {
        font-size: 30px;
    }

    .banner_text h2 {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .banner_text p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
    }

    .sun {
        left: 250px;
        top: 50px;
        width: 70px;
        height: 70px;
    }

    .island01 {
        top: 150px;
        left: 55%;
        margin-left: -250px;
        width: 400px;
        height: 371px;
    }

    .island01:hover {
        width: 450px;
        height: 417px;
    }

    .island02 {
        right: 20px;
        top: 400px;
        width: 180px;
        height: 167px;
    }

    .island02:hover {
        width: 220px;
        height: 279px;
    }

    .island03 {
        left: 20px;
        top: 150px;
        width: 200px;
        height: 180px;
    }

    .island03:hover {
        width: 230px;
        height: 400px;
    }

    .island04 {
        left: 20px;
        top: 400px;
        width: 180px;
        height: 199px;
    }

    .island04:hover {
        width: 220px;
        height: 350px;
    }

    .island05 {
        right: 50px;
        top: 150px;
        width: 150px;
        height: 165px;
    }

    .island05:hover {
        width: 180px;
        height: 364px;
    }

    .hot_air_balloon01 {
        left: 27%;
        top: 150px;
        width: 50px;
        height: 63px;
    }

    .hot_air_balloon02 {
        right: 20%;
        top: 250px;
        width: 40px;
        height: 50px;
    }

    .aircraft {
        left: 10%;
        top: 650px;
        width: 80px;
        height: 33px;
    }
}

/* 767=======================================================================================================*/
@media screen and (max-width: 767px) {
    .banner_text {
        top:520px;
        left: 0%;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding: 0 0px;
    }

    .banner_text h1 {
        font-size: 26px;
    }

    .banner_text h2 {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 22px;
        margin: 0px 0 10px;
    }

    .banner_text p {
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 20px;
    }

    .sun {
        left: 80px;
        top: 85px;
        width: 40px;
        height: 40px;
    }

    .island01 {
        top: 210px;
        left: 50%;
        margin-left: -120px;
        width: 240px;
        height: 222px;
    }

    .island01:hover {
        width: 250px;
        height: 232px;
    }

    .island02 {
        right: -10px;
        top: 400px;
        width: 110px;
        height: 121px;
    }

    .island02:hover {
        width: 120px;
        height: 279px;
    }

    .island03 {
        left: -30px;
        top: 135px;
        width: 130px;
        height: 117px;
    }

    .island03:hover {
        width: 170px;
        height: 400px;
    }

    .island04 {
        left: -10px;
        top: 370px;
        width: 100px;
        height: 150px;
    }

    .island04:hover {
        width: 100px;
        height: 150px;
    }

    .island05 {
        right: -10px;
        top: 100px;
        width: 90px;
        height: 99px;
    }

    .island05:hover {
        width: 110px;
        height: 364px;
    }

    .hot_air_balloon01 {
        left: 32%;
        top: 150px;
        width: 32px;
        height: 40px;
    }

    .hot_air_balloon02 {
        right: 2%;
        top: 250px;
        width: 25px;
        height: 31px;
    }

    .aircraft {
        left: 60%;
        top: 500px;
        width: 70px;
        height: 29px;
    }

    .cloud01 {
        left: 20%;
        top: 480px;
        width: 70px;
        height: 43px;
    }

    .cloud02 {
        right: 10%;
        top: 680px;
        width: 60px;
        height: 25px;
    }

    .cloud03 {
        right: 80%;
        top: 690px;
        width: 60px;
        height: 24px;
    }

    .dialogue01,.dialogue02,.dialogue03,.dialogue04,.dialogue05 {
        width: 70px;
        height: 54px;
    }

    .dialogue01 {
        left: 60%;
        top: 20%;
    }

    .goToBeez .dialogue02 {
        left: 30%;
        top: -45%;
    }

    .dialogue03 {
        left: 30%;
        top: -40%;
    }

    .dialogue04 {
        left: 70%;
        top: -20%;
    }

    .dialogue05 {
        left: 0%;
        top: -40%;
    }

    .dialog_text {
        font-size: 13px;
        padding-top: 16px;
    }
}
