@charset "UTF-8";
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.eot");
  src: local("Raleway"), local("Raleway-Regular"), url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  overflow-x: hidden;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Raleway";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.lock {
        width: 100%;
        position: fixed;
        overflow: hidden; } }

input, button, textarea {
  font-family: "Raleway"; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit; }

.wrapper_NL_new1 {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #000;
  position: relative;
  z-index: 4; }

body {
  height: 100%; }

.container_new1NL {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1112px) {
    .container_new1NL {
      max-width: 970px; } }
  @media (max-width: 992.98px) {
    .container_new1NL {
      max-width: 750px; } }
  @media (max-width: 767.98px) {
    .container_new1NL {
      max-width: none;
      padding: 0 10px; } }

.header {
  position: relative;
  background: #fff;
  padding: 40px 0px; }
  @media (max-width: 767.98px) {
    .header {
      padding: 25px 0px; } }

.header-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.nav-container_new1NL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 50px; }
  @media (max-width: 767.98px) {
    .nav-container_new1NL {
      padding-top: 15px; } }


@media (max-width: 768px) {
  .nav-container_new1NL {
    padding-left: 15px;
    padding-right: 15px; } }

.logo {
  font-size: 32px;
  font-weight: 800;
  color: #fff; }
  @media (max-width: 767.98px) {
    .logo {
      height: 20px; } }
  .logo img {
    max-width: 100%;
    max-height: 100%; }


.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }


@media (max-width: 1200px) {
  .nav {
    display: none; } }

.nav__item {
  margin-right: 50px; }

.nav__item:last-child {
  margin-right: 0px; }

.nav__link {
  color: #000;
  text-decoration: none;
  font-weight: bold !important;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.nav__link:hover:hover {
  text-decoration: underline; }


.menu-icon {
  z-index: 19;
  position: relative;
  display: none;
  width: 30px;
  height: 20px;
  cursor: pointer; }


@media (max-width: 1200px) {
  .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.menu-icon-line {
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #000; }

.menu-icon-line::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: '';
  width: 30px;
  height: 5px;
  background-color: #000;
  -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in; }

.menu-icon-line::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 30px;
  height: 5px;
  background-color: #000;
  -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in; }

.menu-icon.menu-icon-active .menu-icon-line {
  background-color: transparent; }

.menu-icon.menu-icon-active .menu-icon-line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  -o-transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s; }

.menu-icon.menu-icon-active .menu-icon-line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  -o-transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s; }


.mobile-nav {
  z-index: 12;
  display: block;
  position: absolute;
  right: -350px;
  top: 0;
  height: 200px;
  width: 200px;
  padding: 50px 20px 20px 20px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  -o-transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in; }


@media (max-width: 768px) {
  .mobile-nav {
    width: 300px;
    right: -300px; } }

.mobile-nav--active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.mobile-nav__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000; }

.mobile-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.mobile-nav__item {
  margin-bottom: 15px; }

.mobile-nav__link {
  color: #000;
  text-decoration: none;
  font-weight: bold !important;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.mobile-nav__link:hover:hover {
  text-decoration: underline; }

/*
	.header-menu__icon{
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width:30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span{@include anim(0.3s,0s);top: 8px;left: 0px;position: absolute;width: 100%;height: 2px;background-color: #000;
			&:first-child{top: 0px;}
			&:last-child{top: auto;bottom: 0px;}
		}
		&.active{
			span{@include scale(0);
				&:first-child{@include rotate(-45deg);top: 8px;}
				&:last-child{@include rotate(45deg);bottom: 8px;}
			}
		}
	}
*/
footer {
  padding: 40px 0px;
  position: relative;
  z-index: 1;
  background: #4b8348; }

.footer__info1 {
  margin: 20px 0px 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .footer__info1 {
      text-align: center;
      display: block; } }
  .footer__info1 a {
    display: inline-block;
    padding: 0px 15px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-decoration: underline; }
    @media (max-width: 767.98px) {
      .footer__info1 a {
        margin: 0px 0px 15px 0px; } }

.footer__desc {
  text-align: center; }
  .footer__desc p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 14px; }

.images__row1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .images__row1 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.images__col1 {
  padding: 0px 15px; }

.images__img1 {
  height: 80px; }
  @media (max-width: 767.98px) {
    .images__img1 {
      margin: 0px 0px 20px 0px; } }
  .images__img1 img {
    max-width: 100%;
    max-height: 100%; }

.footer__oneimg {
  margin: 20px 0px;
  text-align: center;
  height: 50px; }
  .footer__oneimg img {
    max-width: 100%;
    max-height: 100%; }

.footer__text1 {
  padding: 20px 0px;
  text-align: center; }
  .footer__text1 p {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    margin: 0px 0px 15px 0px; }
    .footer__text1 p a {
      color: #fff;
      text-decoration: underline; }

.wrappbg_new1NL {
  background: url("../img/bg.jpg") 0 0 no-repeat;
  background-size: cover;
  height: 100%;
  bottom: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0; }

.gluck_new1NL {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px 0px;
  text-align: center; }
  .gluck_new1NL p {
    color: #000;
    font-size: 13px; }
    .gluck_new1NL p a {
      display: inline-block;
      padding: 0px 0px 0px 5px;
      color: #000;
      text-decoration: underline; }

.logo {
  position: relative;
  z-index: 1;
  margin: 20px 0px 20px 0px; }

.logo__body_newNL {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  border-radius: 20px; }
  @media (max-width: 767.98px) {
    .logo__body_newNL {
      padding: 5px 10px; } }
  .logo__body_newNL a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px; }
    @media (max-width: 767.98px) {
      .logo__body_newNL a {
        font-size: 20px; } }

