:root {
  font-family: Inter, sans-serif;
  font-feature-settings: "liga" 1, "calt" 1;

  /* Color Theme Variables */
  --primary-gold: #ffd700;
  --primary-orange: #ff6b35;
  --primary-cyan: #00c4cc;
  --primary-blue: #4285f4;
  --primary-green: #34a853;
  --light-pink: #FFF0F5;
  --dark-gray: #1f2937;
  --medium-gray: #374151;
  --light-gray: #6b7280;
  --success-green: #34a853;
  --success-green-dark: #28a745;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}

body {
  padding-top: 105px;
}

* > a {
  color: black;
  text-decoration: none;
}

* > li {
  list-style-type: none;
}

#NavBar {
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.5s ease;
}

.navbar-scrolled {
  background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 1024px) {
  #last-section {
    margin-left: 72px;
    margin-right: 72px;
  }

  #NavBar {
    padding-left: 72px;
    padding-right: 72px;
  }

  .navigation {
    padding-top: 10px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  #get-started-btn {
    height: 40px;
    width: 120px;
  }
}

@media screen and (min-width: 769px) {
  #get-started-btn {
    height: 46px;
    width: 164px;
  }
}

#get-started-btn {
  border: 2px solid var(--primary-gold);
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary-gold), var(--primary-orange));
  color: white;
}
#get-started-btn:hover {
  background: linear-gradient(135deg, var(--primary-orange), var(--primary-gold));
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
}

/* Index Content */

/* section-logos */

.section-logos {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.brands {
  overflow: hidden !important;
  white-space: nowrap !important;
}

.logos-slide {
  display: inline-block !important;
  padding: 60px 0 !important;
  background-color: white !important;
  animation: 15s slide infinite linear !important;
}

.brands:hover .brands-slide {
  animation-play-state: paused !important;
}

.logos-slide img {
  margin: 0 40px !important;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.brands:before,
.brands:after {
  position: absolute !important;
  top: 0 !important;
  width: 250px !important;
  height: 180px !important;
  content: "" !important;
  z-index: 2 !important;
}

.brands:before {
  left: 0 !important;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    white
  ) !important;
}

.brands:after {
  right: 0 !important;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white
  ) !important;
}

/* Section-Icons */

@media only screen and (max-width: 786px) {
  /* .section-icons {
    margin: 0px !important;
  } */
  .logo-mobile {
    display: block !important;
  }
  .logo-img-mobile {
    margin-top: 25px;
    margin-left: 22px;
    width: 200px !important;
  }
  .navbar-logo {
    display: none;
  }
  .menu-icon {
    width: 40px;
    height: auto;
  }
}

.section-icons {
  border-radius: 24px;
  background: #fff;

  box-shadow: 0px 3px 26.4px 0px rgba(0, 0, 0, 0.1);
  margin: 72px;
}

.icon-section {
  display: flex;
  padding: 40px 0px;
  align-items: center;
  align-content: center;
  gap: 32px;
  align-self: stretch;
  flex-wrap: wrap;
}

.text-happy-users {
  color: #6b6b6b !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 180% !important; /* 32.4px */
}

.happy-user-text {
    margin-left: 35px;
}

.div-reviews-text {
    margin-left: 26px;
}

.div-countries-text {
    margin-left: 13px;
}

