* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #192030;
}

:root {
    --primary-color: #2667FF;
    --secondary-color: #162547;
    --accent-color: #00D4FF;
}

.text {
    color: white;
}


.navbar {
    padding: 0;
    position: relative;
    z-index: 99999999;
    margin-bottom: -110px;
}

.navbar-brand img {
    width: 69px;
    height: 75px;
}

.navbar-nav .nav-item .nav-link {
    color: white;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.scrolled {
    position: fixed;
    z-index: 9999999;
    padding: 0;
    background-color: #10182b;
}

.no-margin {
    margin-bottom: 0 !important;
    padding: 10px;
}

.navbar-toggler {
    color:white;
    border-color: white !important;
}


.btn-primary {
    border: none;
    background: linear-gradient(135deg, #2667FF, #00D4FF);
}


.hero-header {
    background: #162547;
    display: flex;
    padding: 0;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.bannerbackgrounddiv1 {
    width: 1171px;
    height: 1171px;
    background: linear-gradient(179.78deg, rgba(22, 37, 71, 0.5) 16.33%, rgba(60, 72, 102, 0.5) 99.81%);
    position: absolute;
    top: -146px;
    left: -875px;
    transform: rotate(27.59deg);
}

.bannerbackgrounddiv2 {
    width: 1171px;
    height: 1171px;
    background: linear-gradient(3.52deg, rgba(44, 62, 108, 0.5) 59.93%, rgba(22, 37, 71, 0.5) 97.11%);
    position: absolute;
    top: 139px;
    left: 426px;
    transform: rotate(27.59deg);
}

.bannerfooter img {
    width: 133px;
}

.bannermobileimg img {
    border-radius: 50px 50px 0px 0px;
}

@media (max-width:575px) {
    .bannermobileimg img {
        width: 100%;
    }
}

/* ticketbox css */
.ticketbox {
    background: #EBF1FF;
    transform: translateY(-70px);
    border-radius: 37px;
}

.ticketboximg img {
    width: 60px;
    /* height:50px; */
}

.ticketboxinner {
    background: #FFFFFF;
}

.ticketboxoption1,
.ticketboxoption2,
.ticketboxoption3 {
    border-right: 1px solid;
}

@media (max-width:575px) {

    .ticketboxoption1,
    .ticketboxoption2,
    .ticketboxoption3 {
        border-right: none;
        border-bottom: 1px solid;
    }
}

@media (min-width:576px) and (max-width:767px) {

    .ticketboxoption2 {
        border: none;
    }
}

@media (min-width:767px) and (max-width:991px) {

    .ticketboxoption3 {
        border: none;
    }
}

/* recharge $ bills css */
.recharge a,
.bills a {
    color: rgb(46, 44, 44);
    text-decoration: none;
}

.recharge,
.bills {
    border-radius: 20px;
}

.recharge img,
.bills img {
    width: 50px;
}

.pay a {
    color: rgb(61, 60, 60);
    text-decoration: none;
}

.pay img {
    width: 50px;
}

.pay div {
    flex-wrap: wrap;
}

.pay div div {
    width: 100px;
}


/* Experience css */
.Experiencebox1 {
    height: 97%;
    align-content: center;
    padding: 0px 60px;
    border-radius: 20px;
    background: #EBF1FF;

}

.Experiencebox2 {
    align-content: center;
    min-height: 280px;
    border-radius: 15px;
    background: #F8FAFC;
}

.Experiencebox2 svg{
    margin-bottom: 20px;
    color: #2667FF;
    font-size:2rem;
}

/* How it works? */
.How {
    background: #202736;

}

.How img {
    border-radius: 15px;
}

.how-content span {
    color: #001A57;
    background-color: #EBF1FF;
    align-content: center;
}


/* Customer reviews */
.swiper-wrap-top-box {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, black, transparent, transparent, transparent, black);
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.swiper-wrap {
    max-width: 100%;
    min-height: 400px;
    /* margin:50px auto; */
    align-content: center;
    overflow: hidden;
    position: relative;
}

.slides {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: transform 0.5s ease;
    /* ruk-ruk effect */
}

.slide {
    max-width: 500px;
    /* box width bada */
    min-height: 200px;
    margin: 0 10px;
    padding: 60px 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    text-align: center;
    flex-shrink: 0;
}

.review-img {
    clip-path: circle();
    width: 50px;
}

.dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
}

.dot.active {
    background: #0d6efd;
}

.slide.active {
    transform: scale(1) translateY(-15px);
}

.slide {
    transform: scale(0.8) translateY(15px);
}

@media(max-width:1024px) {
    .slide {
        min-width: 250px;
    }
}

@media(max-width:768px) {
    .slide {
        min-width: 200px;
    }
}

@media(max-width:480px) {
    .slide {
        max-width: 250px;
    }
}

@media(max-width:350px) {
    .slide {
        max-width: 150px;
    }
}

/* Frequently */
.Frequently {
    background: #202736;

}

.accordion {
    border-radius: 0 !important;
    overflow: visible !important;
}

.accordion-item {
    border-radius: 10px !important;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 10px !important;
}

.accordion-button {
    border-radius: 0 !important;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2667FF, #00D4FF);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(38, 103, 255, 0.4);
}

.hero-footer {
    background: #162547;
    display: flex;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hero-footerbox1 {
    width: 1171px;
    height: 1171px;
    background: linear-gradient(180deg, rgba(38, 103, 255, 0) 0%, rgba(38, 103, 255, 0.8) 100%);
    position: absolute;
    top: -120px;
    left: -760px;
    transform: rotate(27.59deg);
    opacity: 1;

}

.hero-footerbox2 {
    width: 1171px;
    height: 1171px;
    background: linear-gradient(180deg, rgba(27, 45, 87, 0) 0%, rgba(63, 94, 167, 0.8) 100%);
    position: absolute;
    top: 47px;
    left: 582px;
    transform: rotate(27.59deg);
    opacity: 1;

}

.hero-footerbox3 img {
    filter: drop-shadow(0px 0px 10px #2667FF);
}

/* Custom CSS for ticket listing */
.ticketlistshow {
    margin-bottom: 70px;
}

.ticketlistshow .row {
    margin-top: 30px;
}

.ticketlistshow-item {
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.ticketlistshow-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    flex-wrap: wrap;
}

.ticketlistshow-items img {
    width: 50px;
}

.ticketlistshow-items-item {
    padding: 5px 15px;
    border-radius: 7px;
    background-color: #EBF1FF;
}

.ticketlistshow-items-item p {
    color: #192030;
    margin: 0;
}

.flight-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px 0;
}

.flight-duration {
    color: #6c757d;
    font-size: 0.9rem;
}

.flight-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #192030;
}

.flight-airline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.deal-badge {
    color: #27AE60;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .ticketlistshow-items {
        padding: 15px;
    }

    .flight-details {
        margin: 15px 0;
    }
}

@media (max-width: 768px) {
    .ticketlistshow-items {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .flight-details {
        order: 3;
        width: 100%;
        margin: 10px 0;
    }

    .flight-price {
        order: 4;
    }

    .ticketlistshow-items>div:last-child {
        order: 5;
        width: 100%;
        margin-top: 10px;
    }

    .ticketlistshow-items-item {
        margin: 5px 0;
    }
}

@media (max-width: 576px) {
    .ticketlistshow-items {
        padding: 10px;
    }

    .flight-duration {
        font-size: 0.8rem;
    }

    .flight-price {
        font-size: 1.3rem;
    }

    /* .btn {
        width: 100%;
    } */
}

/* footer */
footer {
    background: #162547;
}

footer ul {
    margin-top: 20px;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: white;
    text-decoration: none;
}



/* Outer container */
.desbord {
    max-width: 90%;
    background: #EBF1FF;
    border-radius: 15px;
    transform: translateY(-70px);
}

/* Menu styling */
.desbordbox1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.menu-wrapper {
    display: flex;
    transition: transform 0.4s ease;
    flex: 1;
}

/* Menu items */
.menu-item img {
    width: 50px;
    height: 50px;
}

.menu-item {
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.menu-item.active-menu {
    transform: translateY(-15px);
    border-bottom: 3px solid #0d6efd;
    font-weight: bold;
}

/* Arrow styling */
.arrow {
    position: absolute;
    color: white;
    background-color: rgba(0, 0, 0, 0.781);
    clip-path: circle();
    cursor: pointer;
    font-size: 24px;
    padding: 0 10px;
    user-select: none;
}

.left {
    transform: translate(-25px, 20px);
    left: 0;
}

.right {
    transform: translate(25px, -108px);
    right: 0;
}

/* Content boxes */
.content-boxes .box {
    display: none;
    padding: 20px;
    margin-top: 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 15px 0 black;
}

.content-boxes .box.active {
    display: block;
}

/* Form design */
.form2 input {
    margin-bottom: 15px !important;
    padding-block: 10px;
    border: none;
    outline: none;
    border-bottom: 2px solid #7a7a7a !important;
}

.form2 .form-control {
    border-radius: 0;
}

.form2 .form-control:focus {
    box-shadow: none !important;
}

.passengerinnerbox1 {
    background-color: #EBF1FF;
}

.passengerinnerbox1 p,
span {
    margin: 0;
}

.passengerinnerbox1 svg {
    font-size: 10px;
    padding-block: 13px;
    padding-inline: 12px;
    background-color: white;
    border: 1px solid black;
    border-radius: 50%;
}

/* login css */
.login img {
    width: 50px;
}

.loginsecond {
    background: linear-gradient(black, blue);
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #7a7a7a;
    font-size: 14px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.divider:not(:empty)::before {
    margin-right: 10px;
}

.divider:not(:empty)::after {
    margin-left: 10px;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


input:focus {
    outline: none;
    box-shadow: none;
}



.contact-hero {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #2d3748 100%);
    padding: 150px 0 50px;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--primary-color) 0%, transparent 70%);
    opacity: 0.1;
    border-radius: 50%;
}

.contact-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact-icon i {
    font-size: 30px;
    color: white;
}

.contact .form-control {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: white;
    padding: 15px 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.contact .form-select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: white;
    padding: 15px 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.contact .form-select:focus {
    color: white !important;
}

.contact .form-select option {
    color: black;
}

.contact .form-select option:checked {
    color: white !important;
    background: #2667FF;
}

.contact .form-select option:hover {
    background: #2667FF;
    color: white;
}


.contact .form-control:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(38, 103, 255, 0.2);
    color: white;
}

.contact .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.btn-send {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border: none;
    border-radius: 12px;
    padding: 15px 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(38, 103, 255, 0.4);
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.social-links a {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
}

.feature-badge {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, var(--accent-color) 0%, transparent 70%);
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.shape-2 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    right: 8%;
    animation-delay: 2s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-card {
        padding: 25px;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
    }

    .contact-icon i {
        font-size: 25px;
    }
}

/* ticketbox css */
.ticketbox {
    background: #EBF1FF;
    transform: translateY(-70px);
    border-radius: 37px;
}

.ticketboximg img {
    width: 60px;
    /* height:50px; */
}

.ticketboxinner {
    background: #FFFFFF;
}

.ticketboxoption1,
.ticketboxoption2,
.ticketboxoption3 {
    border-right: 1px solid;
}

@media (max-width:575px) {

    .ticketboxoption1,
    .ticketboxoption2,
    .ticketboxoption3 {
        border-right: none;
        border-bottom: 1px solid;
    }
}

@media (min-width:576px) and (max-width:767px) {

    .ticketboxoption2 {
        border: none;
    }
}

@media (min-width:767px) and (max-width:991px) {

    .ticketboxoption3 {
        border: none;
    }
}

.ticketprice {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow-left,
.arrow-right {
    width: 40px;
    height: 40px;
    align-content: center;
    text-align: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.arrow-left:hover,
.arrow-right:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
}

.ticketprice-item {
    border-bottom: 2px solid transparent;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 16.666%;
    /* Changed from 22% to 16.666% for 6 items */
    min-width: 0;
}

.ticketprice-item:hover {
    background-color: rgba(38, 103, 255, 0.05);
}

.ticketprice-item.active {
    border-image: linear-gradient(135deg, #2667FF, #00D4FF) 1;
}

.ticketprice-items {
    border-image: linear-gradient(135deg, #2667FF, #00D4FF) 1;
}

#ticketContainer {
    width: 88%;
    overflow-x: hidden;
    transition: transform 0.3s ease;
}

#ticketContainerr {
    display: flex;
    transition: transform 0.3s ease;
}


/* Header Styles */
.site-header {
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}

.logo-placeholder {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-placeholder i {
    color: var(--primary-color);
    font-size: 2rem;
}

.header-menu {
    display: flex;
    gap: 30px;
}

.menu-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.menu-link:hover {
    color: white;
}

/* Hero Section */
.terms-hero {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #2d3748 100%);
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}

.terms-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--primary-color) 0%, transparent 70%);
    opacity: 0.1;
    border-radius: 50%;
}

.terms-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 50px;
    margin: -50px auto 50px;
    position: relative;
    max-width: 1200px;
}

.last-updated {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
}

.terms-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.terms-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.section-icon i {
    font-size: 24px;
    color: white;
}


.termcondition-banner,.privacy-banner{
    text-align: center;
    align-content: center;
    color:white;
}
.terms-list {
    list-style: none;
    padding: 0;
}

.terms-list li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding-left: 30px;
}

