* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

#navbar {
  display: flex;
  background-color: #ffffff;
  color: #414141;
  padding: 10px 0px;
  justify-content: center;
  gap: 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

ul a {
  /* background-color: rgb(24, 24, 24); */
  color: rgb(209, 209, 209);
  text-decoration: none;
}

#navbar li {
  list-style-type: none;
}

li a {
  background-color: #ffffff;
  color: #414141;
}
#section1 {
  height: 580px;
  width: 100%;
  background-image: url("./Assets/imgi_162_iphone__cud4q04omsuq_og.png");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center 200px;
  background-color: #f5f5f7;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
#section2 {
  height: 550px;
  width: 100%;
  background-image: url("./Assets/imgi_74_hero_apple_watch_ny__c8f1tzaoa72a_large.jpg");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center -50px;
  background-color: #f5f5f7;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
#section3 {
  height: 550px;
  width: 100%;
  background-image: url("./Assets/imgi_77_hero_ipad_air_avail__c34ycq52exg2_large.jpg");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center -50px;
  background-color: #f5f5f7;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}

#section4 {
  width: 100%;
  height: 650px;
  display: flex;
  gap: 10px;
  text-align: center;
}

#section4 h1 {
  margin-top: 40px;
}
#section5 h1 {
  margin-top: 40px;
}
#section6 h1 {
  margin-top: 40px;
}

#rightsection4 {
  flex: 1;
  background-image: url("./Assets/imgi_77_promo_macbook_pro_m5__gnwzdhijhm6a_large.png");
  background-size: cover;
  background-position: center center;
}

#leftsection4 {
  background-image: url("./Assets/imgi_79_promo_apple_watch_ultra3__bwvslhbxx99e_large.png");
  background-size: cover;
  background-position: center center;
  flex: 1;
}
#section5 {
  width: 100%;
  height: 650px;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  text-align: center;
}

#rightsection5 {
  flex: 1;
  background-image: url("./Assets/imgi_80_promo_airpodspro_3__f6xmza7bglei_large.png");
  background-size: cover;
  background-position: center center;
}

#leftsection5 {
  background-image: url("./Assets/imgi_82_promo_apple_fitness_plus_ny__di8hyqkgekya_large.png");
  background-size: cover;
  background-position: center center;
  flex: 1;
}
#section6 {
  width: 100%;
  height: 650px;
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#rightsection6 {
  flex: 1;
  background-image: url("./Assets/imgi_84_promo_iphone_tradein__bugw15ka691e_large.png");
  background-size: cover;
  background-position: center center;
}

#leftsection6 {
  background-image: url("./Assets/imgi_86_promo_apple_card__5cm7draujpey_large.png");
  background-size: cover;
  background-position: center center;
  flex: 1;
  margin: top 10px;
}

#section1 h1 {
  font-size: 60px;
  font-weight: 600px;
  margin-top: 50px;
}
#section2 h1 {
  font-size: 40px;
  font-weight: 600px;
  margin-top: 20px;
}
#section3 h1 {
  font-size: 50px;
  font-weight: 650px;
  margin-top: 50px;
}
#section1 p {
  font-size: 22px;
  font-weight: 600px;
}
#section2 p {
  font-size: 22px;
  font-weight: 600px;
}
#section3 p {
  color:;
  font-size: 22px;
  font-weight: 600px;
}

.button2 {
  background-color: white;
  color: black;
}

.buttons {
  margin-top: 20px;
}

.btn {
  padding: 12px 22px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  margin: 0 5px;
}

.blue {
  background: #0071e3;
  color: white;
}

.outline {
  border: 1px solid #0071e3;
  color: #0071e3;
}

.outline:hover {
  background-color: #0071e3;
  color: white;
}

.gallery-cell > img {
  /* width:100%; */
  height: 650px;
  margin: 0px 10px;
}
/* footer section  */

footer {
  background: #f5f5f7;
  padding: 40px 10%;
  font-size: 14px;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.footer-col h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 6px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #515154;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #d2d2d7;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  color: #6e6e73;
}

.footer-bottom a {
  color: #515154;
  margin: 0 8px;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.wallet a {
  text-decoration: none;
}

.wallet ul li a {
  text-decoration: none;
  list-style: none;
  color: #515154;
  transition: 0.3s;
}
