
@font-face {font-family: Work Sans;src: url('../fonts/WorkSans.ttf') }
@font-face {font-family: Poppins;src: url('../fonts/Poppins-Regular.ttf') }
@font-face {font-family: EuclidCircularA;src: url('../fonts/EuclidCircularA-Regular.woff2') }




:root {
  /* --primary-blue: #004aad; */
  --secondary-white: #ffffff;
  --common_font:"EuclidCircularA", sans-serif;
  --common_headfont:"Work Sans", sans-serif;

  

}
body {
  overflow-x: hidden;
}
*{
  margin: 0;
  padding: 0;
}
/*  demo style in nav */
.nav-div{
  margin-left: 130px;
}


.nav1 {
  background-color: #fff;
  padding: 10px 20px;
}
.image-fluid {
  height: 50px;
}
.offcanvas {
  width: 250px;
}
/* nav hover */
.nav1 a{
  color: black;
  font:  "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: large;

 
}

.nav1 a:hover{
  color: rgb(218, 27, 27);
}
.nav1 a:active{
  color: rgb(218, 27, 27);
}
.nav-link {
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-image: linear-gradient(to right, rgb(218, 27, 27),white);
  transition: width 0.3s ease-in-out;
}

.nav-link:hover::after {
  width: 100%;
}
/* nav hover  */

.navbar {
  padding: 1rem 2rem;
  background-color: var(--secondary-white);
}

.nav-link {
  color: var(--primary-blue) !important;
  font-weight: 500;
  margin: 0 1rem;
}
.nav-link {
  position: relative;
  text-decoration: none;
  padding-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

/* Default underline for active page */
.nav-link.active-nav::after,
.nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #ffcc00; /* Change color as needed */
  transition: width 0.3s ease-in-out;
}



.active-nav {
  color: var(--primary-blue);
  font-weight: 700;
}
.frist-section{
  position: relative;
}
.hero-section {
  background-color: var(--primary-blue);
  padding: 2rem 0 4rem;
  color: var(--secondary-white);
}
.lead{
  color: black;
  font-size: larger;
  font-weight: 600;
}

.alumni-quote {

  margin-top: 3rem;
  opacity: 0.9;
  position: absolute;
border-radius: 10px;
background-color:#1c02b766;
margin-left: 0;
z-index: 1;
right: 480px;
bottom: 5px;
font-family: Arial, sans-serif;
}
.alumni-quote-1{
  display: flex;
  justify-content: end;
}
/* transparnt div */
.icon{
  position: absolute;
  z-index: 2;
  left: 500px;
bottom:170px;
font-size: 50px;

}

.btn-outline-alumni {
  border: 2px solid var(--secondary-white);
  color: var(--secondary-white);
  margin-right: 1rem;
  padding: 0.75rem 2rem;
}
.btn-1{
  background-color: #F58220; /* Adjust based on exact color */
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
}

.btn-2{
  background-color: #000000 !important;
    color: white;
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
    font-size: 18px;
}
.btn-outline-alumni:hover {
  /* background-color: var(--secondary-white); */
  color: var(--primary-blue);
}

.btn-solid-alumni {
  background-color: var(--secondary-white);
  color: var(--primary-blue);
  padding: 0.75rem 2rem;
}

.btn-solid-alumni:hover {
  opacity: 0.9;
}



.logo {
  font-size: 2rem;
  color: var(--primary-blue);
}

/* slider style */

.d-block{
  width: 00px;
}
.carousel-inner .carousel-item {
  transition: transform 1s ease-in-out;
}

.slide-top {
  animation: slideTop 1s ease-in-out;
}

.slide-right {
  animation: slideRight 1s ease-in-out;
}

.slide-bottom {
  animation: slideBottom 1s ease-in-out;
}

.slide-left {
  animation: slideLeft 1s ease-in-out;
}

