@font-face {
    font-family: "Pondar";
    src: url("../font/Pondar.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
/* .jnav .blck {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.jnav.open .blck.animate {
    opacity: 1;
    transform: translateY(0);
}

.jnav .lnks a {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
}

.jnav.open .lnks a.animate {
    opacity: 1;
    transform: translateY(0);
} */

section.hero {
    /* margin-top: 110px; */
    position: relative;
}
section.hero > img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    min-height: 600px;
}
section.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 7px);
    background-color: #00000073;
    top: 0;
}
section.hero .container {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
section.hero h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    color: #c4c4c4;
    font-weight: 400;
}
section.hero h1 + h2 {
    font-size: 50px;
    line-height: 60px;
    /* margin: -5px auto 0; */
    margin: 0 auto;
    text-align: left;
    /* width: 810px; */
    width: 710px;
    color: #c4c4c4;
    font-weight: 400;
}
section.hero h2 span {
    /* font-family: "Pondar", sans-serif; */
    font-family: "Special Elite", system-ui;
    color: var(--secondary-color);
    letter-spacing: 2px;
    font-size: 58px;
}
section.hero h2 .typed-cursor {
    color: #fff;
    font-weight: 400;
}
section.hero a {
    font-weight: 600;
    color: #fff;
    border: 3px solid var(--primary-color);
    padding: 0 73px 0 50px;
    border-radius: 60px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    line-height: 52px;
}
section.hero a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    width: 18px;
}
section.hero a:hover {
    background-color: var(--primary-color);
}
section.hero a:hover img {
    right: 40px;
}

section.tboc,
section.oprr,
section.okf,
section.nxec,
section.uimide,
section.mprt,
section.anp,
section.uds {
    padding: 100px 0;
}
section.tboc .img-col,
section.anp .img-col {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    justify-content: space-between;
}
section.tboc .img-col img,
section.anp .img-col img {
    object-fit: contain;
    filter: grayscale(100%);
    transition: 0.3s;
    cursor: pointer;
}
section.tboc .img-col img:hover,
section.anp .img-col img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}
section.tboc .img-col img {
    max-width: 270px;
    max-height: 90px;
}
section.tboc .img-col:not(.slick-slider) img:nth-child(5) ~ img {
    display: none;
}
section.tboc .img-col .slick-track {
    display: flex;
    align-items: center;
    gap: 0 128px;
}

/* section.oprr .scttl {
    max-width: 70%;
    margin-inline: auto;
}
section.oprr .sprj .image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}
section.oprr .sprj .image h3 {
    position: absolute;
    width: 205px;
    bottom: 30px;
    left: 30px;
    margin: 0;
    color: #fff;
} */

/* NEW Slider Start */
.sliderDiv {
    display: flex;
    justify-content: center;
    padding: 0;
}

.new_slider:not(.slick-slider) {
    display: flex;
    width: 1432px;
    height: 570px;
    gap: 20px;
    transition: all 0.5s ease-in-out;
}

/* Base Card Styling */
.new_card {
    /* flex: 1; */
    background: #222;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    transition: flex 0.5s ease-in-out, background 0.3s ease-in-out, transform 0.3s ease-in-out,
        width 0.3 ease-in-out;
    overflow: hidden;
}

.new_card > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Expanded card */
.new_card.active {
    /* flex: 3; */
    flex: 3.55;
}

/* Shrinking effect for other cards */
.new_card:not(.active) {
    /* flex: 0.5; */
    flex: 0.5013;
}
.new_card:not(.active) .new_card-content {
    display: none;
}

