@import url(bootstrap.min.css);
@import url(fonts.css);
@import url(from.css);
@import url(space.css);
@import url(images.css);
@import url(animate.css);
body {
  background-color: #000;
  /* color: #433726; */
}


[data-bs-theme=dark]{
  --bs-body-bg: #171717;
}

a{
  color: #DAC3A4;
}
a:hover{
  color: #d0b48e;
}

.text-primary{
  color: #DAC3A4 !important;
}

.text-secondary{
  color: #a2a2a2 !important;
}

.bg-dark {
  background-color: #171717 !important;
}

.text-gradien{
  background: linear-gradient(91deg, #FEF4D9 0%, #F9E1A2 60%, #FBD5B3 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


table{
  font-size: 14px;;
}



/* button */

.btn {
  padding: 0.875rem 1.375rem;
  font-family: "century_gothic-bold";
  font-size: 16px;
}

/* @media (min-width:1400px) {
  .btn{
    padding: 0.875rem 1.375rem;
  }
} */


.btn-link {
  text-decoration: none;
}

.btn-link.text-light:hover svg{
 fill:#000;
}

.btn-link:hover {
  color: #000 !important;
  background-color: #f8f9fa !important;
}

/* 
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #224046;
  --bs-btn-border-color: #224046;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #285f6a;
  --bs-btn-hover-border-color: #285f6a;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #16343a;
  --bs-btn-active-border-color: #16343a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(255, 255, 255, 0.5);
  --bs-btn-disabled-bg: #224046;
  --bs-btn-disabled-border-color: #224046;

  --bs-btn-color: #000;
  --bs-btn-bg: #DAC3A4;
  --bs-btn-border-color: #DAC3A4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ebd5b9;
  --bs-btn-hover-border-color: #ebd5b9;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cfb491;
  --bs-btn-active-border-color: #cfb491;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(255, 255, 255, 0.5);
  --bs-btn-disabled-bg: #DAC3A4;
  --bs-btn-disabled-border-color: #DAC3A4;
} */


.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #DAC3A4;
  --bs-btn-border-color: #DAC3A4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ebd5b9;
  --bs-btn-hover-border-color: #ebd5b9;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cfb491;
  --bs-btn-active-border-color: #cfb491;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(255, 255, 255, 0.5);
  --bs-btn-disabled-bg: #DAC3A4;
  --bs-btn-disabled-border-color: #DAC3A4;
}







.btn:not(.disabled) .spinner-border,
.btn:not(:disabled) .spinner-border {
  display: none;
  /* width: 1rem !important;
  height: 1rem !important; */
}


.btn.disabled .spinner-border,
.btn:disabled .spinner-border {
  display: inline-block;
}



.home-section{
  height: calc(100% - 48px) !important;
}

@media (min-width:768px) {
  .home-section{
    height: calc(100% - 70px) !important;
  }
}

@media (min-width:1400px) {
  .home-section-title{
    margin-top: 80px !important;
  }

  .home-section-footer{
    margin-bottom: 80px !important;
  }
}

@media (min-width:2800px) {
  .home-section-title{
    margin-top: 160px !important;
  }

  .home-section-footer{
    margin-bottom: 160px !important;
  }
}





@media (min-width: 768px) {
  .ratio-custom {
    --bs-aspect-ratio: auto;
    height: 100%;
  }
}



.ar-icon {
  width: 48px;
  height: 48px;
}

/* @media (min-width: 768px) {
  .ar-qrcode {
    margin-left: -10px;
  }
} */

@media (min-width: 1400px) {
  .ar-section h4 {
    font-size: 2rem;
  }

  .ar-section p {
    font-size: 1.25rem;
  }

  .ar-icon {
    width: 72px;
    height: 72px;
  }
}

@media (min-width: 2800px) {
  .ar-section h4 {
    font-size: 3.2rem;
  }

  .ar-icon {
    width: 96px;
    height: 96px;
  }

  .ar-qrcode {
    width: 276px;
    height: 276px;
  }
}

/* header & footer*/
.header-custom {
  z-index: 999999;
}

.header-custom * {
  font-size: 16px;
}

.header-custom .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 20px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%) !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.header-custom .nav-item {
  padding: 0.25rem 0;
}

