@font-face {
    font-family: SF Pro Display;
    font-weight: normal;
    src: url("fonts/SF-Pro-Display-Medium.otf") format("opentype");
}

@font-face {
    font-family: Kontora;
    font-weight: normal;
    src: url("fonts/Kontora Regular.otf") format("opentype");
}

/*---------------------------------------------------------------------------*
 * SF UI Display
 *---------------------------------------------------------------------------*/

/** Black */
@font-face {
    font-family: "SF Display";
    font-weight: 900;
    src: url("fonts/sf-ui-display-black-58646a6b80d5a.otf");
}

/** Bold */
@font-face {
    font-family: "SF Display";
    font-weight: 700;
    src: url("fonts/sf-ui-display-bold-58646a511e3d9.otf");
}

/** Heavy */
@font-face {
    font-family: "SF Display";
    font-weight: 800;
    src: url("fonts/sf-ui-display-heavy-586470160b9e5.otf");
}

/** Light */
@font-face {
    font-family: "SF Display";
    font-weight: 200;
    src: url("fonts/sf-ui-display-light-58646b33e0551.otf");
}

/** Medium */
@font-face {
    font-family: "SF Display";
    font-weight: 500;
    src: url("fonts/sf-ui-display-medium-58646be638f96.otf");
}

/** Semibold */
@font-face {
    font-family: "SF Display";
    font-weight: 600;
    src: url("fonts/sf-ui-display-semibold-58646eddcae92.otf");
}

/** Thin */
@font-face {
    font-family: "SF Display";
    font-weight: 300;
    src: url("fonts/sf-ui-display-thin-58646e9b26e8b.otf");
}

/** Ultralight */
@font-face {
    font-family: "SF Display";
    font-weight: 100;
    src: url("fonts/sf-ui-display-ultralight-58646b19bf205.otf");
}
a.nav-link {
    font-family: Kontora;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.08em;

}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000000 !important;
    color: #2DF9B4 !important;
}

.bg-black {
    background-color: #000000 !important;
}

.fr-black {
    color: #000000 !important;
}

.fr-green {
    color: #2DF9B4 !important;
}

.bg-green {
    color: #2DF9B4 !important;
}

a.nav-link.active {
    color: #2DF9B4 !important;
}

a.nav-link {
    color: #2DF9B4 !important;
}

a.nav-link:focus, a.nav-link:hover {
    color: #2DF9B4 !important;
}

section {
    margin-bottom: 20px;
    margin-top: 20px;
}

.windowsection {
    overflow: hidden;
    position: relative;
    margin-top: 5vw;
}

.collapse.show a.nav-link {
    text-align: right;
}

.collapsing a.nav-link {
    text-align: right;
}

img.xt-window {
    width: 39%;
    z-index: -55;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

img.l-hand {
    width: 50%;
    position: relative;
    left: 0;
}

img.r-hand {
    width: 50%;
    position: relative;
    right: 0;
}

.winthetech {
    font-family: SF Display;
    font-style: normal;
    font-weight: 800;
    font-size: 5vw;
    line-height: 6vw;
    margin-top: 3vw;

    color: black;
    padding-left: 10%;
    -webkit-text-stroke: 0.1vw;
    -webkit-text-stroke-color: #2DF9B4;
    background-size: 400% 400%;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: hidden;

}

.about-p-img {
    background: url("img/abous-p.png") no-repeat 100% 100%;
    height: 30vw;
    background-size: 70vw;
}

.about-p > p {
    font-family: SF Display;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 1.6vw;
}

.services ul {
    font-family: Kontora;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5vw;

    display: table;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}

#x-services {
    background: url("img/services-p.png") no-repeat 0% 100%;
    height: 30vw;
    background-size: 70vw;
}

#x-technologies {
    background: url("img/technologies-p.png") no-repeat 100% 100%;
    height: 30vw;
    background-size: 70vw;
}

.technologies .techs {
    width: 805px;
}

