@font-face {
  font-family: Louvette;
  src: url("Louvette Deck Semi Bold.4e780715.otf");
}

body {
  margin: 0;
  padding: 0;
}

section {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

main {
  max-width: 100% !important;
}

img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
}

h1 {
  color: #e7522a;
  font-family: hero-new, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
}

h2 {
  font-family: louvette-display, serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
}

h3 {
  margin: 0;
  font-family: hero-new, sans-serif;
  font-style: normal;
  font-weight: 700;
}

p {
  font-family: hero-new, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

header {
  background-color: #f1d2d2;
  border-bottom: .5px solid #f1d2d2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  position: relative;
  top: 0;
}

.logo {
  width: 350px;
}

header a {
  padding: 2rem;
}

header nav {
  align-items: center;
  padding: 0 2rem;
  display: flex;
}

header nav a {
  color: #e7522a;
  padding: 0 1rem;
  font-family: hero-new, sans-serif;
  font-size: x-large;
  font-weight: 700;
  text-decoration: none;
}

header nav a:hover {
  color: #0b1431;
}

.mobile-hidden .rex {
  width: 35px;
}

.menu-btn {
  display: none;
}

.showreel {
  align-self: flex-end;
  padding: 2rem 0;
  display: flex;
}

.showreel img {
  width: 20px;
}

#showreel-btn, .rex-btn, .mobile-rex-btn {
  cursor: pointer;
  color: #e7522a;
  background-color: #0000;
  border: none;
  font-family: hero-new, sans-serif;
  font-size: x-large;
  font-weight: 700;
}

#showreel-btn:hover {
  text-decoration: underline;
}

.modal, .rex-modal {
  z-index: 1;
  background-color: #e7522ab3;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.news-title h1 {
  text-align: center;
  color: #e7522a;
  max-width: 100%;
  padding-bottom: 70px;
  font-family: hero-new, sans-serif;
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 800;
}

.center-items {
  margin-left: 50px;
  margin-right: 50px;
}

