@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&family=Oswald:wght@200;300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;800&display=swap');


body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 200;
    /*background-color: #e7e7e7;*/
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #202020;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

button:hover, button:active, button:focus {
    outline: none !important;
}

.primary-color {
    color: #ffff5d !important;
}

html {
    overflow-x: hidden;
}

a {
    color: #000;
    transition: .2s;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}
a.m-l-effect:hover, a.m-l-effect:focus {
    margin-left: 10px;
}

.dark-section a {
    color: #fff;
}

.dark-section a:hover, .dark-section a:focus {
    color: #fff;
}

p {
    text-align: justify;
    font-size: 20px;
}

label {
    font-weight: 500;
    text-transform: uppercase;
}

.text-inherit {
    text-transform: inherit !important;
}

::selection {
    background: #202020;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
}

::-moz-selection {
    background: #202020;
    color: #fff;
    text-shadow: none;
}
.pt-2em {
    padding-top: 2em !important;
}
#header {
    min-height: 370px;
    width: 100%;
    z-index: 10;
    position: relative;
    color: #fff;
    display: inline-block;
}

/*#header:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
}*/

#header h2 {
    font-weight: 200;
}

#you-robot {
    font-size: 14px;
    padding-top: 15px;
    text-align: right;
}

.main-title {
    margin: 0;
    position: absolute;
    z-index: 10;
    text-align: center;
    display: block;
    width: 100%;
}

.main-title h2 {
    font-size: 4em;
    background-color: #202020;
    display: inline-block;
    padding: 0 10px;
    transform: rotate(1deg);
    margin-top: 50px;
}

.header-text {
    margin-top: 200px;
    width: 30em;
    animation: type 4s steps(60, end);
    white-space: nowrap;
    overflow: hidden;
}

.header-text span {
    animation: blink .95s infinite;
}

.margin-btm-15 {
    margin-bottom: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.height0 {
    height: 0px;
}

.owl-item {
    float: left;
}

.owl-nav.disabled {
    display: none;
}

.owl-dots {
    display: none;
}

.triangle {
    position: absolute;
    z-index: 100;
    top: 595px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 1000px;
    border-color: transparent transparent transparent #e7e7e7;
}

#footer {
    background-color: #202020;
    color: #fff;
    min-height: 60px;
}

#footer span {
    padding-top: 20px;
    display: inline-block;
}

#footer span a {
    color: #fff;
    font-weight: 500;
}

.footer-sec {
    padding: 7em 0;
}

.footer-sec p,
.footer-sec li,
.footer-sec li a {
    font-size: 16px;
}

#form p {
    font-size: 1.3em;
    font-weight: 300;
}

#form h2 {
    font-weight: 500;
}

#form .telephone {
    font-weight: 400;
    margin-top: 20px;
}

#form .telephone a {
    background-color: #202020;
    color: #fff;
    padding: 0 5px;
    transition: .3s;
}

#form .telephone a:hover {
    padding: 0 5px 0 15px;
}

#form .telephone i {
    padding-right: 10px;
    font-size: 1.1em;
}

#form form input {
    width: 100%;
    margin: 5px 0;
    font-size: 1.2em;
    outline: none;
    padding: 8px 15px;
    transition: .3s;
    border: 1px solid transparent;
    font-weight: 300;
}

#form form input:hover, #form form input:focus {
    border-color: #202020;
}

#form form button {
    background-color: #202020;
    color: #fff;
    padding: 10px 15px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 1.2em;
    float: right;
    transition: .3s;
}

#form form button i {
    padding-left: 10px;
}

#form form button:hover {
    padding: 10px 35px 10px 15px;
}

.legend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 500;
    border: none;
    margin: 30px 0 10px;
    font-size: 1.3em;
    text-align: left;
}

.photo-in-text {
    width: 100%;
}

.title-second h2 {
    display: inline-block;
    position: absolute;
    z-index: 200;
    bottom: 100px;
    right: -5px;
    color: #fff;
    background-color: #ffff5d;
    font-weight: 300;
    padding: 15px 100px 15px 25px;
    font-size: 2em;
    transform: rotate(3deg);
}

