@charset "UTF-8";
/* Base */
body {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: rgb(127.5, 127.5, 127.5);
  font-weight: 400;
  font-size: 1rem;
  background: #000;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

p {
  font-family: "Roboto", sans-serif;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  transition: 0.3s all ease;
  color: #ffcc00;
}
a:hover {
  color: #ffcc00 !important;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #ffcc00;
  outline-offset: 2px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: inherit;
  text-transform: none;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

h1.text-uppercase,
h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase,
.heading.text-uppercase {
  text-transform: none;
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
  display: none;
  transition: 0.3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
}
.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  border-radius: 30px;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  box-shadow: none !important;
  color: white !important;
}
.btn.btn-black {
  color: #fff;
  background-color: #000;
}
.btn.btn-black:hover {
  color: #000;
  background-color: #fff;
}
.btn.btn-outline-white {
  border: 2px solid #fff;
}
.btn.btn-outline-white:hover {
  background: #fff;
  color: #ffcc00 !important;
}
.btn.btn-md {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-primary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #b8860b, #ffd700, #ffcc00);
  background-size: 200% 200%;
  transition: background-position 0.6s ease, transform 0.3s ease;
  border: none;
}
.btn-primary:hover {
  background-position: right center;
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  [data-aos] {
    transition: none !important;
    transform: none !important;
  }
}
.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.bg-blue {
  background: #0f1419;
}

.form-control {
  border: none;
  border-bottom: 2px solid rgb(127.5, 127.5, 127.5);
  border-radius: 0;
  background: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.form-control:active, .form-control:focus {
  color: #fff;
  background: none;
  box-shadow: none;
  outline: none;
  border-color: #fff;
}

input.form-control:-webkit-autofill,
textarea.form-control:-webkit-autofill,
select.form-control:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset !important;
  transition: background-color 9999s ease-in-out 0s;
}

input.form-control:-webkit-autofill:focus,
textarea.form-control:-webkit-autofill:focus,
select.form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
}

.site-section {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}
.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .site-section-heading {
    font-size: 4rem;
  }
}
.site-section-heading:after {
  content: "";
  left: 0%;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 3px;
  background: #ffcc00;
}
.site-section-heading.text-center:after {
  content: "";
  transform: translateX(-50%);
  content: "";
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 3px;
  background: #ffcc00;
}

.border-top {
  border-top: 1px solid #edf0f5 !important;
}

.lead {
  max-width: 70%;
  margin: auto;
  font-family: Forum, sans-serif;
}
@media (max-width: 991.98px) {
  .lead {
    max-width: 80%;
  }
}

.site-footer {
  padding: 0;
  background: #333333;
}
.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.site-footer p {
  color: rgb(114.75, 114.75, 114.75);
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}
.site-footer a {
  color: #999999;
}
.site-footer a:hover {
  color: white;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 16px;
  color: #fff;
}

.bg-text-line {
  display: inline;
  background: #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important;
  }
}
.hover-bg-enlarge > div {
  transform: scale(1);
  transition: 0.8s all ease-in-out;
}
.hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
  transform: scale(1.2);
}
@media (max-width: 991.98px) {
  .hover-bg-enlarge .bg-image-md-height {
    height: 300px !important;
  }
}

.bg-image {
  background-size: cover;
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  .bg-image {
    background-position: 25% 70px !important;
  }
}
.bg-image.overlay {
  position: relative;
}
.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.bg-image > .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .display-1,
  .display-3 {
    font-size: 3rem;
  }
}

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.play-single-big > span {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.play-single-big:hover {
  width: 120px;
  height: 120px;
}

.overlap-to-top {
  margin-top: -150px;
}

.ul-check {
  margin-bottom: 50px;
}
.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -0.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}
.ul-check.white li:before {
  color: #fff;
}
.ul-check.success li:before {
  color: #8bc34a;
}
.ul-check.primary li:before {
  color: #ffcc00;
}

.select-wrap,
.wrap-icon {
  position: relative;
}
.select-wrap .icon,
.wrap-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
.select-wrap select,
.wrap-icon select {
  appearance: none;
  width: 100%;
}

