/* ===========================================================
   EGEMEN BİLGİSAYAR
   PREMIUM CORPORATE WEBSITE 2026
   STYLE.CSS
   BÖLÜM 1
=========================================================== */

:root{

--primary:#0d6efd;
--primary-dark:#0a58ca;
--secondary:#00c2ff;
--dark:#050b16;
--dark2:#0b1424;
--card:#121d31;
--white:#ffffff;
--text:#d8dce7;
--border:rgba(255,255,255,.08);
--shadow:0 20px 60px rgba(0,0,0,.35);
--radius:24px;
--transition:.35s ease;

}

*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Poppins',sans-serif;
background:var(--dark);
color:var(--white);
overflow-x:hidden;
line-height:1.8;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;
transition:var(--transition);

}

ul{

list-style:none;

}

.container{

width:90%;
max-width:1320px;
margin:auto;

}

section{

padding:120px 0;
position:relative;

}

h1,h2,h3,h4{

font-weight:700;
line-height:1.25;

}

p{

color:var(--text);

}

/* ===========================
LOADER
=========================== */

#loader{

position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:#050b16;
display:flex;
align-items:center;
justify-content:center;
z-index:99999;

}

.loader-circle{

width:75px;
height:75px;
border-radius:50%;
border:5px solid rgba(255,255,255,.1);
border-top:5px solid var(--primary);
animation:spin 1s linear infinite;

}

@keyframes spin{

100%{

transform:rotate(360deg);

}

}

/* ===========================
HEADER
=========================== */

header{

position:fixed;
left:0;
top:0;
width:100%;
z-index:999;
padding:18px 0;
transition:.40s;
background:rgba(5,11,22,.45);
backdrop-filter:blur(18px);
border-bottom:1px solid rgba(255,255,255,.05);

}

header.sticky{

padding:12px 0;
background:rgba(5,11,22,.92);

}

.navbar{

display:flex;
align-items:center;
justify-content:space-between;

}

.logo img{

height:60px;

}

.menu{

display:flex;
align-items:center;
gap:35px;

}

.menu li a{

color:#fff;
font-weight:500;
font-size:15px;
position:relative;

}

.menu li a::after{

content:"";
position:absolute;
left:0;
bottom:-8px;
width:0;
height:2px;
background:var(--primary);
transition:.35s;

}

.menu li a:hover::after{

width:100%;

}

.menu li a:hover{

color:var(--secondary);

}

.header-buttons{

display:flex;
align-items:center;
gap:15px;

}

.call-btn,
.whatsapp-btn{

width:48px;
height:48px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.10);

}

.whatsapp-btn{

background:#25D366;

}

.call-btn:hover,
.whatsapp-btn:hover{

transform:translateY(-4px);

}

.mobile-toggle{

display:none;
flex-direction:column;
gap:6px;
cursor:pointer;

}

.mobile-toggle span{

width:28px;
height:3px;
background:#fff;
border-radius:10px;

}

/* ===========================
HERO
=========================== */
.hero{

position:relative;

height:95vh;

display:flex;

align-items:center;

justify-content:center;

overflow:hidden;

isolation:isolate;

}

.hero-video{

position:absolute;

inset:0;

width:100%;
height:100%;

object-fit:cover;

z-index:1;

}

.hero-light{

width:650px;
height:250px;

background:
radial-gradient(
circle,
rgba(13,110,253,.18),
transparent 70%
);

filter:blur(80px);

}

.hero-light{

position:absolute;

top:0;
left:50%;

transform:translateX(-50%);

width:650px;
height:250px;

background:radial-gradient(
circle,
rgba(13,110,253,.18),
transparent 70%
);

filter:blur(80px);

pointer-events:none;

z-index:3;

}



.hero-content{

position:relative;

z-index:10;

max-width:1100px;

margin:auto;

text-align:center;

}
.hero .container,
.hero-content{

background:transparent !important;
background-color:transparent !important;
background-image:none !important;
box-shadow:none !important;

}


.hero h1{

font-size:78px;
font-weight:800;
line-height:1.2;
margin-bottom:30px;

}