@keyframes slideTop {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

@keyframes slideRight {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@keyframes slideBottom {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

@keyframes slideLeft {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

/* red imge */
.red-img{
  z-index: -1;
 bottom: -30px;
 position: absolute;
 right: 2px;
}



/* animation of first title */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

.cursor {
  position: relative;
  width: 24em;
  margin: 0 auto;
  font-size: 30px;
  /* text-align: center; */
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  display: inline-block;

}
.college-name{
  color:rgb(237 50 55);
  
}

/* Animation */
.typewriter-animation {
  margin-left: 0;
animation: typewriter 7s steps(50) 1s infinite normal both, 
           blinkingCursor  steps(50)  infinite normal;
           color:rgb(237 50 55);
border-right: 2px solid rgba(255,255,255,.75);
}

/* Typing effect from left to right */
@keyframes typewriter {
from { width: 0; }
to { width: 400px; }
}

/* Blinking cursor */
@keyframes blinkingCursor {
50% { border-right-color: transparent; }
}

/* notify */
.notice-container {
  background-color:#107896 ;
  font-weight: bold;
  width: 250px;
  color: white;
  font-family: var(--common_headfont);
}
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  
}
.marquee-content {
  display: inline-block;
  animation: marquee 30s linear infinite;
}
.marquee-content b{
  font-family: var(--common_headfont);
}
@keyframes marquee {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

/* titlt */
.underline-gradient {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
  font-family: var(--common_headfont);
}

.underline-gradient::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 4px; 
  background: linear-gradient(to right, black, white);
}

/*  card section */
.main-crd {
  background-color: #9bc1f3;
}
.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
  color: #004aad;
}

.alumni-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.alumni-card:hover {
  transform: translateY(-10px);
}

.alumni-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #004aad;
  margin-bottom: 10px;
}

.alumni-role {
  font-size: 1.2rem;
  color: #6c757d;
  margin-bottom: 15px;
}

.alumni-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
}
/* meet section */
.meet{
 height: 100px;
 margin-top: 10px;
 background-color: #d7e5f8;
 display: flex;
 align-items: center;
}

/* card section */

.card {
  position: relative;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.card img {
  width: 100%;
  height: 250px;
  /* object-fit: cover; */
}
.location-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
}
.location-overlay img {
  width: 30px;
  margin-right: 10px;
}
.bg-img{
 width: 100%;
 height: 500px;
}

