
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #1c1c1c;
}
.topmenu{
    width:100%;
    height:130px;
    margin:auto;
    border-bottom:1px solid #c1c1c1;
    background:#fff;
}
.topmenu-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 10px 30px;
    max-width:1200px;
    height:129px;
    margin:auto;
}

.topmenu-logo {
    font-weight: bold;
    font-size: 20px;
    height:90px;
}

.topmenu-menu {
    text-align: center;
}

.topmenu-menu a{
    color: #191919;
    font-size: 1.1rem;
    padding: 0px 15px;
    text-decoration: none;
}

.topmenu-right {
    display: flex;
    gap: 15px;
}

.topmenu-right a {
    font-size: 1.5rem;
    color: #191919;
    transition: 0.3s;
}


.container{
    max-width:1200px;
    margin:auto;
    height:auto;
    background:transparent;
}



.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: 65vh;
    margin-top: 30px;
    border-radius: 30px;
    padding: 0 5%;
    background: linear-gradient(to right, #e00c200f, #a7000003);
}


.hero-left {
    display: flex;
    justify-content: center;
}

.hero-left img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}


.hero-right {
    padding: 20px;
}

.el-yazisi {
    display: block;
    font-family: 'Brush Script MT', cursive;
    font-size: 8.5rem;
    font-weight: normal;
    transform: rotate(-9deg);
    margin-top: -70px;
    color: #E00C20;
}

.normal-yazi {
    float: left;
    margin-left: 27px;
    font-size: 3rem;
    margin-bottom: -80px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
}

.hero-right p {
    margin-top: 25px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 500;
    float: left;
    letter-spacing:2px;
    margin-left: 20px;
    color: #191919;
}
.hero-right strong {
    color:#E00C20;
    
}

.kimim {
    width:100%;
    min-height:200px;
    overflow:hidden;
    margin-top:50px;
    margin-bottom:50px;
}
.kimim h1{
    text-align: center;
    color: #191919;
    font-size: 3rem;
    font-weight: 600;
    width: 30%;
    margin: 30px auto 20px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #E00C20;
}
#kimimp{
    text-align: center;
    color: #e00c20;
    font-size: 1.3rem;
    font-weight: 600;
    margin: auto;
    letter-spacing:1px;
}

.hakkimda {
    position: relative;
    float: left;
    width: 50%;
    overflow:hidden;
    min-height:100px;
    margin-top: 80px;
}
.hakkimda p {
    text-align: left;
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 300;
    color: #191919;
}


.timeline {
    position: relative;
    float: right;
    width: 40%;
    margin-top: 80px;
    padding-right: 40px;
}


.timeline::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #ddd;
}


.timeline-item {
    position: relative;
    margin-bottom: 60px;
    text-align: right;
}


.timeline-dot {
    position: absolute;
    right: -2px;
    width: 15px;
    height: 15px;
    background: #e00c20;
    border-radius: 50%;
}


.timeline-content {
    margin-right: 40px;
}


.timeline-date {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
        color: #e00c20;
}



.timeline-content p {
    color: #191919;
    line-height: 1.6;
}





.neler {
    width:100%;
    min-height:200px;
    overflow:hidden;
    border-radius:30px;
    background:#f6f6f685;
    margin-top:50px;
    margin-bottom:50px;
}
.neler h1{
    text-align: center;
    color: #191919;
    font-size: 3rem;
    font-weight: 600;
    width: 40%;
    margin: 30px  auto 20px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #E00C20;
}

.three-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    padding:30px;
    margin-top:50px;
}

.column .inner {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 30px;
    border:1px solid #E00C20;
}

.inner1 {
    width:100%;
    height:200px;
    margin-bottom:20px;
    border-radius: 20px;
}
.inner1 img{width:100%; height:100%; border-radius: 20px;}

