@font-face {
    font-family: 'MonumentExtended';
    src: url('../webfonts/MonumentExtended/MonumentExtended-Regular.woff2') format('woff2'),
        url('../webfonts/MonumentExtended/MonumentExtended-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MonumentExtended';
    src: url('../webfonts/MonumentExtended/MonumentExtended-Ultrabold.woff2') format('woff2'),
        url('../webfonts/MonumentExtended/MonumentExtended-Ultrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN';
    src: url('../webfonts/DIN/DIN-Light.woff2') format('woff2'),
        url('../webfonts/DIN/DIN-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN';
    src: url('../webfonts/DIN/DIN-Regular.woff2') format('woff2'),
        url('../webfonts/DIN/DIN-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN';
    src: url('../webfonts/DIN/DIN-Medium.woff2') format('woff2'),
        url('../webfonts/DIN/DIN-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN';
    src: url('../webfonts/DIN/DIN-Bold.woff2') format('woff2'),
        url('../webfonts/DIN/DIN-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN';
    src: url('../webfonts/DIN/DIN-Black.woff2') format('woff2'),
        url('../webfonts/DIN/DIN-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* COMMON STYLE :START */

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #E3B021;
}

/* ----- hd-style :start ----- */
.hd-style-1 {
    color: #ffffff;
    margin-bottom: 15px;
}
.hd-style-1 h1, 
.hd-style-1 h2, 
.hd-style-1 h3, 
.hd-style-1 h4, 
.hd-style-1 h5, 
.hd-style-1 h6 {
    font-family: 'MonumentExtended';
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    margin: 0;
}
/* ----- hd-style :end ----- */

/* ----- .btn-style-1 :start ----- */
.btn-style-1 {
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    background: #e3b021;
    border-radius: 26px;
    margin: 25px 0 0 0;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-style-1:hover {
    color: #000000;
    background: #ffffff;
}
/* ----- .btn-style-1 :end ----- */

/* ---- accordion-style-1 :start ---- */
.accordion-style-1 {
    border-top: 1px solid rgba(255, 255, 255, 0.149);
    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
}
.pspg-btn-back {
    width: 100%;
    max-width: 315px;
    height: 50px;
}
.accordion-style-1 .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    color: #ffffff;
    background-color: transparent;
    padding: 15px 0px;
    box-shadow: none;
    width: 100%;
    height: auto;
    min-height: 80px;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button::after {
    width: 43px;
    height: 43px;
    background-color: rgba(255, 255, 255, 0.059);
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="%23E3B021" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="12" y1="5" x2="12" y2="19"%3E%3C/line%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E');
    background-position: center;
    border-radius: 8px;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-color: #E3B021;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="%23000000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="18" y1="6" x2="6" y2="18"%3E%3C/line%3E%3Cline x1="6" y1="6" x2="18" y2="18"%3E%3C/line%3E%3C/svg%3E');
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
}
.accordion-style-1 .accordion-item .accordion-body {
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
    padding: 0px 0px 15px 0px;
}
/* ---- accordion-style-1 :end ---- */

/* ---- accordion-style-2 :start ---- */
.accordion-style-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.149);
    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
}
.accordion-style-2 .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
}
.accordion-style-2 .accordion-item .accordion-header .accordion-button {
    color: #ffffff;
    background-color: transparent;
    padding: 20px 10px;
    box-shadow: none;
    width: 100%;
    height: auto;
}
.accordion-style-2 .accordion-item .accordion-header .accordion-button h2 {
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.accordion-style-2 .accordion-item .accordion-header .accordion-button h2 span {
    color: #E3B021;
}
.accordion-style-2 .accordion-item .accordion-header .accordion-button p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 0;
}
.accordion-style-2 .accordion-item .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23E3B021' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.accordion-style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23E3B021' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.accordion-style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
}
.accordion-style-2 .accordion-item .accordion-body {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    padding: 0px 0px 40px 0px;
}
/* ---- accordion-style-2 :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-label {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 7px;
}
.form-style-1 .form-label em {
    color: #E5B52F;
}
.form-style-1 .form-control {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.251);
    border-radius: 9px;
    overflow: hidden;
    padding: 14px 17px;
    transition: 0.5s;
}
.form-style-1 .form-control:focus {
    border-color: #E3B021;
    box-shadow: none;
}
.form-style-1 .form-control:disabled {
    background-color: #e8e8e8;
}
.form-style-1 .form-control::placeholder {
    color: #868686;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 55px;
    font-size: 17px;
    line-height: 1;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.251);
    border-radius: 9px;
    display: flex;
    align-items: center;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 15px;
    filter: brightness(0) invert(1);
    background-image: url('../images/select-arrow.webp');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
.form-style-1 .nice-select .list {
    width: 100%;
}
.form-style-1 .form-group{
    margin-bottom: 20px;
}
/* ---- form-style-1 :end ---- */

/* ---- checkbox-style-1 :start ---- */
.checkbox-style-1 {
    display: flex;
    align-items: center;
}
.checkbox-style-1.form-check-inline {
    display: inline-flex;
}
.checkbox-style-1 .form-check-input {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    transition: 0.5s;
}
.checkbox-style-1 .form-check-input:focus {
    box-shadow: none;
}
.checkbox-style-1 .form-check-input:hover {
    background-color: #FFFFFF;
}
.checkbox-style-1 .form-check-input:checked {
    background-color: #E3B021;
    border-color: #E3B021;
}
.checkbox-style-1 .form-check-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    margin-top: 3px;
    margin-left: 10px;
    height: 100%;
    text-align: left;
}
.checkbox-style-1 .form-check-label a {
    color: #E3B021;
    text-decoration: underline;
}
.checkbox-style-1 .form-check-label a:hover {
    color: #E3B021;
    text-decoration: none;
}
/* ---- checkbox-style-1 :end ---- */

/* ----  list__scroll :start ---- */
.list__scroll .list {
    max-height: 400px;
    overflow: auto;
}
.list__scroll .simplebar-track.simplebar-vertical {
    width: 7px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 5px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}
.list__scroll .simplebar-scrollbar:before {
    border-radius: 0;
}
.list__scroll .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.3;
}
/* ----  list__scroll :end ---- */

/* .toast-style-1 :start */
.toast-style-1 {
    color: #ffffff;
    background-color: #252525;
    border: 1px solid rgba(227, 176, 33, 0.7);
}
/* .toast-style-1 :end */

/* COMMON STYLE :END */


/* Confirm details section :start */
.confirm-details-section {
    width: 100%;
    height: auto;
    color: #ffffff;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(18, 18, 18, 1) 100%);
    padding: 100px 0px;
    position: relative;
}
.confirm-details-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  width: 100%;
  height: 7px;
  background: url('../images/black-pattern.webp') left top repeat-x;
  z-index: 9;
}
.confirm-details-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 7px;
  background: url('../images/dark-pattern.webp') left top repeat-x;
  z-index: 9;
}
.confirm-details-section .cdsec-title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 75px;
}
.confirm-details-section .cdsec-title h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.confirm-details-section .cdsec-content {
    width: 100%;
    height: auto;
}


