 
@font-face {
  font-family: 'Parkinsans';
  src: url('../font/Parkinsans-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../font/BebasNeue-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Parkinsans';
  src: url('../font/Parkinsans-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Parkinsans';
  src: url('../font/Parkinsans-Bold.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Parkinsans';
  src: url('../font/Parkinsans-SemiBold.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Parkinsans';
  src: url('../font/Parkinsans-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Parkinsans';
  src: url('../font/Parkinsans-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-family: 'Parkinsans' !important;
}
#trail-container {
  position: absolute;
  pointer-events: none;
}

.trail-image {
  position: absolute;
  width: 50px;
  height: 50px;
  opacity: 0;
  transform: scale(0.5);
}



* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

#navbar {
  transition: all 0.9s ease;
  top: -74px;
  position: fixed;
  width: 100%;
  z-index: 999999999999;
}

#navbar.active {
  top: 0;
  opacity: 1;
}

.rsvp-link img {
  padding-left: 12px !important;
}

.rsvp-link {
  position: relative;
}

.rsvp-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background-color: #ffffff;
}

.header-section .logo-bank {
  width: 100%;
  height: 36px;
}

.header-section ul {
  display: flex;
  margin: 0px;
}

.header-section ul li {
  list-style: none;
  margin: 0px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.header-section a {
  text-decoration: none;
}

.additinal-features a {
  text-decoration: none;
}

.ml-auto {
  margin-left: auto !important;
}

.navbar-main {
  background-color: #000;
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0 70px;
}



.banner-headding {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  text-align: center;
}

.banner-headding a {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff !important;
  background-color: #0828B9;
  border-radius: 12px;
  text-decoration: none;
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: btnfadeIn;
  animation-duration: 0.9s;
  animation-timing-function: ease-out;
}

.banner-headding a img {
  margin-left: 12px;
}



@keyframes btnfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.top-para {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #0828B9 !important;
  margin-bottom: 15px !important;
  margin-top: 80px;
}

@keyframes btnfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bg-background-building {
  background-image: url(../images/banner_bg_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right -230px bottom 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}






.fade-lines {
  font-size: 110px;
  font-weight: 400;
  line-height: 110px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'BebasNeue' !important;
}

.fade-lines span {
  color: #0828B9;
}

h1 span:nth-of-type(1) {
  color: #000000;
}

h1 span:nth-of-type(2) {
  color: #0828B9 !important;
}


.fade-lines .line {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.2s forwards;
  animation-delay: 0.2s;
}

.fade-lines .line:nth-child(1) {
  animation-delay: 0s;
}

.fade-lines .line:nth-child(2) {
  animation-delay: 0.2s;
}

.fade-lines .line:nth-child(3) {
  animation-delay: 0.4s;
}




@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




.jio-timing-wrapper {
  background-color: #F8F8F8;
  border-top: 2px solid #0828B91A;
  border-bottom: 2px solid #0828B91A;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  animation: timerSection;
  animation-duration: 5s;
  padding: 20px 0;

}

@keyframes timerSection {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.icon-centerjio {
  width: 51px;
  height: 51px;
  background-color: #0828B91F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.calender-add-flex {
  display: flex;
  align-items: center;
}

.calender-add-flex h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}

.calender-add-flex p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}

.flex-timing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.fast-innovation-future-wrap {
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}

.fast-innovation-future-wrap h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0828B9;
  text-align: center;
  line-height: 130%;
  width: 700px;
  margin: auto;
}



.countdown-box {
  text-align: center;
  padding: 0px 0px;
}

.countdown-label {
  font-size: 16;
  font-weight: 400;
  padding: 0 40px;
}

.countdown-value {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.colon {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    opacity: 70%;
}

.our-fintech-wrap {
  padding: 0px 0px;
  background-color: #0929b9;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.our-fintech-wrap::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -13px;
  width: 100%;
  height: 100%;
  background-image: url(../images/blue-box.svg);
  background-repeat: repeat;
  background-size: 25px 15px;
  z-index: -1;
}

.our-fintech-wrap::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -13px;
  width: 100%;
  height: 100%;
  background-image: url(../images/blue-box.svg);
  background-repeat: repeat;
  background-size: 25px 15px;
  z-index: -1;
}

.our-fintech-wrap h4 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.our-fintech-wrap p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 40px;
}



.white-arrow-listing {
  display: flex;
  align-items: center;
  height: 50px;
  overflow: hidden;
  transition: 1s ease-in-out linear;
}

.our-fintech-content {
  max-width: 280px;
}

.our-fintech-content h5 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
}

