@font-face {
  font-family: "ConthraxSb";
  src: url("conthraxsb-regular.eot");
  src: url("conthraxsb-regulard41d.eot?#iefix") format("embedded-opentype"), url("conthraxsb-regular.woff2") format("woff2"), url("conthraxsb-regular.woff") format("woff"), url("conthraxsb-regular.ttf") format("truetype"), url("conthraxsb-regular.svg#ConthraxSb-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eurostile LT Pro Unicode";
  src: url("eurostileltprounicode.eot");
  src: url("eurostileltprounicoded41d.eot?#iefix") format("embedded-opentype"), url("eurostileltprounicode.woff2") format("woff2"), url("eurostileltprounicode.woff") format("woff"), url("eurostileltprounicode.ttf") format("truetype"), url("eurostileltprounicode.svg#EurostileLTProUnicode") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Eurostile LT Pro Unicode";
}
* img {
  width: 100%;
}

.hero_section {
  height: 80vh;
  width: 100%;
}
.hero_section .hero_text {
  height: 100%;
  width: 100%;
  padding-inline: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero_section .hero_text h1 {
  color: #102b3e;
  text-transform: uppercase;
  font-size: 6rem;
}
.hero_section .hero_text h1 span {
  color: #A49D00;
}
.hero_section .hero_text h5 {
  width: 50%;
  color: #102b3e;
  line-height: 1.8;
  margin-top: 3%;
}

.news_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_section .container-fluid {
  margin-block: 6%;
  padding-inline: 5%;
}
.news_section .container-fluid .row .card_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 5%;
}
.news_section .container-fluid .row .card_container a {
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.news_section .container-fluid .row .card_container a .news_card {
  height: 90%;
  background-color: #ECECEC;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
}
.news_section .container-fluid .row .card_container a .news_card .img_container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -8%;
  height: 25vh;
  overflow: hidden;
  border-radius: 12px;
}
.news_section .container-fluid .row .card_container a .news_card .img_container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news_section .container-fluid .row .card_container a .news_card .date {
  width: 100%;
  height: 6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 5%;
}
.news_section .container-fluid .row .card_container a .news_card .date p {
  color: #102b3e;
  margin: 0;
}
.news_section .container-fluid .row .card_container a .news_card .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 5%;
  height: 6vh;
}
.news_section .container-fluid .row .card_container a .news_card .title h3 {
  color: #A49D00;
  margin: 0;
}
.news_section .container-fluid .row .card_container a .news_card .card_desc {
  width: 100%;
  padding-inline: 5%;
  margin-bottom: 3%;
  color: #102b3e;
}

.news_details_section {
  width: 100%;
}
.news_details_section .slider_container {
  height: 80vh;
  width: 100%;
}
.news_details_section .slider_container .splide {
  height: 100%;
  width: 100%;
}
.news_details_section .slider_container .splide .splide__track {
  height: 100%;
  width: 100%;
}
.news_details_section .slider_container .splide .splide__track .splide__list {
  height: 100%;
  width: 100%;
  padding: 0;
}
.news_details_section .slider_container .splide .splide__track .splide__list .splide__slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news_details_section .slider_container .splide .splide__track .splide__list .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_details_section .news_details {
  padding: 5%;
}
.news_details_section .news_details .news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 15vh;
}
.news_details_section .news_details .news_title h3 {
  font-size: 3rem;
  color: #A49D00;
}
.news_details_section .news_details .news_title p {
  color: #102b3e;
  margin: 0;
  font-size: 1.2rem;
}
.news_details_section .news_details .desc p {
  color: #102b3e;
  font-size: 1.4rem;
}

@media (max-width: 1024px) and (max-height: 858px) {
  .news_section .container-fluid .row .card_container a .news_card {
    width: 100%;
  }
  .news_section .container-fluid .row .card_container a .news_card .img_container {
    height: 18vh;
  }
  .news_section .container-fluid .row .card_container a .news_card .title {
    height: 6vh;
  }
  .news_section .container-fluid .row .card_container a .news_card .title h3 {
    font-size: 1.2rem;
    padding-bottom: 3%;
  }
  .news_section .container-fluid .row .card_container a .news_card .card_desc p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .hero_section .hero_text h1 {
    color: #102b3e;
    text-transform: uppercase;
    font-size: 3rem;
  }
  .hero_section .hero_text h5 {
    width: 90%;
    font-size: 1.2rem;
  }
  .news_section .container-fluid .row .card_container {
    margin-top: 15%;
  }
  .news_details_section .news_details {
    padding: 5%;
  }
  .news_details_section .news_details .news_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news_details_section .news_details .news_title h3 {
    font-size: 2.4rem;
  }
  .news_details_section .news_details .news_title p {
    font-size: 1rem;
  }
  .news_details_section .news_details .desc p {
    font-size: 1.2rem;
  }
}
@media (max-height: 641px) {
  .news_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news_section .container-fluid {
    margin-block: 6%;
    padding-inline: 5%;
  }
  .news_section .container-fluid .row .card_container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 5%;
  }
  .news_section .container-fluid .row .card_container a {
    text-decoration: none;
    height: 100%;
    width: 100%;
  }
  .news_section .container-fluid .row .card_container a .news_card {
    height: 90%;
    background-color: #ECECEC;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
  }
  .news_section .container-fluid .row .card_container a .news_card .img_container {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -8%;
    height: 25vh;
    overflow: hidden;
    border-radius: 12px;
  }
  .news_section .container-fluid .row .card_container a .news_card .img_container img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .news_section .container-fluid .row .card_container a .news_card .date {
    width: 100%;
    height: 6vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 5%;
  }
  .news_section .container-fluid .row .card_container a .news_card .date p {
    color: #102b3e;
    margin: 0;
  }
  .news_section .container-fluid .row .card_container a .news_card .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .news_section .container-fluid .row .card_container a .news_card .title h3 {
    color: #A49D00;
    font-size: 1.4rem;
    margin: 0;
  }
  .news_section .container-fluid .row .card_container a .news_card .card_desc {
    width: 100%;
    padding-inline: 5%;
    margin-bottom: 3%;
    color: #102b3e;
  }
}
@media (max-width: 500px) {
  .news_section .container-fluid .row .card_container {
    margin-top: 25%;
  }
  .news_section .container-fluid .row .card_container a {
    text-decoration: none;
    height: 100%;
    width: 100%;
  }
  .news_section .container-fluid .row .card_container a .news_card {
    height: 90%;
    background-color: #ECECEC;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
  }
  .news_section .container-fluid .row .card_container a .news_card .img_container {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -8%;
    height: 25vh;
    overflow: hidden;
    border-radius: 12px;
  }
  .news_section .container-fluid .row .card_container a .news_card .img_container img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .news_section .container-fluid .row .card_container a .news_card .date {
    width: 100%;
    height: 6vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 5%;
  }
  .news_section .container-fluid .row .card_container a .news_card .date p {
    color: #102b3e;
    margin: 0;
  }
  .news_section .container-fluid .row .card_container a .news_card .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 5%;
    height: 6vh;
  }
  .news_section .container-fluid .row .card_container a .news_card .title h3 {
    color: #A49D00;
    margin: 0;
  }
  .news_section .container-fluid .row .card_container a .news_card .card_desc {
    width: 100%;
    padding-inline: 5%;
    margin-bottom: 3%;
    color: #102b3e;
  }
}
@media (max-width: 1500px) and (max-height: 750px) {
  .title h3 {
    font-size: 1.5rem;
  }
}