@font-face {
  font-family: ssrv;
  src: url('Honk-Regular.ttf');
}
@font-face {
  font-family: 'other';
  src: url('rri.ttf');
}
@font-face {
  font-family: 'sh';
  src: url('ub.ttf');
}
@font-face{
  font-family: 'vk';
  src:url('Valneck.ttf')
}
@font-face{
  font-family: 'sv';
  src:url('CANAVAR.ttf')
}
@font-face{
  font-family: 'rb';
  src:url('Avatar\ Airbender.ttf')
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
.map iframe{
  height: 100%;
  width: 100%;
}
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  background: #000010;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
/* Video background */
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

#particles {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  z-index: 1;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.logo-top-left, .logo-top-right, .logo-top-center {
  position: absolute;
  top: 20px;
  width: 200px;
  height: auto;
}

.logo-top-left {
  left: 150px;
}

.logo-top-right {
  right: 150px;
}

.logo-top-center {
  align-items: center;
}

.college-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6%;

}

.college-name h1 {
  font-family: rb;
  font-size: 80px;
  color:gold;
  margin-top: 10%;
}

h2.event-title {
  font-family: sv;
  font-size: 100px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin: 20px 0;
  background: linear-gradient(to right,rgb(85, 85, 211), #ff6b08,#cf23cf, #eedd44);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

p.event-description {
  font-size: 35px;
  font-family: vc;
  margin: 10px 0;
  font-weight: bolder;
}

.superscript {
  font-size: 0.6em;
  vertical-align: super;
}


.content {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 16, 0.9);
  color: #fff;
  text-align: center;
}

.content .container {
  width: 100%;
  height: 80%;
  max-width: 1200px;
  padding: 60px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 5px solid white;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 2px whitesmoke;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content h2, .content h3, .content p {
  color: #fff;
}

.content h2 {
  margin-bottom: 20px;
  font-size: 50px;
  text-align: center;
  width: 100%;
  font-family: sv;
  background: linear-gradient(to right,rgb(85, 85, 211), #ff6b08,#cf23cf, #eedd44);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
  text-align: justify;
}

.left-content h3 {
  margin-bottom: 10px;
  font-size: 60px;
  font-family: rb;
  padding-left: 75px;
  
}

.left-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: drc;
}

.left-content marquee {
  display: block;
  padding-top: 20px;
  font-size: 20px;
  width: 100%;
  font-family: sv;
}

 button {
  margin-top: -10px;
  margin-left: 0px;
  padding: 10px 20px;
  font-size: 18px;
  color: #0ff; /* Neon color for text */
  background-color: #0ff; /* Dark background for the button */
  border: 2px solid #0ff; /* Neon border */
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: all 0.3s ease;
  font-family: sv;
  width: 20%;
}

 button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0ff; /* Semi-transparent neon color */
  border-radius: 5px;
  z-index: -1;
  filter: blur(8px); /* Creates the glowing effect */
  transition: all 0.3s ease;
  
}

 button:hover::before {
  /* background: rgba(0, 255, 255, 0.8); */
  filter: blur(12px); /* Intensify the glow effect on hover */
}

 button:hover {
  color: #000;
 /* Change background on hover */
  border-color: #000;
  /* box-shadow: 10px 10px 20px 20px whitesmoke; */
  font-family: sv;
}

.right-content {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-content img {
  max-width: 100%;
  border-radius: 20px;
}

.left-content ul {
  list-style-type: disc; /* Or circle/square if you prefer */
  padding-left: 20px; /* Indent the list items */
  margin: 20px 0;
  text-align: left;
}

.left-content li {
  font-size: 20px; /* Adjust font size if necessary */
  margin-bottom: 10px; /* Space between list items */
}

#decision {
 font-size: 25px;
}

.std-container {
  width: 82%;
  height: 650px;
  max-width: 1200px;
  padding: 60px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 5px solid white;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 2px whitesmoke;
  margin-bottom: 20px;
}

.std-content {
  text-align: center;
}

.std-content h2 {
  margin-bottom: 10px;
  font-size: 40px;
}
.maps .container{
  width: 100%;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-template-rows: repeat(2, auto); /* 2 rows */
  gap: 30px; /* Space between grid items */
  width: 105%;
  padding: 10px;
  margin-bottom: 20px;
  justify-content: center;
}
.last .grid-container{
  margin-left: 5%;
}
.std-container{
  width: 100%;
  height: 70%;
}

.grid-item{
  width: 100%;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}
.grid-item p{
  width: 100%;
  margin-left: -10%;
}
.grid-item img{
  width: 70px;
  margin-left: 30%;
}
.grid-item:hover{
  box-shadow: 10px 10px 10px 10px whitesmoke;

}
.grid-container .grid-item ul li{
  list-style: none;
}
footer {
  background-color: #222;
}

#copyright {
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width:1300px){
  header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    z-index: 1;
  }
  
  .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .logo-top-left, .logo-top-right, .logo-top-center {
    position: absolute;
    top: 20px;
    width: 200px;
    height: auto;
  }
  
  .logo-top-left {
    left: 150px;
  }
  
  .logo-top-right {
    right: 150px;
  }
  
  .logo-top-center {
    align-items: center;
  }
  
  .college-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6%;
  
  }
  
  .college-name h1 {
    font-family: rb;
    font-size: 50px;
    color:gold;
    margin-top: 18%;
  }
  h2.event-title {
    font-family: sv;
    font-size: 80px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin: 20px 0;
    background: linear-gradient(to right,rgb(85, 85, 211), #ff6b08,#cf23cf, #eedd44);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
}




/* @media only screen and (max-width: 600px) {
  .college-name h1 {
    font-size: 18px;
  }
  h2.event-title {
    font-size: 36px;
  }
  p.event-description {
    font-size: 18px;
  }
  .left-content h3 {
    font-size: 36px;
  }
  .left-content p {
    font-size: 18px;
  }
} */
/* General Reset */
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Video and Image Responsiveness */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Container Styles */
.container, .std-container {
  max-width: 100%;
  overflow: hidden;
}

.left-content, .right-content {
  max-width: 100%;
  overflow: hidden;
}

/* Responsive Font Sizes */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.5em;
}

