@import "fonts.css";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

p {
    margin: 0;
    color: inherit;
    font-size: inherit;
}

a, a:hover {
    text-decoration: none;
    color: #000000;
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}

img {
    width: 100%;
}

button {
    background-color: transparent;
}

button:focus {
    outline: unset;
}

.container {
    position: relative;
}

/*Navigation*/

.navigation_main {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.navigation_main .container {
    padding: 80px 0;
}

.nav-show {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    opacity: 1;
    max-height: 2000px;
    height: calc(100vh - 180px);
}

.navigation_main:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    height: 800px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: .8
}

.nav-btn {
    cursor: pointer;
    top: 80px;
    right: 30px;
}

.navigation-burger-btn {
    width: 40px;
    position: absolute;
    z-index: 10;
}

.navigation-closebtn {
    width: 40px;
    position: absolute;
}

.nav-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin: 0 auto;
}

.language-switcher {
    position: absolute;
    z-index: 4;
    right: 75px;
    top: 87px;
    display: block;
}

.language-switcher ul {
    list-style: none;
}


/*.mobile__language-switcher{
    display: none;
}*/


.language-switcher ul, .mobile__language-switcher ul {
    display: flex;
    align-items: center;
}

.navigation-items ul {
    margin-bottom: 45px;
    list-style: none;
}

.navigation-items ul li, .language-switcher ul li, .mobile__language-switcher ul li {
    margin: 7px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.language-switcher ul li, .mobile__language-switcher ul li {
    margin: 0 20px;
    font-size: 18px;
    text-transform: unset;
}

.mobile__language-switcher ul li {
    font-size: 30px;
}

.navigation-items ul li a, .language-switcher ul li a, .mobile__language-switcher ul li a {
    color: #666666;
}

.language-switcher .language-switcher-item.active, .mobile__language-switcher .language-switcher-item.active {
    color: #9f1f63;
}

.navigation-items ul li a:hover, .language-switcher ul li a:hover {
    color: #9f1f63;
}

.nav__booking-link {
    text-align: center;
    padding: 24px 0;
    border-bottom: 1px solid #a5a6a5;
    border-top: 1px solid #a5a6a5;
}

.nav__booking-link a {
    color: #ff6600;
    font-size: 36px;
    font-weight: 800;
    text-shadow: 2px 3px 0 #9F1F64;
}


/*Header*/

#header__banner-main {
    position: relative;
}

.header__banner-logo {
    position: absolute;
    top: 40px;
    left: 33px;
    width: 200px;
    z-index: 4;
}

.header__banner-carousel .item {
    height: calc(100vh - 180px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.header__banner-carousel .owl-nav {
    font-size: 40px;
    color: #FFFFFF;
}

.header__banner-carousel .owl-nav button {
    position: absolute;
    top: 43%;
}

.header__banner-carousel .owl-nav button:focus {
    outline: none;
}

.header__banner-carousel .owl-nav button.owl-prev {
    left: 25px;
}

.header__banner-carousel .owl-nav button.owl-next {
    right: 25px;
}


/*Welcome Section*/

#welcome {
    padding-top: 100px;
    padding-bottom: 25px;
}

.welcome-title {
    font-size: 45px;
    font-weight: bold;
    color: #9f1f63;
    margin-bottom: 25px;
    text-align: center;
}

.title-mobile {
    display: none;
}

.welcome-text-up {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #707070;
    margin-bottom: 100px;
}

.welcome-text-down {
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    column-count: 2;
    column-gap: 30px;
}

.welcome__booking-btn {
    text-align: center;
}

.welcome__booking-btn button {
    border: none;
    background-color: #ff6600;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 24px;
    padding: 10px 60px;
    border-radius: 6px;
    margin-top: 30px;

}

/*Gallery*/

#gallery {
    padding: 35px 0 80px 0;
}

.gallery-slider {
    position: relative;
}

.gallery-title {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9f1f63;
    text-align: left;
    margin-bottom: 40px;
}

#main-gallery {
    margin-bottom: 30px;
}

#main-gallery .gallery-item {
    position: relative;
    width: 690px;
    padding-top: 460px;
}

#thumbs-gallery .gallery-item {
    position: relative;
    width: 330px;
    padding-top: 220px;
}

.gallery-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-item-desc p {
    margin-top: 18px;
}

.gallery-slider .owl-prev, .gallery-slider .owl-next {
    position: absolute;
    top: 105px;
    z-index: 20;
}

.gallery-slider .owl-prev {
    left: 110px;
}

.gallery-slider .owl-next {
    right: 110px;
}

.gallery-arrows {
    position: absolute;
    top: 50%;
    width: 65px;
    height: auto;
}

.gallery-arrows__prev {
    left: 20px!important;
    right: auto;
}

.gallery-arrows__next {
    left: auto;
    right: 20px!important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none!important;
}