.hero h1 span{

color:#00c2ff;

}


.hero p{

max-width:900px;
margin:auto;
font-size:22px;
margin-bottom:50px;

}


.hero-buttons{

display:flex;
justify-content:center;
gap:20px;
margin-bottom:60px;
flex-wrap:wrap;

}



.btn-third{

padding:18px 42px;

border-radius:60px;

background:#ffffff;

color:#111;

font-weight:700;

}


.btn-third:hover{

transform:translateY(-6px);

}



.hero-services{

display:flex;
justify-content:center;
gap:18px;
flex-wrap:wrap;

}


.hero-services span{


padding:

15px 25px;


border-radius:60px;

background:

rgba(255,255,255,.08);


backdrop-filter:blur(20px);


border:

1px solid rgba(255,255,255,.10);


font-size:15px;

font-weight:500;

}



.hero-scroll{


position:absolute;

bottom:30px;

left:50%;

transform:translateX(-50%);


display:flex;
flex-direction:column;
align-items:center;
gap:10px;


animation:

scrollHero 2s infinite;

}


.hero-scroll span{

font-size:14px;

color:#ffffff;

}


.hero-scroll i{

font-size:18px;

}


@keyframes scrollHero{


0%{

transform:
translate(-50%,0px);

}


50%{

transform:
translate(-50%,12px);

}


100%{

transform:
translate(-50%,0px);

}


}
/* ===========================================================
STYLE.CSS
BÖLÜM 2
=========================================================== */

.hero-buttons{

display:flex;
justify-content:center;
align-items:center;
gap:20px;
margin-bottom:70px;
flex-wrap:wrap;

}

.btn-primary{

display:inline-flex;
align-items:center;
justify-content:center;
padding:18px 42px;
background:var(--primary);
color:#fff;
font-weight:600;
border-radius:60px;
transition:.35s;
box-shadow:0 20px 40px rgba(13,110,253,.35);

}

.btn-primary:hover{

transform:translateY(-6px);
background:#fff;
color:#000;

}

.btn-secondary{

display:inline-flex;
align-items:center;
justify-content:center;
padding:18px 42px;
border-radius:60px;
font-weight:600;
color:#fff;
border:1px solid rgba(255,255,255,.20);
background:rgba(255,255,255,.05);
backdrop-filter:blur(20px);

}

.btn-secondary:hover{

background:#fff;
color:#000;
transform:translateY(-6px);

}

.hero-features{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;

}

.feature-box{

padding:35px 25px;

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

border-radius:24px;

transition:.35s;

}

.feature-box:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(0,0,0,.35);

background:rgba(13,110,253,.10);

}

.feature-box i{

font-size:42px;
color:var(--secondary);
margin-bottom:20px;

}

.feature-box h3{

font-size:22px;
margin-bottom:10px;

}

.feature-box p{

font-size:15px;

}

.scroll-down{

position:absolute;

left:50%;

bottom:35px;

transform:translateX(-50%);

width:55px;
height:55px;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

background:rgba(255,255,255,.08);

color:#fff;

border:1px solid rgba(255,255,255,.10);

animation:scrollMove 2s infinite;

z-index:20;

}

@keyframes scrollMove{

0%{

transform:translate(-50%,0);

}

50%{

transform:translate(-50%,10px);

}

100%{

transform:translate(-50%,0);

}

}

/* ===========================
GENEL BAŞLIK
=========================== */

.section-title{

max-width:900px;

margin:auto;

text-align:center;

margin-bottom:80px;

}

.section-title span{

display:inline-block;

padding:10px 24px;

background:rgba(13,110,253,.10);

color:var(--secondary);

border-radius:50px;

margin-bottom:20px;

font-weight:600;

}

.section-title h2{

font-size:52px;

margin-bottom:20px;

}

.section-title p{

font-size:18px;

}

/* ===========================
ABOUT
=========================== */

.about{

background:var(--dark2);

}

.about-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.about-image{

overflow:hidden;

border-radius:30px;

box-shadow:var(--shadow);

}

.about-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.50s;

}

.about-image:hover img{

transform:scale(1.05);

}