.top-bar {
  border-bottom: 1px solid #e9ecef !important;
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
}
.site-navbar.transparent {
  background: transparent;
}
.site-navbar.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-navbar .site-logo {
  position: relative;
  left: 0;
  top: -5px;
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid rgb(242.7721518987, 243.0632911392, 244.2278481013) !important;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active > a {
  color: #ffcc00;
  display: inline-block;
  padding: 5px 20px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #ffcc00;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #ffcc00;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #ffcc00 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: rgb(243.5571428571, 245.4642857143, 248.6428571429);
  color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: rgb(243.5571428571, 245.4642857143, 248.6428571429);
  color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #ffcc00;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: rgb(25.5, 25.5, 25.5);
  height: 100vh;
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.site-mobile-menu:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500%;
  transform: translateX(-100%);
  transition: 0.3s all ease;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}
.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}
.offcanvas-menu .site-mobile-menu:before {
  opacity: 1;
  visibility: visible;
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #fff;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
  color: #ffcc00;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #ffcc00;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class=social] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class=social] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class=social] > li:first-child a {
  padding-left: 15px !important;
}

/* Blocks */
.header-bar {
  float: left;
  width: 250px;
  height: 100vh;
  min-height: 400px;
  overflow: auto;
  background: #000;
  padding: 0 30px 0 0;
  text-align: left;
  position: fixed;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .header-bar {
    width: 100%;
    position: fixed;
    z-index: 99;
    float: none;
    height: 70px !important;
    min-height: 70px;
  }
}
.header-bar .header_logo {
  width: 200px;
  height: auto !important;
  padding: 50px;
}
@media (max-width: 991.98px) {
  .header-bar .header_logo {
    width: 150px !important;
    height: auto !important;
    padding: 40px;
  }
}
.header-bar .site-logo {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .header-bar .site-logo {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.header-bar .site-logo a {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.header-bar .main-menu {
  margin-right: auto;
  padding-left: 30px !important;
}
@media (max-width: 991.98px) {
  .header-bar .main-menu {
    display: none;
  }
}
.header-bar ul {
  text-align: left;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 991.98px) {
  .header-bar ul {
    display: inline-block;
    margin-bottom: 0;
  }
}
.header-bar ul li {
  list-style: none;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .header-bar ul li {
    display: inline-block;
  }
}
.header-bar ul li a {
  display: block;
  padding: 4px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
}
@media (max-width: 991.98px) {
  .header-bar ul li a {
    padding: 4px 10px;
  }
}
.header-bar ul li a.active {
  color: #ffcc00;
}
.header-bar ul li.active a {
  color: #ffcc00;
}
.header-bar ul.social li {
  display: inline-block;
}
.header-bar ul.social li a {
  padding: 10px;
}
.header-bar ul.social li a:hover {
  color: #ffcc00;
}
.header-bar ul.social li:first-child a {
  padding-left: 0;
}

.main-content {
  float: right;
  width: calc(100% - 250px);
}
@media (max-width: 991.98px) {
  .main-content {
    width: 100%;
    position: relative;
    float: none;
  }
}
.main-content .container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.main-content .text-gold {
  color: #ffcc00 !important;
}
.main-content .section-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.main-content .section-photos_tabs {
  border-bottom: none;
  width: 100%;
  margin: 0;
  background: linear-gradient(180deg, rgba(255, 204, 0, 0.08), rgba(0, 0, 0, 0.35));
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.main-content .section-photos_tabs .nav-item {
  flex: 1 1 33.333%;
  margin: 0 !important;
}
.main-content .section-photos_tabs .nav-link {
  color: white;
  border: none;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px 16px;
  border-radius: 0;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.main-content .section-photos_tabs .nav-link:hover, .main-content .section-photos_tabs .nav-link:focus {
  background: linear-gradient(90deg, rgba(255, 204, 0, 0), rgba(255, 204, 0, 0.25), rgba(255, 204, 0, 0));
  color: #ffcc00;
}
.main-content .section-photos_tabs .nav-link.active {
  background-color: transparent;
  color: #ffcc00;
  border: none;
  background: linear-gradient(90deg, rgba(255, 204, 0, 0), rgba(255, 204, 0, 0.25), rgba(255, 204, 0, 0));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}
.main-content .photos .photo-item {
  position: relative;
}
.main-content .photos .photo-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.main-content .photos .photo-item .photo-text-more {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin-top: 30px;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.main-content .photos .photo-item .photo-text-more .icon {
  color: #fff;
  font-size: 20px;
}
.main-content .photos .photo-item .photo-text-more .heading {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.main-content .photos .photo-item .photo-text-more .meta {
  color: #cccccc;
  text-transform: uppercase;
  font-size: 12px;
}
.main-content .photos .photo-item img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .main-content .photos .photo-item img {
    height: 200px;
  }
}
.main-content .photos .photo-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.main-content .photos .photo-item:hover .photo-text-more {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.main-content .gallery-carousel {
  position: relative;
}
.main-content .gallery-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.main-content .gallery-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .gallery-carousel .gallery-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .gallery-carousel .photo-item {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  min-height: 260px;
  overflow: hidden;
  background: #0f1419;
}
.main-content .gallery-carousel .photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575.98px) {
  .main-content .gallery-carousel .photo-item {
    aspect-ratio: 3/4;
    min-height: 220px;
  }
}
.main-content .gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  display: block;
}
.main-content .gallery-carousel .owl-nav .owl-prev,
.main-content .gallery-carousel .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.55) !important;
  color: #ffcc00 !important;
  border: 1px solid rgba(255, 204, 0, 0.6) !important;
  border-radius: 999px;
  width: 46px;
  height: 46px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.main-content .gallery-carousel .owl-nav .owl-prev {
  left: 10px !important;
}
.main-content .gallery-carousel .owl-nav .owl-next {
  right: 10px !important;
  left: auto !important;
}
.main-content .gallery-carousel .owl-nav .owl-prev:hover,
.main-content .gallery-carousel .owl-nav .owl-next:hover {
  background: rgba(255, 204, 0, 0.9) !important;
  color: #000 !important;
  border-color: #ffcc00 !important;
  transform: translateY(-1px);
}

.site-mobile-menu .site-mobile-menu-body ul:first-child {
  margin-bottom: 20px !important;
  float: left;
}
.site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap {
  float: left;
  display: block;
  position: relative;
}
.site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap li,
.site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap li a {
  float: none;
  width: auto;
  display: inline;
}

.blog-entry .img-wrap {
  flex: 0 0 250px;
}
@media (max-width: 991.98px) {
  .blog-entry .img-wrap {
    flex: 0 0 100%;
  }
}
.blog-entry .blog-photo {
  height: 320px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 60%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 60%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .blog-entry .blog-photo {
    height: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.blog-entry h2 {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .blog-entry h2 {
    font-size: 18px;
  }
}
.blog-entry h2 a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .blog-entry h2.heading {
    font-size: 34px;
  }
}
.blog-entry .meta {
  color: rgb(114.75, 114.75, 114.75);
}

.custom-pagination {
  margin-top: 50px;
  margin-bottom: 50px;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.custom-pagination a {
  border-radius: 50%;
}
.custom-pagination a:hover {
  background: #ffcc00;
  color: #fff;
}

.site-section-hero {
  position: relative;
  overflow: hidden;
  background: #000;
}
.site-section-hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  transform: translateZ(0);
}
.site-section-hero .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  backface-visibility: hidden;
}
.site-section-hero:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transform: translateZ(0);
}
.site-section-hero,
.site-section-hero .row {
  height: 100vh;
  min-height: 500px;
  z-index: 2;
  position: relative;
}
@media (max-width: 991.98px) {
  .site-section-hero {
    margin-top: 70px !important;
    padding-top: 0 !important;
  }
  .site-section-hero,
  .site-section-hero .row {
    height: calc(100vh - 70px);
    min-height: 430px;
  }
}
.site-section-hero .heading {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .site-section-hero .heading {
    font-size: 4rem;
  }
}

.hero-title-alt {
  font-family: "Alex Brush", sans-serif;
}

.bg-image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.legal-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 28px;
  margin: 24px 0;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.legal-card a {
  color: #ffcc00;
}

.legal-page .heading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
}

.legal-page h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.legal-page h2 {
  font-size: 1.35rem;
  font-weight: 700;
}

.site-section {
  padding: 7em 0;
}
.site-section.darken-bg {
  background: rgb(25.5, 25.5, 25.5);
  position: relative;
}
.site-section.darken-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 4px;
  background: #ffcc00;
}
.site-section .heading {
  text-transform: none;
  font-family: "Forum", sans-serif;
  font-size: 40px;
  margin-bottom: 1em;
}
@media (max-width: 991.98px) {
  .site-section .heading {
    font-size: 40px;
  }
}

.block-13,
.slide-one-item {
  position: relative;
  z-index: 1;
}
.block-13 .owl-nav,
.slide-one-item .owl-nav {
  position: relative;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .block-13 .owl-nav,
  .slide-one-item .owl-nav {
    display: none;
  }
}
.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  color: #000;
}
.block-13 .owl-nav .owl-prev.disabled,
.block-13 .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled {
  opacity: 0.2;
}