/* Card Text Animation */
.new_card p {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.new_card.active p {
    opacity: 1;
    transform: translateY(0);
}

/* Image Section */
.new_card-image {
    /* flex: 1.5; */
    flex: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.new_card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card Content */
.new_card-content {
    /* flex: 1.5; */
    background: #1c1c1c;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* padding: 40px 45px 45px 45px; */
    padding: 55px 65px 50px 45px;
    width: calc(864px - 376px);
    justify-content: space-between;

    /* opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; */
}
/* .new_card.active .new_card-content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
} */
.new_card-content h2 {
    font-size: 114px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
    margin: 0 0 20px;
}

.new_card-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.new_card-content p {
    opacity: 0.8;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
}
.text-363636 {
    color: #363636 !important;
}
.text-4EA2BB {
    color: #4ea2bb !important;
}
/* Card Stats */
.new_card-stats {
    margin-top: 20px;
}

.new_card-stats h4 {
    font-size: 24px;
    font-weight: 500;
    color: white;
    line-height: 34px;
}

/* .new_card-stats p {
    font-size: 0.9rem;
    opacity: 0.7;
} */

/* Hover Effect */
.new_card:hover {
    transform: scale(1.01);
}
.imgNumber {
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%) !important;
    font-size: 60px;
}
.new_card:not(.active) .imgNumber {
    display: block;
    opacity: 1;
}
.imgArrow {
    display: none;
    position: absolute;
    bottom: 28px;
    /* left: 50%;
    transform: translate(-50%) !important; */
    height: 50px;
    width: 50px;
    border-radius: 100px;
    background-color: #ffffff4c;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.new_card:not(.active) .imgArrow {
    display: flex;
}
.new_card.active ~ .new_card .imgArrow {
    transform: rotate(180deg);
}
.sliderArrow {
    height: 30px;
    width: 30px;
}
.bg-lightPurple {
    background-color: #edd7ff;
}
.bg-lightBlue {
    /* background-color: #1fa1c8; */
    background-color: #58bad7;
}
.bg-purple {
    background-color: #212f71;
}
.bg-white {
    background-color: rgb(248, 248, 248) !important;
}
.text-black {
    color: black !important;
}
.text-lightPurple {
    color: #e0bbff !important;
}
.text-blue {
    color: #3e879d !important;
}
.text-grey {
    color: #2b2b2b33 !important;
}
/* NEW Slider End */

section.mprt .scttl {
    width: 73%;
    margin-inline: auto;
}
.mprl-slider .slick-track {
    display: flex;
}
.mprl-slider .rl {
    padding: 35px 30px;
    margin: 0 20px;
    background-color: #f3f3f3;
    display: flex;
    height: inherit;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.mprl-slider .rl::before {
    content: "";
    position: absolute;
    border-width: 30px;
    border-style: solid;
    border-right-color: #fff;
    border-top-color: #fff;
    border-left-color: #f3f3f3;
    border-bottom-color: #f3f3f3;
    right: 0;
    top: 0;
}
.mprl-slider .rl .nmbr {
    font-size: 96px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1;
}
.mprl-slider .rl .swp {
    font-size: 28px;
    font-weight: 600;
    color: var(--heading-color);
    height: 168px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 30px;
}
.mprl-slider .rl .swp p,
.mprl-slider .rl .st p {
    margin: 0;
}
.mprl-slider .rl .st {
    padding-top: 183px;
    opacity: 0;
    height: 145px;
    box-sizing: content-box;
    font-size: 23px;
    line-height: 29px;
    display: flex;
    align-items: flex-end;
}
.mprl-slider .rl:hover .swp {
    bottom: 178px;
}
.mprl-slider .rl:hover .st {
    opacity: 1;
}

.validation {
    font-size: 12px;
    color: #eb1a1a;
}

section.nxec video {
    /* max-width: 1190px !important; */
    width: 100%;
    display: block;
    margin: 0 auto;
}

section.okf .row.grid:not(.slick-slider) {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr); */
    display: flex;
    gap: 40px;
    padding-inline: 15px;
    align-items: start;
    flex-wrap: wrap;
}
section.okf .card {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(178, 178, 178, 0.25);
    border: 0;
    padding: 30px;
    transition: 0.3s ease-in-out;
}
section.okf .row.grid:not(.slick-slider) .card:hover {
    /* transform: scale(1.01); */
    background-color: #faf4ff;
}
section.okf .sf {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    flex: 0 0 calc(33.33% - 27px);
    max-width: calc(33.33% - 27px);
}
section.okf .sf .flex {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
section.okf .sf span:not(.apnm) {
    width: 82px;
    height: 82px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #6e41930d;
    border-radius: 100%;
}
section.okf .sf span:not(.apnm) img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
section.okf .sf .flex .apnm {
    font-size: 14px;
    font-weight: 500;
    color: #212f71;
    background-color: #f4f6ff;
    padding: 4px 20px;
    border-radius: 5px;
    min-width: 135px;
    text-align: center;
}
section.okf .sf:hover span {
    background-color: #fff !important;
}
section.okf .sf:hover span img {
    animation: zoomEffect 0.3s ease-in-out;
}
section.okf .sf h3 {
    font-size: 20px;
    color: var(--heading-color);
    margin: 15px 0 0;
}
section.okf .sf p {
    margin: 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 80px;
    transition: max-height 0.5s ease-in-out;
}

section.okf .sf:hover p {
    -webkit-line-clamp: unset;
    max-height: 220px;
}

section.frfea {
    background-color: var(--primary-color);
    color: #fff;
    padding: 80px 0;
}
section.frfea span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    background-color: var(--secondary-color);
}
section.frfea span img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
section.frfea h4 {
    font-size: 18px;
    margin: 20px 0 10px;
    font-weight: 600;
}
section.frfea p {
    font-size: 15px;
    margin: 0;
}

section.uimide {
    background: url(../img/dotMap.svg) no-repeat center 200px;
}
section.uimide .scttl {
    width: 60%;
    margin-inline: auto;
    margin-top: 70px;
}
section.uimide .row.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 20px;
    margin-bottom: 80px;
    padding-inline: 15px;
}
section.uimide .cntr {
    padding: 15px 0 15px 30px;
    border-left: 5px solid var(--secondary-color);
}
section.uimide .cntr h4 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1;
}
section.uimide .cntr .odometer.odometer-auto-theme {
    font-family: "Poppins", serif !important;
}
section.uimide .cntr p {
    margin: 5px 0 0;
    font-size: 20px;
}
section.uimide .cntr .odometer .odometer-inside .odometer-digit {
    margin-inline: -2px;
}

