.th-client-comments {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.th-main-blog-content2:hover {
    color: #4D515F;
    text-decoration: none;
}

.th-main-blog-content2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #4D515F;
    transition: 300ms ease all;
}

.th-main-blog2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: stretch;
    justify-content: stretch;
    gap: 25px;
}

.th-main-blog-image2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 325px;
    }
}

.th-main-blog-image {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: stretch;


    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.th-blogs-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.th-blogs-main-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.th-client-info {
    flex: 1;
}

.th-blog-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 15px;
    color: #4D515F;
    transition: 300ms ease all;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;

    .th-blog-image {
        width: 100%;
        max-width: 180px;
    }
}

.dx-contact-section:hover .dx-contact-title {
    color: #3074f1;
}

.dx-contact-section .dx-contact-title {
    color: #111827;
    transition: 300ms ease all;
}


.th-main-blog {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 89%, 93% 100%, 7% 100%, 0 89%);
    background: #ECECEC;
    padding-bottom: 57px;
    min-height: 530px;
}

.th-main-blog-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: calc(100% - 100px);
    background: rgba(0, 7, 26, 0.32);
    backdrop-filter: blur(15px);
    width: 100%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    transition: 300ms ease all;


    .th-blog-list-title {
        color: #fff;
    }

    .th-blog-list-desc {
        color: #ffffffdb;
    }

    .th-blog-author span {
        background: -webkit-linear-gradient(0deg, #fff, #ffffffdb);
        -webkit-background-clip: text;
    }
}


.th-main-blog-content:hover {
    color: #fff;
    text-decoration: none;
}

.th-blog-list:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.th-blog-list:hover {
    color: #4D515F;
    text-decoration: none;
}


.th-blog-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.th-blog-list:hover {
    .th-blog-date,
    .th-blog-list-title,
    .th-blog-list-desc {
        color: #3174F1;
    }
}

.th-blog-list {
    .th-blog-date,
    .th-blog-list-title,
    .th-blog-list-desc {
        transition: 300ms ease all;
    }
}

.th-blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.th-blog-list-title {
    font-size: 20px;
    font-weight: 700;
    color: #00071A;
    line-height: normal;
    margin-bottom: 10px;
}

