.swiper-client .swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important;
    position: relative;
    user-select: none;
    -webkit-touch-callout: none;
    backface-visibility: hidden;
}

.swiper-client .swiper-slide {
    width: auto !important;
}

.client {
    padding: 15px 30px;
    border-bottom: 1px solid #e3e3e3;
}

.swiper-client {
    background-color: white;
}

.swiper-client .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.swiper-client .swiper-slide {
    text-align: center;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.client-card {
    padding: 10px 0px;
    box-sizing: border-box;
}

.client-card img {
    transition: all .4s;
    filter: grayscale(100%);
    opacity: .6;
    max-height: 40px;
    max-width: 130px;
}

.client-card img:hover {
    transition: all .4s;
    filter: grayscale(0%);
    opacity: 1;
}

.services {
    margin-top: 100px;
}



.services-tab .nav-link {
    font-weight: 500;
    background-color: unset;
    border-bottom: 2px solid transparent;
    color: var(--gray);
    cursor: pointer;
    font-size: 35px;
    line-height: 36px;
    opacity: .3;
    padding: 0px;
    padding-bottom: 10px;
    transition: .3s;
    border-radius: 0px !important;
    text-align: left;
    margin-right: 25px;
}

.services-tab .nav-link.active {
    font-weight: 600;
    text-align: left;
    color: var(--alman-kurdu-black);
    opacity: 1;
    border-bottom: 2px solid var(--alman-kurdu-black);
    background-color: unset !important;
}

.services-card {
    padding: 35px 30px;
    display: inline-block;
    text-decoration: none;
    color: var(--alman-kurdu-black);
    background: linear-gradient(#f8f8f8, #f8f8f8 50%, #d6d6db 0, #d6d6db);
    background-size: 100% 200%;
    transition: background .5s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
}
.services-card-link{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.services-card:hover {
    background-position: 100% 100%;
}

.services-card:hover .services-card-icon svg #color path {
    stroke: var(--alman-kurdu-yellow);
    transition: all .5s;
}

.services-card:hover .services-card-icon svg #color line {
    stroke: var(--alman-kurdu-yellow);
    transition: all .5s;
}

.services-card:hover .services-card-icon {
    transform: translateY(-5px);
    transition: all .5s;
}

.services-card-icon {
    transition: all .5s;
}

.services-card-head {
    margin-top: 20px;
    max-width: 280px;
}

.services-card-head h6 {
    font-size: 23px;
    font-weight: 600;
}

.services-card-desc p {
    font-size: 16px;
    font-weight: 300;
}

.services-card-desc {
    margin-top: 13px;
    margin-bottom: 25px;
    min-height: 180px;
}

.more-btn {
    color: var(--alman-kurdu-black);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.more-text {
    font-weight: 500;
    color: var(--alman-kurdu-black);
}

.more-icon {
    margin-left: 8px;
    align-items: center;
    border: 2px solid var(--alman-kurdu-black);
    border-radius: 50%;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    width: 24px;
    transition: .3s ease-in-out;
}

.more-btn:hover .more-icon {
    background-color: var(--alman-kurdu-black);
    transform: scale(1.3);
}

.more-btn:hover .more-icon svg {
    fill: #fff;
}

.swiper-web-btn {
    display: flex;
    height: 0;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
}

.swiper-web-btn svg path {
    fill: white;
}

.swiper-btn-prev {
    margin-left: -25px;
    fill: #000;
    background-color: var(--alman-kurdu-black);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    outline: 6px solid #fff;
    width: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 1;
    transition: .2s;
}

.swiper-btn-next {
    margin-right: -25px;
    fill: #000;
    background-color: var(--alman-kurdu-black);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    outline: 6px solid #fff;
    width: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 1;
    transition: .2s;
}

.swiper-btn-next svg {
    transform: rotate(180deg);
}

.services-link {
    margin-top: 35px;
    justify-content: center;
    column-gap: 30px;
    display: flex;
    align-items: center;
}

.services-link span {
    font-size: 22px;
    font-weight: 500;
    color: var(--alman-kurdu-black);
}

.services-link a {
    width: fit-content;
    color: white;
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: var(--alman-kurdu-black);
    border: 2px solid transparent;
    transition: all .4s;
}

.services-link a:hover {
    background-color: white;
    border-color: var(--alman-kurdu-black);
    color: var(--alman-kurdu-black);
}

.projects {
    margin-top: 100px;
}

.section-head {
    color: var(--alman-kurdu-black);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-desc {
    font-size: 18px;
    color: var(--alman-kurdu-black);
}

.project-card {
    border-radius: 5px;
}

.project-bottom {
    background: linear-gradient(#f8f8f8, #f8f8f8 50%, #d6d6db 0, #d6d6db);
    background-size: 100% 200%;
    padding: 25px 30px;
    transition: background .5s cubic-bezier(.19, 1, .22, 1);
}

.project-bottom:hover {
    background-color: var(--light-gray);
    background-position: 100% 100%;
}

.project-link {
    margin-top: 20px;
}

.project-link a {
    text-decoration: none;
}

.project-header {
    display: flex;
    min-height: 60px;
}

.project-logo {
    margin-left: auto;
    width: 110px;
    display: block;
}
.project-logo img{
    max-height: 50px !important;
}
.project-head {
    font-weight: 600;
    color: var(--alman-kurdu-black);
    font-size: 20px;
    max-width: 300px;
}

.project-desc {
    font-weight: 400;
    color: var(--alman-kurdu-black);
    font-size: 16px;
}

.section-link {
    background: linear-gradient(#f8f8f8, #f8f8f8 50%, #d6d6db 0, #d6d6db);
    background-size: 100% 200%;
    transition: .5s cubic-bezier(.19, 1, .22, 1);
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 10px;
}

.section-link:hover {
    background-color: var(--light-gray);
    background-position: 100% 100%;
}

.section-link-text {
    color: var(--alman-kurdu-black);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.section-link-icon {
    margin-left: 8px;
    align-items: center;
    border: 2px solid var(--alman-kurdu-black);
    border-radius: 50%;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    width: 24px;
    transition: .3s ease-in-out;
}

.section-link:hover .section-link-icon {
    background-color: var(--alman-kurdu-black);
    transform: scale(1.3);
}

.section-link:hover .section-link-icon svg {
    fill: #fff;
}

.work {
    margin-top: 100px;
}

.work-head {
    font-size: 18px;
    font-weight: 500;
    color: var(--alman-kurdu-black);
    margin-bottom: 15px;
}

.swiper-work {
    max-width: 700px;
    max-height: 422px;
    margin-left: unset !important;
}

.technologies {
    margin-top: 100px;
}

.technologies-grid-list {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(7, 1fr);
    padding-left: 0px;
    margin-bottom: 0px;
}

.technologies-grid-list li {
    border: 1px solid #d5dbe1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 25px 10px;
    transition: all .3s;
}

.technologies-grid-list li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--alman-kurdu-black);
}

.technologies-logos {
    height: 70px;
    padding: 10px 0px;
    transition: all .3s;
    text-align: center;
}

.technologies-logos img {
    max-height: 100%;
}
.technologies-logos svg {
    width: 50px;
}
.technologies-text {
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

.technologies-grid-list li:hover {
    border: 1px solid transparent;
    background-color: var(--light-gray);
    transition: all .3s;
}

.technologies-grid-list li:hover .technologies-logos {
    transition: all .3s;
    padding: 5px 0px;
}

.testimonials {
    margin-top: 100px;
}

.testimonials-card {
    padding: 45px 35px;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.08);
    margin: 10px;
    border: 1px solid var(--light-gray);
}

.testimonials-left {
    max-width: 600px;
}

.testimonials-left-head h6 {
    font-size: 25px;
    color: var(--alman-kurdu-black);
    font-weight: 500;
}

.testimonials-left-line {
    width: 40%;
    border: 1px solid var(--gray);

}

.testimonials-left-desc p {
    font-size: 15px;
    font-weight: 300;
}

.testimonials-left-user {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.testimonials-left-icon {
    margin-right: 8px;
}

.testimonials-left-text .head {
    font-size: 15px;
    font-weight: 500;
}

.testimonials-left-text .desc {
    margin-top: -3px;
    font-size: 14px;
    font-weight: 300;
}

.testimonials-company {
    background-color: var(--light-gray);
    padding: 20px 25px;
    border-radius: 10px;
}

.testimonials-logo {
    margin-bottom: 20px;
}
.testimonials-logo img{
    width: 120px !important;
}
.testimonials-small-head {
    font-size: 14px;
    font-weight: 400;
    color: var(--alman-kurdu-black);
}

.testimonials-project-head {
    margin-top: 10px;
    margin-bottom: 30px;
}

.testimonials-project-head h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--alman-kurdu-black);
}

.testimonials-link {
    margin-top: 30px;
}

.testimonials-link a {

    color: var(--alman-kurdu-black);
}

.contact {
    margin-top: 100px;
}

.contact-step {
    margin-top: 30px;
}

.contact-step-head {
    font-size: 18px;
    font-weight: 500;
    color: var(--alman-kurdu-black);
    margin-bottom: 15px;
}

.contact-step-list {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.contact-step-list li {
    display: flex;
    align-items: center;
    margin: 40px 0px;
}

.contact-step-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-gray);
    font-size: 15px;
    font-weight: 400;
    color: var(--alman-kurdu-black);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: relative;
}

.contact-step-circle::before {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 2px;
    height: 30px;
    background-color: var(--alman-kurdu-black);
    content: "";
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.contact-step-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--alman-kurdu-black);
    line-height: 15px;
    margin-left: 15px;
    max-width: 235px;
}

.contact-step-list .last .contact-step-circle::before {
    display: none;
}

.contact-card {
    padding: 45px 30px;
    background-color: var(--light-gray);
}

.footer {
    padding: 40px 0px;
    background-color: var(--alman-kurdu-black);
    margin-top: 80px;
    padding-bottom: 15px;
}

.footer-info-head {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.footer-info-desc {
    font-size: 15px;
    font-weight: 400;
    color: white;
    margin-top: 5px;
}

.footer-info-bg {
    margin-top: 15px !important;
    display: block;
    text-decoration: none;
    transition: all .3s;
}
.footer-info-bg:hover{
    opacity: .7;
}
.footer-header-right-web {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footer-link-head {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}

.footer-link-list {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer-info-flex{
    margin-top: 10px;
}
.footer-link-list li {
    padding: .4rem 0rem;
}

.footer-link-list a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.footer-social-list li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-list {
    display: flex;
    align-items: center;
    list-style-type: none;
    justify-content: end;
}
.footer-alt-legal-info{
    font-size: 13px;
    margin-top: 25px;
    color: white;
}
.footer-social-list li {
    padding: 0rem .4rem;
}

.footer-alt-text {
    font-size: 15px;
    color: white;
    font-weight: 300;
}

.footer-alt-text a {
    color: white;
    font-weight: 600;
}

.footer-hr {
    border-color: white !important;
}

.footer-header-right-mobile {
    display: none;
}

.footer-header-accordion .accordion-item {
    background-color: transparent !important;
    border-bottom: 0px !important;
}

.footer-header-accordion .accordion-button {
    background-color: var(--alman-kurdu-black) !important;
    color: white;
    padding-left: 0px !important;
    border-bottom: 1px solid #484b68 !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--light-gray) !important;
}

.footer-header-accordion .accordion-body {
    padding-left: 0px !important;
}

.footer.accordion-button.collapsed::after {
    margin-top: 5px;
    width: 15px !important;
    height: 15px !important;
    background-size: unset !important;
    background-image: url(../img/accordion-icon.png) !important;
}

.footer.accordion-button:not(.collapsed)::after {
    margin-top: -5px;
    width: 15px !important;
    height: 15px !important;
    background-size: unset !important;
    background-image: url(../img/accordion-icon.png) !important;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    box-shadow: unset !important;
}

.footer-accordion-list {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;

}

.footer-accordion-list li {
    padding: 0.5rem 0rem;
}

.footer-accordion-list li a {
    color: white;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.footer-mobile-link {
    height: 45px;
    display: flex;
    color: white;
    text-decoration: none;
    align-items: center;
    border-bottom: 1px solid #484b68 !important;
}
.swiper-mobile-btn{
    display: none;
}
.page-head{
    font-size: 35px;
    font-weight: 600;
    color: var(--alman-kurdu-black);
}
.testimonials-small-country{
    margin-top: 10px;
}
@media only screen and (max-width: 992px) {
    .technologies-grid-list {
        grid-template-columns: repeat(4, 2fr);
    }

    .testimonials-company {
        margin-top: 25px;
    }

    .swiper-pagination-custom {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(3, 2fr);
    }

    .switch-title-span {
        font-size: 14px;
        font-weight: 500;
    }

    .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:before {
        display: none;
    }

    .contact-step-text {
        max-width: 180px;
    }

    .section-head {
        font-size: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .contact-step {
        display: none;
    }

    .footer-header-right-web {
        display: none;
    }

    .footer-header-right-mobile {
        display: block;
    }

    .footer-info-flex {
        column-gap: 10px;
    }

    .footer-info-head {
        font-weight: 600;
        font-size: 16px;
    }

    .footer-info-desc {
        font-size: 14px;
        font-weight: 400;

    }

    .footer-info-bg {
        margin-top: 25px;
    }

    .footer-alt-text {
        font-size: 13px;
    }

    .footer-social-list {
        margin-top: 20px;
        padding-left: 0px;
        justify-content: start;
    }

}

@media only screen and (max-width: 576px) {
    .swiper-work {
        max-height: 260px;
    }
    .technologies-grid-list {
        grid-template-columns: repeat(2, 3fr);
    }

    .technologies-grid-list li {
        padding: 25px 8px;
    }

    .technologies-logos {
        height: 60px;
        padding: 7px 0px;
    }

    .technologies-text {
        font-size: 14px;
    }

    .services-tab .nav-link {
        font-size: 22px;
        margin-right: 15px;
        line-height: 20px;
    }

    .services {
        margin-top: 50px;
    }

    .swiper-web-btn {
        display: none;
    }

    .swiper-mobile-btn {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-btn-prev {
        margin-left: 0px;
        margin-right: 8px;
    }

    .swiper-btn-next {
        margin-left: 8px;
        margin-right: 0px;
    }

    .swiper-mobile-btn path {
        fill: white;
    }

    .services-link span {
        font-size: 18px;
    }

    .services-link {
        display: block;
    }

    .services-link a {
        margin-left: auto;
        margin-right: auto;
        padding: 9px 35px;
        margin-top: 15px;
    }

    .form-floating label {
        font-size: 13px;
    }

    .fixed .header-logo {
        height: 60px;
    }

    .header::after {
        height: 60px;
    }

    .header.fixed {
        height: 60px;
    }

    .contact-card {
        padding: 30px 15px;
    }

    .services-card-head h6 {
        font-size: 18px;
    }

    .services-card-icon svg {
        height: 65px;
        width: 65px;
    }

    .services-card-desc p {
        font-size: 15px;
    }

    .more-text {
        font-size: 15px;
    }

    .services-card-desc {
        margin-bottom: 20px;
        min-height: 125px;
    }

    .services-card-head {
        margin-top: 10px;
    }

    .services-card {
        padding: 25px 20px;
    }

    .services-link {
        text-align: center;
    }

    .section-desc {
        font-size: 16px;
    }

    .project-head {
        font-size: 16px;
    }

    .project-desc {
        font-size: 14px;
    }

    .project-bottom {
        padding: 15px 20px;
    }

    .section-link-text {
        font-size: 14px;
    }

    .section-link-icon {
        width: 22px;
        height: 22px;
    }

    .form-floating label {
        max-width: 300px;
    }
    .technologies{
        margin-top: 50px;
    }
    .testimonials-card{
        padding: 25px 15px;
        box-shadow: unset;
        margin: 0px;
        border: 3px solid var(--light-gray);
    }
    .testimonials-left-head h6{
        font-size: 20px;
    }
    .testimonials-left-desc p{
        font-size: 14px;
    }
    .testimonials-left-text .head{
        font-size: 14px;
    }
    .testimonials-left-text .desc{
        font-size: 13px;
    }
    .testimonials-project-head h6{
        font-size: 17px;
    }
    .testimonials-small-country{
        font-size: 14px;
        margin-top: 5px;
    }
    .testimonials-link{
        font-size: 15px;
        margin-top: 20px;
    }
    .work-head{
        font-size:16px;
        margin-top: 15px;
    }
    .client-card{
        padding: 5px 0px;
    }
    .client{
        padding: 5px 10px;
    }

}
@media only screen and (max-width: 360px) {
    .form-floating label {
        max-width: 250px;
    }
}

.collapse.show {
    visibility: initial;
}