/* **************************************************
    Global Style
***************************************************** */
@font-face {
    font-family: "Open Sauce";
    src: url(../fonts/OpenSauceOne-Regular.ttf);
}
@font-face {
    font-family: "OpenSauceOne-Bold";
    src: url(../fonts/OpenSauceOne-Bold.ttf);
}
@font-face {
    font-family: "OpenSauceOne-ExtraBold";
    src: url(../fonts/OpenSauceOne-ExtraBold.ttf);
}
@font-face {
    font-family: "OpenSauceOne-Light";
    src: url(../fonts/OpenSauceOne-Light.ttf);
}
body {
    background-color: #F2F6F8;
}
.d-inline-block {
    display: inline-block !important;
}
.color-black {
    color: #000 !important;
}
.color-white {
    color: #fff !important;
}
.color-turquoise {
    color: #94C6C3 !important;
}
.btn-border-black {
    border: 2px solid #000;
}
.btn-border-white {
    border: 2px solid #fff;
}
.btn-border-turquoise {
    border: 2px solid #94C6C3;
}
.border-radius-30 {
    border-radius: 30px;
}
.btn.width-200 {
    width: 200px;
    max-width: 100%;
}
.btn.btn-sm {
    padding: 12px 17px;
}
.message-success {
    width: 100%;
    display: block;
    color: #0b9755;
    margin-bottom: 25px;
    font-weight: bold;
}
.btn-color-turquoise {
    color: #94C6C3;
}
.btn-outline {
    border: 2px solid #000;
    border-radius: 30px;
}
.btn-outline-black-frame {
    border: 2px solid #000;
    border-radius: 30px;
}
.btn-outline-black-frame:hover {
    background-color: #000;
    color: #fff;
}
.btn-outline-white-frame {
    color: #fff;
    border-color: #fff;
}
.btn-outline-white-frame:hover {
    background-color: #fff;
    color: #000;
}
.btn-outline-turquoise-frame {
    border: 2px solid #94C6C3;
    border-radius: 30px;
}
.btn-outline-turquoise-frame:hover {
    background-color: #94C6C3;
    color: #fff;
}
.card-wrapper article.card a {
    text-decoration: none;
}
@media (max-width: 576px) {
    .page-section {
        padding: 3rem 0;
    }
}


select.blackText {
    color: #000 !important;
}
select.grayText {
    color: #757575 !important;
}

/* **************************************************
    Custom select
***************************************************** */
.select-wrapper {
    position: relative;
    width: 270px;
    margin: 0 auto;
}

.select-wrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.select-wrapper::after {
    position: absolute;
    top: 23px;
    right: 25px;
    width: 15px;
    height: 15px;
    border: solid #222;
    border-width: 0px 3px 3px 0px;
    content: "";
    pointer-events: none;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/* **************************************************
    Bxslider
***************************************************** */
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bx-wrapper img {
    height: 100% !important;
}

/* **************************************************
    Menu mobile
***************************************************** */
#mainNav .collapse.show {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
#mainNav .collapse.show .navbar-nav .nav-item .nav-link {
    color: var(--header-text-color);
}
#mainNav .collapse.show .navbar-nav .nav-item.quote-item .nav-link {
    border: 2px solid var(--header-text-color);
    color: var(--header-text-color);
    border-radius: 30px;
}

/* **************************************************
    Home page
***************************************************** */
@media (min-width: 768px) {
    #home-page header.masthead {
      padding-top: 18.75rem;
      padding-bottom: 18.5rem;
    }
}
@media (min-width: 1400px) {
    #favorites .container {
        /* max-width: 1200px; */
    }
}
#travel_ideas {
    background-color: #E5E5E5;
}
#travel-ideas-content {
    padding-left: 90px;
    padding-top: 60px;
}
#travel_ideas .section-heading {
    padding-top: 25px;
    max-width: 320px;
    margin-bottom: 3.5rem;
}
#travel-ideas-newsletter p {
    margin-bottom: 50px;
    font-size: 1.2rem;
}
#travel-ideas-form {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    width: 500px;
    max-width: 100%;
}
#travel-ideas-form form {
    display: flex;
    justify-content: space-between;
}
#travel-ideas-form input.email{
    border: none;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 0;
}
#travel-ideas-form input.email:focus-visible{
    border: none;
    outline: none;
}
#travel-ideas-form input.submit{
    border: none;
    background-color: transparent;
    padding: 0;
    font-weight: bold;
}
#travel-ideas-social-networks {
    padding-top: 150px;
    padding-left: 75px;
}
#travel-ideas-social-networks p {
    font-size: 1.3rem;
}
#travel-ideas-social-networks .social-link {
    width: 55px;
    height: 55px;
    display: inline-block;
    background-size: cover;
    margin-right: 20px;
}
#travel-ideas-social-networks .social-link:last-of-type {
    margin-right: 0;
}
#facebook-link {
    background-image: url('../assets/img/social_networks/facebook_icon.svg');
}
#instagram-link {
    background-image: url('../assets/img/social_networks/instagram_icon.svg');
}
#linkedin-link {
    background-image: url('../assets/img/social_networks/linkedin_icon.svg');
}
@media (max-width: 500px) {
    #travel-ideas-content {
        padding-left: 20px;
        padding-top: 30px;
    }
    #travel-ideas-social-networks {
        padding-top: 100px;
        padding-left: 20px;
    }
}
#services.page-section h2.section-heading {
    font-family: "OpenSauceOne-Bold";
    margin-bottom: 5rem;
}
@media (max-width: 767px) {
    .page-section {
        padding: 4rem 0;
    }
    .page-section h2.section-heading, .page-section .section-heading.h2,
    #services.page-section h2.section-heading {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
  }
