@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
:root{
    /*--primary: #3b609e!important;*/
    /*--primary: #9e3b3b!important;*/
    --primary: #3b5e9e!important;
    --secondary: #163850!important;
    --tercial:white!important;
    --bgColor:white!important;
    --sectionPadding:6rem;
    --main_font:"Noto Sans", sans-serif;
}
::selection{
    background: var(--primary);
    color: var(--secondary);
}
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    background: #151d29;
    box-shadow: 2px 2px 20px #2e394d;
}
::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 0px;
    box-shadow: 0px 1px 40px #f3f8fb;
}
.new_page{
    padding-top: 150px!important;
}
.callToActionButton a {
    padding: 12px 15px;
    background-color: var(--primary);
    border: none;
    color: white;
    font-size: 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: var(--main_font);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-top: 25px;
    text-decoration: none;
}
.sectionTitle h2 {
    color: var(--bgColor);
    font-family: var(--main_font);
    font-size: 52px;
    padding-top: 0;
}
.sectionParagraph p,.sectionParagraph ul li{
    color: var(--bgColor);
    font-family: var(--main_font);
    font-size: 18px;
    list-style: none;
}
.myButton a{
    background: var(--primary);
    z-index: 999;
    color: var(--bgColor);
    box-shadow: 0px 5px 12px #0000006e;
    display: none;
}
.myButton a:hover{
    background: var(--primary);
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
@media only screen and (max-width: 991px) {
    :root{
        --sectionPadding:4rem;
    }
    .sectionTitle h2 {
        font-size: 62px;
    }
}
@media only screen and (max-width: 568px) {
    .sectionTitle h2 {
        font-size: 52px;
    }
    .callToActionButton a {
        display: block;
        text-align: center;
    }
}
@media only screen and (max-width: 425px) {
    :root{
        --sectionPadding:2rem;
    }
    .sectionTitle h2 {
        font-size: 42px;
        padding-bottom: 25px!important;
    }
}
@media only screen and (max-width: 375px) {
    .sectionTitle h2 {
        font-size: 36px;
    }
}

/*========================================================SIDE WIDGET=================================================*/

#sideWidget {
    position: fixed;
    color: #ffffff;
    transition: .25s all;
    top: calc(40vh + 85px);
    white-space: nowrap;
    background: var(--primary);
    padding: 7px 15px;
    border-radius: 5px 5px 0 0;
    -webkit-transform-origin: 100% 50%;
    transform: rotate(-90deg) translate(61.5%,-50%);
    text-align: right;
    text-shadow: 0 1px 1px rgb(255 255 255 / 25%);
    text-transform: uppercase;
    cursor: pointer;
    right: -1px;
    z-index: 996;
    box-shadow: 0 -10px 30px 0 rgb(0 0 0 / 8%);
    margin-right: 0;
    font-family: var(--main_font);
}

.d-flex{
    display: flex;
}

#sideWidgetContent {
    top: 42vh;
    transform: translateY(-25%);
    right: -460px;
    background: var(--bgColor);
    padding: 40px;
    width: 460px;
    position: fixed;
    color: #061f35;
    transition: .25s all;
    border-radius: 15px;
    z-index: 999;
}

#sideWidget.open {
    right: 461.2px;
}

#sideWidget.open i {
    transform: rotate(180deg);
}
.sidetitle h2{
    font-size: 27px!important;
    color: #102137;
    font-weight: 700;
}

#sideWidgetContent.open {
    right: 0;
    width: 461px;
    box-shadow: 0 0 30px 0 #00000038;
}

.sideButtons{
    display: grid;
}

#sideWidgetContent h2 {
    color: var(--primary);
}

#sideWidgetContent p a {
    text-decoration: none;
    font-weight: 700;
    color: var(--primary);
}
#sideWidgetContent p a:hover {
    text-decoration: none;
    color: #444444;
}

.sideButtons a{
    width: 100%;
    background: var(--primary);
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    color: var(--bgColor);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.sideButtons a:hover {
    background: #042f42;
    text-decoration: none;
}
.modalPhone select{
    width: 100%;
    padding: 6px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.modalPhone h1 {
    color: #061f35;
    text-align: center;
}
.modalPhoneContent{
    background-color: #0000000f!important;
}
.btnClosePhoneModal{
    text-align: right;
    position: relative;
    top: -55px;
}

@media only screen and (max-width:768px){
    #sideWidgetContent {
        top: 40vh;
    }
    #sideWidget {
        top: calc(37vh + 85px);
    }
}