.parallax .view-01 {
    /*   background-image: url("../images/visualization/desktop/webp/2.webp");*/
    min-height: 650px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .view-02 {
    /* background-image: url("../images/visualization/desktop/webp/4.webp");*/
    min-height: 650px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subpage-home {
    /*min-height: 300px;*/
    /* background-image: url("../images/visualization/desktop/webp/2.webp");*/
    background-size: auto;
    background-position-y: -310px;
    position: relative;
}

.subpage-home .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: #202020;
    opacity: .9;
}

.subpage-home .text-block {
    padding: 100px 0 20px;
}

.subpage-home a, .subpage-home h1, .subpage-home p {
    color: #fff;
}

.subpage-home a:hover {
    color: #ffff5d;
}

.subpage-home .breadcrumbs span:first-child:after {
    content: "/";
    padding: 0 5px 0 10px;
}

.more-slash:after {
    content: "/";
    padding: 0 5px 0 10px;
}

#modal-contact .modal-body {
    display: flow-root;
}

#modal-contact .modal-body p:nth-child(1) {
    font-size: 20px;
    font-weight: 400;
}

#modal-contact .modal-body p:nth-child(2) {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

#modal-contact .modal-body i {
    font-size: 60px;
    margin: 15px 0 0 15px;
}

#modal-contact button.close {
    outline: none;
}

.blog-m-img img {
    width: 100%;
}

#blog-mainpage-list .nadpis {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

#blog-mainpage-list .text-blog2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 300;
}

.read-more-blog {
    text-transform: uppercase;
    font-size: .8em;
    color: #fff;
    background-color: #000;
    font-weight: 400;
    padding: 5px 10px;
    transition: .2s;
}

.read-more-blog:hover {
    padding: 5px 20px 5px 20px;
    color: #fff;
}

a.blog-m-img:hover .absolute-view {
    display: block;
}

a.blog-m-img:hover img {
    filter: brightness(40%) !important;
}

.absolute-view {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 68px);
    font-size: .8em !important;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid #fff;
    padding: 3px 7px;
    font-weight: 400;
    z-index: 1;
    display: none;
}

.blog-m-img img {
    transition: filter .3s;
}

#references-mainpage-list .title-down {
    font-size: 24px;
    font-weight: 400;
}

#references-mainpage-list .reference-text {
    font-size: 14px;
    font-weight: 400;
}

.bottom-strip {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 30px;
    font-weight: 400;
    background-color: #202020;
    color: #fff;
}

.bottom-strip .img-responsive {
    max-width: 150px;
    margin-left: 60px;
}

.top5 {
    padding-top: 5px;
}

.top15 {
    padding-top: 15px;
}

.bottom-strip a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.timeline-kvk .card {
    position: relative;
    padding: 15px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.timeline-kvk .card h5 {
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.timeline-kvk:before {
    display: none;
}

.timeline-kvk .card:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #dfdfdf;
    right: -20px;
    top: 40%;
    position: absolute;
}

.timeline-kvk .col-sm:last-child .card:after {
    display: none;
}

.offer-table {
    border: 0;
}

.offer-table th {
    text-transform: uppercase;
    font-size: 0.85em;
    border-bottom: 0 !important;
}

.offer-table thead tr {
    background: #ffff5d;
    color: #fff;
}

.offer-table td {
    font-size: 1.1em;
    padding: 25px 0 !important;
}

#filter-flats button {
    border-radius: 0;
    background: #202020;
    color: #fff;
    border: 1px solid #202020;
    transition: .2s;
}

#filter-flats .open button, #filter-flats button:hover {
    background: #ffff5d;
    color: #fff;
    border: 1px solid #ffff5d;
}

#filter-flats .dropdown-menu {
    font-size: 1.1em;
    margin: 0;
    border-radius: 0;
    border: 1px solid #ffff5d;
}

.btn.btn-primary {
    text-transform: uppercase;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:visited {
    outline: none;
}

.modal-content {
    border-radius: 0;
}

.contact-makler img {
    object-position: top;
    margin-top: 0;
}

.contact-makler .contact-info li, .contact-makler .contact-info li {
    line-height: inherit;
}

.ftco-navbar-light {
    border-radius: 0;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    text-transform: uppercase;
}

.block-23 ul li {
    margin-bottom: 0;
}

.modal-title {
    color: #fff;
}

.modal-header {
    background: #202020;
}

.modal-footer {
    background: #202020;
}

.modal-footer .btn.btn-default {
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

/* ------ 4 SALE MARKETING ----------------*/

.section {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.section h3 {
    font-size: 60px;
    padding-bottom: 30px;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /*background-image: !* our video *!;*/
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}

#logo-4sale {
    width: 150px;
    position: absolute;
    z-index: 10;
    top: 30px;
    /*left: 30px;*/
    left: calc(50% - 75px);
}

.back-layer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 3;
    width: 100%;
    height: 100vh;
}

.section0 .layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 40%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.about-us .main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 65vw;
}

