@font-face {
    src: url(./fonts/BebasNeue\ Regular.otf);
    font-family: 'bebas_neuebook';
}

@font-face {
    src: url(./fonts/BebasNeue\ bold.otf);
    font-family: 'bebas';
}

@font-face {
    src: url(./fonts/BebasNeue\ Book.otf);
    font-family: 'bebas_thin';
}

* {
    scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    color: rgb(77, 84, 94);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(5, 200, 150);
    border-radius: 10px;
}

::-moz-selection {
    /* Code for Firefox */
    color: rgb(77, 84, 94);
    background: rgb(5, 200, 150);
}

::selection {
    color: rgb(77, 84, 94);
    background: rgb(5, 200, 150);
}

a:hover {
    text-decoration: none;
}

.loader>img {
    width: 150px;
}

.loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;

}

.loader h3 {

    color: rgb(5, 200, 150);
    font-size: 3em;
    padding-top: 1em;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;

    }
}

.thumb {
    height: 100px;
    border: 1px solid black;
    margin: 10px;
}

body {
    font-family: bebas_neuebook, bebas;
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;

}

section {
    padding: 0;
    /* overflow: visible */
}

.animated {
    visibility: hidden;
}

.row {
    padding: 0;
    margin: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
}

h1 {
    font-size: 3em;
    padding-top: 1em;
    font-weight: bold;
    color: rgb(5, 200, 150);
}

h2 {
    font-size: 2em;
    padding-top: 1.2em;
    color: rgb(5, 200, 150);
    margin: 0em;
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

p {
    font-size: 1.4em;
    padding: 0em;
    margin: 0;
    font-weight: 500;
    color: rgb(77, 84, 94);
    margin-top: 0.5em;
    text-align: justify;
}

ul {
    padding-left: 0;
}

.container {
    text-align: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.pace {
    pointer-events: none;
    user-select: none;
    z-index: 2;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: #1b1b1b;
}

.pace.pace-progress {
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
    max-width: 400px;
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: grey;
}

.pace.pace-inactive {
    display: none;
}

#preloader {
    width: 100%;
    height: 100vh;
    background: #101010;
    overflow: hidden;
    position: fixed;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* lang select window
.lang-window {
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;

    box-shadow: #101010;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 100;
    justify-content: space-around;
    align-items: center;
}

.lang-window a {
    color: white;
    justify-content: center;
    align-self: center;
    padding: 10px;
    font-size: 20px;
}

.lang-window a:hover {
    text-decoration: underline;
    transform: scale(1.5);
}
*/
header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 50px;
}

.bgColor {
    transition: all 0.5s;
    background: rgb(5, 200, 150);
    box-shadow: 0px 0px 20px 10px rgba(50, 50, 50, 0.2);
}

.nav-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0em;
    width: 45%;
    overflow: ;
}

.nav-links li {
    list-style: none;
}

.nav-links i {
    color: white;
    font-size: 20px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    font-weight: 600;
}

.nav-links a:hover {
    text-decoration: underline;
}

.logo {
    width: 180px;
    height: 40px;
    margin-left: 2em;
}

.burger {
    display: none;
    padding-right: 2em;
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px;
    transition: all 0.3s ease;
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform-x: (50px);
    }

    to {
        opacity: 1;
        transform-x: (0px);
    }
}

.toggle .line1 {
    transform: rotate(45deg) translate(5px, 6px);
}

.toggle .line2 {
    opacity: 0;
}

.toggle .line3 {
    transform: rotate(-45deg) translate(5px, -6px);
}

/* carousel */

#slider {
    overflow: hidden;
    display: block;
    position: relative;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    font-size: 80px;
    padding: 20px;
    color: white;
    opacity: 0.7;
    animation: wiggle 2.5s infinite;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    85% {
        transform: rotate(5deg);
    }

    95% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.owl-prev,
.owl-next:focus {
    outline: 0 !important;
}

.owl-prev i:hover,
.owl-next i:hover {
    color: rgb(5, 200, 150);
    opacity: 0.7;
}

.owl-nav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100vw;
    top: 40%;
    position: absolute;
}

.carousel-inner {
    height: auto;
    padding-top: 100px;
    background-color: #4C545D;
}

.carousel-item {
    display: none;
}

