html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}
header {
    opacity: 0; 
    transform: translateY(-20px); 
    transition: opacity 0.5s ease, transform 0.5s ease; 
}

header.visible {
        opacity: 1; 
        transform: translateY(0);

}
#navv {
    z-index: 999;
    width: 100%;
  
}
.nav-link{
    width: 115px;
}
.navbar-nav {
    display: flex;
    justify-content: center;
    padding: 0;
}

.nav-item {
    color: black;
    font-family: "Baloo Bhaijaan 2", serif;
    font-size: 20px;
    line-height: 23px;
    font-style: normal;
    
}
.scroll-to-top {
    position: fixed;
    bottom: 4vh;
    right: 5vh;
    width: 7vh;
    height: 7vh;
    background-color: #B38B46;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3vh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: background-color 0.3s;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

    .scroll-to-top.visible {
        opacity: 1;
        visibility: visible;
    }

    .scroll-to-top:hover {
        background-color: #735934;
    }
.butonlar {
    margin-right: 1010px;
    display: flex;
    gap: 10px;
}

.buton{
   margin-left: -8px;
   padding-left: 15px;
   border-color: pink;
}
#buton1{
    margin-left: 10px;
    width: 150px;
    height: 50px;
    border-color:#B38B46 ;
    background-color: transparent;
    color: black;
    font-weight: 700;
}
#buton2{
        margin-left: 10px;
        width: 150px;
        height: 50px;
        border-color: #B38B46;
        background-color: #B38B46;
        font-family: "Poppins",  "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
   
}
#buton3{
    border-color: #B38B46;
    background-color: #B38B46;
    font-family: "Poppins",  "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;


}
#buton3:hover{
    background-color: #735934;

}
#buton1:hover{
    background-color: #735934;
    border-color: #735934;
    color: white;
}
#buton2:hover{
    background-color: #735934;

}

.maps{
        height: 500px;
        width: 500px;
        margin-left: 700px;
        margin-top: -490px;
        
}
.row{
    margin-top: 55px;
}
.logo {
    margin-left: 100px;
    height: 90px;
    margin-right: 23vh;
}

.ilk {
    display: flex;
    justify-content: end; 
    align-items: end; 
    height: 100vh; 
}

.ilk img {
    max-width: 150%;
    max-height: 125%;
   
}

.anaekran {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;

}

.metin {
    margin-top: 200px;
    max-width: 50%; 
  
    
}
.mesaj{
    display: flex;
    justify-content: center;
    
}
.kulanici1{
    width: 450px;
    border-radius: 15px 15px 0px 15px;
    margin-left: 50px;
    
    display: flex;
    padding: 10px 40px;
    box-shadow: 0px 0px 19px 0px rgb(0 , 0 , 0 , 0.1);
}
.mesaj img{
    
    border-radius: 50%;
    margin-left: -20px;
    margin-top: 10px;
    margin-right: 10px;
    height: 50px;
    width: 50px;
}

.pd{
    width: 80%;
    padding: 15px;
    padding-left: 130px;
    padding-top: 0px;
    
}
.metin h1 {
    font-family: "Baloo Bhaijaan 2","Liberation Mono","Courier New",monospace;
    font-size: 51px;
    font-weight: 999;
}

.metin p {
    font-family: 'Poppins', "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 21px;
    color: #aaa;
    font-size: 1.333rem;
    font-weight: 500;
}

.ilk {
    flex: 1; 
    max-width: 50%; 
    display: flex;
    justify-content: flex-end; 
    align-items: center;
}

.ilk img {
    max-width: 100%; 
    height: auto;
}
.cerceve{
    width: 1000px;
    margin: 0px auto;
}
.cerceve2{
    width: 1200px;
    margin: 0px auto;
}



.resim{
    margin-top: 35px;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    margin-left: 25px;

}
.resimiki{
    margin-top: 35px;
    margin-left: 25px;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;

}


.cerceve2 h3{
    font-weight: 900;
    padding-top: 20px;
    
}

.bilgi{
    margin: 50px auto;
    font-size: 15px;
    display: flex;
    gap: 15px;
   justify-content: center;
}
.bilgi img{
    width: 70px;
    margin-bottom: 15px;
}

.a{
    text-align: center;
    width: 270px;
    font-size: 15px;
}
#b{
    width: 300px;
    font-size: 26px;
}
.b{
    text-align: center;
    width: 270px;
}
.c{
    text-align: center;
    width: 270px;
}
.d{
    text-align: center;
    width: 270px;
}
.kesfetmek{
    margin-top: 100px ;
    text-align: center;
}
.kesfetmek2{
    justify-content: center;
}
.deneme {
    margin: 0 auto;
    text-align: center;
    width: 900px;
}
 .bilgi h3{
    font-family: "Baloo Bhaijaan 2", "Liberation Mono", "Courier New", monospace;
    height: 48px;
    font-weight: 900;
    font-size: 20px;

}
.kayit{
    padding-left: 90px;
    display: flex;
    background-color: #F2F2F2;
    height: 200px;
}
.sol{
    margin: auto;
    justify-content: center;
    text-align: center;
}

