/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/Roboto-Black.ttf");
    src: url("../fonts/Roboto.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Roboto;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg2.png);
    height: 90%;
    background-size: 100%;
    background-repeat: no-repeat;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

.logo {
    width: 78%;
    float: left;
}



.icon_1{
    width: 20%;   /* Reduz para 50% do tamanho original */
  height: auto;
}

.icon_2{
    width: 15%;   /* Reduz para 50% do tamanho original */
  height: auto;
}

.icon_3{
    width: 8%;   /* Reduz para 50% do tamanho original */
  height: auto;
}

.icon_4{
    width: 10%;   /* Reduz para 50% do tamanho original */
  height: auto;
}

.bg-dark {
    background-color: transparent !important;
}

.navbar-dark .navbar-toggler {
    color: #000;
    border-color: transparent !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/toogle-icon.png);
    width: 50px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.banner_section {
    margin-top: 90px;
    width: 100%;
    float: left;
    padding-bottom: 160px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #F8F3D9;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 3px 3px 5px #265F20;
}

.banner_taital_1 {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #F8F3D9;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: 3px 3px 5px #265F20;
}

.banner_text {
    align-items: center;
    width: 81%;
    margin: 0 auto;
    font-size: 16px;
    color: #F8F3D9;
    text-align: center;
    padding-top: 30px;
    display: block;
    text-shadow: 3px 3px 5px #265F20;
}

.container_text{
    align-items: center;
    text-align: center;
    width: 100%;
}

.book_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.book_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #000;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 9px 0px;
    margin-top: 40px;
}

.book_bt a:hover {
    background-color: transparent;
    border: 2px solid #ffffff;
}

.carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background-color: #f9f9fb;
    top: 90px;
}

.carousel-indicators .active {
    background-color: transparent !important;
    border: 2px solid #f9f9fb;
}

.about_section {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1d1c1c;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #010304;
    margin: 0px;
}

.espacoButtons {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
}


.read_bt {
    width: 160px;
    float: left;
    margin-top: 40px;
    margin-left: 10px;
}



.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #bf3d42;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
}


.read_bt a:hover {
    color: #ffffff;
    background-color: #121212;
}




.image_1 {
    border-radius: 16px;
    width: 100%;
    float: left;
    
}

.game_section {
    width: 100%;
    float: left;
}

.game_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1d1c1c;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.game_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #010304;
    margin: 0px;
    text-align: center;
}

.game_section_2 {
    width: 100%;
    /* float:; */
    align-items: center;
    padding-top: 100px;
    padding-bottom: 90px;
    margin-bottom: 10px;
}

.image_2 {
    width: 100%;
    float: left;
    background-image: url(../images/img-2.png);
    height: auto;
    background-size: cover;
    padding-bottom: 40px;
    border-radius: 30px;
}

.number_text {
    width: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background-color: #191919;
    padding: 8px 5px;
    border: 2px solid #b03d42;
    border-radius: 100px;
    margin-top: 380px;
    text-transform: uppercase;
}

.game_text_1 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 20px;
}

.many_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    margin: 0 auto;
}

.image_3 {
    width: 100%;
    float: left;
    background-image: url(../images/img-3.png);
    height: auto;
    background-size: cover;
    padding-bottom: 40px;
    border-radius: 30px;
}

.number_text_1 {
    width: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background-color: #191919;
    padding: 8px 5px;
    border: 2px solid #b03d42;
    border-radius: 100px;
    margin-top: 290px;
    text-transform: uppercase;
}

.image_4 {
    width: 100%;
    float: left;
    background-image: url(../images/img-4.png);
    height: auto;
    background-size: 100%;
    padding-bottom: 40px;
    border-radius: 30px;
    background-repeat: no-repeat;
}

.number_text_2 {
    width: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background-color: #191919;
    padding: 8px 5px;
    border: 2px solid #b03d42;
    border-radius: 100px;
    margin-top: 170px;
    text-transform: uppercase;
}

.image_5 {
    width: 100%;
    float: left;
    background-image: url(../images/img-5.png);
    height: auto;
    background-size: 100%;
    padding-bottom: 40px;
    border-radius: 30px;
    background-repeat: no-repeat;
}