.ser-elev .carousel-indicators button {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.img {
    width: 50%;
    height: 100%;
}

.carousel-block {
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #4C545D;
    display: flex;
    padding: 0% 160px;
}

.line {
    background: white;
    background: linear-gradient(90deg, rgba(76, 84, 93, 1), rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(76, 84, 93, 1) 100%);
    height: 0.12rem;
    width: 100%;
}

.carousel-inner h1,
h2 {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: 'bebas_neuebook';
    font-weight: 100;
    color: white;
    text-size-adjust: auto;
}

.carousel-inner h2 {
    font-family: 'bebas_thin';
    font-size: 1.5em;
    line-height: 2em;
}

.carousel-text {
    display: block;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
}

.carousel-text-array {
    position: absolute;
    padding-top: 30px;
    align-self: baseline;
}

.array-img {
    width: 100%;
    display: flex;
}

.carousel-array {
    position: relative;
}

.carousel-img-array {
    width: max-content;
}

#mbs {
    width: 100%;
    float: left;
    display: none;
}

.services {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    background-color: white;
    padding: 0;
}

.map {
    display: flex;
    justify-content: center;
    align-items: center;
}

#About .row {
    padding: 0;
    margin: 0;
}

.services .title {
    text-align: center;
    padding: 0;
    margin: 0;
}

.services .title h1 {
    text-align: center;
    padding: 0;
    margin-top: 1em;
}

.ser-elev {
    margin-top: 3em;
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-areas: "elev text1"
        "elev text2"
        "elev text3"
        "elev text4"
        "elev text5";
}

.elev {
    grid-area: elev;
    height: auto;
    overflow: hidden;
}

.elev img {
    width: 100%;
}

.ser-grid {
    display: grid;
    width: 100%;
    grid-template-rows: 35px 1fr;
    grid-template-areas: "icon head"
        "icon paragraph";
}

.services i {
    color: rgb(5, 200, 150);
    font-size: 3em;
    width: 72px;
    position: relative;
    text-align: center;
    margin: 0.3em;
    margin-right: 0.5em;
}

.ser-text h3 {
    grid-area: Head;
    margin: 0;
    text-align: left;
    color: rgb(5, 200, 150);
}

.ser-grid p {
    margin: 0;
    padding-left: 0;
    grid-area: paragraph;
    color: rgb(77, 84, 94);
    text-align: justify;
    font-size: 1.3em;
    font-weight: 500;
    max-width: 600px;
}

.ser-icon {
    justify-items: center;
    width: 72px;
    margin-right: 12px;
    align-items: center;
    grid-area: icon;
}

/* counter section */
#counter {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/BG/counter.webp) fixed;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover
}

.counter {
    font-size: 50px;
    font-weight: 400;
    color: white;
}

.overlay-counter h1,
.overlay-counter p {
    color: white;
    text-align: center;
}

.counter-section {
    box-sizing: border-box;
    position: relative;
}

.counter-block {
    display: flex;
    justify-content: space-between;
}

.counter-inside i {
    color: #fff;
    font-size: 5em;
    line-height: 80px;
}

.counter-inside {
    margin: 4em 0;
}

.counter-inside h2 {
    color: #fff;
    font-size: 4.5em;
    padding-top: 0.5em;
    margin: 0em;
}

.counter-inside p {
    color: #fff;
    padding-top: 0em;
    font-weight: 400;
    margin: 0em;
}

/* monitor section */

#Ad {
    background: white;
    text-align: center;
    position: relative;
    padding-bottom: 3em;
}

.title-monitor p {
    max-width: 1200px;
    display: inline-block;
    padding: 0;
}

.grid-monitor {
    display: grid;
    grid-template-columns: 100px 1fr 1fr 100px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "btn1 monitor monitor btn-4"
        "btn-2 monitor monitor btn-5"
        "btn3 monitor monitor btn6";
    margin: 3em 2em;
}

.img-monitor {
    grid-area: monitor;
    position: relative;
}

.img-monitor img {
    width: 85%;
    border-radius: 2vw;
    box-shadow: 0px 0px 20px 10px rgba(50, 50, 50, 0.2);
}

.btn-green {
    justify-self: center;
    width: 90px;
    height: 90px;
    line-height: 112px;
    background-color: rgb(5, 200, 150);
    border-radius: 30%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0%, -50%);
    top: 25%;
    box-shadow: 0px 0px 20px 10px rgba(50, 50, 50, 0.2);
    overflow: hidden;
    position: relative;
}

.grid-monitor i {
    font-size: 2.5em;
    color: white;
    transition: 0.35s linear;
}

.text {
    position: absolute;
    top: 0;
    width: 75%;
    height: 74.5%;
    top: 50.5%;
    left: 50%;
    -webkit-transform: translate(-50, -50%);
    transform: translate(-50%, -50%);
    background-color: rgb(77, 84, 94);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease-in;
}