.slide-one-item.home-slider .owl-dots {
  text-align: center;
}
.slide-one-item.home-slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 4px;
}
.slide-one-item.home-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333333;
  transition: 0.3s all ease;
}
.slide-one-item.home-slider .owl-dots .owl-dot.active span {
  background: #ffcc00;
}
.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%;
}
.slide-one-item.home-slider .owl-prev {
  left: -40px !important;
}
.slide-one-item.home-slider .owl-next {
  right: -40px !important;
}
.slide-one-item.home-slider .owl-prev,
.slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  transition: 0.3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px;
}
@media (min-width: 768px) {
  .slide-one-item.home-slider .owl-prev,
  .slide-one-item.home-slider .owl-next {
    font-size: 25px;
  }
}
.slide-one-item.home-slider .owl-prev > span,
.slide-one-item.home-slider .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus,
.slide-one-item.home-slider .owl-next:hover,
.slide-one-item.home-slider .owl-next:focus {
  background: #ffcc00;
}
.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible;
}

#section-testimonial .owl-carousel {
  margin-left: auto;
  margin-right: auto;
}
#section-testimonial .testimony {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
}
.sidebar-box *:last-child {
  margin-bottom: 0;
}
.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}
.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a,
.sidelink li a {
  display: block;
}
.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}
.categories li.active a,
.sidelink li.active a {
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
.comment-list li .vcard {
  width: 80px;
  float: left;
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}
.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
  font-size: 20px;
  color: #000;
}
.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.comment-list li .comment-body .reply:hover {
  color: #000;
  background: white;
}