.th-blog-author {

    span {
        background: -webkit-linear-gradient(0deg, #3174F1, #0040b6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.th-blog-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: #4D515F;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-four {
    -webkit-line-clamp: 4;
}

.th-blog-aut {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*border-bottom: 1px solid #ddd;*/
    /*padding-bottom: 7px;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.th-alt-client-slider {
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: 1px solid var(--global-temsilci-bg-color);

    .th-client {
        zoom: .8;
        margin-bottom: 0;
    }
}

.th-fade {
    transition: 300ms all linear;
    opacity: 0;
    visibility: hidden;
}

.th-image-slide {
    overflow: hidden;
}

.th-image-slide-inner {
    transition: 1s all linear;
    overflow: hidden;
    position: relative;
    cursor: pointer;

    /*transform: translateX(-100%);*/
    width: 0%;
    height: 400px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.th-client {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 50px;
}

.th-client-comments-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.th-client-comments-left .solid-black {
    text-wrap: balance;
}


a.solid-black {
    transition: 300ms ease all;
}

a.solid-black:hover {
    color: #3174F1 !important;
}

.th-client-comments-title {
    color: #00071A;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}

.th-client-comments-desc {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #4D515F;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
    position: relative;
    text-indent: 45px;

    margin-bottom: auto;

    svg {
        width: 35px;
        height: 35px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 4px;
        transform: translateY(-50%);
    }
}

.th-client-project-details {
    margin-bottom: 30px;
    z-index: 5;
    position: relative;
    display: flex;
    flex-direction: column;
}

.th-client-project-details p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #4D515F;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    min-height: 101px;
}

.th-client-project-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.th-client-thumb {
    border: 1px solid var(--global-temsilci-bg-color);
    border-radius: 50%;
    overflow: hidden;

    img {
        width: 80px !important;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        user-select: none;
        pointer-events: none;
        object-position: top;
    }
}

.th-alt-client-slider .owl-item .th-client-thumb {
    transition: 300ms ease all;
    border-color: transparent;
    padding: 1.5px;

    img {
        padding: 3px;
        transition: 300ms ease all;
        background: #fff;
    }
}

.th-alt-client-slider .th-client-thumb.active {
    background: linear-gradient(90deg, #3174F1 0%, #70A1F6 110%);
    border-color: var(--global-temsilci-bg-color);
}

.th-client-name {
    font-size: 22px;
    font-weight: 700;
    color: #00071A;
    line-height: normal;
    margin-bottom: 5px;
}

.th-client-name-position {
    font-size: 16px;
    font-weight: 500;
    color: #4D515F;
    line-height: normal;
}

.th-slider-cont {
    position: relative;
}

.th-slider-contact {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 45px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;

    display: none;
}

.th-slider-contact-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.th-slider-contact-list li svg {
    width: 20px;
    height: 20px;

    path {
        transition: 300ms ease all;
        fill: #fff;
    }
}

.th-slider-contact-list li:hover svg path {
    fill: #fff;
}

.th-contact-text a {
    letter-spacing: 1.6px;
    writing-mode: vertical-lr;
    line-height: 1;
    color: #fff;
    transition: 300ms ease all;
}

.th-contact-text a:hover {
    color: #5891ff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }

    .container.th-container {
        max-width: 1420px;
    }
}

.th-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.th-slider-img .th-img {
    clip-path: polygon(100% 0px, 100% 0%, 40% 100%, 0% 100%, 0% 100%, 60% 0%);
    opacity: 0;
    visibility: hidden;
    transition: transform 1000ms ease-out, clip-path 1000ms ease-out;
    position: relative;
    z-index: 2;
}

.th-slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 11;
}

.th-slider-background {
    display: grid;
    grid-template-columns: 66.8% auto;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 601.5px;
    overflow: hidden;
    background: #00438e;
    background: linear-gradient(to bottom, #014f92, #00579e)
}

.th-slider-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.th-slider-background-image:not(.th-slider-bg-left) {
    filter: hue-rotate(212deg);
    background: #fff4f40f;
}

.th-slider-background-image {
    position: relative;
    width: 100%;
    height: 97%;
    display: block;

    img {
        max-height: 605px;
        min-height: 605px;
    }
}

.th-background-slider .owl-item::before {
    /*content: "";*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 7, 26, 0.95);
    opacity: 0.9;
    z-index: 5;
}
.th-slider-bg-left:not(.no-bg-image)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 7, 26, 0.95);
    opacity: 0.9;
    z-index: 5;
}

.th-slider-bg-left.no-overlay::before {
    display: none;
}

.th-slider-bg-left + .th-slider-background-image {
    filter: unset;
    background: white;

    img {
        transition: 1000ms ease-out all;
    }
}

.th-slider-background:has(> .th-slider-bg-left.y-bg-image) + .th-slider-wrapper .th-slider .owl-dots .owl-dot,
.th-slider-background:has(> .th-slider-bg-left.no-bg-image) + .th-slider-wrapper .th-slider .owl-dots .owl-dot {
    border-color: white !important;
}

.th-slider-background:has(> .th-slider-bg-left.y-bg-image) + .th-slider-wrapper .th-slider-img-cont::after,
.th-slider-background:has(> .th-slider-bg-left.no-bg-image) + .th-slider-wrapper .th-slider-img-cont::after {
    opacity: 0;
}

img.th-img-spec {
    transform: scale(1.3) translate(0px, 40px);
}

img.th-img-spec.th_spectwo {
    transform: scale(1.2) translate(0px, 10px);
}

.th-slider-background:has(> .th-slider-bg-left.no-bg-image) + .th-slider-wrapper .th-slider-img {
    overflow: visible;
}


.th-slider-background-image img.th-img-fir {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

img.th-img-sec {
    opacity: 1;
    object-position: right;
}

img.th-img {
    transition: 300ms ease opacity;
}


.th-slider-bg-left.no-bg-image + .th-slider-background-image {
    filter: unset;

    img.th-img {
        opacity: 0;
    }

    img.th-img-sec {
        opacity: 1;
    }
}


.th-slider-bg-left.y-bg-image:not(.no-bg-image) + .th-slider-background-image {
    background: #00438e !important;

    img.th-img {
        opacity: 0 !important;
    }
}

.th-slider-bg-left:not(.no-bg-image) + .th-slider-background-image {

    img.th-img {
        opacity: 1 !important;
    }

    img.th-img-sec {
        opacity: 0 !important;
    }
}

.th-background-slider.owl-carousel .owl-item {

    .th-img {
        opacity: 0;
        transform: scale(1.1);
        transition: transform 1000ms ease-out, clip-path 1000ms ease-out;
    }
}

.th-background-slider.owl-carousel .owl-item.active {

    .th-img {
        opacity: 1;
        transform: scale(1);
    }
}

.th-slider-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    color: #fff;
    font-weight: 400;
    padding: 50px;
}

.th-slider-col {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}

.th-slider-img-cont,
.th-slider-img-cont .th-slider-img {
    width: 100%;
}

.th-slider-title {
    font-size: 50px;
    width: 100%;
    margin-bottom: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    opacity: 0;
    transform: translateY(5px);
    transition: 2s all ease;
    transition-delay: .7s;
    text-wrap: balance;
}

.dx-slider-title {
    font-size: 75px;
    font-weight: 900;
    margin-bottom: 0;
}

.th-slider-fluid-message {
    position: absolute;
    bottom: 0;
    background: #00447f;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 9px 0;
    font-weight: 500;
    color: white;
    font-size: 16px;

    opacity: 0;
    transition: 1500ms ease transform, 1000ms ease-out opacity;
    transform: translateY(100%);
}

.th-slider-fluid-message.dx-show {
    opacity: 1;
    transform: translateY(0%);
}

.dx-slider-title + .th-slider-desc {
    font-size: 50px;
    font-weight: 500;
    color: white;
}

.th-slider-title::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    zoom: .75;
    background-color: var(--global-temsilci-bg-color);
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-21%, -4%);
}
.th-slider-title:first-child::before {
    display: none;
}

.kpk_srv-section-title {
    font-size: 28px;
    width: 100%;
    margin-bottom: 24px;
    color: #00071A;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    max-width: 60%;
    text-wrap: balance;
}

.kpk_srv-section-title::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    zoom: .85;
    background-color: var(--global-temsilci-bg-color);
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-21%, -7%);
}

.th-slider-title-sm {
    color: var(--global-temsilci-bg-color);
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    line-height: 1;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(5px);
    transition: 2s all ease;

    svg {
        zoom: .75;
    }
}

.kpk_srv-title-sm {
    color: var(--global-temsilci-bg-color);
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    line-height: 1;
    margin-bottom: 15px;

    svg {
        zoom: .75;
    }
}

.th-slider-desc {
    color: #ffffffdb;
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(5px);
    transition: 2s all ease;
    transition-delay: .9s;
}

.th-slider-btn-cont {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 60px;
    padding-top: 30px;
    opacity: 0;
    transform: translateX(-15px);
    transition: 2s all ease;
    transition-delay: 1s;
}

.th-slider-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--global-temsilci-bg-color);
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    max-width: 230px;
    gap: 10px;
    line-height: normal;
    transition: 600ms ease all;
    border-radius: 6px;
    position: relative;

    svg path,
    svg {
        transition: 500ms ease all;
    }
}

.kpk_srv-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #010920;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    max-width: 230px;
    gap: 10px;
    line-height: normal;
    transition: 600ms ease all;
    border-radius: 6px;
    position: relative;
    border: 1px solid var(--global-temsilci-bg-color);
    box-shadow: 0 0 5px 0 #3174f1;

    svg path,
    svg {
        transition: 500ms ease all;
    }
}

.kpk_srv-btn::after,
.th-slider-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: translate(4px, 4px);
    opacity: 0.2;
    z-index: -1;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    transition: 500ms;
}

.th-nb {
    svg {
        display: none;
    }

    margin-bottom: 10px !important;
    color: #3B4044 !important;
}

.kpk_srv-btn::after {
    opacity: .4;
    background: #3174f1;
}


.kpk_srv-btn:hover::after,
.th-slider-btn:hover::after {
    transform: translate(-4px, -4px);
    background-color: var(--global-temsilci-bg-color);
    opacity: 1;
}


.kpk_srv-btn:hover::after {
    opacity: .8;
    background: #3174f1;
}


.kpk_srv-btn:hover,
.th-slider-btn:hover {


    svg {
        transform: rotate(45deg);

        path {
            fill: var(--global-temsilci-bg-color);
        }
    }
}

.kpk_srv-btn:hover {
    box-shadow: 0 0 10px 0 #3174f1;

    svg path {
        fill: #fff;
    }
}

.th-slider-btn:hover {
    color: var(--global-temsilci-bg-color);
    background: #fff;
}

.th-slider-video-wrapper:hover {
    color: #fff;
}

.th-slider-video-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #fff;
    transition: 300ms ease all;
}

.th-slider-video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
}

.th-slider-video-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(90deg, #3174F1 0%, #70A1F6 110%);

    svg {
        width: 20px;
        height: 20px;
        position: relative;
        z-index: 2;

        path {
            transition: all 0.4s linear 0s;
            fill: #fff;
        }
    }
}

.th-slider-video-btn-icon:hover::after {
    transform: scale(1);
}

.th-slider-video-btn-icon:hover {
    svg path {
        fill: var(--global-temsilci-bg-color);
    }
}

.th-slider-video-btn-icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #fff;
    transform: scale(0);
    transition: all 0.4s linear 0s;
    z-index: 1;
}

.th-slider-video-text {
    flex: 1;
}

.th-slider + .th-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 50px;

    .th-nav {
        width: 45px;
        height: 45px;
        background-color: rgba(0, 7, 26, 0.15);
        border: 1px solid #d8e5ef;
        background: #E6F2FB;
        box-shadow: 0 0 25px rgba(0, 0, 0, .1);
        border-radius: 50%;
        position: relative;
        transition: 300ms ease background-color;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        cursor: pointer;

        svg {
            transform: translateX(0%);
            zoom: 1;

            path {
                transition: 500ms ease all;
                fill: var(--global-temsilci-bg-color);
            }
        }
    }

    .th-nav::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--linear, linear-gradient(90deg, #3174F1 0%, #5195fa 100%));
        transform: scale(0);
        transition: all 0.4s linear 0s;
        z-index: -1;
        border-radius: 50%;
    }

    .th-nav.up {
        transform: rotate(90deg);
    }

    .th-nav.down {
        transform: rotate(-90deg);
    }

    .th-nav:hover::after {
        transform: scale(1);
    }

    .th-nav:hover {

        svg path {
            fill: #fff;
        }
    }
}

.th-slider-img-cont {
    position: relative;
    /*padding: 80px 50px 0 0;*/
}

.th-img-circle {
    position: absolute;
    top: -60px;
    left: -80px;
    height: auto;
    max-width: max-content;
    pointer-events: none;
    user-select: none;
    scale: .8;
}

.th-slider-img-cont::after {

    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    border: 2px solid var(--global-temsilci-bg-color);
    border-left: none;
    right: -43px;
    top: -30px;
    border-radius: 0px 10px 10px 0px;
    opacity: 0;
    transition: 3s ease all;
    transition-delay: .1s;
    z-index: 1;
}

.owl-item.active {

    .th-slider-img-cont::after {
        opacity: 1;
        width: 60%;
    }

    .th-slider-btn-cont {
        opacity: 1;
        transform: translateX(0);
    }

    .th-slider-title,
    .th-slider-title-sm,
    .th-slider-desc {
        opacity: 1;
        transform: translateY(0);
    }

    .th-slider-img .th-img {
        clip-path: polygon(100% 0px, 100% 50%, 100% 100%, 0% 100%, 0px 50%, 0% 0%);
        opacity: 1;
        visibility: visible;
        max-height: 450px !important;
    }

    .th-img-circle {
        animation: rotate-circle 25s ease infinite;
    }
}

.th-slider {
    position: static;

    .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 7.5px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 50px;
        /*height: 50px;*/
        /*margin-top: 108px;*/
        z-index: 15;

        .owl-dot {
            width: 12px;
            height: 12px;
            border: 1px solid black;
            border-radius: 50%;
            position: relative;
            transition: 300ms ease all;
        }

        .owl-dot.active {
            border-color: var(--global-temsilci-bg-color);
            background: var(--global-temsilci-bg-color);
        }
    }

}

.th-slider-img {
    border-radius: 11px;
    overflow: hidden;
    z-index: 5;
}

.shine {
    position: relative;
    overflow: hidden
}

.shine::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    pointer-events: none
}

.shine:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.owl-carousel:not(.th-alt-client-slider) .owl-item {
    opacity: 0;
    transition: opacity .8s ease-in-out;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}


@keyframes rotate-circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*domain arama css */
.domain-home {
    padding-top: 10px;
    padding-bottom: 10px;
}

.daynex-home .domain-row input[type="text"].form-control {
    padding: 5px 30px 5px 10px;
}

.daynex-home .domain-row {
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

.daynex-home .domain-row button[type="submit"] {
    border-radius: 5px !important;
    max-width: 157px;
    float: right;
}

#domain_control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.daynex-home .domain-title {
    margin-top: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    line-height: 1;
}


/*.cursor-follower {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border-radius: 100%;*/
/*    opacity: 0;*/
/*    z-index: 99999999999999999999999999999999999999999999999999;*/
/*    user-select: none;*/
/*    pointer-events: none;*/
/*    font-size: 16px;*/
/*    text-indent: 0;*/
/*    --mouse-helper-width: 11px;*/
/*    --mouse-helper-height: 11px;*/
/*    --mouse-helper-left: 15px;*/
/*    --mouse-helper-top: 15px;*/
/*    border: none;*/
/*    mix-blend-mode: multiply;*/
/*    background-color: rgba(122, 122, 122, 0.5);*/
/*    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);*/
/*    box-shadow: 0 0 0 rgba(0, 0, 0, 0);*/
/*    -webkit-transition: width .3s ease, height .3s ease, opacity .3s ease, color .3s ease, background-color .3s ease, left .3s ease, top .3s ease, border-radius .1s ease, box-shadow .2s ease;*/
/*    -ms-transition: width .3s ease, height .3s ease, opacity .3s ease, color .3s ease, background-color .3s ease, left .3s ease, top .3s ease, border-radius .1s ease, box-shadow .2s ease;*/
/*    transition: width .3s ease, height .3s ease, opacity .3s ease, color .3s ease, background-color .3s ease, left .3s ease, top .3s ease, border-radius .1s ease, box-shadow .2s ease;*/
/*}*/


.th-brands-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 35px;

    .home-boxs {
        height: 100%;
    }

    .home-boxs img {
        max-width: 100%;
        margin: 15px auto;
        width: 100%;
        max-height: 80px;
        object-fit: cover;
    }
}

.th-highlight {
    color: #327aff;
}

.kpk_srv-inner-wrapper {
    margin-bottom: 50px;
}

.kpk_srv-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.kpk_srv-item {
    flex-basis: 25%;
    flex-grow: 1;
    animation-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .9s;
    height: 700px;
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 10px;
    overflow: hidden;
}

.kpk_srv-title-contxl {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: normal;
    margin-bottom: 0;
}

.kpk_srv-item img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.kpk_srv-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 25px;
    height: 100%;
    gap: 40px;
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    width: 100%;
    transition: 400ms all;
    background: #E6F2FB;
}

