/* ----------------------------- */
/*        FONT DEFINITIONS       */
/* ----------------------------- */
@font-face {
    font-family: "Trajan";
    src: url("TrajanPro-Regular.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Trajan";
    src: url("TrajanPro-Bold.otf") format("opentype");
    font-weight: 700;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');

/* ----------------------------- */
/*         GLOBAL RESET          */
/* ----------------------------- */
body {
    margin: 0;
    background: #000;
    color: #fff;
    font-weight: 300 !important;
}

/* Başlıklar (h1,h2,h3…) — Trajan */
h1, h2, h3, h4, h5, h6 {
  font-family: "Trajan", serif;
}

/* Paragraflar, body, p, listeler vs — Playfair Display (ince) */
body, p, li, a, .text, .forest-content /* vs */ {
    font-family: "Poppins", sans-serif;
    font-weight: 200; /* THIN */
    letter-spacing: 0.4px;
}
/* ----------------------------- */
/*             HEADER            */
/* ----------------------------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 60px;
    z-index: 999;
    backdrop-filter: blur(14px);
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-block {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.logo-block img {
    width: 250px;
    max-width: 22vw;
    height: auto;
    object-fit: contain;
}

/* ----------------------------- */
/*              MENU             */
/* ----------------------------- */
.menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

.menu ul {
    display: flex;
    gap: 80px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: 0.2s;
    text-transform: lowercase;
}

.menu ul li a span {
    font-size: 22px;
    opacity: 0.8;
}

.menu ul li a:hover {
    opacity: 0.65;
}

/* ----------------------------- */
/*          HERO SECTION         */
/* ----------------------------- */
.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1 {
    font-family: "Trajan", serif !important;
    font-weight: 300 !important;
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.95);
    position: absolute;
    bottom: 15%;
    max-width: 80%;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
}

/* ----------------------------- */
/*          BACKGROUND VIDEO     */
/* ----------------------------- */
.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* ----------------------------- */
/*       FOREST VIDEO SECTIONS   */
/* ----------------------------- */
.forest-section {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forest-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(2px);
}

.forest-content {
    position: relative;
    text-align: center;
    color: white;
    max-width: 850px;
}

.forest-content h2 {
    font-family: "Trajan", serif !important;
    font-weight: 300 !important;
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.yes-btn {
    display: inline-block;
    padding: 12px 36px;
    border: 1px solid #fff;
    text-decoration: none;
    font-family: "Trajan", serif;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 2px;
    color: #fff;
    transition: 0.3s ease;
}

.yes-btn:hover {
    background: #fff;
    color: #000;
}

/* ----------------------------- */
/*        ABOUT SECTION          */
/* ----------------------------- */
.about-section {
   
}
#yesSection,#about, #about-2, #about-3, #services, .founders-section{

	    height: 100vh;
    position: relative;

}


.section-inner {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 200px;    /* Sağ-Sol Boşluk burada */
    box-sizing: border-box;
}
.about-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45%;
    transform: translate(-50%,-50%);
    opacity: 0.5;
    pointer-events: none;
}

.about-left {
    width: 45%;
    float: left;
}

.about-left h2 {
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 50px 0;
    font-family: "Trajan", serif !important;
}

.about-right {
    width: 45%;
    float: right;
    /* margin-top: 40px; */
}

.about-right p {
    font-size: 30px;
    line-height: 1.45;
    /* font-style: italic; */
    /* font-family: "Trajan", serif !important; */
    font-weight: 300 !important;
}

.about-bottom {
    clear: both;
    text-align: center;
    margin-top: 180px;
    font-size: 26px;
    /* font-family: "Trajan", serif !important; */
    font-weight: 300 !important;
}

/* ----------------------------- */
/*         PAGE TWO              */
/* ----------------------------- */
 

.page-two .col {
    width: 46%;
    float: left;
    font-size: 27px;
    line-height: 1.45;
    font-style: italic;
    font-family: "Trajan", serif !important;
    font-weight: 300 !important;
}

.page-two .col-right {
    float: right;
}

