html {
  scroll-behavior: smooth;
}
body {
  background: #101010;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen (min-width: 1300px) {
  .container {
    width: 1296px;
    margin-right: 0;
    margin-left: 0;
  }
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text-red {
  color: #B70E0E;
}
.link-red {
  color: rgba(253, 46, 46, 1);
}
.btn-base {
  padding: 10px 24px;
  border-radius: 4px;
  background: #B70E0E;
  border-color: transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
}
.btn-base:hover,
.btn-base:focus {
  background: #FD2E2E;
  color: #fff;
}
.btn-optin {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  width: 446px;
  max-width: 100%;
  padding: 18px 18px;
  background: #121212;
  color: #fff;
  box-shadow: 0px 4px 6px 9px #00000040;
}
.btn-optin:hover,
.btn-optin:focus {
  background: #FD2E2E;
  color: #fff;
}
.navbar-toggler {
  border-color: #fff;
}
.media-menu {
  position: fixed;
  top: 300px;
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  z-index: 999;
}
.media-menu a {
  background: #B70E0E;
  height: 46px;
  width: 48px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  padding: 3px 2px;
  margin-bottom: 1px;
}
.media-menu a:hover {
  background: #FD2E2E;
}
header {
  min-height: 80px;
  padding-top: 17px;
  background: transparent url("../images/jtsite/bg_header.png") no-repeat center center;
  background-size: cover;
}
header .navbar {
  padding: 0;
}
.navbar-brand {
  width: auto;
  height: 46px;
}
.navbar-brand img {
  width: auto;
  height: 100%
}

.nav-link:not(.logo) {
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.nav-link.logo {
  padding: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #FD2E2E;
}
.nav-link:focus,
.nav-link:hover {
  color: #FD2E2E;
}
.logo img {
 width: auto;
 height: 46px;
}
.banner {
  padding-top: 52px;
  background-color: #797979;
  background-image: url("../images/jtsite/bg-banner.png"), url("../images/jtsite/bg-banner-1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-blend-mode: multiply, normal;
  background-size: cover;
}
.banner .text-danger {
  color: #B70E0E
}
.banner .content {
  width: 66.66%;
  max-width: 100%;
}
.banner h1 {
  font-size: 46px;
  font-weight: 400;
}
.banner h1 .large {
  font-size: 84px;
  line-height: 110px;
}
.banner h2 {
  font-size: 48px;
}
.banner .arrow {
  margin-left: auto;
}
.input-group-text {
  background: #fff;
  border-color: transparent;
  line-height: 28px;
  font-size: 16px;
  border-radius: 4px;
}
.form-control {
  background: #fff;
  border-color: #404040;
  line-height: 26px;
  border-radius: 4px;
}
.form-control.name,
.form-control.user,
.form-control.email,
.form-control.pass,
.form-control.phone {
  padding-left: 50px;
  position: relative;
}
.form-control.name {
  background: #fff url("../images/jtsite/user-solid.svg") no-repeat 13px 9px;
  background-size: 18px 18px;
}
.form-control.email {
  background: #fff url("../images/jtsite/envelope-solid.svg") no-repeat 12px 8px;
  background-size: 18px 18px;
}
.form-control.user {
  background: #fff url("../images/jtsite/circle-user-solid-full.svg") no-repeat 11px 7px;
  background-size: 22px 22px;
}
.form-control.pass {
  background: #fff url("../images/jtsite/lock-solid-full.svg") no-repeat 12px 8px;
  background-size: 20px 20px;
}
.form-control.phone {
  background: #fff url("../images/jtsite/phone-flip-solid-full.svg") no-repeat 11px 7px;
  background-size: 22px 22px;
}
.btn-form {
  background: #B70E0E;
  color: #fff;
  border-radius: 4px;
  border-color: transparent;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 12px;
  font-weight: 700;
}
.btn-form:hover,
.btn-form:focus {
  background: #FD2E2E;
  color: #fff;
}
.text-xs {
  font-size: 12px;
}
.bg-red {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50.48%, rgba(0, 0, 0, 0.6) 100%), url("../images/jtsite/bg.jpg"), #B70E0E;
  background-blend-mode: normal, multiply, normal;
  background-size: cover;
  box-shadow: 0px 4px 6px 9px rgba(0, 0, 0, 0.25);
}
.testimonial {
  padding: 20px 0;
  margin: auto;
  width: 638px;
  max-width: 100%;
  gap: 24px;;
}
.testimonial .photo {
  width: 138px;
  height: 138px;
  padding: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.testimonial .photo img {
  width: 126px;
  height: 126px;
}
.testimonial .text {
  font-size: 18px;
}
.testimonial .text h6 {
  font-size: 18px;
  font-weight: 700;
}
.bg-black {
  background: url("../images/jtsite/black.png") no-repeat center;
  background-size: cover;
}
.whoami,
.whatwedo {
  padding: 80px 0 70px;
}
.whoami .content,
.whatwedo .content {
  width: 856px;
  max-width: 100%;
  margin: auto;
}
.whoami .content h2,
.whatwedo .content h2 {
  font-size: 40px;
  font-weight: 700;
}
.whoami .content p,
.whatwedo .content p {
  font-size: 18px;
}
.btn-outline-light {
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 700;
}
.video-gallery {
  padding: 100px 0;
  background-image: url("../images/jtsite/bg-banner-1.png"), url("../images/jtsite/video-gal.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-blend-mode: multiply, normal;
  background-size: cover;
}
.video-gallery .videos > div {
  width: 20%;
  padding: 10px;
}

.video-gallery .videos > div > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  gap: 16px;
  color: #ffffff;

}
#aboutJoelModal p {
  font-size: 18px;
}
.products {
  padding: 60px 0 70px;
}
.products h2 {
  font-size: 40px;
}
.product h3 {
  font-size: 30px;
}
.product p {
  font-size: 18px;
}
.products hr {
  margin: 40px auto 60px;
  border-color: rgba(255,255,255,0.7);
}
.coaching h2 {
  font-size: 30px;
}
.coaching img.deco {
  margin-top: -42px;
}
.coaching .arrow {
  position: absolute;
  right: 60px;
  bottom: 30px;
}
.ask-me {
  padding: 100px 0 80px;
  background-color: #121212;
  background-image: url("../images/jtsite/bg-ask1.png"), url("../images/jtsite/bg-ask2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-blend-mode: multiply, normal;
}
.ask-me h2 {
  font-size: 40px;
}
.ask-me .content img {
  width: 467px;
  max-width: 100%;
}
.contact-us {
  padding: 80px 0 80px;
}
.contact-us h2 {
  font-size: 40px;
}
.contact-us .h3 {
  font-size: 30px;
}
.contact-us p {
  font-size: 18px;
}
.contact-us .form {
  width: 414px;
  margin-right: 136px;
}
.contact-us .map iframe {
  width: 100%;
  border: 0;
}

footer {
  background: #000000;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}

.modal-header {
  border-bottom-color: transparent;
}
.modal-body.joel {
  position: relative;
}
.modal-body.deco img.deco {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.thankyou {
  height: calc(100vh - 142px);
  background: url("../images/jtsite/bg-ty.png") no-repeat center;
  background-size: cover;
}
.thankyou .content {
  max-width: 42rem;
}
.thankyou h1 {
  font-size: 76px;
}
.thankyou h2 {
  font-size: 40px;
}

@media only screen and (max-width: 1199px) {
  .joel img {
    width: 305px;
  }
  .banner h1 {
    font-size: 40px;
  }
  .banner h1 .large {
    font-size: 70px;
    line-height: 70px;
  }
  .banner h2 {
    font-size: 30px;
  }
  .coaching .arrow {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .media-menu {
    top: calc(50% - 70px);
  }
  .nav-link:not(.logo) {
    padding: 5px;
    font-size: 14px;
  }
  .logo img {
    width: auto;
    height: 40px;
  }
  .modal-body.deco img.deco {
    display: none;
  }
  .coaching h2 {
    font-size: 26px;
  }
  .coaching .arrow {
    position: absolute;
    right: -15px;
    bottom: auto;
    top: 30px;
  }
  .ask-me h2,
  .contact-us h2,
  .products h2 {
    font-size: 32px;
  }
  .thankyou .content {
    max-width: 100%;;
  }
  .thankyou h1 {
    font-size: 60px;
  }
  .thankyou h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .logo img {
    width: auto;
    height: 46px;
  }
  .nav-link:not(.logo) {
    padding: 10px 20px;
    font-size: 16px;
  }
  .video-gallery .videos > div {
    width: 100%;
  }
  .banner .content {
    width: 100%;
    max-width: 100%;
  }
  .banner h1 {
    font-size: 36px;
  }
  .banner h1 .large {
    font-size: 60px;
    line-height: 66px;
  }
  .banner h2 {
    font-size: 30px;
  }
}
@media only screen and (max-height: 580px) {
  .thankyou {
    height: auto;
  }
}