.technologies .techs div {
    display: inline-block;
    width: 250px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
}

.partners .parts {

}

.partners .parts div:nth-child(1) {
    display: inline-block;
    width: 102px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
}

.partners .parts div:nth-child(2) {
    display: inline-block;
    width: 239px;
    height: 134px;
    background-repeat: no-repeat;
    background-position: center;
}

.partners .parts div:nth-child(3) {
    display: inline-block;
    width: 191px;
    height: 135px;
    background-repeat: no-repeat;
    background-position: center;
}

#x-partners {
    background: url("img/partners-p.png") no-repeat 0% 100%;
    height: 30vw;
    background-size: 70vw;
}

section.contact {
    margin-top: 10%;
    font-family: Kontora;
    font-style: normal;
    font-weight: bold;
    font-size: 2vw;
    line-height: 2.5vw;
    letter-spacing: 0.03em;
}

section.contact > .row {
    height: 0;
    position: relative;
    bottom: 15vw;
}

.navbar-dark .navbar-toggler {
    color: #2DF9B4;
    border-color: #000000;
}

@media only screen and (max-width: 767px) {
    /*SM*/
    .h-logo {
        width: 70%;
    }
    .h-logo-s {
        width: 50%!important;
    }

    img.xt-window {
        width: 80%;
        z-index: -55;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }

    img.l-hand {
        width: 100%;
        position: absolute;
        left: -50%;
    }

    img.r-hand {
        width: 100%;
        position: absolute;
        right: -50%;
    }

    .windowsection {
        overflow: hidden;
        position: relative;
        margin-top: 20vw;
    }

    .winthetech {
        font-family: SF Display;
        font-style: normal;
        font-weight: 800;
        font-size: 8vw;
        line-height: 10vw;
        margin-top: 20vw;
        color: black;
        padding-left: 10vw;
        padding-right: 35vw;
        -webkit-text-stroke: 0.1vw;
        -webkit-text-stroke-color: #2cf8b3;
        background-size: 400% 400%;
    }

    section {
        margin-bottom: 0vw;
        margin-top: 0vw;
    }

    .about-p-img {
        background: url(img/abous-p.png) no-repeat 125% 120%;
        height: 108vw;
        background-size: 190vw;
    }

    #x-services {
        background: url("img/services-p.png") no-repeat -27% 120%;
        height: 108vw;
        background-size: 190vw;
    }

    #x-technologies {
        background: url("img/technologies-p.png") no-repeat 125% 120%;
        height: 108vw;
        background-size: 190vw;
    }

    #x-partners {
        background: url("img/partners-p.png") no-repeat -27% 120%;
        height: 108vw;
        background-size: 190vw;
    }

    .about-p > p {
        font-family: SF Display;
        font-style: normal;
        font-weight: 300;
        font-size: 4vw;
        line-height: 5vw;
        padding: 0 6vw;
    }

    .services ul {
        font-family: 'SF Display';
        font-style: normal;
        font-weight: 300;
        font-size: 5vw;
        line-height: 14vw;
        display: table;
        margin-left: auto;
        margin-right: auto;
        list-style: none;
        text-align: center;
    }

    section.contact {
        margin-top: 30vw;
        font-family: Kontora;
        font-style: normal;
        font-weight: bold;
        font-size: 3.5vw;
        line-height: 4vw;
        letter-spacing: 0.03em;
    }

    section.contact > .row {
        height: 0;
        position: relative;
        bottom: 20vw;
    }




}
.navbar-brand {
    padding-left: 6vw;
}

.navbar-toggler>span{
    font-size: 1.5em!important;
}

#navbarsExample07{
    background-color: black;
    margin:0;
}

.xtech-loader {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background: url(img/x.gif) center center no-repeat;
    background-size: 100%;
    background-color: black;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

nav{
    z-index: 22;
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: black; /* Black fallback color */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #2DF9B4;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #2DF9B4;
}

.navbar-toggler:focus {
    box-shadow: none!important;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
}