.bg{
    background-image: url("../images/bg/hero_bg.png");
    background-position: top;
    background-size: cover;
}


/* Header Section */
.mobile_main{
    display: none;
}

.navbar-nav{
    margin-left: -2.6rem !important;
}

.service-nav{
    margin-left: -48px !important;
    gap: 20px !important;
}

#about-video{
    background-color: aqua;
    width: 1450px;
    height: 800px;
    object-fit: cover ; /* Ensures the video covers the entire background */
}

.inner_main{
    width: 70%;
    margin-left: 15%;
}

.intro{
    color: #fff;
    text-align: center;
}

.outer_main{
    background: linear-gradient(180deg, #140921 0%, #471133 100%);
}

.meet img{
    height: 45%;
    width: 45%;
}

.catalyst{
    text-align: left;
}

.cata{
    margin-top: 15%;
    margin-left: 12%;
    width: 40%;
}

.differ{
    margin-left: 57%;
    margin-top: -8%;
    width: 30vw;
}
.text{
    display: none;
}

.outer_main_1{
    background: linear-gradient(0deg, #140921 0%, #471133 100%);
}

/* Scroll reveal effect */
.reveal {
    opacity: 0;               /* Hide the element initially */
    transform: translateY(30px); /* Position it a bit lower */
    transition: opacity 0.9s ease, transform 0.6s ease;  /* Smooth transition */
}

/* When the element becomes visible (on scroll) */
.reveal.visible {
    opacity: 1;                /* Make it visible */
    transform: translateY(0);  /* Return to its original position */
}

.listen{
    margin-left: 12px;
    gap: 105px;
}

.image{
    width: 20vw;
    margin-top: 7rem;
    gap: 2rem;
}

.image img{
    width: 22vw;
    height: 30vh;
    margin-top: -2rem;
    gap: 2rem;
}





.cards img:hover{
    transform: scale(1.1);
    transition: transform 0.8s ease;
}

.vision{
    text-align: center;
    line-height: 30px;
}

.linehr{
    margin-left: -10%;
    width: 86vw;  
}

.linehr_2{
    width: 86vw; 
    margin-left: 8%;
}



.outer_main_2{
    margin-top: 15%;
}

/* outer main */
.outer_main_2 img{
    width: 60vw;
    margin-left: -5rem !important;
}


.side_circle{
    margin-top: 5%;
}



.mission{
    /* background-color: black; */
    background: linear-gradient(20deg, #011a48 10%, #000000 90%);
    background-size: cover;
    background-repeat: no-repeat;
    width: 102.2vw;
    height: 250px;
    margin-left: -14rem;
    color: #db441a;
    text-align: center;
}

.mission h4{
    justify-content: center;
    line-height: 6rem;
}



.solution_main{
    color: black;
    text-align: center;
    margin-top: 11%;
}

.solution_main h2{
    color: #fff;
}

.fire{
    display: flex;
    margin-top: 5%;
    padding: 30px 30px;
    /* background-color: #2d263f; */
    background: linear-gradient(20deg, #011a48 10%, #000000 90%);
    background-position: 0;
    background-size: cover;
}

.fire img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-left: 15%;
    border: solid 10px #db441a;
}

.fire p{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    width: 50%;
    margin-left: 6%;
    margin-top: 5%;
    color: #fff;
}

.schedule{
    margin-top: 1%;
}

.schedule p{
    margin-left: 17%;
}

.schedule img{
    margin-left: 5%;
}

.dynamic{
    margin-top: 1%;
}

.dreams{
    margin-top: 1%;
}



.team_member{
    color: #000000;
    background: linear-gradient(180deg, #140921 40%, #471133 200%);
}


.team_member_1{
    width: 70%;
    color: #fff;
    margin-left: 14%;
}

.photo-container{
    display: flex;
    justify-content: center;
}
.photo{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.photo_img{
    transition: all 0.0s ease;
    margin-bottom: 2rem;
    border-radius: 12px;
}

.photo_img img{
    border-radius: 12px;
    gap: 2rem;
    width: 24vw;
    height: 60vh;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #00000097 10%, #ef40008b 140%);
    /* background: linear-gradient(180deg, #7436bb66 10%, #b520a3 140%); */
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.photo_img:hover .overlay{
    height: 100%;
}


.overlay_text{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.overlay_text h4{
    margin: 6px 0 15px o;
}


.overlay_text .flex a:first-child{
    padding: 8px 13px !important;
}
.overlay_text .flex a:nth-child(2){
    padding: 9px 12px !important;
}
.overlay_text .flex a:last-child{
    padding: 8px 10px !important;
}

.all{
    color: #fff;
    width: 70%;
    margin-left: 13%;
    text-align: center;
}




.last{
    background: linear-gradient(0deg, #140921 40%, #471133 200%);
    color: #fff;
}

.last p{
    text-align: center;
    font-size: 20px;
    /* color: #fff; */
    position: relative;
}


.last_video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1; 
    opacity: 1;
}


.last_video_1{
    position: absolute;
    top: 0;
    left: 480px;
    height: 100%;
    z-index: -1; 
    opacity: 1;
}


.last_video_2{
    position: absolute;
    top: 0;
    left: 950px;
    height: 100%;
    z-index: -1; 
    opacity: 1;
}


.footer_right{
    margin-left: 36%;
}






@media screen and (max-width: 1400px){


.sauce h3{
    margin-left: 2rem;
}

.sauce h5{
    margin-left: 2rem;
}

.image img{
   margin-left: 2rem;
}

/* outer main */
.outer_main_2 img{
    width: 60vw;
    margin-left: -5rem !important;
}


} 





@media screen and (max-width: 1200px){




.image img{
    margin-left: 0rem;
}

.mission{
    width: 110vw;
}

/* outer main */
.outer_main_2 img{
    width: 70vw;
    margin-left: -7.8rem !important;
}


} 





@media screen and (max-width: 975px){


    .mission{
        width: 115vw;
    }
    
    /* outer main */
    .outer_main_2 img{
        width: 75vw;
        margin-left: -8rem !important;
    }
} 





@media screen and (max-width: 799px){



    .meet h2{
        width: 70vw !important;
    }
    
    .meet h3{
        width: 80vw;
        margin-left: -3rem;
    }

    .meet p{
        width: 90vw;
        margin-left: -4rem;
    }

    .meet img{
        width: 34vw;
        margin-left: -12rem;
    }


    .mission{
        width: 190vw;
    }

    .mission h4{
        width: 70vw;
        line-height: 5rem;
        margin-left: 14rem;
    }

    /* outer main */
    .outer_main_2 img{
        width: 85vw;
        margin-left: -9rem !important;
    }
} 





@media screen and (max-width: 480px){


    .overlay{
        width: 100%;
        margin-left: 0rem !important;
    }

    .outer_main{
        display: none;
    }
    .mobile_main{
        display: block;
        background: linear-gradient(0deg, #471133 30%, #140921 70%);
    }


    .mobile_main{
        color: #fff;
    }
    .mobile_meet{
        justify-content: center;
    }
    .mobile_meet hr{
        width: 25vw;
        margin-left: -2rem;
        margin-right: -2rem;
        border: 1.5px solid #db441a;
    }
    .mobile_meet p{
        color: #b34444;
        font-size: 1.5rem;
        margin-left: 0rem;
        margin-right: 0rem;
        width: 30vw;
    }
    .meet .mobile_md{
        font-size: 3rem;
        margin-left: 1.3rem;
        font-weight: 700;
        margin-top: 0.5rem;
    }

    .meet{
        margin-top: -2.5rem;
    }
    .meet h3{
        margin-left: 3rem;
    }


    .note-container {
        position: relative;
        width: 70vw;
        height: 45vh;
        margin-left: 4.6rem;
    }
      
      .note {
        position: absolute;
        width: 100%;
        height: 100%;       
        padding: 20px;
        border-radius: 10px;
        opacity: 0;
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 0% 0%);
        transition: clip-path 2s ease, opacity 0.5s ease;
        transform: rotate(-3deg);
      }
      
      
      .note.visible {
        opacity: 1;
        z-index: 1;
        clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
        transform: rotate(-3deg);
      }
      
      .note::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 80vw;
        height: 7vh;
        background: #b34444;
        clip-path: polygon(15% 0%, 0% 100%, 0% 0%, 0% 0%);
        border-radius: 10px 0 0 0 ;
      }
      
      #note1{
        background: linear-gradient(0deg, #471133 30%, #140921 100%);        
      }
      #note2{
        background: linear-gradient(0deg, #471133 30%, #0125269d 100%);
      }
      #note3{
        background: linear-gradient(0deg, #471133 30%, #011a2d9d 100%);   
      }
      #note4{
        background: linear-gradient(0deg, #471133 30%, #0d022aac 100%);
    }
      .note p{
        text-align: center;
        font-size: 1rem;
        margin-top: 1rem;
        padding: 50px;
      }
      .meet .tap{
        color: rgb(254, 72, 0);
        transform: rotate(-3deg);
        margin-left: -5rem;
      }


/* outer_main_1 */

      .catalyst h2{
        font-size: 2rem;
      }
      .catalyst h3{
        font-size: 2rem;
        width: 90vw;
        margin-bottom: 3rem;
        margin-left: -2.7rem;
      }

      .differ{
        display: none;
      }
      .text {
        display: block;
        width: 91.5vw;
        margin-left: -2.7rem;
        padding-bottom: 100px;
      }
      
      .text span {
        transition: transform 0s ease-in 0s;
        display: inline-block;
        transform-origin: 50% 80%;
      }

      .inner_main .sauce{
        display: none;
      }
      .inner_main .cards{
        display: none;
      }
      .inner_main .vision{
        display: none;
      }

      .linehr{
        margin-top: -10rem;
      }
        
      /* outer main 2 */
      .outer_main_2 img{
        width: 120vw;
        margin-left: -10.7rem !important;
      }
      .outer_main_2{
        margin-top: -2rem;
      }
      .outer_main_2 h2{
        width: 90vw;
        margin-left: -5.5rem !important;
      }
      .intro .side_circle{
        width: 90vw;
        margin-left: -5.5rem !important;
      }
      .mission{
        display: none;
      }


      .fire{
        display: block;
        justify-content: center;
      }
      .fire p{
        width: 90vw;
        margin-left: -0.3rem;
      }
      .fire img{
        margin-left: 0rem;
      }



      .team_member_1 h2{
        width: 90vw;
        margin-left: -2rem;
      }
      .team_member_1 p{
        width: 90vw;
        margin-left: -2rem;
      }

      .photo div{
        flex-direction: column !important;
        margin-left: -1.4rem;
      }
      .photo_img img{
        width: 80vw;
      }

      .all p{
        width: 90vw;
        margin-left: -2rem;
      }


} 

@media screen and (max-width: 440px) {

    .mobile_meet hr{
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .outer_main_2 img{
        width: 120vw;
        margin-left: -9.7rem !important;
    }
}

@media screen and (max-width: 405px) {
    .outer_main_2 img{
        width: 120vw;
        margin-left: -8.3rem !important;
    }
}

@media screen and (max-width: 381px) {
    

    .mobile_meet hr{
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }



    .catalyst h2{
        width: 80vw;
        margin-left: -1rem;
    }
    .catalyst h3{
        margin-left: -2.1rem;
    }
    #text{
        width: 88vw;
        margin-left: -2.2rem;
    }

    .outer_main_2 h2{
        width: 95vw;
        margin-left: 0.1rem;
    }
    .outer_main_2 .side_circle{
        margin-left: -4.5rem !important;
    }
    .outer_main_2 img{
        width: 120vw;
        margin-left: -8rem !important;
    }
    .fire p{
        margin-left: -0.8rem;
    }


}


@media screen and (max-width: 368px) {


    .mobile_meet hr{
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }
    .team_member_1 h2{
        width: 95vw !important;
        margin-left: -2.6rem !important;
    }


    .catalyst h2{
        width: 80vw;
        margin-left: -1rem;
    }
    .catalyst h3{
        margin-left: -2.1rem;
    }
    #text{
        width: 88vw;
        margin-left: -2.2rem;
    }

    .outer_main_2 h2{
        width: 100vw;
        margin-left: -5.8rem !important;
    }
    .outer_main_2 .side_circle{
        margin-left: -4.5rem !important;
    }
    .outer_main_2 img{
        width: 120vw;
        margin-left: -8rem !important;
    }
    .fire p{
        margin-left: -0.8rem;
    }


}