﻿/*Banner Modul s*/
.detailPageBanner {
    width: 100%;
    padding: 50px;
    /*margin-bottom: 130px;*/
    position: relative;
}
.item.plateauBannerCover {
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
    max-width: none;
    height: 700px;
    position: relative;
}

.plateauTextWrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 100px;
    height: 100%;
}
.plateauDescription {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
    max-width: 760px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
}
    .plateauDescription p {
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
    .plateauButtons {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-top: 40px;
    }
.plateauExplain {
    position: absolute;
    left: 0px;
    color: white;
    font-size: 20px;
    align-items: flex-start;
    max-width:70%;
}
.highlight {
    color: #68FFED;
    font-family: "MuseoSlab";
}
/*Banner Modul f*/

/*video Modul S*/
.detailVideoContainer {
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:60px;
}
.sectionHeaderWrapper {
    max-width: 745px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.detailVideoWrapper {
    max-width: 1100px;
    max-height: 626px;
    margin: auto;
    border: 1px solid #3e3e3ebf;
    border-radius: 24px;
    overflow: hidden;
}
    .detailVideoWrapper > img{
        margin:auto;
    }
    .productsVideoPopup {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
        width: 80%;
    }
.productVideo {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
/*video Modul F*/
/*sayısal veriler modül s*/
.statsContainer {
    padding: 100px 50px;
}

.statsSubContainer {
    display: flex;
    justify-content: space-between;
    max-width: 1420px;
    margin: auto;
}

.productImg{
    height:70px;
    margin-top:6px;
}

.statsField {
    display: flex;
    margin-right: 32px;
}

.PColorTxt {
    line-height: 78px;
}

.PTxt{
    font-weight:400;
    font-size:20px;
    line-height:25px;
    color:white;

}
.productTxtC {
    max-width: 260px;
    margin-left: 32px;
}
/*sayısal veriler modül f*/

/*Özellikler Modülü S*/
.hizmetlerimizSection {
    padding: 100px 50px;
    max-width: 1640px;
}

.subHeader {
    margin: 0;
    font-size: 65px;
    line-height: 78px;
    text-align: center;
    font-family: 'MuseoSlab';
    color:#fff;
}

.hizmetlerimizWrapper {
    display: flex;
    flex-direction: column;
    gap: 184px;
    margin-top:100px;
}

.hizmetlerimizItem {
    display: flex;
    gap: 114px;
    position: relative;
}
    .hizmetlerimizItem:nth-child(even) .hizmetlerimizVisual {
        min-width: unset;
    }

    .hizmetlerimizItem:nth-child(even) {
        flex-direction: row-reverse;
    }
.hizmetlerimizVisual{
    padding-top:70px;
    display:inline-block;
}
.hizmetlerimizRectangle {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border: 5px solid transparent;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    position: absolute;
    top: -70px;
    left: 70px;
    z-index: 0;
}

.hizmetlerimizItem:nth-child(even) .hizmetlerimizRectangle {
    top: -70px;
    left: unset;
    right: 70px;
}


.hizmetlerimizImage {
    max-width: 596px;
    position: relative;
    height: 430px;
}
    .hizmetlerimizImage img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
    }

.hizmetlerimizContent {
    align-self: center;
    max-width: 770px;
    min-width: 770px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hizmetlerimizContentItem{
    max-width:675px;
}
.hizmetlerimizContentHeader {
    font-size: 55px;
    line-height: 66px;
    color: rgba(255,255,255,1);
    font-family: "MuseoSlab";
    font-weight: 600;
}

    .hizmetlerimizContentHeader p {
        margin: 0;
        font-family: inherit;
    }

.hizmetlerimizContentDescription {
    font-size: 30px;
    line-height: 38px;
    color: rgba(242,243,243,1);
}

    .hizmetlerimizContentDescription p {
        margin: 0;
    }

.hidden {
    display: none;
}

.showMoreContainer {
    display: none;
    justify-content: center;
    margin-top: 120px;
}
.showMoreContainer.active {
    display: flex;
}
.subHeaderDesc {
    text-align: center;
    max-width: 800px;
    margin: auto;
    font-size: 20px;
    color: #fff;
    padding-top: 30px;
}

/*Özellikler Modülü F*/

/*Özellikler A2 Modülü S*/
.hizmetlerimizA2Section {
    padding: 100px 50px;
    max-width: 1640px;
}
.hizmetlerimizWrapperMobile {
    display: none;
    margin-top: 30px;
}
.hizmetlerimizTabContent{
   margin-bottom:20px;
}
.hizmetlerimizItemA2 .hizmetlerimizRectangle {
    top: -70px;
    left: unset;
    right: 70px;
}
.hizmetlerA2ItemTitle {
    margin: 0;
    font-family: "MuseoSlab";
    font-size: 35px;
    line-height: 34px;
    color: #595F61;
    position: relative;
    cursor:pointer;
}
.hizmetlerimizContentItem.active .hizmetlerA2ItemTitle {
    color: #fff;
}
.hizmetlerimizContentItem.active .hizmetlerA2ItemTitle::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 4px;
    height: 40px;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    border-radius: 30px;
}
.hizmetlerimizA2Content {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-left:30px;
}
.hizmetlerimizContentItem.active .hizmetlerimizContentItemDesc {
    display: flex;
}
.hizmetlerimizContentItemDesc {
    display: none;
    flex-direction:column;
}
    .hizmetlerimizContentItemDesc h5 {
        margin: 0;
        font-size: 25px;
        color: #fff;
        font-family: "MuseoSlab"
    }

    .hizmetlerimizContentItemDesc p {
        margin: 0;
        font-size: 20px;
        color: #F2F3F3;
    }
    .hizmetlerimizContentItemDesc > p{
        padding-top:15px;
    }
.hizmetlerimizContentItemDescBottom {
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0;
}

.hizmetlerimizContentItemDescBottom p{
    padding-top:10px;
}
.hizmetlerimizA2VisualWrapper{
    display:flex;
    justify-content:center
}
/*Özellikler A2 Mobil Modülü s*/
.longTab{
    min-width:340px;
}
.hizmetlerimizTabContent .owl-carousel .hItem {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    padding-bottom: 14px;
    font-family: "MuseoSlab";
    max-width: 340px;
    white-space: normal;
}
#tabCarouselK2 .owl-stage {
    display: flex;
    align-items: flex-end;
}
.hizmetlerimizTabContent .owl-carousel .hItem.active-tab {
    color: #fff;
}
.hizmetlerimizSectionMobile{

}
.tab-content {
    display: none;
 margin-top:20px;
}

    .tab-content.active {
        display: block;
    }

    .owl-carousel::-webkit-scrollbar {
        display: none;
    }
.hItem.active-tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 40px;
    height: 4px;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    border-radius: 30px;
}

