/*
*----------------------------------------------------------------------------------------
Author        : rama hardian sidik
Template Name : Razzy - Personal Onepage Bootstrap Template
Version       : 1.0
Filename      : main.css
* ------------------------------------------------------------ ----------- ------
  TABLE OF CONTENT
* ----------------------------------------------------------------------------------------
* 00.COLOR CSS.
* 01.BASE INDEX.
* 02.HEADDER.
* 03.HERO SECTION.
* 04.ABOUT SECTION.
* 05.SERVICES SECTION.
* 06.PORTFOLIO SECTION.
* 07.RESUME SECTION.
* 08.BLOG SECTION.
* 09.CONTACT SECTION.
* ----------------------------------------------------------------------------------------
*/

@import url(./vendor/bootstrap/bootstrap.css);
@import url(./vendor/fontawesome/all.min.css);
@import url(./vendor/owlcaraousel/owl.carousel.min.css);
@import url(./vendor/owlcaraousel/owl.theme.default.min.css);
@import url(./vendor/magnific.css);
@import url(./vendor/aspie.css);
@import url(./vendor/aos/aos.css);

/*
* ----------------------------------------------------------------------------------------
* 00.COLOR CSS.
* ----------------------------------------------------------------------------------------
*/

:root {
    --zero: #181818;
    --one: #34353A;
    --two: #CDFF01;
    --tre: #f1f1f1;
    --four: #202020;
    --ttone: rgba(205, 255, 1, .5);

}


/*
* ----------------------------------------------------------------------------------------
* 01.BASE INDEX.
* ----------------------------------------------------------------------------------------
*/

* {
    box-sizing: border-box;
}

body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    color: var(--one);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background: var(--one);
}

a {
    color: var(--one);
    cursor: pointer;
}

a:hover {
    color: var(--h-orange);
}

main {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--two);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--two);
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--two);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--two);
}

input {
    padding: 15px;
    color: var(--tre);
    background: transparent;
    border: 3px solid var(--two);
}

textarea {
    padding: 15px;
    background: transparent;
    color: var(--tre);
    border: 3px solid var(--two);
    height: 100px;
}

em {
    color: var(--two);
    margin: 10px 0;
    display: block;
}

.inputform:focus-visible {
    outline: none;
}

button {
    padding: 20px;
    font-size: 18px;
    letter-spacing: 1.5;
    background: var(--two);
}

.ftwo {
    font-family: var(--ftwo);
}

.pad-half {
    padding: 150px 0 100px 0 !important;
}

.pad-full {
    padding: 200px 0 !important;
}

.pad-up {
    padding: 150px 0 0 0 !important;
}

.pad-down {
    padding: 0 0 200px 0 !important;
}

.h3-tagline {
    font-size: 45px;
    line-height: 1.3;
}

.h1-medium {
    font-size: 30px;
    line-height: 1.3;
}

.h1-small {
    font-size: 20px;
    line-height: 1.5;
}

.h1-big {
    font-size: 65px;
    line-height: 1.3;
}

.h3-medium {
    font-size: 20px;
    line-height: 1.3;
}

.h3-small {
    font-size: 18px;
    line-height: 1.5;
}

.h3-big {
    font-size: 30px;
    line-height: 1.3;
}

.we-reg {
    font-weight: 400;
}

.we-med {
    font-weight: 500;
}

.we-bold {
    font-weight: 700;
}

.p-tagline {
    font-size: 20px;
    line-height: 1.7;
}

.p-tagline--small {
    font-size: 18px;
}

.col-one {
    color: var(--one);
}

.col-two {
    color: var(--two);
}

.col-tre {
    color: var(--tre);
}

.col-bgone {
    background: var(--one);
}

.col-bgtwo {
    background: var(--two);
}

.col-bgtre {
    background: var(--tre);
}

.col-bgfour {
    background: var(--zero);
}

.col-bgfive {
    background: var(--four);
}

.titlemini {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1.3px;
    font-size: 18px;
    z-index: 1;
}

.typed,
.typed-cursor {
    display: inline-block;
    font-size: 55px;
    white-space: nowrap;
    color: var(--two);
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 99 !important;
}

