* {
    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; */
}
.sban video{
    position:absolute;
    width: 100%;
    height: auto;
}
.s9{
    background-image: url(./Screenshot_2023-09-29_at_82518_PM_1695999474435.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150vh;
    margin-top: 120vh;
    /* margin-left: 10vh; */
}
.spos{
    width: 100%;
    height: 150vh;
}
.spos h1{
    text-align: justify;
    font-size: 40px;
    color: rgb(240, 187, 187);
    margin-left: 25vh;
    padding-top: 55vh;

}
.st{
    background-color: black;
    height: 80vh;
    
}
.st h1{
    color: rgb(235, 162, 162);
    font-size: 50px;
    text-align: justify;
    margin-left: 30vh;
   

}
.sw{
    background-color: black;
    height: 100vh;
}
.sw h1{
    color: rgb(173, 170, 170);
    font-size: 50px;
    text-align: justify;
    margin-left: 10vh;

}
.sw img{
    width: 100%;
    height: 120vh;
}
.aw{
    background-color: black;
    height: 120vh;
}
.aw h1{
    color: rgb(27, 111, 181);
    font-size: 170px;
    text-align: center;
    
    padding-top: 30vh;

}
.aw img{
    width: 100%;
    height: 100vh;
}
.at{
    background-color: black;
    height: 80vh;
    margin-top: 30vh;
    
}
.at h1{
    color: rgb(230, 199, 199);
    font-size: 40px;
    text-align: justify;
    margin-left: 30vh;
    padding-top: 20vh;
   

}
.apos{
    background-image: url(./apple-watch-series-9-launched.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 110vh;
    /* margin-top: 10vh; */
    /* margin-left: 10vh; */
}
.awpos{
    width: 100%;
    height: 100vh;
}
footer {
    background-color: rgb(242, 242, 241);
    height: 235vh;
    /* margin-top: 130vh; */
}

.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;
}