.search-form .form-group {
  position: relative;
}
.search-form .form-group input {
  padding-right: 50px;
}
.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.post-meta a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.price-card {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  /* border: 1px solid rgba($gold, .2); */
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 204, 0, 0.1);
}
.price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ffcc00, transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.price-card::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 204, 0, 0.15) 0%, transparent 70%);
  pointer-events: none;
  transition: bottom 0.5s ease;
}
.price-card:hover {
  border: 1px solid #ffcc00;
  box-shadow: 0 20px 60px rgba(255, 204, 0, 0.2), inset 0 1px 0 rgba(255, 204, 0, 0.2);
  transform: translateY(-12px);
}
.price-card:hover::before {
  opacity: 1;
}
.price-card:hover::after {
  bottom: -50%;
}
.price-card:hover .price-card-image img {
  transform: scale(1.1);
}
.price-card .price-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, rgba(255, 204, 0, 0.1) 0%, transparent 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.price-card .price-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.price-card .price-card-header {
  padding: 40px 30px 30px;
  background: linear-gradient(135deg, rgba(255, 204, 0, 0.05) 0%, transparent 100%);
  text-align: center;
  position: relative;
  border-bottom: 1px solid rgba(255, 204, 0, 0.1);
}
.price-card .price-card-title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  /* font-family: "Oswald", arial, sans-serif; */
}
.price-card .price-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
}
.price-card .price-amount .currency {
  font-size: 56px;
  color: #ffcc00;
  font-weight: 700;
}
.price-card .price-amount .amount {
  font-size: 56px;
  color: #ffcc00;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 4px 20px rgba(255, 204, 0, 0.3);
}
.price-card .price-card-body {
  padding: 35px 30px;
  flex: 1;
  position: relative;
}
.price-card .price-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.price-card .price-features li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  margin-bottom: 16px;
  padding-left: 36px;
  position: relative;
  line-height: 1.7;
  font-weight: 500;
  transition: all 0.3s ease;
}
.price-card .price-features li:last-child {
  margin-bottom: 0;
}
.price-card .price-features li .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffcc00;
  font-weight: 900;
  font-size: 18px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.price-card .price-features li:hover {
  color: #ffcc00;
  transform: translateX(8px);
}
.price-card .price-features li:hover .icon {
  transform: scale(1.3);
}
.price-card .price-card-footer {
  padding: 30px;
  text-align: center;
  position: relative;
  margin-top: auto;
}
.price-card .price-card-footer .btn {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}
.price-card .price-card-footer .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.price-card .price-card-footer .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 204, 0, 0.4);
}
.price-card .price-card-footer .btn:hover::before {
  width: 300px;
  height: 300px;
}
.price-card.price-card-featured {
  position: relative;
  border: 2px solid #ffcc00;
  background: linear-gradient(135deg, rgba(255, 204, 0, 0.15) 0%, rgba(26, 26, 46, 0.9) 100%);
  transform: scale(1.06);
  z-index: 5;
}
.price-card.price-card-featured::before {
  height: 5px;
}
.price-card.price-card-featured:hover {
  box-shadow: 0 30px 80px rgba(255, 204, 0, 0.35), inset 0 1px 0 rgba(255, 204, 0, 0.4);
  transform: scale(1.12) translateY(-15px);
}
.price-card.price-card-featured .price-card-header {
  background: linear-gradient(135deg, rgba(255, 204, 0, 0.12) 0%, rgba(255, 204, 0, 0.04) 100%);
  border-bottom-color: #ffcc00;
}
.price-card.price-card-featured .price-card-title {
  color: #ffcc00;
  font-size: 26px;
  text-shadow: 0 4px 15px rgba(255, 204, 0, 0.2);
}
.price-card.price-card-featured .price-amount .amount {
  font-size: 64px;
  text-shadow: 0 6px 25px rgba(255, 204, 0, 0.4);
}
.price-card.price-card-featured .price-features li {
  color: #fff;
  font-weight: 600;
}
.price-card.price-card-featured .price-features li .icon {
  color: #ffcc00;
}
.price-card.price-card-featured .price-features li:hover {
  color: #ffcc00;
}

