/* vfx-service-new-page-start */

.img-coverr {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* bnr-start */

.new_book_banner_sec {
    /* padding: 43px 40px 50px 90px; */
    margin-top: 143px;
    background-color: rgb(255 255 255 / 0%);
    backdrop-filter: blur(5px) saturate(130%);
    background-image: url(https://www.framefounder.com/site//images/banner_bg_img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

.bnr-sub-tle {
    font-size: 1.8rem;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: var(--brand);
}


.vfx-serv-left_text ul {
    flex-wrap: wrap;
    gap: 10px;
}

.vfx-serv-left_text ul li {
    border-right: .1rem solid rgb(255 0 0 / 50%);
    padding: 0 1.5rem;
}

.vfx-serv-left_text ul li a {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--brand);
}

.vfx-serv-left_text ul li:last-child {
    border-right: none;
}

.vfx-serv-left_text ul {
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
    justify-content: center;
    margin-top: 2rem;
}


.video_area {
    position: relative;
    max-width: 800px;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
}

.video_area video {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 2rem;
}


.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    height: 6rem;
    background: var(--brand);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 1.5s infinite;
}

.play-btn::before {
    content: "";
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent white;
    margin-left: 5px;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #e72324;
    }

    70% {
        box-shadow: 0 0 0 25px rgba(255, 193, 7, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

/* bnr-end */

/* solution-sec-start */

.solution_sec {
    background: url(https://www.framefounder.com/site/images/shape_img1.png )repeat center top;
    background-size: contain;
}

.solution-box {
    background: #ffffff21;
    padding: 4rem 6rem;
    border-radius: 1rem;
    backdrop-filter: blur(7px) saturate(150%);
}

/* solution-sec-end */

/* brand-sec-start */

.brand-sec-2 {
    /* background: #273c752b; */
    background: linear-gradient(to bottom, rgb(22 21 90 / 70%) 0%, rgb(17 28 50) 100%);
    /* padding: 6rem 0; */
}

.sec-main-wrp {
    padding-top: 5rem;
}

.brnd-item-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 37px;
}

.brand-item {
    flex: 0 0 20%;
    /* height: 80px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.brand-item img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: 0.3s;
    flex-shrink: 0;
}

.brnd-item-listing .brand-item img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(255deg) brightness(106%) contrast(101%);
    cursor: pointer;
}

.brand-item:hover img {
    /* filter: grayscale(0%); */
    transform: scale(1.05);
}

.brand-item:hover {
    transform: translateY(-5px);
}

/* brand-sec-end */

/* country-address-start */

.cntry-flag img {
    width: 5rem;
    height: auto;
}

.cntry-flag {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cntry-flag span {
    font-size: 29px;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
}

.contact-crd-2 {
    background-image: url(../images/card-bg-2.png);
    padding: 5rem 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.2rem;
}

.cntry-contac-dtls {
    background: url(https://www.framefounder.com/site/images/shape_img1.png) repeat center top;
    background-size: cover;
}

.cont-main-crd {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 3rem;
    background: #060e267d;
    backdrop-filter: blur(5px);
    border-radius: 1rem;
    flex-direction: column;
}

.cont-main-crd .cnty-adrs {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.cnty-adrs i {
    font-size: 1.8rem;
    color: var(--brand);
}

/* country-address-end */

/* revenu-sec-start */

.rev-solu-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 4rem;
    border-radius: 2rem;
    background: linear-gradient(to right, #e723242b, #092348);
}

.rev-solu-card i {
    font-size: 2.7rem;
    margin-bottom: .8rem;
    color: var(--brand)
}

.rev-solu-crd-listing {
    padding-top: 5rem;
}

.director_sec .director_box .person_image img {
    width: 10rem
}

.rev-mange-solu-sec {
    background: linear-gradient(to bottom, rgb(29 6 40 / 32%) 0%, rgb(15 11 44) 100%);
}

.director_main {
    margin-top: 10.5rem
}

.new_enqury_form_sec .right_form h4 {
    line-height: 3.5rem;
    border-bottom: none;
    /* border-left: 2.4px solid #0073a2; */
    padding-bottom: 0;
    padding-left: .6rem
}

.new_enqury_form_sec .right_form p {
    border-bottom: .1rem dashed #ccc
}

.new_enqury_form_sec .right_form .frm_label_txt {
    padding-bottom: 1rem
}

.new_book_banner_sec .left_text {
    margin-left: 0;
    padding: 2rem 0
}

.new_book_banner_sec .left_text ul {
    flex-wrap: wrap;
    gap: 10px
}

.new_book_banner_sec .right_images img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-top: 2rem
}


.new_enqury_form_sec .left_images img {
    width: 100%;
    /* max-width: 595px; */
}

/* revenu-sec-end */

/* testimonail-sec-start */

.test-2-sec {
    background: url(https://www.framefounder.com/site/images/shape_img1.png) repeat center top;
    background-size: cover;
}

.testimonial-card {
    background: #0d1029;
    border-radius: 2rem;
    /* padding: 20px; */
}

.testi-img {
    border-top-left-radius: 2rem;
    overflow: hidden;
    border-bottom-left-radius: 2rem;
}

.testi-img img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.testi-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.testi-content p {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 500;
}

.testi-year {
    color: #5e5e5e;
    padding-left: 1rem;
    display: inline-block;
}

.testi-athr-cont {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    gap: 1.7rem;
}

.testi-athr-cont img {
    width: 30px !important;
    height: 30px;
    object-fit: cover;
}

.testi-content h6 {
    font-weight: 600;
    margin-top: 10px;
    color: #1f1f1f;
}


.testimonial-slider-2 .owl-dots {
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.testimonial-slider-2 .owl-dot span {
    width: 8px;
    height: 8px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    margin: 5px;
}

.testimonial-slider-2 .owl-dot.active span {
    background: var(--brand);
}


.testimonial-slider-2 .owl-nav.disabled {
    display: none;
}


/* testimonail-sec-end */

/* cta-2-sec-start */

.cta-sec-2 {
    background: linear-gradient(to bottom, rgb(29 6 40 / 32%) 0%, rgb(15 11 44) 100%);
    /* padding: 5rem 0; */
    padding: 2rem 0;
}

.cta-sec-2-lt h2 {
    font-size: 4rem;
    line-height: 50px;
    color: var(--white);
}

.cta-sec-2-lt p {
    text-wrap: balance;
}

.highlight-txt {
    display: inline-block;
    color: var(--brand);
}

.cta-sec-2-rt img {
    height: 410px;
    object-fit: contain;
    width: 100%;
    transform: rotate(340deg);
}

/* cta-2-sec-end */

/* enqury-sec-start */

.new_enqury_form_sec {
    padding: 1rem 0;
    position: relative;
    margin-top: 6rem;
    z-index: 1;
    background: url(https://www.framefounder.com/site/images/shape_img1.png) repeat center top;
    background-size: cover;
}



.new_enqury_form_sec .right_form {
    background: #fff;
    padding: 3rem;
    width: 55rem;
    border: .1rem dashed rgba(0, 0, 0, .2);
    position: relative;
    z-index: 5;
}

/*.new_enqury_form_sec .right_form*/
.new_enqury_form_sec .right_form h4 {
    border-bottom: .1rem dashed #ccc;
    padding-bottom: 1rem;
    font-size: 3rem;
}

.new_enqury_form_sec .right_form .frm_label_txt {
    font-size: 1.6rem;
    text-transform: capitalize;
    color: var(--black);
    display: block;
    padding-bottom: .2rem;
}

.new_enqury_form_sec .right_form form .input_fld {
    margin-bottom: 1.5rem;
}

.new_enqury_form_sec .right_form form input {
    width: 100%;
    border: .1rem solid #ced4da;
    height: 5rem;
    padding: 0 1.5rem;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    color: var(--black);
    font-size: 1.5rem;
    border-radius: 1rem;
    background: transparent;
}


.new_enqury_form_sec .right_form form input::placeholder {
    color: var(--black) !important;
    opacity: .2;
    font-weight: 500;
}

.new_enqury_form_sec .right_form form button {
    display: inline-block;
    padding: 0 3.5rem;
    height: 4.5rem;
    color: var(--white);
    background: var(--gradient);
    line-height: 4.5rem;
    border-radius: .5rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 3rem;
    letter-spacing: .1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    font-size: 1.6rem;
    border: none;
}



.new_enqury_form_sec .left_images {
    position: static;
    left: 20rem;
    top: -40px;
    z-index: 1;
}


.contact-cta-btn a {
    margin-top: 2.5rem;
    background: #e72324;
    padding: 10px 2rem;
    color: var(--white);
    font-size: 1.7rem;
    border-radius: 2.5rem;
    display: inline-block;
}


.contact-cta-btn a:hover {
    background-color: var(--white);
    color: var(--body_bg_color) !important;
    transition: 0.4s linear;
}

.new_enqury_form_sec .left_images img {
    width: auto;
    height: 100%;
    border-radius: 2rem;
    object-fit: cover;
}

/* enqury-sec-start *


/* responsive-start */

@media (min-width: 1200px) and (max-width: 1600px) {

    .new_enqury_form_sec .left_images {
        left: 2rem;
    }

}


@media(max-width:1199px) {

    .new_book_banner_sec {
        padding: 3rem 0;
    }

    .vfx-serv-left_text ul {
        margin-top: 1rem;
    }

    .brand-item {
        flex: 0 0 24%;
        height: 70px;
    }

    .contact-crd-2 {
        height: 100%;
    }

    .new_enqury_form_sec .left_images {
        position: static;
    }

    .new_enqury_form_main {
        overflow: hidden;
    }

    /* .new_enqury_form_sec .left_images img {
        width: 55rem;
    } */

    .sec-main-wrp {
        padding-top: 3rem;
    }

}

@media(max-width:991px) {

    .brand-item {
        flex: 0 0 25%;
        height: auto;
    }

    .testi-img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .new_enqury_form_sec .left_images img {
        width: 100%;
        height: auto;
    }

    .rev-solu-crd-listing {
        padding-top: 3rem;
    }

    .contact-btn-wrp {
        flex-direction: column;
    }
}

@media(max-width:575px) {

    .custom-btn-2 a {
        padding: 0 2.5rem;
        width: auto !important;
        font-size: 1.5rem;
    }

    .vfx-serv-left_text ul li a {
        font-size: 1.5rem;
    }

    .brand-item {
        flex: 0 0 30%;
    }

    .rev-solu-card {
        padding: 3rem;
    }

    .brand-item img {
        max-height: 59px;
    }

    .rev-solu-card h3 {
        font-size: 2rem;
        margin: .5rem 0 !important;
    }

    .cta-sec-2-lt h2 {
        font-size: 2.5rem;
        line-height: 3.2rem;
        color: var(--white);
    }

    .custom-btn-2 {
        flex-direction: row !important;
    }

    .cta-sec-2-rt img {
        height: 330px;
        transform: rotate(0deg);
    }

}

/* responsive-end */


/* vfx-service-new-page-end */