.owl-carousel {
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}
/*Özellikler A2 Mobil Modülü F*/


/*Özellikler A2 Modülü F*/

/*Özellikler A3 Modülü S*/
.hizmetlerimizContentItemDescBottom li{
font-size:20px;
color:#fff;
}
.hizmetlerimizA3List {
    list-style: none; 
    padding-left: 0;
}
.hizmetlerimizA3List li {
    position: relative;
    padding-left: 30px; 
}
    .hizmetlerimizA3List li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 18px;
        height: 18px;
        background-image: url("/Dosyalar/Detay/tikArrow.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
/*Özellikler A3 Modülü S*/

/*Özellikler A4 Modülü S*/
.hizmetlerimizItem li {
    font-size: 20px;
    color: #fff;
}
.hizmetlerimizA4List {
    list-style: none; 
    padding-left: 0;
}
.hizmetlerimizA4List li {
    position: relative;
    padding-left: 10px; 
}
    .hizmetlerimizA4List li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 13px;
        width: 6px;
        height: 6px;
        background-image: url("/Dosyalar/Detay/dotArrow.png");
        background-size: contain;
        background-repeat: no-repeat;
    }
.hizmetlerimizListItemDescBottom {
    padding-left: 20px;
    padding-top: 60px;
    padding-bottom: 25px;
    gap: 40px;
    margin: 0;
}
/*Özellikler A4 Modülü F*/

/*Faydalar Modül S*/
.PFeatureC {
    padding: 100px 50px;
}

.PFHeaderC {
   margin-bottom:100px;
   text-align:center;
}


.PFHeaderDesc {
    font-weight: 400;
    max-width: 1000px;
    margin: auto;
    font-size: 20px;
    line-height: 25px;
    color: white;
    padding-top:32px;
}

.PFCardsC {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}
    .PFCardsCMobile{
        display:none;
    }
    .PFCard {
        border: 1px solid #3e3e3ebf;
        height: 414px;
        border-radius: 24px;
        padding: 40px;
        background-color: #38385333;
        display: flex;
        flex-direction: column;
    }

