main {
  overflow: hidden;
}
* {
  padding: 0;
  margin: 0;
}
/* -------------(header > navbar )----------------- */
.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: rgb(0, 0, 0);
  /* 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: white;
}
i {
  padding: 4px;
  color: white;
}
ul {
  gap: 30px;
  list-style: none;
  display: flex;
}
/* -----------------(body > main_content_1)----------------------------- */
.main_content_1 {
  /* border: 1px solid black; */
  height: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
    align-items: center; */
  justify-content: flex-start;
  background-image: url("../image_1.jpg");
  background-size: cover;
}
.image-1_content {
  height: 40%;
  width: 100%;
  /* border: 1px solid white; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 150px;
}
#iphone_title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 50px;
  font-weight: bolder;
  color: white;
}
#iphone_title_belowline {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: white;
}
#img_1_button_left {
  border: none;
  height: 60px;
  width: 180px;
  border-radius: 30px;
  background-color: rgb(22, 22, 220);
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 200;
}
#img_1_button_right {
  border: 1.5px solid blue;
  height: 60px;
  width: 100px;
  border-radius: 30px;
  color: rgb(22, 22, 220);
  background-color: transparent;
  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;
}
#img_1_button_right:hover {
  background-color: blue;
}

/* -----------------(body > main_content_2)----------------------------- */
.main_content_2 {
  /* border: 1px solid black; */
  height: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
    align-items: center; */
  justify-content: flex-start;
  background-image: url("../image_2.jpg");
  background-size: cover;
}
.image-2_content {
  height: 40%;
  width: 100%;
  /* border: 1px solid white; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 150px;
}
#iphone_title_2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 60px;
  font-weight: bolder;
  color: white;
}
#iphone_title_belowline_2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: white;
}
#img_2_button_left {
  border: none;
  height: 60px;
  width: 180px;
  border-radius: 30px;
  background-color: rgb(240, 240, 240);
  color: blue;
  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;
}
#iphone16_left_buttn {
  color: blue;
}
#img_2_button_right {
  border: 1.5px solid white;
  height: 60px;
  width: 100px;
  border-radius: 30px;
  color: white;
  background-color: transparent;
  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;
}

#img_2_button_right:hover {
  border-color: rgb(79, 79, 193);
  background-color: rgb(79, 79, 193);
}

/* -----------------(body > main_content_3)----------------------------- */
.main_content_3 {
  /* border: 1px solid black; */
  height: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
   align-items: center; */
  justify-content: flex-start;
  /* background-image: linear-gradient(#3474B5,white); */
  background-image: url("../image_3.png");
  background-size: cover;
}
/* -----------------(body > main_content_4)----------------------------- */
/* -----------------(watch series 10)----------------------------- */

.main_content_5 {
  height: 1600px;
  width: 100%;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}
.grid_box {
  margin: 5px;
}
#box_watch_series_10 {
  background-image: url("../Apple_Watch_Series_10.webp");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-top: 35px;
}
.image-watch-seies-10_content {
  height: 40%;
  width: 100%;
  /* border: 1px solid black; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
#title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: bolder;
  letter-spacing: 0.5px;
  color: black;
}
#line_2rd {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: black;
  letter-spacing: 0.5px;
}
#watch-10_button_left {
  border: none;
  height: 60px;
  width: 150px;
  border-radius: 30px;
  background-color: #004fe3;
  /* color: white; */
  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;
}
#watch-10_button_right {
  border: 1.5px solid blue;
  height: 60px;
  width: 120px;
  border-radius: 30px;
  background-color: white;
  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;
}

#watch-series-10_right_buttn {
  color: blue;
}

#watch-10_button_right:hover {
  background-color: #004fe3;
}

#watch-10_button_right:hover a {
  color: white;
  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;
}

/* -----------------(ultra watch 2)----------------------------- */
/* #box_watch_ultra_2
  
} */
.image-watch-ultra-2_content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.upper {
  border: 1px solid black;
  background-color: black;
  height: 40%;
  width: 99.7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}
.lower {
  height: 60%;
  width: 100%;
  background-image: url("../watch-ultra_2.jpg");
  background-size: cover;
}
#title_ultra {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: bolder;
  color: white;
  letter-spacing: 0.5px;
}
#line_second_ultra {
  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(123, 9, 9);
  letter-spacing: 0.5px;
}
#line_3rd {
  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;
  color: white;
  letter-spacing: 0.5px;
}
#watch-ultra_button_left {
  border: none;
  height: 60px;
  width: 150px;
  border-radius: 30px;
  background-color: #004fe3;
  color: white;
  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;
}
#watch-ultra_button_right {
  border: 1.5px solid blue;
  height: 60px;
  width: 120px;
  border-radius: 30px;
  background-color: transparent;
  color: blue;
  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;
}

#watch-ultra_button_right:hover a {
  color: white;
  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;
}

#watch-ultra_button_right:hover {
  background-color: #004fe3;
  border-color: #004fe3;
}

#watch-ultra-2_right_buttn {
  color: blue;
}

/* -----------------(AirPods Pro 2)----------------------------- */

