  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');

  body {
      background-color: #fff;
      font-family: 'DM Sans', sans-serif;
  }

  ul {
      padding: 0;
  }

  li {
      list-style: none;
  }

  input:focus,
  select:focus,
  textarea:focus {
      outline: none;
  }

  a {
      text-decoration: none;
  }

  header {
      float: left;
      width: 100%;
  }

  .headtop {
      float: left;
      width: 100%;
      background: #ededed;
      padding: 2px 0;
  }

  .headtop span.adres {
      float: left;
      font-size: 14px;
  }

  .headtop .right {
      float: right;
      display: flex;
      padding: 7px 0;
  }

  .headtop .right .hizlimenu {
      float: right;
      color: #000000;
      margin-left: 15px;
  }

  .headtop .right .time {
      float: right;
      color: #000000;
      margin-left: 15px;
  }

  .headtop .right .lang {
      float: right;
      color: #000000;
      margin-left: 15px;
      position: relative;
      cursor: pointer;
  }

  .headtop .right .lang .droplang {
      max-height: 0;
      overflow: hidden;
      position: absolute;
      background: #fff;
      color: #000;
      text-align: center;
      box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
      border-radius: 5px;
      transition: all 0.6s;
  }

  .headtop .right .lang .droplang a {
      color: #000;
  }

  .selected.active+.droplang {
      max-height: 100px !important;
      padding: 5px;
  }

  .headtop a img {
      height: 25px;
      object-fit: contain;
  }

  .headtop a.cark {
      margin-left: 15px;
  }

  .headarea {
      float: left;
      width: 100%;
      padding: 15px 0;
      border-bottom: 1px solid #ededed;
      background: #fff;
  }

  .headarea .logo {
      float: left;
      width: 15%;
  }

  .headarea .logo img {
      width: 100%;
  }

  .menutop {
      float: left;
      width: 70%;
      display: flex;
      justify-content: center;
  }

  .menutop ul {
      margin: 0 auto;
      margin-top: 8px;
  }

  .menutop ul li {
      float: left;
      margin: 0px 10px;
  }

  .menutop ul li img {
      width: 24px;
      height: 22px;
      margin-top: -2px;
      object-fit: contain;
      border-bottom: #33cd72;
  }

  .menutop ul li a {
      font-size: 15px;
      color: #000;
      transition: all 0.6s;
      position: relative;
  }

  .menutop ul li.active a::after {
      content: "";
      height: 2px;
      width: 100%;
      background: #33cd72;
      position: absolute;
      left: 0;
      bottom: -10px;
  }

  .menutop ul li a:hover {
      color: #33cd72;
  }

  .headbtnls {
      float: right;
      width: 15%;
      display: flex;
  }

  .btn-register {
      float: right;
      background: #ededed;
      color: #000;
      font-size: 15px;
      padding: 8px 15px;
      border-radius: 5px;
      transition: all 0.6s;
  }

  .btn-register:hover {
      color: #33cd72;
  }

  .btn-login {
      float: right;
      background: #33cd72;
      color: #000;
      font-size: 15px;
      padding: 8px 15px;
      border-radius: 5px;
      transition: all 0.6s;
      margin-left: 7px;
  }

  .btn-login:hover {
      color: #000;
  }

  .modal-dialog {
      max-width: 550px !important;
  }

  .modal-header {
      border-bottom: 0px !important;
  }

  .sitecontent {
      float: left;
      width: 100%;
      padding: 30px 0;
  }

  .sitecontent.home .container {
      padding: 0;
  }

  .homeslider {
      float: left;
      width: 100%;
      margin-bottom: 50px;
  }

  .homeslider img {
      float: left;
      width: 100%;
      height: 270px;
  }

  .slotlar {
      float: left;
      width: 100%;
      padding: 40px 15px;
      padding-top: 20px;
      background: linear-gradient(180deg, rgba(0, 0, 0, .04) 45.33%, rgba(0, 0, 0, 0) 100%);
  }

  .hg_title {
      float: left;
      width: 100%;
      margin-bottom: 15px;
  }

  .slotlar .nav {
      float: left;
      width: 100%;
      border-bottom: 0px;
  }

  .hg_title .icon {
      float: left;
      border-radius: 10px;
      width: 39px;
      height: 39px;
      text-align: center;
      line-height: 37px;
      background-color: #33cd72;
  }

  .hg_title .icon img {
      filter: brightness(0) invert(1);
      height: 28px;
      width: 22px;
      object-fit: contain;
  }

  .hg_title h4 {
      float: left;
      width: calc(100% - 39px);
      padding-left: 12px;
      min-height: 39px;
      display: flex;
      flex-flow: column;
      justify-content: center;
      margin-bottom: 0;
      /* font-size: 18px; */
      font-size: 17px;
      font-weight: 400;
      letter-spacing: 0em;
  }

  .slotlar .nav-link {
      border: 0;
      color: #000;
      padding: 5px 0;
      margin-right: 20px;
      background: transparent !important;
  }

  .slotlar .nav-link.active {
      border-bottom: 2px solid #33cd72;
  }

  .tab-content {
      float: left;
      width: 100%;
      padding-top: 20px;
  }

  .slotitem {
      float: left;
      width: 100%;
  }

  .slotitem .img {
      float: left;
      width: 100%;
      height: 155px;
      overflow: hidden;
      border-radius: 5px;
      position: relative;
  }

  /* .slotitem.big .img {
      height: 245px;
  } */

  .slotitem .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .slotitem .text {
      float: left;
      width: 100%;
      padding: 6px 0;
      padding-top: 10px;
      display: flex;
  }

  .slotitem .text h2 {
      float: left;
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      text-align: left;
      margin-bottom: 0px;
      color: #000;
  }

  .slotitem .text span {
      font-size: 14px;
      font-weight: 400;
      color: #8a8a8a !important;
  }

  .slotitem:hover .img .hoverbtn {
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, .68) !important;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-flow: column;
      text-align: center;
      transition: all 0.6s;
  }

  .slotitem:hover .img .hoverbtn button {
      font-size: 15px;
      color: #000;
      background: #33cd72;
      padding: 12px 21px;
      border: 0;
      display: block;
      border-radius: 5px;
      margin: 0 auto;
  }

  .hg_title .sw-btnright {
      float: right;
      margin-top: 8px;
  }

  .hg_title .textare {
      float: left;
      max-width: 70%;
  }

  .hg_title .sw-btnright a.all {
      border-radius: 140px;
      margin-right: 5px;
      width: 54px;
      height: 28px;
      font-weight: 500;
      text-align: center;
      justify-self: center;
      text-transform: uppercase;
      padding: 5px 10px;
      font-size: 13px;
      box-shadow: none;
      align-self: center;
      color: #000;
  }

  .hg_title .badinr {
      float: right;
      background: #ededed;
      border-radius: 140px;
      margin-right: 5px;
      width: 54px;
      height: 28px;
      font-weight: 500;
      display: flex;
      text-transform: uppercase;
      padding: 2px 6px;
      font-size: 17px;
      box-shadow: none;
      justify-content: space-between;
      align-self: center;
      color: #2ecd72 !important;
  }

  .slotlar .swiper {
      float: left;
      width: 100%;
  }

  .yatirim_yontem {
      float: left;
      width: 100%;
      padding: 10px 0;
  }

  .yatirim_yontem h3 {
      font-size: 21px;
      float: left;
      width: 100%;
      font-weight: 400;
  }

  .yatirim_yontem a {
      float: left;
      width: 100%;
      background: #bdbdbdc1;
      border-radius: 5px;
      height: 66px;
      text-align: center;
  }

  .yatirim_yontem a img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
  }

  .yatirim_yontem .rowlist {
      float: left;
      width: 100%;
  }

  .yatirim_yontem .rowlist .col {
      width: 7.69%;
      float: left;
      margin-right: 7px;
      margin-bottom: 7px;
  }

  footer {
      float: left;
      width: 100%;
      padding-bottom: 70px;
      padding-top: 20px;
  }

  footer .alan {
      float: left;
      width: 100%;
      border-bottom: 1px solid #ededed;
      padding-bottom: 20px;
  }

  footer .imglist {
      float: left;
      width: 100%;
      display: flex;
  }

  footer .imglist img {
      width: 100%;
      height: 130px;
      object-fit: contain;
  }

  footer .pasalogo {
      width: 100%;
      text-align: center;
      margin-top: 15px;
      height: 40px;
      float: left;
  }

  footer .pasalogo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }

  .footerdesc {
      float: left;
      width: 100%;
      text-align: center;
      padding: 15px 0;
  }

  .footerdesc span {
      float: left;
      width: 100%;
      text-align: center;
      font-size: 15px;
      line-height: 17px;
  }

  .footerdesc img {
      height: 40px;
      object-fit: contain;
      margin-top: 10px;
  }

  .menuitem {
      float: left;
      width: 100%;
  }

  .menuitem label {
      float: left;
      width: 100%;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 500;
  }

  .menuitem ul {
      margin-bottom: 0;
  }

  .menuitem ul li {
      float: left;
      width: 100%;
      margin-bottom: 10px;
  }

  .menuitem ul li a {
      color: #000;
      font-size: 18px;
  }

  .stickybar {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 9;
      background: #ededed;
      width: 100%;
  }

  .stickybar .areaa {
      float: left;
      width: 100%;
      display: flex;
      padding: 15px 20px;
      justify-content: space-between;
  }

  .stickybar ul li {
      float: left;
      margin-right: 20px;
  }

  .stickybar ul {
      margin-bottom: 0;
      float: left;
      margin-top: 10px;
  }

  .stickybar ul li img {
      margin-right: 5px;
  }

  .stickybar ul li span {
      color: #000;
      font-size: 15px;
  }

  .stickybar .center {
      padding: 0px 50px;
      float: left;
      text-align: left;
      width: 60%;
  }

  .stickybar .center span {
      line-height: 15px;
      float: left;
      display: block;
      font-size: 15px;
      margin-top: 8px;
  }

  .stickybar .right {
      float: right;
  }

  .stickybar .right a {
      border: 1px solid #33cd72;
      border-radius: 10px;
      float: right;
      color: #33cd72;
      font-size: 15px;
      padding: 10px 12px;
  }

  .stickybar .right a img {
      margin-right: 10px;
      height: 17px;
      float: left;
      margin-top: 3px;
  }

  .modal .modal-title {
      font-size: 25px;
      font-weight: normal;
  }

  .loginmodalbody {
      width: 100%;
  }

  .loginmodalbody .inputitem {
      width: 100%;
      margin-bottom: 10px;
      position: relative;
  }

  .loginmodalbody .inputitem label {
      width: 100%;
      font-size: 13px;
      position: absolute;
      top: 5px;
      left: 10px;
  }

  .loginmodalbody .inputitem input {
      width: 100%;
      border: 0;
      padding: 10px;
      padding-top: 25px;
      border-radius: 10px;
      border: 1px solid #bbbbbb;
      background: #ededed;
  }

  .modal .sifreunut {
      float: right;
      color: #000;
      font-size: 15px;
      width: 100%;
      text-align: right;
      font-weight: normal;
      padding-top: 10px;
  }

  .modal .list_cap {
      display: flex;
  }

  .modal .subtmibtn {
      width: 100%;
      padding: 12px;
      color: #000;
      border: 0;
      border-radius: 10px;
      background: #85daa4;
      font-size: 17px;
      margin-top: 20px;
  }

  .noaccount {
      width: 100%;
      margin-top: 30px;
      margin-bottom: 10px;
      text-align: center;
      display: flex;
      flex-flow: column;
  }

  .noaccount span {
      font-size: 15px;
      margin-bottom: 5px;
  }

  .noaccount a {
      color: #000;
      font-size: 22px;
  }

  .accountbtn {
      float: left;
      background: #ededed;
      border-radius: 20px;
      padding: 6px;
      display: flex;
  }

  .account-btn {
      float: right;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 0;
      text-align: center;
      padding: 0;
      margin-left: 10px;
  }

  .accountbtn button {
      float: left;
      margin: 0px 3px;
      border-radius: 15px;
      font-size: 14px;
      font-weight: 400;
      line-height: 13px;
      border: 1px solid #1f1f1f;
      padding: 5px 10px;
  }

  .headbtnls.hesap {
      width: 27%;
  }

  .headarea.hesap {
      display: flex;
  }

  .accountbtn span {
      font-size: 14px;
      margin-top: 5px;
      padding: 0px 6px;
      font-weight: 500;
  }

  .accountbtn button.yatir {
      background: #33cd72;
      border-color: #33cd72;
  }

  #offcanvaswebmenu .btn-close {
      background: transparent;
      font-size: 30px;
      color: #000;
      opacity: 1;
  }

  #offcanvasparayatirma .btn-close {
      background: transparent;
      font-size: 30px;
      color: #000;
      opacity: 1;
  }

  #offcanvasparacekim .btn-close {
      background: transparent;
      font-size: 30px;
      color: #000;
      opacity: 1;
  }

  .webmenubody {
      float: left;
      width: 100%;
  }

  .webmenubody .userlist {
      float: left;
      width: 100%;
      display: flex;
      justify-content: space-between;
  }

  .webmenubody .userlist .user .img {
      float: left;
      width: 44px;
      height: 44px;
  }

  .webmenubody .userlist .user .name {
      float: left;
      display: flex;
      flex-flow: column;
      line-height: 17px;
      margin-left: 5px;
      margin-top: 3px;
  }

  .webmenubody .userlist .yatirbtn a {
      display: flex;
      color: #000;
  }

  .webmenubody .userlist .yatirbtn .icon,
  .icon.quickaccess {
      float: right;
      width: 44px;
      height: 44px;
      line-height: 44px;
      color: #000;
      background: #33cd72;
      text-align: center;
      border-radius: 50%;
      font-size: 26px;
  }

  .webmenubody .userlist .yatirbtn span {
      float: right;
      margin-right: 10px;
      min-height: 44px;
      display: flex;
      flex-flow: column;
      justify-content: center;
  }

  .offcanvas-body .imglist img {
      object-fit: contain;
      height: 45px;
      margin-top: 10px;
  }

  .canvasmenu {
      float: left;
      width: 100%;
      padding: 15px 10px;
      border-bottom: 1px solid #ededed;
  }

  .canvasmenu ul li {
      margin-bottom: 7px;
  }

  .canvasmenu ul li a {
      color: #000;
  }

  .canvasmenu h5 {
      margin-bottom: 9px;
      font-size: 19px;
      font-weight: normal;
      margin-top: 7px;
  }

  .canvasaccor {
      float: left;
      width: 100%;
      padding: 10px 0;
  }

  .canvasaccor h5 {
      float: left;
      font-size: 18px;
      font-weight: normal;
  }

  .canvasaccor a.all {
      float: right;
      font-size: 15px;
      color: #67ca7b;
  }

  .canvasaccor .item {
      float: left;
      width: 100%;
  }

  .canvasaccor .item .icon {
      float: left;
      width: 35px;
      height: 35px;
  }

  .canvasaccor .item .icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }

  .canvasaccor .accordion-button:focus {
      border: 0;
      box-shadow: none;
  }

  .canvasaccor .accordion-button:not(.collapsed) {
      background: transparent;
      color: #000;
  }

  .canvasaccor .item span {
      float: left;
      min-height: 35px;
      display: flex;
      flex-flow: column;
      justify-content: center;
      padding-left: 10px;
      font-size: 14px;
  }

  .acc_area {
      width: 100%;
      display: flex;

      justify-content: space-between;
  }

  .acc_area .img {
      width: 30px;
      height: 30px;
      float: left;
      margin-top: 10px;
  }

  .acc_area .img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }

  .acc_area .text {
      text-align: left;
      display: flex;
      flex-flow: column;
      padding-left: 15px;
      width: 55%;
  }

  .acc_area .text h5 {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 5px;
      margin-top: 7px;
  }

  .acc_area .text span {
      line-height: 15px;
      font-size: 14px;
  }

  .acc_area a.cekim {
      float: right;
      color: #fff;
      font-size: 11px;
      background: #33cd72;
      padding: 0px 15px;
      height: 25px;
      line-height: 25px;
      margin-top: 15px;
      border-radius: 5px;
  }

  .canvasaccor .accordion-flush .accordion-item .accordion-button {
      padding: 9px 0;
      background: transparent;
  }

  .canvasaccor .accordion-item {
      border-bottom: 0;
      background: transparent;
  }

  .yatirbtn a.parayatirma {
      background: #fff;
      padding: 2px 15px;
      border-radius: 5px;
  }

  .yatirbtn a.parayatirma span {
      margin-right: 0 !important;
  }

  .offcanvas-end {
      background: #f9f9f9;
  }

  .yatirimalt .acc_area {
      margin-bottom: 15px;
  }

  .canvasaccor h6 {
      font-size: 16px;
      float: left;
      font-weight: normal;
      margin-bottom: 15px;
      background: #fff;
      border-radius: 7px;
      padding: 5px 10px;
  }

  .canvasaccor .d-flex {
      width: 100%;
  }

  .registerpage {
      float: left;
      width: 100%;
      margin-bottom: 40px;
  }

  .registerpage h5 {
      margin-bottom: 15px;
      font-weight: normal;
      font-size: 18px;
  }

  .registerpage h4 {
      font-size: 22px;
      margin-bottom: 20px;
  }

  .registerpage .regitem {
      float: left;
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      padding-right: 15px;
      position: relative;
  }

  .registerpage .regitem img {
      position: absolute;
      right: 30px;
      top: 17px;
      cursor: pointer;
      height: 20px;
  }

  .registerpage .regitem input {
      width: 70%;
      padding: 15px 12px;
      background: #ededed;
      border: 1px solid #bbbbbb;
      border-radius: 10px;
  }

  .registerpage .regitem select {
      width: 70%;
      padding: 15px 12px;
      background: #ededed;
      border: 1px solid #bbbbbb;
      border-radius: 10px;
      cursor: pointer;
  }

  .registerpage .regitem label {
      padding: 15px 0;
  }

  .registerpage span {
      float: left;
      width: 100%;
      margin-top: 10px;
  }

  .registerpage button {
      float: left;
      width: 100%;
      color: #fff;
      border: 0;
      background: #33cd72;
      padding: 14px 10px;
      font-size: 18px;
      margin-top: 20px;
      border-radius: 20px;
  }

  .slotcasinoarea .col-md-2 {
      margin-bottom: 15px;
  }

  .sw-btnright a.saglayicilar {
      color: #39cf78;
      border: 1px solid #39cf78;
      border-radius: 15px;
      font-size: 15px;
      padding: 5px 15px;
  }

  .slotbtnfilter {
      float: left;
      width: 100%;
      margin-top: 15px;
      margin-bottom: 20px;
  }

  .slotbtnfilter ul {
      margin-bottom: 0;
  }

  .slotbtnfilter ul li {
      float: left;
      margin-right: 10px;
  }

  .slotbtnfilter ul li button {
      background: #ededed;
      color: #000;
      border: 0;
      border-radius: 5px;
      padding: 4px 10px;
  }

  .slotsearch {
      float: left;
      margin-left: 25px;
      background: #ededed;
      border-radius: 7px;
      padding: 7px 8px;
      margin-top: 5px;
  }

  .slotsearch button {
      border: 0;
      background: transparent;
      font-size: 14px;
  }

  .slotsearch input {
      font-size: 15px;
      background: transparent;
      border: 0;
  }

  .favoricon button {
      border: 0;
      background: none;
      padding: 0;
  }

  .readmorebtn {
      margin: 0 auto;
      margin-top: 30px;
  }

  .readmorebtn button {
      background: #3acf78;
      color: #000;
      font-size: 16px;
      border: 0;
      padding: 10px 40px;
  }

  .mobilkayanmenu {
      position: fixed;
      left: 0;
      bottom: 0;
      background: #efefef;
      padding: 10px;
      width: 100%;
      z-index: 9;
      display: none;
  }

  .mobilkayanmenu ul {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
      margin-bottom: 0;
      padding-top: 5px;
  }

  .mobilkayanmenu ul li a {
      display: flex;
      text-align: center;
      flex-flow: column;
      color: #42d387;
      font-size: 11px;
  }

  .mobilkayanmenu ul li a img {
      height: 20px;
      width: 22px;
      object-fit: contain;
      margin: 0 auto;
  }

  .mobilkayanmenu ul li a span {
      margin-top: 7px;
  }

  .mobilkayanbar {
      display: none;
      animation: scrolled 20s linear infinite;
      position: relative;
      white-space: nowrap;
      width: auto;
      float: left;
      width: 100%;
      padding: 5px 0;
  }

  .mobilkayanbar span {
      text-align: left;
      color: #33cd72;
      float: left;
  }

  .kayanalan {
      float: left;
      width: 100%;
      display: none;
      overflow: hidden;
      background: #fff;
  }

  .mobilaccount {
      display: none;
  }

  .mobilmenu {
      float: left;
      margin-top: -3px;
      display: none;
  }

  .mobilmenu a {
      color: #33cd72;
      font-size: 25px;
      float: left;
  }

  #offcanvasmobilmenu {
      width: 75%;
  }

  .pashalogo img {
      height: 40px;
      object-fit: contain;
  }

  .mobilmenubody {
      float: left;
      width: 100%;
      padding: 10px;
  }

  .mobilmenubody ul li {
      float: left;
      width: 100%;
      margin-bottom: 15px;
  }

  .mobilmenubody ul li a {
      color: #000;
      font-size: 18px;
  }

  .proarea {
      float: left;
      width: 100%;
  }

  .proarea h4 {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 25px;
  }

  .proarea .col-md-4 {
      margin-bottom: 40px;
  }

  .proarea .item {
      float: left;
      width: 100%;
      height: 100%;
      overflow: hidden;
  }

  .proarea .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .prohomearea {
      float: left;
      width: 100%;
  }

  .prohomearea img {
      width: 100%;
      height: 187px;
  }

  .promosyonSwiper {
      float: left;
      width: 100%;
  }

  .promosyonSwiper .swiper-slide {
      width: calc(100% - 40px) !important;
  }

  .slotlar.paddingno {
      padding-right: 0;
  }

  header {
      background-color: #efefef;
      position: fixed;
      z-index: 999;
  }

  header .alan {
      float: left;
      width: 100%;
      padding: 10px 10px;
      display: flex;
      justify-content: space-between;
  }

  .mobil_menu {
      color: #2ecd72;
      font-size: 28px;
      line-height: 28px;
      float: left;
  }

  .offcanvas-start {
      width: 80%;
      z-index: 999999999999999999;
  }

  .mobilogo img {
      height: 25px;
      object-fit: contain;
  }

  .mobilaccount a {
      color: #2ecd72;
      font-size: 25px;
      line-height: 25px;
      margin-top: 2px;
      float: left;
  }

  .mmobiarea {
      float: left;
      width: 100%;
      padding: 15px;
      background: #f5f5f5;
      border-radius: 10px;
      margin-bottom: 10px;
  }

  .mobilyatirbtn {
      background: #2ecd72;
      color: #fff;
      padding: 4px 7px;
      border-radius: 5px;
      font-size: 14px;
      margin-right: 10px;
      margin-top: 0px;
      float: left;
  }

  .mobilyatirbtn:hover {
      color: #fff;
  }

  .bakiye {
      float: left;
      font-size: 13px;
      color: #2ecd72;
      margin-left: 8px;
      margin-top: 4px;
  }

  .mmobiarea ul {
      margin-bottom: 0;
      float: left;
      width: 100%;
  }

  .profilearea {
      float: left;
      width: 100%;
      padding: 20px;
  }

  .username {
      float: left;
      width: 100%;
      text-align: center;
      display: flex;
      flex-flow: column;
  }

  .username .icon {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: #2ecd72;
      color: #fff;
      line-height: 100px;
      font-size: 50px;
      margin: 0 auto;
      margin-bottom: 15px;
  }

  .username .name {
      font-size: 22px;
  }

  .username span {
      font-size: 14px;
      font-weight: 300;
  }

  .username .bakie {
      background: #e6e6e6;
      color: #2ecd72;
      padding: 5px 10px;
      font-size: 15px;
      border-radius: 5px;
      margin: 0 auto;
      margin-top: 10px;
  }

  .profilmenu {
      float: left;
      width: 100%;
      margin-top: 20px;
  }

  .profilmenu .item {
      float: left;
      width: 100%;
      padding-bottom: 9px;
      margin-bottom: 5px;
      border-bottom: 1px solid #dbdbdb;
  }

  .profilmenu .item .icon {
      float: left;
      width: 55px;
      height: 55px;
      background: #ededed;
      text-align: center;
      line-height: 55px;
      border-radius: 10px;
      font-size: 28px;
      color: #2ecd72;
  }

  .profilmenu .item .text {
      float: left;
      width: calc(100% - 55px);
      padding-left: 15px;
      min-height: 55px;
      display: flex;
      flex-flow: column;
      justify-content: center;
  }

  .profilmenu .item .text h5 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 0px;
  }

  .profilmenu .item .text span {
      font-size: 13px;
  }

  .profilmenu .item:nth-last-child(1) {
      border: 0;
  }

  .mmobiarea li {
      float: left;
      width: 100%;
      margin-bottom: 3px;
      margin-top: 3px;
  }

  .pagecontentarea {
      padding: 25px;
  }

  .pagecontentarea h1 {
      font-weight: normal;
      margin-bottom: 20px;
      font-size: 24px;
  }

  .mmobiarea li .icon {
      float: left;
      height: 40px;
      background: #ededed;
      width: 40px;
      border-radius: 6px;
      text-align: center;
      line-height: 38px;
  }

  .mmobiarea li .icon img {
      height: 25px;
      width: 25px;
      object-fit: contain;
  }

  .socialmedialist {
      float: left;
      width: 100%;
  }

  .socialmedialist ul li {
      float: left;
      width: 100%;
      margin-bottom: 10px;
  }

  .socialmedialist ul li a {
      color: #000;
      font-size: 18px;
  }

  .mmobiarea li span {
      float: left;
      width: calc(100% - 40px);
      padding-left: 10px;
      display: flex;
      flex-flow: column;
      justify-content: center;
      min-height: 40px;
      color: #000;
      font-size: 18px;
  }

  .mobilmenufoter {
      float: left;
      width: 100%;
      padding: 10px 5px;
  }

  .mobilmenufoter ul li {
      float: left;
      width: 100%;
      margin-bottom: 5px;
  }

  .mobilmenufoter ul li a {
      color: #000;
  }

  .loginpagearea {
      float: left;
      width: 100%;
      padding: 40px 20px;
  }

  .loginlogo {
      float: left;
      width: 100%;
      text-align: center;
  }

  .loginlogo img {
      height: 30px;
      object-fit: contain;
  }

  .loginpagearea h4 {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
      margin-top: 40px;
      float: left;
      width: 100%;
  }

  .loginmodalbody {
      float: left;
      width: 100%;
  }

  .list_cap {
      float: left;
      width: 100%;
  }

  .loginpagearea button {
      float: left;
      background: #2ecd72;
      width: 100%;
      border: 0;
      border-radius: 15px;
      color: #fff;
      padding: 15px;
      font-size: 17px;
      margin-top: 15px;
      margin-bottom: 25px;
  }

  .loginpagearea a {
      float: right;
      margin-top: 15px;
      color: #333;
      font-size: 16px;
      font-weight: 600;
  }

  .registerpage {
      float: left;
      width: 100%;
      padding: 20px;
  }

  .registerpage h4 {
      width: 100%;
      text-align: center;
      margin-bottom: 8px;
      font-size: 25px;
  }

  .registerpage h5 {
      width: 100%;
      text-align: center;
  }

  .registerpage .regitem label {
      position: absolute;
      left: 25px;
      top: 22px;
      transition: top 0.3s;
  }

  .registerpage .regitem input:focus+label,
  .registerpage .regitem input:valid+label {
      top: 7px;
      font-size: 14px;
  }

  .registerpage .regitem.active label {
      top: 7px;
      font-size: 14px;
  }

  .registerpage .loginlogo {
      margin-bottom: 30px;
      margin-top: 30px;
  }

  .deloginpage {
      float: left;
      width: 100%;
      background: #f5f5f5;
      padding: 25px 5px;
      text-align: center;
  }

  .deloginpage a {
      color: #2ecd72;
      font-weight: 500;
      font-size: 17px;
  }

  .hizlierisim,
  .kategoriler,
  .saglayicilar {
      width: 100%;
  }

  .hizlierisim h5,
  .kategoriler h5,
  .saglayicilar h5 {
      font-size: 18px;
      color: #333;
  }

  .hizlierisim .offcanvas-header {
      border-bottom: 1px solid #cecece;
  }

  .hizlierisim .btn-close,
  .kategoriler .btn-close {
      opacity: 1;
  }

  .hizlierisimarea {
      float: left;
      width: 100%;
  }

  .hizlierisimarea .item {
      float: left;
      width: 100%;
      margin-bottom: 10px;
      background: #ededed;
      border-radius: 10px;
      padding: 10px 10px;
  }

  .hizlierisimarea .item .icon {
      float: left;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 25px;
      text-align: center;
      margin-top: 5px;
      border-radius: 5px;
  }

  .hizlierisim .item .icon i {
      color: #2ecd72;
  }

  .hizlierisim .item .text {
      float: left;
      width: calc(100% - 40px);
      padding-left: 10px;
      min-height: 40px;
      display: flex;
      flex-flow: column;
      justify-content: center;
  }

  .hizlierisim .item .text span {
      font-weight: 600;
      font-size: 15px;
  }

  .hizlierisim .item .text p {
      margin-bottom: 0;
      font-size: 13px;
      line-height: 15px;
  }





  .hizlierisim .socialitem {
      float: left;
      width: 100%;
      background: #ededed;
      border-radius: 10px;
      padding: 10px;
  }

  .hizlierisim .socialitem span {
      color: #333;
      font-weight: 600;
  }

  .hizlierisim .socialitem p {
      font-size: 13px;
  }

  .hizlierisim .socialitem ul li {
      float: left;
      margin-right: 15px;
  }

  .hizlierisim .socialitem ul li i {
      font-size: 27px;
      color: #333;
  }

  .paymentmobile {
      float: left;
      width: 100%;
      padding: 30px 25px;
  }

  .paymentmobile h4 {
      float: left;
      width: 100%;
      margin-bottom: 20px;
      font-weight: normal;
  }

  .paymentmobile button {
      float: left;
      width: 100%;
      background: transparent;
      margin-bottom: 15px;
      border: 0;
      padding-bottom: 15px;
  }

  .paymentmobile button .icon {
      float: left;
      width: 55px;
      height: 55px;
      border-radius: 8px;
      font-size: 25px;
      background: #ededed !important;
      text-align: center;
      line-height: 55px;
      color: #2ecd72;
  }

  .paymentmobile button .text {
      float: left;
      width: calc(100% - 55px);
      padding-left: 15px;
      text-align: left;
      min-height: 55px;
      display: flex;
      flex-flow: column;
      justify-content: center;
      font-size: 16px;
  }

  .parayatir {
      width: 100%;
      max-height: 80%;
  }

  .paracek {
      width: 100%;
      max-height: 80%;
  }

  .saglayicilar {
      width: 100%;
      max-height: 80%;
  }

  .slotpagemobil {
      float: left;
      width: 100%;
      padding: 20px;
  }

  .slotpagemobil h1 {
      font-weight: normal;
      color: #2ecd72;
      margin-bottom: 10px;
      /* font-size: 24px; */
      font-size: 1.25rem;
  }

  .slotpagemobil .inputslot {
      float: left;
      width: 100%;
      border-radius: 10px;
      margin-bottom: 15px;
      background: #ededed;
      position: relative;
  }

  .slotpagemobil .inputslot input {
      width: 100%;
      background: transparent;
      border: 0;
      padding: 14px 13px;
  }

  .slotpagemobil .inputslot button {
      position: absolute;
      right: 10px;
      background: transparent;
      border: 0;
      color: #2ecd72;
      font-size: 22px;
      top: 8px;
  }

  .sltbtnlist {
      display: flex;
      justify-content: space-between;
      float: left;
      width: 100%;
  }

  .sltbtnlist button {
      background: #2ecd72;
      color: #fff;
      border: 0;
      border-radius: 25px;
      padding: 5px 30px;
      width: 48%;
      font-size: 15px;
  }

  .slotlist {
      float: left;
      width: 100%;
      margin-top: 15px;
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
  }

  .slotlist .slotitem {
      float: left;
      width: 31.5%;
      margin-bottom: 15px;
  }

  .slotlist .slotitem .text {
      padding-top: 5px;
  }

  .slotlist .favoricon button {
      border-radius: 7px;
      left: 5px;
      top: 5px;
  }

  .katekslist {
      float: left;
      width: 100%;
  }

  .katekslist ul li {
      float: left;
      width: 100%;
      margin-bottom: 12px;
      position: relative;
      padding-left: 30px;
  }

  .katekslist ul li::before {
      content: "";
      position: absolute;
      left: 0px;
      height: 14px;
      background: #333;
      border-radius: 50%;
      width: 14px;
      top: 5px;
  }

  .katekslist ul li a {
      color: #333;
      font-size: 17px;
  }

  .saglaylist {
      float: left;
      width: 100%;
  }

  .saglaylist .item {
      float: left;
      width: 100%;
      margin-bottom: 15px;
  }

  .proarea {
      float: left;
      width: 100%;
      padding: 20px 15px;
  }

  .proarea .item {
      height: 200px;
      margin-bottom: 20px;
  }

  .proarea .col-md-4 {
      margin-bottom: 0;
  }

  .saglaylist .item .icon {
      float: left;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #000;
      padding: 5px;
  }

  .saglaylist .item .icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }

  .saglaylist .item span {
      float: left;
      width: calc(100% - 42px);
      padding-left: 15px;
      min-height: 42px;

      display: flex;
      flex-flow: column;
      justify-content: center;
      font-size: 17px;
  }

  .parayatir .btn-close,
  .paracek .btn-close {
      opacity: 1;
  }

  .parayatir .offcanvas-title,
  .paracek .offcanvas-title {
      font-weight: normal;
  }

  .parayatir .offcanvas-header,
  .paracek .offcanvas-header {
      border-bottom: 1px solid #eeeaea;
      ;
  }

  .parayatir .accordion-button::after,
  .paracek .accordion-button::after {
      background-size: 1rem;
  }

  .parayatirbox {
      float: left;
      width: 100%;
      overflow: scroll;
  }

  @keyframes scrolled {
      0% {
          left: 700px
      }

      to {
          left: -800px
      }
  }

  .register-checkbox {
      height: 15px;
      width: 15px;
  }

  @media (max-width: 850px) {
      .mobilkayanmenu {
          display: block;
      }

      .headbtnls {
          display: none;
      }

      .mobilmenu {
          display: block;
      }

      .kayanalan {
          display: block;
      }

      .mobilaccount {
          display: block;
          float: right;
      }

      .stickybar {
          display: none;
      }

      .menutop {
          display: none;
      }

      .headbtnls {
          width: auto;
      }

      .headarea .logo {
          width: 30%;
          margin-top: 5px;
      }

      .mobilkayanbar {
          display: block;
      }

      .headtop {
          display: none;
      }

      .homeslider img {
          height: 200px;
      }

      .sitecontent {
          padding-top: 50px;
      }

      .homeslider {
          margin-bottom: 0;
      }

      .slotitem .img {
          height: 80px;
      }

      .slotitem .text h2 {
          font-size: 14px;
      }

      .slottabs {
          overflow: scroll;
          float: left;
          width: 100%;
      }

      .slottabs::-webkit-scrollbar {
          display: none;
      }

      .slottabs .nav-link {
          font-size: .8em;
          font-weight: 300;
          color: #111 !important
      }

      .slottabs .nav-link.active {
          font-weight: 500;
      }

      .slotlar .nav {
          float: left;
          width: 100%;
          border-bottom: 0px;
          flex-flow: nowrap;
          min-width: 790px;
      }

      .slotlar {
          padding-bottom: 20px;
      }

      .hg_title .badinr {
          display: none;
      }

      .slotitem.big .img {
          min-height: 122px;
      }

      .pokerSwiper .slotitem.big .img {
          max-height: 250px;
      }

      .prohomearea img {
          height: 100%;
      }

      footer .alan {
          display: none;
      }

      .footerdesc {
          display: none;
      }

      .yatirim_yontem {
          display: none;
      }

      header,
      .headarea {
          background: #efefef;
      }

      header {
          display: block;
      }

      header,
      .headarea {
          display: flex;
          flex-flow: wrap;
          justify-content: space-between;
      }

      .slotsearch {
          width: 100%;
          margin: 12px 0;
      }

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

      .slotcasinoarea .col-md-2 {
          width: 33.2%;
      }

      .registerpage .regitem {
          flex-flow: column;
          padding: 10px;
          margin-bottom: 0;
      }

      .registerpage .regitem input {
          width: 100%;
      }

      .registerpage .regitem label {
          padding-top: 5px;
          padding-bottom: 5px;
      }

      .registerpage .regitem select {
          width: 100%;
      }

      .registerpage .regitem img {
          position: absolute;
          right: 22px;
          top: 30px;
          cursor: pointer;
          height: 20px;
      }
  }

  .banner-link {
      display: block;
      position: relative;
      text-align: center;
  }

  .banner-image {
      width: 100%;
      height: 100%;
      transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out;
  }

  .winnersSwipper .swiper-slide:hover {
      filter: brightness(1.2);
      transform: scale(1.05);
  }

  .banner-overlay {
      position: absolute;
      bottom: 18px;
      left: 0;
      width: 100%;
      color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      opacity: 1;
      transition: opacity 0.3s ease-in-out;
  }

  .game-title {
      float: left;
      border-radius: 10px;
      margin: 4px;
      font-size: 6px;
      font-weight: 400;
      line-height: 9px;
      border: 1px solid #1f1f1f;
      padding: 2px 4px;
      background: #33cd72;
      border-color: #33cd72;
      color: #ffffff;
  }

  .winner-user {
      font-size: 9px;
      font-weight: 300;
      color: #ffffff;
      margin-bottom: 3px;
  }

  .winner-profit {
      margin-top: 2px;
      font-size: 8px;
      font-weight: 400;
      color: #ffffff;
  }

  .btn-deposit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      background-color: #3DDC84;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 5px #3DDC84;
      border: none;
      border-radius: 15px;
      transition: all 0.3s ease;
  }

  .btn-deposit:hover {
      background-color: #32c676;
      transform: scale(1.05);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 10px #32c676;
  }

  .btn-deposit:focus {
      outline: none;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 10px #3DDC84;
  }

  .btn-deposit span {
      margin-left: 10px;
  }

  .btn-deposit::after {
      content: '\203A';
      font-size: 24px;
      margin-left: 6px;
      line-height: 10px;
      border-left: 1px solid rgb(255 255 255 / 45%);
      padding-left: 10px;
      margin-top: -2px;
  }

  .footerProvidersGrid {
      text-align: center;
  }

  .provider-item {
      display: inline-block;
      width: 15%;
      padding: 5px;
      box-sizing: border-box;
  }

  .provider-item .img {
      width: 100%;
      height: auto;
  }

  .provider-item img {
      width: 100%;
      height: auto;
      object-fit: contain;
  }

  .modal-winner {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 9999;
  }

  .modal-winner .modal-content {
      position: relative;
      margin: 20% auto;
      padding: 5px;
      width: 90%;
      max-width: 100vw;
      background-color: #04CD6C;
      border-radius: 8px;

  }

  .modal-winner .close {
      position: absolute;
      top: -50px;
      right: 0;
      font-size: 30px;
      font-weight: bold;
      cursor: pointer;
      color: #04CD6C;
  }

  .countdown-banner {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      border-radius: 10px;
      overflow: hidden;
  }

  .countdown-image img {
      width: 100%;
      height: auto;
  }

  .countdown-image {
      position: relative;
      display: flex;
      justify-content: left;
      align-items: center;
      margin-bottom: 10px;
      overflow: hidden;
      border-radius: 10px;
  }

  .countdown-timer {
      position: absolute;
      color: #fff;
      display: flex;
      gap: 5px;
      margin-left: 20px;
  }

  .time-box {
      min-width: 10px;
  }

  .time-box span {
      display: block;
      font-size: 0.6rem;
      font-weight: bold;
  }

  .time-box small {
      font-size: 0.4rem;
      text-transform: uppercase;
  }