.PFCardLogo svg {
    width: 80px;
    height: 80px;
}

.PFCardHeader {
    font-family:"MuseoSlab";
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.0025em;
    text-align: left;
    color: white;
    height: 84px;
    margin-top: 25px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.PFCardDesc {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.14px;
    text-align: left;
    color: #F2F3F3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
/*Faydalar Modül F*/

/*Kullanım Alanları S*/
.areasOfUseA2 li{
    list-style:none;
}
.areasOfUseWrapperMobile {
    display: none;
    margin-top: 30px;
}
.areasOfUseWrapper{
    display:flex;
    gap:60px;
    padding-top:30px;
}
/*Kullanım Alanları F*/
/*Sector Modül S*/
.sectorWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
    padding-top: 100px;
}
.sectorItem {
    display:flex;
    flex: 1 1 324px; 
    max-width: 324px;
    color: white;
    gap:15px;
    border-radius: 10px;
}
.sectorItemImage svg{
    width:40px;
}
.sectorItemDesc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height:42px;
}
.sectorItemDesc h5{
    margin:0;
    font-size:35px;
    font-family:"MuseoSlab";
    color:#fff;
}
.sectorItemDesc p{
    margin:0;
   line-height:24px;
}
/*Sector Modül F*/

/*Ekip Modül S*/
.teamSection {
    padding: 100px 50px;
    max-width: 1640px;
}
.teamWrapper {
    display: grid;
    grid-template-areas:
        "header image"
        "description  image";
    column-gap: 100px;
  
}
.teamHeader {
    grid-area: header;
}
.teamDesc {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 25px;
    grid-area: description;
    max-width: 680px;
    min-width: 380px;
}
.teamImages {
    grid-area: image;
    display: flex;
    align-items: center;
}
.teamImageWrapper {
    position: relative;
}
   .teamImageWrapper > img {
    border-radius: 24px;
    min-width: 450px;
}
    .teamLogoWrapper {
        position: absolute;
        bottom: 0;
        right: -190px;
    }
    
/*Ekip Modül F*/

/*Başarı Hikayeleri Modülü S*/
.basariHikayeleriSlider .basariHikayeleriSlider__item {
    width: 400px;
    height: 400px;
    gap: 0px;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(124.48deg, rgba(255, 255, 255, 0.5) -0.5%, rgba(255, 255, 255, 0.075) 49.75%, rgba(255, 255, 255, 0.5) 100%) border-box;
    overflow: hidden;
}

.basariHikayeleriSlider .basariHikayeleriSlider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.basariHikayeleriSlider {
    position: relative;
    max-width: 1336px;
    margin: auto;
}
.PSSCover {
    padding: 100px 50px;
}

.PSSCardC {
    position: relative;
    display: flex;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(124.48deg, rgba(255, 255, 255, 0.5) -0.5%, rgba(255, 255, 255, 0.075) 49.75%, rgba(255, 255, 255, 0.5) 100%);
}
.PSSImg {
    display:flex;
    width: 100%;
    height: 500px;
}
.PSSImg img {
    border-radius: 24px;
    width:100%;
    max-height: 100%;
    filter: blur(1px);
    object-fit: cover;
}

.PSSContent {
    width: 677px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-bottom: 20px;
}

.PSSLogo{

}

.PSSDesc {
    font-size: 25px;
    font-weight: 400;
    line-height: 31.43px;
    color: white;
    margin-top: 30px;
    margin-bottom: 40px;
}

.PSSBtn{
    display:flex;
    margin-top:40px;
}

.PSSBtn a {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.14px;
    color: #0DDCE7;
    text-decoration: none;
    margin-right:5px;
}

.PSSImageOverlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 122.22%);
    border-radius: 24px;
}


.sliderControls {
    max-width:355px;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:50px;
    font-size: 14px;
    font-weight: bold;

}


.imageCounter {
    font-size: 20px;
    font-weight: 400;
    color: #6B7379;
}

.activeCount {
    color: white;
}
.progressBar {
    flex-grow: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 40px;
    position: relative;
    overflow: hidden;
}

.progressFill {
    height: 100%;
    width: 0%;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    transition: width 0.3s ease-in-out;
}
.progressFillDeger {
    height: 100%;
    width: 0%;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    transition: width 0.3s ease-in-out;
}

.progressFillYonetim {
    height: 100%;
    width: 0% ;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    transition: width 0.3s ease-in-out;
}

