/* Case Studies */

.pord_card {
    display: flex;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.pord_card_back {
    position: absolute;
    left: 0;
    top: 0;
}
.pord_card_back,
.pord_card_back-right {
    width: 100%;
    height: 100%;
}
.pord_card_back-left,
.pord_card_back-mobile {
    width: 100%;
    height: 100%;
    display: none;
}
.pord_card:nth-child(2n):before {
    right: -177px;
    left: auto;
}
.pord_card:nth-child(2n):after {
    left: 30%;
    right: auto;
}
.pord_card:nth-child(2n) .pord_card_back-right {
    display: none;
}
.pord_card:nth-child(2n) .pord_card_back-left {
    display: block;
}
.pord_card:nth-child(2n) .pord_card_wrapper {
    flex-direction: row-reverse;
}
.pord_card:nth-child(2n) .pord_card_image {
    left: -52px;
}
.pord_card:nth-child(2n) .pord_card_image-right {
    /* display: none; */
}
.pord_card:nth-child(2n) .pord_card_image-left {
    display: flex;
}
.pord_card:nth-child(2n):hover .pord_card_image {
    transform: translate(-10px, 10px);
}
.pord_card:after,
.pord_card:before,
.pord_card:nth-child(2n):hover .pord_card_image {
    transition: all 0.3s ease;
}
.pord_card:after,
.pord_card:before {
    opacity: 0;
    position: absolute;
    display: block;
    content: "";
    width: 515px;
    height: 515px;
    filter: blur(150px);
    z-index: 1;
}
/*.pord_card:after {
        right: 30%;
        top: -50px;
        background: #fffefe2e;
    }*/
/*.pord_card:before {
        left: -177px;
        top: 235px;
        background: #0b3470;
    }*/
.pord_card:hover {
    position: relative;
    opacity: 1;
}
.pord_card:hover:after,
.pord_card:hover:before {
    opacity: 1;
    transition: all 0.3s ease;
}
.pord_card:hover .pord_card_wrapper:before {
    opacity: 1;
}
.pord_card:hover .pord_card_image {
    transition: all 0.3s ease;
    transform: translate(10px, 10px);
}
.pord_card:last-child {
    margin-bottom: 0;
}
.pord_card_wrapper {
    display: flex;
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    left: 6%;
}
.pord_card_wrapper2 {
    display: flex;
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    left: 8%;
}
.pord_card_wrapper_tech {
    display: flex;
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    /* left: 6%; */
}
.pord_card_wrapper:before {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    // background: linear-gradient(259.16deg, #02102c -0.49%, #124);
}
.pord_card_content {
    color: #aeaeae;
    padding: 56px 30px 56px 0px;
    width: 46%;
    text-align: left;
    z-index: 2;
}
@media (max-width: 768px) {
    .pord_card_content {
        width: auto; /* Set width to 'auto' to disable it */
    }
}
.pord_card_image2 {
    color: #aeaeae !important;
    padding: 56px 30px 56px 0px;
    width: 46%;
    text-align: left;
    z-index: 2;
    position: inherit;
    left: 500px;
}

@media (max-width: 768px) {
    .pord_card_image {
        display: none;
    }

    .pord_card_desc p {
        width: 92%;
    }
    .pord_card_content2 {
        display: none;
    }
    .pord_card_image2 {
        left: unset;
    }

    .pord_card_image2 {
        width: unset;
    }

    #case_study .row .view-btn {
        left: 70% !important;
    }
}
.pord_card_logo-wrapper {
    max-height: 60px;
    max-width: 225px;
    height: 60px;
    display: flex;
    margin-bottom: 24px;
    justify-content: flex-start;
    align-items: center;
}

.pord_card_logo {
    height: 100%;
    width: auto;
    max-width: 225px;
}
.pord_card_title {
    margin-bottom: 16px;
    color: #fff;
}
.pord_card_desc {
    font-size: 18px;
    line-height: 28px;
}
.pord_card_image {
    width: calc(54% + 52px);
    position: absolute;
    right: -52px;
    bottom: -48px;
    top: 48px;
    max-height: 100%;
    transition: all 0.3s ease;
    z-index: 2;
}
.pord_card_image-right {
    display: flex;
}
.pord_card_image-left,
.pord_card_image-right {
    align-items: flex-end;
    height: 100%;
    position: relative;
}
.pord_card_image-left {
    display: none;
}
.pord_card_image img {
    width: 70%;
    height: 100%;
    transition: all 0.3s ease;
    position: absolute;
    /* bottom: -25px; */
    top: -85px;
}

