/* Reset*/

* {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

body {
  background-color: var(--black);
}

ul {
  list-style: none;
}

/* Colors */
:root {
  --accent: rgba(255, 9, 33, 1);
  --black: rgba(0, 0, 0, 1);
  --white: rgba(255, 255, 255, 1);
}

/* Background */
.bg-accent {
  background-color: var(--accent) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-white-washed {
  background-color: rgba(255, 255, 255, 0.98);
}

.bg-black {
  background-color: var(--black) !important;
}

/* Margin & Padding */
.padding-0 {
  padding: 0 !important ;
}

.margin-0 {
  margin: 0 !important;
}

/* Fonts */
.font-accent {
  color: var(--accent) !important;
}

.font-body {
  color: var(--white) !important;
}

.font-black {
  color: var(--black) !important;
}

.font-roboto {
  font-family: "Roboto Condensed", sans-serif;
}

.font-post {
  font-family: "Post No Bills Colombo";
  font-weight: 700;
}

@font-face {
  font-family: "Post No Bills Colombo";
  src: url("../fonts/PostNoBillsColombo-ExtraBold.woff");
}
.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-900 {
  font-weight: 900;
}

.font-1r {
  font-size: calc(1rem + 0.3vw);
}
.font-1fr {
  font-size: 1.5rem;
}
.font-2r {
  font-size: 2rem;
}
.font-3r {
  font-size: 3rem;
}
.font-4r {
  font-size: 4rem;
}
.font-5r {
  font-size: 5rem;
}
.font-6r {
  font-size: 6rem;
}
.font-7r {
  font-size: 7rem;
}

.font-letter-space-0 {
  letter-spacing: 0;
}

/* Button Effect */
.btn-hover-1:hover {
  background-color: var(--white) !important;
  color: var(--accent) !important;
  transform: scale(1.01);
}

.btn-hover-2:hover {
  border: 1px solid var(--white) !important;
  background-color: transparent !important;
  color: var(--accent) !important;
  transform: scale(1.01);
}

.btn-hover-3:hover {
  transform: scale(1.05) !important;
}

/* Bootstrap Custom */

/* Navbar */
.navbar {
  padding-block: 10px;
  margin-bottom: 0;
  background-color: var(--black);
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  box-shadow: 0px 1px 1px 0px rgba(255, 0, 0, 0.75);
}
.navbar-brand {
  margin-top: 3px !important;
  font-size: 3.5rem;
  letter-spacing: 0;
}

.nav-link {
  padding-inline: 2rem !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

.navbar li a,
.navbar .navbar-brand {
  color: var(--white) !important;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
  border-bottom: 1px var(--accent) solid;
  color: var(--accent) !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: var(--accent) !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: var(--accent);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--white);
}

.profile-icon {
  font-size: 2rem;
  height: 50px;
}

@media screen and (min-width: 992px) {
  .navbar-brand {
    margin-top: 5px !important;
    font-size: 5rem;
  }
}

/* Collapse Navbar Late*/
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

/* Hero/Landing Section */
.hero-section {
  position: relative;
}

.hero-section img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.text-center-image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

@media screen and (min-width: 992px) {
  .text-center-image {
    top: 50%;
    width: 70%;
  }

  .hero-section span {
    font-size: 7rem;
  }
}

/* Feature Section */

/* Cards */
.feature-section {
  padding-top: 75px;
  margin-top: -75px;
}

.feature-section .col-xs-12 {
  padding: 0;
}

.feature-section .btn {
  padding: 10px 16px;
  border-radius: 5px;
  width: fit-content;
  background-color: transparent;
  border: 1px solid var(--white);
}

/* Cards */
.cards-part {
  padding-block: 1rem;
}

.skew-container {
  padding-block: 10px;
}

.feature-section .skew-tile {
  height: 40vh;
  position: relative;
  background-color: transparent;
  background-position: center !important;
  background-size: cover !important;

  margin: 5px;
}

.feature-section .col-xs-12:nth-child(1) .skew-tile {
  background-image: url("../images/Zones.jpg");  
}

.feature-section .col-xs-12:nth-child(2) .skew-tile {
  background: url("../images/Military.jpg");
}

.feature-section .col-xs-12:nth-child(3) .skew-tile {
  background: url("../images/24.jpg");
}

.skew-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 2rem;
  height: 100%;
  width: 100%;
  position: absolute;
}

.feature-section .col-xs-12:nth-child(2) .skew-content {
  align-items: end;
  text-align: right;
}

.skew-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 992px) {
  .skew-title {
    opacity: 0;
  }
}

@media screen and (min-width: 992px) {
  .skew-container {
    padding-right: 5px;
  }

  .skew-tile {
    height: 75dvh !important;
    transform: skew(-3deg) !important;
  }

  .skew-title {
    opacity: 1;
  }

  .skew-content {
    opacity: 0;
  }

  .skew-content:hover {
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
    background-color: rgba(255, 20, 44, 0.92);
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    transform: scale(1.01);
  }

  .skew-content:hover * {
    transform: skew(3deg) !important;
  }
}

