@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');


* {
    margin-top: 0;
    margin-left: 0;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'montserrat', sans-serif;


}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #fff;
}

ul {
    list-style: none;

}

li {

    display: inline-block;
}

.header {
    width: 100%;
    height: 100px;
    background-color: transparent;
}

.header .nav-bar {
    width: 90%;
    height: 80px;
    line-height: 80px;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: space-between;


}

.header .nav-bar .logo {
    z-index: 2;
}

.header .nav-bar .logo a {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.header .nav-bar .menu {
    z-index: 2;
}

.header .nav-bar .menu ul {
    display: inline-flex;

}

.header .nav-bar .menu ul li {
    margin-right: 30px;

}

.header .nav-bar .menu ul li a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all 0.5s;
    opacity: 0.8;
    color: #fff;
}

.header .nav-bar .menu ul li a.active {
    opacity: 1;
    background-color: #000;
    color: #fff;
}

.header .nav-bar .social-media {
    z-index: 2;

}

.vvideo {
    right: 0;
    bottom: 0;
    position: absolute;
    min-height: 100%;
    z-index: -4;
    min-width: 100%;
    width: auto;
    height: auto;


}

.header .nav-bar .social-media,
ul li i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
    text-align: center;
    align-items: center;
    font-size: 19px;
    border-radius: 5px;

    box-shadow: 0 0 25px blue;
    transition: all 0.5s;
    color: red;

}

.hoov:hover {
    cursor: pointer;
    background-color: #19d7f8;
    display: block;
}


.empty {
    display: none;
}

.block {
    display: none;
    flex-direction: column;
    overflow: hidden;

}

#span {
    align-items: center;
    margin-left: 70%;
    border-radius: 3px;
}

Signup-El {
    top: 10px;
    right: 80px;
    position: absolute;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid transparent;
    border-radius: 50px;
    transition: .40s;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-image: linear-gradient(#42455a, #42455a), radial-gradient(circle at top left, #19d7f8);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.Signup-El span {
    display: block;
    padding: 10px 30px;

}

.Signup-El:hover {
    background-color: transparent;
    color: #19d7f8;

}

.banner {
    width: 80%;
    height: 70%;
    top: 25%;
    left: 130px;
    position: absolute;
    color: #fff;
}

.app-text {
    width: 50%;
    float: left;
    font-size: large;

}

.app-text h1 {
    font-size: 43px;
    width: 640px;
    position: relative;
    margin-left: 40px;
}

Tn {

    font-size: 43px;
    width: 640px;
    position: relative;
    margin-left: 40px;
}



.app-text p {
    width: 650px;
    font-size: 15px;
    margin: 30px 0 30px 40px;
    line-height: 25px;
    color: #919191;

}

@media screen and (max-width:600px) {
    .vvideo {
        right: 0;
        bottom: 0;
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        margin: auto;
        height: auto;
        z-index: -1;

    }

    .header .nav-bar .menu ul li a {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 5px;
        border-radius: 5px;
        text-transform: capitalize;
        transition: all 0.5s;
        opacity: 0.8;
        color: #fff;
    }

    .header .nav-bar .logo a {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    Signup-El {
        top: 10px;
        right: 60px;
        position: absolute;
        text-decoration: none;
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        border: 2px solid transparent;
        border-radius: 50px;
        transition: .40s;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-image: linear-gradient(#42455a, #42455a), radial-gradient(circle at top left, #19d7f8);
        background-origin: border-box;
        background-clip: content-box, border-box;
    }

    .Signup-El span {
        display: block;
        padding: 10px 30px;

    }
}