/*
    CopyRight Aprintlab Limited
    All Right Reserved

*/

/*
    Font Override for Semantic UI
*/
p,div,span,h1,h2,h3,h4,h5,a {
    font-family: 'Noto Sans TC', sans-serif;
}

/*
    General Themeing
*/

body{
    width: 100%;
    overflow-x: hidden;
}

.themetext{
    color: #44c9a9;
}

.theme.button{
    border-radius: 0.8em !important;
}

.largetext{
    font-size: 1.2em !important;
}

.extrapadding.button{
    padding: 1.2em;
    padding-left: 2em;
    padding-right: 2em;
}

.subtheme.button{
    border-radius: 1em !important;
    font-size: 0.9em;
    background-color:#294cc8;
    padding: 1.2em;
    padding-left: 2em;
    padding-right: 2em;
    color: white;
    margin-right: 20px;
}

.rounder{
    border-radius: 1em !important;
}

.rounder.button{
    border-radius: 1em !important;
}

.rounder.grey.button{
    background-color: #a4a4a4;
}

.rounder.small.button{
    font-size: 0.9em;
    padding: 1.2em;
    padding-left: 2em;
    padding-right: 2em;
}

.theme.button:not(.basic){
    background-color: #2b9f9f !important;
    color: white;
}

.theme.button:not(.basic):hover{
    opacity: 0.8;
}

.theme.basic.button{
    border: 1px solid #51b0b0;
    color: #51b0b0;
    box-shadow: none;
}

.theme.basic.button:hover{
    box-shadow: none !important;
}

.nointeract{
    pointer-events: none;
    user-select: none;
}

.clickable{
    cursor: pointer;
}

/*
    Preload Spinner
*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner 0.9s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/*
    Top Banner Section
*/

.banner{
    min-height: 500px;
    max-height: 100vh;
    background: rgb(253,255,254);
    background: linear-gradient(90deg, rgba(253,255,254,1) 0%, rgba(210,244,238,1) 100%);
    padding-bottom: 2em;
}

.banner .mainicon{
    pointer-events: none;
    height: 3.8em;
    margin-right: 1em;
    margin-top: 0.5em !important;
}

.banner .title{
    font-size: 1.2em;
    font-weight: bolder;
}


