/*********************************************** FONTS ***********************************************/
@font-face {
    font-family: 'franieblack';
    src: url('../fonts/franie-black-webfont.woff2') format('woff2'),
         url('../fonts/-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'franielight';
    src: url('../fonts/franie-light-webfont.woff2') format('woff2'),
         url('../fonts/franie-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'franieextrabold';
    src: url('../fonts/franie-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/franie-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'franieregular';
    src: url('../fonts/franie-regular-webfont.woff2') format('woff2'),
         url('../fonts/franie-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/poppins-black-webfont.woff2') format('woff2'),
         url('../fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'little_quotesregular';
    src: url('../fonts/little_quotes_regular-webfont.woff2') format('woff2'),
         url('../fonts/little_quotes_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fourells_scriptregular';
    src: url('../fonts/fourells-script-webfont.woff2') format('woff2'),
         url('../fonts/fourells-script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*********************************************** GLOBAL STYLES ***********************************************/
* {
  box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: 'poppinsregular';
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #191919;
    margin: 0; 
}
a {
    color: #6e9e9d;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}
a span {
     color: #191919;
}
a:active,
a:hover {
    color: #191919;
    text-decoration: none;
    outline: 0;
}
a:hover span {
     color: #6e9e9d;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
h2 {
    font-size: 40px;
    font-family: 'poppinsregular';
    text-transform: uppercase;
}
.sup-title {
    font-family: 'fourells_scriptregular';
    color: #6e9e9d;
    font-size: 50px;
    position: relative;
    padding-bottom:10px;
    margin-bottom:30px;
}
.sup-title:after {
    content: '';
    background-color: #afba3b;
    height:2px;
    width: 90px;
    position: absolute;
    bottom: 0px;
    left:0;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
section {
    padding:95px 0;
}
/*********************************************** HEADER ***********************************************/
header {
    position: absolute;
    width: 100%;
    height: 150px;
    z-index: 101;
    padding-top: 70px;
}
/*********************************************** HP KEYART ***********************************************/
.hp-keyart {
    position: relative;
    padding-top: 150px;
    height: 896px;
}
.hp-keyart .keyart-shade {
    position: absolute; 
    z-index: 0; 
    inset: 0px; overflow: 
    hidden; background-size: 
    cover; background-color: 
    transparent; background-repeat: 
    no-repeat; background-position: 0% 0%; 
}
.hp-keyart .video-bg {
    width: 100%;
    height: 896px;
    position: absolute;
    left: 0;
    top:0;
}
.hp-keyart .video-bg video {
    margin: auto; 
    position: absolute; 
    z-index: -1; 
    top: 0%; 
    left: 0%; 
    transform: translate(0%, 0%); 
    visibility: visible; opacity: 1; 
    width: 100%; 
    object-fit: cover; 
    height: 896px;
}
.hp-keyart-content {
    position: relative;
    z-index: 100;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp-keyart .first_row {
    font-family: 'franieregular';
    font-size:70px;
    color: white;
    line-height: 1;
}

.hp-keyart .first_row span{
    font-family: 'franieregular';
    font-size:40px;
    color: white;
    line-height: 1;
}
.hp-keyart .first_row i {
    position: relative;
    
}
.hp-keyart .first_row i:after {
    position: absolute;
    content: url(../img/corner.webp);
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 3px;
}
.hp-keyart .second_row {
    font-family: 'franieblack';
    font-size:89px;
    color: white;
    line-height: 1;
}
.hp-keyart .third_row {
    font-family: 'fourells_scriptregular';
    font-size:105px;
    color: #afba3b;
    line-height: 0.4;
    text-align: right;
    padding-right: 35px;
    margin-bottom: 100px;
}
.hp-keyart .cta,
.inner-keyart .cta{
    position: relative;
    height:10px;
    width: 100%;
}
.hp-keyart .cta a {
    font-family: 'poppinsregular';
    font-size: 20px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 35px;
}
.hp-keyart .cta a span{
    color: #6e9e9d;
}
.hp-keyart .three_lines{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/hp-three-lines.webp);
    background-repeat: repeat-x;
    height: 62px;
    z-index: 200;

}

.inner-keyart .video-controls {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: 10000;
}
.video-controls {
    position: absolute;
    left: 0;
    bottom: -100px;
}
.video-playpause {
    width:70px;
    height:27px;
    background: url('../img/play.png') no-repeat center center;
}
.video-playpause.active {
    background: url('../img/pause.png') no-repeat center center;
}
/*********************************************** HP  SERVICES ***********************************************/
.hp-services {
    padding: 95px 0;
}
.hp-services .sup-title {
    font-family: 'franieblack';
    font-size:26px;
    text-align: center;
    color: #6e9e9d;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.hp-services .sup-title:after {
    display: none;
}
.hp-services h2 {
    font-family: 'franieregular';
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.hp-services p {
    text-align: center;
    padding: 0 140px;
}
.animation {
    text-align: center;
}
/*********************************************** PARALLAX ***********************************************/
.parallax {
    background-image: url(/assets/img/parallax-bck.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
.effect-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.left-panel {
    position: sticky;
    height: 100vh;
    top: 0px;
    width:50%;
    display: flex;
    align-items: center;
}
.left-panel img {
    position: absolute;
    max-width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.left-panel img.active {
    opacity: 1; /* Make the active image visible */
}

.right-panel {
    width:50%;
}
.parallax-text {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/********************************************** PROJECT SLIDER **************************************/
.project-highlight {
    padding:0;
    position: relative;
}
.project-highlight .three_lines{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    background-image: url(../img/hp-three-lines.webp);
    background-repeat: repeat-x;
    height: 62px;
    z-index: 200;

}
.project-slider {
    width: 100%;
    height: 685px;  
    overflow: hidden;
}
.project-slider.slick-dotted.slick-slider {
    margin: 0;
}

.project-slide {
    position: relative;
    color: white;
    background-size: cover;
    background-position: center;
    height: 100%;  /* Ensures the slide takes up the full height of the section */
    display: flex;
    align-items: center;
    justify-content: center;  /* Centers content within the slide */
}

.project-slide .sup-title {
    color: #afba3b;
    font-size: 50px;
    margin-bottom: 15px;
}

.project-slide .sup-title:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #6e9e9d;
    margin-top: 10px;
}

.project-slide p b,
.project-slide p strong {
    font-family: 'poppinsblack';
}

.project-slide a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.project-slide a span {
    color: #6e9e9d;
    font-weight: bold;
}

.project-slide a:hover {
    text-decoration: underline;
}
/********************************************** LOCATION ************************************************/
.location-map {
    padding:0;
}

/********************************************** COUNTER *************************************************/
.counter {
    background: #fffced;
}
.counter .bottom-message {
    text-align: center;
    font-family: 'poppinsblack';
    font-family: 'poppinsbold';
    font-size: 18px;
}
.counter .num-figure {
text-transform: uppercase;
font-size: 86px;
font-family: 'franieextrabold';
position: relative;
padding-bottom: 40px;
color: #191919;
line-height: 1;
}
.counter .num-figure:after {
position: absolute;
content: '';
width: 220px;
height:3px;
background: #191919;
bottom: 20px;
left: 50%;
transform: translate(-50%);
}
.counter .color-two.num-figure:after {
    background: #6e9e9d;
}
.counter .color-one.num-figure:after {
    background: #afba3a;
}
.counter .desc {
font-family: 'poppinsregular';
text-transform: uppercase;
color: #191919;
font-size: 18px;
margin-bottom: 70px;
letter-spacing:2px;
}
/********************************************** TESTIMONIAL SLIDER **************************************/
.slider-item {
    display: flex;
    justify-content: flex-start;
}
.slider-content {
    width: 50%;
    padding-right: 50px;
}
.slider-image {
    width: 50%;
    padding-left: 20px;
}
.person {
    font-size: 26px;
    font-family: 'franieregular';
    text-transform: uppercase;
}
.person-position {
    font-family: 'fourells_scriptregular';
    color: #afba3a;
    font-size: 50px;
    position: relative;
}
.testimonial-slider .slick-track {
    height: 450px;
}
.slick-dots {
    display: flex;
}
/********************************************** BOTTOM SECTION **************************************/
.bottom-section {
    padding: 150px 0;
    background-image: url('../img/bottom-lines.webp');
    background-position: bottom left;
    background-repeat: no-repeat;
}
/********************************************** FOOTER **********************************************/
footer {
    background-image: url('../img/footer-bck.webp');
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
}
.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #686868;
}
.footer_logo {
    margin-bottom:30px;
}
.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_social a{
    padding:0 4px;
}
.footer-graphics {
    position: relative;
    top: -75px;
}
.footer_copy {
    color: #686868;
    font-size: 14px;
    padding-bottom: 375px;
}
.address_top b,
.address_bottom b{
    font-family: 'poppinsblack';
}

/********************************************** WYSIWYG CONTENT **************************************/
.wysiwyg h1 {
    font-size:70px;
    font-family: 'franieblack';
    text-transform: uppercase;
    color: #191919;
}
.wysiwyg h2 {
    font-size:40px;
    font-family: 'franieblack';
    color: #191919;
    text-transform: initial;
    margin-top: 40px;
    margin-bottom: 20px;
}
.wysiwyg h3 {
    font-size:40px;
    font-family: 'poppinsregular';
    color: #191919;
    margin-top: 40px;
    margin-bottom: 20px;
}
.wysiwyg h4 {
    font-size:26px;
    color: #6e9e9d;
    font-family: 'poppinsblack';
    margin-top: 40px;
    margin-bottom: 20px;
}
.wysiwyg h5 {
    font-size:26px;
    color: #191919;
    font-family: 'poppinsblack';
    margin-top: 44px;
}
.wysiwyg h6 {
    font-size:50px;
    font-family: 'fourells_scriptregular';
    color: #afba3a;
    margin-top: 44px;
}
.wysiwyg ul.list_one {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding:0;
}
.wysiwyg ul.list_one li {
    background: url(../img/list1.webp) no-repeat center left;
    padding: 6px 0 0px 20px;
}
.wysiwyg ul.list_two {
    list-style-type: none;
    padding:0;
}
.wysiwyg ul.list_two li {
    background: url(../img/list2.webp) no-repeat center left;
    padding: 6px 0 0px 20px;
}
.wysiwyg img {
    padding: 20px 0;
}
.wysiwyg strong, .wysiwyg b {
    font-family: 'poppinsblack';
}
/******************************** sidebar menu *******************************/
.sidebar-menu {
    list-style-type: none;
    padding:0;
    margin:0;
}
.sidebar-menu li a {
    border-bottom: 1px solid #ebeeee;
}
.sidebar-menu li.is-last a{
    border-bottom: none;
}
.sidebar-menu li:last-child a{
    border-bottom: none;
}
.sidebar-menu li a {
    font-size: 16px;
    font-family: 'franielight';
    color: #808080;
    padding: 0px 22px;
    display: block;
    line-height: 48px;
    text-transform: uppercase;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
    text-align: center;
}
.sidebar-menu li.active a {
     font-family: 'franieextrabold';
    color: #2f2f2f;
}
.sidebar-menu li a:hover {
    font-family: 'franieextrabold';
    text-decoration: none;
    color: #2f2f2f;
    transform: translateX(10px);
}
.sidebar_logo {
    margin-bottom: 20px;
}
/*********************************************** INNER KEYART ***********************************************/
.inner-keyart {
    position: relative;
    padding-top: 150px;
    height: 580px;
}
.nav-open .inner-keyart { 
    height: 896px;
}
.inner-keyart .video-bg {
    width: 100%;
    height: 580px;
    position: absolute;
    left: 0;
    top:0;
}
.nav-open .inner-keyart .video-bg {
    height: 896px;
}
.inner-keyart .keyart-shade {
    position: absolute; 
    z-index: 0; 
    inset: 0px; overflow: 
    hidden; background-size: 
    cover; background-color: 
    transparent; background-repeat: 
    no-repeat; background-position: 0% 0%; 
}
.inner-keyart .video-bg video {
    margin: auto; 
    position: absolute; 
    z-index: -1; 
    top: 0%; 
    left: 0%; 
    transform: translate(0%, 0%); 
    visibility: visible; opacity: 1; 
    width: 100%; 
    object-fit: cover; 
    height: 580px;
}
.nav-open .inner-keyart .video-bg video { 
    height: 896px;
}
.inner-keyart-content {
    position: relative;
    z-index: 100;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}
.inner-keyart .first_row {
    font-family: 'franieregular';
    font-size:70px;
    color: white;
    line-height: 1;
}

.inner-keyart .first_row span{
    font-family: 'franieregular';
    font-size:40px;
    color: white;
    line-height: 1;
}
.inner-keyart .first_row i {
    position: relative;
    
}
.inner-keyart .first_row i:after {
    position: absolute;
    content: url(../img/corner.webp);
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 3px;
}
@supports (-moz-appearance: none) {
  /* CSS rules inside this block will only apply in Firefox */
  .hp-keyart .first_row i::after,
  .inner-keyart .first_row i::after {
        top: 5px;
        right: 3px;
    }
}
.inner-keyart .second_row {
    font-family: 'franieblack';
    font-size:89px;
    color: white;
    line-height: 1;
}

.inner-keyart .third_row {
    font-family: 'fourells_scriptregular';
    font-size: 60px;
    color: #afba3b;
    line-height: 0.4;
    margin-bottom: 30px;
    text-align: right;
    padding-right: 65px;
}
.inner-keyart .three_lines {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/hp-three-lines.webp);
    background-repeat: repeat-x;
    height: 62px;
    z-index: 200;
}
.service_specification {
    list-style-type: none;
    padding: 0;
    width: 100%;
    column-gap: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    padding: 30px 0 70px;
}
.service_specification li {
    border-bottom:1px solid #cfd1d1;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0;
}
.service_specification li .title {
    line-height: 1;
    margin-left: 10px;
}
.service_specification li .icon {
    height: 32px;
    width: 32px;
    text-align: center;
}
.project_holder {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1000 / 667;
    display: block;
    background-size: 100% 100%;
    transition: background-size 1s ease-in-out;
}
.project_holder:hover {
    background-size: 120% 120%;
    transition: background-size 1s ease-in-out;
}
.project-overlay {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 0 25px;
    background: linear-gradient(45deg, rgba(0,0,0,0.80) 50%,rgba(0,0,0,0) 100%);
    border: 4px solid #6e9e9d;
    opacity: 0;
}
.project-overlay:hover {

    opacity: 1;
}
.project-overlay .top_title{
    font-family: 'fourells_scriptregular';
    color: #afba3a;
    font-size: 30px;
}
.project-overlay .title{
    font-family: 'franieregular';
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left;
}
.project-overlay a {
    color: #6e9e9d;
    text-decoration: none;
    font-size: 16px;
}
.project-overlay a span{
    color: #fffced;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}
.project_examples {
    background-color: #28383a;
    color: white;
    text-align: center;
}
.project_examples h1 {
    font-family: 'franieblack';
    font-szie: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.project_examples .description {
    width: 60%;
    margin: auto;
    text-align: center;
}

.main-spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cfd1d1;
    padding: 20px 0;
}
.main-spec > div {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
}
.main-spec .icon {
    margin-right: 10px;
    width: 28px;
}
.main-spec .title {
    color: #6e9e9d;
}
.main-spec .title span {
    font-family: 'franieblack';
    text-transform: uppercase;
    font-size: 16px;
    color: black;
}
.proj-services, .proj-awards, .proj-highlights {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    border-bottom: 1px solid #cfd1d1;
    padding: 20px 0;
}
.project_specification > div:last-of-type {
    border-bottom: none;
}
.proj-services .icon, .proj-awards .icon, .proj-highlights .icon {
    margin-right: 10px;
    width: 28px;
}

.proj-services .title, .proj-awards .title, .proj-highlights .title {
    color: #6e9e9d;
}
.proj-services .title span, .proj-awards .title span, .proj-highlights .title span {
    font-family: 'franieblack';
    text-transform: uppercase;
    font-size: 16px;
    color: black;
}
.project_specification {
    padding-bottom: 70px;
}


.projects-listing {
    text-align: center;
}
.projects-listing h1 {
    font-size: 50px;
    margin-bottom: 35px;
}
#projectContainer {
    margin-top: 35px;
}
.sidebar_divider {
    border:1px solid #6e9e9d;
    margin: 30px 0;
    line-height: 1px;
    height:1px;
    display: flex;
}
.memberItem {
    margin-bottom: 40px;
    border-bottom: 2px solid #dae4e4;
}
.member_holder {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    padding-bottom: 50px;
}
.member_image {
    padding-right: 50px;
}
.member_name {
    font-size: 40px;
    font-family: 'franieblack';
    color: #191919;
}
.member_title {
    font-size: 20px;
    color: #6e9e9d;
}
.member_role {
    font-family: 'fourells_scriptregular';
    font-size: 30px;
    color: #191919;
}
.more_content {
    display: none; /* Sakriveno inicijalno */
    margin-top: 40px;
    margin-bottom: 25px;
}

.toggle-wrapper {
    text-align: right;
    margin-bottom: 5px;
}

.toggle-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #afba3b;
    border-radius: 50%;
    color: #afba3b;
    font-size: 22px;  /* Adjust font size for proper center alignment */
    font-weight: normal;  /* Prevents bold shifting the center */
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
    font-family: monospace;  /* Ensure even spacing */
}

.toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #afba3b;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    transform-origin: center center;
}

/* Rotate the icon when active */
.toggle-content.active .toggle-icon {
    transform: rotate(180deg);
}
.from-holder.success {
    display: none;
}
.message-holder {
    display: none;
}
.message-holder.success {
    display: flex;
}
#contact-form input {
    border: 2px solid #6e9e9d;
    height: 55px;
    margin-bottom: 20px;
    padding: 10px 20px 5px;
}
#contact-form textarea {
    border: 2px solid #6e9e9d;
    padding: 10px 20px;
    border-radius: 10px;
}
input[type="submit"] {
    background: #6e9e9d;
    color: white;
    font-family: 'poppinsblack';
    font-size: 20px;
}