/*
* ----------------------------------------------------------------------------------------
Author       : Rama Hardian Sidik
Template Name: Coronax - Personal Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* 02.PRELOADER
* 03.HOMEPAGE STYLE
    -LOGO IMG & TEXT LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
    -SKILL CSS
* 05.PORTFOLIO CSS STYLE
* 06.SERVICES CSS STYLE
* 07.RESUME CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER
* 10.GOTOUP
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
    font-size: 15px;
    line-height: 24px;
    height: 100%;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    background: #0D0D0D;
    overflow-x: hidden;
}

html,
body {
    height: 100%
}

::selection {
    background: #d7d2bd;
    color: #0D0D0D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
}

img {
    width: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

input,
textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 15px 8px 16px;
    color: #969696;
    border: 1px solid #d7d2bd;
    height: 50px;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header {
    position: fixed;
    width: 100%;
    padding-bottom: 30px;
    z-index: 1;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal;
}

textarea {
    height: 140px;
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
    border: 1px solid #d09900;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.no-padding {
    padding: 0
}

.section {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 0;
}

.bg-dark {
    background-color: #212b36;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title-1 h2 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #212b36;
    text-align: center;
    letter-spacing: 2px;

}

.section-title h2 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #f5f5f5;
    text-align: center;
    letter-spacing: 2px;
}

.section-title p {
    font-weight: 300;
}

.title-border {
    background-color: #41b548;
    height: 4px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.btn-custom {
    background-color: #41b548;
    border: 1px solid #41b548;
    color: white;
    padding: 10px 20px 10px 20px;
}

.btn-custom:hover {
    background-color: #1f2124;
    border-color: #1f2124;
    color: #ffffff;
}

.about-h4 {
    padding-top: 10px;
    border: 1px solid;
    padding-bottom: 11px;
    margin-bottom: 5px;
    color: white;
    background-color: #41b548;
}

.about-m-t-0 {
    margin-top: 0px;
}
/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER
* ----------------------------------------------------------------------------------------
*/
#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0e0f10;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.loaderme {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 10px;
    text-indent: -12345px;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    border: 3px solid rgba(255, 255, 255, .2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.loaderme span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

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

    100% {
        transform: rotate(360deg);
    }
}
/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE STYLE
* ----------------------------------------------------------------------------------------
*/
.logo-site {
    padding-top: 28px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.logo-site img {
    width: 50px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(31, 33, 36, 0.55);
}

.bg-overlay {
    background: linear-gradient(to top, #1d1d1d, #020202);
    opacity: 0.5;
    position: absolute;
    height: 100vh;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

#home {
    width: 100%;
    background-image: url(../img/hero.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50px;
}

.typed {
    color: #d09900;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {
    padding: 0px 100px;
    margin-top: 130px;
}

.header-text h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 10px;
}

.header-text p {
    font-size: 20px;
    margin-bottom: 20px;
}

.scroll-icon {
    position: relative;
    width: 13px;
    height: 90px;
    bottom: 0px;
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
    margin: 10px auto;
    right: 8px;
    z-index: 0;
}

.scroll-icon .mouse {
    position: relative;
    height: 38px;
    width: 25px;
    border: 3px solid #fff;
    border-radius: 12px;
    right: 0;
    top: 10px;
    display: block;
    text-align: center;
    z-index: 10;
    -webkit-animation: move 3s ease infinite;
    animation: move 3s ease infinite;
}

.scroll-icon .mouse::before {
    content: "";
    display: block;
    height: 5px;
    width: 3px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -1.5px;
    border-radius: 2px;
}

@-webkit-keyframes move {

    0%,
    60%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(-5px);
    }

    40% {
        -webkit-transform: translateY(20px);
    }
}

@keyframes move {

    0%,
    60%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(-5px);
    }

    40% {
        -webkit-transform: translateY(20px);
    }
}
/* LOGO IMG & TEXT LOGO CSS */
.menu-bg {
    position: fixed;
    background-color: #070707;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 6px 0 rgba(7, 7, 7, 0.56);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .logo-site {
    font-size: 2.5rem;
}

.menu-bg .logo-site img {
    width: 40px;
}


/* MENU CSS */

.navtogle {
    right: 20px;
    position: absolute;
    top: 35px;
    display: none;
    cursor: pointer;
}

.navtogle .icon-menu {
    font-size: 25px;
    color: #828282;
    -webkit-transition: .3s;
    transition: .3s;
}

.navtogle:hover .icon-menu {
    color: #fff;
}

.menulist-warp {
    width: 100%;
    text-align: center;

    overflow-x: auto;
}


.menulist-warp .listmenu li {
    display: inline-block;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 700;
    padding-right: 10px;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menulist-warp .listmenu li {
    font-size: 13px;
}

a.nav-link {
    color: #828282;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-weight: 700;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
}

a.nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

li.active>a.nav-link {
    color: #fff;
}

li.active>a.nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
}

