* {
    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; */
}
.banip{
    background-image: url(./maxresdefault.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.posip{
    width: 100%;
    height: 100vh;
}
.iphone-15 {
    height: 90%;
    min-height: 100vh;
    background-image: url(./iphone15.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.iphone-15 a{
    text-decoration: none;
}
.iphone-15 .title {
    text-align: center;
}

.iphone-15 .title h1 {
    font-size: 50px;
    color: rgba(53, 50, 50, 0.897);
    font-weight: 700;
    padding-top: 5vh;

}
.iphone-15 .title p {
    font-size: 28px;
    font-weight: normal;
    color: rgba(53, 50, 50, 0.897);
}

.iphone-15 .cta-links {
    text-align: center;
    font-size: 25px;
    padding-bottom: 3vh;
    
}
.iphone-15 .cta-links a{
    color: rgb(140, 185, 233);
}
.iphone-15 .cta-links a:hover{
    color: rgb(46, 83, 128);
}
.s{
    background-image: url(./iphone_se_hero__gd586pazxqqa_large_2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-top: 5vh;
    /* margin-left: 20vh; */
}
.se{
    width: 100%;
    height: 100vh;
}
.se h1{
    text-align: justify;
    font-size: 30px;
    color: black;
    margin-left: 35vh;
    padding-top: 30vh;

}
.se p{
    text-align: justify;
    font-size: 40px;
    color: rgb(51, 82, 183);
    margin-left: 25vh;
    font-weight: bold;
}
.se p1{
    text-align: center;
    font-size: 20px;
    color: black;
    margin-left: 35vh;
}
.g{
    background-image: url(./guided_tour__c40f88on9o8y_small_2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    height: 150vh;
    margin-top: 3vh;
    margin-left: 10vh;
}
.gt{
    width: 90%;
    height: 150vh;
}
.gt h1{
    text-align: justify;
    font-size: 25px;
    color: rgb(255, 253, 253);
    margin-left: 25vh;
    padding-top: 55vh;

}
.gt p{
    text-align: justify;
    font-size: 40px;
    color: rgb(247, 248, 251);
    margin-left: 25vh;
    font-weight: bold;
}
.gt p1{
    text-align: center;
    font-size: 20px;
    color: black;
    margin-left: 35vh;
    background-color: azure;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px ;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.gt p1 a{
    text-decoration: none;
    color: black;
}
.gt p1 a:hover{
    background-color: rgb(166, 200, 189);
}
.iph h1 {
    font-size: 50px;
    color: black;
    text-align: center;
    font-weight: bolder;
    margin-top: 8vh;
}

.ipbuy {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 5vh;
}
.ipro{
    border: 2px solid rgb(255, 255, 255);
}
.ipro img {
    max-width: 50%;
    height: auto;
    /* color: rgb(160, 197, 231); */
    display: inline-block;
    margin-left: 18vh;
    margin-top: 15vh;
    /* margin-bottom: 2vh; */
}

.ipro h1 {
    font-size: 35px;
    color: rgba(32, 27, 27, 0.897);
    text-align: center;
    /* margin-left: 3vh; */
    margin-left: 5vh;
    margin-top: 2vh;

}
.ipro p{
    font-size: 25px;
    font-weight: normal;
    color: rgba(50, 44, 44, 0.897);
    text-align: center;
    margin-left: 5vh;
}
.ipro p1 {
    font-size: 23px;
    font-weight: normal;
    color: rgba(49, 45, 45, 0.897);
     text-align: center;
    /* padding-left: 30vh;  */
    margin-left: 20vh;
}
.ip15 {
    border: 2px solid rgb(255, 255, 255);
}

.ip15 img {
    max-width: 80%;
    height: 40vh;
    /* color: rgb(160, 197, 231); */
    display: inline-block;
    margin-right: 2vh;
     margin-top:  16vh;
    /* margin-bottom: 2vh; */
}

.ip15 h1 {
    font-size: 35px;
    color: rgba(32, 27, 27, 0.897);
    text-align: center;
    margin-right: 15vh;
    margin-top: 2vh;
}
.ip15 p{
    font-size: 25px;
    font-weight: normal;
    color: rgba(50, 44, 44, 0.897);
    text-align: center;

    margin-right: 8vh;
}
.ip15 p1 {
    font-size: 23px;
    font-weight: normal;
    color: rgba(49, 45, 45, 0.897);
    text-align: center;
    margin-left: 10vh;
}
.ip14{
    border: 2px solid rgb(255, 252, 252);
}
.ip14 img {
    max-width: 80%;
    height: 40vh;
    /* color: rgb(160, 197, 231); */
    display: inline-block;
    margin-top: 15vh;
    /* margin-bottom: 2vh; */
}

.ip14 h1 {
    font-size: 35px;
    color: rgba(32, 27, 27, 0.897);
    text-align: center;
    margin-right:20vh;
    margin-top: 2vh;
}
.ip14 p{
    font-size: 25px;
    font-weight: normal;
    color: rgba(50, 44, 44, 0.897);
    text-align: center;
    margin-right: 10vh;
}

.ip14 p1 {
    font-size: 20px;
    font-weight: normal;
    color: rgba(50, 44, 44, 0.897);
    text-align: center;
    margin-left: 6vh;
}

.ipse{
    border: 2px solid rgb(255, 252, 252);
}
.ipse img {
    max-width: 80%;
    height: 40vh;
    margin-top: 15vh;
    /* color: rgb(160, 197, 231); */
    display: inline-block;
    /* margin-bottom: 2vh; */
}

.ipse h1 {
    font-size: 33px;
    color: rgba(32, 27, 27, 0.897);
    text-align: center;
    margin-right:20vh;
    margin-top: 2vh;
}
.ipse p{
    font-size: 25px;
    font-weight: normal;
    color: rgba(50, 44, 44, 0.897);
    text-align: center;
    padding-right: 18vh;
}
.ipse p1 {
    font-size: 20px;
    font-weight: normal;
    color: rgba(50, 44, 44, 0.897);
    text-align: center;
    margin-left: 6vh;
}
.a{
    background-image: url(./airtag__b5lt0bcbd9ua_small_2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    height: 100vh;
    margin-top: 5vh;
    margin-left: 10vh;
}
.at{
    width: 95%;
    height: 100vh;
}
.at h1{
    text-align: center;
    font-size: 40px;
    color: rgb(23, 22, 22);
    margin-left: 15vh;
    padding-top: 15vh;
    font-weight: bold;
    /* background-color: rgb(238, 239, 240); */

}
.at p{
    text-align: center;
    font-size: 40px;
    color: rgb(16, 17, 18);
    margin-left: 15vh;
    margin-top: 8vh;
    font-weight: bold;
    background-color: rgb(241, 241, 241);
}
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;
}