.secttop_new1NL {
  position: relative;
  z-index: 1;
  padding: 20px 15px; }
  @media (max-width: 767.98px) {
    .secttop_new1NL {
      padding: 10px 15px; } }

.secttop_new1NL__text {
  text-align: center; }
  .secttop_new1NL__text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    margin: 20px 0px 20px 0px; }
    @media (max-width: 767.98px) {
      .secttop_new1NL__text h1 {
        font-size: 22px;
        margin: 7px 0px; } }
  .secttop_new1NL__text p {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin: 0px 0px 20px 0px; }
    @media (max-width: 767.98px) {
      .secttop_new1NL__text p {
        font-size: 17px;
        display: none; } }

.secttop_new1NL__desctop {
  padding: 15px 0px 10px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none; }
  @media (max-width: 767.98px) {
    .secttop_new1NL__desctop {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0; } }

.desctop__img {
  margin: 0px 5px;
  height: 30px; }
  .desctop__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }

.secttop_new1NL__row {
  max-width: 850px;
  margin: 0px auto;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .secttop_new1NL__row {
      display: block;
      text-align: left; } }

.secttop_new1NL__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px; }
  @media (max-width: 767.98px) {
    .secttop_new1NL__item {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .secttop_new1NL__item {
      padding: 5px 0px; } }
  .secttop_new1NL__item span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 0px 0px 0px 5px; }
    @media (max-width: 767.98px) {
      .secttop_new1NL__item span {
        font-size: 10px; } }
  .secttop_new1NL__item img {
    height: 20px; }
    @media (max-width: 767.98px) {
      .secttop_new1NL__item img {
        height: 15px; } }
    .secttop_new1NL__item img img {
      max-width: 100%;
      max-height: 100%; }

.sectcasin_new1NL__third {
  padding: 30px 0px 0px 0px; }
  @media (max-width: 767.98px) {
    .sectcasin_new1NL__third {
      padding: 15px 0px 0px 0px; } }

.third__row_new1NL {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .third__row_new1NL {
      display: block; } }

.third__col_new1NL {
  padding: 0px 20px 20px 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  text-align: center; }
  @media (max-width: 767.98px) {
    .third__col_new1NL {
      padding: 0px 0px 10px 0px; } }

.third__bot {
  text-align: center;
  background: #262A40;
  padding: 10px 0px;
  border-bottom-right-radius: 15px; }
  @media (max-width: 767.98px) {
    .third__bot {
      display: none; } }
  .third__bot p {
    color: #fff;
    font-size: 10px; }

.third__payma {
  text-align: center; }
  .third__payma img {
    max-width: 100%;
    max-height: 100%; }

.sectcasin_new1NL {
  position: relative;
  z-index: 1;
  padding: 30px 0px; }
  @media (max-width: 767.98px) {
    .sectcasin_new1NL {
      padding: 20px 0px; } }
  .sectcasin_new1NL h2 {
    text-align: center;
    margin: 0px 0px 20px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 26px; }