.number_text_3 {
    width: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background-color: #191919;
    padding: 8px 5px;
    border: 2px solid #b03d42;
    border-radius: 100px;
    margin-top: 125px;
    text-transform: uppercase;
}

.playnow_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.playnow_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #121212;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 30px;
    border: 3px solid #b03d42;
}

.playnow_bt a:hover {
    color: #ffffff;
    background-color: #bf3d42;
}

.playnow_bt.active a {
    background-color: #bf3d42;
    color: #fff;
}

.play_section {
    width: 100%;
    float: left;
    background-color: #121212;
    height: auto;
    background-size: 100%;
}

.play_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.play_text {
    width: 100%;
    /* float: left; */
    font-size: 16px;
    color: #cccaca;
    margin: 0px;
    text-align: center;
}

.box_section {
    width: 100%;
    float: left;
    border: 2px solid #ffffff;
    height: auto;
    /* padding: 60px 50px; */
    border-radius: 10px;
}

.box_section:hover {
    border: 2px solid #b03d42;
}

.image_6 {
    border-radius: 10px;
    margin: 0 ;
    text-align: center;
    display: flex;
}

/* .image_9{
    height: 45%;
    width: auto;
} */

.register_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

.casino_section {
    width: 100%;
    float: left;
}

.casino_section_2 {
    width: 100%;
    float: left;
}

.casino_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1d1c1c;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}

.touch_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1d1c1c;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 90px;
}

.box_main {
    width: 100%;
    float: left;
    border: 2px solid #acacac;
    border-radius: 15px;
    padding: 20px;
    height: 400px; /* Increase the height of the box */
}

.basic_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #bf3d42;
    font-weight: bold;
    text-align: center;
}

.date_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #505050;
    font-weight: bold;
    text-align: center;
}

.font_size_20 {
    font-size: 30px;
    color: #bf3d42;
}

.font_size_40 {
    font-size: 70px;
}

.lorem_text {
    width: 50%;
    margin: 0 auto;
    font-size: 18px;
    color: #505050;
    text-align: center;
    font-weight: 400;
}

.buynow_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.buynow_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #b03d42;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 30px;
    border: 3px solid #b03d42;
}

.buynow_bt a:hover {
    color: #ffffff;
    background-color: #000;
    border: 3px solid #b03d42;
}

.client_section {
    width: 100%;
    float: left;
}

.image_7 {
    width: 100%;
    text-align: center;
    align-items: center;
    display: inline-block;
    margin-top: 50px;
}

.jone_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.ipsum_text {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding-left: 0px;
    padding-top: 10px;
}

.padding_right_20 {
    padding-right: 20px;
}

.padding_left_20 {
    padding-left: 20px;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #bf3d42;
    color: #fff;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 130px;
    top: 40%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #bf3d42;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 100%;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 130px;
    top: 40%;
    background-color: #bf3d42;
}

.contact_section {
    width: 100%;
    position:fixed;
    align-items: center;
    display: contents;
    z-index: 1;
}

