@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Hind Madurai", sans-serif;
}

:root {
  --main-color: #fff;
  --second-color: black;
  --third-color: #CF0000;
  --comp-colorA: #2E49D5;
  --comp-colorB: #930303;
}

a,
p,
span {
  font-family: "Roboto", sans-serif;
}

p,
span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin: 10px 0 20px;
  text-align: justify;
}

a {
  font-size: 1rem;
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  text-align: center;
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2rem;
}

h4 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

.sections_padding {
  padding: 20px 300px;
}

@media (max-width: 1150px) {
  main .bg-main-p {
    font-size: 1.5rem;
    border-right: 2px solid white;
    width: 16ch;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 12px;
  }
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}/*# sourceMappingURL=main.css.map */