@media only screen and (max-width: 568px) {
    #sideWidget {
        display: none;
    }
    #sideWidget.open {
        right: 260px;
    }
    #sideWidgetContent.open {
        width: 270px;
    }
}

/*========================================================SIDE WIDGET=================================================*/


/*=======================================================NAVBAR=======================================================*/
.navbar {
    box-shadow: 0 5px 25px #3b5e9e47;
    font-family: var(--main_font);
    background: #0e0f14;
    padding-top: 25px;
    padding-bottom: 25px;
    background: radial-gradient(#1a1d29, #0c0d12);
}
.navbar-nav{
    margin-left: auto;
}
.navbar-brand img {
    width: 200px;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
}
.navbar .nav-link {
    color: white !important;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
}
.navbar .nav-link:hover{
    color: var(--primary)!important;
}
.navbar .social_icon .nav-link{
    text-transform: none!important;
}
.navbar .social_icon .nav-link:hover{
    color: var(--primary)!important;
}
.navbar .social_icon i{
    color: var(--primary);
}
.navbar .nav-link:hover{
    color: var(--primary);
}
.navbar_flags{
    display: flex;
}
.navbar .navbar_flags img {
    width: 25px;
}
.navbar .headerActive{
    color: var(--primary)!important;
    background: transparent!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--secondary);
    background-color: var(--primary);
}
.navbar-collapse.show{
    height: 100vh;
}
.navbar .dropdown-menu{
    background: #11131b;
}
.navbar .dropdown-item {
    color: var(--bgColor);
}

@media only screen and (max-width: 1400px){
    .navbar .social_icon{
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .navbar-brand img {
        width: 200px;
    }
    .navbar .nav-link {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .navbar_flags {
        display: block;
    }
    .navbar .callToActionButton a {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .navbar .nav-link {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .navbar .callToActionButton {
        text-align: center;
        font-size: 18px;
        padding-top: 25px;
    }
    .navbar-nav {
        margin-top: 50px;
    }
    .navbar .nav-link{
        margin-top: 10px;
    }
    .navbar .callToActionButton a {
        display: block;
    }
}
@media only screen and (max-width: 320px) {
    .navbar-brand img {
        width: 170px;
    }
}

/*=======================================================NAVBAR=======================================================*/

/*===================================================HEADER SECTION===================================================*/
#header_section {
    display: flex;
    align-items: center;
    min-height: 860px;
    height: auto;
    background: #0e0f14;
    background-image: url("../img/test_bg_03.jpg");
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 2000px #141111;
    position: relative;
}
#header_section h1 {
    color: var(--bgColor);
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-family: var(--main_font);
}
#header_section h1 span{
    color: var(--primary);
}
#header_section p{
    font-size: 22px;
    font-size: 1.2rem;
    color: var(--bgColor);
    font-family: var(--main_font);
    padding-top: 25px;
    padding-bottom: 25px;
}
.header_map {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.header_map_content span{
    color: var(--bgColor);
    font-family: var(--main_font);
    font-weight: 600;
    opacity: 0.6;
    text-align: center;
    padding-top: 15px;
}
.header_map_content span b{
    color: var(--primary);
}
.header_map_content{
    display: grid;
}
.header_map img {
    width: 450px;
}
/*=======Scroll Icon============*/

.header_section_scroll_icon {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.scroll-icon {
    display: block;
    position: relative;
    height: 3em;
    width: 1.5em;
    border: .15em solid var(--bgColor);
    border-radius: 1em;
}
.page-wrap {
    display: flex;
    height: 100vh;
}
.scroll-icon__wheel-outer {
    display: block;
    position: absolute;
    left: 50%;
    top: .6em;
    height: 1em;
    width: .4em;
    margin-left: -.2em;
    border-radius: .4em;
    overflow: hidden;
}

.scroll-icon__wheel-inner {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: var(--primary);
    animation: scroll_1 2.75s ease-in-out infinite;
}

@keyframes scroll_1 {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-0.6em); }
    50%  { transform: translateY(0); }
    75%  { transform: translateY(0.6em); }
    100% { transform: translateY(0); }
}