p, li {
  font-size: 1em;
}

/* Mobile Navigation and Interaction */
button, input, select, textarea {
  touch-action: manipulation; /* Improves responsiveness on touch devices */
  font-size: 1em;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

button {
  background-color: #0ff;;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight:900px;
  font-size: 20px;
}

button:hover {
  background-color: #555;
}
/* @media only screen and (max-width: 1000px) {
  .college-name h1 {
    font-size: 20px;
  }
} */

/* @media only screen and (max-width: 600px) {
  .college-name h1 {
    font-size: 10px;
  }
  h2.event-title {
    font-size: 36px;
  }
  p.event-description {
    font-size: 18px;
  }
  .left-content h2{
    font-size: 33px;
  }
  .left-content h3 {
    font-size: 36px;
    padding-right: 70px;
  }
  .left-content p {
    font-size: 25px;
  }
  .left-content li{
    font-size: 25px;
  }
  .left-content #decision{
    font-size: 25px;
    padding-right: 60px;
    text-align: center;
  }
  .std-container h2{
    font-size: 35px;
  }
} */

@media only screen and (max-width: 800px) {
  .logo-top-left, .logo-top-right, .logo-top-center {
    width: 100px;
    justify-content: space-evenly;
  }
.college-name .font-a{
  margin-top: 11%;
  font-size: 35px;
  width: 100%;
}

  .logo-top-left {
    left: 50px;
  }
button{
  font-size: 20px;
  padding: 10px;
  width: 60%;
  margin-left: 8%;
  margin-top: 10%;
}
  .logo-top-right {
    right: 50px;
  }

  .college-name h1 {
    font-size: 50px;
    margin-top: -60%;
  }

  h2.event-title {
    font-size: 26px;
    width: 100%;
  }
  header{
  height:100vh;
}
  /* .p.event-description {
    font-size: 30px;
    margin-top: 10%;
    width: 100%;
  } */
  p.event-description{
    font-size: 18px;
    width: 130%;
  }
  /* .content {
    padding-top: 20px; /* Ensure spacing from the header */
   */

  /* .left-content,
  .right-content {
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    text-align: center;
  } */
/* .left-content .font-a{
  font-size: 1px;
  width: 110%;

}
  .left-content button {
    margin-left: 0;
  }

  .right-content img {
    width: 80%;
  } */

  /* .std-container {
    padding: 20px;
    height: 1100px;
  } */

  .grid-container {
    grid-template-columns: 1fr; /* Stack items vertically */
    gap: 60px;
  }

  .grid-item {
    font-size: 16px;
    padding: 10px;
  }

  .content iframe {
    padding-top: 70px;
    padding-bottom: 50px;
    height: auto;
  }
  .content {
    width: 100%;
    height: 100vh;
    display: block;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 16, 0.9);
    color: #fff;
    text-align: center;
  }
  
  .content .container {
    width: 100%;
    height: 80%;
    /* max-width: 1200px; */
    padding: 60px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 5px solid white;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 2px whitesmoke;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .content h2, .content h3, .content p {
    color: #fff;
  }
  
  .left-content h2 {
    margin-bottom: 20px;
    font-size: 23px;
    text-align: center;
    width: 110%;
    font-family: sv;
    margin-left: -3%;
    background: linear-gradient(to right,rgb(85, 85, 211), #ff6b08,#cf23cf, #eedd44);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
  
  .left-content {
    display: block;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    text-align: justify;
  }
  
  .left-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: drc;
    width: 100%;
    
  }
  
  .left-content p {
    font-size:20px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: drc;
    text-align: justify;
  }
  
  .left-content marquee {
    display: block;
    padding-top: 20px;
    font-size: 20px;
    width: 100%;
    font-family: sv;
  }
  
  .left-content button {
    margin-top: 20px;
    margin-left: 50px;
    font-size: 18px;
    color: #0ff; /* Neon color for text */
    background-color: #222; /* Dark background for the button */
    border: 2px solid #0ff; /* Neon border */
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: all 0.3s ease;
    font-family: sv;
  }
  
  .left-content button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 255, 255, 0.5); /* Semi-transparent neon color */
    border-radius: 5px;
    z-index: -1;
    filter: blur(8px); /* Creates the glowing effect */
    transition: all 0.3s ease;
    
  }
  
  .left-content button:hover::before {
    background: rgba(0, 255, 255, 0.8);
    filter: blur(12px); /* Intensify the glow effect on hover */
  }
  
  .left-content button:hover {
    color: #000;
    background-color: #0ff; /* Change background on hover */
    border-color: #000;
    box-shadow: 10px 10px 20px 20px whitesmoke;
    font-family: sv;
  }
  
  .right-content {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
  }
  
  .right-content img {
    width: 50%;
    border-radius: 20px;
    margin-left: 50%;
  }

.general .content .container{
  width: 100%;
    height: 90vh;
    display: block;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
}
.general .left-content ul {
  list-style-type: disc; /* Or circle/square if you prefer */
  padding-left: 20px; /* Indent the list items */
  margin: 20px 0;
  text-align: left;
}

.general .left-content li {
  font-size: 16px; /* Adjust font size if necessary */
  margin-bottom: 10px; /* Space between list items */
}

#decision {
  text-align: center;
  font-family:rb;
  width: 100%;
  margin-left: -15%;
}
.marquee{
  display: block;
  margin-top: -100%;
  height: 10%;
  width: 100%;
}
.events .content .container .marquee-inner{
  height: 130vh;
  gap: 10%;
}
.events .content .container .marquee-inner .marquee-inner .img{
  display: block;
}
.events .content .container  .marquee-inner .img{
  width: 80%;
  margin-bottom: 10%;
}
.events .content .container  .marquee-inner img{
  width: 100%;
  margin-bottom: 10%;
}

.map{
  margin-top: 10%;
  height: 60%;
}
.map .container{
  height: 70%;
  width: 80%;
  margin-left: 10%;
  margin-top: 15%;
}
.details{
  margin-top: 50%;
}
.map iframe{
  height: 130%;
  margin-top: -30%;
}
.std-container{
  width: 100%;
    height: 100vh;
    display: block;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
}
.grid-container{
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 3 columns */
  gap: 5px; /* Space between grid items */
}
.std-container h2{
  font-size: 16px;
}
footer .grid-container{
  margin-top: 50%;
}
}
  

#knowMoreButton{
  font-size: 18px;
  color: #0ff; /* Neon color for text */
  background-color: #222; /* Dark background for the button */
  border: 2px solid #0ff; /* Neon border */
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: all 0.3s ease;
  font-family: sv
}
button:hover{
  color: #000;
  background-color: #0ff; /* Change background on hover */
  border-color: #000;
  box-shadow:0px 0px 20px 12px whitesmoke;
  font-family: sv;
}