.header-custom .navbar-brand {
  margin-left: 10px;
  margin-right: 0;
  padding-top: 0;
}

.header-custom .navbar-toggler:focus {
  border: 0;
  box-shadow: none;
}

.header-custom .dropdown-menu {
  background-color: transparent !important;
  border: 0 !important;
}

.header-custom .dropdown-item {
  color: #fff !important;
  font-family: "century_gothic-bold";
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.dropdown-toggle {
  padding-right: 1.5rem !important;
}

.dropdown-toggle::after {
  position: absolute;
  right: 0.3em;
  top: 1.5em;
  border: 0 !important;
  width: 8px;
  height: 2px;
  background-color: #f4f4f4;
  border-radius: 1rem;
  transform: rotate(45deg);
}

.dropdown-toggle::before {
  display: inline-block;
  right: 0;
  top: 1.5em;
  position: absolute;
  vertical-align: 0.255em;
  content: "";
  border: 0 !important;
  width: 0.5rem;
  height: 0.125rem;
  background-color: #f4f4f4;
  border-radius: 1rem;
  transform: rotate(-45deg);
}

.footer-custom {
  padding-top: 60px;
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
}

.footer-custom .row {
  font-size: 14px;
}

@media (min-width:1200px) {
  .footer-custom .row {
    font-size: 18px;
  }
}



.footer-custom form {
  max-width: 450px;
}

@media (min-width:992px) {
  .footer-custom .order-md-last {
    order: initial !important;
  }
}


.footer-custom .input-group .form-control {
  background-color: transparent;
  /* border-right-width: 0; */
}
.footer-custom .input-group .btn {
 border-top-right-radius:0.375rem !important;
 border-bottom-right-radius:0.375rem !important;
}


.footer-custom .input-group .form-control:focus {
  box-shadow: none !important;
  border-color: #dee2e6;
}

/* .footer-custom .btn-outline-secondary {
  background-color: transparent;
  border-color: #dee2e6;
  border-left-width: 0;
} */

.footer-custom .btn-outline-secondary:active {
  background-color: #ddd;
  border-color: #dee2e6;
}

@media (min-width:1200px) {
  .footer-custom .col-lg-2.col-xxl-2 {
    width: 15%;
  }

  .footer-custom .col-lg-6.col-xxl-5 {
    width: 35%;
  }

  .footer-custom .col-lg-4.col-xxl-5 {
    margin-left: auto;
    width: 35%;
  }
}

@media (min-width:1900px) {
  .footer-custom .col-lg-2.col-xxl-2 {
    width: 10%;
  }

  .footer-custom .col-lg-6.col-xxl-5 {
    width: 20%;
  }
  .footer-custom .col-lg-4.col-xxl-5 {
    width: 25%;
  }
}




@media (min-width: 992px) {
  .header-custom .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-custom {
    padding-top: 60px;
    padding-bottom: 28px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 575.98px) {
  .header-custom .dropdown-item {
    border-bottom: solid 1px #eee;
    margin: 0.5rem 0;
  }

  .header-custom .dropdown-item:last-child {
    border: 0;
  }
}

@media (min-width: 768px) {
  .header-custom .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.2) !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .header-custom .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }

  .header-custom .nav-item {
    border-bottom: none;
  }
}

.header-custom._white .navbar {
  background: #000 !important;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  transition: 1s;
}

/* .header-custom._white .navbar * {
  color: #000 !important;
} */

/* .header-custom._white .dropdown-toggle::after,
.header-custom._white .dropdown-toggle::before {
  background-color: #000 !important;
} */

/* .header-custom._white svg {
  fill: #000 !important;
} */

/* .header-custom._white .btn-outline-light {
  background-color: #433726 !important;
  border-color: #433726 !important;
  color: #fff !important;
} */

/* .header-custom._white .btn-outline-light:hover {
  background-color: #000 !important;
  border-color: #000 !important;
} */

.header-custom._white .dropdown-menu {
  background-color: #000 !important;
}

