* {
    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{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: #DBF6FF;
min-width: 100vw;
min-height: 70vh;
}

.container1 h1{
font-size: 6.4rem;
}

.container1 p{
font-size: 2.4rem;
padding: 1rem;
}


.container2{
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
min-width: 100vw;
min-height: 180vh;
}

.container2 .box{
width: 110rem;
height: 32rem;
}

.container2 .box1{
display: flex;
justify-content: space-between;
align-items: center;
}

.container2 .box1 .sob1{
width: 45rem;
height: 30rem;
background-image: url('Public/Assets/Images/onlineCommunities.jpg');
background-size: cover;
background-position: center;
}

.container2 .box1 .sob2{
width: 60rem;
height: 20rem;
}

.container2 .box1 .sob2 h3{
font-size: 2.4rem;
}

.container2 .box1 .sob2 p{
font-size: 1.6rem;
padding: 2rem 0;
}

.container2 .box2 p {
font-size: 1.6rem;
}

.container2 .box2 {
line-height: 1.8;
}

.container2 .box2 ul li{
font-size: 1.6rem;
list-style-type: disc;
list-style-position: inside;
}

.container2 .box3 {
display: flex;
justify-content:space-between;
align-items: start;
flex-direction: column;
}

.container2 .box3 .sub1{
align-content: end;
width: 50rem;
height:5rem;
}

.container2 .box3 .sub1 p{
font-size: 1.6rem;
}

.container2 .box3 .sub2{
display: flex;
width: 60rem;
height:27rem;
}
.container2 .box3 .sob{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width:20rem;
height:27rem;
}


.container2 .box3 .sob a {
font-size: 1.6rem;
font-family: 'Times New Roman', Times, serif;
font-weight: 600;
color: #000000;
text-decoration: none;
}
  /* ---------------------------------------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) {
    .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;
flex-direction: column;
background: #DBF6FF;
min-width: 100vw;
min-height: 70vh;
}

.container1 h1{
font-size: 6.4rem;
}

.container1 p{
font-size: 2.4rem;
padding: 1rem;
}


.container2{
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
min-width: 100vw;
min-height: 400vh;
}

.container2 .box{
width: 70rem;
height: 60rem;
border: 1px solid red;
}

.container2 .box1{
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
}

.container2 .box1 .sob1{
width: 60rem;
height: 30rem;
background-image: url('Public/Assets/Images/onlineCommunities.jpg');
background-size: cover;
background-position: center;
}

.container2 .box1 .sob2{
width: 60rem;
height: 20rem;
}

.container2 .box1 .sob2 h3{
font-size: 2.4rem;
}

.container2 .box1 .sob2 p{
font-size: 1.6rem;
padding: 2rem 0;
}

.container2 .box2 p {
font-size: 1.6rem;
}

.container2 .box2 {
line-height: 1.8;
height: 40rem;
}

.container2 .box2 ul li{
font-size: 1.6rem;
list-style-type: disc;
list-style-position: inside;
}

.container2 .box3 {
display: flex;
justify-content:center;
align-items: start;
flex-direction: column;
}

.container2 .box3 .sub1{
align-content: end;
text-align: center;
width: 70rem;
height:5rem;
}

.container2 .box3 .sub1 p{
font-size: 2rem;
font-weight: 600;
font-family: 'Times New Roman', Times, serif;
}

.container2 .box3 .sub2{
display: flex;
justify-content:space-around;
align-items: center;
flex-direction: column;
width: 70rem;
height:50rem;
border: 1px solid green;
}

.container2 .box3 .sob img{
width: 10rem;
}

.container2 .box3 .sob{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width:20rem;
height:27rem;
}


.container2 .box3 .sob a {
font-size: 1.6rem;
font-family: 'Times New Roman', Times, serif;
font-weight: 600;
color: #000000;
text-decoration: none;
}

    /* --------------------------------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) {
    .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;
    flex-direction: column;
    background: #DBF6FF;
    min-width: 100vw;
    min-height: 70vh;
    }
    
    .container1 h1{
    font-size: 6.4rem;
    }
    
    .container1 p{
    font-size: 2.4rem;
    padding: 1rem;
    }
    
    
    .container2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    min-width: 100vw;
    min-height: 350vh;
    }
    
    .container2 .box{
    width: 50rem;
    height: 70rem;
    border: none;
    }
    
    .container2 .box1{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    }
    
    .container2 .box1 .sob1{
    margin-top: 2rem;
    width: 50rem;
    height: 30rem;
    background-image: url('Public/Assets/Images/onlineCommunities.jpg');
    background-size: cover;
    background-position: center;
    }
    
    .container2 .box1 .sob2{
    width: 50rem;
    height: 20rem;
    }
    
    .container2 .box1 .sob2 h3{
    font-size: 2.4rem;
    }
    
    .container2 .box1 .sob2 p{
    font-size: 1.6rem;
    padding: 2rem 0;
    }
    
    .container2 .box2 p {
    font-size: 1.6rem;
    }
    
    .container2 .box2 {
    line-height: 1.8;
    height: 50rem;
    }
    
    .container2 .box2 ul li{
    font-size: 1.6rem;
    list-style-type: disc;
    list-style-position: inside;
    }
    
    .container2 .box3 {
    display: flex;
    justify-content:center;
    align-items: start;
    flex-direction: column;
    }
    
    .container2 .box3 .sub1{
    align-content: end;
    text-align: center;
    width: 50rem;
    height:5rem;
    }
    
    .container2 .box3 .sub1 p{
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Times New Roman', Times, serif;
    }
    
    .container2 .box3 .sub2{
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-direction: column;
    width: 50rem;
    height:50rem;
    border: none;
}
    
    .container2 .box3 .sob img{
    width: 10rem;
    }
    
    .container2 .box3 .sob{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:20rem;
    height:27rem;
    }
    
    
    .container2 .box3 .sob a {
    font-size: 1.6rem;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    }
       

    /*----------------------------------footer styling-----------------------------------------*/
  
    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;
    }
  }
  