: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: "Montserrat", sans-serif;
    font-weight: 700;
}
h4, h5, p, body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    /*font-family: 'Roboto', sans-serif;*/
}
h1 {
    font-size: clamp(2.4em, 7vw, 3rem);
}
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(1.2rem, 7vw, 1.3rem);
}
p {
    line-height: 1.75;
    font-size: 16px;
}
body {
    font-family: "Montserrat", sans-serif;
    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: #FFFFFF;
    text-decoration: none;
}
a:focus, a:active, a:focus a:valid, a:hover {
    font-style: normal;
    color: #FFFFFF;
    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);
}
.bannerVideoText{
    width: 80%;
    max-width: 720px;
}
#credits{
    color: #FFFFFF;
    font-weight: bold;
}
#credits2{
    padding: 0 0 25px 0;
}
#credits2 a{
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
#credits2 a:hover{
    font-style: normal;
    text-decoration: underline;
}
#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: 200px;
    min-width: 130px;
    padding-top: 3px;
}
.topLeft {
    white-space: nowrap;
    padding: 5px 0 4px 0;
    width: 125px;
    margin-right: 24px;
}
#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;
    padding-top: 12px;
    font-size: 1.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.topMid {
    padding-top: 15px;
    text-align: left;
}
.topRight {
    text-align: right;
    right: 3%;
    width: 458px;
    padding-top: 18px;
}
#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: #dedede;
}
.BtnsLog {
    color: var(--text-colorW1);
}
.Btns:hover {
    color: #ffffff;
    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;

}
ul li {
    background: transparent url(https://leroymobley.com/pics/image3622_9779Blog8.png?v=1) 0 7px no-repeat;
    background-size:7px;
}
.foot_wrap a{
    text-decoration: none;
}
#LogInTD{
    cursor: pointer;
}
footer {
    background: #000000;
    border-top: 1px #252525;
    z-index: 3;
    position: relative;
}
.bgColorW {
    background-color: var(--bg-colorW);
}
.bgColorGray {
    background-color: var(--bg-colorDGray);
}
.bgColorGray2 {
    background-color: var(--bg-colorDGray2);
}
.bgColorOrg{
    background-color: #0e4c84;
}
.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;
}
.bgColorW {

}
.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: 500;
}
.txBoldX{
    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;
}
.pb3rem{
    padding-bottom: 3rem;
}
.pt1rem {
    padding-top: 1rem;
}
.pb1rem {
    padding-bottom: 1rem;
}
.pt2rem {
    padding-top: 2rem;
}
.pt3rem{
    padding-top: 3rem;
}
.ptb3rem{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pt3-5rem {
    padding-top: 3.5rem;
}
.pb5rem{
    padding-bottom: 3rem;
}
.ptb2rem{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.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;
}
.footBoxWrap{
    width: 95%;
    margin: 0 auto;
    padding: 30px 0 15px 0;
    max-width: 1000px;
}
.footBox{
    padding-left: 7px;
    padding-right: 7px;
    box-sizing: border-box;
    width: 49%;
    box-sizing: border-box;
}
.footInfo{
    width: 100%;
    display: block;
    padding-bottom: 7px;
    text-underline-offset: 5px;
}
.btn1,btn2 {
    color: #ffffff;
    padding: 11px 35px;
    background-color: #1e2b6b;
    border: none;
    border-radius: 0.6875rem;
    cursor: pointer;
    transition-duration: .3s;
    max-width: 200px;
    box-sizing: border-box;
}
.btn1:hover {
    background-color: #252525;
    color: #ffffff;
}
.btn2 {
    background-color: transparent;
    width: 100%;
    max-width: 300px;
}
.btn3 {
    border: 1px solid #000000;
    width: 100%;
    max-width: unset;
    padding: 7px 15px;
    background: transparent;
    color: #000000;
    margin-bottom: .7rem;
}
.btn4{
    color: #AA8F62;
    padding: 7px 35px;
    background-color: rgba(167, 140, 95, 0.09);
    border-radius: 0.6875rem;
    border: none;
    cursor: pointer;
    transition-duration: .3s;
    width: 100%;
    box-sizing: border-box;
}
.hidePhone{
    display: none;
}
/*     HomeVideo     */
#T2_1_VideoWrap {
    margin-top: 0;
    width: 100%;
    height: 90%;
    position: relative;
    overflow: hidden;
    opacity: 80;
}
#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{
    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;
}
.dividerLine{
    height: 1px;
    background: #555555;
    width: 100%;
}
.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;
    /*top: 250px;*/
    /*cursor: pointer;*/
}
.scrollItemBox:hover > .scrollItemPic{
    transform: scale(1.03);
    opacity: 1;
    /*cursor: pointer;*/
}
.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: -97vh;
}
.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;
}
.PopUpClosed {
    display: none;
}
.WW_ScrollWrap{
    background-color: #000000;
    border-top: 1px solid #FFFFFF;
    border-right: 0;
    border-left: 0;
    color: #FFFFFF;
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    /*position: -webkit-sticky;*/
    /*position: fixed;*/
    position: relative;
    border-bottom: 1px solid #000000;
    bottom: 0;
    z-index: 97;
    height: 50px;
}
.scrollBtn{
    background-color: #ffffff;
    position: absolute;
    right: 0;
    box-sizing: border-box;
    z-index: 1;
    height: 100%;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #ffffff;
    border-left: solid 1px #000000;
    border-right: solid 1px #ffffff;
    width: 173px;
    font-weight: 700;
    text-align: center;
}
.scrollBtn:hover{
    background-color: #ecf7ff;
}
.marquee span {
    display: inline-block;
    -webkit-animation: scroll 41s infinite linear;
    padding-left: 3%;
    padding-top: 11px;
    width: 5170px;
}

