@import url("../../css2.html");

@font-face {
  font-family: "PT Sans Narrow";
  src: url("../fonts/font3.eot");
  src: url("../fonts/font3d41dd41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/font3.woff") format("woff"),
    url("../fonts/font3.ttf") format("truetype"),
    url("../fonts/font3.svg#pt_sans_narrowregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #091c08;
  font-family: "Montserrat", sans-serif;
  color: #ffe900;
  font-size: 14px;
}

header {
  background-image: url(../images/header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
  border-bottom: 1px solid #355933;
}
.download-content {
  background: url(../images/download-bg.png) center center no-repeat !important;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 158px;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.download-content .download-content-btn {
  background: url(../images/playnow-btn.gif) center 4px no-repeat;
  color: #fff;
  font-size: 34px;
  letter-spacing: 0.042em;
  line-height: 75px;
  height: 75px;
  margin: 0 auto;
  text-shadow: 0 -0.035em 0.025em #000;
  text-transform: uppercase;
  width: 385px;
  border: 0;
  position: relative;
  z-index: 0;
  display: block;
  text-align: center;
  margin-top: 2.7rem;
  font-family: "PT Sans Narrow", Arial Narrow, sans-serif;
}
.download-content .download-content-btn:hover {
  text-decoration: unset;
}
.download-content .download-content-btn.animate {
  -webkit-animation: cta_animation 0.8s infinite alternate;
  -moz-animation: cta_animation 0.8s infinite alternate;
  -ms-animation: cta_animation 0.8s infinite alternate;
  animation: cta_animation 0.8s infinite alternate;
  transform-origin: center bottom;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
@-webkit-keyframes cta_animation {
  from {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) translateZ(0);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1) translateZ(0);
  }
}

@-moz-keyframes cta_animation {
  from {
    -moz-transform: scale3d(0.95, 0.95, 0.95) translateZ(0);
  }

  to {
    -moz-transform: scale3d(1, 1, 1) translateZ(0);
  }
}

@-ms-keyframes cta_animation {
  from {
    -ms-transform: scale3d(0.95, 0.95, 0.95) translateZ(0);
  }

  to {
    -ms-transform: scale3d(1, 1, 1) translateZ(0);
  }
}

@keyframes cta_animation {
  from {
    transform: scale3d(0.9, 0.9, 1) translateZ(0);
  }

  to {
    transform: scale3d(1, 1, 1) translateZ(0);
  }
}

#maske {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#popup .window {
  position: fixed;
  left: 0;
  top: 0;
  width: 500px;
  height: 570px;
  display: none;
  z-index: 9999;
  padding: 0px;
  border-radius: 15px;
  text-align: center;
  background-color: #000;
}
#popup #dialog {
  width: 500px;
  height: auto;
  padding: 0px;
  background-color: #314306;
  font-family: "Segoe UI Light", sans-serif;
  font-size: 15pt;
}

#popup_icerik {
  font-family: "Segoe UI", sans-serif;
  font-size: 12pt;
  text-align: left;
}
#popupfoot {
  font-family: "Segoe UI", sans-serif;
  font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a {
  text-decoration: none;
  padding: 5px 10px 5px 10px;
}
.agree:hover {
  background-color: #000;
  color: #fff;
}
.popupoption:hover {
  background-color: #000;
  color: #fff;
  padding: 5px;
}
.popupoption2:hover {
  color: black;
}

.big-logo {
  height: auto;
  position: absolute;
  left: 50%;
  top: 30%;
  opacity: 0;
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transform: translate(-50%, -90%);
  -moz-transform: translate(-50%, -90%);
  -ms-transform: translate(-50%, -90%);
  -o-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
  /* width: 50%; */
  z-index: 0;
}

@media (max-width: 1024px) {
  .big-logo {
    display: none;
  }
}

header .mertgames-header-color1 {
  background-color: rgb(0 0 0 / 19%) !important;
}

