#our_passion{
    color: white;
    background-color: #211E1F;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    overflow: hidden;
    
}
.lines_passion {
    width: 4vw;
    padding-left: 8vw;
}
.passion_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    z-index: 999;
    position: relative !important;
}
.passion_text {
    display: flex;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.passion_text p {
    line-height: 3.5vh;
    font-family: 'Proxima_Nova_Soft';
    font-size: 1.3vw;
    align-content: center;
    text-align: center;
    width: 40vw;
    font-weight: 400;
    margin-top: -2vh;
}
.passion_text h1{
    line-height: 0vh;
    font-size: 7vw;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.bg_space_passion{
    display: flex;
    position: absolute;
    bottom: 0vh;
    justify-content: flex-end;
    width: 100vw;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.space_passion{
    width: 50vw;
}
.eclips1_passion , .eclips2_passion, .eclips3_passion{
    width: calc(3vw + 2vh);
    height: calc(3vw + 2vh);
}
.eclips1_passion{
    position: absolute;
    top: 59vh;
    left: 81.5vw;
}
.eclips2_passion{
    position: absolute;
    top: 7vh;
    left: 81.5vw;
}
.eclips3_passion{
    position: absolute;
    top: 2.5vh;
    left: 51.5vw;
}
.image-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Make the overlay non-interactive */
}

/* Keyframes for moving left */
@keyframes moveLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100vw)); }
}
  @media (max-width : 1024px){
    .passion_text h1 {
   
    font-size: 10vw;
    }
    .passion_text p {
   width: 50vw;
    font-size: 2.5vw;
    }
}
@media (max-width : 768px) {
    .passion_text p{
        font-size: 4.5vw;
        width: 50vw;
        color: #ffffffb0;
        line-height: 3.5vh;
    }
    .space_passion {
        width: 97vw;
    }
    .eclips1_passion, .eclips2_passion, .eclips3_passion {
        width: 13vw;
        height:13vw;
    }
    .eclips1_passion {
        position: absolute;
        top: 43vh;
        left: 82.5vw;
    }
    .eclips2_passion {
        position: absolute;
        top: 8vh;
        left: 81.5vw;
    }
    .eclips2_passion {
        position: absolute;
        top: 8vh;
        left: 82.5vw;
    }
  
    .space_passion {
        width: 160vw;
        margin-right: -43vw;
        opacity: 0.25;
        position: relative;
        top: 13vw;
    }
    .eclips3_passion {
        position: absolute;
        top: 4.5vh;
        left: -2.5vw;
    }
}

