@font-face {
    font-family: montserrat;
    src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf');
}
body{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family:  montserrat, sans-serif;
    color: #2c2c2c;
}
.navbar-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:100%;

}
#myModal{
  display: block;
}
.navbar-header{
    display: flex;
    flex-direction: row;
    width: 100%;
    /* background-color: black; */
    justify-content: space-between;
}
.navbar-icon{
    width: 70px;
    height:70px;
    border-radius: 50%;
    margin: 10px;
}
.iserMission-dataContainer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:100%;
 
}
.navbar-list{
    display: flex;
    flex-direction: row;

}
.homePage div h1{
    color: #E96101;
}
.navbar-list ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    
}
.navbar-list ul li{
    
    padding: 10px;
}
.navbar-list ul li a{
    
color:black;
text-decoration: none;
}
.navbar-list ul li:hover{
    cursor: pointer;
    text-decoration: underline;
}


/* Footer  */
.footerContent{
    background-color: black;
    color: white;
    padding-top: 50px;
}
.footerContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
   height: 100%;
   position: relative;
    
}
.footerLeftContent{
    display: flex;
    flex-direction: column;
}
.footerLinks{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.footerPara{
    max-width: 1000px;
}
.footerLogos{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: end;
  position: absolute;
  bottom:0;
  right: 0;
  margin-right: 30px;
 
  cursor: pointer;
  
  
}
.footerLogosIcons:hover{
    border-radius: 50%;
   background-color: white;
   color: black;
    padding: 1px;
   
}

.footerLogosIcons{
    font-size: 30px;
    margin-right: 10px;
}
.footerLinks div{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.footerLinks div a{
    cursor: pointer;
    color: white;
    text-decoration: none;
}
.footerLinks div a:hover{
    text-decoration: underline;
}
.copyrightContent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 30px;
    
}
.copyrightContent div{
    display: flex;
}
.copyrightContent span{
   
    cursor: pointer;
    padding-left:10px ;
    padding-right:10px ;
}
.footerIcon{
    width: 300px;
    height: 300px;
}
.navbar-menuIc{
    width: 30px;
    height: 30px;
    display: none;
}
.homePage{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:97%;
    max-width: 1500px;
}
.homeData{
  max-width: 700px;width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  background: url('../images/svg/homeTextBg.png');
 background-repeat: no-repeat;
 background-size: cover;
 min-height: 50vh;
 height: 100%;


}
.homePage-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homeAstron{
    width: 500px;
}
#navbarAct0:hover::after {
    content: "Home ";
    display: block;
    color: grey;
    font-size: 13px;
}
#navbarAct1:hover::after {
    content: "About Us";
    display: block;
    color: grey;
    font-size: 13px;
}
#navbarAct2:hover::after {
    content: "Our Courses";
    display: block;
    color: grey;
    font-size: 13px;
}
#navbarAct3:hover::after {
    content: "Contact Us";
    display: block;
    color: grey;
    font-size: 13px;
}
#navbarAct4:hover::after {
    content: "Testimonials ";
    display: block;
    color: grey;
    font-size: 13px;
}
#navbarAct6:hover::after {
    content: "Invite Us ";
    display: block;
    color: grey;
    font-size: 13px;
}
/*                        Home Page                        */
.imageSlider video{
width: 100%;
}
.headerText{
    text-align: center;
    font-size: 30px;
}
.headerText span{
    color: #e36d19;
}
.know-More{
    color: white;
    background:linear-gradient(to bottom, #E96101,#e36d19);
    font-size: 20px;
    border: none;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    padding: 10px;
    border-radius: 10px;
  cursor: pointer;
  }
  .cards-design{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    overflow: scroll;
    max-width: 1100px;
  }
  .cards-design::-webkit-scrollbar{
    display: none;
  }
  .studentCamp{
    width: 250px;
    border-radius: 10px;
  }
  .cards-containing{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .card-outer{
    margin: 20px;
    box-shadow: 0px 0px 10px grey;
    padding: 10px;
  }
  .card-container{
    width: 250px;
    box-shadow: inset  0px 0px 40px rgba(0,0,0,.1);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
  border-radius: 10px;
    /* padding: 20px; */
  }
  .card-container{
      
      padding: 10px;
    }
    .card-container p{
        color: grey;
    }
  .card-icon{
    /* width: 90px; */
    border-radius: 50%;
    padding: 10px;
    margin: 10px;
    background-color: white;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);

  }
  .card-icon img{
    width: 80px;
  }
  .isroImg{
    width: 400px;
  }
  .isroImg1{
    width: 600px;
  }
  .whatsEsroLogo{
    width: 500px;
  }
  .registerAt{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
margin: 40px;
align-items: center;
  }
  .registerIgnition{
    max-width: 400px;
  }
  .registerIgnition h1 span{
    color: #e36d19;
  }
  .aspiring-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background: url('../images/AnimatedPlanet.png');
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1900px;
  }
  .isro-para{
    color: #e36d19;
  }
  .aspiring-para{
    max-width: 500px;
    margin-top: 70px;
    padding-bottom: 30px;
    text-shadow: 0px 0px 10px white;
 
  }
 .workshop-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: -60px;
}
.workshop-data{
    display: flex;
    flex-direction: column;
}
.workshop-indexingFile{
     /* background-color: #e36d19; */
   border-radius: 30px;
   padding-left: 10px;
   padding-right: 10px;
   color: #e36d19;

 }
 .community-data{
    display: flex;
    flex-direction: row;
    max-width: 1500px;
    border: 1px solid #e36d19;
    
 }
 .community-data button{
    padding: 10px;
    background-color: transparent;
    border: none;
    outline:none;
    font-size: 25px;
    border-right: 1px solid #e36d19;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
 }
 .community-data button:hover{
    background-color: #e36d19;
    color: white;
 }
 .community-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
 .community-infoContent{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
 }

 .community-image{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  border: 3px solid rgba(0, 0, 0, 0.547);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.486);
 }
 .community-button{
  width: 200px;
  background-color: white;
  margin: 20px;
  padding: 10px 20px;
  border: 3px solid rgba(0, 0, 0, 0.547);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.547);
  font-size: 20px;
  border-radius: 20px;
  cursor:pointer;
 }
 .community-dataContent{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: scroll;
 }
 
 .community-dataContent::-webkit-scrollbar{
  display: none;
 }
 .workshop-index{
    font-size: 50px;
    background-color: #e36d19;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50%;
    color: white;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
 }
 .whatsIS-content{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;

 }
 .inviteSpeak{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
 
  
 }
 .inviteSpeak img{
  width: 400px;
  height: 500px;
 }
 .inviteSpeackData{
  
 
  display: flex;
  flex-direction: column;
  max-width: 600px;
  align-items: left;
  justify-content: center;
 }
 .inviteSpeackData button{
  max-width: fit-content;
 }
 .ourTalks{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;

 }
 .our-talksData{
  display: flex;
  flex-direction: row;
 }
 .our-talksData img{
  width: 400px;
  height: 400px;
  margin: 20px;
 }
 .our-talksDetails p{
  max-width: 400px;
 }
 /* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7); /* Background overlay */
}