/*=======Scroll Icon End============*/
@media only screen and (max-width: 1399px) {
    .header_img img {
        width: 680px;
        right: 5%;
    }
}
@media only screen and (max-width: 1320px) {
    .header_img img {
        width: 520px;
        right: 5%;
    }
}
@media only screen and (max-width: 1199px){
    .header_content {
        width: 100%;
    }
    .header_content p {
        font-size: 18px;
    }
}
@media only screen and (max-height: 624px){
    #header_section{
        min-height: 666px;
    }
}
@media only screen and (max-width: 991px){
    .header_img img {
        display: none;
    }
    #header_section {
        height: auto;
        padding-top: 180px;
        padding-bottom: 100px;
        display: block;
        text-align: center;
    }
    #header_section .header_map {
        position: relative;
        bottom: unset;
        right: unset;
    }
    .header_map img {
        width: 40%;
        text-align: center;
        display: block;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 768px) {
    #header_section .callToActionButton a {
        width: 100%;
    }
}
@media only screen and (max-width: 568px) {
    #header_section h1 {
        font-size: 2.5rem;
    }
    #header_section img {
        width: 100%;
        padding-top: 50px;
    }
}
@media only screen and (max-width: 425px){
    .header_content h1 {
        font-size: 42px;
    }
    .header_content p{
        text-align: left;
    }
}
@media only screen and (max-width: 382px) {
    .header_content .callToActionButton a{
        display: block;
        margin-bottom: 15px;
    }
}

/*===================================================HEADER SECTION===================================================*/

/*======================================================ABOUT US======================================================*/
#about_us {
    padding: var(--sectionPadding);
    background: radial-gradient(#1a1d29, #0c0d12);
    border-top: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
    position: relative;
}
#about_us .sectionParagraph p{
    text-align: justify;
}
#about_us .sectionParagraph p a{
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}
#about_us .row{
    align-items: center;
}
#about_us svg {
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#about_us h3{
    color: var(--primary);
    padding-top: 25px;
}
#about_us ul{
    padding: 0;
    margin: 0;
}
#about_us ul li {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    color: var(--bgColor);
    list-style: none;
}
#about_us ul li i{
    color: var(--primary);
}
.light_bulb{
    position: absolute;
    top: 0;
    right: 0;
}
.light_bulb img{
    width: 100%!important;
}
.cable-line{
    position: absolute;
    right: 150px;
    top: 45%;
}
.cable-line img{
    width: 100%!important;
}
#switch_x5F_on,
#cabble_x5F_on,
#light-bulb-on{
    fill: none;
}
/*#light-bulb-on{
    fill: none;
}*/
#about_us .st0{fill:#FFFFFF;}
#about_us .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#3B5E9E;}
#about_us .st2{fill:none;stroke:#3B5E9E;stroke-width:35;stroke-miterlimit:10;}
#about_us .st3{display:none;}
#about_us .st4{display:inline;}
#about_us .st5{fill:#3B5E9E;}
#about_us .st6{display:inline;fill:none;stroke:#3B5E9E;stroke-width:35;stroke-miterlimit:10;}
#about_us .st7{fill:none;stroke:#3B5E9E;stroke-width:42.4334;stroke-miterlimit:10;}
#about_us .st8{fill:none;stroke:#3B5E9E;stroke-width:42.5197;stroke-miterlimit:1;}
#about_us .st9{fill:none;stroke:#3B5E9E;stroke-width:42.5197;stroke-miterlimit:1;stroke-dasharray:72.0801,72.0801;}
#about_us .st10{fill:none;stroke:#3B5E9E;stroke-width:22.6772;stroke-miterlimit:10;}

#about_us .st9 {
    stroke-dasharray: 20;
    animation: dashLine 10000ms linear infinite;
}
.pulse {
    animation: pulseAnim 1.2s infinite ease-in-out;
}
.dot {
    opacity: 0;
}

.dot.animate {
    animation: dotFadeIn 0.4s forwards;
}

@keyframes dotFadeIn {
    to {
        opacity: 1;
    }
}

@keyframes pulseAnim {
    0%   { opacity: 1; }
    50%  { opacity: 0.2; }
    100% { opacity: 1; }
}
@keyframes dashLine {
    from {
        stroke-dashoffset: 1000;
    }
}

@media only screen and (max-width: 991px) {
    #about_us .row{
        flex-direction: column-reverse;
    }
    @media only screen and (max-width: 991px) {
        #about_us img{
            display: none;
        }
    }
}
/*======================================================ABOUT US======================================================*/

