@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Fjalla+One&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Space+Grotesk:wght@300..700&display=swap');


* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: var(--light);
    font-family: var(--font2);
}

:root {
    --primary-color: #011D38;
    --secondary-color: #071c661c;
    --dark: #000000;
    --light: #ffffff;
    
    --font1: "Cookie", cursive;
    --font2: "IBM Plex Sans", sans-serif;
    --font3: "Space Grotesk", sans-serif;
}

header marquee {
    color: #011D38;
    backdrop-filter: blur(10px);
    background-color: #ffffff;
    letter-spacing: 1px;
    padding: 10px 0px;
    position: fixed;
    font-weight: 600;
    top: 0px;
    border-bottom: 2px solid #011D38;
    z-index: 1000;
}
header marquee b {
    color: #011D38;
}
header marquee p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.logos{
    margin-top: 20px;
}
.slider {
	height: 80px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
	
	.slide-track {
		animation: scroll 40s linear infinite;
		display: flex;
		width: calc(250px * 14);
	}
	.slide {
		height: 80px;
		width: 250px;
	}
	.slide img{
	    height: 80px;
	    object-fit: cover;
	}
}


/* Noida Event Css start */
.registration_bg {
  height: 100vh;
  position: relative;
  padding: 0px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: bgSlider 24s infinite linear;
  will-change: background-image;
}

.registration_bg::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(
    to right,
    #011D38,
    #011D38b6,
    #011D3800,
    #011D3800
  );
}

/* Content Above Overlay */
.registration_bg > * {
  position: relative;
  z-index: 2;
}

/* Background Slider Animation */
@keyframes bgSlider {

  0%, 16.66%{
    background-image: url("../images/event_b1.webp");
  }

  16.67%, 33.33%{
    background-image: url("../images/event_b2.webp");
  }

  33.34%, 50%{
    background-image: url("../images/event_b3.webp");
  }

  50.01%, 66.66%{
    background-image: url("../images/event_b4.webp");
  }

  66.67%, 83.33%{
    background-image: url("../images/event_b5.webp");
  }

  83.34%, 100%{
    background-image: url("../images/event_b6.webp");
  }
}


.register_mid{
    /*text-align: center;*/
    padding-top: 50px;
}
.register_mid .g_logo{
    height: 80px;
}
.register_mid .presents{
    /*width: 80%;*/
    font-size: 40px;
    margin-top: -10px;
    color: #ffffff;
    font-family: var(--font1);
}
.register_mid .event_l{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 20px 0px;
    gap: 20px;
}
.register_mid .event_l .line{
   height: 2px;
   width: 160px;
   background: #ffffff;
}
.register_mid .event_l span{
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 10px;
}
.register_mid .event_head{
    font-size: 90px;
    line-height: 1;
    font-weight: 800;
    color: #C7913D;
}
.register_mid .event_title{
    font-size: 24px;
    letter-spacing: 10px;
    color: #ffffff;
    line-height: 1;
}
.register_mid .event_content{
    font-size: 18px;
    margin-top: 10px;
    color: #ffffff;
}


.days_img{
    height: 100%;
    text-align: center;
    margin: 20px 0px;
    animation: zoomInOut 0.8s ease-in-out infinite;
    transform-origin: center center;
}
.days_img img{
    height: 180px;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}






