@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@700&display=swap");


*{
    margin: 0px;
    padding:0px;
    /* background-color: #daa4b5; */
}
.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  #popupVideo{
     width: 559px;
  }
  .sponsorheading{
    color: #83144B;
    font-size: 39px;
    align-content: center;
    /* padding-right: 251px; */
    padding-left: 36%;
    font-family: Zaptron;
  }
  .Sponsorpage{
     background: #ffdae6;
  }
  
  /* Popup content */
  .popup-content {
    position: relative;
    background-color: #080808;
    
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
    text-align: center;
  }
  
  /* Close button */
  .close {
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 23px;
    cursor: pointer;
    color: #d31f1f;
    font-weight: bold;
  }
  
  /* Hide the popup initially */
  .popup {
    display: none;
  }
  .controls {
    margin-top: 10px;
  }
  
  #toggleMute {
    position: absolute;
    top: 281px;
    right: 0px;
    padding: 11px;
    font-size: 24px;
    cursor: pointer;
    border: none;
    /* background-color: rgba(0, 0, 0, 0.7);
    color: white; */
    border: none;
    background-color: transparent;
    /* border-radius: 50%; */}
  



.playfair-display-body {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

@font-face {
    font-family: Zaptron;
    src: url('Zaptron-Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


.header{
    display: grid;
    color:#83144B;
    grid-auto-flow: column;
    justify-content: space-between;
    background-color: rgb(158, 146, 151);
    height: 95px;
    position: sticky;
    top: 0;
    z-index: 11;
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    backdrop-filter: blur(10px); /* Blur effect */
    border: 1px solid rgba(255, 255, 255, 0.3); 

}
#logo{
    width:115px;
}
.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color:#83144B;
    padding: 20px;
}
.menuline:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    transform: scaleX(0);
    transition:all .5s ease;
    bottom: 0;
    left: 0;
}

.menulist li{
    list-style: none;
    padding: 20px;
}
.menulist li a {
    color: #83144B;
    text-decoration: none;
    font-size: 20px;
    font-family: "Cinzel", serif;

}
.menulist li a:hover{
    color: white;
}

.menulist{
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    height: 95px;
}
.headlogo {
    margin-left: 52px;
    align-items: center;
    display: flex;
    font-size: 38px;
}
.datetime{
    font-size: 41px;
    color: #83144B;
    margin-top: 40px;
    padding: 21px;
    border: solid 1px;
    justify-self: center;
    width: 541px;
    border-radius: 27px;
    font-family:'Times New Roman', Times, serif;
}




.datetime h5, .datetime p, .countdown span{
   font-family:'Times New Roman', Times, serif;
  font-weight: 200;
  font-style: normal;
  color: #83144B;
    word-spacing: 4px;
}
.count{
    padding-top: 11px;
}
/* home */
.homepara p{
    color: #83144B;
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-style: italic;
}
.homepara h2, .homepara h3{
    color: #83144B;
    font-family: "Cinzel", serif;
    color: transparent;
    font-weight: 800;
    /* -webkit-text-fill-color: transparent; */
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    /* margin: 0px; */
    background: linear-gradient(45deg, rgba(255, 225, 230, 0.763), rgb(0, 0, 1), #83144B) 0% 0% / 200% text;
    animation: 4s linear 0s infinite normal none running gradient;

}
@keyframes gradient{
    0% {
        background-position: 0% center;
    }
    
    100% {
        background-position: -200% center;
    }
}

.homepage{ 
    /* height: 80vh; */
    display: grid;
    grid-template-columns: 70% 30%;
    justify-content: center;
    /* padding: 80px 52px 50px; */
    background-image: url(img/hback.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 5px;
    text-align: center;  
}
.highlights-Link{
    color: #83144B;
    font-size: 43px;
    font-family: Zaptron;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallerylink{
    text-decoration: none;
    /* cursor: pointer; */
}


/* collage name */
.clg img{
    width:99px;
}
.clg h1{
    color: #83144B;
    font-size: 39px;
    align-content: center;
    /* padding-right: 251px; */
    font-family: Zaptron;
}
.clg{
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    /* margin-right: 270px;
    margin-left: 49px; */
}
.dept{
        color: #83144B;
    font-size: 18px;
    align-content: center;
    /* padding-right: 251px; */
    font-family: Zaptron;
}

#D{
    margin: 0px -19px;
    width:61px;
}
.theback button{
    background-color: #CC4B74;
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-family:'Times New Roman', Times, serif;
  font-weight: 200;
  font-style: normal;
  color: #83144B;
    word-spacing: 4px;
    margin: 7px 42px;
    width: 125px;
}

.hexaimg{
    width: 166px;
}


.regbtn {
  
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  border-radius: 30px;
  border: 1px solid #8F9092;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #a90b4d;
  text-shadow: 0 1px #fff;
  padding:13px 24px;
  text-align: center;


  cursor: pointer;
  display: inline-block;
 
  text-decoration: none;
  transition: all 250ms;
  
  font-size: 17px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-top: 31px;
 
}
/* 
.regbtn{
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  width: 150px;
  height: 50px;
  
  transition: all 0.2s ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #606060;
  text-shadow: 0 1px #fff;
  padding:13px 24px;
  text-align: center;
  
} */
.regbtn:hover {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
}

.regbtn:active {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}

.regbtn :focus {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}


.theback button:hover {
    box-shadow: 0 0 20px 5px #e721bc;
    background: transparent;
    background-color: #CC4B74; 
    
}


.title{
    font-size: 77px;
    font-weight: 400;   
    /* margin-right: 359px;  */
    
}


.subtitle{
    font-size: 32px;
    /* margin-right: 367px; */
} 


#timeLeft{
    display:grid;
}
.countdown {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    padding-top: 20px;
    gap: 20px;
}
.countdown div span{
    font-size: 17px;
}
.countdown div{

    flex-basis: 100px;
    width: 101px;
    margin: -2px;
    padding: 8px;
    border: solid;
    border-radius: 60px;
}
.countdown div p{
        font-size: 51px;
    margin-bottom: -14px;
}
/* about */
#aboutvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    z-index: -1;
}
#domainvideo {
    position: absolute;
    width: 100%;
    height: 187%;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 46%;
} 
#timevideo {
    position: absolute;
    width: 100%;
    height: 120%;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 46%;    
} 
#expertvedio {
    position: absolute;
    width: 100%;
    height: 185%;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 30%;    
} 
#prizevideo {
    position: absolute;
    width: 100%;
    height: 150%;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 46%;    
} 

