/* WRITE YOUR CUSTOM CSS CODE. THIS WILL NOT BE DELETED ON UPDATE. */
.main-content .container .container,
footer .container .container {
    padding: 0;
}


html {
    font-size: 17px;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.content-wrapper {
    overflow: hidden;
}

.fickle-image img {
    max-height: unset;
}

::-moz-selection { background: #f2464e; }
::selection { background: #f2464e; }

.container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.px-2rem,
.pl-2rem {
    padding-left: 2rem;
}

.pr-2rem {
    padding-right: 2rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

h2 {
    font-size: max(42px,4.51vw,4.51vw);
}

a, .accent {
    color: #f2464e;
    transition: .62s cubic-bezier(.39,.575,.28,.995);
}
a:hover {
    color: #fa6068;
    text-decoration: none;
}

.btn {
    position: relative;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 32px 0 0;
    line-height: 1;
}

.btn-icon {
    position: absolute;
    right: 0;
    top: -4px;
    overflow: hidden;
}




.btn-toggle-next-module-text[data-state="toggled"] .btn-icon svg {
    transform: rotateY(180deg);
}


.btn:hover .btn-icon svg {
    animation: btn-arrow .5s forwards cubic-bezier(.65,0,.35,1);
}

@keyframes btn-arrow {
    50% {
        transform: translateX(100%);
    }
    51% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
        fill: #f2464e;
        stroke: #f2464e;
    }

}


button {
    -webkit-appearance: unset;
    border: 0;
    background: 0;
    outline: 0 !important;
    box-shadow: none;
}

header {
    margin-bottom: 3.125vw;
    position: relative;
}

header .main-nav-item {
    margin-right: 2rem;
}

header .main-nav-item:last-child {
    margin-right: 0;
}

header .main-nav-item .nav-link {
    color: #000;
}

header .main-nav-item > .nav-link {
    position: relative;
}

header .main-nav-item > .nav-link:after {
    position: absolute;
    content :'';
    background: #f2464e;
    height: 1px;
    width: 0;
    right: 0;
    left: auto;
    bottom: 0;
    transition: .62s cubic-bezier(.39,.575,.28,.995);
}
header .main-nav-item > .nav-link:hover {
    color: #f2464e;
}
header .main-nav-item > .nav-link:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}

header .header-search {
    position: absolute;
    right: 2rem;
}

header .btn-trigger-search {
}

#main-navbar .navbar-nav {
    
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

#main-navbar-collapse {
    justify-content: center;
    padding-right: 70px; /* logo width */
}


#header-search {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    background: #fff;
}

.header-search-inner {
    position: relative;
    width: 100%;
}

#header-search-input {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #888 !important;
    border-left: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    width: 100%;
    font-size: 36px;
}

.search-results-receiver {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    z-index: 3;
}

.search-results-receiver ul {
    padding: 1rem;
    list-style: none;
    width: 100%;
    background: #fff;
    box-shadow: 0px -3px 6px rgba(0,0,0,0.175)
}

.search-results-receiver img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    margin-right: 1rem;
}

.search-results-receiver ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.search-results-receiver ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.search-results-receiver ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}


.row-hometop-hero {
    margin-bottom: 2rem;
}

.row-hometop-video video,
.row-hometop-video .video-js {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}


.row-hometop-hero h1 {
    font-size: max(56px,6.25vw,6.25vw);
    line-height: .93;
}

.hometop-hero-description {
    font-size: 24px;   
}

.hometop-title-line {
    display: block;
    position: relative;
    overflow: hidden;
}

.hometop-title-line span {
    display: block;
    line-height: 1.3;
    transition: .86s cubic-bezier(.39,.575,.28,.995);
    transform: translateY(100%);    
}

.hometop-title-line:nth-child(1) span {
    transition-delay: .2s;
}

.hometop-title-line:nth-child(2) span {
    transition-delay: .4s;
}

.window-loaded .hometop-title-line span {
    transform: none;
}

.logo {
    max-height: 100px;
}


.portofoliu-slider {
    margin-left: -1rem;
    margin-right: -1rem;    
}

.portofoliu-slider .slick-list {
    overflow: visible;
}

.portofoliu-slider-inner {
    position: relative;

}

