@import 'default.css';
@import 'common.css';


.lead-video-container {
    position: relative;
    text-align: center;
    padding-bottom: 52%;
    z-index: 11;
}

.lead-video-container p {
    font-size: 22px;
    color: var(--light-primary-50);
}

.lead-video-container video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lead-video-container.home-video {
    padding-bottom: 0;
    height: 100vh;
}

.lead-video-container.home-video video {
    height: 100%;
    width: 177.77777778vh;
    /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw;
    /* 100 * 9 / 16 */

}

.video-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.common-section {
    padding: 100px 0;
}

.common-section.grey {
    background-color: var(--light-background-50);
}

.home-heading-container {
    text-align: center;
    padding-bottom: 80px;
}


.projects-images h3 {
    font-size: 24px;
    color: var(--light-primary-300);
    line-height: 30px;
    margin-top: 16px;
    height: 30px;
}

.projects-images p {
    font-size: 18px;
    color: var(--light-primary-200);
    margin-top: 12px;
    opacity: 0;
    height: 81px;
    overflow: hidden;
}

.projects-images .col-md-3 {
    flex: 1;
    transition: flex-basis 0.6s ease;
    position: relative;
}

.projects-images img {
    height: 35.21vw;
    width: 100%;
    object-fit: cover;
}

.projects-images .col-md-3:hover {
    flex-basis: 55%;
}

.projects-images .col-md-3:hover p {
    opacity: 1;
}

.projects-images:hover .col-md-3:not(:hover) h3 {
    opacity: 0;
}

.projects-images .col-md-3:not(:hover) {
    flex-basis: 15%;
}

.success-stories-carousel {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Hide scrollbar for  IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar for  Firefox */
}

.success-stories-carousel::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
}

.success-story {
    flex: 0 0 80%;
    margin-right: 24px;
}

.success-story {
    max-width: 755px;
}

.success-story:last-child {
    margin: 0;
}

.success-story h3 {
    font-family: 'circular_stdmedium';
    font-size: 24px;
    color: var(--light-primary-300);
    margin: 16px 0;
}

.success-story .primary-content {
    font-size: 16px;
}


/* About CSS */
.about-video-section {
    padding: 60px 0 100px;
}

.about-video-wrapper {
    position: relative;
    padding-bottom: 75%;
}

.about-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.play-icon img {
    width: auto;
}

.play-icon.pause {
    display: none;
}

.about-description {
    font-size: 24px;
    color: var(--light-primary-200);
}

.heading-mb-80 {
    margin-bottom: 80px;
}

.story-section h4 {
    font-family: 'lyon_text_regular';
    font-size: 30px;
    color: var(--light-primary-400);
}

.story-section p {
    font-size: 22px;
    color: var(--light-primary-200);
}

.story-row {
    border-bottom: 1px solid var(--light-primary-100);
    padding-bottom: 20px;
    margin-bottom: 50px;
    justify-content: space-between;
}

.story-row div {
    width: auto;
}

.offerings-section .container-fluid {
    padding: 0 90px;
}

.offerings-section .radius-img {
    border-radius: 250px 250px 0 0;
}

.offerings-section h3 {
    font-family: 'lyon_text_regular';
    font-size: 36px;
    color: var(--light-primary-300);
    margin-bottom: 24px;
}

.offerings-section p {
    font-size: 24px;
    color: var(--light-primary-200);
}

.offer-margin {
    margin-bottom: 100px;
}

.partners-section h3 {
    font-size: 22px;
    font-family: 'circular_stdmedium';
    color: var(--light-primary-300);
    margin-bottom: 24px;
}

.partners-list ul {
    margin-bottom: 80px;
    display: flex;
    overflow-x: auto;
}

.partners-list ul {
    margin-bottom: 80px;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Hide scrollbar for  IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar for  Firefox */
}

.partners-list ul::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
}

.partners-list li {
    flex: 0 0 auto;
    width: 200px;
    margin-right: 40px;
    display: inline-block;

}

.partners-list li img:last-child {
    margin-top: 40px;
}

.partners-list:last-child {
    margin: 0;
}

.team-section h3 {
    font-size: 30px;
    font-family: 'lyon_text_regular';
    color: var(--light-primary-300);
    margin: 26px 0 5px;
}

.team-section h4 {
    font-size: 24px;
    color: var(--light-primary-200);
}