.page-two .bottom-line {
    clear: both;
    text-align: center;
    margin-top: 160px;
    font-size: 30px;
    font-style: italic;
}

/* ----------------------------- */
/*         PAGE THREE            */
/* ----------------------------- */
.page-three {
    /* padding: 250px 10%; */
    text-align: center;
}

.page-three .center-text p {
    font-size: 35px;
    line-height: 1.5;
    font-style: italic;
    /* font-family: "Trajan", serif !important; */
    font-weight: 300 !important;
    max-width: 1100px;
    margin: 0 auto 180px;
}

.page-three .bottom-paragraph p {
    font-size: 34px;
    font-style: italic;
}

/* ----------------------------- */
/*      FOUNDERS SECTION         */
/* ----------------------------- */
.founders-section {
    padding: 60px 5%;
    text-align: center;
    position:relative;
}

.founders-title {
    position: absolute;
    left: 5%;
    top: 140px;
    font-size: 24px;
    line-height: 1.3;
    opacity: 0.8;
}

.founders-content {
    display: flex;
    justify-content: center;
    gap: 140px;
    margin-top: 60px;
}

.founders-left p,
.founders-right p {
    font-size: 26px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    font-family: "Trajan", serif !important;
}

.founders-logo img {
    max-width: 240px;
    opacity: 0.85;
}

/* ----------------------------- */
/*         SERVICES              */
/* ----------------------------- */
/* -------------------------------------- */
/*      SERVICES — RESPONSIVE REBUILD     */
/* -------------------------------------- */

.services-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 0;
    position: relative;
}

.services-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 120px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

/* Logo sol blok */
.lobster-icon img {
    width: 260px;
    height: auto;
    opacity: 0.9;
    margin-top: -10px; /* referanstaki gibi hafif yukarı */
}

/* İki kolon yan yana */
.columns {
    display: flex;
    flex-direction: row;
    gap: 160px;
    margin-top: 0;
}

/* Kolon listesi */
.columns .col {
    list-style: none;
    padding: 0;
    margin: 0;
}

.columns li {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 26px;
    white-space: nowrap;
    line-height: 1.8;
}

.columns li strong {
    font-family: "Trajan", serif;
    font-weight: 300;
    font-size: 28px;
    margin-right: 14px;
}

/* -------------------------------------- */
/*                TABLET                  */
/* -------------------------------------- */

@media (max-width: 1100px) {
    .services-wrapper {
        gap: 90px;
    }
    .columns {
        gap: 100px;
    }
    .lobster-icon img {
        width: 220px;
    }
}

/* -------------------------------------- */
/*                TABLET MINI             */
/* -------------------------------------- */

@media (max-width: 900px) {
    .services-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .lobster-icon img {
        margin: 0 auto;
        width: 200px;
    }

    .columns {
        flex-direction: row;
        justify-content: center;
        gap: 70px;
    }

    .columns li {
        font-size: 22px;
    }
}

/* -------------------------------------- */
/*                MOBILE                  */
/* -------------------------------------- */

@media (max-width: 650px) {
    .columns {
        flex-direction: column;
        gap: 40px;
    }

    .columns li {
        font-size: 14px;
        float: left;
    }

    .columns li strong {
        font-size: 22px;
    }

    .lobster-icon img {
        width: 150px;
    }
}

/* -------------------------------------- */
/*         SMALL MOBILE (iPhone SE)       */
/* -------------------------------------- */

@media (max-width: 420px) {
    .columns li {
        font-size: 18px;
    }
    .columns li strong {
        font-size: 20px;
    }
}

/* ----------------------------- */
/*         RESPONSIVE            */
/* ----------------------------- */
@media (max-width: 1024px) {
    .menu ul {
        gap: 40px;
    }
}
.hidden-section {
    opacity: 0;
    visibility: hidden;
    max-height: 0 !important;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;


    transition:
        opacity 0.6s ease,
        max-height 0.6s ease,
        padding 0.4s ease,
        visibility 0s linear 0.6s;
}