.kpk_srv-preview-title {
    writing-mode: vertical-lr;
    line-height: 1;
    font-size: 28px;
    font-weight: 700;
    color: #00071A;
}

.kpk_srv-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: 1000ms all;
    opacity: 1;
    visibility: visible;
    border-radius: 15px;
    overflow: hidden;
}

.kpk_srv-content-icon,
.kpk_srv-preview-icon {

    svg {
        width: 70px;
        height: 70px;

        path {
            transition: 300ms ease all;
            fill: #3174f1;
        }
    }

    img {
        filter: saturate(1) grayscale(0) brightness(1) hue-rotate(201deg);
        transition: 300ms ease all;
        width: 100%;
        height: auto;
        max-width: max-content;
    }

    g[fill="none"] path {
        stroke: #3174f1;
        fill: none;
    }
}

.kpk_srv-preview-icon {
    svg path {
        fill: #000;
    }

    g[fill="none"] path {
        stroke: #000;
        fill: none;
    }

    img {
        filter: saturate(0) grayscale(1) brightness(0);
        transition: 300ms ease all;
    }
}

.kpk-srv-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 30px 40px;
}

.kpk-srv-content-wrapper ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    gap: 15px;
}

.kpk-srv-content-wrapper ul li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    line-height: normal;

    svg {
        min-width: 20px;
        width: 20px;
        height: 20px;
    }

    span {
        flex: 1;
    }
}

