body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* select language section  */

.language-select label:nth-child(2) {
  font-weight: 900;
  color: #000000;
}


.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 0px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



/* navbar start */
header h1 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  color: rgb(185, 27, 27);

}

h2 {
  padding-bottom: 2px;
  color: rgb(216, 30, 30);
  padding: 10px;
  justify-content: center;
}

h2::after {
  position: relative;
  content: '';
  display: block;
  width: 400px;
  height: 4px;
  background: rgba(8, 162, 152, 25);
  margin: 10px auto;
}

nav {
  background-color: rgba(8, 162, 152, 25);
}

.header-img {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.header-img img:first-child {
  width: 120px;
  height: 100px;

}

.header-img img {
  width: 100px;
  height: 90px;
}


.header-img img:nth-last-child(2) {
  width: 450px;
  height: 110px;
}

.navbar-nav li a:hover {
  background-color: coral;
  border: 1px solid rgba(0, 0, 0, 0.692);
}


/* // Start   */


.navbar-nav .nav-item:hover .dropdown-content {
  display: block;
}

/* Dropdown menu styles */
.nav-item {
  position: relative;
}

.nav-item .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0px;
}

.nav-item .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.nav-item .dropdown-content a:hover {
  background-color: rgb(0, 132, 255);
  color: rgb(255, 255, 255);
}

/* Show the dropdown menu on hover */
.nav-item:hover .dropdown-content {
  display: block;
}

.nav-item ul li {
  list-style: none;
  text-decoration: none;
}

/* end  */

@media (max-width: 767px) {
  .header-img img {
    width: 60px;
    height: 50px;
    align-items: center;
    justify-content: center;

  }

  .header-img img:first-child {
    width: 70px;
    height: 60px;

  }

  .header-img img:nth-last-child(2) {
    width: 160px;
    height: 40px;
  }
}

/* tricef video */
video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#video-section {
  position: relative;
  overflow: hidden;
}

h2 {
  text-align: center;
  color: #4A3CE7;
  font-weight: 600;

}

#about, #vision-mission, #sponsors, #startups, #our-outreach, #contact, #directors, #team, #infrasture {
  overflow: hidden;
}

.about {
  justify-content: center;
  margin: auto;
  border-color: rgb(23, 104, 25);
  box-shadow: 2px 2px 4px rgb(63, 63, 63);
}

.about h4 {
  background-color: rgb(237, 151, 77);
  color: #fcfcfc;
  font-weight: 600;
}

.about img {
  float: right;
  width: 420px;
  padding-left: 25px;
  margin-left: 20px;
}

.about p, .mission p, .Vission p {
  text-align: justify;
  font-size: 22px;
}

@media (max-width:767px) {
  .about p {
    font-size: 18px;
  }
}

/* Overview */
.overview {
  border: 1px solid black;
  margin-top: 20px;
  padding: 15px;
}

.overview h2 {
  padding: 10px 0px;
  color: red;
}


/* vission */
.mision-vision p {
  font-weight: 600;
}

.vision div, .mision div {
  background-color: rgb(124, 204, 231);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.445);
  margin-top: 20px;
  margin-right: 10px;
  padding: 15px;
}

.vision h2, .mision h2 {
  background-color: rgb(219, 248, 103);
  border-radius: 10px;
  padding: 10px 0px;
  color: red;
}

/* scroller  */
.scroller::-webkit-scrollbar {
  height: 5px;
}

.scroller::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroller::-webkit-scrollbar-thumb {
  background: orange;
  max-width: 4px;
  border-radius: 10px;
}

.scroller::-webkit-scrollbar-thumb:hover {
  background: #555;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 4rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}



/* Startups Section Styling */
.strtups .card :hover {
  transform: scale(1.1);

}

#scroller div:hover {
  cursor: pointer;
}

#scroller .card:hover {
  transform: translate(0, -10px);
}


.startups .card {
  width: 350px;
}

.startups h5 {
  text-align: center;
  font-weight: 600;

}

/* Select the first h5 inside the startups section */
.aai-chein {
  color: #12a4e3;

}

.startups h5 {
  text-shadow: 1px 1px 6px #00000042;
  font-weight: 900;
  font-family: "PT Serif", serif;
  font-style: normal;
}

.anishika {
  color: #375E97;
}

.composoil {
  color: #591e9c;
}

.devrai {
  color: #66A5AD;
}

.mining {
  color: #1995AD;
}

.freshal {
  color: #1D00B4;
}

.food {
  color: #8BBC32;
}

.sobay {
  color: #225aaf;
}

.venu {
  color: #1995AD;
}

.wom {
  color: #e16b73;
}

.agro {
  color: #1995AD;
}

/* startups popups */
#startup-popup {
  display: none;
  position: fixed;
  background-color: #f1f1f1;
  top: 75%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 80%;
  margin: auto;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  animation: zoomOut 0.7s ease forwards;
}

.moha img {
  display: block;
  margin: auto;
  width: 35%;
  height: 40%;
  margin: auto;
}

#startup-popup h2 {
  font-size: 23px;
}

/* Zoom-out animation */
@keyframes zoomOut {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}


@media (max-width: 768px) {
  #startup-popup {
    top: 75%;
    left: 50%;
    width: 80%;
    height: 50%;
  }

  #startup-popup h2 {
    font-size: 18px;
  }

  .moha img {
    width: 90%;
    height: 90%;
  }

}



#scroller div {
  margin-left: 10px;

}

#scroller .card {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}

.sponsors .sponsors-first {
  text-align: center;
  background-color: rgba(8, 162, 152, 255);
  box-shadow: 2px 2px 3px;
  padding-bottom: 50px;
  padding-top: 10px;
}