#services .icon-circle {
    font-family: 'OpenSauceOne-Bold';
    background-color: #CDE4E2;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    width: 100px;
    display: block;
    height: 100px;
    font-size: 4rem;
    text-align: center;
    position: absolute;
}
#services .service-desc {
    padding-top: 50px;
    padding-left: 75px;
    position: relative;
}
#services .service-desc p {
    line-height: 1.5;
}
#create-your-trip {
    background-image: url('../assets/img/371658cea24864bf2f8f04482a205514.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#create-your-trip-desc {
    color: #fff;
}
#create-your-trip-desc p {
    font-size: 1.5rem;
    line-height: 1.1;
}
#create-your-trip-desc #submitButton {
    margin-top: 50px;
}
@media (min-width: 500px) {
    #create-your-trip-desc {
        width: 293px;
        margin-left: 80px;
    }
}
/* **************************************************
    Footer
***************************************************** */
footer {
    padding-top: 50px;
    padding-bottom: 15px;
}
footer a {
    color: var(--footer-text-color);
}
footer h2 {
    color: var(--footer-text-color);
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 25px;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
footer ul li{
    margin-bottom: 4px;
}
footer ul li a {
    text-decoration: none;
    color: var(--footer-text-color);
}
#footer-agency-address {
    display: flex;
}
#footer-agency-address img {
    width: 25px;
    height: 25px;
    margin-top: 6px;
}
#footer-agency-address p {
    color: var(--footer-text-color);
    margin-left: 15px;
}
#footer-contact-us img {
    width: 25px;
    height: 25px;
    margin-top: 0px;
    margin-right: 10px;
}
#footer-contact-us li {
    color: var(--footer-text-color);
}

#copyright, #copyright a {
    color: var(--footer-text-color);
}

#favorites .section-heading {
    margin-bottom: 4rem !important;
    font-family: "OpenSauceOne-Bold";
}

.package__row_wrapper {
    margin-bottom: 75px;
}

.package__row_wrapper.row__reverse {
    flex-direction: row-reverse;
}

@media (min-width: 992px)
{
    .package__row_wrapper.row__reverse .col-lg-5 {
        width: 37.666667%;
    }
    .package__row_wrapper.row__reverse .col-lg-7 {
        width: 62.333333%;
    }
}

.favorite-wrapper {
    position: relative;
}
.favorite-wrapper-left {
    width: 100%;
    height: 444px;
}
@media (min-width: 1400px) {
    .favorite-wrapper-left {
        width: 703px;
        height: 444px;
    }
}
.favorite-wrapper-right {
    width: 431px;
    max-width: 100%;
}
article.favorite {
    /* min-height: 430px; */
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
#favorite-wrapper-top {
    margin-bottom: 140px;
}
.favorite-wrapper-right article.favorite {
    /* margin-top: 7rem; */
    margin-top: 119px;
    min-height: 800px;
}
@media (max-width: 991px) {
    #favorite-wrapper-top {
        margin-bottom: 50px;
    }
    .favorite-wrapper-right article.favorite {
        margin-top: 50px;
        min-height: 100%;
    }
    .favorite-wrapper-right {
        width: 100%;
        height: 444px;
    }
    .package__row_wrapper {
        margin-bottom: 50px;
    }
}
.favorite-link {
    background-color: #F3725D;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    position: absolute;
    right: 19px;
    top: 13px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    cursor: default;
    z-index: 4;
}
.favorite-more-detail {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-left: 30px;
    margin-bottom: 20px;
    z-index: 7;
}
.module__favorite__card__front__mask {
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,transparent 30%,rgba(0,0,0,.5)),linear-gradient(180deg,transparent 50%,rgba(0,0,0,.8));
}
.favorite:hover .module__favorite__card__front__mask {
    background: linear-gradient(0deg,transparent 30%,transparent),linear-gradient(180deg,transparent 50%,rgba(0,0,0,.5));
}
.favorite__title {
    margin-bottom: 25px;
}
.favorite-price {
    margin-bottom: 25px;
}
.favorite-price span {
    display: block;
    font-weight: bold;
}
article.favorite a.full-link-favorite-go:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