.about-us .second-image {
    position: absolute;
    bottom: 0;
    left: 20%;
}

.about-us .text-block {
    background: #fff;
    position: relative;
    padding: 80px 30px;
}

.section0 {
    overflow: hidden;
}

.section0 h2 {
    /*background: #202020;*/
    color: #fff;
    display: inline-block;
    font-size: 60px;
    padding: 0;
    margin: 0;
    max-width: 65vw;
    width: 100%;
}

.section0 h2#main-title {
    font-family: 'Open Sans';
    font-weight: 800;
    /*background: #fff;
    color: #000;*/

    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.section0 h2#main-title2,
.section0 h2#main-title3 {
    font-family: 'Raleway', sans-serif;
}

.section0 h2#main-title2 {
    font-weight: 600;
    margin-top: 10px;
}

.section0 h2#main-title3 {
    font-weight: 800;
}


#infoMenu li a {
    color: #fff;
}

.dark-section {
    background-color: #202020;
}

.dark-section h3, .dark-section h4, .dark-section p, .dark-section label {
    color: #fff;
}

#fp-nav ul li .fp-tooltip {
    color: #000;
}

#fp-nav.dark-mode ul li .fp-tooltip {
    color: #fff;
}

#fp-nav.dark-mode ul li a span {
    background: #fff;
}

#fp-nav a:hover, #fp-nav a:focus {
    margin-left: 0;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section .card {
    border: 0;
    background-color: transparent;
}

.section h4 {
    padding-top: 20px;
    font-size: 24px;
}

ul {
    padding-left: 30px;
    text-align: left;
}

ul li {
    font-size: 20px;
}