/* Modal content */
.modal-content {
  position: relative;
  margin: 15% auto;
  padding: 20px;
  /* background-color: #2c2c2c; */
  width: 100%;
  max-width: 600px;
}
#videoFrame{
  width: 100%;
  height: 100%;
  min-height: 300px;
}
/* Close button */  
.formDataclose {
  position: absolute;
  top: 0;
left: 10px;
  font-size: 30px;
  /* font-weight: bold; */
  color: black;
  cursor: pointer;
}

.formDataclose:hover,
.formDataclose:focus {
  color: #e36d19;
  text-decoration: none;
  cursor: pointer;
}

.form-modal {
  display: block; /* Show modal on page load */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal content box */
.formModal-content {
  position: relative;
  background-color: white;
  width: 700px;
  min-height: 50vh;
  margin: 5% auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.527);
  text-align: center;
}
.formModel-LeftData{
  max-width: 450px;
  width: 100%;
}
.formModal-data{
  display: flex;
  flex-direction: row;
}
.formliftOffText{
  color: #e36d19;

}
.copyRIghtContent{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.copyRIghtContent p{
  max-width: 1000px;
  text-align: center;
}
.modal-formData{
  display: flex;
  flex-direction: column;
  align-items: center;
width: 100%;
  justify-content: center;
}
.modal-formData input{
  border:none;
  border-bottom: 1px solid #e36d19;
  width: 300px !important ; 
  padding: 10px;width:80%;
  font-size: 16px;
  outline: none;
}
#phone{
  width: 300px !important;
}
.modal-formData button{
  margin: 10px;
  background-color: #e36d19;
  border: none;
  padding:10px 30px;
  color:white;
  font-size: 20px;

}
#esroformLogo{
  width: 80px;
  border-radius: 50%;
  margin-top: 20px;
}
.vvimp-data{
  box-shadow:inset 0px 0px  10px black;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.vvimp-data:hover{
  background-color: rgba(0, 0, 0, 0.149);
}
.vvimp-img{
  width: 230px;
}
.formData-img{
  max-width: 400px;
  max-height: 500px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* Close button */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

/* Form styling */
.inputContent {
  width: 100%;
  padding: 8px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.BtnContent {
  background-color: #007BFF;
  color: white;
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.BtnContent:hover {
  background-color: #0056b3;
}
.shopping-container{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}
.shopping-container img {
   max-width:400px;
}
.shopping-content{
  display: flex;
  flex-direction: row;
}
.vvimp-content{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
}

.vvimp-dataContent{
  width: 280px; 
  padding: 20px;

}
.shooping-Container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.shopping-data {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 1400px;
  width: 100%;
}

.shopping-righData {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-height: 400px;
}

.shopping-infoContent {
  width: 40px;
  display: flex;
  flex-direction: column;
  margin: 10px;
  box-shadow: 0px 0px 10px grey;
  border-radius: 10px;
  object-fit: cover;
  text-align: center;
  position: relative;
  padding: 10px;
  transition: width 0.8s ease; /* Smooth transition for width */
}

.shopping-infoContent h3 {
  font-size: 20px;
  text-align: center;
  padding: 10px;
  z-index: 50;
  position: absolute;
  width: 100%;
  color: white;
  text-shadow: 0px 0px 10px black;
  margin-left: -20px;
  rotate: 90deg;
  font-size: 20px;
  transition: 0.7s ease;
  margin-top:100px;
}

.shooping-infoImg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  border-radius: 20px;
  transition: 1s ease;
  z-index: 0;
}

/* Width of the 4th child initially */
.shopping-righData div:nth-child(6) {
  width: 300px;
}
.shopping-righData div:nth-child(6) h3 {
  color: black; /* Change text color to black on hover */
  bottom: 0; 
  rotate:0deg;
  position: absolute;
  text-shadow: 0px 0px 10px white;
 
}

/* Hover effect for any .shopping-infoContent */
.shopping-infoContent:hover {
  width: 300px; /* Increase width to 400px on hover */

}
.shopping-infoContent:hover h3 {
  color: black; /* Change text color to black on hover */
  bottom:0;
  rotate:0deg;
  text-shadow: 0px 0px 6px white;
}



.shopping-infoContent:hover ~ .shopping-infoContent:nth-child(6) h3{
 color: white;
 /* rotate:90deg; */
 writing-mode: vertical-lr;
 margin-left: 20px;
 top:-140px;
 position: absolute;

}
#profileIcon{
  width: 50px;
  margin-top: -20px;
  border-radius: 50%;
  
}
.shopping-infoContent:hover ~ .shopping-infoContent {
  width: 60px !important;
}

/* Optional: To ensure the non-hovered items also have smooth width adjustments */
.shopping-infoContent:not(:hover) {
  width: 60px;
}

/* If you want smooth transition for all the elements, apply transition to the whole container */
.shopping-righData {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  transition: all 0.7s ease; /* Smooth transition for all children */
}
.headerText,.shopping-data button,.inviteSpeak button{
  margin: 20px;
 }
 .homePage,.aspiring-para,.whatsIS-content,.shooping-Container h1,.shopping-data p,.inviteSpeak p,.inviteSpeak h1{
  padding: 20px;
 }
 .menu {
  display: none; /* hidden by default */
  position: absolute;
  top: 60px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 100;
}

.menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}
.copyRIght-data img{
  width:100%
}
.copyRIght-data{
  display: flex;flex-direction: row; justify-content: space-between; max-width: 1300px; align-items: center;
}
.menu a:hover {
  background-color: #f0f0f0;
}
@media screen and (max-width:800px) {
  .homeData p,h1{
    text-shadow: 0px 0px 7px white;
    
  }

    .footerContainer{
        flex-direction: column;
    }
    .copyrightData{
        flex-direction: column;
      }
      .navbar-list ul{
        display: none;
      }
      .navbar-menuIc
      {
        display: block;
        margin: 20px;
      }
      .shopping-righData{
        display: none;
    
      }
      .vvimp-content{
        width: 100%;
        overflow: scroll;
      }
      .vvimp-dataContent h2 span{
        display: none;
      }
      .homeAstron{
        max-width: 400px;
      }
      
}
@media screen and (max-width:380px) {
  .formModal-content{
    max-width: 300px !important;
  }
  .modal-formData input{
 width: 230px !important;
}
#phone{
  
  width: 250px !important;
  }
}
@media screen and (max-width:1600px) {
  .community-dataContent{
    justify-content: start;
  }
  .ourTalks{
    margin-top: 60px;
  }
  .homeData{
  
      min-height: 60vh;
  }
  

}
@media screen and (max-width:1200px) {

  .shopping-data{
    flex-direction: column;
    align-items: center;
  }
  
   .isroImg1,.whatsEsroLogo{
    width: 300px;
   }
   .our-talksData{
    width: 100%;
    overflow: scroll;
    align-items: center;
    justify-content: start;
   }
}
@media screen and (max-width:500px) {
  .copyRIght-data{
    flex-direction: column;
  }
  .homeData{
    
    padding: 20px;
  }

    .footerLinks{
        flex-direction: column;
    }
    .footerContent{
        padding: 20px;
    }
    .copyrightContent {
        flex-direction: column;
    }
    .formData-img{
      display: none;
    }
    .formModal-content{
      max-width: 400px;
    }
    .homeAstron, .whatsEsroLogo,.isroImg1,.whatsEsroLogo,.inviteSpeak img,.isroImg{
      width: 100%;
    }
   
    .registerAt,.aspiring-content, .homePage,.whatsIS-content,.shopping-data,.inviteSpeak{
      flex-direction: column;
     /* margin: 20px; */
    }
    .shopping-righData{
    width: 100%;
    overflow: scroll;
    flex-direction: column  
      
    }
   .openModalBtn{
    width: 300px !important;
   }
    .formModal-content {
      min-height: 70vh;
    }
    .shopping-infoContent{
      width: 300px !important;
    }
   .shooping-infoImg{
    width: 300px !important;
    height: 30px;
   
   }

    .headerText{
      font-size: 20px;
    }
    .shopping-infoContent{
      width: 20px;
    }
    .shopping-infoContent:hover{
      width: 100px !important;
    }
 

.our-talksDetails p{
max-width: 300px;
padding: 10px;
}
.our-talksDetails h3  {
  max-width: 300px;
  padding: 10px;
  }
   
}
@media screen and (min-width:1900px) {
    .homeData{
        /*min-height: 40vh;*/
        height: fit-content;
    }
    
}
@media screen and (min-width:1900px) {
  .navbar-header{
    max-width: 1700px;
  }
  .formModal-content {
    min-height: 40vh;
  }
}