 .accordion-body{
      color: #444444b9 !important;
    }
    .accordion-body li::marker{
      color: #444444;
    }
    .tooltip .tooltip-inner {
    background-color: rgb(105, 28, 244);
    background-image: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;

}
    .training-card .starContainers {
        font-size: var(--h5);
        color: #F0B441;
    }
    .training-card button.contact-btn {
        width: 95px;
        height: 28px;
        border-radius: 24px;
        padding-top: 2px;
        padding-right: 12px;
        padding-bottom: 2px;
        padding-left: 12px;
        background-color: #F3ECFE;
        font-size: 12px;
        color: #6914F4;
    }

    .training-card button.contact-btn:hover {
        background-color: #6914F4;
        color: #fff;
    }
    .primary-btn {
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 24px;
        width: 110px;
        height: 40px;
        background: #6914F4;
        border-radius: 28px;
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        border: none;
        border: 1px solid #6914F4;

    }

    .primary-btn:hover {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 24px;
        gap: 8px;
        width: 110px;
        height: 40px;
        background: #6914F4;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 0px 12px 4px rgba(240, 124, 65, 0.5);
        border-radius: 28px;
    }
    .owl-carousel .owl-nav,
    .owl-carousel .owl-dots {
      /* padding-right: var(--rightMargin); */
      display: none !important;
    }

    .owl-stage-outer {
      height: 294px !important;
    }

    .owl-carousel1 .owl-stage {
      padding-left: 10px !important;
    }


    .owl-carousel .card .card-title {
      height: 300px;
    }

    .owl-carousel .card .placeholder {
      width: 100%;
    }

    .faq-section{
      position: relative;
    }
    .accordion-button::after {
      position: relative;
      top: 0;
    }
    .faq-section .accordion-button::after {
        background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.8327%206.83366H6.83268V11.8337H5.16602V6.83366H0.166016V5.16699H5.16602V0.166992H6.83268V5.16699H11.8327V6.83366Z%22%20fill%3D%22%238764C1%22%2F%3E%3C%2Fsvg%3E');
        transition: all 0.5s;
        width: 11.67px;
        height: 11.67px;
        background-position: center;

    }

    .faq-section .accordion-button:not(.collapsed)::after {
        background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%222%22%20viewBox%3D%220%200%2014%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201H13%22%20stroke%3D%22%238764C1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    }

    .faq-section .accordion-button::after {
        transition: all 0.5s;
    }

    .accordion-row {
        scroll-behavior: smooth;
        column-count: 1;
        column-gap: 50px;
    }

    .faq-section .accordion .accordion-item {
        display: inline-block;
        width: 100%;
        margin-bottom: 16px;
        border-radius: 8px;
        background: linear-gradient(180deg, #F4EEFD 0%, #E7D8FD 100%);
        color: var(--white);
        border: none;
    }

    .faq-section .accordion .accordion-header,
    .faq-section .accordion .accordion-button {
        background: linear-gradient(135deg, #8764C1 1.25%, #241837 97.81%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        border-radius: 8px;
        font-weight: 600;
    }

    .faq-section .accordion-button:not(.collapsed),
    .faq-section .accordion-header:not(.collapsed) {
        background: linear-gradient(135deg, #8764C1 1.25%, #241837 97.81%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        box-shadow: none;
    }

    .faq-section .accordion-body {
        background: linear-gradient(135deg, #8764C1 1.25%, #241837 97.81%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .accordion-item {
        box-shadow: 0px 0px 16px 2px #00000014;
        /* border: 1px solid #0000001A !important; */
    }

    .faq-section .accordion p {
        font-weight: 400;
    }

    .faq-section .accordion-button:focus {
        box-shadow: none;
    }


    .second-section-cards {
      gap: clamp(20px, 4vw, 56px);
    }
    .second-section-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 12px;
      gap: 12px;
      max-width: 280px;
      width: 100%;
      min-height: 180px;
      /* height: 100%; */
      border-radius: 8px;
      background: #742CE0;
      border-radius: 8px;
      color: white;

    }

    .second-section {
      min-height: 716px;
      background: linear-gradient(180deg, #6D17EF 0%, #3E0D89 100%);
      padding-top: 40px;
      padding-bottom: 40px;
      position: relative;
    }

    .second-section .image-section {
      display: flex;
      gap: 32px;
    }

    .second-section .image-section .image1 {
      max-width: 445px;
      width: 100%;
      max-height: 460px;
      height: 100%;
      border-radius: 16px;
    }

    .second-section .image-section .image2 {
      max-width: 333px;
      width: 100%;
      max-height: 580px;
      height: 100%;
      border-radius: 16px;
    }

    .second-section-card h5 {
      line-height: 32px;
      font-weight: 400;
      margin-top: 20px;
    }

    .second-section-card h4 {
      line-height: 32px;
      font-weight: 700;
    }

    .third-section{
      padding-top: 80px;
      padding-bottom: 80px;
    }


    body {
      color: #444444;
      background: linear-gradient(270deg, #F3EBFE 0%, #FFFFFF 20%, #FFFFFF 80%, #F3EBFE 100%), #FFFFFF;
    }

    .body-container {
      padding-top: 80px;
    }

    .header-container {
      overflow: hidden;
      position: relative;
      height: 669px;
      background: url("./assets/images/newMix3D/creator-header-bg.png") no-repeat center/cover;
    }

    footer {
      padding-bottom: 60px;
    }

    .header-heading {
      font-weight: 600;
      line-height: clamp(44px, 5vw, 64px);
      ;
      font-size: clamp(1.5rem, 5vw, 2.5rem);
    }

    .header-container h5 {
      font-weight: 400;
      line-height: 28px;
    }

    .header-right-img {
      object-fit: cover;
      top: -24px;
      right: -140px;
      position: absolute;
      max-width: 1022px;

      /* object-fit: cover;
    top: 74px;
    right: -200px;
    position: absolute;
    max-width: 1022px; */
    }

    .gradient-Txt {
      background: linear-gradient(277.7deg, #E6744E -2.2%, #6D17EF 98.94%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      width: fit-content;
    }


    .forth-section img {
      width: 680px;
      height: 564px;
      object-fit: cover;
    }

    /* max-width: 781.16px;
      max-height: 564px;
      height: 100%;
      width: 100%; */
    .forth-section-cards {
      margin-top: 48px;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .forth-section-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 20px 12px;
      gap: 16px;
      max-width: 762px;
      width: 100%;
      height: 100%;
      background: #F8F3FE;
      border-radius: 8px;
    }

    .forth-section {
      padding-top: 42px;
      padding-bottom: 42px;
    }

    .fifth-section {
      background: url("./assets/images/newMix3D/creator-header-bg.png") no-repeat center/cover;
      padding: 80px 60px;
      color: white;
      margin-bottom: 100px;
    }

    .ai3dcontent-div {
      background: linear-gradient(278.42deg, #E6744E -39.16%, #6D17EF 79.58%);
      width: 100%;
      min-height: 320px;
      border-radius: 16px;
      position: relative;
    }

    .element-3Dcontent {
      position: absolute;
      width: 464px;
      height: 353px;
      top: 0px;
      right: -50px;
      bottom: -50px;
    }

    .white-bg-btn {
      background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
      border-radius: 24px;
      height: 48px;
      border: none;
      width: 200px;
      padding: 2px;
    }

    .white-bg-btn .white-btn {
      background: white;
      border-radius: 24px;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
    }

    .white-bg-btn .white-btn .text {
      background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
      ;
      font-size: 14px;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .white-bg-btn:hover .white-btn {
      background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
    }

    .white-bg-btn:hover .text {
      background: none;
      -webkit-text-fill-color: white;
    }

    .white-bg-btn:hover {
      background: white;
      box-shadow: 0px 0px 16px 4px #F07C4180;

    }

    .white-bg-btn:hover svg,
    .white-bg-btn:hover path {
      fill: white;
    }

    .price-toggle-container,
    .time-toggle-container {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px;
      /* gap: 12px; */
      isolation: isolate;
      width: 172px;
      height: 40px;
      background: #FFFFFF;
      border: 1px solid #DDDDDD;
      border-radius: 40px;
    }

    .price-toggle,
    .time-toggle {
      cursor: pointer;
      line-height: 16px;
      text-align: center;
      min-width: 72px;
      padding: 5px;
      font-size: 14px;
      font-weight: 600;
      color: #AAAAAA;
    }

    .price-toggle.active {
      background: #F0B441;
      border-radius: 17.5px;
      color: white;
    }

    .time-toggle.active {
      background: #6914F4;
      border-radius: 17.5px;
      color: white;
    }

    .fa-ul p {
      color: #432323;
      font-size: 14px;
      font-weight: 500;
    }

    .twoMonthChip {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 4px 8px;
      gap: 8px;
      position: absolute;
      width: 128px;
      height: 32px;
      right: 0px;
      top: 0px;
      background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
      border-radius: 0px 0px 0px 8px;
    }

    .white-chip {
      background: white;
      border-radius: 0px 0px 0px 8px;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
    }

    .white-chip .text {
      background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
      font-size: 12px;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    @media (min-width:1500px) {
      .forth-section {
        padding-left: var(--leftMargin);
        padding-right: var(--rightMargin);
      }
    }

    @media (max-width:1326px) {

      .forth-section img {
        max-width: 688.16px;
        /* max-height: 564px; */
        object-fit: cover;
        height: 100%;
        width: 100%;
      }

    }

    @media (max-width:1300px) {
      .header-right-img {
        object-fit: cover;
        top: 30px;
        right: 20px;
        position: absolute;
        max-width: 522px;
      }

      .second-section-cards {
        flex-wrap: wrap;
      }


    }

    @media (max-width:900px) {
      .header-right-img {
        object-fit: cover;
        top: 40px;
        right: 0px;
        position: absolute;
        max-width: 422px;
      }

      .fifth-section {
        background: url("./assets/images/newMix3D/creator-header-bg.png") no-repeat center/cover;
        padding: 60px 30px;
        color: white;
      }

    }

    @media (max-width:749px) {
      .body-container {
        padding-top: 40px;
      }
    }

    .btn-style-1 {
      height: 40px;
      gap: 8px;
      border-radius: 40px;
      color: white !important;
      background: linear-gradient(90deg, #6D17EF 0%, #F07C41 100%);
      width: fit-content;
      border: none;
      outline: 1px solid white;
      outline-offset: -5px;
      transition: all ease 300ms;
      z-index: 2;
      padding: 9.6px 19.2px;
      font-size: 12px;

    }

    .btn-style-1:hover {
      transition: all ease 300ms;
      outline-offset: 0px;
      box-shadow: 0px 0px 16px 4px rgba(240, 124, 65, 0.5);

    }

    @media screen and (max-width:939px) {
            #instructorModal{
                margin-top: 50px;
            }
        }
        @media screen and (max-width:572px) {
            #instructorModal{
                margin-top: 78px;
            }
        }