.text h2 {
    padding: 0;
    margin: 0;
    background-color: rgb(5, 200, 150);
    top: 0;
    position: relative;
    color: #fff;
    font-size: 3em;
}

.text p {
    width: 100%;
    color: white;
    padding: 1em;
    position: fixed;
    bottom: 0em;
    background-color: rgb(77, 84, 94);
    margin: 0;
    padding: 0.5em;
    font-size: 1.5em;
}

.btn-green:hover i {
    transform: scale(1.3);
    color: rgb(5, 200, 150);
}

.btn-green::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: white;
    transform: rotate(45deg);
    left: -130%;
    top: 90%;
}

.btn-green:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa {
    0% {
        left: -110%;
        top: 90%;
    }

    50% {
        left: 10%;
        top: -30%;
    }

    100% {
        top: -10%;
        left: -10%;
    }
}

.btn1:hover~.img-monitor .txt4 {
    visibility: visible;
    opacity: 1;
    background-image: url(images/Services/cctv.webp);
    background-position: center;
    background-size: cover;
}

.btn2:hover~.img-monitor .txt2 {
    visibility: visible;
    opacity: 1;
    background-image: url(images/Services/emergency.webp);
    background-position: center;
    background-size: cover;
}

.btn3:hover~.img-monitor .txt3 {
    visibility: visible;
    opacity: 1;
    background-image: url(images/Services/manage.webp);
    background-position: center;
    background-size: cover;
}

.btn4:hover~.img-monitor .txt6 {
    visibility: visible;
    opacity: 1;
    background-image: url(images/Services/storm.webp);
    background-position: center;
    background-size: cover;
}

.btn5:hover~.img-monitor .txt5 {
    visibility: visible;
    opacity: 1;
    background-image: url(images/Services/fire.webp);
    background-position: center;
    background-size: cover;
}

.btn6:hover~.img-monitor .txt1 {
    visibility: visible;
    opacity: 1;
    background-image: url(images/Services/crowd.webp);
    background-position: center;
    background-size: cover;
}

.icon {}


/* cards-steps */

.steps {
    height: auto;
    width: 100vw;
    background-color: white;
    text-align: center;
}

.cards {
    margin-top: 10em;
    display: flex;
    position: relative;
    max-width: 1280px;
}

.card-skyline {
    cursor: pointer;
    position: relative;
    background-color: white;
}

.card-skyline img {
    max-width: 100%;
    height: auto;
    transform: translateY(0%);
    transition: transform 0.5s ease-in;
}

.card-skyline h2 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    color: white;
    text-align: end;
    margin: 0;
    padding: 0;
    transform: translateY(0%) translateX(-30%);
    ;
    transition: transform 0.5s ease-in;
}

.card-text-mobile-0 {
    transform: opacity(1);
    transition: all 0.5s ease;
}

.card-text {
    bottom: 0;
    position: absolute;
    height: auto;
    transition: opacity 0.5s ease-in;
    opacity: 0;
    margin: 0 1em;
}

.card-text p {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    color: rgb(77, 84, 94);
    bottom: 0;
}

.steps i {
    color: rgb(5, 200, 150);
    font-size: 5em;
    margin: 0.2em;
    display: block;
    left: 0px;
}

.card-text h3 {
    text-align: left;
    font-size: 1.5em;
    color: rgb(5, 200, 150);
    left: 0.5em;
}

.card-skyline:hover img,
.card-skyline:hover h2 {
    transform: translateY(-300px);
}

.card-skyline:hover .card-text {
    opacity: 1;
}

.card-skyline:hover~.card-text-mobile-0 {
    opacity: 0;
}

.card-text-mobile {
    display: none;
    opacity: 0;
}

.card-text-mobile-0 {
    opacity: 1;
    display: grid;
    position: absolute;
    top: -100px;
    left: 40%;
}

.card-text-mobile-0 h3 {
    text-align: center;
    color: rgb(5, 200, 150);
}

.card-text-mobile {
    display: none;
}

.card-text-mobile-0 {
    display: inline;
}

/* 
    production
 */
#production {
    background: linear-gradient(rgba(7, 8, 9, 0.90), rgba(7, 8, 9, 0.90)), url(images/BG/assemblyBG.webp) fixed;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.production {
    background: rgb(77, 84, 94);
    padding-bottom: 2em;
}

.production h1 {
    color: white;
}

