@charset "utf-8";
/* CSS Document */


:root {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-dark-gray: #444444;
    --color-terracotta: #e67e22; 
    --color-angelos: #3399FF; 
    --color-text-main: #000000;
    --color-text-muted: #888888;
    --font-serif: 'Playfair Display', serif; 
    --font-category: 'optima-lt-pro', sans-serif; 
    --font-genel: 'optima-lt-pro', sans-serif;
    --font-sans: 'optima-lt-pro', sans-serif;
}



html, body{ 
	padding: 0; 
	margin: 0;
	font-size:14px;
	font-weight: 100;
	font-style: normal;
	text-decoration: none;
	height: 100%;
    overflow-x: hidden;
    background-color: var(--color-white);
    color: var(--color-text-main);
    font-family: var(--font-genel);

}





.events-wrapper {
    width: 100%;
    margin: 0px 0px 60px 0px;
	padding-top:60px;
}


.pretitle {
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0px;
}

.line-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}


.category {
    flex: 1;
    /*background: #f7f7f7;*/
    padding: 2%;
    /*border-radius: 10px;*/
    text-align: center;
    margin: 0 1%; /* kolonlar arası boşluk */
	/* sol box-shadow: 0 -0.25px 0 0 #000,   0 0.25px 0 0 #000,     0px 0 0 0 #000,    
			-0px 0 0 0 #000;    */
}
















.transition{ 
	-webkit-transition: all 750ms ease-in-out; 
	-moz-transition: all 750ms ease-in-out; 
	-ms-transition: all 750ms ease-in-out; 
	-o-transition: all 750ms ease-in-out; 
	transition: all 750ms ease-in-out; 
}

/*
================================================

LINKS

================================================
*/

a.link-legal:link, a.link-legal:visited { color:#FFF; text-decoration: none;  }
a.link-legal:hover, a.link-legal:active { color:#FFF; text-decoration:none;}


.alert {
    /*display: none;*/
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    /*border: 1px solid transparent;*/
    border:1px solid #FFF;
}

.alert.error {
    display: block;
    color: #a32d2d;
    border:1px solid #a32d2d;
    background: transparent;
}

.alert.success {
    display: block;
    color: #0f6e56;
    border:1px solid #0f6e56;
    background: transparent;
}

#top-line{
    width:100%; 
    height:5px; 
    position:fixed; 
    top:0px; 
    left:0px; 
    background-color:black; 
    z-index:100; 
}

.angled-top {
  width: 100%;
  height: 100px;
  background-color: #dddaea;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.angled-bottom {
  width: 100%;
  height: 100px;
  background-color: #dddaea;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}


#icon-menu{
    position:absolute; 
    top:20px; 
    right:50px; 
    width:30%; 
    z-index:100000;
}

.icon-menu-content{
    display: flex; 
    justify-content:right; 
    gap: 0px;
    font-size: 12px; 
    font-weight: bold; 
    font-family:'optima-lt-pro';
}

.icon-menu-item{
    text-decoration: none; 
    cursor:pointer; 
    color:white; 
    background:rgba(0,0,0,0.5); 
    padding: 10px 20px; 
    border-radius:50px;
}

.icon-menu-item:hover{
    color:black; 
    background:rgba(255,255,255,0.8); 
}

.oracle-eye {
    position: fixed;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background-color: #222;
    border: 1px solid #555;
    border-radius: 50%;
    background:rgba(0,0,0,0.5);
    
    display: flex;
    align-items: flex-end; 
    justify-content: center;
    padding-bottom: 12px;
    
    /*color: #b08d55;*/
    color:white;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.8);
    transition: top 0.3s ease, background-color 0.3s;
}

.oracle-eye:hover {
    top: -30px; 
    background-color: #000;
    border-color: #fff;
}


.login-group {
    margin-bottom: 20px; 
}

.editorial-input {
    width: 100%; 
    padding: 15px; 
    background-color: #f9f9f9; 
    border: 1px solid #ddd; 
    border-radius: 4px; 
    font-family: inherit; 
    font-size: 16px;
    outline: none; 
    transition: all 0.3s ease; 
}

   
.editorial-input:focus {
    border-color: #333; 
    background-color: #fff; 
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1); 
}

    
.editorial-input::placeholder {
    color: #999;
    font-weight: 300;
}




.section-container{
	margin-top:120px;
}

.section-content{
	width:80%; margin: 30px auto;
    text-align: center;
}


