/* @import url("../../fonts/casestudy-icomoon/style.css"); */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: var(--font-rg);
}
.ambuja-cement-pannel {
    background: #fafafa;
}
.infinity-bann .col-left-pannel {
    padding-right: 20px;
}
.ambuja-cement-pannel .col-left-top-heading h1 {
    font-size: 3.6em;
    color: var(--ambuja40);
}

.ambuja-cement-pannel .col-left-pannel p {
    font-size: 2em;
    color: var(--ambuja40);
}

.circle-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffd700; /* yellow background */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-bg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: repeating-conic-gradient(rgba(255, 255, 255, 0.1) 0deg 5deg, transparent 5deg 10deg);
    transform: translate(-50%, -50%) rotate(0deg);
    border-radius: 50%;
    animation: spin 20s linear infinite;
    z-index: 0;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.ambuja-cement-pannel .col-right-section-para {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ambuja-cement-pannel .col-right-section-para img {
    width: auto;
    height: auto;
    position: relative;
    /* animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%; */
}
@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }
    24% {
        transform: translate(1px, 30px);
    }
    50% {
        transform: translate(1px, 12px);
    }
    74% {
        transform: translate(1px, 22px);
    }
    100% {
        transform: translate(1px, 22px);
    }
}

@-moz-keyframes up-down {
    0% {
        -moz-transform: translate(1px, 20px);
    }
    24% {
        -moz-transform: translate(1px, 30px);
    }
    50% {
        -moz-transform: translate(1px, 12px);
    }
    74% {
        -moz-transform: translate(1px, 22px);
    }
    100% {
        -moz-transform: translate(1px, 22px);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
    }
    24% {
        -webkit-transform: translate(1px, 30px);
    }
    50% {
        -webkit-transform: translate(1px, 12px);
    }
    74% {
        -webkit-transform: translate(1px, 22px);
    }
    100% {
        -webkit-transform: translate(1px, 22px);
    }
}

@-o-keyframes up-down {
    0% {
        -o-transform: translate(1px, 20px);
    }
    24% {
        -o-transform: translate(1px, 30px);
    }
    50% {
        -o-transform: translate(1px, 12px);
    }
    74% {
        -o-transform: translate(1px, 22px);
    }
    100% {
        -o-transform: translate(1px, 22px);
    }
}

@-ms-keyframes up-down {
    0% {
        -ms-transform: translate(1px, 20px);
    }
    24% {
        -ms-transform: translate(1px, 30px);
    }
    50% {
        -ms-transform: translate(1px, 12px);
    }
    74% {
        -ms-transform: translate(1px, 22px);
    }
    100% {
        -ms-transform: translate(1px, 22px);
    }
}

.platform-user-wrapper {
    background: var(--ambuja40);
    background: url(../../../images/case-studies/ambuja-cement/stars-bg.png) no-repeat;
    background-size: 100% 100%;
}
.platform-user-wrpp {
    display: flex;
    align-items: center;
    gap: 30px;
}
.plastform-logo {
    text-align: center;
}
.plastform-logo h2 {
    font-size: 2.8em;
    color: var(--white-color);
    font-family: var(--font-bd);
}
.plastform-users-list {
    display: flex;
    gap: 30px;
    /* align-items: center; */
    flex: 1;
}
.plastform-users {
    padding: 100px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* border: 1px solid; */
    display: flex;
    align-items: center;
}
.circle {
    position: absolute;
    /* margin: 20px; */
    /* height: 100vh;
    width: 100vh; */
    height: 921px;
    width: 921px;
    background-color: transparent;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 45%;
    margin-top: -220px;
}

.circle:before {
    position: absolute;
    content: "";
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 1.5px dashed orange;
    top: -13px;
    left: -13px;
    border-radius: inherit;
    animation: spinner 50s linear infinite;
}

@keyframes spinner {
    100% {
        transform: rotateZ(360deg);
    }
}

