* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
}

ul,
ol,
li {
  list-style: none;
}
/*---------------------------------------------------------- Header-Style-------------------------------------------------------------- */

.logoContainer {
  padding: 2.5rem 0 2.5rem 8rem;
  width: 60rem;
}

.logoContainer img {
  width: 100%;
}
.subheaderContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  background-color: #3b4e68;
}

.menuContainer {
  display: none;
}

.material-symbols-outlined {
  color: #ffffff;
  font-size: 4rem !important;
}

.contactContainer {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.numberContainer {
  display: flex;
  justify-content: space-between;
  width: 18rem;
}

.numberContainer p {
  color: #ffffff;
  font-size: 1.6rem;
}

/* ----------search-------------------- */
.dropbtn1 {
  background-color: #ffffff;
  border-radius: 2rem;
  width: 20rem;
  height: 3rem;
  color: #00000080;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}

.dropbtn1:hover,
.dropbtn1:focus {
  background-color: #ffffff;
}

#myInput {
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border: none;
  font-family: "Inter", sans-serif;
  border-bottom: 0.3rem solid #ddd;
}

#myInput:focus {
  outline: 3px solid #ddd;
}

#myInput {
  width: 28rem;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 28rem;
  overflow: hidden;
  margin: 1rem;
  height: 30rem;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  border-radius: 1rem;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content1 a {
  color: black;
  padding: 1.2rem 1.6rem;
  text-decoration: none;
  display: block;
}

.dropdown1 a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

header > ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 6rem;
  padding: 0 8rem;
}

header > ul li {
  font-size: 1.6rem;
  font-weight: 480;
}

header > ul li a {
  text-decoration: none;
  color: #0a0a0a;
  padding: 1.9rem 1rem;
  transition: 0.5s ease;
}

header > ul li a:hover {
  color: #1590ff;
}

.fa-solid {
  padding-left: 0.8rem;
}

.login {
  padding: 1rem;
  border-radius: 2.5rem 6rem;
  color: #ffffff;
  background-color: #1590ff;
  font-size: 1.4rem;
}

.login:hover {
  background-color: #ffffff;
  color: #1590ff;
  font-weight: bold;
}

.header-dropdown {
  position: relative;
  display: inline-block;
}

.header-dropdown-content {
  position: absolute;
  display: none;
  top: 3.9rem;
  left: -1rem;
  width: 28rem;
  background-color: #ffffff;
  z-index: 1;
}

.header-dropdown-content a {
  display: block;
  padding: 1rem;
  border: 1px solid rgb(230, 230, 230);
}

.header-dropdown-content a:hover {
  padding-left: 3rem;
  border-bottom: 1.2px solid #1590ff;
}

.header-dropdown:hover .header-dropdown-content {
  display: block;
}

/* --------------------------Container1 styling-------------------------- */

.container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dbf6ff;
  min-width: 100vw;
  min-height: 82vh;
}

.container1 .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84rem;
  height: 30rem;
}

.container1 .box h1 {
  padding-top: 5rem;
  font-size: 6.4rem;
  text-align: center;
}

/* --------------------------------------------container2 styling-------------------------------------------- */
.container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 200vh;
}

.container2 .cover {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100rem;
  height: 115rem;
}

.container2 .box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 110rem;
  height: 25rem;
}

.container2 .boxx {
  border: 0.5rem solid #dbf6ff;
}

.container2 .box .sub {
  text-align: center;
  align-content: center;
  width: 49rem;
  height: 24rem;
}

.container2 .box .sub1a {
  background-image: url("Public/Assets/Images/AcessDenied.svg");
  background-size: cover;
  background-position: center;
}

.container2 .box .sub1b {
  background-image: url("Public/Assets/Images/BlockSite.svg");
  background-size: cover;
  background-position: center;
}

.container2 .box .sub1c {
  background-image: url("Public/Assets/Images/store.jpg");
  background-size: cover;
  background-position: center;
  width: 27rem;
}

.container2 .box .sub2 {
  width: 49rem;
  height: 16rem;
}

.container2 .box .sub2a {
  align-content: center;
  width: 59rem;
  height: 16rem;
}

.container2 .box .sub2 {
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: justify;
  flex-direction: column;
}
.container2 .box .sub2 h1,
.sub2a h1 {
  font-size: 2.4rem;
}

.container2 .box .sub2 p,
.sub2a p {
  font-size: 1.6rem;
  text-align: justify;
  padding: 1rem 0;
  color: #00000099;
}