/*======================================================SERVICES======================================================*/
#services {
    padding: var(--sectionPadding);
    background: #0e0f14;
}
.about_us_boxes{
    padding-top: var(--sectionPadding);
}
#services a{
    text-decoration: none;
}
#services .about_us_box {
    padding: 60px 30px;
    margin-bottom: 30px;
    position: relative;
    height: 460px;
    background: #1a1d29;
    box-shadow: 2px 2px 6px black;
}
#services .about_us_box:hover {
    background: var(--primary);
}
#services .about_us_box:hover img {
    width: 60px;
    margin-bottom: 20px;
    background: white;
    padding: 10px;
    border-radius: 50%;
}
#services .about_us_box img {
    width: 60px;
    margin-bottom: 20px;
}
#services .about_us_box.active {
    background: var(--primary);
}
#services .about_us_box.active img {
    width: 60px;
    margin-bottom: 20px;
    background: white;
    padding: 10px;
    border-radius: 50%;
}
#services .about_us_box h5 {
    font-size: 1.6rem;
    /* font-weight: 300; */
    margin-bottom: 15px;
    color: var(--bgColor);
    font-family: var(--main_font);
}
#services .about_us_box .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
#services .about_us_box .line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
#services .about_us_box:hover .line:after {
    width: 100%;
    background-color: var(--primary);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
#services .about_us_box p {
    margin-bottom: 0;
    color: var(--bgColor);
    font-size: 18px;
}
#services .about_us_box .about_us_bottom_number {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    line-height: 1em;
}
#services .about_us_box:hover .about_us_bottom_number{
    -webkit-text-stroke: 1px var(--primary);
}
.no_pc{
    display: none;
}
.no_phone{
    display: block;
}
@media only screen and (max-width: 991px){
    .no_pc{
        display: block;
    }
    .no_phone{
        display: none;
    }
    .about_us_first_img .img {
        margin-top: 50px;
    }
    #services p, #services ul li {
        margin-bottom: 35px;
    }
    .about_us_title h2{
        color: #ffffff;
        font-size: 62px;
        text-shadow: 0 4px 6px #000000c7;
        padding-bottom: 15px;
        font-weight: 300;
        letter-spacing: 5px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #services .item {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 425px) {
    .about_us_title h2{
        margin-bottom: 0;
        font-size: 42px;
    }
    #services .about_us_box{
        height: auto;
    }
}
/*======================================================SERVICES======================================================*/

/*=======================================================WHY US=======================================================*/
#why_us{
    padding: var(--sectionPadding);
    background: radial-gradient(#1a1d29, #0c0d12);
    border-top: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
}
#why_us img{
    width: 100%;
}
@media only screen and (max-width: 991px) {
    #why_us img{
        padding-top: 50px;
    }
}
/*=======================================================WHY US=======================================================*/

/*=======================================================REFERENCE====================================================*/
#reference {
    padding: var(--sectionPadding);
    background: #0e0f14;
}
#reference .reference_box{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    filter: drop-shadow(2px 4px 6px black);
}
.position-re {
    position: relative;
}
.o-hidden {
    overflow: hidden;
}
#reference .reference_box img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-position: center;
}
#reference .reference_box .reference_content {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
#reference .reference_box .reference_content h6, #reference .reference_box .reference_content h6 a {
    position: relative;
    color: #b19777;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
#reference .reference_box .reference_content h5, #reference .reference_box .reference_content h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
#reference .reference_box .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}
#reference .reference_box .reference_content i {
    color: #fff;
    font-size: 20px;
}
#reference .reference_box .reference_content {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

#reference .reference_box:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s
    ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s
    ease;
}
#reference .reference_box:hover .reference_content {
    bottom: 0;
}
#reference .reference_box:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function:
            ease-in-out;
}
#reference .reference_box span{
    color: var(--primary);
    text-transform: uppercase;
}
/*=======================================================REFERENCE====================================================*/

/*=====================================================RECENZE========================================================*/
#reviews{
    padding: var(--sectionPadding);
    position: relative;
    /*background: radial-gradient(#1a1d29, #0c0d12);*/
    background: radial-gradient(#3b5e9e, #11121a);
    border-top: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
}
#reviews .sectionTitle{
    text-align: center;
    padding-bottom: 50px;
}
.reference_firmy img{
    width: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.teste {
    background: white;
    /* height: 450px; */
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    bottom: 0px;
    z-index: 992;
    padding-bottom: 25px;
}
.gWjXOV {
    /*background: var(--bgColor);*/
    background: #ffffff47;
    padding: 25px;
    border-radius: 15px;
}
.recenze_box {
    min-height: 250px;
    height: auto;
    box-shadow: 2px 2px 10px #00000052;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
}
.owl_box{
    margin-top: 550px;
}
.owl-recenze .item {
    margin: 15px;
}
.recenze_box .rating{
    display: flex;
    align-items: center;
}
.recenze_box .rating i{
    color: #ffca00;
}
.recenze_box .content p{
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.recenze_box .name h3 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.recenze_box .name p{
    font-size: 14px;
}
.owl-prev{
    position: absolute;
    top: 30%;
    left: -30px;
    font-size: 30px!important;
}
.owl-next{
    position: absolute;
    top: 30%;
    right: -30px;
    font-size: 30px!important;
}
#give_ref_section{
    padding-bottom: 150px;
}
#give_ref_section .call_to_action_button a{
    margin-bottom: 50px;
}
.give_ref_buttons img{
    width: 25px;
}
@media only screen and (max-width: 991px) {
    #reviews {
        padding-bottom: 100px;
    }
    .teste {
        padding-bottom: 20px;
    }
    .owl_box {
        display: none;
    }
}
@media only screen and (max-width: 640px){
    #reviews {
        padding-bottom: 170px;
    }
    #reference .call_to_action_button a{
        display: block;
        margin-bottom: 15px;
    }
    .teste {
        padding-bottom: 0;
    }
}
/*=====================================================RECENZE========================================================*/

