  @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;
      font-weight: 300;
  }

  ul {
      padding: 0;
  }

  li {
      list-style: none;
  }

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

  a {
      text-decoration: none;
  }

  .pr-15 {
      padding-right: 15px;
  }

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

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

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

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

  .headtop .right .hizlimenu {
      float: right;
      color: #1f1f1f !important;
      margin-left: 15px;
  }

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

  .headtop .right .lang {
      float: right;
      color: #1f1f1f !important;
      font-size: 14px;
      margin-left: 15px;
      position: relative;
      cursor: pointer;
  }

  .headtop .right .lang .droplang {
      max-height: 0;
      font-size: 14px;
      overflow: hidden;
      position: absolute;
      background: #fff;
      color: #1f1f1f !important;
      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: #1f1f1f !important;
  }

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

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

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

  .headtop a.cekilis {
      margin-left: 10px;
  }

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

  .headarea .logo {
      float: left;
      /* width: 15%; */
      width: 150px;
  }

  .headarea .logo img {
      width: 100%;
      margin-top: 6px;
  }

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

  .menutop ul {
      margin: 0 0 auto auto;
      margin-top: 8px;
      overflow-y: hidden;
      overflow-x: auto;
      max-width: max-content;
      white-space: nowrap;
      display: flex;
  }

  .menutop ul::-webkit-scrollbar {
      display: none;
  }

  .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; */
      font-size: 14px;
      line-height: 1.715em;
      /* font-weight: 500; */
      font-weight: 300;
      /* color: #000; */
      color: inherit;
      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;
  }

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

  .homeslider img {
      float: left;
      width: 100%;
      height: 270px;
      border-radius: 12px;
  }

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

  .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: 44px;
      height: 44px;
      text-align: center;
      line-height: 44px;
      background-color: #ededed;
  }

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

  .slotlar .nav-link {
      border: 0;
      color: #1f1f1f !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: 10px;
      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;
  }

  .slotitem .text h2 {
      float: left;
      width: 100%;
      font-size: 14px;
      font-weight: 405;
      text-align: left;
      margin-bottom: 0px;
      color: #1f1f1f !important;
  }

  .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 {
      background: #ededed;
      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: #2ecd72 !important;
  }

  .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: #fff;
      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: 55px;
      object-fit: contain;
      margin-top: 10px;
  }

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

  .menuitem h4 {
      font-size: 18px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0em;
      white-space: pre-wrap;
      text-align: left;
  }

  .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; */
      font-size: 14px;
      line-height: 1.715em;
      color: inherit;
      font-weight: 400;
  }

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

  .stickybar .areaa {
      float: left;
      width: 100%;
      display: flex;
      padding: 0px 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: 48%;
  }

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

  .stickybar .right {
      float: right;
  }

  .stickybar .right a {

      float: right;

      font-size: 15px;
      padding: 10px 12px;
  }

  .stickybar .right a img {
      margin-right: 10px;

      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 .submitbutton {
      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: 10px;
      padding: 0px 6px;
      font-weight: 500;
  }

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

  .accountbtn button.cek {
      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 {
      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: #000;
      font-size: 13px;
      background: #33cd72;
      padding: 0px 15px;
      height: 36px;
      line-height: 36px;
      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;
      -webkit-appearance: none !important;
  }

  .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: #000;
      border: 0;
      background: #33cd72;
      padding: 14px 10px;
      font-size: 18px;
      margin-top: 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: #1f1f1f !important;
      font-size: 14px;
      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;
      color: #1f1f1f !important;
  }

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

  .favoricon button {
      background: none;
      border: 0;
      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: 9999999;
      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: 10px 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;
  }

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

  .accountinfoalan .bstitle {
      float: left;
      width: 100%;
      margin-bottom: 20px;
  }

  .accountinfoalan .bstitle .icon {
      float: left;
      color: #2ecd72;
      line-height: 44px;
      width: 44px;
      height: 44px;
      border-radius: 5px;
      background: #ededed !important;
      text-align: center;
      font-size: 22px;
  }

  .accountinfoalan .bstitle span {
      float: left;
      width: calc(100% - 44px);
      padding-left: 15px;
      min-height: 44px;
      display: flex;
      flex-flow: column;
      justify-content: center;
      font-size: 22px;
  }

  .accountinfoalan ul {
      float: left;
      width: 100%;
  }

  .accountinfoalan ul li {
      float: left;
      width: 100%;
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
      text-align: left;
  }

  .accountinfoalan ul li span {
      float: left;
      width: 50%;
      padding: 10px 0;
      font-size: 16px;
      position: relative;
      color: #666;
  }

  .accountinfoalan ul li span::after {
      content: ":";
      position: absolute;
      right: 50px;
  }

  .accountinfoalan ul li label {
      float: left;
      width: 50%;
      padding: 10px 0;
      font-size: 16px;
      color: #333;
  }

  .accounttab {
      float: left;
      width: 100%;
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
  }

  .accounttab button {
      border: 0 !important;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 0em;
      text-align: left;
      color: #333;
      padding-left: 5px;
      float: left;
      margin-right: 20px;
      padding-right: 5px;
      padding-bottom: 15px;
  }

  .accounttab button.active {
      color: #2ecd72 !important;
      border-bottom: 2px solid #2ecd72 !important;
  }

  .accounttab button:hover {
      color: #2ecd72 !important;
  }

  .accountinfoalan .onaybtnn {
      float: left;
      border: 1px solid #a54343;
      border-radius: 5px;
      color: #a54343;
      display: flex;
      font-weight: 500;
      margin-top: -5px;
      padding: 5px 15px;
      background: transparent;
  }

  .accountinfoalan .onaybtnn i {
      margin-right: 10px;
      font-size: 22px;
      font-weight: 600;
      line-height: 18px;
      margin-top: 3px;
  }

  .accountinfoalan .passchange {
      background: #33cd72;
      color: #000;
      width: 100%;
      border-radius: 10px;
      margin-top: 6px;
      border: 0;
      padding: 15px 5px;
      font-size: 18px;
  }

  .googlearea {
      float: left;
      width: 100%;
      padding: 40px;
      background: #F9F9F9;
      text-align: center;
      margin-bottom: 25px;
  }

  .googlearea i {
      color: #F44336;
      font-size: 65px;
  }

  .googlearea h5 {
      font-weight: normal;
      margin-bottom: 15px;
  }

  .googlearea p {
      color: #bbb;
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 20px;
      float: left;
      width: 100%;
  }

  .googlearea a {
      float: left;
      width: 100%;
      text-align: center;
      color: #bbb;
      margin-bottom: 15px;
  }

  .googlearea button {
      padding: 10px 15px;
      color: #000;
      font-size: 14px;
      background: #33cd72;
      border: 0;
  }

  .select-menu .select-btn {
      display: flex;
      width: 100%;
      height: 55px;
      padding: 20px;
      font-size: 18px;
      font-weight: 400;
      border-radius: 8px;
      align-items: center;
      cursor: pointer;
      justify-content: space-between;
      position: relative;
      background: #ededed !important;
      border: 1px solid #ccc;
  }

  .select-menu .select-btn small {
      position: absolute;
      font-size: 13px;
      left: 20px;
      top: 5px;
  }

  .select-menu .select-btn span {
      margin-top: 12px;
      font-size: 16px;
  }

  .select-menu .options {
      position: absolute;
      width: 330px;
      overflow-y: auto;
      max-height: 495px;
      padding: 10px;
      margin-top: 10px;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      animation-name: fadeInDown;
      -webkit-animation-name: fadeInDown;
      animation-duration: 0.35s;
      animation-fill-mode: both;
      -webkit-animation-duration: 0.35s;
      -webkit-animation-fill-mode: both;
  }

  .select-menu .options .option {
      display: flex;
      height: 45px;
      cursor: pointer;
      padding: 0 16px;
      border-radius: 8px;
      align-items: center;
      background: #fff;
  }

  .select-menu .options .option:hover {
      background: #f2f2f2;
  }

  .select-menu .options .option .option-text {
      font-size: 18px;
      color: #333;
      width: 100%;
  }

  .select-btn i {
      font-size: 25px;
      transition: 0.3s;
      color: #2ecd72;
  }

  .select-menu.active .select-btn i {
      transform: rotate(-180deg);
  }

  .select-menu.active .options {
      display: block;
      opacity: 0;
      z-index: 10;
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp;
      animation-duration: 0.4s;
      animation-fill-mode: both;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-fill-mode: both;
  }

  @keyframes fadeInUp {
      from {
          transform: translate3d(0, 30px, 0);
      }

      to {
          transform: translate3d(0, 0, 0);
          opacity: 1;
      }
  }

  @keyframes fadeInDown {
      from {
          transform: translate3d(0, 0, 0);
          opacity: 1;
      }

      to {
          transform: translate3d(0, 20px, 0);
          opacity: 0;
      }
  }

  .itemselect li span::after {
      display: none;
  }

  .accountinfoalan .lstlebtn {
      float: left;
      color: #2ecd72;
      border: 1px solid #2ecd72;
      background: transparent;
      border-radius: 10px;
      padding: 10px 15px;
      font-size: 22px;
      font-weight: 500;
      min-width: 75%;
  }

  .finanstable {
      float: left;
      width: 100%;
      margin: 20px 0;
  }

  .finanstable table {
      float: left;
      width: 100%;
  }

  .finanstable tr {
      background-color: #ededed !important;
      color: #0000008c;
      text-align: center;
      font-size: 13px;
  }

  .finanstable tr th {
      padding: 20px 2px;
      font-weight: 400;
  }

  .noerrorps {
      float: left;
      width: 100%;
      background-color: #F9F9F9;
      padding: 10px 15px;
  }

  .islemler_area {
      float: left;
      width: 100%;
      padding: 8px;
      margin: 20px 0;
      background: #F9F9F9;
  }

  .islemler_area h3 {
      float: left;
      width: 100%;
      font-size: 17px;
  }

  .islemler_area .noislem {
      float: left;
      width: 100%;
      padding: 50px 20px;
      text-align: center;
  }

  .accountinfoalan h6 {
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 15px;
  }

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

  .prhizliyatirim {
      float: left;
      width: 100%;
      margin-bottom: 20px;
  }

  .hizliYatirimSwiper img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 10px;
  }

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

  .hizliyatirmodal ul {
      float: left;
      width: 100%;
  }

  .hizliyatirmodal ul li {
      float: left;
      width: 100%;
      font-size: 14px;
      line-height: 17px;
  }

  .hizliyatirmodal ul li span {
      float: left;
  }

  .hizliyatirmodal ul li label {
      float: right;
  }

  .hizliyatirmodal button {
      float: left;
      width: 100%;
      border: 0;
      background: #2ecd72;
      color: #000;
      padding: 12px 0;
  }

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

  #popupmodal .modal-content {
      background: transparent;
      border: 0;
  }

  #popupmodal .modal-header .btn-close {
      filter: brightness(0) invert(1);
      opacity: 1;
  }

  #promoPopup .modal-dialog {
      max-width: 800px !important;
  }

  #promoPopup img {
      width: 100%;
      height: 340px;
      object-fit: cover;
      margin-bottom: 25px;
  }

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

  .filter-area img {
      position: absolute;
      right: 30px;
      top: 17px;
      cursor: pointer;
      height: 20px;
  }

  .filter-area input {
      width: 100%;
      padding: 15px 12px;
      background: #ededed;
      border: 1px solid #bbbbbb;
      border-radius: 10px;
  }

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

  .filter-area label {
      padding: 10px 0;
  }

  .subtitle {
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 0px;
  }

  .subtext {
      color: #8d9da9 !important;
      margin-top: 4px;
      font-size: 0.75rem;
      font-weight: 400;

  }

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

      to {
          left: -800px
      }
  }

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

  .right-horizontal {
      display: none;
  }

  .left-horizontal {
      display: none;
  }

  @media only screen and (min-width: 845px) and (max-width: 1005px) {
      .btn-register {
          font-size: 12px;
          height: 35px;
          padding: 5px 20px;
          display: flex;
          align-items: center;
          white-space: nowrap;
      }

      .menu-img {
          display: none;
      }

      .right-horizontal {
          text-decoration: none;
          color: #000;
          font-size: 20px;
          height: 40px;
          display: flex;
          align-items: center;

      }

      .left-horizontal {
          text-decoration: none;
          color: #000;
          font-size: 20px;
          height: 40px;
          display: flex;
          align-items: center;
      }

      .btn-login {
          font-size: 12px;
          height: 35px;
          padding: 5px 20px;
          display: flex;
          align-items: center;
          white-space: nowrap;
      }
  }

  @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 {
          margin-bottom: 10px;
      }

      .sitecontent {
          padding-top: 0;
      }

      .homeslider {
          margin-bottom: 0;
      }

      .slotitem .img {
          height: 140px;
      }

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

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

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

      .slotlar {
          padding-bottom: 20px;
      }

      .hg_title .badinr {
          display: none;
      }

      .slotitem.big .img {
          height: 130px;
      }

      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: 61px;
          cursor: pointer;
          height: 20px;
      }



  }

  .notMatchedErr {
      margin-left: 30%;
  }

  .social-icons {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      z-index: 999;
  }

  .social-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      margin: 5px 0;
      color: #fff;
      text-align: center;
      line-height: 60px;
      border-radius: 30px 0 0 30px;
      transition: all 0.3s ease;
      position: relative;
      right: -15px;
  }

  .social-icon.whatsapp {
      background-color: #25D366;
  }

  .social-icon.whatsapp:hover {
      right: 0;
      background-color: #1EBEA5;
  }

  .social-icon.instagram {
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  }

  .social-icon.instagram:hover {
      right: 0;
      background: linear-gradient(45deg, #e6683c 0%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  }

  .social-icon.telegram {
      background-color: #0088cc;
  }

  .social-icon.telegram:hover {
      right: 0;
      background-color: #007ab8;
  }

  .social-icon.x {
      background-color: #000000;
  }

  .social-icon.x:hover {
      right: 0;
      background-color: #1a1a1a;
  }

  .social-icon i {
      font-size: 24px;
  }

  .social-icons a:hover {
      text-decoration: none;
      color: #fff;
  }

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

  .banner-image {
      width: 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: 40px;
      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: 15px;
      margin: 2px;
      font-size: 11px;
      font-weight: 500;
      line-height: 15px;
      border: 1px solid #1f1f1f;
      padding: 5px 10px;
      background: #33cd72;
      border-color: #33cd72;
      color: #ffffff;
  }

  .winner-user {
      font-size: 12px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 8px;
  }

  .winner-profit {
      margin-top: 5px;
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
  }

  .swiper-button-lock {
      display: block;
  }

  .game-images {
      width: 5px;
      height: 100%;
  }

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

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

  .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: 35px;
      margin-left: 8px;
      line-height: 20px;
      border-left: 1px solid rgb(255 255 255 / 45%);
      padding-left: 10px;
      margin-top: -5px;
  }

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

  .modal-winner .modal-content {
      position: relative;
      margin: 10% auto;
      padding: 20px;
      width: 80%;
      max-width: 600px;
      background-color: #04CD6C;
      border-radius: 8px;
  }

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

  .countdown-banners {
      padding: 20px 0;
      gap: 20px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }

  .home-banner-top img {
      width: 100%;
  }

  .countdown-banners {
      display: flex;
      gap: 10px;
      flex-wrap: nowrap;
      justify-content: center;
  }

  .countdown-banners.single-banner .countdown-banner {
      flex: 1 1 100%;
  }

  .countdown-banners.multiple-banners .countdown-banner {
      flex: 1 1 48%;
  }

  .countdown-banner {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: left;
      padding: 30px;
      /*margin-left: 20px;*/
      text-align: center;
      color: white;
      font-size: 1.5rem;
      border-radius: 10px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      text-decoration: none;

  }

  .countdown-banners a:hover {
      text-decoration: none;
      color: #fff;
  }

  .countdown-timer {
      display: flex;
      gap: 20px;
      padding: 10px 25px;
  }

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

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

  .countdown-banners.multiple-banners .countdown-timer {
      font-size: 1rem;
      gap: 10px;
      padding: 0px 0px;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-left: 100px;
  }

  .countdown-banners.multiple-banners .time-box span {
      font-size: 1.5rem;
  }

  .countdown-banners.multiple-banners .time-box small {
      font-size: 0.7rem;
  }