@font-face {
    font-family: 'Bahij-Janna';
    src: url('../fonts/bahij/BahijJanna.eot');
    src: url('../fonts/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna.woff') format('woff'),
    url('../fonts/bahij/BahijJanna.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna.svg#BahijJanna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij-Janna-bold';
    src: url('../fonts/bahij/BahijJanna-Bold.eot');
    src: url('../fonts/bahij/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna-Bold.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna-Bold.woff') format('woff'),
    url('../fonts/bahij/BahijJanna-Bold.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.about p {
    font-size: 1.5em;
    color: #a1a1a2;
    font-weight: 400;
    text-align: justify;
    line-height: 35px;
    max-width: 90%;
    margin: 0 auto;
}

.autocomplete {
    position: unset !important;
    width: 80% !important;
}

.autocomplete-items {
    position: absolute;
    border: 0px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    margin-top: 10px;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
    box-shadow: 0 0 12px #00000075;
}

.autocomplete-items li {
    margin: 15px;
    border-bottom: 1px solid #c9c6c6;
    font-size: 18px;
    color: #000;
    padding: 0 15px 15px;
    cursor: pointer;

}


.autocomplete-items::-webkit-scrollbar-track {
    background: transparent;
}

.autocomplete-items::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
    border-radius: 0px;
}

.autocomplete-items::-webkit-scrollbar {
    width: .7em;
}


.flying-login-reg {
    position: absolute;
    bottom: 15px;
    right: 0;
    background: #4c246e9c;
    width: 100%;
    height: 20%;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
}

.flying-login-reg a:first-of-type {
    color: #fff;
    font-size: 28px;
}

.flying-login-reg a:last-of-type {
    color: var(--secondary);
    background-color: #fff;
    min-width: 200px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 20px;
    transition: linear .4s;
}

.flying-login-reg a:last-of-type:hover {
    background: var(--secondary);
    color: #fff;
    transition: linear .4s;
}

#datatable_filter label {
    width: 100%;

}

.myordersorders .row:first-of-type .col-sm-12:first-of-type {
    display: none !important;
}

#datatable_filter input {
    border: 1px solid #144272;
    border-radius: 20px;
    width: 100%;
    height: 50px;
    color: #000;
}

.item-order-cus {
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 0 0 12px #d5d0d0;
    border-radius: 20px;
    padding: 20px;
    gap: 30px;
    margin: 20px 0;
}