.section-content-text {
    font-size: 15px;
    font-weight: 300;
    font-family: 'optima-lt-pro', sans-serif;
    padding:0px 70px;

}


/*
================================================

PACKAGES

================================================
*/


.package-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.package-content{
	width:80%; margin: 30px auto;  
	
}

.packages{
    margin: 60px auto;  
    padding: 0 20px;
}

.packages h2{
    text-align: center; 
    font-size: 2rem; 
    margin-bottom: 40px;
}

.package-box {
    width:calc(33% - 40px);
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    background: #fdfdfd;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}


.package-special {
    border: 2px solid #2c8eff;
    background-color: #f0f8ff;
    transform: scale(1.03);
}


.package-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.package-price {
    color: #222;
    margin: 10px 0 20px;
    text-decoration:none; 
    font-weight:bold; 
    font-size:21px
}

.price-old{
    color: #999;
    text-decoration: line-through; 
    font-weight:normal; 
}

.package-price span{
    font-size:12px; 
    color:#666
}


.package-detail {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    font-size: 0.95rem;
    color: #444;
}

.package-detail li {
    margin: 8px 0;
}


.package-flag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2c8eff;
    color: #fff;
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 12px;
    font-weight: bold;
}

.btn-package {
    padding: 10px 20px;
    background-color: #ff9933;
    color: #000;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
  }

.btn-package:hover {
    background-color: #111;
	  color: #fff;
}

.package-note{
    margin:25px 0px; 
    font-size:12px; 
    text-align:center
}



/*
================================================

S.O.S

================================================
*/


.sos-section-content{
	width:80%; margin: 30px auto;  
	
}

#sos-wrapper {
    flex: none;
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
}	
	
#sos-wrapper * {
  box-sizing: border-box;
}
	
#sos-wrapper .sos-item,
#sos-wrapper .sos-question,
#sos-wrapper .sos-answer {
    box-sizing: border-box;
    width: 100%;
    flex: 1 0 100%;
}	
	
#sos-wrapper .sos-item {
    margin-bottom: 5px;
}

#sos-wrapper .sos-question {
    padding: 15px 15px 15px 50px;
    font-size: 1rem;
    font-weight: bold;
    background-color: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s ease;
    text-align:left;
}

#sos-wrapper .sos-question:hover {
    background-color: #dddaea;
	color:black;
}

#sos-wrapper .sos-answer {
    display: none;
    padding: 10px 15px;
    background-color: #fafafa;
    border-left: 3px solid #333;
    border-radius: 0 0 5px 5px;
    font-size: 0.95rem;
    color: #444;
    text-align:left;
}


/*
================================================

BUTTONS

================================================
*/

.btn-phlyaks {
    display: inline-block;
    background-color: var(--color-black);
    color: #fff;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.9rem;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-phlyaks:hover {
    background-color: #d35400; 
}




/* 
================================================

   EDITORIAL - Bileşen Kartları

================================================ 
*/

.bilesenler-section-logo {
    padding: 5rem 10%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}


.bilesenler-section {
    padding: 5rem 10%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}



/*  SONRA SİL */

.bilesenler-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.bilesenler-grid-user {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    justify-content: center;
align-items: center;
}


.bilesen-kart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*padding: 2.5rem 1.5rem;*/
    padding: 1.5rem 1.5rem;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    transition: border-color 0.3s ease, transform 0.3s ease;
    background: #fff;
    /*aspect-ratio: 1 / 1;*/
}

.bilesen-kart:hover {
    border-color: var(--color-terracotta);
    transform: translateY(-4px);
    background: #f4f4f4;
}

.bilesen-kart-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*padding: 2.5rem 1.5rem;*/
    padding: 1.5rem 1.5rem;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    transition: border-color 0.3s ease, transform 0.3s ease;
    background: #f9f9f9;
}


.bilesen-ikon {
    width: 64px;
    height: 64px;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50%;
    background-color:#e5e5e5;
}

.bilesen-ikon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bilesen-isim {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    font-weight: 400;
    color: #222;
    margin: 0 0 0.5rem 0;
}

.bilesen-aciklama {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    color: #888;
    margin: 0;
}


/* SONRA SİL SON */



/* 
================================================

   EDITORIAL - SLIDER

================================================ 
*/