section.anp .img-col img {
    max-width: 360px;
    max-height: 82px;
}
section.anp .img-col:not(.slick-slider) img:nth-child(3) ~ img {
    display: none;
}
section.anp .img-col .slick-track {
    display: flex;
    align-items: center;
    gap: 0 251px;
}

section.uds .row.d-flex {
    align-items: center;
    margin-top: 60px;
}
section.uds p {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    padding-left: 60px;
}



@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1.1);
    }
}

/* 1200-1399 */
@media (max-width: 1599px) {
    /* section.hero h1 {
        font-size: 66px;
    }
    section.hero h1 + h2 {
        font-size: 66px;
        width: 1090px;
    } */

    section.hero h1,
    section.hero h1 + h2 {
        font-size: 40px;
        line-height: 50px;
    }
    section.hero h1 + h2 {
        width: 570px;
    }
    section.hero h2 span {
        font-size: 48px;
    }

    section.tboc .img-col img {
        max-width: 250px;
        max-height: 90px;
    }

    .sliderDiv {
        padding: 0 15px;
    }

    .mprl-slider .rl .swp {
        font-size: 22px;
    }
    .mprl-slider .rl .st {
        font-size: 20px;
    }
    
    .new_slider:not(.slick-slider) {
        height: 500px;
    }
    .new_card-content h2 {
        font-size: 84px;
    }
    .new_card-content h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .imgNumber {
        top: 60px;
        font-size: 50px;
    }

    section.anp .img-col .slick-track {
        gap: 0 71px;
    }
    section.anp .img-col img {
        max-width: 300px;
        max-height: 66px;
    }
    section.uds p {
        font-size: 22px;
    }

    section.uimide .cntr h4 {
        font-size: 36px;
    }
    section.uimide .cntr p {
        font-size: 18px;
    }

}

/* 992-1199 */
@media (max-width: 1199px) {
    section.hero > img {
        height: 700px;
    }
    /* section.hero h1 {
        font-size: 56px;
        line-height: 60px;
    }
    section.hero h1 + h2 {
        font-size: 56px;
        width: 925px;
        line-height: 60px;
        margin: 0 0 50px;
    } */
    /* section.hero a {
        font-size: 24px;
    } */

    section.tboc .img-col img {
        max-width: 220px;
        max-height: 70px;
    }
    section.tboc .img-col .slick-track {
        gap: 0 60px;
    }


    .new_slider:not(.slick-slider) {
        height: 480px;
    }
    .imgNumber {
        top: 27px;
        font-size: 40px;
    }
    .new_card-content {
        padding: 25px 25px 20px 25px;
        width: calc(864px - 530px);
    }
    .new_card-content h2 {
        font-size: 64px;
    }
    .new_card-content h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .new_card-content p {
        font-size: 16px;
    }


    /* .mprl-slider .rl .nmbr {
        font-size: 70px;
    }
    .mprl-slider .rl .swp {
        font-size: 20px;
    }
    .mprl-slider .rl .st {
        font-size: 18px;
        line-height: 24px;
    } */

    section.okf .sf {
        text-align: center;
    }
    section.okf .sf .flex {
        gap: 10px;
        /* flex-wrap: wrap;
        flex-direction: column; */
    }
    section.okf .sf span:not(.apnm) {
        width: 78px;
        height: 78px;
    }
    section.okf .sf span:not(.apnm) img {
        width: 50px;
        height: 50px;
    }
    /* section.okf .sf .flex .apnm {
        font-size: 16px;
        padding: 8px 20px;
        min-width: auto;
    } */
    /* section.okf .sf h3 {
        font-size: 24px;
    } */
    /* section.okf .sf p {
        margin: 0;
        font-size: 18px;
    } */

    section.frfea span {
        width: 78px;
        height: 78px;
    }
    /* section.frfea span img {
        width: 50px;
        height: 50px;
    } */

    section.uimide {
        background: url(../img/dotMap.svg) no-repeat center 250px;
    }
    section.uimide .cntr h4 {
        font-size: 40px;
    }
    section.uimide .cntr p {
        font-size: 18px;
    }

    section.anp .img-col img {
        max-width: 300px;
        max-height: 66px;
    }
    section.anp .img-col .slick-track {
        gap: 0 100px;
    }

    section.uds .row.d-flex {
        margin-top: 40px;
    }
    section.uds p {
        font-size: 18px;
        line-height: 1.5;
        padding-left: 40px;
    }

    /* section.hpai h2.scttl {
        width: 68%;
    } */
    /* section.hpai a {
        font-size: 24px;
    } */
}