.terms-list li:last-child {
    border-bottom: none;
}

.terms-list li::before {
    content: '•';
    color: var(--primary-color);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 15px;
}

.highlight-box {
    background: rgba(38, 103, 255, 0.1);
    border-left: 4px solid var(--primary-color);
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
}

.definition-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.definition-term {
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 5px;
}

/* Sidebar Links */
.sidebar-links {
    display: flex;
    flex-direction: column;
}

.sidebar-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    text-decoration: none;
}

.sidebar-link.active {
    background: rgba(38, 103, 255, 0.2);
    color: white;
    border-color: var(--primary-color);
}

.sidebar-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, var(--accent-color) 0%, transparent 70%);
    opacity: 0.05;
    animation: float 8s ease-in-out infinite;
}

.shape-1 {
    width: 150px;
    height: 150px;
    top: 20%;
    left: 5%;
}

.shape-2 {
    width: 100px;
    height: 100px;
    bottom: 10%;
    right: 8%;
    animation-delay: 2s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(180deg);
    }
}


/* Footer */
.site-footer {
    background: rgba(15, 23, 42, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .terms-hero {
        padding: 80px 0 40px;
    }

    .terms-container {
        padding: 30px 20px;
        margin: -30px auto 30px;
    }

    .section-icon {
        width: 50px;
        height: 50px;
    }

    .section-icon i {
        font-size: 20px;
    }

    .header-content {
        flex-direction: column;
        gap: 15px;
    }

    .header-menu {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .terms-hero h1 {
        font-size: 2rem;
    }

    .terms-container {
        padding: 25px 15px;
    }

    .header-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}