@font-face {
 font-family: 'sf-reg';
  src: url(../fonts/SF-Pro-Rounded-Regular.woff2);
}

@font-face {
  font-family: 'sf-medium';
  src: url(../fonts/SF-Pro-Rounded-Medium.woff2);
}

@font-face {
 font-family: 'sf-semi';
  src: url(../fonts/SF-Pro-Rounded-Semibold.woff2);
}

@font-face {
  font-family: 'sf-bold';
  src: url(../fonts/SF-Pro-Rounded-Bold.woff2);
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'sf-reg';
  font-family: "SF Pro Rounded";
  scroll-behavior: smooth;
  text-transform: capitalize;
  background: #040404;
  overflow-x: hidden;
}

*,
div:before,
div:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
figure,
form {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'sf-semi';
}

button:focus {
  outline: none !important;
}

a,
img,
span,
label,
input,
button {
  display: inline-block;
}

a:hover {
  text-decoration: none;
}
button{
cursor:pointer;
}

.padding-wrapper {
  padding: 0 100px;
}

.header {
  padding-top: 30px;
  padding-bottom: 50px;
}

.header-right {
  column-gap: 48px;
}

.header-right a {
  font-size: 16px;
  font-family: 'sf-medium';
  color: #191719;
}

.buttons {
  padding: 16px 42px;
  border-radius: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.buttons span {
  font-size: 16px;
  font-family: 'sf-medium';
  color: #FFFFFF;
}

.background-button {
  background-image: linear-gradient(to right, #FFCC33 21%, #DB3171 79%);
}

.section1 h1 {
  font-size: 78px;
   font-family: 'sf-bold';
  color: #230B3F;
  line-height: 78px;
  min-height: 260px;
}

.section1 h1 span {
  background-image: linear-gradient(to right, #DB3171, #FFD861, #DB3171);
  color: transparent;
  background-clip: text;
  display: inline;
  animation: textclip 2s linear infinite;
}

.section1 p {
  font-size: 20px;
  font-family: 'sf-medium';
  color: #191719;
  padding: 20px 0;
}

.app-play {
  column-gap: 20px;
}

.app-play button {
  border: 3px solid transparent;
  border-radius: 28px;
  padding: 16px 59px;
  font-size: 16px;
  color: #28221A;
  font-family: 'sf-medium';
  cursor: pointer;
  column-gap: 11px;
  background: linear-gradient(to right, white, white), linear-gradient(to right, #FFD861 0%, #FFAECC 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;

}

.app-play button:last-child {
  background: linear-gradient(to right, white, white), linear-gradient(to right, #FFEAA9 0%, #BDA4FF 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.section2 {
  padding: 148px 40px 70px;
}

.event-sec {
  background: #F5F5F5;
  border-radius: 96px;
  padding: 96px 0 110px;
}

.sec2-sub1 {
  padding-bottom: 146px;
  border-image: linear-gradient(to right, #F5F5F5, #919191, #F5F5F5);
  border-bottom: 1px solid transparent;
  border-image-slice: 1;
}

.sec2-sub1 h2 {
  font-size: 78px;
  text-align: center;
  color: #230B3F;
}

.sec2-sub1 p {
  font-size: 20px;
  font-family: 'sf-medium';
  color: #191719;
  padding: 32px 0 66px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.sec2-sub {
  background: #fff;
  border-radius: 32px;
  padding: 42px;
  height: 100%;
}

.sec2-sub img {
  width: 90px;
  height: 110px;
  object-fit: contain;
}

.sec2-sub h6 {
  font-size: 20px;
  font-family: 'sf-semi';
  color: #230B3F;
  padding-top: 42px;
  line-height: 24px;
}

.sec2-subrow {
  row-gap: 30px;
}

.sec2-sub2 {
  padding: 137px 15px 124px;
  border-image: linear-gradient(to right, #F5F5F5, #919191, #F5F5F5);
  border-bottom: 1px solid transparent;
  border-image-slice: 1;
}

.sec2-sub2 h2 {
  font-size: 78px;
  color: #230B3F;
  font-family: 'sf-reg';
  line-height: 80px;
  text-align: center;
  position: relative;
}

.sec2-sub2 h2 img {
  position: absolute;
  top: -32px;
  left: -21px;
  width: 70px;
  height: 60px;
  object-fit: contain;
}

.sec2-sub2 h2 img:last-child {
  left: unset;
  top: unset;
  right: 0;
  bottom: 0;
}

.sec2-sub2 p {
  padding-top: 66px;
  color: #7E7E7E;
  font-size: 24px;
  font-family: 'sf-medium';
  text-align: center;
}

.sec2-sub3 h6 {
  font-size: 24px;
  color: #343434;
  padding: 79px 0 45px;
  text-align: center;
}

.each-button {
  column-gap: 20px;
}

.each-button button {
  background-image: linear-gradient(to right, #FFD861, #DB3171);
  padding: 22px 58px;
  border-radius: 38px;
  border: 0;
  color: #fff;
  font-family: 'sf-medium';
  column-gap: 12px;
}

.each-button button:last-child {
  background-image: linear-gradient(to right, #DB3171, #422199);
}

.organizer h6 {
  background-image: linear-gradient(to right, #F4BD18, #ED5D93);
  color: transparent;
  background-clip: text;
}

.organizer {
  text-align: center;
  background: #ECECEC;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 32px;
  padding: 16px 37px;
  width: max-content;
}

.sec3-sub h2 {
  text-align: center;
  padding: 46px 0 67px;
  line-height: 62px;
  font-size: 56px;
}

.event {
  background: #F5F5F5;
  padding: 25px 55px 46px;
  height: 100%;
  border-radius: 48px;
}

.event img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-left: auto;
  display: block;
}

.event p {
  font-size: 28px;
  font-family: 'sf-semi';
  color: #191719;
  padding-top: 39px;
  text-transform: none;
  line-height: 32px;
}

.sec3-subrow {
  row-gap: 20px;
}

.event1 {
  background: #F5F5F5;
  border-radius: 48px;
  padding: 83px 66px;
  text-transform: none;
  line-height: 28px;
}

.event1 p {
  font-size: 24px;
  color: #191719;
}

.sec3-center img {
  height: 439px;
  object-fit: contain;
}

.sec3-right .event p {
  padding-top: 101px;
}

.section4 {
  padding-bottom: 92px;
  padding-top: 165px;
}

.section4 .sec3-sub h2 {
  padding-bottom: 28px;
}

.section4 .sec3-sub p {
  font-size: 20px;
  color: #454545;
  font-family: 'sf-medium';
  width: 86%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 114px;
}

.sec4-sub img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.sec4-sub h6 {
  font-size: 20px;
  color: #191719;
}

.sec4-sub {
  padding: 48px 0;
  column-gap: 16px;
  border-bottom: 1px solid #C0C0C0;
}

.sec4-left img {
  height: 688px;
  object-fit: contain;
}

.sec4-sub.active {
  border-image: linear-gradient(to right, #FF91BB, #9977F2);
  border-bottom: 1px solid transparent;
  border-image-slice: 1;
  border-width: 2px;
}

.form-sec {
  background: url(../images/form-background.png)0 0 no-repeat;
  background-size: cover;
  padding: 100px 0 126px;
  border-radius: 0 0 42px 42px;
  background-color: #fff;
}


.form-sec p {
  font-size: 18px;
  color: #191719;
  text-align: center;
  padding: 8px 0 32px;
}

.form-sec h4 {
  font-size: 32px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.form-flex {
  column-gap: 15px;
}

.form-flex input {
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 14px 24px;
}

::placeholder {
  color: #9F9F9F;
  font-size: 14px;

}

.form-sec button {
  margin: 24px auto 0;
  display: block;
  width: max-content;
  background-color: #DB3171;
  color: #FFFFFF;
  font-family: 'sf-medium';
  font-size: 16px;
  border: 0;
  border-radius: 28px;
  width: 26%;
  padding: 14px;
  cursor: pointer;
}

.footer {
  padding-top: 91px;
}

.footer-left a,
.footer-row2 h6,
.footer-right h6 {
  font-size: 16px;
  color: #CECECE;
  font-family: 'sf-medium';
}

.footer-left {
  row-gap: 24px;
}

.foot-button {
  padding-top: 16px;
}

.foot-button button {
  border: 1px solid transparent;
  border-radius: 38px;
  padding: 16px 59px;
  font-size: 16px;
  color: #CECECE;
  font-family: 'sf-medium';
  cursor: pointer;
  column-gap: 11px;
  background: linear-gradient(to right, #040404, #040404), linear-gradient(to right, #FFD861 0%, #FFAECC 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.foot-button button:last-child {
  background: linear-gradient(to right, #040404, #040404), linear-gradient(to right, #FFEAA9 0%, #BDA4FF 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.footer-row2 {
  padding-top: 58px;
  padding-bottom: 30px;
}

.shares {
  column-gap: 16px;
  padding-top: 20px;
}

.foot-logo img {
  height: 150px;
  object-fit: contain;
}

.footer-last {
  padding: 24px;
}

.footer-last a,
.footer-last p {
  color: #787878;
  font-size: 12px;
  font-family: 'sf-medium';
}

.footer-last a {
  font-size: 16px;
}


.foot-button {
  column-gap: 20px;
}

.banner-right {
  background: url('../images/banner-background.png')0 bottom no-repeat;
  background-size: 100% 395px;
  position: relative;
  /* background-color: #d9d9d9; */
}

.banner-right img:first-child {
  position: relative;
  left: 44px;
  z-index: 9;
  height: 537px;
}

.banner-right img:nth-child(2) {
  position: absolute;
    right: 44px;
    bottom: 0;
    height: 450px;
    object-fit: contain;
}

.mobile-banner {
  display: none;
}

@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.Typewriter__cursor {
  display: none !important;
}

.promote-sec {
  padding: 63px 46px 0;
  border-radius: 48px;
  background-image: linear-gradient(#FFD861 50%, #DB3171, #422199);
}

.promote-sec h6 {
  font-size: 36px;
  text-align: center;
  text-transform: none;
  width: 95%;
  padding-bottom: 58px;
  margin: 0 auto;
}

.sec4-leftimg {
  height: unset !important;
  position: absolute;
  left: 61px;
  bottom: 43px;
}

.menu-btn,
.close-btn {
  display: none;
}

.each-margin{
  margin-top: 35px;
}