@font-face {
    font-family: montserrat;
    src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf');
}
@font-face {
  font-family:saira ;
  src: url('../fonts/Montserrat/Saira-VariableFont_wdth\,wght.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;
}
.homeData h1{
  color:white;
   font-size: clamp(1.5rem, 3vw, 50px);
 

  
}
.homeData h2{
  color: white;
  font-family: saira;
   font-size: clamp(1.5rem, 3vw, 50px);
  
  margin-top: -20px;
  margin-bottom: -20px;
}
.navbar-icon{
    width: 70px;
    height:70px;
    border-radius: 50%;
    margin: 10px;
}
.navbar-list{
    display: flex;
    flex-direction: row;

}

.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: 1200px;
}
.homeData{
  max-width: 600px;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%;



}
.homeData button{
  width: 200px;
}
.homePage-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homeAstron{
    width: 700px;
    border-radius: 30px;
    margin-right: -60px;
}
#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: clamp(0.9rem, 2.5vw, 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: 450px;
    /* height: 300px; */
    /* border-radius: 30px; */
    position: static;
  }
  .isroImg1{
    z-index: 3;
    width: 600px;
    border-radius: 30px;
    /* margin: 20px; */
    margin-bottom: 40px;
  }
  .whatsEsroLogo{
    width: 400px;
  }
  .registerAt{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
margin: 40px;
align-items: center;

background-color: #FDE8B3;
/* padding: 10px; */
border-radius: 30px;
max-width: 1000px;  
width: 100%;
  }
  .cards-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .registerIgnition{
    max-width: 400px;
  }
  .registerIgnition h1 span{
    color: #e96101;
  }
  #vvimp1{
    /* color: white; */
    border-radius: 20px;
    background: url('../images/vector.png');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #7cbdd5;
  }
  #vvimp1:hover{
    background-color: #007BA7;
    color: white;
    border-radius: 20px;
  }
  #vvimp2{
    /* color: white; */
    border-radius: 20px;
    background: url('../images/vector.png');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #a4e7bb;
  }
  #vvimp2:hover{
    background-color: #50C878;
    color: white;
    border-radius: 20px;
  }
  #vvimp3{
    /* color: white; */
    border-radius: 20px;
    background: url('../images/vector.png');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: right top;
    
    background-color: #c8b4e8;
  }
  #vvimp3:hover{
    background-color: #6A4C9C;
    color: white;
    border-radius: 20px;
  }
  #vvimp4{
    /* color: white; */
    border-radius: 20px;
    background: url('../images/vector.png');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #eba59a;
  }
  #vvimp4:hover{
    background-color: #D15A48;
    color: white;
    border-radius: 20px;
  }
  #vvimp5{
    /* color: white; */
    border-radius: 20px;
    background: url('../images/vector.png');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #a3eaea;
  }
  #vvimp5:hover{
    background-color: #008C8C;
    color: white;
    border-radius: 20px;
  }
  .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: 1050px;
    background-color: #1D4F5C;
    border-radius: 30px;
   height: 100%;
  width: 100%;
  }
  .isro-para{
    color: #e36d19;
  }
  .aspiring-para{
    max-width: 500px;
    margin-top: 70px;
    padding-bottom: 30px;
    color: white;
    position: relative;
    z-index: 0;
    /* text-shadow: 0px 0px 10px white; */
 
  }

.join-community{
  min-height: 50vh;
  background-color: #418ecd11;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.join-commData{
  max-width: 1300px;
  width: 100%;

}