.adf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.datorder {
    color: green;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.data-order {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.priceing {
    box-shadow: 0 0 5px #85161652;
    width: 100px;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

.servicetitle {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.locationserivce {
    color: grey;
    font-size: 20px;
    margin-bottom: 10px;
}

.losi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.locationserivce {
    margin: 0;
    display: flex;
    gap: 5px;
    color: #144272;
    font-weight: bold;
    font-size: 18px;
    justify-content: center;
}

.statesorder {
    margin: 0;
    display: flex;
    gap: 5px;
    color: #144272;
    font-weight: bold;
    font-size: 18px;
}


/******************************/
/******************************/
:root {
    --primary: #b5dbfa;
    --secondary: #144272;
    --gray: #aeaeae;
    --black: #000;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'Bahij-Janna';
    color: var(--black);
    background: var(--white);
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: bold;
    color: #000;
}

button,
li,
a {
    color: var(--primary);
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 10px;
    color: #000 !important;
}

.social-contact-wes.hide {
    display: none !important;
}

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    /*border-color: transparent;*/
    /*box-shadow: none;*/
    /*outline: none;*/
    color: var(--primary);
}

.main-title h2 {
    color: #10446F;
    font-size: 42px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    margin: 30px 0 15px;
}

.main-title.ser h2 {
    color: #10446F;
    font-size: 32px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    margin: 0px 0 15px;
}

.info-str {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-btn button,
.main-btn a {
    position: relative;
    color: #fff !important;
    border: 1px solid var(--secondary);
    background-color: var(--secondary) !important;
    min-height: 50px;
    min-width: 200px;
    padding: 0 !important;
    text-align: center;
    width: auto !important;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    transition: all .35s ease-in-out;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.main-btn a:hover, .main-btn button:hover {
    color: var(--secondary) !important;
    background-color: transparent !important;
    border: 1px solid var(--secondary);
    /* transform: translateY(-5px); */
}


.social-contact-wes {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-contact-wes a i {
    font-size: 30px;
}

.social-contact-wes a{
      color: var(--secondary);
}
.social-contact-wes a span {
    font-size: 25px;
    margin-inline-start: 15px;
    display: inline-flex;
    color: var(--secondary);
}
.social-contact-wes-hd{
    font-size: 26px;
       color: var(--secondary);
         margin: 0 auto 20px;
}


.main-btn {
    /*    display: table;*/
    /*margin: 0 auto;*/
}

@media (max-width: 768px) {
    .main-btn a {
        padding: 5px 28px;
    }


}

@media (max-width: 500px) {
    .main-btn {
        font-size: 12px;
    }

    .main-title h2 {
        font-size: 28px;
    }
}

/******************************/
/* && search &&*/
/******************************/
#header-search {
    display: inline-block;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.8);
}

#search-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f3eb";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header .search-submit {
    color: transparent;
}

#search-header input[type="search"] {
    color: #fff;
}


/******************************/
/* && header &&*/
/******************************/
header#fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff; /* Change this to your desired background color */
    z-index: 1000; /* Adjust the z-index as needed */
    box-shadow: 0 3px 20px #0000000d;
}

.header-icon-desc {
    display: none;
}

.header-icon-mob {
    display: block;
}

.head-logo .open-search {
    color: var(--primary) !important;
}

.header-content {
    justify-content: flex-start;
}


.head-logo .header-icon a {
    margin: 0 10px;
    font-size: 24px;
}


.dd-trigger {
    display: inline-block;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.head-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 0;
}

.head-logo .header-icon {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.header-icon {
    margin-top: 0;
}

.menu-icons a:not(:last-of-type) {
    margin-inline-end: 10px;
}

.nav-list > li.menu-item-has-children > a:after {
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 900;
    color: var(--white);
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.nav-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    margin-inline-end: 10px;
    color: #fff !important;
    padding: 0;
    display: block;
    background-color: var(--secondary) !important;
    transition: all 0.5s ease-in-out;
}

html[dir="ltr"] .mobile-nav-list {
    left: 0;
    transform: translateX(-100%);
}

html[dir="rtl"] .mobile-nav-list {
    transform: translateX(100%);
    right: 0;
}

.mobile-nav-list {
    width: 30%;
    height: 100%;
    padding: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    z-index: 999999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    overflow-y: scroll;
    transition: all .5s linear;
    gap: 20px;
}

.mobile-nav-list .sell {
    width: 100% !important;
    height: 45px !important;
    line-height: 45px;
    text-align: center;
    margin-top: 0 !important;
    min-width: 100% !important;
    min-height: 45px !important;
}

.mobile-nav-list .header--icon .user {
    min-width: 100% !important;
    min-height: 45px !important;
}


.mobile-nav-list .menu-item {
    position: relative;
    border-bottom: 0px solid #edeff1;
    list-style: none;
}

.logoutwesobtn a {
    color: #b21d4b !important;
    font-size: 22px !important;
}

.mobile-nav-list .menu-item:not(:last-of-type) a {
}

.mobile-nav-list .menu-item > a {
    display: block;
    color: #38465299;
    padding: 15px;
    font-size: 18px;
}

.mobile-nav-list .menu-item.menu-item-has-children > a {
    width: calc(100% - 34px);
    display: inline-block;
}

.mobile-nav-list .menu-item > a:hover,
.mobile-nav-list .menu-item.active > a {
    color: var(--secondary);
}

html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
    border-left: 1px solid var(--black);
}

html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
    border-right: 1px solid var(--black);
}

.mobile-nav-list .menu-item.menu-item-has-children i {
    color: var(--black);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;

    transform-origin: center;
    transition: all .3s linear;
}

.mobile-nav-list .menu-item i.open {
    color: var(--primary);
}

.sub-menu {
    list-style: none;
    background-color: var(--primary);
}

.mobile-nav-list .sub-menu a {
    display: block;
    padding: 15px 25px;
    color: var(--white);
    transition: all .3s linear;
}

.mobile-nav-list .sub-menu a:hover {
    color: #393839;
}

.trans-none {
    transform: none !important;
}

html[dir="ltr"] .nav-overlay {
    right: 0;
    transform: translateX(100%);
}

html[dir="rtl"] .nav-overlay {
    left: 0;
    transform: translateX(-100%);
}

.nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    transition: all .35s ease-in-out;
}

.mobile-nav-list::-webkit-scrollbar {
    display: none;
}

.head-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    padding: 12px 0;
    background: #fff;
    box-shadow: 0 3px 20px #0000000d;
    position: fixed;
    top: 0;
    z-index: 9999;
    right: 0;
    width: 100%;
    height: auto;
}

.head-home-inside {
    background: #e9f4fc;
}

.head-home-inside:before {
    content: none;

}

header:before {
    content: " ";
    background: #e9f4fc;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 400px;
    display: none;
}

.head-inside:before {
    content: " ";
    height: 150px;

}

.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-button {
    background-color: transparent;
    color: #000;
    border: none;
    padding: 0 5px;
    font-weight: bold;
    width: 150px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline-end: 10px;
    transition: all .35s ease-in-out;
}

.dropdown-button:hover {
    /*background-color: var(--secondary);*/
    /*color: var(--white);*/
}

.dropdown-button span {
    text-align: start;
}

.wespbes {
    border-bottom: 1px solid #77777780;
    padding-bottom: 10px;
    color: grey;
}

.wespbes b {
    font-size: 26px;
}

.dropdown-content {
    transform: rotateX(90deg);
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 999 !important;
    transition: linear .4s;
    visibility: hidden;
    border-radius: 20px;
    text-align: center;
    left: 0;
}