.fixi {
    position: fixed;
    width: 100%;
    background: var(--zero);
    z-index: 99 !important;
    box-shadow: 0px 3px 15px 0 rgba(13, 42, 60, 0.1);
}

.non-button {
    font-size: 18px;
    padding: 10px 0;
    position: relative;
}

.small-button {
    font-size: 15px;
    padding: 10px 30px;
}

.med-button {
    font-size: 15px;
    padding: 10px 50px;
}

a {
    text-decoration: none;
}

.t-icon {
    border: 2px solid var(--tre);
    width: 60px;
    height: 60px;
    padding: 13px 0;
}

.t-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.big-btn {
    padding: 15px 60px;
    font-size: 20px;
    border-radius: 10px;
    letter-spacing: 1.5px;
    border: 3px solid var(--two);
}

.med-btn {
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 10px;
    letter-spacing: 1.5px;
    border: 3px solid var(--two);
}

.med-btn:hover {
    color: var(--base-tre);
}

.t-btn span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: height .3s, width .3s;
    -moz-transition: height .3s, width .3s;
    -ms-transition: height .3s, width .3s;
    -o-transition: height .3s, width .3s;
    transition: height .3s, width .3s;
    width: 0;
    z-index: -1;
}

.t-btn i {
    font-size: 30px;
}

.t-btn:hover span {
    height: 1000px;
    width: 1000px;
}

.ornament-1 {
    width: 100%;
    position: absolute;
    right: -523px;
    top: -286px;
}

.ornament-2 {
    width: 100%;
    position: absolute;
    left: -523px;
    top: -286px;
}

.title-detail h3 {
    letter-spacing: 1.8px;
}

.space {
    position: relative;
    background: var(--two);
    margin-bottom: 40px;
}

.space,
.space:before,
.space:after {
    width: 30px;
    height: 1px;
}

.space:before {
    content: "";
    position: absolute;
    left: -40px;
    background: rgba(255, 255, 255, .25);
}

.space:after {
    content: "";
    position: absolute;
    right: -40px;
    background: rgba(255, 255, 255, .25);
}

.scroll-top {
    z-index: 3;
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: 0;
    border: none;
    border-radius: 10px;
    background: var(--four);
    transition: all .3s;
    box-shadow: 0px 3px 15px 0 rgba(13, 42, 60, 0.1);
}

.scroll-top:hover {
    background: var(--two);
}

.scroll-top i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 0;
    border-radius: 100%;
    color: var(--tre);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.scroll-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
    color: var(--one);
}

.scroll-top:hover {
    background: var(--two);
}

.scroll-top:hover i {
    color: var(--tre);
}

.show {
    width: 56px;
    height: 56px;
}

.line {
    position: absolute;
    background: var(--two);
    left: 50%;
    width: 1px;
    bottom: 0;
    height: 100px;
    border-bottom: none;
}

/* media query */
@media screen and (max-width:680px) {

    .h3-tagline {
        font-size: 25px;
    }

    .h3-medium {
        font-size: 18px;
    }

    .h3-big {
        font-size: 30px;
    }

    .p-tagline {
        font-size: 15px;
    }

    .p-tagline--small {
        font-size: 13px;
    }
}

@media screen and (max-width: 599px) {

    .typed,
    .typed-cursor {
        font-size: 25px;
    }

    .h3-big {
        font-size: 25px;
    }

    .h1-big {
        font-size: 25px;
        line-height: 1.3;
    }
}

/* preloader */
#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--four);
    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;
}

.circonf-wrapper {
    text-align: center;
}

.circonf {
    margin: 1em;
    display: inline-block;
    width: 10em;
    height: 10em;
    border-radius: 50%;
    border: 4px solid var(--two);
    animation: circ-anim 0.7s linear infinite;
}

.circonf-6 {
    border-width: 0px;
    border-radius: 50%;
    border-top: 5px solid var(--two);
    border-right: 5px solid transparent;
}

@keyframes circ-anim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/*
* ----------------------------------------------------------------------------------------
* 00.HEADDER.
* ----------------------------------------------------------------------------------------
*/

#mainheader {
    position: fixed;
    width: 100%;
    z-index: 9;
}

/* navigation */
.listnav {
    padding: 0;
}

.listnav li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.listnav li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--tre);
    padding: 5px 10px;
    border-radius: 5px;
}