.join-commData{
  width: 100%;
  display: flex;
  flex-direction: row;
  
}
.join-commInfo p{
width: 300px;
}
.join-commContent{
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: scroll;
}
.join-commContent::-webkit-scrollbar{
  display: none;
}
.joinComm-text{
  background: linear-gradient(to right, #125f9e, #E96101);  /* Adjust the colors as needed */
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(1.5rem, 5vw, 50px);
  font-family: saira; 
}
.joinNowName{
    font-size: clamp(1.5rem, 5vw, 50px);
}
.join-commInfo{
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 20px;
  max-width: 300px;
  border-radius: 20px;
  margin: 10px;
  height: 150px;
}
.join-commInfo p{
  margin-top: -10px;
}
  
 .workshop-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: -60px;
}
.join-commBtn{
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  overflow: scroll;
  max-width: 1400px;
  
}
.join-commBtn::-webkit-scrollbar{
  display: none;
}
.join-dataInfo{
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  width: 300px ;
  margin: 20px;
}
.join-commInfo p{
 width: 300px;  
}
.join-dataInfo button{
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  background-color: #07233A;
  color: white;
  margin: 10px;
  width: 230px; 
  font-size: 20px;
}
.workshop-data{
    display: flex;
    flex-direction: column;
}
.workshop-indexingFile{
     /* background-color: #e36d19; */
   border-radius: 30px;
   padding-left: 10px;
   padding-right: 10px;
   color: #e36d19;

 }
 
 .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;
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
   

 }
 .isroImg2{
  margin-bottom:50px ;
 }
 #whatsIs-content{
  background-color: #A87C4C ;
  margin: 20px;
  max-width: 1050px;
  border-radius: 30px;
  width: 100%;
  height: 100%;

 }
 .inviteSpeak{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: url('../upimages/bgInviteUs.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
 

 }
.navbarsub ul {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 100px;
  padding: 0;
  z-index: 1;
}

/* Show submenu when hovering */
.navbarsub:hover ul {
  display: block;
box-shadow: 0px 0px 5px black;
  width: 150px;
  border-radius: 10px;
}

/* Style submenu items */
.navbarsub ul li {
  float: none;
}

.navbarsub ul li a {
  display: block;
  /* padding: 10px 16px; */
  /* color: white; */

  text-decoration: none;
}

.navbarsub ul li a:hover {
  background-color: skyblue;
  padding: 10px;

}
 #whatIs-data{
   color: white;
   min-height: 60vh;
   height: 100%;
   width: 100%;
   /* padding: 16px; */
  /* max-height: 00px; */
   background: url('../images/rocket1.svg'),url('../images/satelite1.svg'),url('../images/planet1.svg');
   background-color: #07233A;
  background-position: left center, right top, right bottom;
  background-repeat: no-repeat;
 
 }

 #whatIs-data div p{
  color:white;
 }
 .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%;
  /* background: url('../upimages/bgInviteUs.png'); */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;

 }
 .our-talksData{
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: scroll;
  max-width: 1300px;
  
 }
 #ourtak-hsd{
  max-width: 1000px;
 }
 .our-talksData::-webkit-scrollbar{
  display:none;
 }
 .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;
 
  
}
.formModal-content1 {
  position: relative;
  background-color: white;
  width: 700px;
  min-height: 50vh;
  margin: 2% 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;
}
.modal-formData select{
  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;
}
.rating-data{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.rating-info{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating-name{
  font-size: 20px;
}
.rating-count{
  font-size: 50px;
  font-family: saira;
  font-weight: bold;
  
}
.rating-data{
  display: flex;
  flex-direction: row;
  max-width: 1000px;
  width: 100%;
  justify-content: space-evenly;
}
.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;
  align-items: center;
  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; 
}

.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;
}
.whatsIS-contentInfo{
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: scroll;
  max-width: 800px;
}
.whatsIS-contentInfo::-webkit-scrollbar{
  display: none;
}

.shopping-righData div:nth-child(6) {
  width: 300px;
}
.shopping-righData div:nth-child(6) h3 {
  color: black; 
  bottom: 0; 
  rotate:0deg;
  position: absolute;
  text-shadow: 0px 0px 10px white;
 
}
.cosmic-icon{
  padding: 20px;
  box-shadow: inset 0px 0px 10px #e36d19;
  border-radius: 20px;
  align-items: center;
  
}
.shopping-infoContent:hover {
  width: 300px; 

}
.shopping-infoContent:hover h3 {
  color: black; 
  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;
}
.shopping-infoContent:not(:hover) {
  width: 60px;
}