.dropdown-content a {
    background: transparent;
    color: #212529;
    padding: 10px 0;
    transition: none;
    display: block;
    border-radius: 0;
    font-weight: bold;
    margin-inline-start: 0;
    border-bottom: 1px solid #f1f1f3;
    font-size: 14px;
}

.dropdown-content a.logout {
    color: #f81a1a;

}

.dropdown-content a:last-of-type {
    border: 0;
}

.dropdown:hover .dropdown-content {
    visibility: visible;
    transition: linear .4s;
    transform: rotateX(0deg);
}

.search-form #search-input.search-input {
    cursor: text;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header--icon {
    display: flex;
    align-items: center;
    gap: 10px;
}


.login-banner {
    width: 100%;
    height: 100vh;
    background-image: url(../images/log-banner.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    padding: 0px 0;
    position: relative;
}

.login-banner img {
    width: 60%;
    background: #fff;
    padding: 20px;
    border-radius: 0px;
}

.login-banner h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.flying-back {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    padding: 0 30px;
    gap: 14px;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    justify-content: start;
}

body.login-page {
    background-color: #fafafa !important;

}

body.register-page {
    background-color: #fafafa !important;
}


.login-page .site-form, .register-page .site-form {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.login-form-desc h2 {
    font-size: 42px;
    color: #1c1f25;
    font-weight: 700;
}

.login-form-desc p {
    font-size: 18px;
    color: #979797;
    padding-top: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.login-page .form-control, .register-page .form-control {
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0px solid #ced4da;
    font-size: 22px;
    height: 60px;
    color: #646464;
}

.login-page .form-group, .register-page .form-group {
    display: flex;
    align-items: center;
    border: 1px solid #d6d6d6;
    font-size: 22px;
    height: 60px;
    border-radius: 10px;
    padding: 0 15px;
    color: #646464;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #144272;
    border-radius: 30px;
}

body::-webkit-scrollbar {
    width: .4em;
}

#condition, #pass_view {
    width: 20px;
    height: 20px;
    filter: hue-rotate(45deg);
    margin-inline-end: 5px;
}

#formRegister #pass_view {
    opacity: 0;
}

.register-page .form-group-rights {
    border: 0;
    height: auto;
    margin: 0;
}

select[name="phone_code"] {
    min-width: 80px;
    width: auto;
}

.login-page .reg-urls {
    text-align: start;
    margin-bottom: 20px;
    color: var(--gray)
}

.login-page .reg-urls a {
    font-size: 20px;
    color: #0077D2;
}


.lang img {
    width: 45px;
}

.main-logo img {
    max-width: 150px;
}

.header--icon .sell {
    background: transparent;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    transition: all .35s ease-in-out;
    padding: 0px 5px;
    min-width: 125px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 0;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 100;
}

.header--icon .sell:hover {
    background: var(--secondary);
    color: var(--white);
    border: 1px solid var(--secondary);
}

.header--icon .user, .mob-head-info .user {
    background: var(--secondary);
    color: #fff;
    border: 1px solid var(--secondary);
    transition: all .35s ease-in-out;
    padding: 0px 5px;
    min-width: 140px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    margin-inline-end: 0;
    border-radius: 15px;
    font-size: 18px;
}

.header--icon .user:hover, .mob-head-info .user:hover {
    background: transparent;
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

@media (max-width: 500px) {
    .mob-head-info .user {
        min-width: 100px;
        min-height: 35px;
        font-size: 16px;

    }
}


.contact-page, .content-inside {
    min-height: 300px;
    padding: 40px 0;
}

.login-page .main-btn-user {
    text-align: start;
    margin-top: 30px;

    color: var(--gray) !important;
}

.login-page .main-btn-user a {

    color: var(--secondary) !important;

    transition: all .35s ease-in-out;

    margin-inline-start: 5px;

    font-size: 20px;
    font-weight: bold;
}

.login-page .main-btn a:hover {
    background: var(--secondary) !important;
    color: var(--white) !important;
    border: 1px solid var(--secondary);
}

.login-page .main-btn button {
    background: var(--secondary) !important;
    color: #fff !important;
    border: 1px solid var(--secondary);
    transition: all .35s ease-in-out;
    padding: 0px 5px;
    min-width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 0;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
}

.login-page .main-btn button:hover {
    background: transparent !important;
    color: var(--secondary) !important;
    border: 1px solid var(--secondary);
}


.register-page .main-btn button {
    background: var(--secondary);
    color: #fff !important;
    border: 1px solid var(--secondary);
    transition: all .35s ease-in-out;
    padding: 0px 5px;
    min-width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 0;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
}

.register-page .main-btn button:hover {
    background: transparent;
    color: var(--secondary) !important;
    border: 1px solid var(--secondary);
}


.login-page .main-btn {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.header--icon .user i {
    margin-inline-end: 10px;
}

.mob-head-info {
    display: none;
}

.header--icon .lang {

    padding: 0;
    border-radius: 0;
    border: none;
}

.mobile-nav-list .header--icon {
    display: none !important;
}

.logoutwesobtn {
    display: none !important;
}

.mobile-list .logoutwesobtn {
    display: block !important;
}

@media (max-width: 768px) {
    .main-logo img {
        max-width: 120px;
    }

    .mob-head-info .sell {
        background: transparent;
        color: var(--secondary);
        border: 1px solid var(--secondary);
        transition: all .35s ease-in-out;
        padding: 0px 5px;
        min-width: 60px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-inline-end: 0;
        border-radius: 15px;
        font-size: 18px;
        font-weight: 100;
    }

    .mob-head-info {
        display: inline-flex;
    }

    .mob-head-info .dropdown-button {
        margin-inline-end: 0px;
        margin-inline-start: 5px;
        width: 85px;
    }

    .nav-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-inline-end: 5px;

    }

    .mob-head-info .dropdown-content {
        min-width: 125px;

    }

    .login-page .site-form, .register-page .site-form {
        height: auto;
    }

    .mainItem .slider-img img {
        height: 250px;
    }

    .logoutwesobtn {
        display: block !important;
    }

    .mobile-list .logoutwesobtn {
        display: none !important;
    }

    .mobile-logo img {
        width: 150px;
    }

    .mobile-nav-list {
        width: 80% !important;
    }

    .search-info {
        width: 90% !important;
    }

    .search-container {
        padding: 5px 10px !important;
    }

    .slider {
        margin-top: 20px;
    }

    .header--icon {
        display: none !important;
    }

    .mobile-nav-list .header--icon {
        display: flex !important;
        flex-direction: column;
        align-items: start;
    }

    header:before {
        height: 200px;
    }

    .top-header {
        flex-direction: column;
    }

    .head-logo {
        margin-bottom: 0;
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    .dropdown-button {
        width: 100px;
        height: 40px;
        font-size: 12px;
    }

    .header--icon .lang {
        width: 40px;
        height: 40px;
    }

    .top-header {
        flex-direction: column;
    }


}

/******************************/
/* && slider &&*/
/******************************/
.slider {
    position: relative;
}

.main-slider .mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.mainItem .slider-img img {
    width: 100%;
}

.main-slider .slid-tit {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--black);
    z-index: 11;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.main-slider .slid-tit .tit {
    font-size: 46px !important;
    text-align: center;
    font-weight: bold;
    color: var(--white);
    width: 55%;
}

.main-slider .slid-tit .main-btn {
    margin-bottom: 20px;
}

.main-slider .slid-tit .main-btn a {
    max-width: 160px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.main-slider .owl-dots {
    position: absolute;
    top: 40%;
    bottom: unset;
    right: -80px;
}

.main-slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active {
    border: 1px solid var(--secondary);
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active span {
    background: var(--secondary);
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot span {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    transition: all .35s ease-in-out;
}

@media (max-width: 768px) {
    .main-slider .slid-tit .tit {
        font-size: 24px !important;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .main-slider .slid-tit .desc {
        margin: 10px 0;
        font-size: 34px;
        line-height: 30px;
    }

}

@media (max-width: 500px) {

    .main-slider .slid-tit .tit {
        font-size: 16px !important;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .main-slider .slid-tit .desc {
        margin: 10px 0;
        font-size: 20px;
        line-height: 18px;
    }

    .main-slider .slid-tit h3 {
        font-size: 24px;
        display: inline-block;
    }

}


/******************************/
/* && search-info &&*/
/******************************/
.search-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 70%;
    height: 35%;
    transform: translateX(-50%) translateY(0);
}

.search-container {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .18);
    padding: 10px 20px;
    border-radius: 35px;
    justify-content: space-between;
}

.search-container .select-container {
    flex: 1;
}

.search-container input {
    width: 100%;
    display: flex;
    flex: 1;
}

.search-container input {
    height: 50px;
    font-size: 16px;
    margin-inline-start: 10px;
}

#search-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--secondary);
    color: var(--white);
    margin-inline-start: 1px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid var(--secondary);
    transition: linear .4s;
}

#search-button:hover {
    background: transparent;
    color: var(--secondary);
    transition: linear .4s;
}

.info-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-content a {
    transition: all .35s ease-in-out;
}

@media (max-width: 768px) {

}

/*@media (max-width: 500px) {*/
/*    .search-container {*/
/*        margin: 0 10px;*/
/*    }*/
/*}*/


/******************************/
/* && category &&*/
/******************************/
.category {
    padding: 50px 0 25px;
}

.category .main-title h2 {
    display: inline-block;
    margin-inline-end: 50px;
}

.category .main-title i {
    color: #10446F;
}

.category-items {
    border: 2px solid var(--gray) !important;
    background: transparent;
    text-align: center;
    transition: all .35s ease-in-out;

    padding: 5px;
    height: 100%;
    border-radius: 15px;
}

.category-items .title {
    position: relative;
    margin-bottom: 10px;
}

.category-items .title:before {
    content: " ";
    width: 100%;
    height: 100px;
    border-radius: 15px;
    background: #10446F;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.category-items .title a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: all .35s ease-in-out;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;

}

.category-items:hover .title a {
    color: var(--secondary);
}

.category-items:hover {
    border: 2px solid var(--secondary);
    background: #e6f4ff;
}

@media (max-width: 768px) {
    .category-items .title:before {
        height: 85px;

    }

    .best-selection-content .tit {
        width: 85%;
        margin: 0 auto;
    }

    .best-selection-items {
        margin-bottom: 20px;
    }

    .category-items .title a {
        font-size: 16px;
        margin: 0 !important;
    }

    .category {
        padding: 0px 0 25px;
    }

    .category .main-title h2 {
        font-size: 28px;
        text-align: start;
        padding-inline-start: 30px;
    }
}

@media (max-width: 500px) {
    .category-items {

        justify-content: center;
    }
}

/******************************/
/* && about &&*/
/******************************/
.about {

}

.about-description {
    text-align: center;
    color: var(--black);
}

.about-url {
    margin: 25px auto;
    display: table;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {

}

/******************************/
/* && footer &&*/
/******************************/
.tickets {
    padding: 50px 0;
    position: relative;
}


.tickets .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-bottom: 1px solid var(--gray);
    width: 75%;
    margin: 0 auto 30px;
}

.tickets .nav-tabs > li > a {
    display: block;
    border: none;
    color: var(--gray);
    margin: 0 10px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 5px solid transparent;

}

.tickets .nav-tabs > li a.active {
    position: relative;

}

.tickets .nav-tabs > li > a.active,
.tickets .nav-tabs > li > a:hover {
    border: none;
    color: var(--secondary);
    border-bottom: 5px solid var(--secondary);
}


.tickets .nav-tabs > li > a.active::after,
.tickets .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tickets .card {
    border: none !important;
    padding: 0 !important;
    background: transparent;
}

.tickets-main .tickets-item {
    position: relative;
}

.tickets-item-img {
    height: 215px;
}

.tickets-item-img img {
    border-radius: 15px;
    max-height: 100%;
}

.tickets-main {
    padding: 0px;
    border-radius: 15px;
    margin-bottom: 0px;
    position: relative;
    transition: all .35s ease-in-out;
    overflow: hidden;
}

.tickets-main:hover {
    background: var(--white);

    /*box-shadow: 0 0 26px rgba(0, 0, 0, .29);*/
}

.tickets-main .tickets-item .tickets-item-img img {
    width: 100%;
    border-radius: 15px;
    transition: all .35s ease-in-out;

}

.tickets-main:hover .tickets-item .tickets-item-img img {
    box-shadow: 0 0 44px rgba(0, 0, 0, .19);

}

.tickets-main .tickets-date {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 5px;
    background: #deeffb;
}

.tickets-item .tickets-date i {
    color: var(--secondary);
}

.tickets-main .tickt-content .tickt-content-desc .tit a {
    margin-top: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    transition: none !important;

}

.tickt-content {
    height: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #144272a1;
    border-radius: 15px;
    transition: all .2s ease-out;
}

.tickets-main:hover .tickt-content {
    height: 100%;
    visibility: visible;
    transition: all .2s ease-out;
}

/*.tickets-main:hover .tickt-content .tickt-content-desc .tit a {*/
/*    color: var(--secondary);*/
/*}*/

.tickets-main .tickt-content .tickt-content-desc .city {
    color: var(--gray);
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
    transition: all .35s ease-in-out;

}

.tickets-main:hover .tickt-content .tickt-content-desc .city {
    color: var(--black);
}

.tickets-main .tickt-content .tickt-url .main-btn a {
    border-radius: 35px;
    transition: all .35s ease-in-out;

}

.tickets-main .tickt-content .tickt-url .main-btn a {
    color: #144272 !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    font-size: 20px !important;
    border-radius: 15px !important;
    padding: 5px 26px !important;
}

.tickets-main .tickt-content .tickt-url .main-btn a:hover {
    color: var(--white) !important;
    border: 1px solid var(--secondary) !important;
    background-color: var(--secondary) !important;
}

@media (max-width: 768px) {
    .tickets .nav-tabs > li.active a:after {
        margin-top: -5px;
    }

    .nav-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .nav-tabs > li > a {
        text-align: center;
        padding: 10px 5px;
        margin: 10px;
    }

    .nav-tabs li {
        flex: 0 25%;
    }
}

@media (max-width: 500px) {
    .tickets .nav-tabs li {
        flex: 0 50%;
        margin-bottom: 20px;

    }

}

/******************************/
/* && how &&*/
/******************************/
.how {
    padding: 50px 0;
    background: #e9f4fc;
}

.how-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how-item {
    text-align: center;
    position: relative;
}

.how-item:before {
    content: " ";
    position: absolute;
}

.how-main .how-item:nth-of-type(even):before {
    background-image: url(../images/w-at-bott.png);
    background-size: cover;
    width: 100px;
    height: 17px;
    bottom: 22%;
    left: 50%;
    transform: translate(60%, 0);
}

.how-main .how-item:nth-of-type(odd):before {
    background-image: url(../images/w-ar-top.png);
    background-size: cover;
    width: 100px;
    height: 17px;
    top: 0;
    right: 0;
    transform: translate(65%, 0);
}

.how-main .how-item:first-of-type:before {
    background-image: none;
}

.how-item .how-item-title a {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #0078d7;
}

.how-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}

@media (max-width: 768px) {
    .how-main {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .how-item {
        margin-bottom: 20px;
    }

    .how-item:before {
        content: none;
    }
}

@media (max-width: 500px) {
    .how-item-img {
        width: 140px;
        height: 140px;
    }
}

/******************************/
/* && client &&*/
/******************************/
.client {
    padding: 100px 0;
}

.client .main-title {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .client {
        padding: 50px 0 25px;
    }
}

@media (max-width: 500px) {

}

/******************************/
/* && footer &&*/
/******************************/
footer {
    position: relative;
    padding: 50px 0 0px;
    background: #144272;
    margin-top: 50px;
}

.footer-img img {
    padding: 15px;
}

footer .iframe {
    height: 200px !important;
    overflow-y: scroll;
}

.footet-menu-link li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all ease-in-out .5s;
}

.footet-menu-link li:hover a {
    color: #fff;
    transition: all ease-in-out .5s;
}

.rights {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-top: 2px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
    background: #06213c;
    padding-bottom: 15px;
}

.wesasa {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rights span {
    display: flex;
    gap: 5px;
    margin: 10px 0;
    color: #fff;
    font-size: 20px;
}

.rights span a {
    color: #fff;
}

.allcol {
    display: flex;
    gap: 5px;
    color: #e1e1e1;
    font-weight: 100;
    font-size: 16px;
}

.subscribe-form button:hover {
    background: var(--secondary);

}

.powerd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.powerd .content {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.powerd .content .desc {
    margin-top: 3px;
    font-weight: bold;
}

.social {
    margin-top: 15px;
    text-align: start;
}

.social .soc {
    color: #fff;
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-inline-end: 10px;
    font-size: 25px;
}

.footer-link {
    padding-inline-start: 100px;
}

.footer-link .menu-item {
    display: inline-flex;
    width: 49%;
    margin-bottom: 10px;
}

.powerd .content a {
    color: #0078d7;

    margin: 0 3px;
}


@media (max-width: 768px) {
    .main-footer-tit {
        margin: 30px 0;
    }

    .content {
        margin-bottom: 20px;
    }

    .main-footer-content {
        flex-wrap: wrap;
    }

    .main-footer-content .info {
        flex: 0 0 33.3%;
        max-width: 33.3%;
        margin-bottom: 30px;
    }

    .powerd .visitor {
        margin-top: 20px;
    }

    .whats {
        right: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media (max-width: 500px) {
    .main-footer-content .main-footer-tit {
        margin-bottom: 20px;
    }

    .powerd .social {
        margin-bottom: 10px;
    }

    .footet-menu-link {
        display: flex;
        order: 2;
        text-align: start;

    }

    .allcol {
        display: flex;
        gap: 0;
        color: #e1e1e1;
        font-weight: 100;
        font-size: 16px;
        flex-direction: column;
        text-align: center;
    }

    .powerd .content {
        display: flex;
        order: 1;
    }

    .powerd {
        flex-direction: column;
    }

    .main-footer-content {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .main-footer-content > div {
        margin-bottom: 20px;
    }

    .main-footer-content .info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .powerd {
        padding: 10px 12px;

    }

    .powerd .content .desc {
        margin: 5px 0;
    }

    .powerd .content {
        font-size: 14px;
        flex-direction: column;
    }
}

/******************************/
/* && single &&*/
/******************************/
.cramp-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cramp {
    padding: 20px 0;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 70px;
    border-bottom: 1px solid #f3f2f2;
}

.cramp a {
    color: var(--secondary);
}

.single-details-cont {
    box-shadow: none;
    margin-bottom: 30px;
    border-radius: 0;
}

.content-inside .details-content {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
}

.content-inside .details-content img.wesogfed {
    width: 90%;
    height: 300px;
    /*border-radius: 15px 15px 0 0;*/
}

.content-inside .details-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #dbdada;
}

.content-inside .details-img img {
    width: 100%;
    border-radius: 15px;
}

.details-content {
    padding: 30px 15px;
}

.details-content .tit a {
    color: #000;
    font-size: 24px;
    font-weight: 100;
    margin: 20px 0;
}

.details-content .city a {
    font-size: 18px;
    color: var(--secondary);

}

.details-content .city a i {
    font-size: 24px;
    color: #2c8f0e;
    margin-inline-end: 5px;

}

.details-content .date i {
    color: #8f750e;
    font-size: 24px;
    margin-inline-end: 5px;

}

.info-str .date {
    color: var(--secondary);
    font-size: 18px;

}

.single-search-container {
    background: #f0f9ff;
    padding: 15px;
    box-shadow: 0 0 29px rgba(0, 0, 0, .29);

}

.filter-ticketst {
    margin-top: 30px;
    width: 95%;
}

.filter-ticketst select {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 10px;
    background: white;
    border: 1px solid #e9e2e2;
}

#locationTable tr {
    border-top: 1px solid #e7e2e2;
    position: relative;
}

#locationTable tbody {
    border-bottom: 1px solid #e7e2e2;
    border-right: 1px solid #e7e2e2;
    border-left: 1px solid #e7e2e2;
}


.single-search-container p {
    display: inline-block;
    margin-inline-end: 10px;
    font-size: 18px;
    font-weight: bold;
}

.single-search-container select {
    width: 80%;
    background: #e2f0f9;
    height: 40px;
    padding: 0 5px;
    border: 2px solid var(--primary);
}

.table-all-tik {
    margin-top: 30px;
}

.table-all-tik table {
    width: 100%;
}

.table-all-tik th {
    color: #144272;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    width: 25%;
}

#selectCountItem {
    width: 100px;
    border-radius: 15px;
    color: #000 !important;
}

.table-all-tik td {
    color: var(--secondary);
    font-size: 18px;
    font-weight: 100;
    padding: 15px;
}

.table-all-tik td .btn-buy {
    background: var(--secondary);
    width: 80px;
    height: 50px;
    color: var(--white);
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 15px;
    font-weight: bold;
    border: 1px solid var(--secondary);
}

.table-all-tik td .btn-buy:hover {
    color: var(--secondary);
    background: var(--white);
}

.table-all-tik table, .table-all-tik th, .table-all-tik td {
    /*border: 1px solid var(--black);*/
    /*border-collapse: collapse;*/
    /*text-align: center;*/
}

.table-all-tik table tr td:last-of-type {
    border-left: none;
}

.not-flying-back {
    display: none;
}

@media (max-width: 768px) {
    #locationTable tr:after {

        /*    content: " ";*/
        /*position: absolute;*/
        /*top: 53%;*/
        /*left: 50%;*/
        /*width: 90%;*/
        /*height: 1px;*/
        /*background: #adadad;*/
        /*transform: translateY(-50%) translateX(-50%);*/
    }

    .footer-link {
        padding-inline-start: 0;
    }

    #locationTable tbody tr:first-of-type {
        /*display:none;*/
        /*position: unset;*/
        /*border: none;*/
    }

    .single-search-container select {
        width: 100%;
    }

    .login-banner {
        display: none;
    }

    .not-flying-back {
        font-size: 20px;
        color: #0b6f32;
        text-align: center;
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {

}

/******************************/
/* && single-ticket &&*/
/******************************/
.single-ticket {
    padding: 50px 0 100px;
}

.single-ticket .table-all-tik th {
    background: #e3eef7;
    color: var(--secondary);
}

.single-ticket .table-all-tik td {
    background: #f0f6fa;
    color: #318ddd;
}

@media (max-width: 768px) {
    .single-ticket .table-all-tik {
        overflow: scroll;
    }

    .table-all-tik th, .table-all-tik td {
        /*white-space: unset;*/
        /*display: inline-flex;*/
        /*width: 50%;*/
        /*flex-direction: column;*/
    }

    .table-all-tik td .btn-buy {
        background: var(--secondary);
        width: 50px;
        height: 35px;
        font-size: 12px;
        color: var(--white);
        text-align: center;
        line-height: 35px;
        margin: 0 auto;
        border-radius: 15px;
        font-weight: bold;
        border: 1px solid var(--secondary);
    }

    .table-all-tik th {
        /*display:none !important;*/
        /*position: unset;*/
        /*border: none;*/
    }

    .table-all-tik td:last-of-type {
        white-space: unset;
    }

    .ticket-btns .btn-buy {
        margin-bottom: 5px !important;
    }
}

/******************************/
/* && single-order &&*/
/******************************/
.single-order .main-title span {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 50px;
    display: block;
}

.order-details {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 19px rgba(0, 0, 0, .5);
    margin-bottom: 50px;
}

.order-details .tit {
    color: var(--secondary);
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 10px;
}

.order-details .icon-content {
    display: flex;
    align-items: center;

}

.order-details .icon-content .item {
    display: flex;
    align-items: center;
    margin-inline-end: 30px;
    margin-bottom: 20px;
}

.order-details .icon-content .item .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #0078d7;
    color: #0078d7;
    margin-inline-end: 10px;

}

.order-details .icon-content .item span {
    font-size: 18px;
}

.location-order {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.location-order .item {
    display: flex;
    align-items: center;
    margin-inline-end: 30px;
    margin-bottom: 20px;
}

.location-order .item span {
    color: var(--secondary);
    font-size: 22px;
    margin-inline-end: 5px;
    font-weight: bold;
}

.location-order .item p {
    color: #0078d7;
    font-size: 18px;
    font-weight: bold;

}

.order-pay .radio-container {
    margin-inline-end: 20px;
}

.order-pay input[type=radio] {
    width: 20px;
    height: 20px;

}

.order-pay .radio-container span {
    font-size: 22px;
    font-weight: bold;

}

.order-details .main-btn {
    display: flex;
    gap: 10px;
}

.order-details .main-btn a {
    /*color: var(--white) !important;*/
    /*border: 1px solid var(--secondary);*/
    /*background-color: var(--secondary);*/
}

.vis-xs {
    display: none !important;
}

.hid-xs {
    display: flex !important;
}

@media (max-width: 768px) {
    #selectCountItem {
        width: 65px;
    }

    /*.vis-xs{*/
    /*    display:flex !important;*/
    /*}*/
    .hid-xs {
        display: none !important;
    }

    .filter-ticketst {
        margin-top: 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .content-inside .details-img {
        margin-top: 25px;
    }

    .single-details-cont {
        padding: 0 20px;
    }

    .content-inside .details-content img.wesogfed {
        width: 100%;
        height: 300px;
        border-radius: 15px 15px 0 0;
    }

    .info-str {
        display: flex;
        align-items: start;
        gap: 10px;
        flex-direction: column;
    }

    .location-order, .order-details .icon-content {
        flex-direction: column;
        align-items: flex-start;
    }

    #locationTable .main-table-order table tr td {
        padding: 15px 5px;
        font-size: 15px;
    }

    #locationTable .main-table-order table tr .view-star {
        margin-inline-start: 2px;
    }

    #locationTable .main-table-order table tr .ticket-reserve {
        flex-direction: column;
    }

    #locationTable .main-table-order table tr .sell-view {
        width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

.new-single-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 19px rgba(0, 0, 0, .5);
    margin-bottom: 50px;
}

.new-single-content .new-img {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 20px;
}

.new-single-content .new-img .tit {
    font-size: 38px;
    font-weight: bold;
}

.check-form-item .radio-container span {
    color: var(--gray);
}

.contact-form form label {
    color: var(--black);
    font-weight: bold;
    font-size: 18px;
}

.form-group.focused label {
    color: var(--secondary);
}

.form-group.focused input {
    border: 1px solid var(--secondary) !important;
}

.check-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-link .main-btn {
    background: var(--secondary);
    color: var(--white);
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

.check-form-item .forgit {
    color: #ff0000;
}

.check-form-item a {
    color: var(--black);
}

.best-selection {
    padding: 50px 0;
}

.best-selection-items .img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.best-selection-items .img:before {
    content: " ";
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 0;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: all .35s ease-in-out;
}

.best-selection-items:hover .img:before {
    height: 100%;
}

.best-selection-items .img .best-selection-content {
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all .35s ease-in-out;
}

.best-selection-items:hover .img .best-selection-content {
    top: 50%;
}

.best-selection-content .url a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #fff;
    color: #10446F;
    transition: all .35s ease-in-out;
}

.best-selection-content .url a:hover {
    background: #10446F;
    border: 1px solid #10446F;
    color: #fff;
}

.best-selection-items .img img {
    width: 100%;
    /*height: 320px;*/
    max-height: 215px;
    border-radius: 15px;

}


.best-selection-content .tit {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--white);
}