.sag{
    margin:  auto;
    
}
.kayit p{
    font-family: 'Poppins', "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    color: #aaa;
}
.kayit h1{
    font-family: "Baloo Bhaijaan 2","Liberation Mono","Courier New",monospace, "Arial Narrow Bold";
    font-size: 36px;
    font-weight: 900;
}
.marginim{
    padding-left: 10px;
}
#Kayıtol {
    margin-right: 100px;
    width: 520px;
    height: 70px;
    background-color: #B38B46;
    border: #B38B46;
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
}
#Kayıtol:hover{
    background-color: #735934;

}

.container3 {
    display: flex;
    width: 250px;
    align-items: center;
    box-shadow: 0px 0px 19px 0px rgb(0 , 0 , 0 , 0.1);
    padding: 24px 20px;
    border-radius: 12px;
    gap: 10px;
    text-align: center;
  }
  .div{
    display: flex;
    gap: 50px ;
    margin-top: 140px;
    margin-bottom: 90px;
  }
.ff {
    overflow: visible;
    margin-left: 50vh;
}
  .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFD700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    margin-right: 10px;
  }

.enalt {
    padding-top: 90px;
    background-color: #858585;
    height: 650px;
}

.form-label {
    margin-left: 5px;
}

.sol2 {
    display: block;
    padding: 10px;
    padding-left: 130px;
}

.enalt p {
    color: white;
}

.altlogo {
    width: 153px;
    height: 120px;
}

.enalt a {
    text-decoration: none;
    color: white;
}

.logolar {
    display: flex;
    margin-top: 10px;
}

.span2 {
    padding-left: 20px;
}

.sag2 a {
    text-decoration: none;
    color: white;
    display: block;
    padding-top: 4px;
}

.sag2 {
    margin-left: 130vh;
    margin-top: 50px;
    width: 100px;
    text-align: center;
}

.ikiside {
    display: flex;
}

.sag2 a:hover {
    text-decoration: underline;
}

.made {
    margin-top: 200px;
    margin-left: 120px;
    width: 200px;
}

    .made p {
        font-size: 13px;
        color: white;
    }

.asagı {
    margin-top: -40px;
    margin-left: 160vh;
}
.circle-check{
    list-style: none;
    margin-left: -30px;
}
.zamandan{
    margin-left: 160px;
    margin-top: 100px;
    width: 500px;
}
.zamandan h1{
    margin-top: 50px;
    font-family:"Baloo Bhaijaan 2", serif;
    font-size: 30px;
    line-height: 23px;
    font-style: normal;
}
.ortakisim{
margin-top: 200px;
}

.anaresim{
    margin-left: 615px;
    margin-top: -450px;
    height: 400px;
    width: 150px;
}
.resim-a{
    margin-top: -150px;
    margin-left: 190px;
    width: 500px;
}


  .steps-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .step-card {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #c1c1c1, #c2c2c2);
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
    margin: 20px 0;
    width: 90%;
    max-width: 700px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  }

  .step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }

  .step-number {
    background: #735934;
    color: #B38B46;
    font-size: 1.8rem;    
    font-weight: bold;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }

  .step-icon {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    right: 20px;
  }
.navbar-collapse {
    overflow: visible;
}
  .step-content h3 {
    margin: 0;
    color: #333;
    font-size: 1.5rem;
  }

  .step-content p {
    margin: 8px 0 0;
    color: #555;
    font-size: 1rem;
  }
  .ilk {
    transform: translateX(25%);
    animation: slide-in 0.5s ease-out forwards; 
}

@keyframes slide-in {
    to {
        transform: translateX(0);
    }
}
  .pd  {
    transform: translateX(-100%);
    animation: slide-in 0.5s ease-out forwards;
    }

@keyframes slide-in {
    to {
        transform: translateX(0); 
    }
}