.assembly-grid p {
    color: white;
    text-align: justify;
    font-weight: normal;
}

.assembly {
    max-width: 500px;
    position: relative;
    width: 500px;
    min-height: 320px;
    align-self: center;
}

.assembly img {
    position: absolute;
    left: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500px;
    transition: transform 0.5s ease-in;
}

.Desktop_Map {
    visibility: visible;
    justify-content: center;
}

.mobile_div_map {
    display: flex;
}

.Mobile_Map {
    display: none;
    visibility: hidden;
}

/* prices section */

#pricings {
    padding: 0;
    background-color: white;
}

.pricing-table {
    box-shadow: 0px 0px 20px 10px rgba(50, 50, 50, 0.2);
    border-color: #202020;
    background-color: white;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    max-width: 350px;
    margin-right: auto;
    padding: 0 !important;
}

.price h4,
.price p {
    margin: 0;
    letter-spacing: 1px;
    line-height: 0.7;
    color: rgb(5, 200, 150)
}

#pricings p {
    margin-bottom: 2em;
    text-align: center;
}

.price h4 {
    font-size: 45px;
    font-weight: 700
}

.category h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 100px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.pricing-table ul>li {
    list-style: none;
    padding: 15px 10px;
    color: rgb(77, 84, 94);
    font-weight: 500;
    font-size: 1.1em;
    letter-spacing: 1px;
    border-bottom: 1px solid #cacaca;
    -webkit-font-smoothing: antialiased !important;
}

.pricing-table ul>li b {
    color: rgb(5, 200, 150);
}

.category {
    background-color: rgb(5, 200, 150);
}

.pricing-table .btn {
    font-size: 22px;
    background: rgb(77, 84, 94);
    font-weight: 700;
    letter-spacing: 1px;
    padding: 20px 25px;
    margin: 15px 0 0;
    display: block;
    border: none;
    width: 100%;
    border-radius: 0;
    color: white !important;
}

/* Akcii */
#working {
    margin: 0px;
}

.work {
    position: relative;
}

#video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1920px;
    overflow: hidden;
    z-index: -1;
    transform: translate(-50%, -50%);
    size: cover;
    filter: brightness(50%)
}

#working h1,
#working p {
    margin-bottom: 1.3em;
    color: #fff;
    text-align: center;
}

#working .working-circle {
    height: 200px;
    display: flex;
    flex-direction: column;
    width: 200px;
    border: 1px solid #fff;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: rgb(5, 200, 150);
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 150px;
}

#working .working-circle:after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: #fff;
    left: -2px;
    padding: 2px;
    top: -2px;
    transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    -webkit-transform: scale(0.92)
}

#working .working-circle:hover:after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

#working .working-circle h1,
#working .working-circle img {
    font-size: 40px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: 0;
    display: flex;
    transition: 0.5s;
}

.working-circle img {
    width: 100px;
}

#working .working-circle p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    top: 100%;
    padding: 20px 0;
}

#working .working-circle:hover:after {
    background-color: rgb(5, 200, 150);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s, opacity 0.5s;
    -moz-transition: -moz-transform 1s, opacity 0.5s;
    transition: transform 1s, opacity 0.5s, background-color 0.5s ease;
}

#working .tooltip {
    opacity: 1
}

#working .tooltip-inner {
    padding: 10px;
    line-height: unset;
    color: #fff;
}

#working .working-circle:hover h1 {
    font-size: 80px;
    color: #fff;
}

#working .working-circle:hover img {
    opacity: 0;
}

#testimonials {
    text-align: center;
    background: linear-gradient(rgba(77, 84, 94, 0.95), rgba(77, 84, 94, 0.95)), url(images/BG/contactsBG.webp) fixed;
    background-size: cover;
    z-index: 0;
    position: relative;
}

#testimonials p {
    color: #fff;
    margin-top: 0;
    text-align: center;
}

#testimonials h1 {
    color: white;
}

#testimonials h3 {
    margin-bottom: 0;
    margin-top: 1em;
    color: white;
}

#clients {
    background: #ffffff;
    padding-bottom: 100px;
    padding: 0;
}

#clients .img-responsive,
#testimonials .img-responsive {
    width: auto;
    margin: 0 auto
}

.clients-car {
    margin: 5em 0;
}

#clients p {
    text-align: center;
}

#testimonials-slider {
    margin: 1em 0 5em 0;
}