.sliding-piece-slide-inner {
    position: relative;
    padding-right: 2rem;
}

.portofoliu-item {
    padding-left: 2rem;
    padding-right: 2rem;
}

.portofoliu-line {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
    z-index: 10;
    transition: .4s ease-out;
}
.changing .portofoliu-line {
    /* height: 0%;
    top: 50%; */
    /* width: 2rem; */
    /* margin-left: -1rem; */
    /* background: rgba(0,0,0,0.15); */
    /* transition-duration: .2s; */
}


.portofoliu-line-1 {
    left: 25%;
}

.portofoliu-line-2 {
    left: 50%;
}

.portofoliu-line-3 {
    left: 75%;
}

.portofoliu-item-title {
    font-size: max(16px,1.25vw,1.25vw);
    margin-top: 1em;
    margin-bottom: 1em;
}

.portofoliu-item-title a {
    color: #000;
}

.portofoliu-item img {
    /* transform: rotate(-2deg); */
    filter: grayscale(100%);
    transition: .3s;
}

.portofoliu-item-image:hover img {
    /* transform: rotate(0); */
    filter: grayscale(0%);
}

.portofoliu-item-content-spec {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.portofoliu-item-desc {
    margin-top: 1em;
    margin-bottom: 1em;
}

.add-border-bottom {
    padding-bottom: 3rem;
    border-bottom: 1px solid #000;
}

.sliding-title {
    display: inline-block;
}

.sliding-piece-slide-inner {
    position: relative;
    padding-right: 2rem;
}

.sliding-piece-slide-inner h1, 
.sliding-piece-slide-inner h2, 
.sliding-piece-slide-inner h3,
.sliding-piece-slide-inner h4, 
.sliding-piece-slide-inner h5, 
.sliding-piece-slide-inner h5,
.sliding-piece-slide-inner p {
    display: inline-block;
    margin: 0;
    font-size: 80px;
    font-size: max(80px,8.33vw,8.33vw);
    line-height: 1.4;
}

.sliding-title.initialized {
    display: block;
}

.text-hero {
    font-size: 2rem;
}

.line-top {
    border-top: 1px solid #000;
}

.line-right {
    border-right: 1px solid #000;
}

.row-servicii .fickle-content {
    max-width: 300px;
}

.fickle-contact-item .fickle-subtitle {
    margin-top: 0;
}

.fickle-contact-item a {
    color: #000;
}

.btn.btn-primary {

    background: transparent;
    box-shadow: none !important;
    padding: .8em 2em;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    transition: none;
}

.btn.btn-primary:hover {
    color: #fff;
    background-color: #000;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: #fa6068;
    outline: 0;
    box-shadow: none;
}





@media (min-width: 991px) {

    .contact-section .c-form .builder-row .col-lg-12:after {
        content: '';
        width: 100%;
    }

    .contact-section .c-form .builder-row .col-lg-12:nth-child(1) {
        flex-basis: 62%;
    }

    .contact-section .c-form .builder-row .col-lg-12:nth-child(2) {
        flex-basis: 56%;
    }
    .contact-section .c-form .builder-row .col-lg-12:nth-child(3) {
        flex-basis: 48%;
    }
}

.contact-section .c-form .builder-row textarea {
    height: calc(2em + 0.75rem + 2px);
    min-height: calc(2em + 0.75rem + 2px);
    max-height: calc(2em + 0.75rem + 2px);
}

.contact-section .fickle-title .fickle-title a {
    color: #888;
    font-size: 1rem;
}

.contact-section .fickle-icon a {
    color: #fa6068;
}

.contact-section .fickle-subtitle .fickle-title {
    font-size: 32px;
}


.col-footer-bottom a {
    position: relative;
    margin-right: 30px;
    color: #000;
}
.col-footer-bottom a:hover {
    color: #f2464e;
}

.col-footer-bottom a:after {
    display: block;
    position: absolute;
    height: 1px;
    width: 16px;
    right: -25px;
    top: 50%;
    content: '';
    background: #000;
}

.col-footer-bottom a:last-child:after {
    display: none;
}

.col-footer-bottom-right {
    text-align: right;
} 

.col-footer-bottom-center {
    text-align: center;
}

.btn-back-to-top {
    position: relative;
    padding: 30px 10px 15px 10px;
    transition: .3s;
}
.btn-back-to-top:hover .btn-text {
    color: #f2464e;
}

.btn-back-to-top .btn-icon {
    right: 14px;
    transition: .3s;
}
.btn-back-to-top:hover .btn-icon {
    top: -10px;
}

.btn-back-to-top .btn-text {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.btn-back-to-top svg {
    transform: rotate(-90deg);
}


.module-text-about {
    position: relative;
    background: #fff;
    margin-left: -60px;
    padding: 30px 60px 30px 30px;
    border: 1px solid #ddd;
}

.module-text-about-left {
    margin-left: 30px;
}

.module-text-about:after {
    position: absolute;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    top: -30px;
    left: -30px;
    content: '';
}

.row-service-section {
    position: relative;
}

.service-section-index {
    position: absolute;
    bottom: 0;
    z-index: 0;
    opacity: 0.2;
    right: 10%;
    text-align: center;
    pointer-events: none;
}

.service-section-index span {
    font-size: calc(17vw + 17vh);
    height: calc(17vw + 17vh);
    width: calc(17vw + 17vh);
    display: block;
    position: relative;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background: #888;
}

.service-section-index span:after {
    content: '';
    width: 100%;
    height: 100%;
    left: calc(-20px - 0.5vw - 0.5vh);
    top: calc(-20px - 0.5vw - 0.5vh);
    display: block;
    position: absolute;
    border: 1px solid #888;
    background: rgba(255,255,255,0.2);
}



.slider-portofoliu-top img {
    width: 100%;
    height: 55vh;
    min-height: 400px;
    object-fit: cover;
}

.slide-portofoliu-top-content {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.72);
}

.slide-portofoliu-top-content-inner {
    width: 100%;
}

.slide-portofoliu-top-content .slide-portofoliu-title,
.slide-portofoliu-top-content a {
    color: #fff;
}

.slider-portofoliu-top .slick-dots {
    bottom: 30px;
}

.slider-portofoliu-top .slick-dots li button::before {
    content: '';
}

.slider-portofoliu-top .slick-dots li {
    margin-left: 1px;
    margin-right: 1px;
}

.slider-portofoliu-top .slick-dots li button {
    height: 6px;
    width: 16px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}

.slider-portofoliu-top .slick-dots li.slick-active button {
    background: #f2464e;
}

.btn-slide-portofoliu-top {
    position: relative;
    text-decoration: underline;
}




.project-featured-image {
    position: relative;
    overflow: hidden;
}

.project-featured-image-overlay {
    position: absolute;
    height: 18%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(26, 26, 26, 0.76);
    filter: blur(60.1px);
}

.project-gallery-images {
    position: relative;
    margin-top: -62px;
    margin-left: 38px;
    z-index: 10;
}

.project-featured-image img {
    width: 100%;
}

.project-gallery-images img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 16px;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
    transition: .3s;
}