/*Services Section*/
.services-title {
    color: #2c3e50;
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.service-description {
    margin-bottom: 60px;
}


.services__list-item {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #ecf0f1;
    padding-bottom: 40px;
}

.services__list-icon {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.services__list-item h5 {
    font-size: 22px;
    color: #34495e;
    margin-bottom: 15px;
    font-weight: 600;
}

.services__list-item p, .service-description {
    color: #7f8c8d;
    font-weight: 300;
}


.services__list-text {
    padding-left: 117px;
    font-size: 16px;
}

.services-offer {
    padding: 50px;
    background-color: #9f1f63;
    font-size: 40px;
    color: #ff6600;
    text-align: center;
}

.services-offer p strong {
    font-weight: bold;
}

.services-offer h2 span {
    font-weight: normal;
}


/*Menu*/

#menu, #today_tours {
    padding: 70px 0;
}

.menu__section-title {
    font-size: 72px;
    text-transform: uppercase;
    text-align: center;
    color: #2c3e50;
    margin-bottom: 50px;
}

.menu__item {
    width: 290px;
    margin: 0 auto 60px;
}

.menu__item-image {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 70px;
}

.menu__item-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.menu__title-text {
    font-weight: 300;
    color: #3a4b5c;
    line-height: 25px;
    font-size: 16px;
    text-align: left;
}

.menu__title-text p:nth-child(even) {
    margin-bottom: 20px;
}

.bn-__offer-main {
    background-color: #003580;
    padding: 30px 0;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

/*Testimonials*/

#testimonials {
    padding: 65px 0;
    background-color: #f4f5f6;
}

.testimonials-item {
    width: 40%;
    margin: 0 auto;
}

.testimonials-item-icon {
    width: 30px;
    margin: 0 auto;

}

.testimonials-item-text {
    font-size: 30px;
    text-align: center;
    color: #2c3e50;
    margin: 50px 0;
}

.testimonials-item-auth {
    font-size: 18px;
    color: #666666;
    font-weight: 600;
    text-align: center;
}

.testimonials .owl-prev, .testimonials .owl-next {
    position: absolute;
    top: 130px;
    z-index: 20;
}

.testimonials .owl-prev {
    left: 80%;
}

.testimonials .owl-next {
    right: 80%;
}

.testimonials-next, .testimonials-prev {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2c3e50;
}

.owl-prev.disabled .testimonials-prev, .owl-next.disabled .testimonials-next {
    border: 1px solid #2c3e50;
    background-color: transparent;
}


.bn-offer h2 span {
    color: #3399ff;
}

.bn-offer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.offer-icon {
    margin: 20px 40px;
}

.offer-icon a img {
    width: auto;
    height: 40px;
}


/*Feedback Form*/

.success_message, .error_message {
    text-align: center;
    font-size: 20px;
    color: #33cc99;
    padding-bottom: 15px;
}

.error_message {
    color: #ff0000;
}

.feedback-overlay,
.reviews-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
}

.feedback-modal-show, .review-modal-show {
    overflow-y: hidden;
}

.feedback-modal-show .feedback-overlay, .review-modal-show .reviews-overlay {
    transition: all .3s linear;
    opacity: 1;
    visibility: visible;
}

#feedback__wrapper {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    width: 450px;
    background: #9f1f63;
    transition: all .3s linear;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 8px;
    max-height: 90%;
    overflow: auto;
}

.feedback-form__inner {
    padding: 35px;
}

.feedback-form__close-btn {
    position: absolute;
    top: 2px;
    right: 12px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}

#feedback__wrapper.feedback-show {
    transition: all .3s linear;
    transform: translate(-50%, -50%) scale(1);
}

.feedback-form {
    text-transform: uppercase;
}

.feedback-form-body {

}

.feedback-form-body .br-wrapper {
    margin-bottom: 20px;
}

.feedback-form-body .br-theme-fontawesome-stars .br-widget a {
    margin-right: 10px;
}

.feedback-form .form-control {
    border: 2px solid #ecf0f1;
}

.feedback-form .form-control:focus {
    outline: none;
    box-shadow: unset;
    border-color: #ecf0f1;
}

.feedback-form .form-control::placeholder, .feedback-form .form-control[type="date"] {
    color: #cdcdcd;
}

.feedback-form textarea {
    min-height: 160px;
    max-height: 160px;
    max-width: 100%;
    min-width: 100%;
}

.feedback-form input:focus {
    outline: unset;
    box-shadow: unset;
    border-color: unset;
}

.feedback-form input.error {
    border: 2px solid #ff0000;
}

.feedback-form .btn-primary, .feedback-form .btn-primary:disabled {
    border-radius: 8px;
    background-color: #ff6600;
    border: none;
    font-size: 17px;
    padding: 15px 20px;
}

.feedback__heading {
    color: #ff6600;
    font-size: 20px;
    font-weight: 700;
}

.feedback__subheading {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin: 10px 0;
}

.feedback_status div {
    display: none;
}