.news-hero {
  flex-direction: column;
  align-items: center;
  max-width: 1300px;
  margin: 20px auto 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.news-date {
  margin-bottom: 280px;
  display: flex;
}

.news-date p, .news-date-3, .news-date-2 {
  font-family: Louvette;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
}

.news-date-2 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.news-date-3 {
  margin-bottom: 15px;
}

.news-text-wrapper {
  padding-left: 20px;
}

.news-heading {
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: hero-new, sans-serif;
  font-size: clamp(26px, 5vw, 70px);
  font-weight: 800;
  line-height: clamp(40px, 5vw, 80px);
}

.readmore_news_btn {
  font-family: hero-new;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 300;
  transition: all .6s;
  text-decoration: underline !important;
}

.readmore_news_btn:hover {
  letter-spacing: .5px;
}

.news-img-container {
  width: 100%;
  max-width: 635px;
  height: 100%;
  max-height: 357px;
  overflow: hidden;
}

.border-bottom {
  border-bottom: .5px solid #787878;
}

.news-image-container {
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
  display: flex;
}

.image-card {
  border-bottom: .5px solid #787878;
  width: 100%;
  max-width: 635px;
  padding-bottom: 20px;
  transition: all .6s;
  overflow: hidden;
}

.image-card .card-inner {
  padding: 15px;
}

.card-inner p {
  line-height: 30px;
}

.image-card .card-inner h3 {
  font-size: clamp(30px, 4vw, 43px);
}

.news-title a, .card-inner a {
  color: #000;
  text-decoration: none;
}

.news-title:hover .news-text-wrapper h2, .news-heading:hover {
  cursor: pointer;
  text-decoration: underline;
}

.image-card h3:hover {
  text-decoration: underline;
}

.image-card img {
  width: 100%;
  max-width: 635px;
  height: 100%;
  max-height: 357px;
  transition: transform 1.5s;
}

.image-card:hover img {
  transform: scale(1.05);
}

.image-card img:hover > h3 {
  text-decoration: underline;
}

.image-card:hover .card-inner h3 {
  cursor: pointer;
  text-decoration: underline;
}

.news-hero-img {
  max-width: 1300px;
  position: relative;
}

.news-hero-img img {
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  max-height: 600px;
}

.news-hero-title {
  max-width: 900px;
  margin-left: -155px;
  position: absolute;
  top: -346px;
}

.news-hero-title h1 {
  text-transform: uppercase;
  color: #e7522a;
  font-size: 130px;
  line-height: 130px;
}

.news-hero-title-smaller {
  max-width: 1300px;
  margin-left: -155px;
  position: absolute;
  top: -335px;
}

.news-hero-title-smaller h1 {
  text-transform: uppercase;
  color: #e7522a;
  font-size: 122px;
  line-height: 130px;
}

.branding-grid {
  grid-template-columns: repeat(4, .1fr);
  place-content: center;
  gap: 65px;
  padding: 50px 60px;
  display: grid;
}

.branding-grid div {
  color: #e7522a;
  background-color: #f1d2d2;
  justify-content: center;
  padding: 12px 25px;
  display: flex;
}

.branding-grid div p {
  margin: 0;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
}

.news-description {
  max-width: 850px;
}

.news-description p {
  line-height: 30px;
}

.branding-description {
  flex-direction: column;
  padding-inline: 60px;
  display: flex;
}

@media (width <= 1130px) {
  .branding-description {
    padding-inline: 30px;
  }
}

@media (width <= 600px) {
  .branding-description {
    padding-inline: 0;
  }
}

.branding-description p {
  line-height: 30px;
}

@media (width <= 600px) {
  .branding-description p {
    font-size: 17px;
  }

  .branding-description h2 {
    font-size: 35px;
  }
}

.branding-description p, h2 {
  max-width: 650px;
}

.branding-description h2 {
  margin-bottom: 0;
}

.branding-description .quote {
  max-width: 562px;
  font-size: clamp(33px, 5vw, 52px);
  font-weight: 100;
}

footer {
  background-color: #e7522a;
  width: -webkit-fill-available;
  margin-top: 1rem;
}

.img-div {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 2rem 1rem;
  padding: 5rem;
  display: grid;
}

.img-div > img {
  justify-self: center;
  max-width: 15rem;
}

.some-container {
  border-top: .5px solid #f1d2d2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.some-div-footer {
  justify-content: space-evenly;
  width: 60%;
  display: flex;
}

@media (width <= 600px) {
  .some-div-footer {
    flex-direction: column;
    align-items: center;
  }
}

.some-div-footer > a {
  color: #f1d2d2;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: hero-new, sans-serif;
  font-size: 1.17em;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

@media (width <= 1600px) {
  .news-hero-title, .news-hero-title-smaller {
    margin-left: -38px;
  }

  .branding-description {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (width >= 1025px) {
  .desktop-hidden {
    display: none;
  }

  .img-section:hover .image {
    opacity: .15;
  }

  .img-section:hover .middle {
    opacity: 1;
  }

  .middle {
    opacity: 0;
    text-align: center;
    visibility: visible;
    z-index: 2;
    transition: all .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .middle div h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 2rem 0;
    font-family: hero-new, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .middle div h3 {
    color: #e7522a;
  }
}

@media (width <= 1440px) {
  .news-hero-title-smaller h1 {
    font-size: 106px;
    line-height: 115px;
  }

  .news-hero-title-smaller {
    top: -293px;
  }
}

@media (width <= 1025px) {
  .news-hero-title-smaller h1 {
    font-size: 90px;
    line-height: 107px;
  }

  .news-hero-title-smaller {
    top: -265px;
  }
}

@media (width <= 968px) {
  .branding-grid {
    gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (width <= 830px) {
  .img-div {
    padding: 2rem;
  }

  .img-div > img {
    max-width: 10rem !important;
  }
}

@media (width <= 767px) {
  .news-hero-title h1 {
    font-size: 90px;
    line-height: 90px;
  }

  .news-hero-title-smaller h1 {
    font-size: 50px;
    line-height: 62px;
  }

  .center-items {
    margin-left: 30px;
    margin-right: 30px;
  }

  .branding-grid {
    grid-template-columns: repeat(2, .1fr);
  }

  .news-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .news-hero-title {
    margin-left: 0;
    top: -237px;
  }

  .news-hero-title-smaller {
    margin-left: 0;
    top: -152px;
  }

  .news-hero {
    margin-left: 30px;
    margin-right: 30px;
  }

  .news-date {
    margin-bottom: 200px;
  }
}

.emailTo {
  color: #000;
  text-decoration: none;
}

.flex-05 {
  flex: .5;
}

.p-bold {
  margin-bottom: 0;
  font-weight: 600;
}

@media (width <= 600px) {
  .news-hero-title, .news-hero-title-smaller {
    margin-left: 0;
  }

  .branding-description {
    margin-left: 40px;
    margin-right: 40px;
  }

  .news-image-container {
    flex-direction: column;
  }

  .news-hero {
    margin-left: 0;
    margin-right: 0;
  }

  .news-date {
    margin-bottom: 130px;
  }

  .news-hero-title {
    max-width: 400px;
    margin-left: 30px;
    top: -148px;
  }

  .news-hero-title-smaller {
    margin-left: 30px;
    top: -134px;
  }

  #news-title-small-text {
    margin-left: 15px;
  }

  .news-hero-title h1 {
    font-size: 65px;
    line-height: 60px;
  }

  .news-hero-title-smaller h1 {
    max-width: 85vw;
    font-size: 45px;
    line-height: 55px;
  }
}

@media (width <= 560px) {
  .img-div {
    grid-template-columns: repeat(2, 1fr);
  }

  .img-div > img {
    max-width: 10rem !important;
  }
}

@media (width <= 500px) {
  .branding-grid div {
    padding: 8px 18px;
  }

  section {
    padding: 25px 0;
  }

  .branding-grid div p {
    font-size: 14px;
  }

  .branding-grid {
    grid-template-columns: repeat(2, .1fr);
    gap: 30px;
    padding: 25px 20px;
  }

  .news-hero-title h1 {
    font-size: 50px;
  }

  .news-hero-title-smaller {
    margin-left: 30px;
    top: -102px;
  }

  .news-hero-title-smaller h1 {
    max-width: 85vw;
    font-size: 30px;
    line-height: 45px;
  }
}

@media (width <= 480px) {
  .showreel {
    position: absolute;
    right: 10px;
  }
}

#news-title-small-text {
  top: -200px;
}

#news-title-medium-text {
  top: -240px;
}

@media (width <= 1400px) {
  #news-title-medium-text {
    top: -110px;
  }
}

@media (width <= 1200px) {
  #news-title-medium-text {
    top: -105px;
  }
}

@media (width <= 900px) {
  #news-title-medium-text {
    top: -108px;
  }
}

#news-title-small-text h1 {
  font-size: clamp(35px, 5vw, 65px);
  line-height: clamp(45px, 6vw, 85px);
}