.developer-card {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.developer-card:hover img,
.developer-card.gray img {
    filter: grayscale(1);
}
a.developer-card:hover img {
    filter: none;
    transform: scale(1.2);
}
.developer-card img {
    position: absolute;
    transition: .3s;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.developer-card:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.developer-card .text {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 15px;
    color: #fff;
}

.developer-card h5 {
    color: #fff;
    text-align: left;
}

.developer-card h6 {
    color: #fff;
    text-align: left;
}

.developer-card i.la-map-marker {
    color: #ffff5d;
}

.references {
    overflow: hidden;
}

.references .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.references img {
    width: 60%;
    filter: grayscale(1);
}

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

.form-control, .form-control:focus {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #eee;
    transition: .2s;
}

.form-control:focus {
    border-bottom: 1px solid #ffff5d;
}

.dark-section .form-control {
    color: #fff;
}

.contact-us h4 {
    text-align: left;
}

.section.footer-sec .logo {
    max-width: 200px;
}

.section.footer-sec ul {
    padding: 0;
    margin: 0;
}

.section.footer-sec ul li {
    list-style: none;
}

.close {
    font-size: 24px;
}

.developer-projects h3 {
    padding-bottom: 0;
}

.developer-projects h4 {
    padding-top: 0;
}

.developer-cards {
    overflow: hidden;
    padding-top: 50px;
    margin-top: -50px;
}

.developer-projects .owl-nav {
    position: absolute;
    /*top: 15vh;*/
    top: 0;
}

.developer-projects .owl-prev, .developer-projects .owl-next {
    width: 50px;
    height: 50px;
    border: 3px solid #ffff5d;
    background: transparent;
    font-size: 22px;
    color: #fff;
    transition: all 0.5s ease;
}

.developer-projects .owl-next {
    margin-left: 10px;
}

.developer-projects .owl-prev:hover, .developer-projects .owl-next:hover {
    background-color: #ffff5d;
    color: #000;
}

/*#contact-form .link-security {
    color: #000;
}*/

/*#contact-form {
    padding: 30px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 10px 3px rgba(188, 188, 188, 0.3);
    background-color: #fff;
    color: #000;
}*/

#contact-form .btn.btn-primary {
    /*background-color: #ffff5d;
    border-color: #ffff5d;*/
    background-color: #fff;
    border-color: #fff;
    font-weight: 800;
    color: #000;
    /*border-radius: 30px;*/
    border-radius: 0;
    text-transform: lowercase;
    /*opacity: .8;*/
    transition: .2s;
}

.btn.btn-primary, .btn.btn-primary {
    background-color: #202020;
    border-color: #202020;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    /*opacity: 1;*/
    background-color: #ffff5d !important;
    border-color: #ffff5d !important;
    color: #000  !important;
}

.social-icons .fa {
    padding: 15px;
    font-size: 20px;
    width: 55px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #fff;
    background-color: #202020;
    transition: .2s;
}

.social-icons .fa:hover {
    background-color: #ffff5d;
    color: #000;
}

.arrow {
    text-align: center;
    margin: 4% 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    z-index: 10;
}

.arrow a:hover {
    margin-left: 0;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.what-we-do .card {
    border: 0;
    background-color: #202020;
    color: #fff;
    margin-bottom: 25px;
    min-height: 290px;
    padding: 0 30px;
    border-radius: 0;
}

.what-we-do .card h4 {
    color: #fff;
}

.what-we-do .card ul, .project-done ul {
    list-style: none;
}
.project-done ul {
    padding: 0;
    text-align: center;
}

.what-we-do .card ul li:before, .project-done ul li:before {
    content: '✓';
    left: 30px;
    position: absolute;
    color: #ffff5d;
}
.project-done h4 {
    font-size: 2.2em;
}
.project-done ul li {
    color: #fff;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
}
.project-done ul li:before {
    left: 0px;
}
.project-done hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}
.controls a {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.56px;
    line-height: 32px;
    text-transform: uppercase;
    text-decoration: none;
}
.controls a:after {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    margin: 0 35px 0 5px;
    transition: all .2s;
    content: "\f178";
    font-family: "FontAwesome";
}
.controls a:hover:after {
    transform: translateX(10px);
}
.z-index-5 {
    z-index: 5;
}

#subpage .first {
    height: 100vh;
    position: relative;
    /* parallax effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@supports ( -webkit-touch-callout : none) {
    #subpage .first {
        background-attachment:scroll;
    }
}

@supports not ( -webkit-touch-callout : none) {
    #subpage .first {
        background-attachment: fixed;
    }
}

#subpage .first:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #202020;
    top: 0;
    opacity: 0.5;
}

#subpage .first h1 {
    color: #fff;
    z-index: 2;
    text-align: center;
    padding: calc(90vh / 2) 0;
    position: relative;
    font-size: 5em;
    letter-spacing: 20px;
}

#subpage .first h2 {
    color: #fff;
    z-index: 2;
    text-align: center;
    padding: calc(90vh / 2) 0;
    position: relative;
    font-size: 5em;
    letter-spacing: 20px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.classic-section {
    padding: 7em 0;
}


.block-thumbnail-1 {
    height: 500px;
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative
}

.block-thumbnail-1.height-sm {
    height: 350px
}

.block-thumbnail-1:hover {
    opacity: 1
}

.block-thumbnail-1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 2;
    opacity: .1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}
.block-thumbnail-1:after {
    transition: .25s;
}
.block-thumbnail-1:hover:after {
    position: absolute;
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    border-radius: 50%;
    z-index: 5;
    font-size: 24px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    height: 50px;
    width: 50px;
}
.block-thumbnail-1.video-icon:hover:after {
    content: "\f04b";
}

.block-thumbnail-1 .block-thumbnail-content {
    position: absolute;
    top: 50px;
    z-index: 3;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.block-thumbnail-1 .block-thumbnail-content h2 {
    font-size: 22px;
    color: #fff !important
}

.block-thumbnail-1 .block-thumbnail-content .post-meta {
    opacity: .3;
    color: #fff !important
}

.block-thumbnail-1:hover {
    opacity: 1
}

.block-thumbnail-1:hover:before {
    opacity: .5
}

.block-thumbnail-1:hover .block-thumbnail-content {
    top: 20px;
    opacity: 1;
    visibility: visible
}

.block-thumbnail-1.one-whole {
    width: 100%
}

.block-thumbnail-1.one-third {
    width: 100%
}
#this-i-want {
    font-weight: 500;
    font-size: 18px;
    padding: 10px 20px;
}
#this-i-want-modal .modal-body {
    background: #202020;
    color: #fff;
}
#this-i-want-modal .close {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
}
#this-i-want-modal .form-control,
#this-i-want-modal .form-control:focus {
    color: #fff;
}


.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
    top: 90%;
    left: -120%;
}
.social-btns .btn .fa {
    transform: scale(0.8);
}
.social-btns .btn.facebook:before {
    background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
    /*color: #3b5998;*/
    color: #fff;
}
.social-btns .btn.twitter:before {
    background-color: #3cf;
}
.social-btns .btn.twitter .fa {
    color: #3cf;
}
.social-btns .btn.instagram:before {
    background-color: #f26798;
}
.social-btns .btn.instagram .fa {
    /*color: #f26798;*/
    color: #fff;
}
.social-btns .btn.skype:before {
    background-color: #00aff0;
}
.social-btns .btn.skype .fa {
    color: #00aff0;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
    top: -23%;
    left: -23%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
    color: #fff;
    transform: scale(1);
}
.social-btns {
    height: 91px;
    margin: auto;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.social-btns .btn {
    display: inline-block;
    background-color: #202020;
    width: 90px;
    height: 90px;
    line-height: 80px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
    opacity: 0.99;
}
.social-btns .btn:before {
    content: '';
    width: 130px;
    height: 130px;
    position: absolute;
    transform: rotate(45deg);
}
.social-btns .btn .fa {
    font-size: 38px;
    vertical-align: middle;
}

.project-details {
    padding: 0;
}
.project-details li {
    color: #fff;
    list-style-type: none;
}
.project-details li span {
    font-size: 24px;
    color: #ffff5d;
}
.project-details li span sup {
    font-size: 14px;
}

.video-subpage-source {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}
.vh-100 {
    height: 100vh;
}

@media screen and (min-width: 992px) {
    #this-i-want-modal .modal-dialog {
        width: 600px;
    }
}
@media (min-width: 576px) {
    .block-thumbnail-1.one-third {
        width: 50%
    }
}

