@font-face {
  font-family: "BlackOpsOne-Regular";
  src: url("BlackOpsOne-Regular.woff2 ") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald-SemiBold";
  src: url("Oswald-SemiBold.ttf ") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("SourceSansPro-Bold.otf ") format("opentype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: rgb(32, 32, 32);
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: rgb(32, 32, 32);
  line-height: 1;
}

h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-family: "BlackOpsOne-Regular";
  font-weight: 500;
  color: rgb(51, 51, 51);
}

h2 {
  line-height: 1.2;
}

p {
  line-height: 1.4;
  padding-bottom: 11px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: rgb(32, 32, 32);
}

button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1;
  max-height: 36px;
}

@media screen and (min-width: 1000px) {
  h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 1.5rem;
  }
  p,
  a,
  button {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 2000px) {
  h2 {
    font-size: 2rem;
  }
  p,
  a,
  button {
    font-size: 1.25rem;
  }
}
.mlr-95 {
  width: 95%;
  margin: auto;
}

.ptb-5 {
  padding: 50px 0;
}

.pb-2 {
  padding-bottom: 10px;
}

.pt-2 {
  padding-top: 20px;
}

@media screen and (min-width: 769px) {
  .flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
  .flex-container-2 {
    flex: 0 0 calc(50% - 10px); /* Makes each child take up approximately half the parent's width (50% minus gap) */
    border-bottom: 2px solid rgba(32, 32, 32, 0.2);
  }
  .flex-container-3 {
    flex: 0 0 calc(33.33% - 18px); /* Makes each child take up approximately half the parent's width (50% minus gap) */
    border-bottom: 2px solid rgba(32, 32, 32, 0.2);
  }
  .flex-container-4 {
    flex: 0 0 calc(25% - 18px); /* Makes each child take up approximately half the parent's width (50% minus gap) */
    border-bottom: 2px solid rgba(32, 32, 32, 0.2);
  }
}
.img--wrapper {
  overflow: hidden;
  background-color: black;
  color: white;
  font-style: italic;
  font-size: 0.875rem;
  min-width: 300px;
  min-height: 169px;
}
.img--wrapper img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.5s ease;
}
.img--wrapper img:hover {
  transform: scale(110%);
  filter: grayscale(100%);
}

.blogs--category--h2 {
  transition: all 1s ease;
}
.blogs--category--h2:hover {
  color: red;
}

.grey-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Grey shadow */
}

.transparent--btn {
  display: inline-block;
  background-color: rgba(32, 32, 32, 0);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.transparent--btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(255, 0, 0);
}

.para--cta {
  -webkit-text-decoration: underline 2px solid red;
          text-decoration: underline 2px solid red;
  text-underline-offset: 1px;
  transition: all 0.5s ease-in-out;
}
.para--cta:hover {
  -webkit-text-decoration: underline 2px solid #202020;
          text-decoration: underline 2px solid #202020;
  color: rgb(255, 0, 0);
}

.section--title {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.95);
  border-bottom: 2px solid rgba(32, 32, 32, 0.8);
  margin-bottom: 11px;
  padding-bottom: 0px;
}

.section--container h2 {
  padding: 16px 0 0.6px 0;
}

.categories--btn--div {
  padding: 4px 0 40px 0;
}

.categories--btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid rgb(32, 32, 32);
  padding: 8px 20px;
  transition: 0.5s ease;
  background-color: rgb(32, 32, 32);
  color: rgb(255, 255, 255);
  margin: 0px 10px 8px 0;
}
.categories--btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(32, 32, 32);
}

.article--para--border-left {
  padding: 0px 0px 0px 6px;
  border-left: 8px solid rgba(255, 0, 0, 0.7);
  margin: 4px 0 10px 0;
}

