@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background: #f4f2f2;
  position: relative;
  color: #35443a;
  line-height: 28px;
  font-weight: 400;
}
html body a {
  color: #000;
  text-decoration: none;
  transition: 0.5s all ease;
}
html body a:hover {
  text-decoration: none;
  color: #f4f2f2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 900;
}
.promo-btns {
  padding-top: 2rem;
}
.promo-banner {
  padding: 10px 0 2rem;
}
.button-wrap {
  position: relative;
  padding-top: 1rem;
}
.btn-custom {
  background: #f4f2f2;
  border-color: #f4f2f2;
  color: #f4f2f2;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 0.85rem;
  border-width: 1px;
  font-weight: 600;
}
.list-wrapper {
  position: relative;
}
.list-wrapper:after {
  content: url('style.css');
  display: block;
  width: 49px;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.list-wrapper:last-child:after {
  display: none;
}
.btn-custom.borderd {
  background-color: transparent;
  border-color: #ff492c;
  color: #ff492c;
  font-weight: 700;
}
.btn-custom:hover {
  background: #f4f2f2;
  border-color: #f4f2f2;
  color: #f4f2f2;
  box-shadow: 5px 5px 0 0 #f44336;
}
.btn-custom.borderd:hover {
  background-color: #ff492c;
  color: #f4f2f2;
  border-color: #ff492c;
}
.button-wrap.text-center {
  padding-bottom: 1.5rem;
}
.button-wrap.text-center .btn-custom {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 230px;
}
.rating-sec {
  background: #f9f0f8;
  border: 1px solid #673ab7;
  border-radius: 16px;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(1, 1fr);
  padding: 72px 48px 56px;
  position: relative;
  text-align: center;
}
.statistics__decoration {
  align-items: center;
  background-color: #f4f2f2;
  border: 1px solid #673ab7;
  border-radius: 999px;
  display: flex;
  gap: 6px;
  left: 50%;
  padding: 13px 18px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: fit-content;
}
.statistics__decoration i {
  color: #fc0;
  font-size: 1.5rem;
}
.statistics__item i {
  font-size: 2.5rem;
  color: #673ab7;
}
.statistics__item .subheading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .rating-sec {
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
  }
}
@media (max-width: 575px) {
  .desktop {
    display: none;
  }
}
@media (min-width: 576px) {
  .mobile {
    display: none;
  }
}
header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
  background-color: #5b5a4c;
  padding: 0 0;
  box-shadow: 0 0 0.1rem #f4f2f2;
}
header .navbar {
  padding: 0;
}
.navbar-brand {
  padding: 0;
  margin-right: 0;
}
.center-logo {
  position: absolute;
  top: 0;
  left: -20rem;
  right: 0;
  width: 110px;
  height: 60px;
  z-index: 10;
  margin: 10px auto;
}
.center-logo .logo {
  width: 110px;
  padding: 0 0;
}

header .logo {
  width: 110px;
  padding: 0 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-direction: column;
  }

  header {
    top: 80px;
  }
}
@media (max-width: 991px) {
  header .logo {
    width: 110px;
  }
}
header .navbar-light .navbar-brand {
  margin-right: 2rem;
}

header .navbar-light .navbar-toggler {
  padding: 0;
  font-size: 1.5rem;
  line-height: 0;
  border-radius: 0;
  border: none;
}
@media (max-width: 360px) {
  header .navbar-light .navbar-toggler {
    font-size: 1.1rem;
  }
}
header .navbar-light .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-light .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  color: #5702ad;
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav {
    padding: 20px 0;
  }
}
header .navbar-light .navbar-nav .nav-item {
  position: relative;
}
header .navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-item {
    padding: 0;
  }
}
header .navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  padding: 8px 9px;
  color: #f4f2f2;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-link {
    display: block;
  }
  header .navbar-light .navbar-nav .nav-link {
    padding: 7px 12px;
  }
}
header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .nav-link:hover {
  color: #f4f2f2;
}
.promo {
  position: relative;

  background-color: #5b5a4c;

  background-position: center;

  background-size: cover;

  min-height: 70vh;

  display: flex;

  align-items: center;

  z-index: 1;
}

