@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oswald:wght@200..700&display=swap");

@import url(../css/flaticon.css);
:root {
  --bg-light: #e6f2ff;
  --bg-color-second: #283a5e;
  --accent-color: #4774ff;
  --bd-radius: 10px;
  --bd-radius-btn: 35px;
  --text-color-light: #e3e3e3;
  --text-color-dark: #666;
  --header-height: 96px;
}

body {
  line-height: 1.6;
  color: var(--text-color-dark);
  font-family: "Nunito Sans", serif;
  position: relative;
}

p {
  line-height: 1.6;
}

h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px;
  color: #fff;
}

a {
  transition: 0.3s;
}
.owl-nav button {
  width: 55px;
  height: 55px;
  border-radius: 50% !important;
  line-height: 55px !important;
  background: #fff !important;
  text-align: center;
  font-size: 30px !important;
  transition: all ease 0.5s;
  border: 1px solid transparent !important;
  color: var(--bg-color-second) !important;
  border: 1px solid rgba(40, 58, 94, 0.15) !important;
}
.owl-nav i {
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.owl-nav button:hover {
  background: var(--accent-color) !important;
  color: #fff !important;
  text-decoration: none;
}
.section-subtitle {
  font-weight: 600;
  font-size: 18px;
  color: var(--accent-color);
  display: block;
  margin-bottom: 5px;
}

.section-title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 18px;
  font-family: "Oswald";
  color: var(--bg-color-second);
}

.section-title-wrap {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 635px;
  text-align: center;
}

.color {
  color: var(--bg-color-second);
}

.list-unstyled {
  margin-bottom: 0;
}

.section {
  padding: 80px 0;
}

.section-page {
  padding-top: 150px !important;
}

.logo .brand {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald";
}
.fa-star {
  color: #ffbc08;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.overlay.active {
  display: block;
}

/* BTN */
.btn {
  border: 1px solid var(--accent-color);
  border-radius: var(--bd-radius-btn);
  padding: 15px 30px;
  font-weight: 600;
  transition: 0.3s;
  min-width: 150px;
  text-align: center;

  position: relative;
  overflow: hidden;
  background: var(--accent-color);

  color: #fff;
}
.btn:hover {
  border: 1px solid var(--accent-color);
  background: transparent;
  color: #000;
}
.btn-outline {
  background: transparent;
  color: var(--bg-color-second);
}
.btn.btn-outline:hover {
  background: var(--accent-color);
  color: #fff !important;
}
.btn.btn-outline.btn-i:hover i {
  color: #fff !important;
}
.btn.btn-outline.btn-i i {
  color: var(--accent-color);
}
.btn i {
  position: absolute;
  right: 27px;
  color: #ffffff;
  top: 19px;
  transition: all ease 0.5s;
}
.btn-i {
  padding-left: 13px;
}

.btn-i:hover i,
.btn-i:hover {
  color: var(--accent-color);
}

