:root {
    --bg-colorW: #FFFFFF;
    --bg-colorOrg: #CC5E1C;
    --bg-colorD: #000000;
    --bg-colorDGray: #222326;
    --bg-colorDGray2: #39393A;
    --text-colorW1: #FFFFFF;
    --text-colorW2: #A8A8A8;
    --text-colorW3: #989898;
    --text-colorWG1: #FDFFF1;
    --text-colorWG2: #C3C5B9;
    --text-colorOrg: #CC5E1C;
    --text-colorD: #333333;
    --text-colorGra1: #737373;
    --text-colorGra2: #969595;
}
.light_bgColorD {
    --bg-colorD: #FFFFFF;
    --bg-colorW: #000000;
    --text-colorW1: #333333;
    --text-colorD: #FFFFFF;
}
html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}
h1, h2, h3, h4, h5, p, body {
    margin: 0;
    color: var(--text-colorD)
}
h1, h2, h3, h4, #topMid {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}
h4, h5, p, body {
    /*font-family: 'Mukta', sans-serif;*/
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}
h1 {
    font-size: clamp(1.5rem, 7vw, 3.5rem);
}
h2 {
    font-size: clamp(1.3rem, 7vw, 2.7rem);
}
h3 {
    font-size: clamp(1.1rem, 7vw, 2rem);
}
h4 {
    font-size: clamp(1.1rem, 7vw, 1.5rem);
}
h5 {
    font-size: clamp(1rem, 7vw, .87rem);
}
p {
    line-height: 1.75;
    font-size: 15px;
}
body {
    margin: 0;
    padding: 0;
    background-color: #000000;
}
#topBrMenu{
    display: none;
}
@keyframes LeJeText {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;

    }
}
/*     NAV     */
a, a:visited {
    color: var(--text-colorL);
    text-decoration: none;
}
a:focus, a:active, a:focus a:valid, a:hover {
    font-style: italic;
    color: var(--text-colorL);
    text-decoration: underline;
}
#TopBox {
    padding-top: 8px;
}
#NavBox {
    width: 100%;
    height: 50px;
    background-color: hsla(0, 0%, 0%, 0.65);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(134,134,139,.4);
}
#LogInTD{
    color: var(--text-colorOrg);
    position: absolute;
    right: 0px;
    top: 13px;
}
#NavBar {
    width: 94%;
    margin: 0 auto;
    max-width: 1300px;
    border-bottom: 0;
    background-color: transparent;
    padding-top: 0;
    position: relative;
}
.topLeftLogo {
    width: 275px;
    min-width: 150px;
}
.topLeft {
    white-space: nowrap;
    padding: 5px 0 4px 0;
    width: 1.75rem;
}
#topCart{
    padding: 0;
    width: 22px;
    position: absolute;
    right: 56px;
    top: 15px;
}
.topCartPic{
    width: 22px;
    margin-top: -3px;
}
#topMid {
    position: absolute;
    left: 50%;
    top: 12px;
    height: 25px;
    font-size: 1.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.topRight {
    text-align: right;
    right: 3%;
    padding-top: .80rem;
    width: 25px;
}
#topMenu {
    right: 0;
    top: 5px;
    position: absolute;
    width: 20px;
    padding-left: 0px;
}
#navTop {
    flex-direction: column;
    justify-content: center;
    display: flex;
    opacity: .98;
    height: calc(100vh - 72px);
    padding-top: 15px;
    padding-bottom: 10px;
    max-width: 400px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.97);
    -webkit-animation-delay: .05s;
    animation-delay: .07s;
    animation: fadeNav .5s;
}
@keyframes fadeNav {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
#navTop ul li {
    padding: 15px 15px;
    text-align: center;
}
#navTop ul li a{
    font-size: 21px;
    font-weight: 500;
}
#navTop ul:hover a {
    opacity: 0.5;
}
#navTop ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
}
#navTop ul a:hover {
    opacity: 1;
}
.bar1, .bar2, .bar3 {
    background-color: var(--bg-colorW);
    width: 21px;
    margin: 8px 0;
    transition: 0.4s;
}
.Btns {
    color: var(--text-colorD);
}
.BtnsLog {
    color: var(--text-colorD);
}
.Btns:hover {
    color: #0c0c0c;
    font-style: normal;
}
.BtnLogIn {
    background-color: #ffffff;
    padding: .3rem 1rem;
    border: 1px solid #252525;
    color: #252525;
    margin-right: 1rem;
}
.BtnSignUp {
    background-color: #0c0c0c;
    border: 1px solid #252525;
    padding: .3rem 1rem;
    color: #FFFFFF;
}
.BtnSignUp:hover, .BtnLogIn:hover {
    color: #252525;
    font-style: normal;
}
.BtnSignUp:hover {
    color: #FFFFFF;
}
.ProductListBtn1{
    background: transparent;
    padding: 7px 30px;
    border: solid 1px #252525;
    color: #252525;
    max-width: 150px;
    margin: 30px auto;
    font-size: 13px;
    transition: background-color 0.5s ease;
}
.ProductListBtn1:hover{
    background-color: #252525;
    color: #FFFFFF;
}
#bannerBkg {
    width: 100%;
}
.bnrWrap{
    position: absolute;
    top: 40px;
    width: 100%;
}
#bnrHd{
    position: relative;
    width: 100%;
}
#bnrText {
    width: 100%;
    height: 100%;
}
.bannerText{
    height: 70vh;
}
#subBannerWrap{
    height: 93vh;
    overflow: hidden;
    width: 100%;
}
.subBannerPic{
    width: 99vw;
    height: calc(100vw / 1.78);
    min-height: 100vh;

}
#LogInTD{
    cursor: pointer;
}
footer {
    background: #1c1c1c;
    border-top: 1px #252525;
    z-index: 3;
    position: relative;
}
.footBoxWrap {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 15px 0;
    max-width: 1000px;
}
.footBox {
    margin-bottom: 30px;
    padding: 0 15px;
}
.footBox1{
    display: none;
}
.footInfo {
    width: 100%;
    display: block;
    padding-bottom: 7px;
    text-underline-offset: 5px;
}
.foot_wrap a{
    text-decoration: none;
}
.foot_wrap a:hover, .foot_wrap a:visited {
    color: #ffffff;
}
.bgColorW {
    background-color: var(--bg-colorW);
}
.bgColorGray {
    background-color: var(--bg-colorDGray);
}
.bgColorGray2 {
    background-color: var(--bg-colorDGray2);
}
.bgColorOrg{
    background-color: var(--bg-colorOrg);
}
.bgColorD {
    background-color: var(--bg-colorD);
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.txColorW1 {
    color: var(--text-colorW1);
}
.txColorW2 {
    color: var(--text-colorW2);
}
.txColorW3 {
    color: var(--text-colorW3);
}
.txColorWG1 {
    color: var(--text-colorWG1);
}
.txColorWG2 {
    color: var(--text-colorWG2);
}
.txColorOrg {
    color: var(--text-colorOrg);
}
.txColorD {
    color: var(--text-colorD);
}
.txColorGray1 {
    color: var(--text-colorGra1);
}
.txColorGray2 {
    color: var(--text-colorGra2);
}
.b1 {
    width: 100%;
    position: relative;
}
.txBold{
    font-weight: 700;
}
.mt1-5rem {
    margin-top: 1.5rem;
}
.mt2rem {
    margin-top: 2rem;
}
.mb1rem{
    margin-bottom: .5rem;
}
.mb5rem {
    margin-bottom: 5rem;
}
.mt1rem{
    margin-top: .5rem;
}
.mb2rem{
    margin-bottom: 2rem;
}
.mt3_5rem {
    margin-top: 3.5rem;
}
.mb3_5rem{
    margin-bottom: 3.5rem;
}
.mtb5rem {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.mtb7rem {
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.padAll1rem{
    padding: 1rem;
}
.pb2rem{
    padding-bottom: 1.5rem;
}
.pt1rem {
    padding-top: 1rem;
}
.pb1rem {
    padding-bottom: 1rem;
}
.pt2rem {
    padding-top: 2rem;
}
.ptb3rem{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pt3-5rem {
    padding-top: 3.5rem;
}
.pb5rem{
    padding-bottom: 3rem;
}
.ptb3_5rem{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.pt5rem {
    padding-top: 5rem;
}
.pt7rem {
    padding-top: 7rem;
}
.ptbMPayment7rem {
    padding-top: 2.5rem;
}
.posAbsolute {
    position: absolute;
}
.posRelative {
    position: relative;
}
.posAbsoluteCenter{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.z1 {
    z-index: 1;
}
.z2 {
    z-index: 2;
}
.boxSizing {
    box-sizing: border-box;
}
.displayDesktop {
    display: none;
}
.phone_fw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.justifyContentLeft{
    justify-content: left;
}
.phone_vf{
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.textCenter {
    text-align: center;
}
.btn1,.btn3 {
    color: #ffffff;
    padding: 11px 35px;
    background-color: var(--bg-colorD);
    border: none;
    border-radius: 0.6875rem;
    cursor: pointer;
    transition-duration: .3s;
    max-width: 185px;
    font-size: 13px;
    box-sizing: border-box;
}
.btn1{
    border: 1px solid #FFFFFF;
    padding: 11px 27px;
}
.btn1:hover {
    background-color: #252525;
    color: #ffffff;
}
.btn2 {
    color: #ffffff;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #FFFFFF;
    width: 67px;
    padding:  0 0 5px 0;
}
.btn3 {
    max-width: 350px;
    width: 87%;
    min-width: 180px;
}
/*     HomeVideo     */
#T2_1_VideoWrap {
    margin-top: 0;
    width: 100%;
    height: 90%;
    position: relative;
    overflow: hidden;
    opacity: 97;
}
#T2_1_Video{
    width: 100%;
    height: 100%;
}
#T2VideoBox{
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 56.25vw;
    width: 100vw;
}
#T2VideoPicBox{
    overflow-x: hidden;
    overflow-y: hidden;
    /*height: 56.25vw;*/
    height: 90vw;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
#T2VideoPicBox img{
    max-width:none;
    max-height:none;
    min-width:100%;
    min-height:100%;
}
.topVideoFade{
    margin-top: -150px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), #000000);
    width: 100%;
    height: 150px;
}
.content_wrap,.smallContentWrap {
    width: 94%;
    margin: 0 auto;
    max-width: 1722px;
}
.smallContentWrap{
    max-width: 1050px;
}
.roundEdge{
    border-radius: 0.6875rem;
}
.Item_wrap::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid #444444;;
}
.Item_wrap::-webkit-scrollbar-track {
    background-clip: content-box;
    border-radius: 50px;
    background-color: rgba(160, 160, 160, 0.18);

}
.Item_wrap::-webkit-scrollbar-thumb {
    background-color: rgba(218, 218, 218, 0.55);
    border-radius: 50px;
    border: 2px solid #686868;
}
.Item_wrap::-webkit-scrollbar-thumb:hover {
    background-color: rgba(218, 218, 218, 0.79);
}
.Item_wrap::-webkit-scrollbar-thumb:active {
    background-color: rgb(218, 218, 218);
}
.Item_wrap::-webkit-scrollbar-corner,.Item_wrap::-webkit-scrollbar-track {
    background-color: rgba(218, 218, 218, 0.55);
}
.scrollItem_wrap{
    overflow-x: unset;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: unset;
    margin: 0 auto;
}
.scrollItemBox,.scrollItemBoxGap{
    width: 388px;
    box-sizing: border-box;
    border: none;
    margin: 0 30px 30px 0;
    overflow: hidden;
    position: relative;
    height: 388px;
    display: inline-block;
    vertical-align: top;
    background-color: #0c0c0c;
}
.scrollItemBox2{
    height: unset;
}
.scrollItemPic{
    width: 100%;
    object-fit: cover;
    transition: transform .5s;
    opacity: 80%;
}
.scrollItemTex{
    position: absolute;
    z-index: 2;
}
.scrollItemBox:hover > .scrollItemPic{
    transform: scale(1.03);
    opacity: 1;
}
.scrollItemBoxGap{
    width: 4%;
}
.scrollItemBoxGap2{
    width: 3%;
    margin: 0;
    height: unset;
}
.whiteLine{
    width: 100%;
    height: 1px;
    background-color: var(--bg-colorW);
}
.blackLine{
    width: 100%;
    height: 1px;
    background-color: var(--bg-colorD);
}
.question{
    padding: .8rem 1.5rem;
    box-sizing: border-box;
    background-color: var(--bg-colorDGray2);
    margin-bottom: .7rem;
}
.questionText{
    width: 90%;
}
.answer{
    margin-top: 1.5rem;
    display: none;
    opacity: 0;
}
.answerOpen{
    display: block;
    opacity: 1;
    padding-bottom: 1.5rem;
    animation: fadeNav .3s;
}
.questionArrow{
    width: 22px;
    align-items: end;
    transition: transform 0.3s ease;
}
.questionArrowOpen{
    transform: rotateZ(180deg);
    transition: transform 0.3s ease;
}
.EndorsePic{
    width: 130px;
    border-radius: 50px;
}
.mapWrap{
    width: 94vw;
    margin-left: -12%;
    padding-top: 3rem;
    height: calc(94vw / 2.333);
    margin-bottom: 1.5rem;
}
.bigText{
    font-size: 30px;
    font-weight: 500
}

.T2_5_BG{
    background-color: #EBE7E7;
    margin-top: -10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.T2_5_Wrap{
    width: 94%;
    margin: 0 auto;
}
.T2_5_Item_wrap {
    --_spacer: var(--30px);
    display: grid;
    gap: var(--_spacer);
    grid-auto-flow: column;
    grid-auto-columns: 350px;
    padding: 0 var(--_spacer) var(--_spacer);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}
.T2_5_ItemBox{
    display: grid;
    grid-template-rows: min-content;
    gap: var(--_spacer);
    padding: var(--_spacer);
}
.T2_5_ItemText{
    box-sizing: border-box;
    padding: 10px 0 0 0;
    color: black;
    max-width: 350px;
    white-space: normal;
    margin: auto;
}
.T2_5_Item_wrap::-webkit-scrollbar {
    width: 10px;
}
.T2_5_Item_wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(91, 91, 91, 0.3);
    background-color: #EBE7E7;
    border-radius: 50px;
}
.T2_5_Item_wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.65);
    outline: none;
    border-radius: 50px;
}
.snaps-inline {
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: var(--_spacer, 5px);
}
.snaps-inline > * {
    scroll-snap-align: start;
}
.T2_5_H4{
    font-size: 50px;
    margin-bottom: 0;
    line-height: 50px;
}
.T2_5_H5{
    width: 70%;
    margin-bottom: 30px;
}
.T2_5_ItemBox {
    max-width: 400px;
    width: 87%;
    box-sizing: border-box;
    border: none;
    padding-bottom: 30px;
    margin: 0 23px 0 0;
    border-top: solid 1px #2e2e2e;
}
.phonePadUnset{
    padding: unset;
}
.hideBox{
    display: none;
}
.showBox{
    display: block;
}
#brTopVideoWrap{
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 97vh;
}
#brTopPicBox{
    width: 100%;
    height: 87vh;
    position: relative;
    overflow: hidden;
}
.subBannerPicFade {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.brTopPic {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 1000px;
    width: 100%;
}
.brTopPic img {
    width: 100%;
    height: 100%;
}
.brTopVideoInfo{

}
.brProTextLogo {
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}
.donTextWrap{
    margin-top: -86vh;
}
.donBox{
    min-height: 70vh;
}
.donPlaceholder{
    position: absolute;
    left: 50%;
    margin-top: 26px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 570px;
    margin-bottom: 30px;
    width: 90%;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    z-index: 1;
    max-width: 600px;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.product_fld,.product_fldSmall{
    border: none;
}
.product_fld:focus-visible{
    border-bottom: solid 1px #473931;
}
.product_fld,.product_fldSmall,.shop-box-style{
    border-bottom: solid 1px #8b8379;
    padding: 7px 15px;
    margin-bottom: 2rem;
}
::placeholder{
    opacity: .6;
}
.product_fld,.shop-box-style{
    width: 100%;
}
.product_fldSmall{
    width: 47%;
}
.product_fldSmall3{
    width: 27%;
}
.secondary-title,.shop-box-style{
    padding-bottom: 7px;
    color: var(--text-colorGra1);
}
.BookingBtn{
    width: 70%;
    max-width: 200px;
    background-color: var(--bg-colorTan) ;
    color: var(--text-colorW1);
    padding: 15px 30px;
    text-align: center;
}
.infoError{
    color: #b22020;
}
.giveBox{
    width: 94%;
    margin: 0 auto;
    max-width: 500px;
    padding: 30px 20px 50px 20px;
    color: #FFFFFF;
    background: transparent linear-gradient(143deg, rgba(171, 154, 149, 0.53) 0%, #FFFFFF70 100%) 0 0 no-repeat padding-box;
    box-shadow: 17px 17px 50px #00000029;
    border: 1px solid #FFFFFF;
    border-radius: 13px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-sizing: border-box;
}
@media only screen and (min-width: 370px) {

}
@media only screen and (min-width: 500px) {

}

@media only screen and (min-width: 598px) {

}
/* Layout: 740px */
@media only screen and (min-width: 740px) {

}

@media only screen and (min-width: 850px) {
    h2{
        line-height: inherit;
    }
    .fw {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .vf {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .pt7rem {
        padding-top: 7rem;
    }
    .left_50,.right_50,.worldMapPicWrap{
        width: 47%;
    }
    .worldMapPicWrap{
        max-width: 100%;
    }
    .box_30{
        width: 31%;
    }
    .Desk_ptb7rem {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .bigText{
        font-size: 93px
    }
    .mapWrap{
        margin-left: unset;
        padding-top: 0;
        height: unset;
    }
    .hideBox{
        display: none;
    }
    .showBox{
        display: block;
    }
    .brTopVideoInfo {
        position: absolute;
        bottom: 70px;
    }
    .donTextWrap{
        margin-top: -83vh;
    }
    .footBox1{
        display: unset;
    }
}
/* Desktop Layout:1029px */
@media only screen and (min-width: 1029px) {

}

@media only screen and (min-width: 1250px) {

}

@media only screen and (min-width: 500px) {
}

@media only screen and (min-width: 598px) {

}

/* Layout: 740px */
@media only screen and (min-width: 740px) {

}

@media only screen and (min-width: 850px) {
    .displayDesktop{
        display: block;
    }
}
/* Layout: 1040px */
@media only screen and (min-width: 1040px) {
    .donBox{
        min-height: 85vh;
    }
}
/* Layout: 1500px */
@media only screen and (min-width: 1400px) {

}