/**********************************************
Theme Colors
**********************************************/
/**********************************************
Default styling
**********************************************/
body,
html {
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
  -webkit-transition: scroll-behavior 1s ease-in;
  transition: scroll-behavior 1s ease-in;
}

body::-webkit-scrollbar {
  width: 0.8em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #c52a25;
  outline: 1px solid #efefef;
  border-radius: 0;
}

::-moz-selection {
  background-color: #c52a25;
  color: #fff;
}

::selection {
  background-color: #c52a25;
  color: #fff;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Manrope", sans-serif;
}

section {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

/**********************************************
Default buttons
**********************************************/
/**********************************************
banner section
**********************************************/
.banner-amj {
  background: #fff url("/assets/images/banner/banner-img3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: 100vh;
}

.banner-amj .logo {
  position: absolute;
  top: 30px;
}

.banner-amj .logo img {
  width: 70%;
}

.banner-amj h1 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
  color: #c52a25;
}

.banner-amj h1 span {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  color: #000000;
  font-family: "Inter", sans-serif;
}

.banner-amj p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #1c2028;
}

.banner-amj .btn-watch {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #c52a25;
  margin-top: 10px;
  margin-left: 70px;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.banner-amj .btn-watch::before {
  content: "";
  width: 65px;
  height: 2px;
  background: #c52a25;
  position: absolute;
  left: -70px;
  top: 50%;
}

/**********************************************
about section
**********************************************/
.about-amj {
  padding: 100px 0;
}

.about-amj h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 43px;
  line-height: 150%;
  color: #1c2028;
}

.about-amj h2.circle-before {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

.about-amj h2.circle-before:before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.6' cx='100' cy='100' r='100' fill='%23E92E43'/%3E%3C/svg%3E%0A");
  background-size: contain;
  z-index: -1;
  top: -25%;
  left: -13%;
}

.about-amj .img-spacing {
  padding-right: 25px;
}

.about-amj .box-step {
  position: relative;
  margin-bottom: 50px;
}

.about-amj .box-step svg {
  margin-bottom: 10px;
}

.about-amj .box-step h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  color: #c52a25;
}

.about-amj .box-step p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  color: #1c2028;
}

/**********************************************
features section
**********************************************/
.features-amj {
  background: #fff url("/assets/images/other/bg-features.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.features-amj h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 43px;
  line-height: 150%;
  color: #1c2028;
}

.features-amj h2.circle-before {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  margin-left: 60px;
}

.features-amj h2.circle-before:before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.6' cx='100' cy='100' r='100' fill='%23E92E43'/%3E%3C/svg%3E%0A");
  background-size: contain;
  z-index: -1;
  top: -25%;
  left: -13%;
}

.features-amj .box-step {
  position: relative;
  margin-bottom: 50px;
}

.features-amj .box-step svg {
  margin-bottom: 10px;
}

.features-amj .box-step h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  color: #1c2028;
}

.features-amj .box-step p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  color: #1c2028;
}

/**********************************************
Team section
**********************************************/
.team-amj {
  background: #ffffff url("/assets/images/other/bg-team.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 120px 0;
}

.team-amj h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 43px;
  line-height: 150%;
  color: #1c2028;
}

.team-amj h2.circle-before {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.team-amj h2.circle-before:before {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.6' cx='100' cy='100' r='100' fill='%23E92E43'/%3E%3C/svg%3E%0A");
  background-size: contain;
  z-index: -1;
  top: -95%;
  left: -13%;
}

.team-amj-slides {
  padding: 70px 0;
  position: relative;
}

.team-amj-slides .team-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  padding: 0px 20px 20px 35px;
  position: relative;
  min-height: 450px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.team-amj-slides .team-box img {
  margin-top: -15%;
}

.team-amj-slides .team-box h4 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #000000;
}

.team-amj-slides .team-box ul {
  padding-left: 1rem;
}

.team-amj-slides .team-box ul li {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  /* or 250% */
  letter-spacing: -0.02em;
  color: #989898;
}

/**********************************************
Trainers section
**********************************************/
.trainers-amj h2 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 150%;
  /* or 72px */
  text-align: center;
  color: #c52a25;
}

.trainers-amj .box-trainers {
  margin-bottom: 10px;
}

.trainers-amj .box-trainers h4 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000000;
}

.trainers-amj .box-trainers ul {
  padding-left: 1rem;
}

.trainers-amj .box-trainers ul li {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #989898;
}

/**********************************************
message section
**********************************************/
.message-amj {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.8)), to(rgba(255, 0, 0, 0.8))), url(/assets/images/other/bg-cta-1.jpg);
  background-image: linear-gradient(rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0.8)), url(/assets/images/other/bg-cta-1.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 80px 0 0 0;
  overflow: visible;
}

