@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #fffaf7;
  color: #222;
  line-height: 1.8;
}
a{
  text-decoration: none;
}

/* Common */

.section-space {
  padding: 60px 0;
}

.section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #f36b21;
}

/* Header */

.main-header {
  padding: 30px 0;
  background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
}

.logo-area img {
  max-width: 320px;
  width: 100%;
}

/* Hero */

.hero-section {
  padding: 80px 0;
  background: linear-gradient(to right, #fff3eb, #fffaf7);
  position: relative;
  z-index: 99;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('img/cubes.png');
  opacity: 0.2;
  z-index: -99;
}

.sub-title {
  display: inline-block;
  color: #222222;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #f36b21;
  margin-bottom: 25px;
}

.hero-content p {
  max-width: 850px;
  margin: auto;
  font-size: 18px;
  color: #555;
}

/* Content Box */
.about-section .container .row {
  background: #ffffff;
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* .content-box{
    background: #ffffff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
} */

.content-box p {
  margin-bottom: 20px;
  color: #555;
}

/* Event Card */

.event-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
  border-top: 5px solid #f36b21;
}

.event-card:hover {
  transform: translateY(-8px);
}

.event-day {
  display: inline-block;
  background: #f36b21;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.event-card h3 {
  font-size: 27px;
  font-weight: 700;
  /* margin-bottom: 15px; */
  color: #222;
}

.event-card h5 {
  color: #f36b21;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.event-card h6 {
  color: #7b2cbf;
  font-size: 19px;
}
.event-card p {
  color: #555;
}

/* Competition */

.competition-section {
  background: #fff3eb;
}

.main-btn {
  display: inline-block;
  margin-top: 15px;
  background: #f36b21;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s;
}

.main-btn:hover {
  background: #7b2cbf;
  color: #fff;
}

/* Responsive */

@media (max-width: 991px) {
  .hero-content h1 {
    font-size: 48px;
  }

  .section-title h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding: 80px 0;
  }

  /* .hero-content h1{
        font-size: 38px;
    } */

  .section-space {
    padding: 60px 0;
  }

  .content-box,
  .event-card {
    padding: 30px;
  }
}
/*==================== Competition Section ====================*/

.competition-section {
  background: #fff8f3;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

/* Section Title */

.section-title h2 {
  color: #f36b21;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.title-line {
  width: 70px;
  height: 3px;
  background: #7b2cbf;
  margin: 0 auto 20px;
  border-radius: 30px;
}

.section-title h6 {
  color: #7b2cbf;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}

.section-title p {
  color: #666;
  font-size: 15px;
}

/* Competition Box */

.competition-box {
  background: #ffffff;
  padding: 35px 20px;
  border-radius: 18px;
  transition: 0.4s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid #f5e4d8;
  /* height: 100%; */
}

.competition-box:hover {
  transform: translateY(-8px);
  border-color: #f36b21;
}

.competition-box i {
  font-size: 38px;
  color: #f36b21;
  margin-bottom: 18px;
}

.competition-box h5 {
  font-size: 17px;
  color: #333;
  font-weight: 600;
}

/* Register Card */

.register-card {
  background: #ffffff;
  padding: 55px 35px;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #f36b21;
  height: 100%;
}

.register-card h3 {
  color: #f36b21;
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 700;
}

.register-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 30px;
}

/* Button */

.register-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  background: linear-gradient(to right, #f36b21, #ff8c42);
  color: #fff;
  text-decoration: none;
  padding: 16px 22px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(243, 107, 33, 0.25);
}

.register-btn:hover {
  background: linear-gradient(to right, #7b2cbf, #9d4edd);
  color: #fff;
  transform: translateY(-4px);
}

.form-link {
  display: block;
  margin-top: 18px;
  color: #777;
  font-size: 14px;
  word-break: break-word;
}

/* Responsive */

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 34px;
  }

  .register-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .competition-box {
    padding: 25px 15px;
  }

  .competition-box i {
    font-size: 30px;
  }

  .competition-box h5 {
    font-size: 15px;
  }

  .register-card {
    padding: 35px 25px;
  }

  .register-card h3 {
    font-size: 24px;
  }
}

.home-content-img img {
  width: 100%;
}
.home-about-img img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.event-card-img img {
  width: 100%;
}
.competition-box img {
  height: 150px;
  padding-bottom: 30px;
}

/*==================== Footer ====================*/

.main-footer {
  background: linear-gradient(to right, #f36b21, #ff8c42);
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}

.footer-content img {
  max-width: 260px;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  padding: 15px;
  border-radius: 16px;
}

.footer-content h5 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  max-width: 700px;
  margin: auto auto 30px;
}

/* Contact */

.footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: #7b2cbf;
  padding: 14px 28px;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  transition: 0.4s;
  backdrop-filter: blur(10px);
}

.footer-contact a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.footer-contact i {
  font-size: 16px;
}

/* Bottom */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.9;
  color: #fff;
}