/* NAVBAR */
#navbar {
  padding: 0;
}
.logo img {
  filter: invert(1);
  width: 45px;
  margin-right: 5px;
}
.navbar:not(.navbar.sticky) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.navbar-toggler {
  border: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.icon-bar {
  width: 25px;
  height: 4px;
  border-top: 1px solid #fff;
  margin-bottom: 4px;
  display: block;
  transition: transform 400ms linear;
}
.icon-bar:nth-child(3) {
  margin-bottom: 0;
}
.bars,
.label {
  display: inline-block;
  vertical-align: middle;
}

.navbar-toggler.open .icon-bar:nth-child(1) {
  transform: rotate(45deg) translateY(7px) translateX(5px);
}
.navbar-toggler.open .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
}
.navbar-toggler.open .icon-bar:nth-child(3) {
  transform: scale(0);
}
.nav-item.dropdown.active .nav-link.dropdown-toggle {
  color: var(--accent-color) !important;
}
.nav-item.dropdown:hover .nav-link.dropdown-toggle {
  color: var(--accent-color) !important;
  cursor: pointer;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--accent-color) !important;
}
.navbar-nav .nav-link.active {
  color: var(--accent-color) !important;
}
.nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  /* visibility: hidden; */
  border-radius: 0 0 var(--bd-radius) var(--bd-radius);

  /* display: block; */
  width: 260px;
  border: none;
  z-index: 99;
  /* opacity: 0; */
  top: var(--header-height);
  left: 0;
  padding: 0;
  overflow: hidden;
  /* transform: translateY(-100%); */
}
.dropdown-item:active {
  background: transparent;
}
.dropdown-menu li:hover .dropdown-item {
  padding-left: 30px;
}
/* .dropdown-item:focus,
.dropdown-item:hover {
  background: var(--bg-color-second);
} */
.dropdown-item:hover a {
  color: #fff;
}
.nav-item .dropdown-menu li a {
  color: var(--bg-color-second);
  padding: 16px;
  border-bottom: 1px dashed #e3e3e3;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: relative;
}
.nav-item .dropdown-menu li a:hover {
  background: var(--bg-light);
}
.navbar.sticky {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: var(--bg-color-second);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
header {
  position: absolute;
  width: 100%;
  z-index: 11;
}

header .navbar-wrap a.nav-link.active,
header .navbar-wrap a.nav-link:hover {
  color: var(--accent-color);
}

header .brand {
  color: #fff;
}
.page .navbar {
  background-color: var(--bg-color-second);
}

/* HERO */
.hero {
  /* height: calc(100vh - var(--header-height)); */
  height: 100vh;
}
.hero-img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  /* height: calc(100vh - var(--header-height)); */
  height: 100vh;
  position: absolute;
  filter: brightness(0.6);
}
.hero-text {
  position: relative;
  color: #fff;
}
.hero-text h1 {
  font-weight: 700;
  font-size: 100px;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-family: "Oswald";
  max-width: 615px;
  margin: 0 auto 16px;
}
.hero-text p {
  max-width: 615px;
  margin: 0 auto 16px;
}
.hero .btn:hover,
.navbar-wrap .btn:hover {
  color: #fff;
  background-color: var(--bg-color-second);
}

/* ABOUT */
.about-img-2 {
  display: none;
}
.about ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  margin-right: 40px;
}
.about li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  color: var(--bg-color-second);
}
.about-img img {
  border-radius: var(--bd-radius);
}
.about ul i {
  color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 4px;
}

/* HOTELS SLIDER */

.hotels-wrap {
  /* background: var(--bg-light); */
  background: var(--bg-light);
  border-radius: 10px;
}
.hotels-wrap .hotels-item-content ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-bottom: 15px;
  padding-left: 23px;
  font-weight: 400;
  font-size: 15px;
}
.hotels-wrap .hotels-item-content img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 0px;
}
.hotels-wrap .hotels-item-content {
  padding: 35px;
  background: #ffffff;
  box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.03);
  border-radius: 0px 0px 10px 10px;
}
.hotels-wrap .label-span {
  background: var(--bg-color-second);
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
}
.hotels-wrap .hotels-item-content p span {
  font-weight: 800;
  font-size: 18px;
  color: var(--accent-color);
  padding-right: 5px;
}
.hotels-wrap .hotels-item .hotels-item-content h5 {
  font-weight: 800;
  font-size: 22px;
  color: var(--bg-color-second) !important;
}
.hotels-wrap .love-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 51px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all ease 0.5s;
}
.love-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.hotels-item-img {
  border-radius: var(--bd-radius) var(--bd-radius) 0 0;
  width: 100%;
  height: 235px;
  object-fit: cover;
}
.hotels-wrap .love-icon:hover {
  background: var(--accent-color);
}
.hotels-wrap .love-icon:hover i {
  color: #fff;
}
.hotels-wrap .info-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
}
.page-hotels .hotels-item {
  margin-bottom: 25px;
}
/* .page-hotels.hotels-wrap {
  background: #fff;
} */
.page-hotels .load-more {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
  width: 150px;
}

/* ROOMS */
.rooms-img {
  width: 100%;
  border-radius: var(--bd-radius);
}
.rooms-wrap .rooms-content {
  background: #ffffff;
  padding: 20px;
  position: absolute;
  border-radius: var(--bd-radius);
  opacity: 0;
  left: 20px;
  right: 20px;
  bottom: 0px;
  visibility: hidden;
  transition: all 0.7s;
}
.rooms-wrap {
  position: relative;
}
.rooms-wrap:hover .rooms-content {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
.rooms-wrap .rooms-content h6 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 0;
  color: var(--bg-color-second);
}
.rooms-wrap .rooms-content p span {
  font-weight: 800;
  font-size: 16px;
  color: #4774ff;
}
.rooms-wrap {
  margin-bottom: 25px;
}
.rooms .btn {
  display: flex;
  width: 150px;
  margin: 12px auto 0;
  padding-left: 23px;
}
.client-box {
  background: #ffffff;
  box-shadow: 0px 6px 30px rgba(40, 58, 94, 0.05);
  border-radius: var(--bd-radius);
  padding: 30px;
  margin: 15px 0;
}
.client-image img {
  width: 100%;
  border-radius: var(--bd-radius);
}

