@font-face {
  font-family: "strasu";
  src: url(font/strasua-webfont.woff2) format("woff2"),
    url(font/strasua-webfont.woff) format("woff");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #000;
  color: #fff;
  font-family: sans-serif;
  transition: all 0.3s;
}
/* event page css */
.card-about {
  width: 250px;
  height: min-content;
  transition: all .3s;
  position: relative;
  border-radius: .5rem 2rem;
  box-shadow: 0px 15px 20px -5px rgba(0, 0, 0, 0.5);
}
#paynow{
    width:100%;
}

.card-about:hover {
  transform: scale(1.03);
}

.img-about {
  transition: all .3s;
  background: #ff0084;
  background: -webkit-linear-gradient(to right, #33001b, #ff0084);
  background: linear-gradient(to right, #33001b, #ff0084);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-images {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Prevent distortion */
  transition: transform 0.3s ease-in-out; /* Smooth scaling effect */
}



.img-about:hover {
  transform: scale(1.3);
}

.img-container-about {
  display: grid;
  border-radius: .5rem 2rem;
  height: 270px;
  overflow: hidden;
}

.description {
  position: absolute;
  bottom: .5rem;
  left: .5rem;
  text-align: start;
  padding: .5rem 1em;
  width: 90%;
  transition: all 0.5s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(.1rem);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: .5rem 2rem;
}

.description:hover {
  transform: perspective(100px) translateX(7px) rotateX(3deg) rotateY(3deg) scale(1);
  box-shadow: none;
}

.title-about {
  color: aliceblue;
  font-size: 2rem;
}

.active {
  display: block;
}

body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.buttons-container {
  margin-top: 8rem;
}
button {
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
}
.content {
  display: none;
  padding: 20px;
  margin: 10px;
}
.active {
  display: block;
}

.arts {
  text-align: center;
  font-size: 10rem;
}

.text-stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive Grid */
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}

.card-about {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.card-about:hover {
  transform: scale(1.05);
}

.img-container-about {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.img-about img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.description {
  padding: 15px;
  background:white;
}

.title-about {
  font-size: 18px;
  font-weight: bold;
  color: #407F75;
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .media {
    font-size: 8rem;
  }
}


/* Cricket css */
.wrapper_cricker {
  display: flex;
  justify-content: space-between;
}

.tournment_form {
  height: fit-content;
  position: sticky;
  top: 30%;
  right: 2%;
  padding: 2rem;
  background-color: #1b1919;
  margin-top: 5rem;
}

header {
    color: #fff;
    padding: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.name_of_clg {
    font-size: 4.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.name_of_tournament {
  font-size: 3rem;
}

main {
    padding: 20px;
    max-width: 900px;
    margin: auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
}

h1, h2, h3 {
    text-transform: uppercase;
}

.headline_tournment {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.rule_of_tournment {
  font-size: 2rem;
  text-align: left;
  line-height: 2.5rem;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  padding: 5px;
}

.rule_of_tournment:hover {
  /* background-color: #407F75; */
  background-color: white;
  /* color: white; */
  color:black;

}

.headline_footer {
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  margin-top: 3rem;
}

.footer_of a{
  font-size: 2rem;
  text-align: center;
  line-height: 2.5rem;
  margin-top: 10px;
  color: white;
  text-decoration: none;
}

.cross_btn {
  position: absolute;
  top: 3%;
  right: 10%;
}

@media (max-width: 768px) {
    main {
        padding: 10px;
    }
    .name_of_clg {
        font-size: 3rem;
    }
    .name_of_tournament {
      font-size: 2rem;
    }
    .headline_tournment {
      font-size: 2rem;
    }
    .rule_of_tournment {
      font-size: 1.5rem;
    }
    .headline_footer {
      font-size: 1.5rem;
    }
    .footer_of a{
      font-size: 1.5rem;
    }
    .cross_btn {
      right: 0%;
      top: 0.5%;
    }
    .wrapper_cricker {
      flex-wrap: wrap;

    }
}

@media (max-width: 992px) {
  .wrapper_cricker {
    flex-wrap: wrap;
  }
  .tournment_form {
    margin: auto;
    margin-top: 3rem;
  }

 }


/* Cricket css  ends*/

/* badminton css */

table {
  width: 80%;
  margin: auto;
  border-collapse: collapse;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;

}

th, td {
  border: 2px solid #fff;
  padding: 20px; /* Increased padding for better height */
  text-align: center;
  font-size: 18px;
}

/* badminton css */

/* event page css ends */
/* new applied css */

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


.solution-name {
  display: block;
  width: 200px; /* Adjust as needed */
  height: auto;
  animation: scaleAnimation 1.5s 7s ease-in-out forwards;
  animation-delay: 5.4s;
}

@keyframes scaleAnimation {
  0% { transform: scale(0); }
  50% { transform: scale(1.5); }
  100% { transform: scale(1); }
}


#loader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* change the color of 1st page come on loading */
  background-color: #0f0f0f;
  z-index:999;
  transition: all 1s ease-in-out;
}

#loader h1 {
  position: absolute;
  /* background: linear-gradient(to top,#F6A621,#CE4C2A,#32274F); */
  background-color: white;
  font-family: cursive;
  opacity: 1;
  background-clip: text;
  font-size: 50px;
  -webkit-text-fill-color: transparent;
  animation-delay: 1s;
  animation: nameShow 1s linear 1s;
  opacity: 0;
}

#loader h1:nth-child(2) {
  animation-delay: 2s;
}
#loader h1:nth-child(3) {
  animation-delay: 3s;
}
#loader h1:nth-child(4) {
  animation-delay: 4s;
}

@keyframes nameShow {
  0% {
      opacity: 0;
  }

  10% {
      opacity: 1;
      transform: scale(1.5);
  }
  90% {
      opacity: 1;
      transform: scale(1.5);

  }
  100% {
      opacity: 0;
  }
}

.aura-text {
  color: white;
  text-align: center;
  font-size: 3rem;
  transform: translateY(-15rem);
}

/* .slide-track {
  border: 1px solid red;
  height: 500px;
} */

.register-a {
  text-align: left;
}

button,
button::after {
 padding: 16px 20px;
 font-size: 18px;
 background: linear-gradient(45deg, transparent 5%, #407F75 5%);
 border: 0;
 color: #fff;
 letter-spacing: 3px;
 line-height: 1;
 box-shadow: 6px 0px 0px #00e6f6;
 outline: transparent;
 position: relative;
}

button::after {
 --slice-0: inset(50% 50% 50% 50%);
 --slice-1: inset(80% -6px 0 0);
 --slice-2: inset(50% -6px 30% 0);
 --slice-3: inset(10% -6px 85% 0);
 --slice-4: inset(40% -6px 43% 0);
 --slice-5: inset(80% -6px 5% 0);
 content: "Click here to register";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: linear-gradient(45deg, transparent 3%, #00e6f6 3%, #00e6f6 5%, #ff013c 5%);
 text-shadow: -3px -3px 0px #f8f005, 3px 3px 0px #00e6f6;
 clip-path: var(--slice-0);
}

button:hover::after {
 animation: 1s glitch;
 animation-timing-function: steps(2, end);
}

@keyframes glitch {
 0% {
  clip-path: var(--slice-1);
  transform: translate(-20px, -10px);
 }

 10% {
  clip-path: var(--slice-3);
  transform: translate(10px, 10px);
 }

 20% {
  clip-path: var(--slice-1);
  transform: translate(-10px, 10px);
 }

 30% {
  clip-path: var(--slice-3);
  transform: translate(0px, 5px);
 }

 40% {
  clip-path: var(--slice-2);
  transform: translate(-5px, 0px);
 }

 50% {
  clip-path: var(--slice-3);
  transform: translate(5px, 0px);
 }

 60% {
  clip-path: var(--slice-4);
  transform: translate(5px, 10px);
 }

 70% {
  clip-path: var(--slice-2);
  transform: translate(-10px, 10px);
 }

 80% {
  clip-path: var(--slice-5);
  transform: translate(20px, -10px);
 }

 90% {
  clip-path: var(--slice-1);
  transform: translate(-10px, 0px);
 }

 100% {
  clip-path: var(--slice-1);
  transform: translate(0);
 }
}

#name {
  width: 100%;
  height: 50px;
  padding: 20px;
  font-size: 17px;
  background: #000;
  color: #fff;
}

#name:hover {
  box-shadow: 1px 1px 10px #407F75;
}



#email {
  width: 100%;
  height: 50px;
  padding: 20px;
  font-size: 17px;
  margin-top: 20px;
  background: #000;
  color: #fff;
}