#box_airpod_pro2 {
  background-image: url("../airpods_pro_2.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  /* margin-top: 20px; */
}

.image-airpods-pro-2_content {
  /* border: 1px solid white; */
  height: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#title_airpods_2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 35px;
  font-weight: bolder;
  color: white;
  letter-spacing: 0.5px;
}
#line_second_airpods_2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 250;
  color: white;
  letter-spacing: 0.5px;
}
/* -----------------(AirPods  4)----------------------------- */
#box_airpod_4 {
  background-image: url("../airpods_4.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  /* margin-top: 20px; */
}

.image-airpods-4_content {
  /* border: 1px solid white; */
  height: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
#title_airpods_4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 35px;
  font-weight: bolder;
  color: white;
  letter-spacing: 0.5px;
}
#line_second_airpods_4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 250;
  color: white;
  letter-spacing: 0.5px;
}
/* -----------------(Macbook Air M3)----------------------------- */
.image-Macbook_Air_content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.upper_mac {
  /* border: 1px solid black; */
  background-color: #fafafa;
  height: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.lower_mac {
  height: 60%;
  width: 100%;
  background-image: url("../macbookair.jpeg");
  background-size: cover;
}
#title_mac {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: bolder;
  color: black;
  letter-spacing: 0.5px;
}
#line_second_mac {
  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;
  color: black;
  letter-spacing: 0.5px;
}

#macbook_button_left {
  border: none;
  height: 60px;
  width: 150px;
  border-radius: 30px;
  background-color: #004fe3;
  color: white;
  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;
}
#macbook_button_right {
  border: 1.5px solid blue;
  height: 60px;
  width: 120px;
  border-radius: 30px;
  background-color: transparent;
  color: blue;
  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;
}
#right_buttn_macbook {
  color: blue;
}

#macbook_button_right:hover a {
  color: white;
  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;
}

#macbook_button_right:hover {
  background-color: #004fe3;
}

/* -----------------(Trade)----------------------------- */
.image_trade_content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.upper_trade {
  /* border: 1px solid black; */
  background-color: white;
  height: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.lower_trade {
  height: 60%;
  width: 100%;
  background-image: url("../trade.png");
  background-size: cover;
}
#title_trade {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: bolder;
  color: black;
  letter-spacing: 0.5px;
}
#line_second_trade {
  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;
  color: black;
  letter-spacing: 0.5px;
}

#trade_buttn {
  border: none;
  height: 60px;
  width: 250px;
  border-radius: 30px;
  background-color: #004fe3;
  color: white;
  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;
  gap: 5px;
}

#right_buttn_trade {
  color: blue;
}
/* -----(body > main_content_6 ==marquee)----------------------------- */

#movie_promo {
  margin: 10px;
  /* border: 2px solid black; */
  height: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
}
.movie_collection {
  /* border: 5px solid blue; */
  height: 600px;
  width: 6200px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

/* .movie_collection{
  overflow-x: scroll;
} */

/* -------------(about movie 1)------------------- */
#v-1 {
  border: 2px solid black;
  height: 100%;
  width: 1000px;
  background-color: red;
  background-image: url("../vedio_1.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#movies1 {
  /* border: 1px solid black; */
  height: 60%;
  width: 100%;
}
#movies_name1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 100px;
  font-weight: bolder;
  color: white;
  margin-top: 53px;
  text-shadow: 0 0 20px black;
}

.movie_collection:hover>:not(:hover){
  filter: blur(10px);
  opacity: 0.6;
  scale: 0.8;
  box-shadow: 0 0 20px 20px black;
}
/* -------------(about movie 2)------------------- */
#v-2 {
  border: 2px solid black;
  height: 100%;
  width: 1000px;
  background-color: red;
  background-image: url("../v-2.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#movies2 {
  /* border: 1px solid black; */
  height: 60%;
  width: 100%;
}
#movies_name2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 200px;
  font-weight: bolder;
  color: white;
  margin-top: 53px;
  text-shadow: 0 0 20px black;
  letter-spacing: 5px;
  text-align: center;
  margin-left: 135px;
}
/* -------------(about movie 3)------------------- */
#v-3 {
  border: 2px solid black;
  height: 100%;
  width: 1000px;
  background-color: red;
  background-image: url("../v-3.webp");
  background-size: cover;
}

/* -------------(about movie 4)------------------- */
#v-4 {
  border: 2px solid black;
  height: 100%;
  width: 1000px;
  background-color: red;
  background-image: url("../v-4.jpg");
  background-size: cover;
}
/* -------------(about movie 5)------------------- */
#v-5 {
  border: 2px solid black;
  height: 100%;
  width: 1000px;
  background-color: red;
  background-image: url("../v-5.webp");
  background-size: cover;
}
/* -------------(about movie 6)------------------- */
#v-6 {
  border: 2px solid black;
  height: 100%;
  width: 1000px;
  background-color: red;
  background-image: url("../v-6.png");
  background-size: cover;
}
/* -------------(footer)------------------- */
.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;
}
/* ==================(STORE.CSS)============================================================================== */
