/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.show-tablet {
  display: none;
}
@media only screen and (max-width: 991px) {
  .show-tablet {
    display: block;
  }
}
.hide-tablet {
  display: block;
}
@media only screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }
}
.show-mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-mob {
    display: block;
  }
}
.hide-mob {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
  background: #222;
  overflow-x: hidden;
  color: #fff !important;
  line-height: 1.4 !important;
}
.container-fluid {
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.intro {
  background: url('../img/intro.jpg') center top no-repeat;
  background-size: cover;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.intro-inner {
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding-top: 70px;
}
.intro-dots {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translate(-50%, 0);
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .intro-dots {
    bottom: 25px;
  }
}
.intro-dot {
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.intro-dot.on {
  background: #000;
}
@media only screen and (max-width: 767px) {
  .intro-dot {
    width: 14px;
    height: 14px;
  }
}
.head {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .head {
    padding-top: 15px;
  }
}
.logo img {
  width: 295px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .logo img {
    width: auto;
    height: 16px;
  }
}
button {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.head-play {
  border-radius: 6px;
  width: 200px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  background: #2a7b9b;
  background: linear-gradient(90deg, #598ceb 0%, #ffea00 100%);
}
@media only screen and (max-width: 767px) {
  .head-play {
    width: 123px;
    height: 33px;
    font-size: 15px;
  }
}
button {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.intro {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.intro-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.intro-title span {
  color: #598ceb;
}
@media only screen and (max-width: 767px) {
  .intro-title {
    font-size: 32px;
    text-align: center;
  }
}
.intro-text {
  font-weight: bold;
  font-size: 32px;
  max-width: 790px;
}
@media only screen and (max-width: 767px) {
  .intro-text {
    font-size: 14px;
    text-align: center;
  }
}
.intro-dl {
  width: 310px;
  height: 72px;
  background: #fbde00;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .intro-dl {
    width: 248px;
    height: 57px;
    font-size: 18px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }
}
.vrr {
  background: url('../img/bg-vr.jpg') center bottom no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.vrr-title {
  text-align: center;
  font-size: 32px;
  color: #ffff00;
  font-weight: bold;
}
.vrr-text {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.vrr-gal {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  gap: 20px;
  margin-top: 45px;
  /* Hide scrollbars for all browsers */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}
.vrr-gal::-webkit-scrollbar {
  /* Chrome, Safari, Opera */
  display: none;
}
@media only screen and (max-width: 767px) {
  .vrr-gal {
    gap: 10px;
  }
}
.vrr-gal-item img {
  height: 40vw;
  min-height: 282px;
  width: auto;
}
.desc {
  background: url('../img/bg-desc.jpg') center top no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .desc {
    padding-bottom: 60px;
  }
}
.desc-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffea00;
}
.desc-text {
  margin-top: 15px;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.desc-items {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 20px;
  margin-top: 120px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .desc-items {
    gap: 10px;
    margin-top: 45px;
    justify-content: flex-start;
    padding: 0 15px;
  }
}
.desc-item {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border: 1px solid #ffea0077;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .desc-item {
    border-radius: 20px;
    padding: 15px;
  }
}
.desc-item-pic img {
  height: 21.5vw;
  border-radius: 30px;
  width: auto;
  min-height: 282px;
}
@media only screen and (max-width: 767px) {
  .desc-item-pic img {
    border-radius: 20px;
  }
}
.desc-item-title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #fbde00;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .desc-item-title {
    font-size: 16px;
    margin-top: 15px;
  }
}
.desc-dl {
  width: 310px;
  height: 72px;
  background: #fbde00;
  border-radius: 8px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-top: 75px;
  width: 420px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .desc-dl {
    width: 248px;
    height: 57px;
    font-size: 18px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .desc-dl {
    width: 100%;
    max-width: 400px;
    font-size: 24px;
    height: 70px;
  }
}
.desc-text-2 {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .desc-text-2 {
    margin-top: 60px;
  }
}
.desc-text-2-title {
  font-size: 32px;
  color: #f7ff00;
}
@media only screen and (max-width: 767px) {
  .desc-text-2-title {
    font-size: 24px;
  }
}
.desc-text-2-text {
  margin-top: 30px;
  line-height: 1.2;
  font-size: 32px;
}
.desc-text-2-text p {
  margin: 0 0 30px 0;
}
.desc-text-2-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .desc-text-2-text p {
    margin: 0 0 15px 0;
  }
  .desc-text-2-text p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .desc-text-2-text {
    font-size: 16px;
  }
}
.desc-items2 {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 20px;
  margin-top: 120px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .desc-items2 {
    gap: 10px;
    margin-top: 45px;
    justify-content: flex-start;
    padding: 0 15px;
  }
}
.desc-item2 {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border: 1px solid #ffea0077;
  padding: 24px;
  border-radius: 0;
  background: #fff;
  padding: 20px;
  border: none;
  max-width: 420px;
}
@media only screen and (max-width: 767px) {
  .desc-item2 {
    border-radius: 20px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .desc-item2 {
    border-radius: 0px;
    padding: 10px;
  }
}
.desc-item2-pic img {
  height: 21.5vw;
  width: auto;
  min-height: 175px;
}
.desc-item2-title {
  color: #000;
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
}
.desc-item2-title b {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .desc-item2-title {
    font-size: 12px;
  }
}
.desc-dl2 {
  width: 310px;
  height: 72px;
  background: #fbde00;
  border-radius: 8px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-top: 75px;
  width: 420px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .desc-dl2 {
    width: 248px;
    height: 57px;
    font-size: 18px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .desc-dl2 {
    width: 100%;
    max-width: 400px;
    font-size: 24px;
    height: 70px;
  }
}
.desc-gal {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  gap: 20px;
  margin-top: 45px;
  /* Hide scrollbars for all browsers */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  justify-content: center;
  width: 120%;
  margin-left: -10%;
}
.desc-gal::-webkit-scrollbar {
  /* Chrome, Safari, Opera */
  display: none;
}
@media only screen and (max-width: 767px) {
  .desc-gal {
    gap: 10px;
  }
}
.desc-gal-item {
  width: 33.33333333%;
}
.desc-gal-item img {
  height: 40vw;
  min-height: 282px;
  width: auto;
}
.desc-gal-item img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .desc-gal-item img {
    height: 253px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .desc-gal-item {
    width: auto;
  }
}
.prefooter {
  background: url('../img/bg-footer.jpg') center top no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .prefooter {
    padding: 60px 0;
    background: url('../img/bg-footer-mob.jpg') center top no-repeat;
    background-size: cover;
  }
}
.prefooter-title {
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  color: #e1ff00;
  text-align: center;
}
.prefooter-text {
  margin-top: 30px;
  text-align: center;
  font-size: 32px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.prefooter-text p {
  margin: 0 0 30px 0;
}
.prefooter-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .prefooter-text {
    font-size: 16px;
  }
  .prefooter-text p {
    margin: 0 0 15px 0;
  }
  .prefooter-text p:last-child {
    margin-bottom: 0;
  }
}
.footer {
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-logo img {
  width: 295px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .footer-logo img {
    width: 200px;
  }
}
.footer-text {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-text {
    font-size: 14px;
  }
}
* {
  outline: none !important;
}
.dark:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
:-moz-placeholder {
  color: #666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