.confirm-details-section .cdsec-content .cdscont-bottom {
    width: 100%;
    height: auto;
    padding: 0px 40px;
    margin-top: 35px;
}
.confirm-details-section .cdsec-content .cdscont-bottom p {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #FFFFFF;
}
/* Confirm details section :end */

/* Gallery section :start */
.gallery-section {
    width: 100%;
    height: auto;
    background-color: #000000;
    position: relative;
    /* padding: 50px 0px 0px; */
}
.gallery-section::after {
    content: "";
    width: 100%;
    height: 130px;
    background: linear-gradient(180deg, #000000 14.3%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.gallery-section .galsec-title {
    position: absolute;
    top: 50px;
    left: 50%;
    /* right: 0; */
    /* width: 100%; */
    height: auto;
    text-align: center;
    z-index: 1;
    transform: translateX(-50%);
    z-index: 10;
}

.gallery-list-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: -50px; */
}
.gallery-list-wrap .glw-item {
    width: 33.3333%;
    height: auto;
    aspect-ratio: 455/255;
    background-color: #000000;
    cursor: zoom-in;
}
.gallery-list-wrap .glw-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.gallery-list-wrap .glw-item:hover img {
    opacity: 0.5;
}
/* Gallery section :end */

/* FAQ section :start */
.faq-section {
    width: 100%;
    height: auto;
    background-color: #000000;
    padding: 50px 0px;
}
.faqsec-title {
    text-align: center;
    margin-bottom: 40px;
}
.faq-section .faqsec-subtitle h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #e3b021;
    margin: 0;
    margin-bottom: 10px;
}