#faqvideo {
    position: absolute;
    width: 100%;
    height: 1012px;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 46%;
} 
.abouthead{
    text-align: center;
    font-size: 57px;
    color:#83144B;
    padding-top: 78px;
    font-family: Zaptron;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    margin: 0px;
    background: linear-gradient(45deg, rgba(255, 225, 230, 0.763), rgb(0, 0, 0), #daa520) 0% 0% / 200% text;
    animation: 4s linear 0s infinite normal none running gradient;

}

.aboutpage{

   
    display: grid;
    grid-auto-flow: column;
    /* background: url('backvedio.mp4') no-repeat center center fixed;
    background-size: cover; */
    /* background-size: cover;
    background-position: center; */
    /* height: 100vh; */
    color: white;
    border-image: fill 0 linear-gradient(#0003, #000);
    
}
.aboutpara{
    
    font-size: 23px;
    padding: 16px 183px 0px;
    text-align: justify;
    

}
.aboutpara p{
    margin-top: 20px;
    font-family:'Times New Roman', Times, serif;
    font-weight: 200;
    font-style: normal;
    color: #83144B;
    word-spacing: 4px;
    /* display: flex;
    justify-content: space-between; */

}
.aboutimg img{
    max-width: 726px;
    max-height: 1061px;
    height: 100%;
    width: 100%;
}
  
/* guidelines */
 .guidlinepage{
    padding: 23px 0px 87px;  
    /* background-color:black; */
    /* background-image: url('img/home1.jpg'); */
    background-size: cover;
    background-position: center;
    background: #ffdae6;
    /* height: 100vh; */
}
#myVideo {
    /* max-width: 1516px; */
    max-width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: -1;
}
/* #mymobileVideo{
    display: none;
} */
.para{
    display: grid;
    grid-auto-flow: column;
    gap: 168px;
    justify-content: center;

}
.guidlinepage h1{
    font-size: 57px;
    text-align: center;
    color: #83144B;
    margin-bottom: 20px;
    padding-top: 44px;
    font-family: Zaptron;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    margin: 0px;
    background: linear-gradient(45deg, rgba(255, 225, 230, 0.763), rgb(0, 0, 0), #daa520) 0% 0% / 200% text;
    animation: 4s linear 0s infinite normal none running gradient;

}
.paraleft {
    display: grid;
    grid-auto-flow: row;
    gap: 30px;
}
.pararight{
    display: grid;
    grid-auto-flow: row;
    gap: 30px;
}
.guid{
    background-color: #CC4B74;
    display: grid;
    grid-auto-flow: column;
    border-radius: 10px;
    height: 226px;

}

.style{
    background: #83144B;
    width: 172px;
    border-bottom: 10px solid #CC4B74;
    border-top: 10px solid #CC4B74;
        border-radius: 10px;


}

.do{
    position: absolute;
    width: 64px;
    height: 0px;
    border-top: 112px solid transparent;
    border-right: 116px solid #CC4B74;
    border-bottom: 112px solid transparent;
}
.line{
    padding: 20px;
}

.guidlinepage img{
    max-width: 396px;
    margin-left: 492px;
} 

/* Domain */
.domains{
    display:grid;
    grid-auto-flow: column;
    /* margin-left: 52px; */
    overflow-x: scroll;
    gap: 29px;
    margin-left: 13px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    font-family:'Times New Roman', Times, serif;
}
.domains::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Chrome, Edge, and Safari */
}
.domain1 a{
    text-decoration: none;
    color: #2d2102;
}
.domain1 h2{
    text-align: center;
   font-family:'Times New Roman', Times, serif;
  font-weight: 200;
  font-style: normal;
  color: #e5d6d6;
    word-spacing: 4px;
}
.domainpage h1{
    font-size: 82px;
    text-align: center;
    padding: 83px 48px 48px;
    color:#83144B;
    font-family: Zaptron;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    margin: 0px;
    background: linear-gradient(45deg, rgba(255, 225, 230, 0.763), rgb(0, 0, 0), #daa520) 0% 0% / 200% text;
    animation: 4s linear 0s infinite normal none running gradient;

}
.domain1{
    border-radius: 4px;
    background: #f48fb1; /* Semi-transparent */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    backdrop-filter: blur(10px); /* Blur effect */
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 227px;
    height: 346px;
    transform-style: preserve-3d;
    transition: all 0.8s ease;
}

.domainpage{
    /* background-image: url('img/homeright.jpg');
     background-size: cover;
     background-position: center; */
     /* height: 100vh; */
    padding: 0px 10px;
    height: 690px;
    padding-bottom: 192px;
    
}
.domain1{
    position: relative;
    border-radius: 4px;
    background:#e3b7c6; /* Semi-transparent */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    backdrop-filter: blur(10px); /* Blur effect */
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 227px;
    height: 346px;
    transform-style: preserve-3d;
    transition: all 0.8s ease;
    
  }

.domains img{
    width: 192px;
    height: 220px;
    margin: 18px;   
}

/* .thecard{
    position: relative;
    top: 0;
    left: 0;
    width: 227px;
    height: 346px;sponsorvedio
    border-radius: 10px;
    transform-style: preserve-3d;
    transition: all 0.8s ease; */
    /* box-shadow: rgb(255 0 0) 0px 4px 20px 0px; */
/* } */
.thecard{
    position: relative;
    top: 0px;
    left: 0px;
    width: 227px;
    height: 346px;
    border-radius: 10px;
    transform-style: preserve-3d;
    transition: 0.8s;
}
.thecard {
    position: relative;
    >.thefront,
    >.theback {
        display: block;
        transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
        transition-duration: .3s;
        transition-property: transform, opacity;
    }
    >.thefront {
        transform: rotateY(0deg);
    }
    >.theback {
        position: absolute;
        opacity: 0;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        transform: rotateY(-180deg);
    }
    &:hover {
        >.thefront {
            transform: rotateY(180deg);
        }
        >.theback {
            opacity: 1;
            transform: rotateY(0deg);
        }
    }
    &.flip-vertical {
        >.theback {
            transform: rotateX(-180deg);
        }
        &:hover {
            >.thefront {
                transform: rotateX(180deg);
            }
            >.theback {
                transform: rotateX(0deg);
            }
        }
    }
}

  /* .thecard:hover{
    transform: rotateY(180deg);
  } */

 

   .thefront{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
    overflow: hidden;
    /* background: #b63838; */
    color: #000;
   
    border-radius: 4px;
    background: rgba(61, 53, 53, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .thefront h2{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: normal;
    color: #AD1457;
    word-spacing: 4px;
  }
  
 /* .theback button{
    padding:10px;
    margin:10px;
    background-color: #8a6806;
    border-radius: 4px;
    border-color: #8a6806;
 } */
.theback a{
    color: #2d2102;
    text-decoration: none;

}
  .theback{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
    overflow: hidden;
    /* background: #ff6565; */
    border-radius: 4px;
    background: rgba(61, 53, 53, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    text-align: center;
    transform: rotateY(180deg);
    align-content: center;
    display: grid;
    gap: 15px;
    justify-content: center;
  }
  .theback p{
    color: #83144B;
    padding: 10px;
  }
  
 
  .thefront h1, .theback h1{
    padding: 30px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
  }
  
  .thefront p, .theback p{   

    font-weight: normal;
    font-size: 20px;
    text-align: center;
    font-family:'Times New Roman', Times, serif;
  }





.problem-btn{
    padding: 20px;
    border: #83144B;
    border-radius: 29px;
    margin: 40px;
    margin-left: 45%;
    background-color: #CC4B74;
    
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    font-family:'Times New Roman', Times, serif;
  font-weight: 200;
  font-style: normal;
  color: #83144B;
    word-spacing: 4px;
}
/* prize */
/* .prizepage{
  
    background-image: url('img/home1.jpg');
    background-size: cover;
    background-position: center;
   
} */
.prizepage h1{
    text-align: center;
    padding: 83px 20px 20px;
    font-size: 82px;
    color:#83144B;
    font-family: Zaptron;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    margin: 0px;
    background: linear-gradient(45deg, rgba(255, 225, 230, 0.763), rgb(0, 0, 0), #daa520) 0% 0% / 200% text;
    animation: 4s linear 0s infinite normal none running gradient;

}
.prizepagee{
    background: #ffdae6;
}
.prizepage p{
    text-align: center;
    padding:20px;
    font-size: 50px;
    color:#83144B;

}
.prizeimgs{
    display: grid;
    grid-auto-flow: row;
    gap: 10px;
}
.prizeimgs img{
    width: 192px;
    height: 220px;
    box-shadow: black;
 
} 
.prize1{
    display: grid;
    justify-content: center;
}

.prize2{
    display: grid;
    grid-auto-flow: column;
    justify-content: space-around;
}

.prizethree, .prizetwo{
    display: grid;
}
.prizethree img,.prizetwo img,.prize1 img{
    justify-self: center;
}

.cubecontent {
    padding: 2rem;
    transition: filter 0.3s ease;
  }
  .cube-wrapper {
    position: absolute;
    /* top: 290rem;
    right: 10rem;
    width: 100px;
    height: 100px; */
    top: 30rem;
    right: 40rem;
    width: 69px;
    height: 91px;
    perspective: 1000px;
    cursor: pointer;
    z-index: 10;
  }
  
  .image-wrapper {
    width: 355px;
    height: 380px;
    border-radius: 20px;
    border-color: rgb(218, 165, 32);
    box-shadow: rgb(218, 165, 32) 0px 0px 5px, rgb(218, 165, 32) 0px 0px 5px, rgb(218, 165, 32) 0px 0px 20px;
  }
  
    .box-img img {
        width: 176px;
        height: 191px;
        transition: transform 0.3s ease;
        animation: bounce 1s infinite;
    }

    
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);}
    }
    .cube-wrapper path {
        fill: transparent;
      }
      
    
  /* .glowing-text {
    font-size: 3rem;
    color: #fff;
    transition: text-shadow 0.5s ease-in-out;
    text-shadow: 0 0 10px #daa520, 0 0 20px #daa520, 0 0 30px #daa520,
      0 0 40px #daa520;
   }
    */
   

  
  .cube {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    animation: rotate 20s infinite linear;
  }
  
  .cube-face {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #CC4B74;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    border: 2px solid #fff;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.5);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .cubefront { transform: translateZ(50px); }
  .cubeback { transform: translateZ(-50px) rotateY(180deg); }
  .cuberight { transform: rotateY(90deg) translateZ(50px); }
  .cubeleft { transform: rotateY(-90deg) translateZ(50px); }
  .cubetop { transform: rotateX(90deg) translateZ(50px); }
  .cubebottom { transform: rotateX(-90deg) translateZ(50px); }
  
  @keyframes rotate {
    from { transform: rotateX(-20deg) rotateY(0); }
    to { transform: rotateX(-20deg) rotateY(360deg); }
  }
  
  /* Gallery Modal Styles */
  .gallery-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .gallery-modal.active {
    /* display: flex;
    opacity: 1;
    
    align-items: center; */
    display: flex;
        opacity: 1;
        justify-content:center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        /* overflow-x: scroll;
        scroll-behavior: smooth;
        scrollbar-width: none; */
        
       
  }
  .gallery-content{
   background: transparent;
    border-radius: 20px;
    width: 355px;
    height: 380px;
    display: grid;
    grid-auto-flow: column;
    margin: 12px;
    
    
  }
  .supriseline{
    display: grid;
    grid-auto-flow: column;
    justify-content: space-around;
  }
  .surprise-image {
    width: 355px;
    height: 380px;
    border-radius: 20px;
}
 
  
  /* .gallery-content {
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    width: 90%;
    max-width: 700px;
    position: relative;
  } */
  
  .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: white;
    z-index: 2;
  }
  
  .gallery-container {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    aspect-ratio: 16/9;
  }
  
  .gallery-track {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .gallery-slide {
    min-width: 100%;
    height: 100%;
  }
  
  .gallery-slide img {
    width: 368px;
    height: 351px;
  }

  .gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 24px;
    backdrop-filter: blur(4px);
    transition: background-color 0.3s;
  }
  
  .gallery-nav:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  
  .prev { left: 1rem;background-color: black; }
  .next { right: 1rem; background-color: black;}
  
  .gallery-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 94px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .dot.active {
    background: #CC4B74;
  }
 
/* .timelinepage{
    /* height: 618px; */
    /* padding: 46px 62px; */
    /*background-image: url('img/homeright.jpg');
    background-size: cover;
    background-position: center; 
     
} */
 .timelinepage{
    padding-top: 112px;
    background: #ffdae6;
 }
.timegrid{
    display: grid;
    grid-auto-flow: row;
    gap: 30px;
    padding: 0px 62px;
    
}
.timeup{
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
}
.timedown{
    display: grid;
    grid-auto-flow: column;
    justify-content: space-evenly;

}
.timeup h2, .timeup p, .timedown h2,.timedown p{
  font-family:'Times New Roman', Times, serif;
  font-weight: 200;
  font-style: normal;
  color: #e5d6d6;
    word-spacing: 4px;
    
}
.timeup div{
    width: 271px;
    border-radius: 20px;
    height: 239px;
    background-color: #CC4B74;
    display: grid;
    align-content: center;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.timedown div{
    width: 281px;
    height: 239px;
    border-radius: 20px;
    background-color: #CC4B74;
    display: grid;
    align-content: center;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.timelinepage h1{
    text-align: center;
    font-size: 62px;
    margin: 0px 0px 26px;
    color:#83144B;
    padding-top: 44px;
    font-family: Zaptron;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    margin: 0px;
    background: linear-gradient(45deg, rgba(255, 225, 230, 0.763), rgb(0, 0, 0), #daa520) 0% 0% / 200% text;
    animation: 4s linear 0s infinite normal none running gradient;

}



@keyframes gradient{
    0% {
        background-position: 0% center;
    }
    
    100% {
        background-position: -200% center;
    }
}

.emptyline{
    border: solid;
    justify-self: center;
    width: 100%;
    max-width: 1120px;
    color: #83144B;
    position: absolute;
    align-self: center;

}
.dotgrid{
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    width: 1126px;
    justify-self: center;
    z-index: 1;
}
.dot1{
    background-color: #db2626;
    border: solid black;
    width: 13px;
    border-radius: 73px;
    height: 13px;
    /* position: absolute;
    margin-top: 264px ;
    margin-left:112px; */
}
.dot2{
    background-color: #db2626;
    border: solid black;
    width: 13px;
    border-radius: 73px;
    height: 13px;
    /* position: absolute;
    margin-top: 264px ;
    margin-left: 403px; */
}
.dot3{
    background-color: #db2626;
    border: solid black;
    width: 13px;
    border-radius: 73px;
    height: 13px;
    /* position: absolute;
    margin-top: 264px ;
    margin-left: 684px; */
}
.dot4{
    background-color: #db2626;
    border: solid black;
    width: 13px;
    border-radius: 73px;
    height: 13px;
    /* position: absolute;
    margin-top: 264px ;
    margin-left: 963px; */
}
.dot5{
    background-color: #db2626;
    border: solid black;
    width: 13px;
    border-radius: 73px;
    height: 13px;
    /* position: absolute;
    margin-top: 264px ;
    margin-left: 1244px; */
}
.timegrid h2, .timegrid p{
    text-align: center;
    color: #83144B;
    
} 
.timegrid h2{
    font-size: 30px;
}
.timegrid p{
    font-size: 24px;
}

/* faqs */
.faqpage {
        padding: 0px 52px;
        background:#ffdae6;
        /* backgrond-image: url('img/homeright.jpg');
        background-size: cover;
        background-position: center;    */
}

.faqpage h1 {
    text-align: center;
    margin-bottom: 38px;
    color: #83144B;
    font-size: 62px;
    padding: 98px 20px 20px;
    font-family: Zaptron;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    margin: 0px;
    background: linear-gradient(45deg, rgba(255, 225, 230, 0.763), rgb(0, 0, 0), #daa520) 0% 0% / 200% text;
    animation: 4s linear 0s infinite normal none running gradient;
}




.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
}

.faq-question {
    font-size: 21px;
    color: #83144B;
    padding: 25px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2); 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    backdrop-filter: blur(10px); /* Blur effect */
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-family:'Times New Roman', Times, serif;
    font-weight: 200;
    font-style: normal;
    word-spacing: 4px;
}

.faq-answer {
    display: none;
    font-size: 20px;
    color: #83144B;
    padding: 24px 42px;
    background-color: #e196ae;
    border-radius: 5px;
    margin-top: 5px;
    font-family:'Times New Roman', Times, serif;
    font-weight: 200;
    font-style: normal;
    word-spacing: 4px;
}
/* footer */
.footerpage{
    background-color: #e196ae;
    display: grid;
    grid-auto-flow: column;
    padding: 92px 250px;

}
.flogo h2
{
    padding:0px;
    margin-left: -5px;
    font-size: 20px;
}

.header {
    animation: fadeIn 1s ease-in-out;
    background: #fdf0f4;
}

/* Home Page Text */
.homepara, .title, .subtitle {
    animation: slideIn 1.5s ease-out;
}

.regbtn a{
    text-decoration: none;
    color: #C2185B;
    font-size: 21px;
}





/* About Section */
.aboutpage {
    animation: fadeIn 2s ease-in;
}

.aboutpara {
    animation: slideIn 2s ease-in;
    background: #ffdae6;
    
}

/* Guidelines Section */
.guid {
    animation: fadeIn 1.5s ease-in-out;
}

/* .guidlinepage h1 {
    animation: slideIn 2s ease-in;
} */

.guidlinepage, .para {
    animation: fadeIn 2s ease-out;
}

/* Domains Section */
.domainpage {
    animation: slideIn 2.5s ease-in-out;
    background: #ffdae6;
    
}

.domain1 {
    animation: pulse 3s infinite;
}
#backbtn,#nextbtn{
    display: block;
    width: 50PX;
    cursor: pointer;
    
}
.boxs-wrap {
    display: flex;
    align-items: center;
    margin: 50px 0px ;
}
/* Prize Section */


.prizeimgs img {
    animation: pulse 4s infinite;
    transition: transform 0.3s;
}

.prizeimgs img:hover {
    transform: scale(1.1); /* Enlarge on hover */
}

.prizeimgs p{
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-style: normal;
  color: #83144B;
  word-spacing: 4px;
}

/* Timeline Section */


.timeup div, .timedown div {
    animation: slideIn 2.5s ease-out;
}

/* FAQ Section */
.faq-item {
    animation: fadeIn 1.5s ease-in-out;
}

.faq-question {
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #e196ae; 
}
.faq{
    margin: 0px 148px;
}
/* Footer Section */
.footerpage {
    animation: fadeIn 2s ease-in;
}
.footerpage h2,.footerpage p{
  font-family:'Times New Roman', Times, serif;
  font-weight: 200;
  font-style: normal;
  color: #83144B;
    word-spacing: 4px;
}
/* Add general transitions for smooth effects */
/* * {
    transition: all 0.3s ease-in-out;
} */
.line h2 ,.line p{
  font-family:'Times New Roman', Times, serif;
  font-weight: 200;
  font-style: normal;
  color: #83144B;
    word-spacing: 4px;

}
#flogo{
    width: 144px;
    
    /* padding-left: 83px; */
}
.icons {
    display: flex;
        /* grid-auto-flow: column;
        align-items: center; */
}
.icons img{
    width: 32px;
    height: 32px;
    padding: 5px;
    
}

.cdet img{
    width: 32px;
    height: 32px;
    padding: 5px;
}

.flogo{
    display: grid;
    grid-auto-flow: row;
}
/* .flogo div{
        padding-top: 47px;
        padding-left: 35px;
} */
 .foot{
    padding-top: 47px;
    padding-left: 10px;
 }
.cdet{
    display: grid;
    grid-template-columns: 7% 93%;
    gap: 10px;
    padding-top: 11px;
    font-size: 25px;
}
.footerpage h2{
    font-size:22px;
    color: #83144B;
    margin-top: -14px;
}
.contact p{
    color:#83144B;
}
.contact{
    /* padding-left: 180px; */
    padding-top: 47px;
}
.contact h2{
    font-size: 40px;
}

/* guidlinepage */
.cards {
  position: relative;
  list-style-type: none;
  padding: 0;
  max-width: 34em;
  margin: 1% auto 0;
}
.card {
  position: absolute;
  top: 0;
    width: 100%; 
  left: 0;
  z-index: 2;
  background:  radial-gradient(ellipse farthest-corner at right bottom,
            #D6869F 0%,
            #CC4B74 20%,
            #83144B 50%,
            transparent 85%),
        radial-gradient(ellipse farthest-corner at left top,
            #FFE6EF 0%,
            #D6869F 25%,
            #CC4B74 50%,
            #83144B 75%);
  font-family:'Times New Roman', Times, serif;
  border-radius: 30px;
  padding: 40px;
  perspective: 1000px;
  height: 248px;
  box-shadow: 0 0 40px #000;
  transform: translateY(0) rotate(4deg) translateX(25px) scale(1);
  transform-origin: 0 0;
  transition: transform 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s, background 0.4s linear;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

}
.card :last-child {
  margin-bottom: 0;
}
.card--next {
  z-index: 5;
  transform: translateY(-25px) rotate(4deg) translateX(25px) scale(1);
}
.card--out {
  -webkit-animation: card-out 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
          animation: card-out 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  z-index: 1;
  background:  radial-gradient(ellipse farthest-corner at right bottom,
            #D6869F 0%,
            #CC4B74 20%,
            #83144B 50%,
            transparent 85%),
        radial-gradient(ellipse farthest-corner at left top,
            #FFE6EF 0%,
            #D6869F 25%,
            #CC4B74 50%,
            #83144B 75%);
}
@-webkit-keyframes card-out {
  0% {
    z-index: 20;
    transform: translateY(0px) rotate(-4deg);
  }
  50% {
    transform: translateY(-120%) rotate(-5deg) translateX(-40px);
  }
  80% {
    z-index: 1;
  }
  100% {
    transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  }
}
@keyframes card-out {
  0% {
    z-index: 20;
    transform: translateY(0px) rotate(-4deg);
  }
  50% {
    transform: translateY(-120%) rotate(-5deg) translateX(-40px);
  }
  80% {
    z-index: 1;
  }
  100% {
    transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  }
}
.card--current {
  cursor: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  position: relative;
  z-index: 10;
  opacity: 1;
  background:  radial-gradient(ellipse farthest-corner at right bottom,
            #D6869F 0%,
            #CC4B74 20%,
            #83144B 50%,
            transparent 85%),
        radial-gradient(ellipse farthest-corner at left top,
            #FFE6EF 0%,
            #D6869F 25%,
            #CC4B74 50%,
            #83144B 75%);
  transform: rotate(-1deg) translateX(0%) scale(1);
}
.card h2{
    padding-bottom: 10px;
    text-align: center;
}
.card p{
    font-size: 18px;
    font-weight: 500;
    font-family: "Cinzel", serif;
}
.card .td{
     font-family: "Cinzel", serif;
    font-weight: 400;
    
    font-size: 27px;
}

/* font animation */

.container {
  display: flex;
/*   border:1px solid red; */
  /* height: 100%; */
  align-items: center;
  
}

.container svg {
    display: block;
    width: 100%; 
    height: 100%;
    margin: 0 auto;
    /* margin-top: -164px; */
}

#s-text text{
    font: 130px 'Montserrat','Times New Roman', Times, serif;
}
#s-textD text{
    font: 100px 'Montserrat','Times New Roman', Times, serif;
}
#s-textG text{
    font: 83px 'Montserrat','Times New Roman', Times, serif;
}
#s-textT text{
    font: 98px 'Montserrat','Times New Roman', Times, serif;
}
#s-textP text{
    font: 91px 'Montserrat','Times New Roman', Times, serif;
}
#s-textI text{
    font: 65px 'Montserrat','Times New Roman', Times, serif;
}
#s-textF text{
    font: 59px 'Montserrat','Times New Roman', Times, serif;
}
#s-textS text{
    font: 90px 'Montserrat','Times New Roman', Times, serif;
}
#s-textC text{
    font: 50px 'Montserrat','Times New Roman', Times, serif;
}
#s-textZ text{
    font: 50px 'Montserrat','Times New Roman', Times, serif;
}
#s-textA text{
    font: 60px 'Montserrat','Times New Roman', Times, serif;
}
#s-textH text{
    font: 60px 'Montserrat','Times New Roman', Times, serif;
}
#s-textK text{
    font: 60px 'Montserrat','Times New Roman', Times, serif;
}
#s-textGA text{
    font: 60px 'Montserrat','Times New Roman', Times, serif;
}
.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 3px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
  stroke: #83144B;
  animation-delay: -1;
}

