body {
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.btn:focus,
button:focus {
    box-shadow: none;
}

b, strong {
    font-weight: 500;
}

.triangle {
    position: absolute;
    z-index: -2;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent rgba(246, 143, 54, 0.2);
}

.emphasis {
    font-weight: 500;
    color: #f68f36;
}

.title {
    position: relative;
    display: inline-block;
    font-size: 35px;
    white-space: nowrap;
    margin-bottom: 75px;
}

.title:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    border-bottom: 3px solid #f68f36;
}

nav {
    font-weight: 400;
}

.navbar-brand img {
    width: 106px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: black;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 15px 34px;
}

.navbar-light .navbar-nav .nav-item a.nav-link {
    position: relative;
}

.navbar-light .navbar-nav .nav-item a.nav-link:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-bottom: 2px solid #f68f36;
    transition: width .5s;
}

.navbar-light .navbar-nav .nav-item a.nav-link:hover:after {
    width: 100%;
}

section {
    text-align: center;
    position: relative;
}

section:not(:first-of-type) {
    padding-top: 125px;
}

section.hero .hero-wrapper {
    padding-top: 75px;
    padding-bottom: 215px;
    background: url('../img/devices.png') right bottom/27.5% no-repeat;
}

section.hero .image-girl {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 35%;
}

section.hero .hero-description {
    font-size: 58px;
    margin-bottom: 90px;
}

section.hero .app-stores a {
    display: inline-block;
}

section.hero .app-stores a ~ a {
    margin-left: 15px;
}

section.hero .app-stores a img {
    height: 55px;
}

section.hero .background .triangle:first-of-type {
    border-width: 100px 0 100px 200px;
    transform: rotate(35deg) translateY(-10%);
    left: 0;
    bottom: 10%;
}

section.hero .background .triangle:nth-of-type(2) {
    border-width: 25px 0 25px 40px;
    transform: rotate(300deg) translateX(-20%) translateY(-5%);
    left: 20%;
    top: 5%;
}

section.hero .background .triangle:nth-of-type(3) {
    border-width: 40px 0 40px 60px;
    transform: rotate(125deg) translateX(-26%) translateY(-2.5%);
    left: 26%;
    bottom: 2.5%;
}

section.hero .background .triangle:nth-of-type(4) {
    border-width: 20px 0 20px 40px;
    transform: rotate(215deg) translateX(-35%) translateY(-15%);
    left: 35%;
    bottom: 15%;
}

section.hero .background .triangle:nth-of-type(5) {
    border-width: 20px 0 20px 40px;
    transform: rotate(320deg) translateX(-70%) translateY(-20%);
    left: 70%;
    bottom: 20%;
}

section.hero .background .triangle:nth-of-type(6) {
    border-width: 20px 0 25px 40px;
    transform: rotate(50deg) translateX(-25%) translateY(-10%);
    right: 25%;
    top: 10%;
}

section.hero .background .triangle:nth-of-type(7) {
    border-width: 25px 0 40px 60px;
    transform: translateX(-5%) translateY(-10%);
    right: 5%;
    top: 10%;
}

section.hero .background .triangle:last-of-type {
    border-width: 100px 0 100px 200px;
    transform: rotate(35deg) translateY(-30%);
    right: 55px;
    bottom: 30%;
}

section.plans .title {
    margin-bottom: 100px;
}

section.plans .plan {
    position: relative;
    border: 2px solid #f68f36;
    border-radius: 10px;
}

section.plans .plan ~ .plan {
    margin-top: 100px;
}

section.plans .plan .plan-title,
section.plans .plan .plan-apply {
    position: absolute;
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 7.5px 39px;
}

section.plans .plan .plan-title {
    top: -25px;
    left: 40px;
    background-color: #f68f36;
}

section.plans .plan .plan-apply {
    bottom: -25px;
    right: 40px;
    background-color: #09195d;
}

section.plans .plan .plan-title:before, 
section.plans .plan .plan-title:after,
section.plans .plan .plan-apply:before, 
section.plans .plan .plan-apply:after {
    width: 0;
    height: 0;
    border-style: solid;
    content: ' ';
    position: absolute;
    top: 0;
    display: inline-block;
}

section.plans .plan .plan-title:before,
section.plans .plan .plan-apply:before {
    border-width: 0 0 44.6px 25px;
    left: -25px;
}

section.plans .plan .plan-title:before {
    border-color: transparent transparent #f68f36 transparent;
}

section.plans .plan .plan-apply:before {
    border-color: transparent transparent #09195d transparent;
}