/*========================================================PRICE========================================================*/
#price{
    padding: var(--sectionPadding);
    background: #0e0f14;
    font-family: var(--main_font);
}
#price .price-row{
    align-items: center;
}
#price img{
    width: 80%;
    left: 0;
    right: 0;
    margin-right: auto;
    display: block;
    text-align: left;
}
.custom-form {
    background: #f9f9f9;
    transition: box-shadow 0.3s ease;
    box-shadow: 12px 12px 12px #202734;
    border-radius: 15px;
    background: radial-gradient(#3b5e9e, #11121a);
    color: #ffffff;
}
.custom-form:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.custom-form .form-control:focus,
.custom-form .custom-control-input:focus ~ .custom-control-label::before {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-form label {
    font-size: 1.15rem;
}
.custom-checkbox label{
    font-weight: 600;
}
.custom-form textarea {
    resize: vertical;
    min-height: 120px;
}

.custom-form .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    transition: all 0.3s ease;
}

.custom-form .btn-primary:hover {
    background-color: #0056b3;
    border-color: #004999;
}
.custom-form .callToActionButton button {
    padding: 15px 25px;
    font-family: var(--main_font);
    background: var(--primary);
    color: var(--bgColor);
    outline: none;
    border: none;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}
#price svg{
    width: 30%;
    left: 0;
    right: 0;
    margin-right: auto;
    display: block;
}
#price .st0{
    fill:#3B5E9E!important;
}
#price .st1{
    fill:#FFFFFF!important;
}
#price .st2{
    font-family: var(--main_font)!important;
}
#price .st3{
    font-size:48px!important;
}
.animated-digit {
    animation: blinkDigit 1.2s ease-in-out infinite;
}
@keyframes blinkDigit {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}
@media only screen and (max-width: 991px) {
    #price img{
        display: none;
    }
}
/*========================================================PRICE========================================================*/