.hero-stage {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.mySwiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.swiper-slide,
.slide-visual,
.slide-visual picture {
    width: 100%;
    height: 100%;
    display: block;
}

.slide-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* --- SLIDE İÇERİK --- */
.slide-content {
    position: absolute;
    top: 15%;
    left: 10%;
    z-index: 10;
    max-width: 500px;
}

.slide-title {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    line-height: 1.1;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.swiper-slide-active .slide-title {
    opacity: 1;
    transform: translateY(0);
}



/* 
================================================

   EDITORIAL - COLLECTIONS

================================================ 
*/


.collections-section {
    padding: 5rem 10%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.collections-header {
    text-align: center;
    margin-bottom: 3rem;
}

.collections-title {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 400;
    color: #333;
    margin: 0 0 1rem 0;
}

.collections-desc {
    /*font-family: var(--font-sans);*/
    font-size: 0.95rem;
    color: #888;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}


/* 
================================================

   EDITORIAL - Tab Bölümü

================================================ 
*/

.tabs-section {
    padding: 5rem 10%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* --- TAB BUTONLARI --- */
.tabs-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.tab-btn {
    padding: 0.6rem 1.8rem;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: transparent;
    color: #666;
    font-family: var(--font-sans);
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    border-color: #888;
    color: #333;
}

.tab-btn.active {
    border-color: var(--color-terracotta);
    color: var(--color-terracotta);
    background: transparent;
}


/* --- TAB İÇERİKLERİ --- */
.tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: tabFadeIn 0.3s ease forwards;
}

@keyframes tabFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}


/* --- TAB GRID --- */
.tab-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 4rem;
}

.tab-col h3 {
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin: 0 0 0.5rem 0;
}

.tab-col p {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}


    .background-video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }







/* 
================================================

   EDITORIAL - MOBILE

================================================ 
*/



@media (max-width: 768px) {
    
    .bilesenler-section { 
        padding: 3rem 5%; 
        box-sizing: border-box; 
    }
    
    /* --- HERO STAGE --- */

    .hero-stage {
        height: 60vh !important;
    }

    /* Video arka plan mobilde de tam kaplamaya devam etsin */
    .background-video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Slayt yazısı: alt-orta konuma al, yan boşlukları genişlet */
    .slide-content {
        top: auto;
        bottom: 15%;
        left: 5%;
        width: 90%;
        max-width: 100%;
    }

    /* Motto yazıları küçült */
    .slider-top-motto {
        font-size: 22px !important;
        line-height: 1.2;
    }

    .slider-sub-motto {
        font-size: 20px !important;
        transform: scaleY(1.2);  /* masaüstündeki 1.6'dan indir */
    }

    .btn-phlyaks {
        padding: 0.6rem 1.4rem;
        font-size: 0.85rem;
    }


    /* --- AÇILI GEÇİŞLER --- */

    .angled-top,
    .angled-bottom {
        height: 50px;   /* masaüstündeki 100px'i yar'a düşür */
    }


    /* --- GENEL BÖLÜM PADDING'LERİ --- */

    .bilesenler-section-logo,
    .bilesenler-section {
        padding: 2.5rem 5%;
    }


    /* --- HOME INFO TEXT --- */

    .home-info-text {
        padding: 0 10px;   /* masaüstündeki 70px yanlara sığmaz */
        font-size: 14px;
    }

    .home-info-text h1 {
        font-size: 1.4rem;
        line-height: 1.3;
    }


    /* --- DEP CONTAINER --- */

    .dep-container {
        margin-top: 30px;   /* masaüstünde 120px, mobilde çok yer kaplıyor */
    }


    /* --- SAYFA DEP IZGARALARI --- */

    /* Masaüstünde 2 sütun grid → mobilde tek sütun */
    .page-dep {
        width: 95%;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-deps {
        width: 95%;
    }

    .page-dep-sos {
        width: 95%;
    }


    /* --- MIDDLE BLOCK --- */

    .middle-block {
        padding: 1.5rem;
        font-size: 1rem;
    }


    /* --- FİYATLANDIRMA PAKETLERİ --- */

    /* Üç yan yana kutu → alt alta */
    .paket-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .paket-kutu {
        width: 100% !important;   /* masaüstündeki calc(33% - 40px) eziyet eder */
        max-width: 420px;
    }

    /* .ozel sınıfının scale(1.03)'ü mobilde yatay taşmaya yol açar */
    .ozel {
        transform: none !important;
    }

    .paket-fiyat {
        font-size: 1.7rem;
    }


    /* --- BONUS IZGARASI --- */

    /* Bonuslar bölümündeki inline 2 sütunlu grid'i ezersiz */
    .bonus-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }


    /* --- CONTAINER (Bonuslar sarmalayıcı) --- */

    .container {
        width: 95% !important;
    }


    /* --- S.O.S (SSS) --- */

    #sos .sos-question {
        font-size: 0.9rem;
        padding: 12px 12px 12px 30px;
    }

    #sos .sos-answer {
        font-size: 0.9rem;
    }


    /* --- KOLEKSİYONLAR --- */

    .collections-section,
    .video-section {
        padding: 2.5rem 5%;
    }

    .collections-row-double {
        grid-template-columns: 1fr;
    }

    .collection-card-wide {
        aspect-ratio: 4 / 3;
    }


    /* --- TAB BÖLÜMÜ --- */

    .tabs-section {
        padding: 2.5rem 5%;
    }

    .tabs-nav {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .tab-btn {
        font-size: 0.8rem;
        padding: 0.5rem 1.2rem;
    }

    .tab-panel-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }


    /* --- OVERLAY (ürün detay) --- */

    #overlay {
        inset: 0;
        width: 100%;
    }

    #close-overlay {
        top: 10px;
        right: 10px;
    }
        
    
}



	
@media (max-width: 480px) {


    /* --- HERO --- */

    .hero-stage {
        height: 55vh !important;
    }

    .slider-top-motto {
        font-size: 17px !important;
        line-height: 1.2;
    }

    .slider-sub-motto {
        font-size: 15px !important;
        transform: scaleY(1.1);
    }

    .slide-content {
        bottom: 12%;
    }


    /* --- HOME INFO TEXT --- */

    .home-info-text h1 {
        font-size: 1.15rem;
    }

    .home-info-text p {
        font-size: 13px;
        line-height: 1.65;
    }


    /* --- PAKETLERİN FİYAT BOYUTU --- */

    .paket-fiyat {
        font-size: 1.5rem;
    }

    .paket-baslik {
        font-size: 1.1rem;
    }


    /* --- BÖLÜM PADDING'LERİ --- */

    .bilesenler-section-logo,
    .bilesenler-section {
        padding: 2rem 4%;
    }

    /* Bonuslar ve Eğitmen bölümlerini sıkıştır */
    #bonuslar {
        padding: 40px 0 !important;
    }

    #bonuslar h2 {
        font-size: 1rem !important;
        letter-spacing: 1px !important;
    }

    #egitmen {
        padding: 40px 0 !important;
    }

    #egitmen h1 {
        font-size: 1.2rem !important;
        letter-spacing: 1px !important;
    }


    /* --- SOS --- */

    #sos {
        margin: 30px auto !important;
    }

    #sos h2 {
        font-size: 1.4rem !important;
    }

    #sos .sos-question {
        font-size: 0.85rem;
        padding: 10px 10px 10px 24px;
    }


    /* --- TAB BUTONLARI --- */

    .tab-btn {
        font-size: 0.75rem;
        padding: 0.45rem 1rem;
    }


    /* --- COLLECTIONS BAŞLIK --- */

    .collections-title {
        font-size: 1.4rem;
    }

}






