@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");

.mainFlex, .loader-container, .login__dropbtn, .switch_flex, .absolute_Intro, .main_bttn, .video_playBtn, .footer_list, .social_wrapper, .social_wrapper .social_link, .watts_fixed, .filter_dropbtn, .browseN_link, .medaiN_thumb .vidMid_playBtn, .orDone_spaN, .ns-btn, .orderN_bttn, .sharABs_bttn, .pluST_bttN, .asideMenu_link .asideM_icoN {
    display: flex;
    justify-content: center;
    align-items: center;
}

.start_flex, .topBttons_wrap, .partyN_site, .joinN_link, .dateN_flex, .copyW_links, .backTo_link, .Wtime_flexN, .orderCardN_flex, .orderyN_site, .number__spinner, .PayType_WFlexN, .PayType_oCrdN1, .visaPay_WFlexN, .visaCArd_oCrdN1, .orderFlex_cardN, .DeliveryP_WFlexN, .DelivCArd_oCrdN1, .asideMenu_link, .faceTH_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.between_Flex, .contctop_row, .dropdown-item, .buttons_wrapper, .title_between, .copyRights__wrap, .flexDwrap_ENd, .priceBet_flex, .label_between, .storIN_flexN {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.background_cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.secPadding {
    padding: 80px 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    direction: rtl !important;
    text-align: right;
}

[dir="ltr"] body {
    direction: ltr !important;
    text-align: left;
}

form, input {
    direction: rtl !important;
    text-align: right !important;
}

[dir="ltr"] form, [dir="ltr"] input {
    direction: ltr !important;
    text-align: left !important;
}

.dropdown-menu {
    text-align: start;
}

.overBody__hidden {
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
}

body::-webkit-scrollbar {
    width: 8px;
}

body.thin::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #042464;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #042464;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    text-transform: capitalize;
    color: #191F36;
}

.loader-container {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    background: #042464;
    z-index: 9999;
}

