a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
.blog-related-posts .related-post-card .post-content .post-tags span {
    background: #5453d1 !important; 
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Cabin", sans-serif;
    background: #000;
    overflow-x: hidden;
}

.header_u {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 4rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #14141450;
    backdrop-filter: blur(5px);
}

.ham_u>svg {
    height: 24px;
    fill: #fff;
}

.ham_u {
    background: transparent;
    margin-right: 10px;
    display: none;
}

.logo_area>img {
    height: 32px;
}

.navLinks {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.navLinks a {
    color: #fff;
    font-size: 18px;
    opacity: 0.6;
    transition: 0.3s;
}

.navLinks a:hover {
    opacity: 1;
}

.theme_btn {
    background: #5554D3;
    color: #fff;
    padding: 14px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    display: block;
    width: fit-content;
    border: 1px solid #5554D3;
    backdrop-filter: blur(3px);
}
.theme_btn.white_btn {
 background: #fff;
    color: #000; 
margin-top:15px !important; 
}
.theme_btn:hover {
    background: #151577;
    color: #fff;
 border-color: #151577;
}

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

.main_banner {
    background: url('../images/main_banner.webp');
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 230px;
    position: relative;
}

.inner_cont {
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.booking_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.booking_form h1,
.booking_form h2 {
    font-family: "Alumni Sans", sans-serif;
    font-size: 120px;
    font-weight: 500;
    line-height: 0.9;
    text-align: center;
    text-shadow: 0 0 10px #00000011;
    color: #fff;
}

.booking_form p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 0 10px #00000011;

}

.search_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 880px;
    width: 100%;
    background: #00000025;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 1rem;
    border: 1px solid #ffffff;
    padding: 2px;
    border-radius: 8px;
    backdrop-filter: blur(4px);
}

.search_form>input {
    padding: 15px 20px;
    background: none;
    border: 0px;
    outline: none !important;
    width: calc(100% - 173px);
    color: #fff;
    font-size: 16px;
}

.search_form>input::placeholder {
    color: #fff;
}

.line_u {
    width: 1px;
    height: 40px;
    background: #0000002a;
    margin: 0 1.5rem;
}

.quick_prompt {
    margin-top: 1rem;
    overflow: auto hidden;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 785px;
}

.quick_prompt::-webkit-scrollbar {
    display: none;
}

.quick_prompt button {
    background: transparent;
    border: #fff solid 1px;
    border-radius: 36px;
    text-align: center;
    text-wrap: nowrap;
    color: #fff;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    padding: 10px 20px;
    margin-right: 5px;
    font-size: 14px;
    backdrop-filter: blur(4px);
}

.quick_prompt button:hover {
    background: #5554D3;
    border-color: #5554D3;
}

/* select dropdown css */
.select-menu {
    width: 100%;
    position: relative;
}

