.aboutUs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-data p{
    max-width: 500px;
}
.about-data{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.watchHistory{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}
.watchHistory h2{
    max-width: 500px;
    background-color: #e36d19;
    padding: 10px;
    color: white;
    position: absolute;
    bottom: 0;
    margin-left: -150px;
}

.watchHistory img{
    width: 600px;
}
.watchNow{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.watchNow p{
    max-width: 700px;
}
.watch-learnMore{
    max-width: 700px;
    width: 100%;
    display:flex;
    align-items: start;
    justify-content: start;
}
.watch-learnMore button{
    background-color: #e36d19;
    border: none;
    font-size: 17px;
    padding: 13px;
    color: white;
}
.watch-learnMore button:hover{
    background-color: white;
    color: #e36d19;
    border: 1px solid #e36d19;
} 
.ourLeads{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.ourLeadData{
    display:flex;
    flex-direction: row;
    align-content: center;
    margin-top: 30px;
    justify-content: space-evenly;
}
.ourLeftData{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.leadScientistData{
    max-width: 500px;
}
.ourLeadLeftData{
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;

    
}
.OurLeadRightData{
    display:flex;
    flex-direction: column;
    margin:30px
}
.ourLeadLeftBg{
    background-color: #e36d19;
    width: 350px;
    height: 130px;
    margin-top:-50px;
    z-index: 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:white;
    justify-content: end;

}
.ourLeadLeftBg h1{
    margin-bottom: -20px;
}
.leaderImg{
    width: 300px;
    z-index:10;
    border-radius: 10px;
  
}
.ourLeftList{
    display: flex;
    flex-direction: row;
    max-width: 500px;
    width: 100%;
    overflow: scroll;
}
.ourLeftList img{
    width: 130px;
    height: 130px;
}
.ourLeader-image{
    width: 130px;
    height: 450px;
    border-radius: 100px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.ourLeader-content div:nth-child(even) {
    margin-top: 70px;
  }
.ourLeader-image:hover{
width: 200px;
}
.ourLeader-content{
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: scroll;
    align-items: center;
    justify-content: center;

}
.ourLeader-content::-webkit-scrollbar{
    display:none;
}
.ourLeader-Data{
    padding:10px;
}
.ourLeaders{
    display: flex;
    flex-direction: column;
    background-color: #e36d19;
    align-items: center;
    color:white
}
.eurekaMovement{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.certifyImg{
    max-width: 400px;
    max-height: 400px;

}
.eureka-journey{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.eureka-journey p{
    max-width: 400px;
    margin-left: 30px;
}
.eureka-journeyPara {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin-right    : 30px;
}
.jrSciStudent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E96101;
    color: white;
}
.junior-studentImg{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    overflow: scroll;
    position: relative;
}
.junior-studentImg::-webkit-scrollbar{
    display: none;
}
.junior-studentImg img {
    width: 250px;
    padding: 10px;
    margin: 20px;

}
.nav-buttons {
  position: absolute;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
}
.nav-buttons button{
    cursor:pointer;
    background-color: white;
    border-radius: 50%;
   padding: 10px;
   text-align: center;
   border:transparent
}
.swift-container{
    display:flex;
    flex-direction: row;
    justify-content:center;
    align-content: center;
    width:100%;
}
.swift-contant{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    max-width: 1400px;
    width:100%;
    overflow-x: scroll;
  
}
.swift-contant::-webkit-scrollbar{
    display: none;
}
.swift-data{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px 10px;
    box-shadow: 0px 0px 10px #E3CCA9;
    padding: 10px;
    border-radius: 20px;
    
}
.swift-image{
    max-width: 300px;
    width: 100%;
    border-radius: 20px;
    max-height: 270px;
   
}
@media screen and (max-width:600px){
    
    .about-data ,.ourLeadData,.eureka-journey{
        flex-direction: column;
       

    }
    .about-content div:nth-child(even) {
        flex-direction: column-reverse;
    }
    .ourLeadData div:nth-child(even) {
        flex-direction: column;
    }
   #about-data1,#about-data2 ,#about-data3{
        flex-direction: column-reverse;
    }
    .about-data img{
        width: 100%;
    }
    .about-data p{width: 100%;}
    .award-img{
        width: 100% !important;
        
    }
    .about3{
        width: 100% !important;
       
    }
    .certifyImg{
        width: 100%;
    }
    .ourLeader-content{
        justify-content: start;
    }
}
@media screen and (max-width:350px){
    .ourLeadLeftBg{
        width: 320px !important;
      
    }
    .ourLeadLeftBg h1{
        margin: 0;
    }
}