.text-copy:nth-child(2){
  stroke: #83144B;
  animation-delay: -2s;
}

.text-copy:nth-child(3){
  stroke: #83144B;
  animation-delay: -3s;
}

.text-copy:nth-child(4){
  stroke: #83144B;
  animation-delay: -4s;
}

.text-copy:nth-child(5){
  stroke: #83144B;
  animation-delay: -5s;
}


@keyframes stroke-offset{
  100% {stroke-dashoffset: -35%;}
}

/* datetime animation */
.datetime{
    position: relative;
    /* border-top: 1px solid rgba(255, 49, 49, 0.5);
  border-right: 1px solid rgba(0, 255, 255, 0.5);
  border-bottom: 1px solid rgba(57, 255, 20, 0.5);
  border-left: 1px solid rgba(255, 255, 113, 0.5); */
}
.top,.right,.bottom,.left {
  position: absolute;
  border-radius: 100vmax;
}

.top {
   top: 0;
  left: 0;
  width: 0; 
  height: 5px; 
  background: linear-gradient(
    90deg,
    transparent 50%,
    #83144B,
    #CC4B74
  );
}

.bottom {
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    #83144B,
    #CC4B74
    transparent 50%
  );
}

.right {
  top: 0;
  right: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(
    180deg,
    transparent 30%,
   #83144B,
    #CC4B74
  );
}

