html {
    margin: 0 !important;
}

body {
    font-family: 'Cabinet Grotesk', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header Styles */
.site-header {
    background: #0E0E0E;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #555;
}
header.bg-black{background: #0E0E0E !important;}
.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    width: 30%;
}

.navbar-collapse {
    justify-content: space-between;
}

.logo {
    height: 40px;
    width: auto;
}

.navbar-nav {
    margin-right: 40px;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    color: #9F9F9F !important;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0 !important;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #E9BF99 !important;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E9BF99;
}

.app-links {
    display: flex;
    gap: 40px;
    align-items: center;
}

.app-link img {
    height: 32px;
    width: auto;
}

header a.active,
header a:hover {
    color: #E9BF99 !important;
}

.footer-menu a{ color:rgba(233, 191, 153, 1) !important }
.container {
    max-width: 1310px !important;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.section-taking-out .taking-out-h{ font-size: 48px;
    max-width: 70%;
    margin: 0 auto;}
/* Update existing sections to account for header */
.h-started-section,
.tm-content,
.d-section,
.team-section {
    margin-top: 0;
}

.h-started-section,
.tm-content {
    background-color: #0e0e0e;
    padding: 90px 0 10px;
}

/*.heading-tg {
    color: #d7be98;
    font-weight: 300;
    font-size: 48px;
}*/

.h-started-section p {
    color: #a3a3a3;
    font-size: 20px;
}

.tm-box-section {
    margin: 60px 0 100px;
    position: relative;
}

.tm-box-section::after,
.tm-box-section::before {
    content: '';
    border-bottom: solid 1px #313131;
    width: 50%;
    height: 1px;
    position: absolute;
    right: 0;
}

.tm-box-section::before {
    right: auto;
    left: 0;
}

.tm-box {
    border: solid 1px #313131;
    color: #a3a3a3;
    padding: 40px 30px;
    width: 100%;
}

.tm-box p {
    font-size: 20px;
    font-weight: 300;
    color: #9F9F9F;
}

.tm-last {
    border-left: 0;
    border-bottom: 0;
}

.tm-box .tm-h-box {
    color: #fff;
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 300;
    margin-top: 22px;
}

.d-section {
    background-color: #1c1a1f;
    padding: 50px 0;
}

.howit-img img {
    width: 100%;
}
.howit-img img.mobile{ display:none; }
.howit-img{ margin-top:4rem }
.howit-img img.desk{ display:block; }
.left-content {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0;
}

.left-content::after,
.left-content::before {
    content: '"';
}

.team-section {
    padding: 100px 0;
    background-color: #000;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.team-section .team-title {
    font-size: 48px;
    margin-bottom: 15px;
    color: #E9BF99;
    font-weight: 300;
}

.team-section .team-subtitle {
    font-size: 24px;
    margin-bottom: 60px;
    color: #9F9F9F;
    font-weight: 300;
    max-width: 650px;
}

.team-section .team-slider {
    position: relative;
}

.team-section .team-member {
    display: flex !important;
    gap: 0px;
    padding: 0;
}

.team-section .member-image {
    flex: 0 0 31%;
}

.team-section .member-image img {
    max-width: 428px;
    max-height: 485px;
    object-fit: cover;
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
}

.team-section .member-info {
    padding: 0;
    background: #0E0E0E;border:1px solid #555555;
}

.team-section .member-info .member-info-name,
.team-section .member-info .member-info-bio {
    padding: 0 1.4rem;
}

.team-section .member-info .member-info-name {
    background: #070707;
    padding-top: 20px;
    border-bottom: 1px solid #202020;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-section .member-info .member-info-bio {
    padding-top: 24px;
    padding-bottom: 24px;
}

.team-section .member-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
}

.team-section .designation {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
}

.team-section .bio {
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 300;
    color: #CFCFCF;
    font-size: 16px;
}

.team-section .social-links {
    display: flex;
    gap: 20px;
}

.team-section .social-links a {
    color: #fff;
    font-size: 18px;
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.team-section .social-links a:hover {
    opacity: 1;
}

.home-header{ padding-top:60px !important;padding-bottom:60px !important}
.ifyouare{ font-size:56px; color:#CFCFCF; font-weight:bold; margin-bottom:4rem !important }

/* Slick Slider Custom Styles */
.team-section .slick-prev,
.team-section .slick-next {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #E9BF99;
    border-radius: 0;
    z-index: 1;
    transition: all 0.3s ease;
    position: absolute;
    top: -86px;
    right: 0;
}

.team-section .slick-prev:before,
.team-section .slick-next:before {
    background: url(../images/slider-arrow.png) no-repeat repeat left top;
    width: 9px;
    height: 16px;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team-section .slick-next:before {
    background-position: right top;
}

.team-section .slick-prev:hover,
.team-section .slick-next:hover {
    background: #E9BF99;
}

.team-section .slick-prev:hover:before {
    background-position: left bottom;
}

.team-section .slick-next:hover:before {
    background-position: right bottom;
}

.team-section .slick-prev {
    left: -60px;
    left: inherit;
    right: 60px;
}

.team-section .slick-next {
    right: 0;
}

.team-section .slick-dots {
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    padding-left: 1.4rem;
    margin: 0;
    position: absolute;
    bottom: 22px;
    width: auto;
    left: 31%;
}

.team-section .slick-dots li {
    margin: 0;
    width: 6px;
    height: 6px;
    margin-right: 9px;
    transition: width 0.3s ease-in-out;
}

.team-section .slick-dots li button {
    padding: 0;
    width: 6px;
    height: 6px;
    transition: width 0.3s ease-in-out;
}

.team-section .slick-dots li button:before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(233, 191, 153, 0.2);
    opacity: 1;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

/* Active dot styles */
.team-section .slick-dots li.slick-active {
    width: 32px;
}

.team-section .slick-dots li.slick-active button {
    width: 32px;
}

.team-section .slick-dots li.slick-active button:before {
    width: 32px;
    background: #E9BF99;
    opacity: 1;
}

/* Footer Styles */
.site-footer {
    background: #1A1A1A;
    padding: 80px 0 40px;
    color: #fff;
}

.footer-about {
    margin-bottom: 40px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 24px;
}

.footer-logo img {
    height: 40px;
    width: auto;
}

.footer-text {
    color: #9F9F9F;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 400px;
}

.social-links {
    display: flex;
    gap: 24px;
}

.social-link {
    color: #fff;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #E9BF99;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 16px;
}

.footer-links a {
    color: #9F9F9F;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #E9BF99;
}

.footer-contact {
    color: #9F9F9F;
}

.contact-info {
    margin-bottom: 32px;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #9F9F9F;
    text-decoration: none;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #E9BF99;
}

.contact-link i {
    font-size: 20px;
    width: 24px;
}

.footer-address {
    color: #9F9F9F;
    font-style: normal;
    line-height: 1.6;
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    color: #9F9F9F;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

/* Location page */
.location-banner,
.signUp-section {
    background: #0e0e0e;
}

.signUp-section {
    border-bottom: solid 1px #868686;
}

.signUp-section .signup-heading {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}

.location-left-content h1 {
    margin-bottom: 25px;
    margin-top: 80px;
}

.location-left-content p,
.signup-content,
.talent-left-content p,.producer-left-content p {
    color: #a3a3a3;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 40px;
}

.signup-btn {
    padding: 10px 60px;
    font-weight: 700;
    color: #000;
    font-size: 22px;
    max-width: 274px;
    width: 100%;
    font-family: 'Cabinet Grotesk', sans-serif;
    display: inline-block;
    text-align: center;border: 1px solid #555;
}
.bor-rig-none.signup-btn{ border-right:none; }
.producer-banner .producer-left-content .heading-tg{ font-size:110px !important }
.producer-banner.image-video-slider-section{padding: 40px 0 3rem 0;}
.btn-color {
    background-color: #e9bf99;
}
.platform-listing-section{padding: 0 1rem 0.7rem;
    border-bottom: 1px solid #55555591;
    margin: 0 -1rem 2rem;
    color: #9F9F9F;
    font-size: 20px;
    font-weight: 300;}
.btn-color:hover {
    background-color: #c59b76;
}

/* Update the Calendar Slider Section Styles */
.image-video-slider-section {
    padding: 100px 0 0 0;
    background-color: #0E0E0E;
    color: #fff;
    overflow: hidden;
}

.feature-slider {
    position: relative;
}

.feature-slider .slick-track {
    background: #000;
}

.feature-slider .slick-slide {
    padding: 1rem 0 1rem 0rem;
}

/* .feature-slider .slide {
    opacity: 0;
    transition: opacity 0.3s ease;
} */

.feature-slider .slick-active {
    opacity: 1;
}

.feature-content {
    padding: 40px 0;
}

.video-wrapper {
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Update Slick Slider Styles to match index page */
.image-video-slider-section .slick-dots {
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin: 0 auto;
    height: 46px;
    position: relative;
    width: 235px;
    background: url(../images/slider-dot-bg.png) repeat-x left top;
}

.image-video-slider-section .slick-dots li {
    margin: 0;
    width: 6px;
    height: 6px;
    margin-right: 9px;
    transition: width 0.3s ease-in-out;
}

.image-video-slider-section .slick-dots li button {
    padding: 0;
    width: 6px;
    height: 6px;
    transition: width 0.3s ease-in-out;
}

.image-video-slider-section .slick-dots li button:before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(233, 191, 153, 0.2);
    opacity: 1;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

/* Active dot styles */
.image-video-slider-section .slick-dots li.slick-active {
    width: 32px;
}

.image-video-slider-section .slick-dots li.slick-active button {
    width: 32px;
}

.image-video-slider-section .slick-dots li.slick-active button:before {
    width: 32px;
    background: #E9BF99;
    opacity: 1;
}

/* Keep other existing styles */
.feature-number {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 68px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
    display: block;
    margin-bottom: 20px;
}

.feature-content h2 {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #E9BF99;
    margin-bottom: 10px;

}

.feature-content p {
    font-size: 16px;
    color: #9F9F9F;
    line-height: 1.6;
    font-family: 'Cabinet Grotesk', sans-serif;
}

/* Update navigation arrows */
.image-video-slider-section .slick-prev,
.image-video-slider-section .slick-next {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #E9BF99;
    border-radius: 0;
    z-index: 1;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.image-video-slider-section .slick-prev:before,
.image-video-slider-section .slick-next:before {
    background: url(../images/slider-arrow.png) no-repeat repeat left top;
    width: 9px;
    height: 16px;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.image-video-slider-section .slick-next:before {
    background-position: right top;
}

.image-video-slider-section .slick-prev:hover,
.image-video-slider-section .slick-next:hover {
    background: #E9BF99;
}

.image-video-slider-section .slick-prev:hover:before {
    background-position: left bottom;
}

.image-video-slider-section .slick-next:hover:before {
    background-position: right bottom;
}

.image-video-slider-section .slick-prev {
    left: -60px;
}

.image-video-slider-section .slick-next {
    right: -60px;
}

/* Calendar Image Styles */
.calendar-image {
    position: relative;
    padding: 20px;
}

.calendar-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* FAQ Section Styles */
.faq-section {
    background-color: #0E0E0E;
    padding: 80px 0;
}

.faq-section-title {
    font-size: 56px;
    color: #fff;
    margin-top: 20px;
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 300;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item:last-child {
    border: none;
}



.signup-section .signup-form .form-group label.file-label {
    margin-bottom: 0;
    height: 46px;color: rgba(85, 85, 85, 1);
    opacity: 1;
    font-weight: bold;
}

.file-upload p .file-icon {
    display: block;
    background: #555 url(../images/upload-icon.svg) no-repeat center;
    content: '';
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer;
}

.file-upload p .file-icon img:before {
    display: none
}

.file-upload {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    background: black;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.file-upload p,
.file-upload p span {
    width: 100% !important
}

.file-upload input[type="file"] {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    cursor: pointer;
}

.file-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    color: white;
    font-size: 14px;
}

.file-text {
    flex-grow: 1;
    padding-left: 10px;
}

/*.file-icon {
    background: #666;
    padding: 8px;
    border-radius: 0 5px 5px 0;
}*/

.file-icon img {
    display: none;
    width: 16px;
    height: 16px;
}

.signup-form .form-group span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -15px;
    left: 0;
    font-size: 10px;
}

.signup-form .form-group .wpcf7-form-control-wrap {
    position: inherit;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
}

.faq-header h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    transition: color 0.3s ease;
}

.faq-toggle {
    background: none;
    border: none;
    color: #E9BF99;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

.faq-toggle .plus,
.faq-toggle .minus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    font-size: 3rem;
}

.faq-toggle .minus {
    opacity: 0;
}

.faq-toggle.active .minus {
    opacity: 1;
}

.faq-toggle.active .plus {
    opacity: 0;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-right: 40px;
}

.faq-content.show {
    max-height: 500px;
    padding-bottom: 24px;
}

.faq-content p {
    color: #9F9F9F;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}
.faq-content p a {
    color: rgba(233, 191, 153, 1);
    text-decoration: underline;
    cursor: pointer;
}

.link-text {
    color: #E9BF99;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.link-text:hover {
    opacity: 0.8;
    color: #E9BF99;
}

.know-more {
       display: inline-flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    margin-top: 16px;
    font-size: 19px;
    transition: opacity 0.3s ease;
    font-weight: 500;
    border-radius: 0;
    padding: 0.8rem 1.5rem;
    background-color: #e9bf99;
    box-shadow: none;
    text-shadow: none;
}
.know-more span{align-items: center;
    width: 120px; display: flex;
    justify-content: space-between;}

/*.know-more i {
    margin-left: 8px;
    font-size: 14px;
}*/

.know-more:hover {
    opacity: 0.8;
    color: #000;
}

/* Responsive styles */


/* Update Sign Up Section Styles */
.signup-section {
    background-color: #0E0E0E;
    padding: 100px 0 150px 0;
    position: relative;
    color: #fff;
}

.signup-section::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 149px;
    left: 0;
    background: #7B7B7B;
}

.signup-section .signup-content {
    position: relative;
    padding-right: 30px;
}

.signup-section .signup-content h2 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'Cabinet Grotesk', sans-serif;
    color: #fff;
}

.signup-section .signup-content p {
    font-size: 20px;
    line-height: 28px;
    color: rgba(159, 159, 159, 1);
    margin-bottom: 40px;
    font-weight: 300;
}

.signup-section .signup-illustration {
    margin-top: -15rem;
}

.signup-section .signup-illustration img {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 1px;
    z-index: 9;
    background: #0e0e0e;
}

.signup-section .signup-form {
    background: transparent;
    padding: 0;
    position: relative;

}

.signup-section .signup-form .form-group {
    margin-bottom: 10px;
    position: relative;
}

.signup-section .signup-form .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.signup-section .signup-form .required {
    color: #c84f4f;
}

.signup-section .signup-form .form-control {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color:rgba(85, 85, 85, 1);
    padding: 12px 15px;
    height: 48px;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
}
::placeholder {
  color: rgba(85, 85, 85, 1);
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color:rgba(85, 85, 85, 1);
}

.signup-section .signup-form .form-control:focus {
    background: transparent;
    border-color: #E9BF99;
    color: #fff;
    box-shadow: none;
}

.signup-section .signup-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.signup-section .signup-form .form-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-top: 4px;
}

.signup-section .signup-form .input-group {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.signup-section .signup-form .input-group .form-control {
    border: none;
}

.signup-section .signup-form .btn-upload {
    background: transparent;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 15px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-section .signup-form .btn-upload img {
    width: 20px;
    height: 20px;
}

.signup-section .signup-form .btn-submit {
    background: #E9BF99;
    color: #000;
    padding: 11px 40px 10px;
    border: none;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    margin-top: 3px;
    transition: all 0.3s ease;
}

.signup-section .signup-form .btn-submit:hover {
    opacity: 0.9;
}

/* Pricing Section Styles */
.pricing-section {
    background-color: #1C1A1F;
    padding:96px 0 100px;
    color: #fff;
}
section.pricing-section.location-pricing-section {
    padding-top: 170px;
}
.pricing-title {
    font-size: 56px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Cabinet Grotesk', sans-serif;
    color: #fff;
}

.pricing-subtitle {
    font-size: 18px;
    color: #9F9F9F;
    line-height: 1.6;
}

.pricing-card {
    border: 1px solid #55555591;
    background: #1C1A1F;
    padding: 16px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.posi-r {
    position: relative;
}

.trial-badge {
    width: 170px;
    /* adjust to control the size */
    aspect-ratio: 1;
    clip-path: polygon(100% 50%, 93.46% 56.88%, 97.55% 65.45%, 89.2% 69.98%, 90.45% 79.39%, 81.11% 81.11%, 79.39% 90.45%, 69.98% 89.2%, 65.45% 97.55%, 56.88% 93.46%, 50% 100%, 43.12% 93.46%, 34.55% 97.55%, 30.02% 89.2%, 20.61% 90.45%, 18.89% 81.11%, 9.55% 79.39%, 10.8% 69.98%, 2.45% 65.45%, 6.54% 56.88%, 0% 50%, 6.54% 43.12%, 2.45% 34.55%, 10.8% 30.02%, 9.55% 20.61%, 18.89% 18.89%, 20.61% 9.55%, 30.02% 10.8%, 34.55% 2.45%, 43.12% 6.54%, 50% 0%, 56.88% 6.54%, 65.45% 2.45%, 69.98% 10.8%, 79.39% 9.55%, 81.11% 18.89%, 90.45% 20.61%, 89.2% 30.02%, 97.55% 34.55%, 93.46% 43.12%);

    position: absolute;
    top: -91px;
    right: 40px;
    background: rgba(131, 199, 120, 1);
    color: #0E0E0E;
    padding: 33px 16px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    border-radius: 4px;
    font-weight: 500;
}

.price-amount {
    margin: 0;
    display: flex;
    align-items: baseline;
    font-size: 64px;
    color: #E9BF99;
    font-weight: 500;
    line-height: 60px;
}

.period {
    font-size: 24px;
    color:rgba(207, 207, 207, 1);
    margin-left: 5px;
    line-height: 30px;
    font-weight: 300;
}

.price-divider {
    font-size: 5rem;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 40px;
    display: block;
    text-align: center;
}

.price-feature {
    font-size: 19px;
    color: #9F9F9F;
    margin-bottom: 30px;
}

ul.price-feature {
    margin: 0;
    padding: 0 0 0 2rem;
    list-style: none;
    font-size: 20px;
}

ul.price-feature li {
    position: relative;
    padding: 0 0 0 10px; 
    font-weight: 300;
    line-height: 32px;
    color:rgba(159, 159, 159, 1)
}

ul.price-feature li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #9F9F9F;
    position: relative;
    border-radius: 100%;
    display: block;
    top: 13px;
    left: -20px;
}{}
ul.price-feature.location-fea{padding: 0 0 0 1rem;}
ul.price-feature.location-fea li:before{width: 12px;
    height: 12px;
    background: #E9BF99;
    top: 17px;
    left: -26px;}

.strike {
    text-decoration: line-through;
    margin-right: 5px;
}

.btn-signup {
        background: #E9BF99;
    color: #0E0E0E;
    padding: 15px 20px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top: 2rem;
    border-radius: 0;
    max-width: 295px;
    font-size: 24px;
    display: block;
    width: 100%;

}

.btn-signup:hover {
    opacity: 0.9;
    color: #000;
    background: #e9cdb3;
}
.content-area {
    padding: 0 4rem;
}
.talent-banner {
    background: #0e0e0e url(../images/light-effect.png) no-repeat left -80px;
    position: relative;
}

.talent-banner:after {
    background: url(../images/talent-bg.png) no-repeat right -80px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.talent-banner .talent-img {
    opacity: 0;
}

.talent-banner .container {
    z-index: 1;
}

.talent-banner .talent-left-content,.producer-page  .producer-left-content{
    padding: 120px 0 0 0;
}
.producer-page  .producer-left-content{ padding: 180px 0 0 0;}

.talent-banner .talent-left-content .heading-tg, .producer-page .producer-left-content .heading-tg{
    font-size: 6rem;
}

.talent-banner .talent-left-content .heading-tg span, .producer-page .producer-left-content .heading-tg span {
    font-size: 3rem;
    color: #CFCFCF;
}

.talent-banner .talent-left-content .heading-tg #opportunity-text strong{
    font-weight: 300;
}

.talent-banner .talent-left-content .heading-tg #opportunity-text strong.green{
    color: rgba(131, 199, 120, 1);
}

.talent-banner .talent-left-content .heading-tg #opportunity-text strong.blue{
    color: rgba(70, 110, 252, 1);
}

.talent-banner .talent-left-content .heading-tg #opportunity-text strong.red{
    color: rgba(245, 100, 70, 1);
}

.talent-banner .talent-left-content p, .producer-page .producer-left-content p {
    max-width: 616px;
    font-size: 20px;
    color: #CFCFCF;
    font-family: 'Cabinet Grotesk', sans-serif;
    margin-bottom: 6rem;
    font-weight: 300;
}

.talent-price.pricing-card, .producer-price.pricing-card {
    border: none;
    padding: 0;
}

.producer-page{ background:#0E0E0E }
.producer-page .producer-right{padding:9.2rem 0 4.4rem;}
.after-three-month {
    color:#CFCFCF;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;

}

.feature-slider .slick-track {
    background: none !important;
}

.slide-inner {
    display: flex;
    gap: 10px;
    /* background: #000; */
}

.slide-inner.half-slide {
    gap: 20px;
}

.slide-left,
.slide-right {
    width: calc(50% - 4rem);
    background: #000;
    /* padding: 2rem; */
}

.slide-right {
    width: calc(50% - 2rem);
}

.slide-inner.full-slide {
    background: #000;
}

.slide-left {
    display: block;
}

.feature-content.w-50 {
    max-width: 450px;
    width: 100% !important;
}

.marl-2 {
    margin-left: 2rem;
}

html {
    margin: 0 !important;
}

body {
    font-family: 'Cabinet Grotesk', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header Styles */
.site-header {
    background: #0E0E0E;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #555;
}

.navbar {
    padding: 0;
}

.navbar-brand { padding: 0; width: 30%; }

.navbar-collapse {
    justify-content: space-between;
}

.logo {
    height: 40px;
    width: auto;
}

.navbar-nav {
    margin-right: 40px;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    color: #9F9F9F !important;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0 !important;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #E9BF99 !important;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E9BF99;
}

.app-links {
    display: flex;
    gap: 40px;
    align-items: center;
}

.app-link img {
    height: 32px;
    width: auto;
}
.container {
    max-width: 1310px !important;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

/* Update existing sections to account for header */
.h-started-section,
.tm-content,
.d-section,
.team-section {
    margin-top: 0;
}

.h-started-section,
.tm-content {
    background-color: #0e0e0e;
    padding: 90px 0 10px;
}

.heading-tg {
    color: #d7be98;
    font-weight: 300;
    font-size: 80px;
}

.h-started-section p {
    color: #a3a3a3;
    font-size: 20px;
}

.tm-box-section {
    margin: 60px 0 100px;
    position: relative;
}

.tm-box-section::after,
.tm-box-section::before {
    content: '';
    border-bottom: solid 1px #313131;
    width: 50%;
    height: 1px;
    position: absolute;
    right: 0;
}

.tm-box-section::before {
    right: auto;
    left: 0;
}

.tm-box {
    border: solid 1px #313131;
    color: #a3a3a3;
    padding: 40px 30px;
    width: 100%;
}

.tm-box p {
    font-size: 20px;
    font-weight: 300;
    color: #9F9F9F;
}

.tm-last {
    border-left: 0;
    border-bottom: 0;
}

.tm-box .tm-h-box {
    color: #fff;
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 300;
    margin-top: 22px;
}

.d-section {
    background-color: #1c1a1f;
    padding: 50px 0;
}

.howit-img img {
    width: 100%;
}

.left-content {
    color: #fff;
    font-size: 43px;
    font-weight: 300;
    margin-bottom: 0;
}

.left-content::after,
.left-content::before {
    content: '"';
}


/* .web-none{ display: none !important;}
.mobile-none{ display: block !important;} */
/* Responsive Styles */
@media (max-width: 1200px) {
    .team-section .team-member {
        gap: 40px;
    }

    .team-section .member-image img {
        height: 500px;
    }

    .talent-banner .talent-img {
        opacity: 1;
    }

    .talent-banner:after {
        display: none;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .pricing-section .posi-r {
        margin-top: 4rem;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #000;
        padding: 20px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .navbar-nav {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .nav-item {
        margin: 10px 0;
    }

    .app-links {
        justify-content: center;
    }

    .site-footer {
        padding: 60px 0 30px;
    }

    .footer-about,
    .footer-links,
    .footer-contact {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-text {
        margin-left: auto;
        margin-right: auto;
    }

    .social-links {
        justify-content: center;
    }

    .contact-link {
        justify-content: center;
    }

    .signup-section .signup-content {
        text-align: left;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .signup-section .signup-content h2 {
        font-size: 36px;
    }

    .pricing-section {
        padding: 40px 0;
    }

    .pricing-title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 30px;
    }

    .pricing-subtitle {
        text-align: center;
        margin-bottom: 40px;
    }

    .pricing-card {
        margin-bottom: 30px;
    }

}



.padding-left {
    margin-left: 2rem;
}
.padding-right {
    margin-right: 2rem;
}
/* .web-none{ display: none !important;}
.mobile-none{ display: block !important;} */
/* MP slide Styles*/
.two-slide .video-wrapper,
.two-slide .content-area {
    padding-top: 4.5rem;
}

.two-slide .content-area {
    padding-bottom: 4.5rem;
}

.three-slide {
    padding: 0;
}

.three-slide .feature-content {
    width: 230px;
    position: absolute;
    top: 0;
    left: 4rem;
}
.location-slider3.three-slide .feature-content{ width:100%; position: static; }

.four-slide .slide-inner {
    align-items: center;
}

.four-slide .slide-left {
    width: 35%;
}

.four-slide .slide-right {
    width: 65%;
}

.five-six-slide .slide-inner {
    display: flex;
    flex-direction: column;
}

.five-slide .content-area {
    padding-top: 3.5rem;
}

.five-slide .video-wrapper {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    max-width: 270px;
    padding-right: 1rem;
    margin: 0 0 0 auto;
}
.six-slide .content-area {
    display: flex;
    padding-top: 3.5rem;
}

.six-slide .video-wrapper {
    padding-top: 2rem;
}

.seven-slide .slide-inner {
    align-items: center;
}

.seven-slide .slide-left {
    width: 65%;
    align-self: end;
    padding-bottom: 4rem;

}

.seven-slide .slide-right {
    width: 35%;
}

.seven-slide .video-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.eight-slide .slide-inner,
.nine-slide .slide-inner {
    display: flex;
    align-items: start;
}

.eight-slide .content-area {
    padding-top: 3.5rem;
}

.nine-slide {
    padding: 0;
   
}

.nine-slide .slide-inner {
    align-items: end;
}

.eight-nine-slide .content-area {
    padding-right: 1rem;
    width: 50%;
    padding-bottom: 4rem;
}
.quick-start-section{
    padding: 3rem 0 ;
    background-color: #0E0E0E;
}

/*.quick-start-section .quick-start-content{
    padding-left: 3rem;
}*/

.quick-start-section .quick-step{
    padding-bottom: 1.5rem;
}

.quick-start-section .quick-start-title{
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 3rem;
    margin-top: 3rem;
    font-weight: 300;
    font-family: 'Cabinet Grotesk', sans-serif;
    color: #CFCFCF;
}

.quick-start-section span{font-size: 14px;line-height: 24px;color: #E9BF99;font-family: 'Cabinet Grotesk', sans-serif;}
.quick-start-section p{color: #CFCFCF;font-size: 20px;line-height: 30px;font-weight: 300;font-family: 'Cabinet Grotesk', sans-serif;}
.quick-start-section .quick-action{border: 1px solid #555555;display: inline-flex;/* max-width: 442px;width: 100%;*/margin-top: 1rem;}
.quick-start-section .quick-action a{display: flex;align-items: center;justify-content: center;height: 72px;width: 100%;font-size: 20px;line-height: 30px;font-weight: 300;font-family: 'Cabinet Grotesk', sans-serif;padding: 0 56px 0 50px;color: #CFCFCF;min-width: 260px;}
.quick-start-section .quick-action a + a {padding: 0 46px 0 46px;min-width: 240px;}
.quick-start-section .quick-action a:first-child{border-right: 1px solid #555555;}
.quick-start-section .quick-action a img{margin-right: 1rem; width: 35px;}
.quick-start-section .quick-action.show-mobile{display: none;}
.producer-slide5 .video-wrapper{ background:#000;height: 100%;max-width: 100%;margin: 0;border-radius: 0;padding: 2rem; }
.producer-slide5 .feature-content{position: absolute;bottom: 1rem;left: 0;padding: 2rem 2rem 0;}
.producer-slide7 .video-wrapper{ padding:0; border-radius:0 }
.producer-slide7 .feature-content{position: absolute;top: 6rem;max-width: 65%;padding: 2rem;}
.producer-slide8 .slide-inner{ display:block !important; }
.producer-slide8.eight-nine-slide .content-area{ width:100%; margin:0; padding:2rem; display:flex; }
.producer-slide10.eight-nine-slide .content-area{padding:0 2rem;}
.talent-nine-slide.eight-nine-slide .content-area,.talent-nine-slide.eight-nine-slide .video-wrapper{width: calc(50% - 1rem);}
.location-slider8 .video-wrapper{align-self: end;}
.location-slider6 .same-height-mob{
    position: relative;
}
.location-slider6 .video-wrapper video{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.location-slider6 .slide-left{
    position: relative;
    z-index: 1;
}
.location-slider9 .slide-inner{
    flex-direction: column-reverse
}
.location-slider9 .content-area{
    width: 100%;
}


/* //New asf slide implement */
section.touch-slider {
    padding: 100px 0 0 0;
    background-color: #0E0E0E;
    color: #fff;
    overflow: hidden;
}
.touch-slider .touch-slider-container{
    max-width: 1310px;
    margin: auto;
    padding: 0 15px;
}
.touch-slider .slick-slide{
    margin: 0 12px;
}
.touch-slider .touch-slide {
    height: 564px;
    justify-content: space-between;
    background: #000;
   overflow: hidden;
}



.touch-slider .touch-slide.graphics-background{
    position: relative;
}
.touch-slider .touch-slide.graphics-background .slide-content{
    position:relative;
    z-index:1;
}
.touch-slider .touch-slide.graphics-background .slide-graphics {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}
.touch-slider .slide-content{
    padding-left: 4rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.touch-slider .slide-content p {
    font-size: 16px;
    color: #9F9F9F;
    line-height: 1.6;
    font-family: 'Cabinet Grotesk', sans-serif;
}
.touch-slider .slide-content .slide-number {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 68px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
    display: block;
    line-height: 68px;
}
.touch-slider .slide-graphics-wrapper{
    flex:1;
}
.touch-slider .slide-graphics{
    max-height: 100%;
    overflow: hidden;
}

.touch-slider .slide-content.direction-column{
    flex-direction:column;
    align-items:flex-start;
}
.touch-slider .slide-content.direction-column .slide-number{
    padding-bottom: 30px;
}
.touch-slider .slide-content.direction-row .slide-number{
    padding-right: 40px;
}
.touch-slider .touch-slide.slide-direction_column-reverse .slide-content,
.touch-slider .touch-slide.slide-direction_column .slide-content,
.touch-slider .touch-slide.slide-direction_row-reverse .slide-content{
    padding-right: 3.5rem;
}
.touch-slider .touch-slide.slide-direction_column-reverse .slide-content{
    padding-top: 0;
}
.touch-slider .touch-slide.slide-direction_column .slide-content{
    padding-bottom: 0;
}
.touch-slider .slide-content h2 {
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #E9BF99;
    padding-bottom: 8px;
}

.touch-slider .slick-dots {
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin: 0 auto;
    height: 46px;
    position: relative;
    width: 235px;
    background: url(../images/slider-dot-bg.png) repeat-x left top;
}

.touch-slider .slick-dots li {
    margin: 0;
    width: 6px;
    height: 6px;
    margin-right: 9px;
    transition: width 0.3s ease-in-out;
}

.touch-slider .slick-dots li button {
    padding: 0;
    width: 6px;
    height: 6px;
    transition: width 0.3s ease-in-out;
}

.touch-slider .slick-dots li button:before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(233, 191, 153, 0.2);
    opacity: 1;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

/* Active dot styles */
.touch-slider .slick-dots li.slick-active {
    width: 32px;
}

.touch-slider .slick-dots li.slick-active button {
    width: 32px;
}

.touch-slider .slick-dots li.slick-active button:before {
    width: 32px;
    background: #E9BF99;
    opacity: 1;
}
.touch-slider-js {
    overscroll-behavior: none;
/* width: 600%; */
/* height: 100%; */
/* display: flex; */
flex-wrap: nowrap;
}
.touch-feature{
    margin-right: 24px;
}


/* Responsive Styles */
@media (min-width: 1280px) {
    .feature-slider .slick-slide {
        width: 1280px;
    }
.location-slider3.two-three-slide
,.location-slider6.five-six-slide,.location-slider9.eight-nine-slide{width: 610px !important;    margin:0 12px;}
    .two-three-slide,
    .five-six-slide,
    .eight-nine-slide {
        width: 620px !important;
    }
    
    .three-slide,
    .six-slide,
    .nine-slide {
        margin-left: 24px;
        
    }

    .not-active {
        /* display: none !important; */
    }

    .touch-slider .slide_type-full{
        width: 1280px !important;
    }
    .touch-slider .slide_type-half{
        width: 628px !important;
    }
    /* .touch-slider .slide_type-half + .slide_type-half{
        margin-left: 24px;
    } */
}
@media (max-width: 1200px) {
    .team-section .team-member {
        gap: 40px;
    }

    .team-section .member-image img {
        height: 500px;
    }

    .talent-banner .talent-img {
        opacity: 1;
    }

    .talent-banner:after {
        display: none;
    }

    .touch-slider .slide_type-full{
        width: 100vw !important;
    }
    .touch-slider .slide_type-half{
        width: 50vw !important;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .pricing-section .posi-r {
        margin-top: 4rem;
    }
    .location-pricing-section .second-posi{ margin-left:auto;    margin-top: 7rem; }
}
@media (min-width:768px) and (max-width: 1024px) {
.location-left-content h1,.producer-banner .producer-left-content .heading-tg{font-size: 60px !important;margin-top: 20px;}
.talent-banner .talent-left-content, .producer-page .producer-left-content{padding: 30px 0 0 0;}
.signup-btn{padding: 10px 50px;font-size: 20px;}
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #000;
        padding: 20px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .navbar-nav {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .nav-item {
        margin: 10px 0;
    }

    .app-links {
        justify-content: center;
    }

    .site-footer {
        padding: 60px 0 30px;
    }

    .footer-about,
    .footer-links,
    .footer-contact {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-text {
        margin-left: auto;
        margin-right: auto;
    }

    .social-links {
        justify-content: center;
    }

    .contact-link {
        justify-content: center;
    }

    .signup-section .signup-content {
        text-align: left;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .signup-section .signup-content h2 {
        font-size: 36px;
    }

    .pricing-section {
        padding:30px 0 40px 0;
    }
    section.pricing-section.location-pricing-section{padding:40px 0 40px 0;}

    .pricing-title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 30px;
    }

    .pricing-subtitle {
        text-align: center;
        margin-bottom: 40px;
    }

    .pricing-card {
        margin-bottom: 30px;
    }

    .quick-start-section .quick-start-title{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 2rem;
    }
    .quick-start-section .quick-start-content{
        padding-left:0;
    }
    .quick-start-section .row{
        flex-direction: column-reverse;
    }
    .quick-start-section .col-lg-4 img.video-image{
        margin: 2rem auto 0;
    }
    .quick-start-section span{
        font-size: 12px;
        line-height: 24px;
    }
    .quick-start-section p{
        font-size: 16px;
        line-height: 24px;
    }
    .quick-start-section .quick-action:not(.show-mobile){
        display: none;
    }
    .quick-start-section .quick-action.show-mobile{
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
    .vimeo-player{
        padding-top: 100% !important;
    }
}
@media (max-width: 768px) {
.footer-section{ flex-wrap:wrap; }
.howit-img img.mobile{ display:block; }
.howit-img img.desk{ display:none; }
.web-none {display: block !important;}
.mobile-none {display: none !important;}
.faq-header h3 {font-size: 18px;padding-right: 20px;}
.faq-content {padding-right: 20px;}

.pricing-card {padding: 30px 20px;}
.trial-badge {right: 20px;}
.amount {font-size: 36px;}
.m-order-1 {order: 1}
.m-order-2 {order: 2}
.team-section .member-info h3 {margin-bottom: 0px;}
.team-section {padding: 80px 0 30px;}
.team-section .team-member {border: 1px solid #383737;}
.team-section .bio {line-height: 1.4;}
.team-section .slick-dots {left: 27px;bottom: 21px;padding: 0;}
.team-section .team-title {text-align: center;font-weight: 300;}
.team-section .team-subtitle {color: #bdb6b6;font-size: 23px;line-height: 30px;text-align: center;}
.location-slider-section .feature-number {font-size: 50px;font-weight: 800;line-height: 40px;margin-bottom: 15px;margin-top: 5px;}
.location-slider-section .feature-content p {line-height: 1.4;font-size: 17px;}
.location-slider-section .r-feature-content h2 {font-size: 20px;}
.feature-content {padding: 0px 0 20px;display: block !important;}
.feature-content h2{ margin-bottom:0 }
.faq-section {padding: 60px 0;}
.faq-section-title {font-size: 31px;margin-top: 0px;}
.period {font-size: 23px;}
.pricing-card {padding: 15px;}
.posi-r.second-posi {margin-top: 117px;}
.talent-banner .talent-left-content{ padding:0; }
.talent-banner .talent-left-content .heading-tg{ font-size:56px !important;margin: 0 0 0.7rem 0 !important;line-height:60px; }
.producer-banner .producer-left-content .heading-tg {font-size: 56px !important;}
.price-feature {margin-bottom: 20px;}
.amount {font-size: 40px;margin-left: 5px;}
.pricing-card {margin-bottom: 0;}
.price-amount {font-size: 40px;line-height: 39px;}
.pricing-subtitle {text-align: left;margin-bottom: 120px;}
.pricing-title {font-size: 30px;text-align: left;margin-bottom: 20px;}
.signup-section {padding: 60px 0 90px 0;}
.signup-section::after {bottom: 89px;}
.signup-section .signup-illustration {margin-top: 90px;text-align: center;}
.signup-section .signup-form .form-control,.signup-section .signup-form .btn-upload {height: 48px;}
.feature-slider .slick-slide {padding: 1rem 1rem 1rem 1rem;}
.location-banner{padding-bottom: 3.4rem;}
.location-bann-img{ display:flex; justify-content:flex-end;max-width: 210px;margin-right: 0;margin-left: auto;}
.location-left-content .signup-btn {font-size: 17px;padding: 5px 30px;}
.location-pricing-title.pricing-title { margin-bottom: 90px;}
.location-left-content h1{font-size: 32px !important; margin: 1rem 0 1rem !important;}
.location-left-content p{margin-bottom: 1rem;}
.location-quick-start-section.quick-start-section{ margin-top:0 !important }
body .h-started-section {padding: 30px 0 10px;}
.talent-banner {background-image: none;}
.talent-banner .talent-left-content .heading-tg span, .producer-banner .producer-left-content .heading-tg span {font-size: 2rem;color: #CFCFCF;}
.talent-banner .talent-img {opacity: 1;text-align: right; display: flex; justify-content: flex-end;}
.producer-banner .producer-left-content {padding: 20px 0 0 0;}
.producer-banner .producer-img img {max-width: 250px;}
.talent-banner .talent-img img{ max-width: 220px; margin-right: -1rem}
.talent-banner .talent-left-content p{ margin-bottom:1rem;font-size: 1rem; }
.talent-banner .talent-left-content .signup-btn {font-size: 17px;padding: 5px 30px;}
.talent-page .image-video-slider-section .four-slide .slide-inner{ justify-content:start; }
.talent-nine-slide.eight-nine-slide .content-area,.talent-nine-slide.eight-nine-slide .video-wrapper{width:auto; margin-top: 0}
.team-section .team-member {display: block !important;}
.team-section .member-image,.team-section .member-info {flex: 0 0 100%;}
.team-section .member-image img {height: 400px;}
.team-section .member-info {padding: 0;}
.team-section .team-title,.left-content {font-size: 32px;}
.team-section .social-links {display: none;}
.signup-section .signup-illustration {margin-top: 0;}
.signup-section .signup-form {padding: 0;}
.signup-section .signup-form .form-control,.signup-section .signup-form .btn-upload {height: 42px;}
.signup-section .signup-form .btn-submit {max-width: 160px;display: flex;align-items: center;justify-content: center;margin-left: auto;padding: 12px 40px;margin-top: 0;}
.signup-section .section-title {font-size: 36px;}

.pricing-section .posi-r {max-width: 410px;margin: 0 auto;}
.faq-header h3 {font-size: 16px;padding-right: 20px; line-height: 24px;}
.know-more{padding: 0.6rem 1.5rem;font-size: 16px;}
.know-more span {align-items: center;width: 100px;display: flex;justify-content: space-between;}
.faq-content {padding-right: 20px;}
.pricing-card {padding: 30px 20px;}
.trial-badge {right: 20px;}
.amount {font-size: 36px;}
.m-order-1 {order: 1}
.m-order-2 {order: 2}
.team-section .member-info h3 {margin-bottom: 0px;}
.team-section {padding: 80px 0 30px;}
.team-section .team-member {border: 1px solid #383737;}
.team-section .bio {line-height: 1.4;}
.team-section .slick-dots {left: 27px;bottom: 21px;padding: 0;}
.team-section .team-title {text-align: center;font-weight: 300;}
.team-section .team-subtitle {color: #bdb6b6;font-size: 23px;line-height: 30px;text-align: center;}
.location-slider-section .feature-number {font-size: 50px;font-weight: 800;line-height: 40px;margin-bottom: 15px;margin-top: 5px;}
.location-slider-section .feature-content p {line-height: 1.4;font-size: 17px;}
.location-slider-section .r-feature-content h2 {font-size: 20px;}

.faq-section {padding: 60px 0;}
.faq-section-title {font-size: 31px;margin-top: 8px;}
.period {font-size: 16px; line-height: 24px;}
.pricing-card {padding: 15px;}
.posi-r.second-posi {margin-top: 117px;}
.producer-banner .producer-left-content .heading-tg {font-size: 3rem;}
.price-feature {margin-bottom: 20px !important;    font-size: 16px !important;line-height: 24px !important;}
.amount {font-size: 56px; line-height: 64px;margin-left: 5px;}
.pricing-card {margin-bottom: 0;}
.btn-signup {padding: 6px 20px;margin-top: 0.5rem;max-width: 144px;font-size: 16px;}
.price-amount {font-size: 56px;line-height: 64px;}
.pricing-subtitle {text-align: left;margin-bottom: 120px;}
.pricing-title {font-size: 30px;text-align: left;margin-bottom: 35px;color: rgba(255, 255, 255, 80%);}

.signup-section {padding: 60px 0 90px 0;}
.signup-section::after {bottom: 89px;}
.signup-section .signup-illustration {margin-top: 97px;text-align: center;}
.signup-section .signup-form .form-control,.signup-section .signup-form .btn-upload {height: 48px;}
.feature-slider .slick-slide {padding: 1rem 1rem 1rem 1rem;}


.image-video-slider-section{padding: 40px 0 0 0;}
.producer-slide2 .slide-inner .feature-content{ padding:2rem 1rem !important }
.producer-slide3 .slide-inner .feature-content{padding:2rem 0 !important;}
.producer-slide5 .video-wrapper{ padding:1rem !important }
.producer-slide5 .video-wrapper .feature-content{ position:inherit; padding:0 }
.producer-slide6 .slide-inner .feature-content{ padding:2rem 1rem 0 !important }
.producer-slide7 .video-wrapper{ display:flex; flex-wrap:wrap; }
.producer-slide7 .video-wrapper video{ order:2; border-radius:0 !important }
.producer-slide7 .video-wrapper .feature-content{ order:1; position:inherit; max-width:100%; padding: 2rem 1rem !important;background: #000; }
.producer-slide8.eight-nine-slide .content-area{padding: 1rem;}
.producer-slide9.nine-slide .slide-inner{ padding:0 !important }
.producer-slide3.three-slide .slide-full,.producer-slide5 .video-wrapper{ display:flex; flex-wrap:wrap; }
.location-slider3 .slide-inner .video-wrapper,.producer-slide5 .video-wrapper img{ order:2 }
.location-slider3 .slide-inner .feature-content,.producer-slide5 .video-wrapper .feature-content{ order:1 }
.producer-slide5 .video-wrapper .feature-content{ padding-top:1rem !important; padding-bottom:2rem !important;  } 
.producer-slide8.eight-nine-slide .content-area{ padding:2rem 1rem !important }
.quick-start-section{padding: 0 0 3rem !important; margin-top: -2rem}
.producer-slide9 .slide-right .video-wrapper img{margin: 0 auto;max-height: 200px ! IMPORTANT;}
.pricing-title br{ display:none; }
.producer-page .producer-right{padding: 2rem 0 0;display: flex;justify-content: flex-end;}
.producer-page .producer-right img{ max-width:228px }
body .h-started-section {padding: 30px 0 10px;}
.producer-left-content .d-flex{ display:block; }
.producer-left-content .d-flex .signup-btn{padding: 10px 20px;display: block;font-size: 17px;}
.producer-page .producer-left-content p,.location-left-content p{ font-size:1rem }
.heading-tg{margin-top:30px !important;font-size: 47px !important; margin-bottom: 25px !important}
/*.producer-left-content .bor-rig-none.signup-btn{ border-right:1px solid #555555; border-bottom:none }*/
.faq-header{ padding: 16px 0 5px; }
.faq-content p {color: rgba(255, 255, 255, 60%);font-size: 16px;margin: 0;line-height: 24px;}
section.producer-banner {padding-bottom: 3rem;}
.producer-page .producer-left-content .heading-tg{ margin-top: -3.2rem !important;margin-bottom:0 !important; }
.producer-page .producer-left-content .heading-tg span{ display:block !important; }
.producer-page .producer-left-content #loading-text>span {left: 8px !important; text-align: left !important;}
.producer-page .producer-left-content p{margin-bottom:2rem !important;margin-top: -0.2rem !important;}
.producer-banner.image-video-slider-section {padding-bottom: 3.7rem;}
.quick-start-section .quick-start-title{margin-bottom: 0.2rem !important;}
.quick-start-section p {margin-top: -5px !important;}
.quick-start-section .quick-step {padding-bottom: 0.5rem !important;}
.quick-start-section .vimeo-player{    margin-top: 1.7rem;}
.left-content{ margin-bottom: 2rem }
.quick-start-section .quick-action a{line-height: 30px !important;min-width: 150px !important;padding: 0 6px 0 7px !important; height: 50px !important}
.quick-start-section .quick-action a + a {padding: 0 6px 0 6px !important;min-width: 140px !important;}
.tm-box .tm-h-box{ font-size:24px }
.tm-box p{ font-size:14px }
.tm-box{    padding: 20px 20px;}
.section-taking-out .taking-out-h{ max-width:100%; font-size:32px !important; margin:0 !important }
.tm-content{    padding: 40px 0 10px;}
.h-started-section p{    font-size: 16px;}
.howit-img{ margin-top:0.5rem }
.section-about-heading .heading-tg{ font-size:32px !important;margin: 0 0 0.5rem 0 !important; }

.quick-start-section .quick-action a{font-size: 15px !important;}
.quick-start-section .quick-action a img{width: 24px !important}

.signup-section .signup-content h2 {font-size: 36px;margin-bottom: 0.5rem;}
.signup-section .signup-content p {font-size: 16px;line-height: 24px; margin-bottom: 0; padding-bottom: 1px}
.signup-section .signup-content{margin-bottom: 0 !important; padding-bottom: 30px !important}
.signup-section .signup-form .form-group label{margin-bottom: 3px;font-size: 14px;}
.signup-form form .row .col-md-6{ margin-top:4px; }
.signup-form form .row .col-md-6:last-child{ margin-top:0;  }

.content-area {padding: 0 2rem;}

.slide-right, .slide-left{ width:100% !important;padding: 0 1rem; }
.slide-right .feature-content .d-flex, .slide-left .feature-content .d-flex{ display:block !important; }
.slide-right .feature-content .d-flex .marl-2, .slide-left .feature-content .d-flex .marl-2{ margin-left:0 !important }
.location-slide-1 .slide-right{flex: 1}
.location-slide-1 .video-wrapper{height:100%;position: relative;}

.location-slide-1 .video-wrapper video{position: absolute;
    left: 54%;
    bottom: 0;
    width: 156%;
    max-width: fit-content;
    transform: translateX(-50%);
    max-height: fit-content !important; 
}
.location-slider3 .slide-inner{ display:block !important;padding: 0px 0 !important; }

/*height: auto !important;*/
.location-slider3 .slide-inner .video-wrapper{padding: 0 !important; flex: 1;display: flex; align-items: end;}
.location-slider3 .slide-inner  .slide-full{height: 100%;display: flex; flex-direction: column;}
.location-slider3 .slide-inner .video-wrapper img{ position:static !important;max-height: 400px !important; margin: auto;}
.location-slider3 .feature-content .padding-left{ max-width:100% !important }
.location4 .slide-inner{ display:block !important; }
.location4 .slide-inner .feature-content,.location7 .feature-content{ padding:1rem 0 }
.location4 .slide-inner .feature-content .padding-left{ max-width:100% !important }
.location-slider6 .d-flex{ display:block !important; }
.location-slider6 .slide-left,.location-slider6 .slide-right{}
.location-slider6 .slide-left  .feature-content,.location-slider6 .slide-right .feature-content{ padding:1rem 0 !important; margin-left:0 !important }
.location7 .slide-right.padding-right{padding: 0rem 0 !important;margin: 0 !important;}
.location7.seven-slide .video-wrapper {padding:0rem;}
.six-slide.producer-slide6 .video-wrapper{margin: 0 auto 0 auto !important;padding: 0 0 1rem;max-width: 220px !important;}
.same-height-mob{ background:#000 }
.feature-content .padding-left {margin-left: 0 !important;}
.feature-number {font-size: 46px; margin-bottom: 0;}
.slick-slide img{max-height: 300px !important;}
.slick-slide video{max-height: 300px !important;}
.one-slide .slide-inner {display: flex;flex-direction: column;}
.one-slide .slide-right,.one-slide .slide-left {width: 100%;}
.two-slide .slide-full {display: flex;flex-direction: column-reverse;justify-content: flex-end;}
.three-slide {margin-left: 0;}
.three-slide .slide-full {width: 100%; padding: 0 1rem !important;}
.three-slide .video-wrapper img {max-width: 100% !important;}
.three-slide .feature-content {width: 90%;position: relative;top: 0;left: 2rem;padding-bottom: 0 !important;}
.four-slide .slide-inner {display: flex;flex-direction: column-reverse;}
.four-slide .slide-left,.four-slide .slide-right {width: 100%;}
.four-slide .video-wrapper {margin: auto;}
.five-slide .video-wrapper {margin: auto !important;}
.six-slide {margin-left: 0;}
.seven-slide .slide-inner {display: flex;flex-direction: column;}
.seven-slide .slide-left {padding-bottom: 0;}
.seven-slide .slide-right,.seven-slide .slide-left {width: 100%;}
.eight-slide .slide-inner {display: flex;flex-direction: column;}
.eight-slide .feature-content {width: auto !important;}
.eight-slide .video-wrapper {margin: auto;}
.nine-slide {margin-left: 0;}
.nine-slide .slide-inner,.ten-slide .slide-inner {display: flex;flex-direction: column;}
.nine-slide .feature-content {width: auto !important;}
.nine-slide .video-wrapper {margin: auto;}



    /* New touch slide responsive */
   .touch-slider .slide_type-full, .touch-slider .slide_type-half{
        width: calc(100vw - 30px) !important;
    }
    .touch-slider .touch-slide{
        flex-direction: column !important;
    }
    .touch-slider .slide-content-wrapper, .touch-slider .slide-graphics-wrapper{
        width: 100% !important;
        max-width: 100% !important;
        align-items: end !important;
        justify-content: center !important;
    }
    .touch-slider .slide-content{
        padding-bottom: 0;
        padding-left: 24px;
        padding-top: 24px !important;
        padding-right:24px!important;
        flex-direction: column;
        align-items: start;
    }
    .touch-slider .slide-content .slide-number{
        padding-right: 40px;
        padding-bottom: 10px !important;
        font-size: 46px;
        line-height: 46px;
    }
    .touch-slider .slide-content h2{
        font-size: 16px;
    }
    .touch-slider .slide-content p{
        font-size: 14px;
    }
    .touch-slider .touch-slide.graphics-background .slide-graphics{
        position: static;
    }
}

.loading-screen {
    background: rgba(28, 26, 31, 1);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease-out;
}

#loading-text {
    width: 158px !important;
    /* text-align: right !important; */
}

.loading-screen .loader {
    position: relative;
    padding-left: 175px;
    white-space: nowrap;
}

.loader-text {
    color: rgba(233, 191, 153, 1);
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 300;
    font-size: 128px;
    line-height: 100%;
    letter-spacing: 0%;
}



#loading-text {
    top: -17px;
    position: relative;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    left: -7px;
    overflow: hidden;
    vertical-align: text-bottom;
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: rgba(207, 207, 207, 1);
}

#loading-text>span {
    position: absolute;
    top: 0;
    right: 0;
}

#opportunity-text {
 
    position: relative;
    overflow: hidden;
    display:inline-block
}

#opportunity-text>strong {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 768px) {
    #opportunity-text{
        font-size: 56px;
    }
     #loading-text {
        font-size: 32px;
        top: 10px;
        text-align: left !important;
        left: 0;
    }

    .loader-text {
        font-size: 80px;
    }
}