
<!-- header wraper css -->
.head-wrapper {
    display: block;
    min-height: auto;

    position: relative;
    z-index: 2;

    &::after {
        content: '';
        position: absolute;
        display: block;
        background: #5D5D5D;
        opacity: 0.6;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
        display: none;
    }

}

<!-- header css -->
.header {
    box-shadow: 0 3px 20px rgba(#000000, .1);
}

.main-title{
    padding-top: 120px;
}

@media (max-width: 485px) {
    .main-title{
        padding-top: 200px;
    }
}

@media (max-width: 991px) {
    .main-title{
        padding-top: 200px;
    }
}

/* menu css */
.page-menu {
    li {
        a {
            color: #5D5D5D;

            &.mein-link {
                padding: 1.5rem 1.5rem !important;

                @media screen and (max-width:992px) {
                    padding: 1rem 0 !important;
                }
            }

            &:hover {
                color: #0393D2;
            }
        }



        a.active {
            color: #0393D2;
        }
    }
}


.user {
    i {
        color: #ffffff;
    }

    &::after {
        content: '';
        display: none;
    }
}

.sub-menu {
    text-align: center;

    li {
        display: inline-block;

        a {
            padding: 0px 0.5rem;
        }
    }
}

/* Search engine css */
.search-engine {
    padding: 12rem 0 5rem 0;
    background: url(../images/section/naxos-road.jpg);
    background-size: cover;
    min-height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 820px;

    @media screen and (max-width:992px) {
        padding: 1rem 0;
        /*background-attachment: fixed;*/
    }


    /*&:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        background: #0393D2;
        background: linear-gradient(180deg, rgba(#0393D2, 0.32816876750700286) 0%, rgba(#000000, 0.76234243697479) 100%);
    }*/
}

/* search engine tab css */
.cust-tab {
    li {

        .nav-link,
        .nav-link.active {
            background-color: transparent;
            border: 0px solid transparent;
            color: #ffffff;
            position: relative;

            &:hover {
                color: #0393D2;
            }
        }

        .nav-link.active {
            &:after {
                content: '';
                width: 40px;
                height: 1px;
                display: block;
                background-color: #ffffff;
                margin: 0 auto;
                position: absolute;
                bottom: 0px;
            }
        }
    }
}

/* flight search pill css */
.cust-pills {
    .nav-item {
        .nav-link {
            color: #ffffff;
            background-color: transparent;
            border: none;
            padding: 0.5rem 1rem 1.5rem 0rem;

            @media screen and (max-width:992px) {
                padding: 0.5rem 0.5rem 1.5rem 0rem;
                font-size: 0.8rem;
            }

            &:hover {
                border-color: transparent;
                color: #0393D2;
            }
        }

        span {
            border: 1px solid #0393D2;
        }

        .active {
            span {
                background: #0393D2 !important;
                border: 1px solid #0393D2;
                position: relative;


            }
        }
    }

}

/* search engine css*/
.search-pan {
    background: #ffffff;
    padding: 0.8rem;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

    .dropdown-toggle {

        &::after {
            position: absolute;
            right: 10px;
            top: 50%;
        }
    }

    .dropdown {
        .dropdown-menu {
            width: 100%;
            padding: 0px 0.5rem;
            border-radius: 0.5rem;

            /*-- Droup down Traveller --*/
            .drop-rest {
                li {
                    border-bottom: 1px solid #DDDDDD;
                    display: flex;
                    padding: 1rem 0 1rem 0;

                    span {
                        font-size: 14px;
                        font-weight: 500;
                    }

                    .br {
                        display: block;
                        padding-top: 0px;
                    }

                    .btn {
                        background-color: #000000;
                        color: #ffffff;

                        &:hover {
                            background-color: #000000;
                        }
                    }
                }
            }

            .plus-minus-input {
                align-items: center;
                width: 55%;

                @media screen and (max-width:992px) {
                    width: 30%;
                }

                @media screen and (max-width:575px) {
                    width: 50%;
                }

                .input-group-button {
                    button {
                        background-color: #ffffff;
                        border: 1px solid #0393D2;
                        color: #0393D2;
                        border-radius: 0.2rem;

                        &:hover {
                            background-color: #0393D2;
                            color: #ffffff;
                        }
                    }
                }

                .input-group-field {
                    text-align: center;
                    width: 40%;
                    background: transparent;
                    border: 0;
                    margin-left: 0px !important;

                    &::-webkit-inner-spin-button,
                    &::-webkit-outer-spin-button {
                        appearance: none;
                    }
                }
            }
        }
    }

    .form-group {
        position: relative;
        border-right: 1px solid #DDDDDD;
        padding-left: 1rem;

        @media screen and (max-width:992px) {
            border-right: 0px solid #DDDDDD;
            border-bottom: 1px solid #9F9F9F;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
    }


    .input-group {
        color: inherit;
    }

    .form-label {
        display: block;
        text-align: left;
        font-size: 0.8rem;
        font-weight: bold;
        color: #5D5D5D;
    }

    .form-control {
        font-size: 0.8rem;
        color: #9F9F9F;
        padding: 0;
        border: 0px;
        text-decoration: none;
        border-radius: 50px;
        text-align: left;
    }

    .dropdown-toggle {

        &::before {
            color: #9F9F9F;
            right: 0.8rem;
        }
    }
}

/* search button*/
.btn-search {
    background-color: #0393D2;
    min-height: 48px;
    color: #ffffff;
    max-width: 175px;
    width: 100%;
    border-radius: 50px;
    border: none;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    z-index: 1;

    &:before {
        width: 100%;
        height: 100%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: -100%;
        background: #000000;
        transition: all .2s;
        z-index: -1;
    }

    &:hover {
        color: #ffffff;

        &:before {
            top: 0;
            left: 0;
        }
    }

}

/* add sector button*/
.sector-add {
    font-size: 0.625rem;
    background-color: #EFFAFF;
    border-radius: 50px;
    color: #5D5D5D;
    padding: 0 10px;
}

/* toggle switches css*/

.mode-switch {
    position: relative;
    font-size: 0.8rem;

    input[type="checkbox"] {
        cursor: pointer;
        width: 50px;
        height: 25px;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 1;
        margin: 0px;

        &:checked+label.mode-switch-inner {
            &:after {
                content: attr(data-on);
                left: 80px;
                background: #0393D2;
            }

            &:before {
                content: attr(data-off);
                right: auto;
                left: 20px;
            }
        }
    }

    >label.mode-switch-inner {
        margin: 0px;
        width: 160px;
        height: 30px;
        background: #ffffff;
        border-radius: 50px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease;
        display: block;

        &:before {
            content: attr(data-on);
            position: absolute;
            top: 7px;
            right: 20px;
        }

        &:after {
            content: attr(data-off);
            width: 80px;
            height: 30px;
            line-height: 30px;
            background: #0393D2;
            border-radius: 50px;
            position: absolute;
            left: 0px;
            top: 0px;
            text-align: center;
            transition: all 0.3s ease;
        }
    }
}

/* subscription section css*/
.subs-form {
    position: relative;
    min-height: 60px;
    border-radius: 50px;
    background-color: #ffffff;
    padding: 0.5rem;

    input {
        border-radius: 50px;
        font-size: 0.875rem;
    }

    button {
        border-radius: 50px !important;
        min-width: 150px;
        font-size: 0.875rem;
    }
}

/* service */

.service_first {
    display: flex;
    flex-direction: column;
}

.service_first_three, .service_second_three {
    display: flex;
}

@media (max-width: 991px) {
    .service_first {
        flex-direction: row;
    }

    .service_first_three,
    .service_second_three {
        flex-direction: column;
    }
}

@media (max-width: 485px) {
    .service_first {
        flex-direction: column;
    }

    .service_first_three,
    .service_second_three {
        flex-direction: column;
    }
}

/* testimonials css*/
.testimonials {
    position: relative;
    background-color: rgba(#0393D2, 0.05);


    .client-con {
        text-align: justify;
        background-color: #ffffff;
        border-radius: 50px;
    }
}

/* footer css*/
.footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;

    .fl-menu {
        li {
            list-style: none;
            line-height: 34px;

            a {
                color: #9F9F9F;
                position: relative;
                font-size: 0.875rem;

                &:hover {
                    color: #0393D2;

                }
            }
        }
    }

    .footer-link {
        li {
            line-height: 2.5rem;
            padding: 0 1rem;

            a {
                color: #9F9F9F;
                padding: 0 0 0.5rem 0;
                font-size: 0.8rem;

                &:hover {
                    color: #0393D2;
                }
            }
        }
    }

    .social {

        a,
        .botom-link {
            color: #5D5D5D;

            &:hover {
                color: #0393D2;
            }
        }
    }
}

/* recomended section css*/
.recommended {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;


    .card-wrap {
        background-color: #ffffff;

        .con-img-wrap {
            position: relative;
            border-radius: 50px;
            overflow: hidden;

            img {
                transition: all 0.2s ease;

                &:hover {
                    transform: scale(1.1);
                }
            }

            .offer-tag {
                background-color: #0393D2;
                border-radius: 0 0 50% 50%;
                width: 50px;
                height: 45px;
                display: block;
                position: absolute;
                left: 50px;
                top: 0px;
                text-align: center;
                line-height: normal;
                color: #000000;
                font-size: 0.8rem;
            }

            .wishlist-tag {
                position: absolute;
                right: 20px;
                top: 20px;
                z-index: 2;
                display: flex;
                width: 30px;
                height: 30px;
                background: #ffffff;
                justify-content: center;
                align-items: center;
                line-height: normal;
                border-radius: 100%;
                color: #000000;
                cursor: pointer;

                &:hover {
                    background: #0393D2;
                    color: #ffffff;
                }
            }
        }

        .con-wrap {

            .rating-cover {
                color: #9F9F9F;

                i {
                    color: #ffc107;
                }
            }

            .timing {
                i {
                    color: #0393D2;
                }

                color: #9F9F9F;

            }
        }

    }
}

/* product banner section css*/
.special-offers {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;

    // product card css
    .box {
        position: relative;
        max-height: 450px;
        height: 450px;
        background-color: #5D5D5D;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        border-radius: 50px;
        padding-left: 3rem;


        &::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #0393D2;
            background: linear-gradient(180deg, rgba(#0393D2, 0.32816876750700286) 0%, rgba(#000000, 0.76234243697479) 100%);
            z-index: 0;
        }

        .content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;
            z-index: 1;
        }
    }

    .product01 {
        background-image: url(../images/section/product-banner01.png);
    }

    .product02 {
        background-image: url(../images/section/product-banner02.png);
    }
}

/* services section css*/
.destinations {
    padding-top: 3rem;

    .destination-pill {
        .nav-item {
            .nav-link.active {
                background-color: #23b3f1;
                color: #000000;
                border-radius: 50px;
            }

            .nav-link {
                color: #000000;
            }
        }
    }
}

/*-- flight experience css --*/
.experience {
    align-items: center;
    justify-content: center;
    display: flex;
    padding-bottom: 3rem;


    .wrap {
        position: relative;
        background-color: rgba(#0393D2, 0.1);
        background-image: url(../images/section/naxos-chora.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        padding: 12rem 6rem 15rem 6rem;
        background-position: center center;
        background-attachment: fixed;
        border-radius: 20px;
        overflow: hidden;

        &::before {
            content: "";
            background: rgba(#000000, 0.6);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }
    }

    .group {
        display: flex;
        min-height: 120px;
        border-radius: 50px;
        justify-content: center;
        background-position: center center;
    }

    .video-icon {
        border-radius: 50%;
        background-color: #0393D2;
        color: #ffffff;
        line-height: 60px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: pulseBig infinite 4s linear;

        &:hover {
            background-color: #000000;

            i {
                color: #0393D2;
            }
        }

        i {
            color: #ffffff;
            font-size: 2rem;
        }
    }
}

/*video ripple effect*/
.action {
    width: 3.75rem;
    height: 3.75rem;
    padding: 1.4rem;
    justify-content: center;
    align-items: center;
    display: flex;
    animation: pulseBig infinite 4s linear;

    &:hover {
        background-color: #000000;
    }
}

/* popular routes css*/
.popular-routes {
    padding-top: 5rem;
    padding-bottom: 8rem;

    .flightLine {
        position: relative;
        width: 100%;
        height: 1px;
        background-color: #DDDDDD;

        >* {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 9px;
            height: 9px;
            border: 1px solid #DDDDDD;
            border-radius: 100%;
        }
    }

    .flightLine>:first-child {
        left: 0;
        background-color: #DDDDDD
    }

    .flightLine>:nth-child(2) {
        right: 0;
        background-color: #DDDDDD
    }
}

.scroll-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    padding: 12px 20px;
    font-size: 16px;
    background-color: darkred;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.scroll-btn.show {
    opacity: 1;
    visibility: visible;
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white; /* Προσαρμογή χρώματος */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    padding: 10px;
    padding-left: 12px !important;
    border-radius: 10px;
}

.hidden {
    transform: translateY(-100%);
}

.placeholder {
    height: 50px;
    display: none;
}

#gifContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    z-index: 999;
}

#gifContainer img {
    max-width: 80%;
    max-height: 80%;
}

.swiper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.review-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
    text-align: justify;
}

.review-text {
    font-style: italic;
    margin-bottom: 15px;
}

.review-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    color: #666;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    align-items: flex-start;
}

.form-error {
    color: #ffffff;
    font-size: 0.85em;
    margin-top: 5px;
    display: none;
    /*background: #ffffff;
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
    border: solid 1px #c42736;*/
}