.homePgShop{
    background-image: url(https://dev.lejedesigns.com/LeRoyMobley/Webtools/Main/pic/ShopBg.jpg)!important;
}

.Item_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
}
.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;
}
.Item_wrap::-webkit-scrollbar-thumb {
    background-color: #DADADA;
    border-radius: 50px;
    border: 2px solid #686868;
}
.Item_wrap::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}
.Item_wrap::-webkit-scrollbar-thumb:active {
    background-color: #ffffff;
}
.Item_wrap::-webkit-scrollbar-corner,.Item_wrap::-webkit-scrollbar-track {
    background-color: #686868;
}
.ItemBoxWrap{
    min-width: 250px;
    min-height: 250px;
    width: 32%;
    box-sizing: border-box;
    border: none;
    background-color: #000000;
    overflow: hidden;
    position: relative;
    border-radius: 13px;
}
.ItemBox {
    min-width: 250px;
    min-height: 250px;
    box-sizing: border-box;
    border: none;
    background-color: #000000;
    margin: 30px 30px 15px 0;
    overflow: hidden;
    position: relative;
    border-radius: 13px;
}
.ItemText2{
    text-decoration: underline;
    background-color: transparent;
    color: #FFFFFF;
    border: none;
    font-size: 14px;
}
.Item_wrap .ItemBoxWrap {
    display: inline-block;
    vertical-align: top;
}
.ItemPic{
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
    opacity: 85%;
}
.ItemPic:hover{
    transform: scale(1.07);
    opacity: 1;
}
.ItemText{
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-align: center;
}
.verticalLine{
    width: 1px;
    background-color: #00000040;
}
.horizontalLine{
    width: 100%;
    background-color: #00000040;
    height: 1px;
}
.subBigBoxWrap{
    background-size: cover;
    width: 100%;
}
.subBoxWrap{
    border-radius: 15px;
    background-size: cover;
    width: 94%;
    margin: 0 auto;
    max-width: 1000px;
    box-sizing: border-box;
}
.subBoxWrap2{
    background-color: #0E0E0E;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0 0 7px 7px;
}
.subBox{
    border-radius: 7px;
    width: 100%;
    height: 540px;
    max-width: 50rem;
    text-align: center;
    background: #fff;
    box-shadow: 0 6px 17px rgba(195, 208, 216, .62);
    overflow: hidden;
}
.subBoxOpt{
    background: #fff;
}
.subBox3{
    border-radius: 7px;
    overflow: hidden;
    height: unset;
}
.subBoxT1{
    background-color: #1b1b1b;
    width: 100%;
}
.subBoxT1Bottom,.subBoxT2Bottom,.subBoxT3Bottom{
    height: 7px;
    width: 100%;
}
.subOptBtn1,.subBoxT1Bottom{
    background: linear-gradient(to right, #ff555b, #ff531a) !important;
}
.subOptBtn2,.subBoxT2Bottom{
    background: linear-gradient(to right, #0e4c84, #212364) !important;
}
.subOptBtn3,.subBoxT3Bottom{
    background: linear-gradient(to right, #efb628, #a56705) !important;
}


.signUpProgressBarBox{
    width: 33.333%;
    padding: 0 0 .5rem 0;
}
.signUpProgressBar{
    height: 7px;
    margin-top: 1rem;
}
.signUpProgressBarBox svg{
    fill: var(--text-colorGra2);
}
.signUpBtn{
    text-align: center;
    border: solid 1px var(--text-colorW2);
    color: var(--text-colorGra1);
    padding: 3px;
    width: 83px;
    margin: 1rem auto;
    cursor: pointer;
}
.signUpBtnOrg{
    background-color: #0e4c84;
    color: #FFFFFF;
    border: solid 1px #0e4c84;
}
.signUpOptOrg{
    color: #0e4c84;
    fill: #0e4c84;
    text-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.grayBar{
    width: 100%;
    height: 1px;
    background-color: var(--bg-colorDGray);
}
#login-button {
    background-color: #4285f4;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.product_fld,#password,#confirm_password,#product_fld{
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 11px;
    border: 1px solid var(--text-colorW2);
    margin-top: 10px;
}
.plan4BoxLoadingPic{
    width: 120px;
    height: 120px;
    background: none;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#checkbox1{
    width: 15px;
    height: 15px;
    margin-right: 11px;
    margin-top: 4px;
}
.checkboxWrap{
    cursor: pointer;
    padding-top: 15px;
}
.planHWrap{
    min-height: 70vh;
    padding-bottom: 30px;
}
.switch1 {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-right: 19px;
}
.switch1 input {
    position: absolute;
    opacity: 0;
    z-index: 100;
    width: 40px;
    margin-left: -28px;
    height: 25px;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 44px;
    background-color: #ccc;
    border-radius: 15px;
}
.switch1 input:checked + .checkmark {
    background-color: var(--bg-colorOrg);
}

.checkmark:after {
    content: "";
    position: absolute;
}

.switch1 input:checked + .checkmark:after {
    left: 20px;
}

.switch1 .checkmark:after {
    left: 1px;
    top: 1px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: white;
}
#go-back{
    padding-top: 11px;
    width: 30px;
    margin-left: 0;
    display: none;
}
#togglePw{
    border: none;
    background-color: transparent;
    right: 15px;
    top: 19px;
}
#psEye2{
    width: 17px;
    height: 17px;
}
#plan2Box{
    max-width: 500px;
}
.Btns2{
    padding: 6px 11px;
    margin-right: 33px;
    font-size: 12px;
}
.iconHomePg{
    width: 30%;
    margin-bottom: 1rem;
    padding: 0 15px;
    box-sizing: border-box;
}
.iconHomePg2{
    display: none;
}
.split_image{
    position: absolute;
    /*top: 50%;transform: translateY(-50%);*/
    right: 0;
    width: 100%;
    /*height: 80%;*/
    padding-bottom: 0;
    background-position: center center;
    background-size: cover;
    min-height: 350px;
}
.split_content_Wrap{
    padding: 0;
    margin: 0 auto;
    position: relative;
    transition: padding .2s ease-in;
}
.split_image_content{
    min-height: 340px;
    border-radius: 37px !important;
    border: none !important;
    width: 90%;
    transform: translateY(0);
    background: #fff;
    padding: 50px 25px;
    margin: 250px auto 0 auto;
    box-sizing: border-box;
}
.M_songRight{
    width: 100%;
}
.M_songActive {
    border: solid 1px #000000;
    position: relative;
    z-index: 8;
    display: block;
}
.allLyricsTitles {
    border: solid 1px #a5a5a5;
    padding: 15px 0;
    max-width: 185px;
    text-align: center;
    color: #000000;
    width: 33.333%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    z-index: 7;
}
.messageBubble,.messageBubble2 {
    width:105px;
    height:46px;
    fill:none;
    position: absolute;
    right: -27px;
    bottom: 2px;
    display: none;
}
.messageBubble2{
    left: -27px;
}
.M_songActive{
    border: solid 1px #000000;
    position: relative;
    z-index: 8;
    display: block;
}
.blog-container{
    max-width: 800px;
}
.blog-container p{
    text-align: justify;
}
.blog-image {
    float: left;
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 0.6875rem;
    margin: 0 15px 15px 0;
}
.mobile-break {
    display: block;
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    animation: spin 2s linear infinite;
}
.footBox2{
    padding-top: 36px;
}
.footBox3{
    padding-top: 2.5rem;
}
.footBox1{
    padding-top: 0;
}
.wheel-container {
    position: relative;
    max-width: 360px;
    height: 360px;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 30px;
}
.wheel-image {
    position: absolute;
    width: 100%;
}

