@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
::selection {
  background-color: #0ba385;
  color: #fff; }

::-moz-selection {
  background-color: #0ba385;
  color: #fff; }

.option::selection {
  background-color: #0ba385;
  color: #fff; }

:root {
  --scrollcolor: rgb(255, 255, 255);
  --scrollbackground: #252525; }

::-webkit-scrollbar {
  width: 7px; }

::-webkit-scrollbar-track {
  background: #303030; }

::-webkit-scrollbar-thumb {
  background: #252525; }

::-webkit-scrollbar-thumb:hover {
  background: #555; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #181818;
  z-index: 999; }

#ball {
  width: 150px;
  position: relative;
  animation-name: ball;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

@keyframes ball {
  0% {
    top: 0px; }
  20% {
    top: 50px; }
  50% {
    bottom: 30px; }
  80% {
    bottom: 10px; }
  100% {
    top: 0px; } }
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif; }

body {
  background-color: #181818;
  height: 100%;
  margin-top: 70px; }

html,
body {
  height: 100%; }

.ana-menu {
  margin-left: 50px;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.kategori {
  height: 25px;
  border-radius: 12.5px;
  width: 100px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 400;
  margin-bottom: 5px; }

.menu {
  width: 100%;
  height: 50px;
  background-color: #252525;
  top: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #333;
  z-index: 100; }

.menu-cizgi {
  width: 100%;
  background-color: #252525;
  display: flex;
  justify-content: center;
  margin-left: 50px; }

.site-logo {
  width: 120px; }

.buttons {
  display: flex; }

.login-button {
  padding-right: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 30px;
  background-color: #303030;
  color: #42b19a;
  margin-right: 10px;
  cursor: pointer; }

.login-button:hover {
  background-color: #42b19a;
  color: white; }
  .login-button:hover .menu-icon {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); }

.signin-button {
  padding-right: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 30px;
  background-color: #303030;
  color: #42b19a;
  cursor: pointer; }

.signin-button:hover {
  background-color: #f58b01;
  color: white; }
  .signin-button:hover .menu-icon {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); }

.user-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #303030;
  margin-right: 10px; }

.user-button:hover {
  background-color: #42b19a; }

.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #404040;
  color: #c4c4c4;
  transition: all 1s ease-in-out;
  cursor: pointer; }

.burger-icon {
  width: 50px;
  font-size: 30px;
  color: white;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer; }

.close-icon {
  width: 50px;
  font-size: 40px;
  color: white;
  height: 60px;
  display: flex;
  align-items: center;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 100;
  text-shadow: 0px 0px 25px black, 0px 0px 25px black; }

.acilir-menu {
  transition: all .4s;
  right: -300px;
  top: 0px;
  width: 300px;
  height: 100vh;
  background-color: #202020;
  border-left: 1px solid #333;
  z-index: 102;
  position: fixed; }

#menuBtn {
  display: none; }

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 200px; }

.menu-1 {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  font-size: 17px;
  background-color: #252525;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  margin-bottom: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer; }

.menu-1:hover {
  background-color: #00997b; }
  .menu-1:hover .menu-icons {
    background-color: #00614e;
    border: none; }
  .menu-1:hover .ok-yon {
    background-color: #00614e;
    border: none; }

.droppe {
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column; }

.droppe li {
  margin-left: 10%;
  width: 90%;
  padding-left: 15px;
  background-color: #252525;
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 3px;
  border-top: 1px solid #303030;
  border-left: 1px solid #303030;
  border-bottom: 1px solid #303030; }

.droppe a {
  text-decoration: none;
  color: white; }

.droppe li:hover {
  background-color: #00614e; }

.nav-menu li a {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center; }

.ok-yon {
  color: white;
  font-size: 20px;
  float: right;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  background-color: #292929;
  border-radius: 12.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #555; }

.social {
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0px;
  width: 300px;
  font-size: 20px; }

.social a {
  text-decoration: none;
  color: white;
  margin: 5px; }

.social-icon {
  width: 30px;
  height: 30px;
  border: 1px solid #555;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 700px) {
  .burger-icon {
    width: 100px; }

  .login-button,
  .signin-button {
    display: none; }

  .ana-menu {
    width: 100%; } }
@media only screen and (min-width: 700px) {
  .user-button {
    display: none; } }
.index-baslik {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center; }

.index-baslik .baslik {
  font-size: 30px;
  color: white; }

.index-icerik {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center; }

.index-yazilar {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.index-yazi {
  width: 410px;
  margin: 1%;
  min-height: 500px;
  background-color: #252525;
  border-radius: 10px;
  display: flex;
  text-decoration: none; }

.index-yazi:hover {
  background-color: #202020; }

.yazi-resim {
  width:100%;
  object-fit:contain;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.yazi-kategori {
  min-width: 100px;
  height: 30px;
  background-color: red;
  border-radius: 15px;
  margin-top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  color: white;
  padding-left: 10px;
  padding-right: 10px; }

.yazi-baslik {
  font-size: 25px;
  color: white;
  padding: 20px;
  padding-bottom: 15px;
  width: 410px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 82px;
  font-weight: 380; }

.yazi-aciklama {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 77px;
  font-size: 16px;
  color: #dbdbdb;
  padding: 20px;
  padding-top: 20px;
  font-weight: 400; }

.yazi-yazar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 380;
  margin-top: 20px; }

.yazar-avatar {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 18px;
  margin: 15px;
  margin-right: 10px;
  background-color: #404040; }

.yazar-adi {
  font-size: 16px;
  color: white;
  display: flex; }

.begeni {
  display: flex;
  font-size: 16px;
  color: #e0e0e0;
  align-items: flex-end; }

.yazar {
  display: flex;
  align-items: center; }

.yazar:hover {
  color: #42b19a; }

.begeni-sayisi {
  margin-left: 5px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 300; }

@media only screen and (max-width: 900px) {
  .yazi-resim{
height:220px;
}
  .index-yazilar {
    width: 100%; }

  .yazi-resim {
    width: 100%; }

  .index-yazi {
    margin-top: 20px;
    width: 90%; 
    min-height:470px;
}

  .yazi-baslik {
    width: 100%; }

  .index-baslik .baslik {
    width: 100%;
    display: flex;
    justify-content: center; }

  .index-baslik .baslik {
    font-size: 25px; } }
@media only screen and (max-width: 1250px) {
  .index-yazilar {
    width: 95%; } }
@media only screen and (max-width: 380px) {
  .index-yazi {
    height: 385px; } }
.post {
  width: 100%;
  display: flex;
  justify-content: center; }

.post-icerik {
  width: 60%;
  min-height: 500px;
  background-color: #252525;
  border-radius: 10px;
  margin-bottom: 20px; }

.post-resim {
  border-radius: 10px 10px 0px 0px;
  width:100%;
  height:470px;
  object-fit: cover; }

.post-bilgileri {
  margin: 20px 30px 20px 30px; }

.post-baslik {
  color: white;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px; }

.post-yazilari {
  color: white;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px; }

.admin-pp {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  object-fit: cover;
  background-color: #404040; }

.post-yazar {
  display: flex;
  align-items: center; }

.yazi-hakkinda {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.post-yazari {
  margin-top: 5px;
  color: white;
  width: 200px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  margin-left: 10px; }

.username {
  font-size: 16px;
  min-width: 200px;
  display: flex; }

.userrole {
  font-size: 14px;
  color: #cfcfcf;
  display: flex; }

.badge {
  color: #0d6efd !important;
  margin-left: 5px; }

.yazi-bilgileri {
  color: #cfcfcf;
  display: flex;
  font-weight: 300;
  align-items: center; }

.begen-button {
  padding-right: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 30px;
  background-color: #303030;
  color: #ffa0a0;
  margin-right: 10px;
  font-weight: 400;
  cursor: pointer; }

.begen-button:hover {
  background-color: #ffa0a0;
  color: black;
  font-weight: 400; }
  .begen-button:hover .menu-icon {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); }

.post-hakkinda {
  background-color: #232323;
  border-radius: 10px;
  border-top: #404040 1px solid;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -20px;
  margin-top: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.renksiz {
  background-color: rgba(255, 255, 255, 0);
  border: none; }

.begenildi {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  padding: 3px;
  height: 26px;
  border-radius: 13px;
  background-color: #ffa0a0;
  color: #181818;
  font-weight: 400;
  margin-right: 5px; }

.title {
  font-size: 2.5rem;
  font-family: system-ui;
  line-height: 1.1;
  font-weight: 300;
  color: #fff;
  margin: 4rem auto 1rem;
  width: 85%;
  max-width: 1280px; }

.slider {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto; }

.slider__content {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  scrollbar-color: var(--scrollcolor) var(--scrollbackground); }
  .slider__content::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 1rem;
    background: var(--scrollbackground); }
  .slider__content::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: var(--scrollcolor); }
  .slider__content::-webkit-scrollbar-track {
    border-radius: 1rem;
    background: var(--scrollbackground); }

.slider__item {
  text-decoration: none;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1; }
  @media (min-width: 460px) {
    .slider__item {
      aspect-ratio: 2/3;
      min-width: calc((100% / 2) - 2rem); } }
  @media (min-width: 940px) {
    .slider__item {
      min-width: calc((100% / 3) - 4rem); } }

.slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

.slider__info {
  position: relative;
  padding: 4rem 2rem 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(32, 50, 57, 0)); }
  .slider__info h2 {
    color: #fff;
    line-height: 1.1;
    font-weight: 300;
    font-size: 1.75rem;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 63px; }

.slider__nav {
  margin: 1rem 0 4rem;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-content: center;
  align-items: center;
  pointer-events: none; }
  @media (min-width: 460px) {
    .slider__nav {
      justify-content: flex-end; } }

.slider__nav__button {
  margin: 0;
  appearance: none;
  border: 0;
  border-radius: 2rem;
  background: #fff;
  color: black;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1;
  pointer-events: none;
  transition: 0.2s ease-out;
  opacity: 0.50;
  font-weight: 500; }
  .slider__nav__button--active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer; }

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #c4c4c4;
  background-color: #252525;
  border-top: 1px solid #303030;
  margin-top: 30px;
  min-height: 230px; }

.footer > * {
  flex: 1 100%; }

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center; }

.footer__logo {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem; }

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400; }

.nav__title {
  font-weight: 400;
  font-size: 15px; }

.nav__ul li a:hover {
  color: #42b19a; }

.footer address {
  font-style: normal;
  color: #999; }

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: #303030;
  border-radius: 100px;
  color: #c4c4c4;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em; }

.footer ul {
  list-style: none;
  padding-left: 0; }

.footer li {
  line-height: 2em; }

.footer a {
  text-decoration: none; }

.footer__nav {
  display: flex;
  flex-flow: row wrap; }

.footer__nav > * {
  flex: 1 40%;
  margin-right: 1.25em;
  margin-top: 10px; }

.nav__ul a {
  color: #999; }

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em; }

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #999;
  justify-content: center;
  height: 50px;
  align-items: center;
  background-color: #202020;
  border-top: 1px solid #303030; }

.legal__links {
  display: flex;
  align-items: center; }

.heart {
  color: #c4c4c4; }

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto; } }
@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1; }

  .nav__item--extra {
    flex-grow: 2; }

  .footer__addr {
    flex: 1 0px; }

  .footer__nav {
    flex: 2 0px; } }
@media screen and (max-width: 1700px) {
  .post-icerik {
    width: 70%; }

  .index-yazilar {
    width: 100%; } }
@media screen and (max-width: 1400px) {
  .post-icerik {
    width: 80%; }

  .yonlendir {
    width: 95%; } }
.yonlendirme {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.yonlendir {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center; }

.git {
  width: 215px;
  height: 50px;
  border-radius: 25px;
  background-color: #303030;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none; }

.git:hover {
  background-color: #42b19a; }

.anasayfabuton {
  width: 200px; }

.icon-daire {
  width: 35px;
  height: 35px;
  background-color: #404040;
  border-radius: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #252525; }

@media screen and (max-width: 860px) {
  .yazi-bilgileri {
    display: flex;
    font-weight: 300;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }

  .post-icerik {
    width: 96%; }

  .post-yazari {
    width: 100px; }
  .post-resim{
  width:100%;
  object-fit:content;
  height:220px;
}
}
@media screen and (max-width: 1200px) {
  .post-icerik {
    width: 95%; }

  .gizle {
    display: none; }

  .git,
  .anasayfabuton {
    width: 50px;
    padding: 0px; }

  .icon-daire {
    width: 40px;
    height: 40px;
    border-radius: 20px; } }
.comments {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  flex-direction: column; }

.yorum-yap {
  width: 60%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #252525;
  border-radius: 10px;
  justify-content: center; }

.yorum {
  width: 95%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #404040;
  background-color: #202020;
  border-radius: 4px;
  box-sizing: border-box;
  color: white; }

.yorum-baslik {
  width: 95%;
  color: white;
  margin-top: 20px;
  margin-bottom: 10px; }

.yorum-forum {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column; }

.yorum-forum input[type=submit] {
  background-color: #42b19a;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right; }

.replybutton {
  background-color: #42b19a;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right; }

.yorum-submit {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 30px; }

.login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(32, 32, 32, 0.7607843137);
  backdrop-filter: blur(5px);
  z-index: 999;
  flex-wrap: wrap;
  align-content: center; }

.login-form {
  width: 500px;
  min-height: 480px;
  background-color: #202020;
  border-radius: 10px; }

.logform {
  width: 100%;
  height: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-bottom: 30px; }

.logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 150px;
  align-items: center; }

.logo-width {
  width: 170px;
  height: 40px; }

.input-b {
  width: 85%;
  height: 40px;
  border: 1px solid #555;
  border-radius: 5px;
  background-color: #323232;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  font-size: 15px; }

.input-b:focus {
  border-color: white; }

.input-b:hover {
  border-color: white; }

.login-btn {
  background-color: #42b19a;
  width: 85%;
  height: 40px;
  border: none;
  border-radius: 5px;
  margin-top: 30px;
  color: white;
  font-size: 13px; }

.login-btn:hover {
  background-color: #00997b; }

.login-btn1:hover {
  background-color: #00997b; }

.login-btn1 {
  background-color: #2bb38c41;
  width: 85%;
  height: 40px;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
  color: white;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

.sign-btn {
  width: 85%;
  height: 40px;
  border: solid 1px #555;
  border-radius: 5px;
  margin-top: 15px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px; }

.sign-btn:hover {
  background-color: #555; }

.unuttum {
  justify-content: center;
  align-content: center;
  width: 500px;
  display: flex;
  margin-top: 5px; }

.bilgi-islem {
  color: white;
  font-size: 15px;
  margin: 10px; }

.user-close-button {
  justify-content: space-between;
  align-content: center;
  width: 500px;
  font-size: 40px;
  color: white;
  height: 70px;
  display: flex;
  align-items: center;
  float: right; }

.hosgeldin {
  font-size: 20px; }

.sign {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  flex-wrap: wrap;
  flex-direction: column; }

.sign-form {
  width: 500px;
  min-height: 640px;
  background-color: #202020;
  border-radius: 10px;
  margin-bottom: 100px; }

.signform {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding-bottom: 30px; }

.signin-btn {
  background-color: #ffa733;
  width: 85%;
  height: 40px;
  border: none;
  border-radius: 5px;
  margin-top: 15px;
  color: white;
  font-size: 13px; }

.alert {
  display: flex;
  justify-content: center;
  padding: 20px;
  margin: 20px;
  width: 85%;
  min-height: 40px;
  color: white;
  border-radius: 4px;
  flex-wrap: nowrap;
  z-index: 100; }

.alert-success {
  background-color: #42b19a; }

.alert-danger {
  background-color: #e42f2f; }

.alert-not {
  background-color: #202020;
  border: 1px solid #303030;
  color: #c4c4c4; }

.user-pp {
  width: 35px;
  height: 35px;
  border-radius: 15px;
  margin-right: 10px;
  border: #404040 solid 2px; }

.user {
  display: flex;
  align-items: center;
  color: white;
  height: 50px;
  margin-right: 20px;
  cursor: pointer; }

#user-menu {
  position: fixed;
  width: 150px;
  min-height: 45px;
  background-color: #252525;
  padding: 10px;
  border-radius: 4px;
  top: 60px;
  border: 1px solid #404040;
  padding-top: 20px; }

#ok-yon {
  transform: rotate(0deg); }

#user-menu ul li {
  background-color: #202020;
  display: flex;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 7px;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #404040; }

#user-menu ul li a {
  text-decoration: none;
  display: flex;
  color: white; }

.user-menu-icon {
  font-size: 18px; }

.uyarilar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 500px; }

.yorumlar {
  width: 60%;
  display: flex;
  justify-content: center;
  background-color: #252525;
  border-radius: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 20px; }

.yorums {
  width: 95%;
  background-color: #202020;
  min-height: 50px;
  border-radius: 4px;
  margin: 5px;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #404040;
  flex-wrap: wrap; }

.yorum-user {
  width: 100%;
  display: flex;
  align-items: center; }

.yoruma {
  width: 100%;
  min-height: 30px;
  margin-left: 30px;
  padding: 5px;
  padding-left: 15px;
  border-radius: 4px;
  color: white; }

.cevaplas {
  width: 100%; }

.cevapla {
  width: 95%;
  min-height: 150px;
  border: 1px solid #404040;
  border-radius: 4px;
  padding: 15px;
  margin: 5px; }

.goster {
  display: block; }

.gosters {
  cursor: pointer;
  height: 30px;
  display: flex;
  margin-left: 45px;
  color: #00997b; }

@media only screen and (max-width: 1600px) {
  .yorumlar {
    width: 70%; }

  .yorum-yap {
    width: 70%; } }
@media only screen and (max-width: 1400px) {
  .yorumlar {
    width: 80%; }

  .yorum-yap {
    width: 80%; } }
@media only screen and (max-width: 1200px) {
  .yorumlar {
    width: 95%; }

  .yorum-yap {
    width: 95%; } }
.profil {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.profil-icerik {
  width: 60%;
  min-height: 351px;
  background-color: #252525;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 50px; }

.profile {
  width: 48.5%;
  height: 200px;
  display: flex;
  background-color: #252525;
  border-radius: 10px;
  margin: 10px;
  justify-content: space-between;
  flex-wrap: wrap; }

.author-pp {
  width: 200px;
  height: 200px;
  background-color: #303030;
  border-radius: 10px;
  margin: 10px; }

.author-bilgi {
  color: white;
  display: flex;
  font-size: 20px;
  max-width: 300px;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end; }

.author-name {
  padding-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  display: flex; }

.author-username {
  padding-left: 20px;
  padding-bottom: 5px;
  font-size: 15px;
  width: 100%;
  color: #c4c4c4; }

.author-banner {
  width: 100%;
  height: 120px; }

.banner {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px; }

.author-role {
  width: 100px;
  height: 80px;
  border-radius: 0px 0px 10px 0px;
  display: flex;
  align-items: center;
  align-content: center;
  color: #c4c4c4;
  background-color: #202020;
  justify-content: center; }

.biyografi {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  color: white;
  border-radius: 10px;
  border-bottom: 1px solid #404040;
  margin-bottom: 20px; }

.user-yazi-photo {
  width: 300px;
  height: 170px;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px; }

.user-yazi {
  width: 95%;
  height: 170px;
  display: flex;
  background-color: #202020;
  border-radius: 4px;
  margin: 10px;
  border-radius: 10px; }

.user-yazi:hover {
  background-color: #191919; }

.yazi-baslik-2 {
  margin-left: 20px;
  font-size: 25px;
  color: white;
  padding: 10px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 40px;
  font-weight: 400; }

.yazi-aciklama-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px;
  font-size: 16px;
  color: #dbdbdb;
  padding: 10px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  word-break: break-all; }

.yazi-icerik-2 {
  display: flex;
  flex-wrap: wrap; }

.cookie {
  display: flex;
  position: fixed;
  width: 70%;
  min-height: 50px;
  background-color: #202020;
  border-radius: 10px;
  border: 1px solid #404040;
  padding: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #cfcfcf; }

.cookie-policy button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer; }

#cookie-pol {
  z-index: 998;
  width: 100%;
  min-height: 100px;
  display: flex;
  bottom: 10px;
  position: fixed;
  align-items: center;
  justify-content: center; }

.begenme {
  width: 100%;
  height: 40px;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 25px; }

.sayfalama {
  margin: 20px; }

.sayfalama a {
  width: 100%;
  color: white;
  text-decoration: none;
  border: 1px solid #404040;
  padding: 12px;
  min-width: 15px;
  margin: 3px;
  border-radius: 5px; }

.sayfalama a:hover {
  background-color: #0ba385; }

.aktif {
  background-color: #0ba385;
  color: white; }

.aktif1 {
  width: 100%;
  color: white;
  text-decoration: none;
  border: 1px solid #404040;
  padding: 12px;
  min-width: 15px;
  margin: 3px;
  border-radius: 5px; }

.aktif1 {
  background-color: #0ba385;
  color: white;
  width: 40px; }

.author-pp img {
  width: 200px;
  height: 200px;
  border-radius: 10px; }

@media only screen and (max-width: 1600px) {
  .profil-icerik {
    width: 70%; }

  .profile {
    width: 56%; } }
@media only screen and (max-width: 1400px) {
  .profil-icerik {
    width: 80%; }

  .profile {
    width: 64%; } }
@media only screen and (max-width: 1200px) {
  .profil-icerik {
    width: 90%; } }
@media only screen and (max-width: 900px) {
  .profil-icerik {
    width: 96%; } }
@media only screen and (max-width: 700px) {
  .post-hakkinda {
    margin-left: -15px;
    margin-right: -15px; }

  .alert-not {
    display: flow; }

  .cookie {
    width: 95%; }

  .user {
    margin-right: 5px; }

  .authornam {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

  .profile {
    width: 96%; }

  .author-pp {
    width: 98%;
    height: 100%; }

  .author-pp img {
    width: 100%;
    height: 100%; }

  .user-yazi {
    height: 350px;
    align-items: flex-end; }

  .user-yazi-photo {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.4; }

  .yazi-photo {
    width: 100%;
    height: 100%; }

  .yazi-icerik-2 {
    z-index: 10;
    position: absolute;
    flex-wrap: wrap;
    padding-right: 20px; }

  .menu-cizgi {
    margin-left: 0px; }

  .ana-menu {
    margin-left: 30px; } }
.hesap {
  width: 100%;
  display: flex;
  justify-content: center; }

.hesap-ayarlar {
  width: 50%;
  min-height: 500px;
  background-color: #252525;
  border-radius: 4px;
  margin-bottom: 30px; }

.ayarlar-baslik {
  width: 100%;
  padding-left: 30px;
  padding-top: 30px;
  color: white;
  font-weight: 500; }

.ayar-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px 40px 30px; }

.avatar-input {
  width: 100%;
  border: 2px dashed #404040;
  border-radius: 4px;
  height: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 13px;
  position: relative; }

.input-ust {
  display: flex;
  color: #c4c4c4;
  margin-bottom: 10px;
  margin-top: 12px;
  width: 100%;
  font-size: 14px; }

.avatar-input:hover {
  color: #cfcfcf;
  border: 2px dashed #0ba385; }

.avatar-input:focus {
  color: #cfcfcf;
  border: 2px dashed #0ba385; }

.text-input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 2px solid #404040;
  background-color: #252525;
  color: #dbdbdb;
  padding: 20px; }

.text-input:focus {
  border: #0ba385 2px solid; }

.text-input:hover {
  border: #0ba385 2px solid; }

.ayarlarforum {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.inpt {
  width: 49%;
  margin-bottom: 10px;
  margin-top: 5px; }

.ayarlar-button {
  width: 170px;
  height: 40px;
  background-color: #0ba385;
  border-radius: 4px;
  border: none;
  color: white;
  font-weight: 500;
  cursor: pointer; }

.kaydet-buton {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px; }

.ayarlar-button:hover {
  background-color: #00997b; }

.previewImage {
  width: 100%;
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 13px;
  position: absolute; }

.avatarsbuton {
  z-index: 10;
  width: 100%;
  display: none;
  justify-content: flex-end;
  color: #999;
  font-size: 30px;
  position: absolute;
  height: 100%; }

.fotolar {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.fotobosluk {
  width: 49%; }

.deletebuton {
  width: 30px;
  height: 30px;
  display: flex;
  background-color: #202020;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border: 1px solid #404040; }

.adds {
  width: 100%;
  display: flex;
  justify-content: center;
  color: white; }

.addnews {
  width: 60%;
  min-height: 700px;
  background-color: #252525;
  border-radius: 10px; }

.yazieklemeform {
  padding: 15px; }

#multi-select {
  -webkit-text-size-adjust: 100%;
  --select-focus: rgb(11, 163, 133);
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 100%;
  max-width: 30ch;
  border: 2px solid #404040;
  border-radius: 10px;
  padding: 0.25em 0.5em;
  font-size: 17px;
  cursor: pointer;
  line-height: 1.1;
  background-color: #252525;
  color: #c4c4c4; }

#multi-select:focus {
  border: 2px solid #0ba385; }
  #multi-select:focus option:focus {
    background-color: #0ba385; }

.post-icerik img {
  width: 100%; }

.yazi-icerik img {
  display: none; }

.ackl {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  margin-left: 5px; }

@media only screen and (max-width: 1200px) {
  .hesap-ayarlar {
    width: 70%; }

  .addnews {
    width: 95%; } }
@media only screen and (max-width: 900px) {
  .hesap-ayarlar {
    width: 85%; } }
@media only screen and (max-width: 700px) {
  .footer__nav {
    display: flex; }

  .post-bilgileri {
    margin: 15px 15px 20px 15px; }

  .hesap-ayarlar {
    width: 95%; }

  .fotolar {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center; }

  .fotobosluk {
    width: 100%; }

  .ayarlarforum {
    justify-content: space-between;
    flex-direction: column;
    align-content: center; }

  .inpt {
    width: 100%; }

  .login-form {
    width: 90%; }

  .user-close-button {
    width: 90%; }

  .sign-form {
    width: 90%; } }
.login-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 99%; }

.menu-icons {
  margin-right: 10px;
  font-size: 25px;
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #191919;
  border: 1px solid #303030;
  border-left: none;
  width: 40px;
  justify-content: center;
  margin-left: 10px; }

.bilgi {
  padding-top: 15px;
  height: 135px;
  width: 100%;
  background-color: #00997b;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  flex-wrap: wrap; }

.soz {
  padding: 20px;
  padding-bottom: 0px;
  color: white;
  font-weight: 500;
  width: 100%;
  text-shadow: 0px 0px 40px black, 0px 0px 40px black; }

.custom-shape-divider-top-1703322908 {
  position: absolute;
  top: 135px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0; }

.custom-shape-divider-top-1703322908 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px; }

.custom-shape-divider-top-1703322908 .shape-fill {
  fill: #00997b; }

.kimin {
  color: #e0e0e0;
  width: 85%;
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
  text-shadow: 0px 0px 40px black, 0px 0px 40px black;
  z-index: 50; }

#karanlik {
  width: 100%;
  height: 100%;
  display: none;
  backdrop-filter: blur(10px);
  z-index: 101;
  position: fixed;
  top: 0px;
  bottom: 0px;
  margin-right: 300px;
  background-color: #2525256c; }

.dropdown-menu {
  display: none; }

.dropdown:hover .dropdown-menu {
  display: block; }

.page-back {
  width: 60%;
  min-height: 600px;
  border-radius: 10px;
  background-color: #292929;
  padding: 30px;
  color: #dddddd;
  font-size: 18px;
  margin-bottom: 50px; }

@media only screen and (max-width: 900px) {
  .page-back {
    width: 80%; } }
@media only screen and (max-width: 700px) {
  .page-back {
    width: 95%; } }
.cookie__box {
  --clr-primary: #00997b;
  --clr-accent: #b4b4b4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 365px;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  padding: 25px 25px 30px;
  transform: translateX(0px);
  background-color: #252525; }

.cookie__box.hide {
  display: none;
  transform: translateX(-500px); }

.cookie__box > img {
  max-width: 90px; }

.cookie__box .content {
  margin-top: 10px; }

.cookie__box .content h2 {
  font-size: 24px;
  font-weight: 700;
  color: white; }

.cookie__box .content p {
  font-size: 15px;
  margin: 5px 0 20px;
  color: var(--clr-accent); }

.cookie__box .content .btn__group {
  display: flex;
  justify-content: center;
  align-items: center; }

.cookie__box .content .btn__group * {
  margin: 0 10px; }

.cookie__box .content .btn__group .accept__btn {
  padding: 10px 20px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid var(--clr-primary);
  color: #ffffff;
  background-color: var(--clr-primary); }

.cookie__box .content .btn__group .accept__btn:hover {
  background-color: #00614e;
  color: white; }

.cookie__box .content .btn__group .learn__more-btn {
  text-decoration: none;
  color: var(--clr-primary); }

.cookie__box .content .btn__group .learn__more-btn:hover {
  text-decoration: underline; }

/* For medium devices */
@media screen and (max-width: 600px) {
  .cookie__box {
    left: 10px;
    bottom: 10px;
    padding: 20px 10px; } 
  .
}
/* For small devices */
@media screen and (max-width: 400px) {
  .cookie__box {
    max-width: 340px; }

  .cookie__box .content .btn__group {
    flex-direction: column;
    gap: 15px; } }
/* For extra-small devices */
@media screen and (max-width: 320px) {
  .cookie__box {
    max-width: 290px; } }
.search {
  width: 40%; }

#searchbox {
  width: 85%;
  height: 40px;
  border-top: 1px solid #555;
  border: 1px solid #555;
  border-radius: 5px;
  background-color: #323232;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  font-size: 15px; }

#searchbox:hover {
  border: 2px solid #00997b; }

#searchbox:focus {
  border: 2px solid #00997b; }

button {
  background-color: gray;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border-radius: 15px; }

.swiper {
  margin: 0 36px; 
  }

.swiper::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin-left: -160px;
  width: 200px;
  flex-shrink: 0;
  background: linear-gradient(90deg, rgba(48, 48, 48, 0), rgba(48, 48, 48, 0.5));
  z-index: 9; }

.swiper-button-prev {
  background-color: #303030;
  opacity: 0.5;
  margin-right: -160px;
  width: 200px; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 12px !important; }

.swiper-button-disabled {
  display: none !important; }

.categories {
  width: 65%;
  display: flex;
  justify-content: center; }

.category {
  background-color: #303030;
  min-width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 15px;
  margin: 0px 5px 0px 5px;
  border: 1px solid #404040;
  padding: 8px 0px 8px 0px;
  font-size: 14px;
  text-decoration: none; }

.category:hover {
  background-color: white;
  color: #303030;
  border: none; }

.navsearch {
  margin-bottom: 25px;
  width: 280px; }

@media screen and (max-width: 1000px) {
  .search {
    display: none; } 
}
@media screen and (min-width: 1000px) {
  .navsearch {
    display: none; } }
.dortyuzdort {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  height: 700px;
  justify-content: center; }

.buyukdort {
  color: #00997b;
  font-size: 100px; }

.altaciklama {
  font-size: 30px;
  color: white; }

.anasayfa {
  margin-top: 30px;
  color: #e0e0e0; }




/*# sourceMappingURL=style.css.map */
