@charset "UTF-8";


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "montserrat", sans-serif;
  scroll-behavior: smooth;
}

html {
  background-color: #000000;
  scroll-behavior: smooth;
}

.bg-area-chalchitro {
  background-image: url(assets/bg-chalchitro.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg-area-solid {
  background-image: url(assets/bg-solid.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.home,
.home .navbar,
.home .navbar a,
.home .sidebar,
.home .sidebar a,
.home .jigisha,
.home .dates-info,
.home .dates-info .dates,
.home .dates-info,
.about,
.about .container,
.about .container .heading,
.about .content .text-section,
.loc,
.loc .heading,
.loc .address1,
.loc .address1 .gmap,
.loc .address1 .gmap .loctext,
.event-section,
.event-section .heading,
.event-section .event-image,
.formerpartners,
.formerpartners .heading,
.contactus,
.contactus .contact,
.contactus .socials,
.contactus .contact .numbers,
.contactus .socials .socwrap,
.contactus .socials .socwrap a,
.contactus .socials .socwrap i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home {
  padding-top: 12vh;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  background-color: transparent;

  background-size: auto;

  background-position: center center;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.home .whitefade {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 50%;
  aspect-ratio: 2/1;
  border-radius: 50%;
  background-image: radial-gradient(ellipse, rgba(255, 255, 255, 0.29), transparent 60%);
}

.home::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  mix-blend-mode: hue;
  opacity: 0.4;
}

.home .ham {
  z-index: 13;
  position: fixed;
  top: 0.1rem;
  right: 0.1rem;
  height: max-content;
  display: none;

  /* Additions */

  padding: 2.5rem;
  /* optional: for inner spacing */
  background-color: rgba(31, 22, 22, 0.242);
  /* translucent bg */
  backdrop-filter: blur(8px);
  /* blur effect */
  -webkit-backdrop-filter: blur(8px);
  /* Safari support */
  border-radius: 30%;
  /* optional: to soften the corners */
}

.home .ham #nav-icon3 {
  width: 45px;
  height: 35px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.home .ham #nav-icon3 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.home .ham #nav-icon3 span:nth-child(1) {
  top: 0px;
}

.home .ham #nav-icon3 span:nth-child(2),
.home .ham #nav-icon3 span:nth-child(3) {
  top: 18px;
}

.home .ham #nav-icon3 span:nth-child(4) {
  top: 36px;
}

.home .ham #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.home .ham #nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

.home .ham #nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.home .ham #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.home .navbar {
  top: 20px;
  position: fixed;
  z-index: 99;
  width: 80%;
  height: 12vh;
  justify-content: space-between;
  background: linear-gradient(181.94deg, rgba(90, 49, 116, 0.297) 1.64%, rgba(133, 133, 133, 0.286) 57.9%, rgba(169, 169, 169, 0.184) 98.36%);
  box-shadow: 8px 0px 70px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0 5%;
  border-radius: 4vh;
}

.home .navbar a .item {
  color: white;
  font-weight: 600;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  transition: 0.3s;
}

.home .navbar a .item:hover {
  color: rgb(255, 179, 26);
}

.home .navbar a {
  height: 100%;
}

.home .navbar a img {
  height: 100%;
}

.home .sidebar {
  font-family: "Inter", sans-serif;
  position: fixed;
  max-width: 400px;
  width: 80%;
  flex-direction: column;
  background: linear-gradient(181.94deg, rgba(80, 18, 104, 0.799) 1.64%, rgba(44, 6, 61, 0.814) 57.9%, rgba(30, 0, 41, 0.847) 98.36%);
  box-shadow: 8px 0px 70px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  border-radius: 0 20px 20px 0;
  display: none;
  color: white;
  font-size: 24px;
  gap: 20px;
  font-weight: 600;
  transform: translateX(-100%);
  transition: 0.3s ease-in;
}

.home .sidebar a img {
  height: 120px;
  width: 120px;
  position: absolute;
  margin-bottom: 20rem;
  z-index: 130;

}

.home .sidebar .item.sp {
  color: rgb(255, 179, 26);
}

.home .sidebar.active {
  transform: translateX(0);
}

.home .jigisha {
  z-index: 13;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 5rem;
}

.home .jigisha h2 {
  color: white;
  text-align: center;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}

.home .jigisha img {
  width: 90%;
  max-width: 400px;
}


.home .dates-info {
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
  gap: 50px;
  z-index: 13;
}

.home .dates-info .dates {
  z-index: 14;
  flex-direction: column;
  color: white;
  font-size: 35px;
  font-weight: 700;

}

.home .dates-info .dates #one,
.home .dates-info .dates #three {
  font-family: "Montserrat", sans-serif;
}

