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

#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 {
  font-size: 30px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.head_logo {
  background-color: #802201;
  background-image: linear-gradient(176deg, #040257 1%, #2c57a1 83%);
  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_wrapper {
  background-color: #ffffff;
  border-radius: 50%;
  /* margin-left: auto; */
  /* width: 44%; */
  box-shadow: 1px 1px 7px -5px #f78d02;
  /* right: auto; */
}

#logo {
  width: 140px;
  padding: 0 !important;
  /* background-color: white; */
  border-radius: 27%;
  /* margin-left: auto; */
  /* position: absolute; */
  top: 1%;
  /* box-shadow: 1px 1px 7px -5px #f78d02; */
  left: 32%;
  /* right: auto; */
}

#kodetex_logo {
  width: 36px !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: #751f03;
  padding: 20px 17px;
  text-align: center;
  border-radius: 12px;
  color: white;
}
.vphone {
  background-color: #79036c;
  padding: 16px 11px;
  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,
.kodetex,
.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_mkd,
  .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); */
}

.kodetex {
  /* background-color: rgb(247, 139, 2, 0.8); */
  background-color: #802201;
  background-image: linear-gradient(326deg, #55c1e9 1%, #2c57a1 74%);


  /* color: rgb(247, 139, 2); */
  img {
    width: 50px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
  }
}

.g_review {
  background: Linear-gradient(-120deg, #4285f4, #34a853, #fbbc05, #ea4335);
  padding: 0px 20px;
}

.mkd_copywrite {
  background-color: black;
  color: white;
  font-weight: 500;
  width: 100%;
}

#mkd_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,
  .kodetex,
  .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) {
  .facebook,
  .youtube,
  .instagram,
  .linkedln,
  .tiktok,
  .github,
  .kodetex,
  .g_review {
    font-size: 10px !important;
    padding: 23px 88px;
  }

  .head_logo {
    margin-bottom: 14%;
  }

  .logo_wrapper {
    left: 32%;
  }

  #mkd_copywrite {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .facebook,
  .youtube,
  .instagram,
  .linkedln,
  .tiktok,
  .github,
  .kodetex,
  .g_review {
    padding: 15px 60px !important;
  }
  .logo_wrapper {
    left: 30%;
  }
}