.loader {
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #7DFBFF #7DFBFF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    -webkit-animation: rotation 1s linear infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #191F36 #191F36;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    -webkit-animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.loader::before {
    width: 70px;
    height: 70px;
    border-color: #FFF #FFF transparent transparent;
    animation: rotation linear infinite;
    -webkit-animation: rotation linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

.absLoader_logo {
    position: absolute;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.mbttom_16 {
    margin-bottom: 16px !important;
}

.mbttom_20 {
    margin-bottom: 20px !important;
}

.mbttom_24 {
    margin-bottom: 24px !important;
}

.mbttom_30 {
    margin-bottom: 30px !important;
}

.mbttom_40 {
    margin-bottom: 40px !important;
}

a {
    text-decoration: none !important;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

a:hover {
    color: #7DFBFF;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

iframe, video {
    max-width: 100%;
    width: 100%;
}

p {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}

button:focus {
    outline: none;
}

input:focus {
    box-shadow: none;
}

textarea {
    resize: none;
}

.dropdown-toggle::after {
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 7px;
    left: -14px;
    margin: 0 !important;
    position: absolute;
    top: 4px;
    width: 7px;
    transform: rotate(45deg);
}

.login__dropdown .dropdown-toggle::after {
    display: none;
}

[dir="ltr"] .dropdown-toggle::after {
    left: auto;
    right: -14px;
}

img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

/*start header navbar */
.mob-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff !important;
    opacity: 0;
    visibility: hidden;
    z-index: 900;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.mob-overlay.active {
    opacity: 0.7;
    visibility: visible;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.sidebar-wrapper {
    display: none;
}

/*page*/
.main_header {
    background-color: transparent;
    padding-top: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.main_header.inner_header {
    position: unset;
    background-color: #fff;
    padding: 16px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.main_header.inner_header .nav-btn .btn-bar {
    background: #042464;
}

.main_header.inner_header .navbar-brand svg path {
    fill: #042464;
}

.main_header.inner_header .my__navbar .nav-link {
    color: #042464;
}

.main_header.inner_header .dropdown-toggle::after {
    border-bottom: 2px solid #042464;
    border-right: 2px solid #042464;
}

.main_header.inner_header .switch_flex, .main_header.inner_header .login__dropbtn {
    color: #042464;
}

.main_header.inner_header .login__dropbtn, .main_header.inner_header .switch_flex {
    border-inline-end-color: rgba(0, 0, 0, 0.1);
}

.main_header.inner_header .login__dropbtn svg path {
    stroke: #042464;
}

.main_header.inner_header .main_bttn {
    background-color: #042464;
    color: #fff;
    border-color: #042464;
}

.topBttons_wrap {
    gap: 16px;
}

.login__dropbtn {
    gap: 8px;
    background-color: transparent;
    text-transform: uppercase;
    border: none;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    padding-inline-end: 16px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}

.myOwn_dropdown:hover .dropdown-menu {
    display: block;
}

.proUser_img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border: 1px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.dropdown-menu {
    width: max-content;
    padding: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.dropdown-item {
    gap: 12px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.dropdown-item:hover {
    background-color: #E4E4E4;
    color: #010714;
}

.switch_flex {
    gap: 8px;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    padding-inline-end: 16px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}

.switch_mode {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
}

.switch_mode .switch_checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch_mode .slider_round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #BABABA;
    border: 1px solid #BABABA;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.switch_mode .slider_round::before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 1px;
    top: 1px;
    background-color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}

.switch_mode .switch_checkbox:checked + .slider_round {
    background-color: #fff;
}

.switch_mode .switch_checkbox:checked + .slider_round::before {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    background-color: #54CC61;
}

.switch_mode .switch_checkbox.active_mode + .slider_round {
    background-color: #fff;
}

.switch_mode .switch_checkbox.active_mode + .slider_round::before {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    background-color: #54CC61;
}

.navbar_toggler {
    background-color: transparent;
    border: none;
    font-size: 26px;
    color: #fff;
    padding: 0;
    width: 44px;
    height: 44px;
    overflow: hidden;
}

.my__navbar {
    gap: 32px;
}

.my__navbar .nav-link {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

.my__navbar .nav-link:hover {
    color: #7DFBFF;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    width: 93px;
}

@keyframes moveAfter {
    0% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
    }
}

.nav-btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    flex: 0;
    padding: 5px;
}

.nav-btn .btn-bar {
    position: relative;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    margin: 3px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-bar.menu {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transition: transform 0.3s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
    -webkit-transition: transform 0.3s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
    -moz-transition: transform 0.3s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
    -ms-transition: transform 0.3s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
    -o-transition: transform 0.3s ease-in-out 0.5s, opacity 0.15s ease-in-out 0.5s;
}

.btn-bar.menu:nth-child(1) {
    transform-origin: top right;
    width: 20px;
}

.btn-bar.menu:nth-child(3) {
    width: 20px;
}

.btn-bar.close {
    transform-origin: center center;
    position: absolute;
    margin-top: -1.5px;
    opacity: 0;
    top: 50%;
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
}

.close:not(:last-child) {
    transform: rotate(60deg) translateX(-250%);
    -webkit-transform: rotate(60deg) translateX(-250%);
    -moz-transform: rotate(60deg) translateX(-250%);
    -ms-transform: rotate(60deg) translateX(-250%);
    -o-transform: rotate(60deg) translateX(-250%);
}

.navbar_toggler.openMobile_menu .nav-btn .btn-bar.close:not(:last-child) {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}

.openMobile_menu {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
}

.openMobile_menu .nav-btn .btn-bar {
    background: #000;
}

.nav-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.nav-content .background {
    position: absolute;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    transform-origin: center;
    transform: rotate(-45deg) scale(2, 1.2);
    -webkit-transform: rotate(-45deg) scale(2, 1.2);
    -moz-transform: rotate(-45deg) scale(2, 1.2);
    -ms-transform: rotate(-45deg) scale(2, 1.2);
    -o-transform: rotate(-45deg) scale(2, 1.2);
}

.nav-content .portion {
    background: #042464;
    transition: transform 0.5s ease-in-out 0.3s;
    -webkit-transition: transform 0.5s ease-in-out 0.3s;
    -moz-transition: transform 0.5s ease-in-out 0.3s;
    -ms-transition: transform 0.5s ease-in-out 0.3s;
    -o-transition: transform 0.5s ease-in-out 0.3s;
}

.nav-content .portion:not(:first-child) {
    margin-top: -1px;
}

.nav-content .background {
    transform-origin: center;
    transform: rotate(-45deg) scale(2, 1.2);
    -webkit-transform: rotate(-45deg) scale(2, 1.2);
    -moz-transform: rotate(-45deg) scale(2, 1.2);
    -ms-transform: rotate(-45deg) scale(2, 1.2);
    -o-transform: rotate(-45deg) scale(2, 1.2);
}

.nav-content .background .portion {
    flex: 1 1 100%;
}

.nav-content .background .portion:nth-child(odd) {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.nav-content .background .portion:nth-child(even) {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.navbar_toggler.openMobile_menu .nav-btn .btn-bar:nth-child(1) {
    transform: rotate(-45deg) translateX(-400%);
    -webkit-transform: rotate(-45deg) translateX(-400%);
    -moz-transform: rotate(-45deg) translateX(-400%);
    -ms-transform: rotate(-45deg) translateX(-400%);
    -o-transform: rotate(-45deg) translateX(-400%);
}

.navbar_toggler.openMobile_menu .nav-btn .btn-bar:nth-child(2) {
    transform: rotate(-45deg) translate(0, -4px) translateX(200%);
    -webkit-transform: rotate(-45deg) translate(0, -4px) translateX(200%);
    -moz-transform: rotate(-45deg) translate(0, -4px) translateX(200%);
    -ms-transform: rotate(-45deg) translate(0, -4px) translateX(200%);
    -o-transform: rotate(-45deg) translate(0, -4px) translateX(200%);
}

.navbar_toggler.openMobile_menu .nav-btn .btn-bar:nth-child(3) {
    transform: rotate(-45deg) translate(0, 1px) translateX(200%);
    -webkit-transform: rotate(-45deg) translate(0, 1px) translateX(200%);
    -moz-transform: rotate(-45deg) translate(0, 1px) translateX(200%);
    -ms-transform: rotate(-45deg) translate(0, 1px) translateX(200%);
    -o-transform: rotate(-45deg) translate(0, 1px) translateX(200%);
}

.sidebar-wrapper .nav-content {
    z-index: 1001;
}

.sidebar-show .nav-content .background .portion {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transition: transform 0.5s ease-in-out 0.3s;
    -webkit-transition: transform 0.5s ease-in-out 0.3s;
    -moz-transition: transform 0.5s ease-in-out 0.3s;
    -ms-transition: transform 0.5s ease-in-out 0.3s;
    -o-transition: transform 0.5s ease-in-out 0.3s;
}

/* Start intro*/
.intro__section {
    position: relative;
}

.intro_slideN {
    position: relative;
    height: 668px;
}

.intro_slideN::before {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, transparent 100%);
    z-index: 99;
}

.intro_slideN::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 51%;
    top: 0;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    z-index: 3;
}

.intro_slideN:hover::after {
    left: 0;
    opacity: 0;
    right: 0;
}

.intro_slideN .cover_fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomINimg 12s infinite ease-in-out;
    -webkit-animation: zoomINimg 12s infinite ease-in-out;
}

.absolute_Intro {
    flex-direction: column;
    text-align: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 227px 20px 164px 20px;
    color: #fff;
    z-index: 999;
}

.absolute_Intro h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    max-width: 632px;
    margin: auto;
    margin-bottom: 16px;
}

.absolute_Intro p {
    font-size: 16px;
    color: #fff;
    max-width: 632px;
    margin: auto;
    margin-bottom: 24px;
}

.buttons_wrapper {
    gap: 8px;
}

.buttons_wrapper.flex_END {
    justify-content: flex-end;
}

.mrgTop_40 {
    margin-top: 40px;
}

.main_bttn {
    flex-shrink: 0;
    gap: 8px;
    height: 47px;
    min-width: 138px;
    width: fit-content;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #042464;
    background-color: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 54px;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
}

.main_bttn.dark_bttn {
    background-color: #042464;
    color: #fff;
    border: 1px solid #042464;
}

.main_bttn.trans_bttn {
    min-width: 112px;
    border-color: #042464;
    color: #042464;
}

.main_bttn.login_bttn {
    height: 53px;
    padding: 20px 56px;
    background-color: #042464;
    border-color: #042464;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.main_bttn.pay_bttn {
    height: 50px;
    padding: 20px 40px;
    background-color: #042464;
    border-color: #042464;
    color: #fff;
    font-weight: 700;
    border-radius: 69px;
    -webkit-border-radius: 69px;
    -moz-border-radius: 69px;
    -ms-border-radius: 69px;
    -o-border-radius: 69px;
}

.main_bttn.modal_bttn {
    height: 51px;
    padding: 12px 0;
    background-color: #042464;
    border-color: #042464;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.main_bttn.cart_bttn {
    height: 48px;
    padding: 12px 40px;
    background-color: #042464;
    border-color: #042464;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.main_bttn.grey_bttn {
    height: 48px;
    padding: 12px 40px;
    background-color: #DEDEDE;
    border-color: #DEDEDE;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.hvr-sweep-to-left::before {
    background: #042464;
}

.hvr-sweep-to-right::before {
    background: linear-gradient(180deg, #000 0%, transparent 100%);
}

.hvr-shutter-out-horizontal::before {
    background: linear-gradient(180deg, #2098D1 0%, transparent 100%);
}

.hvr-rectangle-out::before {
    background: linear-gradient(180deg, #b7d8e7 0%, transparent 100%);
}

.mySwiper .swiper-pagination {
    height: 8px;
    bottom: 40px;
}

.mySwiper .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background: #A9A9A9;
    opacity: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 80px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    right: auto;
    left: 80px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: ' ';
}

@keyframes zoomINimg {
    0%, 100% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

/*** partners section ***/
.partners_section {
    background-color: #042464;
    padding: 40px 0;
}

.partners_Aside {
    color: #fff;
}

.partners_Aside h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.partners_Aside p {
    color: #FFF;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.partLeft_row {
    gap: 80px;
}

.partN_cImg {
    display: block;
    width: 100%;
}

/*** party section ***/
.title_between {
    gap: 16px;
}

.titleSide_wrap h5 {
    color: #042464;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.titleSide_wrap h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

.partyN_cardN1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.partyN_cardN1::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 51%;
    top: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    z-index: 3;
}

.partyN_cardN1:hover::after {
    left: 0;
    opacity: 0;
    right: 0;
}

.innParty_row .partyN_cardN1 {
    margin-bottom: 32px;
}

.partyN_thumb {
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
    width: 100%;
    aspect-ratio: 416 / 200;
    overflow: hidden;
}

.partyN_tIMG {
    border-radius: 16px 16px 0px 0px;
    -webkit-border-radius: 16px 16px 0px 0px;
    -moz-border-radius: 16px 16px 0px 0px;
    -ms-border-radius: 16px 16px 0px 0px;
    -o-border-radius: 16px 16px 0px 0px;
    width: 100%;
    aspect-ratio: 416 / 200;
    animation: zoomINimg 10s infinite ease-in-out;
    -webkit-animation: zoomINimg 10s infinite ease-in-out;
}

.partyN_content {
    padding: 12px 24px;
}

.partyN_content h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 4px;
}

.partyN_content h3 a {
    color: inherit;
}

.partyN_site {
    gap: 4px;
    color: #000;
    opacity: 0.5;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.joinN_link {
    gap: 8px;
    color: #042464;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 24px 0 12px 0;
}

/*** browse section ***/
.browse_section {
    position: relative;
    padding: 120px 0;
}

.browse_section .absBlue_bk {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.relative_container {
    position: relative;
    z-index: 2;
}

.whiteAside_wrap {
    color: #fff;
    padding: 60px 0;
}

.whiteAside_wrap h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.whiteAside_wrap h3 {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
}

.whiteAside_wrap p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.browse_CardN1 {
    position: relative;
    width: 100%;
    aspect-ratio: 310 / 400;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    overflow: hidden;
}

.browse_CardN1::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 51%;
    top: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    z-index: 3;
}

.browse_CardN1:hover::after {
    left: 0;
    opacity: 0;
    right: 0;
}

.browse_fluidMG {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.absBrowse_Cont {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: calc(100% - 16px);
    background: #FFF;
    padding: 16px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.absBrowse_Cont h3 {
    color: #042464;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.absBrowse_Cont h3 a {
    color: inherit;
}

.dateN_flex {
    gap: 4px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.more_link {
    color: #042464;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

/* services section */
.center_title {
    text-align: center;
    margin-bottom: 24px;
}

.center_title h5 {
    color: #042464;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.center_title h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    max-width: 632px;
    margin: auto;
    margin-bottom: 8px;
}

.center_title p {
    color: #7F7F7F;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    max-width: 632px;
    margin: auto;
}

.videoWide_wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 308 / 420;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    overflow: hidden;
    margin: auto;
}

.videoWide_wrap::after {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.videoWide_wrap::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 51%;
    top: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    z-index: 3;
}

.videoWide_wrap:hover::before {
    left: 0;
    opacity: 0;
    right: 0;
}

.videoFull_img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    object-fit: cover;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    animation: zoomINimg 10s infinite ease-in-out;
    -webkit-animation: zoomINimg 10s infinite ease-in-out;
}

.video_playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 26px;
    width: 56px;
    height: 56px;
    z-index: 3;
}

/*** start footer ***/
.footer {
    background-color: #042464;
}

.footer__wrapper {
    padding-top: 40px;
}

.footer_logo {
    width: fit-content;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

.footer_logo img {
    width: 117px;
}

.footer_list {
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer_list a {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.social_wrapper {
    gap: 16px;
    position: relative;
    top: 20px;
    background-color: #042464;
    width: fit-content;
    margin: auto;
    padding: 0 24px;
}

.social_wrapper .social_link {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.social_wrapper .social_link:hover {
    background-color: #7DFBFF;
    color: #042464;
}

.copyRights__wrap {
    gap: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.all_rights {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.copyW_links {
    gap: 16px;
}

.copyW_links a {
    color: inherit;
}

.go-top {
    position: fixed;
    right: 10px;
    display: none;
    width: 50px;
    height: 50px;
    background: #191F36;
    color: #fff;
    text-align: center;
    bottom: 10px;
    z-index: 99;
    line-height: 46px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.go-top:hover {
    background-color: #7DFBFF;
    color: #fff;
}

[dir="ltr"] .go-top {
    right: auto;
    left: 10px;
}

.watts_fixed {
    position: fixed;
    left: 10px;
    width: 56px;
    height: 56px;
    background: #54CC61;
    color: #fff;
    font-size: 26px;
    bottom: 10px;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

[dir="ltr"] .watts_fixed {
    left: auto;
    right: 10px;
}

[dir="ltr"] .fa-arrow-left,
[dir="ltr"] .fa-arrow-right {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

/*** school party section ***/
.innerTop_section {
    padding: 205px 0 92px 0;
    background-color: #042464;
}

.innerTop_section h1 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 0;
}

.innerTop_section .breadcrumb {
    justify-content: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

.innerTop_section .breadcrumb-item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.innerTop_section .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}

.innerTop_section .breadcrumb-item.active, .innerTop_section .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item + .breadcrumb-item {
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding: 0 4px;
    content: var(--bs-breadcrumb-divider, ">");
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item::before {
    float: left;
}

.filter_dropbtn {
    border: none;
    overflow: hidden;
    padding: 12px 24px;
    padding-inline-end: 39px;
    height: 47px;
    min-width: 132px;
    background: #E4E4E4;
    border-radius: 54px;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.filter_dropbtn.dropdown-toggle::after {
    left: 24px;
    top: 20px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

[dir="ltr"] .filter_dropbtn.dropdown-toggle::after {
    left: auto;
    right: 24px;
}

.hidden_partyCard {
    display: none;
}

/*** events page ***/
.StoreN_cardN1 {
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.StoreN_cardN1::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 51%;
    top: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    z-index: 3;
}

.StoreN_cardN1:hover::after {
    left: 0;
    opacity: 0;
    right: 0;
}

.innParty_row .StoreN_cardN1 {
    margin-bottom: 32px;
}

.StoreN_thumb {
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
    width: 100%;
    aspect-ratio: 416 / 144;
    overflow: hidden;
}

.StoreN_tIMG {
    border-radius: 16px 16px 0px 0px;
    -webkit-border-radius: 16px 16px 0px 0px;
    -moz-border-radius: 16px 16px 0px 0px;
    -ms-border-radius: 16px 16px 0px 0px;
    -o-border-radius: 16px 16px 0px 0px;
    width: 100%;
    aspect-ratio: 416 / 144;
    animation: zoomINimg 10s infinite ease-in-out;
    -webkit-animation: zoomINimg 10s infinite ease-in-out;
}

.StoreN_content {
    position: relative;
    padding: 24px;
    padding-top: 80px;
    text-align: center;
}

.StoreN_content .stLogo_round {
    position: absolute;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    top: -60px;
    left: calc(50% - 60px);
    z-index: 99;
}

.StoreN_content h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 4px;
}

.StoreN_content h3 a {
    color: inherit;
}

.StoreN_content p {
    font-size: 13px;
    margin-bottom: 8px;
}

.browseN_link {
    gap: 4px;
    color: #042464;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 24px 0 12px 0;
}

/*** media page ***/
.medaiN_thumb {
    position: relative;
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
    width: 100%;
    aspect-ratio: 416 / 200;
    overflow: hidden;
}

.medaiN_thumb::after {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.medaiN_thumb .vidMid_playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 26px;
    width: 40px;
    height: 40px;
    z-index: 6;
}

/*** login page ***/
.login_section {
    position: relative;
}

.logRight_side {
    padding: 80px 0 160px 0;
}

.login_cardN {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.login_cardN h3 {
    color: #002C27;
    font-size: 24px;
    margin-bottom: 0;
}

.login_cardN p {
    color: #3B3B3B;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 24px;
}

.login_label {
    display: block;
    color: #3B3B3B;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
}

.login_input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #3B3B3B;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    padding-inline-start: 24px;
    margin-bottom: 8px;
}

.login_input::placeholder {
    color: #3B3B3B;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.login_input.error_color {
    color: #f00 !important;
    border-color: #f00 !important;
}

.forget_link {
    display: block;
    color: #3B3B3B;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    width: fit-content;
    margin-inline-start: auto;
    margin-bottom: 24px;
}

.has_account {
    color: #3B3B3B;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}

.has_account a {
    color: #042464;
    font-weight: 500;
}

.condi_fLabel {
    display: flex;
    gap: 8px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 16px 0 24px 0;
}

.condi_fLabel a {
    color: #042464;
    font-weight: 600;
    text-decoration: underline !important;
}

.mid_checkbox {
    width: 20px;
    height: 20px;
    accent-color: #042464;
}

.message_text {
    display: none;
    color: #f00;
}

/*** party page ***/
.innParty_section {
    padding: 64px 0;
}

.backTo_link {
    gap: 8px;
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    width: fit-content;
    margin-bottom: 16px;
}

.partWide_cardN h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}

.partWide_cardN h3 {
    color: #042464;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}

.partWide_cardN .partWide_contN:not(:last-of-type) {
    margin-bottom: 40px;
}

.partWide_cardN p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
}

.partWide_thumbN {
    width: 100%;
    aspect-ratio: 956 / 512;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    overflow: hidden;
    margin-bottom: 32px;
}

.partWide_thumbN .partWide_tCover {
    max-width: 100%;
    margin: 0 auto;
    display: table;
    aspect-ratio: 956 / 512;
    animation: zoomINimg 15s infinite ease-in-out;
    -webkit-animation: zoomINimg 15s infinite ease-in-out;
}

.Wtime_flexN {
    gap: 4px;
    color: #042464;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.asideSubs_cardN {
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #042464;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.asideSubs_cardN h4 {
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 8px;
}

.asideSubs_cardN p {
    color: #D3D3D3;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.subHat_thumb {
    display: block;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-bottom: 8px;
}

/*** order page ***/
.orderDet_section {
    padding: 40px 0;
}

.orderDet_section.wide_padding {
    padding: 64px 0;
}

.orderDet_cardN {
    margin-bottom: 24px;
}

.orderDet_cardN h3 {
    color: #262753;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
}

.orderDet_cardN p {
    font-size: 18px;
    line-height: 32px;
    max-width: 740px;
}

.orderCardN_flex {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    margin-bottom: 24px;
}

.orderCardN_flex.hasBorder_order {
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.orderCardN_flex.hasBorder_order .flexDwrap_ENd {
    top: 20px;
    left: 14px;
    gap: 36px;
}

[dir="ltr"] .orderCardN_flex.hasBorder_order .flexDwrap_ENd {
    left: auto;
    right: 14px;
}

.orDone_spaN {
    background: #6DBD28;
    padding: 4px 15px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.orCancel_spaN {
    background: #bd2850;
    padding: 4px 15px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.orWait_spaN {
    background: #dfaf48;
    padding: 4px 15px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.orPrepare_spaN {
    background: #4894df;
    padding: 4px 15px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.ordCthumb_flex {
    width: 144px;
    height: 144px;
    flex-shrink: 0;
    border-radius: 0 16px 16px 0;
    -webkit-border-radius: 0 16px 16px 0;
    -moz-border-radius: 0 16px 16px 0;
    -ms-border-radius: 0 16px 16px 0;
    -o-border-radius: 0 16px 16px 0;
}

.orderyN_site {
    gap: 4px;
    color: #000;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.ordCardN_cont {
    padding: 20px 0;
}

.ordCardN_cont h3 {
    color: #042464;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pl-ns-value {
    border: none;
    width: 24px;
    height: 24px;
    text-align: center !important;
    color: #A4A4A4;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

[dir="ltr"] .pl-ns-value {
    text-align: center !important;
}

.ns-btn {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    font-size: 15px;
    background: #E4E4E4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #A4A4A4;
    cursor: pointer;
}

.flexDwrap_ENd {
    flex-direction: column;
    gap: 57px;
    position: absolute;
    left: 0;
    top: 0;
}

.cartBlue_spin .pl-ns-value {
    color: #042464;
}

.cartBlue_spin .ns-btn {
    background: #042464;
    color: #fff;
}

[dir="ltr"] .flexDwrap_ENd {
    position: absolute;
    left: auto;
    right: 0;
}

.orderN_bttn {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border: none;
    background-color: transparent;
}

.orderCN_price {
    color: #4680F5;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.swal2-icon.swal2-warning {
    color: #DE0707;
    border-color: #DE0707;
}

.swal2-title {
    color: #042464 !important;
}

.asideOrd_title {
    color: #262753;
    font-size: 19px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
}

.asideOrd_title.mid_FontN {
    font-size: 15px;
}

.orderSum_cardN {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 24px;
}

.orderSum_title {
    color: #042464;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}

.priceBet_flex {
    margin-bottom: 16px;
    color: #262753;
    font-size: 18px;
    font-weight: 500;
}

.priceBet_flex.bold_priceN {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0;
}

.priceNot_span {
    color: #6A6F73;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

/*** payment page ***/
.PayType_WFlexN {
    gap: 33px;
    margin-bottom: 24px;
}

.PayType_oCrdN1 {
    position: relative;
    gap: 8px;
    color: #042464;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}

.PayType_oCrdN1 .hiddPType_radio {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.PayType_oCrdN1 .hiddPType_radio:checked + .visPType_radioN {
    border-color: #042464;
}

.PayType_oCrdN1 .hiddPType_radio:checked + .visPType_radioN::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #042464;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.visPType_radioN {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.visaPay_WFlexN {
    gap: 16px;
}

.visaCArd_oCrdN1 {
    position: relative;
    gap: 8px;
    min-width: 220px;
    height: 64px;
    flex-shrink: 0;
    padding: 16px 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    color: #042464;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}

.visaCArd_oCrdN1:has(.hiddenPay_radio:checked) {
    border-color: rgba(165, 27, 11, 0.5);
}

.visaCArd_oCrdN1 .hiddenPay_radio {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.visaCArd_oCrdN1 .hiddenPay_radio:checked + .visible_radioN {
    border-color: #E03935;
}

.visaCArd_oCrdN1 .hiddenPay_radio:checked + .visible_radioN::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #E03935;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.visible_radioN {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.midVisa_icon {
    max-width: 141px;
}

.paymentF_cardN {
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin: 24px 0;
}

.payM_label {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.payM_input {
    width: 100%;
    height: 44px;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    color: #667085;
    background: #FFF;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding-inline-start: 24px;
    margin-bottom: 16px;
}

.payM_input.SelecTM_input {
    color: #818181;
    font-weight: 400;
    padding-inline-start: 14px;
}

.payM_input.SelecTM_input::placeholder {
    color: #818181;
    font-weight: 400;
}

.payM_input::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    color: #667085;
}

.payModal_content {
    padding: 24px 40px;
    text-align: center;
}

.payModal_content h3 {
    color: #042464;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 8px;
}

.payModal_content p {
    color: #818181;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.doneModal_icon {
    display: block;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin: auto;
    margin-bottom: 16px;
}

.bhome_link {
    display: block;
    color: #818181;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.swal2-styled:focus {
    box-shadow: none !important;
}

.label_between {
    gap: 24px;
    margin-bottom: 8px;
}

.sizeN_label {
    display: block;
    color: #262753;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
}

.sizeN_link {
    color: #042464;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline !important;
    cursor: pointer;
}

.sizeN_link.LG_FontN {
    font-size: 15px;
}

.selectSize_wrap {
    position: relative;
    margin-bottom: 24px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #042464;
    font-weight: 600;
    line-height: 40px;
    padding: 0 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 6px;
    position: absolute;
    top: 16px;
    right: 14px;
    width: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-bottom: 2px solid #042464;
    border-right: 2px solid #042464;
    height: 9px;
    left: 50%;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    width: 9px;
    transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-width: 2px;
    border-top: 2px solid #042464;
    border-left: 2px solid #042464;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 14px;
}

.divide_line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.addName_fLabel {
    display: flex;
    gap: 8px;
    color: #042464;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.addName_fLabel .add_Vspan {
    color: #EB5757;
    font-size: 14px;
}

.orderFlex_cardN {
    position: relative;
    gap: 16px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-bottom: 16px;
}

.sharABs_bttn {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

[dir="ltr"] .sharABs_bttn {
    left: auto;
    right: 16px;
}

.orderF_thumbN {
    width: 115px;
    height: 117px;
    flex-shrink: 0;
}

.ordGrey_span {
    color: #919191;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.orderFl_title {
    color: #042464;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
}

/*** store AMA page ***/
.addFav_bttn {
    border: none;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.absFav_bttn {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 9;
}

[dir="ltr"] .absFav_bttn {
    left: auto;
    right: 16px;
}

.addTo_favClass svg path {
    fill: #EB5757;
    stroke: #EB5757;
}

.storINy_thumb {
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
    width: 100%;
    aspect-ratio: 302 / 207;
    overflow: hidden;
}

.StorINy_tIMG {
    border-radius: 16px 16px 0px 0px;
    -webkit-border-radius: 16px 16px 0px 0px;
    -moz-border-radius: 16px 16px 0px 0px;
    -ms-border-radius: 16px 16px 0px 0px;
    -o-border-radius: 16px 16px 0px 0px;
    width: 100%;
    aspect-ratio: 302 / 207;
    animation: zoomINimg 8s infinite ease-in-out;
    -webkit-animation: zoomINimg 8s infinite ease-in-out;
}

.storIN_content {
    padding: 16px;
}

.storIN_content h5 {
    color: #4680F5;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.storIN_content h3 {
    color: #042464;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
}

.storIN_content h3 a {
    color: inherit;
}

.storIN_flexN {
    gap: 16px;
}

.storIN_pricN {
    color: #042464;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
}

.pluST_bttN {
    border: none;
    background-color: transparent;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

/*** cart page ***/
.DeliveryP_WFlexN {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.DelivCArd_oCrdN1 {
    position: relative;
    gap: 8px;
    min-width: 220px;
    height: 64px;
    flex-shrink: 0;
    padding: 16px 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    color: #042464;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.DelivCArd_oCrdN1:has(.hiddenDeliv_radio:checked) {
    border-color: #042464;
    background: rgba(4, 36, 100, 0.1);
}

.DelivCArd_oCrdN1 .hiddenDeliv_radio {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.DelivCArd_oCrdN1 .hiddenDeliv_radio:checked + .visDeliv_radioN {
    border-color: #042464;
}

.DelivCArd_oCrdN1 .hiddenDeliv_radio:checked + .visDeliv_radioN::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #042464;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.visDeliv_radioN {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.addressN_cardIN {
    padding: 12px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 40px;
}

.editing_add {
    border: 1px solid rgba(165, 27, 11, 0.5) !important;
}

.addressN_name {
    color: #3C3C3B;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.addressN_desc {
    color: #3C3C3B;
    font-size: 14px;
    font-weight: 500;
    max-width: 290px;
    margin-bottom: 4px;
}

/*** product page ***/
.productDet_section {
    padding: 40px 0;
}

.productDet_section .breadcrumb {
    gap: 4px;
    color: #042464;
    margin-bottom: 40px;
}

.productDet_section .breadcrumb-item {
    color: #042464;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.productDet_section .breadcrumb-item + .breadcrumb-item {
    padding: 0;
}

.productDet_section .breadcrumb-item + .breadcrumb-item::before {
    color: #B7B7B7;
}

.productDet_section .breadcrumb-item a {
    color: #B7B7B7;
}

.product_slideN {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    width: 100%;
    overflow: hidden;
}

.cProduct_fluid {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.proSlider_cardN1 {
    position: relative;
}

.product_Swiper .swiper-pagination {
    height: 8px;
    bottom: 24px;
}

.product_Swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ECECEC;
    opacity: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.product_Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #042464;
}

.proDet_tName {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 16px;
}

.proDet_tPrice {
    color: #042464;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.proDet_tPrice del {
    color: #A1A1A1;
    font-weight: 400;
    margin-inline-start: 14px;
}

.prPrice_noti {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 16px;
}

.innPRDct_cardN {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 8px;
}

.innPRDct_cardN h5 {
    color: #042464;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 40px;
}

.innPRDct_cardN p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 8px;
}

/*** profile page ***/
.asideMenu_link {
    gap: 8px;
    padding: 16px 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #262753;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.asideMenu_link.active_link, .asideMenu_link:hover {
    background-color: #042464;
    color: #fff;
}

.asideMenu_link.active_link .asideM_icoN, .asideMenu_link:hover .asideM_icoN {
    background: #fff;
}

.asideMenu_link .asideM_icoN {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(4, 36, 100, 0.1);
}

.prForm_row {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}

.aside_labelN {
    color: #262753;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.aside_IGDes {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 8px 0;
}

.faceTH_wrapper {
    position: relative;
    padding: 16px 0;
}

.faceTH_wrapper .imageInput_face {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.image_Preview {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.imageInput_cont {
    padding: 11px 16px;
}

.imageInput_cont h5 {
    color: #262753;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
}

.imageInput_cont h5 span {
    color: #E03935;
    font-weight: 500;
}

.imageInput_cont p {
    color: #475467;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.input_group {
    position: relative;
    margin-bottom: 16px;
}

.input_group .payM_input.SelecTM_input {
    padding-inline-start: 42px;
}

.absCall_icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 9;
}

[dir="ltr"] .absCall_icon {
    right: auto;
    left: 12px;
}

.iti {
    width: 100%;
}

.iti__arrow {
    display: none;
}

.iti--separate-dial-code .iti__selected-flag {
    flex-direction: row-reverse;
    gap: 8px;
    background-color: transparent;
    color: #262753;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-inline-end: 14px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin: 0;
}

.iti__country-list {
    left: 0;
    z-index: 999;
}

[dir="ltr"] .iti__flag-container {
    left: auto;
    right: 0 !important;
}

[dir="ltr"] .input_group .payM_input.SelecTM_input {
    padding-left: 42px !important;
}

[dir="ltr"] .iti__country-list {
    left: auto;
    right: 0;
}

.teckets_number {
    color: #4680F5;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

/*** media query screens ***/
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1760px;
    }
}

@media (min-width: 992px) {
    .my__navbar {
        display: flex;
        align-items: center;
    }

    .my__navbar .nav-link {
        padding: 0;
    }

    .navbar_toggler {
        display: none;
    }

    .browseSwiper {
        position: absolute;
        left: 0;
        top: 80px;
        width: 55%;
        height: 400px;
        z-index: 9;
    }

    [dir="ltr"] .browseSwiper {
        left: auto;
        right: 0;
    }

    .logRight_side {
        padding-inline-end: 60px;
    }

    .login_thumbN {
        position: absolute;
        left: 0;
        top: 0;
        width: 48%;
    }

    .login_thumbN .login_tIMG {
        width: 100%;
        height: auto;
    }

    [dir="ltr"] .login_thumbN {
        left: auto;
        right: 0;
    }
}

/*** medium secreens ***/
@media (max-width: 991.98px) {
    .myOwn_dropdown .dropdown-menu {
        width: 100%;
    }

    .navbar-brand img {
        width: 70px;
    }

    .d__mob__none {
        display: none;
    }

    .sidebar-wrapper {
        position: fixed;
        display: block;
        background-color: #fff;
        right: 10px;
        top: 10px;
        width: 100%;
        height: 100vh;
        max-height: calc(100% - 20px);
        max-width: calc(100% - 20px);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        z-index: 999;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        opacity: 0;
        visibility: hidden;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .sidebar-wrapper .my__navbar {
        text-align: center;
        width: 100%;
        margin: 30px 0;
    }

    .sidebar-wrapper .nav-link {
        padding: 10px 0;
    }

    .sidebar-show {
        opacity: 1;
        visibility: visible;
    }

    .absMenu_inner {
        padding-top: 50px;
        position: relative;
        z-index: 1002;
    }

    #burgerBtn {
        border-top: none;
        height: 25px;
        width: 30px;
        box-sizing: border-box;
        position: absolute;
        z-index: 3000;
        top: 16px;
        right: 20px;
        cursor: pointer;
    }

    #burgerBtn::before, #burgerBtn::after {
        content: "";
        display: block;
        position: absolute;
        left: -2px;
        height: 2px;
        width: 33px;
        background: #fff;
    }

    #burgerBtn::before {
        top: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    #burgerBtn::after {
        bottom: 11px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }

    [dir="ltr"] #burgerBtn {
        right: auto;
        left: 20px;
    }

    .sec_Padding {
        padding: 30px 0;
    }

    .intro_slideN {
        height: 560px;
    }

    .absolute_Intro {
        padding: 80px 20px;
    }

    .absolute_Intro h1 {
        font-size: 32px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .browseSwiper {
        padding: 10px;
    }

    .center_title h3 {
        font-size: 24px;
    }

    .whiteAside_wrap h3 {
        font-size: 24px;
    }

    .titleSide_wrap h3 {
        font-size: 24px;
    }

    .footer__wrapper {
        padding-top: 20px;
    }

    .videoWide_wrap {
        margin-bottom: 20px;
    }

    .footer_list {
        gap: 16px;
    }

    .partLeft_row {
        gap: 0;
        padding: 10px 0;
    }

    .partN_cardN1 {
        margin: 10px 0;
    }

    .partN_cImg {
        width: 80%;
        margin: auto;
    }

    .secPadding {
        padding: 40px 0;
    }

    .browse_section {
        padding: 40px 0;
    }

    .footer_logo img {
        width: 90px;
    }

    .innerTop_section h1 {
        font-size: 32px;
    }

    .partWide_cardN h1 {
        font-size: 32px;
    }

    .logRight_side {
        padding: 40px 0;
    }

    .login_cardN {
        padding: 40px 20px;
    }

    .dropdown-toggle::after {
        left: 20px;
        top: 12px;
    }

    [dir="ltr"] .dropdown-toggle::after {
        left: auto;
        right: 20px;
    }

    .proDet_Content {
        padding-top: 24px;
    }

    .proDet_tName {
        font-size: 24px;
    }

    .innPRDct_cardN p {
        line-height: normal;
    }
}

/*** md secreens ***/
@media (min-width: 768px) {
    .alignMD__center {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .alignMD__End {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

/*** mobile secreens ***/
@media (max-width: 767.98px) {
    .orderMD_one {
        order: 0;
    }

    .orderMD_two {
        order: 1;
    }

    .orderMD_three {
        order: 2;
    }

    .visaPay_WFlexN {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*** small secreens ***/
@media (max-width: 575.98px) {
    .copyRights__wrap {
        justify-content: center;
    }

    .copyRights__wrap {
        padding-top: 40px;
        gap: 10px;
    }

    .footer_list a {
        font-size: 16px;
        font-weight: 500;
    }
}

.dark_theme_body {
    background-color: #010714;
}

.dark_theme_body h1, .dark_theme_body h2, .dark_theme_body h3, .dark_theme_body h4, .dark_theme_body h5, .dark_theme_body h6, .dark_theme_body p {
    color: #fff;
}

.dark_theme_body .partyN_cardN1, .dark_theme_body .absBrowse_Cont, .dark_theme_body .StoreN_cardN1 {
    background-color: #010714;
}

.dark_theme_body .login_cardN {
    background-color: #042464;
}

.dark_theme_body .partyN_site, .dark_theme_body .dateN_flex, .dark_theme_body .orderyN_site {
    color: #fff;
    opacity: 1;
}

.dark_theme_body .joinN_link {
    color: #7DFBFF;
}

.dark_theme_body .more_link, .dark_theme_body .browseN_link,
.dark_theme_body .has_account, .dark_theme_body .forget_link,
.dark_theme_body .login_label, .dark_theme_body .backTo_link,
.dark_theme_body .Wtime_flexN, .dark_theme_body .priceBet_flex,
.dark_theme_body .payM_label, .dark_theme_body .addName_fLabel,
.dark_theme_body .sizeN_label, .dark_theme_body .sizeN_link,
.dark_theme_body .storIN_pricN, .dark_theme_body .addressN_name,
.dark_theme_body .addressN_desc, .dark_theme_body .proDet_tPrice,
.dark_theme_body .asideMenu_link, .dark_theme_body .aside_labelN, .dark_theme_body .aside_IGDes {
    color: #fff;
}

.dark_theme_body .asideMenu_link .asideM_icoN {
    background-color: rgba(255, 255, 255, 0.5);
}

.dark_theme_body .has_account a {
    color: #9B9B9B;
}

.dark_theme_body .center_title p {
    color: #9B9B9B;
}

.dark_theme_body .whiteAside_wrap .main_bttn {
    background-color: #010714;
    border-color: #010714;
    color: #fff;
}

.dark_theme_body .main_bttn.login_bttn {
    background-color: #010714;
    border-color: #010714;
    color: #fff;
}

.dark_theme_body .login_input {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.dark_theme_body .login_input::placeholder {
    color: #fff;
}

.dark_theme_body .condi_fLabel {
    color: #fff;
}

.dark_theme_body .condi_fLabel a {
    color: #9B9B9B;
}

.dark_theme_body .Wtime_flexN svg path {
    stroke: #fff;
}

.dark_theme_body .partyN_site svg path {
    stroke: #fff;
}

.dark_theme_body .orderyN_site svg path {
    stroke: #fff;
}

.dark_theme_body .orderSum_cardN {
    background-color: #010714;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.dark_theme_body .priceNot_span {
    color: rgba(255, 255, 255, 0.7);
}

.dark_theme_body .paymentF_cardN {
    background-color: #010714;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.dark_theme_body .innPRDct_cardN {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.dark_theme_body .payM_input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.dark_theme_body .payM_input::placeholder {
    color: #fff;
}

.dark_theme_body .visaCArd_oCrdN1 {
    background-color: rgba(255, 255, 255, 0.3);
}

.dark_theme_body .visaCArd_oCrdN1:has(.hiddenPay_radio:checked) {
    border-color: #fff;
}

.dark_theme_body .visaCArd_oCrdN1 .hiddenPay_radio:checked + .visible_radioN {
    border-color: #fff;
}

.dark_theme_body .visaCArd_oCrdN1 .hiddenPay_radio:checked + .visible_radioN::before {
    background-color: #fff;
}

.dark_theme_body .visaCArd_oCrdN1 .visible_radioN {
    border-color: #fff;
}

.dark_theme_body .main_header.inner_header {
    background-color: #042464;
}

.dark_theme_body .main_header.inner_header .nav-btn .btn-bar {
    background: #fff;
}

.dark_theme_body .main_header.inner_header .my__navbar .nav-link {
    color: #fff;
}

.dark_theme_body .main_header.inner_header .dropdown-toggle::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.dark_theme_body .main_header .navbar-brand svg path {
    fill: #fff;
}

.dark_theme_body .main_header .switch_flex, .dark_theme_body .main_header .login__dropbtn {
    color: #fff;
    border-inline-end-color: rgba(255, 255, 255, 0.3);
}

.dark_theme_body .main_header .login__dropbtn svg path {
    stroke: #fff;
}


.dark_theme_body .main_header .main_bttn {
    background-color: #010714;
    border-color: #010714;
    color: #fff;
}

.dark_theme_body .payModal_content h3, .dark_theme_body .payModal_content p {
    color: #042464;
}

.dark_theme_body .PayType_oCrdN1 {
    color: #fff;
}

.dark_theme_body .PayType_oCrdN1 .hiddPType_radio:checked + .visPType_radioN {
    border-color: #fff;
}

.dark_theme_body .PayType_oCrdN1 .hiddPType_radio:checked + .visPType_radioN::before {
    background-color: #fff;
}

.dark_theme_body .visPType_radioN {
    border-color: #fff;
}

.dark_theme_body .select2-container--default .select2-selection--single {
    background-color: transparent;
}

.dark_theme_body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.dark_theme_body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.dark_theme_body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.dark_theme_body .orderFlex_cardN {
    background-color: #010714;
    border-color: rgba(255, 255, 255, 0.5);
}

.dark_theme_body .sharABs_bttn svg path {
    fill: #fff;
}

.dark_theme_body .cartBlue_spin .pl-ns-value {
    color: #fff;
}

.dark_theme_body .DelivCArd_oCrdN1 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.dark_theme_body .DelivCArd_oCrdN1:has(.hiddenDeliv_radio:checked) {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.dark_theme_body .DelivCArd_oCrdN1 .hiddenDeliv_radio:checked + .visDeliv_radioN {
    border-color: #fff;
}

.dark_theme_body .DelivCArd_oCrdN1 .hiddenDeliv_radio:checked + .visDeliv_radioN::before {
    background-color: #fff;
}

.dark_theme_body .visDeliv_radioN {
    border: 1px solid #fff;
}

.dark_theme_body .addressN_cardIN {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.dark_theme_body .productDet_section .breadcrumb-item {
    color: #fff;
}

.partWide_contN p {
    line-height: 38px;
}

.pagination {
    justify-content: center;
}

.pagination .page-link {
    margin: 0 4px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    border: none;
    height: 35px;
    width: 35px;
    text-align: center;
}

.pagination .active > .page-link, .pagination .page-link.active, .pagination .page-link:hover {
    background-color: #042464;
    color: #fff;
}

.orderSum_cardN svg {
    margin: 0 auto;
    display: table;
}


.loginThumb_img {
    display: block;
    width: 71px;
    margin: auto;
    margin-bottom: 16px;
}

.cart_link {
    color: #fff;
}

.main_header.inner_header .cart_link svg path {
    stroke: #042464;
}

.main_header.inner_header .cart_link {
    color: #042464;
}

.dark_theme_body .main_header .cart_link svg path {
    stroke: #fff;
}

.dark_theme_body .main_header .cart_link {
    color: #fff;
}

.dark_theme_body .modal-content {
    background: #3f7d7f;
}

.datepickers-container {
    z-index: 99999999;
}