/* 768-991 */
@media (max-width: 991px) {
    /* section.hero {
        margin-top: 92px;
    } */
    section.hero video {
        height: 100vh;
        object-fit: cover;
        min-height: 500px;
    }
    section.hero h1 {
        font-size: 40px;
        line-height: 50px;
    }
    section.hero h1 + h2 {
        font-size: 40px;
        width: 590px;
        line-height: 50px;
    }
    section.hero h2 span {
        font-size: 48px;
    }
    section.hero a {
        font-size: 20px;
    }

    section.tboc .img-col {
        gap: 30px;
        justify-content: center;
    }
    section.tboc .img-col img {
        max-width: 200px;
        max-height: 80px;
    }
    section.tboc .img-col .slick-track {
        gap: 0 37px;
    }

    /* .mprl-slider .rl {
        margin: 0 15px;
    } */
    .sliderDiv {
        display: block;
    }
    .new_slider:not(.slick-slider) {
        height: auto;
        width: 100%;
    }
    .new_slider .new_card {
        transition: none;
    }
    .new_slider:not(.slick-slider) .new_card:nth-child(2) ~ .new_card {
        display: none;
    }
    .new_slider:not(.slick-slider) .new_card {
        width: 50%;
        flex: auto !important;
    }

    /* .new_slider.slick-slider .slick-track .new_card-image {
        width: 200px;
    } */
    .new_slider.slick-slider .slick-slide {
        margin: 0 10px;
    }
    .new_card > div {
        flex-direction: column;
        height: auto;
    }
    .new_card-content {
        padding: 20px;
        width: 100%;
    }
    .new_card:not(.active) .new_card-content {
        display: block;
    }
    .new_card:hover {
        transform: scale(1);
    }
    .new_card-image img {
        height: 200px;
    }
    .imgNumber {
        top: 20px;
        font-size: 30px;
        margin: 0;
        filter: drop-shadow(0 0 10px #000);
        left: 20px;
        transform: none !important;
        display: none !important;
    }
    .imgArrow {
        display: none !important;
    }
    .new_card-content h2 {
        font-size: 40px;
        margin: 0 0 10px;
    }
    .new_card-content h3 {
        font-size: 18px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 72px;
        margin: 0 0 10px;
    }
    .new_card-content p {
        font-size: 16px;
        transform: none;
    }
    .new_card-content h3 + p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 72px;
    }
    .new_card-stats {
        margin-top: 10px;
    }
    .new_card-stats h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
    }

    .new_slider .slick-dots,
    section.okf .slick-dots {
        bottom: -35px;
    }
    .new_slider .slick-dots li,
    section.okf .slick-dots li {
        margin: 0;
    }
    .new_slider .slick-dots li button::before,
    section.okf .slick-dots li button::before {
        font-size: 12px;
    }


    section.okf .row.grid:not(.slick-slider) {
        display: flex;
        gap: 0;
    }
    section.okf .row.grid:not(.slick-slider) .card.sf {
        width: calc(50% - 20px);
    }
    section.okf .row.grid:not(.slick-slider) .card.sf:nth-child(2) ~ .card.sf {
        display: none;
    }
    section.okf .row.grid.slick-slider .slick-list {
        padding-inline: 15px;
    }
    section.okf .sf {
        text-align: left;
        margin: 0 10px;
        background-color: #faf4ff;
        box-shadow: none;
    }
    section.okf .sf h3 {
        font-size: 18px;
    }

    section.frfea .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0;
    }
    section.frfea .row .col-md-6 {
        max-width: 100%;
    }

    section.uimide .row.grid {
        grid-template-columns: repeat(3, 1fr);
    }

    section.anp .img-col img {
        max-width: 220px;
        max-height: 60px;
    }
    section.anp .img-col .slick-track {
        gap: 0 50px;
    }

    /* section.hpai a {
        font-size: 20px;
    } */
}

