* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    color: #0b0636;
}

body {
    /* background-color: #0b98c3; */
    background-color: #93ccdd;
}

nav {
    background-color: #094277;
    height: 100px;
    display: flex;
    justify-content: space-around;
}

#logo {
    height: 100%;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#slogan {
    margin: 50px;
}

.slideshow {
    display: flex;
    position: relative;
    margin: auto;
}

.slide, .ürün {
    display: none;
}

.slide img, .ürün img {
    border-radius: 25px;
    box-shadow: 0 0 25px #000000;
    width: 900px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.2s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.3);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #0b0636;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #4a5896;
}

.yazılar {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
}

.yazılar * {
    background-color: #fff3e4;
}

.yazılar div {
    flex: 1 0 34%;
    border: 2.5px solid #0b0636;
    border-radius: 25px;
    box-shadow: 0 0 10px #000000;
    margin: 25px;
    padding: 25px;
}

.haberler {
    max-width: 1000px;
    min-width: 500px;
    width: calc(50% + 100px);
    margin: 25px;
}

.haber {
    margin: 25px 0;
    padding: 25px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    font-size: 1.25rem;
}

.haber a {
    font-weight: bold;
}

.haberler div img {
    height: 200px;
}

.haberler div * {
    padding: 10px;
}

.etkinlikler {
    margin: 25px;
}

.etkinlikler div {
    margin: 25px auto;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

.etkinlikler img {
    height: 300px;
    margin: 10px;
    padding: 25px;
}

#ürünSlide {
    margin: 25px;
}

.ürünR {
    margin: 25px 5px;
    cursor: pointer;
    height: 100px;
    width: 100px;
    object-fit: cover;
    display: inline-block;
    transition: 0.6s ease;
}

.active2 {
    height: 75px;
}

footer {
    background-color: #094277;
    padding: 50px;
}

footer form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer form * {
    width: 250px;
}

footer form input:not([type="submit"]) {
    height: 25px;
    border: 1px solid #000000;
    border-radius: 5px;
}
