* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

.social_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

h3 {
  margin-top: 4px;
  color: red;
  font-size: 24px;
}

.respect-box {
  background-color: #D8202C;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  margin: 6px 0px;

}

.highlight {
  color: red;
  font-weight: bold;
  font-size: 20px;
}

.main-text {
  margin: 5px auto;
  max-width: 700px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;

}



#head_social {
  color: rgba(247, 141, 2);
  text-align: center;
}

.head_logo_wrapper {
  background-color: aqua;
  width: 100%;
}

.header_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
}

.info_aboutus {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-bottom: 30px;

  h1 {
    text-align: center;
    font-size: 40px;
    color: #D8202C;
  }

  h2 {
    text-align: center;
    font-size: 30px;
    color: #191a19;
  }

  p {
    font-size: 18px;
    font-weight: 500;

  }
}

.head_logo {
  background-color: #D8202C;
  object-fit: contain;
  box-shadow: 0px -6px 10px 0px;
  width: -webkit-fill-available;
  height: 100px;
  /* border-radius: 0% 0% 28% 28%; */
  /* border-radius: 0% 0% 28% 28%; */
}


#logo {
  width: 140px;
  height: 140px;
  padding: 0px !important;
  /* background-color: white; */
  border-radius: 50%;
  /* margin-left: auto; */
  /* position: absolute; */
  top: 1%;
  /* box-shadow: 1px 1px 7px -5px #f78d02; */
  left: 32%;
  object-fit: contain;
  /* right: auto; */
}

#w3dev_logo {
  width: 36px !important;
}

.mail img {
  width: 35px !important;
  height: 35px !important;

}

.child_tiktok img {
  width: 35px !important;
  height: 35px !important;
  margin-right: 10px !important;
}

.aboutus {
  width: 95%;
  /* padding: 12px 10px; */
  margin-bottom: 4%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;

  h1 {
    font-size: 12px;
    font-weight: 200;
    text-align: center;
  }

  p {
    text-align: center;
    font-style: italic;
    color: #2b2b2bb8;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 20px;
  }
}

.img_aboutus {
  background-color: rgb(255, 255, 255);
  /* padding: 4px 4px; */
  border-radius: 8%;
  /* margin-left: 37%; */
  /* width: fit-content; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* display: block; */

  img {
    width: 70px;
    margin-bottom: 20px;
    /* margin-left:
     auto; */
  }
}

.social_links_grid {
  display: grid;
  grid-template-columns: auto auto auto;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  gap: 15px;

  a {
    text-decoration: none;
  }
}



.mini_socail_links_grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;

  /* margin-top: 8%; */
  i {
    font-size: 34px;
  }
}

.whatsapp,
.mail,
.phone {
  background-color: #b31e25;
  padding: 20px 17px;
  text-align: center;
  border-radius: 12px;
  color: white;
}

.whatsapp {
  background-color: #00d757;
}

.phone {
  background-color: #188038;
}

.map {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 12px;
  width: 100%;
  color: white;
  margin-bottom: 3%;
  background-color: aliceblue;

  #map_frame {
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }
}

.facebook,
.youtube,
.instagram,
.linkedln,
.tiktok,
.github,
.w3dev,
.g_review {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 12px;
  padding: 23px 20px;
  width: 100%;
  color: white;

  h1 {
    margin-left: 10%;
  }

  i {
    font-size: 34px;
    float: left;
  }

  .child_fb,
  .child_yt,
  .child_ig,
  .child_linke,
  .child_tiktok,
  .child_git,
  .child_w3,
  .child_g_review {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.facebook {
  /* background-color: rgba(8, 107, 255, 0.8); */
  background: linear-gradient(45deg, #1877f2 0%, #2a9df4 50%, #42b0f5 100%);

  /* color: rgba(8, 107, 255); */
}

.youtube {
  background-color: rgb(255, 0, 51, 0.8);
  /* color: rgb(255, 0, 51); */
}

.instagram {
  /* background-color: #FE3B48; */
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);

  /* color: rgb(213, 71, 134); */
}

.linkedln {
  background-color: rgb(47, 125, 174, 0.8);
  /* color: rgb(47, 125, 174); */
}

.tiktok {
  /* background-color: rgb(0, 0, 0, 0.8); */
  background: linear-gradient(45deg,
      #1da1ae 0%,
      #78d2ba 25%,
      #c92c6d 75%,
      #b31256 100%);

  /* color: rgb(0, 0, 0); */
}

.github {
  background-color: rgb(31, 35, 40, 0.8);
  /* color: rgb(31, 35, 40); */
}

.w3dev {
  /* background-color: rgb(247, 139, 2, 0.8); */
  background-color: #D8202C;
  background-image: linear-gradient(326deg, #D8202C 40%, #86303d 74%);

  /* color: rgb(247, 139, 2); */
  img {
    width: 50px;
    background-color: white;
    border-radius: 50%;
  }
}

.g_review {
  background: Linear-gradient(-120deg, #4285f4, #34a853, #fbbc05, #ea4335);
  padding: 0px 20px;
}

.w3_copywrite {
  margin-top: 10px;
  background-color: black;
  color: white;
  font-weight: 500;
  width: 100%;
}

#w3_copywrite {
  text-align: center;
  padding: 4px 4px;
  /* margin-top: 4%; */
}

@media screen and (max-width: 990px) {
  .header_links {
    margin-top: -135px;
  }

  .social_links_grid {
    grid-template-columns: auto auto;
  }

  .head_logo {
    margin-bottom: 8%;
  }

  .logo_wrapper {
    left: 42%;
  }
}

@media screen and (max-width: 680px) {
  .logo_wrapper {
    left: 40%;
  }
}

@media screen and (max-width: 620px) {
  .social_links_grid {
    grid-template-columns: auto;
  }

  #head_social {
    font-size: 24px !important;
    padding: 22px 12px;
  }

  .facebook,
  .youtube,
  .instagram,
  .linkedln,
  .tiktok,
  .github,
  .w3dev,
  .g_review {
    font-size: 15px !important;
  }

  .head_logo {
    margin-bottom: 12%;
  }

  .logo_wrapper {
    left: 37%;
  }
}

@media screen and (max-width: 520px) {
  .logo_wrapper {
    left: 35%;
  }
}

@media screen and (max-width: 440px) {

  .info_aboutus {
    h2 {

      font-size: 22px;

    }

    p {
      font-size: 16px;
    }
  }

  .facebook,
  .youtube,
  .instagram,
  .linkedln,
  .tiktok,
  .github,
  .w3dev,
  .g_review {
    font-size: 10px !important;
    padding: 23px 88px;
  }

  .head_logo {
    margin-bottom: 14%;
  }

  .logo_wrapper {
    left: 32%;
  }

  #w3_copywrite {
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {

  .info_aboutus {
    h2 {
      font-size: 20px;
    }

    p {
      font-size: 15px;
    }
  }

  .facebook,
  .youtube,
  .instagram,
  .linkedln,
  .tiktok,
  .github,
  .w3dev,
  .g_review {
    padding: 15px 60px !important;
  }

  .logo_wrapper {
    left: 30%;
  }

}