﻿:root {
    --color-yellow-primary: #FDE100;
    --color-gray: #F0F0F0; 
    --color-gray-dark: #676767;
}

body {
    font-size: 16px;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden !important;
}

.roboto-regular {
    font-family: 'CFModGrotesk', sans-serif; font-weight: 400;
    font-style: normal;
}

.button-fill {
    color: #000;
    text-decoration: none !important;
    border: 1px solid #FDE100;
    background: #FDE100;
    padding: 10px 40px;
    font-family: 'Roboto', sans-serif;
}

.button-outline {
    color: #000;
    text-decoration: none !important;
    border: 1px solid #FDE100;
    padding: 10px 40px;
    font-family: 'Roboto', sans-serif;
}



.links {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 6px;
}


.linesColorChange {
    background-color: black !important;
}


.section-header-feft {
    color: #000;
    font-size: 23px;
    font-family: 'Noto Serif', serif;
    margin: 0 0 5px;
    text-align: left;
    font-weight: 600;
}

.section-header-border-left {
    border-bottom: 1px solid var(--color-yellow-primary);
    width: 100px;
    margin-bottom: 30px;
}

.section-header-center {
    color: #000;
    font-size: 23px;
    font-family: 'Noto Serif', serif;
    margin: 0 0 5px;
    text-align: center;
    font-weight: 600;
}

.section-header-border-center {
    border-bottom: 1px solid var(--color-yellow-primary);
    width: 100px;
    margin: 0 auto 30px;
}

.button-primary {
    display:block;
    background: var(--color-yellow-primary);
    color: #000;
    text-decoration: none !important;
    text-align: center;
    padding: 10px 30px;
    font-family: 'Roboto', sans-serif !important;
    box-shadow: 0 0 0.688rem rgb(0 0 0 / 25%);
   transition: all .3s ease-in-out;
   margin: 0 auto;
}

.button-primary:hover {
    color: #000;
    background-color: #fff;
}

.slick-dots {
    margin-top:15px;
    padding-left: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap: 10px;
}

.slick-dots li {
    list-style:none;
}

.slick-dots li button {
    border:none;
    width:10px;
    height:10px;
    border-radius: 50%;
    font-size:0;
}





/********************* HOME *********************/
.section-margin {
    margin: 100px auto;
}


/* FEATURED */
#tour-featured-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100vh;
    position: relative;
}

.featured-section-inner {
    position: absolute;
    bottom: 110px;
    left: 5%;
}

.featured-section-inner h3 {
    color: var(--color-yellow-primary);
    font-size: 20px;
}
.featured-section-inner h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #FFF;
    font-weight: 600;
    max-width: 700px;
    text-shadow: 1px 2px 5px #000000;
}
.featured-section-inner hr {
    border-bottom: 1px solid var(--color-yellow-primary);
    width: 300px;
    margin: 20px 0;
}
.featured-section-inner p {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 1px 2px 5px #000000;
}
/*************/


/* TOUR NAVIGATION */
#tour-nav-section {
    background: var(--color-gray);
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:20px;
    position:sticky;
    top: 0;
    z-index: 10px;
}

.tour-nav-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 0;
}

.tour-nav-menu ul li {
    list-style-type: none;
}

.tour-nav-menu ul li a {
    font-size: 12px;
    color: #000;
    text-decoration: none !important;
}

.tour-nav-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.tour-nav-info__price {
    padding: 0 10px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 15px;
}

.tour-nav-info__price span {
    font-size: 23px;
}

@media screen and (max-width:992px) {
    #tour-nav-section, .tour-nav-info {
        flex-wrap: wrap;
    }

    .tour-nav-menu, .tour-nav-info {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .tour-nav-info {
        display:none;
    }
}

.tourNavMobile{
    display: flex;
    position: sticky;
    flex-direction: column-reverse;
    padding: 8px 0px;
    gap: 0px;
    background-color: var(--color-gray);
    z-index: 90;
}
.tourNav-links{
    display: flex;
    gap: 40px;
    padding: 10px 30px;
    overflow: scroll;
    width: 100vw;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none;
    
}

tourNav-links::-webkit-scrollbar {
    width: 0;
    display: none;
}

.tourNav-links button{
    width: 170px;
}
.tourNav-price{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}






/*******************/





/* DEPARTURES */
.departures-container {
    margin: 0 auto;
    display: flex;
    box-shadow: -1px 1px 3px 3px #88888840;
    padding: 20px;
    flex-wrap: wrap;
}

.departures-container div {
    width: 25%;
    padding-left: 20px;
}

.departures-container div:not(:last-child) {
    border-right: 1px solid #BBB;
}

.departures-container div h3 {
    font-size: 15px;
    color: #676767;
    font-weight: 600;
}

.departures-container div p, .departures-container div ul li {
    font-size: 20px;
    font-family: 'Noto Serif', serif;
    color: #000;
}
    

.tour-departures {
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 21px;
}