@media (min-width: 768px) {
    .block-thumbnail-1.one-third {
        width: 33.333%
    }
}

.block-thumbnail-1.two-third {
    width: 100%
}

@media (min-width: 576px) {
    .block-thumbnail-1.two-third {
        width: 50%
    }
}

@media (min-width: 768px) {
    .block-thumbnail-1.two-third {
        width: 66.666%
    }
}

.block-thumbnail-1.show-text:before {
    opacity: .3
}

.block-thumbnail-1.show-text .block-thumbnail-content {
    opacity: 1 !important;
    visibility: visible !important;
    top: 20px !important
}

.block-thumbnail-1.show-text:hover:before {
    opacity: .7 !important
}



/* ---- RESPONSIVE START --- */
@media screen and (max-width: 767px) {
    .vh-100 {
        height: auto;
    }
    [data-aos-delay], .aos-animate {
        transition-delay: 0s !important;
    }

    /* .parallax .view-01 {
         background-image: url("../images/visualization/mobile/webp/2.webp");
     }
     .parallax .view-02 {
         background-image: url("../images/visualization/mobile/webp/4.webp");
     }*/
    .header-text {
        width: auto;
        white-space: initial;
        animation: initial;
    }

    .triangle, .title-second {
        display: none;
    }

    .parallax .view-01, .parallax .view-02 {
        min-height: 400px;
    }

    .main-title h2 {
        font-size: 2em;
    }

    .sign-village {
        left: 30px;
        bottom: -25px;
    }

    .sign-village a {
        width: 100px;
        height: 50px;
    }

    #modal-contact .col-sm-2 {
        text-align: center;
    }

    #modal-contact .modal-body i {
        margin: 0 0 15px 0;
    }

    #modal-contact button.close {
        z-index: 100;
        position: relative;
    }

    .submit-btn-box {
        display: flow-root;
    }

    .contact-makler .flex-vertical {
        justify-content: left;
        padding-top: 15px;
    }

    .ftco-footer .ftco-footer-widget h2 {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .ftco-footer .col-lg .ftco-footer-widget h2 {
        margin-top: 0;
    }

    .table-responsive {
        border: 0;
    }

    .timeline-kvk .card:after {
        border-bottom: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #dfdfdf;
        right: calc(50% - 10px);
        bottom: -15px;
        top: auto;
    }

    .timeline-kvk .col-sm {
        padding-bottom: 15px;
    }

    .timeline-kvk .col-sm:last-child {
        padding-bottom: 0;
    }

    .timeline-kvk .card h5 {
        height: 60px;
    }

    .timeline-kvk .card p {
        font-size: 14px;
    }

    #ponuka-bytov {
        display: none;
    }

    .developer-card, .developer-card img {
        height: 170px;
    }

    .developer-card h5 {
        font-size: 16px;
    }

    .developer-card h6 {
        font-size: 14px;
    }

    .section h3 {
        font-size: 35px;
    }

    .what-we-do ul {
        width: 270px;
    }

    .section0 h2 {
        font-size: 21px;
    }

    #logo-4sale {
        width: 80px;
        left: calc(50% - 40px);
    }

    .about-us .main-image,
    .about-us .second-image {
        width: 100%;
        position: relative;
        left: 0;
    }

    .section.about-us {
        padding: 0;
    }

    .about-us .text-block {
        padding: 50px 20px;
    }

    .arrow.bounce .fa-4x {
        font-size: 3em;
    }

    .what-we-do .card {
        min-height: auto;
    }
    #subpage .first h1 {
        font-size: 2em;
        letter-spacing: 10px;
    }
    .project-done ul {
        padding: 10px;
        text-align: left;
    }
    .block-thumbnail-1 {
        height: 200px;
    }
    .video-subpage {
        height: 185px;
    }
    .virtual-tour {
        height: 300px;
    }
    .social-btns {
        height: auto;
        position: relative;
        margin: 60px 0;
        display: block;
    }
}