.left {
  left: 0;
  bottom: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(
    180deg,
   #83144B,
    #CC4B74
    transparent 70%
  );
}

.top {
  animation: animateTop 3s ease-in-out infinite;
}

.bottom {
  animation: animateBottom 3s ease-in-out infinite;
}

.right {
  animation: animateRight 3s ease-in-out infinite;
}

.left {
  animation: animateLeft 3s ease-in-out infinite;
}

@keyframes animateTop {
  25% {
    width: 100%;
    opacity: 1;
  }

  30%,
  100% {
    opacity: 0;
  }
}

@keyframes animateBottom {
  0%,
  50% {
    opacity: 0;
    width: 0;
  }

  75% {
    opacity: 1;
    width: 100%;
  }

  76%,
  100% {
    opacity: 0;
  }
}

@keyframes animateRight {
  0%,
  25% {
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
    height: 100%;
  }

  55%,
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes animateLeft {
  0%,
  75% {
    opacity: 0;
    bottom: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: 100%;
  }

  
}
.sponcerlogo{
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
}
.sponcerlogo img{
    width: 137px;
}
#td{
    width:35px;
}
.dom_line{
        text-align:center; 
        color:#83144B;
        font-size: 23px;
        font-family: 'Times New Roman', Times, serif;
    }
