@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", sans-serif;
  color: #000000;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Host Grotesk", sans-serif;
}
p {
  font-family: "Host Grotesk", sans-serif;
}
.d-flex-align {
  display: flex;
  align-items: center;
}
.red {
  color: #ff3131;
}
.text-red {
  color: #ff3131;
}
.orange-bg {
  background: #ff3131;
}
a:focus,
a:hover {
  text-decoration: none;
}
.red-btn {
  padding: 14px 16px;
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 6px;
  border-radius: 50px;
  border: 1px solid #000;
  border-bottom: 6px solid #000;
  min-width: 150px;
  min-height: 50px;
  font-family: "Inter", sans-serif;
}
button.red-btn:hover {
  background: #442925;
  color: #fff;
  border: 0;
}
.transparent-dark-btn {
  padding: 15px 30px;
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px solid #fff;
  min-width: 170px;
  min-height: 55px;
  background: transparent;
  font-family: "Racing Sans One", sans-serif;
  font-size: 15px;
}
.transparent-btn {
  padding: 14px 16px;
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px solid #ffffff;
  min-width: 170px;
  min-height: 55px;
  background: transparent;
}
button.transparent-btn:hover {
  background: #ff3131;
  color: #fff;
  border: 0;
}
button.transparent-dark-btn:hover {
  background: #ff3131;
  color: #fff;
  border: 1px solid #ff3131;
}
section {
  padding: 80px 0;
}
.mt-35 {
  margin-top: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.uppercase {
  text-transform: uppercase;
}
.fw-bold {
  font-weight: 700;
}
.w-100 {
  width: 100%;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.highlighted-text {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  color: #ff3131;
}
.heading {
  font-size: 50px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 600;
  margin-top: 0;
}
.icon {
  /* background: #fff; */
  width: fit-content;
  padding: 5px;
  /* box-shadow: 0px 0px 36px 9px #0000000f; */
}
.icon img {
  width: 60px;
}
/* -----------Header---------- */

.logo-text p {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: -14px;
  color: #373643;
}
.logo-text span {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: #ff3131;
}
.line {
  font-weight: 700;
  color: #646060;
}

.nav-bar {
  background: #fff;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 3px solid #000000;
}
.imgs {
  display: none;
}
.nav-menu-list .menu {
  font-weight: 500;
  font-size: 14px;
}
.menu a {
  color: rgb(43, 43, 43);
}
.menu a:hover {
  color: #ff3131;
}

/* -------------HeroSec--------- */

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
  margin-top: 60px;
  align-items: center;
}

.marquee-track img {
  height: 100%;
  margin-right: 100px;
  flex-shrink: 0;
  width: 120px;
  filter: brightness(10);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#megaMenu h4 {
  color: #fff;
  margin-bottom: 30px;
}
.mega-menu {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: url(../images/masterclasses/mega-bg.jpg);
  background-size: cover;
  z-index: 1050;
  padding: 20px;
  transition: right 0.3s ease-in-out;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
}

.mega-menu.open {
  right: 0;
}

.close-btn {
  background: none;
  border: none;
  font-size: 35px;
  cursor: pointer;
  color: #fff;
}

.menu-items {
  margin-top: 30px;
}

.menu-items li {
  margin-bottom: 15px;
}
#megaMenu h4 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}
#megaMenu h4:hover {
  color: #ff3131;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 95%);
  z-index: 1040;
  display: none;
}

.menu-overlay.show {
  display: block;
}
::placeholder {
  color: #636363 !important;
}

/* ---------aboutSec--------- */
#aboutSec {
  background: linear-gradient(179deg, #ffefef, transparent);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#aboutSec .heading {
  font-size: 70px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 600;
  margin-top: 0;
  color: #000000;
}
.aboutText {
  width: 80%;
  margin: auto;
  text-align: center;
}
.aboutText h2 img {
  width: 50px;
  margin-top: -10px;
}
.sec-p {
  font-size: 20px;
  line-height: 180%;
  color: #000;
  margin-bottom: 0;
}
.mb-64 {
  margin-bottom: 64px;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.float-arrow {
  animation: float 2s ease-in-out infinite;
  filter: brightness(0);
}

/* --------Speakers-------- */

.speaker-name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: #000000;
  padding: 10px 0;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
  font-style: italic;
  color: #1a2b3c; /* dark navy blue */
}

