* {
    margin: 0;
    padding: 0;
    font-family: "helvetica", "neue";
}

#main {
    height: 800px;
}

#nav {
    height: 48px;
    background-color: rgb(22, 22, 23);
    display: flex;
    justify-content: center;
    /* position: fixed; */

}

#list {
    list-style: none;
    display: flex;
    gap: 29px;
    align-items: normal;
    height: 100%;
    padding-bottom: 10px;
}

li {
    color: white;
    height: 100%;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
}

.logo {
    width: 100%;
    height: 50%;

}

.buy:hover {
    background-color: #0071e3;
    color: white;
}

#logo {
    position: relative;
    bottom: 6px;
}

#hero {
    background-image: url(./images/hero2.jpg);
    height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#heading {
    display: flex;
    color: white;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding-top: 20px;
}

.learn {
    height: 44px;
    width: 130px;
    background-color: #0071e3;
    border-radius: 50px;
    border: none;
    color: white;
    cursor: pointer;
}

.buy {
    height: 44px;
    width: 74px;
    background-color: transparent;
    border: 1px solid #0071e3;
    color: #0071e3;
    border-radius: 25px;
    cursor: pointer;
}

#hero {
    display: flex;
    flex-direction: column
}

.btn {
    text-align: center;
    margin-top: 10px;
}

#heading2 {
    display: flex;
    text-align: center;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding-top: 30px;
    position: absolute;
    left: 36%;
    ;
}

#section {
    height: 490px;
    margin-top: 10px;
    background-image: url(./images/hero_iphone_air__0gxyavihpiqu_mediumtall.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#heading3 {
    display: flex;
    text-align: center;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding-top: 30px;
    position: absolute;
    left: 34%;
}

#sec2 {
    height: 490px;
    margin-top: 10px;
    background-image: url(./images/hero_iphone_air__0gxyavihpiqu_mediumtall.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.bottomsection {
    display: flex;
    height: 570px;
    gap: 10px;
    padding-top:10px;justify-content: space-around;
}

#bottom1 {
    height: 570px;
    width: 50%;
    background-image: url("./images/promo_apple_watch_series_11__b63hxviqvonm_small_2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#watchlogo {
    margin-top: 35px;
    margin-left: 230px;
    height: 30px;
}

#bottom2 {
    height: 570px;
    width:50%;
    background-image: url("./images/promo_ipad_pro__c529dk533k4m_small.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;flex-direction: column;align-items: center;gap: 10px;
}
#airpod{
    height:100%;
    background-image: url("./images/promo_airpodspro_3__f6xmza7bglei_small.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}
#macair{
    height: 100%;
    background-image: url("./images/promo_macbook_air__fqowrtnxewqe_small.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}
.botsec{
    height: 100%;
    width: 50%;
    background-image: url("./images/promo_iphone_tradein__bugw15ka691e_small.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
