*::-webkit-scrollbar {
    width: 10px;
    background-color: #5B5B5F;
  }
  
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D49135;
  }
  
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

body {
    font-family: "Manrope", sans-serif;
    background-color: #15130f;
    color: #fff;
    margin: 0;
    padding: 0 ;
}
@font-face{font-family: 'Manrope';src: local('../font/Manrope-Regular.ttf'),url('../font/Manrope-Regular.ttf') format('truetype');font-weight: 400;font-style: normal;}
@font-face{font-family: 'Manrope';src: local('../font/Manrope-Medium.ttf'),url('../font/Manrope-Medium.ttf') format('truetype');font-weight: 500;font-style: normal;}
@font-face {font-family: 'Manrope';src: local('../font/Manrope-Bold.ttf'),url('../font/Manrope-Bold.ttf') format('truetype');font-weight: 700;font-style: normal;}
@font-face {font-family: 'Manrope';src: local('../font/Manrope-ExtraBold.ttf'),url('../font/Manrope-ExtraBold.ttf') format('truetype');font-weight: 200;font-style: normal;}
@font-face {font-family: 'Manrope';src: local('../font/Manrope-ExtraLight.ttf'),url('../font/Manrope-ExtraLight.ttf') format('truetype');font-weight: 200;font-style: normal;}
@font-face {font-family: 'Manrope';src: local('../font/Manrope-SemiBold.ttf'),url('../font/Manrope-SemiBold.ttf') format('truetype');font-weight: 600;font-style: normal;}
a{
    
    text-decoration: none;
}
img {
    height: auto;
    width: 100%;
}
* {
    box-sizing: border-box;
}
.login-button-link {
    background: transparent;
    border: 1px solid #fde292;
    padding: 10px 33px;
    display: block;
    width: fit-content;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 36px;
    margin-left: 25px;
}

.register-button-link{
    background: linear-gradient(90deg, #815516, #ffcb51 48.72%, #c98217);;
    padding: 10px 33px;
    display: block;
    width: fit-content;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    border-radius: 36px;
    animation: pulse-41414 1.3s cubic-bezier(.6,0,0,1) .1s infinite;
    border: 1px solid #fde292;
}
header {
    padding: 5px 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 1360px;
    display: flex;
    align-items: center;
	position: relative;
	z-index: 5;
    background-color: #15130f;
}
.site-logo {
    max-width: 140px;
    margin: 0 auto;
}
nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    width: fit-content;
}

nav ul li {
    margin-right: 35px;
}
nav ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
    position: relative;
    padding-left: 5px;
}
nav ul li a svg {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 5px;
}
main {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 20px;
    background-color: #15130f;
}