@media (min-width: 576px) {
  .header-custom._white .dropdown-menu {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 575.98px) {
  .header-custom._white .dropdown-item {
    /* color: #000 !important; */
    padding-left: 0;
    padding-right: 0;
  }
}

/* .header-custom._white .dropdown-item {
  color: #000 !important;
} */

/* reserve-card */

.reserve-card {
  background-color: #171717 !important;
}

@media (max-width: 991.98px) {
  .reserve-card.h-100 {
    height: auto !important;
  }

  .reserve-card .modal-footer {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #171717;
    z-index: 99;
  }

  .reserve-card .modal-body {
    padding-bottom: 260px !important;
    overflow: hidden;
  }

  .reserve-card .form-modal-body{
    padding-bottom: 240px !important;
  }


}

@media (min-width: 992px) {

  .reserve-slide .carousel,
  .reserve-slide .carousel-inner,
  .reserve-slide .carousel-item {
    height: 100%;
  }

  .reserve-slide .ratio-16x9::before {
    padding-top: auto;
  }
}

.reserve-slide {
  position: relative;
}

.reserve-logo {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 99;
}


@media (min-width: 1400px) {
  .reserve-card {
    max-width: 450px;
  }
}

.accordion-item {
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
}

.accordion-button {
  padding: 24px;
  border: solid 1px #495057;
  border-radius: 6px !important;
  background-color: transparent;
}

.accordion-button::after {
  display: none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 3px;
}

.accordion-collapse .btn-outline-light:hover svg{
  fill: #000;
}



.accordion .form-control {
  padding: 0.75rem 0.5rem;
  background-color: transparent;
}




.avator-img {
  width: 128px;
  height: 128px;
}

@media (min-width: 1200px) {
  .avator-img {
    width: 200px;
    height: 200px;
  }
}



@media (max-width: 767.98px) {

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  max-width: 100px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5rem;
  width: 3rem;
  height: 3rem;
  background-size: 50%;
}

.carousel-control-next-icon {
  background-position: 0.8rem;
}

.carousel-control-prev-icon {
  background-position: 0.7rem;
}

.carousel-indicators {
  margin-bottom: 1rem;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 1rem;
  border: 0;
}

@media (max-width: 575.98px) {
  .ratio-custom.order {
    --bs-aspect-ratio: 150%;
  }

  .order .btn {
    width: 100%;
  }
}

.order-card {
  max-width: 450px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 0.5rem;
}

.order-tree .order-tree-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.order-tree .order-tree-item::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 8px;
  height: 100%;
  /* border-left: dashed 1px rgba(255, 255, 255, 0.1); */
}

.order-tree .order-tree-item:last-child::before {
  border: 0;
}

.order-tree .order-tree-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 1rem;
  background-color: #DAC3A4;
}

.order-tree .order-tree-item._done::after{
  background-color: #2ac467;
} 
.order-tree .order-tree-item._concel::after{
  background-color: #d40d42;
} 