@media screen and (min-width: 768px) {
    #modal-contact .modal-dialog {
        margin: 130px auto;
    }

    #byty-ponuka .subpage-home {
        display: none;
    }

    .what-we-do .card ul {
        width: 100%;
    }

    .what-we-do .card h4 {
        width: 100%;
        text-align: left;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-title h2 {
        font-size: 3em;
    }

    .title-second h2 {
        font-size: 1.6em;
        right: -50px;
        bottom: 120px;
    }

    .parallax .view-01, .parallax .view-02 {
        min-height: 450px;
    }

    .triangle {
        top: 395px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .ftco-footer .ftco-footer-widget h2 {
        margin-bottom: 20px;
    }

    .timeline-kvk .card h5 {
        height: 60px;
    }

    .timeline-kvk .card p {
        font-size: 11px;
    }

    .timeline-kvk .card p .las {
        display: none;
    }

    .timeline-kvk .card {
        padding: 10px;
    }

    .developer-card, .developer-card img {
        height: 220px;
    }

    .developer-card h5 {
        font-size: 18px;
    }

    .developer-card h6 {
        font-size: 16px;
    }

    .section0 h2#main-title {
        font-size: 38px;
    }

    .section0 h2#main-title2 {
        font-size: 24px;
    }

    .section0 h2#main-title3 {
        font-size: 25px;
    }
    .block-thumbnail-1 {
        height: 300px;
    }
    .video-subpage {
        height: 375px;
    }
    .source-youtube {
        height: 405px;
    }

    .virtual-tour {
        height: 400px;
    }
}

