/* CSS Document */

@font-face {
    font-family: "gothambook";
    src: url('../fonts/Gotham-Book.otf');
}

@font-face {
    font-family: "gothambold";
    src: url('../fonts/Gotham-Bold.otf');
}

@font-face {
    font-family: "guthen";
    src: url('../fonts/Guthen Bloots Personal Use.ttf');
}

* {
    margin: 0;
}

body {
    font-family: "gothambook";
    font-size: 1.8vh;
    overflow-x: hidden;
    background: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0;
}


/*section*/

@media screen and (min-width: 481px) {
    .hero-banner {
        background: #fff url('../images/1-bg.png') top no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .hero-banner {
        background: #fff url('../images/mobile/1-bg.png') top no-repeat;
        background-size: contain;
        width: 100%;
        height: 520px;
        position: relative;
    }
    
    .hero-banner .hero-image img{
        width: 100%;
    }
}

@media screen and (min-width: 481px) {
    .s-two {
        background: #d3eeee url('../images/2-bg.png') top left no-repeat;
        background-size: contain;
        width: 100%;
        height: auto;
        padding-top: 100px;
    }
}

@media screen and (max-width: 480px) {
    .s-two {
        background: #d3eeee;
        background-size: contain;
        width: 100%;
        height: auto;
        padding-top: 40px;
    }
}