.td{
    /* font-family: "Pacifico", serif; */
    font-weight: 400;
    font-style: normal;
    color: rgb(195 4 86);
    font-size: 27px;
}
.title .td{
   font-size: 101px;
    font-weight: 800;
    color: rgb(147 37 84);
    font-family: "Cinzel", serif;
}

/* Industrial Experties */
:root {
  /* Colors */
  --brand-color: hsl(321, 100%, 50%);
  --black: hsl(0, 0%, 0%);
  --white: hsl(0, 0%, 100%);
  /* Fonts */
  --font-title: "Montserrat", sans-serif;
  --font-text: "Lato", sans-serif;
} 
.industrypage{
    background: #ffdae6;
}

.experts{
    display: grid;
    grid-auto-flow: row;
    gap: 74px;
    
    
}
.experts-list{
    display: grid;
    grid-auto-flow: column;
    gap: 15px;
    justify-content: space-around;
}

.cardI__title span{
    font-size: 10px;
}
.cardI__content--container h2 {
  font-size: 20px;
  font-family: var(--font-title);
  color: var(--white);
  line-height: 0.8;
}

.cardI__content--container p {
  font-family: var(--font-text);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--white);
}

  .flow > * + * {
  margin-top: var(--flow-space, 1em);
}  

/* CARD COMPONENT */

.cardI {
  display: grid;
  place-items: center;
      width: 15vw;
    max-width: 21.875rem;
    height: 16.125rem;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.cardI > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.cardI__background {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
    width:1920;
    height:2193;
}

#rajar {
  --flow-space: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 27%;
    width: 83%;
    padding: 0% 1.25rem 1.875rem;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
  );
}
.cardI__content {
    --flow-space: 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-end;
    height: 52%;
    width: 83%;
    padding: 0% 1.25rem 1.475rem;
     background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
  );
}

#raja{
   height: 7%; 
}


.cardI__content--container {
  --flow-space: 1.25rem;
}

.cardI__title {
  position: relative;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
}

.cardI__title::after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: calc(100% + 1.25rem);
  bottom: calc((1.25rem - 0.5rem) * -1);
  left: -1.25rem;
  background-color: var(--brand-color);
}
/* @-webkit-keyframes rightThenLeft {
    0%   {left: 0%;}
    50%  {left: 100%;}
    100% {left: 0%;}
}
.marquee {
    position: absolute;
    white-space: nowrap;
    -webkit-animation: rightThenLeft 4s linear;
} */
 #pot img{
    padding-right: 25px;
 }
