@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 62.5%;
  font-size: 10px;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}
footer {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 0;
}
footer .container-fluid {
  margin: 0;
  padding: 0;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(45deg, #040a22, #0c253d); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #040a22, #0c253d);
  padding-left: 7%;
  padding-right: 7%;
}
.footer-section-gap {
  padding: 3%;
}
.hexersoft-details .footer-logo {
  margin-bottom: 20px;
}
.hexersoft-details .footer-logo img {
  height: 50px;
}
.hexersoft-details .footer-logo a {
  font-family: "Play", sans-serif;
  text-decoration: none;
  color: white;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  text-transform: capitalize;
}
.hexersoft-details .hexersoft-details-para {
  margin-top: 10px;
}
.hexersoft-details .hexersoft-details-para p {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: white;
}
.hexersoft-contact-details {
  margin-top: 30px;
}
.hexersoft-contact-details ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.hexersoft-contact-details ul li {
  list-style: none;
  display: flex;
}
.hexersoft-contact-details ul li img {
  position: absolute;
}
.hexersoft-contact-details ul li p {
  font-family: "Noto Sans", sans-serif;
  list-style: none;
  display: inline;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: white;
  padding-left: 40px;
  margin-top: 3px;
}
.follow-hexersoft {
  margin-top: 20px;
}
.follow-hexersoft span {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: white;
}
.follow-hexersoft span a {
  text-decoration: none;
}
.follow-hexersoft span a svg {
  width: 23px;
}

.hexersoft-services-footer .footer-services-heading {
  margin-bottom: 20px;
}

.hexersoft-services-footer .footer-services-heading p {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: white;
  padding-left: 6px;
}
.bottom {
  width: 50px;
  height: 3px;
  background: #009dfe;
  margin-left: 6px;
  transform: skew(-45deg);
}

.hexersoft-services-footer .services-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: white;
}
.hexersoft-services-footer .services-list ul li {
  padding: 5px;
}
.hexersoft-services-footer .services-list ul li a {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: white;
  text-decoration: none;
}

footer .copyright {
  margin: 0;
  padding: 25px;
  background: -webkit-linear-gradient(45deg, #040a22, #0c253d); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #050b25, #0c253d);
}
footer .copyright p {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;

  color: white;
  margin: 0;
  padding: 0;
}
footer .copyright p a {
  color: #009dfe;
}
.follow-hexersoft svg {
  fill: white;
  transition: 0.5s;
}
.follow-hexersoft svg:hover {
  fill: #009dfe;
  transition: 0.5s;
}

@media screen and (max-width: 1366px) {
  footer .container-fluid {
    padding-left: 6%;
    padding-right: 6%;
  }
  .hexersoft-details .hexersoft-details-para p {
    font-size: 16px;
  }
  .hexersoft-contact-details ul li p {
    font-size: 16px;
  }
  .follow-hexersoft span {
    font-size: 16px;
  }

  .hexersoft-services-footer .services-list ul li a {
    font-size: 16px;
  }
  footer .copyright p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer-section-gap {
    padding: 1.5%;
  }
  .footer-section-gap.bottom-gap {
    padding: 7.5%;
  }
  .hexersoft-services-footer .footer-services-heading p {
    font-size: 20px;
  }
  .hexersoft-details .footer-logo img {
    height: 40px;
  }
  .hexersoft-details .footer-logo a {
    font-size: 27px;
  }
  .hexersoft-details .hexersoft-details-para p {
    font-size: 17px;
  }
  .hexersoft-contact-details ul li p {
    font-size: 17px;
  }
  .follow-hexersoft span {
    font-size: 17px;
  }

  .hexersoft-services-footer .services-list ul li a {
    font-size: 17px;
  }
  footer .copyright p {
    font-size: 17px;
  }
  footer .col-lg {
    margin-top: 9%;
  }
  footer .col-lg-4 {
    margin-top: 9%;
  }
  footer .container-fluid {
    margin: 0;
    padding: 0;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(45deg, #040a22, #0c253d); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(45deg, #040a22, #0c253d);
    padding-left: 12%;
    padding-right: 2%;
  }
}