.tour-departures li {
    position: relative;
    list-style: none;
    display:block;
}

.tour-departures li:not(:last-child)::after {
    content: "";
    width: 1px;
    height:100%;
    top:0;
    right:10px;
    background-color: #000;
}


@media screen and (max-width:992px) {
    .departures-container div {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .departures-container div {
        width: 100%;
        margin-bottom: 20px;
    }

    .departures-container div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #BBB;
    }
}


/**************/


/* DESCRIPRION SECTION */
#tour-description-section p {
    font-size: 18px;
    color: #000;
}
/***********************/


/* SPECS SECTION */
.tour-specs-container {
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 40px 0;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:18px;
    flex-wrap:wrap;
}

.tour-specs-item {
    width: calc(33% - 10px);
}

.tour-specs-item h3 {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
}

.tour-specs-item p {
    font-size: 17px;
    font-family: 'Noto Serif', serif;
    margin-top: 3px;
    color: #525252;
}

@media screen and (max-width:1200px) {
    .tour-specs-item {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width:768px) {
    .tour-specs-item {
        width: 100%;
    }
}
/*****************/


/* EXPERIENCES VERSUS */
.versus-experiences-container {

}

.tour-versus-experience-items {
    margin: 0 -15px;
}

.tour-versus-experience-items .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--color-yellow-primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: var(--color-yellow-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.tour-versus-experience-items .slick-prev {
    left: -10px;
}

.tour-versus-experience-items .slick-next {
    right:-10px;
}

.tour-versus-experience-item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 500px !important;
    margin: 0 15px;
    position: relative;
}

.tour-versus-experience-item__number {
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    margin: 0 0 10px;
    display: inline-block;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: 'Noto Serif', serif;
    position: absolute;
    top: 20px;
    left: 20px;
}

.tour-versus-experience-item__info {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: left;
}

.tour-versus-experience-item__info h4 {
    color: #FFF;
    font-size: 18px;
    font-family: 'Noto Serif', serif;
    margin: 0 0 10px;
}

.tour-versus-experience-item__info p {
    color: #FFF;
}
/***************/



/* PROGRAM */
.tour-program-image {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
}

.tour-program-item {
    margin: 0 0 20px;
}


.tour-program-item .accordion-button {
    background-color: transparent;
    color: #000;
    border: 1px solid #d9d6d6;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    outline: none;
    transition: 0.4s;
    line-height: 20px;
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    font-weight: 800;
    box-shadow: 0 0 0.688rem rgb(0 0 0 / 25%);
}

.tour-program-item button span {
    background: #e9e9e9;
    padding: 22px;
    margin-right: 15px;
    margin-left: -20px;
}

.program-details-item {
    width: 100%;
    margin-bottom: 25px;
}

.program-details-item h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 13px;
}

.program-details-item h4 i {
    font-size: 30px;
    margin-right: 10px;
    color: #000000;
    background: #fde100;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.program-details-item p {

}

.tour-program-highlights-item {
    box-shadow: -1px 2px 5px 0px #d2d1d1;
}


.tour-program-highlights-item__image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 200px;
}

.tour-program-highlights-item__text {
    padding: 20px 15px;
}

.tour-program-highlights-item__text h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
}

.tour-program-highlights-item__text p {
    padding: 10px 0;
}
/***********/



/* TRAVEL DOCUMENTS */
#tour-travel-documents-section {
}

#tour-travel-documents-section p {
    text-align: center;
    margin: 0 0 17px;
    font-size: 15px;
}

#tour-travel-documents-section p:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    margin-right: 8px;
    font-size: 17px;
}
/********************/


/* EXPERIENCES */

.tour-experiences-items {
    position:relative;
}

.tour-experiences-items .slick-arrow {
    border: none;
    padding:15px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    position: absolute;
    z-index: 3;
    bottom: 20px;
}

.tour-experiences-items .slick-prev {
    right: 70px;
}

.tour-experiences-items .slick-next {
    right: 20px;
}

.tour-experiences-item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 73vh;
    display: table;
    position:relative;
}

.tour-experiences-item h4 {
    position: absolute;
    top: 50px;
    left: 71px;
    font-size: 17px;
    color: #FFF;
}

.tour-experiences-item__info {
    text-align: left;
    padding: 0 50px;
    position: absolute;
    bottom: 30px;
}

.tour-experiences-item__info h3 {
    font-size: 27px;
    line-height: 1.2;
    color: #FFF;
    max-width: 600px;
}

.tour-experiences-item__info p {
    font-size: 18px;
    line-height: 1.2;
    color: #FFF;
    max-width: 600px;
    margin: 20px 0 0;
}

/***************/



/* ACCOMODATION */


.tour-accommodation-items {
    position: relative;
}

.tour-accommodation-items .slick-arrow {
    border: none;
    padding: 10px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    position: absolute;
    z-index: 3;
    bottom: -10px;
}