.registration_bg .register_bottom {
  height: 20vh;
  background-color: #011d38;
}
.registration_bg .navbar {
  position: fixed;
  width: 100%;
  padding: 0px;
  background-color: #ffffff;
}
.registration_bg .navbar .navbar-brand img {
  height: 65px;
}
.navbar-collapse marquee {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #011d38;
  padding: 6px;
}
.navbar-collapse marquee p {
  margin-bottom: 0px;
}
.registration_bg .register_mid {
  height: 100%;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.registration_bg .register_mid .register_form {
  background-color: #011d38;
  /*margin: 0px auto;*/
  width: 90%;
  padding: 40px;
}
.registration_bg .register_mid .register_form .title {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #c7913d;
  font-family: "Fira Sans", sans-serif;
}
.registration_bg .register_mid .register_form .subtitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
.registration_bg .register_mid .register_form .rmname {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #c7913d;
  margin: 6px 0px 20px 0px;
}
.registration_bg .register_mid .register_form .form-check {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.registration_bg .register_mid .register_form .form-select,
.registration_bg .register_mid .register_form .form-control {
  height: 55px;
}
.registration_bg .register_mid .register_form .register_btn {
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 10px;
  background-color: #c7913d;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
  border: 2px solid #c7913d;
}

.registration_bg .register_mid .register_form .register_btn:hover {
  /* background-color: #fff; */
  /* color: #c7913d; */
  border: 2px solid #ffffff;
  background-color: transparent;
}
.registration_bg .register_details{
    width: 90%;
    text-align: center;
    /*margin: 0px auto;*/
}
.registration_bg .register_details .date_time .dt{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.registration_bg .register_details .date_time .card {
  margin: 0px auto;
  width: fit-content;
  border: none;
  border: 1px solid #011d38;
  margin-top: 16px;
}
.registration_bg .register_details .date_time .card .card-body {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.registration_bg .register_details .date_time .card .card-title {
  margin-bottom: 0px;
}
.registration_bg .register_details .date_time .location .card{
    padding: 0px 10px;
}
.registration_bg .register_details .date_time .icon{
    font-size: 20px;
}
.registration_bg .register_details .date_time .location .card h5{
    font-size: 22px;
}
.registration_bg .safe .lines{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}
.registration_bg .safe .line{
    height: 2px;
    background-color: #ffffff;
    width: 40px;
}
.registration_bg .safe span{
    color: #ffffff;
    font-size: 14px;
}




footer marquee {
    color: var(--primary-color);
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    letter-spacing: 1px;
    padding: 10px 0px 5px 0px;
    font-weight: 600;
    bottom: 0px;
}
/* Page Responsive */

@media (min-width: 1200px) and (max-width: 1600px){
    .registration_bg{
        padding: 0px 0px;
    }
    .registration_bg .navbar .navbar-brand img{
        height: 55px;
    }
    
    .registration_bg .register_mid .register_form{
        width: 100%;
        padding: 30px;
    }
    .days_img{
        height: 180px;
    }
    .registration_bg .register_mid .register_form .title{
        font-size: 24px;
    }
    .registration_bg .register_mid .register_form .subtitle{
        font-size: 14px;
        font-weight: 500;
    }
    .registration_bg .register_mid .register_form .form-select, .registration_bg .register_mid .register_form .form-control{
        height: 45px;
    }
    .register_mid .g_logo{
        font-size: 60px;
    }
    .register_mid .presents{
        font-size: 36px;
        padding: 0px 20px;
    }
    .register_mid .event_head{
        font-size: 70px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .registration_bg{
        height: 100%;
        padding: 0px 0px;
    }
    .registration_bg .register_mid{
        padding: 150px 0px 100px 0px;
    }
    .registration_bg .navbar .navbar-brand img{
        height: 50px;
    }
    .register_mid .col-lg-8{
        width: 60%;
    }
    .register_mid .col-lg-4{
        width: 40%;
    }
    .registration_bg .register_mid .register_form{
        width: 100%;
        padding: 30px;
    }
    .days_img{
        height: 160px;
    }
    .registration_bg .register_mid .register_form .title{
        font-size: 24px;
    }
    .registration_bg .register_mid .register_form .subtitle{
        font-size: 14px;
        font-weight: 500;
    }
    .registration_bg .register_mid .register_form .form-select, .registration_bg .register_mid .register_form .form-control{
        height: 45px;
    }
    .register_mid .g_logo{
        font-size: 60px;
    }
    .register_mid .presents{
        font-size: 36px;
        padding: 0px 20px;
    }
    .register_mid .event_head{
        font-size: 60px;
    }
    .register_mid .event_title{
        letter-spacing: 5px;
    }
    
}
@media (min-width: 768px) and (max-width: 991px){
    .registration_bg .navbar{
        z-index: 1000;
    }
    .registration_bg{
        height: 100%;
        padding: 0px 0px;
    }
    .registration_bg .register_mid{
        padding: 120px 0px 100px 0px;
        z-index: 2;
        text-align: center;
    }
    .register_mid .event_head{
        width: 100%;
        font-size: 60px;
    }
    .registration_bg .register_details .date_time .dt{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .registration_bg .register_details .date_time .location .card{
        margin: 10px auto;
    }
    .registration_bg .register_mid .register_form{
        margin-top: 30px;
        width: 80%;
    }
}
@media (min-width: 481px) and (max-width: 767px){
    .registration_bg::after {
      content: "";
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      position: absolute;
      z-index: 1;
      background: linear-gradient(
        to right,
        #011D38,
        #011D38,
        #011D38,
        #011D38
      );
      opacity: 0.6;
    }
   .registration_bg .navbar{
        z-index: 1000;
    }
    .registration_bg{
        height: 100%;
        padding: 0px 0px;
    }
    .register_mid .g_logo{
        height: 60px;
    }
    .register_mid .presents{
        font-size: 28px;
    }
    .registration_bg .register_mid{
        padding: 120px 0px 100px 0px;
        z-index: 2;
        text-align: center;
    }
    .register_mid .event_head{
        width: 100%;
        font-size: 40px;
    }
    .registration_bg .register_details .date_time .dt{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .registration_bg .register_details .date_time .location .card{
        margin: 10px auto;
    }
    .registration_bg .register_mid .register_form{
        margin-top: 30px;
        width: 80%;
    }
    .register_mid .event_title{
        font-size: 20px;
        letter-spacing: 5px;
    }
    .registration_bg .register_details .date_time .card .card-body{
        padding: 5px 15px;
    }
    .registration_bg .register_details .date_time .location .card h5{
        font-size: 24px;
    }
    .registration_bg .register_mid .register_form{
        width: 100%;
    }
    .days_img{
        height: 160px;
    }
}
@media (max-width: 480px){
    .days_img img{
        height: 120px;
    }
   .registration_bg::after {
      content: "";
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      position: absolute;
      z-index: 1;
      background: linear-gradient(
        to right,
        #011D38,
        #011D38,
        #011D38,
        #011D38
      );
      opacity: 0.8;
    }
   .registration_bg .navbar{
        z-index: 1000;
    }
    .registration_bg{
        height: 100%;
        padding: 0px 0px;
    }
    .register_mid .g_logo{
        height: 60px;
    }
    .register_mid .presents{
        font-size: 28px;
    }
    .registration_bg .register_mid{
        padding: 80px 0px 60px 0px;
        z-index: 2;
        text-align: center;
    }
    .register_mid .event_head{
        width: 100%;
        font-size: 34px;
    }
    .register_mid .event_l span{
        font-size: 26px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .register_mid .event_l .line{
        width: 50px;
    }
    .registration_bg .register_details .date_time .dt{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .registration_bg .register_details .date_time .location .card{
        margin: 10px auto;
    }
    .registration_bg .register_mid .register_form{
        margin-top: 30px;
        width: 80%;
        padding: 20px;
    }
    .registration_bg .register_mid .register_form .form-select, .registration_bg .register_mid .register_form .form-control{
        height: 45px;
    }
    .register_mid .event_title{
        font-size: 18px;
        letter-spacing: 5px;
        margin-top: 10px;
    }
    .registration_bg .register_details{
        width: 100%;
    }
    .registration_bg .register_details .date_time .dt{
        gap: 10px;
    }
    .registration_bg .register_details .date_time .icon{
        font-size: 16px;
    }
    .registration_bg .register_details .date_time .card .card-title{
        font-size: 16px;
    }
    .registration_bg .register_details .date_time .card .card-body{
        padding: 5px 15px;
    }
    .registration_bg .register_details .date_time .location .card h5{
        font-size: 18px;
    }
    .registration_bg .register_mid .register_form{
        width: 100%;
    }
    .days_img{
        height: 120px;
    }
    .registration_bg .register_mid .register_form .title{
        font-size: 24px;
    }
}

.thanks_bg {
    background-image: url("../images/admin/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: fadeInBg 1.5s ease-in-out;
}

.thanks_bg .head {
    font-size: 100px;
    font-family: "Mozilla Headline", sans-serif;
    color: #ffffff;
    filter: drop-shadow(2px 2px 0px #000000);
    line-height: 90px;
    opacity: 0;
    animation: slideDown 1s ease forwards;
}

.thanks_bg .title {
    font-family: "Mozilla Headline", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
    animation-delay: 0.5s;
}

.thanks_bg .subtitle {
    font-family: "Mozilla Headline", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
    animation-delay: 1s;
}

.thanks_bg p {
    font-family: "Mozilla Headline", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    color: #ffffff;
    opacity: 0;
    animation: zoomIn 1s ease forwards;
    animation-delay: 1.5s;
}

/* Animations */
@keyframes fadeInBg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Thanks Page Section End */
