* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "Open-Sans";
    src: url(OpenSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Open-Sans";
    src: url(OpenSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Open-Sans";
    src: url(OpenSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-display: swap;
}
::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}
::-webkit-scrollbar {
    width: 4px;
}
html {
    font-family: "Open-Sans", sans-serif;
}
a {
    text-decoration: none;
    color: rgba(0, 21, 255, 0.9);
    transition: 0.2s;
}
article .banner {
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: none;
    background: radial-gradient(circle, rgb(110, 122, 255, 0.1) 0, rgb(110, 122, 255, 0.3) 100%);
    padding: 30px 0;
    text-align: center;
    margin: 40px 0;
    box-sizing: border-box;
    z-index: 1;
}

body, html {
  overflow-x: hidden;
}
main article {
    width: 70%;
    margin: auto;
}
main article h4 {
    display: block;
    font-size: 20px;
    margin: 10px auto auto;
}
main article h5 {
    display: inline-block;
    margin: 5px 10px;
    padding: 12px 0;
    font-size: 14px;
}
main article .linklerim {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: max-content;
    max-width: 100%;
}
a:hover {
    color: #0015ff;
}
.giris,
main article,
nav {
    display: block;
}
.giris {
    position: relative;
    width: 100%;
    height: 400px;
}
nav {
    width: fit-content;
    text-align: center;
    padding: 10px 100px;
    background-color: rgba(110, 118, 125, 0.22);
    margin: 15px auto auto;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
nav ol li {
    display: inline-flex;
    list-style: none;
}
nav ol li:not(:last-child)::after {
    content: "/";
    margin-right: 5px;
    margin-left: 8px;
}
.banner a,
nav ol li,
nav ol li a {
    font-size: 16px;
}
nav .guncel-sayfa {
    color: rgba(0, 0, 0, 0.65);
}
.gradyen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.42));
}
.gradyen,
.icerik,
.resim {
    position: absolute;
}
.resim {
    z-index: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 400px;
    object-fit: cover;
    user-select: none;
}
.icerik {
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.icerik h1 {
    font-size: 55px;
    margin-bottom: 15px;
}
.icerik .kurye-cagir-btn-giris {
    display: inline-block;
    padding: 10px 0;
    width: 200px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    user-select: none;
}
.icerik .kurye-cagir-btn-giris:hover {
    background: #fff;
    color: #000;
    width: 220px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.55);
}
h2,
p {
    text-align: left;
}
h2,
h3 {
    display: block;
	font-weight:600;
}

p strong{
font-weight=700:
}

h2 {
    font-size: 30px;
    text-transform: none;
    margin-top:20px;
}
h3 {
    font-size: 25px;
    margin-top: 15px;
}

article ul {
	margin-top:10px;
	display:flex;
	flex-direction:column;
	gap:5px;
padding-left:30px;

}

article ul li {
	line-height:1.5;
		font-size:18px;
}

p {
    font-size: 18px;
}
.reklam hr,
.reklam img,
img,
p {
    display: block;
    margin: auto;
}
img {
    height: auto;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}
.banner,
.reklam {
    display: block;
    width: 100%;
    margin: 20px 0;
}
.banner {
    background: radial-gradient(circle, rgb(110, 122, 255, 0.1) 0, rgb(110, 122, 255, 0.3) 100%);
    text-align: center;
    padding: 30px 0;
}
.banner .bb {
    display: block;
    font-size: 22px;
    text-align: center;
}
.banner a {
    display: inline-block;
    border: 1px solid #3c7e5c;
    background-color: #3c7e5c;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(60, 126, 92, 0.25);
}
.banner a:hover {
    background-color: #fff;
    color: #3c7e5c;
    box-shadow: 0 0 15px rgb(60, 126, 92, 0.4);
}
.reklam {
    background: radial-gradient(circle, rgb(110, 122, 255, 0.1) 0, rgb(110, 122, 255, 0.3) 100%);
    padding: 30px 0;
}
.reklam img {
    width: 300px;
    margin: auto auto 8px;
    filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.6));
    user-select: none;
}
.reklam hr {
    width: 350px;
    height: 3px;
    background: rgb(255, 255, 255, 0.8);
    border: 0;
}
.reklam .reklam-icerik {
    margin-top: 20px;
    display: block;
}
.reklam .reklam-icerik p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
}
.banner a,
.reklam .iletisime-gec-btn {
    color: #fff;
    text-transform: none;
    transition: 0.3s;
    user-select: none;
}
.reklam .iletisime-gec-btn {
    display: block;
    text-align: center;
    width: fit-content;
    margin: auto;
    font-size: 16px;
    border: 2px solid #0015ff;
    background-color: #0015ff;
    margin: 20px auto auto;
    padding: 8px 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}