.home .dates-info .dates #two {
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.home .dates-info .btns {
  flex-direction: column;
  gap: 20px;
  z-index: 13;
}

.home .dates-info .btns .btns-innerdiv {
  width: fit-content;

  margin-bottom: 2rem;
  display: flex;
  column-gap: 10rem;
  z-index: 13;
}

.mobile-view {
  display: none;
}

@media (max-width:1150px) {

  .home {
    min-height: 70vh;
  }

  .home .jigisha {
    margin-top: 2rem;

  }

  .home .qsn {
    display: none;
  }

  .india-gate {
    display: none;
  }



  .container1 {
    max-height: 20rem;
    justify-content: center;
    flex-direction: column;
    /* Change to column layout for smaller screens */
    text-align: center;

  }

  .container1 .countdown {
    height: 1rem;
  }

  .about {
    padding-top: 7rem;
  }
}

@media (max-width:820px) {

  .btns-innerdiv {

    flex-direction: column;
    row-gap: 2rem;

  }

}



@media (max-width:720px) {

  .home .jigisha {
    margin-top: 10rem;

  }

  .home {
    min-height: 60vh;
  }

  .dates {
    scale: 70%;
  }

}

.fill-btn-one {
  position: relative;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  background: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;

}

.fill-btn-one::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #9a40ed, #4a1edb);
  transition: width 0.5s ease;
  z-index: -1;
}

.fill-btn-one:hover::before {
  width: 100%;
}

.fill-btn-one:hover {
  color: white;
  border-color: #6312e4;
}

.fill-btn-one:active {
  transform: scale(0.98);
}

/* btn-one ends*/
.fill-btn-two {
  position: relative;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  background: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}

.fill-btn-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(45deg, #4a1edb, #9a40ed);
  color: white;
  transition: width 0.5s ease;
  z-index: -1;
}

.fill-btn-two:hover::before {
  width: 100%;
  color: #ccc;

}

.fill-btn-two:hover {
  color: white;
  border-color: #6a18c9;

}

.fill-btn-two:active {
  transform: scale(0.98);
}

.fill-btn-four {
  position: relative;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  background: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}

.fill-btn-four::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #e6327a, #6421d7);
  transition: width 0.5s ease;
  z-index: -1;
}

.fill-btn-four:hover::before {
  width: 100%;
}

.fill-btn-four:hover {
  color: white;
  border-color: #ffffff;
}

.fill-btn-four:active {
  transform: scale(0.98);
}

/* addtocalender button*/
.addtocalenderbutton {
  position: relative;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  background: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}

.addtocalenderbutton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* Changed from width: 0 to width: 100% */
  height: 0;
  /* Changed from height: 100% to height: 0 */
  background: linear-gradient(135deg, #bd0878, #8e37f9);
  transition: height 0.5s ease;
  /* Changed from width to height */
  z-index: -1;
}

.addtocalenderbutton:hover::before {
  height: 100%;
  /* Changed from width: 100% to height: 100% */
}

.addtocalenderbutton:hover {
  color: white;
  border-color: #6a18c9;
}

.addtocalenderbutton:active {
  transform: scale(0.98);
}


.home .dates-info .btns button {
  width: 100%;
  padding: 1rem;
  cursor: pointer;
  border-radius: 125px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #7b1e8a;
  outline: none;
  color: white;
  border: none;
  transition: 0.3s;
}

.home .dates-info .btns button:hover {
  background-color: #f3b0ff;

}

.home .dates-info .btns .btnone {
  background-color: white;
  color: #7b1e8a;
  white-space: nowrap;
}

.home .dates-info .btns .btnone:hover {
  background-color: white;
  color: rgb(255, 255, 255);
}

