/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  ul,
  li {
    list-style-type: none;
  }

  a:link {
    text-decoration: none;
    color: black;
  }

  a:visited {
    text-decoration: none;
    color: black;
  }

  a:hover {
    text-decoration: none;
    color: black;
  }

  a:active {
    text-decoration: none;
    color: black;
  }

  /* ------------------------------ navigation css ---------------------------- */
  .nav_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu {
    display: flex;
    flex-direction: row;
  }

  .nav_items {
    display: flex;
    flex-direction: row;
    font-size: 30px;
    gap: 50px;
  }
  /* ------------------------------ index page css ---------------------------- */

  .indexPageContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 900px;
    gap: 20px;
    justify-content: center;
  }

  .leftContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }

  .rightContainer {
    display: flex;
    flex-direction: column;
    width: 20%;
    gap: 20px;
  }

  .topContainer {
    display: flex;
    flex-direction: row;
    height: 55%;
    gap: 20px;
  }

  .middleContainer {
    display: flex;
    flex-direction: row;
    height: 20%;
    gap: 20px;
  }

  .insideTopContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }

  .blueLightBlueContainer {
    display: flex;
    flex-direction: row;
    height: 50%;
    gap: 20px;
  }

  .violet_BG_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: violet;
    height: 50%;
  }

  .blue_BG_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: blue;
    width: 50%;
  }

  .lightBlue_BG_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightblue;
    width: 50%;
  }

  .green_BG_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: green;
    width: 70%;
  }

  .lightGreen_BG_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightgreen;
    width: 30%;
  }

  .gold_BG_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: gold;
    width: 30%;
  }

  .yellow_BG_7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: yellow;
    height: 20%;
  }

  .orang_BG_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: orange;
    height: 25%;
  }

  .red_BG_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: red;
    height: 35%;
  }

  .pink_BG_10 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: pink;
    height: 35%;
  }

  /* ------------------------------ page2 css ---------------------------- */

  .page2_Container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 900px;
    gap: 20px;
    justify-content: center;
  }

  .page2_left_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
  }

  .page2_right_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
  }

  .page2_left_middle_container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 50%;
  }

  .page2_left_bottom_container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 25%;
  }

  .page2_right_middle_container {
    display: flex;
    flex-direction: row;
    height: 25%;
    gap: 20px;
    justify-content: space-between;
  }

  .page2_right_bottom_container {
    display: flex;
    flex-direction: row;
    height: 25%;
    gap: 20px;
    justify-content: space-between;
  }

  .page2_lightBlueLightGreen_container {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .page2_violet_BG_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: violet;
    height: 25%;
  }

  .page2_blue_BG_2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: blue;
  }

  .page2_lightBlue_BG_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightblue;
    height: 50%;
  }

  .page2_green_BG_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: green;
    height: 50%;
  }

  .page2_lightGreen_BG_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightgreen;
    width: 70%;
  }

  .page2_gold_BG_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: gold;
    width: 30%;
  }

  .page2_yellow_BG_7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: yellow;
    height: 50%;
  }

  .page2_orang_BG_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: orange;
    width: 50%;
  }

  .page2_red_BG_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: red;
    width: 50%;
  }

  .page2_pink_BG_10 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: pink;
  }

  .page2_lighPink_BG_11 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightpink;
  }

  .page2_lightseagreen_BG_12 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightseagreen;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  ul,
  li {
    list-style-type: none;
  }

  a:link {
    text-decoration: none;
    color: black;
  }

  a:visited {
    text-decoration: none;
    color: black;
  }

  a:hover {
    text-decoration: none;
    color: black;
  }

  a:active {
    text-decoration: none;
    color: black;
  }

  /* ------------------------------ navigation css ---------------------------- */
  .nav_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu {
    display: flex;
    flex-direction: row;
  }

  .nav_items {
    display: flex;
    flex-direction: row;
    font-size: 50px;
    gap: 50px;
  }
  /* ------------------------------ index page css ---------------------------- */

  .indexPageContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 900px;
    gap: 20px;
    justify-content: center;
  }

  .leftContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }

  .rightContainer {
    display: flex;
    flex-direction: column;
    width: 20%;
    gap: 20px;
  }

  .topContainer {
    display: flex;
    flex-direction: row;
    height: 55%;
    gap: 20px;
  }

  .middleContainer {
    display: flex;
    flex-direction: row;
    height: 20%;
    gap: 20px;
  }

  .insideTopContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }

  .blueLightBlueContainer {
    display: flex;
    flex-direction: row;
    height: 50%;
    gap: 20px;
  }

  .violet_BG_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: violet;
    height: 50%;
  }

  .blue_BG_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: blue;
    width: 50%;
  }

  .lightBlue_BG_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightblue;
    width: 50%;
  }

  .green_BG_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: green;
    width: 70%;
  }

  .lightGreen_BG_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightgreen;
    width: 30%;
  }

  .gold_BG_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: gold;
    width: 30%;
  }

  .yellow_BG_7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: yellow;
    height: 20%;
  }

  .orang_BG_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: orange;
    height: 25%;
  }

  .red_BG_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: red;
    height: 35%;
  }

  .pink_BG_10 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: pink;
    height: 35%;
  }

  /* ------------------------------ page2 css ---------------------------- */

  .page2_Container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 900px;
    gap: 20px;
    justify-content: center;
  }

  .page2_left_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
  }

  .page2_right_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
  }

  .page2_left_middle_container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 50%;
  }

  .page2_left_bottom_container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 25%;
  }

  .page2_right_middle_container {
    display: flex;
    flex-direction: row;
    height: 25%;
    gap: 20px;
    justify-content: space-between;
  }

  .page2_right_bottom_container {
    display: flex;
    flex-direction: row;
    height: 25%;
    gap: 20px;
    justify-content: space-between;
  }

  .page2_lightBlueLightGreen_container {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .page2_violet_BG_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: violet;
    height: 25%;
  }

  .page2_blue_BG_2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: blue;
  }

  .page2_lightBlue_BG_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightblue;
    height: 50%;
  }

  .page2_green_BG_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: green;
    height: 50%;
  }

  .page2_lightGreen_BG_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightgreen;
    width: 70%;
  }

  .page2_gold_BG_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: gold;
    width: 30%;
  }

  .page2_yellow_BG_7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: yellow;
    height: 50%;
  }

  .page2_orang_BG_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: orange;
    width: 50%;
  }

  .page2_red_BG_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: red;
    width: 50%;
  }

  .page2_pink_BG_10 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: pink;
  }

  .page2_lighPink_BG_11 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightpink;
  }

  .page2_lightseagreen_BG_12 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightseagreen;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  ul,
  li {
    list-style-type: none;
  }

  a:link {
    text-decoration: none;
    color: black;
  }

  a:visited {
    text-decoration: none;
    color: black;
  }

  a:hover {
    text-decoration: none;
    color: black;
  }

  a:active {
    text-decoration: none;
    color: black;
  }

  /* ------------------------------ navigation css ---------------------------- */
  .nav_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu {
    display: flex;
    flex-direction: row;
  }

  .nav_items {
    display: flex;
    flex-direction: row;
    font-size: 50px;
    gap: 50px;
  }
  /* ------------------------------ index page css ---------------------------- */

  .indexPageContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 900px;
    gap: 20px;
    justify-content: center;
  }

  .leftContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }

  .rightContainer {
    display: flex;
    flex-direction: column;
    width: 20%;
    gap: 20px;
  }

  .topContainer {
    display: flex;
    flex-direction: row;
    height: 55%;
    gap: 20px;
  }

  .middleContainer {
    display: flex;
    flex-direction: row;
    height: 20%;
    gap: 20px;
  }

  .insideTopContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }

  .blueLightBlueContainer {
    display: flex;
    flex-direction: row;
    height: 50%;
    gap: 20px;
  }

  .violet_BG_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: violet;
    height: 50%;
  }

  .blue_BG_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: blue;
    width: 50%;
  }

  .lightBlue_BG_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightblue;
    width: 50%;
  }

  .green_BG_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: green;
    width: 70%;
  }

  .lightGreen_BG_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightgreen;
    width: 30%;
  }

  .gold_BG_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: gold;
    width: 30%;
  }

  .yellow_BG_7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: yellow;
    height: 20%;
  }

  .orang_BG_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: orange;
    height: 25%;
  }

  .red_BG_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: red;
    height: 35%;
  }

  .pink_BG_10 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: pink;
    height: 35%;
  }

  /* ------------------------------ page2 css ---------------------------- */

  .page2_Container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 900px;
    gap: 20px;
    justify-content: center;
  }

  .page2_left_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
  }

  .page2_right_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
  }

  .page2_left_middle_container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 50%;
  }

  .page2_left_bottom_container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 25%;
  }

  .page2_right_middle_container {
    display: flex;
    flex-direction: row;
    height: 25%;
    gap: 20px;
    justify-content: space-between;
  }

  .page2_right_bottom_container {
    display: flex;
    flex-direction: row;
    height: 25%;
    gap: 20px;
    justify-content: space-between;
  }

  .page2_lightBlueLightGreen_container {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .page2_violet_BG_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: violet;
    height: 25%;
  }

  .page2_blue_BG_2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: blue;
  }

  .page2_lightBlue_BG_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightblue;
    height: 50%;
  }

  .page2_green_BG_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: green;
    height: 50%;
  }

  .page2_lightGreen_BG_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightgreen;
    width: 70%;
  }

  .page2_gold_BG_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: gold;
    width: 30%;
  }

  .page2_yellow_BG_7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: yellow;
    height: 50%;
  }

  .page2_orang_BG_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: orange;
    width: 50%;
  }

  .page2_red_BG_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: red;
    width: 50%;
  }

  .page2_pink_BG_10 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: pink;
  }

  .page2_lighPink_BG_11 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightpink;
  }

  .page2_lightseagreen_BG_12 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightseagreen;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  ul,
  li {
    list-style-type: none;
  }

  a:link {
    text-decoration: none;
    color: black;
  }

  a:visited {
    text-decoration: none;
    color: black;
  }

  a:hover {
    text-decoration: none;
    color: black;
  }

  a:active {
    text-decoration: none;
    color: black;
  }

  /* ------------------------------ navigation css ---------------------------- */
  .nav_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu {
    display: flex;
    flex-direction: row;
  }

  .nav_items {
    display: flex;
    flex-direction: row;
    font-size: 50px;
    gap: 50px;
  }
  /* ------------------------------ index page css ---------------------------- */

  .indexPageContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 900px;
    gap: 20px;
    justify-content: center;
  }

  .leftContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }

  .rightContainer {
    display: flex;
    flex-direction: column;
    width: 20%;
    gap: 20px;
  }

  .topContainer {
    display: flex;
    flex-direction: row;
    height: 55%;
    gap: 20px;
  }

  .middleContainer {
    display: flex;
    flex-direction: row;
    height: 20%;
    gap: 20px;
  }

  .insideTopContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }

  .blueLightBlueContainer {
    display: flex;
    flex-direction: row;
    height: 50%;
    gap: 20px;
  }

  .violet_BG_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: violet;
    height: 50%;
  }

  .blue_BG_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: blue;
    width: 50%;
  }

  .lightBlue_BG_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightblue;
    width: 50%;
  }

  .green_BG_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: green;
    width: 70%;
  }

  .lightGreen_BG_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightgreen;
    width: 30%;
  }

  .gold_BG_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: gold;
    width: 30%;
  }

  .yellow_BG_7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: yellow;
    height: 20%;
  }

  .orang_BG_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: orange;
    height: 25%;
  }

  .red_BG_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: red;
    height: 35%;
  }

  .pink_BG_10 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: pink;
    height: 35%;
  }

  /* ------------------------------ page2 css ---------------------------- */

  .page2_Container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 900px;
    gap: 20px;
    justify-content: center;
  }

  .page2_left_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
  }

  .page2_right_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
  }

  .page2_left_middle_container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 50%;
  }

  .page2_left_bottom_container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 25%;
  }

  .page2_right_middle_container {
    display: flex;
    flex-direction: row;
    height: 25%;
    gap: 20px;
    justify-content: space-between;
  }

  .page2_right_bottom_container {
    display: flex;
    flex-direction: row;
    height: 25%;
    gap: 20px;
    justify-content: space-between;
  }

  .page2_lightBlueLightGreen_container {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .page2_violet_BG_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: violet;
    height: 25%;
  }

  .page2_blue_BG_2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: blue;
  }

  .page2_lightBlue_BG_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightblue;
    height: 50%;
  }

  .page2_green_BG_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: green;
    height: 50%;
  }

  .page2_lightGreen_BG_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightgreen;
    width: 70%;
  }

  .page2_gold_BG_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: gold;
    width: 30%;
  }

  .page2_yellow_BG_7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: yellow;
    height: 50%;
  }

  .page2_orang_BG_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: orange;
    width: 50%;
  }

  .page2_red_BG_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: red;
    width: 50%;
  }

  .page2_pink_BG_10 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: pink;
  }

  .page2_lighPink_BG_11 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightpink;
  }

  .page2_lightseagreen_BG_12 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightseagreen;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  ul,
  li {
    list-style-type: none;
  }

  a:link {
    text-decoration: none;
    color: black;
  }

  a:visited {
    text-decoration: none;
    color: black;
  }

  a:hover {
    text-decoration: none;
    color: black;
  }

  a:active {
    text-decoration: none;
    color: black;
  }

  /* ------------------------------ navigation css ---------------------------- */
  .nav_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu {
    display: flex;
    flex-direction: row;
  }

  .nav_items {
    display: flex;
    flex-direction: row;
    font-size: 50px;
    gap: 50px;
  }
  /* ------------------------------ index page css ---------------------------- */

  .indexPageContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 900px;
    gap: 20px;
    justify-content: center;
  }

  .leftContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }

  .rightContainer {
    display: flex;
    flex-direction: column;
    width: 20%;
    gap: 20px;
  }

  .topContainer {
    display: flex;
    flex-direction: row;
    height: 55%;
    gap: 20px;
  }

  .middleContainer {
    display: flex;
    flex-direction: row;
    height: 20%;
    gap: 20px;
  }

  .insideTopContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }

  .blueLightBlueContainer {
    display: flex;
    flex-direction: row;
    height: 50%;
    gap: 20px;
  }

  .violet_BG_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: violet;
    height: 50%;
  }

  .blue_BG_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: blue;
    width: 50%;
  }

  .lightBlue_BG_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightblue;
    width: 50%;
  }

  .green_BG_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: green;
    width: 70%;
  }

  .lightGreen_BG_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightgreen;
    width: 30%;
  }

  .gold_BG_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: gold;
    width: 30%;
  }

  .yellow_BG_7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: yellow;
    height: 20%;
  }

  .orang_BG_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: orange;
    height: 25%;
  }

  .red_BG_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: red;
    height: 35%;
  }

  .pink_BG_10 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: pink;
    height: 35%;
  }

  /* ------------------------------ page2 css ---------------------------- */

  .page2_Container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 900px;
    gap: 20px;
    justify-content: center;
  }

  .page2_left_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
  }

  .page2_right_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;
  }

  .page2_left_middle_container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 50%;
  }

  .page2_left_bottom_container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 25%;
  }

  .page2_right_middle_container {
    display: flex;
    flex-direction: row;
    height: 25%;
    gap: 20px;
    justify-content: space-between;
  }

  .page2_right_bottom_container {
    display: flex;
    flex-direction: row;
    height: 25%;
    gap: 20px;
    justify-content: space-between;
  }

  .page2_lightBlueLightGreen_container {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .page2_violet_BG_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: violet;
    height: 25%;
  }

  .page2_blue_BG_2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: blue;
  }

  .page2_lightBlue_BG_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightblue;
    height: 50%;
  }

  .page2_green_BG_4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: green;
    height: 50%;
  }

  .page2_lightGreen_BG_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightgreen;
    width: 70%;
  }

  .page2_gold_BG_6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: gold;
    width: 30%;
  }

  .page2_yellow_BG_7 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: yellow;
    height: 50%;
  }

  .page2_orang_BG_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: orange;
    width: 50%;
  }

  .page2_red_BG_9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: red;
    width: 50%;
  }

  .page2_pink_BG_10 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: pink;
  }

  .page2_lighPink_BG_11 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightpink;
  }

  .page2_lightseagreen_BG_12 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: lightseagreen;
  }
}