.message-amj .img-scale {
  -webkit-transform: scale(1.1) translateY(-20px) translateZ(0);
          transform: scale(1.1) translateY(-20px) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: -92px;
}

.message-amj h2 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 54px;
  /* or 160% */
  color: #ffffff;
}

/**********************************************
footer section
**********************************************/
footer hr {
  margin-top: 50px;
  background-color: #707070;
}

footer .list-pages li a {
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #1c2028;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .list-pages li a:hover, footer .list-pages li a:focus {
  color: #c52a25;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .list-social li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}

footer .list-social li a {
  color: #c52a25;
}

footer .list-social li a:hover, footer .list-social li a:focus {
  color: #1c2028;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/**********************************************
banner inner
**********************************************/
.banner-inner {
  background: url("/assets/images/other/bg-cta.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding: 150px 0;
  position: relative;
}

.banner-inner .logo {
  position: absolute;
  top: 30px;
}

.banner-inner .logo img {
  width: 60%;
}

.banner-inner h2 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  /* or 68px */
  color: #ffffff;
}

.content-amj p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.content-amj ul,
.content-amj ol {
  margin-bottom: 20px;
}

.content-amj ul li,
.content-amj ol li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.content-amj ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.content-amj li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.content-amj li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.content-amj li li {
  margin: 0;
}

.content-amj li li:before {
  content: counters(item, ".") " ";
}

/**********************************************
Media Queries
**********************************************/
@media (max-width: 1920px) {
  .about-amj .box-step p {
    font-size: 15px;
  }
  .features-amj .box-step p {
    font-size: 16px;
  }
}

@media (max-width: 1367px) {
  .banner-amj h1 {
    font-size: 56px;
    line-height: 1.2;
  }
  .banner-amj h1 span {
    font-size: 35px;
    line-height: 1.2;
  }
  .banner-amj .logo img {
    width: 50%;
  }
  .about-amj h2 {
    font-size: 30px;
  }
  .about-amj h2.circle-before:before {
    width: 130px;
    height: 130px;
  }
  .features-amj h2 {
    font-size: 30px;
  }
  .features-amj h2.circle-before:before {
    width: 130px;
    height: 130px;
  }
  .trainers-amj h2 {
    font-size: 35px;
  }
  .message-amj h2 {
    font-size: 28px;
  }
}

@media (max-width: 1280px) {
  .banner-amj h1 {
    font-size: 50px;
  }
  .banner-amj h1 span {
    font-size: 32px;
  }
  .team-amj h2 {
    font-size: 36px;
  }
  .team-amj h2.circle-before:before {
    width: 130px;
    height: 130px;
    top: -55%;
    left: -8%;
  }
  .banner-amj .logo {
    top: 15px;
  }
  .banner-amj .logo img {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .banner-amj {
    background-position: 60% top;
  }
  .banner-amj .logo img {
    width: 50%;
  }
  .banner-amj h1 {
    font-size: 42px;
  }
  .banner-amj h1 span {
    font-size: 27px;
  }
  .team-amj-slides .team-box h4 {
    font-size: 19px;
  }
  .team-amj-slides .team-box ul li {
    font-size: 10px;
  }
  .message-amj h2 {
    font-size: 27px;
    line-height: 46px;
  }
  .trainers-amj .box-trainers h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 769.98px) {
  .banner-amj h1 {
    font-size: 33px;
  }
  .banner-amj h1 span {
    font-size: 21px;
  }
  .banner-amj p {
    font-size: 14px;
    line-height: 26px;
  }
  .banner-amj ul li a img {
    margin-bottom: 10px;
  }
  .about-amj h2 {
    font-size: 26px;
    margin-bottom: 70px;
  }
  .features-amj .img-spacing {
    margin-bottom: 20px;
  }
  .features-amj h2 {
    font-size: 40px;
  }
  .features-amj h2.circle-before:before {
    width: 180px;
    height: 180px;
  }
  .trainers-amj h2 {
    font-size: 26px;
  }
  .message-amj h2 {
    font-size: 20px;
    line-height: 40px;
  }
  .message-amj .img-scale {
    -webkit-transform: scale(1.1) translateY(-20px) translateZ(0);
    transform: scale(1.3) translate(-20px, -20px) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .banner-amj {
    background-position: left top;
  }
  .about-amj .img-spacing {
    margin-bottom: 20px;
  }
  .features-amj h2 {
    font-size: 36px;
  }
  .team-amj h2.circle-before:before {
    top: -18%;
    left: -8%;
  }
  .message-amj .img-scale {
    position: relative;
    margin-bottom: 20px;
    -webkit-transform: none;
            transform: none;
    margin-top: 0;
    position: relative;
  }
}
/*# sourceMappingURL=styles.css.map */