.navbar-light.mertgames-header-color1 .navbar-nav .nav-link {
  color: white;
  font-weight: bold;
  background: rgb(146 146 146 / 67%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #333;
  box-shadow: 0 10px 20px -12px #00000099, 0 3px 20px 0px #5858587a,
    0 8px 10px -5px #00000030;
}

.navbar-light.mertgames-header-color1 .nav-item {
  margin-right: 5px;
}

.button-link-list {
  position: relative;
  vertical-align: middle;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 10px 0px;
  border: 2px solid #455933;
}

.button-link-list a {
  display: block;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.button-link-list a:hover {
  opacity: 1 !important;
}
.button-link-list a:nth-child(1) {
  background: #ff8d22;
  color: #fff;
}

.button-link-list a:nth-child(2) {
  background: #13760a;
  color: #fff;
}
.button-link-list a:nth-child(3) {
  background: #0df403;
  color: #fff;
}
.button-link-list a svg {
  margin-right: 10px;
  fill: white;
}

.tanitim-box {
  border: 1px solid #42763f;
  background: #161c06;
}

.tanitim-box h4.mg_content_title {
  background-image: url(../images/top-header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #6c7f8b;
  display: block;
  padding: 1.08rem 2.2rem;
  font-size: 1.059em;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.5px;
  background-size: cover;
  color: white;
}

.tanitim-box h4.mg_content_subtitle {
  display: block;
  padding: 10px 0px 10px 10px;
  font-size: 1.059em;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 5px 5px 0px 5px;
  background: #2b510c;
  color: #fff;
}

.tanitim-box table {
  border: 1px solid #404b58;
  margin-bottom: 0px;
}
.tanitim-box table td,
.tanitim-box table th + td,
.tanitim-box table td + td {
  color: #7e8b0f;
  border-color: #07680a;
}

.tanitim-box table > tbody > tr:nth-child(2n + 1) > td {
  background-color: #031801;
}

.tanitim-box table > tbody > tr:nth-child(2n) > td {
  background-color: #0f280a;
}

.tanitim-box table td {
  padding: 0.75em 1em;
}

.tanitim-box table td small.yeni {
  display: block;
  padding: 1px 0.35em;
  border-radius: 4px;
  font-size: 80%;
  text-decoration: none;
  margin-right: 5px;
  float: left;
  min-width: 40px;
  text-align: center;
  background: #9c27b0;
  color: #fff;
  text-transform: uppercase;
}

.efsun-oranlari-tb th {
  border-top: 1px solid #465840;
  background: #0e1c01;
  color: #ffdc7f;
}

.shadowBG {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 20px -12px #ffc800, 0 3px 20px 0px #fff700,
    0 8px 10px -5px #ffeb00;
}

.npc-bg,
.kostum-bg,
.megaitem-bg {
  margin: 10px;
  border: 5px solid #33596b;
  background-color: #162b35;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.megaitem-bg,
.diger-bg {
  border: 2px solid #33596b;
}
.megaitem-bg .mimg {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 115px;
  z-index: 999;
  position: relative;
}
.megaitem-bg {
  min-width: 150px;
  float: left;
  position: relative;
  min-height: 159px;
}
.npc-bg div.npc-ismi,
.kostum-bg div.kostum-ismi,
.megaitem-bg div.megaitem-ismi {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000 80%);
  height: 129px;
  font-size: 26px;
  text-align: center;
}
.npc-bg div.npc-ismi span,
.kostum-bg div.kostum-ismi span {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.npc-bg div.npc-ismi span,
.kostum-bg div.kostum-ismi span,
.megaitem-bg div.megaitem-ismi span {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  font-size: 13px;
  color: #fff;
}

.kostum-bg.beyaz div.kostum-ismi {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
}
.kostum-bg.beyaz div.kostum-ismi span {
  color: #000;
}

.kostum-bg.sari div.kostum-ismi {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #b59933 80%);
}
.kostum-bg.mor div.kostum-ismi {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #7d33b5 80%);
}
.kostum-bg.kirmizi div.kostum-ismi {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ab1c1c 80%);
}
.kostum-bg.turuncu div.kostum-ismi {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #b9731c 80%);
}
.kostum-bg.yesil div.kostum-ismi {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #33b54f 80%);
}
.kostum-bg.mavi div.kostum-ismi {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #3361b5 80%);
}

.kostum-bg .item-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../tanitim/item-icon/50512.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-color: #2a4a59;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

.biyolog__ li {
  background-color: #193802;
  border: 1px solid #606606;
  color: #ffffff;
  height: 65px;
}

img.Biyolo-Item-Img {
  float: left;
  border-radius: 5px;
  padding: 4px;
  margin-right: 10px;
  box-shadow: none;
  border: 2px solid #ffa808;
  background-position: center;
  background: rgb(8 19 26 / 32%);
}

.biyolog__ .sure-durumu {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
}

.biyolog__ .sure-durumu span {
  padding: 1px 0.35em;
  border-radius: 4px;
  font-size: 80%;
  text-decoration: none;
  margin-right: 5px;
  float: left;
  min-width: 40px;
  text-align: center;
  background: #e9691e;
  color: #fff;
  text-transform: uppercase;
}

.uretim-paneli {
  background: #051903;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #efff00;
  font-size: 14px;
}

.uretim-paneli li {
  background: #155d08;
  /* border: 1px solid #333; */
  border-radius: 5px;
  padding: 10px 5px 5px 5px;
  color: #fff;
  margin-bottom: 10px;
  list-style: none;
}

.uretim-paneli li ul {
  background: #cea40b;
  color: #ffce00;
  padding: 5px;
  margin-top: 10px;
}
.uretim-paneli li ul li {
  padding: 1px 1px 1px 5px;
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}

.uretim-paneli li ul li svg {
  fill: white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
}

.uretim-paneli li ul li .binek-durumu:after {
  content: "\00C7 ok Yak\0131 nda";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  margin: 0 auto;
  padding: 7.5px 15px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(-50%, 5px) scale(0.95);
  color: #121212;
  opacity: 0;
}

.uretim-icerik {
  background: #183516;
  min-height: 205px;
  border-radius: 10px;
  padding-bottom: 5px;
}
.uretim-paneli li ul.arrow-left li {
  text-align: right;
  padding-right: 5px;
  padding-left: 1px;
}
.uretim-paneli li ul.arrow-left li svg {
  left: 0px;
  right: inherit;
}
.uretim-icerik h2 {
  background: #cf7f08;
  text-align: center;
  font-size: 18px;
  padding: 7px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.uretim-icerik .item-bilgi {
  border: 1px solid #3eff00;
  margin: 10px;
  height: auto;
  padding: 10px;
  display: none;
}

.uretim-icerik .item-bilgi p {
  margin: 10px;
  border-bottom: 2px solid #334459;
  padding-bottom: 10px;
}

.uretim-icerik .item-resim {
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 2px #334459 solid;
  border-style: dashed;
  margin-bottom: 10px;
}

.uretim-icerik .item-resim img {
  margin-left: 5px;
  background: black;
  border: 1px solid #ffa808;
}

.uretim-icerik .item-resim h5 {
  margin: 0px;
  display: block;
  background: rgb(201, 21, 36);
  background: -moz-linear-gradient(
    90deg,
    rgba(201, 21, 36, 1) 0%,
    rgba(255, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(201, 21, 36, 1) 0%,
    rgba(255, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(201, 21, 36, 1) 0%,
    rgba(255, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c91524",endColorstr="#ff0000",GradientType=1);
  padding: 7px 120px 8px 8px;
  font-size: 16px;
  color: #fff;
}

.uretim-icerik .uretim-donusum ul,
.megaitem-bg ul,
.boss-drop ul {
  padding: 0px;
}
.uretim-icerik .uretim-donusum ul li,
.megaitem-bg ul li,
.boss-drop ul li {
  background: #ffbe05;
  float: left;
  width: 55px;
  height: 55px;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #9cabb9;
  margin-right: 10px;
}

.boss-drop ul li {
  margin-bottom: 10px;
}

.uretim-icerik .uretim-donusum,
.boss-drop {
  height: 100%;
  overflow: hidden;
}

.uretim-icerik .uretim-donusum ul li div,
.megaitem-bg ul li div,
.boss-drop ul li div {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.uretim-icerik .uretim-donusum ul li div span,
.megaitem-bg ul li div span,
.boss-drop ul li div span {
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 80%;
  min-width: auto;
  text-align: center;
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
  bottom: 0px;
}

.uretim-icerik .uretim-donusum h6,
.boss-drop h6 {
  background: rgb(21 201 51);
  background: -moz-linear-gradient(
    90deg,
    rgba(21, 115, 201, 1) 0%,
    rgba(21, 115, 201, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(83 201 21) 0%,
    rgba(21, 115, 201, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(126 147 6) 0%,
    rgba(21, 115, 201, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1573c9",endColorstr="#1573c9",GradientType=1);
  padding: 7px 120px 8px 8px;
  color: #fff;
  font-size: 14px;
}

.uretim-icerik .uretim-donusum h6.uretimh2 {
  background: rgb(10, 130, 40);
  background: -moz-linear-gradient(
    90deg,
    rgba(10, 130, 40, 1) 0%,
    rgba(10, 130, 40, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(10, 130, 40, 1) 0%,
    rgba(10, 130, 40, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(10, 130, 40, 1) 0%,
    rgba(10, 130, 40, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a8228",endColorstr="#0a8228",GradientType=1);
}

.uretim-icerik .uretim-donusum h6.uretimh3 {
  background: rgb(200, 113, 11);
  background: -moz-linear-gradient(
    90deg,
    rgba(200, 113, 11, 1) 0%,
    rgba(200, 113, 11, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(200, 113, 11, 1) 0%,
    rgba(200, 113, 11, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(200, 113, 11, 1) 0%,
    rgba(200, 113, 11, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8710b",endColorstr="#c8710b",GradientType=1);
}

.arena-mg {
  position: relative;
  overflow: hidden;
}
.arena-mg div {
  display: flex;
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  right: 20px;
  flex-direction: column;
  justify-content: center;
}
.arena-mg h3 {
  color: #fff;
  right: 30px;
  font-weight: normal;
  font-size: 40px;
  width: 600px;
}
.arena-mg strong {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  font-style: italic;
}
.arena-mg::before {
  content: "";
  background: rgb(181, 153, 51);
  background: -moz-linear-gradient(
    90deg,
    rgba(181, 153, 51, 0) 0%,
    rgba(181, 153, 51, 1) 65%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(181, 153, 51, 0) 0%,
    rgba(181, 153, 51, 1) 65%
  );
  background: linear-gradient(
    90deg,
    rgba(181, 153, 51, 0) 0%,
    rgba(181, 153, 51, 1) 65%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b59933",endColorstr="#b59933",GradientType=1);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.gradient-mg {
  position: relative;
  overflow: hidden;
}
.gradient-mg div {
  display: flex;
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  right: 20px;
  flex-direction: column;
  justify-content: center;
}
.gradient-mg h3 {
  color: #fff;
  right: 30px;
  font-weight: normal;
  font-size: 20px;
  width: 700px;
}
.gradient-mg strong {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  font-style: italic;
}
.gradient-mg::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.gradient-mg.mg-color1::before {
  background: rgb(51, 151, 181);
  background: -moz-linear-gradient(
    90deg,
    rgba(51, 151, 181, 0) 0%,
    rgba(51, 151, 181, 1) 75%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(51, 151, 181, 0) 0%,
    rgba(51, 151, 181, 1) 75%
  );
  background: linear-gradient(
    90deg,
    rgba(51, 151, 181, 0) 0%,
    rgba(51, 151, 181, 1) 75%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3397b5",endColorstr="#3397b5",GradientType=1);
}

.gradient-mg.mg-color2::before {
  background: rgb(136, 51, 181);
  background: -moz-linear-gradient(
    90deg,
    rgba(136, 51, 181, 0) 0%,
    rgba(136, 51, 181, 1) 75%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(136, 51, 181, 0) 0%,
    rgba(136, 51, 181, 1) 75%
  );
  background: linear-gradient(
    90deg,
    rgba(136, 51, 181, 0) 0%,
    rgba(136, 51, 181, 1) 75%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8833b5",endColorstr="#8833b5",GradientType=1);
}

.gradient-mg.mg-color3::before {
  background: rgb(59, 121, 26);
  background: -moz-linear-gradient(
    90deg,
    rgba(59, 121, 26, 0) 0%,
    rgba(59, 121, 26, 1) 55%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(59, 121, 26, 0) 0%,
    rgba(59, 121, 26, 1) 55%
  );
  background: linear-gradient(
    90deg,
    rgba(59, 121, 26, 0) 0%,
    rgba(59, 121, 26, 1) 55%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b791a",endColorstr="#3b791a",GradientType=1);
}

.gradient-mg.mg-color4::before {
  background: rgb(70, 80, 64);
  background: -moz-linear-gradient(
    90deg,
    rgba(70, 80, 64, 0) 0%,
    rgba(70, 80, 64, 1) 55%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(70, 80, 64, 0) 0%,
    rgba(70, 80, 64, 1) 55%
  );
  background: linear-gradient(
    90deg,
    rgba(70, 80, 64, 0) 0%,
    rgba(70, 80, 64, 1) 55%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#465040",endColorstr="#465040",GradientType=1);
}

.gradient-mg.mg-color5::before {
  background: rgb(70, 80, 64);
  background: -moz-linear-gradient(
    90deg,
    rgba(70, 80, 64, 0) 0%,
    rgba(70, 80, 64, 1) 55%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(70, 80, 64, 0) 0%,
    rgba(70, 80, 64, 1) 55%
  );
  background: linear-gradient(
    90deg,
    rgba(70, 80, 64, 0) 0%,
    rgba(70, 80, 64, 1) 55%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#465040",endColorstr="#465040",GradientType=1);
}

.gradient-mg.mg-color6::before {
  background: rgb(55, 35, 11);
  background: -moz-linear-gradient(
    90deg,
    rgba(55, 35, 11, 0) 0%,
    rgba(55, 35, 11, 1) 55%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(55, 35, 11, 0) 0%,
    rgba(55, 35, 11, 1) 55%
  );
  background: linear-gradient(
    90deg,
    rgba(55, 35, 11, 0) 0%,
    rgba(55, 35, 11, 1) 55%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#37230b",endColorstr="#37230b",GradientType=1);
}

.box-h5 {
  margin-top: 10px;
  background: #030a0c;
  z-index: 99999;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}
.boss-mg {
  position: relative;
  overflow: hidden;
}
.boss-mg::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.boss-mg div {
  position: absolute;
  z-index: 9999;
  color: #fff;
  right: 30px;
  top: 0;
  font-weight: normal;
  font-size: 20px;
  width: 400px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: left;
}

.boss-mg.nemere::before {
  background: rgb(4 59 134);
  background: -moz-linear-gradient(
    90deg,
    rgba(4, 67, 134, 0) 0%,
    rgba(4, 67, 134, 1) 40%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(4, 67, 134, 0) 0%,
    rgba(4, 67, 134, 1) 40%
  );
  background: linear-gradient(
    90deg,
    rgba(4, 67, 134, 0) 0%,
    rgba(4, 67, 134, 1) 40%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#044386",endColorstr="#044386",GradientType=1);
}

.boss-mg.razador::before {
  background: rgb(172, 42, 42);
  background: -moz-linear-gradient(
    90deg,
    rgba(172, 42, 42, 0) 0%,
    rgba(172, 42, 42, 1) 40%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(172, 42, 42, 0) 0%,
    rgba(172, 42, 42, 1) 40%
  );
  background: linear-gradient(
    90deg,
    rgba(172, 42, 42, 0) 0%,
    rgba(172, 42, 42, 1) 40%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac2a2a",endColorstr="#ac2a2a",GradientType=1);
}

.boss-list {
  margin: 10px;
  padding: 0px;
}

.boss-list li {
  list-style: none;
  float: left;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  width: 150px;
  height: 150px;
  border: 5px solid #ffeb00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.boss-list li.nemere {
  background-image: url(../tanitim/boss/nemere_250px.jpg);
}

.boss-list li.razador {
  background-image: url(../tanitim/boss/razador_250px.jpg);
}

.boss-list li.lusifer {
  background-image: url(../tanitim/boss/lusifer_250px.jpg);
}

.boss-list li.maviejder {
  background-image: url(../tanitim/boss/mavi_ejder_250px.jpg);
}

.boss-list li.azrail {
  background-image: url(../tanitim/boss/azrail_big_250px.jpg);
}

.boss-list li.kirmiziejder {
  background-image: url(../tanitim/boss/kirmizi_ejder_250px.jpg);
}

.boss-list li.elitkraliceorumcek {
  background-image: url(../tanitim/boss/elit_kralice_orumcek_250px.jpg);
}

.boss-list li.guclubuzcadisi {
  background-image: url(../tanitim/boss/guclu_buz_cadisi_250px.jpg);
}

.boss-list li.dokuzkuyruk {
  background-image: url(../tanitim/boss/dokuz_kuyruk250px.jpg);
}

.boss-list li.alevkral {
  background-image: url(../tanitim/boss/alevkral_250px.jpg);
}

.boss-list div.boss-ismi {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgb(0 0 0 / 80%) 80%
  );
  height: 129px;
  font-size: 26px;
  text-align: center;
}
.boss-list div.boss-ismi span {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.item-list {
  background: #124306;
  overflow: hidden;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* color: #9cabb9; */
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #3c503c;
}

.item-list img.item-resmi {
  border: 1px solid #ffc800;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: auto;
}

.item-list .item-aciklama {
  margin-left: 20px;
  float: left;
  max-width: 200px;
  width: 220px;
  min-height: auto;
  /* color: #b7ff00; */
}
.item-list .item-aciklama .istenen-itemler {
  padding: 10px;
  background: #146500;
  margin: 10px 10px 0px 0px;
  border-radius: 5px;
}
.item-list .item-aciklama .istenen-itemler img {
  width: 22px;
  margin-right: 5px;
}
.item-list h5 {
  margin: 0px;
}

.item-list svg {
  fill: #fff;
  position: absolute;
  right: 0px;
}
.item-list small {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.donusum-item-arti {
  position: relative;
  overflow: hidden;
  height: 50px;
}

.donusum-item-arti span {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
}

.karakter-bilgi {
  margin-bottom: 15px;
  margin-top: 15px;
  border-top: 1px dotted #33596b;
  border-bottom: 1px dotted #33596b;
  padding-top: 15px;
  padding-bottom: 15px;
}
.karakter-bilgi img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #cbdbe4;
  margin-right: 10px;
}
.work-content h3 {
  color: #4b1717;
}
.karakter-bilgi h1 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  cursor: default;
  padding: 27px 0px;
  margin: 0px;
}

.donusumh3 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #b5acb5;
}

.evrim-gerekli-nesne {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 55px;
  width: 315px;
  top: 10px;
}

.evrim-gerekli-nesne ul li:last-child {
  margin: 0px;
}

#top {
  bottom: 20px;
  display: none;
  height: 30px;
  position: fixed;
  right: 20px;
  color: #fff;
  z-index: 9999999;
  background: #799abd;
  width: 100px;
  line-height: 30px;
  border: 1px solid #000;
  cursor: pointer;
}

.acilisDuyuru {
  animation: acilis 1s infinite;
}

@keyframes acilis {
  from {
    background-color: red;
  }
  to {
    background-color: blue;
  }
}

.metin-koordinat {
  width: 100%;
  vertical-align: middle;
  display: -ms-flexbox !important;
  display: flex !important;
}

.metin-koordinat span {
  display: block;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 3px 10px;
  background: #030a0c;
  border-radius: 10px;
  margin-right: 5px;
}

.metin-koordinat span:last-child {
  margin-right: 0px;
}

.metin-bilgileri {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  background: rgb(0 0 0 / 32%);
}

.metin-bilgileri h5 {
  color: #fff;
  font-size: 14px;
  padding: 10px 5px;
}

@media only screen and (max-width: 600px) {
  .navbar-light.mertgames-header-color1 .navbar-nav .nav-link {
    padding: 5px;
  }
  .navbar-light.mertgames-header-color1 .nav-item {
    margin-bottom: 5px;
  }
  header {
    background-image: url(../images/header_m.jpg);
    background-position: top center;
  }
  .arena-mg div,
  .gradient-mg h3 {
    text-align: center;
  }
  .arena-mg h3,
  .gradient-mg h3 {
    width: auto;
    font-size: 16px;
  }

  .boss-mg div,
  .gradient-mg div {
    width: auto;
    font-size: 14px;
    right: 0;
    text-align: center;
  }

  .kostum-bg img,
  .npc-bg img {
    width: 125px;
  }

  .evrim-bg img {
    width: auto;
  }
}