.marquee span {
  display: inline-block;
  margin: 0 1rem;
  color: #fff; /* arrow color (soft peach) */
}

.marquee-content {
  color: #fff;
  display: inline-block;
  padding-right: 100%;
  font-size: 40px;
  font-family: "DM Serif Display", serif;
}
/* -------whatSets-------- */
#whatSets {
  background: url(../images/masterclasses/check-bg.png);
}
#whatSets .card-box {
  background: #fff;
  border: 1px solid #000000;
  border-radius: 0px;
  height: 755px;
  box-shadow: 0px 5px #000000;
  border-radius: 15px;
}
.card-box p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
}
.card-box-title h2 {
  font-weight: 500;
  font-size: 25px;
  background: #000000;
  margin: 0;
  border-radius: 15px 15px 0 0;
  padding: 20px;
  color: white;
}
.card-box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0px;
}

.card-box ul {
  padding-left: 0px;
  list-style: none;
}
.card-box ul li {
  border: 1px solid #ededed;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.card-box-desc p {
  font-size: 17px;
  font-weight: 100;
}
.question-list li:nth-child(odd) {
  background-color: #fff6f6;
}

.question-list li:nth-child(even) {
  background-color: #f3f3f3;
}
input.form-control {
  height: 45px !important;
  border-radius: 10px;
  border: 0px solid #000;
  box-shadow: none;
}
textarea.form-control {
  border-radius: 0px;
  border: 0px solid #000;
  box-shadow: none;
}
/* -----experts-------*/

@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.zoom {
  animation: zoomInOut 1.5s infinite ease-in-out;
  display: inline-block;
}
#whoAttend {
  background: #f5f0ff;
}
.dashed-line {
  border: 3px dashed #ff3e3e;
  position: absolute;
  top: 57%;
  width: 100%;
  left: 0;
}
.who-attend-box {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 0px #000000;
  position: relative;
  z-index: 1;
  height: 190px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #000;
}
.who-attend-box span {
  background: #ff3e3e;
  width: fit-content;
  padding: 3px 15px;
  border-radius: 30px;
  color: white;
  border: 1px solid #000000;
  box-shadow: 0px 2px 0px 0px #000;
  font-size: 18px;
}

.who-attend-box p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 15px;
}
.attend-box {
  background: #fff;
  color: #fff;
  padding: 60px 30px;
  border-radius: 15px;
  box-shadow: 0px 4px #000;
  border: 1px solid #000;
}
.whoAttendBox {
  background: white;
}

.attend-box img {
  filter: brightness(0);
  width: 16px;
}
/* ----------Speakers--------- */
#experts {
  background: url(../images/masterclasses/check-bg.png);
}

#experts h4 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 400;
}
p.company {
  color: #e3e3e3;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-weight: 100;
}
.speaker-card img {
  border: 1px solid #000;
  border-radius: 15px;
}
/* ---------Journey--------- */

.why-attend {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 0px #000000;
  position: relative;
  z-index: 1;
  height: 200px;
  width: 100%;
  border: 1px solid #000;
}
.why-icon {
  position: absolute;
  top: -35px;
  z-index: 99;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 11px;
  background: #fff;
}
.why-icon img {
  width: 40px;
}
.why-attend:hover {
  background: #fff4f4;
}
.why-attend p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 30px;
}

.str {
  width: 75%;
}
.sticky-top {
  position: sticky;
  top: 150px;
}
#journey h3 {
  font-size: 25px;
  font-weight: 700;
}
.file-upload-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.file-upload-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 25px;
  background-color: #dfdfdf;
  padding: 8px 14px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
  border: none;
}
.ticket .program-fee-box {
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin-bottom: 17px;
  background: #ff3131;
  border-radius: 15px;
  box-shadow: 0px 4px #000;
}
.ticket p.program-fee {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "DM Serif Display", serif;
  font-style: italic;
}
.program-seat {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "DM Serif Display", serif;
  font-style: italic;
}
.ticket p.program-fee-price {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 110%;
}
.price-box {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: 0px 4px #000;
}
.price-box h4 {
  margin: 0;
  font-weight: 600;
}
.price-box span {
  font-size: 30px;
  font-weight: 800;
}
button.btn.cta.bg-orange.w-100.white.checkout_started {
  border-radius: 0px;
  border: 1px solid #ff3131;
  background: #000000;
  box-shadow: 0px 5px 0px 0px #ff3131;
  width: fit-content;
  padding: 14px 25px;
}
button.btn.cta.bg-orange.w-100.white.checkout_started:hover {
  color: #ff3131;
}
/* -----ApplicationProcess------ */
#applicationProcess {
  background: url(../images/masterclasses/check-bg.png);
}
#applicationProcess .ticket {
  border-radius: 15px;
  border: 1px solid #000000;
  background: #ffffff;
  box-shadow: 0px 7px 0px 0px #000000;
  padding: 40px;
}