.video-testimonials {
    width: 300px;
    height: 300px;
    margin: 4em auto;
    position: relative;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.item {
    margin: 0;
    overflow: hidden;
}

.item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 300px;
    width: 300px;
    background-color: rgba(5, 200, 150, 0.85);
    transition: all 0.5s ease;
}

.item img {
    scale: 1;
    transition: scale 0.5s ease;
}

.item i {
    margin-top: 1em;
    height: 100px;
    width: 100px;
    margin-top: 2.5em;
    background: white;
    border-radius: 50%;
    border: 4px solid white;
    line-height: 95px;
    font-size: 35px;
    color: rgb(5, 200, 150);
    text-decoration: none;
    transition: all 0.5s ease;
}

.item:hover i {
    transform: scale(1.3);
    background: transparent;
    color: white;
    border: 4px solid white;
}

.item:hover img {
    scale: 1.3;
}

.item:hover a {
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(2, 100, 75));
}

.video-testimonials .item img {
    position: absolute;
    transition: all 0.5s ease;
    height: auto;
    width: auto;
    background-size: cover;
    z-index: -1;
}

/* Contacts section */

#contact {
    background: linear-gradient(rgba(5, 200, 150, 0.95), rgba(5, 200, 150, 0.95)), url(images/BG/contactsBG.webp) fixed;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover
}

#contact h1 {
    color: white;
    margin-bottom: 2em;
}

#contact .btn {
    margin: 25px 0 60px;
    float: right;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 80px;
    text-transform: none;
}

.message-box i {
    padding-right: 37px
}

.contact-details {
    text-align: center;
    position: relative;
    font-weight: 100;
}

.contact-details .icon-circle {
    position: relative;
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 18px 0;
    margin: 0 auto;
    color: #306D75;
    overflow: hidden
}

.icon-circle a {
    text-decoration: none;
    color: rgb(5, 200, 150)
}

.contact-block {
    margin-bottom: 30px
}

.contact-block i {
    font-size: 34px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    transition: scale 0.5s;
}

.contact-block:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
    transform: scale(1.5);
    transition: all 0.5s;
}

.contact-details h3 {
    font-weight: 400;
    color: #fff;
    margin: 0.5em 0
}

.contact-details p,
.contact-details p a {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    margin: 0em;
    text-align: center;
}

@media screen and (max-width:1000px) {
    nav {
        justify-content: space-between;
    }

    .nav-links {
        position: absolute;
        right: 0;
        height: 100vh;
        top: 0px;
        margin: 0;
        z-index: 2;
        background-color: rgb(77, 84, 94);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        display: inline-flex;
        padding-bottom: 3em;
        flex-direction: column;
        align-items: center;
        width: 300px;
        transform: translateX(105%);
        transition: transform 0.5s ease-in;
    }

    .nav-links li {
        opacity: 0;
    }

    .nav-links i {
        color: white;
        height: auto;
    }

    .burger {
        display: block;
        z-index: 999;
    }

    #slider {
        display: none;
    }

    #mbs {
        display: block;
    }

    .nav-active {
        transform: translateX(0);
    }

    .carousel-block img:nth-child(2) {
        width: 50%;
    }

    .counter-inside {
        display: flexbox;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .counter-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        align-items: start;
    }
}