/* NUMBERS */
.numbers {
  position: relative;
}
.numbers-wrap {
  background: var(--bg-light);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.numbers-wrap .numbers-box {
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 70px 40px;
}
.numbers-box i {
  color: var(--accent-color);
  font-size: 40px;
  margin-right: 7px;
}
.number-item,
.number-item h4 {
  font-weight: 700;
  font-size: 50px;
  font-family: "Oswald";
  color: var(--bg-color-second);
}
/* .numbers-item-wrap {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
} */

/* REVIEWS */
.reviews h6 {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--bg-color-second);
}
.user-content p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
}

/* PAGE */
.inner-banner-area {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)
    ),
    url(../img/bg/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: calc(var(--header-height) + 100px);
  padding-bottom: 100px;
}
.inner-banner-area-hotels {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bg/hero-bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner-casino-hotels {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/bg/hero-bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-box {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 40px 50px;
  display: inline-block;
  text-align: center;
}
.inner-box h2 {
  font-weight: 700;
  font-family: "Oswald";
  font-size: 60px;
  margin-bottom: 25px;
  color: var(--bg-color-second);
  text-align: left;
}
.inner-box ul li {
  display: inline-block;
  padding-right: 15px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}
.inner-box ul li a {
  color: var(--bg-color-second);
  text-decoration: none;
}
.inner-box ul .active {
  color: var(--accent-color);
}
.inner-box ul li::before {
  position: absolute;
  content: ">";
  top: 0;
  right: 0;
  bottom: 0;
}
.inner-box ul li:last-child:before {
  content: " ";
}

/* CONTACT */
.contact-main {
  background: var(--bg-light);
}
.page .contact .form-control {
  background: var(--bg-light);
}
.contact .form-control {
  border-radius: 5px;
  height: 56px;
  border: none;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  padding-left: 25px;
}
.contact #message {
  height: 150px;
  padding-left: 25px;
  padding-top: 15px;
}
.contact-details {
  padding: 24px;
  background: var(--bg-light);
  border-radius: var(--bd-radius);
}
.contact-wrap {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.contact-address {
  background: var(--bg-light);
  border-radius: 10px;
  padding: 60px 40px;
  text-align: center;
  margin-bottom: 25px;
}
.contact-address .contact-content h5 {
  font-weight: 800;
  font-size: 20px;
  color: var(--bg-color-second);
}
.contact-address .contact-content a {
  display: block;
  margin-top: 5px;
  color: var(--bg-color-second);
}
.contact-address .contact-icon {
  background: #ffffff;
  box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.04);
  height: 94px;
  width: 94px;
  line-height: 104px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  margin-bottom: 20px;
}
.contact-address .contact-content p {
  margin-bottom: 0px;
  margin-top: 5px;
}

/* FOOTER */
.footer {
  background: var(--bg-color-second);
  color: var(--text-color-light);
}
.footer a {
  color: var(--text-color-light);
}
.copyright-area {
  background: var(--accent-color);
  padding: 30px 0;
}
.copyright-area a:hover {
  text-decoration: underline;
}
.copyright-area ul {
  justify-content: end;
}
.copyright-area ul li {
  padding: 0 12px;
}
.footer a {
  text-decoration: none;
}
.footer .logo {
  margin-bottom: 24px;
}
.footer-top a:hover {
  color: var(--accent-color);
}
.footer-top li {
  margin-bottom: 10px;
}
.footer-contact li i {
  float: left;
}

/* COOKIE */
.cookie-bar {
  position: fixed;
  bottom: 15px;
  left: 15px;
  background: #fff;
  z-index: 9;
  color: var(--text-color-dark);
  width: 300px;
  padding: 20px;
  border-radius: var(--bd-radius);
  display: none;
}
.cookie-bar.active {
  display: block;
  box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.04);
}
#cookie-bar-link {
  display: block;
  margin: 15px 0 25px;
  color: var(--accent-color);
  text-decoration: underline;
}
#cookie-bar-link:hover {
  text-decoration: none;
}
.cookie-text {
  line-height: 1.5;
  color: var(--text-color-dark);
}
.cookie-bar .btn:hover {
  color: var(--text-color-dark);
}

/* ANIMATION */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