/* #email:focus {
  border: 4px solid #407F75;
} */


#tel:focus {
  border: 4px solid #407F75;
}

#competition {
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 17px;
  margin-top: 20px;
  background: #000;
  color: #fff;
}

#competition:hover {
  box-shadow: 1px 1px 10px #407F75;
}

#competition:focus {
  border: 4px solid #407F75;
}
/*  */
form {
  width: 100%;
  max-width: 500px; /* Limits form width for better readability */
  margin: 0 auto; /* Centers the form */
}

input, select {
  width: 100%;
  height: 50px;
  padding: 15px;
  font-size: 17px;
  margin-top: 20px;
  background: #000;
  color: #fff;
  border: 1px solid #444;
  border-radius: 5px; /* Adds smooth corners */
  box-sizing: border-box; /* Ensures padding doesn't affect width */
}

select {
  padding: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  input, select {
    height: 45px;
    font-size: 16px;
    padding: 12px;
  }
  #name,#email, #tel, #competition {
    width: 100%;
  }
}

@media (max-width: 480px) {
  input, select {
    height: 40px;
    font-size: 15px;
    padding: 10px;
  }

}

/*  */

@media (max-width: 992px) { /* Tablets and below */
  .solution-name {
      width: 80%; /* Increase image size */
  }
}