/* Words and Icons*/
.membership-section {
  padding-top: 75px;
  margin-top: -75px;
}

.statements-part {
  padding: 1rem 15px;
}

.st-title {
  margin-bottom: 3rem;
}

.st-wrap p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 2rem !important;
}

.st-wrap span {
  width: 80%;
}

.st-wrap img {
  height: 45px;
  width: 45px;
}

@media screen and (min-width: 992px) {
  .st-title h1 {
    font-size: 6rem;
  }

  .st-wrap p {
    justify-content: space-around;
  }
  .st-wrap img {
    height: 65px;
    width: 65px;
  }
}

/* Membership */
.st-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;

  padding: 2rem;
  border-radius: 5px;
  margin-bottom: 3rem;
  box-shadow: 0px 0px 10px 2px rgba(255, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.95);
}

.st-card .card-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.st-card .card-line {
  width: 95%;
  border: 1px solid var(--black);
  opacity: 0.5;
  align-self: center;
}

.membership-section .col-xs-12:nth-child(5) .card-line {
  border: var(--white) 1px solid !important;
}

.st-card .btn {
  padding: 10px 16px;
  border-radius: 5px;
  background-color: var(--accent);
  border: 0;
}

.st-card .card-buttons a:nth-child(1) {
  text-decoration: underline !important;
}

.membership-section .col-xs-12:nth-child(3) .st-card {
  background: rgb(255, 9, 33);
  background: linear-gradient(336deg, rgba(255, 9, 33, 1) 17%, rgba(255, 255, 255, 1) 86%);
}

.membership-section .col-xs-12:nth-child(4) .st-card {
  background: rgb(255, 9, 33);
  background: linear-gradient(336deg, rgba(255, 9, 33, 1) 17%, rgba(0, 0, 0, 1) 86%);
}

.membership-section .col-xs-12:nth-child(5) .st-card {
  background: rgb(255, 9, 33);
  background: linear-gradient(336deg, rgba(255, 9, 33, 1) 17%, rgba(0, 0, 0, 1) 43%);
}

@media screen and (min-width: 992px) {
  .membership-section .col-xs-12:nth-child(1) h1 {
    font-size: 6rem;
  }
}

/* Coaches */
.coach-section{
  padding-top: 75px;
  margin-top: -75px;
}

.coach-card{
  padding: 1rem;
  margin-block: 4rem;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  place-items: center;
}

.card-caption{
  margin-top: 1rem;
  grid-column: span 2;
}

.card-img {
  place-self: start;
}

.card-img img{
  width: 200px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .coach-card{
    place-items:start !important;
  }

  .card-caption{
    margin-top: 0;
    margin-left: 1rem;
    place-items: start ;
  }


  .card-img{
    grid-row: span 2;
  }

  .card-caption{
    grid-column: span 1;
  }

  .card-title{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 1rem;
  }


}


.coach-card .card-caption a {
  text-decoration: underline !important;
}

.coach-card .card-caption a:hover {
  color: var(--white) !important;
}

.coach-card .card-socials{
  margin-top: 2rem;
  display: flex; 
  justify-content: space-between;
  font-size: 2rem;
  color: var(--accent);  
}

.coach-card .socials-wrap{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid var(--accent);
  display: grid;
  place-items: center;
  margin-inline: 5px;
}

.socials-wrap:hover, .card-socials i:hover{
  color: var(--white);
  scale: 1.05;
  border-color: white;
}

@media screen and (min-width: 992px) {
  .coach-section .container .font-4r{
    font-size: 6rem !important;
  }
}





/* Footer */
.footer-section {
  margin-top: 50px;
  border-top: 1px solid var(--accent);
  padding-block: 3rem;
}

.footer-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}

.footer-links .glyphicon:active {
  transform: rotate(180deg);
}

.footer-link:hover {
  color: var(--accent) !important;
}

.social-list {
  display: flex;
  flex-direction: row !important;
}

.social-list .fa-brands {
  font-size: 4rem;
  padding-right: 2rem;
}

.thy-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0;
  padding-left: 2rem;
}

.thy-list li {
  padding-block: 1rem;
}

.contact-list i {
  font-size: 3rem;
  padding-right: 10px;
  vertical-align: middle;
}

.copyright {
  width: 100%;
  padding: 0;
}

.subscribe-form {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
}

.subscribe-form .fa-solid {
  font-size: 3rem;
  color: var(--white);
}

.subscribe-form a {
  border-radius: 5px 0px 0px 5px;
}

.subscribe-form #sub {
  height: 44.5px;
  border: 1px var(--black) solid;
  border-radius: 0px 5px 5px 0;
}

@media screen and (min-width: 992px) {
  .footer-section .glyphicon {
    display: none;
  }

  .footer-section .collapse {
    display: block;
  }

  .footer-links {
    font-size: 3rem;
  }
}