.faq-accordion .accordion-item .accordion-body {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
}
.faq-accordion .accordion-item .accordion-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    margin-top: 24px;
    margin-bottom: 12px;
}
.faq-accordion .accordion-item .accordion-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.faq-accordion .accordion-item .accordion-body ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}
.faq-accordion .accordion-item .accordion-body ul li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
}


.faq-accordion-main > .accordion-item > .accordion-header > .accordion-button {
    color: #e3b021;
}
.faq-accordion-main > .accordion-item > .accordion-header > .accordion-button:not(.collapsed) {
    color: #e3b021;
}
/* FAQ section :end */











/* ---- shopping-navstabs-wrap :start ---- */
.shopping-navstabs-wrap {
    width: 100%;
    height: auto;
    border: 1px solid #303030;
    border-radius: 22px;
    overflow: hidden;
}
.shopping-navstabs-wrap .nav-pills .nav-item {
    flex: 1;
}
.shopping-navstabs-wrap .nav-pills .nav-item:not(:first-child) {
    margin-left: -17px;
}
.shopping-navstabs-wrap .nav-pills .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background-color: #121212;
    border-radius: 0px 19px 0px 0px;
    /* padding: 16px 50px; */
    padding: 16px 16px 31px 16px;
    width: 100%;
}


.shopping-navstabs-wrap .nav-pills .nav-item.c1 {
    z-index: 5;
}
.shopping-navstabs-wrap .nav-pills .nav-item.c1 .nav-link {
    color: #ffffff;
    background-color: #121212;
}
.shopping-navstabs-wrap .nav-pills .nav-item.c2 {
    z-index: 4;
}
.shopping-navstabs-wrap .nav-pills .nav-item.c2 .nav-link {
    color: #ffffff;
    background-color: #252525;
}
.shopping-navstabs-wrap .nav-pills .nav-item.c3 {
    z-index: 3;
}
.shopping-navstabs-wrap .nav-pills .nav-item.c3 .nav-link {
    color: #ffffff;
    background-color: #616161;
}
.shopping-navstabs-wrap .nav-pills .nav-item.c4 {
    z-index: 2;
}
.shopping-navstabs-wrap .nav-pills .nav-item.c4 .nav-link {
    color: #000000;
    background-color: #ADADAD;
}
.shopping-navstabs-wrap .nav-pills .nav-item.c5 {
    z-index: 1;
}
.shopping-navstabs-wrap .nav-pills .nav-item.c5 .nav-link {
    color: #000000;
    background-color: #E4E4E4;
}


.shopping-navstabs-wrap .nav-pills .nav-item:has(.nav-link.active) {
    z-index: 9;
}
.shopping-navstabs-wrap .nav-pills .nav-item .nav-link.active {
    font-weight: 800;
    color: #E3B021;
    background-color: #000000;
    border-top-left-radius: 19px;
}


.shopping-navstabs-wrap .tab-content {
    width: 100%;
    background-color: #000000;
    border-top-right-radius: 22px;
    margin-top: -15px;
    z-index: 1;
    position: relative;
    z-index: 99;
    transition: all 0.5s;
}