/*======================================================BLOG==========================================================*/
#blog {
    padding: var(--sectionPadding);
    position: relative;
    background: radial-gradient(#1a1d29, #0c0d12);
    border-top: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
}
#blog .sectionTitle h2{
    padding-top: 0;
}
#blog .col-xl-4 {
    transition: 500ms;
    opacity: 1; /* defaultní stav */
    transform: scale(1); /* defaultní stav */
}
#blog .col-xl-4:hover {
    opacity: 1;
    transform: scale(1.1) !important;
    padding: 15px;
}
/* Efekt na ostatní prvky */
#blog .col-xl-4:hover + .col-xl-4,
#blog .col-xl-4:not(:hover) {
    transform: scale(1);
    padding: 15px;
}
.blog_svg {
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /* transform: rotate(180deg); */
    /* margin-top: -30px; */
}
.blog_svg svg {
    fill: var(--tercial);
    margin-top: 30px;
}
.blog_bottom_svg {
    position: absolute;
    top: -10px;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(180deg);
}
.blog_bottom_svg svg {
    margin-top: -10px;
}
#blog .col-xl, #blog .col-xl-4 {
    margin-bottom: 50px;
    filter: drop-shadow(2px 4px 6px black);
}
#blog a{
    text-decoration: none;
}
#blog img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.blog_box{
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: var(--main_font);
}
.blog_box h2 {
    font-family: var(--main_font);
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.portfolio-content i {
    color: var(--primary);
}

.portfolio-content {
    color: var(--secondary);
    background: var(--bgColor);
    padding: 15px;
    padding-bottom: 50px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.portfolio-content span{
    font-weight: 600;
    color: var(--secondary);
}
.portfolio-content h4{
    color: var(--secondary);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
}
.wrapped-text {
    overflow: hidden;
    /* min-height: 10em; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: left;
    color: var(--secondary);
    font-size: 16px;
}
.wrapped-text p:nth-of-type(2){
    display: none;
}


@media only screen and (max-width: 991px){
    #blog .row{
        justify-content: center;
    }
    .blog_bottom_svg svg {
        margin-top: -15px;
    }
}

@media only screen and (max-width: 425px){
    #blog{
        padding-left: 0;
        padding-right: 0;
    }
    #blog .callToActionButton{
        padding-bottom: 50px;
    }
}

/*======================================================BLOG==========================================================*/

/*==================================================REAL ESTATE OPEN==================================================*/
#real_estate_open {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px #232f4191;
    font-family: var(--main_font);
}
#real_estate_open .container-sm{
    padding: 50px;
    padding-top: 150px;
    padding-bottom: 150px;
    background: #d7dfe0e6;
}
#real_estate_open .sectionTitle h1 {
    text-transform: uppercase;
    font-size: 42px;
    text-align: center;
    color: var(--secondary);
}
.real_estate_open_header {
    text-align: center;
    padding-top: 25px;
}
.real_estate_open_header i{
    color: var(--primary);
    margin-left: 15px;
}
.real_estate_content p{
    font-size: 18px;
    text-align: left;
}
.real_estate_content p a{
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}
.real_estate_content ul li::marker{
    color: var(--primary);
}
.real_estate_content ul li, .real_estate_content ol li{
    margin-bottom: 25px;
}
.real_estate_content h3{
    padding-top: 15px;
    padding-bottom: 15px;
}
@media only screen and (max-width: 433px) {
    #real_estate_open .callToActionButton a{
        display: block;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 425px) {
    .real_estate_content .callToActionButton a{
        display: block;
        margin-bottom: 25px;
    }
    #real_estate_open .container-sm{
        padding-bottom: 50px;
    }
    .real_estate_content p{
        text-align: left!important;
    }
}
@media only screen and (max-width: 320px) {
    #real_estate_open .sectionTitle h1 {
        font-size: 32px;
    }
}

/*==================================================REAL ESTATE OPEN==================================================*/

/*========================================================FAQ========================================================*/
#faq {
    padding: var(--sectionPadding);
    background: #0e0f14;
    font-family: var(--main_font);
}
#faq .sectionTitle h2{
    padding-bottom: 50px;
}
#faq .accordion {
    background-color: var(--primary);
    color: var(--bgColor);
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 25px;
    font-size: 18px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#faq .active, #faq .accordion:hover {
    background-color: var(--primary);
    color: var(--bgColor);
}
/* Style the accordion panel. Note: hidden by default */
#faq .panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    color: var(--tercial);
    font-family: var(--main_font);
    font-size: 18px;
    padding-bottom: 15px;
    text-align: left;
}
#faq .accordion:after {
    content: '+';
    font-size: 22px;
    font-weight: 600;
    font-family: var(--main_font);
    color: var(--bgColor);
    float: right;
    margin-left: 5px;
}
#faq .active:after {
    content: "-"; /* Unicode character for "minus" sign (-) */
}
#faq .active:after, #faq .accordion:hover:after {
    color: var(--bgColor);
}
#faq p a{
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}
#faq p a:hover{
    color: var(--secondary);
}
#faq h3{
    color: var(--bgColor);
}
@media only screen and (max-width: 1199px) {
    #faq .accordion{
        transition: unset;
    }
}
@media only screen and (max-width: 768px) {
    #faq .callToActionButton a{
        display: block;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 425px) {
    #faq{
        padding-bottom: 50px;
    }
    #faq .panel{
        text-align: left;
    }
}
/*========================================================FAQ========================================================*/

