@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
:root {
    --mavi: #2563eb;
    --siyah: #0F172A;
    --yesil: #22c55e;
    --gri: #64748b;
    --beyaz: #ffffff;
    --koyubeyaz: #10182D;
    --koyusiyah: #10182D;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #0F172A;
    
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(7, 16, 42, 0.6) 0%, transparent 40%),
        radial-gradient(circle at 20% 80%, rgba(7, 16, 42, 0.4) 0%, transparent 40%);
    
    background-repeat: no-repeat;
    color: var(--beyaz);
    margin:auto;
}

.container {
    width: 100%;
    max-width:1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    margin-top: 120px;
}

.topmenu{
    position:fixed;
    width:100%;
    top:0;
    background: var(--siyah);
    backdrop-filter:blur(10px);
    z-index:998;
    min-height:80px;
    display:block;
    border-bottom:1px solid hsla(0, 0%, 100%, .1);
}
.topcontainer {
    width: 100%;
    margin: auto;
    max-width:1200px;
    min-height:80px;
}

.logo {
    width:250px;
    max-width: 250px;
    float:left;
    min-height:40px;
    margin-top:20px;
    overflow:hidden;
}
.logo span {
    float:left;
    color:var(--beyaz);
    font-size:1.0rem;
    font-weight:600;
}
.logo strong {
    float: left;
    padding-left: 10px;
    color: var(--mavi);
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: -7px;
}
.logo label {
    float: left;
    color: var(--beyaz);
    font-size: 0.7rem;
    font-weight: 300;
    margin-top: -5px;
    letter-spacing: 0.2rem;
}
.topmenumenu {
    width: auto;
    float: right;
    min-height: 40px;
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
#teklifal{
    background: var(--mavi);
    font-size: 0.9rem;
    color: var(--beyaz);
    padding: 9px 21px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    float: right;
    margin-top: 2px;
    display:block;
}
#teklifal i{font-size: 0.8rem;}

#topmenulink{
    font-size: 0.9rem;
    color: var(--beyaz);
    padding: 6px 21px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    float: right;
    margin-top: 2px;
    display:block;
    margin-right:0px;
    margin-left: 0px;
}
#topmenulink i{font-size: 0.8rem;}
.menu-item {
    position: relative;
}
.dropdown {
    position: absolute;
    top:40px;
    left: 20px;
    background: var(--koyusiyah);
    min-width: 250px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    border:1px solid #606060;
    padding: 10px;
}

/* Dropdown linkleri */
.dropdown a {
    display: block;
    padding: 6px 10px;
    color: #ffffffa1;
    text-decoration: none;
    font-size: 0.8rem;
    transition: 0.2s;
    border-radius:10px;
    margin-bottom:2px;
}

/* Hover item */
.dropdown a:hover {
    background: #dddddd1a;
    color: var(--beyaz);
}

/* Hover olunca aç */
.menu-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.menuac{
    display: flex;
    gap: 20px;
    align-items: center;
}



