@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rajdhani&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@200;300;500&display=swap');

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: relative;
    margin-top: 0px;
    z-index: -2;
}


#video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-30deg, #000000 0%,
    #000000cb 35%, #1b1b1b00 100%);
    z-index: -1;
}


* {
    box-sizing: border-box;
}

body {
    font-family: "Exo 2", sans-serif;
    line-height: 1.6;
    margin: 0;
    min-height: 100vh;
    background-color: #111111;
    font-weight: 200;
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h2 {
    color: #ffffff;
    font-family: "Exo 2", sans-serif;
    font-weight: 200;
}


h3,
a {
    color: #ffffff;
    font-family: "Exo 2", sans-serif;
    font-weight: 200;
}

a {
    text-decoration: none;
}

.logo {
    margin: 0;
    font-size: 1.45em;
}

.main-nav {
    margin-top: 5px;
    font-family: "Exo 2", sans-serif;
    font-weight: 200;
}

.logo a,
.main-nav a:hover {
    color: #ffa500;
}


.header {
    background-color: #202020aa;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: fixed;
    z-index: 10;

}

#div_text_main {
    position: absolute;
    height: 200px;
    width: 60%;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.461);
    text-align: center;
}

/* ================================= 
  Media Queries
==================================== */


@media (max-width: 575px) {

    .header {
        display: flex;
    }

    .main-nav {

        display: none;
    }

    .main-nav a {
        padding: 5px 5px;
        text-transform: uppercase;
        text-align: center;
        display: flex;

    }

    .main-nav a {
        color: #ffffff;
        font-size: 0.6em;
    }

    .header {
        flex-direction: column;
        align-items: center;
        font-size: 20px;
        width: 100%;
        margin: 0 auto;
    }

    .img {
        height: 50px;
    }

    .mega-font-h {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 5vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }

    .mega-font-rus {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 4vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }


    .mega-font-t {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 3vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }

    .row-col {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        vertical-align: top;
    }


    .cloud-platform {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 80%;
        justify-content: center;
    }


    .cp-img {
        width: 30%;
        height: auto;
    }

    .cp-col {
        background-color: rgba(24, 23, 23, 0.52);
        border-radius: 3vw;
        width: 80%;
        height: 30vw;
        display: flex;
        vertical-align: top;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 2% 2% 2%;
        padding: 0 5% 0 5%;
    }

    .cp-t {
        font-size: 4vw;
        color: white;
        text-align: center;
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        margin-bottom: 0;
    }


    .row-team {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        margin-top: 1%;
        width: 80%;
        overflow: hidden;
    }

    .gimg-team {
        width: 100%;
        object-fit: cover;
    }

    .row-modules {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        margin-top: 1%;
        width: 80%;
        height: 100%;
        overflow: hidden;
    }

    .gimg-modules {
        width: 100%;
    }

    .team-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 5%;
        padding-bottom: 2%;
        width: 100%;
        padding-top: 5%;

    }


    .usual-text {
        color: rgb(255, 255, 255);
        font-size: 3vw;
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        padding-right: 10%;
        padding-left: 10%;
        text-align: left;
    }

    .specs {
        font-size: 10pt;
    }

    .specs-cr {
        display: flex;
        border-radius: 10px;
        width: 70%;
        background-color: #272727;
        height: 300px;
        flex-direction: column;
        padding: 20px;
        text-align: center;

    }


    .chapter {
        text-align: center;
        font-size: 7vw;
        font-family: "Exo 2", sans-serif;
        font-weight: 300;
        margin-top: 2%;
        margin-bottom: 5%;
        color: rgb(255, 255, 255);
    }

    .contact-us {
        display: block;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        width: 80%;
        background-color: #272727;
        flex-direction: column;
        padding: 2%;
    }

    .gform {
        width: 100%;
    }

    .map {
        width: 100%;
        display: none;
    }

    .map-s {
        margin-top: 15%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .delivery {

        display: flex;
        border-radius: 10px;
        width: 80%;
        align-items: center;
        justify-content: center;
        background-color: #272727;
        flex-direction: column;
        padding: 2%;

    }

    .price_gen {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 15%;
        padding-right: 15%;
        gap: 30px;
    }

    .price {
        border-radius: 10px;
        width: 90%;
        background-color: #272727;
        height: 150px;
        padding: 2%;
        font-size: 18pt;
        color: white;
        font-family: "Exo 2", sans-serif;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .footer-container .col {
        width: 250px;
        height: auto;
        float: left;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .footer-container .col h1 {
        margin: 0;
        padding: 0;
        font-family: "Exo 2", sans-serif;
        font-size: 16pt;
        font-weight: 200;

        line-height: 17px;
        padding: 20px 0px 5px 0px;
        color: rgba(255, 255, 255, 0.2);
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.25em;
    }

    .footer-container .col ul {
        list-style-type: none;
        margin: 0;
        padding: 0;

    }

    .footer-container .col ul li {
        color: #999999;
        font-size: 12pt;
        padding: 5px 0px 5px 0px;
        cursor: pointer;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        color: rgb(255, 255, 255);
        padding-right: 10%;
        text-align: left;
    }

    .social ul li {
        display: inline-block;
        padding-right: 5px !important;
    }

    .footer-container .col ul li:hover {
        color: #ffffff;
        transition: 0.1s;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
    }

    .clearfix {
        clear: both;
    }

    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;

        width: 90%;
        position: relative;
        height: auto;
        background-color: #252525;
        padding-top: 50px;
        vertical-align: top;
    }

    .video-demo {
        z-index: 1;
        border-radius: 16px;
        width: 500px;
    }
}


/*  */
/*  */
/*  */
/*  */
/*  */
@media (min-width: 576px) and (max-width: 979px) {

    .header,
    .main-nav {
        display: flex;
    }

    .main-nav a {
        padding: 8px 8px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .main-nav a {
        color: #ffffff;
        font-size: 0.7em;
    }

    .header {
        flex-direction: column;
        align-items: center;
        font-size: 25px;
        width: 100%;
        margin: 0 auto;
    }

    .img {
        height: 50px;
    }

    .mega-font-h {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 6vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }

    .mega-font-t {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 3vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }

    .mega-font-rus {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 5vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }


    .row-team {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        margin-top: 1%;
        width: 80%;
        overflow: hidden;
    }

    .gimg-team {
        width: 50%;
        object-fit: cover;
    }

    .row-modules {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        margin-top: 1%;
        width: 80%;
        height: 100%;
        overflow: hidden;
    }

    .gimg-modules {
        width: 100%;
    }

    .team-text {
        width: 85%;
        display: flex;

        flex-direction: column;
        margin-left: 2%;
        margin-top: 2%;
        margin-bottom: 2%;
    }


    .usual-text {
        color: rgb(255, 255, 255);
        font-size: 2vw;
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        padding-right: 10%;
        text-align: justify;
    }


    .specs {
        font-size: 10pt;
    }

    .specs-cr {
        display: flex;
        border-radius: 10px;
        width: 70%;
        background-color: #272727;
        height: 300px;
        flex-direction: column;
        padding: 50px;
        text-align: center;


    }


    .chapter {
        text-align: center;
        font-size: 4vw;
        font-family: "Exo 2", sans-serif;
        font-weight: 300;
        margin-top: 2%;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
    }

    .row-col {
        width: 100%;
        display: flex;
        flex-direction: row;
        vertical-align: top;
        margin-bottom: 2%;
    }


    .cloud-platform {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 80%;
        justify-content: center;
    }


    .cp-img {
        width: 30%;
        height: auto;
    }

    .cp-col {
        background-color: rgba(24, 23, 23, 0.52);
        border-radius: 3vw;
        width: 50%;
        height: 25vw;
        display: flex;
        vertical-align: top;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 2% 0 2%;
        padding: 0 5% 0 5%;
    }

    .cp-t {
        font-size: 2.2vw;
        color: white;
        text-align: center;
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        margin-bottom: 0;
    }

    .contact-us {
        display: block;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        width: 80%;
        background-color: #272727;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        padding: 2%;
    }

    .gform {
        width: 100%;

    }

    .map {
        width: 100%;
        display: none;
    }

    .map-s {
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

    }

    .price_gen {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 15%;
        padding-right: 15%;
        gap: 30px;
    }

    .delivery {

        display: flex;
        border-radius: 10px;
        width: 80%;
        align-items: center;
        align-content: center;
        justify-content: center;
        background-color: #272727;
        flex-direction: column;
        padding: 2%;

    }

    .price {

        border-radius: 10px;
        width: 90%;
        background-color: #272727;
        height: 150px;
        padding: 2%;
        font-size: 14pt;
        color: white;
        font-family: "Exo 2", sans-serif;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }


    .footer-container .col {
        width: 250px;
        height: auto;
        float: left;
    }

    .footer-container .col h1 {
        margin: 0;
        padding: 0;
        font-family: "Exo 2", sans-serif;
        font-size: 8pt;
        font-weight: 200;

        line-height: 17px;
        padding: 20px 0px 5px 0px;
        color: rgba(255, 255, 255, 0.2);
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.25em;
    }

    .footer-container .col ul {
        list-style-type: none;
        margin: 0;
        padding: 0;

    }

    .footer-container .col ul li {
        color: #999999;
        font-size: 8pt;
        padding: 5px 0px 5px 0px;
        cursor: pointer;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        color: rgb(255, 255, 255);
        padding-right: 10%;
        text-align: left;
    }

    .social ul li {
        display: inline-block;
        padding-right: 5px !important;
    }

    .footer-container .col ul li:hover {
        color: #ffffff;
        transition: 0.1s;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
    }

    .clearfix {
        clear: both;
    }

    .footer-container {
        display: flex;
        justify-content: center;
        /*  align-items: center; */
        margin-left: auto;
        margin-right: auto;

        width: 90%;
        position: relative;
        height: auto;
        background-color: #252525;
        padding-top: 50px;
        vertical-align: top;
    }

    .video-demo {
        z-index: 1;
        border-radius: 16px;
        width: 700px;
    }
}

/*  */
/*  */
/*  */
/*  */
/*  */
@media (min-width: 980px) and (max-width: 1499px) {
    .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 22px;
        width: 100%;
        height: 60px;
        margin: 0 auto;
    }

    .main-nav {
        display: flex;
    }

    .main-nav a {
        padding: 10px 10px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .main-nav a {
        color: #ffffff;
        font-size: 0.8em;
    }


    .img {
        height: 60px;
        display: flex;
        justify-content: center;
    }

    .mega-font-h {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 12vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }

    .mega-font-rus {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 8vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }

    .mega-font-t {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 4vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }


    .row-col {
        width: 50%;
        display: flex;
        flex-direction: row;
        vertical-align: top;
    }


    .cloud-platform {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 80%;
        justify-content: center;
        margin-top: 2%;
    }


    .cp-img {
        width: 30%;
        height: auto;
    }

    .cp-col {
        background-color: rgba(24, 23, 23, 0.52);
        border-radius: 3vw;
        width: 50%;
        height: 15vw;
        display: flex;
        vertical-align: top;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 2% 0 2%;
        padding: 0 5% 0 5%;
    }

    .cp-t {
        font-size: 1.4vw;
        color: white;
        text-align: center;
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        margin-bottom: 0;
    }


    .row-team {
        display: flex;
        justify-content: left;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        margin-top: 1%;
        max-height: 500px;
        width: 80%;
        overflow: hidden;
    }

    .gimg-team {
        width: 50%;
        object-fit: cover;
    }

    .row-modules {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        margin-top: 1%;
        width: 80%;
        height: 100%;
        overflow: hidden;
    }

    .gimg-modules {
        width: 50%;
    }

    .team-text {
        width: 50%;
        display: flex;
        flex-direction: column;
        margin-left: 2%;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .usual-text {
        color: rgb(255, 255, 255);
        font-size: 14pt;
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        padding-right: 10%;
        padding-left: 10%;
        text-align: justify;
    }


    .specs {
        font-size: 10pt;
    }

    .specs-cr {
        display: flex;
        border-radius: 10px;
        width: 70%;
        background-color: #272727;
        height: 300px;
        flex-direction: row;
        padding: 50px;
        text-align: center;

    }

    .chapter {
        text-align: center;
        font-size: 3vw;
        font-family: "Exo 2", sans-serif;
        font-weight: 300;
        margin-top: 2%;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
    }


    .contact-us {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        width: 80%;
        background-color: #272727;
        flex-direction: row;
        padding: 2%;
    }

    .gform {
        width: 50%;
    }


    .map {
        width: 50%;

    }

    .map-s {
        width: 100%;
        display: none;
    }

    .price_gen {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 15%;
        padding-right: 15%;
        gap: 30px;
    }

    .delivery {

        display: flex;
        border-radius: 10px;
        width: 70%;
        background-color: #272727;
        flex-direction: column;
        padding: 2%;

    }

    .price {

        border-radius: 10px;
        width: 90%;
        background-color: #272727;
        height: 150px;
        padding: 2%;
        font-size: 18pt;
        color: white;
        font-family: "Exo 2", sans-serif;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .footer-container .col {
        width: 250px;
        height: auto;
        float: left;
    }

    .footer-container .col h1 {
        margin: 0;
        padding: 0;
        font-family: "Exo 2", sans-serif;
        font-size: 16px;
        font-weight: 200;

        line-height: 17px;
        padding: 20px 0px 5px 0px;
        color: rgba(255, 255, 255, 0.2);
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.25em;
    }

    .footer-container .col ul {
        list-style-type: none;
        margin: 0;
        padding: 0;

    }

    .footer-container .col ul li {
        color: #999999;
        font-size: 16;
        padding: 5px 0px 5px 0px;
        cursor: pointer;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        color: rgb(255, 255, 255);
        padding-right: 10%;
        text-align: left;
    }

    .social ul li {
        display: inline-block;
        padding-right: 5px !important;
    }

    .footer-container .col ul li:hover {
        color: #ffffff;
        transition: 0.1s;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
    }

    .clearfix {
        clear: both;
    }

    .footer-container {
        display: flex;
        justify-content: center;
        /*  align-items: center; */
        margin-left: auto;
        margin-right: auto;

        width: 90%;
        position: relative;
        height: auto;
        background-color: #252525;
        padding-top: 50px;
        vertical-align: top;
    }

    .video-demo {
        z-index: 1;
        border-radius: 16px;
        width: 1000px;
    }
}

/*  */
/*  */
/*  */
/*  */
/*  */
@media (min-width: 1500px) {
    .header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 22px;
        width: 100%;
        height: 60px;
        margin: 0 auto;
    }

    .main-nav {
        display: flex;
    }

    .main-nav a {
        padding: 10px 10px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .main-nav a {
        color: #ffffff;
        font-size: 0.8em;
    }

    .img {
        height: 60px;
        display: flex;
        justify-content: center;
    }

    .mega-font-h {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 12vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }

    .mega-font-rus {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 8vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }

    .mega-font-t {
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        color: rgb(255, 255, 255);
        font-size: 4vh;
        margin: 0;
        text-align: left;
        padding: 0;
    }


    .row-col {
        width: 50%;
        display: flex;
        flex-direction: row;
        vertical-align: top;
    }


    .cloud-platform {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 80%;
        justify-content: center;
        margin-top: 2%;
    }


    .cp-img {
        width: 30%;
        height: auto;
    }

    .cp-col {
        background-color: rgba(24, 23, 23, 0.52);
        border-radius: 3vw;
        width: 50%;
        height: 15vw;
        display: flex;
        vertical-align: top;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 2% 0 2%;
        padding: 0 5% 0 5%;
    }

    .cp-t {
        font-size: 1.4vw;
        color: white;
        text-align: center;
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        margin-bottom: 0;
    }


    .row-team {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        margin-top: 1%;
        width: 80%;

        max-height: 500px;
        overflow: hidden;
    }

    .gimg-team {
        width: 35%;
        height: 80%;
        object-fit: cover;
    }

    .row-modules {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        margin-top: 1%;
        width: 80%;
        height: 100%;
        overflow: hidden;
    }

    .gimg-modules {
        width: 50%;
    }

    .team-text {
        width: 50%;
        display: flex;
        flex-direction: column;
        margin-left: 2%;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .usual-text {
        color: rgb(255, 255, 255);
        font-size: 16pt;
        font-family: "Exo 2", sans-serif;
        font-weight: 200;
        padding-right: 10%;
        padding-left: 10%;
        text-align: justify;
    }


    .specs {
        font-size: 12pt;
    }

    .specs-cr {
        display: flex;
        border-radius: 10px;
        width: 70%;
        background-color: #272727;
        height: 300px;
        flex-direction: row;
        padding: 50px;
        text-align: center;
    }


    .chapter {
        text-align: center;
        font-size: 3vw;
        font-family: "Exo 2", sans-serif;
        font-weight: 300;
        margin-top: 2%;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
    }


    .contact-us {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        width: 80%;
        background-color: #272727;
        flex-direction: row;
        padding: 2%;
    }

    .gform {
        width: 50%;
    }


    .map {
        width: 50%;

    }

    .map-s {
        width: 100%;
        display: none;
    }

    .price_gen {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 15%;
        padding-right: 15%;
        gap: 30px;
    }

    .delivery {

        display: flex;
        border-radius: 10px;
        width: 70%;
        background-color: #272727;
        flex-direction: column;
        padding: 2%;

    }

    .price {

        border-radius: 10px;
        width: 90%;
        background-color: #272727;
        height: 150px;
        padding: 2%;
        font-size: 22pt;
        color: white;
        font-family: "Exo 2", sans-serif;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }


    .footer-container .col {
        width: 250px;
        height: auto;
        float: left;
    }

    .footer-container .col h1 {
        margin: 0;
        padding: 0;
        font-family: "Exo 2", sans-serif;
        font-size: 12px;
        font-weight: 200;

        line-height: 17px;
        padding: 20px 0px 5px 0px;
        color: rgba(255, 255, 255, 0.2);
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.25em;
    }

    .footer-container .col ul {
        list-style-type: none;
        margin: 0;
        padding: 0;

    }

    .footer-container .col ul li {
        color: #999999;
        font-size: 14px;
        padding: 5px 0px 5px 0px;
        cursor: pointer;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        color: rgb(255, 255, 255);
        font-size: 0.8vw;
        padding-right: 10%;
        text-align: left;
    }

    .social ul li {
        display: inline-block;
        padding-right: 5px !important;
    }

    .footer-container .col ul li:hover {
        color: #ffffff;
        transition: 0.1s;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
    }

    .clearfix {
        clear: both;
    }

    .footer-container {
        display: flex;
        justify-content: center;
        /*  align-items: center; */
        margin-left: auto;
        margin-right: auto;

        width: 80%;
        position: relative;
        height: auto;
        background-color: #252525;
        padding-top: 50px;
        vertical-align: top;
    }

    .video-demo {
        z-index: 1;
        border-radius: 16px;
        width: 1300px;
    }
}


/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/


.container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.child {
    color: #ffffff;
    background-color: rgb(61, 61, 61);
    border-radius: 16px 16px 16px 16px;
    padding: 5px;
}

.position-center {
    position: absolute;
    width: 100%;
}

.slick-dots li button:before {
    background-color: #ec7d16;

    height: 10px;
    width: 10px;
    text-indent: -9999px;
    overflow: hidden;

}


/* Add some shadows to create a card effect */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #212121;
    text-align: center;
}

/* Some left and right padding inside the container */


.title {
    color: rgb(145, 145, 145);
    font-size: 14pt;
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    padding-left: 10%;
}


.button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.button:hover {
    background-color: #555;
}

.row {
    width: 60%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    background-color: #111111;
}

.block-text-style {
    font-size: 15;
    color: white;
    position: relative;
    text-align: center;
}


/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #dd6c21; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #dd6c21; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

/*  */
/*  */
/*  */


.mySlides {
    border-radius: 10px;
}

.slick-wrapper-g .slide-item {
    margin-left: 15px;
    margin-right: 15px;
    background-color: #212121;
    margin-bottom: 30px;
    border-radius: 20px;
}

.slick-wrapper-g .slide-item p {
    color: rgb(255, 255, 255);
    font-family: "Exo 2", sans-serif;
    font-weight: 200;
    font-size: 13pt;
    text-align: center;
    padding: 20px;
}


/*  */
.my-form {
    color: #dd6c21;
}

.my-form .btn-default {
    background-color: #dd6c21;
    color: #fff;
    border-radius: 0;
}

.my-form .btn-default:hover {
    background-color: #4498C6;
    color: #fff;
}

.my-form .form-control {
    border-radius: 0;
}

.myH2 {
    color: rgb(255, 255, 255);
    font-family: "Exo 2", sans-serif;
    font-weight: 300;
    font-size: 20pt;
    padding-left: 10%;

}

.myH1 {
    color: rgb(255, 255, 255);
    font-family: "Exo 2", sans-serif;
    font-weight: 300;
    font-size: 20pt;
    padding-left: 10%;
}


.container-forms {
    width: 90%;
    height: 400px;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0px 0px 20px #00000010;
    background-color: white;
    border-radius: 8px;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    color: #dd6c21;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 5px;
    font-size: 18px;
    border: 1px solid rgba(128, 128, 128, 0.199);
    margin-top: 5px;
}

textarea {
    resize: vertical;
}

button[type="submit"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 20px;
    font-size: 24px;
    border-radius: 8px;
    font-family: "Montserrat";
    color: rgb(27, 166, 247);
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s ease background-color;
}

button[type="submit"]:hover {
    background-color: rgb(214, 226, 236);
}

#status {
    width: 90%;
    max-width: 500px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border-radius: 8px;
}

#status.success {
    background-color: rgb(211, 250, 153);
    animation: status 4s ease forwards;
}

#status.error {
    background-color: rgb(250, 129, 92);
    color: white;
    animation: status 4s ease forwards;
}

@keyframes status {
    0% {
        opacity: 1;
        pointer-events: all;
    }

    90% {
        opacity: 1;
        pointer-events: all;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}