.referanslar-heading {
width: 100%;
background: #ffffff;
}
.referanslar-heading-container {
max-width: 800px;
margin: 0 auto;
}
.referanslar-heading-text {
font-size: 42px;
font-weight: 400;
line-height: 1.5;
color: #1a1a1a;
text-align: center;
margin: 0;
padding: 50px 0;
}
.heading-italic {
font-style: italic;
font-weight: 400;
}
.heading-bold {
font-weight: 700;
}
@media (min-width: 769px) {
.referanslar-heading {
padding-top: 60px !important;
}
} @media (max-width: 768px) {
.referanslar-heading-text {
font-size: 35px;
padding-top: 30px;
}
}  .referanslar-section-title {
font-size: 36px;
font-weight: 700;
color: #1a1a1a;
text-align: center;
margin: 60px 0 60px 0;
} .reference-slider-section {
width: 100%;
background: #ffffff;
padding: 0;
overflow: visible;
position: relative;
} .reference-slider-sticky {
position: sticky;
top: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
display: flex;
align-items: center;
} .reference-slider-container {
width: 100%;
max-width: 100%;
overflow: hidden;
position: relative;
} .reference-slider-track {
display: flex;
gap: 32px;
padding: 20px 40px;
width: max-content;
will-change: transform;
} .reference-card {
flex-shrink: 0;
width: 520px;
height: 680px;
border-radius: 24px;
position: relative;
overflow: hidden;
cursor: pointer;
transition: transform 0.3s ease;
}
.reference-card:hover {
transform: translateY(-8px);
} .reference-card-image {
position: absolute;
inset: 0;
overflow: hidden;
z-index: 1;
transition: transform 0.5s ease;
}
.reference-card-image video {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
.reference-card:hover .reference-card-image {
transform: scale(1.02);
} .reference-card-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0) 40%,
rgba(0, 0, 0, 0.7) 80%,
rgba(0, 0, 0, 0.9) 100%
);
z-index: 2;
} .reference-card-content {
position: absolute;
inset: 0;
z-index: 3;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 50px;
} .card-logo {
display: flex;
justify-content: flex-start;
}
.card-logo img {
width: auto;
max-width: 160px;
height: 80px;
object-fit: contain;
} .card-bottom {
display: flex;
flex-direction: column;
} .card-title {
font-size: 16px;
font-weight: 600;
color: #ffffff !important;
margin-bottom: 14px;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease 0.15s, visibility 0.3s ease 0.15s;
}
.reference-card:hover .card-title {
opacity: 1;
visibility: visible;
} .card-desc {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #ffffff !important;
} .card-btn {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 14px;
font-weight: 600;
color: #ffffff !important;
text-decoration: underline;
text-underline-offset: 3px;
opacity: 0;
visibility: hidden;
max-height: 0;
overflow: hidden;
margin-top: 0;
transition: opacity 0.3s ease 0.15s, visibility 0.3s ease 0.15s, max-height 0.3s ease 0.15s, margin-top 0.3s ease 0.15s;
}
.reference-card:hover .card-btn {
opacity: 1;
visibility: visible;
max-height: 40px;
margin-top: 27px;
} @media (max-width: 768px) {
.referanslar-section-title {
margin-top: 0 !important;
}
.reference-card {
width: 320px;
height: 480px;
}
.referanslar-heading {
padding-top: 130px;
}
.reference-card-content {
padding: 28px;
} .card-title {
opacity: 1;
visibility: visible;
}
.card-btn {
opacity: 1;
visibility: visible;
max-height: 40px;
margin-top: 12px;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.reference-card {
width: 480px;
height: 640px;
}
.reference-card-content {
padding: 35px;
}
.card-logo img {
max-width: 130px;
height: 60px;
}
}
@media (min-width: 1025px) {
.reference-slider-track {
padding-left: 40px;
}
} .demo-section {
padding-top: 80px !important;
padding-bottom: 80px !important;
} .demo-container {
padding-bottom: 0 !important;
height: 260px !important;
max-height: 260px !important;
} .demo-overlay {
max-height: 260px !important;
padding: 20px 40px !important;
} .demo-title {
font-size: 36px !important;
margin-bottom: 20px !important;
line-height: 1.3 !important;
} .demo-button {
padding: 14px 36px !important;
font-size: 19px !important;
} @media (max-width: 520px) {
.demo-container {
height: 240px !important;
max-height: 240px !important;
}
.demo-overlay {
max-height: 240px !important;
padding: 18px 28px !important;
}
.demo-title {
font-size: 28px !important;
margin-bottom: 16px !important;
}
.demo-button {
padding: 12px 28px !important;
font-size: 15px !important;
}
} .referanslar-hero {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
padding: 120px 0 80px;
position: relative;
overflow: hidden;
}
.referanslar-hero::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(
600px circle at 20% 30%,
rgba(5, 193, 155, 0.15) 0%,
transparent 50%
),
radial-gradient(
500px circle at 80% 60%,
rgba(132, 122, 233, 0.2) 0%,
transparent 50%
);
pointer-events: none;
}
.referanslar-hero .container {
position: relative;
z-index: 1;
}
.referanslar-hero-title {
font-size: 48px;
font-weight: 700;
color: #ffffff;
text-align: center;
margin-bottom: 20px;
line-height: 1.2;
}
.referanslar-hero-subtitle {
font-size: 20px;
color: rgba(255, 255, 255, 0.8);
text-align: center;
max-width: 700px;
margin: 0 auto;
line-height: 1.6;
} .referanslar-stats {
display: flex;
justify-content: center;
gap: 60px;
margin-top: 60px;
flex-wrap: wrap;
}
.stat-item {
text-align: center;
}
.stat-number {
font-size: 56px;
font-weight: 700;
color: #05c19b;
line-height: 1;
margin-bottom: 8px;
}
.stat-label {
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
text-transform: uppercase;
letter-spacing: 1px;
} .referanslar-logos {
background: #f8f9fa;
padding: 80px 0;
}
.referanslar-logos-title {
font-size: 32px;
font-weight: 600;
color: #293056;
text-align: center;
margin-bottom: 50px;
}
.logos-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 40px;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.logo-item {
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
border-radius: 12px;
padding: 30px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
min-height: 120px;
}
.logo-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.logo-item img {
max-width: 140px;
max-height: 60px;
width: auto;
height: auto;
object-fit: contain;
filter: grayscale(100%);
opacity: 0.7;
transition: all 0.3s ease;
}
.logo-item:hover img {
filter: grayscale(0%);
opacity: 1;
} .referanslar-testimonials {
background: #ffffff;
padding: 100px 0;
}
.testimonials-header {
text-align: center;
margin-bottom: 60px;
}
.testimonials-title {
font-size: 36px;
font-weight: 600;
color: #293056;
margin-bottom: 16px;
}
.testimonials-subtitle {
font-size: 18px;
color: #666;
}
.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 30px;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.testimonial-card {
background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
border-radius: 16px;
padding: 40px;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
.testimonial-card:hover {
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
transform: translateY(-3px);
}
.testimonial-quote {
font-size: 48px;
color: #05c19b;
line-height: 1;
margin-bottom: 20px;
font-family: Georgia, serif;
}
.testimonial-text {
font-size: 16px;
line-height: 1.8;
color: #444;
margin-bottom: 30px;
}
.testimonial-author {
display: flex;
align-items: center;
gap: 15px;
}
.testimonial-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
background: linear-gradient(135deg, #05c19b, #847ae9);
}
.testimonial-info {
flex: 1;
}
.testimonial-name {
font-size: 16px;
font-weight: 600;
color: #293056;
margin-bottom: 4px;
}
.testimonial-role {
font-size: 14px;
color: #888;
}
.testimonial-company-logo {
max-width: 80px;
max-height: 30px;
object-fit: contain;
} .referanslar-case-studies {
background: #f8f9fa;
padding: 100px 0;
}
.case-studies-header {
text-align: center;
margin-bottom: 60px;
}
.case-studies-title {
font-size: 36px;
font-weight: 600;
color: #293056;
margin-bottom: 16px;
}
.case-studies-subtitle {
font-size: 18px;
color: #666;
}
.case-study-card {
display: flex;
background: #ffffff;
border-radius: 20px;
overflow: hidden;
margin-bottom: 40px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.case-study-card:nth-child(even) {
flex-direction: row-reverse;
}
.case-study-image {
flex: 1;
min-height: 400px;
background-size: cover;
background-position: center;
}
.case-study-content {
flex: 1;
padding: 50px;
display: flex;
flex-direction: column;
justify-content: center;
}
.case-study-tag {
display: inline-block;
background: linear-gradient(135deg, #05c19b, #00a884);
color: #ffffff;
font-size: 12px;
font-weight: 600;
padding: 6px 16px;
border-radius: 20px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 20px;
width: fit-content;
}
.case-study-heading {
font-size: 28px;
font-weight: 600;
color: #293056;
margin-bottom: 16px;
line-height: 1.3;
}
.case-study-description {
font-size: 16px;
color: #666;
line-height: 1.7;
margin-bottom: 30px;
}
.case-study-results {
display: flex;
gap: 30px;
margin-bottom: 30px;
}
.case-study-result {
text-align: left;
}
.case-study-result-value {
font-size: 32px;
font-weight: 700;
color: #05c19b;
line-height: 1;
margin-bottom: 4px;
}
.case-study-result-label {
font-size: 14px;
color: #888;
}
.case-study-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #293056;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
}
.case-study-link:hover {
color: #05c19b;
gap: 12px;
} .referanslar-cta {
background: linear-gradient(135deg, #293056 0%, #1a1a2e 100%);
padding: 100px 0;
text-align: center;
position: relative;
overflow: hidden;
}
.referanslar-cta::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(
800px circle at 50% 50%,
rgba(5, 193, 155, 0.15) 0%,
transparent 50%
);
pointer-events: none;
}
.referanslar-cta .container {
position: relative;
z-index: 1;
}
.cta-title {
font-size: 40px;
font-weight: 700;
color: #ffffff;
margin-bottom: 20px;
}
.cta-subtitle {
font-size: 18px;
color: rgba(255, 255, 255, 0.8);
max-width: 600px;
margin: 0 auto 40px;
line-height: 1.6;
}
.cta-button {
display: inline-flex;
align-items: center;
gap: 10px;
background: #05c19b;
color: #ffffff;
font-size: 18px;
font-weight: 600;
padding: 18px 40px;
border-radius: 12px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 10px 30px rgba(5, 193, 155, 0.3);
}
.cta-button:hover {
background: #04a886;
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(5, 193, 155, 0.4);
} @media (max-width: 1024px) {
.referanslar-hero {
padding: 100px 0 60px;
}
.referanslar-hero-title {
font-size: 40px;
}
.stat-number {
font-size: 44px;
}
.referanslar-stats {
gap: 40px;
}
.case-study-card,
.case-study-card:nth-child(even) {
flex-direction: column;
}
.case-study-image {
min-height: 300px;
}
}
@media (max-width: 768px) {
.referanslar-hero {
padding: 80px 0 50px;
}
.referanslar-hero-title {
font-size: 32px;
}
.referanslar-hero-subtitle {
font-size: 16px;
}
.stat-number {
font-size: 36px;
}
.referanslar-stats {
gap: 30px;
}
.logos-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.testimonials-grid {
grid-template-columns: 1fr;
}
.testimonial-card {
padding: 30px;
}
.case-study-content {
padding: 30px;
}
.case-study-heading {
font-size: 24px;
}
.case-study-results {
flex-wrap: wrap;
gap: 20px;
}
.cta-title {
font-size: 28px;
}
.cta-button {
font-size: 16px;
padding: 14px 30px;
}
}
@media (max-width: 480px) {
.referanslar-hero-title {
font-size: 26px;
}
.referanslar-stats {
flex-direction: column;
gap: 25px;
}
.logos-grid {
grid-template-columns: 1fr;
}
.logo-item {
padding: 20px;
}
}  .brands-section {
margin-top: 0 !important;
}
.brands-grid {
grid-template-columns: repeat(6, 1fr) !important;
grid-template-rows: unset !important;
grid-auto-rows: 100px !important;
gap: 50px 40px !important;
}
.brands-grid img {
width: 120px !important;
height: 50px !important;
max-width: unset !important;
max-height: unset !important;
object-fit: contain !important;
display: block;
}
@media (max-width: 768px) {
.brands-grid {
grid-template-columns: repeat(3, 1fr) !important;
grid-auto-rows: 80px !important;
gap: 16px 20px !important;
}
}
@media (max-width: 480px) {
.brands-grid {
grid-template-columns: repeat(2, 1fr) !important;
grid-auto-rows: 70px !important;
}
}