/* **************************************************
    Thematics page
***************************************************** */
@media (min-width: 768px) {
    #thematics-page header.masthead {
      padding-top: 16.75rem;
      padding-bottom: 14.5rem;
    }
}
#thematics-page .card-wrapper {
    display: inline-block;
}
#thematics-page .card {
    background: #fff;
    display: flex;
    padding: 2em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 350px;
}
#thematics-page .card-wrapper article.card a {
    text-decoration: none;
}
#thematics-page .card__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #2fd4dc;
    z-index: -1;
    text-align: left;
}
#thematics-page .card__background img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
}
#thematics-page .thematics-item .square-image {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
#thematics-page .thematics-item .square-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#thematics-page .thematics-item a {
    position: relative;
}
#thematics-page .card__title {
    margin: 0;
    color: #fff;
    font-weight: initial;
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    padding: 0 25px;

}
@media (max-width: 576px) {
    #thematics-page .card {
        margin: 1.5rem !important;
    }
}

/* **************************************************
    Thematics detail page
***************************************************** */
@media (min-width: 768px) {
    #thematics-detail-page header.masthead {
      padding-top: 16.75rem;
      padding-bottom: 14.5rem;
    }
}
#thematic-description-section {
    padding: 3rem 0;
}
.thematics-detail-page h2.section-heading {
    margin-bottom: 6rem;
}
.thematics-detail-page p.thematic-description {
    font-family: "OpenSauceOne-Light";
    font-size: 19px;
    font-weight: 600;
}

/* **************************************************
    Packages list page
***************************************************** */
@media (min-width: 768px) {
    #packages-list-page header.masthead {
      padding-top: 19.65rem;
      padding-bottom: 11.5rem;
    }
}

/* **************************************************
    Package page detail
***************************************************** */
@media (min-width: 768px) {
    #package-detail header.masthead {
      padding-top: 13.7rem;
      padding-bottom: 11.5rem;
    }
}
#packages-list-page #favorites {
    padding-top: 4rem;
}
.masthead-package {
    padding-bottom: 0 !important;
}
.masthead-pricing {
    display: flex;
    justify-content: end;
}
.masthead-pricing-inner {
    text-align: center;
    width: 480px;
    height: 460px;
    background-color: #fff;
    color: #000;
    border-radius: 300px;
    opacity: .8;
    display: block;
    /* clip-path: inset(0px 35px 158px 0px); */
    margin-bottom: -180px;
}
.masthead-pricing-content {
    margin-top: 70px;
}
@media(max-width: 500px) {
    .masthead-pricing-inner {
        clip-path: inset(0px 0 158px 0px);
    }
}
.masthead-pricing span {
    display: block;
}
#masthead-package-label-price {
    font-size: 1.4rem;
}
#masthead-package-price {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.package-detail-content {
    background-color: #F2F6F8;
}
.programs-section {
    margin-top: 2rem;
    margin-bottom: 6rem;
}
#programs-section-top {
    margin-bottom: 3.5rem;
}
#programs-section-top p {
    font-weight: bold;
    font-size: 2rem;
}
#programs-section-top a.btn {
    padding: 8px 0;
    font-weight: bold;
    font-size: 1.4rem;
}
#estimated-budget-section {
    scroll-margin-top: 50px;
}
#estimated-budget-content {
    margin-bottom: 5rem;
}
#estimated-budget {
    color: #94C6C3;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 1.8rem;
}
#starting-from {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0;
}
#estimated-budget-price {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
}
#estimated-budget-desc {
    font-size: 1.1rem;
    font-weight: bold;
}
#estimated-budget-list {
    margin-bottom: 2rem;
}
#estimated-budget-list span {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
}
#estimated-budget-list ul li {
    font-family: "OpenSauceOne-Light";
    font-weight: 700;
    font-size: 1rem;
}
#estimated-budget-list ul li p {
    margin-bottom: 0;
}
#estimated-budget-desc {
    font-family: "OpenSauceOne-Light";
    font-weight: 700;
    font-size: 1.1rem;
}
#estimated-budget-link {
    margin-top: 3rem;
}
#estimated-budget-link a {
    max-width: 195px;
    padding: 14px 8px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
}

