/* =========================================================
   Banner
   ========================================================= */
section.banner.home_banner {
    position: relative;
}

section.banner::after {
    content: '';
    width: 100%;
    height: 231px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 69.75%);
    position: absolute;
    bottom: 0;
}

section.banner.home_banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

}

section.banner .container {
    position: relative;
    z-index: 9;
    max-width: 1320px;
    padding-top: 133px;
    padding-bottom: 186px;
    min-height: 1013px;
}



section.banner.home_banner .container {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

section.banner .content {
    max-width: 605px;
    width: 100%;
}

section.banner.home_banner .content_inner {
    min-height: 592px;
}

section.banner .content_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 550px;
    height: 100%;
}

section.banner.home_banner video.banner_bg_video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banner.home_banner .banner_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banner.home_banner .banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.inner_top {
    color: #CEE5EB;
    font-family: var(--font-helvetica);
    font-size: 13px;
    font-weight: 700;
    line-height: 81%;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.banner .heading_small {
    color: #CEE5EB;
    font-size: 80px;
    font-weight: 400;
    line-height: 81%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

section.banner.home_banner .heading_small {
    color: #CEE5EB;
    font-size: 125px;
    letter-spacing: 1.5%;
}


section.banner .heading_big {
    color: #CEE5EB;
    font-size: 80px;
    font-weight: 800;
    line-height: 81%;
    letter-spacing: -5% !important;
    text-transform: uppercase;
}

section.banner.home_banner .heading_big {
    color: #CEE5EB;
    font-size: 181px;
}

.inner_bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inner_bottom p {
    max-width: 575px;
    margin: 0;
    padding: 0;
    color: #CEE5EB;
    font-family: var(--font-helvetica);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.buttons {
    display: flex;
    gap: 0;
    align-items: center;
}

.buttons .btn:nth-child(2) {
    border-left: 0px;
}

.inner_bottom .buttons .btn {
    min-width: 261px;
}

.image-content-section .btn-wrap .btn {
    min-width: 235px;
}

/* =========================================================
   Images CAROUSEL
   ========================================================= */
.images_caro{
    background-color: #000;
}
.carousel_images {
    overflow: hidden;
}

.image-content-slider .img-con-wrap::after {
    content: '';
    display: none;
}

.images_caro .inner {
    padding: 41px 0;
    border-top: 1px solid #CEE5EB;
    border-bottom: 1px solid #CEE5EB;
}

.carousel_images .swiper-slide img{
    max-width: 120px;
    width: 100%;
}

.carousel_images .swiper-slide {
    width: auto;
    white-space: nowrap;
}

.carousel_images .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* =========================
   Image Content Section
========================= */

.image-content-section {
  background-color: #000;
  overflow-x: hidden;
}

.image-content-section .container {
  max-width: 100%;
  padding: 0 0 0 0px;
}

.img-con-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  padding-left: calc((100vw - 1320px) / 2);
}

.img-con-wrap.row-reverse {
  flex-direction: row-reverse;
}

.img-con-wrap.row-reverse {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: calc((100vw - 1320px) / 2);
}
.image-content {
  flex: 0 0 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 140px;
}

.hd-desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.left-section-2 h2 {
  display: flex;
  flex-direction: column;
}

.light-hd {
  font-family: var(--font-Bebas);
  font-weight: 400;
  display: block;
  letter-spacing: -1%;
  line-height: 81%;
  margin-bottom: 5px;
}

.bold-hd {
  font-family: "bebas-neue-pro-expanded";
  font-weight: 700;
  display: block;
  letter-spacing: -1%;
  line-height: 81%;
}

.desc {
  font-size: 16px;
  margin-bottom: 50px;
  color: #cee5eb;
  font-family: var(--font-helvetica);
  font-weight: 400;
  line-height: 1.5;
}

.btn-wrap {
  display: flex;
}

.btn-wrap .btn:last-child {
  border-left: none;
}

.img-col {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}


.img-col img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
  display: block;
}


.img-col video,
.img-col iframe {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
  display: block;
}

.youtube-video iframe {
  width: fit-content;
  height: 100%;
}

.img-con-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  pointer-events: none;
}

/* =========================
   Section Base
========================= */

.hc-gallery-section {
  background: #000;
  color: #cee5eb;
  padding: 100px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.sub-heading {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9fd3e3;
  display: block;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  font-family: var(--font-Bebas);
}

.desc {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* =========================
   Image Gallery
========================= */


.gallery-wrap.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-wrap.masonry {
  column-count: 3;
  column-gap: 20px;
}

.gallery-wrap.masonry .gallery-item {
  break-inside: avoid;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.gallery-item img {
  width: 100px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}


.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 15px;
}

.btn {
  padding: 12px 25px;
  border: 1px solid #cee5eb;
  color: #cee5eb;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background: #cee5eb;
  color: #000;
}

/* ========================= RESPONSIVE=========================  */
/* ================= 1440px================= */
@media (max-width: 1440x) {
}

/* ================= 1100px ================= */
@media (max-width: 1100px) {
}

/* ================= 1024px ================= */
@media (max-width: 1024px) {
}

/* ================= 768px ================= */
@media (max-width: 768px) {
}

/* ================= 461px ================= */
@media (max-width: 461px) {
}