.home .fade {
  height: 35%;
  height: 35%;
  width: 100%;
  background: linear-gradient(to top, #640b5f 0%, rgba(61, 13, 72, 0) 100%);
  z-index: 12;
  position: absolute;
  bottom: 0;
}

.about {
  height: -moz-max-content;
  height: max-content;
  padding-top: 7rem;
  width: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.about::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  mix-blend-mode: hue;
  opacity: 0.4;
}

.about .fade.one {
  height: 30%;
  width: 100%;
  background: linear-gradient(to bottom, #640b60, rgba(99, 10, 93, 0.6470588235), rgba(61, 13, 72, 0));
  z-index: 11;
  position: absolute;
  top: 0;
}

.about .fade.two {
  height: 30%;
  width: 100%;
  background: linear-gradient(to top, #640b60, rgba(99, 10, 93, 0.6470588235), rgba(61, 13, 72, 0));
  z-index: 111;
  position: absolute;
  bottom: 0;
}

.about .container {
  padding: 2rem 5%;
  z-index: 13;
  height: 100%;
  width: 100%;
  position: relative;
  flex-direction: column;
}

.about .container .heading {
  height: 66px;
  position: relative;
}

.about .container .heading span {
  font-weight: 700;
  font-size: 4rem;
  color: white;
  position: relative;
  z-index: 14;
  text-align: center;
}

.about .container .heading h2 {
  font-size: 6em;
  color: rgba(112, 112, 112, 0.4196078431);
  position: absolute;
  text-align: center;
  font-weight: 700;
  z-index: 13;
  letter-spacing: 7px;
  bottom: 0;
  margin-bottom: 0;
}

.about .content {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  padding: 3em 0;
  font-size: 1.2em;
  color: white;
  font-weight: 500;
}

.about .content .text-section {
  padding: 0 1rem;
  width: 50%;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.about .content .text-section .sts {
  width: 100%;
  margin-top: 20px;
}

.about .content .text-section .sts .highlight {
  font-size: 1.5em;
  transition: 0.3s;
  cursor: pointer;
}

.about .content .text-section .sts .highlight:hover {
  color: #e7d50d;
}

.about .content .text-section p {
  text-align: justify;
}

.about .content .text-section .stats-title {
  font-size: 2em;
  font-weight: bold;
}

.about .content .text-section .stats-grid {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  text-align: left;
}

.about .content .image-section {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about .description {
  margin-bottom: 0.5rem;
}

.about .highlight {
  color: #FBBF24;
  font-weight: 700;
}

.about .carousel {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.about .carousel::before {
  content: "";
  width: 2em;
  height: 100%;
  display: flex;
  position: absolute;
  z-index: 15;

}

.about .carousel::after {
  content: "";
  width: 2em;
  height: 100%;
  display: flex;
  right: 0;
  position: absolute;
  z-index: 15;

}

.about .swiper-container {
  width: 40%;
  flex: 1;
  position: relative;
}

.about .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -o-object-position: center 20%;
  object-position: center 20%;
}

.loc {
  background-image: url(assets/bg-solid.webp);
  z-index: 13;
  flex-direction: column;
  gap: 50px;
  padding: 50px 20px;
  padding-bottom: 40px;
}

.loc .heading {
  height: 72px;
  position: relative;
}

.loc .heading span {
  font-weight: 700;
  font-size: 4rem;
  color: white;
  position: relative;
  z-index: 14;
  text-align: center;
}

.loc .heading h2 {
  font-size: 75px;
  color: rgba(112, 112, 112, 0.4196078431);
  position: absolute;
  text-align: center;
  font-weight: 700;
  z-index: 13;
  letter-spacing: 7px;
  bottom: 0;
  margin-bottom: 0;
}

.loc img {
  position: absolute;
  opacity: 0.2;
  z-index: 10;
  right: 6px;
}

.loc .address1 {
  z-index: 13;
}

.loc .address1 .gmap {
  flex-direction: column;
  gap: 20px;
}

.loc .address1 .gmap iframe {
  aspect-ratio: 2/1;
  width: 90%;
  max-width: 400px;
}

.loc .address1 .gmap .loctext {
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

.loc .address1 .gmap .loctext h3 {
  color: #ffea31;
  font-size: 22px;
  text-align: center;
}

.loc .address1 .gmap .loctext span {
  color: #ffea31;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.loc .reachus {
  z-index: 13;
  width: 60%;
}

.loc .reachus .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.loc .reachus .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.loc .reachus .panel .p {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.loc .reachus .active,
.loc .reachus .accordion:hover {
  background-color: #ccc;
}

.loc .reachus .accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.loc .reachus .active:after {
  content: "−";
}

.container1 {
  color: #ffffff;
  background: transparent;
  height: 65vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  gap: 50px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.container1 .countdown {

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* background: linear-gradient(to bottom, 
  #471a47, #471a47); */
  padding: 15px;
  border-radius: 10px;
  z-index: 10;
  width: 50%;
  height: 100%;
  transform: scale(1.5);
}

.container1 .countdown .time {
  background-color: rgba(132, 132, 132, 0.08);
  backdrop-filter: blur(3px);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  width: 4rem;
  height: 4rem;
}

.container1 .countdown .time span {
  font-size: 1.5em;
  color: #ffffff;
  font-weight: 700;
}

.container1 .countdown p {
  margin: 2px;
  font-size: 10px;
  font-weight: 700;
}

.container1 .countdown span.clr {
  color: rgb(255, 179, 26);
}

.container1 .countdown .colon {
  font-size: 2.8em;
  color: #fff;
}

.container1 .countdown #clr {
  color: rgb(255, 179, 26);
}

.container1 .countdown .clr {
  color: rgb(255, 179, 26);
}

.container1 .india-gate {
  height: 100%;
  bottom: 0;
  right: 0;
  position: relative;
  z-index: 11;
  width: 50%;
}

.container1 .india-gate img {
  height: 100%;
  opacity: 100%;
  position: relative;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  /* object-position: 0% -5%; */
}

.container1 .fade {
  height: 30%;
  width: 100%;
  background: linear-gradient(to top, #640b60, rgba(99, 10, 93, 0.6470588235), rgba(61, 13, 72, 0));
  z-index: 11;
  position: absolute;
  bottom: 0;
}



@media (max-width: 1100px) {


  .container1 .countdown {
    width: 100%;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 10rem;
    margin-top: 5rem;
    z-index: 13;
  }

  .container1 .india-gate {
    position: absolute;
    height: 90%;
    width: 100%;
    bottom: 0;
  }
}


@media (max-width: 780px) {
  .container1 .countdown {
    width: 100%;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 4rem;
    margin-top: 2rem;
    z-index: 13;
  }
}


@media (max-width: 500px) {
  .container1 .countdown {
    transform: scale(1);
    padding: 0px;
  }

  .loc .heading {
    transform: scale(0.7);
  }


}

@media (max-width: 380px) {
  .countdown {
    transform: scale(0.65);
  }

  .container1 .fade {
    height: 20%;
  }


}

@media (max-width: 380px) or (max-height:750px) {

  .home .sidebar a img {
    top: 5%;
    margin-bottom: auto;
  }

}

.event-section {
  padding-top: 20px;
  background-image: url(assets/bg-solid.webp);
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  padding: 5vh 0;
}

.event-section .heading {
  height: 72px;
  position: relative;
}

.event-section .heading span {
  font-weight: 700;
  font-size: 4rem;
  color: white;
  position: relative;
  z-index: 14;
  text-align: center;
  margin-bottom: 5rem;
}

.event-section .heading h2 {
  font-size: 75px;
  color: rgba(112, 112, 112, 0.4392156863);
  position: absolute;
  text-align: center;
  font-weight: 700;
  z-index: 13;
  letter-spacing: 7px;

  margin-bottom: 5rem;
}

.event-section .events {
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.event-section .events .first-div-events {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  column-gap: 2rem;


}

.event-section .events .second-div-events {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  column-gap: 2rem;

}


.event-section .event {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 250px;
  height: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
}

.event-section .event::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.693);
  top: 0;
  left: 0;
}

.event-section .event:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);

}

.event-section .event-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  flex-direction: column;
  padding: 20px;
  justify-content: space-between;
}

.event-section .event-image a {
  width: 100%;
  z-index: 10;
}

.event-section .event-image a .know-more {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: white;
  color: #92008b;
  font-weight: 700;
  font-size: 17px;
}

.event-section .event-image a .know-more:hover {
  color: #5f005a;
  scale: 1.05;
}

.event-section #jana-ojana {
  background-image: url("/assets/school.webp");
}

.event-section #friday-night {
  background-image: url("/assets/fnb.webp");
}

.event-section #hit-the-homerun {
  background-image: url("/assets/20231118_022526.webp");
}

.event-section #qurukshetra {
  background-image: url("/assets/kolkata-old-image.webp");
}

.event-section #convergence {
  background-image: url("/assets/convergence.webp");
}