.shopping-righData {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  transition: all 0.7s ease; 
}
.headerText,.shopping-data button,.inviteSpeak button{
  margin: 20px;
 }
 .shooping-Container h1,.shopping-data p,.inviteSpeak p,.inviteSpeak h1{
  padding: 20px;
 }
 .aspiring-para{
  padding:10px;
  margin-top:-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;
}
.inviteUsImg{
  max-width: 500px;
  width: 100%;
}
.whatsIS-contentOut{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.shopping-rightHideImgs{
  display: none;
}
@media screen and (max-width:1026px) {
  .homeAstron{
    margin-left: -100px;
    width: 500px;
  }
  .isroImg1{
    width: 500px;
  }
  .homePage{
  
    justify-content: space-evenly;
  
}

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

 .shopping-rightHideImgs{
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: scroll;
 }
 .shopingHide1{
  width: 250px;
  height: 300px;
  border-radius: 20px;
  margin: 10px;
  /* padding: 10px; */
  box-shadow: 0px 0px 10px black;
 }
 .childContentImg{
  width: 100% !important;
  max-width: 400px;
 }
 .shopping-rightHideImgs::-webkit-scrollbar{
  display: none;
 }
 #thruster2-data{
  flex-direction: row-reverse;
 }
  #thruster2-data1{
  flex-direction: row-reverse;
 }
  #thruster2-data2{
  flex-direction: row-reverse;
 }
.isroImg{
  width: 400px;
}
    .footerContainer{
        flex-direction: column;
    }
    .copyrightData{
        flex-direction: column;
      }
      .navbar-list ul{
        display: none;
      }
      .navbar-menuIc
      {
        display: block;
        margin: 20px;
        background-color: white;
        border-radius: 10px;
        padding: 3px;
      }
      .shopping-righData{
        display: none;
    
      }
      .vvimp-content{
        width: 100%;
        overflow: scroll;
      }
      .inviteUsImg{
        width:300px;
      }
      .vvimp-dataContent h2 span{
        display: none;
      }
      .homeAstron{
        max-width: 400px;
        margin: 0;
      }
      #whatIs-data{
        max-width: 720px ;
        width: 100%;
        height: 100%;
        overflow: scroll;
      }
      #whatIs-data iframe{
        padding: 20px;

      }
   
}


@media screen and (min-width:780px) {
  .aspiring-content,#whatsIs-content{
    max-height: 400px;
  }
  #whatsIs-content{
    max-height: 320px;
  }
   .inviteSpeak{
    height: 500px;
   }

}
@media screen and (max-width:380px) {
  .formModal-content, .formModal-content1{
    max-width: 300px !important;
  }
  .modal-formData input,.modal-formData select{
 width: 230px !important;
}
#phone{
  
  width: 250px !important;
  }
   #whatIs-data{
    width: 90%;
    padding: 16px;
   }
  
}
@media screen and (max-width:1600px) {

  .ourTalks{
    margin-top: 60px;
  }
  

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

  .shopping-data{
    flex-direction: column;
    align-items: center;
  }
  
   .our-talksData{
    width: 100%;
    overflow: scroll;
    align-items: center;
    justify-content: start;
   }
}
@media screen and (max-width:430px) {
.homeData{
    margin: 20px;
    font-size: 15px;
  }
  .homeData h1{
    font-size: 24px;
  }
}
@media screen and (max-width:500px) {

  .copyRIght-data,.join-commData,.rating-data{
    flex-direction: column;
  }
   .iframe-links{
  width:300px;
  height: 400px;
 }
  .homeData{
    margin: 20px;
    font-size: 17px;
  }
  .homeData h1{
    font-size: 28px;
    margin-top: -100px;
  }
  .homeAstron{
    margin-top:-100px
  }
  .homeWave{
    display: none;
  }
  .join-commBtn{
    width: 100%;
    overflow: scroll;
  }
.homeData h2,.homeData h1,.homeData p{
  padding: 10px 20px;
}
.know-More{
  margin-left: 20px;
}

    .footerLinks{
        flex-direction: column;
    }
    .footerContent{
        padding: 20px;
    }
    .copyrightContent {
        flex-direction: column;
    }
    .formData-img{
      display: none;
    }
    .formModal-content, .formModal-content1{
      max-width: 400px;
    }
    .homeAstron, .whatsEsroLogo,.isroImg1,.whatsEsroLogo,.inviteSpeak img,.isroImg{
      width: 100%;
    }
  .isroImg1{
    z-index: 0;

  }

    .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, .formModal-content1 {
      min-height: 50vh;
    }
    .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) {
  .navbar-header{
    max-width: 1700px;
  }
  .formModal-content, .formModal-content1 {
    min-height: 40vh;
  }
}
@media screen and (min-width:1000px) {
  #header{
    margin-top: -90px;
  }
}