.shopping-navstabs-wrap .tab-content .sntab-hd-1 {
    color: #ffffff;
    margin-bottom: 15px;
}
.shopping-navstabs-wrap .tab-content .sntab-hd-1 h1, 
.shopping-navstabs-wrap .tab-content .sntab-hd-1 h2, 
.shopping-navstabs-wrap .tab-content .sntab-hd-1 h3, 
.shopping-navstabs-wrap .tab-content .sntab-hd-1 h4, 
.shopping-navstabs-wrap .tab-content .sntab-hd-1 h5, 
.shopping-navstabs-wrap .tab-content .sntab-hd-1 h6 {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    color: inherit;
    margin: 0;
}

.shopping-navstabs-wrap .tab-content .sntab-hd-2 {
    color: #E5B52F;
    margin-bottom: 15px;
}
.shopping-navstabs-wrap .tab-content .sntab-hd-2 h1, 
.shopping-navstabs-wrap .tab-content .sntab-hd-2 h2, 
.shopping-navstabs-wrap .tab-content .sntab-hd-2 h3, 
.shopping-navstabs-wrap .tab-content .sntab-hd-2 h4, 
.shopping-navstabs-wrap .tab-content .sntab-hd-2 h5, 
.shopping-navstabs-wrap .tab-content .sntab-hd-2 h6 {
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    color: inherit;
    margin: 0;
}

.shopping-navstabs-wrap .tab-content .sntab-btn-1 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    background-color: #E3B021;
    border: 1px solid #E3B021;
    border-radius: 100px;
    padding: 12px 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-width: 180px;
    height: auto;
}
.shopping-navstabs-wrap .tab-content .sntab-btn-1 i {
    width: 15px;
}
.shopping-navstabs-wrap .tab-content .sntab-btn-1 img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.shopping-navstabs-wrap .tab-content .sntab-btn-1:hover {
    color: #000000;
    background-color: #9c7404;
    border-color: #9c7404;
}
.shopping-navstabs-wrap .tab-content .sntab-btn-2 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #ffffff;
    border-radius: 100px;
    padding: 12px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-width: 180px;
    height: auto;
}
.shopping-navstabs-wrap .tab-content .sntab-btn-2 img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.shopping-navstabs-wrap .tab-content .sntab-btn-2:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.shopping-navstabs-wrap .tab-content .sntab-btn-2:hover img {
    filter: brightness(0);
}

.shopping-navstabs-wrap .tab-content .sntab-btns-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}

.shopping-navstabs-wrap .tab-content .sntab-total-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.502);
    padding: 12px 12px 0px 12px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}
.shopping-navstabs-wrap .tab-content .sntab-notes-wrap {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}
.shopping-navstabs-wrap .tab-content .sntab-notes-wrap .noteswrap-inner {
    width: 100%;
    max-width: 500px;
}
.shopping-navstabs-wrap .tab-content .sntab-notes-wrap p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
}








.shopping-navstabs-wrap .shopping-content-1 {
    width: 100%;
    height: auto;
}
.shopping-navstabs-wrap .shopping-content-1 .shopc1-form {
    padding: 60px 70px 35px;
}
.shopping-navstabs-wrap .shopping-content-1 .shopc1-plans {
    padding: 65px;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.7) 100%), url('../images/passenger-options-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.shopping-navstabs-wrap .shopping-content-1 .sntab-total-wrap {
    margin-top: 40px;
}



.shopping-navstabs-wrap .shopping-content-2 {
    width: 100%;
    height: auto;
    padding: 85px 120px;
}
.shopping-navstabs-wrap .shopping-content-2 .sntab-total-wrap {
    margin-top: 120px;
}



.shopping-navstabs-wrap .shopping-content-3 {
    width: 100%;
    height: auto;
    padding: 85px 150px;
}
.shopping-navstabs-wrap .shopping-content-3 .sntab-total-wrap {
    margin-top: 120px;
}



.shopping-navstabs-wrap .shopping-content-4 {
    width: 100%;
    height: auto;
    padding: 85px 120px;
}
.shopping-navstabs-wrap .shopping-content-4 .sntab-total-wrap {
    margin-top: 120px;
}