.pord_card_image .tech img {
    width: auto;
    height: 70%;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -25px;
    top: 24px;
}
.pord_card_content2 .pord_card_image-right img {
    /*width: fit-content;
		height: inherit;*/
    width: 482px !important;
    height: 369px;
    transition: all 0.3s ease;
    position: absolute;
    top: -10px !important;
    left: -75px;
}
.pord_card_technology {
    display: flex;
    flex-wrap: wrap;
    max-width: 480px;
    /* margin-bottom: -8px; */
    margin-top: 45px;
}
.pord_card_technology_item {
    /*margin-right: 8px;
        margin-bottom: 8px;
        padding: 3px 16px;
        font-size: 12px;
		border: 1px solid #8e8e8ef0;
		border-radius: 5px;*/

    margin-right: 8px !important;
    margin-bottom: 8px;
    padding: 8px 22px;
    font-size: 12px;
    border: 1px solid #595959;
    border-radius: 5px;
    background: #888 !important;
    color: #000;
}

.v_more {
    margin-bottom: 32px;
    padding: 12px 25px 12px 24px;
    font-size: 12px;
    border: 1px solid #595959;
    border-radius: 5px;
    background: #888 !important;
    color: #000;
    width: 9%;
    position: relative;
    left: 79%;
    text-align: center;
}

.mt-m19 {
    margin-top: -20px;
}

.section-bgx {
    padding: 120px 0 0 0;
    color: #fff;
}

.section-bgx::before {
    content: "";
    background: #1b1b1b;
    position: absolute;
    bottom: 20px;
    top: 20px;
    left: 0;
    right: 0;
    transform: unset !important;
}

#case_study .row .view-btn {
    padding: 9px 30px 9px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #fff;
    margin-bottom: 50px;
    position: sticky;
    left: 77.5%;
}

#case_study .row .view-btn:hover {
    background: #e03a3c;
    border: 2px solid #e03a3c;
}

#case_study .pord_card_wrapper .pord_card_content p {
    height: 70px;
}
.pord_card:hover .pord_card_content2 {
    transition: all 0.3s ease;
    transform: translate(10px, 10px);
}
.pord_card:hover .pord_card_image2 {
    /* transition: all 0.3s ease; */
    /* transform: translate(10px, 10px); */
}

.txt_set {
    font-size: initial;
    line-height: 21px;
}

.pord_card_wrapper .pord_card_content .pord_card_technology .pord_card_technology_item:hover {
    background: #c8c8c8 !important;
    color: #1e1e1e;
}

.pord_card_wrapper2 .pord_card_image2 .pord_card_technology .pord_card_technology_item:hover {
    background: #c8c8c8 !important;
    color: #1e1e1e;
}
.pord_card_technology_item:last-child {
    margin-right: 0;
}

.pord_card_wrapper .pord_card_content h3 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    padding-bottom: 6px !important;
    position: relative;
}
.pord_card_wrapper .pord_card_content h6 {
    color: #827ccc !important;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
}
.pord_card_wrapper .pord_card_content h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    position: relative;
}
.pord_card_wrapper .pord_card_content2 h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.pord_card_wrapper .pord_card_image2 h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.pord_card_wrapper2 .pord_card_image2 h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    position: relative;
}

.pord_card_wrapper2 .pord_card_image2 h6 {
    color: #827ccc !important;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
}
.pord_card_wrapper2 .pord_card_image2 h3 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    padding-bottom: 6px !important;
    position: relative;
}

.pord_card_wrapper .pord_card_image2 .pord_card_technology .pord_card_technology_item:hover {
    background: #e58c8d !important;
    color: #1e1e1e;
}

.shade::after {
    right: 50%;
    top: -50px;
    background: #0b379352 !important;
    z-index: -2;
}

.shade2::after {
    right: 17%;
    top: -50px;
    background: #0b379352 !important;
    z-index: -2;
}
.pt-34 {
    padding-top: 34px;
}

.p-25 {
    padding-top: 25px;
}
.pt-16 {
    padding: 60px 0;
}

.pb-18 {
    padding-bottom: 18px;
}
.b_border {
    border: 1px solid #aeaeae !important;
    border-radius: 7px;
    color: #1c1c1c99;
    padding: 10px 0px 10px 0px;
    font-size: 14px;
}

.p-10 {
    padding: 10px;
}

.pt-20 {
    padding-top: 20px;
}
.p-50 {
    padding: 50px 0 50px 0;
}

.pad-20 {
    padding: 20px 0 20px 0 !important;
}
/* End of Case Studies */

/* Extra CSS */