.paddle-image {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.spin-button, .reward-button {
    font-size: 24px;
    padding: 7px 30px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: 7px 6px 0 0 #6E6E6E;
    -moz-box-shadow: 7px 6px 0 0 #6E6E6E;
    box-shadow: 7px 6px 0 0 #6E6E6E;
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;
}
.email-input {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}
.reward-text {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}
.PopUpWrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.PopUp_right{
    width: 98%;
}
.PopUpBox{
    overflow-y: scroll;
    height: auto;
    padding-top: 60px;
    width: 100%;
    padding-bottom: 200px;
}
.PopUpX {
    z-index: 9997;
    position: absolute;
    right: 0px;
    top: 70px;
    width: 40px;
}
.videoPopUpVideo{
    width: 94%;
    margin: 0 auto;
}
.bar1X,.bar3X {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 7px 0;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
}
.bar1X {
    -webkit-transform: rotate(-45deg) translate(-3.5px, 3.5px);
    transform: rotate(-45deg) translate(-3.5px, 3.5px);
}
.bar3X {
    -webkit-transform: rotate(45deg) translate(-3.5px, -3.5px);
    transform: rotate(45deg) translate(-3.5px, -3.5px);
}
@keyframes spinBounce {
    0% {
        transform: rotate(0deg);  /* Starting position */
    }
    25% {
        transform: rotate(5deg);   /* Rotate to 5 degrees */
    }
    50% {
        transform: rotate(-5deg);  /* Rotate back to -5 degrees */
    }
    75% {
        transform: rotate(2.5deg);  /* Rotate to 2.5 degrees */
    }
    100% {
        transform: rotate(0deg);    /* Return to the starting position */
    }
}
/*login*/
.logInBannerWrap {
    height: calc(100vh - 50px);
    padding-top: 1px;
    width: 100%;
    background-color: #141414;
}
#login_Text {
    position: absolute;
    top: -15px;
    padding-top: 50px;
    left: 0;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.29); */
}
.Log_1Box {
    width: 92%;
    max-width: 400px;
    padding: 30px 20px 50px 20px;
    margin: 2rem auto;
    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;
    opacity: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    /* min-height: 480px; */
    box-sizing: border-box;
}
.Log1LineWrap, .exLink, .Log1Forgot {
    width: 100%;
    box-sizing: border-box;
}
.exLink h1{
    padding-bottom: 1rem;
    color: #FFFFFF;
}
.frm_small {
    width: 100%;
    margin: 0 auto 15px auto;
    border-radius: 50px;
    padding: 7px 15px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.FrmErr{
    padding: 0 0 10px 5px;
    color: #f2f2f2;
}
.frm_small:last-child {
    margin: 0 auto 15px auto;
}
.Log1FlexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Log1FlexBox{
    margin-top: 30px;
    width: 100%;
}
.Log1LineL, .Log1LineR {
    width: 37%;
    height: 1px;
    background-color: #ffffff;
    margin-top: 43px;
}
.Log1LineC {
    width: 15%;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
}
.Log1LineWrap,.exLink,.Log1Forgot{
    width: 100%;
    box-sizing: border-box;
}
.Log1LineWrap{
    margin-top: -2rem;
    padding-bottom: 2rem;
}
.Log1Forgot {
    margin: 15px auto 0 auto;
    font-size: 16px;
}
.BtnFrm {
    color: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    padding: 11px 27px;
    background-color: #0e4c84;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Apply transition */
}
.BtnFrm:hover{
    background-color: #0b3861;
    border: solid 1px #ffffff;
}
.slide{
    font-size: 21px;
}
#accountInfoTextB1,#accountInfoTextB2,#accountInfoA{
    padding-top: 100px;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
    }
    100%{
        -webkit-transform: translate(-100%, 0);
    }
}
@media only screen and (min-width: 370px) {

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

}