/* ---------------------------------------footer styling--------------------------------------------- */
footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background: #3b4e68;
  min-width: 100vh;
  min-height: 56.6vh;
}

footer .box1 {
  display: flex;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
  height: 24rem;
  width: 120rem;
}

footer .box1 .sub {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  flex-direction: column;
  width: 28rem;
  height: 20rem;
}

footer .box1 .sub2 {
  height: 25rem;
}

footer .box1 .sub h1 {
  font-size: 2.4rem;
  color: #feffff;
}

footer .box1 .sub p {
  font-size: 1.4rem;
  line-height: 3;
  color: #feffff;
}

footer .box1 .sub a {
  font-size: 1.4rem;
  color: #feffff;
  text-decoration: none;
  line-height: 2;
}

footer .box1 .sub a:hover {
  color: #1590ff;
  transition: 0.5s ease;
}

footer .box1 .sub1 img {
  width: 25rem;
}

footer .box1 .sob img:hover {
  background-color: #1590ff;
  border-radius: 5rem;
  transition: 0.5s ease;
}

footer .box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.1rem solid #b7c6db;
  width: 120rem;
  height: 4rem;
}

footer .box2 p {
  font-size: 1rem;
  color: #feffffb2;
}

footer .box2 .set1 {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 30rem;
  height: 3rem;
}

footer .box2 .set2 {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 30rem;
  height: 3rem;
}

/* -------------------------------------TABLET STYLING---------------------------------------- */

@media (max-width: 768px) {
  /* -------------------------------------HEADER STYLING---------------------------------------- */

  .logoContainer {
    padding: 2rem;
    width: 85vw;
  }

  .subheaderContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    background-color: #3b4e68;
  }

  .menuContainer {
    display: block;
  }

  .material-symbols-outlined {
    color: #ffffff;
  }

  .contactContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 64%;
    margin-left: 14rem;
  }

  .numberContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 20rem;
    height: 3rem;
  }

  .numberContainer img {
    width: 1.8rem;
  }

  .numberContainer p {
    color: #ffffff;
    font-size: 1.8rem;
  }

  /* ----------search-------------------- */
  .dropbtn1 {
    background-color: #ffffff;
    border-radius: 2rem;
    width: 20rem;
    height: 3.5rem;
    color: #00000080;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
  }

  .dropbtn1:hover,
  .dropbtn1:focus {
    background-color: #ffffff;
  }

  #myInput {
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border: none;
    font-family: "Inter", sans-serif;
    border-bottom: 0.3rem solid #ddd;
  }

  #myInput:focus {
    outline: 3px solid #ddd;
  }

  #myInput {
    width: 23rem;
  }

  .dropdown1 {
    position: relative;
    display: inline-block;
  }

  .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 23rem;
    overflow: hidden;
    margin: 1rem;
    height: 30rem;
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    border-radius: 1rem;
    border: 1px solid #ddd;
    z-index: 1;
  }

  .dropdown-content1 a {
    color: black;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    display: block;
  }

  .dropdown1 a:hover {
    background-color: #ddd;
  }

  .show {
    display: block;
  }

  header > ul {
    display: none;
  }

  header > ul {
    display: none;
  }

  /* --------------------------Container1 styling-------------------------- */

  .container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbf6ff;
    min-width: 100vw;
    min-height: 40vh;
  }

  .container1 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46rem;
    height: 30rem;
  }

  .container1 .box h1 {
    padding-top: 5rem;
    font-size: 5rem;
    text-align: center;
  }

  /* --------------------------------------------container2 styling-------------------------------------------- */
  .container2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-width: 100vw;
    min-height: 220vh;
  }

  .container2 .cover {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 70rem;
    height: 190rem;
  }

  .container2 .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 54rem;
    height: 65rem;
  }

  .container2 .boz {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;
    width: 54rem;
    height: 60rem;
  }

  .container2 .boxx {
    display: flex;
    flex-direction: row;
    height: 35rem;
    border: none;
    width: 60rem;
  }

  .container2 .box .sub {
    text-align: center;
    align-content: center;
    width: 60rem;
    height: 30rem;
    border-radius: 2.4rem;
  }

  .container2 .box .sub1a {
    background-image: url("Public/Assets/Images/AcessDenied.svg");
    background-size: cover;
    background-position: center;
  }

  .container2 .box .sub1b {
    background-image: url("Public/Assets/Images/BlockSite.svg");
    background-size: auto;
    background-position: center;
  }

  .container2 .box .sub1c {
    background-image: url("Public/Assets/Images/store.jpg");
    background-size: cover;
    background-position: center;
    width: 28rem;
  }

  .container2 .box .sub2 {
    width: 60rem;
    height: 16rem;
  }

  .container2 .box .sub2a {
    align-content: center;
    width: 24rem;
    height: 20rem;
  }

  .container2 .box .sub2 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }
  .container2 .box .sub2 h1,
  .sub2a h1 {
    font-size: 4rem;
  }

  .container2 .box .sub2 p,
  .sub2a p {
    font-size: 3rem;
    text-align: justify;
    padding: 1rem 0;
    color: #00000099;
  }

  /* --------------------------------footer styling------------------------------------------ */

  footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    background: #3b4e68;
    min-width: 100vw;
    height: 80vh;
  }

  footer {
    width: 100vw;
  }

  footer .box1 {
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
    height: 53.6rem;
    width: 100%;
  }

  footer .box1 .sub {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    width: 23rem;
    height: 28rem;
  }

  footer .box1 .sub1 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 64rem;
    height: 24rem;
  }
  footer .box1 .sub2 {
    height: 28rem;
  }

  footer .box1 .sub4 {
    height: 20rem;
  }

  footer .box1 .sub h1 {
    font-size: 2.8rem;
    color: #feffff;
  }

  footer .box1 .sub p {
    font-size: 1.6rem;
    line-height: 2.4;
    color: #feffff;
  }

  footer .box1 .sub a {
    font-size: 1.6rem;
    color: #feffff;
    text-decoration: none;
    line-height: 1.6;
  }

  footer .box1 .sub a:hover {
    color: #2e86f2;
    transition: 0.5s ease;
  }

  footer .box1 .sub1 img {
    width: 32rem;
  }

  footer .box1 .sob img:hover {
    background-color: #2e86f2;
    transition: 0.5s ease;
    border-radius: 4rem;
  }

  footer .box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.1rem solid #b7c6db;
    width: 100%;
    height: 4rem;
  }

  footer .box2 p {
    font-size: 1.2rem;
    color: #feffffb2;
  }

  footer .box2 .set1 {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 32rem;
    height: 2.4rem;
  }

  footer .box2 .set2 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 24rem;
    height: 2.4rem;
  }
}

