.hero_banner {
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_banner .info {
    position: relative;
    inset: 0;
    z-index: 3;
    height: 100%;
}

.hero_banner .info h2 {
    font-size: 56px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}

.hero_banner .info p {
    color: color-mix(in srgb, #ffffff, transparent 20%);
    font-size: 18px;
}

.hero_banner .carousel-item {
    height: 60vh;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease-in-out;
    position: relative;
    z-index: 1;
}


.hero_banner .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.5px;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
}

.hero_banner .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Search_banner {
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, var(--tts-buttton-bg) 35%, var(--tts-buttton-bg1) 100%);
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.hero_banner .carousel-control-prev,
.hero_banner .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
}



.hero_banner .carousel-control-prev {
    justify-content: start;
    transform: translateX(-100%);
}

.hero_banner .carousel-control-next {
    justify-content: end;
    transform: translateX(100%);
}

.hero_banner:hover .carousel-control-prev{
    transform: none;
}
.hero_banner:hover .carousel-control-next{
    transform: none;
}


.hero_banner .carousel-control-next-icon,
.hero_banner .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background:
        color-mix(in srgb, #ffffff, transparent 80%);
    color:
        color-mix(in srgb, #ffffff, transparent 40%);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .hero_banner .carousel-control-prev {
        padding-left: 15px;
    }

    .hero_banner .carousel-control-next {
        padding-right: 15px;
    }
}


/*search form*/
/* General Styling */
.search-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.search-nav {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    margin-bottom: -30px;
}

.search_tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.search_tabs li {
    margin: 5px;
    list-style: none;
}

.search_tabs li a {
    background: rgb(190 190 190 / 15%);
    border-radius: 50px;
    padding: 6px 16px;
    font-weight: 500;
    color: #000000;
    position: relative;
    transition: none;
    display: block;
}

.search_tabs li a.current {
    background: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
}

.search_tabs li i {
    margin-right: 8px;
    color: var(--tts-buttton-bg);
}

.search_tabs li a.current i {
    color: var(--tts-buttton-txt);
}


.search-area {
    position: relative;
    z-index: 2;
    margin: 0px 0 50px 0;
}

.search-wrapper {
    margin-top: -100px;
}

.search-wrapper .tab-content {
    background: #fff;
    padding: 45px 30px 50px 30px;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.search-wrapper .search-box {
    background: #fff;
    padding: 30px 30px 50px 30px;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.search-wrapper .search-box.flight-search {
    padding-top: 20px
}

.search-form .form-group {
    position: relative;
    padding: 10px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #dedede;
}

.search-form .form-group label {
    color: #000000;
}

.search-form .form-control {
    border-radius: 12px;
    padding: 5px 0px;
    box-shadow: none;
    color: #000000;
    background: transparent;
    border: none;
    font-size: 19px;
    font-weight: 500;
}

.search-form .form-control.form-select option {
    font-size: 14px;
    padding: 10px;
}

.search-form .form-group i {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 28px;
    color: var(--tts-buttton-bg);
}

.search-form .form-group p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000000;
    margin: 0;
    max-width: 130px;
    height: 30px;
}

.search-form-swap {
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-form-swap i {
    background: #EAE8FF;
    font-size: 19px !important;
    position: unset !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: var(--tts-buttton-bg);
}

.search-form-date {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.search-form .passenger-total {
    border-radius: 12px;
    padding: 5px 0px;
    color: #000000;
    font-size: 19px;
    font-weight: 500;
}

.search-form .passenger-box {
    cursor: pointer;
}

.search-form .passenger-box .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 10px;
    width: 291px;
    right: -15px !important;
    margin-top: 15px !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.search-form .static-dropdown.passenger-box .dropdown-menu {
    right: 0px !important;
}

.search-form .passenger-box .dropdown-item:hover,
.search-form .passenger-box .dropdown-item.active {
    background: transparent;
    box-shadow: none;
    color: #000000;
}

.search-form .passenger-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.search-form .passenger-qty {
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-form .passenger-qty button {
    border: none;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50px;
    background: rgb(190 190 190 / 15%);
    border: 1px solid #dedede;
}

.search-form .passenger-qty button i {
    position: unset !important;
    font-size: 16px !important;
}

.search-form .passenger-qty .qty-amount {
    width: 25px;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 500;
    color: #000000;
}

.search-form .passenger-class-info .form-check {
    margin-top: 5px;
}

.search-form .passenger-class-info .form-check-input {
    box-shadow: none;
    margin-top: 7px;
}

.search-form .search-btn .theme-btn {
    position: absolute;
    border-radius: 50px;
    border: 5px solid #fff;
    bottom: -25px;
    left: 50%;
    padding: 7px 25px;
    white-space: nowrap;
    transform: translateX(-50%);
    background: var(--tts-buttton-bg);
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    z-index: 1;
    font-size: 16px;
    color: var(--tts-buttton-txt);
    font-weight: 500;
}

.search-form .search-btn .theme-btn span {
    margin-right: 5px;
}

/* flight */
.search-form .flight-type {
    margin-bottom: 10px;
}

.search-form .flight-type .form-check-input {
    margin-top: 6px;
    box-shadow: none;
    border: 2px solid #000000;
}

.search-form .flight-type .form-check-input:checked {
    background-color: var(--tts-buttton-bg);
    border-color: var(--tts-buttton-bg);
}

.search-form .flight-type .form-check-label {
    font-weight: 500;
    color: #000000;
}

.search-wrapper .flight-search-wrapper .tab-content {
    box-shadow: none;
    background: none;
    border-radius: 0;
    padding: 0;
}

/* .flight-search .search-form-return {
    display: none;
} */

.search-form .flight-multicity-item {
    margin-top: 25px;
    display: none;
}

.search-form .multicity-btn {
    padding-top: 31px;
    padding-bottom: 31px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #000000;
}

.search-form .multicity-item-remove {
    color: #F96768;
}

.search-form .multicity-item-remove i {
    color: #F96768 !important;
}


@media all and (max-width: 1199px) {
    .search-area .container {
        max-width: 100%;
    }

    .search-form .form-group {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 991px) {
    .search-nav {
        border-radius: 20px;
    }

    .search-nav .nav {
        justify-content: center;
    }

    .search-wrapper .tab-content {
        border-radius: 20px;
    }

    .search-form-swap {
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
    }
}


.modify-area{
    background-color: rgb(0 0 0 / 12%);
    padding: 50px 0;
}

.modify-area .search-wrapper{
    position: relative;
}


.search_view_btn {
    margin-top: 10px;
    padding: 0px 10px;
    background: var(--tts-buttton-bg1);
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    z-index: 1;
    font-size: 12px;
    color: var(--tts-buttton-txt1);
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    animation: bounce 0.5s ease-in-out infinite;
}

.search_view_btn:hover {
    background-color: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
   
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