@media screen and (max-width: 932px) {
    .scroll-to-top {
        width: 60px; 
        height: 60px; 
        font-size: 20px; 
        bottom: 40px; 
        right: 20px;
    }
    .pd{
        margin-top: 50px;
    }
    .navbar-nav {
        margin-left: 0;
        text-align: center;
        overflow: visible;
    }

    .kesfetmek2{
        width: 100%;
        margin: 0;
    }
    p{
        font-size: 17px;
    }
    .butonlar {
        margin-right: 0;
        justify-content: center;
        margin-top: 15px;
    }
    .div{
        
        display: block;
        margin-top: 0 ;
        margin-bottom: 0 ;
        margin-left: 15%;
        text-align: center;
    }
    .container3{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .logo {
        margin-left: 20px;
        height: 90px;
        width: 100px;
    }
  
    .deneme{
        width: 400px;
    }
    .anaekran {
        flex-direction: column;
        padding: 20px;
        padding-top: 0px; 
        margin-top: -80px;
    }
 
    .metin {
        margin-top: 100px;
        max-width: 100%;
        text-align: center;
    }

    .pd {
        padding: 15px;
        width: 100%;
        padding-left: 15px;
    }

    .ilk {   
        display: none; 
    }

    .maps{
        margin-left: 0px;
    }
    .cerceve {
        width: 100%;
        padding: 20px;
    }
  
    .bilgi {
        flex-direction: column;
        margin-left: 0;
        align-items: center;
    }

    .a, .b, .c, .d {
        width: 90%;
        margin: 10px 0;
    }

    .nasıl .row {
        justify-content: center;
    }

    .maps {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .mesaj {
        flex-direction: column;
        align-items: center;
    }

    .kulanici1 {
        width: 90%;
        margin: 10px 0;
    }

    .kayit {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        height: 300px;
    }
    .fff{
        text-align:center;
        justify-content: center;
    }
    .sag {
        margin: 20px 0;
    }

    #Kayıtol {
        width: 100%;
        margin-right: 0;
    }

    .enalt {
        width: 100%;
        background-color: #858585;
    }

    .sol2 {
        padding-left: 20px;
    }

    .sag2 {
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    .butonlar {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 15px 0;
        width: 100%;
    }
    #buton1, #buton2 {
        width: 90%;
        margin: 0 auto;
    }
    .navbar-nav{
        margin: 0 140px;
        text-align: center;
    }

    .enalt {
        padding: 40px 20px;
        height: auto;
    }

    .ikiside {
        flex-direction: column;
    }

    .sol2 {
        padding-left: 0;
        text-align: center;
    }

    .sag2 {
        margin-left: 900px;
        margin: 30px auto;
        width: 100%;
        text-align: center;
    }

    .logolar {
        justify-content: center;
        margin: 20px 0;
    }

    .made {
        margin: 50px auto;
        text-align: center;
    }

    .asagı {
        margin: 20px auto;
        text-align: center;
    }

}
@media screen and (max-width: 428px) {
    
    .navv{
        margin-top: 0;
    }
    .navbar-nav {
        margin-left: 0;
        text-align: center;
    }
    .dd{
        margin-top: -80px;
    }
    .navbar-nav{
        margin-left: 130px;
    }
    .pd{
        margin-top: -70px;
    }
    .logo {
        height: 90px;
        width: 100px;
        margin-right: 0;
        margin-left: 10px;
    }
    
    .butonlar {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 15px 0;
    }
    
    #buton1, #buton2 {
        width: 90%;
        margin: 0 auto;
    }

    .anaekran {
        margin-top: 0px;
        padding: 15px;
    }

    .metin {
        text-align: center;
    }

        .metin h1 {
            font-size: 51px;
            line-height: 1.3;
        }

    .metin h2 {
        font-size: 22px;
        margin: 15px 0;
    }

    .metin p {
        font-size: 16px;
        line-height: 1.5;
    }

    #buton3 {
        width: 100%;
        margin: 20px 0;
    }

    .ilk {
        display: none;
    }

    .kesfetmek {
        font-size: 24px;
        margin: 40px 20px 20px;
        text-align: center;
        
    }

    .kesfetmek2 {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        font-size: 15px;
        text-align: center;
       
    }

    .bilgi {
        flex-direction: column;
        margin: 30px auto;
        padding: 0 20px;
        gap: 30px;
    }

    .a, .b, .c, .d {
        width: 100%;
    }

    .bilgi img {
        width: 60px;
        margin-bottom: 15px;
    }

    .bilgi h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .div {
        display: block;
        margin: 30px auto;
        text-align: center;
    }

    .container3 {
        width: 90%;
        margin: 15px auto;
    }

    .mesaj {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .kulanici1 {
        width: 100%;
    }

    .kayit {
        padding: 30px 20px;
        height: auto;
        text-align: center;
    }

    .kayit h1 {
        font-size: 24px;
        margin-left: 0;
    }

    .kayit p {
        margin-left: 0;
    }

    #Kayıtol {
        width: 100%;
        margin: 20px auto;
    }

    .enalt {
        padding: 40px 20px;
        height: auto;
    }

    .ikiside {
        flex-direction: column;
    }

    .sol2 {
        padding-left: 0;
        text-align: center;
    }

    .sag2 {
        margin-left: 900px;
        margin: 30px auto;
        width: 100%;
        text-align: center;
        
    }

    .logolar {
        justify-content: center;
        margin: 20px 0;
    }

    .made {
        margin: 50px auto;
        text-align: center;
    }

    .asagı {
        margin: 20px auto;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    .metin h1 {
        font-size: 40px;
      
    }
    .metin h2 {
        font-size: 20px;
    }

    .metin p {
        font-size: 14px;
    }

 
    .kesfetmek {
        font-size: 22px;
        margin: 40px 20px 20px;
        text-align: center;
        margin-right: 50px;
    }

    .kesfetmek2 {
        width: 95%;
        margin: 0;
        padding: 0 20px;
        font-size: 15px;
        text-align: center;
        margin-right: 100px;
    }
    .bilgi h3 {
        font-size: 16px;
    }

    .kayit h1 {
        font-size: 22px;
    }
    
}
.hidden {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out; 
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Sade anasayfa yerlesim duzenlemeleri */
:root {
    --gn-brand: #B38B46;
    --gn-brand-dark: #735934;
    --gn-footer-bg: #757575;
}

#navv .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.logo {
    margin-left: 0;
    margin-right: 0;
    height: 82px;
}

