@font-face {
    font-family: "Hurme Geometric Sans 3 W03 Rg";
    src: url("https://storage.googleapis.com/images.fletx.co/core/fonts/HurmeGeometricSans3W03Rg/baa223ce70692d6c7c620ede6f841f29.eot"); /* IE9*/
    src: url("https://storage.googleapis.com/images.fletx.co/core/fonts/HurmeGeometricSans3W03Rg/baa223ce70692d6c7c620ede6f841f29.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://storage.googleapis.com/images.fletx.co/core/fonts/HurmeGeometricSans3W03Rg/baa223ce70692d6c7c620ede6f841f29.woff2") format("woff2"), /* chrome、firefox */
    url("https://storage.googleapis.com/images.fletx.co/core/fonts/HurmeGeometricSans3W03Rg/baa223ce70692d6c7c620ede6f841f29.woff") format("woff"), /* chrome、firefox */
    url("https://storage.googleapis.com/images.fletx.co/core/fonts/HurmeGeometricSans3W03Rg/baa223ce70692d6c7c620ede6f841f29.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("https://storage.googleapis.com/images.fletx.co/core/fonts/HurmeGeometricSans3W03Rg/baa223ce70692d6c7c620ede6f841f29.svg#Hurme Geometric Sans 3 W03 Rg") format("svg"); /* iOS 4.1- */
}

body {
    margin-top: 10px;
    margin: 0;
    font-family: "Hurme Geometric Sans 3 W03 Rg" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    background-color: #14182e;
}

.nav_bar {
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 10vh;
    background-color: #FFFFFF;
    top: 0;
}

.logo_menu {
    width: 50%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    align-content: center;
    width: 100%;
    margin: 0%;
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    color: #11172e;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
}

#login_button {
    color: #d94240;
}



@media screen and (max-width:1600px) {
    .nav-links {
        width: 70%;
    }
    .nav-links {
        font-size: 16px;
    }
}

@media screen and (max-width: 1300px) {
    body {
        overflow-x: hidden;
    }
    .nav-links {
        position: absolute;
        right: 0px;
        height: 92vh;
        top: 8vh;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
    }
}

.nav-active {
    transform: translate(0%)
}

@keyframes navLinkfade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.nav li:hover {
    border-bottom: #d94240;
}

header nav {
    float: right;
}

header nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul li {
    list-style: none;
}

header nav ul a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #0C142E;
    text-decoration: none;
    display: block;
}

header nav ul a:hover,
header nav ul a.active {
    color: #2A2A2A;
}

@media (max-width: 1300px) {
    header {
        padding: 0 20px;
    }
    header nav {
        position: absolute;
        width: 100%;
        height: calc(32vh - 50px);
        background: #FFFFFF;
        top: 50px;
        left: -100%;
        transition: 0.5s;
    }
    header nav.active {
        left: 0;
    }
    header nav ul {
        display: block;
        text-align: center;
    }
    header nav ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}

@media screen and (max-width:1300px) {
    .page {
        padding: 0;
        margin: 0;
        align-content: center;
        justify-content: center;
    }
}

@media screen and (max-width:720px) {
    #icon_fletx_store {
        width: 50%;
    }
    .icons_app {
        width: 100%;
        display: contents;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}



/*   contact  */


/* Style inputs */

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    margin-top: 2px;
    margin-bottom: 15px;
    resize: vertical;
}

input[type=submit] {
    color: #fff;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 33px;
    width: 190px;
    -webkit-box-shadow: 4px 21px 15px -9px rgba(12, 20, 46, 0.38);
    -moz-box-shadow: 4px 21px 15px -9px rgba(12, 20, 46, 0.38);
    box-shadow: 4px 21px 15px -9px rgba(12, 20, 46, 0.38);
    width:100%;
}

input[type=submit]:hover {
    background-color: #070d1f;
}


/* Style the container/contact section */

.container {
    border-radius: 5px;
    padding: 10px;
}


/* Create two columns that float next to eachother */

.column {
    float: left;
    margin-top: 6px;
    padding: 20px;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 1300px) {
    .column,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

.contact_form {
    background-color: #11172e;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 21px 15px -9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 21px 15px -9px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 21px 15px -9px rgba(0, 0, 0, 0.3);
}

footer {
    background-color: #0C142E;
}

.footer_text {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    align-content: center;
    justify-content: center;
    background: #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Text_contact_foot {
    text-align: justify;
    padding: 20px 100px 0 0;
    font-size: 14px;
    font-weight: 500;
    align-content: center;
    justify-content: center;
    -webkit-background-clip: text;
}

.logo_contact {
    width: 40%;
    padding: 20px 0;
}

@media screen and (max-width: 1000px) {
    .Text_contact_foot {
        padding: 0px;
    }
    .logo_contact {
        width: 60%;
    }
}