/* --------------------------------MOBILE STYLING ----------------------------------- */

@media (max-width: 650px) {
  /* --------------------------------HEADER STYLING ----------------------------------- */

  .logoContainer {
    padding: 2rem;
    width: 85vw;
  }

  .subheaderContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    background-color: #3b4e68;
  }

  .menuContainer {
    display: block;
  }

  .material-symbols-outlined {
    color: #ffffff;
  }

  .contactContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 68%;
    margin-left: 8rem;
  }

  .numberContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 18rem;
    height: 3rem;
  }

  .numberContainer img {
    width: 1.7rem;
  }

  .numberContainer p {
    color: #ffffff;
    font-size: 1.6rem;
  }

  /* ----------search-------------------- */
  .dropbtn1 {
    background-color: #ffffff;
    border-radius: 2rem;
    width: 20rem;
    height: 3.5rem;
    color: #00000080;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
  }

  .dropbtn1:hover,
  .dropbtn1:focus {
    background-color: #ffffff;
  }

  #myInput {
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border: none;
    font-family: "Inter", sans-serif;
    border-bottom: 0.3rem solid #ddd;
  }

  #myInput:focus {
    outline: 3px solid #ddd;
  }

  #myInput {
    width: 23rem;
  }

  .dropdown1 {
    position: relative;
    display: inline-block;
  }

  .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 23rem;
    overflow: hidden;
    margin: 1rem;
    height: 30rem;
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    border-radius: 1rem;
    border: 1px solid #ddd;
    z-index: 1;
  }

  .dropdown-content1 a {
    color: black;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    display: block;
  }

  .dropdown1 a:hover {
    background-color: #ddd;
  }

  .show {
    display: block;
  }

  header > ul {
    display: none;
  }

  header > ul {
    display: none;
  }

  /* --------------------------Container1 styling-------------------------- */

  .container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbf6ff;
    min-width: 100vw;
    min-height: 40vh;
  }

  .container1 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40rem;
    height: 30rem;
  }

  .container1 .box h1 {
    padding-top: 5rem;
    font-size: 4.5rem;
    text-align: center;
  }

  /* --------------------------------------------container2 styling-------------------------------------------- */
  .container2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-width: 100vw;
    min-height: 220vh;
  }

  .container2 .cover {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 160rem;
  }

  .container2 .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 54rem;
    height: 48rem;
  }

  .container2 .boz {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;
    width: 54rem;
    height: 48rem;
  }

  .container2 .boxx {
    display: flex;
    flex-direction: column;
    height: 40rem;
    border: none;
    width: 54rem;
  }

  .container2 .box .sub {
    text-align: center;
    align-content: center;
    width: 49rem;
    height: 24rem;
    border-radius: 2.4rem;
  }

  .container2 .box .sub1a {
    background-image: url("Public/Assets/Images/AcessDenied.svg");
    background-size: cover;
    background-position: center;
  }

  .container2 .box .sub1b {
    background-image: url("Public/Assets/Images/BlockSite.svg");
    background-size: auto;
    background-position: center;
  }

  .container2 .box .sub1c {
    background-image: url("Public/Assets/Images/store.jpg");
    background-size: cover;
    background-position: center;
    width: 35rem;
  }

  .container2 .box .sub2 {
    width: 49rem;
    height: 16rem;
  }

  .container2 .box .sub2a {
    align-content: center;
    width: 45rem;
    height: 12rem;
  }

  .container2 .box .sub2 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }
  .container2 .box .sub2 h1,
  .sub2a h1 {
    font-size: 3rem;
    text-align: center;
  }

  .container2 .box .sub2 p,
  .sub2a p {
    font-size: 2.2rem;
    text-align: center;
    padding: 1rem 0;
    color: #00000099;
  }
  /*----------------------------------footer styling-----------------------------------------*/
  footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    background: #3b4e68;
    width: 100vw;
    height: 210vh;
  }

  footer .box1 {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 160rem;
    width: 100%;
  }

  footer .box1 .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 20rem;
  }

  footer .box1 .sub1 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50rem;
    height: 25rem;
  }

  footer .box1 .sub2 {
    height: 70rem;
  }

  footer .box1 .sub4 {
    height: 40rem;
  }

  footer .box1 .sub h1 {
    font-size: 3.5rem;
    color: #feffff;
  }

  footer .box1 .sub p {
    font-size: 2.5rem;
    line-height: 3;
    color: #feffff;
  }

  footer .box1 .sub a {
    font-size: 2.5rem;
    color: #feffff;
    text-decoration: none;
    line-height: 2.5;
    text-align: center;
  }

  footer .box1 .sub a:hover {
    color: #2e86f2;
    transition: 0.5s ease;
  }

  footer .box1 .sub1 img {
    width: 40rem;
  }

  footer .box1 .sob img:hover {
    background-color: #2e86f2;
    border-radius: 5rem;
    transition: 0.5s ease;
  }

  footer .box1 .sob {
    text-align: center;
  }

  footer .box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-top: 0.1rem solid #b7c6db;
    width: 40rem;
    height: 10rem;
  }

  footer .box2 p {
    font-size: 1.5rem;
    color: #feffffb2;
  }

  footer .box2 .set1 {
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: center;
    width: 25rem;
    height: 5rem;
  }

  footer .box2 .set2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 25rem;
    height: 3rem;
  }
}