@media screen and (min-width: 481px) {
    .s-two-1 {
        background: #d3eeee url('../images/2-bg-1.png') bottom left no-repeat;
        background-size: contain;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .s-two-1 {
        background: #d3eeee url('../images/mobile/2-bg-1.png') bottom left no-repeat;
        background-size: contain;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 481px) {
    .hero-banner2 {
        background: #d3eeee url('../images/3-bg.png') top no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .hero-banner2 {
        background: #d3eeee url('../images/mobile/3-bg.png') top no-repeat;
        background-size: contain;
        width: 100%;
        height: 520px;
        position: relative;
    }
}

@media screen and (min-width: 481px) {
    .s-three {
        background: #fff2f8 url('../images/4-bg.png') top right no-repeat;
        background-size: contain;
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom:5%;
    }
}

@media screen and (max-width: 480px) {
    .s-three {
        background: #fff2f8;
        /*background: #fff2f8 url('../images/bg-gunung2.png') top right no-repeat;*/
        background-size: contain;
        width: 100%;
        height: auto;
        padding-top: 65px;
        padding-bottom:5%;
    }
}

@media screen and (min-width: 481px) {
    .hero-banner3 {
        background: #d3eeee url('../images/5-bg.png') top no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .hero-banner3 {
        background: #d3eeee url('../images/mobile/5-bg.png') top no-repeat;
        background-size: contain;
        width: 100%;
        height: 500px;
        position: relative;
    }
}


.s-four {
    background: #fff;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 25px;
}

@media screen and (min-width: 480px) {
    .hero-banner4 {
        background: #fff url('../images/7-bg.png') bottom left no-repeat;
        background-size: contain;
        width: 100%;
        height: 100vh;
        position: relative;
    }
}

@media screen and (max-width: 481px) {
    .hero-banner4 {
        background: #fff url('../images/mobile/7-bg.png') top no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100vh;
        position: relative;
    }
}
@media screen and (min-width: 481px) {
    .s-five {
        background: #e5fafc url('../images/8-bg-1.png') top left no-repeat;
        background-size: contain;
        width: 100%;
        height: auto;
        padding-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .s-five {
        background: #e5fafc url('../images/8-bg-1.png') top center no-repeat;
        background-size: cover;
        width: 100%;
        height: auto;
        padding-top: 15px;
    }
}

@media screen and (min-width: 481px) {
    .s-five-a {
        background: #e5fafc url('../images/8-bg-3-a.png') bottom left no-repeat;
        background-size: cover;
        width: 100%;
        height: auto;
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 480px) {
    .s-five-a {
        background: #e5fafc;
        /*background: #e5fafc url('../images/8-bg-3a.png') bottom left no-repeat;*/
        background-size: cover;
        width: 100%;
        height: auto;
        padding-top: 65px;
    }
}

@media screen and (min-width: 481px) {
    .s-six {
        background: #fff url('../images/bulet-pink.png') left no-repeat;
        background-size: auto;
        width: 100%;
        padding-bottom: 65px;
        height: auto;
        padding-top: 20px
    }
}

@media screen and (max-width: 480px) {
    .s-six {
        background: #fff  url('../images/7-bg.png') top left no-repeat;
        background-size: contain;
        width: 100%;
        padding-bottom: 45px;
        height: auto;
        padding-top: 20px
    }
}

.s-seven {
    background: #e5fafc;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
}

.s-eight {
    background: #fff2f8 url('../images/10-bg.png') bottom left no-repeat;
    background-size: auto;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 80px;
}

 .s-nine {
        background: #8333ce  url('../images/7-bg.png') top left no-repeat;
        background-size: cover;
        width: 100%;
        padding-bottom: 45px;
        height: auto;
        padding-top: 20px
    }

/*!section*/

/*misc*/

.img-s-0 {
    left: 35%;
    top:8%;
    width:30%;
}

.img-s-1 {
    left:35%;
    top:25%;
    width: 30%;
}

.img-s-2 {
    left: 28%;
    bottom: 0%;
    width: 45%;
}

.img-s-3 {
    position: relative;
    right: -20%;
    bottom: -90px;
    width: 35%;
}

.img-s-4 {
    position: relative;
    left: 0;
    bottom: -300px;
    width: 25%;
}

.img-s-5 {
    position: relative;
    left: 7%;
    bottom: -20px;
    width: 35%;
}

.img-s-6 {
    margin-left: 28%;
    margin-top: 8%;
    width: 45%;
}

.img-s-7 {
    margin-left: 23%;
    top: 5%;
    width: 55%;
}

.img-s-8 {
    position: absolute;
    left: 31%;
    bottom: 0%;
    width: 37%;
}

.img-s-9 {
    left: 15%;
    width:30%;
    bottom: 0%;
}



.text-s-10 {
    position: relative;
    left: 0%;
}

.img-s-0m {
    position: absolute;
    right: 15%;
    top:15%;
    width: 70%;
}

.img-s-1m {
    position: absolute;
    top:30%;
    left: 15%;
    width: 75%;
}

.img-s-2m {
    position: absolute;
    left: 0%;
    bottom:0%;
}

.img-s-3m {
    position: absolute;
    margin-top: 40%;
    left: 35%;
    width: 55%;
}

.img-s-4m {
    position: relative;
    left: 0%;
    bottom:-200px;
    width: 30%;
}

.img-s-5m {
    position: absolute;
    right: 15%;
    margin-top: 25%;
    width: 70%;
}


.img-s-6m {
    position: absolute;
    right: 10%;
    margin-top: 30%;
    width: 70%;
}

.img-s-7m {
    position: absolute;
    margin-top: 33%;
    left: 10%;
    width: 85%;
}

.img-s-8m {
    position: absolute;
    left: 10%;
    bottom:0%;
    width: 75%;
}

.img-s-9m {
    position: relative;
    left: 0;
    bottom:-40px;
    width: 95%;
}

.img-s-10m {
    position: relative;
    left: 8%;
    bottom:-35px;
    width: 85%;
}

.text-s-10m {
    position: absolute;
    bottom: 40%;
}

.subjudul {
    color: #38adb2 !important;
    font-family: gothambold;
    font-size: 11pt;
    line-height: 13pt;
    text-align: left;
    padding-top: 5px;
}



.judul-quiz {
    color: #6a5db9 !important;
    font-family: guthen;
    font-size: 22pt;
    line-height: 26pt;
    text-align: center;
}

.text-right {
    text-align: right !important;
}

.text {
    line-height: 4vh !important;
}

.text-black {
    color: #000000 !important;
}


.text-white {
    color: #fff !important;
}

.text-ungu {
    color: #6a5db9 !important;
}

.text-tosca {
    color: #46bdc6 !important;
}

@media screen and (min-width: 481px){
    .nama {
    color: #887dcc !important;
    font-family: gothambold;
    font-size: 14pt;
    line-height: 14pt;
    text-align: left;
    padding-top: 5px;
}

    .img-testimoni-ve {
        position: absolute;
        top: 10%;
        margin-left: 220px;
    }

    .img-testimoni-ve img {
        width: 60%;
    }

    .bg-testimoni-ve {
        background: #fef4f7 url('../images/vera-2.png') right bottom no-repeat;
        background-size: 10%;
        padding: 30px 40px 30px 260px !important;
        display: inline-block;
        margin-left: 200px;
        margin-right: 200px;
    }
    
}

/*Vera*/
@media screen and (min-width: 481px){
    .nama {
    color: #887dcc !important;
    font-family: gothambold;
    font-size: 14pt;
    line-height: 14pt;
    text-align: left;
    padding-top: 5px;
}

    .img-testimoni-ve {
        position: absolute;
        top: 10%;
        margin-left: 220px;
    }

    .img-testimoni-ve img {
        width: 40%;
    }

    .bg-testimoni-ve {
        background: #fef4f7 url('../images/vera-2.png') right bottom no-repeat;
        background-size: 10%;
        padding: 30px 40px 30px 260px !important;
        display: inline-block;
        margin-left: 200px;
        margin-right: 200px;
    }
    
}

@media screen and (max-width: 480px){
    .nama {
    color: #887dcc !important;
    font-family: gothambold;
    font-size: 10pt;
    line-height: 14pt;
    text-align: left;
    padding-top: 10px;
}
     .img-testimoni-ve {
        position: relative;
        margin-left: 90px;
    }

    .img-testimoni-ve img {
        width: 60%;
    }

    .bg-testimoni-ve {
        background: #fef4f7 url('../images/vera-2.png') right bottom no-repeat;
        background-size: 15%;
        padding: 130px 20px 20px 20px !important;
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: -140px;
    }
}

/*Elizabeth*/
@media screen and (min-width: 481px){
    .nama {
    color: #887dcc !important;
    font-family: gothambold;
    font-size: 14pt;
    line-height: 14pt;
    text-align: left;
    padding-top: 5px;
}

    .img-testimoni-el {
        position: absolute;
        top: 8%;
        margin-left: 230px;
    }

    .img-testimoni-el img {
        width: 35%;
    }

    .bg-testimoni-el {
        background: #fef4f7 url('../images/elizabeth-2.png') right bottom no-repeat;
        background-size: 10%;
        padding: 50px 40px 50px 260px !important;
        display: inline-block;
        margin-left: 200px;
        margin-right: 200px;
    }
    
}

@media screen and (max-width: 480px){
    .nama {
    color: #887dcc !important;
    font-family: gothambold;
    font-size: 10pt;
    line-height: 14pt;
    text-align: left;
    padding-top: 10px;
}
     .img-testimoni-el {
        position: relative;
        margin-left: 90px;
    }

    .img-testimoni-el img {
        width: 60%;
    }

    .bg-testimoni-el {
        background: #fef4f7 url('../images/elizabeth-2.png') right bottom no-repeat;
        background-size: 15%;
        padding: 130px 20px 20px 20px !important;
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: -140px;
    }
}

/*Caitlin*/
@media screen and (min-width: 481px){
    .nama {
    color: #887dcc !important;
    font-family: gothambold;
    font-size: 14pt;
    line-height: 14pt;
    text-align: left;
    padding-top: 5px;
}

    .img-testimoni-ca {
        position: absolute;
        top: 8%;
        margin-left: 230px;
    }

    .img-testimoni-ca img {
        width: 35%;
    }

    .bg-testimoni-ca {
        background: #fef4f7 url('../images/caitlin-2.png') right bottom no-repeat;
        background-size: 10%;
        padding: 50px 40px 50px 260px !important;
        display: inline-block;
        margin-left: 200px;
        margin-right: 200px;
    }
    
}

@media screen and (max-width: 480px){
    .nama {
    color: #887dcc !important;
    font-family: gothambold;
    font-size: 10pt;
    line-height: 14pt;
    text-align: left;
    padding-top: 10px;
}
     .img-testimoni-ca {
        position: relative;
        margin-left: 90px;
    }

    .img-testimoni-ca img {
        width: 60%;
    }

    .bg-testimoni-ca {
        background: #fef4f7 url('../images/caitlin-2.png') right bottom no-repeat;
        background-size: 15%;
        padding: 130px 20px 20px 20px !important;
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: -140px;
    }
}

/*Putri Maya*/
@media screen and (min-width: 481px){
    .nama {
    color: #887dcc !important;
    font-family: gothambold;
    font-size: 14pt;
    line-height: 14pt;
    text-align: left;
    padding-top: 5px;
}

    .img-testimoni-pu {
        position: absolute;
        top: 8%;
        margin-left: 230px;
    }

    .img-testimoni-pu img {
        width: 35%;
    }

    .bg-testimoni-pu {
        background: #fef4f7 url('../images/putri-maya-2.png') right bottom no-repeat;
        background-size: 10%;
        padding: 50px 40px 50px 260px !important;
        display: inline-block;
        margin-left: 200px;
        margin-right: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
}

@media screen and (max-width: 480px){
    .nama {
    color: #887dcc !important;
    font-family: gothambold;
    font-size: 10pt;
    line-height: 14pt;
    text-align: left;
    padding-top: 10px;
}
     .img-testimoni-pu {
        position: relative;
        margin-left: 90px;
    }

    .img-testimoni-pu img {
        width: 60%;
    }

    .bg-testimoni-pu {
        background: #fef4f7 url('../images/putri-maya-2.png') right bottom no-repeat;
        background-size: 8%;
        padding: 130px 20px 20px 20px !important;
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: -140px;
    }
}


/*tangan berdoa*/
@media screen and (min-width: 481px){

    .img-testimoni-tangan { 
        margin-top: -125px;
        text-align: center;
    }

    .img-testimoni-tangan img {
        position: relative;
        top: 5%;
        width: 40%;
    }

    .bg-testimoni-tangan {
        background-image: url('../images/kotak.png');
        padding: 20px 30px 30px 30px;
        border-radius: 10px;
        border-color: black;
        border-style: dashed;
        display: inline-block;
        margin-left: 200px;
        margin-right: 200px;
        margin-top: 120px;
    }
    
}

@media screen and (max-width: 480px){

    .img-testimoni-tangan {
        margin-top: -125px;
        text-align: center;
    }

    .img-testimoni-tangan img {
        width: 60%;
    }
    
    .bg-testimoni-tangan {
    background-image: #fff url('../images/kotak.png');
    padding: 20px 30px 40px 30px;
    border-radius: 10px;
    border-color: black;
    border-style: dashed;
    margin-top:125px;
}



.bg-testimoni-kotak {
    background-image: url('../images/kotak.png');
    padding: 65px 30px 40px 30px;
    border-radius: 10px;
    border-color: black;
    border-style: dashed;

}
}


.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}


.absolute-right {
    position: absolute;
    right: 5% !important;
}

.absolute-left {
    position: relative;
    left: 5% !important;
}

.absolute-bottom {
    position: absolute;
    bottom: 5% !important;
}

.absolute-top {
    position: relative;
    top: 5% !important;
}

.marbot {
    margin-bottom: 20% !important;
}

.marbot2 {
    margin-bottom: 5% !important;
}

.anmted-fill-none {
    animation-fill-mode: none !important;
    z-index: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

@media screen and (min-width: 481px) {
    .padat20 {
        padding-top: 70px;
    }
}

@media screen and (max-width: 480px) {
    .padat20 {
        padding-top: 20px;
    }
}

.padat {
    padding-top: 30px;
}


.padtom {
    padding-bottom: 30px;
}

@media screen and (min-width: 481px) {
    .tengah {
        position: relative;
        left: 150px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    .tengah {
        margin-top: 0;
    }
}

.tengah2 {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 481px) {
    .tengah3 {
        position: relative;
        left: -240px;
    }
}

@media screen and (max-width: 480px) {
    .tengah3 {
        margin-top: 0;
    }
}

@media screen and (min-width: 481px) {
    .tengah4 {
        position: relative;
        left: -200px;
    }
}

@media screen and (max-width: 480px) {
    .tengah4 {
        margin-top: 0;
    }
}

.center {
    margin: auto;
    width: 100%;
}

@media screen and (min-width: 481px) {
    .size-img img {
        width: 40%;
    }
}

@media screen and (max-width: 481px) {
    .size-img img {
        width: auto;
        padding-top: 10px;
    }
}


@media screen and (min-width: 480px) {
    .size-img2 img {
        padding-top: 50px;
        width: 55%;
    }
}

@media screen and (max-width: 481px) {
    .size-img2 img {
        width: 55%;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 481px) {
    .size-img2a img {
        width: 40%;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 480px) {
    .size-img3 img {
        width: 65%;
    }
}

@media screen and (max-width: 481px) {
    .size-img3 img {
        width: 90%;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 480px) {
    .size-img4 img {
        width: 45%;
    }
}

@media screen and (max-width: 481px) {
    .size-img4 img {
        width: 65%;
    }
}

@media screen and (min-width: 480px) {
    .size-img5 img {
        width: 30%;
    }
}

@media screen and (max-width: 481px) {
    .size-img5 img {
        width: 95%;
    }
}

@media screen and (min-width: 481px) {
    .size-img6 img {
        width: 40%;
    }
}

@media screen and (max-width: 481px) {
    .size-img6 img {
        width: 75%;
        padding-left: 40px;
    }
}

@media screen and (min-width: 481px) {
    .size-img7 img {
        width: 20%;
    }
}

@media screen and (max-width: 481px) {
    .size-img7 img {
        width: 45%;
    }
}

@media screen and (min-width: 481px) {
    .size-img8 img {
        width: 1%;
    }
}

@media screen and (max-width: 481px) {
    .size-img8 img {
        width: 15%;
    }
}

@media screen and (min-width: 481px) {
    .size-img9 img {
        width: 40%;
    }
}

@media screen and (max-width: 481px) {
    .size-img9 img {
        width: auto;
    }
}

@media screen and (min-width: 481px) {
    .size-img10 img {
        width: auto;
    }
}

@media screen and (max-width: 481px) {
    .size-img10 img {
        width: 70%;
    }
}

@media screen and (min-width: 481px) {
    .size-img11{
        width: 80%;
    }
}

@media screen and (max-width: 481px) {
    .size-img11 img {
        width: auto;
    }
}

@media screen and (min-width: 481px) {
    .size-img12{
        width: 45%;
    }
}

@media screen and (max-width: 481px) {
    .size-img12 img {
        width: auto;
    }
}

@media screen and (min-width: 481px) {
    .size-img13 {
        width: 55%;
    }
}

@media screen and (max-width: 481px) {
    .size-img13 {
        width: 70%;
        position: relative;
        left: 15%
    }
}

@media screen and (min-width: 481px) {
    .size-img14 {
        width: 45%;
    }
}

@media screen and (max-width: 481px) {
    .size-img14 {
        width: auto;
    }
}

@media screen and (min-width: 481px) {
    .size-img15 img {
        width: 25%;
    }
}

@media screen and (max-width: 481px) {
    .size-img15 {
        width: auto;
    }
}

@media screen and (min-width: 481px) {
    .size-img16 {
        width: 35%;
    }
}

@media screen and (max-width: 481px) {
    .size-img16 {
        width: auto;
    }
}

@media screen and (min-width: 481px) {
    .size-img17 {
        width: 65%;
    }
}

@media screen and (max-width: 481px) {
    .size-img17 {
        width: auto;
    }
}

@media screen and (min-width: 481px) {
    .size-img18 {
        width: 25%;
    }
}

@media screen and (max-width: 481px) {
    .size-img18 {
        width: auto;
    }
}

@media screen and (min-width: 481px) {
    .size-img19 {
        width: 65%;
    }
}

@media screen and (max-width: 481px) {
    .size-img19 {
        width: auto;
        padding-top: 20px;
    }
}

.row {
    margin-bottom: 0 !important;
}

.balon {
    position: absolute;
    left: 0;
    width: 15%;
}

.balon2 {
    position: absolute;
    right: 0;
    width: 10%;
}

.img-res {
    max-width: 100%;
}
.box-quiz{
    background-image: url('../images/kotak.png');
    padding: 5%;
    border-radius: 10px;
    border-color: black;
    border-style: dashed;
    border-radius:10px;
    margin-bottom:20px;
}
.margin-top-20{
    margin-top:5%;
}
.question{
    font-weight:bold;
    font-size:14pt;
}
@media screen and (min-width: 481px){
.hero-banner4-desc{
    position:absolute;
    right:15%;
    top:40%;
    width:40%;
    }
}

@media screen and (max-width: 481px){
    .hero-banner4-desc{
        position:absolute;
        right:10%;
        bottom:20%;
        width:80%;
        }
}
.quiz-content{
    background:url('../images/quiz-square-body.jpg') repeat center center;
    background-size:100%;
    padding:10%;
    /* height:300px; */
    text-align:center;
}
.quiz-title{
    font-family: guthen;
}
.quiz-desc{
    font-family: gothambook;
}
.quiz4{
    text-align: center!important;
}
.point_abc{
    color:#000!important;
}
/*!misc*/