.event-section #fandomania {
  background-image: url("/assets/fandomania.webp");
}

.event-section #pragya-6th-sense {
  background-image: url("/assets/prgs.webp");
}

.event-section .event-info {
  text-transform: capitalize;
  z-index: 10;
}

.event-section .event-info p {
  font-size: 17px;
  margin-top: 20px;
  color: white;
  font-weight: bold;
}

.event-section .event-info h3 {
  font-size: 30px;
  color: #FFEA31;
  text-shadow: 1px 1px 1px rgba(255, 165, 0, 0);
}

.formerpartners {
  background-image: url(assets/bg-solid.webp);
  height: -moz-max-content;
  height: max-content;
  min-height: 70vh;
  width: 100%;
  padding: 50px;
  flex-direction: column;
}

.formerpartners .heading {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  height: 63px;
}

.formerpartners .heading span {
  font-weight: 700;
  font-size: 4rem;
  color: white;
  position: relative;
  z-index: 14;
  text-align: center;
  white-space: nowrap;
}

.formerpartners .heading h2 {
  font-size: 75px;
  color: rgba(112, 112, 112, 0.3803921569);
  position: absolute;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  z-index: 13;
  letter-spacing: 7px;
  bottom: 0;
  margin-bottom: 0;
}

.formerpartners .mobile {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.first,
.second,
.third,
.fourth {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.first {
  margin-top: 3rem;
}

.tp-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #ffffff37;
  border-radius: 10px;
  background-color: #7e4375;
  background: transparent;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 5px;
}

.tp-img a {
  width: 100%;
  height: 100%;
  transform: scale(0.8);
}

.tp-img img {
  width: 100%;
  height: 100%;
  transform: scale(0.9);
}

#boat {
  height: 3.3rem;
  width: 17.4vh;
}

