* {
    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; */
}
.ban video{
    position:absolute;
    width: 100%;
    height: auto;
}
.i15{
    background-image: url(./i15.jpg);
    background-repeat:no-repeat ;
    background-size: cover;
    width: 100%;
    height: 120vh;
    margin-top: 120vh;
}
.i15p{
    width: 100%;
    height: 100vh;
}
.pocus h1{
    color: rgb(159, 142, 116);
    font-size: 60px;
    margin-left: 5vh;
    border-bottom: 4px solid rgb(96, 84, 66);
    margin-top: 2vh;
    width: 50%;
    /* text-align: center; */
    
}
.pocus video{
    position:absolute;
    width: 100%;
    height: auto;
    margin-top: 5vh;
}
.f1{
    background-color: black;
    width: 100%;
    height: 200vh;
}
.p h1{
    font-size: 70px;
    font-weight: bold;
    margin-left: 50vh;
    text-align: center;
    /* border-bottom: 5px solid black; */
    width: 50%;
    padding-top: 143vh;
    color: azure;
}
.p video{
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 10vh;
    /* border-top: 2px solid black; */
    /* margin-left: 30vh; */
}
.p1 h1{
    font-size: 46px;
    font-weight: bold;
    margin-left: 50vh;
    text-align: center;
    /* border-bottom: 5px solid black; */
    width: 50%;
    padding-top: 120vh;
    color: rgb(9, 10, 10);
}
.p1 video{
    position: absolute;
    width: 90%;
    height: 90vh;
    margin-top: 10vh;
    margin-left: 19vh;
    /* border-top: 2px solid black; */
    /* margin-left: 30vh; */
}
.long{
    background-image: url(./ios17__e2zdgdkbpjue_large_2x.jpg);
    background-repeat:no-repeat ;
    background-size: cover;
    width: 90%;
    height: 120vh;
    margin-top: 110vh;
    margin-left: 10vh;
}
.longpos{
    width: 100%;
    height: 100vh;
}
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;
}


