* {
    margin: 0vh;
    padding: 0px;
    box-sizing: border-box;
}

#nav {
    width: 100%;
    height: 8.8vh;
    background-color: rgb(23, 22, 22);
    top: 0px;
    position: sticky;
}

.navrap {
    width: 90%;
    margin: auto;
}

.logo {
    margin-top: 1px;
    position: absolute;
    margin-top: 10px;
}

.navrap .logo img {
    height: 4.5vh;
    margin-left: 54vh;

}

.navrap .logo img a:hover {
    color: rgb(204, 207, 210);
}

.menu ul {
    display: flex;
    justify-content: space;
    padding-left: 70vh;

}

.menu ul li {
    margin: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
}

.menu ul li a {
    color: rgb(194, 194, 191);
    text-decoration: none;
    font-size: 13px;
    /* text-transform: uppercase; */
    /* font-size: 10px; */
    /* padding-right: 10vh; */
    /* margin-right: 20vh; */
    /* font-weight: bold;  */
}

.menu ul li a:hover {
    color: rgb(255, 255, 255);
}

.home {
    /* margin-left: 750px; */
}
.pro{
    background-color: black;
    width: 100%;
    height: 50vh;
    margin-bottom: 3vh;
}
.ban h1 {
    font-size: 70px;
    font-weight: bold;
    margin-left: 5vh;
    border-bottom: 5px solid rgb(255, 255, 255);
    width: 50%;
    padding-top: 6vh;
    color: white;

}

.ban video {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 10vh;
    border-top: 2px solid black;
}

.phone {
    background-color: rgb(7, 7, 7);
    width: 100%;
    margin-top: 105vh;
    height: 150vh;
}

.banner h1 {
    font-size: 70px;
    font-weight: bold;
    margin-left: 50vh;
    text-align: center;
    /* border-bottom: 5px solid black; */
    width: 50%;
    margin-top: 10vh;
    color: azure;

}

.banner video {
    position: absolute;
    width: 70%;
    height: auto;
    margin-top: 18vh;
    /* border-top: 2px solid black; */
    margin-left: 30vh;
}
.poster{
    background-image: url(./maxresdefault.jpg);
    background-repeat:no-repeat ;
    background-size: cover;
    width: 100%;
    height: 100vh;
    /* margin-top: 3vh; */
    /* margin-right:5vh ; */
}
.i15pro{
    width: 100%;
    height: 100vh;
}
.usb{
    background-color: black;
    width: 100%;
    height: 200vh;

}
.usbpos h1{
    color: rgb(177, 176, 176);
    font-size: 60px;
    text-align: center;
    
}
.usbpos img{
    width: 80%;
    height: 150vh;
    margin-left: 20vh;
    margin-top: 10vh;
}
footer {
    background-color: rgb(242, 242, 241);
    height: 250vh;
}

.logo-footer {
    width: 50px;
    margin-top: 10vh;
}

.txt-copy {
    margin: 0;
}

.txt-copy a {
    color: #fff;
    text-decoration: underline;
}

.txt-copy a:hover {
    text-decoration: none;
}
.footer-container{
    display: flex;
}
.footer-list {
   margin-left: 8vh;
    width: 30%;
    margin-top: 8vh;
    
}

.footer-list p a {
    color: #1d1d1f;
    text-decoration: none;
}

.footer-list p a:hover {
    text-decoration: underline;
}

.clear-footer {
    clear: left;
}
.foot-notes ul li{
    color: #86868b;
    height: 8vh;
    margin: 10px 0;
    text-align: left;
    margin-top: 5vh;
}
.footer-container, .footer-list-container{
    width: 70%;
    margin: 0 auto;
}

