/* Projects Fonts */
@import url("https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");

@font-face {
    font-family: "Felidae";
    src: url("../fonts/Felidae.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.cyr {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
}

/* End Projects Fonts */

/* Utilities */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

select:focus-visible {
    outline: none;
}

.d-fullScreen {
    display: block;
}

.d-mobileScreen {
    display: none;
}

.relative {
    position: relative;
}

.pink-btn {
    background-color: #e134c9 !important;
    color: #ffffff;
}

.blue-btn {
    background-color: #3091ff !important;
    color: #ffffff;
}

.text-white {
    color: #ffffff;
}

.text-red {
    color: #ff6b6d;
}

.text-orange {
    color: #ff8563;
}

.text-yellow {
    color: #ffe120;
}

.text-light {
    color: #a797a9;
}

.gradient-btn {
    display: inline-block;
    background: linear-gradient(90deg, #9f3bfc -24.51%, #e96924 125.49%);
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 70px;
}

.man-btn a {
    background: linear-gradient(90deg, #3bd2ff 0%, #6626e5 100%);
    box-shadow: 0px 7px 14px 0px #5277f166;
}

.secondary-gradient-btn,
.secondary-gradient-btn-man {
    display: inline-block;
    background: linear-gradient(90deg, #ff8d15 0%, #ff07db 100%);
    box-shadow: 0px 7px 14px 0px #ff467f66;
    padding: 10px 24px;
    border-radius: 70px;
    width: 40%;
    font-size: 20px;
    font-weight: 700;
    font-family: "Moderustic", sans-serif;
    position: relative;
    z-index: 99;
}

.secondary-gradient-btn-man {
    background: linear-gradient(90deg, #3bd2ff 0%, #6626e5 100%);
    box-shadow: 0px 7px 14px 0px #5277f166;
}

.gradient-btn:hover {
    opacity: 0.9;
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.3;
    cursor: not-allowed;
}

.center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.d-block {
    display: block;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

body {
    font-family: "Moderustic", sans-serif;
    background: #0b0a10;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.header-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.content-wrapper {
    max-width: 1120px;
    margin: 0 auto;
}

.ps-0 {
    padding-left: 0px !important;
}

img {
    max-width: 100%;
    height: auto;
}

.d-inline-block {
    display: inline-block;
}

.w-100 {
    width: 100%;
}

.common-card {
    background-image: url(../images/comon-box-bg.png);
    background-size: 75% 100%;
    background-repeat: no-repeat;
    background-position: 120px -150px;
}

.orange-text {
    color: #ff7736;
}

.b-top {
    border-top: 1px solid #25222e;
}

.b-bottom {
    border-bottom: 1px solid #25222e;
}

.light-b-bottom {
    border-bottom: 1px solid #4b456c;
}

h2 {
    font-size: 24px;
    border-left: 3px solid #ff7736;
    padding-left: 18px;
}

.dark-btn {
    background-color: #8c82a433 !important;
}

input::placeholder {
    color: #ffffff !important;
}

.appearance-none {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: auto;
    font-size: 14px;
}

.form-select:focus,
.form-check-input:focus,
.form-control:focus,
.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.accordion-button:focus {
    border-color: #383b3f !important;
}

.form-check-input:checked[type="radio"] {
    background: #ff4d00 !important;
}

.form-control {
    font-size: 14px;
}

.text-muted {
    color: #a49fbccc !important;
}

.package-img-text {
    position: absolute;
    top: 35px;
    text-align: center;
    left: 70px;
    transform: rotate(2deg);
    transform-origin: left;
    width: 370px;
    padding: 0 10px;
}

.package-img-text h3,
.package-img-text .sub-heading {
    color: #ffe75c;
    font-family: "Felidae";
    font-size: 57px;
    margin: 0;
    line-height: 40px;
}

.package-img-text .sub-heading {
    font-size: 30px;
}

.package-paragraph {
    width: 90%;
    margin: 20px auto;
}

.package-paragraph p {
    font-size: 17px;
    color: #e7dea8;
}

.ticket-img-text {
    position: absolute;
    top: 80px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffe75c;
    font-family: "Felidae";
    transform: rotate(2deg);
    transform-origin: left;
    line-height: 40px;
}

.ticket-img-text h3 {
    font-size: 24px;
}

.ticket-img-text .sub-heading {
    font-size: 46px;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.dark-form .form-control,
.dark-form .form-select {
    background-color: #292631;
    color: #fff;
    border: 1px solid transparent;
    padding: 12px 16px;
}

.fade:not(.show) {
    display: none;
}

.z-index-2 {
    z-index: 2;
}

/* End Utilities */

/* Header */

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0px;
    background: #000;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    margin-right: 70px;
}

.nav {
    flex-grow: 1;
    text-align: center;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 38px;
    margin: 0 70px 0 0;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}

.nav-links a:hover {
    color: #ff4081;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.custom-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.language-switcher {
    background: none;
    color: #ffffff;
    padding: 7px 14px;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #16151b;
    border-radius: 32px;
}

.language-switcher-wrapper {
    position: relative;
}

.select-selected {
    background-color: #16151b;
    padding: 7px 9px 7px 4px;
    cursor: pointer;
    border: none;
    border-radius: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.select-items {
    display: none;
    position: absolute;
    background-color: #16151b;
    width: 100%;
    z-index: 99;
}

.select-items div {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-items div img {
    width: 20px;
    height: 20px;
}

.select-items div:hover {
    background-color: #121117;
}

.telegram img {
    height: 24px;
}

.login-btn {
    background: #16151b;
    color: #ffffff;
    border: none;
    padding: 7px 14px;
    cursor: pointer;
    border-radius: 32px;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

/* Header */

/* Index Page Css */

.banner {
    background: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
    color: #ffffff;
}

.blank-banner {
    background: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center -200px;
    background-repeat: no-repeat;
    color: #ffffff;
}

.gender {
    display: block;
}

.non-gender {
    display: none;
}

.non-gender {
    background: url(../images/select-gender-bg.png), #070201;
    background-size: auto;
    background-position: center -210px;
    background-repeat: no-repeat;
}

.non-gender .banner-btn {
    padding-top: 0;
}

.blank-banner .banner-main-content {
    max-width: 850px;
    margin: 0 auto;
}

.blank-banner .banner-main-content .page-heading h1 {
    font-family: "Felidae" !important;
    font-size: 70px !important;
    line-height: 72px !important;
    height: 72px !important;
}

/* Top shadow */
.banner::before,
.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px; /* Adjust as needed */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
}

/* Bottom shadow */
.banner::after {
    top: inherit;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.non-gender::after {
}

.banner-main-content {
    max-width: 750px;
    margin: 0 auto;
}

.section-middle-content strong {
    font-size: 24px;
    font-weight: 700;
}

.bannder-items {
    padding-bottom: 100px;
}

.bannder-items .section-shadow:first-child {
    border-radius: 0px 20px 20px 20px;
}

.bannder-items .section-shadow:last-child {
    border-radius: 20px 20px 0px 20px;
}

.bannder-items .section-shadow {
    background: linear-gradient(
            262.47deg,
            rgba(255, 255, 255, 0.07) 0%,
            rgba(255, 255, 255, 0.21) 100%
    );
    backdrop-filter: blur(24px);
    box-shadow: 4px 6px 6px 0px #00000059;
    padding: 13px 26px;
}

.bannder-items p {
    font-size: 18px;
}

.section-middle-content {
    margin: 80px 0;
}

.banner .page-heading h1 {
    font-size: 60px;
    font-weight: 400;
    font-family: "Felidae";
    letter-spacing: 2px;
}

.upcomming-events h2 {
    font-size: 24px;
}

.upcoming-events-swiper {
    --upcoming-card-width: clamp(172px, 18vw, 208px);
}

.events-main {
    flex-wrap: wrap;
    gap: 15px;
}

.events-main li,
.upcoming-event-card {
    border-radius: 18px;
    padding: 12px 14px;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.1)
    ),
    linear-gradient(
            113.96deg,
            rgba(151, 87, 159, 0.1) 0%,
            rgba(148, 85, 160, 0.1) 5%,
            rgba(88, 54, 186, 0.1) 100%
    ),
    radial-gradient(
            70.77% 76.67% at 50% 100%,
            rgba(255, 119, 54, 0.2) 0%,
            rgba(255, 119, 54, 0) 100%
    );
    border-bottom: 1px solid;

    border-image-source: linear-gradient(
            155.53deg,
            #ff7736 0%,
            rgba(255, 119, 54, 0) 34.08%
    );
    backdrop-filter: blur(24px);
}

.events-main li {
    flex: 0 0 230px;
}

.upcoming-events-swiper .events-main {
    flex-wrap: nowrap;
    gap: 0;
    align-items: stretch;
}

.upcoming-events-swiper .swiper-container {
    padding: 8px 0 0;
}

.upcoming-events-swiper .swiper-slide {
    width: var(--upcoming-card-width);
    flex-shrink: 0;
    justify-content: flex-start;
}

.upcoming-event-card {
    box-sizing: border-box;
    width: var(--upcoming-card-width);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.upcoming-event-card p {
    width: 100%;
    margin: 0;
    overflow-wrap: anywhere;
}

.upcomming-events .badge {
    top: 0;
    left: 0;
}

/* Brand section */
.brands-main {
    background: linear-gradient(to bottom, #030304 0%, #0b0a10 100%);
    padding: 80px 0;
}

.brands-main::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/double-circle.png);
    background-size: 70% 100%;
    background-position: left;
    background-repeat: no-repeat;
}

.marquee-wrapper {
    width: 100%;
    position: relative;
    padding: 50px 0 100px;
    overflow: hidden;
}

.marquee {
    display: flex;
    animation: scrollLeft 10s linear infinite;
    width: max-content;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* End Brand section */

/* Fee Section */
.gap-class {
    padding: 50px 0;
}

.fee-section h2 {
    margin-bottom: 60px;
}

.fee-inner p {
    font-size: 18px;
}

/* End Fee Section */

/* Speed Section */

.speed-card {
    width: 70%;
    margin: 30px auto;
}

.speed-card h4 {
    font-size: 18px;
    font-weight: 500;
    width: 80%;
    margin: 12px auto;
    height: 45px;
}

.speed-dating-section .col-12:nth-child(1) .speed-card p,
.speed-dating-section .col-12:nth-child(2) .speed-card p {
    width: 100%;
}

.speed-card p {
    width: 68%;
    margin: 0 auto;
    color: #a49fbc;
}

.speed-card img {
    max-height: 155px;
}

.speed-one-img {
    position: relative;
    top: 35px;
}

.speed-dating-party-section {
    background-image: url(../images/blue-circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

/* End Speed Section */

/* Speed Dating Party Section */

.speed-dating-party-section h2 {
    margin-bottom: 50px;
}

.party-main p {
    background: linear-gradient(
            262.47deg,
            rgba(255, 255, 255, 0.07) 0%,
            rgba(255, 255, 255, 0.21) 100%
    );
    backdrop-filter: blur(24px);
    box-shadow: 4px 6px 6px 0px #00000059;
    padding: 13px 26px;
    width: 50%;
    position: absolute;
    left: 0;
    top: -40px;
    width: 65%;
}

.party-main .party-down-text {
    left: inherit;
    top: inherit;
    right: 45px;
    bottom: -40px;
    width: 50%;
}

.party-main p:first-child {
    border-radius: 0px 20px 20px 20px;
}

.party-main p:last-child {
    border-radius: 20px 0px 20px 20px;
}

.chain-img {
    margin-top: 40px;
    position: relative;
    right: 20%;
    object-fit: contain;
}

.center-speed-section {
    width: 70%;
}

.center-speed-section .party-main p {
    top: -20px;
}

.center-speed-section .party-main .party-down-text {
    top: inherit;
    width: 85%;
}

.center-speed-section .chain-img {
    right: -20%;
}

.last-party-section .party-main .party-down-text {
    right: 0px;
    bottom: -40px;
    width: 75%;
    left: 0;
}

/* End Speed Dating Party Section */

/* Discount & Special Offer Section */
.discount-inner {
    padding: 34px 38px;
    border-radius: 30px;
    background-color: #17161c;
    font-size: 16px;
    color: #ffffff;
}

.discount-inner h4 {
    font-size: 32px;
    font-weight: 700;
}

.discount-inner p:last-child {
    font-size: 14px;
    color: #a49fbcb2;
}

/* End Discount & Special Offer Section */

/* Swipper */
.swiper-content-wrapper h2 {
    margin-bottom: 50px;
}

.swiper-wrapper {
    padding-bottom: 20px;
}

.swiper-progress {
    height: 2px;
    background-color: #25222e;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.swiper-progress-bar {
    height: 100%;
    width: 60px;
    background-color: #ff7736;
    position: absolute;
    left: 0%;
    transition: left 0.3s ease;
}


.swiper-container {
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    opacity: 1;
    pointer-events: auto;
}

.slide-img {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 300 / 473;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
}


/* Fullscreen Modal */
.fullscreen-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.fullscreen-modal img {
    max-width: 90%;
    max-height: 90%;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.swiper-content-wrapper {
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.swiper-button-prev {
    left: 10px !important;
}

.swiper-button-next {
    right: 10px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important;
}

.swiper-btn .arrow-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff33;
    transition: background-color 0.3s ease;
}

.swiper-btn .arrow-circle:hover {
    background-color: #ffffff55;
}

.swiper-btn .arrow-circle img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* End Swiper Slider */

/* FAQ Section */

.faq-main {
    background-image: url(../images/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-button {
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 1rem 1rem 0rem;
    background-color: transparent;
    position: relative;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A49FBCB2' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a.5.5 0 0 1 .5.5v6.5H15a.5.5 0 0 1 0 1H8.5V15a.5.5 0 0 1-1 0V9.5H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1rem;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A49FBCB2' viewBox='0 0 16 16'%3E%3Cpath d='M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}

/* End FAQ Section */

/* All Brands Logo */

.all-brands-logo {
    gap: 7rem;
}

/* End All Brands Logo */

/* End Index Page Css */

/* Event Page Css */

.event-content {
    text-align: center;
    width: 100%;
    margin: 40px 0 0 0;
}

.dropdowns-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.page-heading {
    margin: 16px 0 32px 0;
    text-align: center;
}

.page-heading h1 {
    font-size: 54px;
    font-weight: 400;
    font-family: "Felidae";
    letter-spacing: 2px;
}

.dropdowns-group .custom-select img {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdowns-group select {
    width: 100%;
    background-color: #292631;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 11px 14px 11px 16px;
    border-radius: 40px;
    cursor: pointer;
    padding-right: 60px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dropdowns-group #date {
    padding-right: 108px;
}

.event-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    margin: 48px 0 80px 0;
}

.card {
    width: 345px;
    background: #1e1e2e;
    border-radius: 12px;
    overflow: hidden;
    color: #ffffff;
}

.card-header {
    position: relative;
    padding: 0px;
}

.card-header > img {
    width: 100%;
    height: auto;
}

.card-header .badge-green {
    right: 10px;
    left: auto;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

.red-badge {
    background-color: #ff366c;
}

.extra-badge {
    background: #ff4a36;
}

.badge-green {
    background: #22c03c;
}

.orange-badge {
    background: #ff7736;
}

.card-header {
    position: relative;
    overflow: hidden;
}

.card-header img {
    width: 100%;
    aspect-ratio: 300 / 250;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.card-header .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.card-header .badge.badge-green {
    left: auto;
    right: 10px;
}

.card-title {
    width: 100%;
    padding-left: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(0deg, #0b0a10 0%, rgba(11, 10, 16, 0) 100%);
    margin: 0px;
}

.card-body {
    padding: 10px 15px;
}

.subtitle {
    margin-bottom: 10px;
}

.details {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.details i {
    color: #bbb;
}

.card-body p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
}

.price-section {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    gap: 4px;
}

.price-box {
    padding: 8px 8px 12px 8px;
    border-radius: 8px;
    text-align: left;
    width: 50%;
    min-height: 42px;
}

.price-section .price-box:nth-child(1) {
    background: linear-gradient(
            0deg,
            rgba(140, 130, 164, 0.15),
            rgba(140, 130, 164, 0.15)
    ),
    radial-gradient(
            86.52% 121.84% at 50% 0%,
            rgba(255, 0, 200, 0.2) 0%,
            rgba(255, 0, 200, 0) 100%
    );
    border-top: 1px solid #e135c9b2;
}

.price-section .price-box:nth-child(2) {
    background: linear-gradient(
            0deg,
            rgba(140, 130, 164, 0.15),
            rgba(140, 130, 164, 0.15)
    ),
    radial-gradient(
            85.3% 120.11% at 50% 0%,
            rgba(48, 145, 255, 0.2) 0%,
            rgba(48, 145, 255, 0) 100%
    );
    border-top: 1px solid #3091ffb2;
}

.price-box .d-block {
    margin-top: 8px;
}

.price-box span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.buttons-group {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}

.btn {
    width: 250px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    text-decoration: none;
    border: 0;
}

.price-section .btn {
    font-size: 12px;
    width: 100%;
}

.pricing-main {
    min-height: 77%;
}

.price-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-details span {
    font-size: 17px;
    font-weight: 600;
}

.price-details del {
    font-size: 13px;
    color: #ffffff80;
    margin-right: 10px;
}

.discount {
    margin: 5px 0 10px;
    display: block;
}

.event-ticket {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px;
    border-top: 1px solid #25222e;
    padding: 50px 0;
}

.ticket-content {
    text-align: left;
}

.ticket-content {
    width: 33%;
}

.ticket-content h2 {
    width: 90%;
    font-size: 24px;
    font-weight: 600;
}

.ticket-content p {
    color: #a49fbcb2;
    width: 100%;
    margin: 32px 0;
}

.ticket-price {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    font-weight: 600;
}

.ticket-note p {
    color: #a49fbcb2;
    width: 85%;
    margin: 16px 0 32px;
    text-align: left;
}

.ticket-note a {
    width: 80%;
    background: linear-gradient(90deg, #bb3c01 0%, #ffe75c 125.88%);
    padding: 12px;
}

/* End Events Page */

/* Events Details  Page*/

.event-details-main .card {
    width: 100%;
    overflow: visible;
}

.event-details-banner {
    background-image: url(../images/event-banner.png);
    background-size: contain;
    background-position: top;
    width: 100%;
    background-repeat: no-repeat;
}

.banner-content {
    padding-top: 40px;
}

.badges-main span {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 26px;
}

.event-info {
    padding: 38px 0 78px 0;
}

.event-name h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 78px;
}

.tab-container {
    max-width: 450px;
    margin: 0 auto 80px;
    background: transparent;
    border-radius: 0px;
}

.tab-container .gradient-btn {
    width: 100%;
    max-width: 284px;
}

.tab-buttons {
    display: flex;
    background-color: #40213f;
    border-radius: 30px;
}

.tab-buttons button {
    flex: 1 1 33%;
    padding: 8px 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
}

.tab-buttons .gender-female.active {
    background-color: #e651b1;
}

.tab-buttons .gender-male.active {
    background-color: #6626e5;
}

.tab-content {
    display: none;
    padding: 32px 0;
    animation: fadeIn 0.3s ease;
    width: 100%;
}

.tab-content.active {
    display: inline-block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-content-list li {
    padding: 8px 14px;
    border: 1px solid transparent;
    border-radius: 14px;
}

.tab-content-list li:hover {
    background: linear-gradient(
            0deg,
            rgba(37, 34, 46, 0.5),
            rgba(37, 34, 46, 0.5)
    ),
    radial-gradient(
            119.16% 146.97% at 50.14% 100%,
            rgba(255, 119, 54, 0.4) 0%,
            rgba(255, 119, 54, 0) 100%
    );
    border: 1px solid #ff77364d;
    /* width: 500px; */
    position: relative;
    /* left: -25px; */
}

.list-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 3px;
}

.list-heading p:last-child {
    font-weight: 700;
}

.list-paragraph {
    width: 70%;
    color: #a49fbcb2;
}

.tab-content-list li:hover .list-heading {
    color: #ff7736;
}

.tab-content-list li:hover .list-paragraph {
    color: #ffffff;
}

.section-main {
    padding: 80px 0;
}

.sigle-event-detail {
    line-height: 30px;
}

.sigle-event-detail span {
    font-weight: 600;
}

.dating-list {
    margin-top: 30px;
    line-height: 30px;
}

.dating-list li:before {
    content: "—";
    margin-right: 2px;
}

.carousel-inner .btn {
    padding: 5px;
}

.carousel-inner .dark-btn {
    padding: 8px 34px;
}

/* End Carousel Css */

/* End Events Details  Page */

/* FAQ Page */

.faq-list li {
    padding: 18px 0;
}

.faq-question-heading {
    font-weight: 600;
    padding-bottom: 12px;
}

.faq-list li p {
    color: #a49fbc;
}

.faq-list li:last-child {
    border-bottom: none !important;
}

.faq-main-bg::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: -350px;
    left: 0px;
    background-image: url(../images/bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.faq-footer {
    padding: 80px 0;
}

.faq-footer a {
    width: 25%;
    margin-top: 28px;
}

.faq-footer h1 {
    font-size: 32px;
    font-weight: 400;
    color: #ffe484;
    letter-spacing: 2px;
    font-family: "Felidae", sans-serif;
}

/* End FAQ Page */

/* Present Page */

.page-banner {
    background-image: url("../images/hero-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Present-banner-content span {
    background: linear-gradient(
            262.47deg,
            rgba(255, 255, 255, 0.07) 0%,
            rgba(255, 255, 255, 0.21) 100%
    );
    padding: 15px 26px;
    border-radius: 0px 20px 20px 20px;
    font-size: 18px;
}

.Present-banner-content {
    width: 332px;
    margin: 0 auto;
    top: -20px;
}

.Present-banner-content img {
    left: -30px;
}

.friend-form,
.present-banner {
    max-width: 850px;
    margin: 0 auto;
}

.friend-form .form-control,
.friend-form .form-select {
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
}

.friend-form .form-check-input:checked {
    background-color: #ff4d00;
    border-color: #ff4d00;
}

.friend-form .pricing-box {
    font-size: 24px;
    font-weight: bold;
}

.friend-form .note {
    background: #ffe4840d;
    backdrop-filter: blur(24px);
    border: 1px solid #ffe4844d;
    border-radius: 12px;
    padding: 12px;
    color: #ffc107;
    margin: 24px 0 30px;
}

.friend-form .section-title {
    color: #ff6600;
    margin-bottom: 24px;
}

.present-main {
    margin: 53px auto 100px;
}

.terms-accept {
    padding: 25px 0 25px 26px;
}

.terms-main a {
    color: #ff7736;
    text-decoration: underline;
}

.terms-accept .form-check-input {
    border-radius: 100px;
    width: 21px;
    height: 21px;
    background-color: #292631;
    border: none;
}

.custom-btn {
    padding: 10px 10px;
}

.data-content {
    width: 90%;
}

/* End Present Page */

/* Rules Page */

.rules-main h1 {
    font-size: 26px;
    margin: 24px 0 32px 0;
}

.rules-content {
    margin: 24px auto 100px;
    line-height: 35px;
}

/* End Rules Page */

/* Payment Success Page */

.payment-main {
    margin: 64px auto 100px;
}

.payment-main .card {
    width: auto;
}

.payment-main .tab-container {
    max-width: 100%;
}

.friend_box {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.straight-text .package-img-text {
    transform: rotate(0deg);
    transform-origin: left;
    left: 0;
}

.contact-info {
    width: 80%;
    margin: 0 auto;
    background: #00000047;
    padding: 5px 26px;
    border-radius: 20px;
    font-size: 18px;
}

.contact-info p {
    color: #ffffff;
    font-size: 16px;
}

.contact-info span {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}

/* End Payment Success Page */

/* Registration Page */
.notify-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none
}

.notify {
    pointer-events: auto;
    min-width: 280px;
    max-width: 80vw;
    padding: 10px 36px 10px 12px;
    background: linear-gradient(90deg, #9f3bfc -24.51%, #e96924 125.49%);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
    position: relative;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
}

.notify.show {
    opacity: 1;
    transform: translateY(0)
}

.notify .close {
    position: absolute;
    top: 6px;
    right: 8px;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 18px;
    cursor: pointer;
    opacity: .7;
}

.notify .close:hover {
    opacity: 1
}

.card-pricing {
    background: linear-gradient(
            0deg,
            rgba(140, 130, 164, 0.15),
            rgba(140, 130, 164, 0.15)
    ),
    radial-gradient(
            85.3% 120.11% at 50% 0%,
            rgba(48, 145, 255, 0.2) 0%,
            rgba(48, 145, 255, 0) 100%
    );
    border-top: 1px solid #3091ffb2;
    padding: 10px;
    border-radius: 8px;
}

.card-pricing del,
.card-pricing span {
    font-size: 17px;
    font-weight: 600;
}

.payment-right span {
    font-weight: 600;
}

.all-terms {
    width: 64%;
    margin: 0 auto;
    padding-top: 56px;
}

.login-wrapper {
    width: 350px;
    margin: 50px auto 100px;
}

/* End Registration Page */

/* Registration One Person */

/* Hide default date picker icon */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.custom-calander img {
    top: 7px;
    right: 15px;
}

.activated-code {
    width: 60%;
}

.confirmation-main {
    transition: all 0.3s ease;
}

.confirmation-main .pricing-box del {
    font-size: 18px;
}

.confirmation-main .pricing-box span {
    font-size: 24px;
    font-weight: 600;
}

.confirmation-main h4 {
    font-weight: 400;
}

.confirmation-main .warning-message {
    background: #ffe4840d;
    border: 2px dotted #ffe4844d;
    backdrop-filter: blur(24px);
    padding: 12px;
    border-radius: 12px;
}

.confirmation-main .warning-message p {
    font-size: 10px;
    color: #ffe484;
}

.card-inner-content {
    min-height: 155px;
}

.sign-in-tabs .tab-buttons button.active {
    background: linear-gradient(
            360deg,
            rgba(255, 119, 54, 0.1) 0%,
            rgba(255, 119, 54, 0) 100%
    );
    border-bottom: 2px solid #ff7736;
}

.sign-in-tabs .tab-buttons {
    width: 90%;
    float: right;
}

.sign-in-tabs .edit-hover-icon,
.sign-in-tabs .user-hover-icon {
    display: none;
}

.sign-in-tabs .tab-link.active .edit-icon,
.sign-in-tabs .tab-link.active .user-icon {
    display: none;
}

.sign-in-tabs .tab-link.active .edit-hover-icon,
.sign-in-tabs .tab-link.active .user-hover-icon {
    display: inline-block;
}

.sign-in-tabs .tab-buttons button,
.sign-in-tabs .tab-buttons {
    border-radius: 0px;
    border: 2px solid transparent;
}

.sign-in-tabs .tab-buttons {
    background-color: transparent;
}

.login-label {
    font-size: 11px;
}

.dark-form .mx-100 {
    max-width: 100%;
}

.or-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #25222e;
}

.or-text span {
    background: #0b0a10;
    padding: 3px 25px;
    z-index: 9;
    position: relative;
}

.google-btn a,
.google-btn a:hover {
    background-color: transparent;
    border: 1px solid #8c82a4;
}

.person-info {
    padding: 12px 24px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(
            155.53deg,
            #ff7736 0%,
            rgba(255, 119, 54, 0) 34.08%
    );
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.05),
            rgba(255, 255, 255, 0.05)
    ),
    linear-gradient(
            113.96deg,
            rgba(151, 87, 159, 0.1) 0%,
            rgba(88, 54, 186, 0.1) 100%
    );
    backdrop-filter: blur(24px);
    border-radius: 12px;
    line-height: 30px;
    font-size: 12px;
}

/* End Registration One Person */

/* Waitlist Success */

.inner-wrapper {
    max-width: 477px;
    margin: 0 auto;
    padding: 100px 0;
}

.inner-wrapper h4 {
    font-size: 30px;
    font-family: "Felidae", sans-serif;
    font-weight: 400;
    margin: 24px 32px;
}

.page-section {
    margin: 0 auto;
    padding: 48px 0 30px;
}

/* End Waitlist Success */

.coupon-main {
    width: 345px;
}

.coupon-note {
    font-weight: 700;
}

.cross-btn {
    position: absolute;
    top: -30px;
    right: -40px;
    cursor: pointer;
}

/* Profile page */

.profile-main {
    flex-wrap: wrap;
    width: 30%;
    margin: 24px auto 70px;
}

.profile-icon .profile-img {
    border: 2px dashed #4b456c80;
    padding: 8px;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.profile-name {
    font-size: 16px;
    font-weight: 600;
}

.add-icon {
    top: 10px;
    right: -10px;
}

.profile-text p {
    color: #4b456c;
}

.profile-text {
    width: 130px;
    margin-top: -20px;
}

.page-inner-section {
    max-width: 350px;
    margin: 0 auto 100px;
}

.choose-btn {
    width: 90%;
}

.forms-btn {
    margin-bottom: 100px;
}

.forms-btn a {
    width: 40%;
}

/* End Profile Page */

/* Warning Page */

.warning-main h1 {
    font-size: 30px;
    font-family: "Felidae", sans-serif;
}

/* End Warning Page */

/* Blog Page */

.blog-section {
    margin: 0 auto 100px;
}

.blog-main {
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}

.blog-main:hover {
    border-radius: 20px;
    padding: 10px 24px 20px;
    margin: -10px -24px -4px !important;
    background: linear-gradient(90deg, #1c1b24 70%, rgba(28, 27, 36, 0.6));
}

.blog-main:before {
    display: none;
    position: absolute;
    background: linear-gradient(to bottom right, transparent, #ff7c3a80);
    content: "";
    bottom: -20px;
    right: -40px;
    width: 20%;
    height: 40%;
    filter: blur(8px);
    transition: opacity 0.3s ease;
    border-radius: 100px;
}

.blog-main:hover h4 {
    color: #ff7736;
}

.blog-main:hover .blog-arrow,
.blog-main:hover::before {
    display: block;
}

.blog-arrow {
    display: none;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

.blog-header {
    margin: 24px 0;
}

.blog-header h1 {
    font-size: 26px;
    font-weight: 400;
}

.blog-img img {
    border-radius: 12px;
}

.blog-text h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}

.blog-text p {
    font-size: 13px;
    line-height: 20px;
}

.blog-text h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    margin: 15px auto 0;
}

.blog-text div {
    font-size: 16px;
    text-indent: 30px;
    line-height: 20px;
}

.blog-text div div {
    text-indent: 60px;
}

.blog-anchor {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.download-btn {
    width: 30%;
    margin: 0 auto;
}

/* End Blog Page */

/* Review Page */
.review-row {
}

.review-main {
}

.review-card {
    overflow: hidden;
    border-radius: 20px;
    background: #1c1a23;
}

.review-thumb {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
}

.review-empty {
    text-align: center;
    color: #a49fbc;
    margin-bottom: 40px;
}

.review-wrapper {
    max-width: 1040px;
    margin: 0 auto 100px;
}

.mobile-video-fullscreen-host {
    position: fixed;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    left: -9999px;
    top: 0;
}

/* End Review Page */

/* Photos and Videos Page */

.custom-tabs {
    background-color: #1c1a23; /* Match the dark background */
    border-radius: 50px;
    width: 460px;
    display: flex;
}

.custom-tabs .nav-link {
    color: #fff;
    border-radius: 999px;
    padding: 8px 55px;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
    background-color: #ff7a32; /* Orange active tab */
    color: #fff;
}

.review-wrapper .nav {
    flex-grow: 0;
}

.custom-tabs li:last-child {
    right: -15px;
}

/* End Photos and Videos Page */

/* Footer */

.footer {
    padding: 40px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    border-top: 1px solid #25222e;
}

.footer-logo {
    flex: 1;
    min-width: 200px;
    text-align: left;
    padding: 10px;
}

.footer-links {
    flex: 1;
    min-width: 250px;
    text-align: left;
    padding: 10px;
}

.footer-links a {
    display: block;
    color: #a49fbc;
    text-decoration: none;
    margin: 14px 0;
    font-size: 14px;
    padding: 5px 0;
}

.footer-links a:first-child {
    margin-top: 0;
    padding: 0;
}

.social-media,
.contact {
    flex: 2;
    min-width: 200px;
    text-align: left;
    padding: 10px;
    color: #a49fbc;
}

.contact p {
    margin-bottom: 15px;
}

.contact-links {
    margin-top: 40px;
}

.social-media a,
.contact a {
    color: #ffffff;
    font-size: 20px;
    margin: 16px 24px 0 0;
    display: inline-block;
    transition: 0.3s;
}

.social-media a:hover,
.contact a:hover {
    color: #ff7b00;
}

.footer-bottom {
    text-align: center;
    padding: 24px 0px;
    font-size: 12px;
    border-top: 1px solid #25222e;
    color: #45414e;
}

/* End Footer */

/* onboarding Css */
.select-gender {
    height: 475px;
}

.boy-img-main {
    z-index: 2;
    position: absolute;
    width: 418px;
    left: 50%;
    top: 120px;
    margin-left: -375px;
}

.gender-icon {
    position: absolute;
    right: 60px;
    bottom: 5px;
}

.girl-img-main .gender-icon {
    left: 30px;
    bottom: 55px;
}

.gender-option {
    cursor: pointer;
    transition: 0.3s ease;
}

.gender-option img {
    max-height: 100%;
}

.gender-option img:first-child {
    opacity: 0;
}

.gender-option.selected img:first-child {
    opacity: 100%;
}

.gender-option.selected .gender-icon {
    display: none;
}

.girl-img-main {
    position: absolute;
    width: 429px;
    right: 50%;
    top: 144px;
    margin-right: -430px;
}

.default-text p,
.man-btn p,
.women-btn p {
    font-size: 20px;
}

.banner-btn {
    padding-top: 35px;
    height: 120px;
}

@media (min-width: 2560px) {
    .blank-banner {
        height: 100vh;
        background-position: bottom;
    }
}

/* End Onboarding Css */

/* Responsive */

/* Ipad Responsive*/

@media (min-width: 1706px) {
    .select-gender {
    }

    .banner-btn {
    }
}

@media (max-width: 1600px) {
    .select-gender {
    }
}

@media (max-width: 1281px) {
    .select-gender {
    }
}

@media (max-width: 1200px) {
    .nav-links {
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .review-main {
    }

    .header-wrapper,
    .content-wrapper,
    .review-wrapper,
    .banner-main-content {
        width: 100%;
        padding: 0 24px;
        max-width: 100%;
        margin: 0px;
    }

    .menu-toggle .menu-close {
        display: none;
    }

    .menu-toggle.close-menu .menu-close {
        display: inline-block;
    }

    .menu-toggle.close-menu .open-icon {
        display: none;
    }

    .d-fullScreen {
        display: none;
    }

    .d-mobileScreen {
        display: block;
    }

    .nav {
        display: none;
    }

    .review-wrapper .nav {
        display: flex;
    }

    .nav.show {
        display: block;
        position: absolute;
        z-index: 5;
        width: 100%;
        left: 0;
        top: 30px;
    }

    .header-right {
        gap: 5px;
    }

    .header .logo {
        margin: 0 25px;
    }

    .menu-toggle {
        display: block;
    }

    .language-switcher {
        margin: 0 20px 0 0px;
    }

    .mobile-menu-icon {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .nav-links {
        display: block;
        text-align: center;
        background: #000;
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0;
        padding: 10px;
        z-index: 1;
    }

    .nav-links li {
        display: inline-block;
        width: 100%;
        padding: 5px 0;
        margin: 10px 0 0 0;
    }

    .card {
        width: 305px;
    }

    .ticket-content {
        width: 70%;
    }

    .common-card {
        background-size: contain;
        background-position: top;
    }

    .carousel-inner {
        margin-left: 15px;
    }

    .faq-footer a {
        width: 50%;
    }

    .faq-footer h1 {
        width: 80%;
        margin: 0 auto;
    }

}

/* Mobile */
/* @media (max-width: 2561px) {} */

@media (max-width: 768px) {
    /* Utilities */
    h2 {
        font-size: 18px;
    }

    .data-content,
    .activated-code,
    .sign-in-tabs .tab-buttons,
    .coupon-main,
    .login-wrapper,
    .page-inner-section,
    .choose-btn,
    .forms-btn a,
    .download-btn,
    .speed-card,
    .party-main p,
    .center-speed-section,
    .center-speed-section .party-main .party-down-text,
    .last-party-section .party-main .party-down-text,
    .swiper-main-btn a {
        width: 100%;
    }

    /* End Utilities */
    /* Index page */
    .brands-main .marquee-wrapper,
    .gap-class {
        padding: 30px 0;
    }

    .banner .page-heading h1 {
        font-size: 23px;
    }

    .upcomming-events {
        margin-top: 30px;
    }

    .events-main {
        flex-direction: row;
        justify-content: center;
        gap: 20px !important;
    }

    .upcoming-events-swiper {
        --upcoming-card-width: min(78vw, 190px);
    }

    .upcoming-events-swiper .events-main {
        justify-content: flex-start;
        gap: 0 !important;
    }

    .events-main li {
        width: 100%;
        max-width: 350px;
        flex: 0 0 100%;
    }

    .events-main li p {
        margin-bottom: 5px;
        font-size: 14px;
        color: #fff;
    }

    .upcoming-events-swiper .swiper-wrapper {
        padding-bottom: 6px;
    }

    .upcoming-events-swiper .swiper-slide {
        width: var(--upcoming-card-width);
    }

    .upcoming-events-swiper .upcoming-event-card {
        padding: 10px 12px;
    }

    .banner-main-content {
        padding: 0px;
    }

    .bannder-items {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
        padding-bottom: 40px !important;
    }

    .bannder-items .section-shadow {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

    .section-middle-content {
        margin: 20px 0;
    }

    .party-main .party-down-text {
        right: 0;
        width: 100%;
    }

    .chain-img {
        width: 90%;
        right: 0;
    }

    .center-speed-section .chain-img {
        right: -4%;
    }

    .swiper-slide {
        text-align: center;
    }

    .slide-img {
        width: 75%;
        max-width: 100%;
        max-height: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 44px !important;
        height: 44px !important;
        display: flex !important;
    }

    .all-brands-logo {
        gap: 2rem;
    }

    .faq-main {
        background-size: cover;
    }

    /* End Index page */
    .dropdowns-group #date {
        padding-right: 0px;
    }

    .custom-select {
        width: 100%;
    }

    .event-grid .card {
        width: 100%;
    }

    .page-heading h1 {
        font-size: 30px;
    }

    .event-details-banner .page-heading h1 {
        width: 90%;
        margin: 0 auto;
    }

    .event-ticket {
        gap: 0;
    }

    .ticket-content p {
        margin-top: 10px;
    }

    .ticket-content {
        width: 100%;
    }

    .ticket-price {
        width: 85%;
        margin: 0 auto;
    }

    .ticket-note {
        text-align: center;
    }

    .ticket-note p {
        text-align: center;
        margin: 16px auto 32px;
    }

    .ticket-content h2 {
        width: 100%;
        font-size: 18px;
        margin-bottom: 24px;
    }

    /* Events Details  Page Responsive */
    .tab-buttons button {
        flex: 1 1 100%;
    }

    .carousel-nav {
        margin-right: 35px;
    }

    .banner-content .badges-main {
        display: flex !important;
        justify-content: space-between;
    }

    /* End Events Details  Page Responsive */
    /* Present Page Css */
    .page-banner {
        background-position: 31%;
    }

    .straight-text .package-img-text {
        left: -10px;
    }

    .package-img-text {
        width: 325px;
        left: 0;
    }

    .friend-form,
    .present-banner {
        max-width: 100%;
    }

    .package-main {
        margin-top: 20rem;
    }

    .Present-banner-content img {
        left: 0;
    }

    .mobile-gap {
        margin: 25px 20px 10px 20px !important;
    }

    /* End Present Page Css */
    /* Rules Page */
    .rules-main h1 {
        font-size: 18px;
        margin: 15px 0 24px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .rules-content {
        margin: 24px auto 64px;
    }

    /* End Rules Page */
    /* Payment-Success Page */
    .payment-main {
        margin: 20px auto 64px;
    }

    /* End Payment-Success Page */
    /* Registeration Page */
    .payment-main .card {
        width: 100%;
    }

    .all-terms {
        width: 100%;
        border-top: 1px solid #25222e;
    }

    .card-mobile-view {
        padding-top: 65px;
    }

    .terms-accept {
        padding: 0px 20px;
    }

    /* End Registeration Page */
    /* Profile Page */
    .profile-main {
        width: 70%;
    }

    /* End Profile Page */
    /* Photo and Video Page */
    .custom-tabs {
        background-color: transparent;
    }

    .custom-tabs .nav-link {
        padding: 8px 23px;
    }

    .custom-tabs li:last-child {
        right: -10%;
    }

    .custom-tabs li:first-child {
        left: -7%;
    }

    /* End Photo and Video Page */
    /* onboarding Page */
    .blank-banner .banner-main-content .page-heading h1 {
        font-size: 28px !important;
        line-height: 40px !important;
        height: 40px !important;
    }

    .blank-banner {
        background-position: center;
    }

    .banner-btn {
    }

    .secondary-gradient-btn,
    .secondary-gradient-btn-man {
        width: 100%;
    }

    .select-gender {
        height: 420px;
    }

    .non-gender {
        background-position: center -300px;
    }

    .boy-img-main {
        top: 33px;
    }

    .girl-img-main {
        top: 55px;
    }

    /* End onboarding Page */
    /* Footer */
    .footer {
        flex-direction: column;
        text-align: center;
        padding: 40px 0 14px 0;
    }

    .footer-logo,
    .footer-links,
    .social-media,
    .contact {
        text-align: center;
    }

    .footer-links {
        padding: 24px 0;
        border-top: 1px solid #25222e;
        border-bottom: 1px solid #25222e;
    }

    .footer-links a:first-child {
        margin: 14px 0;
        padding: 5px 0;
    }

    .footer-logo {
        padding-bottom: 40px;
    }

    .social-media {
        padding-top: 24px;
    }

    /* End Footer */
}

@media (max-width: 320px) {
    .dropdowns-group {
        flex-direction: column;
    }
}
