* {
  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;
  min-width: 100vw;
  min-height: 5vh;
}

.container1 .box {
  align-content: center;
  width: 120rem;
  height: 3rem;
}

.container1 .box a {
  font-size: 2rem;
  color: #3b4e68;
  text-decoration: none;
}

.container1 .box a:hover {
  color: #2e86f2;
  transition: 0.5s ease;
}

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

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

.container2 .box .sub1 {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  flex-direction: column;
  width: 53rem;
  height: 115rem;
}

.container2 .box .sub1 h1 {
  font-size: 4rem;
}

.container2 .box .sub1 ol li {
  list-style-type: decimal;
  font-size: 1.6rem;
  line-height: 2;
  margin-left: 3rem;
  padding-left: 1rem;
  width: 45rem;
}

.container2 .box .sub1 p {
  font-size: 1.6rem;
  line-height: 2;
  width: 52rem;
}

.container2 .box .sub2 {
  background-image: url("Public/Assets/Images/monthly-limit.png");
  background-size: cover;
  background-position: center;
  width: 51rem;
  height: 54rem;
}

/* ----------------------------------------------FOOTER STYLING----------------------------------------------------- */
footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background: #3b4e68;
  min-width: 100vw;
  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: #2e86f2;
  transition: 0.5s ease;
}

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

footer .box1 .sob img:hover {
  background-color: #2e86f2;
  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) {
  .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;
    min-width: 100vw;
    min-height: 5vh;
  }

  .container1 .box {
    align-content: center;
    width: 70rem;
    height: 3rem;
  }

  .container1 .box a {
    font-size: 2rem;
    color: #3b4e68;
    text-decoration: none;
  }

  .container1 .box a:hover {
    color: #2e86f2;
    transition: 0.5s ease;
  }

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

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

  .container2 .box .sub1 {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    flex-direction: column;
    width: 70rem;
    height: 110rem;
  }

  .container2 .box .sub1 h1 {
    font-size: 4rem;
  }

  .container2 .box .sub1 ol li {
    list-style-type: decimal;
    font-size: 1.6rem;
    line-height: 2;
    margin-left: 3rem;
    padding-left: 1rem;
    width: 65rem;
  }

  .container2 .box .sub1 p {
    font-size: 1.6rem;
    line-height: 2;
    width: 52rem;
  }

  .container2 .box .sub2 {
    background-image: url("Public/Assets/Images/monthly-limit.png");
    background-size: cover;
    background-position: center;
    width: 51rem;
    height: 54rem;
  }

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

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

  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) {
  .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;
    min-width: 100vw;
    min-height: 5vh;
  }

  .container1 .box {
    align-content: end;
    width: 55rem;
    height: 5rem;
  }

  .container1 .box a {
    font-size: 2rem;
    color: #3b4e68;
    text-decoration: none;
  }

  .container1 .box a:hover {
    color: #2e86f2;
    transition: 0.5s ease;
  }

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

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

  .container2 .box .sub1 {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    flex-direction: column;
    width: 48rem;
    height: 120rem;
  }

  .container2 .box .sub1 h1 {
    font-size: 4rem;
  }

  .container2 .box .sub1 ol li {
    list-style-type: decimal;
    font-size: 1.6rem;
    line-height: 2;
    margin-left: 3rem;
    padding-left: 1rem;
    width: 50rem;
  }

  .container2 .box .sub1 p {
    font-size: 1.6rem;
    line-height: 2;
    width: 50rem;
  }

  .container2 .box .sub2 {
    background-image: url("Public/Assets/Images/monthly-limit.png");
    background-size: cover;
    background-position: center;
    width: 40rem;
    height: 40rem;
  }

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

  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;
  }
}

@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;
  }

  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;
  }
}
