.text-container {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 10px;
}

/* Responsive Text */
.text-container span {
  font-size: 3vw; 

  font-weight: bold;
}


#first{
  background-color:#012b72;
 
}

.navbar {
  background-color: #082545;

}

.nav-link {
  color: white !important;
  text-align: center;
 
}

.navbar-toggler {
  border-color: white;
}

.navbar-toggler .fas {
  color: white;
}

.navbar-toggler .fas.fa-times {
  display: none;
}

.navbar-toggler.collapsed .fas.fa-bars {
  display: inline;
}

.navbar-toggler:not(.collapsed) .fas.fa-bars {
  display: none;
}

.navbar-toggler:not(.collapsed) .fas.fa-times {
  display: inline;
}

.dropdown-menu {
  background-color: #082545;
}

.dropdown-item {
  color: white !important;
}

.dropdown-item:hover {
  background-color: #F0B429;
}

.slider-container-fluid  {
  width: 100%;
  max-width: 100%px;
  height: 600px;
  margin: 10px auto;
  position: relative;
  overflow: hidden;

}
.slider {
  display: flex;
  position: relative;
  height: 100%;
}

.slide {
  min-width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.8s ease, transform 1s ease;
}

.slide.active {
  opacity: 1;
  transform: scale(1.02);
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 100;
  padding: 0 20px;
}

.navigation button {
  background: #082545;
  border: none;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  border-radius: 10%;
  transition:  0.3s ease;
  outline: none;
}

.navigation button:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .slider-container {
      height: 400px;
  }
  
  .navigation button {
      padding: 5px 10px;
      font-size: 16px;
  }
}

