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

.container-fluid {
  overflow: hidden;
}

/*------------------------------- AFTER WHY hexersoft  ------------------------------*/

.after-why-hexersoft {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.after-why-hexersoft .container-fluid {
  margin: 0;
  padding: 0;
  padding: 7%;
  background: -webkit-linear-gradient(45deg, #040a22, #0c253d); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #040a22, #0c253d);
  position: relative;
}
.why-hexersoft-points {
  text-align: center;
  margin: 0 auto;
}

.why-hexersoft-points .why-hexersoft-points-icon {
  padding: 16%;
  border-radius: 50%;
  background: -webkit-linear-gradient(-45deg, #07203d, #0c253d); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(-45deg, #07203d, #0c253d);
  box-shadow: 0px 5px 20px 0px #072444;
  width: fit-content;
  box-shadow: 0px -4px 10px 2px #1b3a66c2;
  margin: 0 auto;
}
.why-hexersoft-points .why-hexersoft-points-icon img {
  width: 40px;
  height: 40px;
}
.why-hexersoft-points-disc {
  padding-top: 15%;
}
.why-hexersoft-points-disc p {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: white;
}

@media screen and (max-width: 1366px) {
  .why-hexersoft-points-disc p {
    font-size: 15px;
  }
  .why-hexersoft-points .why-hexersoft-points-icon img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .after-why-hexersoft .container-fluid {
    padding: 5%;
  }
  .after-why-hexersoft .container-fluid .col-xl {
    display: table;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .why-hexersoft-points-disc p {
    font-size: 17px;
  }
  .why-hexersoft-points .why-hexersoft-points-icon img {
    width: 45px;
    height: 45px;
  }
  .why-hexersoft-points .why-hexersoft-points-icon {
    padding: 14%;
    border-radius: 50%;
    background: -webkit-linear-gradient(-45deg, #07203d, #0c253d); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(-45deg, #07203d, #0c253d);
    box-shadow: 0px 5px 20px 0px #072444;
    width: fit-content;
    box-shadow: 0px -4px 10px 2px #1b3a66c2;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .after-why-hexersoft .container-fluid {
    padding-top: 0%;
  }
  .after-why-hexersoft .container-fluid .col-xl {
    margin-top: 2%;
  }
  .text-heading-about-hexersoft {
    padding-bottom: 20px;
  }
}