.team-img {
    background: url(https://satyame.sirv.com/sirv32/assets/img/team/dhruv_sharma.jpg) no-repeat;
    padding: 40%;
    border-radius: 50%;
    background-size: cover;
    width: 80%;
}

.team-img.shirin {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/shirin_sharma.jpg);
}

.team-img.guido {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/guido_van_steijn.jpg);
}

.team-img.pankaj {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/pankaj_sachdeva.jpg);
}

.team-img.sahil {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/sahil_nainta.jpg);
}

.team-img.mayank {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/mayank_bhatnagar.jpg);
}

.team-img.william {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/william_ranschaert.jpg);
}

.team-img.nitya {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/nitya_arora.jpg);
}

.team-img.akshara {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/akshara_subramanian.jpg);
}

.team-img.prabhav {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/prabhav_tanay.jpg);
}

.team-img.megha {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/megha_rawla.jpg);
}

.team-img.vidhi {
    background-image: url(https://satyame.sirv.com/sirv32/assets/img/team/vidhi_thakkar.jpg);
}


.project-list {
    padding-bottom: 100px;
}

.project-section {
    margin-top: 100px;
}

.project-section .video-overlay {
    background: linear-gradient(193.18deg, rgba(0, 0, 0, 0) 13.01%, #000000 87.92%);
    z-index: 1;
}

.video-wrapper,
.controlled-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video-wrapper video,
.controlled-video-wrapper video,
.video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.project-section .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 50vw 64px 64px;
    z-index: 2;
}

.projects-heading {
    font-size: 56px;
    color: var(--light-primary-10);
    font-family: 'lyon_text_regular';
    margin-bottom: 24px;
}

.project-section h3 {
    font-size: 20px;
    color: var(--light-primary-50);
    font-family: 'circular_stdmedium';
    margin-bottom: 16px;
}

.project-section p {
    font-size: 20px;
    color: var(--light-primary-100);
}

.learn-more {
    border-color: var(--light-primary-10);
    color: var(--light-primary-10);
    margin-top: 24px;
    display: inline-block;
}

.learn-more span {
    background: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow_w.svg) no-repeat center center;
}

.learn-more:hover {
    background-color: var(--light-primary-10);
    color: var(--light-primary-400);
}

.learn-more:hover span {
    background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow_b.svg);
}

.all-team .team-img {
    padding: 30%;
    width: 60%;
}

.all-team h3 {
    font-size: 24px;
    font-family: 'lyon_text_regular';
    color: var(--light-primary-300);
    margin: 26px 0 5px;
}

.all-team h4 {
    font-size: 20px;
    color: var(--light-primary-200);
}

.value-section img {
    width: 150px;
}

.value-section h3 {
    font-size: 36px;
    font-family: 'lyon_text_regular';
    color: var(--light-primary-300);
    margin: 24px 0;
}

.value-section p {
    font-size: 20px;
    color: var(--light-primary-200);
}


.hiring-section h3 {
    font-size: 36px;
    font-family: 'lyon_text_regular';
    color: var(--light-primary-200);
    margin: 40px 0 8px;
}

.hiring-section h3 span {
    display: block;
    font-size: 70px;
    color: var(--light-primary-400);
    padding: 16px 0;
}

.hiring-section p {
    font-size: 24px;
    color: var(--light-primary-200);
}

.hiring-section .primary-link {
    margin-top: 24px;
}

.contact-form h2 {
    margin-bottom: 40px;
}

.contact-form h4 {
    font-size: 24px;
    color: var(--light-primary-100);
    margin-bottom: 40px;
}

.curve-carousel {
    width: 100vw;
    overflow: hidden;
    position: relative;
    --v-offset: 60px;
    --curve-height: 120px;
}

/* .curve-carousel .wrapper {
    display: grid;
    grid-template-rows: 50vw;
    grid-auto-flow: column;
    grid-gap: 16px;
    overflow: auto;
    scroll-snap-type: x mandatory;
} */

/* .curve-carousel .wrapper {
    display: grid;
    grid-template-rows: 50vw;
    grid-auto-flow: column;
    grid-gap: 16px;
    overflow: auto;
    scroll-snap-type: x mandatory;
    animation: autoscroll 100s linear infinite;
    width: fit-content;
} */

/* @keyframes autoscroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 24px));
    }
} */


/* .curve-carousel img {
    scroll-snap-align: center;
    max-width: none;
    min-width: 32vw;
} */