a.nav-link:hover {
    color: #fff;
}

a.nav-link:hover:after {
    width: 100%;
    left: 0;
}

.menu-icon {
    height: 30px;
    width: 30px;
    z-index: 2;
    cursor: pointer;
    display: block;
}

.menu-mobile-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    background-color: rgba(31, 33, 36, 0.55);
}

/* menu mobile */
@media only screen and (max-width: 780px) {


a.nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: unset;
    right: 0;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
    width: 0;
}
a.nav-link:hover:after {
    width: 100%;
    right: 0;
}
    .menulist-warp {
        background: #0D0D0D;
    } 
}
/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
#about {
    padding-top: 200px;
}

#about .about-head {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2px;
    padding: 20px;
    padding-top: 0px;
    margin-top: 0;
}

.warp-text_about p {
    padding: 20px;
    padding-top: 0;
    font-weight: normal;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 248, 248, 0.08);
}

.about_large_title {
    position: absolute;
    font-size: 150px;
    color: rgba(255, 248, 248, 0.03);
    text-transform: uppercase;
    top: 5%;
    z-index: -1;
    left: -20%;
    font-weight: bold;
    white-space: nowrap;
}

.detail-list li {
    margin-bottom: 20px;
    font-size: 20px;
}

.detail-head {
    display: block;
    font-size: 16px;
    color: #d09900;
}

.warp-detail {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pic-warp img {
    filter: grayscale(1);
}

.btn-cv {
    background: transparent;
    padding: 10px;
    width: 200px;
    border: none;
    border: 2px solid #d09900;
    border-radius: 5px;
    color: #d09900;
    letter-spacing: 2px;
    margin-left: 10px;
    font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
}

.btn-cv:hover {
    background-color: #d09900;
    color: #0D0D0D;
}

/* SKILL CSS */

.skill-circle {
    margin: 0 auto;
}

.skill {
    margin-top: 30px;
}

#skil-warp {
    padding-top: 80px;
    padding-bottom: 80px;
}

.circliful {
    position: relative;
}

.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info,
.circle-info-half {
    color: #999;
}

.circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}
/*
* ----------------------------------------------------------------------------------------
* 05.PORTFOLIO CSS STYLE
* ----------------------------------------------------------------------------------------
*/
#portfolio {
    background-color: #070707;
    padding-top: 200px;
    padding-bottom: 100px;
}

#portfolio-warp {
    width: 100%;
}

#portfolio .portfolio-head {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2px;
    padding: 20px;
    padding-top: 0px;
    margin-top: 0;
    text-align: center;
    padding-bottom: 30px;
}

.portfolio_large_title {
    position: absolute;
    font-size: 150px;
    color: rgba(255, 248, 248, 0.03);
    text-transform: uppercase;
    top: 200px;
    z-index: -1;
    text-align: center;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
}

#filter {
    text-align: center;
    padding-bottom: 50px;
}

.fil-cat {
    cursor: pointer;
}

.fil-cat.active {
    background: #333333;
    border-radius: 5px;
}

.item {
    padding: 1em;
    margin: 0 auto 1em auto;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    transition: all 120ms ease;
}

.item:hover {
    text-decoration: none;
}

.item:focus {
    text-decoration: none;
}

.item h3 {
    color: #828282;
    text-transform: uppercase;
    font-weight: bold;
}

.item p {
    color: #5b5b5b;
}

.item img {
    width: 100%;
    height: auto;
    display: block;
}

.grid-sizer,
.item {
    width: 30%;
}
/*
* ----------------------------------------------------------------------------------------
* 06.SERVICES CSS STYLE
* ----------------------------------------------------------------------------------------
*/
#service {
    background-color: #0D0D0D;
    padding-top: 200px;
    padding-bottom: 100px;
}

#service .service-head_text {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 40px;
}

#service .service-head {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2px;
    padding: 20px;
    padding-top: 0px;
    margin-top: 0;
    text-align: center;
    padding-bottom: 30px;
}

.service_large_title {
    position: absolute;
    font-size: 150px;
    color: rgba(255, 248, 248, 0.03);
    text-transform: uppercase;
    top: 200px;
    z-index: -1;
    text-align: center;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
    left: 0;
}

.f-box {
    padding: 40px 30px;
    background: #070707;
    border: 1px solid #070707;
    border-radius: 5px;
    position: relative;
    top: 0;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
}

.f-box:hover {
    background: #d09900;
    border-color: #d09900;
    top: -10px;
    box-shadow: 0px 30px 60px 0px rgba(208, 153, 17, 0.3);
}

.f-box .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 2px dotted #fff;
    color: #fff;
    font-size: 32px;
    margin-bottom: 22px;
}