.listnav li a:focus {
    color: var(--tre);
}

.listnav li a:hover {
    opacity: 1;
    color: var(--two);
}

.nav-link.active {
    color: var(--two);
}


/* mobile menu */

.wrap-mobiltoggle {
    display: none;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

.wrap-mobiltoggle i {
    font-size: 30px;
    color: var(--tre);
}

.navigation-listmobile {
    padding-left: 30px;
}

.navigation-listmobile li {
    list-style: none;
    display: block;
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px;
}

.navigation-listmobile li a {
    color: var(--tre);
}

.navigation-listmobile li a:hover {
    color: var(--two);
}

.mobile-navwrap {
    width: 100%;
    height: 0%;
    position: fixed;
    display: block;
    visibility: hidden;
    overflow: auto;
    z-index: 8;
    padding-top: 50px;
    background: rgba(32, 32, 32, .9);
    transition: all .3s;
}

.openmenu.mobile-navwrap {
    height: 100% !important;
    visibility: visible !important;
}

#navmobile {
    position: relative;
    top: 30%;
    padding-bottom: 30px;
}

.menumobile {
    position: absolute;
    right: 20px;
    width: 30px;
    top: 25px;
    font-size: 40px;
    display: none;
    z-index: 10;
}

.burger {
    display: flex;
    outline: none;
    height: 20px;
    width: 20px;
    border: 0px;
    padding: 0px;
    background: transparent;
    transition: all 250ms ease-out;
    cursor: pointer;
}

.burger:before,
.burger:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    background: var(--two);
    transition: all 250ms ease-out;
    will-change: transform;
}

.burger:before {
    transform: translateY(-3px);
}

.burger:after {
    transform: translateY(3px);
}

.open.burger:before {
    transform: translateY(0) rotate(45deg);
}

.open.burger:after {
    transform: translateY(0) rotate(-45deg);
}

@media screen and (max-width: 2560px) {
    .openmenu.mobile-navwrap {
        display: none;
    }
}

@media (max-width: 999px) {

    .openmenu.mobile-navwrap {
        display: block;
    }

    .wrap-mobiltoggle {
        display: inline-block;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 03.HERO SECTION.
* ----------------------------------------------------------------------------------------
*/

#herosection {
    height: 1280px;
    position: relative;
}

.wrap-detail {
    height: auto;
}

.listsosmed {
    padding: 0;
}

.listsosmed li:first-child {
    margin-left: 0;
}

.listsosmed li {
    display: inline-block;
    font-size: 15px;
    margin: 0 13px;
}

.listsosmed li a {
    position: relative;
    font-size: 18px;
    width: 40px;
    transition: all .3s;
    height: 40px;
    text-align: center;
    display: inline-block;
    color: var(--tre);
    padding: 10px 0;
    border-radius: 100px;
}

.listsosmed li a:hover {
    background: var(--two);
    color: var(--one);
}

/* media query */
@media screen and (max-width: 1440px) {
    #herosection {
        height: 1024px;

    }
}

@media screen and (max-width: 1024px) {
    #herosection {
        height: 790px;
    }
}

@media screen and (max-width: 999px) {
    #herosection {
        height: 100%;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT SECTION.
* ----------------------------------------------------------------------------------------
*/

#aboutsection {
    position: relative;
}

.overlapsection {
    position: relative;
    top: -100px;
}

#skillslide {
    padding: 20px 30px;
    box-shadow: 50px 10px 100px rgb(0 0 0 / 85%);
    border-radius: 10px;
}

.itemcount {
    padding: 30px;
    font-size: 30px;
    border: 2px solid var(--one);
    border-radius: 10px;
    width: 100%;
}

.itemcount .counter {
    font-size: 40px;
}

.itemcount:hover {
    border: 2px solid var(--two);
}

.itemcount:hover {
    color: var(--one);
}

/* media query */
@media screen and (max-width: 1024px) {
    #skillslide.owl-carousel .owl-item img {
        margin: 0 auto;
        height: 20% !important;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 05.SERVICES SECTION.
* ----------------------------------------------------------------------------------------
*/

#serviceslide {
    top: -50px;
}

.owl-item-inner {
    padding: 10px;
    border-radius: 10px;
}