.plat-use-wrpp {
    background: #0f2646;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}
.plat-use-icon {
    display: flex;
    width: 80px;
    height: 80px;
    /* padding: 16px; */
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #4990e2;
    background: #223c61;
    margin-bottom: 12px;
}
.plat-use-cont h3 {
    font-size: 1.6em;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 12px;
}
.plat-use-cont p {
    font-size: 1.4em;
    margin-bottom: 12px;
    color: #fdfdfd;
}
.plat-use-cont ul {
    list-style: disc;
    margin-left: 20px;
}
.plat-use-cont li {
    font-size: 1.4em;
    color: #fdfdfd;
    text-align: left;
    list-style: disc;
}

.ambuja-over-solution-wrapp {
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
}
.ambuja-over-solution {
    display: flex;
}
.over-solu-card {
    padding: 40px 0;
    width: 100%;
}
.over-solu-card h3 {
    font-size: 4em;
    color: var(--ambuja40);
    margin-bottom: 20px;
}
.over-solu-card p {
    font-size: 2em;
    color: #455a64;
}
.over-solu-card ul {
    margin-left: 30px;
    margin-top: 15px;
}
.over-solu-card li {
    font-size: 2em;
    color: #455a64;
    list-style-type: disc;
    margin-bottom: 8px;
}
.overview-wrapp {
    padding-right: 100px;
    border-right: 0.5px solid #bababa;
}
.solution-wrapp {
    padding-left: 100px;
    border-left: 0.5px solid #bababa;
}
.ambuja-ob-challenge-wrap {
    padding: 60px 0;
}
.ambuja-ob-challenge {
    display: flex;
}
.ambuja-obj {
    background: var(--ambuja60);
    padding: 40px;
    border-radius: 40px 0 0 40px;
}
.ambuja-obj p {
    color: var(--black-color);
}
.ambuja-challenge {
    padding: 40px;
    background: var(--ambuja40);
    border-radius: 0 40px 40px 0;
}
.ambuja-challenge h3 {
    color: var(--white-color);
}
.ambuja-challenge li {
    color: var(--white-color);
}
.app-wrapp {
    padding: 60px 0;
    background: linear-gradient(248deg, #4990e2 8.28%, #284f7c 87.5%);
}
.app-wrpp-cont {
    display: flex;
}
.app-left-pannel {
    width: 52%;
}

.app-left-pannel h3 {
    font-size: 4em;
    color: var(--white-color);
    margin-bottom: 20px;
}
.app-left-pannel h4 {
    font-size: 2.4em;
    color: var(--white-color);
    margin-bottom: 16px;
    margin-top: 16px;
}
.app-left-pannel li {
    font-size: 1.8em;
    color: var(--white-color);
    list-style-type: disc;
    margin-bottom: 8px;
}
.app-left-pannel ul {
    margin-left: 20px;
}
.app-right-pannel {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brahmaand-slider {
    width: 70%;
    margin: 0 auto;
}

.brahmaand-slider .swiper-wrapper {
    padding: 40px 0;
    align-items: center;
}
.brahmaand-slider .swiper-slide {
    transform: scale(0.9);
    transition: transform 0.3s;
    /* border-radius: 16px; */
}
.brahmaand-slider .swiper-slide img {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}
.brahmaand-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
    /* background: url("../../images/case-studies/samsung-infinity-stage/screen-device.png") no-repeat;
    background-size: 100% 100%; */
    padding: 3px;
    z-index: 10;
}
.brahmaand-slider .swiper-slide.swiper-slide-active img {
    box-shadow: none;
    /* border-radius: 10px; */
}
.brahmaand-slider .swiper-slide img.screen-active {
    display: none;
}
.brahmaand-slider .swiper-slide.swiper-slide-active img.screen-active {
    display: block;
}
.brahmaand-slider .swiper-slide.swiper-slide-active img.screen-non-active {
    display: none;
}
.sli-shodow {
    background: rgba(38, 50, 56, 0.25);
    filter: blur(12.5px);
    max-width: 436px;
    height: 35px;
    border-radius: 40%;
    margin: 0 auto;
}

.exc-wrpp {
    background: var(--ambuja40);
    padding: 60px 0;
}
.my-word-wrpp {
    border-radius: 40px;
    padding: 40px 40px 0;
    background: var(--ambuja60);
    display: flex;
    gap: 40px;
    background: url("../../../images/case-studies/ambuja-cement/tse-bg-desktop.png") no-repeat;
    background-size: 100% 100%;
}
.my-world-cont {
    flex: 1;
    padding-bottom: 40px;
}
.my-world-cont h2 {
    font-size: 4em;
    margin-bottom: 16px;
    color: var(--ambuja40);
}
.my-world-cont p {
    font-size: 2em;
    color: var(--black-color);
    margin-bottom: 16px;
}
.my-world-cont ul {
    margin-left: 25px;
}
.my-world-cont li {
    color: var(--black-color);
    font-size: 1.8em;
    margin-bottom: 8px;
    list-style-type: disc;
}

.busi-outcome-wrapper {
    background: linear-gradient(0deg, #355788 0%, #355788 100%),
        linear-gradient(113deg, #4990e2 -7.01%, #284f7c 101.51%), #223c61;
    padding: 60px 0;
}
.busi-outcome-wrapper h4 {
    text-align: center;
    color: var(--white-color);
    margin-bottom: 30px;
    font-size: 4em;
}
.busi-outcome-top {
    padding: 20px 80px;
    border-radius: 174px;
    background: var(--white-color);
    display: flex;
    margin-bottom: 80px;
}
.busi-out {
    width: 100%;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.busi-out:nth-child(2) {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
.busi-out h2 {
    color: #ff7556;
    font-size: 4em;
}
.busi-out h3 {
    color: var(--black-color);
    font-size: 2.5em;
    text-align: center;
}
.busi-out p {
    color: #6f6f6f;
    font-size: 2em;
    text-align: center;
}
.busi-out-bott {
    display: flex;
    gap: 30px;
}
.busi-bot {
    background: var(--white-color);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    width: calc((100% / 4));
}
.busi-icon {
    width: 80px;
    height: 80px;
    border-radius: 60px;
    border: 1px solid #407bff;
    background: #d8ebff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
}
.busi-bot h3 {
    text-align: center;
    font-size: 1.9em;
    color: var(--black-color);
}
.busi-bot p {
    font-size: 1.6em;
    text-align: center;
}
.amb-foot-wrapper {
    padding: 60px 0;
    background: var(--ambuja40);
}
.amb-foot-wrapper p {
    font-size: 2.7em;
    color: var(--white-color);
    text-align: center;
}
.amb-pro-time-wrapper {
    padding: 60px 0;
}
.timeline-wrapper {
    display: flex;
    max-width: 1000px;
    margin: auto;
    gap: 40px;
    align-items: center;
}
.timeline-year-wrapp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.timeline-year-wrapp h2 {
    font-size: 4em;
    color: var(--ambuja40);
}
.timeline-years {
    max-height: 190px;
    overflow-y: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    padding-right: 5px;
    /* border-right: 1px solid #ccc; */
}
.timeline-years::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: transparent;
}

.timeline-years::-webkit-scrollbar {
    width: 1px;
    background-color: transparent;
}

.timeline-years::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.timeline-years button {
    background: none;
    border: none;
    font-size: 2em;
    color: #bababa;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    /* border-left: 4px solid #ebebeb; */
    padding: 5px 10px;
    position: relative;
    font-weight: 700;
}
.timeline-years button::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    background: #ebebeb;
}
.timeline-years button.active {
    color: #407bff;
    /* padding-left: 12px; */
}
.timeline-years button.active::before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    background: #407bff;
}
.timeline-years button:first-child::before {
    border-radius: 2px 2px 0 0;
}
.timeline-years button:last-child::before {
    border-radius: 0 0 2px 2px;
}
.timeline-section {
    padding: 25px 30px;
    width: 100%;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
    min-height: 300px;
}

.timeline-section h2 {
    color: #407bff;
    margin-bottom: 23px;
    font-size: 3.6em;
}
.timeline-section p {
    color: var(--black-color);
    font-size: 1.6em;
    margin-bottom: 15px;
}
.timeline-section ul {
    margin-left: 30px;
}

.timeline-section li {
    font-size: 1.5em;
    color: var(--black-color);
    margin-bottom: 8px;
    list-style-type: disc;
}
.exc-stakeholder-wrpp {
    padding: 60px 0;
}
.stk-heading {
    font-size: 4em;
    text-align: center;
    color: var(--ambuja40);
    margin-bottom: 12px;
}
.stk-para {
    font-size: 2em;
    text-align: center;
    color: var(--black-color);
    margin-bottom: 24px;
}
.stakholder-card {
    border-radius: 16px;
    position: relative;
    border: 1px solid #d8d8d8;
}
.stakholder-card .stkholder-img {
    border-radius: 16px;
    height: 380px;
}
.stakholder-card .stkholder-img img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stkholder-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;

    background: linear-gradient(180deg, rgba(107, 141, 158, 0) 50%, rgb(38 50 56 / 85%) 85%), rgb(255 255 255 / 4%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
}
.stkholder-cont .stkholder-heading {
    display: flex;
    gap: 16px;
    align-items: center;
}
.stkholder-cont .stkholder-heading img {
    width: 48px;
}
.stkholder-cont .stkholder-heading .on-hover {
    display: none;
}
.stkholder-cont .stkholder-heading h3 {
    font-size: 2.8em;
    color: var(--white-color);
}
.stkholder-cont .stk-cont {
    display: none;
}
.stkholder-cont .stk-cont ul {
    margin-left: 30px;
}
.stkholder-cont .stk-cont ul li {
    color: #455a64;
    font-size: 1.8em;
    margin-bottom: 7px;
    list-style-type: disc;
}
.stkholder-cont .stk-cont p {
    color: #455a64;
    font-size: 1.8em;
}
.stakholder-card:hover .stkholder-cont .stkholder-heading h3 {
    color: #4990e2;
}
.stakholder-card:hover .stkholder-cont .stkholder-heading .on-hover {
    display: block;
}
.stakholder-card:hover .stkholder-cont .stkholder-heading .no-hover {
    display: none;
}
.stakholder-card:hover .stkholder-cont {
    background: var(--white-color);
    justify-content: center;
}
.stakholder-card:hover .stkholder-cont .stk-cont {
    display: block;
}
#stkHolder .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #003d5740;
    border: 1px solid #003d5780;
}
#stkHolder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    height: 4px;
    border-radius: 10px;
    background: var(--ambuja40);
    border: 1px solid rgba(0, 61, 87, 1);
}
/* __________________media_______________________ */
@media screen and (min-device-width: 1400px) and (max-device-width: 1900px) {
    .circle-bg {
        height: 85vh;
    }
}
@media (max-width: 992px) {
    .section-left-right-wrapper {
        flex-direction: column;
    }
    .ambuja-cement-pannel .col-left-pannel {
        width: 100%;
    }
    .col-tp-logo {
        max-width: 105px;
        margin: 0 auto 20px;
    }
    .samsung-infinity-pannel {
        width: 100%;
    }
    .ambuja-cement-pannel .col-left-top-heading h1 {
        text-align: center;
    }
    .ambuja-cement-pannel .col-left-pannel p {
        font-size: 1.6em;
    }
    .ambuja-cement-pannel .col-left-pannel {
        text-align: center;
    }
    .ambuja-cement-pannel .col-right-pannel {
        width: 100%;
    }
    .circle-bg {
        height: 60vh;
    }
    .platform-user-wrpp {
        flex-direction: column;
        padding: 40px 0;
    }
    .plastform-logo {
        width: 100%;
    }
    .plastform-logo img {
        display: inline;
    }
    .plastform-logo h2 br {
        display: none;
    }
    .platform-user-wrapper {
        background: url(../../../images/case-studies/ambuja-cement/stars-bg-mobile.png) no-repeat;
        background-size: 100% 100%;
    }
    .platform-user-wrapper .inner-body-wrapper {
        padding: 0;
    }
    .plastform-users-list {
        flex-direction: column;
        width: 100%;
    }
    .plastform-users {
        justify-content: center;
    }
    .circle {
        right: 0;
        margin-top: -70%;
        bottom: 50%;
        top: -50%;
    }
    .circle:before {
        left: 69px;
    }
    .ambuja-over-solution {
        flex-direction: column;
    }
    .overview-wrapp {
        padding-right: 0;
        border-right: 0.5px solid transparent;
        border-bottom: 1px solid #bababa;
    }
    .solution-wrapp {
        padding-left: 0;
        border-left: 0.5px solid transparent;
    }
    .ambuja-over-solution-wrapp .inner-body-wrapper {
        padding: 0;
    }
    .over-solu-card {
        padding: 20px;
    }
    .over-solu-card h3 {
        font-size: 2.8em;
        margin-bottom: 15px;
    }
    .over-solu-card p {
        font-size: 1.6em;
    }
    .over-solu-card li {
        font-size: 1.6em;
    }
    .app-wrpp-cont {
        flex-direction: column;
    }
    .app-left-pannel {
        width: 100%;
    }
    .app-left-pannel h3 {
        font-size: 2.8em;
    }
    .app-left-pannel li {
        font-size: 1.6em;
    }
    .app-left-pannel h4 {
        font-size: 2.2em;
    }
    .app-right-pannel {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .exc-stakeholder-wrpp {
        padding: 40px 0;
    }
    .stk-heading {
        font-size: 2.8em;
    }
    .stk-para {
        font-size: 1.6em;
    }
    .stkholder-cont .stk-cont ul li {
        font-size: 1.6em;
    }
    .my-word-wrpp {
        flex-direction: column;
        /* background: url("../../../images/case-studies/ambuja-cement/tse-bg-mobile.png") no-repeat;
        background-size: 100% 100%; */
    }
    .my-world-cont h2 {
        font-size: 2.8em;
    }
    .my-world-cont p,
    .my-world-cont li {
        font-size: 1.6em;
    }
    .my-world-img {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .busi-out-bott {
        flex-wrap: wrap;
        gap: 20px;
    }
    .busi-bot {
        width: calc((100% / 2) - 10px);
        border-radius: 16px;
    }
    .timeline-year-wrapp h2 {
        font-size: 2.8em;
    }
    .busi-outcome-wrapper {
        padding: 40px 0;
    }
    .busi-outcome-wrapper h4 {
        font-size: 2.8em;
    }
    .amb-foot-wrapper {
        padding: 40px 0;
    }
    .amb-foot-wrapper p {
        font-size: 1.8em;
    }
    .app-wrapp {
        padding: 40px 0;
    }
    .brahmaand-slider {
        width: 100%;
    }
    .busi-out h3 {
        font-size: 2.2em;
    }
    .busi-out p {
        font-size: 1.7em;
    }
}
@media (max-width: 600px) {
    .brahmaand-slider .swiper-slide img {
        border-radius: 10px;
    }
    .circle-bg {
        padding-bottom: 20px;
    }
    .circle-bg img {
        max-width: 70%;
    }
    .circle {
        width: 500px;
        height: 500px;
        margin-top: -45%;
        left: -18%;
    }
    .plastform-users {
        padding: 50px 0;
    }
    .ambuja-ob-challenge {
        flex-direction: column;
    }
    .ambuja-obj {
        border-radius: 32px 32px 0 0;
    }
    .ambuja-challenge {
        border-radius: 0 0 32px 32px;
    }
    .timeline-wrapper {
        flex-direction: column;
    }
    .timeline-years {
        flex-direction: row;
        width: 100%;
        max-height: none;
    }
    .timeline-years button {
        padding: 6px 12px;
    }
    .timeline-years button::before,
    .timeline-years button.active::before {
        width: 100%;
        height: 4px;
    }
    .timeline-years button:first-child::before {
        border-radius: 2px 0 0 2px;
    }
    .timeline-years button:last-child::before {
        border-radius: 0 2px 2px 0;
    }
    .timeline-section {
        padding: 20px;
    }
    .busi-outcome-top {
        border-radius: 60px;
        flex-direction: column;
        padding: 80px 20px;
    }
    .busi-out:nth-child(2) {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
    }
    .busi-out {
        padding: 24px;
    }
    .busi-out-bott {
        gap: 60px;
    }
    .busi-bot {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .circle {
        width: 450px;
        height: 450px;
        margin-top: -45%;
        left: -20%;
    }
    .plastform-users {
        padding: 30px 0;
    }
    .plat-use-wrpp {
        width: 70%;
    }
    .circle:before {
        left: 45px;
    }
}
