
/* Reset and General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;

}

body {
    background-color: #e9ecef;
    color: #333;
    line-height: 1.6;
    position: relative;
    min-height: 100%;
    top: 0 !important;
}
span#selectedLang {
    text-transform: uppercase;
}
#gt_float_wrapper{
 top: 20px!important;
 display: flex;
 left: 0!important;
}
.gt_float_switcher img {
  display: none!important;
}
.gt_float_switcher .gt_options.gt-open {
    opacity: 1;
    background-color: #fff;
    /* right: 0; */
    position: absolute;
    transform: translateX(0px);
}
.gt_float_switcher .gt_options.gt-open {
    opacity: 1;
    max-height: 450px!important;
    background-color: #fff;
    /* right: 0; */
    position: absolute;
    transform: translateX(0px);
    top: 56px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 15px;
    color: #333;
    display: flex
;
    gap: 5px;
    font-weight: bold;
    align-items: center;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 15px;
    color: #333;
    font-weight: 500!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
    line-height: 113%;
}
.gt_float_switcher .gt_options{
    max-height: 350px;
}
.gt_float_switcher .gt-selected {
    background-color: transparent!important;
  
    border: 1px solid #ccc!important;
    cursor: pointer!important;
    font-size: 14px!important;
    position: relative;
    border-radius: 5px!important;
    display: flex!important;
  
    align-items: center!important;
    gap: 4px!important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 4px 8px!important;
    color: #fff!important;
    font-weight: bold;
}
.gt_float_switcher {
    font-family: Arial;
    font-size: 20px;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
    background: transparent!important;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow::after {
    display: inline-block;
    margin-left: 0;
    margin-top: 11px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.gt_float_switcher .gt-selected{
    position: relative;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: inline-block;
    height: 24px;
   
    width: 15px;
    vertical-align: middle;
    background-image: none!important;
    background-position: 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    transition: all .3s;
    transform: rotate(360deg)!important;
}
iframe#\:2\.container {
    display: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;

    z-index: 20000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background-color: #3a506b;
    padding: 8px 0;
}

.header__list {
    display: flex;
    gap: 16px;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0px;
}

.logo__brand {
    font-size: 24px;
    color: #ff6b6b;
    font-weight: 600;
}

.logo__brand i {
    margin-right: 5px;
}

i.fa.fa-chevron-down {
    font-size: 12px;
}

.logo__king {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.header__list li a,
.header__list li {
    padding: 8px;
text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.container.px-1.py-2 {
    height: 100%;
}

#destinationList a {
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
    /* добавляем плавность */
}

#mega2 a {
    width: 100%;
    text-align: start;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    height: auto;
}

#destinationList a:hover {
    transform: translateX(-1rem);
}

.header__list li:hover a,
.header__list li:hover {
    color: #ff6b6b
}

.header__container {
    padding: 0 12px;
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown {
    position: relative;
    display: none;
}

.dropdown-btn {
    background-color: transparent;
    padding: 4px 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    border-radius: 5px;
    display: flex;
    color: #fff;
    align-items: center;
    gap: 4px;
}

.dropdown-btn::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    min-width: 160px;
    z-index: 1000;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.dropdown-menu a:hover {
    background-color: #f0f0f0;
}

ul#custom_lang_selector {
    display: none;
    position: absolute;
    width: 160px;
    border-radius: 5px;
    background: #f5f5f5;
    top: 58px;
    right: 0;
    background: #f5f5f5;
    top: 45px;
    border-bottom: 0, 0, 0, 0.1;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

ul#custom_lang_selector.show {
    display: block;
}

ul#custom_lang_selector li {
    padding: 8px 16px 8px 24px;
}

ul#custom_lang_selector li span {
    color: #333;
}

ul#custom_lang_selector li:hover span {
    color: #333;

}


    .menu-mega {
        position: fixed;
        width: 100vw !important;
        max-width: 100vw !important;
        top: 60px;
        left: 0;
        right: 0;
        max-height: 80vh;
        overflow-y: auto;
        left: 0;
        background: #f5f5f5;
        border-bottom: 0, 0, 0, 0.1;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    }

    .menu-mega {
        display: none;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .menu-mega.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }


.chevron-icon {
    transition: transform 0.3s ease;
}

.chevron-icon.rotate {
    transform: rotate(90deg);
}

.destination-flag {
    width: 20px;
    height: 15px;
    margin-right: 0.5rem;
    border-radius: 2px;
}

.row {
    max-width: 1330px;
    padding: 0 1.5rem;
    margin: 0 auto;
}



    #destinationList,
    #activitiesList {
        column-count: 4;
        column-gap: 1rem;
        width: 100%;
    }

    .destinations-group,
    .activities-group {
        break-inside: avoid;
        page-break-inside: avoid;
        padding-right: 2rem;
        margin-bottom: 1.5rem;
    }

    #mega1 h6.dropdown-header {
        color: #3a506b;
        font-size: 1rem;
        font-weight: 500;
        font-weight: 350;
        padding: 16px 16px 8px;
    }

    #mega2 h6.dropdown-header span {
        color: #3a506b;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 500;
        font-weight: 350;
        padding: 16px 16px 8px;
    }

    .dropdown-item {
        color: #333;
        padding: 16px 16px 8px;
    }

    #mega2 .dropdown-item {
        color: #333;
        padding: 4px 16px;
    }

    .dropdown-item span {
        color: #333;
        font-weight: 500;
    }

    .destinations-group,
    .activities-group {
        break-inside: avoid;
        page-break-inside: avoid;
        padding-right: 2rem;
        margin-bottom: 1.5rem;
    }


.dropdown-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.dropdown-menu.show {
    max-height: 500px;
    /* достаточно для всех пунктов */
    opacity: 1;
    display: block;
    border-radius: 5px;
    background: #f5f5f5 !important;
    top: 45px;
    border-bottom: 0, 0, 0, 0.1;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

.dropdown-menu.show li {
    list-style: none;
    padding: 8px 16px;
    color: #333;
}

/* ////////////.hero///////////// */
.hero {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 120px 0 160px;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(58, 80, 107, 0.7);
}

.hero-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
    margin-bottom: -1px;
}

.hero__wrapper {
    display: flex;

}

.hero__content {
    padding: 0 12px;
    flex: 0 0 auto;
    width: 50%;
}

.hero__content h1 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 3.5rem;
}

