* {
    outline: 0px;
}

body{
    margin: 0;
    padding: 0;
    /* font-family: 'Roboto', sans-serif; */
/*    font-family: 'Zilla Slab','Zilla-fallback',serif;*/
    ackground-color: #f4f4f4;
    width: initial;
} 
#bg_set,.bg_set {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: unset;
}

/* font family settings  */
    .container,.navbar,.hawkeye-section,#campus_life,.section-title,.view-all-btn,.events-section,#bootom_pic,#pf_text,#pfb_cnt {
        font-family: 'Zilla Slab','Zilla-fallback',serif;
    }


#home{
  text-decoration: none;
  color: #00933b;
}
/* 2222222222222222222222222222222222222222222222222222222222222222222222222 */
.video-background {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      z-index: -1;
      height: 120vh;
      width: 100%;
    }

    .hero-overlay {
      position: relative;
      min-height: 100vh;
      color: white;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background: rgba(0, 0, 0, 0.5);
    }

    .navbar-custom {
      background-color: #00933b;
    }

    .nav-link,
    .navbar-brand {
      color: black !important;
      font-weight: bold;
    }

    .btn-yellow:hover {
      background-color: #00933b;
      color: #333;
    }
   
    /* underline hover */
    .btn-yellow {
  position: relative;
  background-color: #00933b;
  color: black;
  font-weight: bold;
    border-radius: unset;
  border: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-yellow::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: black;
  transition: width 0.3s ease-in-out;
}

.btn-yellow:hover::after {
  width: 100%;
}

/* section below the hiro image  */
 .hawkeye-section {
    background-color: #00933b87;
    backdrop-filter: blur(10px) grayscale(1);
    padding: 3rem 1rem;
  }

  .hawkeye-title {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
  }

  .hawkeye-text {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
  }

  /* .hawkeye-button {
    background-color: black;
    color: white;
    border-radius: unset;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
    
  } */

  .hawkeye-button span {
    color: #00933b;
    margin-left: 0.5rem;
  }

  #request{
    background-color: #080700;
    color: rgb(243, 236, 236);
    font-weight: bold;
    border-radius: unset;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
  }

  #request::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #e7e4d7; /* Yellow underline */
  transition: width 0.3s ease-in-out;
}

#request:hover::after {
  width: 100%;
}
  
  @media (max-width: 1029.33px) {
   #request {
      width: 100%;
      text-align: center;
      font-size: 10px;
    }
}
 

  @media (max-width: 767px) {
    .hawkeye-section .col-md-3,
    .hawkeye-section .col-md-6 {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 1.5rem;
    }

    .hawkeye-title {
      font-size: 1.8rem;
    }

    .hawkeye-text {
      font-size: 1.1rem;
    }

    .hawkeye-button {
      width: 100%;
    }
  }

/* tick tok contant */
 .section-title {
      font-weight: 800;
      font-size: 2rem;
    }

    .yellow-line {
      height: 4px;
      width: 40px;
      background-color: #00933b;
      margin-bottom: 1rem;
    }

    .video-card {
      position: relative;
      overflow: hidden;
      border-radius: 0.5rem;
      height: 450px;
      ackground-color: yellowgreen;
      
    }
    #oop_top{
      text-decoration: none;
      color: black;
      text-align: left;
      font-family: 'roboto', sans-serif;
      font-weight: bold;
    }
    #oop_text{
      text-align: left;
      font-family: 'roboto', sans-serif;
      height: 110px;
      overflow: hidden;
    }

    .video-card video {
      width: 100%;
      height: auto;
      display: block;
    }

    .quote-overlay {
      position: absolute;
      top: 10px;
      left: 10px;
      background: rgba(0, 0, 0, 0.75);
      color: #fff;
      padding: 0.5rem 1rem;
      font-weight: bold;
      max-width: 90%;
      border-radius: 4px;
    }

    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      ackground-color: #feca00;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .play-button::before {
      ontent: "▶";
      font-size: 24px;
      color: black;
      margin-left: 4px;
    }

    @media (max-width: 767px) {
      .section-title {
        text-align: center;
      }

      .yellow-line {
        margin: 0 auto 1rem auto;
      }

      .left-text {
        text-align: center;
      }
    }



  
    /*  News and features styling */
     .section-wrapper {
      adding: 30px 0;
      background-color: #f8f9fa;
    }

    .block-1 {
      ackground-color: #ffffff;
      padding-top: 10px;
      border-radius: 10px;
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      ox-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .block-2 {
      ackground-color: #ffffff;
      padding-bottom: 10px;;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      ox-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .inline-btn {
      position: relative;
      background-color: #f8f9fa;
      padding: 15px 25px;
      text-decoration: none;
      border: none;
      order-radius: 8px;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      color: #000;
      transition: color 0.3s ease;
      margin: 5px;
      overflow: hidden;
    }

/* Underline animation */
.inline-btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 2px;
  background-color: #00933b;
  transition: width 0.3s ease;
}

.inline-btn:hover::after {
  width: 100%;
}


    /* section three styling */
    .section-container {
      padding: 40px 0;
      background-color: #f1f1f1;
    }

    .main-column {
      background-color: #fff;
      adding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      margin-bottom: 20px;
    }
    #intect{
      background-color: #00933b!important;
    }

    .sub-block {
      text-align: center;
      margin-bottom: 20px;
      padding: 15px;
      border: 1px solid #ffffff;
      border-radius: 8px;
      background-color: #ffffff;
      transition: 0.3s;
    }

    /* .sub-block:hover {
      box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
      transform: scale(1.01);
    } */

    .sub-block img {
      width: 100%;
      height: inherit;
      object-fit: cover;
      order-radius: 5px;
      margin-bottom: 10px;
    }

    .sub-block h5 {
      font-size: 18px;
      margin-bottom: 10px;
      height: 45px;
      text-align: left;
    }

    .sub-block p {
      font-size: 14px;
      margin-bottom: 10px;
    }
   .btn {
      position: relative;
      color: rgb(196 196 196);
      border-radius: 5px;
      padding: 10px 20px;
      border: 1px solid #00933b;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
      overflow: hidden;
    }
    .btn:hover {
      border: 1px solid #00933b;
    }

.btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  background-color: #c4c4c4;
  transition: width 0.3s ease;
}

.btn:hover::after {
  width: 100%;
}


/* section display styling */
#threev{
    ackground-color: #ffcc00;
    margin-bottom: 20px;
}
 .no-gutter {
      margin-right: 0;
      margin-left: 0;
    }

    .no-gutter > [class*='col-'] {
      padding-left: 0;
      padding-right: 0;
    }

    .image-block img {
      border: 1px solid #dee2e6;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .image-block {
      height: 300px; 
    }


    /* full screen page */

    .welcome-section {
      text-align: center;
      padding: 100px 20px;
      background-color: #f8f9fa;
    }
    #bootom_pic{
        background:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../IMG/cd10.jpg') no-repeat center center/cover;
    }
    #welcome{
      color: white;
    }
    #big{
      color: white;
    }

    .welcome-section img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .welcome-section h2 {
      font-size: 32px;
      margin-top: 20px;
      font-weight: bold;
    }

    .welcome-section p {
      font-size: 16px;
      color: #555;
      max-width: 600px;
      margin: 15px auto;
    }

    .welcome-btn {
      position: relative;
      display: inline-block;
      margin-top: 20px;
      padding: 10px 25px;
      font-weight: bold;
      font-size: 16px;
      color: white;
      background-color: transparent;
      /* border: 1px solid #0a57a4; */
      border-radius: 6px;
      text-decoration: none;
      overflow: hidden;
      transition: color 0.3s ease;
      background-color: #00933b;
    }

    .welcome-btn::after {
      content: '';
      position: absolute;
      left: 0;
      display: none;
      bottom: 6px;
      width: 0;
      height: 2px;
      background-color: #0a57a4;
      transition: width 0.3s ease;
    }

    .welcome-btn:hover::after {
      width: 100%;
    }

   /* event section styling  */
    .events-section {
      padding: 4rem 1rem;
      background-color: #00933b;
    }

    .event-title {
      font-weight: 800;
      font-size: 2rem;
    }

    .view-all-btn {
      background-color: black;
      color: white;
      font-weight: bold;
      padding: 1rem 2rem;
      border: none;
      text-decoration: none;
      display: inline-block;
      position: relative;
      word-spacing: 5px;
      transition: all 0.3s ease;
    }

    .view-all-btn::after {
      content: '';
      position: absolute;
      bottom: 8px;
      left: 50%;
      width: 0;
      height: 2px;
      background-color: white;
      transition: all 0.3s ease;
      transform: translateX(-50%);
    }

    .view-all-btn:hover::after {
      width: 80%;
    }

    .view-all-btn:hover {
      text-decoration: none;
      color: white;
    }

    .event-img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid #00933b;
      box-shadow: 0 0 0 3px #00933b;
      margin-bottom: 1rem;
    }

    .event-card h5 {
      font-weight: 700;
    }

    .event-card {
      text-align: center;
    }

    .event-meta {
      font-size: 0.95rem;
      color: #333;
    }

    @media (max-width: 768px) {
        .event-title {
            text-align: center;
            margin-bottom: 1rem;
        }

        .view-all-btn {
            display: block;
            margin: 0 auto 2rem auto;
        }
    }




/* MEDIA QUERIES */
    @media screen and (max-width: 1200px) {
        @media (max-width: 1032px) {
            @media (max-width: 1024px) {
                @media (max-width: 764px) {
                    div#col_cont {
                        width: 95%;
                    }
                }
            }
        }
    }

    @media (min-width: 992px) {
        .col-lg-3 {
/*            width: 30% !important;*/
        }
    }