.project-gallery-images a:hover img{
    opacity: 0.7;
}


.map iframe {
    filter: grayscale(100%);
    margin-bottom: -8px;
}










@media (max-width: 991px) {

    .logo {
        max-height: 50px;
    }

    .portofoliu-line {
        display: none;
    }

    .contact-section .fickle-subtitle .fickle-title {
        font-size: 1.2rem;
    }

    .col-footer-bottom-right,
    .col-footer-bottom-center {
        text-align: left;
    }

    #main-navbar-collapse {
        padding: 0;
        margin-top: 1rem;
    }

    #main-navbar .navbar-nav {
        background: #000;
        padding: 1.3rem;
    }

    .row-hometop-hero h1 {
        font-size: max(40px,6.25vw,6.25vw);
    }

    .module-text-about {
        margin-left: 15px;
    }

    .row-service-section .line-right {
        border: 0;
    }

    .row-service-section .line-right .pr-2rem {
        padding-right: 15px;
    }

    .row-service-section .line-right .pl-2rem {
        padding-left: 15px;
    }

    header .main-nav-item > .nav-link {
        font-size: 1.5rem;
        color: #fff;
    }

    header .header-search {
        top: 33px;
        right: 65px;
    }

    .btn-trigger-search svg {
        width: 23px;
        height: 23px;
    }

    #header-search-input {
        font-size: 1rem;
    }
}