.about-content h3{

font-size:40px;

margin-bottom:25px;

}

.about-content p{

margin-bottom:22px;

}

.about-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:40px 0;

}

.about-item{

display:flex;

align-items:flex-start;

gap:12px;

}

.about-item i{

color:var(--secondary);

margin-top:6px;

}

.about-cards{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

margin-top:40px;

}

.mini-card{

padding:30px;

background:rgba(255,255,255,.05);

border-radius:20px;

text-align:center;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.mini-card:hover{

transform:translateY(-8px);

background:rgba(13,110,253,.10);

}

.mini-card h3{

font-size:42px;

color:var(--secondary);

margin-bottom:10px;

}
/* ===========================================================
STYLE.CSS
BÖLÜM 3
=========================================================== */

/* ===========================
SERVICES
=========================== */

.services{

background:#07101d;

}

.services-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.service-card{

position:relative;

padding:45px 35px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

border-radius:28px;

overflow:hidden;

transition:.40s;

}

.service-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:4px;

background:linear-gradient(90deg,var(--primary),var(--secondary));

transform:scaleX(0);

transform-origin:left;

transition:.40s;

}

.service-card:hover::before{

transform:scaleX(1);

}

.service-card:hover{

transform:translateY(-12px);

background:rgba(13,110,253,.08);

box-shadow:0 25px 60px rgba(0,0,0,.40);

}

.service-icon{

width:85px;

height:85px;

border-radius:22px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,var(--primary),var(--secondary));

margin-bottom:30px;

font-size:36px;

color:#fff;

}

.service-card h3{

font-size:28px;

margin-bottom:20px;

}

.service-card p{

margin-bottom:28px;

}

.service-card a{

display:inline-flex;

align-items:center;

gap:12px;

font-weight:600;

color:var(--secondary);

}

.service-card a:hover{

gap:18px;

}

/* ===========================
PARTNERS
=========================== */

.partners{

background:var(--dark2);

}