.shopping-navstabs-wrap .shopping-content-5 {
    width: 100%;
    height: auto;
    padding: 85px 120px;
}
.shopping-navstabs-wrap .shopping-content-5 .editcart-btn {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.5s;
}
.shopping-navstabs-wrap .shopping-content-5 .editcart-btn:hover {
    color: #E5B52F;
}
/* ---- shopping-navstabs-wrap :end ---- */


/* sc1-options :start */
.sc1-options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.sc1-options .scoption-item {
    width: calc(50% - 20px);
    height: 335px;
    border: 1px solid rgba(255, 255, 255, 0.502);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.sc1-options .scoption-item .form-check-input {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 19px;
    height: 19px;
    margin: 0;
    box-shadow: none !important;
}
/* Force the radio button checked style */
.sc1-options .scoption-item .form-check-input[type="radio"]:checked {
    background-color: #000000 !important;
    border-color: #E3B021 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23E3B021'/%3e%3c/svg%3e") !important;
}
.sc1-options .scoption-item .form-check-label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0px;
    cursor: pointer;
}
.sc1-options .scoption-item .form-check-input:checked {
    background-color: #000000;
    border-color: #E3B021;
}
.sc1-options .scoption-item .item-inner {
    width: 100%;
}
.sc1-options .scoption-item h3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 0;
}
.sc1-options .scoption-item h3 span {
    color: #E3B021;
}
.sc1-options .scoption-item h3 sub {
    display: block;
    color: #E3B021;
}
.sc1-options .scoption-item h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 3px;
}
.sc1-options .scoption-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 3px;
}
.sc1-options .scoption-item p small {
    font-size: 0.6em;
}
/* sc1-options :end */


/* .sntab-list-1 :start */
.sntab-list-1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.sntab-list-1 .tabl1-item {
    width: calc(25% - 9px);
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    position: relative;
}
.sntab-list-1 .tabl1-item .tli-image {
    width: 100%;
    height: auto;
    aspect-ratio: 216/133;
    border-radius: 7px;
    margin-bottom: 4px;
    overflow: hidden;
}
.sntab-list-1 .tabl1-item .tli-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sntab-list-1 .tabl1-item .tli-text {
    width: 100%;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.059);
    border-radius: 9px;
    padding: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.sntab-list-1 .tabl1-item .tli-text .ttitle {
    width: 100%;
    /* min-height: 32px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.078);
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.sntab-list-1 .tabl1-item .tli-text .ttitle .ttinner {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 5px;
}
.sntab-list-1 .tabl1-item .tli-text .ttitle h3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0;
}
.sntab-list-1 .tabl1-item .tli-text .ttitle h4 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0;
    flex-shrink: 0;
}
.sntab-list-1 .tabl1-item .tli-text .ttitle h4 span {
    color: #E5B52F;
}
.sntab-list-1 .tabl1-item .tli-text .ttitle h4 a:hover span {
    text-decoration: underline;
}
.sntab-list-1 .tabl1-item .tli-text .ttitle p {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #E5B52F;
    margin: 4px 0px 0px 0px;
}

.sntab-list-1 .tabl1-item .tli-text .tdescription {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 38px;
    width: 100%;
    /* height: 100%; */
    background-color: #0F0F0F;
    border-radius: 7px;
    padding: 10px 10px;
    display: none;
    opacity: 0;
    transition: all 0.5s;
}
.sntab-list-1 .tabl1-item .tli-text .tdescription .tdesinner {
    width: 100%;
    height: 100%;
    background-color: #000000;
    border-radius: 8px;
    padding: 10px;
    overflow: auto;
}
.sntab-list-1 .tabl1-item .tli-text .tdescription .tdesinner .simplebar-scrollbar:before {
    background-color: #ffffff;
}
.sntab-list-1 .tabl1-item .tli-text .tdescription .tdesinner .simplebar-track.simplebar-vertical {
    width: 7px;
}
.sntab-list-1 .tabl1-item .tli-text .tdescription h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 15px;
}
.sntab-list-1 .tabl1-item .tli-text .tdescription h5 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #E3B021;
    text-align: center;
    margin: 0;
}
.sntab-list-1 .tabl1-item .tli-text .tdescription p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
}
.sntab-list-1 .tabl1-item .tli-text .tdescription ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 400;
}
.sntab-list-1 .tabl1-item .tli-text .tdescription ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.sntab-list-1 .tabl1-item .tli-text .tdescription ul li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #ffffff;
    border-radius: 50%;
}
/* .sntab-list-1 .tabl1-item:hover .tli-text .tdescription {
    opacity: 1;
} */
.sntab-list-1 .tabl1-item .tli-image:hover + .tli-text .tdescription, 
.sntab-list-1 .tabl1-item .tli-image + .tli-text .tdescription:hover {
    display: block;
    opacity: 1;
}