.our-fintech-content p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 5px;
  transition: 1s ease-in-out;
}

.featured-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.featured-text-wrap h4 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
}

.featured-text-wrap p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 4px;
}

.featured-text-wrap p:nth-of-type(1) {
  font-weight: 600;
}

.featured-text-wrap p span {
  color: #0828B9;
  position: relative;
  font-weight: 500;
}

.featured-text-wrap p span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  background-image: url(../images/winjit_bottomarrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 10px;
}

.featured-text-wrap a {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff !important;
  background-color: #0828B9;
  border-radius: 12px;
  text-decoration: none;
  width: 150px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.featured-text-wrap a img {
  margin-left: 12px;
}

.ferured-topic {
  background-color: #3DCD58;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ferured-topic h3 {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
}

.look-back-section {
  padding: 50px;
  position: relative;
  height: 70vh;
}

.looks-text {
  text-align: center;
  width: 100%;
}

.looks-text h4 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
}

.looks-text p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  width: 38%;
  margin: 0 auto 46px;
}

.looks-text h4 span {
  color: #0828B9;
}

.our-images1 {
  position: relative;
}



.flex-timer {
  display: flex;
  align-items: center;
  justify-content: center;
}


.footer-wrap {
  background-color: #000000;
}

.location-and-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 33px 0px 33px 0px;
}

.bootom-foot-line {
  border-bottom: 1px solid #2e2d2d;
}

.location-and-time p {
  display: grid;
}

.rsvp-btn .btn-bg {
  background-color: #0828B9;
  border-radius: 10px 0 0 10px;
  height: 100%;
  width: 80px;
  padding: 20px;
}

.rsvp-btn a {
  color: #0727b9;
  height: 100%;
  border-radius: 10px 0 0 10px;
  width: 170px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.rsvp-btn button {
  height: 70px;
  font-size: 20px;
  font-weight: 600;
  color: #0828B9 !important;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rsvp-btn-a {
  margin: 0 10px !important;
}

/* Footer-section */
.winjit-footer-info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 50px 0px 50px 0px;
  color: #ffffff;
}

.winjit-footer-info .footer-logo {
  margin-bottom: 40px;
}

.winjit-footer-info h4 {
  font-size: 20px;
  font-weight: 700px;
  color: #ffffff;
  margin-bottom: 10px;
}

.winjit-footer-info p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}

.winjit-footer-info a {
  font-size: 14px;
  font-weight: 400px;
  color: #ffffff;
  margin-bottom: 0px;
  text-decoration: none;
}

.social-media-links {
  display: flex;
  align-items: center;
}

.bag-links {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff24;
  margin-left: 28px;
  cursor: pointer;
}

.iso-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  margin-bottom: 20px;
}

.iso-logo img {
  margin-left: 16px;
}

.locatin_add {
  display: flex !important;
  align-items: self-start;
}

.locatin_add img {
  margin-right: 10px;
  margin-top: 6px;
}

.locatin_add span {
  display: inherit;
}

/* Footer-section */

/* Discover-Section */

.main-box {
  display: flex;
  background: #0828B9;
  overflow: visible;
  min-height: 300px;
  align-items: center;
  position: relative;
}

.img-box img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-50px);
  border-bottom-left-radius: 12px;
}

.min-dis-w {
  width: 500px;
}

.text-box {
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 220px;
}

