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: #eee8e8 ;
    /* 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;
  }
   /* -----------(main > all bout cover picture----------------------) */

  .cover_pic{
    height: 600px;
    width: 100%;
    border: 1px solid black;
    background-image: url("../support_main_img.jpg");
    background-size: cover;
  }

  #apple_support_line{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 20px;
  text-decoration: none;
  color: black;
  font-size: 65px;
  /* justify-content: center; */
  text-align: center;
  }

  .apple_support{
    height: 370px;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
  }

  .support_icons{
    height: 40%;
    width: 170px;
    /* border: 1px solid black; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
font-weight: 400;
color: grey;
  }

  .support_icons:hover{
text-decoration: underline;
cursor: pointer;
  }

  #support_icons_1,#support_icons_2,#support_icons_3,#support_icons_4,#support_icons_5,#support_icons_6,#support_icons_7{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  }
   /* -----------(main > all bout cover picture----------------------) */

.support_mid_icons_collection{
    height: 400px;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.support_mid_icons{
height: 250px;
width: 380px;
/* border: 1px solid black; */
border-radius: 20px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
font-weight: 400;
color: grey;
text-align: center;
transition: 0.5s;
box-shadow: 10px 10px 5px rgb(215, 215, 215);
background-color: #E7E6E6;
padding: 20px;
}
.support_mid_icons:hover{
    cursor: pointer;
    scale: 1.03;
    text-decoration: underline #2274C5;
}

.support_mid{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
 gap: 30px;
 padding: 40px;
    }

    #support-mid-text{
        color: #2274C5;
        font-size: 20px;
        word-spacing: 4px;
    
    }

    /*-------------------- main > search-Bar---------------------*/

.search_area{
    height: 250px;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}

#search_bar_title{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 40px;
font-weight: 90px;
letter-spacing: 1px;
word-spacing: 4px;
text-align: center;

}
  

#search_bar_styling{
    border-color: gray;
    border-radius: 16px;
    height: 65px;
    width:80%;
    padding: 5px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 20px;
    background-color: #efefef;
}
    /*-------------------- main > apple support on yt---------------------*/
.apple_support_on_yt{
    height: 700px;
    width: 75%;
    /* border: 1px solid black; */
    margin-left: 190px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
}
#upper_title{
  height: 25%;
  width: 100%;
  /* border: 1px solid black; */
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  background-color: white;
}

#main_title{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.5px;
  word-spacing: 4px;
}

#details{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  word-spacing: 3px;
}

#visit_yt{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  word-spacing: 5px;
  color: #2274C5;
}
#visit_yt:hover{
  text-decoration: underline;
}

#lower_title{
  height: 75%;
  width: 100%;
  /* border: 1px solid black; */
  border-radius: 20px;
 
}



  /* -----------(footer of support.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;
  }