#hoichoi {
  width: 15rem;
}

#acm {
  height: 3.3rem;
  width: 6.9vh;
}

#rapido {
  width: 5.3rem;
}

#FM {
  width: 9rem;
}

#hang {
  width: 24.7rem;
}

#edugraph {
  width: 13.5rem;
}

#quadcober {
  height: 4rem;
  width: 9rem;
}

#fremantle {
  height: 4rem;
  width: 24.7rem;
}

#algorand {
  height: 4rem;
  width: 13.5rem;
}

#feluda {
  height: 3.3rem;
  width: 17.4vh;
}

#IIC {
  height: 3.3rem;
  width: 10rem;
}

#uttaran {
  height: 3.3rem;
  width: 8vh;
}

#KBF {
  height: 3.3rem;
  width: 8vh;
}

@media (min-width: 800px) and (max-width: 992px) {
  .heading {
    transform: scale(0.7);
  }

  .heading h2 {
    font-size: 67.2px;
  }

  #boat {
    height: 2.7rem;
    width: 15vh;
  }

  #hoichoi {
    height: 2.7rem;
    width: 12rem;
  }

  #acm {
    height: 2.7rem;
    width: 6.4vh;
  }

  #rapido {
    height: 2.7rem;
    width: 5rem;
  }

  #FM {
    height: 3rem;
    width: 7rem;
  }

  #hang {
    height: 3rem;
    width: 15rem;
  }

  #edugraph {
    height: 3rem;
    width: 10rem;
  }

  #quadcober {
    height: 3rem;
    width: 7rem;
  }

  #fremantle {
    height: 3rem;
    width: 15rem;
  }

  #algorand {
    height: 3rem;
    width: 10rem;
  }

  #feluda {
    height: 2.7rem;
    width: 15vh;
  }

  #IIC {
    height: 2.7rem;
    width: 7rem;
  }

  #uttaran {
    height: 2.7rem;
    width: 7vh;
  }

  #KBF {
    height: 2.7rem;
    width: 7vh;
  }
}

@media (min-width: 790px) and (max-width: 800px) {
  .heading {
    transform: scale(0.6);
  }

  .heading h2 {
    font-size: 66px;
  }

  #boat {
    height: 2.5rem;
    width: 13vh;
  }

  #hoichoi {
    height: 2.5rem;
    width: 10rem;
  }

  #acm {
    height: 2.5rem;
    width: 5.5vh;
  }

  #rapido {
    height: 2.5rem;
    width: 4rem;
  }

  #FM {
    height: 2.8rem;
    width: 6rem;
  }

  #hang {
    height: 2.8rem;
    width: 13rem;
  }

  #edugraph {
    height: 2.8rem;
    width: 7rem;
  }

  #quadcober {
    height: 2.8rem;
    width: 6rem;
  }

  #fremantle {
    height: 2.8rem;
    width: 13rem;
  }

  #algorand {
    height: 2.8rem;
    width: 7rem;
  }

  #feluda {
    height: 2.5rem;
    width: 13vh;
  }

  #IIC {
    height: 2.5rem;
    width: 6rem;
  }

  #uttaran {
    height: 2.5rem;
    width: 6vh;
  }

  #KBF {
    height: 2.5rem;
    width: 6vh;
  }
}

@media (min-width: 736.5px) and (max-width: 790px) {
  .heading {
    transform: scale(0.5);
  }

  .heading h2 {
    font-size: 60px;
  }

  #boat {
    height: 2rem;
    width: 11vh;
  }

  #hoichoi {
    height: 2rem;
    width: 8rem;
  }

  #acm {
    height: 2rem;
    width: 4.5vh;
  }

  #rapido {
    height: 2rem;
    width: 3rem;
  }

  #FM {
    height: 2.3rem;
    width: 5rem;
  }

  #hang {
    height: 2.3rem;
    width: 11rem;
  }

  #edugraph {
    height: 2.3rem;
    width: 6rem;
  }

  #quadcober {
    height: 2.3rem;
    width: 5rem;
  }

  #fremantle {
    height: 2.3rem;
    width: 11rem;
  }

  #algorand {
    height: 2.3rem;
    width: 6rem;
  }

  #feluda {
    height: 2rem;
    width: 10vh;
  }

  #IIC {
    height: 2rem;
    width: 4.5rem;
  }

  #uttaran {
    height: 2rem;
    width: 5vh;
  }

  #KBF {
    height: 2rem;
    width: 5vh;
  }
}

