
.modal-content{
  background-color:rgb(1, 6, 29);
  padding: 10px;
  border:1px solid #c0a85f;
  height: fit-content;
}
.modal-body{
  background-color: rgb(1, 6, 29);
}

.modal-body h6 {
  font-size: 1.2rem;
  color: #555;
  font-weight: bold;
}

#teacherRegistrationSection, #studentRegistrationSection {
  transition: opacity 0.3s ease-in-out;
}

.modalclosebtn{
  border: 0;
  border-radius: 30px;
  font-size: 24px;
  color: #9e9e9e;
}
.modalclosebtn:hover{
  border: 0;
  border-radius: 30px;
  background-color: #dddddd;
}


.modalteacherbtn{
  border: 1px solid #dddddd;
  color: #dddddd;
}

.modalstudentbtn{
  border: 1px solid #dddddd;
  color: #dddddd;
}

.modalteacherbtn:hover{
  border: 1px solid #dddddd;
  color: #000000;
  background-color: #dddddd;
}

.modalstudentbtn:hover{
  border: 1px solid #dddddd;
  color: #000000;
  background-color: #dddddd;
}


/* ======================================================== */
  .welcome-head{
   color: #c0a85f;
   margin-bottom: -10px;
   font-weight: 800;
   text-align: left;
  }
   .hero-text-img{
    width: 100%;
   }
   .hero-text-img-secondary{
    width: 40%;

   }
   .carosel-affil{
    width: 40%;
   }

   .affil-container img{
    height: 25px;
    width: auto;margin-right: 50px !important;
   }

   #image-slider {
    position: relative;
    width: 100%;
    height: 100%;
  }

  #image-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }
  #image-slider img.active {
    opacity: 1;
    z-index: 1;
  }
  .slick-slide img {
  margin: 0;
  }

  /* ================================================== */
  .text-bg {
    font-size: 120px;
    font-weight: 600;
    color: #e6d8ba;
    line-height: 105px;
    position: relative;
    margin-bottom: 32px;
}
  /* ================================================== */
    .event-container {
      padding: 3rem 1rem;
    }

    .event-card {
      border-radius: 10px;
      overflow: hidden;
    }

    .event-image {
      object-fit: cover;
      height: 100%;
    }

    .event-title {
      color: rgb(1, 6, 29) !important;
      font-weight: 600;
      font-size: 48px;
      letter-spacing: -3px;
    }

    .event-title span{
        color: rgb(223, 195, 162);
    }

    .event-highlight {
      font-weight: bold;
      color: rgb(1, 6, 29);
    }

    .event-list-item {
      margin-bottom: 0.5rem;
    }

    .highlight-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(150, 150, 150, 0.1);
        margin-bottom: 15px;
        transition: transform 0.3s;
      }
  
      .highlight-card:hover {
        transform: scale(1.02);
      }
  
      .highlight-icon {
        font-size: 1rem;
        color: #f5f5f5;
        margin-right: 15px;
        padding: 15px;
        background-color: rgb(1, 6, 29);
      }
  
      .highlight-content h6 {
        font-weight: bold;
        color: rgb(1, 6, 29);
        margin-bottom: 5px;
      }
  
      .highlight-content p {
        margin: 0;
        color: #555;
      }

    /* Guest Section */

    .mitGuest .slick-list {
      overflow: visible;
    }

    .slick-dots li button:before {
      background: #000000;
    }

.Support-Slider .mySlider-items {
  background: linear-gradient(135deg, rgb(1, 6, 29), rgb(26, 37, 48));
    height: 300px;
    padding: 20px; 
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.507); 
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin-left: 3px;
    margin-right: 3px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.Support-Slider .mySlider-items:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.Support-Slider .mySlider-items h4 {
    margin-top: 15px;
    font-size: 1.2rem; 
    font-weight: 600;
    color: #c0a85f;
    text-align: center;
}

.Support-Slider .mySlider-items p {
    font-size: 0.9rem; 
    color: #ffffff; 
    text-align: center; 
    line-height: 1.6; 
    padding: 0 10px; 
}

.GuestHeading{
    color: rgb(1, 6, 29);
    }
    .GuestHeading span{
    color: rgb(223, 195, 162);
    }

.profile-image {
    width: 120px; 
    height: 120px;
    overflow: hidden; 
    border-radius: 50%; 
    margin-top: -60px; 
    border: 5px solid #c0a85f; 
    box-shadow: 0px -2px 9px rgba(0, 0, 0, 0.3);
}

.profile-image img{
    width: 120px;
}

/* -------------------------- */

.twift-card {
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* border:1px solid #263377; */
    overflow: hidden;
  }
  .twift-left {
    background: url('../assets/mitevent/mitcamp.png') no-repeat center center;
    background-size: cover;
    position: relative;
    color: white; /* Ensures text is readable */
  }
  
  .twift-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay with 60% opacity */
    z-index: 1; /* Place the overlay below the text */
  }
  
  .twift-left h2 {
    position: relative; /* Ensures the text is above the overlay */
    z-index: 2;
  }
  .twift-right {
    background-color: rgb(1, 6, 29);
    color: white;
    padding: 2rem;
  }
  .twift-buttons .btn {
    border-radius: 30px;
    padding: 0.6rem 1.5rem;
    background-color: white;
    color: rgb(1, 6, 29);
    margin-bottom: 20px;
    font-weight: 600;
    border: 2px solid white;
    transition: all 0.3s ease;
  }
  .twift-buttons .btn:hover {
    background-color: rgb(1, 6, 29);
    color: white;
    border-color: rgb(1, 6, 29);
  }
  /* ============================================== */

  .twift-invitation-card {
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }

  .invitation-header {
    background-color: rgb(1, 6, 29);
    color: white;
    padding: 2rem;
    text-align: center;
  }

  .invitation-header h2 {
    font-weight: 800;
  }

  .invitation-content {
    padding: 2rem;
    background-color: #f9f9f9;
  }

  .invitation-section {
    margin-bottom: 1.5rem;
  }

  .invitation-section h4 {
    font-weight: 700;
    color: rgb(1, 6, 29);
    margin-bottom: 0.5rem;
  }

  .invitation-section p {
    color: #555;
  }

  .invitation-footer {
    text-align: center;
    margin-top: 2rem;
  }

  .btn-join {
    background-color: rgb(1, 6, 29);
    color: white;
    border-radius: 30px;
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
  }

  .btn-join:hover {
    background-color: rgb(1, 6, 29);
  }


  /* General Event Snaps Grid */
.Event-Snaps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

/* Common Styling for Containers */
.Event-Snaps .aspect-ratio {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 0;
}

/* Aspect Ratio: 1:1 */
.aspect-ratio-1-1 {
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

/* Aspect Ratio: 4:3 */
.aspect-ratio-4-3 {
  padding-top: 75%; /* 4:3 Aspect Ratio */
}

/* Images Fill Containers */
.Event-Snaps img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .Mob-none {
      display: none;
  }
}

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

  .affil-container img{
    height: 25px;
    width: 100px;
   }

  .banner-block .d-flex {
    display: flex!important;
    text-align: left;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
    padding: 12px;
}

.text-bg {
  font-size: 72px;
  font-weight: 600;
  color: #e6d8ba;
  line-height: 48px;
  position: relative;
  margin-bottom: 32px;
}
.event-title {
  color: rgb(1, 6, 29) !important;
  font-weight: 600;
  font-size: 61px;
  line-height: 33.4px;
}

.twift-left {
  height: 200px;
}
.twift-right {
  padding: 1rem;
}

.highlight-content p {
  font-size: 12px;
}
  
 }