@media only screen and (min-width: 598px) {
    .iconHomePg{
        width: 160px;
    }
    .btn4{
        width: 70%;
    }
    .footBox{
        width: unset;
        box-sizing: border-box;
    }
    .footBox1{
        padding-top: 0;
    }
    .footBox2{
        padding-top: 0;
    }
    .footBox3{
        padding-top: 0;
    }
}
/* Layout: 740px */
@media only screen and (min-width: 740px) {

}

@media only screen and (min-width: 850px) {
    h2{
        line-height: inherit;
    }
    .homePgH1{
        font-size: 63px;
        line-height: 65px;
    }
    .displayDesktop {
        display: unset;
    }
    .displayPhone {
        display: none;
    }
    .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;
    }
    #topMenu{
        display: none;
    }
    .vf {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .pt7rem {
        padding-top: 7rem;
    }
    .pb5rem{
        padding-bottom: 5rem;
    }
    .pb7rem{
        padding-bottom: 7rem;
    }
    .left_50,.right_50,.worldMapPicWrap{
        width: 47%;
    }
    .worldMapPicWrap{
        max-width: 100%;
        width: 522px;
    }
    .box_30{
        width: 31%;
    }
    .box_25{
        width: 22%;
    }
    .Desk_ptb7rem {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .bigText{
        font-size: 93px
    }
    .mapWrap{
        margin-left: unset;
        padding-top: 0;
        height: 500px;
    }
    .hideBox{
        display: none;
    }
    .showBox{
        display: block;
    }
    .brTopVideoInfo {
        position: absolute;
        bottom: 70px;
    }
    .donTextWrap{
        margin-top: -83vh;
    }
    .blog-image {
        margin: 0 30px 15px 0;
    }
    .Btns:hover, .Btns:active, .Btns:focus{
        text-decoration: none;
    }
    .Btns {
        font-family: 'Roboto', sans-serif;
        padding-right: 17px;
        font-weight: 700;
    }
    .Btns2{
        margin-right: 15px;
    }
    .topMid{
        display: none;
    }
    .hidePhone{
        display: unset;
    }
    .subBoxWrap{
        padding: 5rem;
    }
    .topRight {
        padding-top: .80rem;
    }
    .M_songLeft {
        width: 23%;
    }
    .M_songRight {
        width: 71%;
    }
    .split_content_Wrap{
        margin: 0 30px;
    }
    .split_image_content {
        padding: 50px;
        min-height: 340px;
        width: 55%;
        margin: 40px 0;
    }
    .split_image{
        position: absolute;
        top: 50%;transform: translateY(-50%);
        right: 0;
        width: 70%;
        height: 85%;
        padding-bottom: 0;
        background-position: center center;
        background-size: cover;
        min-height: 600px;
    }
    .split_image_content2{
        margin: 40px 0 40px auto;
    }
    .subBoxWrap{
        position: absolute;
        top: -70px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #0E0E0E;
    }
    .subBigBoxWrap{
        height: 700px;
    }
    .messageBubble,.messageBubble2 {
        display: unset;
    }
    .PopUpWrap {
        position: fixed;
        padding-top: 0;
        overflow-y: scroll;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .PopUpX {
        right: 50px;
    }
    .wheel-container {
        height: 400px;
        max-width: 400px;
    }
    .PopUp_right{
        max-width: 300px;
    }
    .PopUp_Left{
        width: 55%;
    }
}
/* Desktop Layout:1029px */
@media only screen and (min-width: 1029px) {
    .topMid{
        display: block;
    }
    .Btns{
        padding-right: 17px;
    }
}

/* Desktop Layout:1029px */
@media only screen and (min-width: 1100px) {
    .iconHomePg2{
        display: flex;
    }
}

@media only screen and (min-width: 1250px) {
    .Btns{
        padding-right: 30px;
    }
    .topLeft {
        margin-right: 34px;
    }
}

@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) {

}
/* Layout: 1040px */
@media only screen and (min-width: 1040px) {
    .slide{
        font-size: 35px;
    }
    .donBox{
        min-height: 85vh;
    }
    #credits2{
        padding:20px 0;
    }
    .split_image_content {
        padding: 75px;
    }
    .mobile-break{
        display: inline;
    }
}
/* Layout: 1500px */
@media only screen and (min-width: 1400px) {

}

/*login*/

/* Apply the spinBounce animation to the wheel-image class */
.wheel-image.spinBounce {
    animation: spinBounce 2s ease-in-out infinite;  /* Adjust duration and timing function as needed */
}
.fadeIn{
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}


@keyframes fadeIn{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}