/*
 * You can say something about your file if you need it!
 */
/*-------------------------*/
/* $Catalog 
---------------------------*/
/** 
 * Globel
 * Elements
 * Header
 * About
 * Introduction
 * Skill
 * Experience
 * Feature
 * Team
 * Footer
 * Parallax graphic
**/


/*-------------------------*/
/* $Globel
---------------------------*/

/*-------------------------*/
/* $Elements
---------------------------*/

/* background 
---------------------*/
.bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url("../images/urban-long-exposure-night.jpg");*/
    background-size: cover;
    background-position: center;
}
.bg:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(24.5deg,#FF6823,#FFCB57);
    opacity: 0.96;
}
/* lean-bg
---------------------*/
.lean-bg--top:before,
.lean-bg--bottom:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    background-color: #fefefe;
}
@media (max-width: 768px){
    .lean-bg--top:before,
    .lean-bg--bottom:after{
        height: 80px;
    }
}
.lean-bg--top:before{
    top: 0;
    transform: skewY(-5deg) translateY(-50%);
}
.lean-bg--bottom:after{
    bottom: 0;
    transform: skewY(-5deg) translateY(50%);
}
.lean-bg--top{
    margin-top: 160px;
}
@media (max-width: 768px){
    .lean-bg--top{
        margin-top: 80px;
    }
}
.lean-bg--bottom{
    margin-bottom: 160px;
}
@media (max-width: 768px){
    .lean-bg--bottom{
        margin-bottom: 80px;
    }
}
.lean-bg--no-margin{
    margin: 0;
}
/* btn
---------------------*/
/* normal */
.btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    min-width: 64px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-family: 'Nunito', 'Helvetica', 'roboto', arial, sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    background-color: #ce3b31;
    border: 0;
    border-radius: 18px;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    user-drag: none;
    transition: all 0.3s;
}
.btn--primary{
    color:#fefefe;
    border:solid 3px  #fefefe;
    text-align: center;
 /*   box-shadow: 0 0px 10px rgba(225,225,225,0.5);*/
}
.btn--secondary{
    color: #fefefe;
}
.btn.btn--primary{
    background-color: inherit;

}
.btn.btn--primary:hover{
    background-color:#fefefe;
    color:#ffa828;
    transform: scale(1.05);
}
.btn.btn--primary:active{
    background-color: inherit;
    color: #fefefe;
}
.btn.btn--secondary{
    background-color: inherit;
    border: 3px solid #ffa828;
    color: #ffa828;
}
.btn.btn--secondary:hover{
    background-color: #ffa828;
    transform: scale(1.05);
    color: #fefefe;
}
.btn.btn--secondary:active{
    color:#ffa828;
    background-color: inherit;

}
.btn.btn--lg{
    font-size: 20px;
    line-height: 56px;
    height: 56px;
    font-weight: 400;
    border-radius: 28px;
    padding: 0 64px;
}
.btn.btn--md{
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    font-weight: 400;
    border-radius: 24px;
    padding: 0 64px;
}
@media (max-width: 425px){
    .btn.btn--md{
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    font-weight: 400;
    border-radius: 16px;
    padding: 0 32px;
    }
}

.btn.btn--sm{
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    font-weight: 400;
    border-radius: 16px;
    padding: 0 32px;
}
.btn-group .btn{
    margin-left: 8px;
    margin-right: 8px;
}
.btn-group--center{
    text-align: center;
}

/* icon btn */
.icon-btn{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
}
.icon-btn .icon{
    display: block;
    text-align: center;
    transition: all 0.3s;
}
.icon-btn .icon:hover{
    transform: translateY(-25%) rotate(3deg);
}
/* send btn */
.send-btn{
    text-align: center;
    line-height: 32px;
    font-size:16px;
    color:  #484848;
    display: inline-block;
}
.send-btn:hover{
    color: #FF6823;
}
.send-btn:active{
    color: #ffa828;
}

/*title btn*/
.team-card__title__btn{
    color: #ffa828;
}
.team-card__title__btn:hover{
    color: #FF6823;
}
.team-card__title__btn:active{
    color: #ffa828;
}
/* text btn */
.text-btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', 'Helvetica', 'roboto', arial, sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    color: #484848;
}
.text-btn.text-btn--primary{
    color: #e881a7;
}
.text-btn.text-btn--lg{
    font-size: 20px;
    line-height: 48px;
    height: 48px;
    font-weight: 900;
}
.text-btn.text-btn--lg:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #e881a7;
    transition: all 0.3s;
}
.text-btn.text-btn--lg:hover:before{
    width: 100%;
}