.tour-accommodation-items .slick-prev {
    right: 70px;
}

.tour-accommodation-items .slick-next {
    right: 20px;
}



.tour-accommodation-item {
    display:grid!important;
    justify-content:flex-start;
    align-items:flex-start;
    grid-template-columns: 1fr 1fr;
    @media screen and (max-width:992px) {
        grid-template-columns: 1fr;
    }
}

.tour-accommodation-item__image {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.tour-accommodation-item__info {
    width: 480px;
    padding: 0 40px;
    text-align: left;
}

.tour-accommodation-item__info h4 {
    font-size: 1.313em;
    line-height: 1.5;
    margin: 30px 0 20px;
}
.tour-accommodation-item__info span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.tour-accommodation-item__info p {
    padding: 20px 0;
    margin-bottom:40px;
}

@media screen and (max-width:992px) {
    .tour-accommodation-item {
        flex-wrap:wrap;
    }
    .tour-accommodation-item__image, .tour-accommodation-item__info {
        width: 100%;
    }

    .tour-accommodation-item__image {
        height: 250px;
    }
}

/****************/

/* INCLUDED SECTION */
#tour-included-section {
    background-color: #f9f6f6;
    padding:30px;
}

.tour-included-items p {
    margin: 0 0 17px;
    font-size: 15px;
}

.tour-included-items p::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #13cd02;
    margin-right: 8px;
    font-size: 17px;
}

.tour-not-included-items p {
    margin: 0 0 17px;
    font-size: 15px;
}

.tour-not-included-items p::before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ef0909;
    margin-right: 8px;
    font-size: 17px;
}
/********************/

/* VERSUS ONLY */

.tour-versus-only-descr p::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fde100;
    margin-right: 6px;
    font-size: 16px;
}

.tour-versus-only-item {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin-top: 50px;
}

.tour-versus-only-item__info, .tour-versus-only-item__image {
    width:50%;
}

.tour-versus-only-item__info {
    padding: 80px 40px 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: 50px;
}

.tour-versus-only-item__info h4 {
    color: #000;
    font-size: 28px;
    line-height: 1.1;
    font-family: 'Noto Serif', serif;
    text-align: left;
    margin: 0 0 15px;
    font-weight: 700;
}

.tour-versus-only-item__info p {
    letter-spacing: 1px;
    color: #878787;
}

.tour-versus-only-item__image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 650px;
}

.tour-versus-only-item:nth-child(odd) .tour-versus-only-item__image {
    order: 1;
}

.tour-versus-only-item:nth-child(odd) .tour-versus-only-item__info {
    order: 0;
}

.tour-versus-only-item:nth-child(even) .tour-versus-only-item__image {
    order:0;
}

.tour-versus-only-item:nth-child(even) .tour-versus-only-item__info {
    order: 1;
}
/***************/

/* BLOG SECTION */

.tour-blog-items {
    margin: 0 -30px;
    width:100%;
    overflow:hidden;
}

.tour-blog-items .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--color-yellow-primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: var(--color-yellow-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.tour-blog-items .slick-prev {
    left: 40px;
}

.tour-blog-items .slick-next {
    right: 40px;
}

.tour-blog-item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 450px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 30px;
}

.tour-blog-item__info {
    text-align: center;
    color: #FFF;
    padding: 0 50px;
}

.tour-blog-item__info h4 {
    font-size: 24px;
    font-family: 'Noto Serif', serif;
}

.tour-blog-item__info p {
}

.tour-blog-item__info hr {
    border: 2px solid #FDE100;
    margin: 20px auto;
}
/****************/

.formButton {
    display: flex;
    padding: 10px;
    background-color: #fde100;
    text-align: center;
}

.bookingOnly, .userInfoOnly, .myPackageOnly, .userInfoOnly-block {
    display: none;
}

.munOfGuestsDiv {
    padding: 6px;
    border: 1px solid rgb(210, 210, 210);
    justify-content: space-between;
    border-radius: 4px;
}




.forgot-password__pg-1 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    height: fit-content;
    background-color: #c2c2c2;
}

.forgot-password__content {
    padding: 40px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    height: fit-content;
    top: 250px;
}.extra-space{
     height: 50px;
     @media screen and (max-width: 1000px) {
     height: 200px
 }
 }

.readonly-select {
    pointer-events: none;
    background-color: #f2f2f2;
    color: #000; /* Ensures the text color remains visible */
}
 
 
 /*Modal before the login style*/
.modal-login-before{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.modal-login-before > .log-info > .log-info-container{
    top: 0px;
    height: 100%;
    max-height: 90vh;
    overflow: auto;
}

/*Contact page*/
.contact__hero-area{
    height: 30vh;
    overflow: hidden;
    width: 100%;
    position: relative;
    & img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        bottom: 0;
    }
}


@media (max-width: 860px) {
    .navHideTextOnMobile {
        /*display:block;*/
        display: none;
    }
}