.curve-carousel::after,
.curve-carousel::before {
    content: "";
    display: block;
    background: white;
    width: calc(100vw + 2 * var(--v-offset));
    height: var(--curve-height);
    position: absolute;
    border-radius: 50%;
    left: calc(-1 * var(--v-offset));
    right: calc(-1 * var(--v-offset));
}

.curve-carousel::before {
    top: calc(-0.6 * var(--curve-height));
    z-index: 1;
}

.curve-carousel::after {
    bottom: calc(-0.6 * var(--curve-height));
}

.mt-40 {
    margin-top: 40px;
}

.pre-heading {
    font-size: 20px;
    color: var(--light-primary-300);
    margin-bottom: 16px;
}

.icons-warpper {
    margin-top: 67px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.icons-warpper > div {
    padding: 0 10px;
}

.icons-warpper h5 {
    font-size: 20px;
    color: var(--light-primary-100);
    margin-top: 8px;
}

.cove-icons {
    margin-top: 60px;
}

.app-download {
    margin-top: 80px;
}

.app-download a:last-child {
    margin-left: 40px;
}

.village-map-bg {
    background: url(https://satyame.sirv.com/sirv32/assets/img/village/village_map_bg.jpg) no-repeat right center;
}

.cove-map-bg {
    background: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/img/cove/cove_map_bg.svg) no-repeat right center;
}

.village-map-bg,
.cove-map-bg {
    background-size: contain;
    margin: 100px 0;
    padding: 270px 0 64px;
}



@media only screen and (max-width: 1024px) {
    .about-description {
        font-size: 14px;
    }

    .projects-heading {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .lead-video-container {
        height: 500px;
    }

    .lead-video-container p {
        font-size: 14px;
    }

    .lead-video-container .projects-heading {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .project-section h3 {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .project-section p {
        font-size: 12px;
    }

    .project-section .learn-more {
        font-size: 14px;
        color: var(--light-link-200);
        padding: 8px 0;
        margin-top: 8px;
        margin-bottom: 0;
        border: none;
    }

    .project-section .learn-more span {
        margin: 0 0 -3px 4px;
        background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow-light-blue.svg);
    }

    .project-section .learn-more:hover {
        background: none;
        text-decoration: underline;
    }

    .project-section .learn-more:hover span {
        background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow-light-blue.svg);
    }

    .offerings-section h3 {
        font-size: 18px;
        margin: 16px 0;
    }

    .offerings-section p {
        font-size: 14px;
    }

    .icons-warpper h5 {
        font-size: 14px;
    }

    .team-section h3 {
        font-size: 14px;
        margin: 8px 0 2px;
    }

    .team-section h4 {
        font-size: 10px;
    }

    .contact-form p {
        margin-bottom: 34px;
    }

    .app-download {
        margin-top: 24px;
    }

    .app-download a:last-child {
        margin-left: 16px;
    }

    .projects-images img {
        height: 33.21vw;
        width: 100%;
    }

    .village-map-bg,
    .cove-map-bg {
        padding: 0;
    }

    .pre-heading {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .common-section {
        padding: 40px 0;
    }

    .home-heading-container {
        padding-bottom: 40px;
    }

    .projects-images h3 {
        font-size: 18px;
        height: auto;
    }

    .success-stories-carousel {
        flex-direction: column;
        margin: 0 -12px;
    }

    .success-story {
        margin-right: 0;
    }

    .success-story .text-box {
        padding: 0 12px;
    }

    .success-story h3 {
        font-size: 18px;
        margin: 16px 0 12px;
    }

    .success-story .primary-content {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .about-video-section {
        padding: 40px 0;
    }

    .heading-mb-80 {
        margin-bottom: 40px;
    }

    .story-row {
        text-align: center;
        border: none;
        padding-bottom: 20px;
        margin-bottom: 20px;

    }

    .story-row div:first-child {
        width: 100%;
    }

    .story-section h4 {
        margin-bottom: 16px;
    }

    .double-arrow {
        width: 24px;
        height: 24px;
        display: block;
        background: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/double_arrow_down.svg) no-repeat center center;
        margin-top: 5px;
    }

    .story-section h4 {
        font-size: 18px;
    }

    .story-section p {
        font-size: 16px;
    }

    .offerings-section .container-fluid {
        padding: 0 24px;
    }

    .offer-margin {
        margin-bottom: 60px;
    }

    .partners-section h3 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .partners-list {
        margin-bottom: 40px;
    }

    .partners-list li {
        width: 100px;
        margin-right: 16px;
    }

    .partners-list li img:last-child {
        margin-top: 16px;
    }

    .project-section .text-box {
        padding: 16px;
    }

    .video-wrapper {
        height: 457px;
    }

    .project-list {
        padding: 0;
    }


    .all-team h3 {
        font-size: 16px;
        margin: 17px 0 5px;
    }

    .all-team h4 {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .value-section img {
        width: 80px;
    }

    .value-section h3 {
        font-size: 20px;
        margin: 7px 0;
    }

    .value-section p {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .hiring-section img {
        width: 100px;
    }

    .hiring-section h3 {
        font-size: 30px;
        margin: 12px 0 2px;
    }

    .hiring-section h3 span {
        font-size: 40px;
        padding: 2px 0;
    }

    .hiring-section p {
        font-size: 16px;
    }

    .contact-form h4 {
        font-size: 16px;
        margin-bottom: 34px;
    }

    .contact-form .contact-btn {
        font-size: 14px;
        color: var(--light-link-500);
        padding: 8px 0;
        margin-top: 18px;
        margin-bottom: 0;
        border: none;
        display: flex;
        align-self: end;
    }

    .contact-form .contact-btn span {
        margin: 0 0 -4px 0;
        background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow_blue.svg);
        width: 20px;
        height: 20px;
        background-size: cover;
    }

    .contact-form .contact-btn:hover {
        background: none;
        text-decoration: underline;
    }

    .contact-form .contact-btn:hover span {
        background-image: url(https://32nd.s3.ap-south-1.amazonaws.com/assets/icons/arrow_blue.svg);
    }

    .project-section {
        margin: 40px -12px 0;
    }

    .media-coverage-logo img {
        width: 100px;
    }

    .object-fit {
        height: 457px;
        object-fit: cover;
    }

    .info-section {
        text-align: center;
    }

    .info-section .primary-heading {
        margin-bottom: 8px;
    }

    .info-section img {
        width: 100%;
    }

    .icons-warpper {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .icons-warpper>div img {
        width: 68px;
    }

    .icons-warpper>div {
        padding: 0 20px;
    }

    .icons-warpper h5 {
        margin: 6px 0 24px;
    }

    .rotate-image-box {
        position: relative;
    }

    .rotate-image-box:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .rotate-image-box img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: rotate(90deg) translate(-50%, -50%);
        transform-origin: top left;
        height: 100%;
    }

    .cove-icons {
        margin-top: 24px;
    }

    .cove-icons img {
        margin-bottom: 10px;
    }

    .cove-icons h5 {
        margin-bottom: 0;
    }

    .primary-link::after {
        margin-top: -3px;
    }

    .projects-images .col-md-3 {
        flex: none;
    }

    .projects-images .image-wrapper {
        margin: 0 -12px;
    }

    .projects-images img {
        height: auto;
        width: auto;
    }

    .projects-images .col-md-3:hover {
        flex-basis: auto;
    }

    .projects-images .col-md-3:not(:hover) {
        flex-basis: auto;
    }

    .projects-images p {
        opacity: 1;
        font-size: 14px;
        height: auto;
        margin-bottom: 56px;
    }

    .projects-images:has(> :hover) .col-md-3:not(:hover, .col-md-3:hover) h3 {
        display: block;
    }

    .village-map-bg,
    .cove-map-bg {
        background: none;
        text-align: center;
        margin: 0;
    }

}

.cover-video {
    height: 200vh;
    padding: 0;
}

.cover-video-wrapper {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: -1;
}

.animated-logo {
    position: absolute;
}

.animated-logo img {
    width: 100%;
    transform: scale(4);
    transform-origin: 0 0;
    margin-top: 8px;
}

.cover-content {
    transform: translateY(-50%);
    position: absolute;
    top: 75%;
}

/* .sticky .animated-logo {
    width: auto;
}

.sticky .animated-logo img {
    width: 100% !important;
} */
.animated-header {
    position: fixed;
    z-index: 100;
}

.inner-page-header {
    font-size: 16px;
    color: var(--light-primary-10);
    padding: 14px 0;
    text-align: center;
}

video::-webkit-media-controls {
    display:none !important;
}