.partners-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.partner-card{

height:150px;

display:flex;

align-items:center;

justify-content:center;

padding:35px;

border-radius:24px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.partner-card img{

max-width:170px;

filter:grayscale(100%);

opacity:.75;

transition:.35s;

}

.partner-card:hover{

background:#fff;

transform:translateY(-8px);

}

.partner-card:hover img{

filter:none;

opacity:1;

}

/* ===========================
WHY US
=========================== */

.why-us{

background:#07101d;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.why-card{

padding:40px;

background:rgba(255,255,255,.05);

border-radius:28px;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.why-card:hover{

transform:translateY(-10px);

background:rgba(13,110,253,.08);

}

.why-card i{

font-size:48px;

margin-bottom:25px;

color:var(--secondary);

}

.why-card h3{

margin-bottom:18px;

font-size:28px;

}

/* ===========================
PROCESS
=========================== */

.process{

background:var(--dark2);

}

.process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:35px;

}

.process-item{

position:relative;

padding:40px 30px;

background:rgba(255,255,255,.05);

border-radius:28px;

border:1px solid rgba(255,255,255,.08);

text-align:center;

transition:.35s;

}

.process-item:hover{

transform:translateY(-10px);

}

.process-number{

width:90px;

height:90px;

margin:auto;

margin-bottom:30px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

font-weight:700;

background:linear-gradient(135deg,var(--primary),var(--secondary));

color:#fff;

}

.process-content h3{

margin-bottom:18px;

font-size:28px;

}
/* ===========================================================
STYLE.CSS
BÖLÜM 4
=========================================================== */

/* ===========================
STATS
=========================== */

.stats{

background:
linear-gradient(135deg,#081423,#0d1b2f);

}

.stats-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:35px;

}

.stat-box{

padding:55px 35px;

text-align:center;

border-radius:28px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(15px);

transition:.35s;

}

.stat-box:hover{

transform:translateY(-10px);

background:rgba(13,110,253,.10);

}

.stat-box h2{

font-size:64px;

color:var(--secondary);

margin-bottom:12px;

font-weight:800;

}

.stat-box p{

font-size:20px;

font-weight:500;

}

/* ===========================
SEO SECTION
=========================== */

.seo-section{

background:var(--dark2);

}

.seo-content{

max-width:1180px;

margin:auto;

padding:60px;

border-radius:30px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

box-shadow:var(--shadow);

}

.seo-content p{

margin-bottom:28px;

font-size:17px;

text-align:justify;

}

/* ===========================
CONTACT
=========================== */

.contact{

background:#07101d;

}

.contact-grid{

display:grid;

grid-template-columns:420px 1fr;

gap:50px;

margin-bottom:60px;

}

.contact-info{

display:flex;

flex-direction:column;

gap:25px;

}

.contact-card{

display:flex;

align-items:center;

gap:22px;

padding:28px;

border-radius:24px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.contact-card:hover{

transform:translateX(8px);

background:rgba(13,110,253,.10);

}

.contact-icon{

width:70px;

height:70px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,var(--primary),var(--secondary));

font-size:28px;

color:#fff;

flex-shrink:0;

}

.contact-card h3{

font-size:22px;

margin-bottom:6px;

}

.contact-form{

padding:45px;

border-radius:30px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

}

.form-group{

margin-bottom:22px;

}

.contact-form input,
.contact-form textarea{

width:100%;

padding:18px 22px;

border-radius:16px;

background:#0d1727;

border:1px solid rgba(255,255,255,.08);

color:#fff;

font-size:16px;

font-family:'Poppins',sans-serif;

outline:none;

transition:.30s;

}

.contact-form textarea{

resize:vertical;

min-height:170px;

}

.contact-form input:focus,
.contact-form textarea:focus{

border-color:var(--secondary);

box-shadow:0 0 0 4px rgba(0,194,255,.12);

}

.map-area{

overflow:hidden;

border-radius:30px;

box-shadow:var(--shadow);

}

.map-area iframe{

display:block;

width:100%;

}

/* ===========================
FOOTER
=========================== */

footer{

background:#03070f;

padding:90px 0 25px;

border-top:1px solid rgba(255,255,255,.06);

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr 1.2fr;

gap:50px;

margin-bottom:60px;

}

.footer-logo{

height:70px;

margin-bottom:25px;

}

.footer-col h3{

margin-bottom:25px;

font-size:24px;

}

.footer-col ul li{

margin-bottom:15px;

color:var(--text);

}

.footer-col ul li a{

color:var(--text);

transition:.30s;

}

.footer-col ul li a:hover{

color:var(--secondary);

padding-left:8px;

}

.social{

display:flex;

gap:15px;

margin-top:30px;

}

.social a{

width:48px;

height:48px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:rgba(255,255,255,.06);

color:#fff;

transition:.35s;

}

.social a:hover{

background:var(--primary);

transform:translateY(-5px);

}

.footer-bottom{

padding-top:30px;

border-top:1px solid rgba(255,255,255,.08);

text-align:center;

}

.footer-bottom p{

color:#9ea8bb;

}

/* ===========================
FLOATING WHATSAPP
=========================== */

.floating-whatsapp{

position:fixed;

right:30px;

bottom:30px;

width:68px;

height:68px;

border-radius:50%;

background:#25D366;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

z-index:999;

box-shadow:0 15px 35px rgba(37,211,102,.45);

transition:.35s;

}

.floating-whatsapp:hover{

transform:scale(1.08);

}
/* ===========================================================
STYLE.CSS
BÖLÜM 5
RESPONSIVE + ANİMASYONLAR
=========================================================== */

/* ===========================
ANIMATIONS
=========================== */

@keyframes fadeUp{

0%{

opacity:0;
transform:translateY(60px);

}

100%{

opacity:1;
transform:translateY(0);

}

}

@keyframes fadeLeft{

0%{

opacity:0;
transform:translateX(-60px);

}

100%{

opacity:1;
transform:translateX(0);

}

}

@keyframes fadeRight{

0%{

opacity:0;
transform:translateX(60px);

}

100%{

opacity:1;
transform:translateX(0);

}

}

.hero-content,
.section-title,
.about-image,
.about-content,
.service-card,
.partner-card,
.why-card,
.process-item,
.stat-box,
.contact-card,
.contact-form,
.seo-content{

animation:fadeUp .9s ease both;

}

/* ===========================
SCROLLBAR
=========================== */

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#08111d;

}