.p-80 {
  padding: 80px;
}

.white {
  color: #ffff;
}

label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: 10px;
}
.ticket-block {
  width: 80%;
  margin: auto;
}
.ticket-block .heading {
  margin-bottom: 35px;
}
.checkbox label {
  font-size: 14px;
}
#main-form input.form-control {
  border: 0;
  box-shadow: none;
  background: #ededed;
}

/* ------footer----- */

.footer {
  background-color: #000;
  color: #fff;
  padding: 70px 0 20px;
}

.footer-logo {
  width: 120px;
  margin-bottom: 15px;
}

.footer-subtext {
  margin-bottom: 10px;
  font-size: 14px;
  color: #ccc;
}

.footer-heading {
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 18px;
}

.footer hr {
  margin-top: 50px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #4c4c4c;
}

.footer .social-media img {
  border: 1px solid #000;
}
.footer .social-media img:hover {
  border: 1px solid #ffffff;
  border-radius: 15px;
}

.footer-copy {
  font-size: 14px;
  color: #999;
}
.book-now {
  border: 1px solid #bdbdbd;
  width: fit-content;
  text-align: center;
  padding: 3px 10px;
  font-size: 13px;
  border-radius: 30px;
  line-height: normal;
  background: #ffd3d3;
}
@media only screen and (max-width: 768px) {
  .ticket-block.p-80 {
    padding: 15px;
  }
  .d-flex-align {
    display: block;
  }
  .heading {
    font-size: 35px;
  }
  .sec-p {
    font-size: 16px;
  }
  .mt-25 {
    margin-top: 20px;
  }

  .ticket p.program-fee-price {
    font-size: 22px;
  }

  #whatSets .card-box {
    margin-left: 0;
    padding: 0px;
    height: 100%;
  }
  .str {
    width: 100%;
  }
  .sticky-top {
    position: relative;
    top: 0px;
  }
  #cta {
    padding: 30px 10px;
  }
  .date-time {
    display: none;
  }
  .imgs {
    display: block;
  }
  #nav-btn {
    display: none;
  }

  .nav-menu-list {
    display: none;
  }
  #logo-main {
    width: 180px;
  }
  .speaker-card {
    padding: 0;
  }
  .ticket-block {
    width: 100%;
    margin: auto;
  }
  #applicationProcess .ticket {
    padding: 15px;
  }
  .marquee-title {
    font-size: 20px;
  }

  section {
    padding: 60px 0;
  }

  .aboutText {
    width: 95%;
    margin: auto;
    text-align: center;
  }
  .aboutText h2 img {
    width: 30px;
  }
  #aboutSec .heading {
    font-size: 40px;
  }
  .marquee-content {
    font-size: 20px;
  }
  .ticket p.program-fee {
    font-size: 30px;
  }
  .program-seat {
    font-size: 30px;
  }
  .ticket .program-fee-box {
    padding: 25px;
    margin-top: 20px;
  }
  .attend-box {
    padding: 20px;
  }
  hr {
    border-top: 1px solid #000000;
  }
  .attend-title {
    font-size: 20px;
  }
  .attend-box img {
    filter: brightness(0);
    width: 16px;
  }
  .why-attend {
    height: 125px;
    width: 100%;
    margin-top: 55px;
  }
  .why-attend p {
    margin-top: 15px;
  }
  .speaker-designation {
    font-size: 12px;
  }
  .speaker-name {
    font-size: 16px;
  }
  .who-attend-box {
    height: 150px;
  }
  .dashed-line {
    display: none;
  }
  .social-media {
    display: flex;
    justify-content: left !important;
  }
  .logo-text span {
    font-size: 22px;
  }
  .logo-text p {
    font-size: 16px;
  }
}
