ul.tabs li,
ul.tabs li.current {
  color: #222;
  transition: 0.3s;
}

#BuildDfinity,
#CollegeHackathons,
#bizthon1Section,
#bizthon2Section,
#Tokenhack,
.tab-content {
  display: none;
}
::-webkit-scrollbar {
  height: 5px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.tabs li {
  background: 0 0;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  width: 33%;
}

ul.tabs li.current span {
  color: #1aa8e2;
  transition: 0.3s;
}

ul.nav.nav-tabs.nav-tabs-dropdown {
  position: relative;
  margin-left: 2rem;
}
ul.nav.nav-tabs.nav-tabs-dropdown {
  overflow-x: auto;
  width: 100%;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.bottomLineShadded {
  position: relative;
  margin-top: 6rem;
  padding-bottom: 2rem;
}

.bottomLineShadded:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgb(255 255 255),
    rgb(255 255 255),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  width: 35%;
  bottom: 0;
}

ul.nav.nav-tabs.nav-tabs-dropdown li {
  position: relative;
  display: inherit;
  margin-bottom: 2rem;
}

.tab-content {
  padding: 15px;
  transition: 0.3s;
}

.tab-content.current {
  display: inherit;
  transition: 0.3s;
}

.customize_solution .nav-justified > li,
.nav-justified > li {
  float: none;
}

.nav-justified > li span {
  width: 100%;
}

.customize_solution span.ease-effect {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  padding: 14px 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.customize_solution span.ease-effect:focus,
.customize_solution span.ease-effect:hover,
.customize_solution ul.tabs li.current span:focus,
.customize_solution ul.tabs li.current span:hover {
  color: #fff;
  transition: 0.3s;
}

.customize_solution .ease-effect:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #1aa8e2;
  z-index: -2;
}

.customize_solution .ease-effect:focus:before,
.customize_solution .ease-effect:hover:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  right: 0;
  opacity: 1;
}

.nav-tabs {
  border: 0;
}

.nav-tabs-dropdown a {
  color: #8a8a8a;
  border: 1.5px solid #8a8a8a;
  border-radius: 30px;
  padding: 18px 46px;
  font-size: 16px;
  line-height: 20px;
  margin-right: 2rem;
}

.timelineFlip h3,
.timelineFlip h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
}

.nav-tabs-dropdown a.active {
  color: #fff;
  border: 1.5px solid #fff;
}

.flip-card-back .card-body,
.flip-card-front .card-body {
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  height: 448px;
}

#past-sale2 {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.flip-card {
  height: 500px;
  perspective: 1000px;
  padding: 2rem 0;
}