.sntab-list-1 .tabl1-item .tli-text .taddcart {
    width: 100%;
    color: #ffffff;
    background-color: #000000;
    border-radius: 6px;
    padding: 4px;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 4px;
}
.sntab-list-1 .tabl1-item .tli-text .taddcart i {
    width: 22px;
    height: 22px;
    font-size: 10px;
    color: #E3B021;
    background-color: rgba(255, 255, 255, 0.059);
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    transition: 0.5s;
}
.sntab-list-1 .tabl1-item .tli-text .taddcart span {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    transition: 0.5s;
}

.sntab-list-1 .tabl1-item .tli-text .taddcart.added {
    background-color: rgba(255, 255, 255, 0.059);
}
.sntab-list-1 .tabl1-item .tli-text .taddcart.added i {
    color: #000000;
    background-color: #E3B021;
}

.sntab-list-1 .tabl1-item .tli-text .taddcart:hover {
    color: #000000;
    background-color: #E3B021;
}
.sntab-list-1 .tabl1-item .tli-text .taddcart:hover i {
    color: #000000;
    background-color: #BF8E04;
}
.sntab-list-1 .tabl1-item .tli-text .taddcart:hover span {
    color: #000000;
}
.sntab-list-1 .tabl1-item.sold-out {
    opacity: 0.4;
}
.sntab-list-1 .tabl1-item.sold-out::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.sntab-list-1.sntlist-col-3 .tabl1-item {
    width: calc((100% / 3) - 8px);
}
/* .sntab-list-1 :end */

/* .sntab-list-2 :start */
.sntab-list-2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.sntab-list-2 .tabl2-item {
    width: calc(50% - 8px);
    /* height: 100%; */
    background-color: rgba(255, 255, 255, 0.059);
    border-radius: 9px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.sntab-list-2 .tabl2-item .tli-head {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.078);
}
.sntab-list-2 .tabl2-item .tli-head h3 {
    font-size: 16px;
    font-weight: 700;
    /* letter-spacing: -1px; */
    line-height: 1;
    color: #ffffff;
    margin-bottom: 4px;
}
.sntab-list-2 .tabl2-item .tli-head h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #E3B021;
    margin-bottom: 0;
}
.sntab-list-2 .tabl2-item .tli-head h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #E5B52F;
    margin-bottom: 0;
}
.sntab-list-2 .tabl2-item .tli-body {
    width: 100%;
    padding: 10px 0px 15px;
}
.sntab-list-2 .tabl2-item .tli-body p {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 8px;
}


.sntab-list-2 .tabl2-item .tli-button {
    width: 100%;
    margin-top: auto;
}
.sntab-list-2 .tabl2-item .tli-button .taddcart {
    width: 100%;
    color: #ffffff;
    background-color: #000000;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.sntab-list-2 .tabl2-item .tli-button .taddcart i {
    width: 22px;
    height: 22px;
    font-size: 10px;
    color: #E3B021;
    background-color: rgba(255, 255, 255, 0.059);
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    transition: 0.5s;
}
.sntab-list-2 .tabl2-item .tli-button .taddcart span {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    transition: 0.5s;
}

.sntab-list-2 .tabl2-item .tli-button .taddcart.added i {
    color: #000000;
    background-color: #E3B021;
}