/*
================================================

USER

================================================
*/



/* Taşıyıcı div */
.user-wrapper {
    display: flex;
    gap: 24px;
    width: 100%;
    max-width:1600px;
    margin: 0 auto;
}

/* Sol sütun - dar */
.user-sidebar {
    flex: 0 0 360px;  /* büyümez, küçülmez, sabit 260px */
    display: flex;
    flex-direction: column;  /* alt alta */
    align-items: flex-end;   /* sağa yasla */
    
}

/* Sağ sütun - geri kalanı doldurur */
.user-main-content {
    flex: 1;  /* kalan tüm alanı al */
    display: flex;
    flex-direction: column;  /* alt alta */
    align-items: flex-start; /* sola yasla */
    border-left:1px solid #e5e5e5;
    padding-left:20px;
    width:100%;
}


.user-main-content form,
.user-main-content .form-wrapper {
    width: 100%;
}

.user-left-menu{
    padding:12px 20px;
    font-size:13px;
    font-weight:600;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom:2px;
    color:black;
    background-color:transparent;
    cursor:pointer;
    text-align:right;
    width: fit-content;
}

.user-left-menu:hover{
    border-bottom: 1px solid #000;
    color:white;
    background-color:#000;
}

.left-active{
    border-bottom: 1px solid #000;
    color:white;
    background-color:#000;
}








































