@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.popup-content {
  padding: 0px 0px;
  line-height: 1.5;
  height: 100%;
  background: url('../images/welcomescreen.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.cnt223 a {
  text-decoration: none;
}

.popup-onload {
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.cnt223 {
  min-width: 100%;
  width: 100%;
  min-height: 100vh;
  margin: 0px auto;
  position: relative;
  z-index: 999999999;
  padding: 15px 35px;
  border-radius: 0px;
  box-shadow: 0 2px 5px #000;
}

.cnt223 p {
  clear: both;
  color: #555555;
  /* text-align: justify; */
  font-size: 20px;
  font-family: sans-serif;
}

.cnt223 p a {
  color: #d91900;
  font-weight: bold;
}

.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}

.cnt223 .x:hover {
  cursor: pointer;
}

.cloud {
  animation: drift 25s linear infinite;
}

@keyframes drift {
  from {
    transform: translateX(-555px);
  }

  to {
    transform: translatex(1900px);
  }
}

.popup-onload .hero .carousel {
  min-height: 100vh;
  background: rgb(255, 225, 199);
  background: linear-gradient(340deg, rgba(255, 225, 199, 1) 0%, rgba(255, 251, 248, 1) 100%);
}

.popup-onload .carousel-caption-text h4 {
  width: max-content;
  font-size: 35px;
  margin-bottom: 2rem;
  color: #f68723;
  background-color: #fff;
  padding: 12px 35px;
  border-radius: 20px 20px 20px 0px;
}

.popup-onload .carousel-caption-text h1 {
  font-size: 5.7rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 100px;
}

.popup-onload .carousel-caption-text p {
  font-size: 5.2rem;
  line-height: 100px;
  font-weight: 700;
  -webkit-text-stroke: 2px #fff;
  color: transparent !important;
  display: block;
  white-space: nowrap;
}

.skipIntro {
  background: hsla(32, 100%, 59%, 1);
  background: linear-gradient(360deg, hsla(32, 100%, 59%, 1) 0%, hsla(14, 80%, 57%, 1) 100%);
  background: -moz-linear-gradient(360deg, hsla(32, 100%, 59%, 1) 0%, hsla(14, 80%, 57%, 1) 100%);
  background: -webkit-linear-gradient(360deg, hsla(32, 100%, 59%, 1) 0%, hsla(14, 80%, 57%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FF9E30", endColorstr="#E9633C", GradientType=1);
  color: #fff;
  padding: 10px 50px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 16px;
  transition: 0.3s;
  border: none;
  position: absolute;
  bottom: 76px;
  right: 0px;
  left: 0px;
  width: 240px;
  margin: auto;
}

.closebtn {
	/* background: hsla(32, 100%, 59%, 1); */
	/* background: linear-gradient(360deg, hsla(32, 100%, 59%, 1) 0%, hsla(14, 80%, 57%, 1) 100%); */
	/* background: -moz-linear-gradient(360deg, hsla(32, 100%, 59%, 1) 0%, hsla(14, 80%, 57%, 1) 100%); */
	/* background: -webkit-linear-gradient(360deg, hsla(32, 100%, 59%, 1) 0%, hsla(14, 80%, 57%, 1) 100%); */
	/* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FF9E30", endColorstr="#E9633C", GradientType=1); */
	/* color: #fff; */
	/* padding: 5px; */
  background: transparent !important;
	font-weight: 600;
	border-radius: 100px;
	font-size: 16px;
	transition: 0.3s;
	border: none;
	position: absolute;
	top: 12px;
	right: 155px;
	/* left: 0px; */
	/* width: 240px; */
	/* margin: auto; */
}
.closebtn:hover {
  transform: scale(1.1);
}
.skipIntro:hover {
  transform: scale(1.1);
}

.skipIntro img {
  width: 25px;
}

#hero-carousel1 .carousel-item {
  transition-duration: 2s;
  height: 100vh;
}

.main-data {
  background: url(../images/updec-in.png) no-repeat center;
  position: relative;
  right: 0px;
  left: 0px;
  z-index: 1;
  height: 600px;
  background-size: contain;
}

.carousel-caption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  width: 1200px;
  top: 0px;
  margin: auto;
}

.Udaan-bg {
  width: 100%;
  height: 100vh;
  padding: 0%;
  object-fit: contain;
}


@media screen and (max-width: 1024px) {
  .main-data {
    width: 90%;
    right: 0px;
    left: 0px;
    top: 34%;
    z-index: 1;
  }




}