@media (min-width: 600px) and (max-width: 736.5px) {
  .heading {
    display: flex;
    justify-content: center;
  }

  .heading span {
    font-size: 4rem;
  }

  .heading h2 {
    font-size: 120px;
    letter-spacing: 10px;
  }

  #boat {
    height: 2rem;
    width: 11vh;
  }

  #hoichoi {
    height: 2rem;
    width: 8rem;
  }

  #acm {
    height: 2rem;
    width: 4.5vh;
  }

  #rapido {
    height: 2rem;
    width: 3rem;
  }

  #FM {
    height: 2.3rem;
    width: 5rem;
  }

  #hang {
    height: 2.3rem;
    width: 11rem;
  }

  #edugraph {
    height: 2.3rem;
    width: 6rem;
  }

  #quadcober {
    height: 2.3rem;
    width: 5rem;
  }

  #fremantle {
    height: 2.3rem;
    width: 11rem;
  }

  #algorand {
    height: 2.3rem;
    width: 6rem;
  }

  #feluda {
    height: 2rem;
    width: 10vh;
  }

  #IIC {
    height: 2rem;
    width: 4.5rem;
  }

  #uttaran {
    height: 2rem;
    width: 5vh;
  }

  #KBF {
    height: 2rem;
    width: 5vh;
  }
}

@media (max-width: 600px) {
  .heading {
    display: flex;
    justify-content: center;
  }

  .heading span {
    font-size: 53px;
  }

  .heading h2 {
    font-size: 83px;
    letter-spacing: 10px;
  }

  #boat {
    height: 1.5rem;
    width: 8vh;
  }

  #hoichoi {
    height: 1.5rem;
    width: 7rem;
  }

  #acm {
    height: 1.5rem;
    width: 3.5vh;
  }

  #rapido {
    height: 1.5rem;
    width: 3rem;
  }

  #FM {
    height: 1.8rem;
    width: 4rem;
  }

  #hang {
    height: 1.8rem;
    width: 9.5rem;
  }

  #edugraph {
    height: 1.8rem;
    width: 5rem;
  }

  #quadcober {
    height: 1.8rem;
    width: 4rem;
  }

  #fremantle {
    height: 1.8rem;
    width: 9.5rem;
  }

  #algorand {
    height: 1.8rem;
    width: 5rem;
  }

  #feluda {
    height: 1.5rem;
    width: 8vh;
  }

  #IIC {
    height: 1.5rem;
    width: 4rem;
  }

  #uttaran {
    height: 1.5rem;
    width: 4.5vh;
  }

  #KBF {
    height: 1.5rem;
    width: 4vh;
  }
}

.contactus {
  background-image: url("./assets/bg-solid.webp");
  background-size: 120%;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  min-height: max-content;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  justify-content: center;
  gap: 10rem;
  align-items: center;
  padding: 2rem;
  padding-bottom: 12rem;
}