@media (max-width: 550px) {
  .logoContainer {
    padding: 2rem;
    width: 85vw;
  }

  .subheaderContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    background-color: #3b4e68;
  }

  .menuContainer {
    display: block;
  }

  .material-symbols-outlined {
    color: #ffffff;
  }

  .contactContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    margin-left: 12rem;
  }

  .numberContainer {
    display: none;
  }

  .numberContainer img {
    width: 1.7rem;
  }

  .numberContainer p {
    color: #ffffff;
    font-size: 1.6rem;
  }

  /* ----------search-------------------- */
  .dropbtn1 {
    background-color: #ffffff;
    border-radius: 2rem;
    width: 20rem;
    height: 3.5rem;
    color: #00000080;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
  }

  .dropbtn1:hover,
  .dropbtn1:focus {
    background-color: #ffffff;
  }

  #myInput {
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border: none;
    font-family: "Inter", sans-serif;
    border-bottom: 0.3rem solid #ddd;
  }

  #myInput:focus {
    outline: 3px solid #ddd;
  }

  #myInput {
    width: 22rem;
  }

  .dropdown1 {
    position: relative;
    display: inline-block;
  }

  .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 22rem;
    overflow: hidden;
    margin: 1rem;
    height: 30rem;
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    border-radius: 1rem;
    border: 1px solid #ddd;
    z-index: 1;
  }

  .dropdown-content1 a {
    color: black;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    display: block;
  }

  .dropdown1 a:hover {
    background-color: #ddd;
  }

  .show {
    display: block;
  }

  header > ul {
    display: none;
  }

  header > ul {
    display: none;
  }

  /* --------------------------Container1 styling-------------------------- */

  .container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbf6ff;
    min-width: 100vw;
    min-height: 30vh;
  }

  .container1 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40rem;
    height: 30rem;
  }

  .container1 .box h1 {
    padding-top: 5rem;
    font-size: 4.5rem;
    text-align: center;
  }

  /* --------------------------------------------container2 styling-------------------------------------------- */
  .container2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-width: 100vw;
    min-height: 220vh;
  }

  .container2 .cover {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 160rem;
  }

  .container2 .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 54rem;
    height: 48rem;
  }

  .container2 .boz {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;
    width: 54rem;
    height: 48rem;
  }

  .container2 .boxx {
    display: flex;
    flex-direction: column;
    height: 40rem;
    border: none;
    width: 54rem;
  }

  .container2 .box .sub {
    text-align: center;
    align-content: center;
    width: 40rem;
    height: 24rem;
    border-radius: 2.4rem;
  }

  .container2 .box .sub1a {
    background-image: url("Public/Assets/Images/AcessDenied.svg");
    background-size: cover;
    background-position: center;
  }

  .container2 .box .sub1b {
    background-image: url("Public/Assets/Images/BlockSite.svg");
    background-size: auto;
    background-position: center;
  }

  .container2 .box .sub1c {
    background-image: url("Public/Assets/Images/store.jpg");
    background-size: cover;
    background-position: center;
    width: 35rem;
  }

  .container2 .box .sub2 {
    width: 42rem;
    height: 16rem;
  }

  .container2 .box .sub2a {
    align-content: center;
    width: 45rem;
    height: 12rem;
  }

  .container2 .box .sub2 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }
  .container2 .box .sub2 h1,
  .sub2a h1 {
    font-size: 3rem;
    text-align: center;
  }

  .container2 .box .sub2 p,
  .sub2a p {
    font-size: 2.2rem;
    text-align: center;
    padding: 1rem 0;
    color: #00000099;
  }
}