.sectcasin_new1NL__item {
  border-radius: 20px;
  background: #000000;
  cursor: pointer;
  position: relative; }
  @media (max-width: 767.98px) {
    .sectcasin_new1NL__item {
      background-image: -webkit-gradient(linear, left top, right top, from(#2b2b2b), to(#161616));
      background-image: -webkit-linear-gradient(left, #2b2b2b, #161616);
      background-image: -o-linear-gradient(left, #2b2b2b, #161616);
      background-image: linear-gradient(to right, #2b2b2b, #161616);
      border: 1px solid #c4c4c4; } }

.itemnum_new1NL {
  position: absolute;
  left: 2%;
  bottom: 5%; }
  .itemnum_new1NL span {
    color: #fbf6f6;
    font-size: 16px;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .itemnum_new1NL span {
        color: #fff; } }

.sectcasin_new1NL__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767.98px) {
    .sectcasin_new1NL__row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.sectcasin_new1NL__column:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 15px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  position: relative; }
  @media (max-width: 767.98px) {
    .sectcasin_new1NL__column:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 10px 10px 8px 10px;
      border-bottom-left-radius: 0px; } }

.sectcasin_new1NL__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%; }
  @media (max-width: 767.98px) {
    .sectcasin_new1NL__column:last-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }

@media (max-width: 767.98px) {
  .sectcasin_new1NL__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

.sectcasin_new1NL__img {
  height: 70px; }
  @media (max-width: 767.98px) {
    .sectcasin_new1NL__img {
      margin: 20px 0px 10px 0px;
      height: 50px; } }
  .sectcasin_new1NL__img img {
    max-width: 100%;
    max-height: 100%; }

.sectcasin_new1NL__cent p {
  color: #efeaea;
  font-size: 27px;
  line-height: 1.3;
  margin: 0px 0px 0px 0px; }
  @media (max-width: 767.98px) {
    .sectcasin_new1NL__cent p {
      font-size: 22px;
      color: #fff; } }

.sectcasin_new1NL__right {
  text-align: center; }
  @media (max-width: 767.98px) {
    .sectcasin_new1NL__right {
      text-align: left; } }
  .sectcasin_new1NL__right span {
    margin: 15px 0px 0px 0px;
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.5; }

.sectcasin_new1NL__btn {
  margin: 0px 0px 10px 0px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#03a9f4), color-stop(#f441a5), color-stop(#ffeb3b), to(#03a9f4));
  background: -webkit-linear-gradient(left, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background: -o-linear-gradient(left, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 30px;
  z-index: 1;
  -webkit-animation: animate 8s linear infinite;
  animation: animate 8s linear infinite; }

.btn:hover {
  -webkit-animation: animate 8s linear infinite;
  animation: animate 8s linear infinite; }

@-webkit-keyframes animate {
  0% {
    background-position: 0%; }
  100% {
    background-position: 400%; } }

@keyframes animate {
  0% {
    background-position: 0%; }
  100% {
    background-position: 400%; } }

.btn:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#03a9f4), color-stop(#f441a5), color-stop(#ffeb3b), to(#03a9f4));
  background: -webkit-linear-gradient(left, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background: -o-linear-gradient(left, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.btn:hover:before {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 1;
  -webkit-animation: animate 8s linear infinite;
  animation: animate 8s linear infinite; }

.visit {
  margin: 10px 0px 0px 0px;
  text-align: center; }
  .visit a {
    font-size: 17px;
    line-height: 1.5;
    color: #fff; }
    .visit a:hover {
      text-decoration: underline; }
    @media (max-width: 767.98px) {
      .visit a {
        font-size: 14px; } }

.sectcasin_new1NLleft {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 767.98px) {
  .sectcasin_new1NLleft__col h5 {
    text-align: center; } }

.sectcasin_new1NLleft__col h5 a {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin: 0px 0px 10px 0px; }

@media (max-width: 767.98px) {
  .computer {
    display: none; } }

@media (max-width: 767.98px) {
  .sectcasin_new1NLleft__desc h5 {
    text-align: center; } }

.sectcasin_new1NLleft__desc h5 a {
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  margin: 0px 0px 10px 0px; }

.sectcasin_new1NLleft__desc ul {
  padding: 0px 0px 0px 25px; }
  .sectcasin_new1NLleft__desc ul li {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    position: relative; }
    @media (max-width: 767.98px) {
      .sectcasin_new1NLleft__desc ul li {
        text-align: center; } }
    .sectcasin_new1NLleft__desc ul li:before {
      content: '';
      position: absolute;
      top: 25%;
      left: -10%;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #FCDD2E; }
      @media (max-width: 767.98px) {
        .sectcasin_new1NLleft__desc ul li:before {
          width: 0;
          height: 0; } }

.comp {
  display: none; }
  @media (max-width: 767.98px) {
    .comp {
      display: block; } }
  .comp span {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 0px 0px 10px 0px; }
    .comp span small {
      font-weight: 400px;
      font-size: 15px; }
  .comp small {
    font-size: 11px;
    color: #fff; }

.sectcasin_new1NLleft__rait1 {
  margin: 0px 0px 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px; }
  @media (max-width: 767.98px) {
    .sectcasin_new1NLleft__rait1 {
      height: 14px;
      margin: 10px 0px; } }
  .sectcasin_new1NLleft__rait1 img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px 1px; }

@media (max-width: 767.98px) {
  .sectcasin_new1NL__raiting {
    display: none; } }

.raiting__col_new1NL {
  text-align: center; }
  .raiting__col_new1NL span {
    color: #f1eeee;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    display: block;
    margin: 0px 0px 10px 0px; }
    .raiting__col_new1NL span small {
      font-size: 17px;
      font-weight: 400; }
  .raiting__col_new1NL small {
    font-size: 13px;
    font-weight: 400;
    color: #fff; }
  .raiting__col_new1NL h6 {
    margin: 0px 0px 10px 0px;
    display: block;
    font-family: inherit;
    color: #FC4A23;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600; }

.bottext {
  display: none; }
  @media (max-width: 767.98px) {
    .bottext {
      display: block;
      background: #262A40;
      text-align: center;
      padding: 6px 15px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; } }
  .bottext p {
    color: #fff;
    font-size: 10px;
    line-height: 1.3; }

.kaztp__bod_new1NL {
  margin: 0px 0px 10px 0px; }

.btnorange a {
  background: #FF5100; }

@-webkit-keyframes pulse-green {
  0% { }
  100% {
    -webkit-box-shadow: 0 0 0px -5px rgba(51, 217, 178, 0.4), 0 0 0px 8px rgba(51, 217, 178, 0.4);
    box-shadow: 0 0 0px -5px rgba(51, 217, 178, 0.4), 0 0 0px 8px rgba(51, 217, 178, 0.4); } }

@keyframes pulse-green {
  0% { }
  100% {
    -webkit-box-shadow: 0 0 0px -5px rgba(51, 217, 178, 0.4), 0 0 0px 8px rgba(51, 217, 178, 0.4);
    box-shadow: 0 0 0px -5px rgba(51, 217, 178, 0.4), 0 0 0px 8px rgba(51, 217, 178, 0.4); } }

@media (max-width: 767.98px) {
  .desctopdesc_new1NL {
    padding: 0px 10px; } }

.desctopdesc_new1NL span {
  color: #8e8e8e;
  display: block;
  line-height: 1.3;
  text-align: center;
  font-size: 15px;
  margin: 10px 0px 0px 0px; }
  @media (max-width: 767.98px) {
    .desctopdesc_new1NL span {
      font-size: 13px;
      color: #fff; } }

.allert_new1 {
  position: relative;
  z-index: 1; }

.allert_new1__body {
  max-width: 850px;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 20px;
  border-radius: 20px; }

.allert_new1__desc {
  margin: 0px 0px 20px 0px; }
  .allert_new1__desc p {
    font-size: 14px;
    line-height: 1.1;
    margin: 0px 0px 10px 0px; }

.allert_new1__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.allert_new1__col {
  padding: 0px 10px; }

.allert_new1__img {
  text-align: center; }
  .allert_new1__img img {
    max-width: 100%;
    max-height: 100%; }

.about {
  position: relative;
  z-index: 1;
  padding: 40px 0px; }
  .about h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px 0px 20px 0px; }
  .about h5 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px 0px 15px 0px; }
  .about p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin: 0px 0px 15px 0px; }

.about__img1 {
  float: right;
  height: 300px;
  margin: 0px 20px 20px 20px; }
  @media (max-width: 767.98px) {
    .about__img1 {
      text-align: center;
      margin: 0px 0px; } }
  .about__img1 img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px; }

.floatleft {
  float: left;
  margin: 20px 20px 20px 0px; }
  @media (max-width: 767.98px) {
    .floatleft {
      text-align: center;
      margin: 0px 0px; } }

.about__body1 {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 40px 30px; }

.about__item {
  background: #191919;
  padding: 25px 20px;
  border-radius: 10px;
  margin: 0px 0px 15px 0px; }
  .about__item h5 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px 0px 20px 0px; }
  .about__item p {
    font-size: 13px;
    line-height: 1.5;
    color: #fff; }

.privacy1 {
  padding: 60px 0px;
  background: #fff; }
  .privacy1 h2 {
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    font-size: 45px;
    margin: 0px 0px 40px 0px; }
  .privacy1 h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    margin: 0px 0px 15px 0px; }
  .privacy1 h3 {
    font-size: 30px;
    line-height: 1.5;
    color: #1B329E;
    margin: 0px 0px 15px 0px; }
  .privacy1 p {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    margin: 0px 0px 15px 0px; }
  .privacy1 ol {
    padding: 0px 0px 15px 25px; }
    .privacy1 ol li {
      font-size: 15px;
      line-height: 1.5;
      color: #000;
      margin: 0px 0px 10px 0px; }
  .privacy1 ul {
    padding: 0px 0px 15px 25px; }
    .privacy1 ul li {
      font-size: 15px;
      line-height: 1.5;
      list-style-type: disc;
      color: #000;
      margin: 0px 0px 10px 0px; }

::-webkit-input-placeholder {
  font-size: 16px; }

::-moz-placeholder {
  font-size: 16px; }

:-moz-placeholder {
  font-size: 16px; }

:-ms-input-placeholder {
  font-size: 16px; }

:focus::-webkit-input-placeholder {
  opacity: 0; }

:focus::-moz-placeholder {
  opacity: 0; }

:focus:-moz-placeholder {
  opacity: 0; }

:focus:-ms-input-placeholder {
  opacity: 0; }

.form-at1 {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  background: #f9f9f9;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 10px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 10px 18px rgba(0, 0, 0, 0.2); }

.form-at1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Verdana, sans-serif; }

.validate-input-at1,
.no-validate-input-at1 {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 2px solid #BFE2FF;
  border-radius: 2px;
  margin-bottom: 20px; }

.validate-input-at1.w-50,
.no-validate-input-at1.w-50 {
  width: calc(50% - 10px);
  display: inline-block; }

.validate-input-at1.w-50:first-child,
.no-validate-input-at1.w-50:first-child {
  margin-right: 20px; }

.input-at {
  display: block;
  width: 100%;
  background: transparent;
  color: #000; }

input.input-at {
  height: 50px;
  padding: 0 20px 0 20px;
  font-size: 16px;
  outline: none;
  border: none; }

textarea.input-at {
  min-height: 170px;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  border: none;
  resize: none; }

textarea.input-at:focus,
input.input-at:focus {
  border-color: transparent; }

.focus-input-at {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 2px solid #337AB7;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3); }

.input-at:focus + .focus-input-at {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.form-at1-btn {
  position: relative;
  display: block;
  padding: 0 40px;
  height: 50px;
  background-color: #337AB7;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 auto;
  outline: none;
  border: none;
  cursor: pointer; }

.form-at1-btn:hover {
  background-color: #333333; }

.form-at1-btn[disabled] {
  opacity: .6;
  cursor: not-allowed; }

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.alert-validate::after {
  content: "\f129";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px; }

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1; }

.error-at {
  color: red;
  padding: 10px 0; }

.success-at {
  color: green;
  font-size: 28px;
  padding: 20px 0;
  text-align: center; }

.form-at1 input[type=checkbox] {
  display: none; }

.form-at1 input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0 0 20px 34px;
  font-size: 13px;
  line-height: 24px;
  color: #333333; }

.form-at1 input[type=checkbox] + label:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  line-height: 22px;
  left: -34px;
  border: 2px solid #BFE2FF;
  border-radius: 2px; }

.form-at1 input[type=checkbox]:checked + label:before {
  content: '\2714';
  color: #337AB7;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #337AB7; }

@media (max-width: 768px) {
  .validate-input-at1.w-50 {
    width: 100%; }
  .validate-input-at1.w-50:first-child {
    margin-right: 0; }
  .alert-validate::before {
    visibility: visible;
    opacity: 1; } }


/* Age verification overlay */
.age-gate {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}

.age-gate__content {
  text-align: center;
  background-color: #222;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  max-width: 90%;
}

.age-gate__content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.age-gate__content p {
  margin-bottom: 30px;
  font-size: 16px;
}

.age-gate__content button {
  margin: 0 10px;
  padding: 12px 24px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background-color: #D70926;
  color: white;
  transition: background-color 0.3s ease;
}

.age-gate__content button:hover {
  background-color: #a3061c;
}