section.plans .plan .plan-title:after,
section.plans .plan .plan-apply:after {
    border-width: 44.6px 25px 0 0;
    right: -25px;
}

section.plans .plan .plan-title:after {
    border-color: #f68f36 transparent transparent transparent;
}

section.plans .plan .plan-apply:after {
    border-color: #09195d transparent transparent transparent;
}

section.plans .plan .plan-details {
    padding: 40px 0;
}

section.plans .plan .plan-details div > span {
    display: inline-block;
    padding: 0 80px;
}

section.plans .plan .plan-details .percentage {
    display: block;
    font-size: 28px;
    font-weight: 500;
}

section.about-us, 
section.why-us, 
section.application-process {
    line-height: 40px;
}

section.about-us .about-us-description {
    padding-bottom: 35px;
}

section.about-us .background .triangle:first-of-type {
    border-width: 40px 0 40px 60px;
    transform: rotate(-25deg) translateX(-20%) translateY(-20%);
    left: 20%;
    bottom: 20%;
}

section.about-us .background .triangle:nth-of-type(2) {
    border-width: 20px 0 20px 40px;
    transform: rotate(35deg) translateX(-25%) translateY(-30%);
    left: 25%;
    bottom: 45%;
}

section.about-us .background .triangle:last-of-type {
    border-width: 50px 0 50px 100px;
    transform: rotate(-30deg) translateX(-15%);
    right: 15%;
    bottom: -60px;
}

section.tutorial .video-wrapper {
    position: relative;
    padding-top: 50%;
    width: 100%;
}

section.tutorial .video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

section.tutorial .video-wrapper .video iframe {
    width: 100%;
    height: 100%;
}

section.why-us .row ~ .row {
    margin-top: 70px;
}

section.why-us .point .point-title {
    font-weight: 500;
    margin-bottom: 10px;
}

section.why-us .background .triangle:first-of-type {
    border-width: 100px 0 100px 200px;
    bottom: -40%;
}

section.why-us .background .triangle:nth-of-type(2) {
    border-width: 65px 0 65px 130px;
    left: 5%;
    bottom: -20%;
}

section.why-us .background .triangle:nth-of-type(3) {
    border-width: 30px 0 30px 60px;
    left: 20%;
    bottom: -20%;
}

section.why-us .background .triangle:nth-of-type(4) {
    border-width: 125px 0 125px 250px;
    transform: rotate(180deg);
    top: 5%;
    right: 0;
}

section.why-us .background .triangle:last-of-type {
    border-width: 75px 0 75px 150px;
    transform: rotate(180deg);
    top: 25%;
    right: 5%;
}

section.application-process .steps .step ~ .step {
    margin-top: 100px;
}

section.application-process .steps .step > div {
    display: inline-block;
    vertical-align: middle;
}

section.application-process .steps .step .step-number {
    position: relative;
    color: #bdbdbd;
    font-weight: 500;
}

section.application-process .steps .step .step-number:before {
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    border: 3px solid #bdbdbd;
    border-radius: 50%;
    background-color: white;
}

section.application-process .steps .step:not(:last-of-type) .step-number:after {
    content: ' ';
    position: absolute;
    z-index: -2;
    left: 50%;
    bottom: -320px;
    transform: translateX(-50%);
    width: 3px;
    height: 320px;
    background-color: #bdbdbd;
}

section.application-process .steps .step .step-subtitle {
    font-weight: 500;
}

section.application-process .steps .step .step-icon img {
    width: 200px;
}

section.application-process .steps .step .contact-info > span {
    position: relative;
    margin-left: 30px;
}

section.application-process .steps .step .contact-info > span ~ span {
    margin-left: 50px;
}

section.application-process .steps .step .contact-info > span:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

section.application-process .steps .step .contact-info .fax:before {
    background: url(../img/fax-solid.svg) top left no-repeat;
}

section.application-process .steps .step .contact-info .wtsapp:before {
    background: url(../img/whatsapp-brands-green.svg) top left no-repeat;
}

section.faq .qa .question,
section.faq .qa .answer {
    text-align: left;
    font-size: 20px;
}

section.faq .qa .question {
    display: block;
    border-bottom: 1px solid #eeeeee;
    font-weight: 500;
    padding: 30px 20px;
}

section.faq .qa .question {
    position: relative;
    background-color: #fbeee3;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
}

section.faq .qa .question.collapsed {
    background-color: white;
    border-bottom-width: 1px;
}

section.faq .qa .question:after {
    position: absolute;
    content: ' ';
    border: solid #bdbdbd;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg) translateX(-42.5%);
    right: 22px;
    top: 42.5%;
    transition: all 0.5s;
}