.dropbtn {
    color: white;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: rgb(5, 200, 150);
    min-width: 50px;
    box-shadow: 0px 0px 20px 10px rgba(50, 50, 50, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.lang-button {
    color: white;
    padding: 12px 16px;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.lang-button:hover {
    cursor: pointer;
    background-color: rgb(2, 100, 75)
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width:768px) {
    .grid-monitor {
        grid-template-rows: 150px 1fr 150px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "btn-1 btn-2 btn-3"
            "monitor monitor monitor"
            "btn-4 btn-5 btn6";
    }

    .ser-elev {
        display: inline-block;
        padding-bottom: 2em;
    }

    .ser-grid {
        margin-top: 4em;
    }

    .ser-grid p {
        font-size: 0.8em;
    }

    .text p {
        font-size: 1em;
        line-height: 12px;
        font-weight: 200;
        padding: 0 0.3em;
    }

    .text h2 {
        font-size: 1.2em;
        font-weight: 400;
    }

    .counter {
        font-size: 3em;
    }

    .counter-inside {
        margin-top: 3em;
    }

    .card-text {
        display: none
    }

    .text {
        font-size: .8em;
    }

    .cards {
        margin-top: 12em;
    }

    .card-skyline:hover~.card-text-mobile-0 {
        display: none;
    }

    .card-skyline:hover img,
    .card-skyline:hover h2 {
        transform: translateY(40px);
    }

    .card-skyline:nth-child(1):hover~.card-text-mobile-1 {
        opacity: 1;
    }

    .card-skyline:nth-child(2):hover~.card-text-mobile-2 {
        opacity: 1;
    }

    .card-skyline:nth-child(3):hover~.card-text-mobile-3 {
        opacity: 1;
    }

    .card-skyline:nth-child(4):hover~.card-text-mobile-4 {
        opacity: 1;
    }

    .card-skyline:nth-child(5):hover~.card-text-mobile-5 {
        opacity: 1;
    }

    .card-text-mobile {
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-template-rows: auto;
        opacity: 0;
        position: absolute;
        top: -150px;
        transition: opacity .2s linear;
        ;
    }

    .card-text-mobile-0 {
        opacity: 1;
        position: absolute;
        top: -150px;
        left: 0;
        text-align: center;
    }

    .card-text-mobile i {
        grid-row: 1/3;
        color: rgb(5, 200, 150);
    }

    .card-text-mobile h3 {
        text-align: left;
        color: rgb(5, 200, 150);
        justify-content: flex-end;
    }

    .card-text-mobile p {
        text-align: left;
        padding: 0;
        text-align: justify;
    }

    .cards i {
        font-size: 3em;
        padding: 0;
    }

    .btn-green {
        width: 50px;
        height: 50px;
        line-height: 60px;
    }

    .btn-green i {
        font-size: 2em;
    }

    .grid-monitor {
        margin-bottom: 0em;
    }

    #monitor {
        padding-bottom: 0;
    }

    .Desktop_Map {
        visibility: hidden;
        display: none;
    }

    .Mobile_Map {
        visibility: visible;
        display: flex;
    }

    .assembly {
        padding-top: 2em;
        padding-bottom: 25em;
    }

    #working {
        background-color: rgb(5, 200, 150)
    }

    #video {
        display: none;
    }

    .counter-section {
        background: rgb(77, 84, 94);
    }

    h1 {
        font-size: 1.2em;
        padding: 3em 0 1em;
    }

    h2 {
        font-size: 1.2em;
    }

    h3 {
        font-size: 1.2em;
    }

    p {
        font-size: 1em;
    }

    .contact-details p,
    .contact-details p a {
        font-size: 10px;
    }

    .carousel-inner h2 {
        font-size: 1em;
    }

    .carousel-block {
        display: flexbox;
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px;
    }

    .carousel-array {
        display: block;
    }

    .carousel-block .img {
        width: 100%;
    }

    .carousel-inner {
        height: 70vh;
    }

    .carousel-array {
        padding: 10px;
    }

    .carousel-text-array {
        position: inherit;
    }

    .carousel-item {
        display: none;
    }

    .carousel-text h1 {
        font-size: 30px;
    }

    .carousel-block img:nth-of-type(2) {
        max-width: 50%;
    }
}

@media screen and (max-width:1400px) {
    nav {
        padding: 0;
    }
}

@media screen and (max-width:1000px) {

    .carousel-text h1 {
        font-size: 2em;
    }

    .carousel-text h2 {
        font-size: 1.3em;
    }
}

@media screen and (max-width:500px) {

    .assembly {
        padding-top: 2em;
        padding-bottom: 18em;
    }
}

a {
    text-decoration: none;
}

.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: rgb(5, 200, 150);
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 rgb(5, 200, 150);
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.contact_icon:hover {
    /* Hover Styles */
    background-color: rgb(77, 84, 94);
    scale: 1.1;
    box-shadow: 0 0 0 0 rgb(77, 84, 94);
    /* A slightly darker blue */
}


.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

/* Основной контейнер кнопки */
.call-button {
    background-color: rgb(5, 200, 150);
    margin-top: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 rgb(5, 200, 150);
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.call-button:hover {
    /* Hover Styles */
    background-color: rgb(77, 84, 94);
    scale: 1.1;
    box-shadow: 0 0 0 0 rgb(77, 84, 94);
    /* A slightly darker blue */
}

.call-button i {
    color: white;
    font-size: 24px;
}

/* Анимация пульсации */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(5, 200, 150, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(5, 200, 150, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(5, 200, 150, 0);
    }
}

.carousel-indicators {
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    background-color: rgb(144, 168, 188);
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.carousel-indicators li.active {
    background-color: rgb(5, 200, 150);
    border-radius: 50%;
    width: 15px;
    height: 15px;
}


.carousel-indicators span {
    font-size: 70px;
    overflow: visible;
}