.p{
    margin: 0px;
}
#sashank{
 height:75%; 
 padding-bottom:30px;
}
#athira{
    height: 60%;
}
.alert{
    color: #ff0024;
    font-size: 23px;
    padding-top: 21px;
}
.carousel {
    /* ... */
    > * {
      flex: 0 0 100%;
    }
  }

  /* Group the cards for better structure. */
  .group {
    display: flex;
    gap: 20px;
    /* Add padding to the right to create a gap between the last and first card. */
    padding-right: 20px;
    will-change: transform; /* We should be nice to the browser - let it know what we're going to animate. */
    animation: scrolling 26s linear infinite;
  }
  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .carousel {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1281px;
    overflow: hidden;
    display: flex;
    
  }

    
    .carousel:hover .group {
      animation-play-state: paused;
    }
  
  .logocard {
    
    color: white;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 10%) 5px 5px 20px 0;
    padding: 20px;
    font-size: xx-large;
    justify-content: center;
    align-items: center;
    width: 256px;
    height: 119px;

    &:nth-child(1) {
      background: #fff;
    }

    &:nth-child(2) {
      background: #fff;
    }

    &:nth-child(3) {
      background: #fff;
    }
    &:nth-child(4) {
        background: #fff;
      }
      &:nth-child(5) {
        background: #fff;
      }
      &:nth-child(6) {
        background: #fff;
      }
      &:nth-child(7) {
        background: #fff;
      }
      &:nth-child(8) {
        background: #fff;
      }
      &:nth-child(9) {
        background: #fff;
      }
      &:nth-child(10) {
        background: #fff;
      }

      &:nth-child(11) {
        background: #fff;
      }
      &:nth-child(12) {
        background: #fff;
      }
      &:nth-child(13) {
        background: #fff;
      }
      &:nth-child(14) {
        background: #fff;
      }
      &:nth-child(15) {
        background: #fff;
      }
     &:nth-child(16) {
        background: #fff;
      }
        /*
      &:nth-child(17) {
        background: #fff;

      }
      &:nth-child(18) {
        background: #fff;
        
      } */

  }
.logocard img {
    width: 256px;
    height: 117px;
}
.gift-kit{
    background: #ffdae6;
}

/* .gallery_wrapper {
	--img-size: calc(100px - 0.5rem / 2);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(6, var(--img-size));
	grid-template-rows: repeat(4, var(--img-size));
    margin:0px 0px 180px 500px;
} */
/* .gallery_wrapper {
	--img-size: calc(100px - 0.5rem / 2);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(6, var(--img-size));
	grid-template-rows: repeat(4, var(--img-size));  
	transform: scale(1);
	width: fit-content;     
	margin: 0 auto;          
	transform-origin: top center; 

} */
 .gallery_wrapper {
	--img-size: calc(100px - 0.5rem / 2);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(6, var(--img-size));
	grid-template-rows: repeat(4, var(--img-size));

	width: fit-content;        
	margin-left: 50%;          /* center trick */
	transform: translateX(-50%) scale(1);  
	transform-origin: top center;
}


.gallery_wrapper img {
	max-width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	grid-column: span 2;
	border-radius: 0.5rem;
	clip-path: path(
		"M 80 20 C 100 0 100 0 120 20 C 140 40 160 60 180 80 C 200 100 200 100 180 120 C 160 140 140 160 120 180 C 100 200 100 200 80 180 C 60 160 40 140 20 120 C 0 100 0 100 20 80 Z"
	);
	/* transition: filter 500ms, clip-path 500ms; */
    transition: 
		clip-path 0.6s ease-in-out,
		filter 0.6s ease,
		transform 0.6s ease;

	will-change: clip-path, transform, filter;
}


.gallery_wrapper img:nth-of-type(4),

.gallery_wrapper img:nth-of-type(9) {
	grid-column: 2 / span 2;
}
.gallery_wrapper img:hover {
	z-index: 100;

	transform: scale(1.08); /* smoother zoom */

	clip-path: path(
		"M 0 0 C 100 0 100 0 200 0 C 200 50 200 50 200 80 C 200 100 200 100 200 120 C 200 150 200 150 200 200 C 100 200 100 200 0 200 C 0 150 0 150 0 120 C 0 100 0 100 0 80 Z"
	);
}
.gallery_page{
    background: #ffdae6;
}



/* .gallery_wrapper img:hover {
	z-index: 100;
	clip-path: path(
		"M 0 0 C 100 0 100 0 200 0 C 200 50 200 50 200 80 C 200 100 200 100 200 120 C 200 150 200 150 200 200 C 100 200 100 200 0 200 C 0 150 0 150 0 120 C 0 100 0 100 0 80 Z"
	);
} */


/* .gallery_wrapper img:not(:hover) {
	animation: zIndexFix 500ms;
} */

.gallery_wrapper:hover > img {
	filter: brightness(0.5) saturate(0.5);
}

.gallery_wrapper > img:hover {
	filter: brightness(1) saturate(1.5);
}

@keyframes zIndexFix {
	0%,
	100% {
		z-index: 10;
	}
}

@media (any-hover: hover) and (any-pointer: fine) {
  .cardI__content {
    transform: translateY(62%);
    transition: transform 500ms ease-out;
    transition-delay: 500ms;
  }

  .cardI__title::after {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 1000ms ease-in, transform 500ms ease-out;
    transition-delay: 500ms;
    transform-origin: right;
  }

  .cardI__background {
    transition: transform 500ms ease-in;
  }

  .cardI_content--container > :not(.cardI_title),
  .cardI__button {
    opacity: 0;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
  }

  .cardI:hover,
  .cardI:focus-within {
    transform: scale(1.05);
    transition: transform 500ms ease-in;
  }

  .cardI:hover .cardI__content,
  .cardI:focus-within .cardI__content {
    transform: translateY(0);
    transition: transform 500ms ease-in;
  }

  .cardI:focus-within .cardI__content {
    transition-duration: 0ms;
  }

  .cardI:hover .cardI__background,
  .cardI:focus-within .cardI__background {
    transform: scale(1.3);
  }

  .cardI:hover .cardI_content--container > :not(.cardI_title),
  .cardI:hover .cardI__button,
  .cardI:focus-within .cardI_content--container > :not(.cardI_title),
  .cardI:focus-within .cardI__button {
    opacity: 1;
    transition: opacity 500ms ease-in;
    transition-delay: 1000ms;
  }

  .cardI:hover .cardI__title::after,
  .cardI:focus-within .cardI__title::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    transition-delay: 500ms;
  }
}

/* sponcers */
.sponsorpage {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/* background: #161616; */
	/* min-height: 100vh; */
}


.sponsor {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 0;
}

/* .sponsor .cardsp {
	position: relative;
	width: 274px;
    height: 186px;
    background: rgba(255, 255, 255, 0.05);
    margin: 48px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(10px);
}

.sponsor .cardsp .content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s;
}

.sponsor .cardsp:hover .content {
	transform: translateY(-20px);
} */
.sponsor .cardsp {
    position: relative;
    width: 274px;
    height: 186px;
    background: rgba(255, 255, 255, 0.05);
    margin: 48px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border: 2px solid transparent; /* Default transparent border */
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.sponsor .cardsp{
    
   border-color: #CC4B74;
    box-shadow: 0 0 5px #D6869F, 0 0 10px #CC4B74, 0 0 20px #8314;
}
.sponsor .cardsp .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: transform 0.5s, border-color 0.3s ease;
}

.sponsor .cardsp:hover .content {
    transform: translateY(-20px);
}
.sponsor .cardsp .content .imgBx {
	position: relative;
	/* width: 150px;
	height: 150px; */
	/* overflow: hidden; */
}
.imgBx img{
    height: 130px;
    width: 252px;
}
.imgBx a{
    text-decoration: none;
    cursor: pointer;
}

/* #cyber{
    height: 127px;
    width: 166px;
} */
.sponsor .cardsp .content  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.sponsor .cardsp .content .contentBx h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 10px;
	line-height: 1.1em;
}

.sponsor .cardsp .content .contentBx h3 span {
	font-size: 12px;
	font-weight: 300;
	text-transform: initial;
}