.cat-item .icon img {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
    border-radius: 50%;
}

.errorDiv {
    margin-top: 90px !important;
    display: inline-flex !important;

}

.faq-container {

    margin: 0 auto;
}

.faq-question {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    background-color: #f9f9f9;
}

.faq-answer {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.terms a {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--secondary);
    display: block;
}

.modal-up {
    background: transparent;
    color: var(--secondary);

}

.form-group-checked {
    border: 1px solid transparent;

}

.main-old-order-table .table-container td.image img {
    max-width: 65px;
}

.validat {
    padding: 50px 0;
}

.main-validat {
    border-radius: 15px;
    background: #F5F5F5;
    padding: 5px 10px;
}

.main-validat .validat-content .tit {
    color: #000;

    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-validat .place-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#locationTable .main-table-order table tr .ticket-star {
    flex-direction: column;
}

#iframeCardView {
    /* Apply CSS styles directly to the iframe */
    width: 100%;
    height: 130px;
    margin: 0;
    padding: 0;
}

.main-selected-effectiv form select {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .18);
    padding: 10px 20px;
    border-radius: 35px;
    justify-content: space-between;
}

.main-selected-effectiv form select {
    -webkit-appearance: none; /* Remove default arrow in Chrome/Safari */
    -moz-appearance: none; /* Remove default arrow in Firefox */
    appearance: none; /* Remove default arrow in other browsers */

    cursor: pointer; /* Change cursor style on hover */

}

/* Custom arrow styling */
.main-selected-effectiv form select::after {
    content: '▼'; /* Use a custom symbol for dropdown arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none; /* Ensure arrow does not interfere with select */
}

/* Optional: Style for hover/focus states */
.main-selected-effectiv form select:hover, .main-selected-effectiv form select:focus {
    border-color: #007bff; /* Change border color on hover/focus */
}

.search-btn {
    margin-right: -65px !important;

}