.text-box h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.date-time-discover {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.date-time-discover img {
  margin-right: 10px;
}

.round-arrow {
  margin-top: 60px;
  margin-left: 100px;
}

/* Discover-Section */


/* .mobile-view{
  display: none;
}
.desk-view{
  display: block;
} */

@media(max-width: 1399px) {
  .text-box {
    top: 140px;
  }

  .fade-lines {
    font-size: 100px;
    line-height: 100%;
  }
  .looks-text p {
    width: 48%;
  }
}

@media(max-width: 1199px) {
  .text-box h4 {
    font-size: 30px;
    line-height: 39px;
  }

  .our-images1 img {
    width: 395px;
  }

  .bg-background-building {
    margin-bottom: 20px;
  }
}

@media(max-width: 1024px) {
  .our-images1 img {
    width: 100%;
  }

  .fade-lines {
    font-size: 80px;
    line-height: 85px;
  }

  .banner-headding a {
    width: 160px;
    height: 40px;
  }

  .calender-add-flex h4 {
    font-size: 16px;
  }

  .icon-centerjio {
    width: 40px;
    height: 40px;
  }

  .our-fintech-wrap h4 {
    font-size: 32px;
    line-height: 36px;
  }

  .our-images1 img {
    width: 100%;
    margin: auto;
  }

  .featured-speaker-wrapper {
    padding-top: 50px;
  }

  .featured-text-wrap h4 {
    font-size: 36px;
  }

  .featured-text-wrap {
    padding-bottom: 36px;
  }

  .ferured-topic h3 {
    font-size: 26px;
  }

  .ferured-topic {
    height: 88px;
  }

  .looks-text h4 {
    font-size: 36px;
  }

  .fast-innovation-future-wrap {
    height: 509px;
  }
}

@media(max-width: 991px) {
      .looks-text p {
        width: 65%;
    }
  .countdown-label {
    padding: 0 0px;
  }

  .min-dis-w {
    width: 295px;
  }

  .text-box {
    top: 80px;
    right: 10%;
  }

  .round-arrow {
    margin-top: 20px;
    margin-left: 100px;
    width: 18%;
  }

  .text-box h4 {
    font-size: 23px;
    line-height: 30px;
  }

  .flex-timing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
  }


  .flex-timer {
    order: -1;
    flex: 0 0 100%;
    justify-content: space-between;
    margin-bottom: 15px;
  }


  .flex-timing .calender-add-flex {
    flex: 0 0 50%;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .flex-timing .calender-add-flex:last-child {
    justify-content: end !important;
  }


  .fast-innovation-future-wrap h3 {
    width: 560px;
    font-size: 26px;
  }

  .fast-innovation-future-wrap {
    height: 500px;
  }

  .our-fintech-wrap h4 {
    font-size: 28px;
  }

  .our-fintech-wrap p {
    font-size: 14px;
  }

  .circle-white {
    min-width: 36px;
    min-height: 36px;
  }

  .featured-text-wrap h4 {
    font-size: 28px;
  }

  .ferured-topic h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .rsvp-btn button {
    height: 50px;
    font-size: 15px;
  }

  .rsvp-btn .btn-bg {
    width: 66px;
    padding: 11px;
  }

  .rsvp-btn a {
    width: 126px;
  }

  .rsvp-btn-a {
    width: 11px;
  }

  .location-and-time p {
    font-size: 14px;
  }

  .winjit-footer-info h4 {
    font-size: 18px;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
  }

  #navbar {
    height: auto;
  }

  .header-section ul {
    flex-direction: column;
    padding: 0px;
  }

  .header-section ul li {
    padding: 10px 0;
  }

  .rsvp-link::after {
    display: none;
  }

  .bg-background-building {
    background-size: auto;
  }

}