/* Responsive */

@media (max-width: 767px) {
  .main-footer {
    padding: 60px 0 25px;
  }

  .footer-content img {
    max-width: 200px;
  }

  .footer-contact a {
    width: 100%;
    justify-content: center;
  }
}

.gallery-section {
  padding: 60px 0;
}

.section-title {
  margin-bottom: 50px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transition: 0.4s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  color: #fff;
  font-size: 40px;
  transform: scale(0.8);
  transition: 0.3s;
}

.gallery-card:hover .gallery-overlay i {
  transform: scale(1);
}

.gallery-modal-content {
  background: transparent;
  border: none;
}

.modal-body img {
  border-radius: 12px;
  max-height: 85vh;
  object-fit: contain;
}

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background-color: #fff;
  opacity: 1;
}

.register-card h5 {
  color: #7b2cbf;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about-section .container .row {
    padding: 45px 0px;
  }
  .content-box {
    padding: 15px;
  }
  .register-btn {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .register-card h3 {
    font-size: 28px;
  }
}

.popup-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background: transparent;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  background-color: #fff;
  opacity: 1;
  padding: 10px;
  border-radius: 50%;
}

.popup-close:hover {
  opacity: 1;
}

.modal-dialog {
  max-width: 700px;
}

.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #7b2cbf;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 9999;
  display: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
  transform: translateY(-5px);
}

.back-to-top.show {
  display: block;
}

.about-kaladhara {
  background: #fffaf7;
  overflow: hidden;
}

.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.about-content {
  padding-left: 20px;
}

.section-subtitle {
  display: inline-block;
  color: #7b2cbf;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-content h2 {
  color: #f36b21;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.about-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .about-content {
    padding-left: 0;
  }

  .about-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .about-content h2 {
    font-size: 28px;
  }

  .about-content p {
    font-size: 15px;
  }
}

.founder-section {
  background: #fff8f3;
}

.founder-wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 60px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.founder-image {
  position: relative;
}

.founder-image img {
  width: 100%;
  border-radius: 25px;
  display: block;
}

.experience-badge {
  position: absolute;
  bottom: 25px;
  right: -20px;
  background: linear-gradient(135deg, #f36b21, #7b2cbf);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  min-width: 140px;
}

.experience-badge span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.experience-badge small {
  font-size: 13px;
}

.founder-tag {
  color: #7b2cbf;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.founder-content h2 {
  font-size: 54px;
  font-weight: 700;
  color: #f36b21;
  margin: 15px 0 25px;
}

.founder-content p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 18px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .founder-wrapper {
    padding: 0px;
  }

  .founder-content h2 {
    font-size: 40px;
  }

 
}

@media (max-width: 767px) {
  /* .achievement-strip{
        grid-template-columns:1fr;
    } */

  .founder-content h2 {
    font-size: 32px;
  }

  .experience-badge {
    right: 10px;
    bottom: 10px;
  }
}

.events-showcase {
  background: #fffaf7;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading span {
  color: #7b2cbf;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
}

.section-heading h2 {
  color: #f36b21;
  font-size: 48px;
  font-weight: 700;
  margin: 15px 0;
}

.section-heading p {
  color: #666;
  max-width: 650px;
  margin: auto;
}

.event-box {
  background: #fff;
  padding: 45px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.event-box:hover {
  transform: translateY(-8px);
}

.event-box span {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 60px;
  font-weight: 700;
  color: rgb(243 107 33 / 22%);
  line-height: 1;
}

.event-box h4 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
  text-align: center;
  margin: 0;
  /* padding-right:50px; */
}

@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 32px;
  }

  .event-box {
    padding: 25px;
  }

  .event-box h4 {
    font-size: 18px;
  }
}
.event-img img {
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .about-kaladhara .container .row {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 390px) and (max-width: 425px) {
  .register-card {
    padding: 35px 21px;
  }
}

.hero-video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1200px) {
  .hero-video {
    height: auto;
  }

  .hero-video video {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* 

@media only screen and (min-width:320px) and (max-width:374px){
     .hero-video{
        height:31vh;
    }
}
@media only screen and (min-width:375px) and (max-width:424px){
     .hero-video{
        height:36vh;
    }
}
@media only screen and (min-width:425px) and (max-width:574px){
     .hero-video{
        height:43vh;
    }
}
@media only screen and (min-width:575px) and (max-width:767px){
     .hero-video{
        height:55vh;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
     .hero-video{
        height:55vh;
    }
}
@media only screen and (min-width:992px) and (max-width:1023px){
     .hero-video{
        height:46vh;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px){
     .hero-video{
        height:46vh;
    }
}
@media only screen and (min-width:1201px) and (max-width:1300px){
     .hero-video{
        height:56vh;
    }
}
@media only screen and (min-width:1301px) and (max-width:1439px){
     .hero-video{
        height:57vh;
    }
}
@media only screen and (min-width:1440px){
     .hero-video{
        height:62vh;
    }
} */
