.photovideoshoot-promo-block {
    padding: 80px 0 0;
}

.photovideoshoot-promo-block-content {
    align-items: center;
    gap: 50px;
    max-width: unset;
}

.photovideoshoot-promo-title-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 37px;
}

.photovideoshoot-promo-title-container h1 {
    width: 849px;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 60px */
    background: linear-gradient(93deg, #FFF 2.06%, #999 72.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.photovideoshoot-promo-title-container p {
    width: 697px;
    color: #BABABA;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.photovideoshoot-promo-image {
    width: 100%;
    height: 830px;
    background-image: url("image/photovideoshoot/photovideoshoot-promo-image.webp");
    background-size: cover;
    background-position: center;
}

.photovideoshoot-about-block {
    padding: 120px 30px 60px;
}

.photovideoshoot-about-block-content {
    align-items: stretch;
    gap: 60px;
}

.photovideoshoot-about-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
}

.photovideoshoot-about-column {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.photovideoshoot-about-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.photovideoshoot-about-text-container h2 {
    align-self: stretch;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 52.8px */
    background: linear-gradient(93deg, #FFF 2.06%, #999 72.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.photovideoshoot-about-text-container p {
    align-self: stretch;
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
}

.photovideoshoot-about-text-container p span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%; /* 23.76px */
}

.photovideoshoot-about-btn-group {
    display: flex;
    align-items: center;
    gap: 32px;
}

.photovideoshoot-about-btn-group .btn-primary {
    padding: 26px 30px;
    width: auto;
    height: 65px;
}

.photovideoshoot-about-btn-group .btn-secondary {
    padding: 26px 30px;
    width: auto;
    height: 65px;
}

.photovideoshoot-about-row-image {
    width: 387px;
    height: 414px;
    background-image: url("image/photovideoshoot/photovideoshoot-about-row-image.webp");
}

.photovideoshoot-about-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.photovideoshoot-about-list-item {
    display: flex;
    width: 291px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.photovideoshoot-about-list-item strong {
    color: #FFF;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 100px */
}

.photovideoshoot-about-list-item p {
    color: #858585;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.photovideoshoot-image-block {
    height: 1622px;
    background-image: url("image/photovideoshoot/photovideoshoot-image-block.webp");
}

.photovideoshoot-photo-block {
    padding: 120px 30px 0;
}

.photovideoshoot-photo-block-content {
    align-items: center;
    gap: 60px;
}

.photovideoshoot-photo-block .title-block {
    width: 972px;
}

.photovideoshoot-photo-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}

.photovideoshoot-photo-content-block {
    align-self: stretch;
    height: 1020px;
    display: flex;
    align-items: flex-end;
    background-image: url("image/photovideoshoot/photovideoshoot-photo-content-image-1.webp");
    width: 100%;
    background-position: center;
    background-size: cover;
}

.photovideoshoot-photo-content-block-container {
    display: flex;
    width: 742px;
    padding: 50px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-top: 1px solid rgba(66, 160, 174, 0.15);
    border-right: 1px solid rgba(66, 160, 174, 0.15);
    background: rgba(0, 47, 54, 0.31);
    backdrop-filter: blur(24.5px);
}

.photovideoshoot-photo-content-block-container span {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.photovideoshoot-photo-content-block-container span i {
    width: 40px !important;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background-image: url("icon/photovideoshoot/photovideoshoot-photo-content-icon.svg");
}

.photovideoshoot-photo-content-block-container p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%; /* 22.68px */
}

.photovideoshoot-photo-content i:nth-child(2) {
    height: 772px;
    background-image: url("image/photovideoshoot/photovideoshoot-photo-content-image-2.webp");
    width: 100%;
}

.photovideoshoot-photo-content i:nth-child(3) {
    height: 647px;
    background-image: url("image/photovideoshoot/photovideoshoot-photo-content-image-3.webp");
    width: calc((100% - 20px) / 2);
}

.photovideoshoot-photo-content i:nth-child(4) {
    height: 647px;
    background-image: url("image/photovideoshoot/photovideoshoot-photo-content-image-4.webp");
    width: calc((100% - 20px) / 2);
}

.photovideoshoot-video-block {
    padding: 140px 30px 0;
}

.photovideoshoot-video-block-content {
    align-items: center;
    gap: 60px;
}

.photovideoshoot-video-block-content .title-block {
    width: 972px;
}

.photovideoshoot-video-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    gap: 120px;
}

.photovideoshoot-video-content .video:nth-child(1) {
    width: 100%;
    aspect-ratio: 1380 / 728;
    background-image: url("image/photovideoshoot/photovideoshoot-video-image-1.webp");
    background-position: center;
    background-size: cover;
}