.form_datepickers {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fbsubmit {
    text-transform: uppercase;
    font-weight: 800;
}


/*Footer*/

.footer {
    padding-top: 45px;
}

.footer__logo {
    width: 120px;
    padding-top: 7px;
}

.footer__address-title, .footer__help-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #34495e;
}

.footer__address-title {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1;
}

.footer__help-title {
    text-transform: unset;
    font-size: 18px;
    font-weight: normal;
}

.footer__help-text {
    color: #7f8c8d;
}

.footer__help-text a {
    color: #e74c3c;
}

.footer__address-list ul {
    list-style: none;
}

.footer__address-list ul li.contact-list__item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 400;
}

.footer__address-list ul li:last-child {
    margin-bottom: 0;
}

.footer__address-list ul li.contact-list__item > i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.contact-list__item ul {
    position: relative;
    top: -8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.messengers-list__item {
    display: inline-block;
    width: 21px;
    height: auto;
}


.messengers-list__item:first-child {
    margin-right: 5px;
}

.contacts-phone__number {
    position: relative;
    max-width: fit-content;
    padding-right: 80px;
}

.messengers-icons__wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.footer-map {
    overflow: hidden;
    position: relative;
    padding-top: 400px;
    margin-top: 10px;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.scroll-up button {
    padding: 15px 19px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 3;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
}

#booking-widget-id {
    height: 180px;
}

/*---- Reviews ----*/
.customers-review {
    padding: 30px 0 40px;
    background-color: #ffffff;
}

.reviews-heading {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #34495e;
    margin-bottom: 80px;
    text-transform: uppercase;
}

.reviews-slider__wrapper {
    position: relative;
    padding: 0 72px;
}

.reviews-swiper-button {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.reviews-swiper-button img {
    filter: invert(55%) sepia(129%) saturate(4340%) hue-rotate(1deg) brightness(104%) contrast(106%);
}

.swiper-button-disabled {
    display: none!important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none!important;
}

.reviews-swiper-button svg {
    width: 32px;
    height: 23px;
}

.reviews-swiper-button:after {
    content: '';
}

.reviews-slider__wrapper .swiper-button-prev {
    left: 0;
    right: auto;
}

.reviews-slider__wrapper .swiper-button-next {
    left: auto;
    right: 0;
}

.reviews-swiper-button svg path {
    fill: #333366;
}

.review-item__heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    margin-bottom: 45px;
}

.review-rate ul {
    display: flex;
    color: #ff6600;
    margin-bottom: 0;
    font-size: 20px;
    list-style: none;
}

.review-rate ul li:not(:last-child) {
    margin-right: 7px;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #333366;
}

.author-name {
    position: relative;
    font-weight: bold;
}

.review-text:not(.reviews-modal__inner .review-text) {
    font-size: 18px;
    line-height: 30px;
    max-height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #003333;
}

.reviews-modal__inner .review-text {
    max-height: 70vh;
    overflow-y: auto;
}

.review-text__read-more-btn {
    background-color: #ff6600;
    color: #FFFFFF;
    border: none;
    padding: 6px 8px;
    margin-top: 10px;
    border-radius: 4px;
}

.review-text__read-more-btn:focus {
    outline: none;
}

.reviews-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #ffffff;
    z-index: 10000;
    opacity: 0;
    transition: all .3s ease;
}

.reviews-modal.show-modal {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.reviews-modal__wrapper {
    position: relative;
    padding: 40px 20px 20px 20px;
}

.reviews-modal__close-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
}

.feedback-btn {
    margin-top: 50px;
    text-align: center;
}

.feedback-btn a {
    font-size: 24px;
    line-height: 30px;
    background-color: #ff6600;
    color: #FFFFFF;
    border: none;
    padding: 10px 12px;
    margin-top: 10px;
    border-radius: 4px;
}

.form-group label {
    color: #FFFFFF;
}

/*---- FAQ ----*/

#faq {
    background-color: #eef6f8;
    padding-top: 40px;
    padding-bottom: 40px;
}

.faq-heading {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    color: #979089;
    text-align: center;
    margin-bottom: 40px;
}

.faq-accordion {
    display: block;
}

.faq-accordion .card {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    border-radius: 35px;
    overflow: hidden;
}

.faq-accordion .card .card-header {
    cursor: pointer;
    color: #444444;
    position: relative;
    margin: 0;
    padding: 20px;
}

.faq-accordion .card .card-header:hover {
    position: relative;
    background-color: #ffffff;
}

.faq-accordion .card .card-header:hover, .faq-accordion .card .card-header.selected {
    background-color: #49a8e2;
    color: #ffffff;
}

.faq-accordion .card .card-header span {
    position: absolute;
    right: 20px;
    top: 12px;
    height: 25px;
    width: 25px;
    color: #3343a2;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}

.faq-accordion .card .card-body {
    padding: 20px;
}

.faq-accordion .card .card-body {
    display: none;
}

.faq-accordion .card .card-body p {
    font-size: 15px;
    line-height: 24px;
    color: #444444;
    margin: 0;
}