@media screen and (min-width: 769px) {
  .first-section {
    width: 50%;
    margin: 0 45% 0 5%;
  }
  .section--container p {
    font-size: 1.125rem;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(20px);
  }
  60% {
    transform: translateY(5px);
  }
}
.category-hero {
  position: relative;
  background-color: black;
  background-image: url("./images/hero-chin-up-711x400.jpg"), url("./images/hero-chin-up-148x83.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-hero--overlay {
  position: absolute;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.category-hero--text--wrapper {
  color: rgb(255, 255, 255);
}

.category-hero--title {
  color: rgba(255, 255, 255, 0.85);
}
.category-hero--title span {
  text-transform: uppercase;
  color: rgba(255, 0, 0, 0.9);
}

.h1--span {
  font-size: 40px;
  display: block;
}

.blogs--section {
  width: 95%;
  margin: auto;
}

.category-hero--scroll-down-arrow {
  font-size: 36px;
  font-weight: 600;
  padding-top: 0px;
  animation: bounce 3s infinite;
  color: rgb(255, 0, 0);
}

@media screen and (min-width: 769px) {
  .category-hero--title {
    font-size: 2.5rem !important;
  }
  .category-hero--title span {
    font-size: 3rem !important;
  }
  .blogs--section {
    width: 90%;
  }
}
.hero {
  position: relative;
  min-height: 500px;
  background-color: black;
  background-image: url(./images/hero-chin-up-711x400.webp), url(./images/hero-chin-up-148x83.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero--overlay {
  position: absolute;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.hero--text--wrapper {
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 190px 2.5% 100px 2.5%;
}

.hero--title {
  color: rgba(255, 255, 255, 0.85);
  font-size: 32px;
  margin-bottom: 17px;
}
.hero--title span {
  font-size: 40px;
  display: block;
  text-transform: uppercase;
  color: rgba(255, 0, 0, 0.9);
}

.scroll-down-arrow {
  font-size: 36px;
  font-weight: 600;
  padding-top: 10px;
  animation: bounce 3s infinite;
  color: rgb(255, 0, 0);
}

/* Show the tooltip text when you hover over the tooltip */
@media screen and (min-width: 769px) {
  .hero--title {
    font-size: 2.5rem !important;
  }
  .hero--title span {
    font-size: 3.1rem !important;
  }
}
.category-hero--text--wrapper {
  text-align: center;
  padding: 110px 2.5% 40px 2.5%;
}

@media screen and (min-width: 769px) {
  .blog-section--main-page {
    width: 65%;
    margin: 0 30% 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .about-us--section {
    width: 60% !important;
    margin: 0rem 25% 0 15% !important;
  }
  .about-us--section p {
    font-size: 1.25rem;
  }
  .about-us--btns {
    width: 60%;
    margin: 0 25% 0 15%;
  }
}
.contact-us--section {
  padding-bottom: 10px;
  padding-top: 32px;
  width: 95%;
  margin: auto;
}

.contact-us--section--header {
  padding-bottom: 8px;
}
.contact-us--section--header h2 {
  font-size: 2rem;
  padding-bottom: 12px;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-decoration-color: rgb(247, 214, 55);
}

.contact-us--btns--header {
  display: none;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  display: block;
  width: 100%;
  margin: 0 0 6px 0px;
  padding: 6px 2px 6px 6px;
  text-align: left;
  resize: vertical;
}
form textarea {
  font-size: 1rem;
}
form::-moz-placeholder {
  color: rgb(255, 0, 0);
}
form::placeholder {
  color: rgb(255, 0, 0);
}
form:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
form .file-upload-label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 4px;
}
form #file-upload {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
form #file-upload:hover {
  background-color: #eaeaea;
}
form button[type=submit] {
  margin-top: 16px;
  width: 100%;
  padding: 8px;
  background-color: rgb(32, 32, 32);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: left;
  text-transform: uppercase;
}
form button[type=submit]:hover {
  background-color: rgb(255, 0, 0);
}

@media screen and (min-width: 768px) {
  .contact-us--section--header {
    padding-bottom: 8px;
  }
  .contact-us--section--header h2 {
    font-size: 2.5rem;
    text-underline-offset: 1px;
    padding-bottom: 10px;
    font-family: Oswald-SemiBold;
  }
  .contact-us--section--header p {
    font-size: 1.25rem;
  }
  .contact-us--btns {
    width: 95%;
    margin: auto;
  }
}
@media screen and (min-width: 1150px) {
  .contact-us--section {
    display: flex;
    gap: 2rem;
    padding: 40px 0 !important;
  }
  .contact-us--section--header {
    flex: 1;
    min-width: 350px;
  }
  .contact-us--section--header p {
    padding-bottom: 12px;
  }
  .contact-form--section {
    flex: 1;
  }
  .contact-us--btns {
    display: none;
  }
  .contact-us--btns--header {
    display: inline-block;
  }
}
.thanks--body--section {
  padding-top: 50px;
  width: 95%;
  margin: auto;
}

.thanks--section {
  text-align: center;
  line-height: 1.4;
}

.thanks--btns {
  padding: 20px 10px 30px 10px;
}/*# sourceMappingURL=main-body.css.map */