body {
    background: #000;
    color: white;
    font-family: 'Roboto Mono', monospace;
}

a {
    color: rgb(255, 239, 213);
}
a:hover {
    color: rgb(227, 208, 177);
}

img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

main {
    padding-top:90px;
}

.card {
    background: #181818;
}

body.admin-bar main{
    padding-top: 122px;
}
body.admin-bar .navbar,
body.admin-bar .navbar-sticky{
    top: 32px;
}

.site-logo {
    width: 180px;
}

.navbar {
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1000;
}
.navbar-sticky {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: white!important;
    height: 1px!important;
}
.menu-activator {
    color: white;
    outline: none!important;
    margin-top: 8px;
}


.sidebar {
    width: 330px;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    right: -330px;
    top: 0;
    height: 100vh;
    z-index: 999;
    transition: right 0.3s;
}
.sidebar-nav-outer {
    margin-top: 150px;
    margin-bottom: 50px;
    width: 100%;
    height: 100%;
}
.sidebar-nav {
    width: 100%;
}
.sidebar-nav-list {
    list-style: none;
    padding: 0;
    top: 0;
    width: 100%;
}
.sidebar-nav-list > li {
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    top: -18px;
    opacity: 0;
    position: relative;
    transition: .3s all ease;
}
.sidebar-nav-list > li.is-show {
    opacity: 1;
    top: 0;
}
.sidebar-nav-list a {
    color: rgba(255, 255, 255, 0.65);
    transition: 0.3s color ease-in;
}
.sidebar-nav-list a:hover {
    color: rgba(255, 255, 255, 0.9);
}