/*=======================================================FOOTER=======================================================*/
#footer {
    padding: var(--sectionPadding);
    padding-bottom: 0;
    font-family: var(--main_font);
    position: relative;
    border-top: 3px solid var(--primary);
    background: radial-gradient(#1a1d29, #0c0d12);
}
#footer img{
    width: 65%;
    padding-bottom: 25px;
}
.footer_left{
    width: 80%;
}
.footer_left p{
    color: var(--tercial);
    text-align: left;
}
.footer_left .call_to_action_button{
    padding-top: 25px;
}
.contact_content h2{
    font-size: 22px;
    color: var(--primary);
    margin-bottom: 25px;
}
.contact_content ul{
    padding: 0;
}
.contact_content ul li{
    list-style: none;
    margin-bottom: 15px;
}
.contact_content ul li a{
    text-decoration: none;
    color: var(--tercial);
    font-size: 16px;
}
.contact_content ul li a:hover{
    font-weight: 600;
    color: var(--primary);
}
.final_footer{
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--tercial);
}
.final_footer .final_footer_left{
    margin-right: auto;
    text-align: left;
}
.final_footer .final_footer_right{
    margin-left: auto;
    text-align: right;
}
.footer_content{
    padding-bottom: 25px;
}
.final_footer a{
    color: var(--primary);
    text-decoration: none;
}
.final_footer a:hover{
    font-weight: 600;
}
#footer hr:not([size]) {
    height: 1px;
    color: #ffffff52;
    opacity: 1;
}
@media only screen and (max-width: 1199px) {
    .footer_content h2{
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 455px){
    .footer_left {
        width: 100%;
    }
    .final_footer {
        display: block;
        text-align: center;
    }
    .final_footer .final_footer_left {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .final_footer .final_footer_right {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .footer_left .callToActionButton{
        padding-bottom: 25px;
    }
    .footer_left p{
        text-align: left;
    }
}
/*=======================================================FOOTER=======================================================*/
.section_page{
    padding-top: 200px!important;
}

/*====================================================CONTACT PAGE====================================================*/
#contact_page{
    background: var(--secondary);
    padding: var(--sectionPadding);
    padding-top: 200px;
    padding-bottom: 100px;
    font-family: var(--main_font);
    background-image: url("../img/test_bg_03.jpg");
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px #141111c7;
    position: relative;
}
.contact_header {
    width: 75%;
}
#contact_page .row{
    align-items: center;
}
#contact_page hr{
    color: var(--primary);
}
#contact_page h2 {
    font-size: 42px;
    color: var(--primary);
    font-weight: 600;
}
#contact_page p {
    font-size: 18px;
    color: var(--tercial);
    text-align: justify;
}
#contact_page input, #contact_page textarea {
    border: none;
    border-bottom: 2px solid var(--tercial);
    margin-bottom: 50px;
    border-radius: 0;
    width: 100%;
    background: transparent;
}
#contact_page .form-control:focus {
    color: var(--primary);
    outline: 0;
    border-bottom: 2px solid var(--primary);
    box-shadow: none;
}
#contact_page .form-control input:valid{
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
    font-weight: 600;
}
#contact_page textarea{
    margin-bottom: 0;
}
#contact_page label{
    color: var(--tercial);
}
#contact_page button{
    padding: 10px 25px;
    font-family: var(--main_font);
    font-weight: 600;
    text-decoration: none;
    transition: 800ms;
    border-radius: 10px;
    background: var(--primary)!important;
    color: white;
    outline: none;
    border: none;
}
#contact_page button:hover{
    background: var(--primary)!important;
}
.contact_form_gdpr p{
    color: var(--secondary)!important;
    font-size: 14px!important;
    display: block;
    padding-top: 15px;
}
.contact_form_gdpr a{
    color: var(--primary)!important;
}
#contact_info{
    padding: var(--sectionPadding);
    background: radial-gradient(#1a1d29, #0c0d12);
    border-top: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
}
#contact_info .row{
    align-items: center;
}
#contact_info img{
    width: 100%;
}
#contact_info ul{
    margin: 0;
    padding: 0;
}
#contact_info ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 18px;
}
#contact_info ul li i{
    color: var(--primary);
    margin-right: 5px;
    font-size: 22px;
}
#contact_info h3 i{
    color: var(--primary);
}
#contact_info ul li a{
    color: var(--tercial);
    font-weight: 600;
    text-decoration: none;
}
#contact_info ul li{
    color: var(--tercial);
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 25px;
}
#contact_info ul li a:hover{
    color: var(--primary);
}
#contact_info h3 {
    color: var(--primary);
    font-size: 26px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#contact_info p{
    color: var(--tercial);
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
}
#contact_page .myFormBottom{
    display: flex;
    align-items: center;
}
#contact_page .myFormBottom label{
    padding-left: 15px;
}
@media only screen and (max-width: 991px){
    .contact_header{
        width: 100%;
        padding-bottom: 50px;
    }
    #contact_info img {
        width: 70%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        padding-top: 50px;
    }
    .contact_boxes{
        padding-top: 50px!important;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    #contact_page {
        padding-top: 150px;
    }
    .contact_header {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .contact_boxes{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 425px) {
    #contact_page p{
        text-align: left;
    }
}
@media only screen and (max-width: 375px) {
    .contact_boxes{
        padding-top: 25px;
    }
    #contact_page h2{
        font-size: 36px;
    }
}