/* 576-767 */
@media (max-width: 767px) {
    section.tboc,
    section.oprr,
    section.okf,
    section.nxec,
    section.uimide,
    section.mprt,
    section.anp,
    section.uds {
        padding: 50px 0;
    }

    /* h2.scttl {
        font-size: 30px;
        margin-bottom: 30px;
    } */

    section.hero > img {
        height: 500px;
    }
    section.hero h1 {
        font-size: 33px;
        line-height: 40px;
    }
    section.hero h1 + h2 {
        font-size: 33px;
        width: 480px;
        line-height: 40px;
    }
    section.hero h2 span {
        font-size: 40px;
    }
    section.hero a {
        font-size: 18px;
        padding: 10px 90px 10px 60px;
    }
    section.hero a img {
        width: 20px;
        right: 55px;
    }
    section.hero a:hover img {
        right: 50px;
    }

    section.tboc .img-col .slick-track {
        gap: 0 31px;
    }

    section.mprt .scttl {
        width: 90%;
    }

    .mprl-slider .rl .swp {
        font-size: 18px;
    }
    .mprl-slider .rl .st {
        font-size: 14px;
        line-height: 20px;
    }

    section.uimide {
        background: url(../img/dotMap.svg) no-repeat center center;
    }
    section.uimide .scttl {
        width: 85%;
        margin-top: 0;
    }
    section.uimide .row.grid {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 0;
    }
    section.uimide .cntr h4 {
        font-size: 30px;
    }

    section.anp .img-col img {
        max-width: 180px;
        max-height: 40px;
    }
    section.anp .img-col .slick-track {
        gap: 0 45px;
    }

    section.uds .row.d-flex {
        gap: 30px 0;
    }
    section.uds p {
        padding-left: 0;
    }

    
}

/* 320-575 */
@media (max-width: 575px) {
    /* section.hero {
        margin-top: 79px;
    } */

    section.hero video {
        height: 350px;
        object-fit: cover;
        min-height: auto;
    }
    section.hero h1 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 60px;
    }
    section.hero h1 + h2 {
        font-size: 26px;
        width: 220px;
        line-height: 30px;
        margin: 0 auto;
        text-align: center;
    }
    section.hero h2 span {
        font-size: 32px;
    }

    section.tboc .img-col img {
        max-width: 150px;
        max-height: 70px;
    }
    section.tboc .img-col .slick-track {
        gap: 0 30px;
    }

    .mprl-slider .rl {
        padding: 25px 15px;
        margin: 0 15px;
    }
    .mprl-slider .rl .swp {
        height: 135px;
        bottom: 25px;
        padding: 0 15px;
    }
    .mprl-slider .rl:hover .swp {
        bottom: 168px;
    }
    .mprl-slider .rl .st {
        height: 100px;
    }

    section.okf .row.grid,
    section.frfea .row {
        grid-template-columns: repeat(1, 1fr);
    }

    section.okf .card {
        padding: 30px 20px;
    }
    section.okf .sf span:not(.apnm),
    section.frfea span {
        width: 70px;
        height: 70px;
    }
    section.okf .sf span:not(.apnm) img,
    section.frfea span img {
        width: 45px;
        height: 45px;
    }


    section.uimide .row.grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 0;
    }
    section.uimide .cntr {
        padding: 15px 0 15px 10px;
        border-left: 5px solid var(--secondary-color);
    }
    section.uimide .cntr h4 {
        font-size: 24px;
    }
    section.uimide .cntr p {
        font-size: 16px;
    }

    section.anp .img-col {
        gap: 30px;
        justify-content: center;
    }
    section.anp .img-col .slick-track {
        gap: 0 30px;
    }

    section.okf .sf:hover p {
        max-height: 240px;
    }

}