.contact_section_2 {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #000;
    border-radius: 15px;
    display: inline-block;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.videoStyle{
    border-left: 50px;
}

.vid_main {
    width: 100%;
    border-radius: 14px;
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
}

.vid-responsive {
    width: 100%;
    border-radius: 14px;
     /* Set a max-width for the iframe */
    margin: 0 ; /* Center the iframe horizontally */
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}

.vid-responsive iframe {
    position: absolute;
    border-radius: 14px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    position: absolute;
    margin-top: -60px;
    z-index: 0;
    padding-top: 150px;
}

.input-group {
    width: 70%;
    margin: 0 auto;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-radius: 0px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem 20px 0px 0px;
    font-size: 18px;
    line-height: 1.5;
    color: #575757;
    background-color: transparent !important;
    background-clip: padding-box;
    border-bottom: 1px solid #f9f9fb !important;
    border: 0px;
    border-radius: 0px;
    transition: border-color 0s ease-in-out, box-shadow 0s ease-in-out !important;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-radius: 0px;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text {
    padding: .375rem 0px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #ced4da !important;
    border-radius: 0;
    border: 0px;
    text-transform: uppercase;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
    padding: 20px 3px 0px 3px;
}

.location_section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_section ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.location_section li {
    float: left;
    font-size: 18px;
    color: #dbd8d8;
    padding: 25px 87px 0px 87px;
}

.location_section li a {
    color: #dbd8d8;
}

.padding_left_15 {
    padding-left: 15px;
}

.copyright_section {
    width: 100%;
    float: left;
    margin-top: 55px;
    text-align: center;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #878686;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
    padding: 40px 0px 20px 0px;
}

.copyright_text a {
    color: #878686;
}

.copyright_text a:hover {
    color: #ffffff;
}

.copyright_text::after {
    content: '';
    background-color: #f9f9fb;
    position: absolute;
    width: 200px;
    text-align: center;
    right: 0;
    top: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 1px;
    left: 0;
    border-radius: 100px;
}

.footer_main {
    width: 100%;
    float: left;
    position: initial;
    top: 0px;
    margin-top: 90px;
    padding-top: 90px;
}

.contact_main {
    width: 100%;
    float: left;
    display: initial !important;
}

.client_main {
    padding-bottom: 0px;
}

.instagram_video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #FFF;
    border: 0;
    height: 100%; /* Ensure the video takes up the full height of the box */
}

.instagram_video iframe,
.instagram_video blockquote {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.form {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 300px;
}


/* Form title */
.h2Form {
    margin: 0;
    font-size: 20px;
}

/* Email input */
.inputFom[type="email"] {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
}

/* Subscribe button */
.buttonEmail {
    background: #bf3d42;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
}

.buttonEmail:hover {
    background: #252525;
}


.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: -200px;
    max-width: 120px;
    padding: 10px; /* Adicionado para criar espaço ao redor do formulário */
    background-color: white; /* Adicionado para tornar o fundo branco */
    border-radius: 10px; /* Adicionado para cantos arredondados */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Adicionado para sombra */
}

.formContainerHome{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.esquerda{
    display:block;
    align-items: center;
    text-align: center;
}


.centroBotao{
    background-color: #121212 ;
    width: 100%;
  
    text-align: center;
    align-items:center;
    margin-top: 150px;
    display: flex;
    justify-content: center;

    margin-bottom: -200px;
}







/* Let's optimise it for mobile devices */

@media (max-width: 720px){
    .btn-lg {
      padding: .8em 3em;
      font-size: .8em;
    }
    h1.heading {
      font-size: 2em;
    }
    header.hero {
      text-align: center;
      padding-bottom: 0;
    }
    header.hero h1 {
      font-size: 2em;
      margin-top: 1.5em;
    }
    header.hero h3 {
      font-size: 1.2em;
      line-height: 1.6em;
    }
    ul.social-links li.label {
      display: block;
      font-size: 16px;
      margin-bottom: 1em;
    }
    ul.social-links li a {
      opacity: 1;
    }
    .testimonial {
      padding-top: 3rem;
    }
    .case-study .col-md-12 {
      padding-left: 15px;
      padding-right: 15px;
    }
    .case-study .col-md-12 {
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
    }
  
    /*Swiper classes*/
    .client-box.swiper-slide-next {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: none;
    }
    .swiper-button-prev,
    .swiper-button-next {
      display: none;
    }
    .swiper-container {
      padding: 4em 0em;
    }
    .client-box {
      padding: 1em;
      text-align: center;
    }
    .stat-box {
      padding: 1em;
      margin-top: 1em;
      margin-bottom: 1em;
    }
    .stat-box h1 {
      font-size: 3.6em;
    }
    .stat-box h3 {
      font-size: 1.4em;
    }
    .contact-banner {
      padding: 2em;
    }
    .contact-banner h1 {
      font-size: 2em;
    }
    .footer {
      padding: 1em 0em;
    }
  }
  
  .text-pink{
    color: #d31f6d;
  }
  
  
  
  
  