@font-face {
   font-family: 'Knockout HTF46-Flyweight';
   src: url('../fonts/Knockout\ HTF46-Flyweight\ Regular.otf') format('opentype');
   font-weight: "Regular";
   font-style: normal;
}

@font-face {
   font-family: 'Rexton';
   src: url('../fonts/rexton.otf') format('opentype');
   font-weight: Bold;
   font-style: normal;
}

html {
   scroll-behavior: smooth;
}

* {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: inherit;
   box-sizing: inherit;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

body {
   padding: 0 !important;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   overflow-x: hidden;
   margin: 0;
   font-family: "Barlow Condensed", sans-serif;
   background-color: #0E0F0D !important;

   background-image: url("../images/BG-dodge\ 2.png");
   background-position: center;
   background-repeat: repeat-y;
   background-size: contain;
}

.sticky {
   position: fixed !important;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030;
}

nav {
   padding: 6px 3% !important;
   display: flex;
   justify-content: space-between;
   align-items: center;
   /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
   height: 73px;
   z-index: 9;
}

nav .logo {
   display: flex;
   align-items: center;
}

nav .logo img {
   height: 49px;
   width: auto;
   margin-right: 10px;
}

nav .logo h1 {
   font-size: 1.1rem;
   background: linear-gradient(to right, #b927fc 0%, #2c64fc 100%);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   margin: 0;
}

nav ul {
   list-style: none;
   display: flex;
   margin: 0;
}

nav .navlinks li {
   margin-left: 1.5rem;
}

nav .navlinks li a {
   text-decoration: none;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   padding: 8px 8px;
   border-radius: 5px;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-family: "coordinates", monospace;
}

nav .navlinks li a:hover {
   color: #FFB13C;
   font-style: italic;
}

nav .navlinks li a:focus {
   color: #FFB13C;
   font-style: italic;
}

nav .social-links {
   margin: 0;
}

nav .social-links li {
   margin-left: 0.6rem;
}

nav .social-links li i {
   color: #fff;
   height: 16px;
   width: 16px;
   display: flex;
}

nav .social-links li a {
   text-decoration: none;
   border-radius: 50%;
   display: block;
}

nav .social-links li a:hover {
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

nav .social-links li a:hover svg path {
   fill: #FFB13C;
}

.hamburger {
   display: none;
   cursor: pointer;
   position: relative !important;
}

.hamburger .line {
   width: 25px;
   height: 1px;
   background-color: #fff;
   display: block;
   margin: 7px auto;
   transition: all 0.3s ease-in-out;
}

.hamburger-active {
   transition: all 0.3s ease-in-out;
   transition-delay: 0.6s;
   transform: rotate(45deg);
}

.hamburger-active .line:nth-child(2) {
   width: 0px;
}

.hamburger-active .line:nth-child(1),
.hamburger-active .line:nth-child(3) {
   transition-delay: 0.3s;
}

.hamburger-active .line:nth-child(1) {
   transform: translateY(12px);
}

.hamburger-active .line:nth-child(3) {
   transform: translateY(-5px) rotate(90deg);
}

.menubar {
   position: fixed;
   top: -125%;
   left: 0;
   display: none;
   justify-content: space-between;
   flex-direction: column;
   align-items: center;
   width: 100%;
   height: 100vh;
   padding: 26% 0;
   background: #0E0F0D;
   transition: all 0.5s ease-in;
   z-index: 2;
}

.active {
   top: 0;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   z-index: 6;
   display: flex;
}

.menubar ul {
   text-align: center;
   padding: 0;
   list-style: none;
}

.menubar ul li {
   margin-bottom: 32px;
}

.menubar ul li a {
   text-decoration: none;
   color: #fff;
   padding: 4px 8px;
   border-radius: 5px;
   font-family: "coordinates", monospace;
   font-size: 24px;
   font-weight: 400;
   line-height: 28.8px;
   text-align: center;
   text-transform: uppercase;
}

.menubar ul li a:hover {
   background-color: #f5f5f5;
   color: #000;
}

@media screen and (max-width: 870px) {
   .hamburger {
      display: block;
   }

   nav ul {
      display: none;
   }
}


.hero_section {
   padding-top: 6%;
   padding-bottom: 100px;
}

.hero_section .heading_sec h1 {
   font-size: 10rem;
   background: linear-gradient(to right, #b927fc 0%, #2c64fc 100%);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   margin: 0;
   text-transform: uppercase;
   letter-spacing: 18px;
}

.hero_section .heading_sec .heading_para p.subtitle {
   font-size: 24px;
   font-weight: 400;
   color: white;
   margin: 0;
   margin-top: -34px !important;
   text-transform: uppercase;
   letter-spacing: 0.2em;
   line-height: 28.8px;
   font-family: "barlow-condensed", sans-serif;
}

.hero_section .heading_sec h4.date__ {
   font-size: 36px;
   font-weight: 600;
   line-height: 46.8px;
   letter-spacing: 0.1em;
   text-align: center;
   font-family: "barlow-condensed", sans-serif;
   color: #FFB13C;
   text-transform: uppercase;
   margin: 0px;
   margin-bottom: -55px;
}

.hero_section .heading_sec .heading_para .citi_logo span {
   font-family: "barlow-condensed", sans-serif;
   font-size: 22px;
   font-weight: 400;
   line-height: 26.4px;
   letter-spacing: 0.04em;
   color: #FFF9EE;
   place-self: end;
}

.new_edition {
   margin: 30px 0;
}

.hero_section .heading_sec p.mil_stu {
   font-family: "barlow-condensed", sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 20.8px;
   letter-spacing: 0.04em;
   text-align: center;
   width: 462px;
   color: #FFF9EE;
   margin: 14px auto;
}

.button__hero.padd {
   width: 223px;
}

.button__hero {
   display: inline-block;
   height: 42px;
   line-height: .95;
   overflow: hidden;
   position: relative;
   text-align: center;
   background-color: #FFE5B2;
   color: #000;
   border-radius: 50px;
   padding: 6px 56px 6px 56px;
   transition: 0.2s;
   text-decoration: none;
   text-transform: uppercase;
   font-family: "barlow-condensed", sans-serif;
   font-size: 18px;
   font-weight: 600;
   letter-spacing: 0.02em;
   border: 0px solid transparent;
   outline: none;
}

.button__hero:hover {
   background-color: #FFB13C;
}

/* BUTTON UP */
.button__hero .label-up {
   display: block;
   /* height: 100%; */
   position: relative;
   /* line-height: 1; */
   /* top: -100%; */
   transition: 0.2s;
   margin-bottom: 5px;
   transform: translateY(-27px);
   padding: 4px 0;
}

.button__hero:hover .label-up {
   transform: translateY(4px);
}

.hero_links p {
   font-family: "barlow-condensed", sans-serif;
   font-size: 18px;
   font-weight: 300;
   line-height: 21.6px;
   letter-spacing: 0.04em;
   text-align: center;
   color: #FFE5B2;
   margin-top: 10px;
}

.button__hero2 {
   display: inline-block;
   height: 42px;
   line-height: .95;
   overflow: hidden;
   position: relative;
   text-align: center;
   background-color: transparent;
   border: 1px solid #FFE5B2;
   color: #FFE5B2;
   border-radius: 50px;
   padding: 6px 48px 6px 48px;
   transition: 0.2s;
   text-decoration: none;
   text-transform: uppercase;
   font-family: "barlow-condensed", sans-serif;
   font-size: 18px;
   font-weight: 600;
   letter-spacing: 0.02em;
   outline: none;
   margin-left: 10px;
}
.button__hero2.padd {
   width: 223px;
}

 .button__hero2:hover {
   border: 1px solid #FFB13C;
   color: #FFB13C;
}

.button__hero2 .label-down {
   display: block;
   /* height: 100%; */
   position: relative;
   /* line-height: 1; */
   /* top: -100%; */
   transition: 0.2s;
   margin-bottom: 5px;
   transform: translateY(-27px);
   padding: 4px 0;
}

.button__hero2:hover .label-down {
   transform: translateY(4px);
}

/* Mission Section  */
.mission_area {
   padding-bottom: 55px;
   /* padding-right: 40px; */
}

.mission_area h3 {
   font-size: 28px;
   font-weight: 600;
   line-height: 36.4px;
   letter-spacing: 0.1em;
   text-align: justify;
   color: #FFE5B2;
   text-transform: uppercase;
   font-family: "barlow-condensed", sans-serif;
}

.mission_area p {
   text-align: justify;
   color: #FFF9EE;
   font-family: "barlow-condensed", sans-serif;
   font-size: 17px;
   font-weight: 300;
   line-height: 23.8px;
   letter-spacing: 0.04em;
}

.vision_sec {
   padding-left: 100px !important;
   padding-right: 100px !important;
}

#coordinates {
   display: flex;
   justify-content: space-between;
   position: fixed;
   bottom: 20px;
   max-width: 100%;
   width: 100%;
   padding: 0 16%;
   font-family: "coordinates", monospace;
}

.country_name,
.latitude {
   font-size: 18px;
   font-weight: 300;
   line-height: 21.6px;
   text-align: left;
   color: #FFFFFF;
   letter-spacing: 2px;
   font-family: "coordinates", monospace;
   flex-basis: content;
}
.country_name p,
.latitude p {
   margin-bottom: 0;
}

@media only screen and (max-width: 2000px) {
   #coordinates {
      padding: 0 2%;
   }
}

@media only screen and (max-width: 1600px) {
   #coordinates {
      padding: 0 1%;
   }
}

.email__collect {
   padding: 24px 32px;
   max-width: 450px;
   margin: auto;
   background: #FFFFFF0A;
   border: 1px solid rgba(255, 255, 255, 0.4);
   /* border-image-source: linear-gradient(113.37deg, rgba(255, 255, 255, 0.4) 3.93%, rgba(255, 255, 255, 0.1) 100%); */
   border-radius: 16px;
   z-index: 4;
   position: relative;
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
}

.email__collect h4 {
   font-family: "barlow-condensed", sans-serif;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: 600;
   letter-spacing: 0.1em;
   text-align: center;
   color: #FFF9EE;
   margin-bottom: 20px;
   line-height: 20.8px;
}

.email__collect p {
   color: #FFF9EE;
   text-align: center;
   font-family: "barlow-condensed", sans-serif;
   font-size: 16px;
   font-weight: 300;
   line-height: 20.8px;
   letter-spacing: 0.04em;
   margin-bottom: 25px;
}

.subscribe_form {
   max-width: 470px;
   width: 100%;
   margin: 0 auto;
}

.subscribe_form:focus {
   outline: none;
}

.subscribe_form .form-control {
   border: 1px solid #A28F6A;
   background-color: #0E0F0D;
   border-radius: 20px !important;
   margin-right: 10px;
   color: white;
   font-family: "barlow-condensed", sans-serif;
   font-size: 18px;
   font-weight: 300;
   line-height: 21.6px;
   letter-spacing: 0.03em;
   background-image: url('../images/mail-icon.svg') !important;
   background-size: 18px 18px;
   background-position: 12.5px 11px;
   background-repeat: no-repeat;
   padding: 12px 16px 12px 36px;
   height: 42px;
}

.subscribe_form .form-control:focus {
   background-image: url('../images/mail-icon-white.svg') !important;
   background-position: 12.5px 11px;
}

.subscribe_form .form-control:-webkit-autofill {
   -webkit-text-fill-color: white !important;
   -webkit-background-clip: text;
}

.subscribe_form .form-control::placeholder {
   color: #A28F6A;
}

.subscribe_form .form-control::-ms-input-placeholder {
   color: #A28F6A;
}

.subscribe_form .form-control:focus {
   box-shadow: none;
   background-color: #0E0F0D;
   color: white;
}

.subscribe_form .button__submit {
   font-family: "barlow-condensed", sans-serif;
   font-size: 18px;
   font-weight: 600;
   letter-spacing: 0.02em;
   display: inline-block;
   line-height: 30px;
   overflow: hidden;
   position: relative;
   text-align: center;
   background-color: transparent;
   color: #FFE5B2;
   border-radius: 20px !important;
   padding: 7px 28px 7px 28px;
   transition: 0.2s;
   text-decoration: none;
   text-transform: uppercase;
   width: 110px;
   height: 42px;
   /* padding: 10px 56px 10px 56px; */
   border: 1px solid #FFE5B2;
   letter-spacing: 0.02em;
   animation: bounceInDown;
}

.subscribe_form .button__submit:hover {
   color: #FFB13C;
   border-color: #FFB13C;
}

.subscribe_form .button__submit:active {
   color: #FFB13C !important;
   border-color: #FFB13C !important;
}

.subscribe_form .button__submit:focus-visible {
   color: #FFB13C;
   border-color: #FFB13C;
}

.subscribe_form .button__submit .label-down {
   display: block;
   /* height: 100%; */
   position: relative;
   /* top: -100%; */
   transform: translateY(-31.8px);
   transition: 0.2s;
}

.subscribe_form .button__submit:hover .label-down {
   /* top: 6%; */
   transform: translateY(-1px);
}

.subscribe_form .input-group-btn:last-child>.btn,
.subscribe_form .input-group-btn:last-child>.btn-group {
   /* z-index: 2; */
   margin-left: 0px;
}

.subscribe_form .error-msg {
   color: #FE2929;
   font-family: "barlow-condensed", sans-serif;
   font-size: 16px;
   font-weight: 300;
   line-height: 19.2px;
   letter-spacing: 0.03em;
   margin: 8px 0 0;
   text-align: left;
}

.subscribe_form .error-msg i {
   margin-right: 4px;
}

.right_planet {
   background-image: url("../images/image\ 1.png");
   background-repeat: no-repeat;
   background-size: contain;
   top: -97%;
   right: -53%;
   height: 1050px;
   width: 1050px;
   z-index: -1;
}

.left_planet {
   background-image: url("../images/PlanetRed.png");
   background-repeat: no-repeat;
   background-size: contain;
   top: 0%;
   left: -57%;
   height: 1000px;
   width: 1000px;
   position: absolute;
   z-index: -1;
}

.planet__violent {
   background-image: url('../images/PlanetViolet.png');
   background-repeat: no-repeat;
   background-size: contain;
   right: -10%;
   height: 800px;
   width: 800px;
   z-index: -1;
   position: absolute;
   top: 0;
}

.legends_sec .legends__para {
   padding-right: 151px;
   padding-left: 151px;
}

.legends_sec .legends__para h2 {
   font-family: "barlow-condensed", sans-serif;
   font-size: 68px;
   font-weight: 700;
   line-height: 88.4px;
   text-align: justify;
   text-transform: uppercase;
   color: #FFE5B2;
}

.legends_sec .legends__para h2 span {
   font-family: "barlow-condensed", sans-serif;
   font-size: 44px;
   font-weight: 400;
   line-height: 71.36px;
   text-align: justify;
}

.legends_sec .legends__para .blurred h2 {
   font-family: "barlow-condensed", sans-serif;
   font-size: 98.99px;
   font-weight: 700;
   line-height: 130px;
   text-align: center;
   color: #4C1430;
   opacity: 0;
}

.legends_sec .legends__para .blurred.isVisible h2 {
   animation: blur 4s ease-out;
   opacity: 1;
}

@keyframes blur {
   50% {
      filter: blur(50px);
   }
}

.legends_sec .legends__para .blurred h4 {
   font-family: "barlow-condensed", sans-serif;
   font-size: 50px;
   font-weight: 400;
   line-height: 65px;
   letter-spacing: 0.5em;
   text-align: center;
   color: #4C1430;
}


.left_planet {
   animation: spinPlanet 250s linear infinite;
}

@keyframes spinPlanet {
   from {
      transform: rotate(360deg);
   }

   to {
      transform: rotate(0deg);
   }
}

.planet__violent,
.right_planet {
   animation: spinPlanet2 200s linear infinite;
}

@keyframes spinPlanet2 {
   from {
      transform: rotate(0deg);
   }

   to {
      transform: rotate(360deg);
   }
}


/* lineup section  */
.ticket__sec {
   margin-top: 200px;
   padding-bottom: 200px;
}

.lineup_head {
   padding-left: 100px;
   padding-right: 100px;
}

.lineup_head h6 {
   font-family: "Rexton";
   letter-spacing: 0.1em;
   text-align: left;
   color: #FFF9EE;
   text-transform: uppercase;
   font-size: 20px;
   font-weight: 500;
   line-height: 26px;
}

.lineup_heading h1 {
   font-family: "Knockout HTF46-Flyweight", sans-serif;
   font-size: 214px;
   font-weight: 500;
   line-height: 171.2px;
   text-align: left;
   color: #FFE5B2;
   text-transform: uppercase;
   border-bottom: 3px solid #FFE5B2;
   margin-bottom: 10px;
}

.lineup_heading h2 {
   font-family: "Knockout HTF46-Flyweight", sans-serif;
   font-size: 160px;
   font-weight: 500;
   line-height: 128px;
   text-align: left;
   color: #FFE5B2;
   text-transform: uppercase;
   border-bottom: 3px solid #FFE5B2;
   margin: 0 50px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 20px;
}

.lineup_heading h4 {
   font-family: "Knockout HTF46-Flyweight", sans-serif;
   font-size: 108px;
   font-weight: 500;
   line-height: 86.4px;
   letter-spacing: 0.05em;
   text-align: left;
   color: #FFE5B2;
   text-transform: uppercase;
   border-bottom: 3px solid #FFE5B2;
   margin: 0 80px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 20px;
}

.lineup_heading .last_div {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin: 0 90px;
   margin-bottom: 20px;
}

.lineup_heading .last_div h3 {
   font-family: "Knockout HTF46-Flyweight", sans-serif;
   font-size: 108px;
   font-weight: 500;
   line-height: 86.4px;
   text-align: left;
   color: #FFE5B2;
   text-transform: uppercase;
   margin: 0;
}

.lineup_heading .last_div h3.ayokay {
   letter-spacing: 0.08em;
}

.lineup_heading p {
   font-family: "barlow-condensed", sans-serif;
   font-size: 24px;
   font-weight: 300;
   line-height: 28.8px;
   letter-spacing: 0.3em;
   text-align: center;
   color: #FFF9EE;
   text-transform: uppercase;
}

/* ticket section  */

.ticket__sec {
   padding-left: 100px !important;
   padding-right: 100px !important;
}

.ticket__sec .tickets_head h2 {
   font-family: "Rexton";
   font-weight: 500;
   letter-spacing: 0.1em;
   color: #FFF9EE;
   margin-bottom: 16px;
   font-size: 20px;
   font-weight: 500;
   line-height: 26px;
   text-align: left;

}

.ticket__sec .tickets_head p {
   font-family: "barlow-condensed", sans-serif;
   font-size: 20px;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0.1em;
   text-align: left;
   color: #FFB13C;
   margin-bottom: 24px;
}

.ticket__sec .service_item.alag_height {
   min-height: 242px;
}

.ticket__sec .service_item {
   padding: 24px 32px 24px 32px;
   border: 1px solid rgba(255, 255, 255, 0.4);
   background: linear-gradient(109.28deg, rgba(70, 70, 70, 0.2) 0%, rgba(70, 70, 70, 0.04) 81.92%);
   border-radius: 16px;
   min-height: 282px;
   margin-bottom: 20px;
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
}

.ticket__sec .service_item:hover {
   background: linear-gradient(109.28deg, rgba(70, 70, 70, 0.2) 0%, rgba(70, 70, 70, 0.04) 81.92%),
      linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
   box-shadow: 10px 10px 20px 0px #00000066;
}

.ticket__sec .service_item .service_price p {
   font-family: "barlow-condensed", sans-serif;
   font-size: 18px;
   font-weight: 500;
   line-height: 21.6px;
   letter-spacing: 0.1em;
   text-align: right;
   margin: 0;
   color: #CC44CA;
   text-transform: uppercase;
}

.ticket__sec .service_item .service_price p a {
   color: #CC44CA;
}

.ticket__sec .service_item.box___suite {
   min-height: 343px;
}

.ticket__sec .service_item h2 {
   font-family: "barlow-condensed", sans-serif;
   font-size: 28px;
   font-weight: 600;
   line-height: 36.4px;
   letter-spacing: 0.1em;
   text-align: justify;
   color: #FFE5B2;
   text-transform: uppercase;
}

.ticket__sec .service_item h2.pen__vip {
   font-family: "barlow-condensed", sans-serif;
   color: #FFE5B2;
   text-transform: uppercase;
   font-size: 34px;
   font-weight: 600;
   line-height: 44.2px;
   letter-spacing: 0.1em;
   text-align: center;
}

.ticket__sec .service_item h2.ask_pck {
   font-family: "barlow-condensed", sans-serif;
   font-size: 34px;
   font-weight: 600;
   line-height: 44.2px;
   letter-spacing: 0.1em;
   text-align: center;
}

.ticket__sec .service_item p {
   font-family: "barlow-condensed", sans-serif;
   font-size: 17px;
   font-weight: 300;
   line-height: 23.8px;
   letter-spacing: 0.04em;
   text-align: justify;
   color: #FFF9EE;

}

.ticket__sec .service_item p.indulge {
   font-family: "barlow-condensed", sans-serif;
   font-size: 18px;
   font-weight: 400;
   line-height: 25.2px;
   letter-spacing: 0.04em;
   text-align: center;

}

.ticket__sec .service_item ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.ticket__sec .service_item ul li {
   font-family: "barlow-condensed", sans-serif;
   font-size: 17px;
   font-weight: 300;
   line-height: 23.8px;
   letter-spacing: 0.04em;
   text-align: justify;
   color: #FFF9EE;
   padding-bottom: 8px;
   position: relative;
   padding-left: 18px;
}

.ticket__sec .service_item ul li::before {
   position: absolute;
   top: 0px;
   left: 0px;
   vertical-align: middle;
   display: inline-block;
   content: url("../images/Star7.png");
}


.ticket__sec .service_item h6 {
   font-family: "barlow-condensed", sans-serif;
   font-size: 15px;
   font-weight: 400;
   line-height: 19.5px;
   letter-spacing: 0.1em;
   text-align: center;
   color: #1AE8E3;
   text-transform: uppercase;
   margin: 0;
}

.ticket__sec .service_item h6.box_subtitle {
   text-align: left;
   color: rgba(255, 229, 178, 1);
   text-transform: uppercase;
}

.ticket__sec .service_item h2.box_suite {
   text-align: left !important;
   color: rgba(255, 229, 178, 1);
}

.ticket__sec .service_item.pen__exp {
   border: 1px solid rgba(176, 255, 253, 0.4);
   background: linear-gradient(109.28deg, rgba(22, 80, 79, 0.2) 0%, rgba(9, 63, 62, 0.02) 81.92%);
   min-height: 235px;
   padding: 24px 32px 32px 32px;
}

.ticket__sec .service_item.pen__exp.diff {
   padding: 24px 32px 24px 32px;
}

.ticket__sec .service_item.pen__exp:hover {
   border: 1px solid;
   border-image-source: linear-gradient(113.31deg, rgba(26, 232, 227, 0.8) 1.17%, rgba(176, 255, 253, 0.4) 62.34%);
   background: linear-gradient(109.28deg, rgba(22, 80, 79, 0.2) 0%, rgba(9, 63, 62, 0.02) 81.92%),
      linear-gradient(0deg, rgba(26, 232, 227, 0.05), rgba(26, 232, 227, 0.05));
   box-shadow: 10px 10px 20px 0px #00000066;
}

.ticket__sec .service_item.pen__exp .pen_vip {
   width: 50%;
}

.ticket__sec .service_item.pen__exp .seriou_inquiry h6 {
   font-size: 18px;
   font-weight: 600;
   line-height: 25.2px;
   letter-spacing: 0.04em;
   text-align: center;
   color: #FFE5B2;
   text-transform: uppercase;

}

.ticket__sec .service_item.pen__exp .seriou_inquiry p {
   font-family: "barlow-condensed", sans-serif;
   font-size: 18px;
   font-weight: 300;
   line-height: 25.2px;
   letter-spacing: 0.04em;
   text-align: center;
   color: #FFF9EE;
   margin: 0;

}

.ticket__sec .service_item.pen__exp .seriou_inquiry p a {
   color: #FFF9EE;

}


.texture_img .img__text img {
   max-height: 452px;
}


/* Faqs Section  */
.faqs {
   margin-top: 120px;
   margin-bottom: 120px;
}

.faqs_sec {
   padding-left: 100px !important;
   padding-right: 100px !important;
}

.faqs .heading__area .question_heading {
   font-family: "barlow-condensed", sans-serif;
   font-size: 90px;
   font-weight: 800;
   line-height: 99px;
   letter-spacing: 0.06em;
   color: transparent;
   -webkit-text-stroke: 1px #FFB13C;
}

.faqs .heading__area .answer_heading {
   font-family: "Rexton";
   font-size: 20px;
   font-weight: 500;
   line-height: 26px;
   color: #FFB13C;
}


.faqs .accordion-item {
   background-color: transparent;
   color: #FFE5B2;
   border: 0;
   border-bottom: #FFFFFF;
   border-bottom: 1px solid #FFFFFF !important;
}

.accordion-header {
   font-family: "barlow-condensed", sans-serif;
   font-size: 24px;
   font-weight: 600;
   line-height: 31.2px;
   letter-spacing: 0.1em;
}

.accordion-button {
   font-size: 24px !important;
   font-weight: 600;
   line-height: 31.2px;
   letter-spacing: 0.1em;
}

.faqs .accordion-button,
.faqs .accordion-button:not(.collapsed) {
   background-color: transparent;
   color: #FFE5B2;
   border: 0;
   border-bottom: 1px solid #FFFFFF !important;
   padding: 1.5rem 0;
   text-transform: uppercase;
}

.faqs .accordion-item:last-of-type,
.faqs .accordion-button:last-of-type {
   box-shadow: none;
   border: none;
   border-bottom: none !important;
}

.button_main.accordion-button::after {
   background-image: url('../images/icons8-plus-16.svg') !important;
}

.button_main.accordion-button[aria-expanded="true"]::after {
   transform: rotate(-45deg) !important;
}

.button_main.accordion-button[aria-expanded="false"]::after {
   transform: none !important;
}

.accordion-body {
   padding: 0 !important;
   margin-bottom: 1rem;
}

.sub-accordionExample .accordion-item {
   background: #FFFFFF0D;
   /* padding: 12px 16px 14px 16px !important; */
   margin-bottom: .475rem;
   border-radius: 8px !important;
}

.sub-accordionExample .accordion-button,
.sub-accordionExample .accordion-button:not(.collapsed) {
   padding: 12px 16px 14px 16px !important;
   /* background: #FFFFFF0D; */
   border: none !important;
   text-transform: inherit;
}

.sub-accordionExample .accordion-item {
   border: none !important;
}

.sub-accordionExample .accordion-header {
   font-family: "barlow-condensed", sans-serif;
   font-size: 18px;
   font-weight: 400;
   line-height: 25.2px;
   color: #FFF9EE;
   letter-spacing: 0.04em;
}

.sub-accordionExample .accordion-button {
   font-family: "barlow-condensed", sans-serif;
   font-size: 18px !important;
   font-weight: 400;
   line-height: 25.2px;
   letter-spacing: 0.04em;
   text-align: left;
   color: #FFF9EE !important;
   text-transform: inherit;
}

.sub-accordionExample .accordion-body {
   font-family: "barlow-condensed", sans-serif;
   color: #FFF9EE;
   padding: 12px 16px 14px 16px !important;
   font-size: 17px;
   font-weight: 300;
   letter-spacing: 0.04em;
   text-align: left;
   margin-bottom: 0 !important;
   line-height: 23.8px;
}

.sub-accordionExample .accordion-body ul {
   max-width: 258px;
   padding-left: 24px;
}

.sub-accordionExample .accordion-body a {
   color: #FFF9EE;
}


.sub-accordionExample .accordion-button::after {
   background-image: none !important;
   background-color: #FFF9EE;
   -webkit-mask-image: var(--bs-accordion-btn-active-icon) !important;
   mask-image: var(--bs-accordion-btn-active-icon) !important;
}

.sub-accordionExample .accordion-button:not(.collapsed)::after {
   transform: var(--bs-accordion-btn-icon-transform) !important;
}

.sub-accordionExample .accordion-button[aria-expanded="true"]::after {
   transform: var(--bs-accordion-btn-icon-transform) !important;
}

/* Footer Area CSS  */

footer .footer_para p {
   font-family: "barlow-condensed", sans-serif;
   font-size: 16px;
   font-weight: 300;
   line-height: 19.2px;
   text-align: left;
   color: white;
   text-align: center;
   text-transform: uppercase;
   margin-top: 1rem;
}

/* Responsiveness  */

@media (min-width: 2099px) and (max-width: 2500px) {
   .left_planet {
      width: 1400px;
      height: 1400px;
   }

   .right_planet {
      width: 1400px;
      height: 1400px;
   }
}

@media (min-width: 1919px) and (max-width: 2100px) {
   .left_planet {
      width: 1280px;
      height: 1280px;
   }

   .right_planet {
      width: 1280px;
      height: 1280px;
   }
}

@media only screen and (max-width: 1440px) {
   .legends_sec .legends__para h2 {
      font-size: 56px;
      line-height: 76.4px;
   }

   .legends_sec .legends__para h2 span {
      font-family: "barlow-condensed", sans-serif;
      font-size: 35.6px;
      font-weight: 400;
      line-height: 42.36px;
      text-align: justify;
   }

   .legends_sec .legends__para .blurred h2 {
      font-size: 74px;
      line-height: 90px;
   }

   .legends_sec .legends__para .blurred h4 {
      font-size: 42px;
      line-height: 60px;
   }

   .right_planet {
      top: -35%;
      right: -21%;
      height: 670px;
      width: 670px;
   }

   .left_planet {
      top: -24%;
      left: -27%;
      height: 820px;
      width: 820px;
   }
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {
   .hero_section .heading_sec h1 {
      font-size: 4rem;
      background: linear-gradient(to right, #b927fc 0%, #2c64fc 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 12px;
   }

   .hero_section .heading_sec .heading_para p {
      font-size: 16px;
      font-weight: 400;
      color: white;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 4px;
   }

   .button__hero.padd, .button__hero2.padd {
      width: 100%;
      font-size: 16px;
   }

   .button__hero2 {
      padding: 6px 28px 6px 28px;
      font-size: 16px;
      margin: 0;
      margin-top: 10px;
   }

   /* Mission Section  */

   .mission_area h3 {
      font-size: 24px;
      line-height: 31.2px;
   }

   .mission_area p {
      font-size: 16px;

   }

   .join_us {
      padding: 40px 0;
   }

   .join_us .join_area h5 {
      font-size: 20px;
      font-weight: 400;
      line-height: 33.8px;
      letter-spacing: 0.2em;
      text-align: center;
      color: #FFB13C;
      text-transform: uppercase;
   }

   .join_us .join_area h1 {
      font-size: 3rem;
      letter-spacing: 16px;
   }

   .join_us .join_area p {
      font-size: 16px;
      padding: 0px;
   }

   .join_us .join_area p span {
      font-size: 16px;
   }

   footer .footer_para {
      font-family: "barlow-condensed", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 19.2px;
      text-align: left;
      color: white;
      text-align: center;
   }

   .right_planet {
      top: -37%;
      right: -31%;
      height: 550px;
      width: 550px;
   }

   .left_planet {
      top: -19%;
      left: -32%;
      height: 670px;
      width: 670px;
   }

   .legends_sec .legends__para h2 {
      font-size: 56px;
      line-height: 70.4px;
   }

   .legends_sec .legends__para h2 span {
      font-size: 38.6px;
      line-height: 28.36px;
   }

   .legends_sec .legends__para .blurred h2 {
      font-size: 45px;
      line-height: 64px;
   }

   .legends_sec .legends__para {
      padding-right: 100px;
      padding-left: 100px;
   }
}


@media only screen and (max-width: 880px) {
   .planet__violent {
      right: -60%;
   }

   .legends_sec .legends__para {
      padding-right: 70px;
      padding-left: 70px;
   }

   .legends_sec .legends__para h2 {
      font-size: 42px;
      line-height: 64.4px;
   }

   .legends_sec .legends__para h2 span {
      font-size: 28.6px;
   }

   .legends_sec .legends__para .blurred h2 {
      font-size: 40px;
      line-height: 64px;
   }

   .legends_sec .legends__para .blurred h4 {
      font-size: 28px;
      line-height: 60px;
   }

}

@media only screen and (max-width: 576px) {
   .hero_section .heading_sec .heading_para p {
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0.2em;
      text-align: center;
      line-height: 24px;
      margin-top: 12px !important;
      word-spacing: 4px;
   }

   .hero_section .heading_sec p.mil_stu {
      font-size: 16px;
      font-weight: 400;
      line-height: 20.8px;
      letter-spacing: 0.04em;
      text-align: center;
      width: auto;
   }

   .email__collect {
      padding: 24px 16px 24px 16px;
      min-width: 361px;
   }

   .email__collect p {
      font-size: 15px;
      line-height: 19.5px;
   }

   .mission_area {
      padding-bottom: 30px;
      padding-right: 0px;
   }

   .img__text img {
      height: 240px;
   }

   .legends_sec .legends__para {
      padding-right: 10px;
      padding-left: 10px;
   }

   .legends_sec .legends__para h2 {
      font-size: 36px;
      line-height: 46.8px;

   }

   .legends_sec .legends__para h2 span {
      font-size: 24px;
      line-height: 38.4px;

   }

   .legends_sec .legends__para .blurred h2 {
      font-size: 48px;
      font-weight: 700;
      line-height: 62.4px;
   }

   .legends_sec .legends__para .blurred h4 {
      font-size: 20px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0.5em;
      text-align: center;

   }

   .country_name,
   .latitude {
      font-size: 13px;
      font-weight: 300;
      line-height: 15.6px;
      text-align: left;
   }

   footer .footer_para {
      font-size: 14px;
      font-weight: 400;
      line-height: 18.2px;
      padding-bottom: 37px;
   }

   .right_planet {
      height: 600px;
      width: 600px;
   }

   .left_planet {
      height: 600px;
      width: 600px;
   }

   .hero_section {
      padding-top: 20%;
      padding-bottom: 20px;
   }

   .planet__violent {
      height: 450px;
      width: 450px;
   }

   .lineup_sec {
      background-size: 350px 350px;
      padding-top: 40px;
      padding-bottom: 80px;
   }

   .lineup_head {
      padding-left: 20px;
      padding-right: 20px;
   }

   .lineup_sec .lineup_head h6 {
      font-size: 16px;
      line-height: 20.8px;

   }

   .lineup_sec .lineup_heading h1 {
      font-size: 70px;
      line-height: 56px;
      text-align: center;
      border-width: 1px;
   }

   .lineup_sec .lineup_heading h1 img {
      height: 15.5px;
      width: 15.5px;
   }

   .lineup_sec .lineup_heading h2 {
      font-size: 56px;
      line-height: 44.8px;
      margin: 0 20px;
      margin-bottom: 10px;
      border-width: 1px;
   }

   .lineup_sec .lineup_heading h2 img {
      height: 17.77px;
      width: 17.77px;
   }

   .lineup_sec .lineup_heading h4 {
      font-size: 36px;
      line-height: 28.8px;
      letter-spacing: 0.05em;
      margin: 0 40px;
      margin-bottom: 10px;
      padding-bottom: 6px;
      border-width: 1px;
   }

   .lineup_sec .lineup_heading h4 img {
      height: 13.88px;
      width: 13.88px;
   }

   .lineup_sec .lineup_heading .last_div {
      margin: 0 40px;

   }

   .lineup_sec .lineup_heading .last_div h3 {
      font-size: 36px;
      line-height: 28.8px;
   }

   .lineup_sec .lineup_heading .last_div h3.ayokay {
      letter-spacing: 0.08em;
   }

   .lineup_sec .lineup_heading .last_div img {
      width: 10px;
      height: 10px;
   }

   .lineup_sec .lineup_heading p {
      font-size: 16px;
      line-height: 19.2px;

   }

   .ticket__sec .service_item {
      padding: 20px 20px 24px 20px;
      min-height: 140px !important;
   }

   .ticket__sec .tickets_head h2 {
      font-size: 16px;
      font-weight: 500;
      line-height: 20.8px;
      letter-spacing: 0.1em;
      margin-bottom: 10px;
   }

   .ticket__sec .tickets_head p {
      font-size: 17px;
      line-height: 20.4px;
      display: block;
      margin-bottom: 10px;
   }

   .ticket__sec .tickets_head p span {
      display: block;
      padding-bottom: 8px;
   }

   .ticket__sec .tickets_head p img {
      display: none;
   }

   .ticket__sec .service_item h2 {
      font-size: 24px;
      font-weight: 600;
      line-height: 31.2px;
      letter-spacing: 0.1em;
   }

   .ticket__sec .service_item p {
      font-size: 17px;
      line-height: 23.8px;
   }

   .ticket__sec .service_item ul li {
      font-size: 17px;
      font-weight: 300;
      line-height: 23.8px;
   }

   .ticket__sec .service_item h2.pen__vip {
      font-size: 26px;
      font-weight: 600;
      line-height: 33.8px;
   }

   .ticket__sec .service_item h2.ask_pck {
      font-size: 26px;
      font-weight: 600;
      line-height: 33.8px;
   }

   .ticket__sec .service_item h2.ask_pck img {
      height: 20px;
      width: 20px;
   }

   .off_mobile {
      display: none;
   }

   .ticket__sec {
      padding-left: 20px !important;
      padding-right: 20px !important;
   }

   .ticket__sec .service_item.pen__exp .pen_vip {
      width: 100%;
   }

   .ticket__sec .service_item.pen__exp div.d-flex {
      flex-direction: column;
   }

   .ticket__sec .service_item.pen__exp h2 img {
      width: 20px;
      height: 20px;
      margin-bottom: 6px;
   }

   .ticket__sec .service_item h6 {
      margin-bottom: 6px;
   }

   .social-links.mobile {
      display: flex;
   }

   .follow_us {
      font-family: "Barlow Condensed", sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 26px;
      letter-spacing: 0.1em;
      text-align: center;
      color: #FFE5B2;
      text-transform: uppercase;
      margin-bottom: 20px;
   }


   .social-links.mobile li {
      margin: 0;
   }

   .social-links li a:hover {
      background-color: transparent !important;
      color: #fff !important;
   }

   .hero_section .heading_sec h4.date__ {
      font-size: 28px;
      line-height: 36.4px;
      letter-spacing: 0.1em;
      text-align: center;
      margin-bottom: 0;
   }

   .hero_section .heading_sec .heading_para p.subtitle {
      margin-top: 0px !important;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0.2em;
      text-align: center;
      line-height: 24px;
      text-align: center;

   }

   .hero_links p {
      font-size: 16px;
      font-weight: 300;
      line-height: 20.8px;
      letter-spacing: 0.04em;
      text-align: center;
   }

   .hero_links p.preSale {
      font-size: 18px;
      font-weight: 400;
      line-height: 21.6px;

   }

   .ticket__sec {
      padding-top: 0px;
      margin-top: 80px;
      padding-bottom: 100px;
   }

   .vision_sec {
      padding-left: 20px !important;
      padding-right: 20px !important;
   }

   .mission_area svg {
      width: 100%;
   }


   .hero_section .heading_sec .heading_para .citi_logo span {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
   }

   .faqs_sec {
      padding-left: 20px !important;
      padding-right: 20px !important;
   }

   .faqs .heading__area .question_heading {
      font-size: 60px;
      font-weight: 800;
      line-height: 66px;
      letter-spacing: 0.06em;
      text-align: left;
   }

   .faqs .heading__area .answer_heading {
      font-size: 16px;
      font-weight: 500;
      line-height: 20.8px;
      text-align: left;
   }

   .accordion-header {
      font-size: 20px;
      font-weight: 600;
      line-height: 26px;
      letter-spacing: 0.1em;
      text-align: left;

   }

   .faqs .accordion-button,
   .faqs .accordion-button:not(.collapsed) {
      padding: 1rem 0;
   }

   .sub-accordionExample .accordion-header {
      font-size: 16px;
      font-weight: 400;
      line-height: 22.4px;
      letter-spacing: 0.04em;
      text-align: left;
   }

   .sub-accordionExample .accordion-body {
      font-size: 16px;
      font-weight: 300;
      line-height: 22.4px;
      letter-spacing: 0.04em;
      text-align: left;
   }

   .sub-accordionExample .accordion-body ul {
      margin-bottom: 0;
   }

   .texture_img .img__text img {
      object-fit: cover;
   }

}

@media only screen and (max-width: 420px) {
   .lineup_sec .lineup_heading h1 {
      font-size: 58px;
      line-height: 56px;
      text-align: center;
   }

   .ticket__sec .service_item h2.ask_pck {
      font-size: 20px;
   }

   .lineup_head {
      padding-left: 20px;
      padding-right: 20px;
   }
}

@media only screen and (max-width: 376px) {
   .lineup_sec .lineup_heading h1 {
      font-size: 52px;
      line-height: 56px;
   }

   .lineup_head {
      padding-left: 10px;
      padding-right: 10px;
   }
}

.loader {
   border: 6px solid #f3f3f3;
   border-top: 6px solid #4C1430;
   border-radius: 50%;
   width: 30px;
   margin: auto;
   height: 30px;
   animation: spin 2s linear infinite;
}

@keyframes spin {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(360deg);
   }
}





@media not all and (min-resolution:.001dpcm) {
   @supports (-webkit-appearance:none) and (stroke-color:transparent) {
      .button__hero, .button__hero2 {
         line-height: 24px;
      }

      /* BUTTON UP */
      .button__hero .label-up, .button__hero2 .label-down {
         transform: translateY(-30px);
      }

      .button__hero:hover .label-up, .button__hero2 .label-down {
         transform: translateY(5px);
      }

      .subscribe_form .button__submit .label-down {
         transform: translateY(-29.5px);
      }

      .subscribe_form .button__submit:hover .label-down {
         transform: translateY(-2px);
      }
   }
}

@media not all and (min-resolution:.001dpcm) {
   @supports (-webkit-appearance:none) and (display:flow-root) {
      .button__hero {
         line-height: 24px;
      }
      .button__hero2 {
         line-height: 24px;
      }
   }
}

_::-webkit-full-page-media,
_:future,
:root .safari_only {
   line-height: 30px;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
   .subscribe_form .form-control {
      padding: 12px 16px 14px 36px;
   }

   .button__hero {
      line-height: 24px;
   }

   .button__submit {
      line-height: 26px !important;
   }

   .button__hero .label-up {
      transform: translateY(-35px);
      padding: 0;
   }

   .button__hero:hover .label-up {
      transform: translateY(0px) !important;
   }
   
   .button__hero2 {
      line-height: 24px;
   }

   .button__hero2 .label-down {
      transform: translateY(-35px);
      padding: 0;
   }

   .button__hero2:hover .label-down {
      transform: translateY(0px) !important;
   }

   .subscribe_form .button__submit .label-down {
      transform: translateY(-27px);
   }

   .subscribe_form .button__submit:hover .label-down {
      transform: translateY(0px);
   }
}

.typed-out {
   overflow: hidden;
   white-space: nowrap;
   animation: typing 2s steps(50, end) forwards;
   width: 200px;
   max-width: 200px;
}

@keyframes typing {
   from {
      width: 0
   }
}

.typed-in {
   overflow: hidden;
   white-space: nowrap;
   animation: typing 2.5s steps(50, end) both;
   animation-delay: 2.5s;
   width: 340px;
   max-width: 340px;
}

@keyframes typing {
   from {
      width: 0
   }

   to {
      width: 100%
   }
}