.progressFillIcra {
    height: 100%;
    width: 0%;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    transition: width 0.3s ease-in-out;
}
.customNav {
    display: flex;
    gap:9px;
}

    .customNav button {
        background: transparent;
        color: white;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
        border: 2px solid #FFFFFF26;
    }

/*Başarı Hikayeleri Modülü f*/


/*yetkinliklerimiz modül s*/
.yetkinliklerimizCover{
    padding:100px 50px;
}
.yetkiHeader {
    color: white;
    font-family: MuseoSlab;
    font-size: 65px;
    font-weight: 400;
    line-height: 78px;
    text-align: center;
}

.yetkiContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    margin-top: 100px;
}
.yetkinliklerimizMobile{
    display:none;
    margin-top:20px;
}
.yetkiBox {
    width: 417px;
    height: 340px;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid;
}


.numberYetki svg{
    width:auto;
    height:45px;
}
.YetkiText {
    margin-top: 25px;
    font-family: MuseoSlab;
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    color: white;
    margin-bottom: 20px;
}
/*yetkinliklerimiz modül f*/

/*quote modül baslangıc*/
.quoteCover {
    padding: 100px 90px;
}

.sizdengelenBorder {
    margin-top: 100px;
    border-radius: 24px;
    padding: 100px;
    background: rgba(56, 56, 83, 0.2);
    border: 1px solid #3e3e3ebf;
    display: flex;
}

.sizdengelenWrapper {
    display: flex;
    justify-content: center;
}

.sizdengelenBottomArea {
    display: flex;
    margin-top: 32px;
    justify-content: center;
}

.sizdengelenQuote {
    display: flex;
    flex-direction: column;
    position:relative;
}

.sizdengelenQuoteImage, .sizdengelenQuoteImage2 {
    position: absolute;
    width: 61px;
}
.sizdengelenQuoteImage2 {
    align-self:end;
    bottom:0
}
.sizdengelenShortLine {
    background: rgba(255, 255, 255, 0.25);
    margin-left: 40px;
    margin-right: 40px;
}
.sizdengelenLogo svg{
    width:247px;
}
.sizdengelenInfo {
    font-weight: 400;
    font-size: 35px;
    line-height: 44px;
    text-align: left;
    color: white;
    margin-top: 40px;
    max-width: 976px;
    margin-left: 100px;
    margin-right: 100px;
}

.sizdengelenKisiInfo {
    display: flex;
    flex-direction: row;
}

.sizdenGelenKisiInfoWrapper {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 25px;
    line-height: 31.43px;
    letter-spacing: 0%;
    color: white;
    margin-top: 13.5px
}

.sizdenGelenKisiImage {
    margin-right: 21px;
}

.sizdenGelenKisiTitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 25.14px;
    letter-spacing: 0%;
    margin-top: 3px;
}

.isbankLogo {
    width: 247px;
    height: 77px;
}
/*quote modül bitiş*/

/*Blog Modül S*/
.blogCover {
    padding: 100px 0;
}

.blogContainer {
    display: flex;
    justify-content: space-between;
    margin-left: 252px;
    margin-right: 252px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.blogBox {
    width: 30%;
}

.showAllButton {
    display: flex;
    justify-content: center;
}

.blogInfo {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}

.blogCategory {
    width: 57px;
    height: 27px;
    padding: 4px 12px 4px 12px;
    gap: 0px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(84, 50, 153, 0.22);
    color: white;
    font-size: 15px;
    padding: 8px 16px;
    margin-right: 173px;
    border: 1px solid rgba(72, 46, 128, 1)
}

    .blogCategory p {
        margin-top: 16px;
    }

.blogReadingTime {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
}

.blogDate {
    display: flex;
    align-items: center;
    gap: 9px;
}

.blogHeader {
    font-family: MuseoSlab;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 25px;
}

.blogDescription {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25.14px;
    letter-spacing: 0%;
    color: white;
}

.authorInfo {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    font-size: 15px;
    color: white;
}

    .authorInfo img {
        width: 40px;
        height: 40px;
    }

    .authorInfo p {
        margin-top: 5px;
    }
/*Blog Modül S*/

/*FAQ Modül Başlangıç*/
.faqSection {
    background-color: rgba(0,0,0,1);
    display: flex;
    padding: 100px 50px 100px 50px;
    justify-content: center;
    align-items: center;
}

.faqWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-self: center;
    width: 100%;
}

.faqList {
    width: 1335px;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    gap: 30px;
}