.main-slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.main-slider {
    width: 100%;
    height: 100%;
    position: relative;
}
.main-slider-main {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
.main-title {
    font-size: 30px;
    font-weight: 400;
    opacity: 0.9;
    letter-spacing: 1px;
}
.main-description {
    font-size: 15px;
    opacity: 0.8;
}
.main-slider-footer {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 9;
}
.main-slider-footer-item {
    color: white;
    text-decoration: none;
    font-size: 14px;
    opacity: .9;
}
.main-slider-slides {
    width: 100%;
    height: 100%;
    position: relative;
}
.main-slider-slide {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.main-slider::after {
    content: '';
    width: 100%;
    bottom: 0;
    height: 50vh;
    z-index: 2;
    float: left;
    position: absolute;
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

.main-slider-arrow-down {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1001;
    text-align: center;
    width: 40px;
    cursor: pointer;
}
.main-slider-arrow-down .bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.main-slider-arrow-down-icon {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 26px;
    display: block;
    opacity: 0.8;
}
.main-slider-arrow-down-icon:nth-child(2) {
    margin-top: -19px;
}









.first-index-section {
    margin-top: calc(100vh - 100px);
}

.section {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}
.section-header {
    text-align: center;
    margin-bottom: 60px;
}
.section-subtitle {
    font-size: 16px;
    color: #aaaaaa;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 12px;
}
.section-title {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1px;
    color: #eeeeee;
}








.services {
    padding: 15px 0 30px;
}
.services .owl-dots {
    text-align: center;
    margin: 25px 0 5px;
}
.services .owl-dot {
    margin: 0 4px;
    width: 12px;
    height: 12px;
    border-radius: 16px;
    border: 1px solid #dedede!important;
    outline: none!important;
}
.services .owl-dot.active {
    background: #dedede;
}
.service {
    width: 100%;
    overflow: hidden;
    padding-top: 135%;
    position: relative;
}
.services .owl-item:nth-child(2n+1) .service {
    margin-top: 45px;
}
.service-img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.service-img img{
    object-fit: cover;
    object-position: center;
}
.service:hover .service-img {
    transform: scale(1.08);
}
.service:hover .service-content-line {
    width: 75%;
}
.service:hover .service-content {
    padding-bottom: 40px;
}
.service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, 0.85) 100%);
    padding: 0 25px 20px;
    transition: padding-bottom 0.4s;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.service-content-title {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}
.service-content-line {
    width: 35%;
    height: 1px;
    background: #787878;
    display: block;
    margin: 0 auto;
    transition: width 1s;
}







.about-me-section {
    padding-top: 22%;
    margin-bottom: 100px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.about-me-section::after {
    content: '';
    width: 100%;
    z-index: 1;
    top: 30%;
    height: 70%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}
.about-me-section-content {
    text-align: center;
    position: relative;
    z-index: 2;
}
.about-me-p {
    margin: 20px auto;
    color: #a8a8a8;
    font-weight: 200;
    font-size: 16px;
    width: 650px;
    line-height: 180%;
    max-width: 100%;
}





.portfolio {

}
.portfolio-item {
    text-decoration: none!important;
}
.portfolio-item:hover .portfolio-image img {
    transform: scale(1.08);
}
.portfolio-item-non-hover img {
    filter: grayscale(100%);
}
.portfolio-image {
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}
.portfolio-image img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
}
.portfolio-item-title {
    color: white;
    margin: 10px 0 0;
    font-size: 19px;
}
.portfolio-item-tags {
    color: rgb(255, 239, 213);
    font-size: 14px;
    font-weight: 300;
}






.pricing {

}
.pricing .row > div {
    margin-bottom: 30px;
}
.pricing-item {
    width: 100%;
    background-color: black;
    height: 100%;
    text-align: center;
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.pricing-item:hover {
    -webkit-box-shadow: 0px 0px 45px -35px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 45px -35px rgba(255,255,255,1);
    box-shadow: 0px 0px 45px -35px rgba(255,255,255,1)
}
.pricing-item-content {
    position: relative;
    z-index: 2;
}
.pricing-item-title {
    font-weight: 300;
    font-size: 19px;
}
.pricing-item-price {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}
.pricing-item-price-before {
    font-size: 13px;
    font-weight: 200;
    margin-right: 6px;
    margin-top: 6px;
    color: #bababa;
}
.pricing-item-price-row {
    display: flex;
    align-items: flex-end;
}
.pricing-item-price-value {
    font-weight: 400;
    font-size: 42px;
    margin: 0;
    color: rgb(255, 239, 213);
}
.pricing-item-price-currency {
    font-size: 13px;
    font-weight: 200;
    margin-left: 4px;
}
.pricing-item-description {
    font-size: 14px;
    font-weight: 300;
    color: #dedede;
    line-height: 200%;
}
.pricing-item-layer {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.pricing-info {
    text-align: center;
}
.pricing-description {
    font-size: 12px;
    color: #bababa;
}
.pricing-legacy {
    margin-top: 20px;
    font-size: 11px;
    font-weight: 300;
    color: #a1a1a1;
}







.accordion .card {
    margin-bottom: 15px;
}
.accordion .card-body {
    color: #9a9a9a;
    font-weight: 300;
    font-size: 13px;
    padding: .5rem 1.25rem 1.5rem;
}

.btn-accordion {
    color: white;
    outline: none!important;
    box-shadow: none!important;
    padding: 10px 0!important;
}
.btn-accordion:hover {
    color: #dedede;
}


.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.socials-item {
    margin: 0 10px;
}
.socials-item > a{
    padding: 3px;
    color: white;
    text-decoration: none!important;
}

.socials-item > a > i{
    font-size: 20px;
}




.page-title {
    font-size: 28px;
    font-weight: 300;
    margin: 70px 0 50px;
}
.page-content {
    font-size: 14px;
    text-align: left;
    color: #d5d5d5;
    margin-bottom: 200px;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin: 15px 0;
}





.site-footer {
    padding: 250px 0 80px;
    position: relative;
}
.site-footer::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
}
.site-footer-content {
    text-align: center;
    position: relative;
    z-index: 2;
}
.site-footer-content > p,
.site-footer .socials {
    margin: 25px 0;
}

.footer-bottom {
    margin-top: 120px;
}
.footer-bottom .site-logo{
    margin: 0 auto 30px;
}

.footer-copy {
    font-size: 13px;
    font-weight: 300;
}

@media screen and (max-width: 600px) {
    .main-title {
        font-size: 22px;
    }
    .main-description {
        font-size: 14px;
    }
    .main-slider-footer-item:nth-child(2) {
        display: none;
    }
    .main-slider-footer-item {
        width: 100%;
    }
    .main-slider-footer {
        text-align: center;
        bottom: 60px;
    }
    .main-slider-arrow-down {
        bottom: 0;
    }
    .sidebar {
        width: 100%;
        right: -100%;
    }
    .service-content {
        padding-left: 5px;
        padding-right: 5px;
    }
    .service-content-title {
        font-size: 16px;
    }
}