.c-shadow {
    padding: 30px;
    margin: 10px;
}

.c-shadow:hover h3,
.c-shadow:hover p {
    color: var(--zero);
}

.icon-item {
    background: var(--zero);
    display: inline-block;
    font-size: 40px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    color: var(--tre);
    padding: 20px 0;
    text-align: center;
    -webkit-box-shadow: 0 20px 20px rgb(30 30 30 / 39%);
    -moz-box-shadow: 0 20px 20px rgb(30 30 30 / 39%);
    box-shadow: 0 20px 20px rgb(30 30 30 / 39%);
}

.pie_progress {
    margin: 20px 10px;
}

.pie_progress__svg svg ellipse {
    stroke: var(--one);
}

/* media query */

@media screen and (max-width:999px) {
    .pie_progress {
        margin: 30px 20px;
    }
}

@media screen and (max-width: 480px) {
    .pie_progress {
        margin: 30px 0;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 06.PORTFOLIO SECTION.
* ----------------------------------------------------------------------------------------
*/

#porfolio-warp {
    padding-top: 50px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}

.work-content.grid-gutter-md {
    margin-left: -8px;
    margin-right: -8px;
}

.masonry-item {
    cursor: pointer;
    margin: 0;
    position: relative;
    float: right;
    padding: 10px;
    width: 33.3333%;
    border-radius: 5px;
    overflow: hidden;
}

.content-porto {
    border-radius: 5px;
    height: 350px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.masonry-item:hover .content-porto {
    opacity: .1;
    transform: scale(1.1);
}

.text-item {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    color: var(--one);
    opacity: 0;
    top: 0;
    transition: all .3s;
    transform: scale(1.1);
}

.text-item h3 {
    height: 100%;
    padding: 150px 0;
}

.text-item .tag-item {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.masonry-item:hover .text-item {
    opacity: 1;
    transform: scale(1);
}

/* media qwuery */
@media (max-width: 999px) {
    .masonry-item {
        width: 50%;
    }
}

@media (max-width: 799px) {
    .masonry-item {
        width: 100%;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 07.RESUME SECTION.
* ----------------------------------------------------------------------------------------
*/

.c_itemresume {
    counter-reset: list 0;
}

.c_itemresume-date {
    background: linear-gradient(90deg, rgba(205, 255, 1, .1) 0%, rgba(205, 255, 1, 0) 100%);
}

.c_itemresume-date:before {
    color: var(--zero);
    position: relative;
    left: -22px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--two);
    counter-increment: list;
    content: counter(list);
}

/*
* ----------------------------------------------------------------------------------------
* 08.BLOG SECTION.
* ----------------------------------------------------------------------------------------
*/

.news-box {
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: auto;
    position: relative;
    padding: 0 30px 30px;
}

.icon-n {
    display: inline-block;
    padding: 20px 20px 0;
}

.news-content p {
    margin-bottom: 30px;
    margin-top: 20px;
}

.news-content h3 {
    font-weight: 800;
}

.newsimg-wrap {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.newsimg-wrap img {
    transition: all .3s;
    transform: scale(1.1);
}

#blogslide.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 50px 0;
}

#blogslide.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    background: var(--tre);
    opacity: .5;
}

#blogslide.owl-theme .owl-dots .owl-dot.active span,
#blogslide.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--two);
    opacity: 1;
}

a.news-item:hover .news-content h3 {
    color: var(--two);
}

a.news-item:hover .newsimg-wrap img {
    transition: all .3s;
    transform: scale(1.2);
    filter: grayscale(1);
}

/*
* ----------------------------------------------------------------------------------------
* 09.CONTACT SECTION.
* ----------------------------------------------------------------------------------------
*/


.listdetail {
    padding: 0;
    margin: 60px 0;
}

.listdetail li {
    list-style: none;
    position: relative;
    font-size: 20px;
    padding: 0 50px 0;
    color: var(--two);
    margin: 40px 0;
}

.listdetail li i {
    font-size: 30px;
    color: var(--two);
    position: absolute;
    left: 0;
}

.formwrap {
    padding: 30px;
}

@media screen and (max-width: 999px) {
    .listdetail li i {
        position: relative;
        display: block;
        margin: 15px 0;
    }
}