.faqItem {
    width: 100%;
    background-color: rgba(21,21,32,1);
    border-radius: 24px;
    padding: 32px 40px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faqQuestion {
    display: flex;
    justify-content: space-between;
    cursor:pointer;
}
.faqQuestion > p{
    padding-right:20px;
    font-family:"MuseoSlab";
}
    .faqQuestion p {
        margin: 0;
        font-size: 35px;
        line-height: 42px;
        color: rgba(255,255,255,1);
        text-align:left;
    }

.faqAnswer p {
    margin: 0;
    font-size: 25px;
    line-height: 31px;
    color: rgba(242,243,243,1);
    font-family: "SourceSans";
    text-align: left;
}

.showAnswerButton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

    .showAnswerButton .showAnswerIcon {
        transition: 0.3s ease;
    }
    .showAnswerButton svg {

        position: absolute;
        transition: opacity 0.3s ease
    }
.iconPlus {
    width: 40px;
}
.iconMinus {
    opacity: 0;
    pointer-events: none;
    width: 24px;
}
.faqItem.active .iconMinus {
    opacity: 1;
    pointer-events: auto;
}
.faqItem.active .iconPlus {
    opacity: 0;
    pointer-events: none;
}
    /*FAQ modül Bitiş*/
    .COCover {
        height: 680px;
    }

.COSubC {
    padding-top:150px;
    padding-bottom:120px;
    display:flex;
}

.CoLeftC{
    margin-left:177px;
    margin-right: 50px;
    width:913px;
    display:flex;
    flex-direction:column;
}

.COLeftHeader {
    font-size: 65px;
    font-weight: 600;
    line-height: 78px;
    text-align: left;
    color:white;
}

.COlogo{
    margin-top:30px;
    margin-bottom: 30px;
}

.CoShortDesc {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.14px;
    color:white;
}

.COLongDesc {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.14px;
    color: white;
}

.COBtn{
    height:49px;
    width:183px;
    border: 2px solid white;
    border-radius:8px;
    color:white;
    text-align:center;
    align-content:center;
}

.CbenC{
    margin: 100px 50px;
}

.CbenCardsC{
    margin: 60px 120px;
}

.CbenCardsSubC {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}

.CbenCardC {
    width: 765px;
    height: 719px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid;
    border-image-source: linear-gradient(124.48deg, rgba(255, 255, 255, 0.5) -0.5%, rgba(255, 255, 255, 0.075) 49.75%, rgba(255, 255, 255, 0.5) 100%);
}


.CbenCardLogo img{
    height:380px;
    width: 100%;
    border-radius:24px 24px 0px 0px;
}

.CbenCardHeader {
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    color:white;
    margin-bottom:20px;
}

.CbenCardHeaderC {
    margin-top: 50px;
    margin-right:55.5px;
    margin-left:55.5px;
    margin-bottom: 40px;
}

.CbenCardDesc {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.14px;
    color:white;
}

.CbenCardBtn {
    width: 190px;
    height: 50px;
    border: 1px solid transparent;
    background: linear-gradient(135.34deg, #00F4FF 2.79%, #68FFED 51.4%, #9867FF 100%);
    color: black;
    align-content: center;
    text-align: center;
    margin: auto;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25.14px;
}

.YKACover {
    width: 1920px;
    height: 793px;
    padding: 100px 50px;
}

.YKASubC {
    width: 1585px;
    height: 593px;
    margin:auto;
    display:flex;
}

.YKALeftC {
    width: 818px;
    height: 593px;
    margin-right:100px;
}

.YKARightC {
    width: 667px;
    height: 492px;
    position:relative;
}

.YKAHeader {
    font-size: 55px;
    font-weight: 600;
    line-height: 66px;
    color:white;
    margin-bottom:50px;
}

.YKADesc {
    font-size: 25px;
    font-weight: 400;
    line-height: 31.43px;
    color:white;
}

.YKASteps{
    display:flex;
    margin-left:20px;
}

.YKASteps img{
    width:17.6px;
    height:13.4px;
    margin-right:8.5px;
    margin-top:5.6px;
}

.YKABottom {
    margin-top: 40px;
    margin-left: 20px;
}

.YKABtnSub {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.14px;
    text-align: center;
    background: linear-gradient(135.34deg, #00F4FF 2.79%, #68FFED 51.4%, #9867FF 100%);
    color:black;
    width:161px;
    height:46px;
    align-content:center;
    cursor:pointer;
    border-radius:8px;
}

.YKABtn {
    width: 165px;
    height: 50px;
    padding:2px;
    border-radius: 8px;
    background: linear-gradient(105.66deg, rgba(0, 244, 255, 0.5) 16.76%, rgba(104, 255, 237, 0.5) 46.39%, rgba(152, 103, 255, 0.5) 76.01%);
}

.YKARectangleSub {
    position: absolute;
    width: 586px;
    height: 420px;
    border-radius: 24px;
    margin:5px;
    background: black;
}

.YKARectangle {
    position: absolute;
    width: 596px;
    height: 430px;
    top: 50.5px;
    border-radius: 24px;
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
}

.YKAImageRectangle {
    position: absolute;
    width: 596px;
    height: 430px;
    top: 112.5px;
    left: 71px;
    border-radius: 24px;
    background: linear-gradient(124.48deg, rgba(255, 255, 255, 0.5) -0.5%, rgba(255, 255, 255, 0.075) 49.75%, rgba(255, 255, 255, 0.5) 100%);
}




.YKAImageRectangle img {
    position: absolute;
    width: 594px;
    height: 428px;
    margin: 1px;
    border-radius: 24px;
    object-fit: cover;
}

@media screen and (max-width: 1440px) {
    .hizmetlerimizImage {
        min-width: 450px;
        max-width: 450px;
        height: 300px;
    }
    .hizmetlerimizContent {
        min-width: unset;
    }
    .faqList {
        width: 100%;
    }
}
@media screen and (max-width: 1360px) {

    .hizmetlerimizRectangle {
        top: -40px;
        left: 40px;
    }
    .hizmetlerimizItem:nth-child(even) .hizmetlerimizRectangle {
        top: -40px;
        right: 40px;
    }
    .PFCardsC {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 1200px) {
    .statsContainer {
        padding: 0px 50px;
    }
    .statsSubContainer {
        flex-wrap: wrap;
        gap: 24px;
    }
    .hizmetlerimizImage {
        min-width: 350px;
        max-width: 350px;
    }
    .teamWrapper {
        column-gap: 50px;
    }
}
@media screen and (max-width: 992px) {
    .subHeader {
        font-size: 28px;
        line-height: 40px;
    }
    .statsContainer {
        padding: 50px 30px;
    }
    .detailVideoContainer {
        padding: 50px;
        gap: 30px;
    }
    .detailVideoWrapper{
        max-width:450px;
    }
    .detailPageBanner {
        padding: 0 20px;
        margin-bottom: 0;
    }
    .item.plateauBannerCover {
        height: 412px;
    }

    .plateauTextWrapper {
        padding-left: 30px;
        justify-content: flex-end;
        padding-bottom: 50px;
        max-width: 430px;
    }

    .plateauDescription p {
        font-size: 14px;
        margin-top: 15px;
        line-height: 20px;
    }

    .plateauButtons {
        margin-top: 30px;
    }
    .PColorTxt {
        font-size:28px;
        line-height: 30px;
    }
    .PTxt{
        font-size:14px;
        line-height:20px;
    }
    .productImg {
        height: 36px;
    }
    .productTxtC {
        max-width: 150px;
        margin-left: 12px;
    }
    .sectionHeaderWrapper {
        max-width: 450px;
        gap: 15px;
    }
    .hizmetlerimizSection {
        padding: 50px 30px;
    }
    .hizmetlerimizA2Section {
        padding: 50px 0 50px 20px;
    }
    .hizmetlerimizContentDescription {
        font-size: 18px;
        line-height: 28px;
    }

    .hizmetlerimizItem {
        gap: 50px;
    }
    .hizmetlerimizVisual {
        padding-top: 30px;
    }
    .hizmetlerimizWrapper {
        margin-top: 20px;
        gap: 40px;
    }
    .hizmetlerimizContentHeader {
        font-size: 24px;
        line-height: 50px;
    }
    .hizmetlerimizImage {
        min-width: 285px;
        max-width: 285px;
        height: 206px;
    }
    .hizmetlerimizRectangle {
        top: -30px;
        left: 30px;
    }

    .hizmetlerimizItem:nth-child(even) .hizmetlerimizRectangle {
        top: -30px;
        right: 30px;
    }
    .hizmetlerimizContentHeader p {
        line-height: 28px;
    }
    .showMoreContainer {
        margin-top: 40px;
    }
    .hizmetlerA2ItemTitle{
        font-size:24px;
    }
    .hizmetlerimizContentItemDesc p {
        font-size: 18px;
        line-height: 25px;
    }
    .hizmetlerimizContentItemDescBottom {
        padding-left: 16px;
        padding-top: 24px;
        padding-bottom: 0;
        gap: 24px;
        
    }
    .hizmetlerimizA2Content{
        padding-left:16px;
    }
    .hizmetlerimizItemA2 .hizmetlerimizRectangle {
        top: -30px;
        left: unset;
        right: 30px;
    }
    .subHeaderMobile{
        padding-right:20px
    }
    .areasOfUseWrapper {
        padding-right: 20px;
    }
    .hizmetlerimizContentItem.active .hizmetlerA2ItemTitle::after{
        left:-16px;
    }
    .PFeatureC {
        padding: 50px 0 50px 20px;
    }
    .PFCardsC {
       display:none;
    }
    .PFCardsCMobile{
        display:block;
    }
    .PFCard{
        width:260px;
        height:325px;
        padding:25px 20px
    }
    .PFCardLogo svg {
        width: 55px;
        height: 55px;
    }
    .PFHeaderC {
        margin-bottom: 30px;
    }
    .PFHeaderDesc {
        font-size: 14px;
        line-height: 20px;
        padding-left: 0;
        padding-right: 20px;
    }
    .PFCardHeader {
        font-size: 24px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 78px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .PFCardDesc {
        font-size: 14px;
        line-height: 20px;
    }
    .areasOfUseWrapperMobile {
        display: block;
    }

    .hizmetlerimizK2Container {
        display: none;
    }
    .sectorItem {
        flex: 1 1 210px;
        max-width: 210px;
    }
    .sectorItemImage svg {
        width: 28px;
        height: 28px;
    }
    .sectorWrapper {
        gap: 40px;
        padding-top: 40px;
    }
    .sectorItemDesc h5 {
        line-height: 32px;
    }
    .sectorItemDesc h5 {
        font-size: 24px;
    }
    .sectorItemDesc {
        gap: 5px;
    }
    .sectorItemDesc p {
        font-size: 14px;
        line-height: 20px;
    }
    .teamLogoWrapper {
        bottom: 10px;
        right: -48px;
        width: 90px;
    }
    .teamImageWrapper > img {
        min-width: 346px;
    }
    .teamWrapper {
        column-gap: 30px;
    }
    .teamDescWrapper {
        max-width: 304px;
    }
    .teamDesc {
        gap: 15px;
        padding-top: 15px;
        min-width: 235px;
    }

    .pText {
        font-size: 14px;
        line-height: 20px;
    }
    .yetkiContainer {
        display: none;
    }

    .yetkinliklerimizMobile {
        display: block;
    }
    .yetkinliklerimizCover {
        padding: 50px 0 50px 20px;
    }
    .yetkiBox {
        width: 260px;
        height: 217px;
        padding: 25px 20px;
        border-radius: 24px;
        border: 1px solid;
    }
    .YetkiText {
        margin-top: 10px;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .numberYetki svg{
     height:36px
    }
    .quoteCover {
        padding: 50px 90px;
    }
    .sizdengelenBorder {
        margin-top: 20px;
        padding: 30px 20px;
    }
    .sizdengelenInfo {
        font-size: 14px;
        margin-left: 0;
        margin-right: 0;
        line-height: 20px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .sizdengelenQuoteImage, .sizdengelenQuoteImage2{
        width: 21px;
    }
    .sizdengelenLogo svg {
        width: 96px;
    }
    .sizdengelenBottomArea {
        margin-top: 20px;
    }
    .sizdenGelenKisiImage {
        margin-right: 8px;
        max-width: 31px;
        max-height: 31px;
    }
    .sizdenGelenKisiInfoWrapper {
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
    }
    .sizdengelenKisiInfo {
        align-items: center;
    }
    .sizdenGelenKisiTitle {
        font-size: 10px;
        line-height: 14px;
        margin-top: 0;
    }
    .sizdengelenShortLine {
        margin-left: 20px;
        margin-right: 20px;
    }
    .sizdengelenLogo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .PSSImg {
        height: 260px;
    }
    .PSSContent {
        width: 100%;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .PSSLogo {
        height: 25px;
    }
    .PSSLogo img {
        max-height: 100%;
    }
    .PSSDesc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .PSSContent .cardItemRmSS {
        font-size: 14px;
        gap: 3px;
        padding-bottom: 0;
    }
    .PSSContent .cardItemRmSS img{
        width:8px !important;
    }
    .PSSCover .owl-item {
        margin-left: 2px;
    }
    .sliderControls {
        padding-top:30px;
    }
    .faqSection {
        padding: 50px 20px;
    }
    .faqList {
        margin-top: 20px;
        gap: 20px;
    }
    .faqItem {
        padding: 30px 25px;
        gap: 20px;
    }
    .faqQuestion > p {
        font-size: 16px;
        line-height: 24px;
    }
    .iconPlus{
        width:28px
    }
    .iconMinus{
        width:16px
    }
    .faqAnswer p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 650px){
    .hizmetlerimizItem {
        flex-direction: column;
        align-items: center;
        gap:20px;
    }
        .hizmetlerimizItem:nth-child(even) {
            flex-direction: column;
      
        }
            
    .hizmetlerimizSection {
        padding: 50px 20px;
    }
    .hizmetlerimizImage {
        max-width: 285px;
    }
    .hizmetlerimizVisual {
        padding-right: 30px;
    }
    .hizmetlerimizItem:nth-child(even) .hizmetlerimizVisual {
        padding-left: 30px;
        padding-right: 0;
    }
    .hizmetlerimizA2Container{
        display:none;
    }
    .hizmetlerimizWrapperMobile{
        display:block;
    }
    .hizmetlerimizContentItemDesc h5 {
        font-size: 14px;
     
    }
    .hizmetlerimizContentItemDesc p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 0;
    }
    .hizmetlerimizTabContent .owl-carousel .hItem.active-tab {
        font-size: 16px;
    }
    .longTab {
        min-width: 280px;
    }
    .hizmetlerA2ItemTitle {
        font-size: 14px;
    }
    .hizmetlerimizTabContent .owl-carousel .hItem {
        padding-bottom: 18px;
        line-height: 24px;
        min-width: 92px;
    }
    .hizmetlerimizContentItemDescBottom {
        padding-left: 12px;
    }
        .hizmetlerimizContentItemDescBottom li {
            font-size: 14px;
            line-height:20px;
        }
    .hizmetlerimizA3List li::before {
        width: 14px;
        height: 14px;
    }
    .hizmetlerimizA4List {
        margin: 10px 0;
    }
    .hizmetlerimizA4List li {
        font-size: 14px;
        color: #fff;
        line-height: 20px;
    }
        .hizmetlerimizA4List li::before {
            top: 7px;
        }
    .areasOfUseWrapper {
        flex-direction: column-reverse;
        gap: 20px;
        padding-top: 0;
    }
    .teamWrapper {
        grid-template-areas:
            "header"
            "image"
            "description";
        row-gap: 20px;
        position:relative;
    }
    .teamDesc {
        padding-top: 0;
        min-width: unset;
    }
    .teamImageWrapper {
        position: unset;
    }
    .teamImageWrapper > img {
        min-width: unset;
    }
    .teamLogoWrapper {
        bottom:-40px;
        right:-18px;
    }
    .quoteCover {
        padding: 50px 20px;
    }
    .PSSCover {
        padding: 50px 20px;
    }
    .PSSContent .cardItemRmSS {
     
        justify-content: flex-end;
    }
    .PSSImg {
        height: 208px;
    }
    .PSSContent {
        padding-left: 10px;
        padding-bottom: 20px;
        padding-right: 10px;
    }
    .PSSDesc {
        line-height: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sliderControls {
        max-width: 312px;
    }
    .faqItem {
        padding:25px;
    }
}
@media screen and (max-width: 580px) {
    .statsContainer {
        padding: 50px 20px 0 20px;
    }
    .productImg {
        width: 36px;
        object-fit: contain;
    }
    .productTxtC {
        max-width: 203px;
    }
    .statsSubContainer {
        gap: 40px;
        flex-direction: column;
        width: 210px;
        flex-wrap: nowrap;
    }
    .statsField {
        margin-right: 0;
    }
    .detailVideoContainer {
        padding: 50px 20px;
        gap: 20px;
    }
    .sectorItem {
        flex: unset;
        max-width: unset;
    }
 
}
@media screen and (max-width: 480px) {
    .item.plateauBannerCover {
        height: 580px;
    }

    .plateauTextWrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
    .sectorWrapper {
        justify-content: space-between;
    }
    .sectorSubHeader.subHeader {
        text-align: left
    }
  
}