footer {
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    max-width: 1360px;
    margin-top: 20px;
    background-color: #15130f;
}
.slider {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.slide-content {
    position: absolute;
    top: 0;
    padding-left: 45px;
    padding-top: 55px;
}
.slide-content h2{
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 4px;
    font-weight: 900;
    color: #c98217;
    text-transform: uppercase;
}

.slide-content p {
    font-size: 38px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    max-width: 300px;
}

.slide-content .slide-button {
    background: linear-gradient(#d49b08,#8e5c07);
    padding: 10px 33px;
    display: block;
    width: fit-content;
    color: #000;
    font-size: 20px;
    border-radius: 36px;
    animation: pulse-41414 1.3s cubic-bezier(.6,0,0,1) .1s infinite;
    border: 1px solid #fde292;
    margin-top: 35px;
}
h2.img_link {
    color: #f0d8af;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #ffd981;
    padding: 24px 5px;
    border-bottom-color: #c99f43;
    border-radius: 9px;
    font-weight: 600;
}

.image-blocks {
    display: flex;
    gap: 27px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.image-block {
    width: 242px;
    background: #332f17;
    padding-bottom: 5px;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.image-block h3 {
    color: #fff;
    display: block;
    font-size: 15px;
    overflow: hidden;
    font-weight: 400;
    text-align: right;
    margin: 3px 10px 6px;
}
.image-block .play {
    opacity: 0;
    position: absolute;
    background: #00000054;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.image-block:hover .play{
    opacity: 1;
}
.image-block:hover .play span {
    background: #332f17;
  color: #986507;
  font-size: 19px;
  font-weight: 600;
  padding: 5px 21px;
  border-radius: 50px;
  text-transform: unset;
}
.all-galleries h2{
    font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  
}

.all-galleries img {
    width: 105px;
}

.all-galleries .gallery-images {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}

.gallery {
    margin-bottom: 50px;
}
.gallery:first-child .gallery-images{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
}

.slide {
    width: 100%;
    position: relative;
}

.slide::before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    background-image: url(../img/eldorado_girld.svg);
    background-position: center;
    background-size: contain;
    width: 460px;
    height: 100%;
    background-repeat: no-repeat;
}

.slide.active {
    display: block;
}

.slide img {
    width: 100%;
    height: auto;
}

.slider-pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination-button {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background-color: #ddd;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.pagination-button.active {
    background-color: #ff6600;
    color: white;
}

.text-after-slider p {
    font-size: 26px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}
.text-before-galleries {
    font-size: 21px;
}
.slider img.mobile-slide {
    display: none;
}

.moreGames__info_title {
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 4px;
    font-weight: 900;
    color: #c98217;
    text-transform: uppercase;
    text-align: center;
}

.moreGames__info_description {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #A7AEBD;
}

.moreWin_container {
    display: flex;
    gap: 20px;
    background-color: #1f1d0f;
}

.moreWin_box {
    display: flex;
    gap: 10px;
    background-color: #1f1d0f;
    padding: 5px;
    align-items: center;
}

.moreWin_Name {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.WinText {
    margin: 0;
    padding-top: 5px;
    font-size: 10px;
}

.Win_Num {
    margin: 0;
    font-size: 14px;
    color: #fde292;
}

.moreWin_overflow {
    overflow-x: scroll;
    scrollbar-color: #000 #332f17;
    scrollbar-width: thin;
}

.moreWin__content {
    display: flex;
    gap: 20px;
    width: 1320px;
}

.moreWin_container_descr {
    font-weight: 700;
    font-size: 26px;
    margin: 0;
    padding: 5px;
    color: #A7AEBE;
}

.action_section {
    display: flex;
    gap: 10px;
    margin: 30px 0;
}

.action__box {
    background-color: #1f1d0f;
    border-radius: 12px;
}

.action__box_title {
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700;
}

.action__box_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.action__box_decr {
    font-size: 14px;
    color: #9BA2BD;
}

.action__box_decr span{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.action__box_button{
    border: 1px solid #fde292;
    padding: 6px 14px;
    display: block;
    width: fit-content;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 36px;
}

@media (max-width:768px) {
.slide {
    height: 480px;
}
.slide::before {
    z-index: 1;
    width: 360px;
    top: -80px;
    right: calc(100vw / 2 - 200px);
}
.action_section{
    flex-direction: column;
}
main {
    max-width: 100%;
    padding: 0 10px;
}
.slide {
    width: 100%;
}
.slide img {
    height: 100%;
    object-fit: cover;
    opacity: .6;
}
.slide img.desktop-slide {
    display: none;
}
.slide img.mobile-slide {
    display: block;
}
nav {
    margin: 0;
}
.slide-content {
    padding: 0 20px 10px;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slide-content h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}
.slide-content p {
    font-size: 21px;
    text-align: center;
    max-width: 100%;
}
.slide-content .slide-button {
    margin: 35px auto 0;
}
.image-block {
    width: calc(50% - 14px);
}
.all-galleries .gallery-images {
    flex-wrap: wrap;
}
.footer-text {
    font-size: 14px;
}
.image-block .img {
    width: 100%;
    height: 40vw;
    display: block;
}
.image-block .img img {
    object-fit: cover;
    height: 100%;      
}
.login-button-link { 
    margin: 0;
}
.text-before-galleries {
    font-size: 18px;
}
}

@media (max-width:600px) {
.image-block {
    width: calc(100% / 3 - 18px);
}
.image-block .img {
    height: 31vw;
}
}

@media (min-width:769px) {
.slide {
    height: 375px;
}
.slide img {
    object-fit: cover;
    height: 100%;
}
}
@media (min-width:769px) and (max-width: 998px) {
.image-block {
    width: calc(100% / 3 - 18px);
}
.image-block .img {
    height: 31vw;
    display: block;
}
.image-block .img img {
        object-fit: cover;
        height: 100%;

}
}

@media (min-width:998px) and (max-width: 1270px) {
.image-blocks {
    max-width: 1000px;
}
.image-block {
    width: 229px;
}
}

.toolbar_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
	background-color: #1e1c18;
	padding: 20px 15px;
}

.toolbar_links {
    display: flex;
    gap: 5px;
}

.toolbar_link {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-color: #332f17;
    display: flex;
    align-items: center;
    padding: 5px;
}

.moreGamse_link {
    display: flex;
    justify-content: center;
}

.search__button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
	cursor: pointer;
}

.favorite_button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.toolbar__form{
	display: flex;
	gap: 10px;
}

svg#Glyph {
    width: 18px;
}

.search__enter {
    background: transparent;
    border: none;
    font-size: 16px;
    color: #fff;
}

.menu__burger{
	display: none;
}

@media(max-width:1100px){
.toolbar_links {
    display: grid;
    grid-template: 1fr / 1fr 1fr 1fr 1fr 1fr;
}

.toolbar_search {
    display: flex;
}

.burger_box{
    display: block;
    position: absolute;
    top: 34%;
    left: 20px;
    width: 30px;
    height: 30px;
}

.mobile__burger{
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    top: 50%;
}

span.mobile__burger.active {
    height: 0;
}

.mobile__burger:before, .mobile__burger::after{
    content:'';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: ease all .3s;
}

.mobile__burger:before{
    top: 9px;
}

.mobile__burger::after{
    bottom: 9px;
}

span.mobile__burger.active:before {
    transform: rotate(45deg);
    top: 0;
}

span.mobile__burger.active::after {
    transform: rotate(-45deg);
    top: 0;
}

.main-navigation {
    position: absolute;
    top: -200px;
    width: 100%;
    right: 0;
    z-index: -999;
    justify-content: right;
    align-items: flex-end;
    display: flex;
	background-color: #1A1B27;
    transition: ease all .5s;
}

.main-navigation.active {
    top: 70px;
}

header {
    justify-content: left;
    gap: 30px;
}
}

@media(max-width:768px){
.toolbar_content {
    flex-direction: column;
    gap: 30px;
}
}

@media(max-width:576px){
.toolbar_links {
    display: grid;
    grid-template: 1fr 1fr 1fr / 1fr 1fr 1fr;
    gap: 7px;
}
.reg-button{
	display: none;
}
.login-button-link{
	padding: 10px 24px;
}
header {
    gap: 10px;
}
}

@media(max-width:492px){
    .slide::before {
        z-index: 1;
        width: 280px;
        top: -80px;
        right: calc(100vw / 2 - 170px);
    }

    .slide-content h2{
        font-size: 26px;
    }
    nav ul li {
        margin-right: 25px;
    }
}

@keyframes pulse-41414{0%{box-shadow: 0 0 0 0 #978347;}50%{box-shadow: 0 0 0 0 #978347;transform:scale(1);}75%{transform:scale(1.005);}100%{box-shadow: 0 0 0 10px rgba(151, 131, 71, 0);transform: scale(1);}}