.outreach, .sliding-btn {
  position: relative;
  z-index: 5;

}



#scroll-left {
  transform: rotate(180deg);
}


/* outreach section  */

.dashboard {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
  justify-content: center;
}

.outreach-card {
  position: relative;
  width: 190px;
  height: 190px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.4);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overlay h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.overlay p {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
}


@media (min-width: 1000px) and (max-width: 1400px) {
  .outreach-card {
    width: 130px;
    height: 130px;
  }
   .overlay h3 {
    font-size: 1rem;
  }

  .overlay p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .outreach-card {
    width: 75%;
    height: 250px;
  }

  .overlay h3 {
    font-size: 1.3rem;
  }

  .overlay p {
    font-size: 1.5rem;
  }
  
}

/* POPUP DISTANCE SECTION  */
.distance div:hover, #cross-btn:hover, #airport-cross-btn:hover, #bus-stand-cross-btn:hover {
  cursor: pointer;
}

#railway-popup, #airport-popup, #bus-stand-popop {
  display: none;
  border: 3px solid rgba(0, 0, 0, 0.527);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.671);
}

/* nagpur */
#airport-cross-btn, #bus-stand-cross-btn {
  margin: 15px 15px 0px 0px;
}

.nagpur-airport, .gadchiroli-busstop {
  width: 50%;
  border: 2px solid rgba(17, 66, 225, 0.765);
  margin: auto;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.471);
  background-color: rgba(127, 255, 212, 0.52);
  border-radius: 10px;
}

.nagpur-airport p, .gadchiroli-busstop p {
  padding: 15px;
  font-weight: 600;

}

.nagpur-airport h5, .gadchiroli-busstop h5 {
  color: rgb(185, 27, 27);
  font-weight: 600;
  padding: 15px;
}

.nagpur-airport span, .gadchiroli-busstop span {
  color: rgb(91, 87, 87);
  font-weight: 600;
}




/* RAILWAYS */

#railway-popup, #airport-popup, #bus-stand-popop {
  position: fixed;
  background-color: #f1f1f1;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 80%;
  margin: auto;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
 
  
}

.wadsa img {
  margin-top: 10px;
  margin-right: 10px;
}

.railway-text div {
  border-right: 2px solid black;
}

.railway-text div:nth-last-child(1) {
  border-right: none;
}

.railway-p p:first-child{
word-spacing: 15px;
}
.railway h2::after {
  position: relative;
  content: '';
  display: block;
  
  width: 400px;
  height: 4px;
  background: rgba(8, 162, 152, 25);
  margin: 10px auto;
}

.railway-text h5 {
  font-weight: 600;
  color: rgb(185, 27, 27);
}
#cross-railway-btn:hover{
  cursor: pointer;
}
.railway-text p {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 8px;
  text-align: justify;
}
.railway-p {
  word-spacing: 30px;
}
@media (max-width: 768px) {
  #railway-popup, #airport-popup, #bus-stand-popop {
    width: 90%;
    height: 77%;
    border-radius: 20px;
  }
  .nagpur-airport, .gadchiroli-busstop {
    width: 85%;
  }
  .nagpur-airport iframe, .gadchiroli-busstop iframe {
    width: 85%;
  }
  
}

@media (min-width: 1700px) {
  .railway-text p {
    padding: 30px;
  }
  
}
.railway-text span {
  font-size: 15px;
  font-weight: 400;
  color: #59595e;
}



/* Footer Section Styling */
footer {
  background-color: #1abc9c;
  /* Deep Teal for a modern, fresh, and nature-inspired look */
  color: #fff;
  padding: 5rem 0;
}

footer h5 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #fff;
  /* White color for header to ensure good contrast */
  font-weight: bold;
}

footer p, footer a {
  font-size: 1rem;
  color: #f5f5f5;
  /* Light grayish white for text for better readability */
  text-decoration: none;
}

footer a:hover {
  color: #f39c12;
  /* Golden yellow for hover effect to add a pop of color */
}

/* Social Media Section Styling */
footer .social-media {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

/* footer .social-icon {
  margin-right: 20px;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s ease;
} */

.social{
  border: 1px solid rgba(0, 0, 0, 0.439);
  height: 30vh;
  background-color: #F8EBE6;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  
}
.social h5{
  margin-top: 10px;
  margin-left: 20px;
  color: black;
 
}
footer .social-media img{
  width: 30px;
  height: 30px;
  margin: 15px;
  transition: all 0.3s ease;
  
}


footer .social-icon span, .social-media span {
  font-size: 1rem;
  font-weight: bold;
  color: black;
}

/* Map Section */
footer iframe {
  border-radius: 8px;
}

/* Distance Icons Styling */
.distance-icon {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}

.distance-icon:hover {
  color: #f39c12;
  /* Hover effect with golden yellow for distance icons */
}

.icon-img {
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}

.icon-img:hover {
  transform: scale(1.1);
}

footer .distance-icon p {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}

/* Meadia Query  */

@media (max-width: 768px) {

  h1 {
    font-size: 25px;
  }

  h2::after {
    width: 250px;
  }

  .sponsers-img {
    width: 150px;

  }
  .social{
    max-width: 350px;
    margin: auto;
  }

  /* Footer Layout Responsive */
 

  footer .col-md-4 {
    margin-bottom: 20px;
  }

  video {
    width: 100vw;
    height: 35vh;
  }

  .about img {
    width: 100%;
    justify-content: center;
    padding: 0;
  }

  .railway-text div {
    border-bottom: 2px solid black;
  }

  .contact-info {
    text-align: center;
  }

  .social {
    text-align: center;

  }

  .social-media a {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .footer-contact-info{
    text-align: center;
  }

}