.badge-featured {
  position: absolute;
  top: 40px;
  right: -85px;
  left: auto;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #b8860b 0%, #ffd700 45%, #ffe7a0 55%, #ffcc00 100%);
  color: #2a1b00;
  padding: 10px 90px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  z-index: 20;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  font-family: "Poppins", arial, sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.35);
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  text-align: center;
}

.price-card.price-card-image-bg-overlay .price-card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  border-radius: 16px;
}
.price-card.price-card-image-bg-overlay .price-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.3) 0%, rgba(26, 26, 46, 0.95) 100%);
  z-index: 1;
}
.price-card.price-card-image-bg-overlay .price-card-header,
.price-card.price-card-image-bg-overlay .price-card-body,
.price-card.price-card-image-bg-overlay .price-card-footer {
  position: relative;
  z-index: 2;
}
.price-card.price-card-image-bg-overlay:hover .price-card-image {
  background-size: 105%;
}

@media (max-width: 991.98px) {
  .price-card {
    margin-bottom: 35px;
  }
  .price-card .price-amount .amount {
    font-size: 48px;
  }
  .price-card .price-card-title {
    font-size: 20px;
  }
  .price-card.price-card-featured {
    transform: scale(1.04);
  }
  .price-card.price-card-featured:hover {
    transform: scale(1.08) translateY(-12px);
  }
}
.price-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 0;
}

