@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');


:root {
    /*--kubat-bg: #222;*/
    --kubat-bg: #0F1223;
    /*--kubat-bg-darker: #111;*/
    --kubat-bg-darker: #0F1223;
    --kubat-accent-color: #f1592a;
    --main-color: #f1592a;
    --border-color: #222C4A;
    --kubat-font: "Arimo", sans-serif;
    --main-font: "Arimo", sans-serif;;
}

body {

}

.logo-holder img {
    height: unset;
    width: 75%;
}

.share-button a {
    color: #fff;
}

.home-hero .swiper-slide .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 2;
    pointer-events: none;
}

.hero-content {
    position: absolute;
    z-index: 7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
}

.hero-slogan {
    text-align: center;
}

.hero-slogan h2 {
    font-size: 65px;
    color: #fff;
    font-family: var(--secondary-font);
    text-align: center;
    line-height: 1;
}

.hero-btn {
    margin-top: 1rem;
    text-align: center;
}

.hero-btn .fc_button {
    margin: 0 auto;
}

.logo-holder:before {
    display: none;
}

.footer-logo img {
    height: unset;
    width: 240px;
}

section.section-padding {
    padding: 80px 0;
}

.bg-gray {
    background-color: var(--kubat-bg);
}

.project-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #333;
}


.project-item .project-cover {
    overflow: hidden;
    position: relative;
}

.project-item .project-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .55;
    pointer-events: none;
    z-index: 5;
}

.project-item .project-cover img {
    width: 100%;
    transition: .6s ease-in-out;
}

.project-name {
    color: var(--kubat-accent-color);
    font-size: 25px;
    text-align: left;
    margin-top: 1rem;
}

.project-name span {
    color: #fff;
}

.project-item .project-cover:hover img {
    transform: scale(1.08);
    filter: brightness(.8);
}

.content-box:before {
    background: transparent;
}

.content-box:after {
    display: none;
}

.project-detail p {
    color: #c1c1c1;
    font-size: 16px;
    text-align: justify;
}

.project-gmap {
    margin: 20px 0;
}

.project-gmap iframe {
    width: 100%;
    height: 350px;
}

.overflow-hidden {
    overflow: hidden !important;
}

.project-detail .project-name {
    margin-bottom: 1rem;
}

.project-detail .project-sidebar {
    padding: 3rem 1rem;
}

.other-project {
    display: flex;
    border: 1px solid #373737;
    margin-bottom: 1rem;
    padding: 1rem;
}

.other-project:hover .project-cover img {
    transform: scale(1.08);
    opacity: .8;
}

.other-project .project-cover {
    width: 30%;
    overflow: hidden;
}

.other-project .project-cover img {
    width: 100%;
    transition: .6s ease-in-out;
}

.other-project .project-content {
    width: 70%;
    padding-left: 1rem;
}

.other-project .project-name {
    color: var(--kubat-accent-color);
    margin-bottom: 1rem;
    font-size: 16px;
}

.other-project .project-name span {
    color: #fff;
}

.other-project .project-location {
    color: #6b6b6b;
    font-size: 12px;
    text-align: left;
}

.other-projects h3 {
    color: var(--kubat-accent-color);
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
}

.project-vid iframe {
    margin: 20px 0;
    width: 100%;
    height: 550px;
}

.project-detail .project-location {
    color: var(--kubat-accent-color);
    text-align: left;
    margin-bottom: 1rem;
    font-size: 14px;
}

.project-detail .project-location span {
    color: #878787;
}

.dots-grid-dec {
    display: none;
}

[data-fancybox] {
    cursor: pointer;
}

.share-button, .header-social li {
    border-color: var(--border-color);
}

.sliding-menu a i {
    display: none;
}

.project-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9;
    width: 90%;
}

.video-container video {
    height: 100%;
}

.video-container {
    height: 100%;
}

.project-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-top: 15px;
}

.project-info-box {
    background-color: var(--kubat-accent-color);
    padding: 15px;
    font-size: 17px;
    width: 20%;
    position: relative;
    color: #fff;
}

.project-info-box::before, .project-info-box::after {
    content: "";
    position: absolute;
    top: -5px;
    height: 10px;
    left: 10px;
    width: 2px;
    background-color: #a6a6a6;
}

.project-info-box::after {
    left: 14px;
}

.partner-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.partner-item {
    width: 25%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1c2039;
}


.partner-item img {
    width: 50%;
    max-height: 100px;
}

.filter-button-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 20px;
}

.filter-button-group button {
    display: block
}

.share-button {
    text-transform: none;
    font-size: 1.1em;
}

.header-contact li a {
    text-transform: none;
}

.header-contact li i {
    position: absolute;
    left: 20px;
    top: 12px;
}

.header-contact li {
    padding-left: 40px;
}

.video-title h3 {
    color: var(--kubat-accent-color);
    font-size: 25px;
    text-align: left;
    margin: 1rem 0;
}

.contact-panel {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    z-index: 90;
    opacity: .9;
}

a.contact-panel-item {
    width: 50%;
    padding-inline: 20px;
    background-color: #fff;
    color: #000;
    font-size: 1.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3rem;
    padding-block: .7rem;
}

a.contact-panel-item span {
    font-size: 1rem;
}

a.wp-btn {
    background-color: var(--kubat-accent-color);
    color: #fff;
}

.commentssubmit {
    color: #ffffff;
}

button#commentssubmit.active {
    background: #ffffff;
    color: #000000;
}

.footer-contacts li {
    text-transform: none;
}

.aviano {
    font-family: "Aviano Sans";
}

.sector-item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.sector-item:hover .sector-emblem {
    transform: translate(-50%, -50%) scale(1.2);
}

.sector-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    pointer-events: none;
    opacity: .35;
}

.sector-cover img {
    width: 100%;
}

.sector-emblem {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    opacity: .25;
    pointer-events: none;
    transition: .6s ease-in-out;
}

.sector-emblem img {
    width: 100%;
}

.sector-name {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    font-size: 26px;
}


img.img-fluid {
    width: 100%;
}

.card-link {
    text-transform: none;
}

.text-left {
    text-align: left;
}

.message-box {
    text-align: center;
    border: 1px solid #b7b7b7;
    padding: 20px 0;
}