@media(max-width: 767px) {
  /* .mobile-view{
    display: block;
  }
  .desk-view{
    display: none;
  } */
    .looks-text p {
        width: 100%;
    }
  .min-dis-w {
    width: 285px;
  }

  .main-box {
    min-height: 370px;
    flex-direction: column-reverse;
  }

  .img-box,
  .text-box {
    top: 40px;
    right: 4%;
  }

  .img-box img {
    position: relative;
    transform: translateY(0px);
    height: 100%;
    border-radius: 12px 12px 0 0;
  }

  .fade-lines .line {
    display: inline;
  }

  .calender-add-flex h4 {
    font-size: 14px;
  }

  .jio-timing-wrapper .container {
    padding: 0px;
  }

  .jio-timing-wrapper {
    padding: 10px 10px;
  }

  .fade-lines br {
    display: none;
  }

  .banner-headding a {
    margin-bottom: 30px;
  }

  .fast-innovation-future-wrap h3 {
    font-size: 24px;
    padding: 0 50px;
  }

  .h-block {
    height: auto !important;
    padding: 50px 0px !important;
  }

  .looks-text h4 {
    font-size: 22px;
  }
 

  .looks-text {
    width: 100%;
    padding: 0 20px;
  }

  .content {
    height: 500px !important;
  }

  .location-and-time {
    display: block;
  }

  .locatin_add {
    margin-bottom: 10px;
  }

  .location-and-time p {
    margin-bottom: 10px;
  }

  .winjit-footer-info {
    display: block;
  }

  .iso-logo {
    justify-content: start;
    margin-top: 30px;
  }

  .iso-logo img {
    margin-right: 12px;
    margin-left: 0px;
  }

  .bag-links {
    margin-right: 12px;
    margin-left: 0px;
  }

  .location-and-time {
    padding: 33px 0px 10px 0px;
  }

  .real-time-text {
    padding-bottom: 40px;
  }

  .bg-background-building {
    background-image: none;
  }

  .navbar-main {
    padding: 0 15px;
  }

  .ali-center .col-md-6 {
    padding: 0 30px;
  }

  .our-fintech-wrap h4 {
    font-size: 32px;
    line-height: 40px;
  }

  .our-fintech-content h5 {
    font-size: 16px;
  }

  .our-images1 img {
    height: 340px !important;
  }

  .ferured-topic h3 {
    font-size: 18px;
  }
}


@media(max-width: 575px) {
 
  .top-para{
    margin-top: 0px;
  }
  .banner-headding a{
    margin-bottom: 0px;
  }
  .h-block::after{
    display: none;
  }
  .banner-headding{
    padding-top: 56px;
    box-sizing: border-box;
  }
  .countdown-value {
    font-size: 22px;
  }

  .jio-timing-wrapper {
    transform: translateY(160px);
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .ferured-topic {
    height: 65px;
  }

  .banner-headding {
    position: relative;
  }

  .ferured-topic h3 {
    font-size: 14px;
    text-align: center;
    padding: 5px 11px;
    line-height: 24px;
  }

  .fade-lines {
    font-size: 80px;
    line-height: 91%;
    margin-bottom: 10px;
    padding: 0 20px;
  }

  .location-and-time {
    margin-bottom: 15px;
  }

  .main-box {
    min-height: 374px;
  }

  .img-box,
  .text-box {
    top: 7px;
    right: 0%;
  }

  .text-box h4 {
    font-size: 19px;
    line-height: 27px;
  }

  .round-arrow {
    display: none;
  }

  .min-dis-w {
    width: 290px;
  }

  .featured-text-wrap {
    text-align: center;
  }

  .calender-add-flex p {
    font-size: 11px;
  }

  .featured-text-wrap h4 {
    margin-bottom: 15px;
  }

  .featured-text-wrap p {
    font-size: 14px;
  }

  .calender-add-flex h4 {
    font-size: 12px;
  }

  .icon-centerjio {
    width: 35px;
    height: 35px;
  }

  .countdown-label {
    font-size: 18px;
    padding: 0 0px;
  }

  .featured-text-wrap p:nth-of-type(1) {
    font-size: 16px;
  }

  .featured-text-wrap a {
    width: 100px;
    margin: 20px auto;
    font-size: 14px;
  }

  .winjit-footer-info {
    padding-bottom: 33px;
  }
  .bg-background-building{
    margin-bottom: 0px;
  }
  .location-and-time{
    display: flex;
    flex-wrap: wrap;
  }
  .locatin_add{
    width: 100%;
  }
  .rsvp-btn{
    width: 100%;
  }
}

@media (max-width: 475px) {
   
   .top-para{
    margin-top: 0px;
  }
  .banner-headding a{
    margin-bottom: 0px;
  }
  .img-box,
  .text-box {
    left: 0;
  }

  .looks-text p {
    width: 100%;
  }
  
  

}

@media (max-width: 375px) {
 
  .countdown-label {
    padding: 0 0px;
    font-size: 14px;
  }

  .fade-lines {
    font-size: 68px;
    line-height: 100%;
    padding: 0 10px;
  }

 


  .locatin_add {
    margin-bottom: 0px;
  }

  .location-and-time p {
    margin-bottom: 20px;
  }

  .locatin_add span {
    display: inherit;
    margin-left: -23px;
  }
}