@charset "utf-8";

:root,
[data-bs-theme=light] {
    --bs-border-radius: 15px;
}

/*-----------------------
    Fonts
-------------------------*/
@font-face {
    font-family: 'LamaSans-Regular';
    src: url('../fonts/ArbFONTS-LamaSans-Regular.eot');
    src: url('../fonts/ArbFONTS-LamaSans-Regular.otf') format('otf'),
        url('../fonts/ArbFONTS-LamaSans-Regular.ttf') format('truetype'),
        url('../fonts/ArbFONTS-LamaSans-Regular.woff') format('woff'),
        url('../fonts/ArbFONTS-LamaSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LamaSans-Medium';
    src: url('../fonts/ArbFONTS-LamaSans-Medium.eot');
    src: url('../fonts/ArbFONTS-LamaSans-Medium.otf') format('otf'),
        url('../fonts/ArbFONTS-LamaSans-Medium.ttf') format('truetype'),
        url('../fonts/ArbFONTS-LamaSans-Medium.woff') format('woff'),
        url('../fonts/ArbFONTS-LamaSans-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LamaSans-SemiBold';
    src: url('../fonts/ArbFONTS-LamaSans-SemiBold.eot');
    src: url('../fonts/ArbFONTS-LamaSans-SemiBold.otf') format('otf'),
        url('../fonts/ArbFONTS-LamaSans-SemiBold.ttf') format('truetype'),
        url('../fonts/ArbFONTS-LamaSans-SemiBold.ttf') format('woff'),
        url('../fonts/ArbFONTS-LamaSans-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LamaSans-Bold';
    src: url('../fonts/ArbFONTS-LamaSans-Bold.eot');
    src: url('../fonts/ArbFONTS-LamaSans-Bold.otf') format('otf'),
        url('../fonts/ArbFONTS-LamaSans-Bold.ttf') format('truetype'),
        url('../fonts/ArbFONTS-LamaSans-Bold.woff') format('woff'),
        url('../fonts/ArbFONTS-LamaSans-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alexandria-Regular';
    src: url('../fonts/Alexandria-Regular.eot');
    src: url('../fonts/Alexandria-Regular.otf') format('otf'),
        url('../fonts/Alexandria-Regular.ttf') format('truetype'),
        url('../fonts/Alexandria-Regular.woff') format('woff'),
        url('../fonts/Alexandria-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alexandria-Light';
    src: url('../fonts/Alexandria-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Arabic-Medium';
    src: url('../fonts/Montserrat-Arabic-Medium.eot');
    src: url('../fonts/Montserrat-Arabic-Medium.otf') format('otf'),
        url('../fonts/Montserrat-Arabic-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Arabic-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Arabic-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.LamaSans-Regular {
    font-family: 'LamaSans-Regular' !important;
}

.LamaSans-Medium {
    font-family: 'LamaSans-Medium' !important;
}

.LamaSans-SemiBold {
    font-family: 'LamaSans-SemiBold' !important;
}

.LamaSans-Bold {
    font-family: 'LamaSans-Bold' !important;
}

.Alexandria-Regular {
    font-family: 'Alexandria-Regular' !important;
}

/*-----------------------
    Color
-------------------------*/
.Title-color {
    color: #282626 !important;
}

/*-----------------------
    Styles
-------------------------*/
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    scroll-behavior: initial;
    overflow-x: hidden !important;
}

body {
    font-size: 16px;
    color: #777E90;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: 'LamaSans-Regular';
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em
}

a {
    background-color: transparent;
    cursor: pointer !important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    appearance: button;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    box-sizing: inherit
}

address {
    font-style: inherit
}

cite,
dfn,
em,
i {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

a {
    text-decoration: none
}

a svg {
    pointer-events: none
}

ol,
ul {
    list-style: none
}

figure,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
    touch-action: manipulation
}

[hreflang]>abbr[title] {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    border-top: 1px solid #C5DCEF;
    display: block;
    height: 1px;
    margin: 0em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio:not([controls]) {
    display: none;
    height: 0
}

img,
svg {
    height: auto;
    max-width: 100%
}

img[height],
img[width],
svg[height],
svg[width] {
    max-width: none
}

img {
    font-style: italic
}

svg {
    fill: currentColor
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: block;
    font: inherit;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 100%
}

select {
    text-transform: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    background: none;
    color: inherit
}

textarea {
    overflow: auto;
    resize: vertical
}

.no-padding {
    padding: 0 !important;
}

.sm-padding {
    padding: 0 16px;
}

/********************************/
/* Button   Css      */
/********************************/
.btn {
    font-family: 'Alexandria-Regular' !important;
}

.btn-link {
    color: #00A7E1;
    font-size: 14px;
    line-height: 19px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    font-family: 'Alexandria-Regular' !important;
}

.btn-link svg path {
    fill: #00A7E1;
}

.btn-link:hover {
    color: #00A7E1;
}

.btn-primary {
    background: #00A7E1;
    border-color: #00A7E1;
    border: 1px solid #00A7E1;
    border-radius: 90px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 13px 0 16px 0;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF !important;
    font-family: 'Alexandria-Regular' !important;
}

.btn-primary:hover {
    background: #00A7E1;
    border: 1px solid #00A7E1;
    color: #fff;
}

ul.grt-menu li .btn-primary:hover {
    color: #00A7E1 !important;
}

.btn {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn.dropdown-toggle:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn-outline-primary {
    background: #00A7E11A;
    border: 1px solid #00A7E1;
    border-radius: 90px;
    color: #00A7E1;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 14px 32px 16px 32px;
    margin: 0 auto;
}

.btn-outline-primary:hover {
    color: #fff;
    background: #00A7E1;
    border: 1px solid #00A7E1;
}

.btn-outline-danger {
    background: transparent;
    border: 0;
    outline: none;
    color: #EA3248;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    font-family: 'LamaSans-Medium' !important;

}

ul.grt-menu li .btn-primary:hover {
    background: #00A7E1;
    border: 1px solid #00A7E1;
    color: #fff !important;
}

/********************************/
/*      Css      */
/********************************/
.padding-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.sparator-15 {
    height: 15px;
    clear: both;
}

.ml-15 {
    margin-left: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

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

.mb-14 {
    margin-bottom: 14px !important;
}

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

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

.mb-32 {
    margin-bottom: 32px !important;
}

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

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-87 {
    margin-bottom: 87px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.margin-remove {
    margin: 0 !important;
}

.text-danger {
    color: #EA3248 !important;
}

/********************************/
/*    Font   Css      */
/********************************/
.f-16 {
    font-size: 16px !important;
    line-height: 25px !important;
}

.p-relative {
    position: relative !important;
}

/* width */
::-webkit-scrollbar {
    width: 0px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: transparent;
}

.mySwiper.halfContainer {
    width: calc(50% + 50vw);
}

.single-page-padding {
    padding: 160px 0 !important;
}

.bannerPadding {
    padding-top: 145px !important;
    margin-top: 0 !important;
}

.bgtransparent {
    background: transparent !important;
}

/********************************/
/*    Loading   Css      */
/********************************/

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 11111110;
    background: url(../images/loading/loading.gif) center no-repeat #f3f3f0;
    background-size: contain;
}

/********************************/
/*    Home banner  slider  Css   */
/********************************/
.HomeBannerSlider .swiper-slide {
    min-height: 818px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.HomeBannerSlider .swiper-slide::after {
    content: ' ';
    position: absolute;
    background: #072D4E;
    opacity: 0.57;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.HomeBannerSlider .swiper-slide .boxTextContent {
    position: relative;
    z-index: 1111;
    padding: 230px 0 150px 0;
}

.boxTextContent span.sliderNumber {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: 'Alexandria-Regular';
}

.boxTextContent span.textPart {
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.HomeBannerSlider .swiper-slide .boxTextContent h3 {
    font-size: 55px;
    line-height: 90px;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-family: 'LamaSans-Bold';
}

.exploreMore {
    background: rgb(255 255 255 / 10%);
    border-color: #fff;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 26px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 13px 0 16px 0;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'Alexandria-Regular' !important;
}

.arrowHomeSlider {
    padding-top: 116px;
}

.arrowHomeSlider ul {
    display: flex;
    align-self: center;
    gap: 43px;
}

.arrowHomeSlider .swiper-button-next,
.arrowHomeSlider .swiper-button-prev {
    top: unset;
}

.arrowHomeSlider .swiper-button-next.swiper-button-disabled:after {
    content: url(../images/icon/arrowSlider.svg) !important;

}

.arrowHomeSlider .swiper-button-next::after {
    content: url(../images/icon/arrowSlider.svg) !important;

}

.arrowHomeSlider .swiper-button-prev:after {
    content: url(../images/icon/arrowSlider.svg) !important;

}

.arrowHomeSlider .swiper-button-prev.swiper-button-disabled:after {
    content: url(../images/icon/arrowSlider.svg) !important;

}

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

.arrowHomeSlider ul span {
    margin-bottom: 0;
}

.shareList {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    left: 59px;
    position: absolute;
    top: 0;
    bottom: 0;
    gap: 12px;
    z-index: 111;
}

.shareList li {
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    font-family: 'LamaSans-Bold';
}

.shareList li span {
    height: 60px;
    width: 1px;
    display: block;
    margin: 2px 0;
    background: #9E9E9E;
}

.shareList li a img {
    transform: rotate(180deg);
    max-width: 24px;
    width: 24px;
}

/********************************/
/* MostTraded Css */
/********************************/
.MostTraded {
    padding: 37px 0 0px 0;
    background: #F5F8FA;
    margin-bottom: -50px;
}

.MostTradedBox {
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    border: 1px solid #EDEDED;
}

/********************************/
/* famousTouristAttraction Css */
/********************************/
.bg-banner {
    background: #F5F8FA url(../images/banner/bg-section.svg) 0% 0% no-repeat padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.famousTouristAttraction {
    padding: 180px 0 0 0;
}

.famousTourtstBlock {
    box-shadow: 0px 10px 60px #0000000D;
    border-radius: 18px;
    overflow: hidden;
}

.famousTourtstImage img.main-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 18px;
}

.famousTourtstImage::after {
    position: absolute;
    content: ' ';
    background: transparent linear-gradient(180deg, #00294000 0%, #00182C 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.45;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.famousTourtstImage {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.famousTourtstImage:hover::after {
    background: #00A7E1;
    opacity: 0.64;
}

.famousTourtstImage .text {
    position: absolute;
    z-index: 11;
    position: absolute;
    bottom: 44px;
    right: 34px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.famousTourtstImage .text h3 {
    color: #fff;
    font-size: 45px;
    margin: 0px 0px 0px 12px;
}

.famousTourtstImage .text p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    padding: 0px 0px 8px 0
}

.arrowLink {
    position: absolute;
    left: 36px;
    bottom: 36px;
    z-index: 11;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.arrowLink .link {
    width: 73px;
    height: 73px;
    display: block;
    border: 2px solid#FFFFFF;
    border-radius: 100%;
    text-align: center;
    line-height: 72px;
}

.arrowLink .link svg {
    width: 20px;
}

.arrowLink .link svg path {
    fill: #fff;
}

.famousTourtstImage:hover .arrowLink {
    opacity: 1;
}

.arrowLink .link i {
    width: 18px;
    height: 12px;
    color: #fff;
    font-size: 27px;
}

/********************************/
/* downloadApplication Css */
/********************************/
.downloadApplication {
    padding: 160px 0 0 0;
}

.downloadApplicationBox {
    gap: 48px;
}

.downloadApplicationBox img.appImage {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob Up Down*/
@-webkit-keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.downloadApplicationBox h3 {
    font-size: 20px;
    color: #282626;
    margin-bottom: 7px;
}

.downloadApplicationBox p {
    font-size: 16px;
    line-height: 28px;
    color: #282626;
    margin-bottom: 30px;
}

.downlodthrough {
    gap: 10px;
}

.downlodthrough img {
    max-width: 115px;
}

/********************************/
/* firstChoiceSection Css */
/********************************/
.firstChoiceSection {
    padding: 104px 0 0 0;
    background: #F5F8FA;
}

.choiseBox {
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    background: #fff;
    padding: 32px 19px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.choiseBox:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.choiseBox ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.choiseBox ul li:first-child img {
    width: 91px;
    object-fit: cover;
    max-width: 95px;
}

.choiseBox h3 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #312E43;
}

.choiseBox p {
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
}

/********************************/
/* eventExcitement-Suspense Css */
/********************************/
.eventExcitement-Suspense {
    padding: 104px 0;
    background: #F5F8FA;
}

.nav-pills.nav-pills.firstOption {
    background: rgb(92 92 92 / 4%);
    padding: 7px 8px;
    width: max-content;
    border-radius: 11px;
    margin: 0 auto;
    gap: 4px;
    margin-bottom: 34px !important;
}

.spanLink {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    color: #000 !important;
    padding: 3px 8px;
    font-size: 11px !important;
}

.eventExcitement-Suspense .btn-outline-primary {
    margin-top: 78px;
}

.nav-pills.nav-pills.firstOption .nav-link {
    min-width: 159px;
    min-height: 38px;
    border-radius: 7px;
    font-size: 14px;
    color: #6A6A6A;
}

.nav-pills.nav-pills.firstOption .nav-link.active,
.nav-pills.nav-pills.firstOption .show>.nav-link {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
    color: #312E43;
}

.eventExcitement-SuspenseCard {
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    background: #fff;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.eventExcitement-SuspenseCard:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.eventExcitement-SuspenseCard .img-part img {
    width: 100%;
    height: 305px;
    object-fit: cover;
    border: 1px solid #EDEDED;
    border-radius: 15px 15px 0px 0px;
}

span.spanRelatedImage {
    position: absolute;
    z-index: 111;
    right: 1px;
    bottom: 27px;
    border-radius: 24px 0px 0px 24px;
    opacity: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 7px 13px 6px 22px;
    color: #FFFFFF;
    font-size: 16px;
}

.eventExcitement-SuspenseCard .text-part {
    padding: 44px 26px;
}

span.date {
    width: max-content;
    background: #EA3248;
    border-radius: 3px;
    padding: 8px 13px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: -17px;
}

span.number {
    font-size: 16px;
}

.SuspenseCardtext-part {
    padding: 44px 26px 44px 26px;
}

.SuspenseCardtext-part h3 {
    font-size: 18px;
    color: #312E43;
    margin-bottom: 14px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SuspenseCardtext-part p {
    font-size: 14px;
    color: #777E90;
    line-height: 28px;
    margin-bottom: 20px;
    min-height: 43px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/********************************/
/*    travelExperience   Css   */
/********************************/
.travelExperience {
    padding: 75px 0;
    background: #F5F8FA url(../images/banner/bg-section2.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.travelExperience .container:last-child {
    padding-bottom: 100px;
}

.travelExperience .intro-div {
    margin-bottom: 79px;
}

.travelExperienceBox {
    background: #fff;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    padding: 24px;
}

.travelExperienceBox .text-part {
    margin-top: 32px;
}

.travelExperienceBox .text-part h3 {
    color: #312E43;
    font-size: 18px;
    line-height: 45px;
    margin-bottom: 0px;
}

.travelExperienceBox .text-part span {
    color: #00A7E1;
    font-size: 22px;
    margin-bottom: 16px;
}

.travelExperienceBox .text-part p {
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.travelExperienceBox .text-part .btn-link {
    display: flex;
    gap: 11px;
    align-items: center;
    color: #9B9B9B;
    font-weight: normal;
    margin-bottom: 0;
}

.travelExperienceBox .text-part .btn-link svg path {
    fill: #9B9B9B;
}

.imageSlider-part .mySwiper.nested img {
    width: 100%;
    height: 287px;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    padding: 0 20px 20px 20px;
}

.swiper-pagination {
    width: max-content !important;
    height: 10px;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 1px 5px;
    bottom: 11px;
    left: 0;
    right: 0;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #FFFFFF !important;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00A7E1 !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
}

span.relativeImage {
    display: block;
    position: absolute;
    bottom: -43px;
    left: 3px;
    z-index: 11;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/*
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
*/
/*
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled
{
    border: 1px solid #00A7E1;
    line-height: 0;
    background: transparent;
    text-align: center;
    line-height: 50px;
}
*/
/*
.swiper-button-prev.swiper-button-disabled:after
{
    content: url(../images/icon/Arrow_Left.svg);
    line-height: 0;
}
.swiper-button-next.swiper-button-disabled:after
{
    content: url(../images/icon/Arrow_Right.svg);
    line-height: 0;
}
.swiper-button-prev:after
{
    content: url(../images/icon/WArrow_Left.svg);
    line-height: 0;
}
.swiper-button-next:after
{
    content: url(../images/icon/WArrow_Right.svg);
    line-height: 0;
}*/
.swiper-button-col {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 45px;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    text-align: center;
    line-height: 50px;
    margin: 0;
}

.swiper-button-prev::after {
    content: url(../images/icon/active-arrow.svg);
}

.swiper-button-next::after {
    content: url(../images/icon/active-arrow.svg);
    backface-visibility: visible;
    transform: perspective(140px) rotateY(180deg);
}

.swiper-button-prev.swiper-button-disabled:after {
    content: url(../images/icon/arrowDisable.svg);
}

.swiper-button-next.swiper-button-disabled:after {
    content: url(../images/icon/arrowDisable.svg);
    backface-visibility: visible;
    transform: perspective(140px) rotateY(180deg);
}

/********************************/
/*    generalInquiries   Css   */
/********************************/
.generalInquiries {
    padding: 92px 0;
    background: #FFFFFF;
}

.titleSection h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
}

.titleSection p {
    font-size: 16px;
    line-height: 28px;
    color: #777E90;
    margin-bottom: 0;
}

/********************************/
/*   Accordion    Css      */
/********************************/
.accordion-item {
    border: 1px solid #F5F8FA;
    background: #F5F8FA;
    border-radius: 15px;
    padding: 30px 32px;
}

.accordion-button {
    padding: 0;
    background: #F5F8FA;
    font-size: 18px;
    color: #312E43;
    align-items: inherit;
    font-family: 'LamaSans-SemiBold';
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #F5F8FA;
    color: #312E43;
}

.accordion-body {
    padding: 10px 0 0 0;
}

.accordion-body p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
}

.accordion-button::after {
    background-image: url(../images/icon/plus.svg);
    background-size: auto !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon/minus.svg);
    background-size: auto !important;
}

/********************************/
/*   subscripeNewsLetter  Css      */
/********************************/
.subscripeNewsLetter {
    background: #00A7E1;
    padding: 27px 0;
    overflow: hidden;
}

.subscripeNewsLetter .container {
    position: relative;
}

.bottom-circle {
    position: absolute;
    left: 0;
    bottom: -27px;
}

.top-circle {
    position: absolute;
    right: 0;
    top: -27px;
}

.animate {
    animation-name: zoom-fade;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.subscripeTextPart {
    position: relative;
    z-index: 11;
}

.subscripeTextPart h3 {
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 21px;
    font-weight: 100;
}

.subscripeTextPart .input-group {
    background: #F4F5F6;
    border-radius: 31px;
    padding: 7px;
    min-height: 62px;
    display: flex;
    align-items: center;
}

.subscripeTextPart .input-group input {
    background: transparent;
    border: 0;
    padding-right: 22px;
}

.subscripeTextPart .input-group input:focus {
    outline: none;
    box-shadow: none;
}

.form-control::-ms-input-placeholder {
    color: #777E90;
    font-size: 14px;
}

.form-control::placeholder {
    color: #777E90;
    font-size: 14px;
}

.subscripeTextPart .btn-subscribe {
    background: #00A7E1;
    border-radius: 90px;
    padding: 14px 31px 16px 32px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: 'Alexandria-Regular' !important;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
    direction: rtl;
}

/********************************/
/*   Footer    Css      */
/********************************/
footer {
    background: transparent url(../images/banner/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.topFooter {
    padding: 50px 0 50px 0;
}

.footerLogo {
    margin-bottom: 31px;
}

.footerLogo img {
    width: 157px;
}

.topFooter p {
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
    margin-bottom: 0;
}

h3.titleFooter {
    font-size: 18px;
    color: #282626;
    margin-bottom: 19px;
    font-family: 'LamaSans-SemiBold';
}

.topFooter ul li {
    padding: 0;
    margin: 0;
}

.topFooter ul li a {
    font-size: 14px;
    color: #777E90;
    display: block;
    margin-bottom: 12px;
}

.bottomFooter {
    padding: 23px 0 33px 0;
    border-top: 1px solid #E6E8EC;
}

.bottomFooter p {
    font-size: 16px;
    line-height: 45px;
    color: #777E90;
    margin: 0;
    font-weight: normal;
    font-family: 'LamaSans-SemiBold';
}

ul.button-group {
    gap: 8px;
    align-items: end;
    justify-content: end;
}

.topFooter .div-footer:nth-child(2n) .h-100,
.topFooter .div-footer:nth-child(3n) .h-100 {
    padding-right: 18%;
}

ul.button-group li a img {
    max-width: 120px;
}

ul.footer-social {
    display: flex;
    gap: 28px;
    justify-content: end;
    align-items: center;
}

ul.footer-social svg path {
    fill: #777E90;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

ul.footer-social li:hover svg path {
    fill: #00A7E1;
}

ul.footer-social li:nth-child(2n):hover svg path {
    stroke: #00A7E1;
}

/********************************/
/*    exploreSection   Css      */
/********************************/
.exploreSection {
    padding: 108px 0px;
    margin-top: -167px;
    background: #fff;
}

.primaryCard {
    background: #FFFFFF;
    height: 100% !important;
}

.primaryCard.hoverDiv h3,
.primaryCard.hoverDiv p,
.primaryCard.hoverDiv .btn-link {
    color: #fff !important;
}

.hover-col.hover::after {
    position: absolute;
    content: ' ';
    background: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.45;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.hover-col.hover:hover::after {
    background: #00A7E1;
    opacity: 0.30;
}

.primaryCard.hoverDiv .btn-link svg path {
    fill: #fff !important;
}

.primaryCard .card-text {
    position: relative;
    z-index: 1111;
}

.hover-col {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.card-image img {
    display: block;
    width: 100%;
    height: 305px;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}

.primaryCard .card-image {
    min-height: 305px;
}

.card-text {
    padding: 20px 26px;
}

.card-text h3 {
    font-size: 18px;
    color: #312E43;
    margin-bottom: 16px;
}

.card-text p {
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
    margin-bottom: 27px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hoverCard {
    padding: 28px 17px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.hoverCard::after {
    position: absolute;
    background: transparent linear-gradient(180deg, #00294000 0%, #00182C 100%) 0% 0% no-repeat padding-box;
    content: ' ';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0.62;
}

.hover-col:hover .hoverCard {
    opacity: 1;
}

.hoverCardtext-part {
    position: relative;
    z-index: 111;
}

.hoverCardtext-part h3 {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.hoverCardtext-part p {
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.hover-col:hover h3,
.hover-col:hover p {
    color: #FFFFFF !important;
}

.hover-col:hover .btn-outline-primary {
    color: #fff;
    background: #00A7E1;
    border: 1px solid #00A7E1;
}

.hover-col:hover .btn-link {
    color: #fff;
}

.hover-col:hover .btn-link svg path {
    fill: #fff;
}

/********************************/
/*   nav-tabs    Css      */
/********************************/
.nav-tabs {
    justify-content: center;
    border: 0;
    background: #FFFFFF;
    border-radius: 45px;
    padding: 6px;
    width: max-content;
    align-items: center;
    text-align: center;
    margin: 0 auto 32px auto;
}

.nav-tabs .nav-link {
    min-width: 148px;
    min-height: 55px;
    border: 0;
    font-size: 16px;
    line-height: 28px;
    color: #777E90;
    font-family: 'LamaSans-Medium';
}

.nav-tabs .nav-link:hover {
    border: 0;
    color: #00A7E1;
}

.nav-tabs .nav-link.active {
    background: #00A7E11A;
    border: 1px solid #00A7E1;
    border-radius: 45px;
    color: #00A7E1;
}

.nav-tabs.basicTaps {
    width: 100%;
    justify-content: start;
    gap: 35px;
    padding: 0;
    border-bottom: 1px solid #E4E2E2;
    border-radius: 0;
    padding: 0 40px;
}

.nav-tabs.basicTaps .nav-link {
    border-bottom: 1px solid transparent;
}

.nav-tabs.basicTaps .nav-link.active {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #00A7E1;
    color: #00A7E1;
    border-radius: 0;
}

.nav-tabs.basicTaps .nav-link {
    min-width: auto;
    min-height: auto;
    font-size: 14px;
    padding: 0;
}

/********************************/
/*   card-details    Css      */
/********************************/
.card-details {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
}

.fullWidthImage {
    height: 305px;
    object-fit: cover;
    border: 1px solid #EDEDED;
    border-radius: 15px 15px 0px 0px;
}

.card-details .card-body {
    padding: 32px;
}

.card-details .card-body.padding-new {
    padding: 24px 26px 22px 22px;
}

.card-details .text-part p {
    font-size: 15px;
    line-height: 36px;
    color: #312E43;
    margin-bottom: 32px;
    font-family: 'LamaSans-Medium';
}

.card-details .text-part p:last-child {
    margin-bottom: 0;
}

.smallGroupImage img {
    width: 100%;
    height: 289px;
    object-fit: cover;
    border: 1px solid #EDEDED;
    border-radius: 15px;
}

/********************************/
/*    Explore Icon Section   Css   */
/********************************/
.explore-box ul {
    gap: 16px;
}

.explore-box ul li img {
    width: 100px;
    height: 96px;
    max-width: 100px;
}

.explore-box ul li h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #312E43;
}

.explore-box ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
    margin-bottom: 0;
    padding-left: 10%;
}

.explore-col:nth-child(even) {
    position: relative;
}

.explore-col:nth-child(even) .explore-box::after {
    position: absolute;
    content: ' ';
    background: #ADADAD;
    height: 43px;
    width: 1px;
    right: -5%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.explore-col:nth-child(even) .explore-box::before {
    position: absolute;
    content: ' ';
    background: #ADADAD;
    height: 43px;
    width: 1px;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
}

/********************************/
/*    pageWrapper   Css      */
/********************************/
.pageWrapper {
    background: #F5F8FA url(../images/banner/top-pagebanner.png);
    background-repeat: no-repeat;
    background-position: top;
}

/********************************/
/*    breadcrumb   Css      */
/********************************/
.breadcrumb {
    padding: 135px 0 0px 0;
}

.breadcrumb-list {
    display: flex;
    gap: 9px;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-list li svg path {
    fill: #00A7E1;
}

.breadcrumb-list li a {
    color: #777E90;
    font-size: 16px;
    position: relative;
    display: block;
    margin-left: 12px;
}

.breadcrumb-list li a::after {
    position: absolute;
    background: #777E90;
    content: ' ';
    left: -13px;
    width: 5px;
    height: 1px;
    top: 2px;
    bottom: 0;
    margin: auto;
}

.breadcrumb-list li {
    color: #00A7E1;
    font-family: 'LamaSans-Medium' !important;
}

h3.titleSection {
    font-size: 30px;
    color: #312E43;
    margin-bottom: 36px;
}

/********************************/
/*     similarPlaces  Css      */
/********************************/
.similarPlacesSection {
    padding: 0 0 170px 0;
}

.similarPlacesSection.with-padding {
    padding: 100px 0;
}

/********************************/
/*    Google Map   Css      */
/********************************/
.responsive-map {
    overflow: hidden;
    padding-bottom: 43.25%;
    position: relative;
    height: 0;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

span.date.SingleDiv {
    left: 0;
    bottom: 0;
}

.spanRelatedImage.SingleDiv {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgb(40 38 38 / 32%);
    border-radius: 0px 24px 24px 0px;
    display: block;
    width: max-content;
    margin: 0 auto 0 0;
    bottom: 0;
}

/********************************/
/*   Offers & Discount    Css   */
/********************************/
.offersDiscount {
    padding: 60px 0 0 0;
}

.offersDiscountCard {
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    background: #fff;
    padding: 24px;
}

.offersDiscountCardImg img.main-img {
    border-radius: 10px;
    height: 287px;
    width: 100%;
    object-fit: cover;
}

.sale-bgImage {
    background: url(../images/offers/sale.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 69px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 21px;
    color: #FFFFFF;
    position: absolute;
    bottom: -27px;
    left: 28px;
    font-family: 'LamaSans-Bold';
}

.offersDiscountCardText {
    padding-top: 32px;
}

.offersDiscountCardText h3 {
    font-size: 18px;
    color: #312E43;
    margin-bottom: 18px;
}

.offersDiscountCardText span.price {
    font-size: 18px;
    color: #00A7E1;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.offersDiscountCardText p {
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
    margin-bottom: 22px;
    min-height: 43px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/********************************/
/*    OfferDetails   Css      */
/********************************/
.offerDetailsSimilarBox {
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    background: #fff;
    padding: 21px;
}

.offerDetailsSimilarBox ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.offerDetailsSimilarBox ul li img.main-img {
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    width: 165px;
    max-width: 165px;
    height: 165px;
    object-fit: cover;
}

.offerDetailsSimilarBox ul li h3 {
    color: #312E43;
    font-size: 18px;
    margin-bottom: 16px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offerDetailsSimilarBox ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
    margin-bottom: 35px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sale-smbgImage {
    background: url(../images/offers/sale.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    position: absolute;
    top: -7px;
    left: -16px;
    font-family: 'LamaSans-Bold';
}

/********************************/
/*   placeOfferDetailsCard  Css */
/********************************/
.placeOfferDetails {
    padding: 30px 0;
    margin-top: 75px;
}

.placeOfferDetailsCard {
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    background: #fff;
    padding: 37px;
}

.gallaryImage {
    margin-bottom: 24px;
}

.gallaryImage img.main-image {
    width: 100%;
    height: 162px;
    object-fit: cover;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
}

.gallaryImage img.main-image:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.logoPlace img {
    display: block;
    position: relative;
    width: 165px;
    height: 165px;
    border-radius: 100%;
    object-fit: cover;
    margin: -130px auto 0 auto;
}

.definationPart h3 {
    font-size: 30px;
    color: #312E43;
    margin: 13px 0 48px 0;
}

.definationPart h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #312E43;
}

.definationPart p {
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
    margin-bottom: 17px;
}

.definationPart ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.definationPart ul li {
    font-size: 14px;
    color: #312E43;
    margin-bottom: 10px;
    font-family: 'LamaSans-Medium';
}

.definationPart ul li img {
    margin-left: 5px;
}

.placeOfferDetailsCard .sale-bgImage {
    top: -32px;
    left: 0;
    bottom: unset;
}

/********************************/
/*   register    Css      */
/********************************/
.register {
    background: url(../images/login/login.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding: 68px 0;
}

.register.passwordPage {
    background: url(../images/login/password.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}

.register::after {
    position: absolute;
    content: ' ';
    background: #282626;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.64;
}

.card-form {
    box-shadow: 0px 10px 60px #0000000D;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #fff;
    padding: 25px 26px;
    position: relative;
    z-index: 111;
}

.register.passwordPage .passwordCard {
    min-height: 100vh;
    position: relative;
    z-index: 111;
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px #0000000D;
}

.card-formHeader img {
    display: block;
    margin: 0 auto 10px 0px;
}

.card-formbody .logo-part img {
    display: block;
    margin: 0 auto 49px auto;
    width: 184px;
}

.card-form .form-part h3 {
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: 100;
    margin-bottom: 36px;
    font-family: 'Alexandria-Regular';
}

.form-part label {
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
    font-family: 'Alexandria-Regular';
}

.form-part .input-group {
    border: 1px solid #E2E4E4;
    border-radius: 27px;
    height: 54px;
    align-items: center;
    background: #F7F7F7;
    padding: 11px 16px;
}

.form-part .input-group .form-control {
    background: transparent;
    border: 0;
    padding: 0 10px 0 0;
    outline: none;
    box-shadow: none;
}

.form-part .input-group .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.form-part .input-group .input-group-prepend .input-group-text {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    padding-left: 13px;
    position: relative;
}

.form-part .input-group .input-group-prepend {
    width: 28px;
}

.form-part .input-group .input-group-prepend .input-group-text img {
    max-width: 22px;
    display: block;
    margin: 0 auto;
}

.form-part .input-group .input-group-prepend .input-group-text::after {
    position: absolute;
    content: ' ';
    width: 1px;
    height: 31px;
    background: #D8D8D8;
    left: 0;
}

.toggle-password-button span {
    color: #D8D8D8;
    font-size: 15px;
}

ul.haveAccount {
    align-items: center;
    gap: 23px;
}

.haveAccount.row {
    gap: 0;
}

ul.haveAccount li p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
    font-family: 'Alexandria-Regular';
}

ul.haveAccount li a,
.redend-code a {
    text-decoration: underline;
    color: #00A7E1;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    font-family: 'Alexandria-Regular';
}

.redend-code a {
    color: #00A7E1;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: transparent;
}

.forget-pass {
    text-decoration: none !important;
    text-align: left;
    display: block;
}

ul.social-media {
    gap: 12px;
    margin-top: 69px;
}

ul.social-media img {
    width: 51px;
    max-width: 51px;
    height: 50px;
    border-radius: 100%;
}

/********************************/
/*     check-input  Css      */
/********************************/
.form-check-input[type=checkbox] {
    background-color: #F7F7F7;
    border: 1px solid #E2E4E4;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-left: 14px;
}

.form-check-input:checked[type=checkbox] {
    background-color: #00A7E1;
    border: 1px solid #00A7E1;
}

.form-check-input:focus {
    border-color: #E2E4E4;
    outline: 0;
    box-shadow: unset;
}

.passwordCardHeader svg path {
    fill: #000000;
}

span.svg-icon {
    width: 36px;
    height: 37px;
    line-height: 32px;
    text-align: center;
    background: #F8F8F8;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    margin-left: 16px;
}

.passwordCardHeader p {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-family: 'Montserrat-Arabic-Medium';
}

.passwordCardBody p,
span.mail {
    font-size: 14px;
    line-height: 19px;
    color: #818181;
    margin-bottom: 28px;
    font-family: 'Alexandria-Light';
}

span.mail {
    color: #000000;
}

.otp-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

input.otp-field {
    width: 54px;
    height: 54px;
    border: 1px solid #E2E4E4;
    border-radius: 100px;
    text-align: center;
    display: block;
    background: #F7F7F7;
}

.redend-code li {
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Alexandria-Regular';
}

/********************************/
/*    Profile   Css      */
/********************************/
.profileSteps {
    padding: 100px 0;
}

.border-bottom-card {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #E4E2E2;
}

.profileStepsCardOption {
    background: #fff;
    box-shadow: 0px 8px 30px #0000000D;
    border-radius: 10px;
    padding: 24px;
}

.personalInfo .img-part {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 100%;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 65px;
    margin-bottom: 20px;
    box-shadow: 0px 6px 10px #74747429;
    border: 1px solid #E4E2E2;
    overflow: hidden;
}

.personalInfo .img-part img {
    width: 32px;
    height: 29px;
    object-fit: cover;
}

.personalInfo h4 {
    font-size: 18px;
    line-height: 24px;
    color: #282626;
    margin-bottom: 10px;
}

.personalInfo span {
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
}

.verticle-tap .nav-link {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
    margin-bottom: 24px;
    padding: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    font-family: 'LamaSans-Medium';
}

.verticle-tap .nav-link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #00A7E1;
}

.verticle-tap .nav-link .icon {
    width: 25px;
    height: 25px;
    max-width: 25px;
    border-radius: 100%;
    background: #00A7E11A;
    line-height: 24px;
    text-align: center;
}

.verticle-tap.nav-pills .nav-link.active,
.verticle-tap.nav-pills .show>.nav-link {
    background: transparent;
    border: 0;
    color: #00A7E1;
}

.verticle-tap.nav-pills .nav-link.active svg path,
.verticle-tap.nav-pills .show>.nav-link svg path,
.verticle-tap .nav-link:hover svg path {
    fill: #00A7E1;
}

.profileStepsCardOptionFooter .btn-outline-danger {
    background: transparent;
    border: 0;
    outline: none;
    color: #EA3248;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    display: block;
    text-align: center;
}

.profileContentCard {
    box-shadow: 0px 8px 30px #0000000D;
    border-radius: 6px;
    background: #fff;
    padding: 40px 0px 60px 0px;
}

.profileContentCard .personalInfo .img-part {
    border-radius: 100%;
    width: 112px;
    height: 112px;
    text-align: center;
    line-height: 110px;

}

.profileContentCard .header-part {
    padding: 0 40px;
}

.profileContentCard .personalInfo .img-part img {
    width: 58px;
    height: 52px;
    object-fit: cover;
}

.header-part h3 {
    font-size: 20px;
    line-height: 27px;
    color: #282626;
    margin-bottom: 0;
}

.inputForm label {
    font-size: 14px;
    display: block;
    margin-bottom: 9px;
    color: #000000;
    font-family: 'Alexandria-Regular';
}

.inputForm input.form-control {
    border: 1px solid #E2E4E4;
    border-radius: 100px;
    background: #F7F7F7 !important;
    height: 54px;
    font-size: 14px;
    line-height: 19px;
    color: #818181;
    padding: 0 25px;
    font-family: 'Alexandria-Light';
}

input[disabled] {
    cursor: not-allowed;
}

.inputForm .input-group {
    border: 1px solid #E2E4E4;
    border-radius: 27px;
    height: 54px;
    align-items: center;
    background: #F7F7F7;
    padding: 11px 16px;
}

.inputForm .input-group {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
}

.inputForm .input-group input {
    background: transparent !important;
    border: 0;
    padding: 0 10px 0 0;
    outline: none;
    box-shadow: none;
    height: auto;
}

.inputForm .input-group-text {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0px 20px 0px 18px;
    padding-left: 13px;
    position: relative;
}

.inputForm .input-group-text::after {
    position: absolute;
    content: ' ';
    width: 1px;
    height: 54px;
    background: #D8D8D8;
    left: 0;
}

.inputForm input {
    padding: 0 12px !important;
}

.inputForm .btn-primary {
    padding: 18px 0;
}

.btn.disabled {
    cursor: not-allowed !important;
    background: #D5D5D5;
    border: 1px solid #D5D5D5;
    font-size: 18px;
    color: #ECECEC;
    font-weight: 500;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.bootstrap-select>.dropdown-toggle {
    border: 1px solid #E2E4E4;
    border-radius: 100px;
    background: #F7F7F7 !important;
    color: #818181;
    padding: 0 25px;
    height: 54px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Alexandria-Light';
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
    color: #818181;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Alexandria-Light';
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0;
}

.form-control:focus {
    background-color: #F7F7F7;
    border-color: transparent;
    outline: 0;
    box-shadow: unset;
}

.orderCard {
    padding: 0 40px;
}

.orderCard .itemOrder {
    box-shadow: 0px 8px 30px #0000000D;
    border: 1px solid #E4E2E2;
    border-radius: 6px;
    background: #fff;
    padding: 33px 24px 33px 17px;
    margin-bottom: 32px;
}

.orderCard .itemOrder ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.orderCard .itemOrder ul li img {
    width: 139px;
    height: 145px;
    max-width: 139px;
    object-fit: cover;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
}

.orderCard .itemOrder ul li h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 100;
    font-family: 'Alexandria-Regular';
}

.orderCard .itemOrder ul li span {
    font-size: 16px;
    line-height: 21px;
    color: #00A7E1;
    font-weight: 500;
    max-width: 65%;
    font-family: 'Alexandria-Regular';
}

.g-Color {
    color: #777E90 !important;
}

.profileStepsCardOption.new-padding {
    padding: 28px 25px;
}

.emptyCard {
    padding-top: 90px;
}

.emptyCard p {
    font-size: 16px;
    line-height: 28px;
    color: #777E90;
    font-family: 'LamaSans-Medium';
}

.orderDescription h3 {
    font-size: 16px;
    line-height: 21px;
    color: #282626;
    margin-bottom: 16px;
}

.orderDescription ul li {
    font-size: 16px;
    line-height: 28px;
    color: #777E90;
    margin-bottom: 10px;
    font-family: 'LamaSans-Medium';
}

.orderDetails {
    padding: 0 0 100px 0;
}

.fav-card-profile-tap {
    padding: 20px;
}

.fav-card-profile-tap .horizontalProductCard:hover {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

/********************************/
/*    storeContactCard   Css   */
/********************************/
.storeContact {
    padding: 53px 0 100px 0;
}

.storeContactCard {
    background: #fff;
    box-shadow: 0px 8px 30px #0000000D;
    border-radius: 6px;
    padding: 45px;
}

.storeContactHeader h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 27px;
    color: #282626;
}

.storeContactHeader h3 .icon {
    width: 48px;
    height: 49px;
    line-height: 44px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    background: #F8F8F8;
    text-align: center;
}

.storeContactHeader h3 .icon svg {
    width: 23px;
}

.storeContactBody.inputForm .form-control {
    padding-right: 25px;
}

.storeContactBody.inputForm .btn-primary {
    padding: 13px 0;
    font-size: 18px;
    font-weight: 500;
    margin-top: 42px;
}

.inputForm textarea {
    background: #F7F7F7;
    border: 1px solid #E2E4E4;
    border-radius: 14px;
    resize: none;
    padding: 18px 25px;
}

.inputForm textarea:focus {
    border: 1px solid #E2E4E4;
}

/********************************/
/*    About Page   Css      */
/********************************/
.image-about-panner {
    padding: 60px 0 0 0;
    min-height: 950px;
    object-fit: cover;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.image-about-panner .titleSection h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #282626;
    margin-bottom: 0px;
}

.image-about-panner .titleSection p {
    font-size: 16px;
    line-height: 28px;
    color: #777E90;
    font-family: 'LamaSans-Medium' !important;
}

.aboutBlureSection {
    padding: 26px 0 11px 0;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.aboutBlureSection {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.aboutBlureSection ul {
    display: flex;
    gap: 14px;
}

.aboutBlureSection ul img {
    max-width: 105px;
    width: 90px;
}

.aboutBlureSection ul li h3 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #312E43;
}

.aboutBlureSection ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #777E90;
    padding-left: 10%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aboutBlureSection .colblurSection:nth-child(2n) ul {
    position: relative;
}

.aboutBlureSection .colblurSection:nth-child(2n) ul::after {
    position: absolute;
    content: ' ';
    background: #ADADAD;
    width: 1px;
    height: 43px;
    top: 20px;
    bottom: 0;
    right: -10%;
    margin: auto;
}

.aboutBlureSection .colblurSection:nth-child(2n) ul::before {
    position: absolute;
    content: ' ';
    background: #ADADAD;
    width: 1px;
    height: 43px;
    top: 20px;
    bottom: 0;
    left: 5%;
    margin: auto;
}

.aboutTextPart {
    padding: 71px 0 30px 0;
}

.aboutTextPart h4 {
    font-size: 22px;
    color: #312E43;
    margin-bottom: 20px;
}

.aboutTextPart p {
    font-size: 18px;
    line-height: 28px;
    color: #282626;
}

.aboutTextPart .aboutImage img {
    border-radius: 15px;
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.gallaryAboutItem img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    box-shadow: 0px 10px 60px #0000000D;
    border-radius: 18px;
}

.aboutGroupImage {
    display: flex;
    flex-wrap: wrap;
}

.aboutGroupImage img:first-child {
    border-radius: 15px;
    display: block;
    margin: 0 auto 0 0;
    width: 80%;
    height: 365px;
    object-fit: cover;
}

.aboutGroupImage img:nth-child(2n) {
    display: block;
    margin: 0 0 0 auto;
    width: 50%;
    height: 381px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    margin-top: -150px;
}

.aboutGroupImage img:nth-child(3n) {
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    width: 40%;
    height: 300px;
    margin: 0 auto 0 0;
    margin-left: 30px;
    margin-top: -70px;
}

.left-side {
    float: left;
    width: 55%;
}


.content img {
    max-width: 100%;
}

.bgCurveBottom {
    background: url(../images/banner/about-bottom.png);
    background-repeat: no-repeat;
    background-position: center 540px;
    background-size: 200vw;
}

.bg-aboutCurve {
    background: url(../images/banner/about-bottom.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 165vw;
}

/********************************/
/*   contentproductGallary Css  */
/********************************/
.productGallary .swiper-slide {
    margin-bottom: 40px;
}

.productGallary .swiper-slide img {
    width: 100%;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    height: 461px;
    object-fit: cover;
}

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

.productGallary .swiper-button-next:after,
.productGallary .swiper-rtl .swiper-button-next:after,
.productGallary .swiper-button-prev:after,
.productGallary .swiper-rtl .swiper-button-prev:after {
    content: url(../images/icon/arrow-left.svg);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 2px 5px #0000001A;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 26px;
    text-align: center;
    display: block;
}

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

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

.contentproductGallary {
    padding-left: 3%;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 40px;
}

.contentproductGallary h3 {
    font-size: 18px;
    color: #312E43;
    margin-bottom: 16px;
}

.contentproductGallary span {
    font-size: 16px;
    color: #00A7E1;
    margin-bottom: 24px;
}

.contentproductGallary p {
    font-size: 15px;
    line-height: 28px;
    color: #777E90;
    margin-bottom: 0;
}

.productGallaryButton {
    padding-bottom: 50px;
}

.productGallaryButton .btn-outline-primary {
    padding: 14px 0 16px 0;
}

/********************************/
/*    invoiceDetails   Css      */
/********************************/
.invoiceDetails {
    margin-top: 25px;
}

.invoiceDetails .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px;
}

.invoiceDetails .item p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 100;
    font-family: 'Alexandria-Regular';
}

.invoiceDetails .item span {
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    font-weight: 500;
    font-family: 'Alexandria-Regular';
}

.totalInvoice {
    display: flex;
    gap: 86px;
    margin-top: 45px;
}

.totalInvoice p {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000000;
    margin-bottom: 0 !important;
    font-family: 'Alexandria-Regular';
}

.totalInvoice p span {
    font-weight: 500;
    color: #00A7E1;
    line-height: 21px;
    margin-top: 7px;
}

.totalInvoice .btn-primary {
    min-width: 188px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.horizontalProductCard {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
    padding: 21px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.horizontalProductCard:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.horizontalProductCard ul li:first-child img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 15px;
}

.favourite-icon {
    text-align: left;
}

.clickToAdd svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.clickToAdd.active svg path {
    fill: #EA3248;
    stroke: #EA3248;
    opacity: 1;
}

.horizontalProductCard ul li h3 {
    font-size: 18px;
    color: #312E43;
    margin-bottom: 20px;
}

.horizontalProductCard ul li span.price {
    font-size: 22px;
    color: #777E90;
    margin-bottom: 27px;
}

.horizontalProductCard .sale-smbgImage {
    left: -5px;
}

.horizontalProductCard .btn-outline-primary {
    padding: 14px 0px 16px 0px;
}

ul.cart-fav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
}

ul.cart-fav li a {
    display: block;
}

ul.cart-fav li {
    position: relative;
}

ul.cart-fav li a img {
    max-width: 22px;
}

ul.cart-fav li a span {
    position: absolute;
    top: -7px;
    right: -11px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
}

ul.cart-fav li a span.fav {
    background: #EA3248;
}

ul.cart-fav li a span.cart {
    background: #00A7E1;
}

.smallRemove {
    text-align: left;
}

.smallRemove img {
    width: 28px;
}

/********************************/
/*     Cart  Css      */
/********************************/
.cartPage {
    padding: 0 0 80px 0;
}

.cartItemBlock {
    box-shadow: 0px 8px 30px #0000000D;
    border-radius: 6px;
    background: #fff;
    padding: 32px 24px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.cartItemBlock:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-counter {
    background: #00000000;
    border: 1px solid #F2F2F2;
    border-radius: 25px;
    width: 117px;
    height: 35px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 53px auto 0 auto;
}

.product-counter input {
    text-align: center;
    color: #172B4D;
    font-size: 14px;
    font-family: 'LamaSans-SemiBold';
}

.cartItemBlock img.product {
    border: 1px solid #EDEDED;
    border-radius: 10px;
    width: 100%;
    height: 146px;
    object-fit: cover;
}

.cartItemBlock h3 {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 16px;
}

.cartItemBlock span {
    font-size: 16px;
    line-height: 21px;
    color: #00A7E1;
    font-weight: 500;
    text-align: center;
}

img.delete-block {
    width: 20px;
}

.coponDiscount {
    box-shadow: 0px 8px 30px #0000000D;
    border-radius: 6px;
    background: #fff;
}

.coponDiscountHeader {
    border-bottom: 1px solid #D9D8D8;
    padding: 16px 16px 18px 16px;
}

.coponDiscountHeader ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coponDiscountHeader ul p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 100;
    font-family: 'Alexandria-Regular' !important;
}

.coponDiscountHeader ul span {
    font-size: 16px;
    line-height: 21px;
    color: #00A7E1;
    font-weight: 500;
    font-family: 'Alexandria-Regular' !important;
}

.coponDiscountBody.subscripeTextPart {
    padding: 16px 16px 24px 16px;
}

.coponDiscountBody.subscripeTextPart label {
    display: block;
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-family: 'Alexandria-Regular' !important;
}

.coponDiscountBody.subscripeTextPart .btn-danger {
    background: #F04639;
    border: 1px solid #F04639;
    padding: 10px 21px 12px 21px;
}

.coponDiscountBody.subscripeTextPart .input-group {

    min-height: 44px;
}

.coponDiscount .btn-primary {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

/********************************/
/*   Address Contact    Css      */
/********************************/
.addressContactTitle h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 27px;
    color: #282626;
}

.addressContactTitle h3 .icon {
    width: 48px;
    height: 49px;
    line-height: 44px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    background: #F8F8F8;
    text-align: center;
}

.addressContactForm p {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Alexandria-Regular';
}

.addressContactForm .nav-tabs {
    justify-content: start;
    border: 0;
    background-color: transparent;
    border-radius: 45px;
    padding: 6px;
    width: 100%;
    margin: 0 auto 32px auto;
}

/********************************/
/*       Css      */
/********************************/
.cart-drawer {
    height: 100%;
    position: fixed;
    top: 0;
    width: 651px;
    padding: 32px;
    overflow: auto;
    z-index: 11111;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 60px #0000000D;
}

.cart-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 53px;
}

.cart-drawer-header p {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-weight: 500;
    font-family: 'Alexandria-Regular';
}

.cart-drawer-body {
    overflow: auto;
}

.cart-drawer-body .horizontalProductCard:hover {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.cart-drawer-right {
    right: -651px;
}

.cart-drawer-right.cart-drawer-open {
    right: 0;
}

.cart-drawer-pushtoleft {
    right: 651px;
}

.cart-drawer,
.cart-drawer-push {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cart-drawer-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
}

.cart-drawer-close-btn {
    cursor: pointer;
}

/********************************/
/*    Modal   Css      */
/********************************/
.modal {
    --bs-modal-width: 958px;
    z-index: 11111;
}

.modal-content {
    min-height: 590px;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px #0000000D;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 32px;
}

.modal-header {
    border: 0;
    padding: 0;
}

.modal-header p {
    font-size: 20px;
    line-height: 27px;
    color: #282626;
    font-family: 'LamaSans-Bold';
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.modal-body img {
    display: block;
    margin: 0 auto;
    margin-bottom: 59px;
}

.modal-body h4 {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 18px;
    font-family: 'Alexandria-Regular';
}

.modal-body span {
    font-size: 18px;
    line-height: 24px;
    color: #818181;
    font-family: 'Alexandria-Regular';
}

/********************************/
/* paymentAndConfirmation Css */
/********************************/
.paymentAndConfirmation .addressContactForm {
    background: #fff;
    box-shadow: 0px 8px 30px #0000000D;
    border-radius: 15px;
    padding: 40px;
}

/********************************/
/*   CheckBox Image    Css   */
/********************************/
.WayForPayment ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 45px;
    margin-top: 25px;
}

.WayForPayment ul li span {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-top: 14px;
    font-family: 'Alexandria-Regular';
}

.WayForPayment input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}


.WayForPayment label {
    border: 1px solid #fff;
    display: block;
    position: relative;
    cursor: pointer;
}

.WayForPayment label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: -11px;
    left: -8px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.WayForPayment label img {
    height: 85px;
    width: 85px;
    object-fit: cover;
    margin-bottom: 0px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.WayForPayment :checked+label {
    border-color: #00A7E1;
}

.WayForPayment :checked+label:before {
    content: "✓";
    background-color: #00A7E1;
    transform: scale(1);
}

.WayForPayment :checked+label img {

    z-index: -1;
}

/********************************/
/*    Header   Css      */
/********************************/
.searchInputGroup {
    border: 1px solid #fff;
    border-radius: 26px;
    background: rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
    max-width: 165px;
    padding: 12px 19px;
    gap: 6px;
}

header.singlepage .searchInputGroup {
    background: #fff;
    color: #777E90 !important;
}

header.singlepage .searchInputGroup input {
    color: #777E90 !important;
}

header.singlepage .searchInputGroup span img {
    filter: brightness(0.5);
}

span.coin {
    width: 46px;
    height: 21px;
    border-radius: 15px;
    background: #FFFFFF;
    font-size: 10px;
    color: #000;
    line-height: 21px;
    text-align: center;
    font-weight: 600;
    font-family: 'Alexandria-Regular';
}

.searchInputGroup .input-group-text {
    padding: 0;
    background: transparent;
    border: 0;
}

.searchInputGroup input {
    background: transparent;
    border: 0;
    padding: 0;
    color: #FFFFFF !important;
    font-size: 11px;
}

.searchInputGroup input:focus {
    background: transparent;
}

.searchInputGroup input::-ms-input-placeholder {
    font-size: 11px;
    color: #FFFFFF;
}

.searchInputGroup input::placeholder {
    font-size: 11px;
    color: #FFFFFF;
}


header.singlepage .searchInputGroup input::-ms-input-placeholder {
    font-size: 11px;
    color: #777E90 !important;
}

header.singlepage .searchInputGroup input::placeholder {
    font-size: 11px;
    color: #777E90 !important;
}

header.singlepage.scrolled {
    background: #F5F8FA !important;
    opacity: 1;
    z-index: 111;
}

header.singlepage .searchInputGroup input::placeholder {
    font-size: 11px;
    color: #777E90;
}

ul.grt-menu li a {
    font-family: 'Montserrat-Arabic-Medium';
}

ul.grt-menu li .btn-primary {
    padding: 14px 21px;
    display: flex;
    gap: 7px;
}

.displayMobile {
    display: none !important;
}


/********************************/
/*    switch toggle   Css      */
/********************************/

.toggle-switch-box {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    margin: 0px 0 -8px 0;
}

.toggle-switch-box input {
    display: none;
}

.toggle-switch-box input:checked+.toggle-switch-item::before {
    left: 0;
}

.toggle-switch-box input:checked+.toggle-switch-item::after {
    right: -100%;
}

.toggle-switch-box input:checked+.toggle-switch-item .switch-button {
    left: calc(100% - 19px);
}

.toggle-switch-box .toggle-switch-item {
    position: relative;
    display: block;
    min-width: 54px;
    min-height: 24px;
}

.toggle-switch-box .toggle-switch-item::before,
.toggle-switch-box .toggle-switch-item::after,
.toggle-switch-box .toggle-switch-item .switch-button {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.toggle-switch-box .toggle-switch-item::before,
.toggle-switch-box .toggle-switch-item::after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.toggle-switch-box .toggle-switch-item::before {
    left: -100%;
    padding: 0 23px 0 0;
    background-color: transparent;
    content: attr(data-tg-on);
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toggle-switch-box .toggle-switch-item::after {
    right: 0;
    padding: 0 0 0 23px;
    background-color: #154CA5;
    content: attr(data-tg-off);
    transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toggle-switch-box .toggle-switch-item .switch-button {
    left: 3px;
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid transparent;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.switch-rounded {
    border-radius: 15px;
}

.switch-rectangular {
    border-radius: 3px;
}

.switch-rectangular .toggle-switch-item .switch-button {
    border-radius: 3px;
}

.switch-bg-success .toggle-switch-item::before {
    background-color: #154CA5;
}

.pt-0 {
    padding-top: 0 !important;
}

.titleAboutPage {
    padding-top: 100px;
}

.searchInputGroup.store {
    width: 236px;
    max-width: 236px;
}

/********************************/
/*    textPages    Css      */
/********************************/
.textPages {
    padding-top: 170px !important;
    padding-bottom: 40px;
}

.textPages h3 {
    font-size: 20px;
    line-height: 27px;
    color: #282626;
    margin-bottom: 30px;
    font-family: 'LamaSans-Bold';
}

.textPages p {
    color: #777E90;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    font-family: 'LamaSans-Medium';
}

.textPages h5 {
    font-size: 18px;
    line-height: 45px;
    color: #282626;
    font-family: 'LamaSans-SemiBold';
}

.textPages a {
    display: block;
    color: #777E90;
    cursor: pointer;
}

.textPages a:hover {
    color: #00A7E1;
}

/********************************/
/* dropdown userLogin    Css */
/********************************/
.dropdown.userLogin {
    position: relative;
}

.dropdown.userLogin::after {
    position: absolute;
    content: ' ';
    left: -9px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 27px;
    background: #fff;
    margin: auto;
}

.dropdown.userLogin .dropdown-toggle {
    background: rgba(255, 255, 255, 0.1);
    border: 0px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    justify-content: space-between;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    min-width: 84px;
    min-height: 40px;
}

.dropdown.userLogin .dropdown-toggle svg {
    margin-left: 4px;
}

.dropdown.userLogin .dropdown-toggle svg path {
    fill: #fff;
}

.dropdown.userLogin .dropdown-toggle::after {
    content: url(../images/icon/dropdown.svg);
    border: 0;
    display: block;
    margin-bottom: 5px;
}

.dropdown.userLogin .dropdown-menu {
    border: 1px solid #fff;
    padding: 17px 0;
    min-width: 184px;
    border-radius: 0px 16px 16px 16px;
}

.dropdown.userLogin .dropdown-item a svg {
    margin-left: 7px;
    max-width: 24px;
    width: 24px;
}

.dropdown.userLogin .dropdown-item {
    display: flex;
    margin-bottom: 11px;
    color: #000;
    gap: 7px;
    align-items: center;
}

.dropdown.userLogin .dropdown-item:last-child {
    margin-bottom: 0;
}

.dropdown.userLogin .dropdown-item:hover {
    color: #00A7E1;
}

.singlepage .dropdown.userLogin .dropdown-toggle {
    background: transparent;
    border: 1px solid #00A7E1;
    border-radius: 26px;
    color: #00A7E1;
    font-size: 12px;
}

.singlepage .dropdown.userLogin::after {
    background: #04a5df;
}

.singlepage .dropdown.userLogin .dropdown-toggle svg {
    margin-left: 4px;
}



.singlepage .dropdown.userLogin .dropdown-toggle::after {
    content: url(../images/icon/mobileArrow.svg);
}

.singlepage .dropdown.userLogin .dropdown-menu {
    border: 1px solid #fff;
    padding: 17px 0;
}

.singlepage .dropdown.userLogin .dropdown-item {
    display: block;
    margin-bottom: 12px;
    color: #000;
}

.singlepage .dropdown.userLogin .dropdown-item:last-child {
    margin-bottom: 0;
}

.singlepage .dropdown.userLogin .dropdown-item:hover {
    color: #00A7E1;
}

.singlepage li svg path {
    fill: #00A7E1 !important;
}

.singlepage .changeCurrency .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #312E43;
}


.input-group.changeCurrency .dropdown-toggle::after {
    content: url(../images/icon/dropdown.svg);
    border: 0;
    left: 13px;
    display: block;
    margin-right: 6px;
}

.input-group.changeCurrency {
    gap: 5px;
}

.changeCurrency .dropdown-toggle {
    background: transparent !important;
    border: 0;
    padding: 0;
    font-size: 14px;
    max-width: 58px;
}

.changeCurrency .dropdown-toggle .filter-option-inner-inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.changeCurrency .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #fff;
    font-family: 'LamaSans-Bold';
}

.changeCurrency .input-group-text {
    padding: 0;
    background: transparent;
    border: 0;
}

.changeCurrency .bootstrap-select .dropdown-menu {
    border-radius: 0px 16px 16px 16px;
    padding: 10px 8px;
}

.changeCurrency .bootstrap-select li a,
.changeCurrency .bootstrap-select li.active a {
    display: block;
    margin-bottom: 12px;
    color: #000 !important;
    display: block;
    font-size: 11px;
    padding: 0;
    line-height: 14px;
    background: transparent;
}

.changeCurrency .bootstrap-select .dropdown-menu li {
    display: block;
}

.changeCurrency .bootstrap-select .dropdown-menu li.active a:after {
    border-bottom: 0;
}

.changeCurrency .bootstrap-select li:last-child a {
    margin-bottom: 0;
}

li.language svg {
    width: 13px;
}

li.language,
li.langua {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'LamaSans-Bold';
}

.singlepage li.language,
.singlepage li.language a {
    color: #312E43;
}

/********************************/
/* input List Color  Css */
/********************************/
.listInputColor ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 40px 0;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;

}

.listInputColor ul li:first-child span {
    display: block;
    margin-left: 10px;
    color: #312E43;
    font-size: 16px;
    line-height: 32px;
    font-family: 'LamaSans-SemiBold';
}

.listInputColor ul li .button label {
    width: 34px;
    height: 34px;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #E1E1E1;
    display: block;
    border-radius: 4px;
    line-height: 32px;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    padding: 0;
}

.button {
    position: relative;
}

.button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.button input[type="radio"]:checked+label {
    background: #00A7E1;
    color: #fff;
    border: 1px solid #00A7E1;
    border-radius: 4px;
}

.button label {
    cursor: pointer;
    z-index: 90;
}

/********************************/
/* Search Page  Css */
/********************************/
.SerachPage {
    padding-bottom: 100px;
}

.input-group.SerachPageInput {
    margin-bottom: 36px;
}

.SerachPage .input-group-prepend span img {
    filter: brightness(0.5);
}

.SerachPage .input-group.SerachPageInput {
    background: #FFFFFF;
    border-radius: 26px;
    padding: 12px 19px;
}

.input-group.SerachPageInput input.form-control {
    padding: 0;
    border: 0;
    padding-right: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #777E90;
}

.input-group.SerachPageInput span.input-group-text,
.input-group.SerachPageInput .form-control:focus {
    border: 0;
    background: transparent;
}

.input-group.SerachPageInput .btn.btn-outline-secondary {
    background: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.input-group.SerachPageInput .btn.btn-outline-secondary img {
    filter: brightness(0.5);
}

.resultSearchDiv h3 {
    font-size: 18px;
    line-height: 24px;
    color: #777E90;
    font-weight: normal;
    font-family: 'Alexandria-Regular';
}

.input-group.SerachPageInput input.form-control::placeholder {
    font-size: 14px;
    line-height: 19px;
    color: #777E90;
    opacity: 1;
}

.input-group.SerachPageInput input.form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    font-size: 14px;
    line-height: 19px;
    color: #777E90;
}

.resultSearchDiv {
    margin-bottom: 80px;
}

.resultSearchDiv h3 {
    font-size: 16px;
    color: #777E90;
    font-family: 'Alexandria-Regular';
}

.resultSearchDiv p {
    font-size: 16px;
    color: #282626;
    font-family: 'Alexandria-Regular';
}

.resultSearchDiv h3 span {
    font-size: 16px;
    color: #282626;
    font-family: 'LamaSans-Bold';
}

.resultSearchDiv ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.resultSearchDiv ul li {
    display: block;
    border: 1px solid #777E90;
    border-radius: 26px;
    padding: 6px 29px;
}

.resultSearchDiv ul li a {
    color: #777E90;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Alexandria-Regular';
}

.SerachPage .primaryCard .card-image {
    min-height: 202px;
}

.SerachPage .primaryCard .card-image img {
    height: 202px;
}

.SerachPage .primaryCard .card-text h3 {
    font-size: 16px;
}

.SerachPage .primaryCard .card-text p {
    font-size: 12px;
    line-height: 28px;
}

.SerachPage .primaryCard .btn-link {
    font-size: 12px;
}

.SerachPage .primaryCard .btn-link svg {
    width: 16px;
}

span.textDiv-span {
    margin-bottom: 32px;
    font-size: 18px;
    color: #282626;
    line-height: 24px;
    font-family: 'Alexandria-Regular';
}

span.textDiv-span span {
    color: #777E90;
}

.ExplorePage {
    padding: 60px 0 120px 0;
}

/********************************/
/* favourite-icon  Css */
/********************************/
.favourite-icon.absoluteCart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    z-index: 1111;
}

.favourite-icon.absoluteCart a.clickToAdd {
    background-color: #fff;
    border-radius: 50%;
    padding: 0.75rem;
}

.favourite-icon.absoluteCart svg path {
    fill: #fff;
    opacity: 1;
}

.favourite-icon.absoluteCart .clickToAdd.active svg path {
    fill: rgba(255, 0, 0, 1);
    stroke: rgba(255, 0, 0, 1);
    opacity: 1;
}

.exploreDetails .image-part {
    position: relative;
}

.pagination {
    gap: 8px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.page-item:not(:first-child) .page-link {
    margin-right: 0;
    color: #312E43;
    font-size: 15px;
    border-radius: 0;
}

.page-item:first-child .page-link {
    border-radius: 0;
    color: #312E43;
    font-size: 15px;
}

.page-item .page-link.active {
    background: #00A7E1;
    border: 1px solid #00A7E1;
    color: #fff;
}

.pagination .page-item {
    border-radius: 0;
}

.pagination .page-link {
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #E1E1E1;
    background: #fff;
}

/********************************/
/* Booking Css */
/********************************/
ul.grt-menu li.active a,
header.singlepage ul.grt-menu li.active a {
    color: #00A7E1;
}

ul.grt-menu li.active a:after {
    border-bottom: 4px solid #00A7E1;
}

.scrolled ul.grt-menu li.active a,
.scrolled header.singlepage ul.grt-menu li.active a {
    color: #fff;
}

.scrolled ul.grt-menu li.active a:after {
    border-bottom: 4px solid #fff;
}


/*************************/
/* Contact Us Css */
/*************************/
.contactUsBanner {
    min-height: 800px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}

.sendAMessage {
    padding-bottom: 100px;
    background: #f5f8fa;
}

.sendAMessageCard {
    box-shadow: 0px 0px 100px 0px rgba(212, 212, 212, 0.25);
    background: #fff;
    padding: 64px;
    position: relative;
    margin-top: -200px;
    border-radius: 24px;
}

.sendAMessageCard h3 {
    font-size: 40px;
    line-height: 56px;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 40px;
    font-family: 'LamaSans-Bold';
}

.sendAMessageCard .input-group {
    border: 1px solid rgba(242, 242, 242, 1);
    border-radius: 60px;
    background: #fff;
    margin-bottom: 23px;
    align-items: center;
    height: 64px;
    padding-right: 19px;
}

.input-group.textarea {
    height: auto;
    align-items: baseline;
    border-radius: 20px;
    padding-top: 16px;
    resize: none;
}

.input-group.textarea textarea {
    resize: unset;
}

.sendAMessageCard .input-group .form-control {
    border: 0;
    padding-right: 12px;
    background: transparent;
}

.sendAMessageCard .input-group .form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgba(151, 151, 151, 1);
    font-size: 14px;
    line-height: 16px;
}

.sendAMessageCard .input-group .form-control::placeholder {
    color: rgba(151, 151, 151, 1);
    font-size: 14px;
    line-height: 16px;
}

.sendAMessageCard .input-group .input-group-text {
    background: transparent;
    border: 0;
    padding-right: 0;
    padding-left: 12px;
    position: relative;
}

.sendAMessageCard .input-group .input-group-text::after {
    position: absolute;
    left: 0;
    content: '';
    height: 32px;
    width: 1px;
    background: rgba(242, 242, 242, 1);
}

/*************************/
/*new payment Css */
/*************************/
.pillPaymentDetails {
    background: #fff;
    box-shadow: 0px 8px 30px #0000000D;
    border-radius: 15px;
    padding: 32px;
}

.pillPaymentDetails h3 {
    font-size: 20px;
    line-height: 20px;
    color: rgba(49, 46, 67, 1);
    margin-bottom: 32px;
    font-family: 'LamaSans-Bold';
}

.pillPaymentDetailsList li {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
}

.pillPaymentDetailsList li span {
    font-size: 16px;
    line-height: 16.16px;
    font-family: 'LamaSans-Medium';
}

.pillPaymentDetailsList li span.title {
    color: rgba(119, 126, 144, 1);
}

.pillPaymentDetailsList li span.titleValue {
    color: rgba(49, 46, 67, 1);
    font-weight: 600;
}

.pillPaymentDetailsList li span.titleValue.discount {
    color: rgba(234, 50, 72, 1);
}

.pillPaymentDetailsList li:last-child {
    padding-top: 24px;
    border-top: 1px solid rgba(242, 242, 242, 1);
    margin-bottom: 35px;
}

.pillPaymentDetailsList li:last-child span.titleValue {
    font-size: 20px;
    font-family: 'LamaSans-Bold';
}

.logoutitem {
    color: rgba(223, 10, 10, 1) !important;
}

.singlepage li .logoutitem svg path {
    fill: rgba(223, 10, 10, 1) !important;
}


/*************************/
/* Tickets Css */
/*************************/
.entertainmentEvents {
    min-height: 800px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}

.entertainmentEvents::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: ' ';
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.entertainmentEventsTextPart {
    position: relative;
    z-index: 11;
    padding-bottom: 148px;
}

.entertainmentEventsTextPart h3 {
    color: #FFFFFF;
    font-size: 52px;
    line-height: 72px;
    margin-bottom: 16px;
    font-family: 'LamaSans-Bold';
}

.entertainmentEventsTextPart span {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 51px;
    font-family: 'LamaSans-SemiBold';
}

.animate-title {
    animation: fadeInUp 1.5s;
}

.animate-section {
    animation: fadeInUp 1.5s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.eventsSection {
    padding: 73px 0 96px 0;
    background: #f5f8fa;
}

.eventFilterSection {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 41px;
    justify-content: space-between;
}

.eventFilterSection h3 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    color: rgba(49, 46, 67, 1);
    font-weight: 800;
}

.eventFilterSection .opionList {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.eventFilterSection .opionList li span {
    font-size: 14px;
    line-height: 16px;
    color: rgba(49, 46, 67, 1);
    font-family: 'LamaSans-Bold';
}

.eventFilterSection .opionList li .bootstrap-select {
    min-width: 232px;

}

.eventFilterSection .opionList li .bootstrap-select>.dropdown-toggle {
    background: #FFFFFF !important;
    border-radius: 10px;
    border: 1px solid #fff;
    height: 48px;
}

.eventFilterSection .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    width: 20px;
    height: 20px;
    background: #00A7E1;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.eventFilterSection  .bootstrap-select>.dropdown-toggle
{
    color: #00A7E1;
}
.eventFilterSection .bootstrap-select>.dropdown-toggle
{
    max-width: 230px;
}

ul.dropdown-menu.inner li.disabled  a.dropdown-item::before,
ul.dropdown-menu.inner li.disabled .check-mark
{
    display: none !important;
}
.has-selected .btn {
    background: #00A7E1;
    color: #fff;
  }
  .bootstrap-select.show-tick a.dropdown-item {
    padding-left: 64px;
    position: relative;
  }
  .bootstrap-select.show-tick a.dropdown-item::before {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #00A7E1;
    content: "";
    border-radius: 2px;
    position: absolute;
    right: 19px;
    top: 5px;
  }
  .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: auto;
    right: 20px;
    width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark::after {
    content: "✓";
      border: 0;
      transform: none;
      width: 100%;
      height: 100%;
      text-align: center;
      top: -1px;
      left: -1px;
      position: relative;
  }

.eventBox {
    background: #FFFFFF;
    box-shadow: 0px 7px 58px 0px #B1B1B11A;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.eventBox:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.eventBoxImagePart img {
    height: 272px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.eventBox .eventBoxTextPart {
    padding: 24px 24px 32px 24px;
}

.eventBox .eventBoxTextPart h4 {
    font-size: 18px;
    line-height: 32px;
    color: #312E43;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'LamaSans-Bold';
}

.eventBox .eventBoxTextPart span {
    gap: 4px;
    font-size: 14px;
    line-height: 16px;
    color: #777E90;
    font-family: 'LamaSans-SemiBold';
}

.eventPagination .pagination {
    margin-top: 0;
    align-items: center;
}

.eventPagination li:nth-child(odd) .page-link {
    background: transparent;
    border: 0;
    color: #00A7E1;
    padding: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 15.19px;
    font-family: 'LamaSans-Medium';
}

.page-item.disabled a.page-link {
    color: #777E90;
}

.eventPagination li:nth-child(even) {
    display: flex;
    gap: 5px;
}

.eventPagination li:nth-child(even) .page-link {
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    border-radius: 100%;
    background: #FFFFFF;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #777E90;
    border: 1px solid #F1F1FF;
    font-family: 'LamaSans-Medium';
}

.eventPagination li:nth-child(even) .page-link.active {
    background: #00A7E1;
    border: 1px solid #00A7E1;
    color: #fff;
}

.eventPagination li:nth-child(even) .page-link:hover {
    background: #00A7E1;
    border: 1px solid #00A7E1;
    color: #fff;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.flatpickr-current-month {
    display: flex;
    justify-content: space-between;
}
.eventFilterSection .flatpickr-input[readonly]
{
    height: 48px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    max-width: 230px;
    min-width: 230px;
    padding: 0 25px;
    background: #fff url(../images/icon/dateCalender.svg);
    background-repeat: no-repeat;
    background-position: 15px;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
    border-radius: 15px;
    border: 1px solid #F5F6FF;
    box-shadow: 0px 7px 58px 0px #B1B1B11A;
}
.numInputWrapper input {
    width: 100%;
    text-align: left;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #00A7E1;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #00A7E1;
}
.flatpickr-current-month .flatpickr-monthDropdown-months
{
    font-size: 18px;
    color: #171717;
    font-weight: 600;
}
span.flatpickr-weekday {
    font-size: 13px;
    color: #171717;
}
.flatpickr-day
{
    font-size: 14px;
    color: #656565;
}
/*************************/
/* Event Gallary Css */
/*************************/
.viewImages
{
    border-radius: 64px;
    background: rgb(0 167 225 / 12%);
    display: block;
    margin: 24px auto 0 auto;
    width: 100%;
    padding: 17px 0;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #00a7e1;
    font-family: 'LamaSans-Bold';
}
.modal.gallaryModalPart
{
    --bs-modal-width: 600px;
    background: #0000007d;
}
.modal.gallaryModalPart .modal-body img
{
    border-radius: 30px;
    object-fit: cover;
    height: 400px;
    margin-bottom: 0;
}
.modal.gallaryModalPart .modal-content {
    min-height: auto;
    background: transparent;
    box-shadow: unset;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.modal.gallaryModalPart .modal-body
{
    padding: 0;
}
.modal.gallaryModalPart .contentSwiperNav
{
    padding: 0 10px;
    margin-top: 24px;
}
.modal.gallaryModalPart .swiper-button-next::after {
    content: url(../images/icon/active-arrow.svg);
    backface-visibility: visible;
    transform: perspective(140px) rotateY(180deg);
}
.modal.gallaryModalPart .swiper-button-prev::after {
    content: url(../images/icon/active-arrow.svg);
}
.modal.gallaryModalPart .swiper-rtl .swiper-button-prev {
    right: -5px;
    left: auto;
}
.cursorAuto
{
    cursor: auto !important;
}
.cursorAuto a
{
    cursor: pointer !important;
}
/*************************/
/* Ticket Details Css */
/*************************/
.ticketDetailsMainBanner img
{
    display: block;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    border-radius: 30px;
}
.ticketDetailsCardPart
{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 32px;
}
.ticketDetailsCardPart h3
{
    color: #312E43;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: 'LamaSans-Bold';
}
.ticketDetailsCardPart p
{
    color: #312E43;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    font-family: 'LamaSans-Medium';
}
.ticketDetailsCardPart ul li
{
    position: relative;
    padding-right: 25px;
    margin-bottom: 16px;
}
.ticketDetailsCardPart ul li:last-child
{
    margin-bottom: 0;
}
.ticketDetailsCardPart ul li::before
{
    position: absolute;
    content: ' ';
    right: 0;
    top: 13px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #00a7e1;
}
.ticketDetailsCardPart .responsive-map{
    overflow: hidden;
    padding-bottom:40.25%;
    position:relative;
    height:0;
}
.ticketDetailsCardPart .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.ticketBookingPart h3
{
    color: #312E43;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    font-family: 'LamaSans-Bold';
}
.ticketBookingPartItem
{
    margin-bottom: 24px;
}
.ticketBookingPartItem .headerPart
{
    background: #EFF9F5;
    border-radius: 15px 15px 0 0;
    padding: 24px 24px 18px 24px;
}
.ticketBookingPartItem .headerPart h5
{
    color: #312E43;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'LamaSans-Bold';
}
.ticketBookingPartItem .bodyPart
{
    background: #fff;
    padding: 16px 24px;
    border-radius:  0 0 15px 15px;
   
}
.ticketBookingPartItem .item
{
    padding: 16px 0;
    border-bottom: 1px solid #F2F2F2
}
.ticketBookingPartItem .item:first-child
{
    padding-top: 0;
}
.ticketBookingPartItem .item:last-child
{
    border-bottom: 0;
    padding-bottom: 0;
}
.ticketBookingPartItem .item ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ticketBookingPartItem .item ul li span
{
    font-size: 12px;
    line-height: 26px;
    color: #777E90;
}
.ticketBookingPartItem .item ul li p
{
    font-size: 14px;
    color: #312E43;
    font-family: 'LamaSans-Medium';
}
.ticketBookingPartItem .item ul li .btn-buyButton
{
    background: #00a7e1;
    padding: 8.5px 27px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 56px;
    color: #FFFFFF;
    font-family: 'LamaSans-Bold';
}
.totalPriceSpan
{
    color: #312E43;
    margin-top: 16px;
}
.ticketCardPart{
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
}
.ticketTapPane
{
    padding: 0px 42px;
}
.ticketTapPane .ticketCardPart
{
    margin-bottom: 16px;
}
.ticketTapPane .ticketCardPart ul
{
    gap: 4px;
    align-items: center;
}
.ticketTapPane .ticketCardPart ul li:first-child img
{
    width: 124px;
    max-width: 124px;
    height: 91px;
    object-fit: cover;
}
.ticketTapPane .ticketCardPart ul h3
{
    color: #312E43;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 32px;
    font-family: 'LamaSans-Bold';
}
.ticketTapPane .ticketCardPart ul p
{
    color: #777E90;
    font-size: 14px;
    font-family: 'LamaSans-Medium';
}
.ticketTapPane .ticketCardPart ul p span
{
    color: #312E43;
}
.ticketTapPane .ticketCardPart ul p img
{
    margin-left: 2px;
}
.viewQRcode
{
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    font-family: 'LamaSans-Bold';
}
.expired
{
    font-size: 14px;
    color: #EC1111;
}
.modal.TicketQRcode
{
    --bs-modal-width: 500px;
}
.modal.TicketQRcode .modal-content
{
    min-height: auto;
    z-index: 11111;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: unset;
}
.modal.TicketQRcode .modal-content .modal-body
{
    border-radius: 18px;
    padding: 40px 32px;
    background: #fff;
}
.modal.TicketQRcode .modal-content .modal-body img.QRCodeImage
{
    width: 137px;
    height: 137px;
    object-fit: none;
    margin-bottom: 32px;
}
.modal.TicketQRcode .modal-content .modal-body  ul li
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.modal.TicketQRcode .modal-content .modal-body  ul li:last-child
{
    margin-bottom: 0;
}
.modal.TicketQRcode .modal-content .modal-body  ul li p
{
    font-size: 16px;
    line-height: 16px;
    color: #777E90;
    font-family: 'LamaSans-Medium';
}
.modal.TicketQRcode .modal-content .modal-body  ul li p img
{
    display: inline-block;
    margin-bottom: 0;
    width: auto;
    height: auto;
    object-fit: none;
}
.modal.TicketQRcode .modal-content .modal-body  ul li span
{
    font-size: 16px;
    line-height: 16px;
    color: #312E43;
    font-family: 'LamaSans-Medium';
}
.modal.TicketQRcode .modal-header .btn-close
{
    text-align: center;
    margin: 0 auto 16px auto;
    color: #fff;
    opacity: 1;
    filter: invert(1);
}

.modal.paymentModal {
    --bs-modal-width: 500px;
    z-index: 11111;
}
.modal.paymentModal .modal-content
{
    min-height: 200px;
    border-radius: 18px;
}
.paymentModalSucess img
{
    display: block;
    margin: 0 auto 16px auto;
}
.paymentModalSucess h3
{
    font-size: 24px;
    color: #312E43;
    line-height: 33px;
    margin-bottom: 0;
    font-family: 'LamaSans-Bold';
}
.paymentModalSucess h3.errorText
{
    color: #DB3737;
    font-size: 20px;
}
/*************************/
/* Ticket Places Css */
/*************************/
.backButtonSection{
    padding:0 0  45px 0;
}
.backButtonSection a{
    color: #777E90;
}
.backButtonSection ul
{
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-family: 'LamaSans-Medium';
}
.backButtonSection ul .backButton
{
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    line-height: 54px;
    background: #fff;
    text-align: center;
}
.ticketPlaces
{
    background: #f5f8fa;
    padding: 48px 0;
}
.ticketPlacesCard
{
    border-radius: 15px;
    background: #fff;
    padding: 0;
}
.imagemap
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ticketPlacesImages
{
    padding: 100px 35px;
    
}
.ticketPlacesImages img{
    display: block;
    margin: 0 auto;
}
.ticketPlacesCard.price
{
    padding: 32px 24px;
    margin-bottom: 24px;
}

.ticketPlacesCard .titlePart
{
    display: flex;
    justify-content: space-between;
    color: #777E90;
    font-size: 14px;
    line-height: 16px;
    font-family: 'LamaSans-Medium';
}
.ticketPlacesCardPrice .item ul{
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(242, 242, 242, 1)
}
.ticketPlacesCardPrice .item:last-child ul{
    border-bottom: 0;
    padding-bottom: 0;
}
.ticketPlacesCardPrice .item  li {
    color: #312E43;
    font-size: 16px;
    line-height: 16px;
    font-family: 'LamaSans-SemiBold';
}
.ticketPlacesCardPrice .item  li .status
{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.ticketPlacesCardPrice .item  li:first-child
{
    display: flex;
    align-items: center;
    gap: 8px;
}
.status.vip,
.ticketPlacesFooterList .statusResult.vip
{
    background: rgba(131, 56, 236, 1);
}
.status.royal,
.ticketPlacesFooterList .statusResult.royal
{
    background: rgba(255, 214, 10, 1);
}
.status.diamond,
.ticketPlacesFooterList .statusResult.diamond
{
    background: rgba(255, 0, 110, 1);
}
.status.platinum,
.ticketPlacesFooterList .statusResult.platinum
{
    background: rgba(167, 201, 87, 1);
}
.status.gold,
.ticketPlacesFooterList .statusResult.gold
{
    background: rgba(0, 180, 216, 1);
}
.status.silver,
.ticketPlacesFooterList .statusResult.silver
{
    background: rgba(131, 197, 190, 1);
}
.status.bronze,
.ticketPlacesFooterList .statusResult.bronze
{
    background: rgba(238, 155, 0, 1);
}
.ticketPlacesCardPrice .item  li span.price
{
    font-family: 'LamaSans-Bold';
}
.ticketPlacesCard.discountCode
{
    padding: 24px;
}
.ticketPlacesCard.discountCode span{
    color:  #312E43;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 12px;
    font-family: 'LamaSans-Medium';
}
.ticketPlacesCard.discountCode .input-group
{
    padding: 14px 18px;
    background: #fff;
    border-radius: 56.5px;
    min-height: 49px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(242, 242, 242, 1)
}
.ticketPlacesCard.discountCode .input-group input{
    box-shadow: unset !important;
    border-color: transparent !important;
    border: 0;
    outline: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent !important;
}
.ticketPlacesCard.discountCode .input-group input::-ms-input-placeholder { 
   font-size: 12px;
   color: rgba(194, 199, 210, 1);
  }
  
.ticketPlacesCard.discountCode .input-group input::placeholder {
    font-size: 12px;
    color: rgba(194, 199, 210, 1);
  }
.ticketPlacesCard.discountCode .input-group .btn-outline-secondary
{
    background: transparent;
    border: 0;
    padding: 0;
    color:  #15A570;
    font-size: 12px;
    line-height: 12.7px;
}
.ticketPlacesCard.discountCode .input-group .btn-outline-secondary:hover
{
    
    background: transparent;
    border: 0;
    padding: 0;
}
.ticketPlacesFooter
{
    padding: 48px 0;
}
.ticketPlacesFooterList
{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    gap: 12px;
}
.ticketPlacesFooterList .statusResult{
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    border-radius: 56px;
    min-width: 143px;
    padding: 0 20px;
    margin-bottom: 0;
}
.ticketPlacesFooterList .statusResult .btn-close{
    font-size: 13px;
    filter: invert(1);
    opacity: 1;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 0;
}
.ticketPlacesFooter .ticket span.title{
    font-size: 20px;
    line-height: 16px;
    color:  #312E43;
    margin-bottom: 20px;
    font-family: 'LamaSans-Bold';
}
.gotoPayDiv ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    gap: 24px;
}
.gotoPayDiv ul p{
    color: #777E90;
    font-size: 16px;
    line-height: 16px;
}
.gotoPayDiv ul p span{
    color: #312E43;
    font-size: 20px;
    font-family: 'LamaSans-Medium';
}
.gotoPayDiv ul .btn-primary
{
    padding: 0px 93px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