.half-space {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 2800px) {
  .half-space {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}


@media (min-width: 2000px) {
  .avatar-custom>* {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
}

@media (max-width: 575.98px) {
  .status-page {
    padding-top: 66px;
  }

  .status-page .header-custom {
    position: fixed;
    top: 0;
  }
}


/* Press page */

.press-group .press-group-item {
  text-decoration: none;
  color: #fff;
  display: block;
}

.press-group .press-group-item:hover {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  transition: .5s;
  transform: scale(.98);
}


.press-group .press-tag,
.press-group .press-time {
  font-size: 14px !important;
}

.press-group .press-title {
  font-size: 20px !important;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.press-tag {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  height: 20px;
  padding-left: 30px;
}

.press-tag::after {
  content: '';
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath d='M14.1925 7.27579L14.1854 12.6625L15.8216 12.6604L15.8325 4.47919L7.65127 4.49002L7.6491 6.12626L13.0383 6.11912L4.16699 14.9904L5.32245 16.1459L14.1925 7.27579Z' fill='white'/%3e%3c/svg%3e");
}

@media (min-width:992px) {

  .press-group .press-tag,
  .press-group .press-time {
    font-size: 16px !important;
  }

  .press-group .press-title {
    font-size: 28px !important;
    line-height: 1.3;
  }
}

@media (min-width:1200px) {
  .press-group .press-title {
    font-size: 36px !important;
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .press-tag {
    height: 32px;
    padding-left: 42px;
  }

  .press-tag::after {
    content: '';
    width: 24px;
    height: 24px;
  }
}


@media (min-width:1400px) {
  .press-group .col-xxl-4 {
    width: 36%;
  }

  .press-group .col-xxl-8 {
    width: 64%;
  }
}


@media (min-width:1900px) {
  .press-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }

  .press-group .press-title {
    font-size: 30px !important;
  }

  .press-group>.press-group-item {
    flex: 0 0 auto;
    width: calc(50% - 5px);
  }

  .press-group .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .press-group .g-xxl-5,
  .press-group .gx-xxl-5 {
    --bs-gutter-x: 60px
  }

  .press-group .press-group-item .row :not(.order-md-last).col-xxl-8 {
    order: 6 !important;
  }

  .press-group .press-group-item .row :not(.order-md-firstt).col-xxl-4 {
    order: -1 !important;
  }
}

@media (min-width:2800px) {
  .press-group .press-title {
    font-size: 48px !important;
  }
}


@media (min-width:768px) {
  .overlay-video{
    --bs-aspect-ratio: auto;
    height: calc(100% - 70px) !important;
  }
}


.overlay-video video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  /*cover video background */
  /* z-index: -100; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}




.order-error{
  color: #fff;
  background: rgba(228, 19, 19, 0.3);
  backdrop-filter: blur(20px);
  border: none;
}



/* @media (min-width:2800px) {
  .modal-footer-check{
    line-height: .7;
  }
} */

.btn-close{
  width: 24px;
  height: 24px;
  font-size: 20px;
}

.page-link{
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
  border:0;
  width: 28px;
  height: 28px;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 5px;
  padding: 0;
  font-size: 13px;
}
.page-link:hover {
  z-index: 2;
  color: #8bb8d1;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.active>.page-link, .page-link.active{
  color: #3fd7f5;
  background-color: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .2);
}

.disabled>.page-link, .page-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, .2);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 5rem;
}

.modal-tab.nav-underline .nav-link.active, 
.modal-tab.nav-underline .show>.nav-link {
  font-weight: 700;
  color: #DAC3A4;
  border-bottom-color: #DAC3A4;
  opacity: 1;
}


.modal-tab .nav-link{
  color: #DAC3A4;
  opacity: .6;
}


.offcanvas._white {

border-top-left-radius: 1.25rem;
border-top-right-radius:1.25rem;
background-color: #000;


}

/* .offcanvas._white .btn-close{
  --bs-btn-close-white-filter:none;
  } */


@media (min-width:992px) {
  .offcanvas {
    width: 41.66666667%;
    left: auto !important;
    right: 0 !important;
  }
}

@media (min-width:1400px) {
  .offcanvas {
    max-width: 450px;
    
  }
}

iframe{
  color-scheme:light
}


.order38  .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.order38  .card-img-overlay ul{
  color: #DAC3A4;
}

@media (min-width:768px) {
  .order38-box{
    width: 720px;
  }
  .order38-box .card{
    height: 80%;
  }
}



@media (max-width:767.98px) {
  .order38 .card-img-overlay{
    position: relative !important;
    background-color: #171717;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}


.pricing-check{
  /* border: solid 1px #eee; */
  font-size: 14px;
  border-radius: .5rem;
  box-shadow: 0 0 0 1px #c1cbd5;
}
.pricing-check ul{
  color: #cfb491;
  margin-top: 16px;
  padding-left: 20px;
}

.pricing-check ._pricing{
  font-size: 16px;
}


.pricing-check.selected{
  /* border:solid 3px #fff; */
  box-shadow: 0 0 0 3px white;
}

.price-card{
  background-color: #212121;
  font-size: 14px;
  border:0
}

.btn-collapse.collapsed ._on{
  display: none;
}

.btn-collapse ._off{
  display: none;
}

.btn-collapse.collapsed ._off{
  display: inline-block;
}