.block-wr {
    margin-top: 15px;
    margin-bottom: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* 07.RESUME CSS STYLE
* ----------------------------------------------------------------------------------------
*/
#resume {
    background: #070707;
    padding-top: 200px;
}

#resume .resume-head {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2px;
    padding: 20px;
    padding-top: 0px;
    margin-top: 0;
    text-align: center;
    padding-bottom: 30px;
}

.resume_large_title {
    position: absolute;
    font-size: 150px;
    color: rgba(255, 248, 248, 0.03);
    text-transform: uppercase;
    top: 200px;
    z-index: -1;
    text-align: center;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
    left: 0;
}

#resume .resume-head_text {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 40px;
}

.resume-area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.rs-round {
    content: "";
    position: absolute;
    text-align: center;
    height: 120px;
    line-height: 120px;
    width: 120px;
    border-radius: 50%;
    left: 0px;
    margin-left: -60px;
    border: 10px solid rgba(255, 255, 255, 0.05);
    background-color: #2b2b2b;
    transition: all 0.3s;
}

.rs-round i {
    color: #0d0d0d;
    font-size: 40px;
}

.time-line {
    position: relative;
}

.time-line:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 2px;
    margin: 0 auto;
    height: 80%;
    background: #2b2b2b;
    top: 15px;
}

.let-item {
    padding-left: 0px;
    text-align: left;
    margin-left: 0;
    padding-top: 7px;
}

.let-item h3 {
    font-size: 22px;
    color: #d09900;
}

.let-item h4 {
    font-weight: 600;
    font-size: 17px;
    color: #828282;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.let-item p {
    line-height: 24px;
    font-size: 14px;
    color: #828282;
    transition: all 0.3s;
}

.let-left {
    padding-right: 80px;
    text-align: right;
}

.let-right {
    text-align: left;
    padding-left: 130px;
}

.time-line .warp-res {
    margin-bottom: 80px;
}

.warp-res:hover .rs-round {
    background-color: #d09900;
    border: 10px solid rgba(255, 255, 255, 0.3);
}

.warp-res:hover .let-item p {
    color: unset;
}

.rs-round.second {
    right: 0 !important;
    left: auto !important;
    margin-right: -60px !important;
}
/*
* ----------------------------------------------------------------------------------------
* 08.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
#contact {
    background-color: #0D0D0D;
    padding-top: 200px;
    padding-bottom: 100px;
}

#contact .contact-head {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2px;
    padding: 20px;
    padding-top: 0px;
    margin-top: 0;
    padding-left: 0;
    text-align: left;
    padding-bottom: 30px;
}

.contact_large_title {
    position: absolute;
    font-size: 150px;
    color: rgba(255, 248, 248, 0.03);
    text-transform: uppercase;
    top: 20%;
    z-index: -1;
    text-align: center;
    left: 0;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
}

.sosmed li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    margin-top: 5px;
}

.sosmed li a i {
    font-size: 15px;
}

.sosmed li a {
    color: #828282;
}

.sosmed li a:hover {
    color: #d09900;
}

.contact-form {
    margin-top: 92px;
}

.half {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin-bottom: 18px;
}

.half-last {
    float: left;
    width: 50%;
    padding-left: 15px;
    margin-bottom: 18px;
}

.form-comment {
    margin-bottom: 18px;
}

.btn-submit-form button {
    padding: 0 28px 0 58px;
    margin-top: 9px;
}

.btn-submit-form button {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #828282;
    padding: 0px 25px 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #0D0D0D;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-b {
    font-size: 13px;
}

.add-p {
    color: #828282;
    font-size: 20px;
}

.add-m {
    color: #828282;
}

.add-m:hover {
    color: #d09900;
    text-decoration: none;
}

.p-add {
    font-size: 15px;
}

#right-arow {
    padding-left: 20px;
}

.form-header {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #828282;
    line-height: 0.1em;
    text-transform: uppercase;
    margin: 80px 0 80px 0px;
}

.form-header span {
    background: #0D0D0D;
    padding: 0 10px;
}

.btn-submit-form button:hover {
    background: #d09900;
    color: #070707;
}
/*
* ----------------------------------------------------------------------------------------
* 09.FOOTER
* ----------------------------------------------------------------------------------------
*/
.bottom-foot {
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: #828282;
    background: #070707;
}
/*
* ----------------------------------------------------------------------------------------
* 10.GOTOUP
* ----------------------------------------------------------------------------------------
*/
#upto {
    font-size: 50px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    color: #d7d2bd;
}

.goup {
    position: fixed;
    width: 80px;
    height: 50px;
    bottom: -50px;
    background: #070707;
    border: 1px solid #d7d2bd;
    border-bottom: none;
    right: 30px;
    z-index: 0;
    visibility: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.goup.show {
    bottom: 0;
    visibility: visible;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}