.kpk_srv-content-image {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}

.kpk_srv-item.active {
    flex-basis: 70%;


    .kpk_srv-preview {
        opacity: 0;
        visibility: hidden;
    }

    .kpk_srv-content {
        border-radius: 0;
    }
}

.th-client-comments-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.th-client-slider-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-left: -11px;
    z-index: 5;

    gap: 15px;
    margin-left: -30px;
}

.th-client-next-btn,
.th-client-prev-btn {
    border: 1px solid #d8e5ef;
    background: #E6F2FB;
    width: 62px;
    height: 62px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;

    border-radius: 50%;
    overflow: hidden;

    svg path {
        transition: all 0.4s linear 0s;
        fill: var(--global-temsilci-bg-color);
    }
}

.th-client-next-btn::after,
.th-client-prev-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--linear, linear-gradient(90deg, #3174F1 0%, #5195fa 100%));
    transform: scale(0);
    transition: all 0.4s linear 0s;
    z-index: -1;


    border-radius: 50%;
}

.th-alt-item {
    cursor: pointer;
}

.th-client-slider .owl-item {
    transition: none !important;
}

.th-client-slider .owl-item.active {

    .th-fade {
        opacity: 1;
        visibility: visible;
    }

    .th-image-slide-inner {
        /*transform: translateX(0);*/
        width: 100%;
    }

}