/* desk manager */
.carousel {
  width: 100%;
  max-width: 1200px;
  height: auto;
  background-color: #fff;        
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Carousel Content */
.carousel-content {
  display: flex;
  padding: 30px;
  transition: opacity 0.8s ease-in-out;
  align-items: center;
}

.carousel-content.hidden {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

/* Image Container */




.image-container {
  flex: 1;
  padding-right: 30px;
  position: relative;
  min-width: 250px;
}

.image-container img {
width: 500px;
  height: 400px;
  border: 8px solid #082545;
  transition: transform 0.5s ease-in-out;
}

.text-content {
  flex: 2;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-content h2 {
  color: #082545;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 2rem;
}

.text-content p {
  color: #333;

  line-height: 1.6;
  font-size: 1.3rem;
}

.text-content span {
  font-weight: bold;
  color: #082545; 
}


.read-more-btn {
  display: inline-block;
  background-color: #082545;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.3s;
  font-weight: bold;
  align-self: start;
  font-size: 1rem;
}

.read-more-btn:hover {
  background-color: #082545;
  transform: translateX(5px);
}

/* Carousel Controls */
.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: absolute;
  top: 66%;
  right: 30px;
  transform: translateY(-50%);
}

.carousel-controls button {
  background-color: #082545;
  color: white;
  border: none;
  padding: 5px;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 20px;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carousel-controls button:hover {
  background-color: #00baf3;
}

.carousel-controls .fa {
  font-size: 1.5em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .carousel {
      width: 100%;
  }

  .carousel-content {
      padding: 20px;
      flex-direction: column;
      align-items: center;
  }

  .image-container {
      padding-right: 0;
      margin-bottom: 20px;
      max-width: 200px;
  }

  .text-content h2 {
      font-size: 1.5rem;
      text-align: center;
  }

  .text-content p {
      font-size: 0.9rem;
      text-align: center;
  }

  .read-more-btn {
      font-size: 0.9rem;
      padding: 8px 16px;
      align-self: center;
  }
}

@media (max-width: 480px) {
  .text-content h2 {
      font-size: 1.2rem;
  }

  .text-content p {
      font-size: 0.8rem;
  }

  .read-more-btn {
      font-size: 0.8rem;
      padding: 6px 12px;
  }

 
}

/* footer */
.footer-icons {
       
  display: flex;
  justify-content:space-between-;
  border-radius: 10px;

}
.footer-icons .icon-circle {
  background-color:#082545;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid skyblue;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
}

.footer-icons p {

  text-align: center;
  font-weight: bold;
  color: #1e4e7e;
}

.footer-icons div:hover .icon-circle {
  background:#00baf3;
}


/* news events */
.news-section {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

.image-container {
  background-color: #fff;
  flex: 1;
}

.image-container img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.news-notice {
  flex: 1;
  padding: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-notice h2 {
  color: #082545;
  font-size: 24px;
  margin-bottom: 20px;
}

.notice-slider {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.notice-wrapper {
  transition: transform 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}

.notice-item {
  box-sizing: border-box;
  padding-bottom: 10px;
  
}

.date {
  display: block;
  font-weight: bold;
  color: #FF9800;
  font-size: 25px;
  margin-bottom: 10px;
}

.buttons {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.arrow {
  background-color: #082545;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 5px;
}
.arrow:hover{
  background-color: #00baf3;
}
@media (max-width: 768px) {
  .image-container {
      margin-bottom: 20px;
  }
  .news-section {
      flex-direction: column;
  }
  .news-notice {
      padding: 10px;
  }
  .buttons {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
  }
}

/* album */
.photo-slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides img {
  height: auto;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}
.photo-slider {
position: relative;
overflow: hidden;
max-width: 100%;
height: auto;
}

.slides {
display: flex;
transition: transform 0.5s ease-in-out;
}

.slides img {
min-width: 100%;
height: auto;
}

.prev, .next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
padding: 10px;
cursor: pointer;
z-index: 2;
}

.prev {
left: 0;
}

.next {
right: 0;
}


.photo-gallery {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
color: white;
position: relative;
}

.gallery-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

.gallery-header h1 {
font-size: 36px;
font-weight: normal;
color: white;
}

.gallery-header span {
color: #00baf3;
font-weight: bold;
}

.album-info {
display: flex;
align-items: center;
}

.date span {
display: block;
font-size: 24px;
font-weight: bold;
line-height: 1.2;
}

.date p {
margin: 0;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}

.album-title p {
margin: 0;
font-size: 16px;
text-transform: uppercase;
color: white;
}

.photo-slider {
position: relative;
overflow: hidden;
}

.slides {
display: flex;
transition: transform 0.5s ease-in-out;
}

.slides img {
width: 300px;
height: 400px;
border: 3px solid white;
border-radius: 5px;
object-fit: cover;
}

button.prev,
button.next {
background-color:#082545;
border: none;
color: white;
font-size: 24px;
cursor: pointer;
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 10px;

z-index: 10;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


button.prev:hover,
button.next:hover {
background-color:#082545;
color:#00baf3;
transition: background-color 0.3s;
}

.view-all {
text-align: left;
}

.view-all button {
background-color: #00baf3;
border: none;
color: white;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
display: flex;
align-items: center;
justify-content: space-between;
}

.view-all button span {
margin-left: 10px;
font-size: 18px;
}

/* Responsive adjustments */
/* Responsive Design */
@media (max-width: 768px) {
.photo-slider .slides img {
width: calc((100% / 3) - 10px); /* Show 3 images per slide */
}

.image-container img {
height: auto;
max-height: 200px; /* Adjust image height for mobile view */
}

.news-section {
flex-direction: column;
align-items: center;
}

.news-notice {
margin-top: 20px;
text-align: center;
}

.photo-gallery .gallery-header h1 {
font-size: 1.5rem;
text-align: center;
}

.photo-gallery .album-info {
flex-direction: column;
align-items: center;
text-align: center;
}
}

/* Desktop Mode */
@media (min-width: 768px) {
  .slides img {
      min-width: 33.33%; /* Show 3 images at a time */
      margin-left: 10px;
  }
}

/* Responsive Mode */
@media (max-width: 767px) {
  .slides img {
      min-width: 100%; /* Show 1 image at a time */
      margin-left: 0;
  }
}
/* topper */




.topper-bg, .topper-twelve-bg {

  border-radius: 10px;
  padding: 10px;
}

.topper-card-item img {
  border: 2px solid #082545;
  border-radius: 10px;
  width: 200px;
  margin-top:30px;
  height: 225px;
  object-fit: cover;
}

.topper-card-content {
  text-align: center;
  margin-top: 10px;
}

.topper-card-title {
  font-weight: bold;
  font-size: 18px;
  color: #082545;
}

.topper-card-text {
  font-size: 14px;
  color: #555;
}

.first, .second, .leftslide, .rightslide {

 background-color: white;
  border: none;
  font-size:40px;
 font-weight: bold;
  padding: 10px;
  border-radius: 45%;
  cursor: pointer;
}
.first:hover, .second:hover, .leftslide:hover, .rightslide:hover {
color:  #00baf3; 

}
.slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.topper-card-item {
  flex: 1 0 33.33%;
  padding: 10px;
  box-sizing: border-box;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .topper-card-item {
      flex: 1 0 100%;
      padding: 10px;
  }
  
  .topper-card-item img {
  border: 2px solid #082545;
  border-radius: 10px;
  width: 235px;
  margin-top:30px;
  height: 225px;
  object-fit: cover;
}
}




/* caricima--------------------------------------------------------------------------------- */


.overlay-text-container {
  position: relative;
  background-image: url('photos/campus.avif'); /* Add your image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay-text-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 8, 74, 0.5); /* Adjust rgba color as needed */
  z-index: 1;
}

.overlay-text-container .text-container {
  position: relative;
  z-index: 2;
  color: white; /* Change text color as needed */
  text-align: center;
  padding-top: 70px; /* Adjust padding to center the text */
}

.accordion-container {
    padding: 15px;
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
    background-color:#082545;
    color: #fff;
    border-radius: 5px;
}

.accordion-content {
    display: none;
    padding: 15px;
    background-color: #082545;
    color: #fff;
    border-radius: 5px;
}

.accordion-header.active + .accordion-content {
    display: block;
}

.accordion-content img {
    margin-bottom: 15px;
    border-radius: 5px;
}




































.content {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.marquee-content:hover {
  animation-play-state: paused; /* Stop on hover */
}


.marquee {
  width: 80%;
  height: 280px; /* Adjust height as needed */
  overflow: hidden;
  position: relative;
  /* padding-right:250px ; */
  
  
  }

.marquee-content {
  /* display: block; */
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
      transform: translateY(100%);
  }
  100% {
      transform: translateY(-100%);
  }
}

.marquee-content p {
  margin: 0;
  padding: 8px;
 
}

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
textarea {
  height: 150px;
}
input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
input[type="submit"]:hover {
  background-color: #45a049;
}
.contact-details {
  margin-top: 20px;
}