@media screen and (max-width: 991px) {

    .developer-cards {
        padding-top: 120px;
    }

    .developer-cards .owl-nav {
        top: 60px;
        left: calc(50% - 55px);
    }

    .footer-sec .copyright {
        text-align: left !important;
    }

    .subpage-home .text-block {
        padding: 20px 15px;
    }

    .ftco-navbar-light {
        min-height: 55px;
        margin-bottom: 0;
    }

    .ftco-navbar-light .navbar-brand {
        padding: 0;
        margin: 0;
    }

    .ftco-navbar-light .navbar-toggler {
        position: absolute;
        right: 0;
        top: 12px;
    }

    .navbar-collapse {
        padding-left: 0;
    }

    p {
        font-size: 16px;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section0 {
        min-height: 100vh;
    }
}

@media screen and (min-width: 992px) {
    .navbar .collapse.navbar-collapse {
        padding: 0;
    }

    .modal-dialog {
        width: 80vw;
    }

    #modal-contact .modal-dialog {
        width: 560px;
    }

    #ponuka-bytov {
        margin-top: 80px;
    }

    .developer-card h5 {
        font-size: 30px;
    }

    .developer-card h6 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .checkbox-style {
        padding-top: 15px;
    }

    .checkbox-style .data-processing {
        padding-left: 30px;
        margin-top: -30px;
    }
    #subpage .first h1 {
        font-size: 3em;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .offer-table td {
        font-size: 1em;
    }

    .developer-card, .developer-card img {
        height: 230px;
    }

    .section0 h2#main-title {
        font-size: 52px;
    }

    .section0 h2#main-title2 {
        font-size: 34px;
    }

    .section0 h2#main-title3 {
        font-size: 35px;
    }

    .video-subpage {
        height: 500px;
    }
    .source-youtube {
        height: 540px;
    }
    .virtual-tour {
        height: 525px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .video-subpage {
        height: 660px;
    }

}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .source-youtube {
        height: 641px;
    }
}
@media screen and (min-width: 1400px) {
    .video-subpage {
        /*height: 700px;*/
        height: 100vh;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .source-youtube {
        height: 697px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
    .source-youtube {
        height: 754px;
    }
}
@media screen and (min-width: 1500px) {
    .source-youtube {
        height: 810px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .title-second h2 {
        bottom: 100px;
        font-size: 2em;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .section0 h2#main-title {
        font-size: 48px;
    }

    .section0 h2#main-title2 {
        font-size: 27px;
    }

    .section0 h2#main-title3 {
        font-size: 30px;
    }
    .virtual-tour {
        height: 625px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .section0 h2#main-title {
        font-size: 51px;
    }

    .section0 h2#main-title2 {
        font-size: 30px;
    }

    .section0 h2#main-title3 {
        font-size: 33px;
    }
    .virtual-tour {
        height: 680px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
    .section0 h2#main-title {
        font-size: 53px;
    }

    .section0 h2#main-title2 {
        font-size: 32px;
    }

    .section0 h2#main-title3 {
        font-size: 35px;
    }
    .virtual-tour {
        height: 740px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
    .section0 h2#main-title {
        font-size: 55px;
    }

    .section0 h2#main-title2 {
        font-size: 35px;
    }

    .section0 h2#main-title3 {
        font-size: 38px;
    }

}
@media screen and (min-width: 1500px) {
    .virtual-tour {
        height: 795px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1699px) {
    .section0 h2#main-title {
        font-size: 57px;
    }

    .section0 h2#main-title2 {
        font-size: 37px;
    }

    .section0 h2#main-title3 {
        font-size: 40px;
    }

}

@media screen and (min-width: 1700px) and (max-width: 1799px) {
    .section0 h2#main-title {
        font-size: 60px;
    }

    .section0 h2#main-title2 {
        font-size: 40px;
    }

    .section0 h2#main-title3 {
        font-size: 43px;
    }
}

@media screen and (min-width: 1800px) {
    .section0 h2#main-title {
        font-size: 62px;
    }

    .section0 h2#main-title2 {
        font-size: 40px;
    }

    .section0 h2#main-title3 {
        font-size: 44px;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1499px) {

    .developer-card, .developer-card img {
        height: 250px;
    }
}

@media screen and (min-width: 1500px) {
    .developer-card, .developer-card img {
        height: 300px;
    }
}


/*MAX HEIGHT !!!!*/


@media screen and (min-width: 768px) and (max-height: 800px) {
    .about-us .main-image {
        width: auto;
    }

    .about-us .main-image img {
        max-height: 480px;
    }

    .about-us .second-image {
        left: 23%;
    }

    .about-us .second-image img {
        max-height: 300px;
    }

    .developer-card, .developer-card img {
        height: 220px;
    }

    p {
        font-size: 18px;
    }

    .section h3 {
        font-size: 50px;
        padding-bottom: 20px;
        margin-bottom: 0;
        padding-top: 10px;
    }

    #logo-4sale {
        width: 130px;
        left: calc(50% - 65px);
    }

    .what-we-do .card h4 {
        padding-top: 10px;
        font-size: 18px;
    }

    .what-we-do .card ul li {
        font-size: 14px;
    }

    .what-we-do .card {
        min-height: 230px;
    }
}

@media screen and (min-width: 768px) and (max-height: 650px) {
    .about-us .main-image img {
        max-height: 430px;
    }

    .developer-card, .developer-card img {
        height: 200px;
    }
}