@media (max-width: 450px) {
  .logoContainer {
    padding: 2rem;
    width: 85vw;
  }

  .subheaderContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    background-color: #3b4e68;
  }

  .menuContainer {
    display: block;
  }

  .material-symbols-outlined {
    color: #ffffff;
  }

  .contactContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin-left: 5rem;
  }

  .numberContainer {
    display: none;
  }

  .numberContainer img {
    width: 1.7rem;
  }

  .numberContainer p {
    color: #ffffff;
    font-size: 1.6rem;
  }

  /* ----------search-------------------- */
  .dropbtn1 {
    background-color: #ffffff;
    border-radius: 2rem;
    width: 20rem;
    height: 3.5rem;
    color: #00000080;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
  }

  .dropbtn1:hover,
  .dropbtn1:focus {
    background-color: #ffffff;
  }

  #myInput {
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border: none;
    font-family: "Inter", sans-serif;
    border-bottom: 0.3rem solid #ddd;
  }

  #myInput:focus {
    outline: 3px solid #ddd;
  }

  #myInput {
    width: 20rem;
  }

  .dropdown1 {
    position: relative;
    display: inline-block;
  }

  .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 20rem;
    overflow: hidden;
    margin: 1rem;
    height: 30rem;
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    border-radius: 1rem;
    border: 1px solid #ddd;
    z-index: 1;
  }

  .dropdown-content1 a {
    color: black;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    display: block;
  }

  .dropdown1 a:hover {
    background-color: #ddd;
  }

  .show {
    display: block;
  }

  header > ul {
    display: none;
  }

  header > ul {
    display: none;
  }
  /* --------------------------Container1 styling-------------------------- */

  .container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbf6ff;
    min-width: 100vw;
    min-height: 30vh;
  }

  .container1 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32rem;
    height: 30rem;
  }

  .container1 .box h1 {
    padding-top: 5rem;
    font-size: 3rem;
    text-align: center;
  }

  /* --------------------------------------------container2 styling-------------------------------------------- */
  .container2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-width: 100vw;
    min-height: 210vh;
  }

  .container2 .cover {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 160rem;
  }

  .container2 .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 54rem;
    height: 48rem;
  }

  .container2 .boz {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;
    width: 54rem;
    height: 48rem;
  }

  .container2 .boxx {
    display: flex;
    flex-direction: column;
    height: 40rem;
    border: none;
    width: 54rem;
  }

  .container2 .box .sub {
    text-align: center;
    align-content: center;
    width: 28rem;
    height: 18rem;
    border-radius: 2.4rem;
  }

  .container2 .box .sub1a {
    background-image: url("Public/Assets/Images/AcessDenied.svg");
    background-size: cover;
    background-position: center;
  }

  .container2 .box .sub1b {
    background-image: url("Public/Assets/Images/BlockSite.svg");
    background-size: auto;
    background-position: center;
  }

  .container2 .box .sub1c {
    background-image: url("Public/Assets/Images/store.jpg");
    background-size: cover;
    background-position: center;
    width: 30rem;
  }

  .container2 .box .sub2 {
    width: 30rem;
    height: 16rem;
  }

  .container2 .box .sub2a {
    align-content: center;
    width: 30rem;
    height: 12rem;
  }

  .container2 .box .sub2 {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }
  .container2 .box .sub2 h1,
  .sub2a h1 {
    font-size: 2rem;
    text-align: center;
  }

  .container2 .box .sub2 p,
  .sub2a p {
    font-size: 1.6rem;
    text-align: center;
    padding: 1rem 0;
    color: #00000099;
  }

  footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    background: #3b4e68;
    width: 100vw;
    height: 160vh;
  }

  footer .box1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 110rem;
    width: 100%;
  }

  footer .box1 .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 10rem;
  }

  footer .box1 .sub1 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 2rem;
    height: 10rem;
  }

  footer .box1 .sub1 img {
    width: 30rem;
  }

  footer .box1 .sub2 {
    height: 30rem;
  }

  footer .box1 .sub4 {
    height: 10rem;
  }

  footer .box1 .sub h1 {
    font-size: 2.5rem;
    color: #feffff;
  }

  footer .box1 .sub p {
    font-size: 1.6rem;
    line-height: 3;
    color: #feffff;
  }

  footer .box1 .sub a {
    font-size: 1.6rem;
    color: #feffff;
    text-decoration: none;
    line-height: 2.5;
    text-align: center;
  }

  footer .box1 .sub a:hover {
    color: #2e86f2;
    transition: 0.5s ease;
  }

  footer .box1 .sob img:hover {
    background-color: #2e86f2;
    border-radius: 5rem;
    transition: 0.5s ease;
  }

  footer .box1 .sob {
    text-align: center;
  }

  footer .box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-top: 0.1rem solid #b7c6db;
    width: 100%;
    height: 10rem;
  }

  footer .box2 p {
    font-size: 1.5rem;
    color: #feffffb2;
  }

  footer .box2 .set1 {
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: center;
    width: 25rem;
    height: 5rem;
  }

  footer .box2 .set2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 25rem;
    height: 3rem;
  }
}

