﻿@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

body {
    background: #11100F url('../img/patern.png') repeat fixed;/* 522A0B*/ 
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*.showcase .showcase-text {
  padding: 3rem;
  height: 100vh;
  background: linear-gradient(0deg, rgba(3, 12, 45, 1) 0%, rgba(13, 20, 78, 1) 100%) url('../img/patern.png') repeat;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
  height: 100vh;
}*/

.showcase {
    height: 100vh;
    background: transparent url('../img/casino-bg4.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.patern-bg {
    background: #141414 url('../img/patern.png') repeat center;
    border-radius: 8px;
    overflow: hidden;
    border-color: #F79C24;
}

.logo {
    text-align: center;
}

    .logo img {
        max-height: 200px;
    }

.social-icons {
    text-align: center;
    margin-top: 20px;
}

    .social-icons a:hover {
        opacity: .7;
    }

    .social-icons img {
        height: 32px;
        margin: 0 4px;
    }

.blue-bg {
    background-color: #3D210E !important;
}
.brown-bg {
    background-color: #3D210E !important;
}

.black-bg {
    background-color: #000000 !important;
    border-bottom: 1px #6A4901 solid;
}

.navbar-brand img {
    height: 50px;
}
.custom-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

    .custom-card:hover {
        cursor: pointer;
        border: 1px #FFB341 solid;
    }

    .custom-card img {
        height: 40px;
    }

.text-bold {
  font-weight: bold;
}
.br-8{
  border-radius: 8px !important;
}
.slot-circle{
  background-color: rgba(255,255,255, 0.1);
  padding:10px;
  width:80px;
  height: 80px;
  border-radius: 100px;
  padding-top: 20px;
  margin: 0 auto;
}
.m-num{
  border: 1px #FFB341 solid;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline;
  margin: 0 auto;
  color: #FFB341;
  font-weight: bold;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.slots {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

    .slots:hover {
        cursor: pointer;
        border: 1px #FFB341 solid;
    }
.slot-status {
  border: 1px #7C4C4C solid;
  border-radius: 8px;
  overflow: hidden;
}
.slot-status:hover{
  cursor: pointer;
  opacity: 0.7;
  border: 1px #FFB341 solid;
}
.slot-busy {
    background: rgba(226, 76, 76, 0.3);
}

.slot-aviable {
    background: rgba(124, 99, 99, 0.3);
}

.slot-maintenance {
    background: rgba(227, 163, 60, 0.3);
}

.slot-reserved {
    background: rgba(59, 148, 236, 0.3);
}
.bottom-btn-old {
    background: rgb(74,37,6);
    background: linear-gradient(0deg, rgba(115, 66, 33, 1) 0%, rgba(74, 37, 6, 1) 100%);
    padding: 8px;
}

.bottom-btn {
    background: #353535 url('../img/btn/btn-bg.png') repeat;
    background-size: contain;
    padding: 4px;
}
#sliding-footer {
    background: rgb(74, 37, 6);
    background: linear-gradient(0deg, rgba(115, 66, 33, 1) 0%, rgba(74, 37, 6, 1) 100%);
    position: fixed;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 165px;
    transition: bottom 0.5s ease-in-out;
}

#sliding-footer2 {
    background: rgb(74, 37, 6);
    background: linear-gradient(0deg, rgba(115, 66, 33, 1) 0%, rgba(74, 37, 6, 1) 100%);
    position: fixed;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 165px;
    transition: bottom 0.5s ease-in-out;
}
#sliding-footer .lines {
  padding: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#sliding-footer2 .lines {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#slide-button {
    color: white;
    width: 36px;
    height: 30px;
    background: rgb(74,37,6);
    font-size: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bottom-btn img{
  margin: 0 4px;
}
.bottom-btn img:hover, .bottom-btn img:active {
  opacity: .6;
  cursor: pointer;
}
.real-view{
  position: absolute;
}
.game-btn-120 {
    touch-action: manipulation;
    width: 120px;
    height: 120px;
}
.game-btn-110 {
    touch-action: manipulation;
    width: 110px;
    height: 110px;
}
.game-btn-90 {
    touch-action: manipulation;
    width: 90px;
    height: 90px;
}
.game-btn-80 {
    touch-action: manipulation;
    width: 80px;
    height: 80px;
}
.game-btn-70 {
    touch-action: manipulation;
    width: 70px;
    height: 70px;
}
.game-btn-60 {
    touch-action: manipulation;
    width: 60px;
    height: 60px;
}
.game-btn-50 {
    touch-action: manipulation;
    width: 50px;
    height: 50px;
}
.game-btn-40 {
    touch-action: manipulation;
    width: 40px;
    height: 40px;
}
.game-btn img:active, .game-btn img:hover {
  opacity: .5;
  cursor: pointer;
}
.lines img:active {
    opacity: .5;
    cursor: pointer;
    touch-action: manipulation;
}
#numpad {
  padding: 20px;
}
.display {
    background-color: #593319;
    border-radius: 12px;
    border: 2px #80624F solid;
    font-size: 30px;
    padding: 10px 16px;
    font-weight: bold;
    color: white;
    text-align: right;
    margin-bottom: 20px;
    height: 65px;
}
.keypad {
  display: grid;
  grid-template-columns: repeat(3, 85px);
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.key {
    background-color: #321905;
    border: 2px #695342 solid;
    border-radius: 12px;
    color: white;
    padding: 12px;
    font-size: 30px;
    cursor: pointer;
    transition: 0.3s;
}

    .key:hover {
        background-color: white;
        color: #321905;
        cursor: pointer;
    }
.key, .delete {
    background-color: #321905;
    border: 2px #695342 solid;
    border-radius: 12px;
    color: white;
    padding: 12px;
    font-size: 30px;
    cursor: pointer;
    transition: 0.3s;
}

#coins{
  display: grid;
  grid-template-columns: repeat(2, 120px);
  gap: 12px;
  justify-content: center;
  margin-bottom: 10px;
}
#coins img:hover, #coins img:active{
  opacity: .5;
  cursor: pointer;
}
.hidden {
  display: none !important;
}
.show{
  display:block;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #3D210E !important;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 70px;
}

.sidenav a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 36px;
}

.sidenav #backbtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
}

#sliding-right {
    background: #11100F;
    position: fixed;
    right: -70px;
    width: 165px;
    height: 100%;
    transition: bottom 0.5s ease-in-out;
}

    #sliding-right .lines {
        padding: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

.progmatic-slot {
    background-color: #8F5F3F;
    border: 1px solid #292E5A;
    padding: 8px;
    color: #fff;
    text-align: center;
}
    .progmatic-slot:hover {
        opacity: .7;
        cursor: pointer;
    }
.star-icon {
    font-size: 24px;
    color: grey;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

    .star-icon.favorited {
        color: gold;
    }

/* Search bar styling */
.search-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .search-container input {
        width: 200px;
        padding: 5px;
        margin-left: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .search-container button {
        padding: 5px 10px;
        margin-left: 10px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
    }

.favorite-icon, .green-icon {
    font-size: 24px;
    color: grey;
    margin-left: 10px;
    cursor: pointer;
}

.yesil {
    color: green;
}

.favorite-icon.active, .green-icon.active {
    color: gold;
}

.green-icon.active {
    color: #9ceb8f;
}

.lobby-button {
    text-align: center;
    width: 100%;
}

.right-actions {
    display: flex;
    align-items: center;
}


@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 3rem;
  }
  .navbar-collapse{
    text-align: center;
  }
}

@media (max-width: 768px) {
  .showcase .showcase-img {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
.button-start {
    position: absolute;
    top: 9px;
    height: 90%;
}
}