.herocontainer {
    width: 100%;
    margin: 60px auto 0px auto;
}
.hero{
    min-height:50vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:relative;
}
.hero::before{
    content:"";
    position:absolute;
    width:auto;
    height:auto;
    background:radial-gradient(circle,#6366f1,transparent);
    filter:blur(200px);
    opacity:.3;
}
.hero h1{
    font-size: 5rem;
    font-weight: 500;
    line-height:1.2;
}
.gradient{
    background: linear-gradient(90deg, #6ad1ff, #5558ff, #c283ff);
    -webkit-background-clip:text;color:transparent;
}
.btn{
    padding:14px 28px;
    background:#6366f1;
    border-radius:12px;
    margin:5px;
    display:inline-block;
}

.badge{
    margin-bottom:0px;
    display:inline-block;
    padding: 10px 25px;
    border-radius:999px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.1);
    font-size:0.8rem;
    color:#94a3b8;
}
.menu-toggle {
    display:none;
}

.topparca {
    width: 100%;
    max-width: 900px;
    height: 70px;
    display: flex;
    margin: 0 auto;
}

.topparcaparca {
    width: 30%;
    border-radius: 15px;
    background-color: #ffffff08;
    margin: 20px;
    height: 100%;
    display: inline-flex;
    border: 1px solid hsla(0, 0%, 100%, .1);
    color:#94a3b8;
}
.topparcaparca:hover{color:#fff; cursor:pointer;}



#xr1{
    margin:0px auto;
    font-size:0.8rem;
    color:#94a3b8;
    font-weight:400;
}




.kerocontainer {
    width: 100%;
    margin: auto;
}
.kero{
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:relative;
}
.kero::before{
    content:"";
    position:absolute;
    width:auto;
    height:auto;
    background:radial-gradient(circle,#6366f1,transparent);
    filter:blur(200px);
    opacity:.3;
}
.kero h1{
    font-size: 5rem;
    font-weight: 500;
    line-height:1.2;
}
.kero h3{
    font-size: 5rem;
    font-weight: 500;
    margin: 30px;
    line-height: 1.2;
}
.gradient2{
    background: linear-gradient(90deg, #FFEB3B, #FF5722, #9C27B0);
    -webkit-background-clip: text;
    color: transparent;
}


.tercih {
    display: flex;
    gap: 10px;            
    margin-bottom: 10px; 
}

.tercihitem {
    flex: 1;
    height: auto;
    padding: 25px;
    border-radius: 15px;
    margin: 20px 10px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    color: #fff;
}
.tercihitem h2{
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px;
    float: left;
}

.tercihitem p{
    font-size: 0.8rem;
    font-weight: 300;
    color: #fff;
    text-align: start;
    margin: 10px 0px 0px 0px;
    float: left;
}



.gelecek {
    width: 100%;
    overflow: hidden;
    background: #0F172A;
    padding: 20px 0;
}

.gelecektrack {
    display: flex;
    gap: 30px;
    width: fit-content;
    animation: scroll 15s linear infinite;
}

.gelecekitem {
    min-width: 50px;
    height: auto;
    flex-shrink: 0;
    background-color: #ffffff08;
    border: 1px solid hsla(0, 0%, 100%, .1);
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px;
    border-radius: 10px;
}
.gelecek:hover .gelecektrack {
    animation-play-state: paused;
    cursor:pointer;
}

/* ANİMASYON */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}



.vero{
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:relative;
}
.vero::before{
    content:"";
    position:absolute;
    width:auto;
    height:auto;
    background:radial-gradient(circle,#6366f1,transparent);
    filter:blur(200px);
    opacity:.3;
}
.vero h1{
    font-size: 5rem;
    font-weight: 500;
    line-height:1.2;
}
.vero h3{
    font-size: 5rem;
    font-weight: 500;
    margin: 30px;
    line-height: 1.2;
}
.verocontainer {
    width: 100%;
    margin: auto;
}



.video{
    min-height:70vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:relative;
    margin-top:100px;
}
.video::before{
    content:"";
    position:absolute;
    width:auto;
    height:auto;
    background:radial-gradient(circle,#6366f1,transparent);
    filter:blur(200px);
    opacity:.3;
}
.video h1{
    font-size: 5rem;
    font-weight: 500;
    line-height:1.2;
}
.video h3{
    font-size: 5rem;
    font-weight: 500;
    margin: 30px;
    line-height: 1.2;
}
.videocontainer {
    width: 100%;
    margin: auto;
}



.videotercih {
    gap: 20px;            
    margin-bottom: 10px; 
    grid-template-columns: repeat(3, 1fr);
    display: grid;

}

.videotercihitem {
    flex: 1;
    height: auto;
    border-radius: 15px;
    margin: 20px 10px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    color: #fff;
    background:#00000021;
    transition: all 0.3s ease;
}
.videotercihitem:hover{
    cursor:pointer;
    transform: rotate(0.57deg) scale(1.01);
    box-shadow: rgba(99, 99, 99, 0.4) 0px 1px 10px 4px;

}
.videotercihitem h2{
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px;
    float: left;
}

.videotercihitem p{
    font-size: 0.8rem;
    font-weight: 300;
    color: #fff;
    text-align: start;
    margin: 10px 0px 0px 0px;
    float: left;
}


.videotercihitem-resim {
    background: transparent;
    width: 100%;
    height: 170px;
    border-radius: 15px 15px 0px 0px;
}

.videotercihitem-name {
    background: transparent;
    width: 90%;
    margin: 5%;
    float: left;
    min-height: 55px;
    overflow: hidden;
}
.videotercihitem-bilgi {
        background: transparent;
    width: 90%;
    margin: 3% 5% 4% 5%;
    float: left;
    min-height: 50px;
    overflow: hidden;
}
#vidibilgi{
    font-size: 0.7rem;
    color: #FFF;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 19px;
    float: left;
    margin: 5%;
    background: #0000005e;
}
.videotercihitem-name span{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    float: left;
}
.videotercihitem-name p{
    color: #94a3b8;
    font-size: 0.8rem;
    font-weight: 500;
    float: left;
}

.egitim-btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    padding: 12px 0px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.egitim-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: 0.5s;
}

.egitim-btn:hover::after {
    left: 100%;
}


.dairex {
    float: left;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff6b;
    border-radius: 25%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin: 5% auto auto 50%;
    font-weight: bold;
    backdrop-filter: blur(5px);
}



.footer {
    float: left;
    border-top: 1px solid #1e293b;
    color: #ccc;
    margin-top: 100px;
    padding: 60px 20px 20px;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col h2.flogo {
    color: #fff;
    font-size:1.3rem;
    font-weight:600;
}

.footer-col h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1rem;
}

.footer-col p {
    font-size: 0.9rem;
    line-height: 1.3;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.9rem;
}

.footer-col ul li a:hover {
    color: #fff;
    padding-left: 3px;
}

.social {
    margin-top: 15px;
}

.social a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 1.4rem;
    transition: 0.3s;
}

.social a:hover {
    color: #fff;
}

.guvenlik img {
    margin-top: 10px;
}

/* ALT BAR */
.footer-bottom {
    border-top: 1px solid #1e293b;
    margin-top: 40px;
    padding-top: 20px;
}
.footer-bottom p{
    color: #94a3b8;
    font-size:0.8rem;
    float:left;
    line-height:1.9;
}
.guvenli {
    margin-bottom: 0px;
    display: inline-block;
    float: right;
    padding: 4px 18px;
    border-radius: 999px;
    background: #051A1A;
    border: 1px solid rgb(34 197 94);
    font-size: 0.8rem;
    color: #22c55e;
    font-weight: 600;
    margin-top: 15px;
}
.guvenli i{
    color: #22c55e;
    float: left;
    margin-right: 8px;
    font-size: 1rem;
}





.teklifver {
    width: 40%;
    float: left;
    margin-top: 0px;
    padding: 20px;
    background: #ffffff08;
    border-radius: 10px;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .1);
}

