* {
    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; */
}

/* navbann */
.navban {
    background-color: rgb(23, 22, 22);
    width: 100%;
}

.navban h1 {
    color: rgb(194, 194, 191);
    font-size: 13px;
    text-align: center;
    font-family: 'Mukta', sans-serif;
}

.navban h1 a {
    text-decoration: none;
    color: rgb(109, 109, 247);
}

.iphone-15-pro {
    height: 90%;
    min-height: 130vh;
    background-image: url(./applebanner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.iphone-15-pro a{
    text-decoration: none;
}
.iphone-15-pro .title {
    text-align: center;
}

.iphone-15-pro .title h1 {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.897);
    font-weight: 700;
    padding-top: 8vh;

}
.iphone-15-pro .title p {
    font-size: 30px;
    font-weight: normal;
    color: rgba(255, 253, 253, 0.87)
}

.iphone-15-pro .cta-links {
    text-align: center;
    font-size: 25px;
}
.iphone-15-pro .cta-links a{
    color: rgb(140, 185, 233);
}
.iphone-15-pro .cta-links a:hover{
    color: rgb(206, 217, 230);
}
/* iphone15 */
.iphone-15 {
    height: 90%;
    min-height: 150vh;
    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: 8vh;

}
.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;
}
.iphone-15 .cta-links a{
    color: rgb(140, 185, 233);
}
.iphone-15 .cta-links a:hover{
    color: rgb(46, 83, 128);
}
/* iwatch */
.applewatch {
    height: 90%;
    min-height: 130vh;
    background-image: url(./iwatch.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.iwatch{
    background-color: rgba(26, 25, 25, 0.6);
    width: 100%;
    height: 130vh;
}
.name{
    display: grid;
    grid-template-columns: auto auto;
    /* grid-column-gap: 30px; */
    margin: auto;
}
.iwatch .title1 {
    /* text-align: center; */
    padding-top: 80vh;
}
.title1 img{
    height: 80px;
    padding-left: 85vh;
    margin-top: 4vh;
}
.iwatch .title1 h1 {
    font-size: 50px;
    color: rgba(254, 246, 246, 0.897);
    font-weight: 700;
    padding-top: 8vh;
    margin-right: 85vh;

}
.iwatch .title p {
    font-size: 28px;
    font-weight: normal;
    color: rgba(250, 250, 250, 0.897);
    margin-left: 100vh;
}
.iwatch .title p1 {
    font-size: 28px;
    font-weight: normal;
    color: rgba(250, 250, 250, 0.897);
    margin-left: 60vh;
}
.applewatch .cta-links {
    text-align: center;
    font-size: 25px;
    padding-bottom: 50vh;
}
.applewatch .cta-links a{
    color: rgb(92, 97, 103);
    border-radius: 90px;
    background-color: rgb(245, 244, 241);  

}
.applewatch .cta-links a:hover{
    color: rgb(32, 95, 172);
}
/* middle */
.middle{
    width:100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
}
.middlerap{
    display: grid;
    grid-template-rows: auto auto;
    /* border: 2px solid red; */
    /* margin: auto; */
}
.mid img{
    height: 80px;
    margin-left: 30vh;
    margin-top: 4vh;
}
.mid h1{
    font-size: 40px;
    color: rgba(104, 90, 90, 0.897);
    text-align: center;
}
.mid p{
    font-size: 28px;
    font-weight: normal;
    color: rgba(250, 250, 250, 0.897);
    text-align: center;
}
.mid p a{
    text-decoration: none;
}
.mid p a:hover{
    color: rgb(95, 126, 161);
}
.mid2{
    background-image: url(./applewatch.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
.mid1{
    width: 50%;
    height: 60vh;
}
.mac{
    display: grid;
    grid-template-rows: auto auto;
    /* margin: auto; */
    /* border: 2px solid red; */
}
.macbook h2{
    font-size: 35px;
    color: rgba(6, 5, 5, 0.897);
    /* font-weight: 700; */
    margin-left: 48vh;
    /* text-align: center; */
    margin-top: 4vh;
}
.macbook h1{
    font-size: 25px;
    color: rgba(104, 90, 90, 0.897);
    /* font-weight: 700; */
    margin-left: 40vh;
    /* text-align: center; */
}
.macbook p{
    font-size: 25px;
    font-weight: normal;
    color: rgba(250, 250, 250, 0.897);
    margin-left: 45vh;
}
.macbook p a{
    text-decoration: none;

}
.macbook p a:hover{
    color: rgb(95, 126, 161);
}
.mac2{
    background-image: url(./macbook-pro-202310.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.mac1{
    width: 50%;
    height: 60vh;
}
/* middle2 */
.middle2{
    width:100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
}
.middlerap2{
    display: grid;
    grid-template-rows: auto auto;
     /* border: 2px solid red; */
    /* margin: auto; */
}
.midd h2{
    font-size: 40px;
    color: rgba(21, 18, 18, 0.897);
    text-align: center;
}
.midd h1{
    font-size: 32px;
    color: rgba(104, 90, 90, 0.897);
    text-align: center;
}
.midd p{
    font-size: 25px;
    font-weight: normal;
    color: rgba(250, 250, 250, 0.897);
    text-align: center;
}
.midd p a{
    text-decoration: none;
}
.midd p a:hover{
    color: rgb(95, 126, 161);
}
.midd2{
    background-image: url(./ipad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2vh;
}
.midd1{
    width: 50%;
    height: 60vh;
}
.pod{
    display: grid;
    grid-template-rows: auto auto;
    /* margin: auto; */
    /* border: 2px solid red; */
}
.airpod{
    background-color: black;
}
.airpod h2{
    font-size: 35px;
    color: rgba(251, 242, 242, 0.897);
    /* font-weight: 700; */
    margin-left: 48vh;
    /* text-align: center; */
    margin-top: 4vh;
}
.airpod h1{
    font-size: 25px;
    color: rgba(240, 231, 231, 0.897);
    /* font-weight: 700; */
    margin-left: 40vh;
    /* text-align: center; */
}
.airpod p{
    font-size: 25px;
    font-weight: normal;
    color: rgba(255, 253, 253, 0.897);
    margin-left: 45vh;
}
.airpod p a{
    text-decoration: none;
    color: rgba(255, 253, 253, 0.897);

}
.airpod p a:hover{
    color: rgb(95, 126, 161);
}
.pod2{
    background-image: url(./airpod.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.pod1{
    width: 50%;
    height: 60vh;
    
}
.v video{
    
    position:absolute;
    width: 100%;
    height: auto;
    margin-top: 6vh;
}
/* middle3 */
footer {
    background-color: rgb(242, 242, 241);
    height: 220vh;
    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;
}