.navbar-nav {
    gap: 0.125rem;
}

.nav-link {
    width: auto;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.butonlar {
    margin-right: 0;
    margin-left: auto;
    align-items: center;
}

.anaekran {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 1rem 36px;
    align-items: center;
    gap: 32px;
}

.metin {
    margin-top: 0;
    flex: 1 1 480px;
    max-width: none;
}

.pd {
    width: 100%;
    max-width: 620px;
    padding: 0;
}

.ilk {
    flex: 1 1 420px;
    max-width: none;
    height: auto;
    justify-content: center;
}

.ilk img {
    max-width: 100%;
    max-height: none;
    border-radius: 14px;
}

.deneme {
    width: min(900px, 92%);
    margin: 0 auto;
}

.bilgi {
    max-width: 1200px;
    margin: 42px auto;
    padding: 0 1rem;
    gap: 20px;
    flex-wrap: wrap;
}

.a,
.b,
.c,
.d {
    width: 270px;
    margin: 0 auto;
}

.nasıl .container {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

#s,
#ş {
    margin: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.container3 {
    width: 100%;
    max-width: 320px;
}

.maps {
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.mesaj {
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.kulanici1 {
    width: 360px;
    margin-left: 0;
}

.kayit {
    margin-top: 42px;
    padding: 30px 1rem;
    height: auto;
    min-height: 200px;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.sol,
.sag {
    margin: 0;
}

#Kayıtol {
    width: auto;
    min-width: 240px;
    max-width: 100%;
    height: 58px;
    margin-right: 0;
    padding: 0 30px;
}

.enalt {
    padding: 48px 1rem 22px;
    background-color: var(--gn-footer-bg);
    height: auto;
}

.enalt footer {
    max-width: 1200px;
    margin: 0 auto;
}

.ikiside {
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
    flex-wrap: wrap;
}

.sol2 {
    padding: 0;
    max-width: 420px;
}

.sol2 .footer-mail {
    display: inline-block;
    margin: 10px 0 16px;
    font-size: 0.95rem;
}

.sag2 {
    margin: 0;
    width: auto;
    min-width: 220px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sag2 p {
    margin: 0 0 6px;
}

.sag2 a {
    padding-top: 0;
    line-height: 1.4;
}

.logolar {
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.logolar a {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.logolar img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.span2 {
    display: none;
}

.footer-bottom {
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.made {
    margin: 0;
    width: auto;
}

.asagı {
    margin: 0;
    text-align: right;
}

.made p,
.asagı p {
    margin: 0;
}

@media screen and (max-width: 992px) {
    .anaekran {
        padding-top: 20px;
    }

    .pd {
        margin-top: 0;
        max-width: 100%;
        text-align: center;
    }

    .metin {
        text-align: center;
    }

    .navbar-collapse .butonlar {
        width: 100%;
        margin-top: 14px;
        justify-content: center;
    }

    .nasıl .container {
        grid-template-columns: 1fr;
    }

    .maps {
        grid-column: auto;
        grid-row: auto;
        max-width: 420px;
    }

    #s,
    #ş {
        justify-content: center;
    }

    .sag2 {
        width: 100%;
        min-width: 0;
        text-align: center;
    }

    .footer-bottom {
        justify-content: center;
    }

    .asagı {
        text-align: center;
        margin-top: 6px;
    }
}

@media screen and (max-width: 576px) {
    .metin h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .metin h2 {
        font-size: 1.4rem;
    }

    .metin p {
        font-size: 1rem;
    }

    #buton1,
    #buton2,
    #Kayıtol {
        width: 100%;
    }
}
