@font-face {
  font-family: "RivieraNights-Regular";
  src: url("../fonts/RivieraNights-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RivieraNights-Light";
  src: url("../fonts/RivieraNights-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RivieraNights-Medium";
  src: url("../fonts/RivieraNights-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RivieraNights-Ultralight";
  src: url("../fonts/RivieraNights-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RivieraNights-Bold";
  src: url("../fonts/RivieraNights-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EnglishScriptEF\ DemiBold\ Regular";
  src: url("../fonts/EnglishScriptEF\ DemiBold\ Regular.otf") format("opentype");
}

body {
  font-family: "RivieraNights-Regular", sans-serif !important;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.5px !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: var(--fw-normal) !important;
}

p,
a,
span {
  font-family: "RivieraNights-Light", sans-serif !important;
  /* font-family: 'RivieraNights-Bold', sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RivieraNights-Light", sans-serif !important;
  /* font-family: 'RivieraNights-Bold', sans-serif; */
  letter-spacing: 0.22em !important;
}

.light_text {
  font-family: "RivieraNights-Light", sans-serif !important;
}

.medium_text {
  font-family: "RivieraNights-Medium", sans-serif !important;
}

.ultralight_text {
  font-family: "RivieraNights-Ultralight", sans-serif !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.cstm_z_index {
  z-index: 3;
}

/* .cstm_EnglishScriptEF {
    font-family: 'EnglishScriptEF DemiBold Regular', cursive, sans-serif !important;
} */

/* :root {
  --color-one: #fff;
} */

.overlay_menu {
  width: 50%;
  z-index: 999;
}

.overlay_menu .overlay_navmenu {
  max-width: 100%;
}

body.overlay_menu_active .overlay_menu {
  backdrop-filter: blur(20px) saturate(1.8);
  background: rgba(0, 0, 0, 0.15);
}

body.overlay_menu_active .overlay_menu::before {
  width: 100%;
}

.overlay_menu ul.main-menu li a {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em !important;
  color: #fff;
}

.overlay_menu ul.main-menu li ul li a {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em !important;
  color: #fff;
}

/* .overlay_menu ul.main-menu li a {
  justify-content: flex-end;
} */

.overlay_menu ul.main-menu li {
  margin-bottom: 30px;
}

.overlay_menu ul.main-menu li:last-child {
  margin-bottom: 0px;
}

.overlay_menu ul.main-menu ul.sub-menu li {
  margin: 30px auto;
}

::-moz-selection {
  background: var(--color-one);
}

::selection {
  background: var(--color-one);
}

.wptb-heading .wptb-item--subtitle span {
  color: #fff;
}

.cstm_hdr {
  border-bottom: 1px solid rgba(var(--color-white-fixed-rgb), 0.2);
  /* padding: 30px 100px; */
  padding-top: 30px;
  padding-bottom: 30px;
}

.cstm_hdr .logo {
  min-width: auto;
}

.cstm_hdr .logo a img {
  width: 100px;
}

.btn-two {
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  min-width: 300px;
}

.btn-two .btn-wrap {
  display: flex;
  align-items: center;
  line-height: 1;
}

.wptb-slider.style2 .wptb-heading .wptb-item--title::before,
.wptb-slider.style2 .wptb-heading .wptb-item--title::after {
  background-color: unset;
}

.wptb-slider.style2 .wptb-slider--inner {
  border: unset;
}

.social-box.style-oval ul li a {
  height: 50px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #777;
}

::-webkit-scrollbar-track {
  background: #121212;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #555 #121212;
}

.scroll_container {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll_container::-webkit-scrollbar {
  display: none;
}

.section_scroll {
  position: relative;
  height: 100vh;
  scroll-snap-align: start;
  padding: unset !important;
}

.nav_bullets {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.nav_bullets .bullet_item {
  width: 6px;
  height: 6px;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  position: relative;
}

.nav_bullets .bullet_item.active {
  width: 16px;
  height: 16px;
  opacity: 1;
  transform: scale(1.2);
  background-color: transparent;
}

.nav_bullets .bullet_item.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.nav_bullets.hide {
  display: none;
}

.animate_text {
  position: relative;
  overflow: hidden;
}

.animate_text span {
  display: none;
}

.animate_text span.text-in {
  display: block;
  animation: textIn 0.5s ease;
}

.animate_text span.text-out {
  animation: textOut 1s ease;
}

@keyframes textIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes textOut {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.wptb-heading .wptb-item--subtitle {
  font-size: 16px !important;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: uppercase !important;
  /* font-weight: var(--fw-medium) !important; */
  font-weight: 600 !important;
}

.wptb-heading .wptb-item--title {
  font-size: 32px !important;
  line-height: 44px !important;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: uppercase !important;
  font-weight: var(--fw-medium) !important;
}

.wptb-heading .wptb-item--title span {
  font-style: normal;
}

.wptb-heading .wptb-item--description {
  font-size: 14px;
  margin-bottom: 0px;
}

.wptb-slider--image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0) !important;
}

.wptb-list1 .wptb--item .wptb-item--icon {
  color: #fff;
}

/* .wptb-heading .wptb-item--subtitle.subtitle2 {
  margin-bottom: 15px;
  font-weight: 600 !important;
} */

.wptb-heading .wptb-item--title.title2 {
  font-size: 16px !important;
  line-height: 28px !important;
}

.footer.style1::before {
  display: none;
}

.footer .footer--inner {
  position: relative;
  padding-top: unset;
  padding-bottom: unset;
  overflow: hidden;
}

.footer .footer-top ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* gap: 20px; */
  text-transform: uppercase;
  border-top: 1px solid var(--color-one);
  /* border-bottom: 1px solid #5d5d5d; */
  text-align: left;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.footer .footer-top ul li {
  margin-top: 26px;
  margin-bottom: 26px;
  text-align: center;
}

.footer .footer-top ul li:last-child {
  margin-bottom: 0;
}

.totop a {
  background: var(--color-one);
  color: #ffffff !important;
  box-shadow: 0px 0px 3px #fff;
}

.footer .logo {
  min-width: auto;
}

.footer .logo img {
  min-width: unset;
  width: 100px;
}

.footer .footer-nav li a:hover {
  color: var(--color-one);
}

.footer .footer-nav li a {
  font-size: 14px;
  color: #000000;
}

.social-box.style-oval ul li a:hover {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: #000;
}

a:hover,
a:focus,
a:active,
a.nice-select.open {
  color: #fff;
}

.wptb-contact-form .wptb-form--wrapper {
  padding: 0px 0px 0px;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control,
.nice-select,
.form-control[readonly] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-dark-seven);
}

.txt_point {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 30px;
}

/* .txt_point.txt_right .wptb--item {
  justify-content: flex-end;
} */

.txt_point .wptb--item {
  display: block !important;
}

.txt_point.txt_left .wptb--item {
  text-align: left;
}

.txt_point.txt_right .wptb--item {
  text-align: right;
}

.txt_point .wptb--item .wptb-item--text {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}

.section,
section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.brdcrmb.wptb-slider {
  padding: 0px !important;
}

/* .brdcrmb.wptb-page-heading .wptb-item--title::before,
.brdcrmb.wptb-page-heading .wptb-item--title::after {
  display: none;
} */

.swiper-slide .wptb-item--link {
  font-size: 14px;
  color: #fff;
}

.wptb-album-one {
  padding: unset;
}

.wptb-album-one .swiper-gallery-two .swiper-wrapper {
  padding-top: unset;
  padding-bottom: unset;
}

.wptb-slider.style2.brdcrmb,
.wptb-slider.style2.brdcrmb.brdcrmb2 {
  height: 100vh;
}

.wptb-slider.style2.brdcrmb .wptb-slider--item,
.wptb-slider.style2.brdcrmb.brdcrmb2 .wptb-slider--item {
  height: 100vh;
}

.wptb-slider.style10 {
  padding: 0px 0px 0px 0px !important;
  height: auto;
}

.wptb-slider.style10 .wptb-swiper-slider-ten {
  height: auto;
}

.wptb-slider.style10 .wptb-swiper-slider-ten .swiper-slide {
  height: auto;
}

.wptb-slider.style10 .wptb-slider--item {
  height: auto;
}

.wptb-slider.style10 .wptb-swiper-slider-ten-thumbs {
  margin-top: 10px;
}

.wptb-swiper-slider-ten .wptb-swiper-navigation.style2 {
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.swiper-gallery-two .wptb-swiper-navigation.style2 {
  width: 95%;
}

.wptb-swiper-navigation.style2 .wptb-swiper-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
}
video {
    transform: scaleY(1) !important;
}
@media (min-width: 1200px) {
  .wipe_area {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 900px;
  }

  .wipe_area .panel_1,
  .wipe_area .panel_2 {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .wipe_area .panel_1 .svg,
  .wipe_area .panel_2 .txt {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 50%);
  }

  .wipe_area .panel_1 {
    z-index: 4;
  }

  .wipe_area .panel_2 {
    background: url("../images/awards.jpg") center no-repeat;
  }

  .wipe_area .panel_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .wipe_area .panel_2 .txt {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .wipe_area .panel_2 .txt.is_active {
    transform: translate(-50%, 60%);
    opacity: 1;
  }

  /* .wipe_area .panel_2 .txt.is_active section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  } */
}

@media (max-width: 1199px) {
  .wipe_area .panel_1 {
    display: none;
  }

  .wipe_area {
    position: relative;
    background: url("../images/awards.jpg") center/cover no-repeat;
  }

  .wipe_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 991px) {
  .wptb-heading {
    margin-bottom: 15px;
  }

  .wptb-heading .wptb-item--subtitle,
  .footer .footer-nav li a,
  .footer .footer-bottom .footer-bottom-inner .copyright p {
    font-size: 12px !important;
  }

  .wptb-heading .wptb-item--subtitle,
  .wptb-heading .wptb-item--title {
    margin-bottom: 15px;
  }

  .wptb-heading .wptb-item--title,
  .wptb-heading .wptb-item--title.title2 {
    font-size: 16px !important;
    line-height: 28px !important;
  }

  .wptb-about-two .wptb-about--text,
  .txt_point .wptb--item .wptb-item--text {
    font-size: 14px;
    line-height: 26px;
  }

  .btn-two {
    padding: 10px 20px;
    font-size: 10px;
    min-width: 200px;
  }

  .wptb-counter1 .wptb-item--value {
    font-size: 20px;
    line-height: 32px;
  }

  .wptb-counter1 .wptb-item--text {
    font-size: 16px;
    line-height: 28px;
  }

  .container {
    padding: 0 30px;
  }

  .section,
  section,
  .wptb-about-two {
    padding: 80px 0 !important;
  }

  .footer .footer-top ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer .footer-top ul li {
    margin-top: unset;
    margin-bottom: 10px !important;
    text-align: center;
  }

  .footer .footer-top ul li:first-child {
    margin-top: 30px;
  }

  .footer .footer-top ul li:last-child {
    margin-bottom: 30px !important;
  }

  .footer .footer-bottom .footer-bottom-inner .copyright {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .overlay_menu {
    width: 100%;
  }

  .cstm_hdr {
    padding: 10px 30px;
  }

  .cstm_hdr .container {
    padding: unset;
  }

  .cstm_hdr .logo a img {
    width: 60px;
  }

  .social-box.style-oval {
    margin: 0 auto;
  }

  /* .wptb-about-two .wptb-about--text,
  .txt_point .wptb--item {
    text-align: center !important;
  } */

  .txt_point {
    background: unset;
    padding: unset;
    border-radius: unset;
  }

  .wptb-swiper-navigation.style2 .wptb-swiper-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .scroll_container {
    height: auto;
    overflow-y: unset;
    scroll-snap-type: unset;
  }

  .nav_bullets {
    display: none;
  }

  .wptb-heading {
    margin-bottom: 15px;
    text-align: center;
  }

  .wptb-about-two .wptb-about--text,
  .txt_point .wptb--item {
    text-align: center !important;
  }

  .txt_point {
    background: unset;
    padding: unset;
    border-radius: unset;
  }

  .section,
  section,
  .wptb-about-two {
    padding: 30px 0 !important;
  }

  .grid-item .wptb-item--meta h4 {
    font-size: 14px;
    line-height: 24px;
  }

  .grid-item .wptb-item--meta p {
    font-size: 10px;
  }
}

.wptb-office .wptb-item--inner .wptb-item--title a {
    color: #404040 !important;
}
.wptb-office .wptb-item--inner .wptb-item--title {
    color: #404040 !important;
}





.wptb-slider--image {
  position: relative;
  overflow: hidden;
}
.wptb-slider--image .youtube-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none; 
}


/* Tablet (landscape + portrait) */
@media (max-width: 1024px) {
  /*.wptb-slider--image {
    height: 70vh;
  }
  .wptb-slider--image .youtube-bg {
    width: 177.78vh;
    height: 70vh;
  }
  .wptb-slider.style2 {
   height: 100vh;
    
}*/
.wptb-slider--image {
    height: 60vh;
  }
  .wptb-slider--image .youtube-bg {
    width: 177.78vh;
    height: 100vh;
  }
  .wptb-slider.style2 .wptb-slider--item {
        height: 100%;
    }
.wptb-slider.style2 {
        height: 100%;
    }

}

/* Mobile */
@media (max-width: 768px) {
  .wptb-slider--image {
    height: 60vh;
  }
  .wptb-slider--image .youtube-bg {
    width: 177.78vh;
    height: 100vh;
  }
  .wptb-slider.style2 .wptb-slider--item {
    height: 70vh;
}
.wptb-slider.style2 {
   height: 70vh;
    
}

}