/* image
---------------------*/
.image{
    width: 100%;
    display: block;
}

/* imgbox
---------------------*/
.imgbox{
    width: 100%;
    height: 50%;
    overflow: hidden;
    /*border:1px solid #000;*/
}
.imgbox__inner{
    width: 100%;
    padding-top: 100%;
    position: relative;
}
/*.imgbox__inner.imgbox__inner--4-3{
    padding-top: calc(100% * 3 / 4);
}*/
.imgbox__inner .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-size: cover;
    background-position: center;
}
/*-------------------------*/
/* $Header
---------------------------*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.05s;

}
.header--colored{
    background-color: #fefefe;
    border-bottom: 3px solid #FF6823;
}
.header--colored .menu-toggle span{
    background-color: #ffa828;
}
.header--colored .navbar__social-bar .icon-btn{
    color: #ffa828;
}
/* navbar 
---------------------*/
.navbar{
}
.navbar--collapse{
    margin-right: -16px;
    margin-left: -16px;
}
.navbar__social-bar{
    padding-top: 16px;
    padding: 11px;
    float: left;
}
@media (max-width: 768px){
    .navbar__social-bar{
        padding: 12px;
    }
}
@media (max-width: 320px){
    .navbar__social-bar{
        padding: 6px;
    }
}
.navbar__social-bar .icon-btn{
    color: #fefefe;
}
.navbar__nav{
    float: right;
}
/* menu-toggle 
---------------------*/
.menu-toggle{
    display: block;
    padding: 11px;
    padding-top: 18px;
}

@media (max-width: 768px){
    .menu-toggle{
        padding: 12px;
        padding-top: 16px;
    }
}
@media (max-width: 320px){
    .menu-toggle{
        padding: 6px;
        padding-top: 6px;
    }
}
.menu-toggle span{
    display: block;
    height: 3px;
    width: 32px;
    background-color: #fefefe;
    margin-bottom: 8px;
    transition: all 0.2s;
}
.menu-toggle:active span:nth-child(1){
    transform: translateY(150%) rotate(45deg);
}
.menu-toggle:active span:nth-child(2){
    display: none;
}

.menu-toggle:active span:nth-child(3){
    transform: translateY(-150%)rotate(-45deg);
}

/* popup-menu 
---------------------*/
.popup-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fefefe;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
#popup-overlay:target{
    opacity: 1;
    visibility: visible;
}
.popup-menu__close{
    padding: 24px;
    width: 80px;
    height: 80px;
    float: right;
    transition: all 0.3s;
    margin-right: -16px;
}
.popup-menu__close .icon-bar{
    height:5;
}
@media (max-width: 768px){
    .popup-menu__close{
        padding: 12px;
        width: 56px;
        height: 56px;
    }
}
/*.popup-menu__close:hover{
    transform: rotate(180deg);    
}*/
.popup-menu__close span{
    width: 32px;
    height: 3px;
    background-color: #ffa828;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s;
}
.popup-menu__close:hover{
    transform: rotate(-180deg);
}
.popup-menu__close span:nth-child(1){
    transform: translate(-50%,-50%) rotate(45deg);
}
.popup-menu__close span:nth-child(2){
    transform: translate(-50%,-50%) rotate(-45deg);
}

.popup-menu__item{
    display: block;
    text-align: center;
    font-family: 'Nunito', 'Helvetica', 'roboto', arial, sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #ffa828;
    line-height: 56px;
    transition: all 0.3s;
}
@media (max-width: 768px){
    .popup-menu__item{
        font-size: 24px;
        line-height: 48px;
    }
}
@media (max-width: 320px){
    .popup-menu__item{
        font-size: 20px;
        line-height: 40px;
    }
}