.container .cardsp .sci {
	position: absolute;
	bottom: 50px;
	display: flex;
}

.sponsor .cardsp .sci li {
	list-style: none;
	margin: 0 10px;
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
}

.sponsor .cardsp:hover .sci li {
	transform: translateY(0px);
	opacity: 1;
}

.sponsor .cardsp .sci li a {
	color: #fff;
	font-size: 20px;
}
.sponsorline{
    display:grid;
    grid-auto-flow: column;
}

#sponsorvedio{
    position: absolute;
    width: 100%;
    height: 130%;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 46%;  
} 
.imgs{
  height:30px;
}

.moveing {
    margin: 0;
    overflow: hidden; /* Prevent scrollbars during animation */
  }
  .imgmoveing {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #f0f0f0;
  }
  .moving-image {
    position: absolute;
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for centering */
    animation: moveRight 5s linear infinite;
  }
  @keyframes moveRight {
    0% {
      left: -100px; /* Start off-screen */
    }
    100% {
      left: 100vw; /* Move beyond the screen */
    }
  }
  #pot {
    
    position: relative;
    animation: linear infinite;
    animation-name: run;
    animation-duration: 7s;
  }
  @keyframes run {
    0% {
      left: 0;
    }
    50% {
      left: 37%;
    }
    100% {
      left: 0;    
    }
  }

/* footer links */
.flink{
    padding-top: 47px;
}
.flink a{
    text-decoration: none;
    color: #83144B;
}
.flink img{
    width: 20px;
}
.flink h2{
    font-size: 30px;
    padding-bottom: 10px;
}
.flink li{
    font-size: 22px;
    color: #83144B;
    list-style: none;
}
#community1img{
        width: 248px;
    height: 165px;
}

@media only screen and (max-width: 600px){
    .header{
        height: 60px;
    }
    .headlogo {
        margin-left: 10px;
    }
    #logo {
        width: 67px;
    }
    .homepage {
        display: block;
        height: unset;
        padding: 40px 0px 0px;
    }
    .title{
        font-size: 25px;
        margin-right: 0px;
    }
    .subtitle{
        font-size: 15px;
        margin-right: 0px;
    }
    .menulist{
        grid-auto-flow: row;
        display: none;
    }
    .clg{
        margin-right: 66px;
        margin-left: 36px;
    }
    .clg img {
        width: 52px;
    } 
    .clg h1{
        font-size: 13px;
        padding-right: 0px;
    }
    #D{
        width: 22px;
        margin: 0px -5px;
        
    }
    .regbtn{
        margin-right:0px;
        /* margin-left: 19px; */
        font-size: 12px;
        margin-top: 16px;
    }
    .datetime{
        width: 278px;
        margin: 20px 0px 20px;
        font-size: 30px;
        justify-self: center;
    }
    .count{
        margin-right: 0px;
        padding-top:0px;
    }
    .count h5, .count p{
        font-size: 20px;
    }
    .countdown {
        margin-top: 19px;
        padding: 0px 47px;
    }
    .countdown div {
        width: 41px;
    }
    .countdown div p {
        font-size: 18px;
    }
    .countdown div span {
        font-size: 12px;
    }
    .aboutpage{
        height: unset;
    }
    .abouthead{
        font-size: 40px;
    }
    .aboutpara{
        padding: 16px 31px 0px;
    }
    .aboutpara p {
        font-size: 14px;
        text-align: justify;
    }

    .domainpage{
        height: unset;
        padding-bottom: 20px;
    }
    .domains {
        overflow-x: scroll;
        gap: 29px;
        margin-left: 0px;
    }
    .domainpage h1{
        font-size: 44px;
        padding: 83px 48px 0px;
    }

    .domain1{
        width: 216px;
        height: 297px;
    }
    .regbtn {
    width: 90%;
    font-size: 15px;
    padding: 12px 18px;
    margin-top: 20px;
    }
    .domains img {
        width: 180px;
        height: 176px;
    }
    .domain1 h2 {
        font-size: 24px;
    }
    .theback{
        width: 217px;
        height: 293px;
    }
    .theback p{
        font-size: 17px;
    }
    .thecard{
        width: 217px;
        height: 297px;
    }
    .problem-btn{
        display: grid;
        justify-self: center;
        margin: 40px 0px 0px;
    
    }
    .guidlinepage h1 {
        font-size: 44px;
        padding-bottom: 27px;
    }
    .guidlinepage{
        height: unset;
    }
    .para {
        grid-auto-flow: row;
        gap: 45px;
    }
    .line h2,.line p{
        font-size:12px;
    }
    .paraleft{
        gap: 45px;
    }
    .faqpage h1{
        font-size: 19px;
        padding: 80px 20px 33px;
    }
    .faq{
        margin: unset;
    }
    .guid{
        height: 204px;
    }
    .style {
        width: 103px;
        height: 180px;
    }
    .do {
        width: 9px;
        border-top: 111px solid transparent;
        border-right: 103px solid #fdd164;
        border-bottom: 86px solid transparent;
    }
    .line{
        padding: 9px;
    }
    .timelinepage{
        height: unset;
        height: unset;
        padding: 0px 28px;
    }
    .timelinepage h1 {
        font-size: 44px;
        padding-bottom: 18px;
    }
    .timegrid { 
        grid-auto-flow: column;
        gap: 0px;
        grid-template-columns: 40% 20% 40%;
        padding: 0px 0px;
    }
    .timegrid h2{
        font-size: 19px;
    }
    .timegrid p{
    font-size: 15px;
    }
    .timegif{
        width: 42px;
        height: 42px;
    }
    .timeup {
        grid-auto-flow: row;
        gap: 100px;
    }
    .timedown{
        grid-auto-flow: row;
        align-items: center;
    }
    .timeup div , .timedown div{
        /* width: 134px; */
        width: unset;
        height: 134px;
    }
    
    .dotgrid{
        display: grid;
        width: unset;
        justify-self: center;
    }
