.entertainment-industry-section {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /*width: 1440px;*/
    gap: 104px;
    /* height: 4780px; */
}

/* width <= 1000px */
@media (width >=1440px) {
    body {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (width >=1440px) {
    .entertainment-industry-section {
        align-items: center;
        justify-content: center;
    }

}

.hero-section {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 500px;
    width: 100%;
    align-items: center;
    background-image: url('./assets/hero/img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 500px;
}
.apply-section {
    /* display: flex;
    flex-direction: column;
    position: relative; */
    /* width: 1296px; */
    height: 172px;
    width: 100%;

    background-image: url('/assets/hero/apply.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-radius: 14px;
}

.apply-sub {

    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 100%;
    padding: 0 2rem 0 5rem;
    color: #FFF;
}

@media (max-width: 991px) {
    .hero-section {
        max-width: 100%;
    }
}

.hero-background {
    position: relative;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}



.hero-content {
    /*position: relative;*/
    display: flex;
    /* margin-top: 197px; */
    width: 848px;
    /* max-width: 100%; */
    flex-direction: column;
    align-items: center;
    justify-content: end;
    /* padding: 290px; */
}

@media (max-width: 991px) {
    .hero-content {
        margin-top: 40px;
    }
}

.hero-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    color: #fff;
    justify-content: start;
    font: 800 56px Open Sans, sans-serif;
    width: 924px;
}

@media (max-width: 991px) {
    .hero-text {
        font-size: 40px;
    }
}

.hero-header {
    letter-spacing: 0.56px;
    text-align: center;

}

.hero-content .hero-header {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.56px;
    width: 100%;

}

.hero-content .hero-subheader {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.56px;
    line-height: normal;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .hero-header {
        max-width: 100%;
        font-size: 40px;
    }
}

.hero-subheader {
    letter-spacing: 0.56px;
    align-self: stretch;
}

@media (max-width: 991px) {
    .hero-subheader {
        max-width: 100%;
        font-size: 40px;
    }
}

.hero-description {
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .hero-description {
        max-width: 100%;
    }
}

.cta-button {
    border: unset;
    border-radius: 14px;
    background-color: #c52121;
    display: flex;
    margin-top: 24px;
    align-items: center;
    color: #fff;
    text-align: center;
    justify-content: center;
    padding: 0 32px;
    font: 600 16px Inter, sans-serif;
}

@media (max-width: 991px) {
    .cta-button {
        max-width: 100%;
        padding: 0 20px;
    }
}

.cta-button-text {
    font-feature-settings: "liga" off;
    align-self: stretch;
    border-radius: 8px;
    min-width: 240px;
    gap: 8px;
    margin: auto 0;
    padding: 16px 24px;
}

@media (max-width: 991px) {
    .cta-button-text {
        padding: 0 20px;
    }
}

.trusted-brands {
    /* position: relative; */
    /* align-self: stretch; */
    border-radius: 32px 32px 0 0;
    background-color: #fff;
    margin-top: 3rem;
    /* min-height: 90px; */
    /* width: 856px; */
    max-width: 100%;
    gap: 10px;
    color: #060e1d;
    text-transform: uppercase;
    letter-spacing: 0.18px;
    padding: 34px 243px;
    font: 500 18px Inter, sans-serif;
}

@media (max-width: 991px) {
    .trusted-brands {
        margin-top: 40px;
        padding: 0 20px;
    }
}

.brands-section {
    /* display: flex;
   
    width: 100%;
    flex-direction: column;
    align-items: start;
    padding: 0 71px; */
    display: flex;
    width: 1076px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
}

@media (max-width: 991px) {
    .brands-section {
        max-width: 100%;
        padding: 0 20px;
    }
}

.brand-logos {
    align-self: center;
    display: flex;
    width: 100%;
    max-width: 1076px;
    align-items: center;
    gap: 24px;
    justify-content: center;
    /* flex-wrap: wrap; */
    /* display: grid;
    grid-template-columns: repeat(5, 1fr); */
}

@media (max-width: 991px) {
    .brand-logos {
        max-width: 100%;
    }
}

.brand-logo {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    /* flex-grow: 1; */
    width: 157px;
    margin: auto 0;
    padding: 21px 39px;
}

@media (max-width: 991px) {
    .brand-logo {
        padding: 0 20px;
    }
}

.brand-logo img {
    aspect-ratio: 3.68;
    object-fit: contain;
    object-position: center;
    width: 114px;
}

.features-section {
    margin-top: 104px;
    width: 100%;
}

@media (max-width: 991px) {
    .features-section {
        max-width: 100%;
        margin-top: 40px;
    }
}

.feature-row {
    gap: 20px;
    display: flex;
}

@media (max-width: 991px) {
    .feature-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.feature-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
    margin-left: 0;
}

@media (max-width: 991px) {
    .feature-column {
        width: 100%;
    }
}

.feature-content {
    flex-grow: 1;
}

@media (max-width: 991px) {
    .feature-content {
        max-width: 100%;
        margin-top: 24px;
    }
}

.feature-image-row {
    gap: 20px;
    display: flex;
}

@media (max-width: 991px) {
    .feature-image-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.feature-image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 43%;
    margin-left: 0;
}

@media (max-width: 991px) {
    .feature-image-column {
        width: 100%;
    }
}

.feature-circles {
    display: flex;
    margin-top: 68px;
    flex-grow: 1;
    flex-direction: column;
    align-items: start;
}

@media (max-width: 991px) {
    .feature-circles {
        margin-top: 40px;
    }
}

.small-circle {
    border-radius: 50%;
    display: flex;
    width: 65px;
    height: 65px;
    border: 5px solid #c52121;
}

.large-circle {
    border-radius: 50%;
    display: flex;
    margin-left: 20px;
    width: 381px;
    max-width: 100%;
    height: 381px;
    border: 5px solid #c52121;
}

@media (max-width: 991px) {
    .large-circle {
        margin-left: 10px;
    }
}

.feature-image {
    aspect-ratio: 1.27;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 20px;
    box-shadow: -25px 20px 44px rgba(24, 30, 42, 0.55);
}

@media (max-width: 991px) {
    .feature-image {
        max-width: 100%;
    }
}

.feature-text {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: start;
    margin: auto 0;
}

@media (max-width: 991px) {
    .feature-text {
        max-width: 100%;
        margin-top: 40px;
    }
}

.feature-headline {
    color: #fff;
    font: 800 32px Open Sans, sans-serif;
}

@media (max-width: 991px) {
    .feature-headline {
        max-width: 100%;
    }
}

.feature-description {
    color: #d0d2d4;
    margin-top: 17px;
    font: 500 18px/30px Inter, sans-serif;
}

@media (max-width: 991px) {
    .feature-description {
        max-width: 100%;
    }
}

.mobile-feature {
    align-self: end;
    display: flex;
    margin-top: 72px;
    width: 100%;
    max-width: 1204px;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .mobile-feature {
        max-width: 100%;
        margin-top: 40px;
    }
}

.mobile-feature-text {
    align-self: end;
    display: flex;
    margin-top: 117px;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 991px) {
    .mobile-feature-text {
        max-width: 100%;
        margin-top: 40px;
    }
}

.testimonial-section {
    /* margin-top: 202px; */
    width: 100%;
}

@media (max-width: 991px) {
    .testimonial-section {
        max-width: 100%;
        margin-top: 40px;
    }
}

.testimonial-row {
    gap: 20px;
    display: flex;
}

@media (max-width: 991px) {
    .testimonial-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
}

.image-grid {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .image-grid {
        margin-top: 25px;
    }
}

.image-column {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 196px;
    margin: auto 0;
}

.grid-image {
    aspect-ratio: 1.85;
    object-fit: contain;
    object-position: center;
    width: 196px;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: start;
    margin: auto 0;
}

@media (max-width: 991px) {
    .testimonial-content {
        max-width: 100%;
        margin-top: 40px;
    }
}

.testimonial-card {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    padding: 0 16px;
}

@media (max-width: 991px) {
    .testimonial-card {
        max-width: 100%;
    }
}

.card-title {
    /* width: 100%; */
    /* color: #060e1d; */
    /* font: 800 32px Open Sans, sans-serif; */
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    /* line-height: 0; */
    text-transform: capitalize;
    width: 500px;
}

@media (max-width: 991px) {
    .card-title {
        max-width: 100%;
    }
}

.card-subtitle {
    color: #454952;
    /* color: var(--Light-mode-80, #454952); */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

@media (max-width: 991px) {
    .card-subtitle {
        max-width: 100%;
    }
}

.quote-box-1 {
    border-radius: 16px;
    background-color: #c52121;

}

.quote-box {

    display: flex;
    /* width: 100%; */
    flex-direction: column;
    justify-content: start;
    padding: 48px 16px 16px;
}

@media (max-width: 991px) {
    .quote-box {
        max-width: 100%;
    }
}

.quote-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #fff;
    justify-content: start;
    font: 400 18px/30px Inter, sans-serif;
}

@media (max-width: 991px) {
    .quote-content {
        max-width: 100%;
    }
}

.quote-author {
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: start;
    gap: 12px;
    justify-content: start;
}

@media (max-width: 991px) {
    .quote-author {
        max-width: 100%;
    }
}

.author-info {
    display: flex;
    min-width: 240px;
    width: 420px;
    align-items: center;
    gap: 16px;
    justify-content: start;
}

.author-avatar {
    border-radius: 200px;
    background-color: #fff;
    display: flex;
    min-height: 56px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}

.author-avatar img {
    aspect-ratio: 3.66;
    object-fit: contain;
    object-position: center;
    width: 44px;
}

.author-details {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    font-family: Inter, sans-serif;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
}

.author-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.author-title {
    color: #d0d2d4;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}

.search-section {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    position: relative;
    min-height: 560px;
    /* margin-top: 104px; */
    overflow: hidden;
    padding: 0 1px;
}

@media (max-width: 991px) {
    .search-section {
        max-width: 100%;
        margin-top: 40px;
    }
}

.search-content {
    display: flex;
    flex-direction: column;
    position: relative;
    /* min-height: 560px; */
    align-items: end;
    justify-content: center;
    /*padding: 135px 80px;*/
}

.search-card {
    margin-top: -40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(2px);
    display: flex;
    /*margin-bottom: -27px;*/
    /*min-height: 291px;*/
    /*width: 551px;*/
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
}

/*@media (max-width: 991px) {*/
/*    .search-content {*/
/*        max-width: 100%;*/
/*        padding: 100px 20px;*/
/*    }*/
/*}*/



@media (max-width: 991px) {
    .search-card {
        margin-bottom: 10px;
        padding: 0 20px;
    }
}

.search-card-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

.search-card-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 991px) {
    .search-card-header {
        max-width: 100%;
    }
}

.search-card-title {
    color: #060e1d;
    font: 800 32px Open Sans, sans-serif;
}

@media (max-width: 991px) {
    .search-card-title {
        max-width: 100%;
    }
}

.search-tags {
    display: flex;
    margin-top: 16px;
    width: 100%;
    align-items: center;
    gap: 8px;
    color: #fff;
    justify-content: start;
    flex-wrap: wrap;
    font: 600 14px Inter, sans-serif;
}

@media (max-width: 991px) {
    .search-tags {
        max-width: 100%;
    }
}

.search-tag {
    align-self: stretch;
    border-radius: 16px;
    background-color: #c52121;
    gap: 10px;
    margin: auto 0;
    padding: 10px;
}

.search-card-body {
    display: flex;
    margin-top: 32px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    font: 18px Inter, sans-serif;
}

@media (max-width: 991px) {
    .search-card-body {
        max-width: 100%;
    }
}

.search-card-subtitle {
    color: #060e1d;
    font-weight: 700;
    line-height: 2;
}

@media (max-width: 991px) {
    .search-card-subtitle {
        max-width: 100%;
    }
}

.search-card-text {
    color: #454952;
    font-weight: 500;
    line-height: 30px;
    margin-top: 8px;
}

@media (max-width: 991px) {
    .search-card-text {
        max-width: 100%;
    }
}

.join-section {
    display: flex;
    /* margin-top: 104px; */
    width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .join-section {
        max-width: 100%;
        margin-top: 40px;
    }
}

.join-header {
    color: #060E1D;
    text-align: center;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.32px;
}

@media (max-width: 991px) {
    .join-header {
        max-width: 100%;
    }
}

.join-features {
    display: flex;
    margin-top: 56px;
    width: 100%;
    align-items: center;
    gap: 25px;
    font-family: Inter, sans-serif;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .join-features {
        max-width: 100%;
        margin-top: 40px;
    }
}

.feature-item {
    border-radius: 8px;
    align-self: center;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 333px;
    margin: auto 0;
    padding: 16px;
}

.feature-icon {
    /* aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 48px;
    border-radius: 100px;
    */

    display: flex;
    width: 48px;
    height: 48px;
    /* padding: 12px; */
    justify-content: center;
    align-items: center;
    background-color: rgba(197, 33, 33, 0.16);
    border-radius: 100px;
}

.feature-icon-image {
    width: 24px;
    height: 24px;
    /*padding: 12px;*/
    object-fit: contain;
    object-position: center;
}

.feature-text {
    display: flex;
    margin-top: 24px;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
}

.feature-title {
    color: #060e1d;
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
}

.feature-description {
    color: #454952;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}



.image-gallery {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.gallery-column {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 196px;
    margin: auto 0;
}

.gallery-image {
    object-fit: contain;
    object-position: center;
    width: 196px;
}

.image-top-left {
    aspect-ratio: 1.85;
    border-radius: 8px 0 0 0;
}

.image-tall {
    aspect-ratio: 0.68;
    margin-top: 24px;
}

.image-bottom-left {
    aspect-ratio: 0.88;
    border-radius: 0 0 0 8px;
    margin-top: 24px;
}

.image-medium {
    aspect-ratio: 0.77;
}

.image-top-right {
    aspect-ratio: 0.88;
    border-radius: 0 8px 0 0;
}

.image-bottom-right {
    aspect-ratio: 1.85;
    border-radius: 0 0 8px 0;
    margin-top: 24px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:root {
    --navbar-color: rgba(22, 28, 39, 0.8);
    --primary-color: rgba(197, 33, 33, 1);
    --secondary-color: rgba(36, 41, 51, 1);
    --light-mode-100: rgba(6, 14, 29, 1);
    --dark-mode-100: rgba(255, 255, 255, 1);
    --dark-mode-80: rgba(208, 210, 212, 1);
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
}

.fram-head {
    /* padding: 0 72px; */
    background-image: url("./assets/img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10rem 0;
}

.overlap-group {
    position: relative;
    width: 1440px;
    height: auto;
    /* height: 1400px; */
    /* top: -6rem; */
}

.ellipse,
.ellipse-2,
.ellipse-3,
.circle {
    border-radius: 50%;
    border: 5px solid var(--primary-color);
    position: absolute;
}

.ellipse {
    width: 262px;
    height: 262px;
    top: 632px;
    left: 1124px;
}

.ellipse-2 {
    width: 350px;
    height: 350px;
    top: 117px;
    left: 92px;
}

.ellipse-3 {
    width: 65px;
    height: 65px;
    top: 92px;
    left: 72px;
}

.circle {
    width: 65px;
    height: 65px;
    top: 610px;
    left: 919px;
}

.carousel,
.carousel-item {
    position: absolute;
}

.carousel {
    width: 472px;
    height: 214px;
    top: 848px;
    left: 968px;
}

.carousel-item {
    width: 160px;
    height: 472px;
    top: 329px;
    left: 0;
}

.r1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin: 5rem 0;
}

.text-block {
    width: 435px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.headline,
.text-wrapper {
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.description {
    color: #D0D2D4;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 166.667% */
}

.image {
    width: 525px;
    height: 414px;
    box-shadow: 0px 0px 0px rgba(24, 30, 42, 0.55);
    border-radius: 20px;
}

.img {
    width: 525px;
    height: 452px;
    background: url("/assets/place/Image-2.png") center / cover no-repeat;
    box-shadow: 2px 2px 2px rgba(24, 30, 42, 0.55);
    border-radius: 20px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1024px) {
    .r1 {
        flex-direction: column;
        align-items: center;
    }

    .ellipse,
    .ellipse-2,
    .ellipse-3,
    .circle {
        display: none;
    }

    .frame {
        /* padding: 5rem; */
    }
}
@media only screen and (min-width: 1024px) {
    .hero-section {
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: 857px;
        width: 100%;
        align-items: center;
        background-image: url('./assets/hero/hero.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        height: 857px;
    }
}

@media only screen and (min-width: 768px) {
    .search-card {
        position: absolute;
    }
}