.reklam .iletisime-gec-btn:hover {
    background-color: #fff;
    color: #0015ff;
    padding: 8px 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.diger {
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 30px 0;
}
.diger .buradan {
    color: rgba(0, 21, 255, 0.6);
    transition: 0.3s;
    font-weight: 700;
}
.diger .buradan:hover {
    color: #0015ff;
}

main article p {
		display:block;
	margin-bottom: 20px;}

@media screen and (max-width: 1000px) {
    .diger {
        font-size: 25px;
    }
}
@media screen and (max-width: 660px) {
    nav {
        padding: 10px 40px;
        margin-top: 15px;
        border-radius: 5px;
    }
    nav ol li:not(:first-child)::before {
        margin-right: 8px;
        margin-left: 5px;
    }
    .reklam .reklam-icerik p,
    nav ol li,
    nav ol li a {
        font-size: 14px;
    }
    .icerik h1 {
        font-size: 35px;
        width: 300px;
    }
    .icerik .kurye-cagir-btn-giris {
        padding: 5px 0;
        width: 130px;
        font-size: 15px;
    }
    .icerik .kurye-cagir-btn-giris:hover {
        width: 150px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    .banner .bb,
    p {
        font-size: 15px;
    }
    main article {
        width: 85%;
    }
    main article h4 {
        font-size: 17px;
        margin-top: 10px;
    }
    .banner a {
        font-size: 12px;
        padding: 4px 10px;
    }
    .reklam img {
        width: 200px;
    }
    .reklam hr {
        width: 240px;
        height: 2px;
    }
    .reklam .iletisime-gec-btn {
        width: fit-content;
        font-size: 15px;
        width: fit-content;
        padding: 8px 30px;
    }
    .reklam .iletisime-gec-btn:hover {
        padding: 8px 50px;
    }
    .diger {
        font-size: 22px;
        padding: 50px 30px;
    }

article ul li {
		font-size:15px;
}
	
article p {
    line-height: 1.5;
	margin-bottom:20px !important;
}
.sss {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
}
.sss h2 {
    display: block;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
}
.sss article {
    display: block;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.05);
    width: 70%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
.sss article .soru {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
    background-color: rgb(0, 21, 255, 0.7);
    color: #fff;
    margin: 5px 0;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sss article .soru svg {
    transition: 0.5s;
    font-size: 25px;
}
.sss article .soru.active {
    background-color: rgb(0, 21, 255, 0.9);
}
.sss article .soru.active svg {
    rotate: 180deg;
}
.sss article h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.sss article p {
    display: block;
    padding: 0 20px 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
}
.sss article .soru + div {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: 0.6s;
}
	
	
@media screen and (max-width: 1000px) {
    .sss h2 {
        font-size: 30px;
    }
    .sss article {
        width: 90%;
    }
    .sss article .soru {
        height: 50px;
        padding: 0 35px;
    }
}
@media screen and (max-width: 660px) {
    .sss h2 {
        font-size: 23px;
        width: 90%;
    }
    .sss article .soru {
        height: 40px;
        max-height: max-content;
        padding: 0 10px;
    }
    .sss article .soru svg {
        transition: 0.5s;
        font-size: 20px;
    }
    .sss article h3 {
        font-size: 15px;
    }
    .sss article p {
        font-size: 14px;
    }
}

	main article p {
		display:block;
	margin-bottom: 20px;}
	

	
	
	