.flip-card-inner {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card-back,
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front .card-body {
  background: #eef0f4;
}

.flip-card-back .card-body {
  background: #272727;
}

.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.animation-box,
.card-slider .slick-slide {
  text-align: center;
}

.flip-card-front h3 {
  position: absolute;
}

.card-body h1,
.timelineFlip ul {
  position: relative;
}

.flip-card-back {
  color: #fff;
}

.flip-card-back .card-body h1 {
  color: #8f8f8f;
  font-size: 45px;
}

.flip-card-back p span {
  font-size: 12px !important;
  color: #f5a509;
}

.timelineFlip ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.timelineFlip ul::before {
  content: " ";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: 0;
  border-left: 1.2px dashed;
}

.timelineFlip li div {
  display: inline-block;
  margin: 1em 0;
  vertical-align: top;
}

.timelineFlip .bullet {
  width: 15px;
  height: 15px;
  margin-top: 1.2em;
  box-sizing: border-box;
  border-radius: 50%;
  background: #272727;
  z-index: 1em;
  margin-right: 0.25em;
  position: relative;
}

.timelineFlip .bullet.pink:after {
  width: 6px;
  height: 6px;
  background: #f1ac1c;
  content: " ";
  position: absolute;
  border-radius: 50%;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.timelineFlip .bullet.pink {
  border: 2px solid #f1ac1c;
}

.timelineFlip .bullet.green,
.timelineFlip .bullet.orange {
  border: 2px solid #d1d5db;
}

.timelineFlip .time {
  width: 20%;
  font-size: 0.75em;
  padding-top: 0.25em;
}

.timelineFlip h3 {
  margin: 0;
  color: #d1d5db;
}

.timelineFlip h4 {
  margin: 0;
  color: #f1ac1c;
}

.number {
  font-family: "Bebas Neue", cursive;
  background: #b1b1b1;
  color: #000;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  position: absolute;
  font-size: 38px;
  font-weight: 500;
  right: 8%;
  top: -5%;
}

.onloadPop p,
.regBtn {
  font-size: 20.073px;
  font-style: normal;
  font-family: Montserrat;
}

.onloadPop {
  backdrop-filter: blur(5px);
}

.onloadPop .modal-content {
  border: 0;
  padding-bottom: 32px;
  position: absolute;
  background: 0 0;
}

.animation-box,
.lpCard,
.poweredBy {
  position: relative;
}

.onloadPop p {
  color: #313131;
  font-weight: 500;
  line-height: 22.675px;
}

.onloadPop p a {
  color: #313131;
  text-decoration: underline !important;
}

.onloadPop .liveTxt {
  color: #313113;
  font-family: Montserrat;
  font-size: 15.055px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.816px;
  border: 0.836px solid #c3c4c7;
  background: #eef0f4;
  padding: 1px 7px;
}

.onloadPop .liveTxt span {
  width: 10px;
  height: 10px;
}

.onloadPop .modal-header .close {
  border: 2px solid #c3c4c7;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  padding: 0;
  color: #313131;
  font-weight: 600;
  margin-right: 6px;
  opacity: 1;
  background: #eef0f4;
}

.onloadPop .modal-header .close:hover {
  background: #c3c4c7;
  color: #eef0f4;
  text-shadow: none;
}

.onloadPop img.logo3 {
  width: 36%;
}

.onloadPop .modal-dialog {
  max-width: 920px;
  position: relative;
}

.regBtn {
  border-radius: 5.018px;
  background: #f1ac1c;
  color: #fff;
  font-weight: 600;
  line-height: 40.145px;
  border: 0;
  padding: 5px 29px;
  letter-spacing: 0.401px;
  margin-top: 32px;
}

.animation-box {
  font-size: 3vw;
  border: 0;
  width: 36%;
  margin: 45px auto 30px;
  padding: 3px;
  border-radius: 15px;
  background: #f0f1f5;
  display: flex;
}

@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

:root {
  --card-height: 65vh;
  --card-width: calc(var(--card-height) / 1.5);
}

.animation-box::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  z-index: 0;
  background-image: linear-gradient(
    var(--rotate),
    #fcc75a,
    #f1ac1c 43%,
    #e69c00
  );
  top: 0;
  left: 0;
  animation: 2.5s linear infinite spin;
}

.animation-box .amount {
  background: #f0f1f5;
  z-index: 0;
  padding: 10px 0;
  border-radius: 4px;
  width: 100%;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }

  100% {
    --rotate: 360deg;
  }
}

.animation-box h3 {
  color: #313131;
  font-size: 38.73px;
  font-weight: 600;
  line-height: 49.399px;
}

.animation-box p {
  color: #313131;
  font-size: 22.931px;
  font-weight: 600;
  line-height: 27.897px;
  letter-spacing: 2.593px;
  margin: 0;
  text-align: left;
  padding-left: 8px;
}

.logoImg {
  width: 58%;
}

.borderline {
  background: #f1ac1c;
  margin-top: 1.5rem;
  height: 5px;
  width: 90px;
  border-radius: 15px;
}

.cm-img,
.lpCard {
  border-radius: 10px;
}

.cm-img {
  width: 90%;
}

.lpCard {
  background-image: url("../images/newLp/Build.png");
  background-repeat: no-repeat;
  width: 96%;
  margin: 4rem auto 2rem auto;
  padding: 30px 25px;
  background-position: right;
  background-size: cover;
}

.lpCard .tagName {
  border-radius: 6px;
  background: rgba(241, 172, 28, 0.6);
  color: #313131;
  font-size: 15px;
  font-weight: 500;
  line-height: 35.438px;
  margin-right: 9px;
  padding: 0 6px;
}

.footerIcon .appBtn,
.lpCard span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.lpCard span {
  color: #313131;
  /* line-height: 41.064px */
  line-height: 125%;
}

.prizes img {
  width: 32px;
  margin-right: 16px;
}

