.case-study-wrapper {
    background: #ffffff;
    padding-bottom: 0px;
}
main.case-study-wrapper .container {
    padding: 72px 157px 0;
    max-width: 1440px;
}
.case-hero {
    background: linear-gradient(    to bottom,    #ffe6d5 0%,    #ffffff 75%  );
    padding-top:60px;
}

.case-hero .case-study-logo {
    margin-bottom: 15px;
}

.case-hero .case-study-logo img {
    max-width: 180px;
}

.case-hero .case-description p {
    font-family: 'DM Sans';
    font-size: 18px;
}

.case-overview {
    border-radius: 10px;
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .4), rgba(255, 255, 255, .1));
    border: 1px solid #fff;
    backdrop-filter: blur(11px);
}

.case-overview>div {
    padding: 15px 0px;
}

.case-overview>div:last-child {
    border-bottom: none;
}

.case-overview p {
    margin-bottom: 0px;
}
.project-overview-slider .slick-track {
    display: flex;
    gap: 40px;
}
.case-overview-heading {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 18px;
}

.case-overview-text {
    font-family: 'DM Sans';
    font-size: 16px;
    color: #1614138f;
    line-height: 20px;
    margin-bottom: 8px !important;
}

.case-hero .case-study-img img {
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.case-heading {
    font-size: 56px;
    margin-bottom: 16px;
    color: #161413;
    line-height: 1.142;
    font-weight: 400;
}
.project-overview-slider .slick-list {
  overflow: hidden;
}
.case-text {
    font-family: 'DM Sans';
}
.role-case-img {
    position: relative;
    max-width: 85%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 60px;
}
.role-case-img img {
    position: relative;
    z-index: 9;
    min-height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.role-case-img:after {
    content: '';
    background: #ff6b35;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 20px;
}
.challenge-icon {
    width: 50px;
    margin-bottom: 20px;
    /* border: 1px solid #d2d2d2; */
    padding: 5px;
    border-radius: 7px;
}
.project-overview .inner-project {
    /* padding-bottom: 40px; */
    /* border-bottom: 1px solid #E0E0E0; */
}

.challenge-card {
    position: relative;
    z-index: 1;
    height: 100%;
}

.challenge-card>div {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    height: 100%;
    border: 1px solid #d2d2d2;
}

/* .challenge-card::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(to bottom, white, #ED6E19);
    border-radius: 20px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
} */
.my-role-contribution-inner {
    background: #ED6E19 !important;
    color: #fff;
}
.my-role-contribution-inner .case-heading {
    color: #fff;
}
.challenge-card .d-flex.align-items-center.gap-3 {
    margin-bottom: 12px;
}

.challenge-heading {
    font-size: 20px;
    font-family: 'DM Sans';
    font-weight: 700;
    margin-bottom: 5px;
}

.challenge-text {
    font-family: 'DM Sans';
    font-size: 16px;
    margin-bottom: 0px;
}

.project-approaches {
    margin-bottom: 70px;
    margin-top: 70px;
}

.approach-card {
    padding: 30px;
    background: linear-gradient(to bottom, rgb(255 243 237), transparent);
    border-radius: 20px;
}

.approach-card .approach-heading {
    font-size: 30px;
    color: #ff6b35;
    margin: 0 0 30px;
}

.approach-card .approach-text {
    font-size: 18px;
    font-family: 'DM Sans';
    margin-bottom: 20px;
}

.approach-card .approach-text:last-child {
    margin-bottom: 0px;
}

.solution-card {
    padding: 30px;
    background: linear-gradient(45deg, #ff6b35, #bd3d0e);
    border-radius: 20px;
}

.solution-card .solution-heading {
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px;
}

.solution-card .solution-text {
    font-family: 'DM Sans';
    font-size: 20px;
    color: #fff;
}

.project-approaches .approach-img {
    height: 450px;
}

.project-approaches .approach-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.tech-stack-results {
    position: relative;
    background: #ED6E19;
    padding-top: 140px;
    padding-bottom: 50px;
    z-index: 1;
}
.tech-stack-results:before {
  background-image: url(../img/tech-stack-bg-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.technologies-heading {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    text-transform: uppercase;
    font-size: 200px;
    line-height: 1;
    opacity: .5;
    font-weight: 900;
}

.tech-stack-heading {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.tech-stack-card {
    padding: 30px;
    text-align: center;
}

.tech-stack-card img {
    width: 50px;
    margin-bottom: 15px;
}

.tech-stack-card .tech-name {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'DM Sans';
}

.tech-stack-card .tech-category {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.tech-stack-grid>div {
    padding-left: 0px;
    padding-right: 0px;
}


.tech-stack-grid>div:nth-child(n+4) .tech-stack-card {
    border-top: 1px dashed #fff;
}

.tech-stack-grid > div .tech-stack-card {
  border-right: 1px dashed #fff;
}

.tech-stack-grid > div:nth-child(3n) .tech-stack-card {
  border-right: none;
}

.dev-img
{
    height: 450px;
    object-fit: cover;
}


.tech-stack-card.border-l-r {
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
}

.tech-stack-card.border-b-0 {
    border-bottom: none;
}

.results-inner {
    margin-top: 40px;
    padding: 30px;
    background: #4E0B16;
    border-radius: 20px;
}

.results-inner .result-heading {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 16px;
}

.results-inner .result-text {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.result-card {
    padding: 20px;
    border: 1px solid #ED193D;
    border-radius: 10px;
    background: #000000;
    height: 100%;
}

.result-card svg {
    width: 30px;
    height: 30px;
}

.result-card .result-card-heading {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.result-card .result-card-text {
    color: #B9B7B7;
    font-family: 'DM Sans';
    font-size: 16px;
    margin-bottom: 0px;
}

.case-video-section .video-images.top-images {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    margin-bottom: 40px;
}

.case-video-section .video-images.bottom-images {
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
}

.project-overview-slider .slick-slide img {
    height: 430px;
    object-fit: cover;
}
.case-video-section .video-images>div:first-child img {
    object-fit: cover;
    border-radius: 10px;
    z-index: -1;
}
.max-200px {
    max-width: 330px;
}
.case-video-section .video-images>div:nth-child(2) img {
    object-fit: cover;
    border-radius: 10px;
    max-width: 340px;
}
.case-video-section .container-fluid {
    padding: 0px;
}

.video-images.bottom-images img {
    height: 500px;
}

.case-video-section .video-images>div:nth-child(3) img {
    border-radius: 10px;
    max-width: 430px;
    z-index: -1;
}

section.roles-responsibilities p {
    font-size: 18px;
}

section.project-overview p {
    font-size: 18px;
}

.case-video-section {
    padding-top: 72px;
    padding-bottom: 72px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-video-section .btn {
    margin-bottom: 70px;
}

.case-video-section h2 {
    font-size: 60px;
    margin-bottom: 16px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: start;
    font-weight: 400;
}

.what-happen {
    max-width: 390px;
}
.video-sec-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 157px;
}
.case-video-section p {
    font-size: 18px;
    line-height: 1.3;
    text-align: start;
}
.project-challenges-main .challenge-card>div {
    border: none;
}
.project-challenges-main .challenge-icon {
    margin-bottom: 16px;
    border: none;
    width: 30px;
    padding: 0px;
}
.portfolio-content .category-case-study
{
    position: relative;
    display: inline-block;
    padding: 1px;
    background: linear-gradient(to right, #ff6b35, #ffdbce);
    background-size: 400px 400px;
    background-position: 0% 50%;
    border-radius: 30px;
    animation: strokeAnim 3s linear infinite;
    z-index: 1;
}
@keyframes strokeAnim
{
    0%
    {
        background-position: 0% 50%;
    }
    50%
    {
        background-position: 100% 50%;
    }
    100%
    {
        background-position: 0% 50%;
    }
}
.category-case-study span
{
    display: inline-block;
    padding: 9px 30px;
    border-radius: 50px;
    color: #ff6b35;
    line-height: 1.2;
    background: #eff1ff;
    border: none;
}
@media only screen and (max-width: 1440px) 
{

    .case-video-section .video-images>div:nth-child(2) img {
        object-fit: cover;
        border-radius: 10px;
        max-width: 340px;
    }

    .case-video-section .video-images>div:nth-child(3) img {
        border-radius: 10px;
        max-width: 390px;
        z-index: -1;
    }
    .case-video-section .video-images.top-images
    {
        margin-bottom: 70px;
    }
    
    .case-video-section h2
    {
        font-size: 50px;
    }
    .technologies-heading
    {
        font-size: 160px;
    }
}

@media screen and (max-width: 1024px) {
    main.case-study-wrapper .container {
    padding: 40px 60px 0;
    max-width: 1440px;
    }
    .video-sec-head {
        padding: 0px 60px;
    }
    .technologies-heading {
        font-size: 100px;
    }
    .portfolio-card .portfolio-heading
    {
        font-size: 25px;
    }
    .portfolio-card p
    {
        font-size: 14px;
    }
    ul.tech-stack-list li
    {
        font-size: 12px;
    }
        
    {
        font-size: 12px;
    }
    .case-hero .case-study-img img
    {
        height: 500px;
    }
    .case-overview>div
    {
        padding: 7px 0;
    }
    .case-heading
    {
        font-size: 36px;
    }
    section.project-overview p
    {
        font-size: 16px;
    }
    ul.order-list li
    {
        font-size: 16px;
    }
    .challenge-card>div
    {
        padding: 40px 0;
    }

}

@media screen and (max-width: 992px) {
    .case-heading {
    font-size: 32px;
}
    .technologies-heading {
        font-size: 100px;
    }
    section.roles-responsibilities p {
    font-size: 16px;
    }
    .approach-card .approach-heading {
    font-size: 30px;
    }
    .solution-card .solution-heading {
    font-size: 30px;
    }
    
    .approach-card .approach-text {
    font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    main.case-study-wrapper .container {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 575px) {
    .technologies-heading {
        font-size: 50px;
    }

    .tech-stack-results {
        padding-top: 60px;
    }

    .tech-stack-card {
        padding: 20px;
    }

    .approach-card .approach-text {
        font-size: 16px;
    }

    .approach-card {
        padding: 20px;
    }

    .approach-card .approach-heading {
        font-size: 25px;
    }

    .case-heading {
        font-size: 32px;
    }

    .case-study-img {
        margin-top: 40px;
    }

    section.case-video-section h2 {
        font-size: 32px;
    }

    .case-video-section {
        padding: 80px 0px;
    }

    .project-approaches {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .solution-card .solution-heading {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .case-hero .case-study-img img
    {
        height: 400px;
    }
    .project-overview-slider .slick-slide img
    {
        height: auto;
    }
    .video-sec-head
    {
        padding: 0px 26px;
        flex-direction: column;
    }
    .case-video-section .video-images>div:first-child img
    {
        height: 220px;
    }
    .tech-stack-grid > div .tech-stack-card
    {
        border-right: none;
        border-bottom: 1px dashed #fff;
    }
    .tech-stack-grid > div:last-child .tech-stack-card
    {
        border-bottom: none;
        border-right: none;
    }
    .tech-stack-grid>div:nth-child(n+4) .tech-stack-card
    {
        border-top: none;
    }
    .tech-stack-heading
    {
        margin-bottom: 40px;
    }
    .portfolio-rt
    {
        width: 100%;
    }
    .portfolio-card
    {
        padding: 20px;
    }
    .portfolio-content p.mb-0.font-14.fw-semibold
    {
        padding: 9px 20px;
    }
    .portfolio-tabs ul
    {
        justify-content: flex-start;
    }
    .portfolio-tabs ul li a,
    .portfolio-tabs ul li a.active
    {
        font-size: 16px;
        padding: 6px 20px;
    }
    .lg-main-heading br
    {
        display: none;
    }
}

@media screen and (max-width: 425px) {}