.dot1{
    margin-top: 62px;
    margin-left: 0px;
    justify-self: center;
    height: 13px;
    position: absolute;
    
}
.dot2{
    margin-top: 173px;
    margin-left: 0px;
    justify-self: center;
    height: 13px;
    position: absolute;
    
}
.dot3{
    margin-top: 295px;
    margin-left: 0px;
    justify-self: center;
    height: 13px;
    position: absolute;
    
}
.dot4{
    margin-top: 416px;
    margin-left: 0px;
    justify-self: center;
    height: 13px;
    position: absolute;
}
.dot5{
    margin-top: 530px;
    margin-left: 0px;
    justify-self: center;
    height: 13px;
    position: absolute;
    
}
    .emptyline {
        margin-left: 0px; 
        margin-right: 0px;
        margin-top: 64px;
        margin-bottom: 60px;
        width: 0px;
        display: flex;
        justify-self: center;
        height: 459px;
    }
    .regend{
        margin-top: 47px;
    }
    .ideaselection{
        margin-bottom: 47px;
    }
    .prizepage h1{
        font-size: 44px;
    }
    .prizeimgs img {
        width: 113px;
        height: 112px;
    }
    .prizepage p{
        padding: 10px;
        font-size: 20px;
        
    }

    .prize2{
        padding-top: 30px;
    }
    .faq-question {
        padding: 11px;
        font-size: 16px;
    }

    .flogo{
        grid-auto-flow: row;
        gap: 5px;
    }
    .flogo h2{
        margin-left: 0px;
    }
    #flogo {
        width: 66px;
        padding-left: 7px;
    }
    .foot {
        padding-top: 6px;
        padding-left: 0px;
        justify-self: center;
    }
    #d{
       width: 7px;
    }
    .icons{
        display: grid;
        grid-auto-flow: column;
        justify-content: space-evenly;
    
    }
    .icons img {
        width: 18px;
        height: 18px;
        padding: 0px;
    }

   
    .footerpage h2 {
        font-size: 11px;
        margin-top: 0px;
    }
    .footerpage {
        padding: 10px 9px;
    }
    .contact {
        padding-left: 0px;
        padding-top: 0px;
        align-content: center;
    }
    .cdet{
        font-size: 10px;
    }
    .cdet img {
        width: 18px;
        height: 18px;
        padding: 0px;
    }

    .menu {
        display: flex;
        justify-content: flex-end;
            align-items: center;
        padding-right: 20px;
    }
        
    .menulist {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 61px;
        right: 0;
        height: 337px;
        background-color: #f5cfdb;
        
    }
    .menulist.active {
        display: flex;

    }
    .menulist li {
        text-align: center;
        padding: 11px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .hamburger {
        display: block;
        padding:0px 0px 21px;
    }    
    .menulist li a {
        font-size: 16px;
        color: #83144B;
        
    }
    #backbtn,#nextbtn{
        display: block;
        width: 39px;
        cursor: pointer;
        
    }
    
    .boxs-wrap {
        display: flex;
        align-items: center;
        margin: 50px 0px 0px;
    }

    .container svg {
        margin-top: 0px;
        padding-bottom: 8px;
    }
    #s-text text{
    font: 160px 'Montserrat';
    }
    #s-textD text{
    font: 138px 'Montserrat';
    }
    #s-textG text{
    font: 135px 'Montserrat';
    padding-bottom: 20px;
    }
    #s-textT text{
    font: 148px 'Montserrat';
    }
    #s-textP text{
    font: 160px 'Montserrat';
    }
    #s-textI text{
    font: 86px 'Montserrat';
    }
    #s-textS text{
    font: 130px 'Montserrat';
    }
    #s-textF text{
    font: 82px 'Montserrat';
    }
    /* guidlines card */
    .card h2 {
        font-size: 13px;
    }
    .card p {
        font-size: 13px;
    }
    .card {
        padding: 19px 0px 19px 16px;
    }

    .cards{
        max-width: 14em;
        margin: 66px 0px 0px 35px;

    }
    .card h2{
    padding-bottom: 7px;
    }
    #myVideo{
        display: none;
    }
    /* #mymobileVideo{
        max-width: 100%;
        min-height: 100vh;
        position: absolute;
        z-index: -1;
    } */
    .guidlinepage {
        padding: 23px 0px 41px;
    }
    #aboutvideo {
        height: 201%;
    }
    #domainvideo {
        height: 270%;
    }
    #timevideo {
        height: 200%;
    }
    #prizevideo {
        height: 148%;
    }
    .unwanted{
        display: none;
    }
    .faq-answer {
      font-size: 11px;
      padding: 12px 13px 13px 22px;
    }
    .sponcerlogo img {
       width: 56px;
    }
    #td{
        width:22px;
    }
    .dom_line{
        font-size: 15px;
    }
    .td{
        font-size: 19px;
    }
    .title .td {
        
        font-size: 36px;
        
    }
    /* industrial expertices */
    .cardI {
       width: 50vw;
    }
    .experts-list {
        grid-auto-flow: row;
        gap: 23px;
    }
    experts{
        margin-bottom: unset;
    }
    
    .cardI__content{
        height: 31%;
    }
    /* .cards{
        margin: 30px;
    } */

    /* sponsors */
    #sashank{
 height:46%; 
 padding-bottom:unset;
}
    .imgBx img {
        height: 66px;
        width: 76px;
    }
.sponsor .cardsp {
    width: 91px;
    height: 85px;
    margin: 7px;
    
}
.sponsorpage h1{
    color: #83144B;
    font-size: 39px;
    align-content: center;
    /* padding-right: 251px; */
    font-family: Zaptron;
}
.dept{
    font-size: 8px;
}

#cyber {
    height: 56px;
    width: 64px;
}

#pot img{
    width: 97px;
    height: 41px;
    padding-bottom: 13px;
}
#athira{
    height: unset;
}
#eswari{
    height: 43%;
}
.image-track img {
    width: 36px;
    height: 54px;
    margin-right: 0px;
}
#popupVideo {
    width: 254px;
}
.close{
    top: -3px;
    right: -10px;
}
#toggleMute {
    
    top: 129px;
        right: -16px;
        padding: 14px;
        font-size: 14px;
    
    /* border-radius: 50%; */
}
.alert{
    font-size: 14px;

}
.cube-wrapper {
   
    top: 16rem;
    right: 4rem;
    width: 34px;
    height: 90px;
}
.cube-wrapper img{
    width: 86px;
    height: 92px;

}
.surprise-image {
    width: 168px;
    height: 159px;
    border-radius: 10px;
}
.gallery-modal.active {
    display: grid;
    opacity: 1;
    align-content: center;
    justify-content: center;
}
.gallery-content{
    background: transparent;
    border-radius: 20px;
    width: unset;
    height: unset;
    
    
}
.cube{
    width: 152%;
    height: 148%;
}
.cube-face {
    width:66%;
    height:66%;
}
.supriseline{
    grid-auto-flow: row;
    margin-top: 309px;
    width: 322px;
}
/* .glowing-text{
    font-size: 1rem;
} */
.image-wrapper{
    width: 168px;
    height: 159px;
    border-radius: 10px;
}
.gallery-modal.active {
    display: grid;
    opacity: 1;
    align-content: center;
    justify-content: center;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow-x: scroll;
    width: 100%;
    height: 100%;
           
}
/* footer link */
.flink li {
    list-style: none;
}
.flink {
    padding-top: 0px;
    margin: 7px 10px 0px;
}
.flink a{
    font-size: 8px;
}
.flink img {
    width: 8px;
}
.flink h2{
    padding-bottom: 0px;
}
.contact h2{
    margin-left:51px;
}
#community1img {
    width: 77px;
    height: 67px;
}
.logocard{
    padding: 15px;
    width: 87px;
    height: 36px;
    border-radius: 17px;
}
.logocard img {
    width: 91px;
    height: 36px;
}
.group{
    gap: 12px;
}
.sponsorheading{
    padding-left: 22%;
    font-size: 19px;

}
.highlights-Link{
    font-size: 13px;
}
.highlights-Link img{
    width:20px;
    height: 20px;

}
}
@media (max-width: 1024px) {
	.gallery_wrapper {
		transform: translateX(-50%) scale(0.8);
	}
    .cards {
        max-width: 14em;
        margin: 66px 0px 0px 35px;
    }
}

/* Mobile */
@media (max-width: 768px) {
	.gallery_wrapper {
		transform: translateX(-50%) scale(0.65);
	}
    .cards {
        max-width: 14em;
        margin: 66px 0px 0px 35px;
    }
    .regbtn {
    width: 220px;
    font-size: 16px;
    padding: 13px 22px;
  }
}

/* Small Mobile */
/* Small Mobile */
@media (min-width: 400px) and (max-width: 480px) {

    .gallery_wrapper {
        
        transform: translateX(-50%) scale(0.5);
        width: fit-content;   /* optional */
    }

    .cards {
        max-width: 14em;
        margin: 66px auto 0; /* auto centers it */
    }
}