.price-note-icon {
  color: #ffcc00;
  font-size: 16px;
}

#section-process {
  position: relative;
}
#section-process .timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
#section-process .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #ffcc00 0%, rgba(255, 204, 0, 0.2) 100%);
}
@media (max-width: 991.98px) {
  #section-process .timeline::before {
    left: 30px;
  }
}
#section-process .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 991.98px) {
  #section-process .timeline-item {
    margin-bottom: 40px;
    margin-left: 80px;
  }
}
@media (min-width: 992px) {
  #section-process .timeline-item:nth-child(odd) {
    margin-left: 0;
    margin-right: 52%;
    text-align: right;
  }
  #section-process .timeline-item:nth-child(odd) .timeline-marker {
    right: -65px;
    left: auto;
  }
  #section-process .timeline-item:nth-child(odd) .timeline-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  #section-process .timeline-item:nth-child(even) {
    margin-left: 52%;
    margin-right: 0;
    text-align: left;
  }
  #section-process .timeline-item:nth-child(even) .timeline-marker {
    left: -17px;
  }
  #section-process .timeline-item:nth-child(even) .timeline-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#section-process .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  width: 48px;
  height: 48px;
  background: #ffcc00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  z-index: 10;
  box-shadow: 0 10px 25px rgba(255, 204, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 991.98px) {
  #section-process .timeline-marker {
    left: 0;
    top: 18px;
    width: 44px;
    height: 44px;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(255, 204, 0, 0.3);
  }
}
#section-process .timeline-marker span {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  #section-process .timeline-marker span {
    font-size: 18px;
  }
}
#section-process .timeline-item:hover .timeline-marker {
  transform: translateX(-50%) scale(1.08);
  box-shadow: 0 12px 28px rgba(255, 204, 0, 0.4);
}
#section-process .timeline-content {
  background: rgba(255, 204, 0, 0.03);
  border: 1px solid rgba(255, 204, 0, 0.15);
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
}
#section-process .timeline-content::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid rgba(255, 204, 0, 0.03);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  #section-process .timeline-content::after {
    display: none;
  }
}
#section-process .timeline-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffcc00;
  margin-bottom: 12px;
  margin-top: 0;
  transition: color 0.3s ease;
}
#section-process .timeline-content p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
#section-process .timeline-item:hover .timeline-content {
  background: rgba(255, 204, 0, 0.08);
  border-color: #ffcc00;
  box-shadow: 0 8px 25px rgba(255, 204, 0, 0.15);
}
#section-process .timeline-item:hover .timeline-content h3 {
  color: #ffcc00;
}
@media (max-width: 991.98px) {
  #section-process .timeline::before {
    left: 30px;
  }
  #section-process .timeline-item {
    margin-left: 80px !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
  #section-process .timeline-item:nth-child(odd) .timeline-content, #section-process .timeline-item:nth-child(even) .timeline-content {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  #section-process .timeline-marker {
    left: -50px !important;
  }
}

.border-gold {
  border-top-color: #ffcc00 !important;
}

#section-bio .about-subtitle {
  max-width: 680px;
  margin: 0 auto 10px auto;
  opacity: 0.85;
  font-size: 16px;
  line-height: 1.7;
}
#section-bio .about-layout {
  padding-top: 10px;
}
#section-bio .about-photo {
  height: 420px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 60%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 60%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  #section-bio .about-photo {
    height: 320px;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
#section-bio .about-content {
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  #section-bio .about-content {
    padding-left: 0;
    padding-top: 10px;
  }
}
#section-bio .about-highlights {
  list-style: none;
  padding: 0;
  margin: 18px 0 22px 0;
}
#section-bio .about-highlights li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
}
#section-bio .about-highlights .icon {
  color: #ffcc00;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 2px;
}
#section-bio .about-actions .btn {
  min-width: 180px;
}
@media (max-width: 991.98px) {
  #section-bio .about-actions .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  #section-bio .about-actions .btn + .btn {
    margin-left: 0 !important;
  }
}
#section-bio .btn-gold-outline {
  background: transparent;
  border: 1px solid rgba(255, 204, 0, 0.8);
  color: #ffcc00;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
}
#section-bio .btn-gold-outline:hover, #section-bio .btn-gold-outline:focus {
  background: #ffcc00;
  color: #000;
  box-shadow: 0 10px 25px rgba(255, 204, 0, 0.35);
}

