* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: black;
}

body {
    background-color: white;
}

.nav {
    background-color: rgba(255, 255, 255, 0.95);
    height: 44px;
    width: 100%;
    display: flex;
    position: absolute;
    position: fixed;
    z-index: 100000;

    /* align-content: center; */
    /* justify-content: space-around; */

}

.apple {
    font-size: 1.2rem;
    margin: 0 382px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.store {
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    right: 362px;
    z-index: 2;
}


.Mac {
    padding-left: 30px;
}

.search {
    padding-left: 50px;
    font-size: 1rem;
    opacity: 0.8;
}

.bag {
    padding-left: 45px;
    font-size: 1rem;
    opacity: 0.8;
}

.watchsection {
    height: 280px;
    width: 100%;

    display: flex;
    background-color: #f5f5f7;

}


.watchtext {
    display: flex;
    position: absolute;
    z-index: 2;
    color: black;
    top: 100px;
    font-size: 50px;
    gap: 10px;
    left: 660px;

}

.watchtext i {
    position: relative;
    top: 7px;
}

.watchtext a {
    text-transform: uppercase;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 50px;
    font-weight: 500;
}

.series {
    display: flex;
    position: relative;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 5px;
    font-style: normal;
    top: 60px;
    right: 173px;
}

.more {
    display: inline-block;
    background: #0071e3;
    color: #fff;
    border: 1px solid;
    border-radius: 40px;
    font-size: 17px;
    width: 130px;
    height: 48px;
    position: relative;
    top: 110px;
    right: 379px;
    cursor: pointer;


}

.buy {
    display: inline-block;
    width: 78px;
    height: 48px;
    background: transparent;
    border: 1px solid #0071e3;
    color: #0071e3;
}

.buy:hover {
    background: #0071e3;
    color: #fff;

}

.watch {
    background-image: url(./watch.png);
    position: relative;
    height: 320px;
    width: 100%;
    z-index: 1;
}

.ipadsection {
    background: #000;

}

.ipadtext a {
    color: white !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 700;
    text-transform: none;
}


.ipadtext {
    position: relative;
    z-index: 10;
    top: 63px;
    height: 60px;
    text-transform: none;
}

.ipadseries {
    font-size: 25px !important;
    font-weight: 400 !important;
    text-transform: none;
    right: 300px;
    top: 70px;
    letter-spacing: 0;
}

.ipad {
    background-image: url(./ipads.png);
    height: 380px;
    position: relative;
    bottom: 40px;

}

.ipadmore {
    display: inline-block;
    background: #0071e3;
    color: #fff;
    border: 1px solid #0071e3;
    border-radius: 40px;
    font-size: 17px;
    width: 130px;
    height: 48px;
    position: relative;
    top: 192px;
    right: -30px;
    cursor: pointer;
}

.ipadbuy {
    display: inline-block;
    width: 78px;
    height: 48px;
    background: transparent;
    border: 1px solid #0071e3;
    color: #0071e3;
    right: -40px;
}

.ipadbuy:hover {
    background: #0071e3;
    color: white;
}

.hero3 {
    height: 565px;
}

.iphonesection {
    background-color: #f5f5f7;
    position: relative;
    top: -35px;
    height: 245px;
}

.iphone {
    background: url(./iphone.png);
    height: 350px;
}

.iphonetext {
    display: inline-block;
    top: 10px;
    width: 400px;
    height: 60px;
}

.iphonetext a {
    z-index: 10;
    color: black !important;
    position: relative;
    left: 20px;
    top: 10px;
    font-family: sans-serif !important;
}

.iphoneseries a {
    display: flex;
    position: relative;
    left: 526px;
    top: 10px;
    height: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.iphonemore {
    right: 40px;
    top: 136px;

}

.iphonebuy {
    right: 30px;
    width: 132px;
    top: 136px;

}

.iphonebuy:hover {
    background: #0071e3;
    color: white;
}

.hero4 {
    width: 100%;
    height: 590px;
    display: flex;
    gap: 15px;
}

.img {
    width: 50%;
    height: 580px;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 100px;
    font-size: 25px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;

}

.img h3 {
    font-size: 20px;
    font-weight: 400;
}
.img2txt{
    height: 180px;
    width:400px ;
    position: relative;
    bottom: 80px;
    left: 160px;
} 
.img3txt{
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    gap: 4px;
}
.hero5{
    width: 100%;
    height: 590px;
    display: flex;
    gap: 15px;
}
.img4txt{
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    gap: 4px;
}
.img3{
    background-image: url(./promo_college_students__bxqdcoxgjzw2_large.jpg) !important;
    
}
.img4{
    background-image: url(./promo_ipad_air__bfbxzvw65c02_large.jpg) !important;
}
.hero6{
    width: 100%;
    height: 590px;
    display: flex;
    gap: 15px;
}
.img5{
    background-image: url(./promo_iphone_tradein__bugw15ka691e_large.jpg) !important;

}
.img6{
    background-image: url(./promo_apple_card__5cm7draujpey_large.jpg) !important;
}
.btns {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 10px;


}

.imgmore {
    /* display: inline-block; */
    display: flex;
    background: #0071e3;
    color: #fff;
    border: 1px solid #0071e3;
    border-radius: 40px;
    font-size: 17px !important;
    width: 130px;
    height: 48px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: 14px;

}

.imgbuy {
    display: flex;
    font-size: 17px !important;
    width: 78px;
    height: 48px;
    border-radius: 40px;
    background: transparent;
    border: 1px solid #0071e3;
    color: #0071e3;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 14px;

}

.imgbuy:hover {
    background: #0071e3;
    color: white;
}

.img1 {
    background-image: url(./big\ apple.png);

}

.img2 {
    background-image: url(./macbook.jpg);
    display: flex;
    /* align-items: flex-start; */
    justify-content: center;
 
}

footer {
    background-color: #f5f5f7;
    width: 100%;
    height: 2200px;
    color: rgb(126, 125, 125);
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.one {
    margin: 0 280.5px;
    padding: 0 22px;
    padding: 17px 0 0 0;

}

.two {
    margin: 0 280.5px;
    padding: 0 22px;
    padding: 17px 0 0 0;
}

.links {
    border-top: 2px solid rgb(214, 214, 214);
    border-bottom: 2px solid rgb(214, 214, 214);
    ;
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
}
li:hover{
    text-decoration: underline;
    cursor: pointer;
}
.section1 {
    padding-top: 20px;
    width: 196px;


}

li {
    padding: 0 20px 9.6px 0;
    list-style-type: none;
    font-size: 13px;
}

.section2 {
    padding-top: 20px;
    width: 196px;
}

.section3 {
    padding-top: 20px;
    width: 196px;
}

.section4 {
    padding-top: 20px;
    width: 196px;
}

.section5 {
    padding-top: 20px;
    width: 196px;
}

.end {
    margin: 20px 280.5px;
    padding: 0 22px;
    display: flex;
    justify-content: space-around;
}
span:hover{
text-decoration: underline;
}