@font-face {
  font-family: light_font;
  src: url("../fonts/poppins_light.ttf");
}

@font-face {
  font-family: reg_font;
  src: url("../fonts/poppins_reg.ttf");
}

@font-face {
  font-family: med_font;
  src: url("../fonts/poppins_med.ttf");
}

@font-face {
  font-family: semi_font;
  src: url("../fonts/poppins_semi.ttf");
}

@font-face {
  font-family: bold_font;
  src: url("../fonts/poppins_bold.ttf");
}

@font-face {
  font-family: header_reg;
  src: url("../fonts/corm_reg.ttf");
}

@font-face {
  font-family: header_italic;
  src: url("../fonts/corm_italic.ttf");
}

@font-face {
  font-family: header_bold;
  src: url("../fonts/corm_semi.ttf");
}

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: #f7e7ff;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

body p,
body .content_ul li {
  color: #000;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  line-height: 1.8em;
}

body p.primary,
body .content_ul li.primary {
  color: #66228a;
}

body p.accent,
body .content_ul li.accent {
  color: #d9bb85;
}

body p.secondary,
body .content_ul li.secondary {
  color: #e4b777;
}

body p.white,
body .content_ul li.white {
  color: #fff;
}

body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}

body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}

body p.bold,
body .content_ul li.bold {
  font-family: bold_font;
}

body p.light,
body .content_ul li.light {
  font-family: light_font;
}

body p.med,
body .content_ul li.med {
  font-family: med_font;
}

body p.capital,
body .content_ul li.capital {
  text-transform: uppercase;
}

body p.header_reg,
body .content_ul li.header_reg {
  font-family: header_reg;
}

body p.header_italic,
body .content_ul li.header_italic {
  font-family: header_italic;
}

body p.header_bold,
body .content_ul li.header_bold {
  font-family: header_bold;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 15px;
}

body .content_ul li {
  padding-top: 0;
}

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  font-family: header_reg;
  color: #000;
  line-height: 1.2em;
}

body .common_header.primary {
  color: #66228a;
}

body .common_header.accent {
  color: #d9bb85;
}

body .common_header.secondary {
  color: #e4b777;
}

body .common_header.white {
  color: #fff;
}

body .common_header.reg {
  font-family: reg_font;
}

body .common_header.semi {
  font-family: semi_font;
}

body .common_header.bold {
  font-family: bold_font;
}

body .common_header.light {
  font-family: light_font;
}

body .common_header.med {
  font-family: med_font;
}

body .common_header.capital {
  text-transform: uppercase;
}

body .common_header.header_reg {
  font-family: header_reg;
}

body .common_header.header_italic {
  font-family: header_italic;
}

body .common_header.header_bold {
  font-family: header_bold;
}

body .common_header span {
  font-family: header_italic;
  color: #66228a;
}

body .common_header span.primary {
  color: #66228a;
}

body .common_header span.accent {
  color: #d9bb85;
}

body .common_header span.secondary {
  color: #e4b777;
}

body .common_header span.white {
  color: #fff;
}

body .common_header span.reg {
  font-family: reg_font;
}

body .common_header span.semi {
  font-family: semi_font;
}

body .common_header span.bold {
  font-family: bold_font;
}

body .common_header span.light {
  font-family: light_font;
}

body .common_header span.med {
  font-family: med_font;
}

body .common_header span.capital {
  text-transform: uppercase;
}

body .common_header span.header_reg {
  font-family: header_reg;
}

body .common_header span.header_italic {
  font-family: header_italic;
}

body .common_header span.header_bold {
  font-family: header_bold;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: reg_font;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #66228a;
  padding-left: 4%;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e4b777;
}

body .common_anchor.secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #e4b777;
}

body .common_anchor.secondary span {
  color: #C7893E;
  background-image: linear-gradient(45deg, #C7893E, #EDC78A 50%, #E3AD56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body .common_anchor.secondary:hover {
  background-color: #66228a;
  color: #fff;
}

body .common_anchor.border_anchor {
  background-color: transparent;
  border: 2px solid #66228a;
  color: #66228a;
}

body .common_anchor.border_anchor:hover {
  background-color: #66228a;
  color: #fff;
}

body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}