.home-boxs div .home-boxs-title {
    color: #111c;
    font-size: 22px;
}

.th-client-next-btn:hover,
.th-client-prev-btn:hover {
    svg path {
        fill: #fff;
    }
}

.th-client-next-btn:hover::after,
.th-client-prev-btn:hover::after {
    transform: scale(1);
}

.th-image-slide-inner .th-slider-video-btn-icon, .th-image-slide-inner .th-slider-video-btn-icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 55px;
    width: 55px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(61 141 223 / 59%);
    -moz-box-shadow: 0 0 0 0 rgb(66 133 244 / 59%);
    -ms-box-shadow: 0 0 0 0 rgb(66 133 244 / 59%);
    -o-box-shadow: 0 0 0 0 rgb(66 133 244 / 59%);
    box-shadow: 0 0 0 0 rgb(61 141 223 / 59%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    animation-delay: 1s;
}

.th-image-slide-inner .th-slider-video-btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(50%, 50%);
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 30px rgba(244, 68, 56, .0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}
.tanit_btn b{
    margin-left: 5px;
}
.tanit_btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 1;
    width: 235px;
    height: 60px;
    color: #fff;
    font-size: 22px;
    padding: 17px 15px;
    border-radius: 18px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

.tanit_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/upload/images/karttahsil/silider-buton-arka-plan.png');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in;
    z-index: -1;
}

.tanit_btn:hover::before {
    opacity: 1;
}

.tanit_btn:hover {
    background-color: #fff;
    color: #00438e;
}

.tanit_btn svg path {
    transition: .3s ease-in;
}

.tanit_btn:hover svg path {
    fill: #00438e;
}

.demo_inf_btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 1;
    width: 310px;
    height: 60px;
    background-color: white;
    color: #004aba;
    font-size: 22px;
    padding: 17px 15px;
    border-radius: 18px;
    transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in;
    border: 1px solid #fff;

}

.demo_inf_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/upload/images/karttahsil/silider-buton-arka-plan.png');
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity 0.5s ease-in;
    z-index: -1;
    border-radius: 18px;
}

.demo_inf_btn:hover::before {
    opacity: 0;
}

.demo_inf_btn:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.demo_inf_btn svg path {
    transition: fill 0.3s ease-in;
}

.demo_inf_btn:hover svg path {
    fill: #fff;
}

img.dx-icon {
    max-width: max-content;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin-left: 3rem;
}