@media (max-width: 350px) {
  .logoContainer {
    padding: 2rem;
    width: 85vw;
  }

  .subheaderContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    background-color: #3b4e68;
  }

  .menuContainer {
    display: block;
  }

  .material-symbols-outlined {
    color: #ffffff;
  }

  .contactContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin-left: 4rem;
  }

  .numberContainer {
    display: none;
  }

  .numberContainer img {
    width: 1.7rem;
  }

  .numberContainer p {
    color: #ffffff;
    font-size: 1.6rem;
  }

  /* ----------search-------------------- */
  .dropbtn1 {
    background-color: #ffffff;
    border-radius: 2rem;
    width: 20rem;
    height: 3.5rem;
    color: #00000080;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
  }

  .dropbtn1:hover,
  .dropbtn1:focus {
    background-color: #ffffff;
  }

  #myInput {
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border: none;
    font-family: "Inter", sans-serif;
    border-bottom: 0.3rem solid #ddd;
  }

  #myInput:focus {
    outline: 3px solid #ddd;
  }

  #myInput {
    width: 20rem;
  }

  .dropdown1 {
    position: relative;
    display: inline-block;
  }

  .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 20rem;
    overflow: hidden;
    margin: 1rem;
    height: 30rem;
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    border-radius: 1rem;
    border: 1px solid #ddd;
    z-index: 1;
  }

  .dropdown-content1 a {
    color: black;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    display: block;
  }

  .dropdown1 a:hover {
    background-color: #ddd;
  }

  .show {
    display: block;
  }

  header > ul {
    display: none;
  }

  header > ul {
    display: none;
  }
}