@media (max-width: 768px) { /* Phones */
  .solution-name {
      width: 100%; /* Make it larger */
  }
}

/* art */
.type--A {
  --line_color: #555555;
  --back_color: #ffecf6;
}
.type--B {
  --line_color: #1b1919;
  --back_color: #e9ecff;
}
.type--C {
  --line_color: white;
  --back_color: #65CEB4;
}
.button {
  position: relative;
  z-index: 0;
  width: 240px;
  height: 56px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: var(--line_color);
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.button__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.button::before,
.button::after,
.button__text::before,
.button__text::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: var(--line_color);
  transition: all 0.5s ease;
}
.button::before {
  top: 0;
  left: 54px;
  width: calc(100% - 56px * 2 - 16px);
}
.button::after {
  top: 0;
  right: 54px;
  width: 8px;
}
.button__text::before {
  bottom: 0;
  right: 54px;
  width: calc(100% - 56px * 2 - 16px);
}
.button__text::after {
  bottom: 0;
  left: 54px;
  width: 8px;
}
.button__line {
  position: absolute;
  top: 0;
  width: 56px;
  height: 100%;
  overflow: hidden;
}
.button__line::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 300px;
  border: solid 3px var(--line_color);
}
.button__line:nth-child(1),
.button__line:nth-child(1)::before {
  left: 0;
}
.button__line:nth-child(2),
.button__line:nth-child(2)::before {
  right: 0;
}
.button:hover {
  letter-spacing: 6px;
}
.button:hover::before,
.button:hover .button__text::before {
  width: 8px;
}
.button:hover::after,
.button:hover .button__text::after {
  width: calc(100% - 56px * 2 - 16px);
}
.button__drow1,
.button__drow2 {
  position: absolute;
  z-index: -1;
  border-radius: 16px;
  transform-origin: 16px 16px;
}
.button__drow1 {
  top: -16px;
  left: 40px;
  width: 32px;
  height: 0;
  transform: rotate(30deg);
}
.button__drow2 {
  top: 44px;
  left: 77px;
  width: 32px;
  height: 0;
  transform: rotate(-127deg);
}
.button__drow1::before,
.button__drow1::after,
.button__drow2::before,
.button__drow2::after {
  content: "";
  position: absolute;
}
.button__drow1::before {
  bottom: 0;
  left: 0;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(-60deg);
}
.button__drow1::after {
  top: -10px;
  left: 45px;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(69deg);
}
.button__drow2::before {
  bottom: 0;
  left: 0;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(-146deg);
}
.button__drow2::after {
  bottom: 26px;
  left: -40px;
  width: 0;
  height: 32px;
  border-radius: 16px;
  transform-origin: 16px 16px;
  transform: rotate(-262deg);
}
.button__drow1,
.button__drow1::before,
.button__drow1::after,
.button__drow2,
.button__drow2::before,
.button__drow2::after {
  background: var(--back_color);
}
.button:hover .button__drow1 {
  animation: drow1 ease-in 0.06s;
  animation-fill-mode: forwards;
}
.button:hover .button__drow1::before {
  animation: drow2 linear 0.08s 0.06s;
  animation-fill-mode: forwards;
}
.button:hover .button__drow1::after {
  animation: drow3 linear 0.03s 0.14s;
  animation-fill-mode: forwards;
}
.button:hover .button__drow2 {
  animation: drow4 linear 0.06s 0.2s;
  animation-fill-mode: forwards;
}
.button:hover .button__drow2::before {
  animation: drow3 linear 0.03s 0.26s;
  animation-fill-mode: forwards;
}
.button:hover .button__drow2::after {
  animation: drow5 linear 0.06s 0.32s;
  animation-fill-mode: forwards;
}
@keyframes drow1 {
  0% {
    height: 0;
  }
  100% {
    height: 100px;
  }
}
@keyframes drow2 {
  0% {
    width: 0;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  100% {
    width: 120px;
  }
}
@keyframes drow3 {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}
@keyframes drow4 {
  0% {
    height: 0;
  }
  100% {
    height: 120px;
  }
}
@keyframes drow5 {
  0% {
    width: 0;
  }
  100% {
    width: 124px;
  }
}

.container-x {
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.button:not(:last-child) {
  margin-bottom: 64px;
}




/* __________________________________________________________________________________________________________________________________ */













/* navbar */

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 3vw;
  background: linear-gradient(180deg, #141c1d 37.86%, rgba(0, 0, 0, 0) 100%);
  z-index: 99;
}

.navbar:nth-last-child() {
  background: linear-gradient(0deg, #141c1d 37.86%, rgba(0, 0, 0, 0) 100%);
}

.main-navbar {
  margin-top: 1vw;
  margin-right: 2vw;
  gap: 2vw;
  display: flex;
  gap: 40px;
}

.main-navbar a:link,
.main-navbar a :visited {
  transition: all 0.3s ease-in-out;
}

.main-navbar a:hover,
.main-navbar a:active {
  scale: 1.1;
}

.nav_btn_img {
  height: 4rem;
  width: auto;
}

.nav_btn_img_middle {
  transform: scale(1.2);
}

.solutions-logo {
  margin-top: 1vw;
  height: 5REM;
}

.solutions-logo:hover {
  cursor: pointer;
}

.main-body {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 30px;
  justify-items: center;
  margin-top: 5vw;
}

.hamburger-button {
  display: none;
  position: relative;
  height: 0.5rem;
  width: 4rem;
  background-color: #65cfb4;
  align-self: center;
  margin-right: 10px;
  border-radius: 100px;
}

.hamburger-button::before {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 4rem;
  background-color: #65cfb4;
  top: -10px;
  left: 0px;
}

.hamburger-button::after {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 4rem;
  background-color: #65cfb4;
  top: 10px;
  left: 0px;
}

.sidemenu {
  display: none;
  position: absolute;
  top: 3.5rem;
  right: 0rem;
  height: max-content;
  width: max-content;
}

.menu {
  width: 100%;
  margin: 0rem auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-us_content {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
}

.ham {
  background: linear-gradient(#141c1d83 37.86%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1000px) {
  .hamburger-button {
    display: block;
  }
  .main-navbar {
    display: none;
  }
  .solutions-logo {
    margin-top: 2vw;
    margin-left: 2vw;
    height: 40px;
  }
}

/* navabar complete */

/* ---navbar end--- */

.scroll-k-upar{
  margin-top:-1.2rem !important;
  margin-bottom: 2rem !important;
}

.header {
  /* height: max(100vh, 90rem); */
  padding-top: 0rem;
}

.container {
  margin: 0 3vw 0;
  padding: 0 1.2rem 0;
  /* background-color: rgba(31, 43, 42, 0.51); */
  height: 100%;
}

.container-hero {
  height: max(100vh, 620px);
}

.hero-section {
  margin-top: 10.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 40px auto;
}

/* img gallery */

#slider{
  height: auto;
  overflow: hidden;
  margin: auto;
  margin-top: 5rem;
  position: relative;
  width: 95%;
  display: grid;
  place-items: center;
  font-size: 1rem;
}
.slide-track{
  display: flex;
  width: calc(250px * 29);
  animation: scroll 59s linear infinite;
  overflow: hidden;
}
.slide-track img{
  border-top: 7px solid rgba(30, 223, 217, 0.1);
  border-bottom: 7px solid rgba(50, 205, 200,0.1);
  border-right: 7px solid rgba(50, 205, 200,0.1);
}

.slide-track:hover{
  animation-play-state:paused ;
}

@keyframes scroll {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-250px * 22));
  }
}

.slide-track img{
  width: 100%;
  height: 200px;
  transition: transform 1s;
}

.slide-track img:hover{
  transform: translateZ(20px);
}

.slider::before,
.slider::after{
  background: linear-gradient(to right,rgba(255,255,255,1) 0%,
  rgba(255,255,255,0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.slider::before{
  left: 0;
  top: 0;
}

.slider::after{
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

@media (max-width: 1400px) {
  .solutions-logo {
    margin-top: 1rem;
    margin-left: 2rem;
    height: 5rem;
  }
}

@media (max-width: 1000px) {
  .solutions-logo {
    height: 4rem;
  }
}

/* img gallery end */

@media (max-width: 700px) {
  .hero_zigzag::before {
    height: 30px;
    width: 30px;
    right: -9px;
    bottom: -85px;
  }
  .upper_hero_zigzag::after {
    height: 30px;
    width: 30px;
    left: -9px;
    top: -80px;
  }
}
.hero-section img {
  width: 30%;
  max-width: 60%;
}

.ait-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  gap: 2rem;
  font-size: 4rem;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  color: #aeaeae;
}

.ait-name :first-child {
  font-weight: 400;
}

#t_b {
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* .about {
} */

.about-us-text {
  /* display: flex; */
  text-align: justify;
}
.about-us-text b{
  padding-top:10px;
}

.about_container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-us-headding img {
  height: 4rem;
  margin-left: 10px;
  transform: translateY(10%);
}

.about-us-headding{
  font-size: 4rem;
  /* margin-right: 2rem;
  margin-top: 2rem;
  font-family: "strasu", sans-serif; */
  text-align: center;
}

.header {
  padding-top: 3rem;
}

.description-box {
  margin: 1vw auto;
  background-color: #38655e;
  width: 100rem;
  font-size: 3rem;
  border-radius: 6px;
}

.description-text:first-child{
  padding-top: 2rem;
}

.description-text {
  padding: 1rem 3rem 1rem;
  font: 3rem;
  line-height: 4rem;
  font-family:"Poppins", sans-serif;
}

.description-text:last-child{
  padding-bottom: 2rem;
}

.register {
  display: flex;
  text-align: center;
  width: fit-content;
  margin: auto;
  margin-top: 4rem;
  padding: 1.5rem 3rem 1.5rem;
  size: 4rem;
  font-size: 2rem;
  border-radius: 5px;
  color: white;
  backdrop-filter: blur(10px);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.register:hover,
.register:active {
  cursor: pointer;
}

.about-us-content {
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.about-us-video {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}



/* -----------Event Grid-------- */

.container-events {
  padding-top: 60px;
}

.event_grid {
  margin-top: 10rem;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  justify-items: center;
  align-items: center;
}

.event_grid img {
  width: 340px;
  transition: all 0.3s ease-in-out;
}

.event_grid img:hover {
  scale: 1.1;
  cursor: pointer;
}

/* ---Highlights---- */
.highlights {
  background: rgba(29, 67, 61, 0.3);
}
.highlights_headding {
  display: flex;
  justify-content: center;
  padding-top: 5rem;
}
.highlights_grid {
  width: 1064px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 3rem;
  margin: 6rem auto 8rem;
  row-gap: 7rem;
  font-family: "Poppins", sans-serif;
}
.highlight_image {
  width: 400px;
  height: 40 0px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
.highlight_disc {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  gap: 2rem;
  line-height: 1.4;
}
.highlight_disc span {
  font-size: 3rem;
  font-weight: 500;
  background: linear-gradient(92.8deg, #65cfb4 7.43%, #5ca8cc 99.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.highlight_disc p {
  font-size: 1.8rem;
  font-weight: 300;
}
.vijay_img {
  justify-self: start;
}

.bike_img {
  justify-self: end;
}
@media (max-width: 1200px) {
  .hero-section img {
    width: 45%;
  }
  .description-box {
    margin: auto;
    background-color: #38655e;
    width: 80vw;
    font-size: 2rem;
  }
  .description-text:first-child{
    padding-top: 4rem;
  }

  .description-text:last-child{
    padding-bottom: 4rem;
  }
  .description-text{
    line-height: 3rem;
    padding: 1rem 5rem 1rem;
  }

  .highlight_image {
    width: 350px;
    height: auto;
  }
  .highlights_grid {
    width: auto;
  }
}
@media (max-width: 1000px) {
  .hero-section img {
    width: 50%;
  }
  .highlight_image {
    width: 310px;
    height: auto;
  }
  .highlight_disc p {
    font-size: 1.6rem;
  }
}
@media (max-width: 700px) {
  .hero-section img {
    width: 60%;
  }
  .description-text:first-child{
    padding-top: 2.5rem;
  }

  .description-text:last-child{
    padding-bottom: 2.5rem;
  }

  .description-box {
    font-size: 1.5rem;
  }
  .description-text{
    line-height: 2.5rem;
    padding: 0.5rem 3rem 0.5rem;
  }
  .highlights_grid {
    grid-template-columns: 1fr;
    margin: 5rem 10vw 8rem;
  }
  .highlight_image {
    width: 300px;
    /* height: 150px; */
  }
  .highlights_grid :last-child {
    grid-row: 3;
  }
  .highlight_disc p {
    font-size: 15px;
  }
  .vijay_img {
    justify-self: center;
  }
  .bike_img {
    justify-self: center;
  }
}
/* ---Highlights end---- */

/* ---------FOOTER-------------- */

.container-footer {
  background-image: url("images/footer-background.png");
  background-size: 100% 100%;
  padding-bottom: 4rem;
}

.footer {
  padding-top: 20rem;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
}

.footer-ele {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer p {
  font-size: 2rem;
}

.footer a {
  color: #66d6b4;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
}

.follow-us-on-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  gap: 1rem;
}

.follow-us-on-items img {
  height: 4rem;
}

/* ------------absolutes---------- */

/* .hero-section::before {
  position: absolute;
  content: "";
  height: 300px;
  width: 300px;
  background-image: url(images/spiral.png);
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  z-index: -99;
} */

/* ----other media quaries----- */

@media (max-width: 1000px) {
  .about-us-content {
    grid-template-columns: 1fr;
  }
  .about-us-video {
    margin-top: 50px;
    height: 350px;
  }
  .about-us-video img{
    width: 95%;
  }
  .JoinDis span {
    font-size: 3rem;
  }
  .event_grid img {
    width: 250px;
  }
  .hero-section img {
    max-width: 70%;
  }
}

@media (max-width: 700px) {
  /* .about-us-content {
    grid-template-columns: 1fr;
  }
  .about-us-video {
    margin-top: 50px;
    height: 350px;
  }
  .JoinDis span {
    font-size: 3rem;
  }
  .event_grid img {
    width: 250px;
  }
  .hero-section img {
    max-width: 70%;
  } */
  .hero-section img {
    max-width: 90%;
  }
  .hero-section::before {
    height: 200px;
    width: 200px;
  }
  .hero-section::after {
    height: 30px;
    width: 30px;
    top: 6.2%;
    left: 8%;
  }
  .ait-name {
    font-size: 2rem;
  }
  .event_grid {
    grid-template-columns: 1fr;
  }
  .empty_space {
    display: none;
  }
  .event_grid img {
    width: 200px;
    margin-bottom: 40px;
  }
  .about-us-content {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .about-us-content p {
    font-size: 15px;
    line-height: 1.5;
  }
  .about-us-headding {
    text-align: center;
    padding-top: 2rem;
  }
  .about-us-headding span {
    margin: 0 auto 0;
    font-size: 3rem;
  }
  .about-us-headding img {
    height: 3rem;
  }
  .JoinDis span {
    font-size: 2rem;
    margin-left: 0;
  }
  .JoinDis img {
    height: 2rem;
  }
  .discord-img {
    margin-top: 4rem;
    padding: 0 4rem 0;
    /* width: 70%; */
  }
  .container-events {
    padding-top: 100px;
  }
  .event_grid {
    margin-top: 50px;
  }
  .footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 3rem;
    padding-top: 15rem;
    padding-bottom: 1rem;
  }
  .get-to-know-us {
    grid-column: 1/3;
  }
  .site-map {
    grid-column: 3/5;
  }
  .follow-us-on {
    text-align: center;
    grid-column: 1/5;
    width: 100%;
    margin-bottom: 1rem;
  }
  .follow-us-on-items {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .container-footer {
    padding-bottom: 2rem;
  }
  .about-us-video {
    width: 100%;
    height: 90%;
  }

}
/* --------end--------- */
::-webkit-scrollbar {
  height: 2px;
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #2f4b4a;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(101, 207, 181, 0.516);
}
/* ----particle js----- */
#particles-js {
  position: absolute;
  width: 100%;
  height: max(100vh, 620px);
  top: 0;
  /* z-index: -99; */
}
/* --------- */
.chu {
  position: relative;
}
.events {
  overflow-x: hidden;
}
#time_kushal {
  font-size: 2.1rem;
}

.image1 {
  height: 25vh;
  width: 25vw;
}
.carousel_slide {
  display: flex;

}
.carousel-inner {
  display: flex;
}
.image2{
  height: 25vh;
  width: 25vw;

}

@import url(https://fonts.googleapis.com/css?family=Lato:300,400|EB+Garamond);

.scroll-down {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  height: 1000px;
  padding: 50px 0px;
  text-align: center;
  color: #f2f2f2;
  height: 4rem;
}
.scroll-down h1 {
  font-family: 'EB Garamond', serif;
  font-weight: 100;
  font-size: 64px;
}
.scroll-down-arrow {
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  margin: 0px auto;
  width: 65px;
  height: 65px;

  -webkit-animation: bounce 1200ms ease;
	-moz-animation: bounce 1200ms ease;
	-o-animation: bounce 1200ms ease;
	animation: bounce 1200ms ease;
}
.scroll-down-arrow:after {
  content: "";
  position: relative;
  top: 40px;
  right: 1px;
  border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	border-top: 15px solid #f2f2f2;
}

/* Bounce Key Frames */
@-webkit-keyframes bounce {
  0% {
	-webkit-transform:translateY(0);
  }
  25% {
	-webkit-transform:translateY(100%);
  }
  50% {
	-webkit-transform:translateY(0);
  }
  75% {
	-webkit-transform:translateY(50%);
  }
  100% {
	-webkit-transform:translateY(0);
  }
}

@-moz-keyframes bounce {
  0% {
	-moz-transform:translateY(0);
  }
  25% {
	-moz-transform:translateY(100%);
  }
  50% {
	-moz-transform:translateY(0);
  }
  75% {
	-moz-transform:translateY(50%);
  }
  100% {
	-moz-transform:translateY(0);
  }
}

@keyframes bounce {
  0% {
    transform:translateY(0);
  }
  25% {
    transform:translateY(100%);
  }
  50% {
    transform:translateY(0%);
  }
  75% {
    transform:translateY(50%);
  }
  100% {
    transform:translateY(0%);
  }
}


@media (max-width:700px) {
  .scroll-down h1{
    font-size: 2rem;
  }
  .scroll-down-arrow{
    width: 40px;
    height: 40px;
  }
  .scroll-down-arrow:after{
    top: 23px;
  right: 0px;
  border-left: 6px solid transparent;
	border-right: 6px solid transparent;

	border-top: 10px solid #f2f2f2;
  }
  .scroll-k-upar{
    padding: 1rem;
    font-size: 1.8rem;
  }
}

.duo_form {
  margin-top: 40px;
}

.anime_quiz {
  border: 1px solid #65cfb4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anime_form {
  width: 90%;
  border: 1px solid red;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}


/* custom css */

main{
    min-height: 1300px;
}


.tabs {
    display: flex;
    cursor: pointer;
}
.tab {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: #f0f0f0;
    width: 100%;
}
.tab.active {
    background: #fff;
    border-bottom: none;
}
.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}
.tab-content.active {
    display: block;
}