.banner .item{
    font-weight: 400;
    font-size: 1.2em;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.banner .right.menu .item:hover:not(.active){
    background-color: transparent !important;
    opacity: 70%;
}


.banner .item.active{
    font-weight: bold !important;
    color: #2b9f9f !important;
    background-color: transparent !important;
}

.maintitle{
    font-weight: bolder;
    font-size: xx-large;
}

.titleBanner .subtitle{
    margin-bottom: -0.8em;
}


.titleBanner .planet.image{
    position: absolute;
    top: 0px;
    width: 90%;
    margin-top: -6em;
    margin-left: -0.3em;
}

/*
    Products section
*/ 

.product{
    padding-top: 3em;
    padding-bottom: 6em;
}

.product .raised.segment{
    border-radius: 0.8em;
    padding: 30px !important;
}

.product .ptitle{
    font-weight: bolder;
    font-size: 1.8em !important;
    text-shadow: 1px 1px 3px #ffffff;
}

.product p:not(.subtitle){
    font-size: 1.2em;
    line-height: 1.7 !important;
    color: #111111;
}

.product .subtitle{
    color: #294cc8;
}

.product .theme.segment{
    -webkit-box-shadow: 0px 0px 8px 4px #EEF4F3 !important; 
    box-shadow: 0px 0px 8px 4px #EEF4F3 !important;
    border: 0px solid transparent;
    border-radius: 1.6em;
}

.product .topRightIcon{
    pointer-events: none;
    user-select: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 180px;
    margin-top: -80px;
    margin-right: -50px;
}

/*

    Services

*/

.service{
    background-color: #151f21;
    padding-top: 3em;
    padding-bottom: 6em;
    color: white;
    position: relative;
}

.service .ptitle{
    font-weight: bolder;
    font-size: 1.8em !important;
}

.service .column{
    display: flex !important;
}

.service .glass.segment{
    color: white;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(5px) !important;
    padding: 30px !important;
    margin-left: 4px;
    margin-right: 4px;
    flex: 100%;
}

.service .glass.segment .header:not(.sub){
    color: white;
}

.service .glass.segment .sub.header{
    color: #3fc9c9;
}

.service p.description{
    line-height: 1.7em;
}

.service .backdrop{
    pointer-events: none;
    position: absolute;
    bottom:0px;
    right: 0px;
    width: 10em;
    margin-bottom: -50px;
}

/*
    Team
*/

.team{
    padding-top: 3em;
    padding-bottom: 6em;
}

.team .backdrop{
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 4em;
    margin-left: -2em;
    width: 8em;
    z-index: 99;
}

.team .column{
    position: relative;
    display: flex !important;
    margin-top: 0.4em;
}

.team .member.segment{
    text-align: center;
    background: rgb(254,254,254);
    background: linear-gradient(180deg, rgba(254,254,254,1) 0%, rgba(249,249,249,1) 100%);
    flex: 100%;
}

.team .member.segment img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.team .member.segment .description{
    color: #46abab;
}

.team .member.segment .list{
    text-align: left;
}

/*

    Opportunites

*/

.opportunity{
    padding-top: 5em;
    background-color: #f7f7f7;
    position: relative;
}

.opportunity .ptitle{
    font-weight: bolder;
    font-size: 1.8em !important;
}


.opportunity .backdrop{
    position: absolute;
    width: 18em;
    margin-top: -8em;
    top: 0px;
    right: 0px;
}

.opportunity .borderless.segment{
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(5px) !important;
    border: 0px solid transparent;
    padding: 30px !important;
}

.opportunity .borderless.segment h2{
    color: #2b9f9f;
}

.opportunity .cvcontact{
    margin-top: 3em;
    background-color: #181818;
    text-align: center;
    padding-top: 5em;
    padding-bottom: 5em;
    color: white;
}

.opportunity .cvcontact a{
    color: #3adada;
    font-weight: bold;
}

/*

    Testimonial

*/
.testi{
    position: relative;
}

.testi .backdrop{
    position: absolute;
    width: 40em;
    top: 0px;
    left: 0px;
    margin-top: -10em;
    opacity: 0.6;
}

.testi .pbackdrop{
    position: absolute;
    width: 30em;
    top: 0px;
    left: 0px;
    margin-top: 10em;
    margin-left: 5.5em;
}

.testi .testimessage{
    min-height: 6em !important; 
}

.testi .borderless.segment{
    border: 0px solid transparent !important;
    background: rgba(246,246,246, 0.8);
    box-shadow: none;
    padding: 20px;
    padding-left: 5em;
    padding-right: 5em;
    padding-bottom: 7em;
    margin-top: 8em;
    margin-bottom: 3em;
}

.testi .quote.image{
    margin-left: -0.6em;
}

.testi .arrows{
    margin-top: 20px;
    float: right;
}

.testi .arrows .disabled.icon{
    opacity: 0.5;
}

.testi .arrows .icon{
    margin-right: 0.8em;
    width: 2em;
}

.testi .rotated.icon {
    transform: rotate(180deg);
}

.testi .quotation{
    background-color: #f6f6f6;
    margin-top: 1em;
    padding-top: 3em;
    padding-bottom: 5em;
}

.quotation .header{
    text-align: right;
    position: relative;
}

.quotation .sub.header{
    line-height: 2em !important;
}

.quotation .sub.header a{
    color: #2fc4b1;
}

.quotation .wbackdrop{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 45em;
    opacity: 0.5;
    margin-bottom: -30em !important;
}

.footer{
    position: relative;
    color: white;
    background-color: #181818;
    padding-top: 3em;
    padding-bottom: 5em;
    z-index: 99;
}

.footer a{
    color: #2fc4b1 !important;
}

.footer .content{
    color: white !important;
}

.footer .bottom{
    margin-top: 16em;
    color: white;
}

.footer .backdrop{
    position: absolute;
    right: 0px;
    width: 33em;
    bottom: 0px;
}

.footer .bottom .icon{
    color: #2fc4b1 !important;
}

/*

    Responsive

*/
#rwdmenubtn{
    display:none;
    background-color: white;
    color: #2fc4b2;
    transition: opacity 0.4s; 
    z-index: 99;
    border: 1px solid #f2f2f2;
}

#rwdmenubtn:hover{
    opacity: 0.8;
}


.rwd.menu .item{
    color: #2b9f9f;
    font-weight: bold;
}

/* Between two special range, use full width buttons on banner */
@media (min-width:768px) and (max-width:991px) {
   .banner .button{
       width: 100% !important;
   }

   .product .button{
       margin-bottom: 8px;
       width: 100% !important;
   }

   .service .button{
     width: 100% !important;
   }
}

@media (max-width:992px) {

    .titleBanner .planet.image{
        margin-top: -3em;
    }

    .service .backdrop{
        margin-top: 100px;
    }

    .product .topRightIcon{
        margin-right: -30px;
    }
    
}

@media (max-width:767px) {

    .titleBanner .planet.image{
        position: absolute;
        width: 50em;
        top: 0em;
        left: -12em;
        z-index: 0;
    }

    .banner{
        height: 100%;
    }

    .product .button{
        margin-top: 0.8em;
        width: 100%;
    }

    .service .backdrop{
        top: auto;
        bottom: 0px;
        margin-bottom: -50px;
    }

    #rwdmenubtn{
        position: fixed;
        top: 1.2em;
        right: 1.2em;
        display:unset;
    }

    .opportunity .backdrop{
        top: 5em;
        width: 15em;
    }


    .desktop.menu{
        display: none !important;
    }

    .footer .backdrop{
        width: 22em;
    }
}