body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .btn-group {
  display: inline-block;
  margin-top: 15px;
}

body .btn-group button {
  padding: 12px;
  font-family: reg_font;
  background-color: #fff !important;
  background: none;
  border-color: #e7d7bc;
  border-radius: 8px;
}

body .btn-group a:hover {
  background: none;
  background-color: #66228a !important;
  color: #d9bb85;
}

body .form_field {
  margin-top: 15px;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #e7d7bc;
  width: 100%;
}

body .nav.nav-tabs {
  margin-top: 15px !important;
}

body .nav.nav-tabs li a {
  color: #000;
}

body .nav.nav-tabs li.active a {
  background-color: #66228a;
}

body input[type=text] {
  background-color: #fff;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 16px;
  }
  body p.small_size {
    font-size: 13px;
  }
  body .common_header {
    font-size: 50px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .common_header.small {
    font-size: 25px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1599px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .common_header.small {
    font-size: 20px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
  body p.small_size {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 20px;
  }
}

@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 30px;
  }
  body .common_header.large {
    font-size: 60px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
  body p.small_size {
    font-size: 12px;
  }
  body .common_header.small {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 22px;
  }
  body .common_header.large {
    font-size: 35px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 14px;
  }
  body p.small_size {
    font-size: 11px;
  }
  body .common_header.small {
    font-size: 18px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.gardient {
  background: #C7883D;
  background: -webkit-gradient(linear, right top, left top, from(#c7883d), color-stop(48%, #eec789), to(#e3ad56));
  background: linear-gradient(270deg, #c7883d 0%, #eec789 48%, #e3ad56 100%);
}

.gradient_text {
  color: #C7893E;
  background-image: linear-gradient(45deg, #C7893E, #EDC78A 50%, #E3AD56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.capital_letter_spacing {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.opacity_text {
  opacity: 0.5;
}

/*Home starts*/
.top_slider_wrap .image_wrap {
  height: 100vh;
  background: url("../images/slider_desktop_top.jpg") center no-repeat;
  background-size: cover;
}

.top_slider_wrap .data_wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: 5;
  top: 0;
}

.top_slider_wrap .data_wrap .text_wrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_slider_wrap .data_wrap .text_wrap p {
  padding-right: 30%;
}

.top_slider_wrap .feature_wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 5;
  left: 0;
}

.top_slider_wrap .feature_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.top_slider_wrap .feature_wrap ul li {
  width: 25%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  padding: 20px;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.top_slider_wrap .feature_wrap ul li:nth-child(4n+0) {
  margin-right: 0;
}

.top_slider_wrap .feature_wrap ul li p {
  padding-top: 0;
}

.top_slider_wrap .feature_wrap ul li:last-child {
  border: none;
}

.top_slider_wrap .feature_wrap .border_wrap {
  height: 2px;
  background: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 47%, rgba(255, 255, 255, 0) 100%);
}

.over_view_wrap {
  background: url("../images/overview_image.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 20vh;
  padding-bottom: 90vh;
}

.over_view_wrap .ticker_text_wrap {
  overflow: hidden;
}

.over_view_wrap .ticker_text_wrap .common_header.large {
  text-wrap: nowrap;
}

.over_view_wrap .ticker_text_wrap .common_header.large span {
  color: #66228a !important;
  font-size: 100px;
}

.category_list_wrap {
  margin-top: -250px;
}

.category_list_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.category_list_wrap ul li {
  width: 25%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  padding: 10px;
}

.category_list_wrap ul li:nth-child(4n+0) {
  margin-right: 0;
}

.category_list_wrap ul li img {
  width: 100%;
  max-width: none;
}

.general_text_wrap {
  text-align: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.general_text_wrap .common_header {
  padding: 40px;
}

.rewards_wrap {
  z-index: 10;
}

.rewards_wrap .data_wrap {
  margin-top: -2px;
}

.rewards_wrap .title_wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
}

.rewards_wrap .feature_wrap {
  position: absolute;
  left: 20%;
  top: 30%;
  width: 350px;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  /* white with transparency */
  backdrop-filter: blur(10px);
  /* blur effect */
  -webkit-backdrop-filter: blur(10px);
  /* for Safari support */
  border-radius: 12px;
  /* optional: rounded corners */
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  /* optional: soft shadow */
}

.rewards_wrap .feature_wrap p {
  padding: 0;
  font-size: 20px;
}

.rewards_wrap .feature_wrap.two {
  left: 10%;
  top: 50%;
}

.rewards_wrap .feature_wrap.three {
  left: 30%;
  top: 70%;
}

.roulette_table_wrap {
  padding-top: 15vh;
  z-index: 0;
  overflow: hidden;
  margin-top: -80px;
}

.roulette_table_wrap .left_image {
  position: absolute;
  left: -80px;
  top: -780px;
}

.roulette_table_wrap .right_image {
  position: absolute;
  right: -80px;
  top: -380px;
}

.roulette_table_wrap .data_wrap {
  padding: 80px;
}

.roulette_table_wrap .list_wrap .common_header {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 5px;
  margin-top: 15px;
}

.roulette_table_wrap .image_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.roulette_table_wrap .image_wrap img {
  max-width: 180%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.home_gallery_wrap {
  margin-top: 15vh;
}

.category_list_wrap ul .swiper-slide li {
  width: 100%;
}

.category_list_wrap .swiper-pagination {
  position: relative;
  bottom: auto;
  right: auto;
  height: 5px;
  margin-top: 30px;
  width: 60%;
  float: right;
  background: #e8d9f0;
}

.category_list_wrap .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #9e389c;
}

.stay_wrap {
  margin-top: 15vh;
}

.stay_wrap .list_wrap {
  padding: 80px;
}

.stay_wrap .list_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.stay_wrap .list_wrap ul li {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 0%;
  padding: 30px;
  text-align: center;
}

.stay_wrap .list_wrap ul li:nth-child(2n+0) {
  margin-right: 0;
}

.stay_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_content_wrap {
  text-align: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  margin-top: 15vh;
  background: url("../images/bottom_image.jpg") fixed center no-repeat;
  background-size: cover;
}

.footer_content_wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}

.footer_content_wrap .gridContainer {
  position: relative;
  z-index: 1;
}

.footer_content_wrap .common_header.large {
  padding-top: 80px;
}

.footer_content_wrap .button_wrap {
  margin-top: 80px;
}

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}

.rotating_text,
.rotating_text_rev {
  overflow: hidden;
}

.rotating_text .js-marquee,
.rotating_text_rev .js-marquee {
  margin: 0 !important;
}

.swiper-continous-play > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.launch_video_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px;
}

.launch_video_overlay.active {
  opacity: 1;
  visibility: visible;
}

.launch_video_container {
  background: rgba(0, 0, 0, 0.95);
  border-radius: 20px;
  max-width: 1000px;
  width: 100%;
  -webkit-box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
          box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.launch_video_overlay.active .launch_video_container {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 1100px) {
  .launch_video_container {
    max-width: 90%;
  }
}

@media only screen and (max-width: 786px) {
  .launch_video_container {
    max-width: 95%;
  }
}

.launch_video_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #66228a;
}

.launch_video_close:hover {
  background: #e4b777;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
}

.launch_video_wrapper {
  padding: 20px;
}

.launch_video_wrapper video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  outline: none;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 786px) {
  .launch_video_wrapper {
    padding: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .launch_video_wrapper {
    padding: 10px;
  }
}

.header_wrap {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  /* Blurs the content behind */
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_wrap .logo_wrap {
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 250px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.header_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header_wrap ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
}

.header_wrap ul li + li {
  margin-left: 50px;
}

.header_wrap ul li:nth-child(1) {
  margin-left: -10px;
}

.header_wrap ul li:nth-child(5) {
  margin-left: 300px;
}

.header_wrap ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none !important;
}

.header_wrap ul li a p {
  padding: 5px;
  color: #c174b8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: med_font;
  letter-spacing: 0.1em;
}

.header_wrap ul li:hover a {
  background: #480b4e;
}

.header_wrap ul li:hover a p {
  color: #fff;
}

.header_wrap .icons_wrap {
  display: none;
}

.header_wrap.scrolled .logo_wrap {
  width: 150px;
}

.header_wrap.scrolled_hide {
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px);
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  bottom: 0;
  z-index: 1000;
  width: 400px;
  /* Blurs the content behind */
  background-color: white;
  background-color: #c174b8;
  background-color: rgba(45, 10, 48, 0.4);
  /* white with transparency */
  backdrop-filter: blur(10px);
  /* blur effect */
  -webkit-backdrop-filter: blur(10px);
  /* for Safari support */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile_menu .close_icon {
  cursor: pointer;
  z-index: 10;
  width: 40px;
  padding: 5px;
}

.mobile_menu p {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
  padding: 0;
  text-align: left;
  font-family: med_font;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C7893E;
  background-image: linear-gradient(45deg, #C7893E, #EDC78A 50%, #E3AD56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu .mlogo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile_menu .logo_a {
  display: inline-block;
  padding: 10px 20px;
  width: 150px;
}

.mobile_menu .social_wrap {
  padding: 20px 20px;
}

.mobile_menu .social_wrap p {
  margin-bottom: 5px;
}

.mobile_menu .social_wrap a {
  width: 30px;
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.mobile_menu .info_wrap {
  padding: 20px 20px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.14);
}

.mobile_menu .info_wrap .p {
  margin-bottom: 10px;
  opacity: 0.5;
}

.mobile_menu ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(224, 224, 224, 0.14);
}

.mobile_menu ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid rgba(224, 224, 224, 0.14);
}

.mobile_menu ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 10px 20px;
}

.mobile_menu ul li.has_sub_menu a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile_menu ul li.has_sub_menu a p img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
}

