body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #111111;
    position: relative;
}

body::after {
    content: "";
    display: block;
    height: 2px;
}

#snow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: transparent;
    z-index: 1;
}

@keyframes snow {
    0% {
        transform: translateY(0) translateX(0); 
    }
    100% {
        transform: translateY(100vh) translateX(var(--snowflake-tilt)); 
    }
}

.snowflake {
    position: absolute;
    top: -10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.8;
    pointer-events: none;
    animation: snow linear infinite;
    z-index: 1;
}

.yonlendirmeCubugu {
    max-width: 90%;
    height: 80px;
    background-color: #181818;
    color: #fff;
    padding: 0;
    border: 2px solid #181818;
    border-radius: 20px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.7);
}

.cubukIcerigi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cubukIcerigi .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    flex: 1;
    list-style: none;
}

.cubukIcerigi li a,
.cubukIcerigi .musteriGiris {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.cubukIcerigi .logo {
    display: flex;
    text-decoration: none;
    align-items: center;
    margin-left: 35px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.cubukIcerigi .logo img {
    border: 2px solid #181818;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

.cubukIcerigi .menu li{
    margin: 0 15px;
    list-style: none;
    position: relative;
}

.cubukIcerigi .menu li a {
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    transition: all 0.3s ease;
}

.cubukIcerigi .menu li:hover a {
    border: 2px solid #181818;
    background: linear-gradient(to bottom, #00abee, #0058b1);
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px #111111;
}

.cubukIcerigi .menu li a.active {
    border: 2px solid #181818;
    background: linear-gradient(to bottom, #00abee, #0058b1);
    padding: 8px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px #111111;
}

.cubukIcerigi .musteriGiris {
    margin-right: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 1px #111111;
    padding: 8px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
    background: linear-gradient(to bottom, #00abee, #0058b1);
    transition: background 0.5s ease, color 0.5s ease;
}

.cubukIcerigi .musteriGiris:hover {
    background: linear-gradient(to bottom, #303030, #252525);
    color: #00abee;
}

.urunlerDiv {
    max-width: 55%;
    height: 320px;
    background-color: #181818;
    color: #fff;
    padding: 0;
    border: 2px solid #181818;
    border-radius: 20px;
    margin: 125px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.7);
    flex-direction: column;
}

.urunlerDiv .urunKutulari {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    padding: 2px;
    color: #fff;
    margin: 2px 0;
    transform: translateY(-20px);
}

#urunKutuOzel {
    font-size: 22px;
}

.hakkindaDiv {
    max-width: 55%;
    height: 320px;
    background-color: #181818;
    color: #fff;
    padding: 0;
    border: 2px solid #181818;
    border-radius: 20px;
    margin: 125px auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.7);
    flex-direction: column;
    position: relative;
}

.hakkindaIcerigi {
    pointer-events: none;
}

.hakkindaIcerigi .logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 40px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.hakkindaIcerigi .logo img {
    border: 2px solid #181818;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

#hakkinda2 {
    margin-top: 10px;
    font-size: 17;
}

#hakkinda3 {
    margin-top: 180px;
    font-size: 14;
}

.hakkindaSocialMedia {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute; top: 40px; right: 40px;
    z-index: 10;
}

.hakkindaDiv #socialbaslik {
    pointer-events: none;
    font-size: 20px;
}

.hakkindaSocialMedia a {
    display: flex;
    align-items: center;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 10px;
    transition: 0.3s ease, color 0.3s ease;
}

.hakkindaSocialMedia a:hover {
    color: #00abee;
}

#socialBaslik:hover {
    color: #fff;
}

.hakkindaSocialMedia a i {
    font-size: 20px; 
    margin-right: 10px; 
}

.iletisimDiv {
    max-width: 55%;
    background-color: #181818;
    color: #fff;
    padding: 10px;
    border: 2px solid #181818;
    border-radius: 20px;
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.7);
}

.iletisimDiv .iletisimKutulari {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    color: #fff;
    margin: 0px 0; 
    padding-left: 22px;
}

.iletisimDiv .iletisimKutulari #iletisimKutuIciOzel {
    margin-top: 5px; 
    text-align: left;
    font-size: 14px;
    color: #8b8b8b;
}

.iletisimDiv .iletisimSosyalMedia {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.iletisimDiv .iletisimSosyalMedia a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0 15px;
    transition: 0.3s ease, color 0.3s ease;
}

.iletisimDiv .iletisimSosyalMedia a i {
    font-size: 22px; 
    margin-right: 5px;
}

.iletisimDiv .iletisimSosyalMedia a:hover {
    color: #00abee;
}



@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(25%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.urunlerDiv {
    animation: slideUp 0.5s ease-out forwards;
}  

.hakkindaDiv {
    animation: slideUp 0.5s ease-out forwards;
}

.iletisimDiv {
    animation: slideUp 0.5s ease-out forwards;
}

.formDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 3%;
    margin-top: -40px 5px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 3%;  
    font-weight: bolder;
    pointer-events: none;
}

.formDiv textarea {
    pointer-events: all;
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 0.9rem;
    background-color: #111111;
    color: white;   
    border: 1px solid #111111;
    border-radius: 10px;
    box-sizing: border-box;
    resize: none;
    line-height: 1.2;
    overflow-y: auto; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 10px;
}

.formDiv textarea:focus {
    outline: none;
    border: 1px solid #111111;
}

.formDiv textarea::placeholder {
    font-size: 0.9rem;  
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

#formBaslik {
    margin-bottom: 5px;
}

#mesajiniz {
    height: 188px;
    width: 100%;
    overflow: hidden;
    resize: none;
}

.iletisimDiv {
    flex-grow: 1;
}

.formbutonuDiv {
    width: 100%;
    margin-top: 5px;
    text-align: center;
    pointer-events: all;
}

.formbutonuDiv button {
    border: none;
    margin-right: 35px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 12px 240px;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
    background: linear-gradient(to bottom, #00abee, #0058b1);
    transition: background 0.5s ease, color 0.5s ease;
}

.formbutonuDiv button:hover {
    background: linear-gradient(to bottom, #f3f3f3, #ffffff);
    color: #00abee;
}