.inner2 {
    width:100%;
    height:70px;
    margin-bottom:10px;
}
.inner2 h6{
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 600;
    color: #191919;
    letter-spacing:1px;
}
.inner3 {
    width:100%;
    height:70px;
}
.inner3 p{
    font-size: 0.95rem;
    line-height: 1.3rem;
    font-weight: 500;
    color: #191919;
    letter-spacing:1px;
}


#kimimpx{
    text-align: center;
    color: #191919;
    font-size: 1.3rem;
    font-weight: 600;
    margin: auto;
    letter-spacing:1px;
}
.gre a {
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
}





.newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 90px;
    border-radius: 30px;
    border: 1px solid #e00c20;
    gap: 30px;
    max-width: 100%;
    margin: 50px auto;
    flex-wrap: wrap;
}


.newsletter-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.newsletter-left img {
    max-width: 150px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.newsletter-left p {
    font-size: 18px;
    color: #333;
}


.newsletter-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 400px;
}

.newsletter-right input {
    width: 100%;
    padding: 12px 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.newsletter-right button {
    width: 100%;
    padding: 12px 15px;
    border-radius: 20px;
    border: none;
    background-color: #e00c20;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-right button:hover {
    background-color: #c00a1b;
}





footer {
    color: #1c1c1c;
}
.footer-content {
    
    max-width:1200px;
    margin:auto;
}

/* Footer top */
.footer-top {
    display: flex;
    justify-content: space-between;
    padding: 40px 10%;
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
    gap: 20px;
}

/* Her kolon */
.footer-col {
    flex: 1;
    min-width: 200px;
}

/* Logo + Resim */
.footer-logo img {
    max-width: 120px;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* Menü */
.footer-menu a {
    display: block;
    color: #333;
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.3s;
}

.footer-menu a:hover {
    color: #e00c20;
}

/* Sosyal medya ikonları */
.footer-social a {
    margin-right: 15px;
    font-size: 24px;
    color: #333;
    transition: 0.3s;
    text-decoration: none;
}

.footer-social a:hover {
    color: #e00c20;
}

/* Footer bottom */
.footer-bottom {
    text-align: center;
    padding: 15px 10%;
    border-top: 1px solid #ddd;
    font-size: 14px;
    margin-top: 20px;
}

.footer-bottom a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.footer-bottom a:hover {
    color: #e00c20;
}



.gre{width:40%;}

/* Responsive */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-col {
        margin-bottom: 20px;
    }

    .footer-social a {
        margin-right: 10px;
    }
    
    .topmenu-container{grid-template-columns: 1fr auto;}
    .container {
    width: 90%;
    margin: auto;
    height: auto;
    }
    .normal-yazi {font-size: 2rem;}
    .el-yazisi {font-size: 5rem; margin-top: -38px;}
    
    
     .hero {
        display: grid;
        grid-template-columns: 1fr; /* tek sütun */
        grid-template-rows: auto auto; /* üstte hero-right, altta hero-left */
        gap: 20px;
        text-align: center;
        padding: 20px;
        height: auto; /* mobilde yüksekliği otomatik */
    }

    /* Hero-right önde gelsin */
    .hero-right {
        order: 1; /* üstte */
    }

    /* Hero-left sonda gelsin */
    .hero-left {
        order: 2; /* altta */
    }

    .hero-left img {
        max-height: 50vh; /* mobilde boyutu küçült */
    }
    
    
    .kimim h1{font-size: 2rem; width: 60%;}
    #kimimp {    font-size: 0.9rem;}
    
    .neler h1{font-size: 2rem; width: 80%;}
    #kimimp {    font-size: 0.9rem;}
    
    .three-columns{grid-template-columns: 1fr; gap: 0px;    margin-top: 10px;}
    
    .inner2 h6{font-size:1rem;}
    .inner3 p{font-size:0.80rem;}
    
    #kimimpx{font-size:1rem;}
    .gre{width:90%;}
    
    .hakkimda p{font-size:0.90rem;}
    
    .topmenu-menu{display:none;}
    .topmenu-right{float:right;}
    
}


