/* Hero  */
.container-fluid.hero {
    padding-left: 0px;
    padding-right: 0px;
}

.image-container {
    position: relative;
    width: 100%;
    height: clamp(300px, 50vw, 650px);
    overflow: hidden;
    background-color: #7C3996;
}


.image-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
}

.image-container img.active {
  opacity: 1;
}

.hero-overlay-text {
    top: 15%;
    left: 15%;
    max-width: 600px;
}

.hero-overlay-text img {
    max-width: 350px;
    margin-bottom: 40px;
}

.hero-overlay-text h1 {
    color: #FFF200;
    font-size: 48px;
    font-weight: 700;
}

.hero-overlay-text p {
    color: white;
    font-size: 16px;
    max-width: 425px;     
    line-height: 28px;    
    word-wrap: break-word; 
}

.hero-overlay-text strong {
    font-weight: bold;
}

.demo-hero-button {
    background-color:#FFF200;
    color: #00205b;
    border-radius: 2;
    width: 211px;
    padding: 10px 10px;
}

.demo-hero-button:hover, .demo-hero-button:focus, .demo-hero-button:active, .download-hero-button:hover, .download-hero-button:focus, .download-hero-button:active {
    color: #00205b;
}

.download-hero-button {
    background-color: #FFFFFF;
    color: #00205b;
    border-radius: 2;
    width: 211px;
    padding: 10px 10px;
}

.demo-hero-button a {
    color: #00205b;
}

@media screen and (max-width: 1450px) {

    .hero-overlay-text {
        top: 20%;
        left: 10%;
    }

    .hero-overlay-text img {
        margin-bottom: 25px;
    }

    .hero-overlay-text h1 {
        font-size: 40px;
    }

    .hero-overlay-text p {
        max-width: 400px;     
    }

}

@media screen and (max-width: 1330px) {
    .hero-overlay-text h1 {
        font-size: 36px;
        margin-bottom: .5rem !important;
    }
    
    .hero-overlay-text p {
        margin-bottom: 0px;
    }

    .demo-hero-button {
        width: 180px;
    }

    .download-hero-button {
        width: 180px;
    }
}

@media screen and (max-width: 1150px) {
    .hero-overlay-text {
        top: 15%
    }
}

@media screen and (max-width: 800px) {
    .hero-overlay-text {
        top: 10%;
        left: 5%;
        max-width: 350px;
    }

    .hero-overlay-text h1 {
        font-size: 32px;
        margin-bottom: 5px !important;
    }

    .hero-overlay-text p {
        max-width: 330px;
        margin-bottom: -10px;
    }

    .hero-overlay-text img {
        margin-bottom: 10px;
    }

    .hero-button-overlay {
        left: 77% !important;
        bottom: 1% !important;
    }
}

@media screen and (max-width: 480px) {
    .image-container {
        position: relative;
        width: 100%;
        height: 900px;
    }

    .hero-overlay-text {
        top: 35%;
        left: 10%;
    }

    .hero-overlay-text img {
        max-width: 350px;
        margin-bottom: 30px;
    }

    .hero-overlay-text h1 {
        font-size: 36px;
        margin-bottom: .5rem !important;
    }

    .hero-overlay-text h1:first-of-type {
        margin-bottom: .8rem !important;
    }   

    .hero-overlay-text p {
        max-width: 350px;
        margin-bottom: 0px;     
    }

    .hero-button-column {
        margin-bottom: 0 !important;
    }

    .demo-hero-button {
        width: 370px !important;
        padding: 10px 10px;
        margin-bottom: -20px !important;
    }

    .download-hero-button {
        width: 370px !important;  
    }
    .hero-button-overlay {
        bottom: 3% !important;
        left: 52% !important;
    }
}

@media screen and (max-width: 400px) {

    .hero-overlay-text {
        top: 35%;
        left: 8%;
        max-width: 325px;
    }

    .hero-overlay-text p {
        margin-bottom: -10px;    
    }

    .demo-hero-button {
        width: 330px !important;
    }

    .download-hero-button {
        width: 330px !important;  
    }

     .hero-button-overlay {
        bottom: 1% !important;
    }
}