.lpCard .pName {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  padding-top: 30px;
}

.footerIcon {
  margin-top: 3.7rem;
}

.footerIcon img {
  width: 20px;
  margin-left: 24px;
}

.footerIcon .appBtn {
  border-radius: 6px;
  background: #f1ac1c;
  border: 0;
  padding: 8px 44px;
  color: #0f0f0f;
  font-family: Montserrat;
  line-height: 20px;
  letter-spacing: 0.36px;
}

.poweredBy::after,
.poweredBy::before {
  position: absolute;
  background: #313131;
  width: 115px;
  opacity: 0.6;
  height: 0.5px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

.poweredBy {
  width: 37%;
  margin: auto;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  line-height: 29.111px;
}

.poweredBy::after {
  right: 0;
}

.poweredBy::before {
  left: 0;
}

.lpCard .poweredBy {
  position: relative;
  width: 53%;
  margin: 0;
  text-align: center;
}

.lpCard .poweredBy::after,
.lpCard .poweredBy::before {
  content: "";
  width: 88px;
}
.chennaiMeetup {
  color: #000;
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 5px;
}
@media screen and (max-width: 1480px) {
  .borderline {
    width: 83px;
  }

  .prizes img {
    width: 33px;
    margin-right: 16px;
  }

  .prizes {
    margin: 10px 0 16px;
  }

  .logoImg {
    width: 53%;
  }
}

@media screen and (max-width: 1200px) {
  .lpCard .pName {
    padding-bottom: 3px;
    padding-top: 25px;
  }

  .footerIcon {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .lpCard .poweredBy,
  .poweredBy {
    font-size: 8px;
  }

  .poweredBy {
    width: 63%;
  }

  .poweredBy::after,
  .poweredBy::before {
    width: 71px;
  }

  .lpCard .poweredBy::after,
  .lpCard .poweredBy::before {
    content: "";
    width: 45px;
  }

  .onloadPop .modal-content {
    padding-bottom: 22px;
  }

  .footerIcon .appBtn {
    padding: 4px 22px;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.18px;
  }

  .footerIcon img {
    width: 11px;
    margin-left: 15px;
  }

  .prizes img {
    width: 23px;
  }

  .borderline {
    margin-top: 1rem;
    height: 2px;
    width: 50px;
  }

  .lpCard {
    width: 95%;
    background: #eef0f4;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px;
  }
  .chennaiMeetup {
    font-size: 30px;
  }
  .cm-img {
    width: 100%;
  }

  .lpCard span {
    font-size: 10.948px;
    line-height: 15.405px;
  }
  .lpCard .pName {
    padding-top: 10px;
  }
  .lpCard .tagName {
    border-radius: 3px;
    font-size: 9.4px;
    line-height: 20.438px;
  }

  .onloadPop .modal-header .close {
    top: -47px;
    position: absolute;
    right: 8px;
  }

  .onloadPop img.logo3 {
    width: 62.7%;
  }

  .animation-box h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 0;
  }

  .animation-box p {
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
  }

  .onloadPop p {
    font-size: 14.073px;
  }

  .animation-box {
    width: 73%;
  }

  .animation-box .amount {
    padding: 6px 10px;
  }

  .onloadPop .modal-dialog {
    width: 86%;
    margin: auto;
  }

  .regBtn {
    font-size: 13.5px;
    line-height: 24.145px;
    padding: 5px 19px;
  }

  .flip-card {
    height: 625px;
  }

  .slick-dots {
    bottom: 0;
  }

  .timelineFlip h3,
  .timelineFlip h4 {
    font-size: 26px;
  }

  .timelineFlip {
    margin-bottom: 6rem;
  }

  .nav-tabs-dropdown a {
    padding: 5px 15px;
    font-size: 9px;
    margin-right: 1rem;
  }

  ul.nav.nav-tabs.nav-tabs-dropdown {
    width: 99%;
    margin: 0;
  }

  .flip-card-back .card-body,
  .flip-card-front .card-body {
    height: 550px;
  }
}

@media screen and (max-width: 380px) {
  .nav-tabs-dropdown a {
    padding: 3px 13px;
    font-size: 8px;
  }
  .lpCard .tagName {
    font-size: 7.4px;
    line-height: 18.438px;
  }
}