.text-150k {
  color: var(--Text-color-Title-color, #333) !important;
  /* H1 */
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 130% !important; /* 62.4px */
  letter-spacing: 0.96px !important;
}

.happy-users {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.icon-3 {
  display: none;
}

.icon-space {
  display: none;
}

@media only screen and (max-width: 786px) {
  .icon-space {
    display: block;
  }
  .icon-3 {
    display: block;
  }

  .icon-100 {
    margin-right: 32px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .happy-user-text {
        margin-left: 12px;
    }
    .div-reviews-text {
        margin-left: 7px;
    }
    .div-countries-text {
        margin-left: 2px;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
    .happy-user-text {
        margin-left: 12px;
    }
    .div-reviews-text {
        margin-left: 7px;
    }
    .div-countries-text {
        margin-left: 2px;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .happy-user-text {
        margin-left: 12px;
    }
    .div-reviews-text {
        margin-left: 7px;
    }
    .div-countries-text {
        margin-left: 2px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* .section-icons{
  width: 12px;
 } */
    .happy-user-text {
        margin-left: 12px;
    }
    .div-reviews-text {
        margin-left: 7px;
    }
    .div-countries-text {
        margin-left: 2px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
}

@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1440px) and (max-width: 1550px) {
}

@media screen and (min-width: 1551px) and (max-width: 1600px) {
}

@media screen and (min-width: 1601px) and (max-width: 1750px) {
}

/* AI-Help */

.empowering-text {
  margin-top: 72px;
  top: 16px;
  color: #6b6b6b;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.section-empowering {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.ai-help-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  flex: 1 0 0;
}

.ai-help-heading {
  color: var(--Text-Color-Title, #333);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
}

.ai-help-paragraph-heading {
  color: var(--Text-Color-Body, #999);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
}

.ai-help-paragraph {
  color: #6b6b6b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.72px;
}

.ai-help-button {
  border-radius: 8px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary-gold), var(--primary-orange));
  box-shadow: 0px 3px 12px 0px rgba(255, 107, 53, 0.18);
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Default-White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.ai-help-button:hover {
  background: linear-gradient(135deg, var(--primary-orange), var(--primary-gold));
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
  color: white;
}

.ai-features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

@media only screen and (min-width: 320px) {
  .ai-help-heading-font {
    margin-left: 40px;
  }
}

/* Features */

.feature-img {
  width: 100px;
  height: 100px;
}

.feature-detailed-text {
  color: #6b6b6b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.feature-text {
  color: var(--Text-Color-Title, #333);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.feature-div {
  display: flex;
  width: 350px;
  height: 378px;
  padding: 50px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
  border-radius: 40px;
  border: 1px solid var(--Line-color-disable, #e6e6e6);
  background: #fff;
}

.feature-div:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.feature-div:hover .feature-arrow {
  margin-left: 15px !important;
}


.read-more-features {
  color: var(--primary-gold);
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: center;
  display: flex;
  transition: all 0.3s ease;
}

.read-more-features:hover {
  color: var(--primary-orange);
  transform: translateY(-2px);
}

/* Features Detailed Pages */

.how-heading{
  color: var(--Text-color-Title-color, #333);
text-align: center;

font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.2px;
text-transform: capitalize;
}

.how-description{
  margin-top: 50px;
  color: var(--Text-color-Body-color, #4B4B4B);

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
letter-spacing: 0.032px;
}

.heading {
  text-align: center;
  color: var(--Text-color-Title-color, #333);

  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 62.4px */
  letter-spacing: 0.96px;
}

.description {
  text-align: center;
  margin-top: 32px;
  color: var(--Text-color-Body-color, #666);

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 0.4px;
}

.video-player {
  background: var(--Neutral-colors-300, #f1f3f7);
  position: absolute;
  border-radius: 8px;
  width: 916px;
  height: 452px;
}

.video-play-button {
  position: relative;
  margin-top: 160px;
}

video[poster] {
  object-fit: cover;
}

.content {
  margin-top: 240px;
}

.generate-video-button-create-your-preferred {
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, var(--primary-gold), var(--primary-orange));
  box-shadow: 0px 3px 12px 0px rgba(255, 107, 53, 0.18);
  border-radius: 8px;
  height: 56px;
  width: 268px;
  padding: 20px 40px 21px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  color: var(--Default-White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.generate-video-button-create-your-preferred:hover {
  background: linear-gradient(135deg, var(--primary-orange), var(--primary-gold));
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
  color: white;
}

.generate-video-button-create-your-preferred:hover img {
  visibility: hidden;
}

.how-to {
  color: var(--Text-color-Title-color, #333);
  text-align: center;


  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}

.one {
  position: relative;
  left: -206px;
  top: 77.838px;
  color: #fdba09;
  text-align: center;

  font-size: 120.306px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.253px;
}

.feature-card-create {
  height: 176px;
  display: flex;
  width: auto;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
  border-radius: 8px;
  background-color: #1a1a3a;
  /* background: var(--Bagrround-color-White, #fff); */

  /* Shadow 5 */
  box-shadow: 0px 16px 32px 0px rgba(171, 190, 209, 0.3);
}

.write-your-prompt {
  color: var(--Text-color-Title-color, #333);

  /* H3 */

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.write-your-prompt-description {
  color: var(--Text-color-Body-color, #666);

  /* Body 2 */

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.032px;
}

.two {
  position: relative;
  left: -221px;
  top: 77.838px;
  color: #3ae4be;
  text-align: center;

  font-size: 120.306px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.253px;
}

.three {
  position: relative;
  left: -221px;
  top: 77.838px;
  color: #54b0fe;
  text-align: center;

  font-size: 120.306px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.253px;
}

.br-two {
  display: block;
}
.br-three {
  display: block;
}
.br-one {
  display: block;
}

@media only screen and (min-width: 320px) {
  .video-player {
    width: 291px;
    height: 293px;
  }
  .heading {
    font-size: 28px;
  }
  .video-play-button {
    opacity: 0 !important;
  }
  .content {
    margin-top: 160px;
  }
  .product-generate-button {
    margin-top: 350px;
  }
  .one {
    left: -125px;
    margin-bottom: 70px;
  }
  .two {
    left: -125px;
    margin-bottom: 70px;
  }
  .three {
    left: -125px;
    margin-bottom: 70px;
  }
  .frequently-asked-product-page {
    margin-left: 70px;
  }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
  .video-player {
    width: 350px !important;
    height: 300px !important;
  }
  .heading {
    font-size: 30px;
  }
  .content {
    margin-top: 240px;
  }
  .video-play-button {
    display: none;
  }
  .product-generate-button {
    margin-top: 350px;
  }
   .one {
    left: -150px;
  }
  .two {
    left: -150px;
  }
  .three {
    left: -150px;
  }
  .frequently-asked-product-page {
    margin-left: 60px;
  }
  .br-one {
    display: none;
  }
  .br-two {
    display: none;
  }
  .br-three {
    display: none;
  }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
.video-player {
    width: 400px;
    height: 300px;
  }
  .heading {
    font-size: 30px;
  }
  .video-play-button {
    opacity: 0 !important;
  }
  .content {
    margin-top: 240px;
  }
  .product-generate-button {
    margin-top: 150px;
  }
  .one {
    left: -179px;
  }
  .two {
    left: -169px;
  }
  .three {
    left: -169px;
  }
  .frequently-asked-product-page {
    margin-left: 60px;
  }
  .br-one {
    display: none;
  }
  .br-two {
    display: none;
  }
  .br-three {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .video-player {
    width: 651px;
    height: 452px;
  }
  .heading {
    font-size: 38px;
  }
  .content {
    margin-top: 240px;
  }
  .product-generate-button {
    margin-top: 240px;
  }
  .one {
    left: -344px;
  }
  .two {
    left: -344px;
  }
  .three {
    left: -344px;
  }
  .frequently-asked-product-page {
    margin-left: 100px;
  }
  .br-one {
    display: none;
  }
  .br-two {
    display: none;
  }
  .br-three {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .video-player {
     width: 846px;
     height: 461px;
  }
  .heading {
    font-size: 48px;
  }
  .content {
    margin-top: 240px;
  }
  .product-generate-button {
    margin-top: 240px;
  }
  .one {
    left: -153px;
  }
  .two {
    left: -126px;
  }
  .three {
    left: -125px;
  }
  .frequently-asked-product-page {
    margin-left: -174px;
  }
  .br-one {
    display: none;
  }
  .br-two {
    display: none;
  }
  .br-three {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .video-player {
    width: 916px;
    height: 452px;
  }
  .heading {
    font-size: 48px;
  }
  .content {
    margin-top: 240px;
  }
  .product-generate-button {
    margin-top: 240px;
  }
  .one {
    left: -192px;
  }
  .two {
    left: -192px;
  }
  .three {
    left: -192px;
  }
}

@media screen and (min-width: 1400px) {
  .video-player {
    width: 916px;
    height: 452px;
  }
  .heading {
    font-size: 48px;
  }
  .content {
    margin-top: 240px;
  }
  .product-generate-button {
    margin-top: 240px;
  }
  .one {
    left: -218px;
  }
  .two {
    left: -218px;
  }
  .three {
    left: -218px;
  }
}

@media screen and (min-width: 1400px) {
  .video-player {
    width: 916px;
    height: 452px;
  }
  .content {
    margin-top: 240px;
  }
  .product-generate-button {
    margin-top: 240px;
  }
  .one {
    left: -218px;
  }
  .two {
    left: -218px;
  }
  .three {
    left: -218px;
  }
}

.accordion {
  margin: 2rem auto;
}

.accordion-item {
  background-color: white;
  color: black;
  margin: 1rem 0;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
  border: none;
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-color: #1a1a3a;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: rgba(51, 51, 51, 1);
}

.accordion-item-header::after {
  content: url("../mw_assets/assets/svg/Vector.svg");
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {

  display: none;
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 3px solid black;
  border-image: linear-gradient(to right, green, yellow);
}

.accordion-item-header.active + .accordion-item-body {
  display: block;
}

.icon-3 {
  display: none;
}

@media only screen and (max-width: 786px) {
  .icon-space {
    display: block;
  }
  .icon-3 {
    display: block;
  }

  .icon-100 {
    margin-right: 32px;
  }

  .ai-image-gallery-heading {
    width: auto !important;
  }
}

.ai-image-gallery-heading {
  width: auto;
}

.ai-image-gallery-text {
  position: relative;

  font-size: 48px;
  font-weight: 800;
  line-height: 62px;
  letter-spacing: 0.02em;
  color: rgba(51, 51, 51, 1);
  z-index: 1;
}

.eclipse-ai-image {
  position: absolute;
  /* margin-right: 353px; */
  margin-left: -40px;
  margin-top: -14px;
}

hr {
  opacity: 1;
}

.create-first-video-text {

  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-align: center;
  color: rgba(51, 51, 51, 1);
}

.about-create-first {

  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  color: rgba(102, 102, 102, 1);
}

/* Community */

.explore-community-coming-soon {
  color: #242331;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 62.4px */
  letter-spacing: 0.96px;
}

@media only screen and (min-width: 320px) {
  .ai-video-explore {
    margin-left: 54px !important;
  }
}

.ai-explore-community-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.ai-explore-community-text {
  margin-top: 32px;
  color: #616161;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.72px;
}

.ai-explore-community-div {
  display: flex;
  padding: 72px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.frame {
  margin-left: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 600px;
  height: 365.854px;
  border-radius: 23.04px;
  border: 15.709px solid #c6ebf1;
  display: inline-block !important;
  background-color: white !important;
  animation: 5s slide infinite linear !important;
}

.section-community {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  box-sizing: border-box;
}

.videos {
  overflow: hidden !important;
  white-space: nowrap !important;
}

.community-image {
  position: absolute;
  border-radius: 8.709px;
  width: 600px;
  height: 365.854px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.play-button {
  position: absolute;
  margin-top: 122.82px;
  margin-bottom: 120.63px;
  left: 237px;
}

.videos:before,
.videos:after {
  position: absolute !important;
  top: 0 !important;
  width: 250px !important;
  height: 380px !important;
  content: "" !important;
  z-index: 2 !important;
}

.videos:before {
  left: 0 !important;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    white
  ) !important;
}

.videos:after {
  right: 0 !important;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white
  ) !important;
}

.ai-explore-arrows {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: 50px;
  margin-bottom: 60px;
}

.ai-explore-button-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.ai-explore-button {
  border-radius: 8px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary-gold), var(--primary-orange));
  box-shadow: 0px 3px 12px 0px rgba(255, 107, 53, 0.18);
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Default-White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.ai-explore-button:hover {
  background: linear-gradient(135deg, var(--primary-orange), var(--primary-gold));
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
  color: white;
}



.video-section {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.animate-videos{
display: inline-block !important;

    background-color: white !important;
     animation: 20s video-slide infinite linear; !important;
}

.video-section:hover .animate-videos {
    animation-play-state: paused;
}
.video-section.modal-open .animate-videos {
    animation-play-state: paused;
}
@keyframes video-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-900%);
  }
}



/* Frequently Asked Questions */

.faq-br {
  display: none;
}

.accordion {
  margin: 2rem auto;
}

.accordion-item {
  background-color: white;
  color: black;
  margin: 1rem 0;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
  border: none;
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;

  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: rgba(51, 51, 51, 1);
}

.accordion-item-header::after {
  content: url("../mw_assets/assets/svg/Vector.svg");
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  display: none;
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 3px solid black;
  border-image: linear-gradient(to right, green, yellow);
}

.accordion-item-header.active + .accordion-item-body {
  display: block;
}

@media only screen and (min-width: 600px) {
  .frequently-asked-content {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .frequently-asked-content {
    margin-left: 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .frequently-asked-content {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 786px) {
  .icon-space {
    display: block;
  }
  .icon-3 {
    display: block;
  }

  .icon-100 {
    margin-right: 32px;
  }

  .ai-image-gallery-heading {
    width: auto !important;
  }
}

.ai-image-gallery-heading {
  width: auto;
}

.ai-image-gallery-text {
  position: relative;

  font-size: 48px;
  font-weight: 800;
  line-height: 62px;
  letter-spacing: 0.02em;
  color: rgba(51, 51, 51, 1);
  z-index: 1;
}

.eclipse-ai-image {
  position: absolute;
  /* margin-right: 353px; */
  margin-left: -40px;
  margin-top: -14px;
}

/* Mobile-Section */

.text-create-videos {
  font-size: 48px;
  font-weight: 800;
  line-height: 62px;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgba(51, 51, 51, 1);
}

.paragraph-videos {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgba(102, 102, 102, 1);
  /* width: 648px;
height: 72px; */
}

.create-videos-download-button {
  width: 350px;
  height: 64px;
}

.apple-store-button {
  margin-left: 20px;
}

/* Review */

.what-our-users-say {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media only screen and (min-width: 320px) {
  .what-our-user-say-content {
    margin-left: 70px;
  }
}

.feature-card-1 {
  width: 380px;
  height: 340px;
  padding: 50px;
  border-radius: 20px;
  gap: 22px;
  background: linear-gradient(
    180deg,
    rgba(250, 237, 203, 0.5) 25.08%,
    rgba(250, 237, 203, 0) 125.67%
  );
}

.feature-img-review {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.feature-person-name {
  width: 158px;
  height: 27px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
}

.feature-name-img-container {
  width: 310px;
  height: 60px;
  gap: 10px;
  display: flex;
}

.profession-feature-person {
  width: 158px;
  height: 14px;

  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: rgba(152, 152, 152, 1);
}

.feature-rating {
  gap: 2px;
  justify-self: center;
  align-items: center;

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.002em;
  text-align: left;
  color: rgba(102, 102, 102, 1);
  display: flex;
}

.person-review {
  margin-top: 22px;
  width: 310px;
  height: 158px;

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.002em;
  text-align: left;
  color: rgba(102, 102, 102, 1);
}

.feature-card-2 {
  width: 380px;
  height: 340px;
  padding: 50px;
  border-radius: 20px;
  gap: 22px;
  background: linear-gradient(
    176.84deg,
    rgba(201, 228, 222, 0.5) 21.37%,
    rgba(201, 228, 222, 0) 128.06%
  );
}

.feature-card-3 {
  width: 380px;
  height: 340px;
  padding: 50px;
  border-radius: 20px;
  gap: 22px;
  background: linear-gradient(
    176.32deg,
    rgba(198, 222, 241, 0.5) 20.51%,
    rgba(198, 222, 241, 0) 114.04%
  );
}

.feature-card-elements {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Create-First-Video */

.create-first-video-text {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-align: center;
  color: rgba(51, 51, 51, 1);
}

.about-create-first {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  color: rgba(102, 102, 102, 1);
}

.generate-video-button {
  margin-top: 20px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, var(--primary-gold), var(--primary-orange));
  box-shadow: 0px 3px 12px 0px rgba(255, 107, 53, 0.18);
  border-radius: 8px;
  height: 56px;
  width: 268px;
  padding: 20px 40px 21px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  color: var(--Default-White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.generate-video-button:hover {
  background: linear-gradient(135deg, var(--primary-orange), var(--primary-gold));
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
  color: white;
}

/* 404-page */

.heading-404 {
  margin-top: 30px;
  color: #242331;
  text-align: center;

  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 62.4px */
  letter-spacing: 0.96px;
}

.heading-404-text {
  margin-top: 16px;
  color: #4b4b4b;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.032px;
}

.back-to-home-button {
  margin-top: 30px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, var(--primary-gold), var(--primary-orange));
  box-shadow: 0px 3px 12px 0px rgba(255, 107, 53, 0.18);
  border-radius: 8px;
  height: 56px;
  width: 268px;
  padding: 20px 40px 21px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  color: var(--Default-White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.back-to-home-button:hover {
  background: linear-gradient(135deg, var(--primary-orange), var(--primary-gold));
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
  color: white;
}

@media only screen and (min-width: 320px) {
  .image-404 {
    width: 220px;
  }
  .heading-404 {
    font-size: 30px;
  }
  .back-to-home-button {
    width: 214px;
  }
}

@media only screen and (min-width: 600px) {
  .image-404 {
    width: 220px;
  }
  .heading-404 {
    font-size: 30px;
  }
  .back-to-home-button {
    width: 214px;
  }
}

@media only screen and (min-width: 768px) {
  .image-404 {
    width: 300px;
  }
  .heading-404 {
    font-size: 50px;
  }
  .back-to-home-button {
    width: 224px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-404 {
    width: 300px;
  }
  .heading-404 {
    font-size: 40px;
  }
}

/* Privacy Policy  And Terms And Condition*/

.privacy-heading {
  color: var(--Text-color-Title-color, #333);
  text-align: center;

  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}

.privacy-content {
  color: var(--Text-color-Body-color, #4b4b4b);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.032px;
}

.privacy-sub-heading {
  color: var(--Text-color-Title-color, #333);

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

@media only screen and (min-width: 320px) {
  .privacy-heading {
    font-size: 30px;
  }
}

@media only screen and (min-width: 600px) {
  .privacy-heading {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .privacy-heading {
    font-size: 50px;
  }
}

/* Mobile Screen Responsive (new-home.html) */

@media screen and (min-width: 320px) and (max-width: 374px) {
   /* Section 2 */
  .section-icons{
    width: 260px;
    margin-left: 45px;
  }
  .processed-text {
    margin-right: -34px;
  }
  .users-text {
    margin-right: -7px;
  }
  .reviews-text {
    margin-right: 55px
  }
  .countries-text {
    margin-right: 5px;
  }
  .text-150k {
    font-size: 30px !important;
  }
  .analytics {
    margin-right: 47px;
  }
  /* Section 3 */
  .ai-image-gallery-text {
    font-size: 30px;
  }
  .eclipse-ai-image {
    width: 80px;
  }
  .ai-help-heading {
    font-size: 30px;
  }
  .ai-help-paragraph-heading {
    font-size: 20px;
  }
  .ai-help-paragraph {
    font-size: 12px;
  }
  .ai-help-button {
    width: 150px;
    height: 40px;
    font-size: 12px;
  }
  /* Section 4 */
  .feature-text {
    font-size: 18px;
  }
  .feature-detailed-text {
    font-size: 12px;
  }
  .read-more-features {
    font-size: 16px;
  }
  .feature-div{
    margin-left: 50px;
    width: 300px;
    height: 350px;
  }
  /* Section 5 */
  .explore-community-coming-soon {
    font-size: 30px;
  }
  /* Section 6 */
  .br-create{
    display: none;
  }
  .faq-br {
    display: block;
  }
  .accordion-item-header {
    font-size: 18px;
  }
  /* Section 7 */
  .text-create-videos {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .paragraph-videos {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* Section 9 */
  .create-first-video-text {
    font-size: 30px;
  }
  .generate-video-button {
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
  /* Section 2 */
  .section-icons{
    width: 260px;
    margin-left: 70px;
  }
  .processed-text {
    margin-right: -70px;
  }
  .users-text {
    margin-right: -34px;
  }
  .reviews-text {
    margin-right: 31px
  }
  .countries-text {
    margin-right: -10px;
  }
  .text-150k {
    font-size: 30px !important;
  }
  .analytics {
    margin-right: 47px;
  }
  /* Section 3 */
  .ai-image-gallery-text {
    font-size: 30px;
  }
  .eclipse-ai-image {
    width: 80px;
  }
  .ai-help-heading {
    font-size: 30px;
  }
  .ai-help-paragraph-heading {
    font-size: 20px;
  }
  .ai-help-paragraph {
    font-size: 12px;
  }
  .ai-help-button {
    width: 150px;
    height: 40px;
    font-size: 12px;
  }
  .ai-help-heading-font {
    margin-left: 88px;
  }
  /* Section 4 */
  .feature-text {
    font-size: 18px;
  }
  .feature-detailed-text {
    font-size: 12px;
  }
  .read-more-features {
    font-size: 16px;
  }
  .feature-div{
    margin-left: 50px;
    width: 300px;
    height: 350px;
  }
  /* Section 5 */
  .explore-community-coming-soon {
    font-size: 30px;
  }
  /* Section 6 */
  .br-create{
    display: none;
  }
  .faq-br {
    display: block;
  }
  .accordion-item-header {
    font-size: 18px;
  }
  /* Section 7 */
  .text-create-videos {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .paragraph-videos {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* Section 9 */
  .create-first-video-text {
    font-size: 30px;
  }
  .generate-video-button {
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
.text-150k {
  font-size: 30px !important;
}
.processed-text {
    margin-right: -66px;
  }
  .users-text {
    margin-right: -32px;
  }
  .reviews-text {
    margin-right: 31px;
  }
  .countries-text {
    margin-right: -13px;
  }
.analytics {
  margin-right: 47px;
}
/* Section 3 */
.ai-image-gallery-text {
  font-size: 30px;
}
.eclipse-ai-image {
  width: 80px;
}
.ai-help-heading {
  font-size: 30px;
}
.ai-help-paragraph-heading {
  font-size: 20px;
}
.ai-help-paragraph {
  font-size: 12px;
}
.ai-help-button {
  width: 150px;
  height: 40px;
  font-size: 12px;
}
.ai-help-heading-font {
    margin-left: 96px;
}
/* Section 4 */
.feature-text {
  font-size: 18px;
}
.feature-detailed-text {
  font-size: 12px;
}
.read-more-features {
  font-size: 16px;
}
.feature-div{
  margin-left: 50px;
  width: 300px;
  height: 350px;
}
/* Section 5 */
.explore-community-coming-soon {
  font-size: 30px;
}
/* Section 6 */
.br-create{
  display: none;
}
.faq-br {
  display: block;
}
.accordion-item-header {
  font-size: 18px;
}
/* Section 7 */
.text-create-videos {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paragraph-videos {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Section 9 */
.create-first-video-text {
  font-size: 30px;
}
.generate-video-button {
  width: 200px;
  height: 40px;
  font-size: 16px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
 /* Section 2 */
.section-icons{
  width: 435px;
  margin-left: 180px;
}
.processed-text {
    margin-right: -66px;
  }
  .users-text {
    margin-right: -32px;
  }
  .reviews-text {
    margin-right: 38px;
  }
  .countries-text {
    margin-right: -7px;
  }
.text-150k {
  font-size: 30px !important;
}
.analytics {
  margin-right: 47px;
}
/* Section 3 */
.ai-image-gallery-text {
  font-size: 37px;
}
.eclipse-ai-image {
  width: 90px;
}
.ai-help-heading {
  font-size: 33px;
}
.ai-help-heading-font {
  margin-left: -67px;
}
.ai-help-paragraph-heading {
  font-size: 23px;
}
.ai-help-paragraph {
  font-size: 16px;
}
.ai-help-button {
  width: 175px;
  height: 50px;
  font-size: 17px;
}
.ai-help-container img{
    margin-top: 3rem;
}
/* Section 4 */
.frequently-asked-content {
  margin-left: 20px;
}
.feature-text {
  font-size: 22px;
}
.feature-detailed-text {
  font-size: 15px;
}
.read-more-features {
  font-size: 20px;
}
.feature-div {
  margin-left: 174px;
  width: 370px;
  height: 390px;
}
/* Section 5 */
.explore-community-coming-soon {
  font-size: 30px;
}
/* Section 6 */
.br-create{
  display: none;
}
.faq-br {
  display: none;
}
.accordion-item-header {
  font-size: 18px;
}
/* Section 7 */
.text-create-videos {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paragraph-videos {
  margin-left: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-videos-download-button{
  margin-left: 45px;
}
/* Section 8 */
.what-our-user-say-content{
  margin-left: 176px;
}
/* Section 9 */
.create-first-video-text {
  font-size: 30px;
}
.generate-video-button {
  width: 200px;
  height: 40px;
  font-size: 16px;
}
}

/* Use Case Pages */

.use-case-heading {
    color: var(--Text-color-Title-color, #333);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.72px;
}
.use-case-sub-heading {
    color: var(--Text-color-Title-color, #333);
    font-size: 48px;
    font-style: normal;
    letter-spacing: 0.96px;
}
.use-case-div1 {
    color: var(--Text-color-Body-color, #4B4B4B);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.use-case-generate-button {
    height: 56px;
    width: 268px;
    border-radius: 8px;
    border: 2px solid var(--primary-gold);
    background: linear-gradient(135deg, var(--primary-gold), var(--primary-orange));
    box-shadow: 0px 6px 12px 0px rgba(255, 107, 53, 0.15);
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
}
.use-case-generate-button:hover {
    background: linear-gradient(135deg, var(--primary-orange), var(--primary-gold));
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
    color: white;
}
.use-case-credit-text {
    color: #595D6D;
    font-size: 16px;
}
.use-case-frame {
    width: 600px;
    height: 365.854px;
    border-radius: 23.04px;
    border: 15.709px solid #C6EBF1;
}
.use-case-video-player {
    border-radius: 8.04px;
    width: 570px;
    height: 335.854px;
}
.use-case-play-button {
    position: relative;
    z-index: 1;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
}
.use-case-div3 {
    color: var(--primary-gold);
    font-size: 18px;
    font-weight: 500;
}
.use-case-div3-heading {
    color: var(--Text-color-Title-color, #333);
    font-size: 28px;
    font-weight: 600;
}
.use-card-title {
    color: var(--Text-color-Title-color, #333);
    font-size: 20px;
    font-weight: 600;
}
.use-card-description {
   color: var(--Text-color-Body-color, #4B4B4B);
    font-size: 16px;
    font-weight: 400;
}
.use-case-div4 {
    color: var(--primary-gold);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.use-case-div4-heading {
    color: var(--Text-color-Title-color, #333);
    font-size: 28px;
    font-weight: 600;
}
.use-case-div5 {
    color: var(--Text-color-Title-color, #333);
    font-size: 28px;
    font-weight: 600;
}
.use-case-div5-description {
    color: var(--Text-color-Body-color, #4B4B4B);
    font-size: 16px;
    font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
    .use-case-heading {
        font-size: 22px;
    }
    .use-case-sub-heading {
        font-size: 30px;
    }
    .use-case-div1 {
        font-size: 18px;
    }
    .use-case-generate-button {
        width: 156px;
        font-size: 15px;
    }
    .use-case-frame {
        width: 255px;
    }
    .use-case-video-player {
        width: 225px;
    }
    .use-case-play-button-img {
        display: none;
    }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
    .use-case-heading {
        font-size: 22px;
    }
    .use-case-sub-heading {
        font-size: 30px;
    }
    .use-case-div1 {
        font-size: 18px;
    }
    .use-case-generate-button {
        width: 156px;
        font-size: 15px;
    }
    .use-case-frame {
        width: 325px;
    }
    .use-case-video-player {
        width: 295px;
    }
    .use-case-play-button-img {
        display: none;
    }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
    .use-case-heading {
        font-size: 22px;
    }
    .use-case-sub-heading {
        font-size: 30px;
    }
    .use-case-div1 {
        font-size: 18px;
    }
    .use-case-generate-button {
        width: 156px;
        font-size: 15px;
    }
    .use-case-frame {
        width: 355px;
    }
    .use-case-video-player {
        width: 325px;
    }
    .use-case-play-button-img {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .use-case-heading {
        font-size: 25px;
    }
    .use-case-sub-heading {
        font-size: 36px;
    }
    .use-case-div1 {
        font-size: 20px;
    }
}


/* Pricing Page */

.pricing_heading {
    color: var(--Text-color-Title-color, #333);
    font-size: 48px;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: 0.96px;
}
.pricing_description {
    color: var(--Text-color-Body-color, #4B4B4B);
    font-size: 25px;
    font-weight: 400;
    line-height: 180%; /* 36px */
    letter-spacing: 0.4px;
}
.pricing_monthly {
    color: #FFF;
    font-size: 21.384px;
    font-weight: 400;
    line-height: 32.075px; /* 150% */
}
.pricing_yearly {
    color: var(--Text-color-Title-color, #333);
    font-size: 21.384px;
    font-weight: 400;
    line-height: 32.075px; /* 150% */
}
.pricing_save {
    color: var(--Text-color-Title-color, #333);
    font-size: 21.384px;
    font-weight: 400;
    line-height: 32.075px; /* 150% */
    width: 109.59px;
    height: 0px !important;
}
.pricing_card_title {
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 700;
}
.pricing_card_description {
    color: #64748B;
    font-size: 16px;
    font-weight: 400;
}
.pricing_card_amount {
    color: var(--Text-color-Title-color, #333);
    font-size: 50px;
    font-weight: 600;
}
.pricing_description_subscript {
    color: var(--Text-color-Body-color, #4B4B4B);
    font-size: 16px;
    font-weight: 300;
}
.pricing_button {
    border-radius: 4px;
    border: 1.5px solid var(--primary-gold);
    display: flex;
    flex: 1;
    align-self: stretch;
    margin: 10px 0;
    background: linear-gradient(135deg, var(--primary-gold), var(--primary-orange));
    color: white;
    transition: all 0.3s ease;
}
.pricing_button:hover {
    background: linear-gradient(135deg, var(--primary-orange), var(--primary-gold));
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
}

.pricing_button_professional {
    border-radius: 4px;
    border: 1.5px solid var(--primery-color-1, #656BC7);
    display: flex;
    flex: 1;
    align-self: stretch;
    margin: 10px 0;
    background-color: white;
}
.pricing_button_professional:hover {
    background: white;
    color: var(--primery-color-1, #656BC7);
}

.pricing_button_text {
    color: white;
    font-size: 16px;
    font-weight: 600;
}
.pricing_price_text {
    color: var(--Neutral-800, #191D23);
    font-size: 16px;
    font-weight: 500;
}
.pricing_price_text_not_bold {
    color: var(--Neutral-400, #A0ABBB);
    font-size: 16px;
    font-weight: 500;
}
.pricing_card_title_professional {
    color:white !important;
    font-size: 22px;
    font-weight: 700;
}
.pricing_card_description_professional {
    color: var(--Neutral-50, #F7F8F9);
    font-size: 16px;
    font-weight: 400;
}
.pricing_card_amount_professional {
    color: var(--Neutral-50, #F7F8F9);
    font-size: 56px;
    font-weight: 600;
}
.pricing_description_subscript_professional {
    color: var(--Neutral-50, #F7F8F9);
    font-size: 16px;
    font-weight: 300;
}
.pricing_button_text_professional {
    color: var(--primery-color-1, #656BC7);
    font-size: 16px;
    font-weight: 600;
}
.pricing_price_text_professional {
    color: var(--Neutral-50, #F7F8F9);
    font-size: 16px;
    font-weight: 500;
}
.pricing_price_text_not_bold_professional {
    color: var(--Neutral-50, #F7F8F9);
    font-size: 16px;
    font-weight: 500;
}
.pricing_whole_element {
    width: 438.37px !important;
    height: 53.46px;
}
.pricing_monthly_section {
    height: 53.46px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
    .pricing_heading {
        font-size: 35px;
    }
    .pricing_description {
        font-size: 20px;
    }
    .pricing_monthly {
        font-size: 18px;
    }
    .pricing_yearly {
        font-size: 18px;
    }
    .pricing_save {
        font-size: 18px;
    }
    .pricing_whole_element {
        margin-left: 12px;
    }
}
@media screen and (min-width: 375px) and (max-width: 424px) {
    .pricing_heading {
        font-size: 35px;
    }
    .pricing_description {
        font-size: 20px;
    }
    .pricing_monthly {
        font-size: 18px;
    }
    .pricing_yearly {
        font-size: 18px;
    }
    .pricing_save {
        font-size: 18px;
    }
    .pricing_whole_element {
        margin-left: 12px;
    }
}
@media screen and (min-width: 425px) and (max-width: 767px) {
    .pricing_heading {
        font-size: 35px;
    }
    .pricing_description {
        font-size: 20px;
    }
    .pricing_monthly {
        font-size: 18px;
    }
    .pricing_yearly {
        font-size: 18px;
    }
    .pricing_save {
        font-size: 18px;
    }
    .pricing_whole_element {
        margin-left: 12px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .pricing_heading {
        font-size: 35px;
    }
    .pricing_description {
        font-size: 20px;
    }
    .pricing_monthly {
        font-size: 18px;
    }
    .pricing_yearly {
        font-size: 18px;
    }
    .pricing_save {
        font-size: 18px;
    }
    .pricing_whole_element {
        margin-left: 12px;
    }
}

/* Feature Section */

    .feature_card_whole {
        border-radius: 24px;
        background: var(--Bagrround-color-White, #FFF);
        /* border: none; */
        min-height: 284px;
        /* min-height: 275px; */
    }
    .feature_card_whole:hover {
        /*box-shadow: 0px 6px 12px 0px rgba(171, 190, 209, 0.30);*/
        box-shadow: 0px 0px 20px 0px rgba(171, 190, 209, 0.50);
    }
    .feature_card {
        color: var(--Text-color-Title-color, #333);
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 0.2px;
        text-transform: capitalize;
    }
    .feature_card_description {
        color: var(--Text-color-Body-color, #666);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.032px;
    }

/* Bug Fix */

@media only screen and (min-width:425px) and (max-width:575px) {
  .section-icons{
    width: 300px;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width:650px) {
   .section-icons{
     width: 300px;
     margin-left: 144px;
  }
}
@media only screen and (min-width: 651px) and (max-width:767px) {
  .section-icons{
    width: 300px;
    margin-left: 180px;
  }
}

/* Feature Section Badges */
.new-badge {
  width: 60px;
  height: 35px;
  background: linear-gradient(135deg, var(--primary-gold), var(--primary-orange));
  border-radius: 4.44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.badge-text {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.5px;
}

.emoji {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
}

/* Testimonial Section */

  #testimonial-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .testimonial-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .testimonial {
    flex: 0 0 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  @media (min-width: 768px) {
    .testimonial {
      flex: 0 0 50%;
    }
  }

  @media (min-width: 1024px) {
    .testimonial {
      flex: 0 0 33.333%;
    }
  }

  /* Ensure content within testimonials is responsive */
  .feature-card-elements {
    max-width: 100%;
  }

  .feature-img-review {
    max-width: 100%;
    height: auto;
  }

  .feature-name-img-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .feature-rating {
    margin-left: auto;
  }

  .person-review {
    font-size: 14px;
  }

  @media (min-width: 768px) {
    .person-review {
      font-size: 16px;
    }
  }


/* AI at your Fingers */

.play_store_button {
    width: 160px;
    height: 65px;
    background-image: url("https://multiplewords.nyc3.cdn.digitaloceanspaces.com/mw_assets/playstore-icon.svg");
    background-size: cover;
    transition: background-image 0.3s ease-in-out, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.play_store_button:hover {
    transform: scale(1.08);
}
/*
.play_store_button:hover {
    background-image: url("https://multiplewords.nyc3.cdn.digitaloceanspaces.com/mw_assets/playstore-icon.svg");
} */
.apple-store-button {
    width: 160px;
    height: 65px;
    background-image: url("https://multiplewords.nyc3.cdn.digitaloceanspaces.com/mw_assets/appstore-icon.svg");
    background-size: cover;
    transition: background-image 0.3s ease-in-out, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.apple-store-button:hover {
    transform: scale(1.08);
}
/* .apple-store-button:hover {
    width: 160px;
    height: 65px;
    background-image: url("https://multiplewords.nyc3.cdn.digitaloceanspaces.com/mw_assets/appstore-icon.svg");
    background-size: cover;
    transition: background-image 0.3s ease-in-out;
} */
.windows_store_button {
    width: 160px;
    height: 64px;
    background-image: url("https://multiplewords.nyc3.cdn.digitaloceanspaces.com/mw_assets/winstore.svg");
    background-size: cover;
    transition: background-image 0.3s ease-in-out, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.windows_store_button:hover {
    transform: scale(1.08);
}
/* .windows_store_button:hover {
    width: 160px;
    height: 64px;
    background-image: url("https://multiplewords.nyc3.cdn.digitaloceanspaces.com/mw_assets/winstore.svg");
    background-size: cover;
    transition: background-image 0.3s ease-in-out;
} */


/* explore Image Community */

.image-section {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.animate-images {
    display: inline-block;
    animation: 20s image-slide infinite linear;
}
.image-section:hover .animate-images {
    animation-play-state: paused;
}
.image-section.modal-open .animate-images {
    animation-play-state: paused;
}
@keyframes image-slide {
  from {
    transform: translateX(-900%);
  }
  to {
    transform: translateX(0);
  }
}

.image-section {
    overflow-x: auto !important;
}
.image-section::-webkit-scrollbar {
    display: none !important;
}

/* explore Music Community */

.music-section {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.animate-music {
    display: inline-block;
    animation: 20s music-slide infinite linear;
}
.music-section:hover .animate-music {
    animation-play-state: paused;
}
.music-section.modal-open .animate-music {
    animation-play-state: paused;
}
@keyframes music-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-900%);
  }
}

.music-section {
    overflow-x: auto !important;
}
.music-section::-webkit-scrollbar {
    display: none !important;
}