.contactus .fade {
  height: 80%;
  width: 100%;
  background: linear-gradient(to bottom, #640b5f, #630a5d, rgba(61, 13, 72, 0));
  z-index: 12;
  position: absolute;
  top: 0;
}

.contactus .chess {
  position: absolute;
  
  bottom: 2%;
  aspect-ratio: 4/1;
  
  object-fit: cover;
  object-position: 0% 0%;
  align-self:center;
  max-width: 500px;
  z-index: 13;
  width: 100%;
  opacity: 0.7;
  
}
@media (max-width:600px) {
  .contactus .chess {
    position: relative;
  }
}

.contactus::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

.contactus .contact,
.contactus .socials {
  flex-direction: column;
  color: white;
  z-index: 13;
  gap: 20px;
  align-items: start;
}

.contactus .contact h2,
.contactus .socials h2 {
  color: #ffea31;
  border-bottom: 3px solid #ffea31;
  text-align: left;
  font-size: 1.5em;
}

.contactus .contact .numbers {
  flex-direction: column;
  gap: 15px;
  align-items: start;
}

.contactus .contact .numbers .num {
  font-size: 19px;
  letter-spacing: 2px;
}

.contactus .contact .numbers .num span {
  font-weight: 500;
}

.contactus .contact .numbers .num a {
  color: white;
  font-weight: 500;
  text-decoration: none;
}

.contactus .contact .numbers .num a:hover {
  color: rgb(244, 191, 0);
}

.contactus .contact .numbers .num:hover {
  color: rgb(235, 176, 0);
}

.contactus .contact .numbers .num:hover a {
  color: rgb(235, 188, 0);
}

.contactus .socials .socwrap {
  gap: 15px;
  font-size: 19px;
  flex-direction: column;
  align-items: start;
}

.contactus .socials .socwrap a {
  color: unset;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  gap: 20px;
}

.contactus .socials .socwrap a:hover {
  color: rgb(244, 191, 0);
}

.contactus .socials .socwrap i {
  font-size: 24px;
}

/* Responsive Design */

@media (max-width: 1500px) {


  .event-section .events .first-div-events {
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;

  }

  .event-section .events .second-div-events {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-self: center;


    gap: 20px;

  }
}

@media (max-width: 1100px) {
  .home .navbar {
    height: 8vh;
  }

  .home .navbar a .item {
    font-size: 18px;
  }

  .event-section .events {
    max-width: 100%;
    margin: 2rem;
  }

  .event-section .event {
    scale: 200%;
    margin: 10rem;
  }

  .event-section .events .first-div-events {
    display: flex;
    flex-direction: column;

    margin-top: 2rem;
    row-gap: 2rem;


  }

  .event-section .events .second-div-events {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;

    row-gap: 2rem;

  }


}

@media (max-width: 890px) {
  .event-section .events {
    max-width: 100%;

  }



  .home .navbar {
    height: 6vh;
  }

  .home .navbar a .item {
    font-size: 15px;
  }

}

@media (max-width: 950px) {
  .contactus {
    gap: 5rem;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10rem;
  }
  .contactus .socials {
    align-items: center;
  }
  .contactus .contact {
    align-items: center;
  }
  .contactus .contact .numbers {
    align-items: center;
  }

  .contactus .contact .numbers .num {
    font-size: 16px;
  }

  .contactus .socials .socwrap {
    font-size: 16px;
    display: flex;
    flex-direction: row;
   
  }

  .contactus .socials .socwrap i {
    font-size: 18px;
  }
  

  .contactus .socials .socwrap a span {
    display: none;
  }

  .contactus .socials .socwrap a:hover {
    color: rgb(235, 172, 0);
  }

  .formerpartners .heading {
    transform: scale(0.7);
  }

}

@media screen and (max-width: 720px) {
  .home {
    padding-top: 0;
  }

  .home .whitefade {
    display: none;
  }

  .home .sidebar {
    display: flex;
  }

  .home .ham {
    display: flex;
    transform: scale(0.6);
  }

  .home .navbar {
    display: none;
  }

  .event-section .event {
    scale: 120%;
    margin: 3rem;
  }
}

@media (max-width: 600px) {


  .home .ham {
    top: 0.1rem;
    right: 0.1rem;
  }

  .home .dates-info {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }

  .home .dates-info .dates {
    font-size: 30px;
    text-align: center;

  }

  .loc .address1 {
    flex-direction: column;
  }

  .loc .address1 .gmap {
    padding-bottom: 20px;
  }

  .loc .address1 .gmap .loctext h2 {
    font-size: 18px;
  }

  .loc .address1 .gmap .loctext span {
    font-size: 16px;
  }

  .loc .reachus {
    width: 75%;
  }

  .event-section .events {
    max-width: 100%;
    display: flex;

  }

  .event-section .heading {
    transform: scale(0.7);
  }

  .contactus {
    gap: 2rem;
    
    background-size: cover;
    background-position: center center;
    padding-bottom: 100px;
  }

  .contactus .contact {
    align-items: center;
  }

  .contactus .contact .numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contactus .contact .numbers .num {
    font-size: 16px;
  }

  .contactus .socials {
    align-items: center;
  }

  .contactus .socials .socwrap {
    flex-direction: row;
  }

  .contactus .socials .socwrap i {
    font-size: 18px;
  }

  .contactus .socials .socwrap a span {
    display: none;
  }

  .contactus .socials .socwrap a:hover {
    color: rgb(235, 172, 0);
  }

  .formerpartners .heading {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 400px) {
  .contactus {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 530px) {
  .formerpartners .mobile {
    display: flex;
  }

  .first,
  .second,
  .third,
  .fourth {
    display: none;
  }

  .about .content .text-section p {
    text-align: left;
  }
}

@media screen and (max-width: 400px) {
  .tp-img img {
    transform: scale(1);
  }
}

@media screen and (max-width: 320px) {
  .home .ham {
    top: 1rem;
    right: 1rem;
    transform: scale(0.5);
  }

  .home .jigisha h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 280px) {
  .home .dates-info .btns button {
    width: 150px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .about .content {
    flex-direction: column;
  }

  .about .content .text-section {
    width: 100%;
  }

  .about .content .text-section .sts {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .about .content .text-section .sts .highlight {
    font-size: 1.5em;
  }

  .about .content .text-section .sts .nums {
    text-align: center;
  }

  .about .content .text-section .stats-title {
    text-align: center;
  }

  .image-section {
    height: auto;
  }
}

@media (min-width: 768px) {
  .image-section {
    height: auto;
    /* Dynamically adjust based on content */
  }

  .text-section {
    height: auto;
    /* Dynamically adjust based on content */
  }
}

@media screen and (min-width: 1400px) {
  .home {
    padding-top: 15vh;
    background-size: 120%;
    background-position: right center;
  }

  .home .jigisha img {
    max-width: 32rem;
  }

  .home .jigisha h2 {
    font-size: 2.5rem;
  }

  .home .dates-info .btns button {
    max-width: 300px;
    font-size: 18px;

  }

  .home .dates-info .dates {
    font-size: 42px;
  }

  .contactus .chess {
    max-width: 40rem;
  }

  .contactus .contact .numbers .num {
    font-size: 1.375em;
  }

  .contactus .socials .socwrap {
    font-size: 1.375em;
  }
}

@media screen and (min-width: 1700px) {
  .home .dates-info .btns button {
    max-width: 400px;
    font-size: 18px;
  }

  .home .dates-info .dates {
    font-size: 45px;
  }

  .home .navbar a .item {
    font-size: 24px;
  }

  .home .qsn {
    transform: scale(1.2);
    right: 0;
  }

  .container1 .countdown {
    font-size: 120%;
  }

  .container1 .countdown .time {
    width: 4em;
    height: 4em;
  }

  .loc .heading,
  .event-section .heading,
  .formerpartners .heading {
    transform: scale(1.2);
  }

  .event-section .heading,
  .formerpartners .heading {
    margin: 20px 0;
  }
}

@media screen and (min-width: 1800px) {
  .home .jigisha img {
    max-width: 34em;
  }

  .home .jigisha h2 {
    font-size: 2.8em;
  }

  .home .dates-info .btns button {
    max-width: 300px;
    font-size: 18px;
  }

  .home .dates-info .dates {
    font-size: 42px;
  }

  .container1 .countdown {
    font-size: 130%;
  }

  .container1 .countdown p {
    font-size: 0.65em;
  }

  .loc .address1 .gmap iframe {
    max-width: 30em;
  }

  .loc .address1 .gmap .loctext h3 {
    font-size: 1.5em;
  }

  .loc .reachus .accordion {
    font-size: 1.5em;
  }

  .loc .reachus .panel .p {
    font-size: 1.15em;
  }

  .event-section .event {
    max-width: 19em;
    height: 22em;
  }

  .event-section .event-info h3 {
    font-size: 2.2em;
  }

  .event-section .event-info p {
    font-size: 1.25em;
  }

  .event-section .event-image a .know-more {
    font-size: 1.25em;
  }

  .contactus .chess {
    max-width: 50rem;
  }
}

@media screen and (min-width: 1900px) {
  .loc {
    font-size: 120%;
  }

  .event-section {
    font-size: 120%;
  }

  .contactus {
    font-size: 120%;
  }
}


.swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
  height: 100%;
}

.swiper-slide {
  aspect-ratio: 16/9;
  height: 100%;
  margin-right: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  object-fit: cover;
}




.date-container {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: flex;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  
}

.date-block {
  flex: 1;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 3px solid #fff;
  position: relative;
  padding: 20px 10px;
}

.date-block:last-child {
  border-right: none;
}

.date-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
}

.date-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
}

.date-number {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.date-month {
  font-size: clamp(1.2rem, 4vw, 2.25rem);
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
}

.white-text {
  color: #ffffff;
}

.gold-text {
  color: #d4af37;
}
@media (max-width: 1200px) {
  .date-container {
    max-width: 90%;
    padding-bottom: 6rem;
  }
}
/* Tablet styles */
@media (max-width: 768px) {
  

  .date-container {
      max-width: 90%;
  }

  .date-block {
      min-height: 150px;
      padding: 15px 8px;
      font-size: larger;
  }

  .date-number {
      margin-bottom: 8px;
  }

  .date-month {
      letter-spacing: 1px;
  }
}

/* Mobile styles */
@media (max-width: 480px) {
  .date-container {
      max-width: 400px;
      transform: scale(0.8);
  }

  .date-block {
      min-height: 120px;
      padding: 15px 8px;
  }

  .date-number {
      margin-bottom: 8px;
  }

  .date-month {
      letter-spacing: 1px;
  }
}

/* Very small mobile styles */
@media (max-width: 320px) {
  .date-container {
      max-width: 320px;
      transform: scale(0.7);
  }

  .date-block {
      min-height: 140px;
      padding: 12px 6px;
  }
}
/*# sourceMappingURL=index.css.map */