.select-menu .select-btn {
    display: flex;
    height: 55px;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.select-menu .options {
    position: absolute;
    width: 100%;
    overflow-y: auto;
    max-height: 295px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    display: none;
}

.sBtn-text {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.select-menu .options .option {
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}

.select-menu .options .option:hover {
    background: #f2f2f2;
}

.select-menu .options .option i {
    font-size: 25px;
    margin-right: 12px;
}

.select-menu .options .option .option-text {
    font-size: 18px;
    color: #333;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

.store_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 18vh;
}

.store_row img {
    height: 50px;
}

.address_card {
    position: absolute;
    bottom: 2rem;
    left: 4rem;
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #a1a1a141;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 50px #0000002f;
    padding: 30px 20px;
}

.address_card h2 {
    color: #fff;
    font-size: 55px;
}

.address_card .link {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
    text-decoration: underline;
}

.address_card .view {
    color: #fff;
    font-size: 18px;
    margin-top: 1rem;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #fff;
    border-radius: 5px;
    width: fit-content;
    padding: 18px;
    transition: 0.3s;
}

.address_card .view i {
    font-size: 30px !important;
    transition: 0.3s;
}

.address_card .view:hover {
    background: #fff;
    color: #000;
}

.address_card .view:hover i {
    color: #000 !important;
}

/* marquee div container */
.marquee-main {
    height: 170px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

/* nested div inside the container */
.marquee-main div {
    display: block;
    width: 356rem;
    position: absolute;
    overflow: hidden;
    animation: marquee 20s linear infinite;
}

/* span with text */
.marquee-main span {
    float: left;
    width: 170px;
    margin: 0px 60px;
}
.marquee-main span img{
width:100%;
}
/* keyframe */
@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

/* ===================================================== */
.section-1 {
    padding: 80px 0;
}

.video_play_sec>h2 {
    font-family: "Alumni Sans", sans-serif;
    font-size: 100px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.video_play_sec>h3 {
    font-family: "Alumni Sans", sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.video_play_sec>p {
    max-width: 830px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 3rem;
    line-height: 1.3;
}

.video_ued {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
.video_ued video{
 width: 100%;
    height: 100%;
    object-fit: cover;

}
.video_ued>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ued_play {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #5454d379;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.ued_play.pause .play-btn,.pause-btn{
display:none;
}
.ued_play.pause .pause-btn{
display:block;
}

.ued_play.pause{
opacity:0;
}
.video_ued:hover .ued_play.pause{
opacity:1;
}
 
.ued_play>img {
    height: 40%;
}

.box_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box_head h2 {
    font-family: "Alumni Sans", sans-serif;
    font-size: 100px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: -4rem;
    z-index: 1;
}

.head_box {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: linear-gradient(130deg, #3737cda6, #5454d32e);
    transform: rotate(45deg);
}

/* ========================================== */
.sec_box-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 55px 1rem;
    flex-wrap: wrap;
}

.sect_box {
    margin-top: 8rem;
}

.sec_box-1>p {
    font-size: 20px;
    color: #ffffffa8;
    text-align: center;
    margin: 0 auto;
    margin-top: 1rem;
    max-width: 950px;
    line-height: 1.5;
}

.Book_result {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-basis: 47%;
}

.thumbnail {
    min-width: 215px;
    height: 140px;
    border-radius: 20px;
    overflow: hidden;
position:relative;
}
.Book_result .thumbnail .map-hover{
 -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background:rgba(85, 84, 211, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
opacity:0;
}
.Book_result .thumbnail .map-hover img{
width:60%;
}
.Book_result:hover .thumbnail .map-hover,.Book_result.hover-effect .thumbnail .map-hover{
opacity:1;
}


.thumbnail>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book-title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.book-title p {
    color: #ffffff83;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 1rem;
}

.book-title p a {
    color: #fff;
}
.book-title p a:hover,.Book_result:hover .book-title p a {
  color: #5554D3;
}
/* ================================================= */
.section-3 {
    padding-bottom: 5rem;
    padding: 1rem 4rem;
    position: relative;
    overflow: hidden;
}

.row_flex_2,
.row_flex_1 {
    position: relative;
}

.row_flex_2::before,
.row_flex_1::after {
    content: "";
    display: block;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(#5554D3, 7%, #00000000, #00000000);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-40rem, 0, 0);
}

.row_flex_1::after {
    left: inherit;
    right: 0;
    transform: translate3d(40rem, 0, 0);
}

.dd_image {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.row_flex_1,
.row_flex_2 {
    display: flex;
    align-items: center;
    padding: 0 60px;
    margin-top: 4rem;
}

.row_flex_2 {
    margin-top: 8rem;
    flex-direction: row-reverse; 
}
 


.dd-title {
    padding: 100px 80px;
}

.dd-title h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    font-family: "Alumni Sans", sans-serif;
}

.dd-title p {
    color: #ffffff75;
    font-size: 24px;
    line-height: 1.3;
    margin-top: 1.5rem;
    max-width: 480px;
}

/* =============================================== */
.section-4 {
    padding: 80px;
    position: relative;
}

.section-4::before {
    content: "";
    display: block;
    background: radial-gradient(#8a57ea52, 35%, #00000000, #00000000);
    position: absolute;
    width: 800px;
    height: 800px;
    left: 25%;
    top: 10%;
    z-index: -1;
}

.section-4_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-top: 4rem;
    padding-bottom: 5rem;
}

.feature_cont {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 20px;
    box-shadow: 0 0 10px #0000001c;
    max-width: 420px;
    width: 100%;
    border: 1px solid #ffffff1c;
    background: #000;
}
.artist_card{
    background: transparent;
}
.artist_card .video{
position:relative;
}
.artist_card .video .mute-unmute-btn{
  width:60px;
height:60px;
background:url(../images/muted-icon.svg) no-repeat;
position:absolute;
top: 5px;
  right: 5px; z-index: 99; 
  background-size: 100%;}
.artist_card .video .mute-unmute-btn.unmute{
background:url(../images/unmuted-icon.svg) no-repeat;
 background-size: 100%;
   
}

.artist_card .video video{
border-radius: 12px; 
width:100%;
height:auto; 
}
.feature_cont h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.feature_cont span {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.feat_det p {
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
}

.feat_det p b {
    font-weight: bold;
}

.dark_cont {
    background: #5554D3;
}

.dark_cont .theme_btn {
    background: #fff;
    color: #000;

}

/* =========================================== */
.section-5 {
    padding: 160px 80px;
    padding-right: 0;
    display: flex;
    align-items: center;
}

.sec5-head {
    font-size: 50px;
    color: #212121;
    line-height: 1.3;
    font-weight: 600;
    max-width: 500px;
}


.sec5-head span {
    color: #F3A90A;
}

:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 5);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-text: papayawhip;
        --color-bg: navy;
        --color-bg-accent: #2626a0;
    }
}

.marquee_body {
    display: grid;
    align-content: center;
    overflow: hidden;
    gap: var(--gap);
    width: 100%;
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(var(--mask-direction, to right),
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 20%,
            hsl(0 0% 0% / 1) 80%,
            hsl(0 0% 0% / 0));
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

.marquee__group>img {
    opacity: 0.5;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--vertical {
    --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
    flex-direction: column;
}

.marquee--vertical .marquee__group {
    animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

/* Element styles */
.marquee svg {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    background: var(--color-bg-accent);
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 10);
    border-radius: 0.5rem;
}

.marquee--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}

.wrapper--vertical {
    flex-direction: row;
    height: 100vh;
}

/* Toggle direction button */
.toggle {
    --size: 3rem;
    position: relative;
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: var(--size);
    height: var(--size);
    font: inherit;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 50%;
    color: inherit;
    background-color: var(--color-bg-accent);
    z-index: 1;
}

.toggle:focus-visible {
    box-shadow: 0 0 0 2px var(--color-text);
}

.toggle span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: calc(100% + 0.4em);
    width: fit-content;
    white-space: nowrap;
    transform: translateY(-50%);
    animation: fade 400ms 4s ease-out forwards;
    user-select: none;
}

.toggle svg {
    --size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--size);
    height: var(--size);
    fill: currentcolor;
    transform: translate(-50%, -50%);
    transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.toggle--vertical svg {
    transform: translate(-50%, -50%) rotate(-90deg);
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

/* ================================================== */
.section-6 {
    display: flex;
    align-items: center;
    padding: 150px 80px;
}

.form_td {
    padding: 0 80px;
}

.booking_form2 {
    border-radius: 40px;
    border: 1px solid #b6b6b6;
    padding: 32px 28px;
}

.form_headings h2 {
    color: #000;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
}

.form_headings p {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}

.form_inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.form-item {
    position: relative;
    flex-basis: 48%;
    margin-top: 10px;
}

.form-item input {
    display: block;
    width: 100%;
    height: 56px;
    background: transparent;
    border: solid 1px #ccc;
    transition: all .3s ease;
    padding: 0 15px;
    outline: none;
    border-radius: 5px;
}

.form-item input:focus {
    border-color: #000
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 20px;
    left: 10px;
    font-size: 16px;
    background: #fff;
    padding: 0 10px;
    color: #000;
    transition: all .3s ease
}

.form-item input:focus+label,
.form-item input:valid+label {
    font-size: 11px;
    top: -5px
}

.iti {
    width: 100%;
}

.elem_row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.elem-group {
    width: 100%;
    height: 57px;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    gap: 2px;
    flex-basis: 48%;
}

.elem-group select {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0 1rem;
    background-color: transparent;
}

.elem-group>label {
    position: absolute;
    background-color: #fff;
    left: 2rem;
    top: -5px;
    font-weight: 300;
    font-size: 12px;
}

.quantity {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    padding-left: 1.5rem;
}

.incdec-btn {
    min-width: 55px;
    height: 55px;
    border: none;
    outline: none;
    background: #F5F5F5;
}

.incdec-btn span {
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
}

.endGame {
    margin-top: 1.5rem;
}

.endGame>p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000a6;
}

.endGame>p>a {
    text-decoration: underline;
    color: #000000a6;
}

.endGame>button {
    color: #fff;
    padding: 14px 20px;
    transition: 0.3s;
    font-size: 18px;
    display: block;
    min-width: 210px;
    margin-top: 1.5rem;
    background: #5554D3;
    border-radius: 50px;
    cursor: pointer;
    width: fit-content;
    border: 1px solid #5554D3;
}

/* sectio 7 */
.section-7 {
    background: #5554D3;
    padding: 100px 1rem;
}

.section-7 p {
    max-width: 1500px;
    font-size: 30px;
    color: #fff;
}

.img_row-1,
.img_row-2,
.img_row-3 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.img_col-1,
.img_col-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.minus_img {
    margin-left: -10rem;
}

.disk_cont {
    margin-top: 4rem;
    position: relative;
}

.disk_cont .main-bg {
    width: 100%;
}

.disk_anim_area {
    position: absolute;
    width: 285px;
    height: 285px;
    right: 19rem;
    top: 4rem;
}

.disk_rod {
    position: absolute;
    right: 25px;
    top: -20px;
    z-index: 2;
}

.disk_anime {
    border: 20px solid #000;
    border-radius: 100%;
    animation: rotate 15s linear infinite;
    width: 100%;
}


@keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}







/* footer  */
.footer-section {
    background: #141414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #fff;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 80px;
    display: flex;
    justify-content: space-between;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer-logo select {
    border-radius: 50px;
    background: transparent;
    color: #fff;
    box-shadow: none !important;
    border-color: #fff !important;
}

.footer-logo option {
    background: #141414;
}

.footer-logo img {
    height: 45px;
}

.footer-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 200px;
}

.quickLinks .quickLinks-inner{  
    display: flex;
    gap: 80px;
}
.footer-newsletter{
display:inline-block;
width:100%;
margin-bottom:15px;
}
.footer-newsletter h3{
   color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
margin-bottom:10px;
    
}
.footer-newsletter .tnp-field-email label{
display:none;
}
.footer-newsletter .tnp-field-email{
width:70%;
float:left;
}
.footer-newsletter .tnp-field-button{
width:30%;
float:left;
}
.footer-newsletter .tnp-field-button .tnp-submit{
background: #5554D3;
    color: #fff;
    padding: 14px 20px;
 
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    display: block;
    width: fit-content;
    border: 1px solid #5554D3;
    backdrop-filter: blur(3px);
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.footer-newsletter .tnp-widget input[type=text],.footer-newsletter .tnp-widget input[type=email],.footer-newsletter .tnp-widget select {
    width: 100%;
    padding: 16px 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #5554d3;
    background-color: transparent;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.footer-widget-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-widget ul li a {
    color: #878787;
    font-size: 16px;
    display: block;
    font-weight: 300;
    text-transform: capitalize;
    padding: 7px 0;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 13px 20px;
    border: 1px solid #fff;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #fff;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #fff;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.foot_link,
.foot_tel,
.foot_address {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    display: block;
}

.foot_link {
    text-decoration: underline;
}

.copyright {
    padding: 0 80px;
}

.copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff7e;
    padding: 32px 0;
}

.artist_card {
    padding: 0;
    border-radius: 0;
    border: 0;
    max-width: 300px;
}

.artist_card>img {
    border-radius: 20px;
}

.artist_card h2 {
    font-size: 22px;
}

.artist_card p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5554D3;
    font-size: 18px;
    line-height: 1.3;
}

.artist_card p img {
    height: 18px;
}

.ammenties_area {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}

.ammenties_card {
    border: 1px solid #ffffff56;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 145px;
    flex-basis: 30%;
}

.ammen_row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ammen_row>img {
    height: 18px;
}

.ammen_row>h2 {
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
}

.amin_para {
    font-size: 18px;
    color: #ffffff81;
    line-height: 1.4;
}
@media (min-width:1580px) {
.artist_card .video .mute-unmute-btn {
  width: 70px;
  height: 70px;
}
}

@media (max-width:1680px) {
    .inner_cont {
        max-width: 1200px;
    }

    .video_play_sec>h2 {
        font-size: 80px;
    }

    .video_play_sec>h3 {
        font-size: 40px;
    }

    .video_play_sec>p {
        font-size: 18px;
    }

    .booking_form h1,
    .booking_form h2 {
        font-size: 75px;
    }

    .main_banner {
        padding-top: 200px;
    }

    .address_card h2 {
        font-size: 46px;
    }

    .address_card .view {
        padding: 12px;
    }

    .address_card {
        max-width: 345px;
    }

    .section-2 {
        gap: 2rem;
    }

    .thumbnail {
        min-width: 190px;
        height: 130px;
        border-radius: 15px;
    }

    .book-title h2 {
        font-size: 18px;
    }

    .book-title p {
        font-size: 16px;
    }

    .form_headings h2 {
        font-size: 40px;
    }

    .form_inputs {
        margin-top: 1rem;
    }

    .form_headings p {
        font-size: 16px;
        margin-top: 10px;
    }

    .endGame {
        margin-top: 1rem;
    }

    .elem-group>label {
        left: 1rem;
    }

    .incdec-btn {
        min-width: 45px;
        height: 45px;
    }

    .elem-group,
    .form-item input {
        height: 48px;
    }

    .form-item label {
        top: 15px;
    }

    .sec5-head {
        font-size: 45px;
        max-width: 415px;
    }

    .artist_card {
        max-width: 250px;
    }

    .box_head h2 {
        font-size: 85px;
    }

    .sec_box-1>p {
        font-size: 18px;
    }
}

@media (max-width:1600px) {
    .address_card h2 {
        font-size: 34px;
    }

    .address_card {
        max-width: 310px;
        bottom: 1rem;
        left: 3rem;
    }

    .section-4 {
        padding: 60px;
    }

    .feature_cont h2 {
        font-size: 34px;
    }

    .feature_cont span {
        font-size: 18px;
    }

    .feat_det p {
        font-size: 16px;
    }

    .section-5,
    .section-6 {
        padding: 110px 60px;
    }

    .form_td {
        padding: 0px 60px;
    }

    .dd-title {
        padding: 85px 60px;
    }
}

@media (max-width:1440px) {
    .inner_cont {
        max-width: 900px;
    }

    .booking_form h1,
    .booking_form h2 {
        font-size: 58px;
    }

    .booking_form p {
        font-size: 18px;
    }

    .form_headings h2 {
        font-size: 35px;
    }

    .section-4 {
        padding: 60px 30px;
    }

    .dd-title {
        padding: 50px;
    }

    .dd-title h2 {
        font-size: 45px;
    }

    .dd-title p,
    .dd-title a {
        font-size: 20px;
    }

    .section-2 {
        gap: 1rem;
    }

    .form_td {
        padding: 0px 40px;
    }

    .artist_card {
        gap: 1rem;
    }

    .artist_card {
        max-width: 210px;
    }

    .artist_card h2 {
        font-size: 18px;
    }

    .artist_card p {
        font-size: 14px;
    }
}

@media (max-width: 1399px) {
    .video_ued {
        height: 600px;
    }

    .box_head h2 {
        font-size: 65px;
        margin-top: -3rem;
    }

    .disk_anim_area {
        width: 240px;
        height: 240px;
        right: 16rem;
        top: 5rem;
    }

    .disk_anime {
        border: 15px solid #000;
    }

    .disk_rod {
        right: 29px;
        top: -30px;
    }

    .section-7 p {
        max-width: 1200px;
    }
}

@media (max-width:1366px) {

    .search_form>input {
        padding: 10px 20px;
    }

    .feature_cont {
        gap: 1rem;
    }

    .section-4_inner {
        gap: 16px;
    }

    .navLinks a {
        color: #fff;
        font-size: 14px;
        opacity: 0.6;
        transition: 0.3s;
    }

    .theme_btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .header_u {
        padding: 12px 3rem;
    }

    .search_btn {
        min-width: 145px;
    }

    .address_card {
        bottom: 1rem;
        left: 1rem;
    }

    .address_card .view {
        padding: 7px 15px;
    }

    .ammen_row>h2 {
        font-size: 18px;
    }

    .amin_para {
        font-size: 16px;
    }

    .artist_card {
        max-width: 180px;
    }

    .artist_card>img {
        border-radius: 12px;
    }

    .disk_anim_area {
        width: 210px;
        height: 210px;
        right: 13rem;
        top: 4rem;
    }
}

@media (max-width:1280px) {
    .dd_image {
        border-radius: 26px;
    }

    .dd-title {
        padding: 38px;
    }

    .main_banner {
        padding-top: 155px;
    }

    .dd-title p {
        margin-top: 1.2rem;
    }

    .dd-title p,
    .dd-title a {
        font-size: 16px;
    }

    .section-5,
    .section-6 {
        padding: 80px 40px;
    }

    .footer-content {
        padding: 60px;
    }

    .copyright {
        padding: 0 60px;
    }

    .copyright-area {
        padding: 28px 0;
    }

    .sec5-head {
        font-size: 35px;
        max-width: 320px;
    }

    .section-7 p {
        max-width: 750px;
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    .ued_play {
        width: 80px;
        height: 80px;
    }

    .ued_play>img {
        height: 36%;
        margin-right: -5px;
    }

    .video_ued {
        height: 500px;
    }

    .sec_box-2 {
        gap: 1rem;
    }

    .footer-logo img {
        height: 32px;
    }

    .disk_anime {
        border: 10px solid #000;
    }

    .disk_rod {
        right: 32px;
        top: -30px;
        height: 85px;
    }

    .section-4::before {
        content: "";
        left: 15%;
    }
}

@media (max-width:1080px) {

    .row_flex_1,
    .row_flex_2 {
        padding: 0 40px;
    }

    .inner_cont {
        max-width: 767px;
    }

    .booking_form h1,
    .booking_form h2 {
        font-size: 48px;
    }

    .booking_form p {
        font-size: 14px;
        line-height: 1.3;
    }

    .Book_result {
        flex-basis: 47%;
    }

    .dd-title {
        padding: 28px;
    }

    .section-4_inner {
        flex-wrap: wrap;
    }

    .feature_cont {
        max-width: 330px;
    }

    .row_flex_2 {
        margin-top: 3rem;
    }

    .ammenties_card {
        flex-basis: 40%;
    }

    .artist_card {
        max-width: 250px;
    }

    .box_head h2 {
        font-size: 56px;
        margin-top: -2rem;
    }

    .store_row img {
        height: 45px;
    }

}

@media (max-width:1160px) {
    .section-6 {
        flex-direction: column;
        gap: 2rem;
        max-width: 900px;
        margin: 0 auto;
    }

    .section-6 .col-6 {
        width: 80%;
max-width:inherit;
    }

    .quickLinks .quickLinks-inner {
        gap: 45px;
    }

    .footer-content {
        padding: 50px;
    }

    .copyright {
        padding: 0 50px;
    }
}

@media (max-width:991px) {

    .row_flex_1,
    .row_flex_2 {
       flex-direction: column; 
        align-items: center;
        margin: 0;
        gap: 2rem;
margin-top:4rem;
    }
    .section-4::before {
        content: "";
        left: 0;
    }
    .row_flex_2 {
        /*flex-direction: column-reverse;*/
    }

    .row_flex_1 .col-6,
    .row_flex_2 .col-6 {
        width: 100%;
        max-width: 700px;
    }

    .wrapper {
        gap: 1.5rem;
    }

    .Book_result {
        flex-basis: 100%;
    }

    .section-2 {
        padding: 55px 5rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 3rem;
    }

    .footer-logo select {
        max-width: 200px;
    }

    .quickLinks .quickLinks-inner {
        justify-content: space-between;
    }

    .navLinks {
        gap: 1rem;
    }

    .header_u {
        padding: 12px 1rem;
    }

    .main_banner {
        padding-top: 140px;
    }

    .logo_area>img {
        height: 24px;
    }

    .navLinks {
        gap: 1rem;
    }

    .video_ued {
        height: 390px;
    }

    .ammenties_card {
        flex-basis: 48%;
    }

    .disk_anim_area {
        width: 170px;
        height: 170px;
        right: 9.5rem;
        top: 3rem;
    }

    .dd_image {
        max-width: 500px;
    }

    .dd-title h2 {
        text-align: center;
    }

    .dd-title p,
    .dd-title a {
        text-align: center;
        display: block;
        margin: auto;
    }

    .main_banner {
        min-height: 600px;
    }

    .booking_form {
        max-width: 600px;
        margin: 0 auto;
    }

    .quick_prompt button {
        font-size: 12px;
        padding: 7px 10px;
    }

    .artist_card {
        max-width: 222px;
    }
.marquee-main span {
  float: left;
  width: auto;
  margin: 0px 40px;
}

    .marquee-main img {
        height: 110px;
    }
}

@media (max-width:767px) {
.footer-newsletter .tnp-field-button .tnp-submit {
    padding: 12px 15px;
  font-size: 16px;
}
.footer-newsletter .tnp-widget input[type="text"], .footer-newsletter .tnp-widget input[type="email"], .footer-newsletter .tnp-widget select {
  width: 100%;
  padding: 13.5px 6px; 
}
 .section-6 .col-6 {
        width: 100%;
max-width:inherit; 
    }

    .forweb {
        display: none;
    }

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

    .form_td {
        padding: 0;
    }

    .ham_u {
        display: block;
    }

    .navLinks {
        align-items: flex-start;
        gap: 2rem;
        flex-direction: column;
    }

    .select-menu .select-btn {
        height: 30px;
        padding: 10px;
        font-size: 14px;
    }

    .main_banner {
        padding: 130px 1rem 0;
    }

    .search_btn {
        min-width: 100px;
        height: 45px;
    }

    .search_form {
        max-width: 575px;
    }

    .quick_prompt {
        max-width: 500px;
    }

    .quick_prompt button {
        font-size: 12px;
    }

    .address_card h2 {
        font-size: 30px;
    }

    .address_card {
        max-width: 280px;
    }

    .address_card .link {
        font-size: 14px;
    }

    .address_card .view {
        font-size: 14px;
    }

    .section-2 {
        padding: 55px 1rem;
    }

    .row_flex_1,
    .row_flex_2 {
        padding: 0 1rem;
    }

    .dd-title {
        padding: 1rem;
    }

    .section-5,
    .section-6 {
        padding: 80px 1rem;
    }

    .line_u {
        margin: 0 1rem;
    }

    .booking_form h1,
    .booking_form h2 {
        padding: 0;
    }

    .store_row img {
        height: 34px;
    }

    .video_ued {
        height: 290px;
        border-radius: 26px;
    }

    .video_play_sec>h2 {
        font-size: 70px;
    }

    .video_play_sec>h3 {
        font-size: 34px;
    }

    .video_play_sec>p {
        font-size: 16px;
    }

    .sec_box-1>p {
        font-size: 16px;
    }

    .disk_anim_area {
        width: 170px;
        height: 170px;
        right: inherit;
        top: inherit;
    }

    .disk_cont {
        margin-top: 4rem;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:600px) {
.book-title p a{
display:block;margin-top:10px;

}
 .Book_result  .thumbnail {
    min-width: inherit;
    height: 160px;
    max-width: 330px;
    width: auto;
    border-radius: 15px;
  }
.Book_result .thumbnail > img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.Book_result{
margin-bottom:30px;
}
    .sBtn-text img {
        display: none;
    }

   .quickLinks .quickLinks-inner {
        gap: 1rem;
    }
    .section-4::before {
        content: "";
        left: -5rem;
    }
    .footer-widget ul li a {
        font-size: 14px;
    }

    .footer-content {
        padding: 50px 1rem;
    }
.footer-menu ul{
text-align:center;
}
    .footer-menu li {
        margin: 5px;
    }

    .copyright {
        padding: 0 1rem;
    }

    .copyright-area {
        padding: 20px 0;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .footer-menu>ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .booking_form {
        padding: 30px 1rem;
    }

    .main_banner {
        padding: 140px 1rem 0;
    }

    .select-menu .options .option {
        padding: 0;
    }

    .select-menu .options .option .option-text {
        font-size: 14px;
    }

    .sec_box-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .head_box {
        width: 90px;
        height: 90px;
        border-radius: 15px;
    }

    .box_head h2 {
        font-size: 46px;
        margin-top: -2rem;
    }

    .section-4_inner {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto hidden;
    }

    .section-4_inner {
        margin-top: 2rem;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }

    .ammenties_card {
        flex-basis: 100%;
    }

    .feature_cont {
        min-width: 300px;
    }
.marquee-main span {
  float: left;
  width: auto;
  margin: 0px 20px;
}
    .marquee-main img {
        height: 90px;
    }

    .search_form>input {
        width: 100% !important;
    }

    .ued_play {
        width: 65px;
        height: 65px;
    }

    .artist_card {
        min-width: 200px;
    }
}

@media (max-width:500px) {
    .booking_form2 {
        border-radius: 20px;
        padding: 32px 12px;
    }

    .booking_form h1,
    .booking_form h2 {
        font-size: 45px;
    }

    .booking_form h2,
    .booking_form p {
        text-align: center;
    }
    .section-4::before {
        content: "";
        left: -10rem;
    }
    .sBtn-text {
        font-size: 12px;
    }

    .line_u {
        margin: 0 10px;
    }

    .search_btn {
        min-width: fit-content;
        font-size: 12px;
        height: 41px;
    }

    .address_card {
        max-width: 230px;
        padding: 1rem;
    }

    .feature_cont {
        padding: 26px 20px;
        min-width: 290px;
    }

    .sec5-head {
        font-size: 35px;
        max-width: 100%;
        text-align: center;
    }

    .booking_form {
        padding: 0;
    }

    .theme_border {
        display: none;
    }

    .store_row img {
        height: 34px;
    }

    .booking_form p {
        width: 100%;
    }

    .footer-logo img {
        height: 30px;
    }
}

@media (max-width:460px) {
    .Book_result {
        flex-direction: column;
    }

     .Book_result  .thumbnail {
    min-width: inherit;
    height: auto;
    max-width: 330px;
    width: auto;
    border-radius: 15px;
  }

    .book-title h2 {
        font-size: 16px;
        text-align: center;
    }

    .book-title p {
        font-size: 14px;
        text-align: center;
    }

    .dd-title {
        padding: 0;
    }

    .form-item,
    .elem-group {
        flex-basis: 46%;
    }

    .quickLinks .quickLinks-inner {
        gap: 3rem;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .video_ued {
        height: 240px;
        border-radius: 18px;
        margin-top: 1.5rem;
    }

    .video_play_sec>p {
        font-size: 14px;
        margin-top: 1.2rem;
    }

    .feature_cont {
        padding: 20px 16px;
        min-width: 260px;
    }

    .artist_card {
        min-width: 200px;
        padding: 0;
        gap: 10px;
    }

    .section-4 {
        padding: 2rem 1rem;
    }

    .disk_cont {
        padding: 0;
        margin-top: 0;
    }

    .disk_anim_area {
        width: 140px;
        height: 140px;
    }

    .disk_rod {
        right: 30px;
        top: -10px;
        height: 58px;
    }

    .section-3 {
        padding: 3rem 1rem;
    }

    .row_flex_1,
    .row_flex_2 {
        padding: 0;
        gap: 2rem;
        margin-top: 2rem;
    }

    .thumbnail {
        min-width: 250px;
        height: 160px;
        max-width: 330px;
        width: 100%;
        border-radius: 15px;
    }
}

@media (max-width:400px) {

    .form-item,
    .elem-group {
        flex-basis: 100%;
    }

    .line_u {
        display: none;
    }

    .sBtn-text {
        font-size: 14px;
    }

    .select-menu .select-btn {
        height: 30px;
        padding: 1.5rem 12px;
        font-size: 14px;
        background: #ffffff38;
    }

    .main_banner {
        padding: 100px 1rem 0;
    }
}