.lead {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.hero-features {
    list-style-type: none;
    padding-left: 0;
}

.hero-features li {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.hero-features i {
    margin-right: 10px;
    color: #ff6b6b;
    width: 20px;
    text-align: center;
}

.search-card {
    flex: 0 0 auto;
    width: 50%;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.search-card h2 {
    justify-content: center;
    color: #3a506b;
    margin-bottom: 20px;
    font-weight: 400;
    display: flex;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    font-size: 32px;
    gap: 10px;
}

.row-tab {
    display: flex;
    justify-content: space-between;
}

.col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}

.text-dark {

    color: rgb(33 37 41);
}

.btn-group .btn.active,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn:focus-visible {
    color: #fff;
    background: #3a506b;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group {
    border: 1px solid #3a506b;
    ;
    border-radius: .375rem;
}

.btn-group {
    margin-bottom: 20px;
    overflow: hidden;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.btn-outline-primary {
    color: #3a506b;
    border-color: #3a506b;
}

.hero .btn {
    padding: 6px 12px;
    font-size: 16px;
    border: 0;
}

.invalid-feedback {
    color: rgb(33 37 41);
    display: none;
}

.col-md-3 {
    flex: 0 0 auto;
    width: 47%;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.row-count {
    display: flex;
    gap: 30px;
    width: 100%;
}

.btn-primary {
    background: #3a506b;
    color: #fff;
    border: none !important;
}

.col-12 {
    width: 50%;
}

.hero .form-control {
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px 10px 30px;
    position: relative;
    height: auto;
}

.hero .row-count i {
    position: absolute;
    bottom: 14px;
    left: 10px;
    z-index: 20;
    color: #3a506b;

}

.hero-divider .shape-fill {
    fill: #e9ecef;
}

.hero-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
    transform: rotateY(180deg);
}

.hero button:hover {
    color: #fff;
    background-color: #3a506b;
}

h2 {
    font-size: 2rem;
}

.intro {
    background-color: #e9ecef;
    padding: 80px 0;
}

.intro h2 {
    color: #3a506b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.intro__items {
    gap: 20px;
    display: flex;
}

.intro__item {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
    height: auto;
    min-height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #ced4da;
}

.intro__item i {
    font-size: 3rem;
    color: #ff6b6b;
    margin-bottom: 20px;
}

.intro__item p {
    color: #3a506b;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 1rem;
}

.intro__item h3 {
    color: #3a506b;
    font-weight: 600;
    margin-bottom: 15px;
}

.trend {
    background-color: #e9ecef;
    padding: 80px 0;
}

.trend h2 {
    color: #3a506b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.trend__items {
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    display: flex;
}

.trend__item {
    width: 31.33%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.trend__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: #ffffff;
    padding: 20px;
    text-shadow: 1px 1px 5px black;
    transition: background 0.3s ease;
}

.trend__item img {
    min-height: 100px;
}

.trend__item img {
    width: 100%;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.trend__item:hover img {
    transform: scale(1.1);
}

.trend__info h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.trend__info p {
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.trend__info a {
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 6px 12px;
    transition: all 0.3s ease;
}

.trend__info a:hover {
    background-color: #ffffff;
    color: #3a506b;
}

.trend .btn {

    background: #3a506b;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 20px;
    width: fit-content;
    padding: 8px 16px;
    margin: 0 auto;
    border-radius: 5px;
    display: block;
}

.btn:hover {
    background: #ff6b6b;
}

.footer {
    padding: 60px 0 30px;
    background: #1c2b38;
}

.col {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 12px;
    margin-bottom: 24px;
}

.footer .logo {
    margin-bottom: 20px;
}

h4 {
    font-size: 1.5rem;
}

.footer h4 {
    color: #ff6b6b;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer p {
    font-size: 0.9rem;
    color: #fff;
}

.footer ul {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li:hover a {
    color: #ff6b6b;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.destination-pill {
    transition: background-color .3s ease-in-out;
    background-color: rgb(255 255 255 / 20%);
    color: #ffffff;
    border: 1px solid rgb(255 255 255 / 30%);
    display: inline-flex;
    font-size: 16px;
    padding: 6px 12px;
    flex-direction: row;
    margin: 5px;
    white-space: nowrap;
}

.destination-pill:hover {
    background-color: rgb(255 255 255 / 20%);
    color: #ff6b6b;
    border: 1px solid #ff6b6b;
}

.destination-pill>img {
    width: 20px;
    margin-right: 20px;
}

.copy {
    font-size: 0.9rem;
    text-align: center;
    padding-top: 30px;
    border-top: .5px solid #fff;
    margin: 50px 0 20px;
}

.mob-menu {
    display: flex;
}
#burger-toggle {
    display: none;
}
@media screen and (max-width:768px) {
    #burger-toggle {
       display: flex;
        top: 20px;
 color: #fff;
        right: 20px;
        z-index: 1001;
        font-size: 24px;
        background: none;
        border: none;
    }
    .mob-menu{
        flex-direction: column;
        position: fixed; top: 52px; right: -100%; width: 80%; height: 100vh; background: white; transition: right 0.3s ease; z-index: 1000; overflow-y: auto;
    }
    .header__list li a, .header__list li {
        padding: 8px;
        font-weight: 500;
        line-height: 100%;
        color: #000000;
        cursor: pointer;
    }
    .menu-mega {
        position: relative;
        width: 100vw !important;
        max-width: 100vw !important;
        top: 0;
        left: 0;
        right: 0;
        max-height: fit-content;
        overflow-y: auto;
        left: 0;
        background: transparent;
        border-bottom: 0, 0, 0, 0.1;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    }
    #destinationList, #activitiesList {
        column-count: 1;
        column-gap: 1rem;
        width: 100%;
    }
    .header__list {
        display: flex
    ;
        gap: 5px;
        align-items: center;
    }
    .logo__brand {
        font-size: 18px;
        color: #ff6b6b;
        font-weight: 600;
    }
    .logo__king {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }
    .hero{
        padding: 80px 0 120px;
    }
    .hero__wrapper {
        display: flex
    ;
        flex-direction: column;
    }
    .hero__content,
    .search-card{
        width: auto;
    }
   
    .hero__content h1 {
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        font-size: 2.1rem;
    }
    .lead {
      text-align: center;
    }
    .row-tab {
        display: flex
    ;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .row-count {
        display: flex
    ;
        gap: 0px;
        width: 100%;
        flex-direction: column;
    }
    .search-card h2{
        display: none;
    }
    .col-12 {
        width: 100%;
    }
    .intro__items {
        gap: 20px;
        display: flex
    ;
        flex-direction: column;
    }
    .intro__item {
   width: 100%;
    }
    .trend__item {
        width: 100%;
    }
  footer  .d-col {
        display: flex
    ;
    flex-direction: column;
    }
}
/* .......dest.html......... */
.dest{
    padding-bottom: 3rem;
    background-color: #e8ecef;
}
.dest h2{
    margin-bottom: 1.5rem ;
    text-align: center;
    font-size: 2rem;
    color: #333;
}
.dest__items{
  
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 16px;
    width: 100%;
    box-sizing: border-box;
}
.dest__item{
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(rgb(33 37 41 / 8%), .075) !important;
    border: none;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.dest__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dest__body{
    padding: 16px;
}
.dest img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.dest__body h3{
color: #3a506b;
margin-bottom: 0.5rem;
font-size: 1.25rem;
}
.dest__body p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #333;
}
.dest__body a{
color: #3a506b;
border-color: #3a506b;
margin-top: auto;
--bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    border: 1px solid #3a506b;
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.dest__body a:hover{
    background-color: #3a506b;
    border-color: #3a506b;
    color: #fff;
}
@media screen and (max-width:768px) {
    .dest__items{
  
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 24px;
        row-gap: 16px;
        width: 100%;
        box-sizing: border-box;
    }
}
.ava{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    background:#e9ecef;
}
.ava h2{
    font-size: 3.5rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 48px;
}
.ava__items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 24px;
    width: 100%;
    box-sizing: border-box; 
}
.ava__item{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    transition: transform 0.3s ease;
    background-color: #fff;
}
.ava__item img{
    height: 250px;
    object-fit: cover;
}
.ava__img{
position: relative;
}
.pa{
    display: flex;
    gap: 10px;
  position: absolute;  
  margin: .5rem ;
}
.pa span {

    background-color: #3a506b !important;
}
.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.ava__info{
    padding:0 1rem 4rem;
}
.ava__info h6{
    margin: 16px 0 8px;
    font-size: 1rem;
}
i.fas.fa-check.text-success.me-2 {
    color: #66a969;
    margin-right: 5px;
}
.ava__info a{
    color: #3a506b;
}
.ava__info ul li{
    margin-bottom: 4px;
}
.ava__info ul li img{
    margin-right: 10px;
}
.ava__footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgb(33 37 41 / 3%);
    padding: 8px 16px;
}
.ava__footer a{
    padding: 6px 12px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
}
.ava__footer a:hover{
    border-block-color: #ff6b6b;
}
@media screen and (max-width:758px) {
    .ava__items {
    
        grid-template-columns: repeat(1, 1fr);

    }
}
.about{
  padding: 3rem 0;  
}
.about__col1{
    display: flex;
    flex-direction: column;
    max-width: 800px;
}
.about__col1 h2{
    font-size: 2rem;
    margin-bottom: 1.5rem !important;
}
.about__col1 p{
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1.5rem !important;
}
.about__col1 p.xc{
  font-size: 16px;
  font-weight: 400;  
}
.about__col2{
    transition: transform 0.3s ease;
    background-color: #fff;
    padding: 1rem;
}
.about__col2:hover{
    transform: translateY(-5px);
}
.about__col2 h3{
    color: #3a506b;
    font-size: 24px;
    margin-bottom: 1.5rem !important;
}
.about__col2 ul li{
    margin-bottom: 1rem !important;
}
.about__col2 ul li i{
    color: #ff6b6b;
}

.feed{
    padding:  48px 0;
}
.feed h2{
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.feed__items{
gap: 24px;
display: flex;
}
.feed__item{
  background-color: #fff;
    border-radius: 5px;
    flex: 1;
    padding: 16px;
    transition: transform 0.3s ease;
}
.feed__item:hover{
    transform: translateY(-5px);
}
.feed__top{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}
.feed__top h5{
    font-weight: 500;
font-size: 20px;
color: #3a506b;
}
i.fas.fa-star.text-warning {
    color: rgb(255 193 7);
}
i.fas.fa-star.text-muted {
    color: rgb(33 37 41 / 75%);
}
.feed__item p{
    margin-bottom: 1.5rem !important;
}
.feed__item span{
    font-size: 14px;
color: rgb(33 37 41 / 75%);
}
.team{
    padding: 48px 0;
}
.team h2{
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.team__items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team__item{
    border-radius: 5px;
    padding: 16px;
   background-color: #fff;
}
.team__item:hover{
    transform: translateY(-5px);
}
.team__item h5{
font-size: 20px;
font-weight: 500;
text-align: center;
color: #3a506b;
margin-bottom: 8px;
}
.team__item p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
    color: rgb(33 37 41 / 75%);
}
.team__item span{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 16px;
    color: rgb(33 37 41 / 75%);
}
@media screen and (max-width:768px) {
    .about .d-flex {
        display: flex
    ;
        flex-direction: column;
    }
    .feed__items {
        gap: 24px;
        display: flex
    ;
        flex-direction: column;
    }
    .team__items {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}
.contact{

}
.contact .container{
max-width: 880px;
}
.contact__office{
    background-color: #f8f9fa;
    padding: 2rem 0;
}
.contact__office h2{
    font-size: 2rem;
    margin-bottom: 1.5rem ;
    text-align: center;
}
.contact__office p{
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 16px;
text-align: center;
}
.contact__office p a{
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 16px;
    color: #3a506b;
}
.contact__form{
    background-color: #fff;

padding: 64px 0;
}
.contact__form h2{
    font-size: 2rem;
    margin-bottom: 1.5rem ;
    text-align: center;
}
.contact__form form{
    display: flex;
    flex-direction: column;
}
.contact__form label{
    margin-bottom: 8px;
    font-size: 16px;
}
.contact__form textarea,
.contact__form input{
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px 15px;
    height: auto;
    padding-left: 30px;
    margin-bottom: 16px;
    outline: none;
}
.contact__form textarea{
   min-height: 110px; 
}
.contact__form button{
    background: #3a506b;
    color:  #fff;
    border: none;
    font-size: 16px;
    width: fit-content;
    border-radius: 5px;
    padding: 6px 12px;
}
.contact__form button:hover{
   
    background-color:#ff6b6b ;
}
.legal{
    padding: 48px 0;
    background-color: #fff;
}
.legal__container{
    border-radius: 5px;
    overflow: hidden;
}
.act{
    border-bottom: 1px solid #cfd0d1;
    background-color:#e9ecef;
    cursor: pointer;
    
}
.legal__container .act:last-child{
    border-bottom: none;
}
.act span{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 12px 16px;
    font-size: 18px;
}
.legal-p{
text-align: center;
}
.ac{
    
    background-color: #f5f5f5;
    padding: 16px 20px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .act .ar {
    transition: transform 0.3s ease;
  }
  section.search{
    padding: 40px 0;
    background-color: #e9ecef;
  }
  section.search h3{
    margin-top: 0;
    font-size: 28px;
 
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
  
    border-top: 1px solid;
    opacity: .25;
}
.desall{

}
.desall__top{
    margin: 0 auto;
    max-width: 830px;
    padding: 3rem 0;
}
.desall__top h2{
    font-weight: 500;
   text-align: center;
   font-size: 32px;
   margin-bottom: 8px;
}
.desall__top p{
    font-weight: 400;
    font-size: 16px;
   text-align: center;
}
.desall__center{
    padding: 3rem 0;
}
.desall .d-flex{
    gap: 24px;
    margin-bottom: 24px;
}
.item{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #fff;
    transition: transform 0.3s ease;
}
.item:hover {
    transform: translateY(-5px);
}
.item h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #3a506b;
}
.item ul li{
    display: flex;
    gap: 10px;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}
.item-btn{
    text-transform: capitalize;
    margin-top: auto;
    width: 100%;
    padding: 6px 12px;
    text-align: center;
    font-size: 16px;
    display: block;
    border: none;
    border-radius: 10px;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}
.item:nth-child(1) .item-btn{
background-color: #198754;
color: #fff;
}
.item:nth-child(2) .item-btn{
background-color: #ffc107;
color: #000000;
}
.item:nth-child(3) .item-btn{
background-color: #ffcc80;
color: #fff;
}
.item:nth-child(4) .item-btn{
background-color: #d36b00;
color: #fff;
}
.item:nth-child(1) .item-btn:hover{
    background-color: #146841;
    color: #fff;
    }
    .item:nth-child(2) .item-btn:hover{
    background-color: #e7b725;
    color: #000000;
    }
    .item:nth-child(3) .item-btn:hover{
    background-color: #ffcc80;
    color: #da7b0f;
    }
    .item:nth-child(4) .item-btn:hover{
    background-color: #b47332;
    }
.item ul.eyt li{
    display: flex;
    gap: 10px;
    padding: 8px 16px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}
.item ul.eyt li:last-child{
border-bottom: none;
}
.item ul li:last-child{
    border-bottom: none;
    }
    i.fas.fa-utensils {
        color: #ff6b6b;
    }
.yes{
background-color: rgb(25 135 84);
border-radius: 50rem;
text-align: center;
white-space: nowrap;
line-height: 1;
font-weight: 500;
padding: 4.2px 7.8px;
color: #fff;
font-size: 12px;

}
.no{
    border-radius: 50rem;
text-align: center;
white-space: nowrap;
font-weight: 500;
line-height: 1;
color: #fff;
font-size: 12px;
padding: 4.2px 7.8px;
background-color: rgb(220 53 69);
}
.day{
    border-radius: 50rem;
text-align: center;
white-space: nowrap;
font-weight: 500;
line-height: 1;
padding: 4.2px 7.8px;
background-color: rgb(13 202 240);
color: #fff;
font-size: 12px;
}
.item h5{
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
    color: #3a506b;
    margin-bottom: 8px;
    text-align: center;
}
.item h5 + p{
text-align: center;
margin-bottom: 16px;
}
i.fas.fa-utensils.res {
    color: rgb(25 135 84);
}
i.fas.fa-map-marked-alt.res {
color: rgb(255 193 7);
}
i.fas.fa-hotel.res {
color: rgb(108 117 125);
}
i.fas.fa-map-marker-alt,
i.fas.fa-dice.res {
color: #ff6b6b;
}
i.fas.fa-lightbulb.me-2.text-warning {
    color: rgb(255 193 7);
}
i.fas.fa-cocktail.me-2.text-info {
    color: rgb(13 202 240);
}
.desall__bottom {
    padding: 48px 0;
}
.desall__bottom h2{
    font-weight: 300;
    margin-bottom: 48px;
    font-size: 3.5rem;
    text-align: center;
}
.desall__items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
   
}
.desall__items .item h5 {
font-size: 16;
    text-align: start;
    margin-bottom: 16px;
}
.desall__items .item p{
    text-align: start;
}
@media screen and (max-width:768px) {
    .desall .d-flex {
        gap: 24px;
        flex-direction: column;
        margin-bottom: 24px;
    }
    .desall__items {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .desall__bottom h2 {
        font-weight: 300;
        margin-bottom: 48px;
        font-size: 32px;
        text-align: center;
    }
}
.adv .badge {
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    border-radius: 50rem;
    background-color: #3a506b;
}
.adv .hero__content {
    padding: 0 12px;
    flex: 0 0 auto;
    display: flex
;
    width: 50%;
    flex-direction: column;
    justify-content: center;
}
.adv
.adv__top{
padding: 48px 0;
display: flex;
gap: 24px;
}
.adv__col1{
    flex: 1;
    max-width: 750px;
display: flex;
flex-direction: column;
}
.adv__col1 p{
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 300;
}
.adv__top h2{
    font-size: 28px;
    margin-bottom: 16px; 
    font-weight: 500;
}
.adv__top-items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 16px;
}
.adv__top-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
i.far.fa-clock.fa-2x,
i.fas.fa-sun.fa-2x,
i.fas.fa-user-friends.fa-2x, 
i.fas.fa-users.fa-2x{
  color:#ff6b6b ; 
  margin-bottom: 16px; 
}
.adv__content{
    padding: 48px 0;
}
.adv__content h2{
    font-size: 32px;
    margin-bottom: 24px;
}
.adv-map{
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 8px;
    position: absolute;
    top: 0;
    padding: 5px 10px;
    right: 0;
    color: #fff;
    border-radius: 5px;
    background-color: #ff6b6b;
}
.adv-map i.fas.fa-map-marker-alt{
    color: #fff;
}
.adv .pa {
    display: flex
;
    gap: 10px;
    bottom: 7px;
    position: absolute;
    margin: .5rem;
}
.adv .ava__info h5{
font-size: 20px;
margin-top: 16px;
margin-bottom: 8px;
font-weight: 500;
color: #3a506b;
}
.adv .ava__info h6 {
    margin: 16px 0 8px;
    font-size: 1rem;
    font-weight: 500;
}
.adv__footer{
 
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.adv__footer .ava__items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 24px;
    width: 100%;
   
}
.adv__footer h2{
font-size: 32px;
font-weight: 500;
margin-bottom: 16px;
}
.adv__footer .pa {
    display: flex
;
    gap: 10px;
   top: 0;
   bottom: auto;
    position: absolute;
    margin: .5rem;
}
.adv__footer .ava__img{
    height: 150px;
    overflow: hidden;
}
.adv__footer .ava__img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width:768px) {
    .gt_float_switcher .gt_options.gt-open {
        opacity: 1;
        max-height: 450px !important;
        background-color: #fff;
        right: -5px;
        position: absolute;
        transform: translateX(0px);
        top: 56px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
    }
    .adv .adv__top {
       
   flex-direction: column;
      
    }
    .adv__footer .ava__items {
   
        grid-template-columns: repeat(1, 1fr);
      
    }
    .ava h2 {
        font-size: 2.5rem;
        font-weight: 300;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 48px;
    }
    .adv .hero__content {
        padding: 0 12px;
        flex: 0 0 auto;
        display: flex
    ;
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }
}
.rest{
padding: 48px 0;
}
.rest p{
margin-bottom: 16px;
font-size: 16px;
}
.rest h2{
color: #d36b00;
font-size: 32px;
line-height: 110%;
margin-bottom: 4px;
}
.rest h3{
font-size: 28px;
margin-bottom: 8px;
}
.rest ul{
display: flex;
flex-direction: column;
padding: 0;
list-style: none;
}
.rest li{

}
.rest__cols{
display: flex;
margin-bottom: 40px;
}
.rest__col1{
max-width: 770px;
}
.rest__col2{
    padding: 16px;
    border-radius: 10px;
    display: flex
;
flex-direction: column;
    height: fit-content;
    max-width: 500px;
    background-color: #fff;
}
@media screen and (max-width:768px) {
    .rest__cols{
flex-direction: column;
    }
}