.mobile_menu ul li.has_sub_menu a.active p img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile_menu ul li:hover > a > p {
  color: #66228a;
}

.mobile_menu ul li .sub-menu {
  width: 90%;
  padding: 20px;
  margin-left: 5%;
  margin-bottom: 20px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: none;
  /* width: 400px; */
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.mobile_menu ul li .sub-menu li a {
  padding-left: 0px;
}

.top_header_wrap {
  text-align: center;
  background: #511957;
  padding-top: 200px;
  padding-bottom: 50px;
}

.pinterest_ul {
  display: inline-block;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.pinterest_ul li {
  padding: 10px;
  width: 25%;
  float: left;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.pinterest_ul li:hover img {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}

.pinterest_ul img {
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: block;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  height: auto;
}

.gallery_parent_wrap {
  margin-top: 7vh;
}

/*Responsive Starts*/
@media only screen and (max-width: 1599px) {
  .header_wrap ul li + li {
    margin-left: 20px;
  }
  .header_wrap ul li:nth-child(5) {
    margin-left: 250px;
  }
  .header_wrap ul li:nth-child(1) {
    margin-left: 22px;
  }
  .roulette_table_wrap .left_image {
    max-width: 450px;
    left: 0;
    top: -280px;
  }
  .roulette_table_wrap .right_image {
    max-width: 450px;
    right: -250px;
    top: -180px;
  }
  .roulette_table_wrap .image_wrap {
    overflow: visible;
  }
  .roulette_table_wrap .image_wrap img {
    width: 140%;
  }
}

@media only screen and (max-width: 1100px) {
  .pinterest_ul li {
    width: 33.33%;
  }
  .header_wrap {
    padding: 0 20px;
  }
  .header_wrap ul {
    display: none;
  }
  .header_wrap .icons_wrap {
    float: right;
    display: inline-block;
  }
  .header_wrap .icons_wrap a {
    display: inline-block;
    padding: 5px;
  }
  .header_wrap .icons_wrap img {
    width: 40px;
  }
  .roulette_table_wrap .image_wrap {
    width: 100%;
  }
  .roulette_table_wrap .data_wrap {
    width: 100%;
    margin-top: 15vh;
  }
  .stay_wrap .half_wrap {
    width: 100%;
    text-align: center;
  }
  .stay_wrap .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 786px) {
  .pinterest_ul li {
    width: 50%;
  }
  .top_slider_wrap .data_wrap {
    height: auto;
    bottom: 120px;
    top: auto;
  }
  .top_slider_wrap .data_wrap .half_wrap {
    width: 100%;
  }
  .top_slider_wrap .data_wrap .text_wrap {
    height: auto;
  }
  .top_slider_wrap .data_wrap .text_wrap p {
    padding-right: 0;
  }
  .top_slider_wrap .feature_wrap ul {
    white-space: nowrap;
    overflow: scroll;
  }
  .top_slider_wrap .feature_wrap ul li {
    width: auto;
    float: none;
  }
  .rewards_wrap .eagle_wrap {
    overflow: hidden;
  }
  .rewards_wrap .eagle_wrap img,
  .rewards_wrap .eagle_wrap video {
    max-width: 200%;
    width: auto !important;
    margin-left: -50%;
  }
  .rewards_wrap .data_wrap {
    overflow: hidden;
  }
  .rewards_wrap .data_wrap img,
  .rewards_wrap .data_wrap video {
    max-width: 200%;
    width: auto !important;
    margin-left: -50%;
  }
  .footer_content_wrap {
    background-attachment: initial;
  }
  .footer_content_wrap .button_wrap .common_anchor {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .top_header_wrap {
    padding-top: 150px;
    padding-bottom: 30px;
  }
  .pinterest_ul li {
    padding: 6px;
  }
  .roulette_table_wrap .left_image {
    max-width: 250px;
    left: 0;
    top: -80px;
  }
  .roulette_table_wrap .right_image {
    max-width: 250px;
    right: -150px;
    top: -80px;
  }
  .roulette_table_wrap .data_wrap {
    padding: 15px;
  }
  .rewards_wrap .feature_wrap {
    padding: 8px;
    width: 250px;
    left: 5%;
  }
  .rewards_wrap .feature_wrap p {
    font-size: 13px;
  }
  .rewards_wrap .data_wrap {
    overflow: hidden;
  }
  .rewards_wrap .data_wrap img,
  .rewards_wrap .data_wrap video {
    max-width: 250%;
    width: auto !important;
    margin-left: -75%;
  }
  .top_slider_wrap .feature_wrap ul li {
    padding: 10px;
  }
  .over_view_wrap {
    padding-top: 10vh;
    padding-bottom: 70vh;
  }
  .over_view_wrap .ticker_text_wrap .common_header.large span {
    font-size: 50px;
  }
  .general_text_wrap {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
  .header_wrap {
    top: 60px;
    padding: 0 10px;
  }
  .header_wrap ul {
    display: none;
  }
  .header_wrap .logo_wrap {
    width: 200px;
  }
  .header_wrap .icons_wrap {
    float: right;
    display: inline-block;
  }
  .header_wrap .icons_wrap a {
    display: inline-block;
    padding: 5px;
  }
  .header_wrap .icons_wrap img {
    width: 30px;
  }
  .home_gallery_wrap {
    margin-top: 7vh;
  }
  .stay_wrap {
    margin-top: 7vh;
  }
  .stay_wrap .list_wrap {
    padding: 0;
    margin-top: 15px;
  }
  .stay_wrap .list_wrap ul li {
    padding: 10px;
  }
  .stay_wrap .list_wrap ul li img {
    max-width: 80px;
  }
  .footer_content_wrap {
    margin-top: 7vh;
  }
  .footer_content_wrap .capital_letter_spacing {
    font-size: 15px !important;
  }
}

.theme_arrows {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #EDC78A;
}

.theme_arrows:after {
  color: #592a5e;
  font-size: 20px;
  line-height: 35px;
}

.top_slider_wrap .image_wrap:after {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 60%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
  background: linear-gradient(90deg, black 0%, transparent 100%);
}

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