.promo::before {
  content: '';

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;
}
.banner-bg {
  background-color: #5b5a4c;

  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  max-width: none;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding-top: 7rem;
}
.banner-bg.custom-height {
  height: 290px;
}
.promo.about {
  min-height: auto;
}
.top-heading {
  font-style: italic;
  font-weight: 900;
  font-size: 40px;
  line-height: 150%;
  
}
.banner-bg .top-heading {
  color: #f4f2f2;
  padding-top: 3rem;
}
.promo .top-heading {
  color: #f4f2f2;
  padding-top: 4rem;
}
.banner-bg .lead,
.promo .lead {
  color: #f4f2f2;
}
.banner-bg .top-heading span,
.promo .lead span,
.promo .top-heading span {
  color: #f4f2f2;
}
.promo-casino .top-heading span {
  color: #00132e;
  font-family: Bodoni Moda, sans-serif;
  font-weight: 900;
}
.lead {
  color: #212728;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
  margin: 15px auto 0;
  font-weight: 400;
}
.promo-banner .lead {
  padding: 1rem 0;
}
.promo-casino .top-heading {
  color: #00132e;
}
.promo-casino .lead {
  color: #00132e;
  color: #00132e;
  font-size: 1.25rem;
  font-weight: 400;
  padding-right: 2rem;
}
.promo .row {
  justify-content: space-between;
}
.promo-img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.raduis-1r {
  border-radius: 5px;
}
.promo-casino {
  background-color: #e2f9ec;
}
.icon-box {
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  border-top: 5px solid #000;
  margin-bottom: 1rem;
}
.icon-box h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: Bodoni Moda, sans-serif;
}
.icon-box .icon {
  width: 90px;
  margin: 10px auto 15px;
}
.bg-color-1 {
  background-color: #a1fbeb;
}
.bg-color-2 {
  background-color: #fc77b0;
}
.bg-color-3 {
  background-color: #dffa82;
}
.gray-bg {
  background-color: #f8f8fa;
}
.green-bg {
  background-color: #dffa82;
}
.content h3 {
  font-size: 1.25rem;
}
.hotel-review .content {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #b9b9b9;
  padding-bottom: 1.5rem;
}
.hotel-review .content img {
  width: 14rem;
  height: auto;
  object-fit: cover;
}
.text-left {
  text-align: left !important;
}
.hotel-review .content > div {
  width: calc(100% - 14rem);
}
.footer {
  background: #5b5a4c;
  color: #f4f2f2;
  padding: 2rem 0 0;
  text-align: center;
}
.footer .footer-logos {
  margin-bottom: 45px;
}
.footer .footer-logo {
  padding-bottom: 15px;
}
.footer .footer-logo img {
  width: 180px;
}
.footer .footer-menu {
  padding-bottom: 2rem;
}
.footer .footer-menu a {
  padding: 0 10px;
}
.footer .footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
.footer .footer-menu ul li {
  padding: 0 15px 5px 0;
  font-size: 16px;
  display: inline-block;
}
.footer .footer-menu ul li:last-child {
  padding-right: 0;
}
.footer a {
  color: #f4f2f2;
}
.footer a:hover {
  color: #aaa;
}
.footer a i {
  font-size: 12px;
  padding-right: 10px;
}
.footer .copyright {
  color: #b2bec3;
  font-size: 14px;
  padding-top: 20px;
}
.footer .copyright p {
  padding-bottom: 20px;
}
.footer .copyright p:last-child {
  padding-bottom: 0;
}
.fj7Yhd63Bdv {
  background: #5b5a4c;
  padding: 10px 0 10px;
}
.fj7Yhd63Bdv .container {
  border-top: 1px solid #48484e;
  padding-top: 10px;
}
.fj7Yhd63Bdv p {
  margin-bottom: 0;
  color: #fdfdfd;
  font-size: 14px;
}
.fj7Yhd63Bdv .before-footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 414px) {
  .fj7Yhd63Bdv .before-footer-content {
    flex-direction: column;
  }
}
.fj7Yhd63Bdv .footer-logo {
  text-align: center;
}
.fj7Yhd63Bdv .footer-logo img {
  max-width: 250px;
  width: 100%;
}
.fj7Yhd63Bdv .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.fj7Yhd63Bdv .social li {
  display: inline-block;
  margin-right: 0.5rem;
}
.fj7Yhd63Bdv .social li:last-child {
  margin-right: 0;
}
.fj7Yhd63Bdv .social li a {
  display: inline-block;
  background-color: #f4f2f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f4f2f2;
  border-radius: 2px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .fj7Yhd63Bdv .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.fj7Yhd63Bdv .social li a:hover {
  background-color: #f4f2f2;
}
#newcookies {
  color: #f4f2f2;
  top: unset;
  left: 0;
  bottom: 0;
  padding-right: 0 !important;
  height: auto;
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  background: #de6a6ae0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
#newcookies p {
  margin-bottom: 0;
  color: #f4f2f2;
}
#newcookies .btn {
  background-color: #f4f2f2;
  border-color: #f4f2f2;
  color: #020202;
  margin-left: 1rem;
  padding: 0.15rem 0.75rem;
  cursor: poBodoni Moda;
}
.soc-links {
  padding-bottom: 1.5rem;
}
.soc-links a i {
  font-size: 24px;
  padding-right: 10px;
  padding-left: 10px;
}
.form-control {
  margin-top: 15px;
}
section {
  padding: 72px 0;
}
.mx-height {
  max-height: 600px;
  object-fit: cover;
}
.section-title {
  height: 2px;
  background-color: #000;
  background-image: linear-gradient(90deg, #f4f2f2, #000, #f4f2f2);
  position: relative;
  margin: 2rem;
}
.section-title span {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #f4f2f2;
  transform: translate(-50%, -50%);
  padding: 0.5rem 1rem;
  font-size: 40px;
  font-family: Bodoni Moda, sans-serif;
}
.section-desc {
  text-align: center;
}
.casino-promo,
.contact-promo {
  color: inherit;
  background-size: 100% 100%;
  max-width: 100vw;
}
.contact-promo {
  background-size: 100% 100%;
  max-width: 100vw;
}
.about-promo {
  background-color: #eeecea;
}
.about-promo .top-heading {
  font-size: 54px;
}
.casino-promo .lead {
  max-width: 100%;
  padding-bottom: 10px;
}
.casino-promo .top-heading {
  font-size: 64px;
}
.fill-image {
  position: relative;
  height: 100%;
  width: 100%;
}
.fill-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.casino-promo .casino-box {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.nagative-mt-5 {
  margin-top: -40px;
}
.casino-box {
  margin-bottom: 2.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hotel-desc p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0.65rem;
}
.hotel-desc h3 {
  font-size: 1.25rem;
}
.img-wrap,
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 35rem;
}
.fill-text {
  padding: 2.5rem 1rem;
}
.reviews .fill-text {
  padding: 0;
  text-align: center;
}
.reviews .fill-text p {
  line-height: 140%;
  font-weight: 600;
}
.reviews .button-wrap {
  padding-top: 1.5rem;
}
.reviews .fill-text h3 {
  font-size: 1.5rem;
  color: #f4f2f2;
  font-weight: 600;
}
.reviews .fill-text h3 span {
  font-size: 2.62rem;
  color: #252530;
}
.fill-text h3 {
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
.fill-text h3 span {
  font-family: Bodoni Moda, sans-serif;
  display: block;
  color: #4b02de;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.fill-text .wlcom-desc1 {
  padding: 0.5rem 0;
}
.zigzag-section .fill-image {
  border-radius: 30px;
  overflow: hidden;
}
.zigzag-section .col-md-6 {
  padding: 2rem;
}
.contact-form {
  margin-top: -5rem;
  background-color: #f4f2f2;
  border: 1px solid #fafafa;
  padding: 1.5rem 2rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 20px #fbf8f8;
}
.form-control {
  padding: 0.55rem 0.75rem;
}
textarea.form-control {
  min-height: 120px;
}
.contact-promo .contact-form .top-heading {
  font-size: 48px;
}
.contact-promo .contact-form .top-heading span {
  background-color: #dffa82;
}
.contact-promo .fill-image {
  border-radius: 30px;
  overflow: hidden;
}
.list-wrapper .float-img {
  width: calc(48% - 4rem);
  margin: 1rem 2rem;
}
.hotel-list .float-img {
  width: 320px;
  margin: 0 2rem 1rem 0;
  float: left;
}
.hotel-list .row-reverse .float-img {
  float: right;
  margin: 0 0 1rem 2rem;
}
.hotel-list .fill-text {
  width: 100%;
}
.gold-bg {
  background-color: #130a38;
}
#wlcom-desc1 strong {
  color: #f4f2f2;
}
.references {
  text-align: center;
  color: #151746;
  position: relative;
}
.references p i {
  color: #f9d23d;
}
.references .col-md-11 {
  margin: 0 auto;
}
.references .rating {
  color: #fc0;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.references p {
  font-size: 1.25rem;
  font-weight: 300;
  font-style: italic;
  line-height: 150%;
}
.references h3 {
  font-size: 20px;
  font-weight: 700;
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.owl-dots .owl-dot {
  background-color: #d8dfe3;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 50%;
  color: #151746;
}
.owl-dots .owl-dot.active {
  background-color: #f4f2f2;
}
.section-title-txt {
  font-weight: 600;
  text-align: center;
  padding-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.28;
}
.section-title-txt span {
  display: block;
  font-size: 0.875rem;
  padding-bottom: 1.5rem;
}
.fill-text i {
  color: #007cce;
  font-size: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 1140px) {
  .contact-promo .contact-form {
    padding-right: 2.5rem;
  }
}
@media (max-width: 991px) {
  .hotel-review .content {
    flex-direction: column;
  }
  .hotel-review .content img,
  .hotel-review .content > div {
    width: 100%;
  }
  .promo-casino img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .list-wrapper .fill-text,
  .list-wrapper .float-img {
    width: 100%;
    margin: 0;
  }
  .hotel-list .float-img {
    margin: 0 2rem 1rem 0;
  }
  .list-wrapper .fill-text {
    padding: 1rem;
  }
  .contact-promo .fill-image {
    min-height: 250px;
  }
  .banner-bg {
    height: auto;
  }
  .banner-bg .top-heading {
    padding-top: 0;
  }
  .banner-bg .lead {
    padding-bottom: 1.75rem;
  }
  .hotel-desc {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  header {
    background-color: #5b5a4c;
    padding: 0.5rem 0;
  }
  .top-heading {
    font-size: 24px;
  }
  .fill-text {
    padding: 1rem 0 0.5rem;
  }
  .section-title span {
    padding: 0.5rem 0.5rem;
    font-size: 24px;
    width: 80%;
  }
  section {
    padding: 30px 0;
  }
  .casino-promo .top-heading {
    font-size: 36px;
  }
  .fill-image {
    min-height: 250px;
  }
  .nagative-mt-5 {
    margin-top: 0;
  }
  .about-promo .top-heading {
    font-size: 36px;
  }
  .zigzag-section .col-md-6 {
    padding: 0 10px;
  }
  .contact-promo .contact-form .top-heading {
    font-size: 36px;
  }
  .contact-promo .contact-form {
    padding-right: 0;
    padding-top: 2rem;
  }
  .list-wrapper .float-img {
    float: none;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .row-reverse {
    flex-direction: row-reverse;
  }
}
.referenc-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
}

.referenc {
  background-color: #f9f9f9;

  padding: 20px;

  border-radius: 5px;
}

@media (max-width: 600px) {
  .referenc-grid {
    grid-template-columns: 1fr;
  }
}