.popup-menu__item:hover{
    color: #FF6823;
}
/*-------------------------*/
/* $About
---------------------------*/
.hero{
    padding-top: 20vh;
    padding-bottom: 20vh;
}
@media (max-width: 768px){
    .hero{
        padding-top: 130px;
        padding-bottom: 130px;
    }
}
@media (max-width: 480px){
    .hero{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 320px){
    .hero{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.hero__heading{
    font-size: 50px;
    font-weight: 900;
    color: #fefefe;
}
@media (max-width: 780px){
    .hero__heading{
        width: 48%;
        font-size: 48px;
    }
}
@media (max-width: 768px){
    .hero__heading{
        width: 60%;
        font-size: 45px;
    }
}
@media (max-width: 425px){
    .hero__heading{
        font-size: 40px;
    }
}
@media (max-width: 375px){
    .hero__heading{
        font-size: 35px;
    }
}
@media (max-width: 320px){
    .hero__heading{
        font-size: 30px;
    }
}
.hero__bg{
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100%;
    background-image: url("../pic/th0.png");
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: top right;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1140px;
}
@media (max-width: 768px){
    .hero__bg{
        background-size: 280px;
    }
}
@media (max-width: 480px){
    .hero__bg{
        background-size: 240px;
    }
}

@media (max-width: 320px){
    .hero__bg{
        background-size: 200px;
    }
}

/*-------------------------*/
/* $Introduction (quote)
---------------------------*/
.quote{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 768px){
    .quote{
        padding-top: 40px;
        padding-bottom: 40px;
    }
} 
.quote__content{
    text-align: left;
    font-size: 14px;
    font-family: 'Nunito', 'Helvetica', 'roboto', arial, sans-serif;
    line-height: 16px;
    color: #484848;
}
 @media (max-width: 768px){
    .quote__content{
    text-align: left;
    font-size: 14px;
    font-family: 'Nunito', 'Helvetica', 'roboto', arial, sans-serif;
    line-height: 28px;
    color: #484848;
    }
}
.quote__icon{
    width: 64px;
    height: 64px;
    border-radius: 15%;
    background-image: url("../pic/web_hi_res_512.png");
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: top; 
    left:50%;
    transform:translateX(-50%);
    margin-bottom: 24px;
}

.quote__text span{
    color: #ffa828;
}
/*-------------------------*/
/* $feature
---------------------------*/
.feature{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 768px){
    .feature{
        padding-top: 40px;
        padding-bottom: 40px;
    }
} 
.feature-group{
    padding-top: 80px;
    padding-bottom: 80px;
}
.skill-card{
    padding-left: 32px;
    margin-bottom: 32px;
}
.skill-card__inner{
    background-color: #fefefe;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    padding: 24px;
    padding-left: 48px;
}
.skill-card__title{
    color: #e881a7;
    font-family: 'Raleway','Helvetica', 'roboto', arial, sans-serif;
    margin-top: 0;
    margin-bottom: 8px;
}
.skill-card__text{
    margin: 0;
}
.skill-card__icon{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f3f4f5;
}
.skill-card__icon .image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 60%;
    max-height: 60%;
}
@media (max-width: 768px){
    .skill-card__icon{
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .skill-card{
        padding: 0;
        margin-top: 48px;
    }
    .skill-card__inner{
        padding: 24px;
        padding-top: 48px;
    }
    .skill-group{
        padding-bottom: 0;
    }
}
/*-------------------------*/
/* $Team
---------------------------*/
.team{
    padding-top: 80px;
    padding-bottom: 80px;
}
.team-group{
    padding-top: 80px;
    padding-bottom: 80px;
}
.team-card{

    padding-top: 60px;
    margin:20px;
}
.team-card__inner{
    padding: 25px;
    padding-top: 48px;
    background-color: #fefefe;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}
.team-card__title{
    color: #ffa828;
    font-family: 'Nunito','Helvetica', 'roboto', arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 8px;
}
.team-card__text{
    font-family: 'Nunito','Helvetica', 'roboto', arial, sans-serif;
    margin:0px; 
}
.team-card__pic{
    width:130px;
    height:130px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:0;
}
.team-card__pic .image{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width:90%;
}

/*-------------------------*/
/* $Experience
---------------------------*/
.experience{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media(max-width: 768px){
    .experience{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* timeline
---------------------*/
.timeline-group{
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 120px;
}
.timeline{
    width: 4px;
    height: 100%;
    background-color: #e881a7;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}
.timeline-cards__row:nth-child(odd){
    display: flex;
    justify-content: flex-start;
}
.timeline-cards__row:nth-child(even){
    display: flex;
    justify-content: flex-end;
}
.timeline-card{
    padding: 24px;
    background-color: #fefefe;
    border-radius: 4px;
    width: calc(50% - 24px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}
.timeline-card:before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    background-color: #e881a7;
    position: absolute;
    top: 50%;
}
.timeline-cards__row:nth-child(odd) > :before{
    transform: translate(50%,-50%);
    right: -24px;
}
.timeline-cards__row:nth-child(even) > :before{
    transform: translate(-50%,-50%);
    left: -24px;
}
.timeline-card__text{
    margin: 0;
}
@media (max-width: 768px){
    .timeline{
        left: 0;
    }
    .timeline-card{
        width: calc(100% - 24px);
        margin-bottom: 24px;
    }
    .timeline-cards__row:last-child .timeline-card{
        margin-bottom: 0;
    }
    .timeline-cards__row:nth-child(odd){
        justify-content: flex-end;
    }
    .timeline-cards__row:nth-child(odd) > :before{
        transform: translate(-50%,-50%);
        left: -24px;
    }
}
/*-------------------------*/
/* $Feature
---------------------------*/
.feature{
    padding-top: 80px;
    padding-bottom: 120px;
}
@media (max-width: 768px){
    .feature{
        padding-top: 40px;
        padding-bottom: 80px;
    }
}
/* fature-list
---------------------*/
.feature-list{
    padding-top: 80px;
}
.feature-item{
    margin-bottom: 160px;
}
.feature-item__text{
    padding-top: 36px;
}
.feature-item__text--right{
    text-align: right;
}
.feature-item__title--right{
    margin-right: -80px;
}
.feature-item__title--left{
    margin-left: -80px;
}
.feature-item__intro{
    font-size: 16px;
    line-height: 32px;
}
@media(max-width: 768px){
    .work-item{
        margin-bottom: 48px;
    }
    .work-item__text--right{
        text-align: left;
    }
    .work-item__title{
        font-size: 24px;
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 8px;
    }
    .work-item__title--right{
        margin-right: 0;
    }
    .work-item__title--left{
        margin-left: 0;
    }
}
/*-------------------------*/
/* $Contact
---------------------------*/
.contact{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 768px){
    .contact{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* form
---------------------*/
.form{
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea{
    padding: 8px 16px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    background-color: inherit;
    color: #fefefe;
}
.form textarea{
    resize: none;
}
.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form textarea:focus{
    outline: 0;
    border: 1px solid #e881a7;
}
.form label{
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #fefefe;
}
.form__btn-group{
    margin-top: 32px;
}

/* divide-text
---------------------*/
.divide-text{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 28px;
    line-height: 32px;
    color: #fefefe;
}

/* info
---------------------*/
.info{
    text-align: center;
}
.info__email{
    margin-bottom: 16px;
}
.info__email a{
    color: #e881a7;
    font-size: 18px;
    font-weight: 400;
}
.info__phone{
    margin-bottom: 16px;
}
.info__phone a{
    color: #fefefe;
    font-size: 24px;
    font-weight: 400;
}
.info__social-bar .icon-btn{
    color: #e881a7;
}


/*-------------------------*/
/* $footer
---------------------------*/
.footer{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FF6823;
}
.copyright{
    text-align: center;
    color: #dbcac3;
    font-size: 10px;
    font-weight: bold
}


/*-------------------------*/
/* $parallax graphic
---------------------------*/
[class^="graphic_"]{
    position: absolute;
}
@media (max-width: 768px){
    [class^="graphic_"]{
        transform: scale(0.5);
    }
}
.graphic_001{top: 20%;left: 5%;}
.graphic_002{bottom: 0%;left: 2%;}
.graphic_003{top: -120%;right: 5%;}
.graphic_004{top: -30%;right: 20%;}
.graphic_005{bottom: 20%;left: 5%;}
.graphic_006{bottom: 50%;left: -5%;}
.graphic_007{top: -30%;right: -5%;}
.graphic_008{top: 10%;right: 10%;}
.graphic_009{bottom: 50%;left: 5%;}
.graphic_010{bottom: -10%;right: 20%;}
.graphic_011{top: 5%;left: -5%;}
.graphic_012{top: 12%;left: 5%;}
.graphic_013{top: 35%;right: 10%;}
.graphic_014{top: 50%;left: 10%;}
.graphic_015{top: 57%;left: 5%;}
.graphic_016{top: 71%;right: 10%;}
.graphic_017{top: 70%;right: 5%;}
.graphic_018{top: 84%;left: 5%;}
.graphic_019{top: 90%;left: 20%;}
.graphic_020{top: 0%;right: 20%;}
.graphic_021{top: 30%;left: 10%;}
.graphic_022{top: 35%;left: 10%;}
.graphic_023{top: 87%;right: 15%;}
.graphic_024{top: 70%;right: 10%;}