.teklifver h2 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
}

.teklifver label{
    color: #fff;
    margin: 0px;
    font-size: 0.9rem;
}

.alt {
    text-align: left;
    font-size: 0.9rem;
    margin-left: 0px;
    font-weight: 300;
    margin-top: -20px;
    margin-bottom: 30px;
    color: #94A3B8;
}

.teklifver input {
    width: 95%;
    padding: 12px;
    margin-top: 15px;
    border-radius: 10px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    margin-bottom: 0px;
    background:#0f172a;
    color: #fff;
}

.teklifver select {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    margin-bottom: 20px;
}

.teklifver input[type="checkbox"] {
    padding: 15px;
    width: 13px;
    margin-top: 0px;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
}
#tekliflabel b {
    padding: 0px;
    margin-top: 19px;
    border-radius: 0px;
    border: none;
    font-weight: 100;
    margin-bottom: 20px;
}

.butce {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.radio input {
    display: none;
}

.radio span {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    background: #1E293B;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    font-size: 0.8rem;
}

.radio input:checked + span {
    background: #2563eb;
    color: #fff;
    font-size: 0.8rem;
}

.kvkk {
    font-size: 13px;
    display: flex;
    gap: 5px;
    margin-top: 15px;
}

.teklifver button {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
        background: linear-gradient(to right, #25D366, #128C7E);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

button:disabled {
    opacity: 0.3;
    background: linear-gradient(to right, #25d366, #128C7E);
    cursor: not-allowed;
}

/* POPUP */
.popup {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    display:none;
    justify-content:center;
    align-items:center;
    border:1px solid #fff;
}

.popup-icerik {
    background:#fff;
    padding:20px;
    border-radius:10px;
    max-width:400px;
    width:90%;
}

.wpmesaj {
    background: url("../img/wp-arkaplan.jpg");
    padding: 15px 20px;
    width: 100%;
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.mesaj {
    background: #e0ffc4;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 15px 0;
    color:#000;
    font-size: 13px;
}

.popup h3 {
    text-align: left;
    margin: -20px;
    border-radius: 9px 9px 0px 0px;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 20px;
    background: #006251;
}
#wpGit{
    background: linear-gradient(to right, #25D366, #128C7E); /* soldan sağa */
    color: #fff;
    border: none;
    padding: 13px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    width: 100%;
    font-weight: 600;
}
#wpkapat{
    background: none;
    color: #404040;
    border: none;
    padding: 13px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    width: 100%;
    font-weight: 500;
}



.hizliiletisim {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 sütun */
    gap: 30px;
    width: 50%;
    margin-top: 0px;
    float: right;
}

.hizliiletisimkutu {
    height: 180px;
    background-color: #ffffff08;
    border: 1px solid hsla(0, 0%, 100%, .1);
    color: #94a3b8;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
}

.olcudivi {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px;
    margin-top: 0px;
}

.topparcaparcagizli {
        display:none;
    }


/* RESPONSIVE */
@media(max-width:768px){
    
    .topparcaparcagizli {
        display: block;
        width: 80%;
        border-radius: 15px;
        background-color: var(--mavi);
        margin: 10px 40px;
        height: 80%;
        display: inline-flex;
        color: #fff;
    }

    
    .hizliiletisim {
        grid-template-columns: 1fr;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    
    .teklifver input[type="checkbox"] {
        padding: 15px;
        width: 13px;
        margin-top: 20px;
        border-radius: 0px;
        border: none;
        margin-bottom: 0px;
    }
    
    .logo {
        float:left;
        margin-left:20px;
    }
    .topmenu{
        display:block;
    }
    .topmenumenu {
        display: none;
    }
    .topcontainer {
        width: 100%;
        
        margin: auto;
        min-height:80px;
    }
    .herocontainer {
        width: 100%;
        margin: auto;
    }
    .hero{
        min-height:70vh;
        margin:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        text-align:center;
        position:relative;
    }
    .hero h1{
        font-size: 3rem;
        font-weight: 500;
        line-height:1.2;
    }
    .container {
        width: 90%;
        margin: 85px auto 0px auto;
        padding: 0 20px;
    }
    .menu-toggle {
        display: block;
        float: right;
        font-size: 1.6rem;
        padding: 20px 20px;
    }
    .topparca {
        width: 100%;
        height: 70px;
        display: block;
        margin: 0 auto;
    }

    .topparcaparca {
        width: 80%;
        border-radius: 15px;
        background-color: #ffffff08;
        margin: 10px auto 0px 10%;
        height: 100%;
        display: inline-flex;
        border: 1px solid hsla(0, 0%, 100%, .1);
        color: #94a3b8;
    }
    #xr1{
        margin:0px auto;
        font-size:0.9rem;
        color:#94a3b8;
        font-weight:400;
    }
    .kerocontainer {
        width: 95%;
        margin: auto;
    }
    .kero{
        min-height: 80vh;
        margin-top: 270px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
    }
    .kero h1{
        font-size: 3rem;
        font-weight: 500;
        line-height:1.2;
    }
    .kero h3{
        font-size: 1.9rem;
        font-weight: 500;
        margin: 30px;
        line-height: 1.2;
    }
    
    .verocontainer {
        width: 80%;
        margin: auto;
    }
    .vero{
        min-height: 80vh;
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
    }
    .vero h1{
        font-size: 3rem;
        font-weight: 500;
        line-height:1.2;
    }
    .vero h3{
        font-size: 1.9rem;
        font-weight: 500;
        margin: 30px;
        line-height: 1.2;
    }
    
    
    .videocontainer {
        width: 100%;
        margin: auto;
    }
    .video{
        min-height: 80vh;
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
    }
    .video h1{
        font-size: 3rem;
        font-weight: 500;
        line-height:1.2;
    }
    .video h3{
        font-size: 1.9rem;
        font-weight: 500;
        margin: 30px;
        line-height: 1.2;
    }
    
    .videotercih {
    gap: 20px;            
    margin-bottom: 10px; 
    grid-template-columns: repeat(1, 1fr);
    display: grid;

}
    
    
    
    .tercih {
        display: block;
        margin-bottom: 10px; 
    }
    .tercihitem {
        flex:none;
        width: 80%;
        height: 145px;
        border-radius: 15px;
        margin: 20px 10px;
        border: 1px solid hsla(0, 0%, 100%, .1);
        color: #fff;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        text-align: left;
        gap:5px;
    }

    .social a {
        margin: 5px;
    }
    
    .guvenli {
        float:left;
        margin-bottom:15px;
    }
    
    .teklifver {
        width: 89%;
        margin: 50px auto 0px auto;
        padding: 20px;
        background: #ffffff08;
        border-radius: 10px;
        color: #fff;
        border: 1px solid hsla(0, 0%, 100%, .1);
    }
    .olcudivi {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0px;
        margin-top: 0px;
    }

}  

    
   