::-webkit-scrollbar-thumb{

background:var(--primary);

border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

background:var(--secondary);

}

/* ===========================
SELECTION
=========================== */

::selection{

background:var(--primary);

color:#fff;

}

/* ===========================
RESPONSIVE
=========================== */

@media(max-width:1200px){

.hero h1{

font-size:58px;

}

.hero-features{

grid-template-columns:repeat(2,1fr);

}

.services-grid{

grid-template-columns:repeat(2,1fr);

}

.why-grid{

grid-template-columns:repeat(2,1fr);

}

.process-grid{

grid-template-columns:repeat(2,1fr);

}

.stats-grid{

grid-template-columns:repeat(2,1fr);

}

.footer-grid{

grid-template-columns:repeat(2,1fr);

}

.about-grid{

grid-template-columns:1fr;

}

.contact-grid{

grid-template-columns:1fr;

}

.about-cards{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:992px){

.menu{

display:none;

}

.mobile-toggle{

display:flex;

}

.section-title h2{

font-size:42px;

}

.hero{

background-attachment:scroll;

}

.partners-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

section{

padding:90px 0;

}



.btn-primary,
.btn-secondary{

width:100%;

}

.section-title h2{

font-size:34px;

}

.section-title p{

font-size:16px;

}

.services-grid,
.why-grid,
.process-grid,
.stats-grid,
.partners-grid,
.footer-grid,
.about-list,
.about-cards{

grid-template-columns:1fr;

}

.service-card,
.why-card,
.process-item,
.partner-card,
.stat-box,
.contact-card{

padding:30px;

}

.contact-form{

padding:30px;

}

.seo-content{

padding:35px;

}

.footer{

text-align:center;

}

.social{

justify-content:center;

}

.footer-logo{

margin:auto;
margin-bottom:25px;

}

.floating-whatsapp{

width:60px;
height:60px;
font-size:30px;
right:20px;
bottom:20px;

}

}

@media(max-width:576px){

.container{

width:92%;

}

.hero h1{

font-size:34px;

}

.hero-badge{

font-size:12px;

padding:10px 18px;

}

.logo img{

height:48px;

}

.call-btn,
.whatsapp-btn{

width:42px;
height:42px;

}

.section-title{

margin-bottom:55px;

}

.section-title span{

font-size:13px;

}

.process-number{

width:70px;
height:70px;
font-size:24px;

}

.stat-box h2{

font-size:46px;

}

.contact-icon{

width:60px;
height:60px;
font-size:24px;

}

}

/* ===========================
END OF STYLE.CSS
=========================================================== */
/* ===========================================================
STYLE.CSS
EK BÖLÜM
SCRIPT.JS Bölüm 3 için gerekli CSS
=========================================================== */

.cursor-glow{

position:fixed;
left:0;
top:0;

width:350px;
height:350px;

border-radius:50%;

background:radial-gradient(circle,
rgba(13,110,253,.18) 0%,
rgba(13,110,253,.08) 35%,
transparent 70%);

pointer-events:none;

transform:translate(-50%,-50%);

z-index:0;

transition:left .08s linear,
top .08s linear;

filter:blur(15px);

}

.back-top{

position:fixed;

right:30px;
bottom:110px;

width:60px;
height:60px;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

background:linear-gradient(135deg,#0d6efd,#00c2ff);

color:#fff;

font-size:22px;

opacity:0;
visibility:hidden;

transform:translateY(30px);

transition:.35s;

box-shadow:0 15px 35px rgba(13,110,253,.35);

z-index:999;

}

.back-top:hover{

transform:translateY(-5px);

box-shadow:0 25px 45px rgba(13,110,253,.45);

}

.back-top.show{

opacity:1;
visibility:visible;
transform:translateY(0);

}

.menu a.active{

color:var(--secondary);

}

.menu a.active::after{

width:100%;

}

img{

opacity:0;
transition:opacity .8s ease;

}

img.loaded{

opacity:1;

}

.service-card{

transform-style:preserve-3d;
will-change:transform;

}

.hero-content{

will-change:transform,opacity;

}

@media(max-width:768px){

.cursor-glow{

display:none;

}

.back-top{

right:20px;
bottom:95px;

width:52px;
height:52px;

font-size:18px;

}

}
/* ===========================================================
STYLE.CSS
EK BÖLÜM 2
PREMIUM EFEKTLER
=========================================================== */

/* Glass Effect */

.glass{

background:rgba(255,255,255,.06);

backdrop-filter:blur(20px);

-webkit-backdrop-filter:blur(20px);

border:1px solid rgba(255,255,255,.08);

}

/* Gradient Text */

.gradient-text{

background:linear-gradient(90deg,#00c2ff,#0d6efd,#4da3ff);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

background-clip:text;

}

/* Hover Border Animation */

.service-card::after,
.why-card::after,
.partner-card::after,
.contact-card::after{

content:"";

position:absolute;

left:0;
top:0;

width:100%;
height:100%;

border-radius:inherit;

border:1px solid transparent;

background:

linear-gradient(#ffffff00,#ffffff00) padding-box,

linear-gradient(135deg,#0d6efd,#00c2ff) border-box;

-webkit-mask:

linear-gradient(#fff 0 0) padding-box,

linear-gradient(#fff 0 0);

-webkit-mask-composite:xor;

mask-composite:exclude;

opacity:0;

transition:.35s;

pointer-events:none;

}

.service-card:hover::after,
.why-card:hover::after,
.partner-card:hover::after,
.contact-card:hover::after{

opacity:1;

}

/* Floating Animation */

@keyframes floating{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0px);

}

}

.feature-box:nth-child(1){

animation:floating 5s ease-in-out infinite;

}

.feature-box:nth-child(2){

animation:floating 5.5s ease-in-out infinite;

}

.feature-box:nth-child(3){

animation:floating 6s ease-in-out infinite;

}

.feature-box:nth-child(4){

animation:floating 6.5s ease-in-out infinite;

}


/* Card Shadow */

.service-card,
.partner-card,
.why-card,
.process-item,
.contact-card,
.stat-box,
.mini-card{

box-shadow:

0 12px 35px rgba(0,0,0,.20);

}

/* Image Hover */

.about-image img{

filter:brightness(.95);

}

.about-image:hover img{

filter:brightness(1.05);

}

/* Footer Links */

.footer-col ul li{

transition:.30s;

}

.footer-col ul li:hover{

padding-left:8px;

}

/* Hero Buttons */

.btn-primary,
.btn-secondary{

position:relative;

overflow:hidden;

}

.btn-primary::before,
.btn-secondary::before{

content:"";

position:absolute;

left:-120%;

top:0;

width:80%;

height:100%;

background:

linear-gradient(90deg,

transparent,

rgba(255,255,255,.30),

transparent);

transform:skewX(-25deg);

transition:.8s;

}

.btn-primary:hover::before,
.btn-secondary:hover::before{

left:140%;

}

/* End Premium CSS */
/* ===========================================================
STYLE.CSS
EK BÖLÜM 3
SCRIPT.JS BÖLÜM 4 İÇİN GEREKLİ CSS
=========================================================== */

/* Reveal Animation */

.service-card,
.why-card,
.partner-card,
.process-item,
.feature-box,
.contact-card,
.stat-box,
.mini-card{

opacity:0;

transform:translateY(50px);

transition:

opacity .8s ease,

transform .8s ease,

box-shadow .35s ease,

background .35s ease;

}

.show-item{

opacity:1 !important;

transform:translateY(0) !important;

}

/* Ripple */

.btn-primary,
.btn-secondary{

position:relative;

overflow:hidden;

}

.ripple{

position:absolute;

border-radius:50%;

transform:scale(0);

background:rgba(255,255,255,.35);

animation:rippleEffect .7s linear;

pointer-events:none;

}

@keyframes rippleEffect{

to{

transform:scale(4);

opacity:0;

}

}

/* Button Hover */

.btn-primary:hover{

box-shadow:

0 15px 40px rgba(13,110,253,.45),

0 0 25px rgba(0,194,255,.30);

}

.btn-secondary:hover{

box-shadow:

0 15px 40px rgba(255,255,255,.18);

}

/* Hover Gradient */

.partner-card:hover,
.why-card:hover,
.process-item:hover{

background:

linear-gradient(135deg,

rgba(13,110,253,.10),

rgba(0,194,255,.08));

}

/* Contact Hover */

.contact-card:hover .contact-icon{

transform:rotate(10deg) scale(1.08);

transition:.35s;

}

/* Floating WhatsApp */

.floating-whatsapp{

animation:whatsappPulse 2.5s infinite;

}

@keyframes whatsappPulse{

0%{

box-shadow:0 0 0 0 rgba(37,211,102,.5);

}

70%{

box-shadow:0 0 0 20px rgba(37,211,102,0);

}

100%{

box-shadow:0 0 0 0 rgba(37,211,102,0);

}

}



.hero-overlay,

.hero-content,


/* Premium Selection */

::selection{

background:#0d6efd;

color:#fff;

}
/* ===========================================================
STYLE.CSS
EK BÖLÜM 4
PREMIUM SON DOKUNUŞLAR
=========================================================== */

/* Glow Border */

.service-card,
.why-card,
.partner-card,
.process-item,
.contact-card,
.stat-box{

position:relative;

overflow:hidden;

}

.service-card::before,
.why-card::before,
.partner-card::before,
.process-item::before,
.contact-card::before,
.stat-box::before{

content:"";

position:absolute;

left:-100%;

top:0;

width:60%;

height:100%;

background:linear-gradient(

90deg,

transparent,

rgba(255,255,255,.10),

transparent

);

transform:skewX(-25deg);

transition:1s;

}

.service-card:hover::before,
.why-card:hover::before,
.partner-card:hover::before,
.process-item:hover::before,
.contact-card:hover::before,
.stat-box:hover::before{

left:160%;

}

/* Section Divider */

section::after{

content:"";

position:absolute;

left:50%;

bottom:0;

transform:translateX(-50%);

width:140px;

height:2px;

background:linear-gradient(

90deg,

transparent,

rgba(13,110,253,.55),

transparent

);

}

/* Hover Scale */

.partner-card img{

transition:.40s;

}

.partner-card:hover img{

transform:scale(1.08);

}

/* Input Placeholder */

input::placeholder,
textarea::placeholder{

color:#97a3b8;

}

/* Form Button */

.contact-form .btn-primary{

width:100%;

margin-top:10px;

font-size:17px;

}

/* Footer */

footer{

position:relative;

overflow:hidden;

}

footer::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:1px;

background:linear-gradient(

90deg,

transparent,

rgba(13,110,253,.7),

transparent

);

}

/* Logo */

.logo img{

transition:.35s;

}

.logo:hover img{

transform:scale(1.05);

}

/* Smooth Card Hover */

.service-card,
.partner-card,
.why-card,
.process-item,
.contact-card,
.stat-box,
.feature-box,
.mini-card{

transition:

transform .35s ease,

box-shadow .35s ease,

background .35s ease,

border-color .35s ease;

}

/* Hero Text */

.hero h1{

letter-spacing:-1px;

}

.hero p{

font-weight:300;

}

/* Map */

.map-area iframe{

filter:grayscale(20%) contrast(1.05);

transition:.4s;

}

.map-area:hover iframe{

filter:none;

}

/* Performance */


.about,
.services,
.partners,
.why-us,
.process,
.stats,
.seo-section,
.contact{

contain:layout;

}



.hero-content{

position:relative;
z-index:100;

}


.hero{

height:95vh;

}


.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(5,11,22,.72);
    z-index:2;
}

.hero-badge{

display:inline-block;
padding:12px 24px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,.10);

color:#fff;

border-radius:50px;

margin-bottom:25px;

font-size:15px;

font-weight:600;

}

/* ===========================
STYLE.CSS SONU
=========================================================== */
/* ==========================================================
COOKIE BANNER CSS
=========================================================== */

.cookie-banner{

position:fixed;

left:25px;

right:25px;

bottom:25px;

background:rgba(8,15,30,.96);

backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.08);

border-radius:24px;

padding:30px;

z-index:999999;

display:none;

box-shadow:0 25px 60px rgba(0,0,0,.35);

animation:cookieUp .6s ease;

}

@keyframes cookieUp{

from{

opacity:0;

transform:translateY(50px);

}

to{

opacity:1;

transform:translateY(0);

}

}

.cookie-content{

display:flex;

align-items:center;

justify-content:space-between;

gap:30px;

}

.cookie-icon{

width:70px;

height:70px;

border-radius:20px;

background:#0d6efd;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

color:#fff;

flex-shrink:0;

}

.cookie-text{

flex:1;

}

.cookie-text h3{

margin-bottom:10px;

font-size:24px;

}

.cookie-text p{

font-size:15px;

line-height:1.8;

color:#d9dde8;

}

.cookie-text a{

color:#00c2ff;

font-weight:600;

}

.cookie-buttons{

display:flex;

gap:15px;

}

.cookie-btn{

padding:16px 30px;

border:none;

cursor:pointer;

font-size:15px;

font-weight:600;

border-radius:50px;

transition:.30s;

}

.cookie-btn.accept{

background:#0d6efd;

color:#fff;

}

.cookie-btn.accept:hover{

background:#fff;

color:#000;

}

.cookie-btn.reject{

background:rgba(255,255,255,.08);

color:#fff;

}

.cookie-btn.reject:hover{

background:#ff4d4d;

}

@media(max-width:768px){

.cookie-content{

flex-direction:column;

text-align:center;

}

.cookie-buttons{

width:100%;

flex-direction:column;

}

.cookie-btn{

width:100%;

}

}
/* ==========================================================
KVKK POPUP
=========================================================== */

.kvkk-modal{

position:fixed;

left:0;
top:0;

width:100%;
height:100%;

background:rgba(0,0,0,.72);

display:none;

align-items:center;

justify-content:center;

z-index:9999999;

padding:20px;

}

.kvkk-box{

width:100%;

max-width:760px;

background:#081321;

border-radius:25px;

overflow:hidden;

box-shadow:0 30px 70px rgba(0,0,0,.45);

animation:popup .4s ease;

}

@keyframes popup{

from{

transform:scale(.8);

opacity:0;

}

to{

transform:scale(1);

opacity:1;

}

}

.kvkk-header{

display:flex;

justify-content:space-between;

align-items:center;

padding:25px 35px;

background:#0d6efd;

}

.kvkk-header h2{

font-size:28px;

color:#fff;

}

.kvkk-header button{

background:none;

border:none;

font-size:28px;

color:#fff;

cursor:pointer;

}

.kvkk-body{

padding:35px;

color:#d9d9d9;

line-height:2;

font-size:16px;

}

.kvkk-body p{

margin-bottom:20px;

}

.kvkk-footer{

padding:30px;

text-align:right;

background:#07101d;

}

.kvkk-footer button{

padding:16px 35px;

border:none;

border-radius:50px;

background:#0d6efd;

color:#fff;

font-weight:600;

cursor:pointer;

transition:.35s;

}

.kvkk-footer button:hover{

background:#fff;

color:#000;

}

@media(max-width:768px){

.kvkk-header{

padding:20px;

}

.kvkk-header h2{

font-size:22px;

}

.kvkk-body{

padding:25px;

font-size:15px;

}

.kvkk-footer{

text-align:center;

}

.kvkk-footer button{

width:100%;

}

}

@media(max-width:768px){


.hero{

height:95vh;
padding:0 20px;

}


.hero-video{

width:100%;
height:100%;
object-fit:cover;

}


.hero h1{

font-size:42px;

}


.hero p{

font-size:18px;

}


.hero-buttons{

flex-direction:column;

}


.btn-primary,
.btn-secondary,
.btn-third{

width:100%;

}


.hero-services{

gap:12px;

}


.hero-services span{

font-size:13px;
padding:12px 18px;

}


.hero-scroll{

bottom:20px;

}


}