* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



/*>>>>>>>>> global code start <<<<<<<*/
@font-face {
  font-family: 'Unicephalon';
  src: url('../fonts/unicephalon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200;
  /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 400;
  /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 500;
  /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 600;
  /* Semi-Bold */
  font-style: normal;
}

@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 700;
  /* Bold */
  font-style: normal;
}


:root {
  --unicephalon: "Raleway", sans-serif;
  --general-sans: "Nunito Sans", sans-serif;
  --danger: #E50914;
  --light-red: #feeeee;
  --dark: #080808;
  --dark-two: #101010;
  --grey: #F6F6F6;
  --light-blue: #F4F4FF;
  --dark-grey: #484848;
  --light-yellow: #FFF8CC;
  --green: #00A538;
  --disable-grey: #AFAFAF;
  --acent-yellow: #FFF8CC;
  --acent-orange: #FBE9D6;
  --acent-red: #FCD7D2;
  --acent-green: #D0F4DD;
  --border-grey: #d9d9d9;
  --white: #ffffff;
  --box-shadow: 8px 4px 25px 5px rgba(8, 8, 8, 0.15);
  --button-gradient: linear-gradient(90deg, #FF8A00 0%, #E50914 100%);
  --gradient-secondry: linear-gradient(90deg, #FF8A00 0%, #E50914 100%);
  --purple-gradient: linear-gradient(89deg, #2738ED 0%, #6C0AE2 98.66%);
}

/********* background color class end**********/
.bg-danger {
  background: var(--danger);
}

.bg-dark {
  background: var(--dark);
}

.bg-dark-two {
  background: var(--dark-two);
}

.bg-grey {
  background: var(--grey);
}

.bg-dark-grey {
  background: var(--dark-grey);
}

.bg-disable-grey {
  background: var(--disable-grey);
}

.bg-border {
  background: var(--border-grey);
}

.bg-white {
  background: var(--white) !important;
}

/********* background class end**********/

/*---------- text color class end--------*/
.text-red {
  color: var(--danger) !important;
}

.text-dark {
  color: var(--dark);
}

.text-grey {
  color: var(--grey);
}

.text-dark-grey {
  color: var(--dark-grey);
}

.text-disable-grey {
  color: var(--disable-grey);
}

.text-border {
  color: var(--border-grey);
}

.text-white {
  color: var(--white);
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

@media (min-width:768px) {
  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width:992px) {
  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width:1200px) {
  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-decoration-none {
  text-decoration: none;
}

/*---------- text color end --------*/

/*---- text class start ----*/
.fw-bold {
  font-weight: bold;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-36 {
  font-size: 24px;
}

@media (min-width:768px) {
  .fs-36 {
    font-size: 28px;
  }
}

@media (min-width:992px) {
  .fs-36 {
    font-size: 36px;
  }
}

.fs-28 {
  font-size: 20px;
}

@media (min-width:768px) {
  .fs-28 {
    font-size: 22px;
  }
}

@media (min-width:992px) {
  .fs-28 {
    font-size: 28px;
  }
}

.fs-24 {
  font-size: 16px;
}

@media (min-width:768px) {
  .fs-24 {
    font-size: 18px;
  }
}

@media (min-width:992px) {
  .fs-24 {
    font-size: 24px;
  }
}

.fs-18 {
  font-size: 16px;
}

@media (min-width:768px) {
  .fs-18 {
    font-size: 18px;
  }
}

@media (min-width:992px) {
  .fs-18 {
    font-size: 18px;
  }
}

.fs-16 {
  font-size: 14px;
}

@media (min-width:768px) {
  .fs-16 {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  .fs-16 {
    font-size: 16px;
  }
}


.fs-14 {
  font-size: 14px;
}

@media (min-width:768px) {
  .fs-14 {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  .fs-14 {
    font-size: 14px;
  }
}

.fs-12 {
  font-size: 10px;
}

@media (min-width:768px) {
  .fs-12 {
    font-size: 12px;
  }
}

.fs-8 {
  font-size: 8px;
}

.f-general-sans {
  font-family: var(--general-sans);
}

.f-unicephalon {
  font-family: var(--unicephalon);
}

/*---- text class end ---*/

/*---- hover class ------*/
.hover {
  transition: border 0.3s ease, box-shadow 0.3s ease;
  /* Smooth transition */
}

.hover:hover {
  border: 1px solid var(--danger) !important;
  box-shadow: 8px 4px 25px 5px rgba(8, 8, 8, 0.15);
}

/*---- hover class ------*/

/*--- border utlities ---*/
.border-grey {
  border: 1px solid var(--border-grey) !important;
}

.border-red {
  border: 1px solid var(--danger) !important;
}

.border-dark-grey {
  border: 1px solid var(--dark-grey);
}

.border-0 {
  border: none;
}

/*--- border utlities end ---*/


/*--- image style start ---*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

/*--- image style end ---*/

h1 {
  color: var(--Soft-Orange, #FFB956);
  text-align: left;
  font-family: var(--unicephalon);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 52px;
}

h1 span {
  color: var(--Soft-Orange, #FFB956);
}

@media (min-width:768px) {
  h1 {
    font-size: 36px;
  }
}

@media (max-width:992px) {
  h1 {
    font-size: 36px;
    text-align: center;
  }

  .seats img {
    width: 100%;
  }
}

h2 {
  color: var(--WHITE, #FFF);
  text-align: left;
  font-family: var(--unicephalon);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
}

@media (min-width:768px) {
  /* h2 {
    font-size: 36px;
  } */
}

@media (max-width:992px) {
  h2 {
    font-size: 18px;
    text-align: center;
  }
}

h3 {
  color: var(--dark);
  font-family: var(--general-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

p {
  font-family: "Nunito Sans";
  color: var(--dark);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

@media (min-width:768px) {
  p {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  p {
    font-size: 16px;
  }
}

a {
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: normal;
  font-family: var(--general-sans);
  line-height: normal;
  text-decoration: none;
}

@media (min-width:768px) {
  a {
    font-size: 14px;
  }
}

@media (min-width:992px) {
  a {
    font-size: 16px;
  }
}

ul li {
  font-family: var(--general-sans);
  color: var(--dark);
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  list-style-position: inside;
  margin-top: 8px;
}

@media (min-width:768px) {
  ul li {
    font-size: 10px;
  }
}

@media (min-width:992px) {
  ul li {
    font-size: 12px;
  }
}

ul.liststar li::before {
  content: url('../images/shield-check.svg');
}

.button {
  border-radius: 16px;
  background: linear-gradient(89deg, #2738ED 0%, #6C0AE2 98.66%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: var(--WHITE, #FFF);
  font-family: Raleway;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none !important;
  cursor: pointer;
}



.price .old {
  color: var(--WHITE, #FFF);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.price .new {
  color: var(--Soft-Orange, #FFB956);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media (min-width:992px) {
  .button {
    font-size: 14px;
    padding: 16px 24px;
  }
}

@media (min-width:992px) {
  .button {
    font-size: 21px;
  }
}

section,
footer {
  padding: 36px 0;
}

@media (min-width:768px) {

  section,
  footer {
    padding: 52px 0;
  }
}

@media (min-width:992px) {

  section,
  footer {
    padding: 72px 0;
  }
}

/*========navbar style======*/
nav {
  position: relative;
  border-bottom: 1px solid var(--grey);
  background: var(--white);
  padding: 18px 0;
}

.fixedNav {
  position: fixed;
  animation-name: fadeInUp;
  animation-duration: 1s;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  background: var(--white);
  border-bottom: 1px solid var(--border-grey);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    top: -50px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

.navbar-brand {
  max-width: 100%;
  height: auto;
  display: block;
}

#toggle {
  display: none;
}

.hamburger {
  display: none;
}

@media (max-width:992px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 250;
    right: 0;
  }
}

.hamburger div {
  position: relative;
  width: 26px;
  height: 2px;
  background-color: var(--danger);
  margin-top: 6px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.hamburger div:first-child {
  margin-top: 0;
}

.sidenav {
  text-align: end;
  z-index: 99;
  display: flex;
  align-items: center;
}

.sidenav > li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}

.sidenav > li::before {
  content: '';
}

@media (min-width:1200px) {
  .sidenav > li {
    margin: 0 10px;
  }
}

.sidenav > li > a {
  color: var(--bg-dark);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width:992px) {
  .sidenav > li > a {
    color: var(--bg-dark);
  }
}

@media (max-width:992px) {
  .sidenav {
    position: fixed;
    width: 0;
    height: 100%;
    background-color: var(--white);
    border-left: 1px solid var(--border-grey);
    top: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    flex-direction: column;
    z-index: 200;
  }

  .sidenav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    padding-top: 50px;
  }
}

#toggle:checked ~ .hamburger .top-bun {
  transform: rotate(-45deg);
  background: var(--dark-grey);
}

#toggle:checked ~ .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked ~ .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -2px;
  background: var(--dark-grey);
}

#toggle:checked ~ .sidenav {
  width: 60%;
  padding-left: 8px;
}

/*========navbar end=======*/

/*------ banner style start ------*/
.hero-section {
  position: relative;
  /* height: 572px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 20, 80, 0.8), rgba(60, 30, 120, 0.7));
  z-index: -1;
} */

.logo-section {
  position: absolute;
  top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #ff4444, #ff6666);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.logo-squares {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  width: 20px;
  height: 20px;
}

.square {
  background: white;
  width: 8px;
  height: 8px;
}

.logo-text {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.logo-text .red {
  color: #ff4444;
}

.tagline {
  font-size: 14px;
  color: #cccccc;
  margin-left: 10px;
}

.content {
  max-width: 1000px;
  padding: 0 20px;
}

.presents {
  font-size: 16px;
  letter-spacing: 4px;
  color: #cccccc;
  margin-bottom: 20px;
  font-weight: 300;
}

.main-title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  background: linear-gradient(45deg, #00ccff, #0099cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 40px;
  line-height: 1.1;
}

.event-info {
  background: linear-gradient(45deg, #4444ff, #6666ff);
  border-radius: 50px;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.live-badge {
  /* border-radius: 8px; */
  /* background: linear-gradient(89deg, rgba(39, 56, 237, 0.70) 0%, rgba(108, 10, 226, 0.70) 98.66%); */
  /* padding: 8px 16px; */
  /* border-radius: 20px; */
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--general-sans);
}

@media (max-width:768px) {
  .live-badge svg {
    width: 16px;
    height: 16px;
  }
}

.live-dot {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.event-details {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.features {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: white;
}

.checkmark {
  width: 24px;
  height: 24px;
  background: linear-gradient(45deg, #00ccff, #0099cc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.cta-button {
  background: linear-gradient(45deg, #ff6600, #ff4400);
  color: white;
  padding: 18px 40px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 68, 0, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 68, 0, 0.4);
}

@media (max-width: 768px) {
  .logo-section {
    position: relative;
    top: 20px;
    margin-bottom: 40px;
  }

  .features {
    flex-direction: column;
    gap: 20px;
  }

  .event-details {
    flex-direction: column;
    gap: 10px;
  }

  .event-info {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
}

/*------ second banner style start ------*/

.feature-box {
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--Soft-Orange, #FFB956);
  background: rgba(255, 185, 86, 0.20);
  padding: 12px 16px;

}

.feature-box span {
  color: var(--WHITE, #FFF);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .feature-box span {
    font-size: 16px;
  }

}

.feature-box svg {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

@media (max-width: 768px) {
  .feature-box svg {
    width: 16px;
    height: 16px;
  }

}

.date-time {
  font-weight: 500;
  margin-left: 10px;
}

/* @media (max-width: 768px) {
  .feature-box {
      width: 100%;
      margin: 5px 0;
  }
} */
/*---- second banner style end ------*/
/*------ banner style end ------*/

/*--price-offer style start--*/
.price-offer {
  background: radial-gradient(60.82% 100% at 51.2% -50%, #01166E 0%, #000 100%);
  padding: 24px 0;
}

.price-offer .fs-28 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .price-offer .fs-28 {
    font-size: 18px;
  }

}

.price-offer .price {
  color: #fc0;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  line-height: normal;
}

@media (max-width: 768px) {
  .price-offer .price {
    font-size: 24px;
  }
}

/*--price-offer style end--*/


/*------- form code start --------*/
.form-control {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--border-grey);
  font-size: 14px;
  font-family: var(--general-sans);
  color: var(--dark-grey);
}

.form-control::placeholder {
  color: var(--dark-grey);
}

.form-control:focus {
  border: 1px solid #2738ED;
  outline-color: #2738ED;
}

.form-control-btn {
  padding: 14px 24px;
  width: 100%;
  background: linear-gradient(89deg, #2738ED 0%, #6C0AE2 98.66%);
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: White;
  text-transform: uppercase;
  font-family: var(--general-sans);
  font-weight: 700;
  cursor: pointer;
}

.F-message {
  color: var(--white);
  font-size: 12px;
  margin-top: 2px;
  font-family: var(--general-sans);
}

input[type="text"].error,
input[type="email"].error,
textarea.error {
  border: 1px solid var(--white)
}

.seats-left-ani {
  position: relative;
  color: var(--dark-grey);
  padding: 0 12px;
}

.seats-left-ani::before {
  content: "[";
  float: left;
  position: absolute;
  left: 0;
  animation: bracket_blink;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  bottom: auto;
  top: auto;
  transform: none;
  color: var(--danger);
}

.seats-left-ani::after {
  content: "]";
  right: 0;
  animation: bracket_blink;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  position: absolute;
  color: var(--danger);
}

@keyframes bracket_blink {

  0%,
  50% {
    opacity: 0;
    color: var(--danger)
  }
}

@-webkit-keyframes bracket_blink {

  0%,
  50% {
    opacity: 0;
    color: var(--danger)
  }
}

.timers-item {
  width: 100%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.3px);
  -webkit-backdrop-filter: blur(11.3px);
  border: 1px solid rgba(255, 255, 255, 0.3);

}

.timers-item strong {
  font-family: var(--general-sans);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.timers-item span {
  color: var(--bg-dark);
  text-align: center;
  font-family: var(--general-sans);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*------- form code end --------*/
ul.meetup-list {
  width: 250px;
}

ul.meetup-list li {
  font-size: 14px;
  list-style: none;
  display: flex;
  gap: 8px;
  margin-top: 0 !important;
  position: relative;
  padding-left: 16px;
}

ul.meetup-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: block;
  background: var(--dark);
  position: absolute;
  left: 0;
  top: 6px;
}

@media (max-width: 768px) {
  ul.meetup-list li {
    font-size: 12px;
  }

}

/*------- experts-profile start ------*/
.experts-profile {
  margin-top: -4rem;
  border-radius: 16px;
  border: 2px solid var(--light-blue);
}

/*------- experts-profile end -------*/

/*======= footer style start ======*/
footer {
  background: #0A0017;
  padding: 36px 0 72px 0;
}

@media (min-width:768px) {
  footer {
    padding: 72px 0;
  }
}

footer .col-md-4.quick-links {
  margin: 18px 0;
}

@media (min-width:768px) {
  footer .col-md-4.quick-links {
    padding-left: 80px;
    margin: 0;
  }
}

footer .col-md-4.quick-links .item ul li {
  /* list-style-position: inside; */
  list-style: none;
  gap: 0;
}

footer .col-md-4.quick-links .item ul li::marker {
  color: var(--white);
}

footer .col-md-4.quick-links .item ul li::before {
  content: '';
}

footer .item h3 {
  color: var(--white);
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 15px;
}

footer .item p {
  color: var(--white);
}

footer .item ul li::marker {
  color: var(--white);
}

footer .item ul li a {
  color: var(--white);
  font-family: var(--general-sans);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width:768px) {
  footer .item ul li a {
    font-size: 16px;
  }
}

/*====== footer style end ======*/
/*>>>>>>>>> fixed footer <<<<<<<<*/
.footer-fixed {
  background: linear-gradient(89deg, #2738ED 0%, #6C0AE2 98.66%);
  padding: 12px 0;
  /* position: fixed; */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

@media (max-width:768px) {
  .footer-fixed {
    border-radius: 8px 8px 0 0;
    background-color: #25d366;
  }
}

.footer-fixed .desktop-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media (max-width:768px) {
  .footer-fixed .desktop-list {
    display: none;
  }

  .btn-textA {
    background: #FFB956;
    color: black !important;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 16px !important;
  }

  .btn-text {
    font-size: 20px !important;
  }

  .price .new,
  .price .old {
    font-size: 20px;
  }

  .timers-item strong {
    font-size: 24px;
  }

  .masterclass-fixed {
    padding: 16px !important;
  }
}

.footer-fixed .desktop-list li {
  display: inline;
  margin: 0;
}

.footer-fixed .desktop-list li::before {
  content: '';
}

.footer-fixed .desktop-list li a {
  color: var(--white);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  font-weight: 400;
}

.footer-fixed .mobile-list {
  display: flex;
  justify-content: center;
}

@media (min-width:768px) {
  .footer-fixed .mobile-list {
    display: none;
  }

}

.footer-fixed .mobile-list li {
  width: 100%;
  max-width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
}

.footer-fixed .mobile-list li::before {
  display: none;
}

.footer-fixed .mobile-list li a {
  color: var(--white);
  font-size: 16px;
  gap: 16px;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

/*>>>>>>>>>>>> model style start <<<<<<<<*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #484848a1;
}

/* Modal Content */
.modal-content {
  position: relative;
  background: #011432;
  margin: auto;
  padding: 20px;
  border: 1px solid var(--border-grey);
  width: 60%;
  max-width: 500px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 10px;
}

#myModalVideo .modal-content,
#myModalVideo .modal-content .modal-body {
  padding: 0;
  border: none;
  line-height: 0;
}

@media only screen and (max-width: 600px) {
  .modal-content {
    width: 90%;
  }
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.close-video,
.close {
  color: var(--white);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-video:hover,
.close-video:focus,
.close:hover,
.close:focus {
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

#myModalVideo .modal-header {
  padding: 16px;
}

.modal-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
}

.modal-body {
  padding: 2px 16px;
}

/*>>>>>>>>>>> model style end <<<<<<<<<<<*/

/*>>>>>>>>>>> success story style start <<<<<<<<<<*/
.success-story {
  background-color: #F0F0F0;
}

.success-story .row-two {
  margin-top: 24px;
}

.success-rate img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.success-story .mySwiper2 .swiper-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
}

.success-story .mySwiper3 .swiper-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper3 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper3 .swiper-slide-thumb-active {
  opacity: 1;
}

.success-story .mySwiper3 .navigation {
  margin: 12px 0;
}

/*>>>>>>>>>>> success story style end <<<<<<<<<<*/

/*>>>>>>>>>>> faq style start <<<<<<<<<<*/
.faq-wrapper .faq-item.open .faq-title,
.course-description,
.testimonial-sec {
  border: 1px solid rgba(255, 185, 86, 0.17);
  background: rgba(255, 185, 86, 0.30);
  border-radius: 16px 16px 0px 0px;
}

.faq-wrapper .faq-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 185, 86, 0.20);
  background: #000E25;
  cursor: pointer;
  overflow: hidden;
}

.faq-wrapper .faq-item .faq-title {
  padding: 12px 20px;
  font-weight: 700;
  font-family: var(--general-sans);
  color: var(--white);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border: 1px solid rgba(255, 185, 86, 0.17);
  border-radius: 16px 16px 16px 16px;
  background: rgba(255, 185, 86, 0.30);
  opacity: 0.9;
}

.faq-wrapper .faq-item .right-icon::after,
.faq-wrapper.two .faq-item .right-icon::after {
  border-right: 2px solid var(--white);
  height: 10px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 10px;
  content: "";
}

.faq-wrapper .faq-item .faq-content {
  display: none;
  padding: 16px 20px;
  color: var(--white);
  background: #000E25;
}

.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 30px;
  height: 25px;
  border-radius: 50%;
  position: relative;
}

.faq-wrapper .faq-item .right-icon::after {
  /* border-top: 2px solid #AFAFAF; */
  border-bottom: 2px solid var(--white);
  display: block;
  margin-top: -8px;
  right: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-wrapper .faq-item.active .faq-content {
  display: block;
  border-radius: 0px 0px 16px 16px;
  border: 1px solid rgba(255, 185, 86, 0.20);
  background: #000E25;

}

.faq-wrapper .faq-item.open .faq-content ul,
.faq-wrapper .faq-item.active .faq-content ul {
  margin-top: 16px;
}

.faq-wrapper .faq-item .faq-content ul li,
.faq-wrapper .faq-item .faq-content p {
  color: var(--white);
}

.faq-wrapper .faq-item.active .faq-content a {
  display: inline-block;
}

.faq-wrapper .faq-item.open .right-icon::after {
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
  border-bottom: none;
  border-right: none;
}

/*>>>>>>>>>>> faq style end <<<<<<<<<<*/
/* --------------- vaibhav ----------------- */
.learning-card {
  border-radius: 16px;
  background: #000E25;
  padding: 24px;
  /* display: flex; */
  /* gap: 16px; */
  width: 100%;
  /* align-items: flex-start; */
  border-top: 1px solid rgba(255, 185, 86, 0.20);
  border-left: 1px solid rgba(255, 185, 86, 0.20);
  border-bottom: 1px solid rgba(90, 9, 229, 0.20);
  border-right: 1px solid rgba(90, 9, 229, 0.20);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* .learning-card:hover {
  background: rgba(90, 9, 229, 0.20);
} */

.owl-carousel {
  box-shadow: 12px -17px 20px 2px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.3px);
  -webkit-backdrop-filter: blur(11.3px);
  border: 1px solid rgb(255 255 255 / 17%);
}

.takeaway-card {
  box-shadow: 12px -17px 20px 2px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.3px);
  -webkit-backdrop-filter: blur(11.3px);
  border: 1px solid rgb(255 255 255 / 25%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.learning-card h3,
.professional-development h3 {
  color: var(--Acent-Orange, #FBE9D6);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 16px;
}

.learning-card p,
.professional-development p {
  color: var(--WHITE, #FFF);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.professional-development {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: linear-gradient(89deg, rgba(90, 9, 229, 0.80) 0%, rgba(255, 185, 86, 0.80) 98.66%);
  margin: 36px 0px 36px 0px;
}



/* .button:hover,
.form-control-btn:hover {
  background: var(--paid-events-Yellow-Purple, linear-gradient(89deg, #FFB956 0%, #5A09E5 98.66%)) !important;
  color: var(--WHITE, #FFF);
} */
.error-message {
  color: white;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
}

@media(max-width:992px) {

  .hero-section {
    background-image: none !important;
  }

  .learning-card {
    width: 100%;
  }

  .takeaway-card {
    width: 100% !important;
    display: flex;
    flex-direction: row;
  }

  .learning-card ul li,
  .learning-cards ul li {
    font-size: 14px !important;
    line-height: 26px;
  }

  .seats,
  .masterclass-dpdpa {
    flex-wrap: wrap;
  }

  .seats p {
    width: 100% !important;
  }

  .trainer-title,
  .live-badge {
    flex-wrap: wrap;
  }

  thead tr th {
    font-size: 16px !important;
  }

  .hero-section .col-md-7 {
    padding: 36px 18px !important;

  }

  .hero-item {
    align-items: center !important;
  }

  /* h1 {
    text-align: center;
    font-size: 52px;
  } */

  .live-badge,
  .live-date {
    align-items: center !important;
    justify-content: center;
  }

  .button {
    padding: 16px;
    flex-wrap: wrap;
    gap: 0;
  }

  .masterclass-fixedA {
    flex-wrap: wrap;
  }

  .masterclass-fixed {
    flex-wrap: wrap;
  }

  tbody tr:nth-child(odd),
  tbody tr:nth-child(even) {
    font-size: 12px !important;
  }

  .instructor-profile {
    flex-wrap: wrap;
  }

  .footer-fix {
    position: relative !important;
  }

  .masterclass-fixed {
    border-radius: 16px;
  }

  .cta-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button-fixA {
    border-radius: 0px;
    width: 100%;
    gap: 24px;
    flex-direction: row-reverse;

  }

  h1 {
    margin-top: 16px;
  }
}

.btn-text {
  color: var(--WHITE, #FFF);
  font-family: "Nunito Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


/* ============ trainer ================= */
.trainer-title {
  display: flex;
  gap: 16px;
  align-items: center;
}

.trainer-title h3 {
  overflow: hidden;
  color: var(--WHITE, #FFF);
  text-overflow: ellipsis;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.trainer-title p {
  border-radius: 16px;
  background: rgba(255, 185, 86, 0.50);
  color: var(--WHITE, #FFF);
  text-align: center;
  padding: 8px 16px;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.certificates p {
  margin-top: 8px;
  color: var(--WHITE, #FFF);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.trainer-register {
  border-radius: 16px;
  background: var(--Soft-Orange, #FFB956);
  padding: 24px;
}


table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  margin-top: 24px;
}

thead tr {
  border-bottom: 1px solid rgba(255, 185, 86, 0.17);
  border-left: 1px solid rgba(255, 185, 86, 0.17);
  background: rgba(255, 185, 86, 0.30);
}

thead tr th {
  color: var(--WHITE, #FFF);
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  border-left: 1px solid rgba(255, 185, 86, 0.17);
  width: 50%;
}

th,
td {
  padding: 12px 24px;
}

tbody tr:nth-child(odd) {
  border-top: 1px solid rgba(255, 185, 86, 0.17);
  border-bottom: 1px solid rgba(255, 185, 86, 0.17);
  border-left: 1px solid rgba(255, 185, 86, 0.17);
  border-right: 1px solid rgba(255, 185, 86, 0.17);
  background: #000E25;
  color: var(--WHITE, #FFF);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

tbody tr:nth-child(even) {
  color: var(--WHITE, #FFF);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid rgba(255, 185, 86, 0.17);
  border-right: 1px solid rgba(255, 185, 86, 0.17);
}

/* Special black rows */
.highlight {
  background-color: #000 !important;
  color: #fff;
  font-weight: bold;
}

td {
  vertical-align: top;
}

.learning-card ul li,
.learning-cards ul li {
  color: var(--WHITE, #FFF);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.timers {
  width: 29%;
}

@media only screen and (min-width: 1024px) {
  .footer-sec {
    margin-bottom: 80px;
  }

  .masterclass-fixedA {
    flex-wrap: wrap;
  }
}

/* ======== ipad ================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .hero,
  .seats {
    justify-content: center;
  }

  .hero .col-md-7 {
    width: 100%;
  }

  .typing-three {
    text-align: left;
  }

  .col-md-5 {
    width: 100%;
  }

  .timers {
    width: 100%;
  }
}

.footer-fix {
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0;
}

.interesting {
  display: none;
}

.price-card {
  border-radius: 16px;
  background: linear-gradient(19deg, rgba(255, 185, 86, 0.15) 25.67%, rgba(90, 9, 229, 0.15) 74.33%);
  border-radius: 18px;
  padding: 22px 20px 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 255, .05);
  backdrop-filter: blur(6px);
}

.price-title {
  text-align: center;
  margin: 2px 0 14px;
}

.price-title h3 {
  margin: 0;
  font-weight: 600;
  color: #FFF;
  font-size: 18px;
}

.price-title .em {
  font-size: 28px;
  font-weight: 800;
  color: #FFB956;
}

.bootcamp-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
}

.enquire-now {
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(90deg, #2738ED 0%, #6C0AE2 100%);
  padding: 12px 24px;
  cursor: pointer;
}

.bootcamp-form p {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.enquire-now a {
  color: var(--color-white-solid, #FFF);
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}