.hero-button-overlay {
    position: absolute;
    height: 100px;
    width: 250px;
    bottom: 1%;
    left: 52%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1800px) {
    .hero-button-overlay {
    bottom: 2%;
    }
}

@media screen and (max-width: 1330px) {
    .hero-button-overlay {
    bottom: 1%;
    }
}

@media screen and (max-width: 1000px) {
    .hero-button-overlay {
    bottom: -3%;
    }
}


.left-arrow img, .right-arrow img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1); 
}

.left-arrow, .right-arrow {
    height: 50px;
    width: 50px;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
    border-color: rgba(255, 255, 255, 0.38); 
    align-items: center;
    justify-content: center;
    display: flex;
}

.line-indicators {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.line {
    width: 25px;
    height: 6px;
    border-radius: 2px;
    background-color: #AC92B6;
}

.line.active {
    background-color: #FFF200;
    width: 50px;
}

.section-wrapper {
    margin-top: 2em;
}

.subtitle-wrapper {
    background: #001f5b;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subtitle-wrapper h1 {
    color: #ffffff;
    margin-left: .7rem;;
    margin-right: .7rem;
    line-height: 150%;
    font-size: 1.7rem;
}

.subtitle-wrapper strong {
    font-weight: bold;
}

.subtitle-wrapper h1 span {
    color: #fff200;
}

@media screen and (max-width: 480px) {
    
    .subtitle-wrapper h1 {
        margin-bottom: .1rem;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 400px) {
    .subtitle-wrapper {
        padding: 1rem !important;
    }
    .subtitle-wrapper h1 {
        margin-bottom: .1rem;
        font-size: 1.1rem;
    }
}


/* Carousel */


.carousel-image-container {
    position: relative;
    width: 100%;
    height: 741px;
    overflow: hidden;
    background-color: #7C3996;
}


.carousel-image-container img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
}

.carousel-image-container img.active {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
   .carousel-image-container {
    height: 624px;
    }
}

@media screen and (max-width: 992px) {
   .carousel-image-container {
        height: 468px;
    }

    .carousel-button-overlay {
    bottom: 2%;
    }
}

@media screen and (max-width: 480px) {
    .carousel-image-container {
        position: relative;
        width: 100%;
        height: 735px;
        margin-top: -3px;
    }
}

.carousel-button-overlay {
    position: absolute;
    height: 100px;
    width: 250px;
    bottom: 1%;
    left: 52%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media screen and (max-width: 480px) {
    .carousel-button-overlay {
    bottom: 1%;
    }
}

/* Clip Applier Section */
.clip-applier-feature-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
}

.clip-applier-feature-container h2 {
    color: #00205B;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

.clip-applier-feature-container p {
    color: #3F3F3F;
    font-size: 16px;
    line-height: 34px;
}

.clip-applier-feature-container strong {
    font-weight: bold !important;
}

.top-image-col {
    padding-left: 0px !important;
}

.top-image-col img {
    margin-left: 7px;
}

.top-text-col {
    padding-right: 0px !important;
}

.bottom-image-col {
    padding-right: 0px !important;
}

.bottom-image-col img {
    margin-left: 14px;
}

.bottom-text-col {
    padding-left: 0px !important;
}

@media screen and (max-width: 1200px) {
    .top-image-col img {
        max-width: 473px;
    }

    .bottom-image-col img {
        max-width: 473px;
    }

}

@media screen and (max-width: 993px) {
    .top-image-col img {
        max-width: 360px;
    }

    .bottom-image-col img {
        max-width: 360px;
    }

}

@media screen and (max-width: 780px) {
    .clip-applier-feature-container {
        padding: .8rem;
    }

    .clip-applier-feature-container.left {
        padding-bottom: 0 !important;
    }

    .clip-applier-feature-container.left p {
        margin-bottom: 0;
    }

    .clip-applier-feature-container.right {
        padding-left: 1.2rem;
    }

    .top-image-col img {
        max-width: 353px;
    }

    .bottom-image-col img {
        max-width: 353px;
    }
}

@media screen and (max-width: 480px) {
    .top-image-col img {
        max-width: 385px !important;
        margin-left: 15px !important;
    }

    .top-image-col, .bottom-image-col {
        margin-bottom: 0px !important;
    }

    .clip-applier-feature-container {
        padding: 1rem 1rem 1rem 0rem !important; 
        padding-bottom: 1rem !important;
    }

     .clip-applier-feature-container.left p {
        margin-bottom: 2rem !important;
    }

    .bottom-image-col img {
        max-width: 385px !important;
        margin-left: -1px !important;
    }

    .bottom-text-col {
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 440px) {
    .top-image-col img {
        max-width: 390px !important;
    }

    .bottom-image-col img {
        max-width: 390px !important;
    }
}

@media screen and (max-width: 426px) {
    .top-image-col img {
        max-width: 385px !important;
    }

    .bottom-image-col img {
        max-width: 385px !important;
    }
}

@media screen and (max-width: 420px) {
    .top-image-col img {
        max-width: 374px !important;
    }

    .bottom-image-col img {
        max-width: 374px !important;
    }
}


@media screen and (max-width: 400px) {
    .top-image-col img {
        max-width: 350px !important;
    }

    .bottom-image-col img {
        max-width: 350px !important;
    }
}

@media screen and (max-width: 380px) {
    .top-image-col img {
        max-width: 335px !important;
    }

    .bottom-image-col img {
        max-width: 335px !important;
    }
}


/* Tri Card Section */

.tri-card-header-container {
    padding-bottom: 0 !important;
}

.tri-card {
    background-color: #efefef;
    min-height: 650px;
}

.tri-card-text {
    padding: 1rem;
}

.tri-card-text h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 1rem;   
}

.tri-card-text p {
    color: #3f3f3f;
    font-size: 16px;
    line-height: 34px;
}

.tri-card.product strong {
    font-weight: bold !important;
}

@media screen and (max-width: 480px) {
    .tri-card-header-wrapper {
        margin-top: 0 !important;
    }
    
    figure img {
        width: 385px !important;
    }

    .tri-card {
        min-height: 500px;
    }

    .tri-card-text {
        padding-bottom: .5rem;
    }
}

/* Clip Removal Tool Section */

@media screen and (max-width: 480px) {
    .clip-removal-img {
        width: 390px;
    }
}

/* Performance Section */
.performance-overlay-text {
    top: 30%;
    left: 10%;
    transform-origin: top left;
    max-width: 500px;
    min-height: 140px;
}

.performance-overlay-text h2 {
    color: #FFF200;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.performance-overlay-text p {
    color: white;
    font-size: 16px;
    max-width: 450px;     

}

.performance-overlay-text strong {
    font-weight: bold;
}


.demo-perf-button {
    background-color:#FFF200;
    color: #00205b;
    border-radius: 2;
    width: 350px;
    padding: 10px 10px;
    margin-bottom: 15px;
}

.demo-perf-button:hover, .demo-perf-button:focus, .demo-perf-button:active, .download-perf-button:hover, .download-perf-button:focus, .download-perf-button:active {
    color: #00205b;
}

.download-perf-button {
    background-color: #FFFFFF;
    color: #00205b;
    border-radius: 2;
    width: 350px;
    padding: 10px 10px;
}
.demo-perf-button a {
    color: #00205b;
}

@media screen and (max-width: 780px) {
    .performance-overlay-text {
        top: 25%;
        max-width: 350px;
    }

    .performance-overlay-text h2 {
        line-height: 2.2rem;
    }

     .performance-overlay-text p {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 480px) {

    .performance-overlay-text {
        top: 30% !important;
        left: 10%;
        max-width: 350px !important;
    }


    .performance-overlay-text h2 {
        font-size: 36px !important;
        line-height: 2rem !important;
    }

    .performance-overlay-text p {
        max-width: 325px;  
        font-size: 16px;   
    }

    .demo-perf-button {
        width: 325px !important;
        padding: 10px 10px;
        margin-bottom: -20px !important;
    }

    .download-perf-button {
        width: 325px !important;  
    }
}

@media screen and (max-width: 400px) {
   .performance-overlay-text {
        max-width: 300px;
        top: 23% !important;
        left: 8%;
    }

    .performance-overlay-text h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .performance-overlay-text p {
        max-width: 300px;
        margin-bottom: 5px;
    }

    .demo-perf-button {
        width: 300px !important;
    
    }

    .download-perf-button {
        width: 300px !important;  
    }
}