.visible-section {
    opacity: 1;
    visibility: visible;
    max-height: 9999px !important;
    overflow: visible;


    transition:
        opacity 0.6s ease,
        max-height 1s ease,
        padding 0.6s ease;
}

 .choice-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    position: absolute;
    bottom: 10%;
    max-width: 80%;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
}
a{
	color:#fff;
}
.choice-buttons a {
    font-family: "Trajan", serif;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 12px 40px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer; /* TIKLAMA EL İŞARETİ */
    backdrop-filter: blur(2px);
}

.choice-buttons a:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: white;
    color: white;
    transform: scale(1.03);
}
/* -------------------------------------- */
/*           GLOBAL MOBILE STACK          */
/* -------------------------------------- */
@media (max-width: 768px) {

    /* BODY GENEL */
    body {
        overflow-x: hidden;
    }

    /* HEADER → Hamburger Menü */
    header {
        padding: 20px 25px;
        justify-content: space-between;
    }

    .menu {
        display: none; /* hamburger için kapanacak */
    }

    /* Hamburger Icon */
    .hamburger {
        width: 32px;
        height: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }
    .hamburger span {
        display: block;
        height: 3px;
        background: white;
        border-radius: 2px;
    }

    /* Hamburger Açılınca Menü */
    .mobile-menu {
        display: none;
        position: fixed;
        top: 70px;
        right: 0;
        width: 70%;
        background: rgba(0,0,0,0.85);
        padding: 30px 20px;
        z-index: 9999;
        text-align: right;
    }
    .mobile-menu.active {
        display: block;
    }
    .mobile-menu a {
        display: block;
        padding: 10px 0;
        font-size: 20px;
        text-decoration: none;
        color: #fff;
    }

    /* HERO */
    .hero h1 {
        font-size: 28px;
        bottom: 55%;
        /* padding: 0 20px; */
        transform: unset;
        left: unset;
    }

    /* YES / NO BUTTONS */
    .choice-buttons {
        bottom: 50%;
        gap: 14px;
        transform: unset;
        left: unset;
    }
    .choice-buttons a {
        font-size: 18px;
        padding: 10px 30px;
    }

    /* ORTA SECTION-LAR */
    #about, #about-2, #about-3, #services, .founders-section {
        /* height: auto !important; */
        padding: 60px 22px;
        font-size: 16px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;  /* DİKEY ORTALAMA */
        align-items: center;       /* YATAY ORTALAMA */
        /* padding: 0 30px; */           /* Mobil taşmasın */
        box-sizing: border-box;
        text-align: center;
    }
.page-two .bottom-line {
    clear: both;
    text-align: center;
    margin-top: unset;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
    .section-inner {
        position: relative;
        top: auto;
        transform: none;
        padding: 0 10px;
    }
	.founders-logo{
		display:none;
	}
    /* ABOUT */
    .about-left,
    .about-right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .about-left h2 {
        font-size: 23px;
        margin: 5px 0;
    }

    .about-right p {
        font-size: 16px;
    }

    .about-bottom {
        margin-top: 60px;
        font-size: 16px;
    }
	#about-2{
		height:auto;
	}
    /* PAGE TWO */
    .page-two .col,
    .page-two .col-right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .page-two .col {
        margin-bottom: 40px;
        font-size: 16px;
    }

    /* PAGE THREE */
    .page-three .center-text p,
    .page-three .bottom-paragraph p {
        font-size: 16px;
        margin: 30px 0;
    }
	.lobster-icon{
		display:none;
	}
    /* FOUNDERS */
    .founders-content {
   		gap: 0;
        font-size: 16px!important;
    }
    .founders-title {
        position: static;
        margin-bottom: 30px;
        text-align: center;
        font-size: 16px;
    }
	.founders-left p, .founders-right p{
	font-size:16px;
	}
    /* SERVICES → DİKEY LAYOUT */
    .services-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .columns {
        flex-direction: column;
        gap: 30px;
    }

    .columns li {
        font-size: 13px;
        white-space: normal;
    }

    /* LOBSTER ICON */
    .lobster-icon img {
        width: 160px;
        margin: 0 auto;
    }
}
