/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public casinoindiasocial)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.contact .contact_title,
.documentation h1,
footer .footer_intro .footer_link_to_home,
.hero_section h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
}

.form_alert .alert_title,
.documentation h2,
.free_slots .title,
.title-h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}

.contact form button,
.documentation,
footer .footer_links ul a,
footer .disclaimer .text,
footer .footer_intro p,
.free_slots .slots_container .item p,
.free_slots .slots_container .item .for_img .hovered_info a,
.games_info .second_row .item,
.games_info .first_row .inherit_text,
.hero_section a,
.hero_section p,
header .container nav a {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

.form_alert .alert_title+p,
.contact form .left input,
.contact form .left textarea {
    font-weight: 200;
    font-size: 20px;
    line-height: 120%;
}

body {
    font-family: "Nunito", sans-serif;
}

.container {
    width: 100%;
    max-width: 1178px;
    margin: 0px auto;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 90%;
    }
}

header {
    background-color: #ffffff;
}

header .container {
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

header .container nav ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

header .container nav a {
    color: #120625;
    position: relative;
}

header .container nav a::after {
    transition: 0.2s ease-in-out;
    content: "";
    display: block;
    height: 2px;
    width: 0px;
    bottom: -2px;
    left: 0px;
    opacity: 0;
    position: absolute;
}

header .container nav a:hover::after {
    opacity: 1;
    background: #af4297;
    width: 100%;
}

header .container .logo {
    display: inline-flex;
    align-items: center;
    font-weight: 900;
    font-size: 40px;
    color: #120625;
}

header .container .logo img {
    margin-right: 20px;
}

.hero_section {
    background-image: url(img/hero_bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 184px;
}

.hero_section h1 {
    margin-bottom: 10px;
    color: #ffffff;
    max-width: 474px;
    line-height: 130%;
}

.hero_section p {
    color: #ffffff;
}

.hero_section a {
    margin-top: 20px;
    display: inline-block;
    padding: 16px 105px;
    background: #af4297;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.games_info {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #120625;
}

.games_info .first_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 44px;
    align-items: center;
}

.games_info .first_row .for_img {
    width: 100%;
    max-width: 342px;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.games_info .first_row .for_img img {
    width: 100%;
    transition: 0.24s ease-in-out;
}

.games_info .first_row .for_img:hover img {
    transform: scale(1.1);
}

.games_info .first_row .inherit_text {
    width: 100%;
    max-width: 788px;
    color: #ffffff;
}

.games_info .first_row .inherit_text p {
    margin-bottom: 20px;
}

.games_info .second_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.games_info .second_row .item {
    width: 100%;
    max-width: 260px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #ffffff;
}

.games_info .second_row .item img {
    margin-bottom: 2px;
}

.games_info .second_row .item:last-child {
    border-right: 0px;
}

.free_slots {
    background: #120625;
    padding-bottom: 240px;
}

.free_slots .title {
    text-align: center;
    padding: 22px;
    background: #af4297;
    color: #ffffff;
    margin-bottom: 50px;
}

.free_slots .slots_container {
    text-align: center;
    width: 100%;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.free_slots .slots_container .item {
    width: 100%;
    max-width: 250px;
}

.free_slots .slots_container .item .for_img {
    overflow: hidden;
    position: relative;
}

.free_slots .slots_container .item .for_img img {
    transition: 0.4s ease;
    display: block;
    z-index: 1;
}

.free_slots .slots_container .item .for_img .hovered_info {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: 0.2s ease-in-out;
}

.free_slots .slots_container .item .for_img .hovered_info a {
    padding: 11px;
    width: 90%;
    display: block;
    text-align: center;
    background-color: #af4297;
    border-radius: 4px;
    color: #ffffff;
}

.free_slots .slots_container .item p {
    margin-top: 5px;
    text-align: center;
    color: #ffffff;
}

.free_slots .slots_container .item:hover .for_img img {
    transform: scale(1.2);
}

.free_slots .slots_container .item:hover .for_img .hovered_info {
    z-index: 1;
    opacity: 1;
    border-radius: 0;
}

footer {
    padding-bottom: 20px;
    padding-top: 30px;
}

footer .footer_intro {
    margin-bottom: 20px;
    text-align: center;
}

footer .footer_intro .footer_link_to_home {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    display: inline-flex;
    margin: 10px auto;
}

footer .footer_intro p {
    color: #000;
}

footer .disclaimer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

footer .disclaimer .text {
    width: 100%;
    max-width: 813px;
    color: #000;
}

footer .disclaimer .text p {
    line-height: 140%;
    margin-bottom: 5px;
}

footer .disclaimer .text p:first-child {
    font-weight: bold;
    margin-bottom: 10px;
}

footer .footer_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer .footer_links p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

footer .footer_links ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

footer .footer_links ul a {
    color: #000;
}

.documentation {
    background: #120625;
    padding: 25px 0px;
    color: #ffffff;
}

.documentation h1 {
    margin-bottom: 57px;
}

.documentation h2 {
    margin: 20px 0px;
}

.documentation p {
    margin: 10px 0px;
}

.documentation p a {
    color: #af4297;
}

.documentation ul {
    list-style-type: disc;
    padding-left: 30px;
    margin: 5px 0px;
}

.documentation ul li {
    margin: 5px 0px;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.contact {
    background: #120625;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact .contact_title {
    margin-bottom: 70px;
    color: #ffffff;
    text-align: center;
}

.contact form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact form .left {
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.contact form .left input,
.contact form .left textarea {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding-left: 21px;
    background: #131017;
    border: 2px solid #af4297;
    border-radius: 8px;
    margin-bottom: 35px;
    color: #ffffff;
    outline: none;
}

.contact form .left input::-moz-placeholder,
.contact form .left textarea::-moz-placeholder {
    color: #6b6b6b;
}

.contact form .left input::placeholder,
.contact form .left textarea::placeholder {
    color: #6b6b6b;
}

.contact form .left textarea {
    padding: 21px;
    resize: none;
    height: 257px;
}

.contact form .for_img {
    width: 100%;
    max-width: 500px;
    position: relative;
}

.contact form .for_img .bg_circle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 1;
    background: #370e77;
    filter: blur(400px);
}

.contact form .for_img img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    animation: float 6s ease-in-out infinite;
}

.contact form button {
    display: block;
    width: 100%;
    max-width: 250px;
    min-height: 70px;
    background: #af4297;
    text-align: center;
    color: #ffffff;
    border: none;
    outline: none;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.1s ease-in-out;
}

.contact form button:hover {
    transform: scale(1.1);
}

.game_page {
    padding: 0px 0px;
    background: #120625;
}

.game_page .container {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_alert {
    z-index: 33;
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #000;
    width: 100%;
    max-width: 511px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #ffffff;
    transition: top 0.2s ease-in-out;
}

.form_alert img {
    margin-bottom: 43px;
}

.form_alert .alert_title {
    margin-bottom: 35px;
}

@media screen and (max-width: 1240px) {
    .hero_section {
        padding-bottom: 50px;
    }
    .games_info .first_row .for_img {
        width: 100%;
        max-width: 270px;
    }
    .games_info .first_row .inherit_text {
        width: calc(100% - 350px);
    }
    .games_info .second_row .item {
        border-right: 0px;
    }
    footer .disclaimer .text {
        margin-bottom: 30px;
    }
    .contact form .for_img {
        display: none;
    }
    .contact form {
        justify-content: center;
        flex-wrap: wrap;
    }
    .contact form .left {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .contact form .left input,
    .contact form .left textarea {
        max-width: 600px;
    }
    .contact form button {
        margin-top: 0px;
    }
    footer .footer_intro {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.intro_text {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    header .container {
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center;
    }
    header .container nav {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    header .container nav ul {
        justify-content: center;
    }
    .games_info .first_row {
        justify-content: center;
    }
    .games_info .first_row .inherit_text {
        width: 100%;
        margin-top: 20px;
    }
    footer .footer_links {
        justify-content: center;
    }
    footer .footer_links ul {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-top: 10px;
    }
}

header .logo .age {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #af4297;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-left: 10px;
}

/*# sourceMappingURL=style.css.map */