.feature-box {
  transition: all 0.3s ease;
  padding: 30px 20px;
  border-radius: 8px;
  background: rgba(255, 204, 0, 0.03);
  border: 1px solid rgba(255, 204, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 15px;
  word-break: normal;
}
.feature-box:hover {
  background: rgba(255, 204, 0, 0.08);
  border-color: #ffcc00;
  transform: translateY(-8px);
}
.feature-box:hover .feature-icon {
  animation: bounce-icon 0.6s ease;
}
.feature-box:hover h4 {
  color: #ffcc00;
}
.feature-box .feature-icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.feature-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  color: #fff;
}
.feature-box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .feature-box {
    margin-bottom: 20px;
  }
}

@keyframes bounce-icon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.price-card .price-details-toggle {
  margin: 12px auto 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: color 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.price-card .price-details-toggle:hover, .price-card .price-details-toggle:focus {
  color: #ffcc00;
  border-color: rgba(255, 204, 0, 0.5);
  background: rgba(255, 204, 0, 0.08);
  opacity: 0.95;
}
.price-card .price-details-toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: 2px;
}
.price-card .price-details-toggle[aria-expanded=true]::after {
  transform: rotate(-135deg);
}
.price-card .price-details-toggle .toggle-less {
  display: none;
}
.price-card .price-details-toggle[aria-expanded=true] .toggle-more {
  display: none;
}
.price-card .price-details-toggle[aria-expanded=true] .toggle-less {
  display: inline;
}
.price-card .price-details-collapse {
  margin-top: 12px;
}

.contact-fab {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #b8860b, #ffd700, #ffcc00);
  color: #111;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-fab:hover, .contact-fab:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
}

.contact-fab-icon {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
  transform: translateY(2px);
}

.modal-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: left;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
}

.contact-modal-profile {
  text-align: center;
  font-family: "Forum", sans-serif;
}

.contact-modal-name {
  font-family: "Forum", sans-serif;
  font-size: 22px;
  margin: 10px 0 4px;
}

.contact-modal-role {
  font-size: 1rem;
  opacity: 0.8;
}

.modal-header {
  justify-content: center;
  position: relative;
}
.modal-header .close {
  position: absolute;
  right: 0;
  top: -25px;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  border: none;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  display: block;
  align-items: initial;
  justify-content: initial;
  transition: none;
  font-weight: 300;
  font-size: 2rem;
}

.contact-option-btn {
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1px solid rgba(255, 204, 0, 0.35) !important;
  color: #fff !important;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  text-align: center;
  padding: 10px 14px !important;
  min-width: 300px;
}
.contact-option-btn:hover, .contact-option-btn:focus {
  background: rgba(255, 204, 0, 0.18) !important;
  border-color: rgba(255, 204, 0, 0.7) !important;
  color: #ffcc00 !important;
}

#contactOptionsModal .modal-content {
  background: rgba(15, 20, 25, 0.75) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 18px;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

@keyframes galleryArrowFade {
  to {
    opacity: 0.35;
  }
}
.video-section .video-frame {
  padding: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}
.video-section .video-embed {
  position: relative;
  padding-top: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  background: #0b0f14;
}
.video-section .video-embed video,
.video-section .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section .video-section-text {
  opacity: 0.85;
  font-size: 1rem;
  line-height: 1.6;
  margin: 16px 0;
}
.video-section .video-section-list {
  list-style: none;
  padding-left: 0;
  margin: 18px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-section .video-section-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.95rem;
}
.video-section .video-section-list li::before {
  content: "✓";
  color: #ffcc00;
  font-weight: bold;
  flex-shrink: 0;
}
.video-section .video-note {
  margin-top: 12px;
  opacity: 0.7;
  font-size: 0.9rem;
}

/*# sourceMappingURL=style.css.map */