section.faq .qa .question.collapsed:after {
    right: 15px;
    transform: rotate(45deg) translateX(-50%);
}

section.faq .qa .answer {
    background-color: #fbeee3;
    padding: 0 25px 30px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom: 1px solid #bdbdbd;
}

section.contact .google-map iframe {
    height: 550px;
    width: 100%;
}

section.contact .address {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-left: 30px;
    font-size: 24px;
}

section.contact .address:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 19px;
    height: 30px;
    top: 6px;
    left: -30px;
    background: url(../img/map-marker-alt-solid.svg) top left no-repeat;
}

section.contact .contact-info {
    margin-top: 80px;
    font-size: 24px;
}

section.contact .contact-info .contact-method {
    position: relative;
    display: inline-block;
    margin-left: 45px;
}

section.contact .contact-info .contact-method:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 40px;
    height: 35px;
    left: -45px;
}

section.contact .contact-info .wtsapp .contact-method:before {
    background: url(../img/whatsapp-brands.svg) top left no-repeat;
}

section.contact .contact-info .phone .contact-method:before {
    background: url(../img/phone-solid.svg) top left no-repeat;
}

section.contact .contact-info .email .contact-method:before {
    background: url(../img/envelope-regular.svg) top left no-repeat;
}

section.contact .contact-info .contact-details {
    color: #f68f36;
    margin-top: 10px;
}

footer {
    margin-top: 100px;
    padding: 25px 0;
}

footer a {
    color: black;
    text-decoration: none;
    display: inline-block;
}

footer a:hover {
    color: #f68f36;
}

footer a ~ a {
    margin-bottom: 7.5px;
    margin-left: 15px;
}

footer a img {
    height: 25px;
}

@media only screen and (max-width: 1400px) {
    section.hero .hero-wrapper {
        padding-bottom: 155px;
    }
}

@media only screen and (max-width: 1200px) {
    section.hero .image-girl {
        left: -5%;
        transform: translateX(-5%);
    }

    section.hero .hero-description {
        margin-bottom: 45px;
    }

    section.application-process .steps .step:not(:last-of-type) .step-number:after {
        bottom: -340px;
        height: 340px;
    }
}

@media only screen and (max-width: 992px) {
    section.hero .hero-wrapper {
        padding-bottom: 225px;
    }

    section.about-us .background .triangle:first-of-type {
        transform: rotate(-25deg) translateY(-20%);
        left: 0;
        bottom: 20%;
    }
    
    section.about-us .background .triangle:nth-of-type(2) {
        transform: rotate(35deg) translateX(-10%) translateY(-30%);
        left: 10%;
        bottom: 45%;
    }
    
    section.about-us .background .triangle:last-of-type {
        transform: rotate(-30deg);
        right: 10px;
        bottom: -60px;
    }

    section.application-process .steps .step:not(:last-of-type) .step-number:after {
        bottom: -450px;
        height: 450px;
    }
}

@media only screen and (max-width: 768px) {
    section.hero .hero-wrapper {
        background-position-x: 97%;
        background-size: 40%;
        padding-bottom: 290px;
    }

    section.hero .hero-description {
        font-size: 40px;
    }

    section.hero .image-girl {
        left: 0;
        transform: translateX(0);
        width: 50%;
    }

    section.hero .background .triangle:nth-of-type(3),
    section.hero .background .triangle:last-of-type {
        display: none;
    }

    section.plans .plan .plan-details div > span {
        padding: 0 25px;
    }

    section.about-us .about-us-description,
    section.why-us .point .point-description,
    section.application-process .steps .step .step-description {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    section.tutorial .video-wrapper {
        padding-top: 56.25%;
    }

    section.contact .address {
        margin-left: 25px;
    }
    
    section.contact .address:before {
        left: -25px;
    }
}

@media only screen and (max-width: 576px) {
    section.hero .hero-description {
        font-size: 1.75em;
    }

    section.contact .google-map iframe {
        height: 450px;
    }

    section.why-us .point ~ .point {
        margin-top: 35px;
    }

    section.application-process .steps .step ~ .step {
        margin-top: 75px;
    }
/* 
    section.about-us .about-us-description,
    section.why-us .point .point-description,
    section.application-process .steps .step .step-description {
        text-align: left;
    } */
}

@media only screen and (max-width: 400px) {
    section.hero .app-stores a {
        display: block;
    }

    section.hero .app-stores a ~ a {
        margin-top: 15px;
        margin-left: 0;
    }
}