.sntab-list-2 .tabl2-item .tli-button .taddcart:hover {
    color: #000000;
    background-color: #E3B021;
}
.sntab-list-2 .tabl2-item .tli-button .taddcart:hover i {
    color: #000000;
}
.sntab-list-2 .tabl2-item .tli-button .taddcart:hover span {
    color: #000000;
}
/* .sntab-list-2 :end */

/* .sntab-list-3 :start */
.sntab-list-3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.sntab-list-3 .tabl3-item {
    width: calc(50% - 6px);
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
}
.sntab-list-3 .tabl3-item.hotel-first {
    width: 70%;
}
.sntab-list-3 .tabl3-item .tli-image {
    width: 216px;
    min-height: 133px;
    /* aspect-ratio: 216/133; */
    border-radius: 7px;
    margin-bottom: 0px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}
.sntab-list-3 .tabl3-item .tli-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sntab-list-3 .tabl3-item .tli-text {
    width: 100%;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.059);
    border-radius: 9px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


.sntab-list-3 .tabl3-item .tli-text .ttitle {
    width: 100%;
    /* min-height: 32px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.078);
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.sntab-list-3 .tabl3-item .tli-text .ttitle .ttinner {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 5px;
}
.sntab-list-3 .tabl3-item .tli-text .ttitle h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin: 0;
}
.sntab-list-3 .tabl3-item .tli-text .ttitle h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin: 2px 0px 0px 0px;
    flex-shrink: 0;
}
.sntab-list-3 .tabl3-item .tli-text .ttitle h4 span {
    color: #E5B52F;
}
.sntab-list-3 .tabl3-item .tli-text .ttitle p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #E5B52F;
    margin: 4px 0px 0px 0px;
}

.sntab-list-3 .tabl3-item .tli-text .tdescription {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.sntab-list-3 .tabl3-item .tli-text .tdescription p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 8px;
}

.sntab-list-3 .tabl3-item .tli-text .taddcart {
    width: 100%;
    color: #ffffff;
    background-color: #000000;
    border-radius: 6px;
    padding: 4px;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 4px;
}
.sntab-list-3 .tabl3-item .tli-text .taddcart i {
    width: 22px;
    height: 22px;
    font-size: 10px;
    color: #E3B021;
    background-color: rgba(255, 255, 255, 0.059);
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    transition: 0.5s;
}
.sntab-list-3 .tabl3-item .tli-text .taddcart span {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    transition: 0.5s;
}

.sntab-list-3 .tabl3-item .tli-text .taddcart.added {
    background-color: rgba(255, 255, 255, 0.059);
}
.sntab-list-3 .tabl3-item .tli-text .taddcart.added i {
    color: #000000;
    background-color: #E3B021;
}

.sntab-list-3 .tabl3-item .tli-text .taddcart:hover {
    color: #000000;
    background-color: #E3B021;
}
.sntab-list-3 .tabl3-item .tli-text .taddcart:hover i {
    color: #000000;
}
.sntab-list-1 .tabl1-item .tli-text .taddcart:hover span {
    color: #000000;
}








/* .sntab-list-3 :end */

/* sntab-table-1 :start */
.sntab-table-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #ffffff;
    background: transparent;
    --bs-table-border-color: rgba(255, 255, 255, 0.329);
}
.sntab-table-1>:not(caption)>*>* {
    color: #ffffff;
    background-color: inherit;
}
.sntab-table-1 thead {
    font-size: 20px;
    font-weight: 700;
}
.sntab-table-1 thead tr th, 
.sntab-table-1 thead tr td {
    padding: 10px 30px;
}
.sntab-table-1 thead tr th:last-child, 
.sntab-table-1 thead tr td:last-child {
    text-align: right;
}