/*  last card section */
.members-section {
  background-color:  #B9CAE8;
  padding: 50px 0;
  text-align: center;
}
.members-section h2 {
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  padding-left: 50px;
  position: relative;
}
.members-section h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: white;
  margin-top: 10px;
  margin-left: 0;
}
/* Member Card */
.member-card {
  position: relative;
  overflow: hidden;
  border: none;
  background: none;
  padding: 10px;
}
.member-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 5px;

}
/* Decorative Lines */
.decor-line {
  width: 80%;
  height: 3px;
  background: white;
  margin: 10px auto;
}
.decor-side-line {
  width: 3px;
  height: 50px;
  background: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.left-line { left: 0; }
.right-line { right: 0; }

/* footer section */
.footer {
          background-image: url('../WebAssets/images/footer.jpg');
         
            color: #ffffff;
            padding: 40px 0;
        }

        .footer h5 {
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 20px;
            color: #ffffff;
        }

        .footer ul {
            list-style: inside;
            padding: 0;
        }

        .footer ul li {
            margin-bottom: 10px;
        }

        .footer ul li a {
            color: #ffffff;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer ul li a:hover {
            color: #ffcc00;
        }

        .footer .address p {
            margin-bottom: 10px;
            line-height: 1.6;
        }

        .footer .connect a {
            color: #ffffff;
            text-decoration: none;
            margin-right: 15px;
            transition: color 0.3s ease;
        }

        .footer .connect a:hover {
            color: #ffcc00;
        }

        .footer .email {
            color: #ffffff;
            text-decoration: none;
        }

        .footer .email:hover {
            color: #ffcc00;
        }

        /* demo sectio */

      /* Upcoming Events Section */
      .upcoming-events {
        background: linear-gradient(to bottom, #ccc, white);
        padding: 30px;
       overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .upcoming-events h3 {
        font-size: 24px;
        font-weight: bold;
        color: white;
        padding: 10px;
        background: linear-gradient(to right, gray, white);
        border-radius: 5px;
        text-align: center;
    }
    .event-card {
        display: flex;
        align-items: center;
        background: white;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
    }
    .div-2{
      border-radius: 0px,0px,20px,20px;
    }
    .div-1{
      border-radius:10px;
    }
    .event-date {
        /* text-align: center;
        background: #333;
        color: white;
        padding: 10px;*/
        border-radius:10px ;
        font-weight: bold;
        width: 80px;
        margin-right: 15px;
        margin-top: -30px;
    }
    /* .event-date span {
        font-size: 24px;
        display: block;
    } */
    /* Activities Section */
    .activities {
        padding: 30px;
        background: white;
        text-align: center;
    }
    .activities h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .activities p {
        margin: 20px 0;
    }
    /* Image Slider */
    .img-1 {
        height: 300px;
        object-fit: cover;
    }



    /* demo */
    .title {
      font-weight: bold;
      text-align: center;
  }
  .card img {
      height: 200px;
      /* object-fit: cover; */
  }

  .div3{
    background-color: #9bc1f3;
    border-radius: 50px 0 0 50px;
    position: relative;
    z-index: 0;
    width: 100%;
  
}
.div3 .card
{
    position: relative;
    z-index: 1;
    text-align: center;
  right: 50px;
   
}
.showdo-card{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* .text-yellow{
  color: rgb(222, 222, 10);
} */

 .img1{
  position: absolute;
  z-index: -1;
  left: -80px;
  top: -100px;
}
 .img2{
  position: absolute;
  z-index: 2;
  left: 400px;
top: 480px;
}
.event{
  position: relative;
  z-index: 1;
}
.sample-slider{
  width:100%;
}
.sample-slider img{
  width: 130%;
}



     
.event-list{
 
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
position: relative;

}
.event-card {
  gap: 20px;
  animation: scrollUps 2s linear infinite;
}

@keyframes scrollUps {
  from {
      transform: translateY(0%);
  }
  to {
      transform: translateY(-50%);
  }
}     


/* blue cards section */
.feature-card {
  background-color: #23183d; /* Card background */
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  
}

.feature-card .icon img {
  width: 50px;
  
  
}

.feature-card h4 {
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
}

.feature-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.feature-card:hover, .feature-card.active {
  background-color: #5d438f; /* Hover effect */
  border: 2px solid #a474ff; /* Highlight border */
}

/*  */

.myhero-section{
  /* background-image: url(images/Group\ 467.png); */
  background-image: url('../WebAssets/images/Group\ 467.png');

}

  /* Loader styles */
  #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
    /* Hidden by default */
}

#spinner {
    width: 200px;
    height: 200px;
    border: 30px solid #d2d2d2;
    border-top: 32px solid #ed3237;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.load-img {
    width: 120px;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.mylogo{
  width:150px;
}
@media(max-width:767px){
 


#spinner {
  width: 130px!important;
  height: 130px!important;
  border: 20px solid #d2d2d2!important;
  border-top: 22px solid #ed3237!important;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}
.load-img {
  width: 70px!important;

}
.decor-side-line{
  display:none!important;
}
.members-section{
  padding:19px 0!important;
}
  
}



@media(max-width:992px){
  .navbar {
    padding: 5px 2rem;
    background-color: var(--secondary-white);
  }
  .mylogo{
    width:88px;
  }
  .div3 .card
  {
     
    right: 0px!important;
  }  

}
.commonhead{
  font-family: var(--common_headfont);
}
p, .btn{
  font-family: var(--common_font);
}
.footer ul li a{
  font-family: var(--common_font);

}
li,th,td,label , input,button{
  font-family: var(--common_font);

}
.footer h5{
  font-family: var(--common_headfont);
}
