* {
    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; */
}
.uban video{
    position:absolute;
    width: 100%;
    height: auto;
}
.ult{
    background-image: url(./applewatch.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 120vh;
    margin-top: 150vh;
    /* margin-left: 10vh; */
}
.uw{
    width: 100%;
    height: 120vh;
}
.ut{
    background-image: url(./endurance_hero__do7ogh70p12e_large_2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 120vh;
    /* margin-top: 150vh; */
    /* margin-left: 10vh; */
}
.lt{
    width: 100%;
    height: 120vh;
}
.lt h1{
    font-size: 30px;
    text-align: justify;
    color: rgb(211, 215, 218);
    padding-top: 50vh;
    margin-left: 20vh;
}
.lt p{
    font-size: 80px;
    text-align: justify;
    color: orangered;
    margin-left: 10vh;
    font-weight: bold;
}
.ult2 img {
    height: 80px;
    margin-left: 88vh;
    margin-top: 8vh;
}

.ult2 h1 {
    font-size: 40px;
    color: rgba(104, 90, 90, 0.897);
    text-align: center;
}

.ult2 p {
    font-size: 28px;
    font-weight: normal;
    color: rgba(100, 99, 99, 0.897);
    text-align: center;
}
.ut1{
    background-image: url(./design_ready__dm2wm45xodea_large_2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 120vh;
    margin-top: 10vh;
    /* margin-top: 150vh; */
    /* margin-left: 10vh; */
}
.lt1{
    width: 100%;
    height: 120vh;
}
.lt1 h1{
    font-size: 30px;
    text-align: justify;
    color: rgb(38, 39, 40);
    padding-top: 60vh;
    margin-left: 100vh;
}
.lt1 p{
    font-size: 80px;
    text-align: justify;
    color: rgb(240, 144, 42);
    margin-left: 80vh;
    font-weight: bold;
}
.ad{
    background-image: url(./design_sip__dfclfj3j9lua_large_2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 140vh;
    margin-top: 10vh;
    /* margin-top: 150vh; */
    /* margin-left: 10vh; */
}
.ad1{
    width: 100%;
    height: 140vh;
}
.ad1 h1{
    font-size: 30px;
    text-align: justify;
    color: rgb(203, 211, 219);
    padding-top: 40vh;
    margin-left: 100vh;
}
.ad1 p{
    font-size: 30px;
    text-align: justify;
    color: rgb(255, 252, 249);
    margin-left: 85vh;
    padding-top: 25vh;
    
    font-weight: bold;
}
/* .ad1 p1{
    font-size: 80px;
    text-align: justify;
    color: rgb(240, 144, 42);
    margin-left: 80vh;
    font-weight: bold;
} */
.ad2{
    background-image: url(./design_tough__cxf55rbuc4q6_large_2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 140vh;
    margin-top: 10vh;
    /* margin-top: 150vh; */
    /* margin-left: 10vh; */
}
.ad3{
    width: 100%;
    height: 140vh;
}
.ad3 h1{
    font-size: 30px;
    text-align: justify;
    color: rgb(1, 1, 1);
    padding-top: 29vh;
    margin-left: 10vh;
}
.ad3 p{
    font-size: 15px;
    text-align: justify;
    color: rgb(90, 89, 88);
    margin-left: 10vh;
    padding-top: 3vh;
    
    /* font-weight: bold; */
}
.ad3 h2{
    font-size: 18px;
    text-align: justify;
    color: rgb(240, 144, 42);
    margin-left: 10vh;
    font-weight: bold;
}
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;
}