/*====================================================CONTACT PAGE====================================================*/

/*=======================================================GDOR=========================================================*/
#gdpr{
    padding: var(--sectionPadding);
    background: radial-gradient(#1a1d29, #0c0d12);
}
#gdpr h1 {
    text-align: center;
    color: var(--bgColor);
    font-size: 62px;
    padding-bottom: 50px;
}
#gdpr h2 {
    color: var(--primary);
    margin-top: 40px;
    margin-bottom: 40px;
}
#gdpr ul{
    margin: 0;
    padding: 0;
}
#gdpr ul li{
    list-style: none;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--bgColor);
}
#gdpr a{
    text-decoration: none;
    color: var(--primary);
}
#gdpr p{
    font-size: 22px;
    color: var(--bgColor);
}
/*=======================================================GDOR=========================================================*/

/*====================================================POP UP WINDOW====================================================*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 999;
}
.modal-content {
    background-color: #0a192f;
    margin: auto;
    padding: 50px;
    border: 1px solid #2e80ff;
    width: 80%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgb(34 95 123);
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 425px) {
    .modal-content {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
}
/*====================================================POP UP WINDOW====================================================*/

/*==========================================================CALL TO ACTION FORM=======================================*/
#contactSendSuccess{
    color: var(--tercial);
}
#contactSendFailed{
    color: darkred;
}
.form-check-input:checked[type=checkbox]{
    background-image: url("../img/check-solid.svg")!important;
}

.form-container label{
    color: var(--primary);
    font-family: var(--main_font);
}
.form-container input, .form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: white;
}
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

.form-container .btn {
    outline: none;
    border: none;
    background: var(--primary);
    color: var(--bgColor);
    padding: 15px 35px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--main_font);
}
.form-container .cancel {
    background-color: red;
}
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}
.closeForm{
    text-align: right;
}
.closeForm i {
    font-size: 22px;
    text-align: right;
    color: var(--tercial);
    cursor: pointer;
}
.myFormBottom{
    display: flex;
}
.myFormBottom label{
    margin-left: 15px;
}
@media (min-width: 576px) {
    .forms_modal {
        max-width: 860px;
        margin: 1.75rem auto;
    }
}
@media only screen and (max-width: 540px) {
    .forms_modal .callToActionButton a{
        display: block;
        margin-bottom: 25px;
    }
}
.forms_modal .modal-content {
    padding: 25px;
    background-color: var(--secondary);
    background-image: url("../img/texture_04.webp");
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 2000px #102f46e3;
    color: var(--bgColor);
}
.forms_modal .modal-header {
    text-align: right;
    margin-left: auto;
}
.forms_modal .modal-header {
    padding: 0;
    margin: 0;
    border: none;
    margin-left: auto;
}
.forms_modal .callToActionButton{
    padding-top: 25px;
    padding-bottom: 25px;
}
.forms_modal button{
    background: none;
    color: var(--bgColor);
    font-size: 26px;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
}
.forms_modal p{
    font-size: 18px;
    text-align: left;
}
.forms_modal p a{
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}
@media only screen and (max-width:1199px){
    .form-popup {
        width: 100%;
        bottom: 5%;
    }
    .form-popup .form-check-input[type=checkbox] {
        width: 25px!important;
        height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .form-popup {
        width: 100%;
        bottom: 5%;
        overflow: auto;
    }
}
@media only screen and (max-width: 425px) {
    .form-popup {
        width: 100%;
        bottom: 0;
        height: 100%;
        padding-top: 60px;
    }
    .form-container {
        padding: 25px;
    }
    .forms_modal p{
        text-align: left;
    }
}
/*==========================================================CALL TO ACTION FORM=======================================*/
#underconstruction {
    min-height: 100vh;
    height: auto;
    padding: var(--sectionPadding);
    display: flex;
    align-items: center;
    background-image: url(../img/header_img.webp);
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 20000px #19233bd1;
}
#underconstruction img {
    width: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
#underconstruction .under_c_title{
    filter: drop-shadow(2px 4px 6px black);
}
#underconstruction h1{
    font-family: var(--main_font);
    text-align: center;
    color: white;
    font-size: 80px;
    padding: 50px;
}
#underconstruction .under_c_title p {
    color: white;
    font-size: 22px;
    text-align: center;
    padding-bottom: 25px;
}
#underconstruction a{
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 26px;
}