body {
    background-image: url('https://i.ibb.co/f0YS4Yd/charset-Ascii-binary-comment.jpg');
    /* background-position: center ; */
    background-repeat: no-repeat;
    background-size: 1400px;
    font-family: 'Poppins', sans-serif;
}

:root {
    --bg-color-1: #1E3163;
    --bg-color-2: #263668;
    --bg-color-3: #567D79;
    --bg-color-4: #69BABF;
}

.reset {
    padding: 0;
    margin: 0;
}






/*DEFAULT*/
a,
textarea,
li,
button {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
    resize: none;
    list-style: none;
    outline: none !important;
}

p,
.title,
.sub-title {
    line-height: 1.4em;
    letter-spacing: 0.08em;
}

.title {
    font-size: 2.1em;
}

.sub-title {
    font-size: 1.3em;
    color: gray;
}

em {
    font-style: normal;
    color: #d80b1a;
}

.fa-check {
    color: green;
}

.fa-times {
    color: #d80b1a;
}










/*ANIMATION*/
.ml9 {
    position: relative;
}

.ml9 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
}

/* endAnimation */

@media only screen and (min-width:1200px) {
    .nav-item>.nav-link {
        padding: 5px 20px !important;
        display: block;
    }
}

@media only screen and (max-width:922px) {
    .header-inner {
        background-color: white !important;
    }

    .nav-item>.nav-link {
        color: black !important;
    }

    .logo {
        color: #000 !important;
        font-weight: 600 !important;
    }
}


.header {
    position: relative;
    width: 100%;
}

.header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}

.logo {
    color: #ffffff;
}

.nav-item .nav-link {
    display: block;
    line-height: 36px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: 0.15s;
}

.nav-item .nav-link:hover {
    color: #69BABF;
}

.header-btn {
    color: #ffffff;
    border-radius: 30px;
    background-color: grey;
    border: 10px;
    font-weight: 500;
    outline: 50px;
    font-size: 15px;
    padding: 7px 22px;
    transition: 0.5s;
}

.header-btn:hover {
    background-color: #69BABF;
    cursor: pointer;
}

.navbar-scroll {
    background-color: #ffffff;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition-duration: o.6s;
}

.navbar-scroll .nav-item .nav-link {
    color: #000;
}

.navbar-scroll .nav-item .nav-link:hover {
    color: #69BABF;
}

.navbar-scroll .header-btn {
    color: #ffffff;
    background-color: grey;
}

.navbar-scroll .header-btn:hover {
    background-color: #fe4066;
}

.navbar-scroll .logo {
    color: #000;
    font-weight: 500;
}




/* marque */
.wrapper {

    position: relative;
    width: 100%;
    height: 65px;
    /* margin: auto; */
    background: #000;
    overflow: hidden;
    bottom: 50%;
}

.box {
    /* height: 65px; */
    /* width: 100% !important; */
    position: absolute;
    background: transparent;
    font-size: 20px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.boxes {
    position: relative;
}