body{
    overflow-x: hidden;
  }
  * {
    padding: 0;
    margin: 0;
  }
  /* -------------(header > navbar )----------------- */
  body{
    background-color: #efefef ;
  }
  .navbar {
    /* border: 1px solid black; */
    height: 60px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    /* background-color: #efefef ; */
    background-color: rgb(223, 221, 221);
    /* position: fixed; */
  }
  .glow{
    transition: text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  
  .glow:hover{
  color :rgba(255, 255, 255, 1);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8),
               0 0 10px rgba(255, 255, 255, 0.6),
               0 0 20px rgba(255, 255, 255, 0.4)
  }
  
  #apple_icon {
    /* border: 1px solid black; */
    height: 20px;
    width: 2%;
  
  }
  
  #apple_icon,#search_box,#bag_icon:hover{
  cursor: -webkit-grabbing;
  }
  
  #search_box {
    /* border: 1px solid black; */
    height: 20px;
    width: 2%;
  }
  #bag_icon {
    /* border: 1px solid black; */
    height: 20px;
    width: 2%;
  }
  a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif;
    font-weight: 20px;
    text-decoration: none;
    color: black;
  }
  i {
    padding: 4px;
    color: white;
  }
  ul {
    gap: 30px;
    list-style: none;
    display: flex;
  }
  /* -------------( > png icons )----------------- */
  .png_icon_collection{
    height: 160px;
    width: 98.6%;
    /* border: 1px solid black; */
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(12,135px);
    grid-template-rows: 1;
    gap: 10px;
    overflow-y: hidden;
  overflow-x: auto;
  /* position: relative; */
   
  }

  
  .png_icons{
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #png_icons_1,#png_icons_2,#png_icons_3,#png_icons_4,#png_icons_5,#png_icons_6,#png_icons_7,#png_icons_8,#png_icons_9,#png_icons_10{
    display: flex;
    flex-direction: column;
      }

      #png_icons_4{
        margin-top: 31px;
      }


  
  /* -------------(vedio > quote )----------------- */
   
  .vedio_title{
    height: 250px;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
  }
  
  #name{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 120px;
  text-decoration: none;
  color: black;
  margin-left: 100px;
  }
  
  #quote{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  text-decoration: none;
  color: black;
  margin-right: 50px;
  }
  
  .vedio_box{
    /* border: 1px solid black; */
    height: 732px;
    width: 95.6%;
    margin: 30px;
    border-radius: 20px;
    object-fit: cover;
  position: relative;
  }
  
  #play_buttn{
    height: 50px;
    width: 50px;
    border: 2px solid black;
    border-radius: 50%;
    background-image: url("../play_buttn.jpg");
    background-size: cover;
    position: absolute;
  top: 700px;
  left: 90%;
  }
  /* -------------(below_video_title )----------------- */
  
  .gettoknowmac{
    height: 200px;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 70px;
    text-decoration: none;
    color: black;
  }
  
  
  /* ---------suggestion_bar___-------------- */
  .suggestions_bar{
    /* border: 1px solid black; */
    height: 600px;
    width: 100%;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(8,400px);
    gap: 25px;
  overflow-y: hidden;
  overflow-x: auto;
  }
  
  
  
  .lower_pic{
    /* border: 1px solid black; */
    height: 100%;
    width: 100%;
    border-radius: 35px;
  }
  
  .suggestions{
  
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: transform 0.7s ease;
    
  }
  
  .suggestions:hover{
  
    transform: scale(1.05);  
  }
  /* 
  #suggestions_1,#suggestions_2,#suggestions_3,#suggestions_4,#suggestions_5{
    border-radius: 8px;
  } */
  
  
  
  /* ------suggestion box 1 */
  
  
  #upper_title_box_1,#upper_title_box_2,#upper_title_box_3,#upper_title_box_4,#upper_title_box_5{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    font-weight: 60px;
   
  }
  
  #lower_pic_box_1{
    background-image: url("../insta-1.png");
    background-size: cover;
  }
  #lower_pic_box_2{
    background-image: url("../insta-2.png");
    background-size: cover;
  }
  
  #lower_pic_box_3{
    background-image: url("../insta-3.png");
    background-size: cover;
  }
  
  #lower_pic_box_4{
    background-image: url("../insta-4.png");
    background-size: cover;
  }
  
  #lower_pic_box_5{
    background-image: url("../insta-5.png");
    background-size: cover;
  }
  
  #lower_pic_box_6{
    background-image: url("../insta-6.png");
    background-size: cover;
  }
  
  #lower_pic_box_7{
    background-image: url("../insta-7.png");
    background-size: cover;
  }

  #lower_pic_box_8{
    background-image: url("../insta-8.png");
    background-size: cover;
  }
  
  /* -----------(footer of mac.html----------------------) */
  
  
  .footer {
    /* border: 1px solid black; */
    height: 500px;
    width: 100%;
    background-color: #efefef;
  }
  
  #footer_para {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 13px;
    margin-left: 210px;
    padding-top: 20px;
  }
  /* -------------(footer > extra_info)------------------- */
  #extra_info {
    height: 550px;
    width: 100%;
    background-color: #efefef;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  
  /* ----------all aboout column -1 ------------------------------- */
  #grid-box-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #section_1 {
    /* border: 1px solid blue; */
    height: 60%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  .column-1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: grey;
  }
  .column-1:hover {
    text-decoration: underline;
  }
  .column-1-title-1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: rgb(0, 0, 0);
  }
  
  #section_2 {
    /* border: 1px solid blue; */
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  /* ----------all aboout column - 2 ------------------------------- */
  #grid-box-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: center;
    align-items: center;
  }
  
  #section_3 {
    /* border: 1px solid blue; */
    height: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  
  #section_4 {
    /* border: 1px solid blue; */
    height: 70%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  /* ----------all aboout column - 3 ------------------------------- */
  #grid-box-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  
  /* ----------all aboout column - 4 ------------------------------- */
  #grid-box-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: center;
    align-items: center;
  }
  
  #section_5 {
    /* border: 1px solid blue; */
    height: 15%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  #section_6 {
    /* border: 1px solid blue; */
    height: 30%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  #section_7 {
    /* border: 1px solid blue; */
    height: 35%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  #section_8 {
    /* border: 1px solid blue; */
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  /* ----------all aboout column - 5 ------------------------------- */
  #grid-box-5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: center;
    align-items: center;
  }
  
  #section_9 {
    /* border: 1px solid blue; */
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  
  #section_10 {
    /* border: 1px solid blue; */
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  /* -----------(IMP info)------------------ */
  #imp_info {
    /* border: 1px solid black; */
    height: 120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    background-color: #efefef;
  }
  
  #above_copyright {
    border-bottom: 1px solid black;
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  #second_last_line {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 150;
    word-spacing: 1.5px;
    color: grey;
  }
  
  #copyright {
    display: flex;
    align-items: center;
    height: 50%;
    width: 100%;
  }
  
  #last_line {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 150;
    word-spacing: 1.5px;
    color: grey;
  }
