*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {

   height:auto;
   width: auto;
}

 .container {
    height:50px;
    width:100%;
    background-color:white;
    border: 1px solid white;
    margin: 0px -8px;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: auto ;
    /* position: fixed; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }

 .options ul {

    display: flex;
    justify-content: space-evenly;
    pad:10px;
    gap: 40px;

 }


 a {
    text-decoration: none;
 }


 .logo {
    padding-right:20px ;
 }

 .search_icon{
    padding-left:20px ;
 }

 .shop_icon {
    padding-left:20px;
 }

 .add_bar {
   text-align: center;
   padding-top:9px;
   justify-content: center;
   height: 30px;
   font-family: 'Times New Roman', Times, serif;
 }

 /* .image_1 {
   background-image: url(Apple/imgi_33_hero_iphone_17_pro__bknyzxfk2agi_medium.jpg);
   height:600px;
   width:100%;
   padding-right:50px;
 } */
 .image_1 {
   background-image: url(Apple/imgi_33_hero_iphone_17_pro__bknyzxfk2agi_medium.png);
   height:580px;
    margin-top: 10px;
   width:auto;
   background-size: cover;
   flex-wrap: wrap;
 }
 .image_2 {
   background-image: url(Apple/imgi_34_hero_iphone_air__0gxyavihpiqu_medium.jpg);
  height:550px;
   width:auto;
   background-size: cover;
   margin-top: 10px;
   flex-wrap: wrap;
 }
 .image_3 {
   background-image: url(Apple/imgi_35_hero_iphone_17__c5vvimu9a20y_medium.jpg);
   height:570px;
    margin-top: 10px;
   width:auto;
   background-size: cover;
    flex-wrap: wrap;
 }

 h1 , h3 {
   text-align: center;
   align-items: center;
   padding-top: 20px;
 }

 h1 , h3{
  color:white ;
 }

.butt {
   display: flex;
   gap: 10px;
   justify-content: center;
   padding-top:10px;
}

button {
   background-color:#0071e3;
   padding: 11px 21px;
   pointer-events: all;
   border-radius:20px;
   text-align: center;
   font-weight: 600;
   font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}


/* section part  */

.section {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      padding: 40px;
    }

    .box {
      background: #f9f9f9;
      text-align: center;
      padding: 40px 20px;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      
    }

    /* .box img {
      max-width: 200px;
      margin-bottom: 15px;
    } */

    .box h2 {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .box p {
      font-size: 14px;
      color: #555;
      margin-bottom: 15px;
    }

    .box a {
      display: inline-block;
      padding: 8px 16px;
      background: #0071e3;
      color: #fff;
      text-decoration: none;
      border-radius: 20px;
      font-size: 14px;
    }

    .box a:hover {
      background: #005bb5;
    }

    /* .box img {
  max-width: 100%;
  height: auto;      
  object-fit: contain; 
  margin: 0 auto;    
  display: block;
} */

.image_sec1 {
   background-image: url(Apple/imgi_35_promo_airpodspro_3__f6xmza7bglei_medium.png);
   width:602.5px;
   height:490px ;
    
}
.image_sec2 {
   background-image: url(Apple/imgi_37_promo_apple_watch_series_11__b63hxviqvonm_medium.jpg);
   background-size: cover;
   width:602.5px;
   height:490px ;
    
}
.image_sec3 {
   background-image: url(Apple/imgi_38_promo_apple_watch_se_3__fz5y29qx5mmy_medium.jpg);
   background-size: cover;
   width:602.5px;
   height:490px ;
    
}
.image_sec4 {
   background-image: url(Apple/imgi_40_promo_apple_watch_ultra3__bwvslhbxx99e_medium.jpg);
   background-size: cover;
   width:602.5px;
   height:490px ;
    
}
.image_sec5 {
   background-image: url(Apple/imgi_40_promo_carrier__e0izvxwqosgi_medium.jpg);
   background-size: cover;
   width:602.5px;
   height:490px ;
    
}
.image_sec6 {
   background-image: url(Apple/imgi_42_promo_iphone_tradein__bugw15ka691e_medium.jpg);
   background-size: cover;
   width:602.5px;
   height:490px ;
    
}


 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;
    }


    