.photovideoshoot-video-row {
    display: flex;
    align-items: stretch;
    gap: 40px;
    justify-content: space-between;
}

.photovideoshoot-video-row i {
    width: 650px;
    flex-shrink: 0;
    align-self: stretch;
    background-image: url("image/photovideoshoot/photovideoshoot-video-image.webp");
}

.photovideoshoot-video-column {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
}

.photovideoshoot-video-column-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.photovideoshoot-video-column-text-container h3 {
    align-self: stretch;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 35.1px */
    background: linear-gradient(200deg, #FFF 13.4%, #999 83.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.photovideoshoot-video-column-text-container p {
    align-self: stretch;
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.photovideoshoot-video-column-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.photovideoshoot-video-column-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.photovideoshoot-video-column-list-item:nth-child(1) {
    width: 203px;
}

.photovideoshoot-video-column-list-item strong {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 70px */
}

.photovideoshoot-video-column-list-item p {
    color: #858585;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}

.photovideoshoot-video-column .btn-primary {
    padding: 26px 30px;
    width: 100%;
    height: 65px;
}

.photovideoshoot-video-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.photovideoshoot-video-list .video {
    width: calc((100% - 20px) / 2) !important;
    aspect-ratio: 680 / 382 !important;
}

.photovideoshoot-video-list .video:nth-child(1) {
    background-image: url("image/photovideoshoot/photovideoshoot-video-image-2.webp");
    background-size: cover;
    background-position: center;
}

.photovideoshoot-video-list .video:nth-child(2) {
    background-image: url("image/photovideoshoot/photovideoshoot-video-image-3.webp");
    background-size: cover;
    background-position: center;
}

.photovideoshoot-opportunities-block {
    padding: 140px 30px 0;
}

.photovideoshoot-opportunities-block-content {
    align-items: center;
    gap: 40px;
}

.photovideoshoot-opportunities-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 140px;
}

.photovideoshoot-opportunities-row {
    display: flex;
    align-items: stretch;
    gap: 20px;
    justify-content: space-between;
}

.photovideoshoot-opportunities-row-item {
    width: calc((100% - 20px) / 2);
    height: 478px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.photovideoshoot-opportunities-row-item:nth-child(1) {
    background-image: url("image/photovideoshoot/photovideoshoot-opportunities-image-1.webp");
}

.photovideoshoot-opportunities-row-item:nth-child(2) {
    background-image: url("image/photovideoshoot/photovideoshoot-opportunities-image-2.webp");
}

.photovideoshoot-opportunities-row-item-card {
    display: flex;
    width: 460px;
    padding: 37px 32px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(22px);
}

.photovideoshoot-opportunities-row-item-card p {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 30px */
    letter-spacing: -2px;
}

.photovideoshoot-opportunities-row-item-card .home-services-card-btn {
    width: 100%;
    height: 58px;
}

.photovideoshoot-opportunities-card-container {
    width: 100%;
    height: 776px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-image: url("image/photovideoshoot/photovideoshoot-opportunities-card.webp");
}

.photovideoshoot-opportunities-card {
    display: flex;
    width: 872px;
    padding: 60px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
    background: rgba(0, 0, 0, 0.31);
    backdrop-filter: blur(17px);
}

.photovideoshoot-opportunities-card p {
    width: 792px;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
}

.photovideoshoot-opportunities-card a:hover {
    background: rgba(255, 255, 255, 0.32) !important;
}

.photovideoshoot-last-block {
    padding: 140px 30px 120px;
}

.photovideoshoot-last-block-content {
    align-items: center;
    gap: 60px;
}

.photovideoshoot-last-content {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 50px;
}

.photovideoshoot-last-column {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.photovideoshoot-last-column-right {
    width: 650px;
}

.photovideoshoot-last-column-item {
    display: flex;
    width: 100%;
    height: 357px;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #292524;
}

.photovideoshoot-last-column-item span {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 10px;
    background: #332F2E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photovideoshoot-last-column-item span i {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background-image: url("icon/photovideoshoot/photovideoshoot-last-column.svg");
}

.photovideoshoot-last-column-item-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}

.photovideoshoot-last-column-item-text-container h3 {
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 27px */
}

.photovideoshoot-last-column-item-text-container p {
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.photovideoshoot-last-column-item:nth-child(2) p {
    width: 497px;
}

.photovideoshoot-last-column-right i {
    display: block;
    width: 100%;
    height: 734px;
    position: sticky;
    top: 90px;
    background-image: url("image/photovideoshoot/photovideoshoot-last-column.webp");
}

.photovideoshoot-about-mobile-image {
    display: none;
}

@media (min-width: 990px) and (max-width: 1439px){
    .photovideoshoot-promo-block {
        padding: 40px 0 0;
    }

    .photovideoshoot-promo-block-content {
        gap: 60px;
    }

    .photovideoshoot-about-block {
        padding: 60px 40px 0;
    }

    .photovideoshoot-about-row-image {
        display: none;
    }

    .photovideoshoot-about-block-content {
        gap: 40px;
    }

    .photovideoshoot-about-mobile-image {
        display: block;
        width: 100%;
        height: 699px;
        background-image: url("image/photovideoshoot/photovideoshoot-about-mobile.webp");
    }

    .photovideoshoot-image-block {
        display: none;
    }

    .photovideoshoot-photo-block {
        padding: 100px 40px 0;
    }

    .photovideoshoot-photo-block .title-block {
        width: 858px;
    }

    .photovideoshoot-photo-block-content {
        gap: 40px;
    }

    .photovideoshoot-photo-content-block {
        height: 765px;
    }

    .photovideoshoot-photo-content i:nth-child(2) {
        margin-top: 20px;
    }

    .photovideoshoot-photo-content i {
        width: 100% !important;
    }

    .photovideoshoot-photo-content {
        width: 100% !important;
    }

    .photovideoshoot-video-block {
        padding: 100px 40px 0;
    }

    .photovideoshoot-video-block-content .title-block {
        width: 858px;
    }

    .photovideoshoot-video-block-content {
        gap: 45px;
    }

    .photovideoshoot-video-content {
        gap: 60px;
    }

    .photovideoshoot-video-row {
        flex-direction: column-reverse;
    }

    .photovideoshoot-video-row i {
        width: 100%;
        height: 462px;
        background-image: url("image/photovideoshoot/photovideoshoot-video-image-mobile.webp");
    }

    .photovideoshoot-opportunities-block {
        padding: 100px 40px 0;
    }

    .photovideoshoot-opportunities-row {
        flex-direction: column;
    }

    .photovideoshoot-opportunities-row-item {
        width: 100%;
        height: 478px;
    }

    .photovideoshoot-opportunities-row-item:nth-child(1) {
        background-image: url("image/photovideoshoot/photovideoshoot-opportunities-image-mobile-1.webp");
    }

    .photovideoshoot-opportunities-row-item:nth-child(2) {
        background-image: url("image/photovideoshoot/photovideoshoot-opportunities-image-mobile-2.webp");
    }

    .photovideoshoot-opportunities-content {
        gap: 100px;
    }

    .photovideoshoot-opportunities-card-container {
        height: 716px;
    }

    .photovideoshoot-last-block {
        padding: 100px 40px;
    }

    .photovideoshoot-last-content {
        flex-direction: column;
        gap: 30px;
    }

    .photovideoshoot-last-column {
        flex: unset;
        width: 100%;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .photovideoshoot-last-column-item {
        width: calc((100% - 20px) / 2);
    }

    .photovideoshoot-last-column-item:nth-child(2) p {
        width: 385px;
    }

    .photovideoshoot-last-column-right {
        width: 100%;
    }

    .photovideoshoot-last-column-right i {
        height: 865px;
        width: 100%;
        background-image: url("image/photovideoshoot/photovideoshoot-last-column-mobile.webp");
    }
}

@media (max-width: 989px) {
    .photovideoshoot-promo-block {
        padding: 20px 0 0;
    }

    .photovideoshoot-promo-title-container h1 {
        width: 345px;
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%; /* 44px */
    }

    .photovideoshoot-promo-title-container p {
        width: 345px;
        font-size: 14px;
    }

    .photovideoshoot-promo-block-content {
        gap: 40px;
    }

    .photovideoshoot-promo-image {
        height: 433px;
    }

    .photovideoshoot-about-block {
        padding: 60px 20px 0;
    }

    .photovideoshoot-about-text-container h2 {
        font-size: 21px;
        width: 345px;
    }

    .photovideoshoot-about-text-container {
        gap: 22px;
    }

    .photovideoshoot-about-text-container p {
        width: 345px;
        font-size: 16px;
    }

    .photovideoshoot-about-btn-group {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .photovideoshoot-about-btn-group a {
        width: 100% !important;
        height: 52px;
    }

    .photovideoshoot-about-row-image {
        display: none;
    }

    .photovideoshoot-about-block-content {
        gap: 40px;
    }

    .photovideoshoot-about-list {
        padding-top: 20px;
        flex-direction: column;
        gap: 30px;
    }

    .photovideoshoot-about-list-item strong {
        font-size: 80px;
    }

    .photovideoshoot-about-list-item p {
        font-size: 16px;
    }

    .photovideoshoot-image-block {
        display: none;
    }

    .photovideoshoot-about-mobile-image {
        display: block;
        width: 100%;
        height: 456px;
        background-image: url("image/photovideoshoot/photovideoshoot-about-mobile.webp");
    }

    .photovideoshoot-photo-block {
        padding: 60px 20px 0;
    }

    .photovideoshoot-photo-block .title-block {
        width: 345px;
    }

    .photovideoshoot-photo-block-content {
        gap: 40px;
    }

    .photovideoshoot-photo-content-block {
        height: 345px;
    }

    .photovideoshoot-photo-content-block-container {
        width: 100%;
        height: 100%;
        justify-content: space-between;
        padding: 30px 20px;
    }

    .photovideoshoot-photo-content-block-container p {
        font-size: 16px;
    }

    .photovideoshoot-photo-content i:nth-child(2) {
        height: 345px;
    }

    .photovideoshoot-photo-content i:nth-child(3) {
        width: 100%;
        height: 345px;
    }

    .photovideoshoot-photo-content i:nth-child(4) {
        width: 100%;
        height: 345px;
    }

    .photovideoshoot-video-block {
        padding: 60px 20px 0;
    }

    .photovideoshoot-video-block-content .title-block {
        width: 345px;
    }

    .photovideoshoot-video-block-content {
        gap: 30px;
    }

    .photovideoshoot-video-content .video:nth-child(1) {
        aspect-ratio: 345 / 233;
    }

    .photovideoshoot-video-content {
        gap: 60px;
    }

    .photovideoshoot-video-row i {
        display: none;
    }

    .photovideoshoot-video-column-text-container h3 {
        font-size: 18px;
    }

    .photovideoshoot-video-column {
        flex: unset;
        width: 100%;
    }

    .photovideoshoot-video-column-text-container p {
        font-size: 16px;
    }

    .photovideoshoot-video-column-list {
        padding: 40px 0;
        flex-direction: column;
        gap: 30px;
    }

    .photovideoshoot-video-column-list-item strong {
        font-size: 80px;
    }

    .photovideoshoot-video-column .btn-primary {
        margin-top: 10px;
    }

    .photovideoshoot-video-list {
        flex-direction: column;
        gap: 20px;
    }

    .photovideoshoot-video-list .video {
        width: 100% !important;
        aspect-ratio: 345 / 233 !important;
    }

    .photovideoshoot-opportunities-block {
        padding: 60px 20px 0;
    }

    .photovideoshoot-opportunities-block-content {
        gap: 30px;
    }

    .photovideoshoot-opportunities-row {
        flex-direction: column;
        gap: 20px;
    }

    .photovideoshoot-opportunities-row-item {
        width: 100%;
        height: 310px;
    }

    .photovideoshoot-opportunities-row-item-card {
        width: 290px;
        padding: 37px 30px;
    }

    .photovideoshoot-opportunities-row-item-card p {
        font-size: 28px;
    }

    .photovideoshoot-opportunities-row-item-card .home-services-card-btn {
        height: 52px;
    }

    .photovideoshoot-opportunities-content {
        gap: 60px;
    }

    .photovideoshoot-opportunities-card-container {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        height: 328px;
    }

    .photovideoshoot-opportunities-card {
        width: 345px;
        padding: 40px;
        gap: 26px;
    }

    .photovideoshoot-opportunities-card p {
        font-size: 26px;
        width: 100%;
    }

    .photovideoshoot-last-block {
        padding: 60px 20px;
    }

    .photovideoshoot-last-block-content {
        gap: 30px;
    }

    .photovideoshoot-last-content {
        flex-direction: column;
        gap: 30px;
    }

    .photovideoshoot-last-column {
        flex: unset;
        width: 100%;
    }

    .photovideoshoot-last-column-item span {
        width: 60px;
        height: 60px;
    }

    .photovideoshoot-last-column-item span i {
        width: 30px;
        height: 30px;
    }

    .photovideoshoot-last-column-item {
        padding: 30px 20px;
    }

    .photovideoshoot-last-column-item:nth-child(2) p {
        width: 100%;
    }

    .photovideoshoot-last-column-right {
        width: 100%;
    }

    .photovideoshoot-last-column-right i {
        width: 100%;
        height: 439px;
    }
}