#package-quotation-form {
    overflow-y: hidden;
    padding: 3.5rem 3rem 3.5rem 3rem;
    background-color: #fff;
    border-radius: 30px;
}

@media (max-width: 500px) {
    #package-quotation-form {
        padding: 2.5rem 1rem 2.5rem 1rem;
    }
}

#packages_destination {
    color: #727272;
    border: 1px solid #fff;
    padding: 20px 40px;
    border-radius: 30px;
    margin-bottom: 4rem;
    font-weight: bold;
    width: 270px;
    max-width: 100%;
}

/* **************************************************
    Terms And Conditions page
***************************************************** */
.termsAndConditions-cms-page .main-wraper {
    margin-top: 14rem !important;
}
@media (max-width: 991px){
    .termsAndConditions-cms-page .main-wraper {
        margin-top: 7rem !important;
    }
}
.termsAndConditions-cms-page #mainNav {
    background-color: var(--header-bg-color) !important;
    background: var(--header-bg-color) !important;
}
.termsAndConditions-cms-page #mainNav .navbar-nav .nav-item .nav-link {
    color: var(--header-text-color);
}
.termsAndConditions-cms-page #mainNav .navbar-brand #navbar-logo {
    display: none !important;
}
.termsAndConditions-cms-page #mainNav .navbar-brand #navbar-shrink-logo {
    display: block !important;
}
.termsAndConditions-cms-page #mainNav .navbar-nav .nav-item .nav-link:hover span {
    border-bottom: 1px solid #000;
}
.termsAndConditions-cms-page #mainNav .navbar-nav .nav-item.quote-item .nav-link {
    border: 2px solid var(--header-text-color);
}
.termsAndConditions-cms-page #mainNav .navbar-nav .quote-item .nav-link:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}
.termsAndConditions-cms-page #mainNav .navbar-toggler {
    color: var(--header-text-color);
    border: var(--bs-border-width) solid var(--header-text-color);
}

/* **************************************************
    Contact Form Popup - Professionnels Page
***************************************************** */
#contact-form-popup label {
    font-family: 'OpenSauceOne-Bold';
    font-size: 1.7rem;
    font-weight: bold;
}
#contact-form-popup select {
    margin-left: 0 !important;
    max-width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #a6a6a6 !important;
    display: block;
    padding: 10px 10px 10px 0;
    color: #a6a6a6;
    font-size: 1rem;
    width: 100%;
}
#contact-form-popup input[type=text] {
    padding: 10px 10px 10px 0;
    width: 100%;
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid #a6a6a6;
    padding-left: 0;
}
#contact-form-popup textarea.your-project {
    font-size: 1rem;
    width: 100%;
    border: 1px solid #000;
    border-radius: 20px;
    min-height: 220px;
    padding: 20px;
    color: #000;
}
#contact-form-popup .modal-title {
    font-family: 'OpenSauceOne-Bold';
    font-size: 1.7rem;
    font-weight: bold;
    margin-left: 10px;
}
#contact-form-popup .modal-header .close {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: bold;
    border: 3px solid #666666;
    color: #666666;
    background: transparent;
}

/* **************************************************
    Slow-motion Zoom
***************************************************** */
/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
    transition: transform .5s, filter 1.5s ease-in-out;
}
/* The Transformation */
.img-hover-zoom--slowmo:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}

 /* **************************************************
    Blog page
***************************************************** */
.blog-item {
    margin-bottom: 20px;
}
.blog-item .square-image {
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}
.blog-item .square-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-item-bottom {
    background-color: #fff;
    padding: 15px 20px;
}
.blog-item-bottom p.title {
    font-family: "OpenSauceOne-Bold";
    font-size: 21px;
    color: #000;
    text-decoration: initial;
    font-weight: bold;
    margin-bottom: 12px;
    display: inline-block;
    min-height: 63px;
}
.blog-item-bottom a {
    border: 2px solid #000;
    border-radius: 30px;
    padding: 5px 17px;
    text-decoration: auto;
    color: #000;
    display: inline-block;
}


input {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-position: right;
    background-size: auto;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
}
input[type="date"]::-webkit-inner-spin-button
{
    display: none;
    -webkit-appearance: none;
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