#news-title-medium-text h1 {
  font-size: clamp(35px, 5vw, 85px);
  line-height: clamp(45px, 6vw, 95px);
}

@media (width <= 900px) {
  #news-title-small-text {
    top: -127px;
  }
}

@media (width <= 600px) {
  #news-title-small-text {
    max-width: 92vw;
    top: -102px;
  }

  #news-title-small-text h1 {
    font-size: 30px;
    color: #e9aaaa !important;
  }
}

#p-bigger {
  font-size: clamp(20px, 3vw, 25px);
  line-height: clamp(30px, 3vw, 35px);
}

.news_video-container {
  width: 100%;
  position: relative;
}

.news_video-container iframe {
  position: relative;
}

@media (width <= 650px) {
  .news_video-container iframe {
    width: 100%;
    max-height: 241px;
    position: relative;
    top: 0;
    left: 0;
  }
}

@media (width <= 400px) {
  .news_video-container iframe {
    width: 100%;
    max-height: 180px;
    position: relative;
    top: 0;
    left: 0;
  }
}

@media (width >= 600px) {
  .md-show {
    display: inline-block;
  }

  .md-hide {
    display: none;
  }
}

@media (width <= 600px) {
  .md-show {
    display: none;
  }

  .md-hide {
    display: contents;
  }
}

.news-image-container_grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  display: grid;
}

@media (width >= 800px) {
  .news-image-container_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 1350px) {
  .news-image-container_grid .image-card {
    padding-bottom: 150px;
  }

  .news-image-container_grid .image-card .card-inner {
    padding-bottom: 45px;
  }
}

@media (width <= 800px) {
  .news-image-container_grid .image-card {
    padding-bottom: 20px;
  }
}

@media (width <= 600px) {
  .news-image-container_grid .news-img-container {
    max-height: 175px;
  }
}
/*# sourceMappingURL=news.css.map */
