.bg-color {
  background-color: black;
}

.shopping-tool_section .display-5 {
  color: white;
}

section article .position-relative .banner-gradient{
	background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(255, 0, 0, 0) 50%);
}

.btn-pad {
    padding: 0.75rem 2.5rem;
}

.banner-inner-content h1 {
    font-family: CorpoATitleCon;
    font-size: calc(38px + 19*(100vw - 768px)/832);
}

.banner-inner-content h5{
  font-size: 18px;
}

.section-Highlights p {
    font-family: "Corpo S Text Office";
    font-size: 18px;
    color: #767676;
    width: 60vw;
}

.section-Highlights h1 {
    font-family: CorpoATitleCon;
    font-size: calc(38px + 7*(100vw - 768px)/832);
    color: white;
    width: 60vw;
}

.content-carousel h1 {
    width: 28vw;
}

.content-carousel p {
    width: 30vw;
}

.content-carousel .content-slide-carousel .image-carousel img {
    height: 60vh;
    object-fit: cover;
}

.section-Highlights .swiper-pagination {
    position: inherit;
    padding-top: 2rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: white !important;
    margin: 0 0.5rem;
}

.content-block-carousel img {
    height: 50;
}

@media (min-width: 992px) { 
    .banner-inner-content{
        position: absolute;
        top: 0; 
        width: 75%;
    }
    .banner-inner-content h1{
        width: 30vw;
        padding-bottom: 1.75rem;
        padding-left: 3rem;
        /* line-height: 100%; */
    }
    .banner-inner-content h5{
      padding-left: 3rem;
        line-height: 100%;
    }
    .banner-mobile {
      display: none;
    }

    footer .container-fluid {
        padding: 0 12px;
    }
}

@media  (max-width: 576px ) { 
    .banner-inner-content .banner-btn-container{
        max-width: 100%;
        margin: auto;
    }
    .banner-inner-content .btn {
        /* font-size: 14px; */
        width: 190px;
    }
    .py-lg-max{
        padding-top: unset!important;
      }

      section article .banner-inner-content .--CORPORATEACON {
        /* font-size: 40px; */
      }

      .btn-pad {
        padding: 0.75rem 1rem;
        width: 250px !important;
    }

}

@media  (max-width: 991.98px ) { 
    .banner-inner-content{
        position: relative;
        background: black;
        /* text-align: center; */
    }

    .banner-desktop {
      display: none;
    }

    .section-Highlights h1,
    .section-Highlights p {
        width: unset;
    }

    .banner-inner-content h5 {
      display: none;
    }
    
    .banner-inner-content .banner-btn-container{
        max-width: 70%;
        margin: auto;
    }

    .subtitle-font--mob h5{
        font-size: 18px !important;
        font-weight: 100 !important;
    }

    .content-carousel .content-slide-carousel .image-carousel img,
    .content-block-carousel img {
        width: 90vw;;
        height: auto;
    }

    footer .row {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .banner-inner-content .btn {
        /* font-size: 14px; */
        width: 190px;
    }

    .banner-inner-content h5 {
      display: none;
  }
}

@media (min-width: 1024px) {
    .banner-inner-content .py-lg-max {
        padding-top: 12% !important;
    }
    .banner-inner-content h1  {
        /* width: 75%; */
    }
    .banner-inner-content h5  {
        width: 70%;
    }
}

/* @media (min-width: 1440px) {
    .banner-inner-content h1,
    .banner-inner-content h5  {
        width: 50%;
    }
} */