@font-face {
  font-family: 'ApexNew-Light';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ApexNew-Light.otf') format('opentype');
}
@font-face {
  font-family: 'ApexNew-Book';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ApexNew-Book.otf') format('opentype');
}
@font-face {
  font-family: 'ApexNew-Bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ApexNew-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'ApexNew-BookItalic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ApexNew-BookItalic.otf') format('opentype');
}
@font-face {
  font-family: 'ApexNew-Medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ApexNew-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'ApexNewWeb-Medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ApexNew-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'ApexNew-Heavy';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ApexNew-Heavy.ttf') format('truetype');
}

@font-face {
  font-family: 'ApexNewWeb-Light';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ApexNewWeb-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'ApexNewWeb-Book';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ApexNewWeb-Book.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

/* RESET/DEFAULTS */

* {
  font-family: 'ApexNew-Book', sans-serif;
}

a, a:hover {
  text-decoration: none;
  color: #000;
}

/* Car Model Navigation */

#modelNavigation {
  padding: 30px 0 30px;
}

#modelNavigation .row .row {
  margin: 0px -15px;
}
#modelNavigation ul {
  max-width: 100%;
  padding-left: 0;
  list-style: none;
  margin-right: 0;
  margin-left: 0;
}
#modelNavigation ul li {
  text-align: center;
}
#modelNavigation ul li figure {
  max-width: 200px;
  text-align: center;
  padding: 0 5px;
  margin: 0 auto 15px;
  transition-duration: 0.3s;
}
#modelNavigation ul li figure:hover img {
  transform: translateY(-3px);
  transition-duration: 0.3s;
}
#modelNavigation ul li figure img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  transition-duration: 0.3s;
}
#modelNavigation ul li figure figcaption {
  font-family: "ApexNew-Medium";
  font-size: 14px;
  text-transform: uppercase;
}


/* MAIN SECTION TILES */

.model-section {
  padding: 20px 0 20px;
}
.model-section .section-title {
  margin-bottom: 45px;
}
.model-section .section-title h2 {
  font-family: "ApexNew-Book";
  font-size: 24px;
}
.model-section .section-title a {
  color: #fff;
  background: #900C2C;
  padding: 20px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto-Bold";
}
.model-section .section-title a:hover {
  text-decoration: none;
  background: #7b061b;
}
.model-section .section-title a:active {
  text-decoration: none;
  background: #670403;
}



.model-section .section-tiles figure {
  position: relative;
  height: 530px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.model-section .section-tiles figure img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 50%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.model-section .section-tiles figure .overlay {
  position: absolute;
  left: 0px;
  top: 0%;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 50%, #222 50%, #222);
  z-index: 2;
}
.model-section .section-tiles figure .title-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9;
  font-family: "ApexNew-Medium";
  font-size: 10px;
  text-transform: uppercase;

}
.model-section .section-tiles figure .figcontent-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 50%;
  height: 50%;
  width: 100%;
  
  text-align: center;
  z-index: 10;
  padding: 15px;
  padding-bottom: 60px;

}
.model-section .section-tiles figure .figcontent-wrapper .quote {
  max-width: 480px;
  font-family: "Roboto-Medium";
  font-size: 16px;
  margin-bottom: 10px;
}
.model-section .section-tiles figure .btn-wrapper {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  padding: 15px;
  text-align: center;
  z-index: 11;
}
.model-section .section-tiles figure .btn-wrapper a {
  color: #fff;
  background: #900C2C;
  padding: 12px 25px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto-Bold";
}
.model-section .section-tiles figure .btn-wrapper a:hover {
  text-decoration: none;
  background: #7b061b;
}
.model-section .section-tiles figure .btn-wrapper a:active {
  text-decoration: none;
  background: #670403;
}


@media (min-width: 768px) {
  .model-section .section-title a {
    padding: 20px 35px;
  }
  .model-section .section-tiles figure img {
    height: 100%;
  }
  .model-section .section-tiles figure .figcontent-wrapper {
    top: 0px;
    height: 100%;
  }
  .model-section .section-tiles figure .overlay {
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.00);

  }


  #modelNavigation {
    padding: 30px 0 45px;
  }
  .container {
      max-width: 768px;
  }
  #modelNavigation ul li figure {
    padding: 0 15px;
  }
  .model-section {
    padding: 25px 0 40px;
  }
  .model-section .section-tiles figure {
    height: 320px;
  }
  .model-section .section-tiles figure .figcontent-wrapper {
    padding-bottom: 50px;
  }
  .model-section .section-tiles figure .figcontent-wrapper .quote {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .model-section .section-tiles figure:hover img {
    left: -2%;
    top: -2%;
    width: 104%;
    height: 104%;
    transition-duration: 0.3s;
  }
  #modelNavigation ul li figure img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    transition-duration: 0.3s;
  }
}
@media (min-width: 992px) {
  .container {
      max-width: 992px;
  }
  .model-section .section-tiles figure .btn-wrapper {
    bottom: 20px;
  }
  .model-section .section-tiles figure .figcontent-wrapper {
    padding-bottom: 15px;
  }
  .model-section .section-tiles figure .figcontent-wrapper .quote {
    font-family: "Roboto-Bold";
  }
}
@media (min-width: 1090px) {
  .model-section .section-tiles figure {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .container {
      max-width: 1320px;
  }
}