.sntab-table-1 tbody {}
.sntab-table-1 tbody tr th, 
.sntab-table-1 tbody tr td {
    padding: 30px 30px;
}
.sntab-table-1 tbody tr th:last-child, 
.sntab-table-1 tbody tr td:last-child {
    text-align: right;
}
.sntab-table-1 tfoot {
    text-align: right;
}
.sntab-table-1 tfoot tr th,
.sntab-table-1 tfoot tr td {
    padding: 0px 30px;
    border: 0;
}
.sntab-table-1 tfoot tr:first-child th,
.sntab-table-1 tfoot tr:first-child td {
    padding-top: 20px;
    padding-bottom: 5px;
}
.sntab-table-1 tfoot tr:last-child th,
.sntab-table-1 tfoot tr:last-child td {
    padding-top: 5px;
    padding-bottom: 20px;
}

.sntab-table-1 h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}
.sntab-table-1 h4 span {
    color: #E5B52F;
}
.sntab-table-1 h5 {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}
.sntab-table-1 h5 sub {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    margin: 7px 0 0 0;
    font-size: 12px;
    line-height: normal;
}
.sntab-table-1 h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}
/* sntab-table-1 :end */


/* table-style-1 :start */
/* .table-rounded-corners {
    border: 1px solid #3C3C3C;
    border-radius: 5px;
    overflow: hidden;
} */
.table-style-1 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border-color: #3C3C3C;
    padding: 0;
    margin: 0;
}
.table-style-1>:not(caption)>*>* {
    color: #ffffff;
    background-color: inherit;
    padding: 5px 10px;
}
.table-style-1 thead {
    text-align: center;
    vertical-align: middle;
    background-color: #262626;
}
.table-style-1 thead th {
    font-weight: 700;
}
.table-style-1 thead tr:first-child th:nth-child(1) {
    width: 38%;
    text-align: left;
}
.table-style-1 thead .thbg1 {
    background-color: #1a1a1a;
}

.table-style-1 tbody tr td:not(:first-child) {
    text-align: center;
}
.table-style-1 tbody .tdbg1 {
    background-color: #171717;
}
.table-style-1.table-hover tbody tr:hover td {
    background-color: #1f1f1f;
}

.table-s1-info {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #616161;
    margin-top: 12px;
}
/* table-style-1 :end */

/* .content-wrap-1 :start */
.content-wrap-1 {
    width: 100%;
    height: auto;
    max-height: 530px; 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    border-color: #3C3C3C;
    border: 1px solid #525252;
    padding: 20px 20px;
    margin-bottom: 40px;
    /* overflow: auto; */
}
.content-wrap-1 .conwrap1-inner {
    width: 100%;
}
.content-wrap-1 .simplebar-scrollbar:before {
    background-color: #ffffff;
}
.content-wrap-1 .simplebar-track.simplebar-vertical {
    width: 7px;
}
.content-wrap-1 .conwrap1-inner ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.content-wrap-1 .conwrap1-inner ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
}
.content-wrap-1 .conwrap1-inner ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
}
/* .content-wrap-1 :end */









/* Payment Successful section :start */
.payment-successful-section {
    width: 100%;
    height: auto;
    color: #ffffff;
    background: #000000;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(18, 18, 18, 1) 100%); */
    padding: 100px 0px;
    position: relative;
}


.payment-successful-section .pssec-title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.payment-successful-section .pssec-title h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 35px;
}
.payment-successful-section .pssec-title h2 span {
    color: #E5B52F;
}
.payment-successful-section .pssec-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 0;
}

.payment-successful-section .pssec-box {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.039);
    border-radius: 16px;
    padding: 24px;
}
.payment-successful-section .pssec-bottom {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.payment-successful-section .pssec-bottom h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #E5B52F;
    margin-bottom: 0;
}
/* Payment Successful section :end */

/* modal-style-1 :start */
.modal-style-1 .modal-content {
    color: #ffffff;
    background-color: #1f1f1f;
    border-radius: 20px;
}
.modal-style-1 .modal-body {
    padding: 40px 40px 50px 40px;
}
.modal-style-1 .modal-body .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") !important;
    padding: 12px;
}
.modal-style-1 .modals1-inner {
    width: 100%;
    color: #ffffff;
}
.modal-style-1 .modals1-inner h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #e3b021;
    margin-bottom: 15px;
}
.modal-style-1 .modals1-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 12px;
}
/* modal-style-1 :end */