@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('fonts/Hanson-Bold.otf');
@import url('fonts/Bebrush.otf');

/* CSS for Glide JS for Trending courses */
@import url('https://cdn.jsdelivr.net/npm/@glidejs/glide/dist/css/glide.core.min.css');
@import url('https://cdn.jsdelivr.net/npm/@glidejs/glide/dist/css/glide.theme.min.css');

body {
  background-color: #f7f6f9;
  font-family: 'Manrope', sans-serif;
}

.hero-section {
  background-color: #f7f6f9;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.hero-img {
  max-height: 300px;
}

.cta-btn {
  background-color: #f7c948;
  color: #000;
  font-size: 1.5rem;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.trustpilot {
  font-size: 14px;
  margin-bottom: 15px;
}

.features {
  margin-top: 40px;
}

.features .col {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.features i {
  color: green;
  margin-right: 10px;
}

.video-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.video-wrapper {
  max-width: 800px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

.offer-section {
  background: linear-gradient(to bottom right, #00264d, #000066);
  color: white;
  padding: 60px 20px;
  border-radius: 24px;
}

.btn-deal {
  background-color: #ffdd57;
  color: #000;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px 30px;
}

.btn-deal:hover {
  background-color: #ffc107;
  color: #000;
}

.feature-list i {
  color: #00e0d0;
}

.trustpilot-stars img {
  width: 120px;
}

.offer-img {
  max-width: 100%;
  border-radius: 12px;
}

.strikethrough {
  text-decoration: line-through;
  opacity: 0.6;
}

.lead-sub {
  color: #FF0000;
  font-size: 2rem;
}

.font-18 {
  font-size: 1.1rem;
  font-weight: 500;
}

.font-24 {
  font-size: 1.5rem;
}

.font-54 {
  font-size: 54px;
  font-weight: 800;
}

.font-32 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.text-second {
  color: #8A8EB7;
}

.trusted-section {
  padding: 40px 0;
  text-align: center;
}

.trusted-section h2 {
  font-size: 2rem;
  font-weight: bold;
}

.rating {
  font-size: 2rem;
  font-weight: bold;
}

.stars {
  color: #00b67a;
  font-size: 1.2rem;
}

.capterra-stars {
  color: #00bfff;
}

.g2-stars {
  color: #f25c54;
}

.brand-icon {
  height: 20px;
  margin-top: 5px;
}

.brand-icon-large {
  height: 28px;
}

/* video starts  */
video {
  height: 600px;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.video-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: white;
  color: black;
  padding: 4px 10px;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

/* video ends */

/* testimonials */
.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.testimonial-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.swiper {
  padding: 3rem 0;
}

.fa-star {
  color: #00B67A;
}

.trustpilot {
  font-size: 20px;
}

/* 3d character */
.feature-section h2 {
  font-size: 60px;
}

.feature-section p {
  font-size: 25px;
}

.feature-section {
  padding: 60px 0;
  text-align: center;
}

.feature-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  width: 500px;
  text-align: left;
}

.feature-card h5 {
  font-weight: bold;
  text-align: center;
  font-family: "Manrope", "Manrope Placeholder", sans-serif;
}

.feature-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.feature-card ul li {
  padding: 8px 0;
  font-size: 1.1rem;
  font-size: 22px;
  line-height: 1rem;
  font-family: "Manrope", "Manrope Placeholder", sans-serif;
  font-weight: bold;
}

.negative {
  color: #dc3545;
}

.positive {
  color: #28a745;

}

.highlight {
  background: yellow;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: bold;
}

.feature-card-green {
  border: 3px solid #8DC26B
}

.feature-card-none {
  border: 3px solid #EDECF2;
}

.fa-check {
  font-size: 30px;
  color: #2DD040;
  font-weight: 3rem;
}

.fa-xmark {
  font-size: 30px;
  color: #DE0000;
}



/* did you know */
.did-you-know {
  background-color: #f9f6eb;
  border-radius: 2rem;
  padding: 5rem;
}

.did-you-know h2 {
  color: #C40303;
  font-family: 'Comic Sans MS', cursive;
  margin-bottom: 0.5rem;
}

.did-you-know .main-heading {
  font-weight: 800;
  font-size: 2rem;
  color: #1e0a3c;
}

.did-you-know .subtext {
  color: #1e0a3c;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.brand-logos img {
  max-height: 40px;
  margin: 0.5rem 1rem 0 0;
}

.big-problem h2 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}

.big-problem h1 {
  color: #C40303;
  text-align: center;
  font-size: 28px;
}

.big-problem-images img {
  display: block;
  width: 100%;
  border-radius: 15px;
  object-position: center;
  object-fit: cover;
}
.big-problem-images h5{
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.but h1{
  text-align: center;
  color: #C40303;
  font-size: 28px;
}
.but h2{
  text-align: center;
  font-weight: bold;
  font-size: 50px;
}

.container {
    padding: 40px;
}

.lead {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 35.52px;
    color: #050505
}

/* Meet Create Studio */
.meet-create-studio {
    /* background-color: #001f3f; */
    color: white;
    font-family: Arial, sans-serif;
}

.create-studio-par h3 {
  font-family: "Manrope";
    font-size: 3rem;
    font-weight: 800;
    line-height: 56px;
    margin-top: 2rem;
    color: #ffffff8f;
    background-color: #00000000;
}

.create-studio-par h1 {
    font-family: "Manrope", sans-serif;
    font-size: 5rem;
    font-weight: 800;
    line-height: 116.6px;
    color: #ffffff8f;
}

.text-primary {
    color: #007bff;
}

.lead-meet {
    font-size: 2rem;
    font-weight: 600;
    line-height: 50.4px;
    color: #ffffff;
    margin-bottom: 2rem;
}

.character {
    width: 100px;
    height: auto;
}

.mt-4 {
    margin-top: 1.5rem;
}

.bg-meet {
  background-image: url(images/bg-meet.avif);
  display: block; 
  width: 100%; 
  height: 100%; 
  border-radius: inherit; 
  object-position: center; 
  object-fit: cover;
}

.meet-card {
  background: linear-gradient(119deg, #ffffff0f -4%, #ffffff26);
  border-radius: 20px;
}

.meet-card h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44.8px;
  color: #ffffff;
  text-align: left;
}

.meet-card p {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35.52px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.trending-courses h3{
  font-size: 3rem;
  font-weight: 800;
  line-height: 64.96px;
  color: #130126;
}

.trending-courses p{
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 35.52px;
  color: #130126;
}

.border-cloud {
  border-radius: 20px; /* rounded edges like a cloud */
  box-shadow: 0 8px 20px #EDECF2, 
              0 4px 10px #fff;
  background-color: white; /* optional for contrast */
  padding: 20px; /* optional spacing inside */
}

/* .three-steps {
  background-image: url(images/three-steps.avif);
  display: block; 
  width: 100%; 
  height: 100%; 
  border-radius: inherit; 
  object-position: center; 
  object-fit: cover;
} */

.steps-3 h2{
  font-family: "Manrope", "Manrope Placeholder", sans-serif;
  font-family-bold: "Manrope", "Manrope Placeholder", sans-serif;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -1.6px;
  line-height: 1.16em;
  text-alignment: center;
  /* text-color: #130126; */
  text-decoration: none;
  text-stroke-color: initial;
  text-stroke-width: initial;
  text-transform: none;
}

.steps-3 p{
  font-family: 'Manrope', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 35.52px;
  /* color: #130126; */
}

.reg-step {
  /* background: linear-gradient(120deg, #2B9D5C, #E33738, 49.711441814858013%, #130126 ); */
  background-color: #000;
  color: #FFFFFF;
  padding: 6px 20px;
}

a.reg-step:hover {
  /* background: linear-gradient(120deg, #2B9D5C, #E33738, 49.711441814858013%, #130126 ); */
  background-color: #28a745;
  padding: 6px 20px;
}

a.reg-step {
  font-size: 24px;
  font-weight: 700;
  line-height: 40.32px;
  color: #FFFFFF;
  font-family: 'Inter';
  text-decoration: none;
}

.reg-step-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 48px;
  color: #130126
}

.reg-step-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 33.6px;
  color: #130126;
}

.promo-package-bg {
  align-items: center;
  background: linear-gradient(137deg, #391691, #18093c 32%, #130126);
}

.promo-package-lead-price {
  font-family: 'Gochi Hand', sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 80.64px;
  color: #c40303;
}

.promo-package-sub-lead {
  font-family: "Gochi Hand", sans-serif;
  font-size: 48px;
  line-height: 57.6px;
}

.promo-package-curr {
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 60px;
  line-height: 72px;
  color: #c40303;
}

.promo-package-amount {
  font-family: 'Hanson Bold', sans-serif;
  font-size: 136px;
  font-weight: 900;
  color: #c40303;
}

.gochi-32 {
  font-family: 'Gochi Hand', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
}

.promo-package-btn {
  align-items: center;
  background: linear-gradient(256deg, #fe5353, #af3508 39.91914627538929%, #ff2727);
  border-radius: 16px;
  box-shadow: 2px 8px 64px #fb51508f, -2px -2px 32px #edb6008f;
  cursor: pointer;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 18px 24px;
  position: relative;
  text-decoration: none;
  width: 300px;
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 33.6px;
  color: #fff;
  transition: transform .2s;
}

a.promo-package-btn:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}

.course-list-title {
  font-family: 'Hanson Bold', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 53.76px;
  color: #FFFFFF;
}

.courses-promo {
  font-family: "Hanson Bold", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.12em;
  text-align: left;
  color: #2e2e2e;
  text-transform: uppercase;
}

.courses-promo-cost {
  font-family: 'Bebrush', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 35.84px;
  color: #C40303;
}

.courses-promo-btn {
  align-items: center;
  background: linear-gradient(256deg, #FFEA00, #FFF44F 39.91914627538929%, #FFDF00);
  border-radius: 16px;
  box-shadow: 2px 8px 64px #fb51508f, -2px -2px 32px #edb6008f;
  cursor: pointer;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 8px 4px;
  position: relative;
  text-decoration: none;
  width: 120px;
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 33.6px;
  color: #000;
  transition: transform .2s;
}

.faq-styling {
  font-family: 'Lato';
  font-size: 2rem;
  text-align: center;
}

.accordion-header > button {
    font-family: "Hanson Bold", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.12em;
    text-align: left;
    color: #2e2e2e;
}

.accordion-body {
  font-family: "Roboto Slab", serif;
}

@media (max-width: 768px) {
  .main-heading {
    font-size: 2.5rem;
  }

  .create-studio-par h1 {
    font-family: "Manrope", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 35.6px;
    color: #ffffff8f;
  }

  .hero-section {
    background-color: #f7f6f9;
    padding: 10px 20px;
    text-align: center;
    position: relative;
  }

  .courses-promo-btn {
    text-align: center;
  }
}