/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/




/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

:root {
    --highlight-color: #5bc793;
    /* Default color */
}

.home {
    --highlight-color: #600271;
    /* Example color for "Living Now" */
}

.allrounder {
    --highlight-color: #379cc8;
    /* Example color for "Living Now" */
}

.sardegna {
    --highlight-color: #f3e013;
    /* Example color for "Living Now" */
}

.now {
    --highlight-color: #9e3951;
    /* Example color for "Living Now" */
}

.montreal {
    --highlight-color: #000000;
    /* Example color for "Living in Montreal" */
}

.canada {
    --highlight-color: #de0a0a;
    /* Example color for "Living in Canada" */
}

.bicycle {
    --highlight-color: #2de385;
    /* Example color for "Cycling" */
}

.moonshadow {
    --highlight-color: #2c3890;
    /* Example color for "Sailing Moonshadow" */
}

.panama {
    --highlight-color: #ce4b17;
    /* Example color for "Panama" */
}

.tuktuk {
    --highlight-color: #b6b38b;
    /* Example color for "Kabienchen" */
}

.transatlantic {
    --highlight-color: #0bbae6;
    /* Example color for "Transatlantic" */
}

.alps {
    --highlight-color: #15667a;
    /* Example color for "Alps" */
}

.jaipur {
    --highlight-color: #fa921a;
    /* Example color for "Living in India" */
}

.wwoof {
    --highlight-color: #fa1a91;
    /* Example color for "Living in Jordan" */
}

.tomitshka {
    --highlight-color: #2e9643;
    /* Example color for "Living in Tomsk" */
}

.grenobloise {
    --highlight-color: #9d803e;
    /* Example color for "Living in Grenoble" */
}

.istanbul {
    --highlight-color: #5bc793;
    /* Example color for "Istanbullu" */
}

.peru {
    --highlight-color: #f90000;
    /* Example color for "Living in Peru" */
}

.indonesia {
    --highlight-color: #f9d400;
    /* Example color for "Living in Indonesia" */
}

.inner-journey {
    --highlight-color: #7d4c91;
    /* Example color for "The Inner Journey" */
}

.LoremIpsum {
    --highlight-color: #5bc793;
    /* Example color for "Living in Montreal" */
}

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 50px;
    color: black;
    font-weight: bolder
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    /* text-indent: 30px;  Adjust value as needed */
}

.no-indent {
    text-indent: 0 !important;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    display: block;
    /* Damit das Bild zentrierbar wird */
    margin: 0 auto;
    /* Automatische Ränder links und rechts sorgen für Zentrierung */
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.navbar-toggler {
    margin-left: auto;
    /* Pushes it to the right */
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
    margin-top: 0px;
    /* Decreases space above */
    margin-bottom: 50px;
    /* Increases space below */
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.header_main {
    width: 100%;
    float: left;
    background: #5bc793;
    height: 80px;
}

.highlight {
    color: var(--highlight-color);
    /* Wähle eine passende Farbe */
    font-style: italic;
    /* Falls du es optisch abheben willst */
    font-size: smaller;
}


.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--highlight-color);
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--highlight-color);
}

.navbar {
    padding: 20px 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: 18px;
    color: #9c9b9b;
}

.name {
    color: #252525;
}

/* header section end */

/* everywhere content */
.hidden {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.show {
    opacity: 1;
    transform: translateY(0);
}

/* everywhere content */

/* introduction section start */

.introduction_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    background-size: 100%;
}

.introduction_title_main {
    width: 100%;
    float: left;
    padding: 120px 0px;
}

.introduction_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--highlight-color);
    font-weight: bold;
    /* text-transform: uppercase; */
}

.introduction_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
}

/* introduction section end */

/* blogs section start */

.nav-buttons {
    display: flex;
    justify-content: space-between;
    /* Moves buttons to the edges */
    margin: 20px 0;
    padding: 0 20px;
    /* Adds some space from the edges */
}

.prev-button,
.next-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #adadad;
    /* Adjust color */
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
    position: fixed;
    top: 95%; /* Centers vertically */
    transform: translateY(-50%); /* Adjusts for perfect centering */
}

.prev-button {
    left: 20px; /* Moves button away from the left edge */
}

.next-button {
    right: 20px; /* Moves button away from the right edge */
}


ul.custom-list {
    list-style: none; /* Remove default bullets */
    padding-left: 0; /* Remove default indent */
}

ul.custom-list li::before {
    content: "➤"; /* Unicode arrow */
    color: var(--highlight-color); /* Optional custom color */
    margin-right: 10px; /* Space between arrow and text */
    font-size: 1.2em; /* Optional size adjustment */
}


/* blogs section end */

/* overview section start */

.overview_section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 90px;
}

.overview_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.col-md-4 {
    margin-bottom: 30px;
    /* Adds space below the first column */
}

.col-lg-4 {
    margin-bottom: 30px;
    /* Adds space below the first column */
}

.overview_title_main {
    width: 100%;
    float: left;
    padding: 120px 0px;
}

.overview_img {
    width: 100%;
    /* Or a specific width, like 300px */
    height: auto;
    padding-top: 75%;
    /* Aspect ratio of 16:9 (9 / 16 = 0.5625, so 56.25%) */
    position: relative;
    overflow: hidden;
    /* Crops the image if it overflows */
}

.overview_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image fills the container and crops overflow */
}


.overview_title {
    width: 100%;
    float: left;
    font-size: 20px;
    color: var(--highlight-color);
    font-weight: bold;
    /* text-transform: uppercase; */
}

.overview_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4c4c4b;
    margin: 0px;
    padding-top: 10px;
}

.overview_bt {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.overview_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: var(--highlight-color);
    color: #ffffff;
    text-align: left;
    padding: 8px;
    border-radius: 10px; /* Optional: Adds rounded corners */
}

.overview_bt a:hover {
    color: #ffffff;
    background-color: #545454;
}

/* overview section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-yurt.png);
    height: auto;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.banner_taital {
    width: 100%;
    float: left;
    padding: 100px 0px;
}

.outstanding_text {
    width: 100%;
    float: left;
    font-size: 60px;
    color: var(--highlight-color);
    padding-bottom: 0px;
}

.coffee_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #fdfcfa;
    font-weight: bold;
    padding-bottom: 0px;
}

.there_text {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding-bottom: 30px;
}

.learnmore_bt {
    width: 170px;
}

.learnmore_bt a {
    width: 100%;
    float: left;
    padding-right: 0;
    background-color: #252525;
    color: #fff;
    text-align: center;
    margin-right: 12px;
    height: 53px;
    padding: 15px 40px;
    font-size: 14px;
    text-transform: uppercase;
}

.learnmore_bt a:hover {
    background-color: var(--highlight-color);
    color: #fff;
}

#main_slider a.carousel-control-next {
    left: 0px;
    right: -60px;
    top: 440px;
}

#main_slider a.carousel-control-prev {
    left: -60px;
    right: 0px;
    top: 440px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #333333;
    margin: 0 auto;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: var(--highlight-color);
}

/* banner section end */

/* about section start */

.about_section {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.container {
    margin-bottom: 50px;
    /* Ensures space between blog entries */
    margin-top: 0px;
    /* Ensures space between blog entries */
    display: flex;
    flex-direction: column;
    min-height: 200px;
    /* Prevents collapsing */
}

.about_taital_main {
    width: 100%;
    float: left;
    padding: 120px 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--highlight-color);
    font-weight: bold;
    /* text-transform: uppercase; */

}

.about_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #292929;
    margin: 0px;
    padding-top: 10px;
    /*font-family: 'Georgia', serif;  A serif font for headings */
}

.quote {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #727272;
    margin: 0px;
    padding-top: 20px;
    font-style: italic;
    text-align: center;
    /*font-family: 'Georgia', serif;  A serif font for headings */
}

.subheading {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #4c4c4b;
    margin: 10px;
    padding-top: 40px;
    /*font-family: 'Georgia', serif;  A serif font for headings */
}

.center_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #4c4c4b;
    margin: 0px;
    padding-top: 10px;
    /*font-family: 'Georgia', serif;  A serif font for headings */
}

.about_img {
    display: block;
    /* Damit das Bild zentrierbar wird */
    margin: 0 auto;
    /* Automatische Ränder links und rechts sorgen für Zentrierung */
    max-width: 100%;
    /* Verhindert, dass das Bild größer als sein Container wird */
    height: auto;
    /* Bewahrt das Seitenverhältnis */
}

.shadow_img {
    display: block;
    /* Damit das Bild zentrierbar wird */
    margin: 0 auto;
    /* Automatische Ränder links und rechts sorgen für Zentrierung */
    max-width: 100%;
    /* Verhindert, dass das Bild größer als sein Container wird */
    height: auto;
    /* Bewahrt das Seitenverhältnis */
    box-shadow: 0px 0px 18px -6px;
}


.read_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #252525;
    color: #ffffff;
    text-align: center;
    padding: 8px;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: var(--highlight-color);
}

/* about section end */

/* foto carousel section start*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.carousel {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    /* Sorgt dafür, dass Slides zentriert werden */
}

.carousel-container {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    align-items: center;
    /* Verhindert, dass kleinere Bilder oben kleben */
}


.slide {
    flex-shrink: 0;
    /* Verhindert, dass das Bild schrumpft */
    flex: 0 0 100%;
    /* Jeder Slide nimmt genau 100% Breite ein */
    width: 100%;
    /* Der Slide nimmt die gesamte Breite des Karussells ein */
    position: relative;
    text-align: center;
}

.carousel img {
    width: auto;
    /* Lässt Bilder ihre natürliche Breite behalten */
    max-width: 100%;
    /* Verhindert zu große Bilder */
    height: auto;
    /* Passt die Höhe dynamisch an */
    max-height: 80vh;
    /* Verhindert riesige Hochkantbilder */
    object-fit: scale-down;
    /* Behält das ursprüngliche Seitenverhältnis bei */
}

.caption {
    position: relative;
    text-align: center;
    bottom: 10px;
    /* Abstand vom unteren Rand */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.6);
    color: #252525;
    padding: 0px 0px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: 10px;
    /* Kleiner Abstand zum Bild */
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    color: #252525;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

button:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* foto carousel section end*/

/* welcome section start */

.welcome_section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.welcome_taital_main {
    width: 100%;
    float: left;
    padding: 120px 0px;
}

.welcome_title_main {
    width: 100%;
    float: left;
    padding: 0px 0px;
}

.welcome_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--highlight-color);
    font-weight: bold;
   /* text-transform: uppercase;*/
}


.welcome_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4c4c4b;
    margin: 0px;
    padding-top: 10px;
}

.fixed_img {
    width: 25%;
    /* Or a specific width, like 300px */
    height: auto;
    padding-top: 50%;
    /* Aspect ratio of 16:9 (9 / 16 = 0.5625, so 56.25%) */
    position: fixed;
    overflow: hidden;
    /* Crops the image if it overflows */
}

.fixed_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image fills the container and crops overflow */
}

.read_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #252525;
    color: #ffffff;
    text-align: center;
    padding: 8px;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: var(--highlight-color);
}

/* welcome section end */

/* gallery section start */

.gallery_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.gallery_taital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: var(--highlight-color);
    font-weight: bold;
}

.gallery_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    color: #262525;
}

.gallery_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.gallery_image {
    display: block;
    width: 100%;
    height: auto;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
    margin-top: 10px;
}

img.image {
    min-height: 300px;
}

.container_main {
    position: relative;
    box-shadow: 0px 0px 18px -6px;
    padding: 5px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #54545457;
    margin: 0 auto;
}

.overlay .text {
    color: white;
    /* Text color */
    font-size: 50px;
    /* Font size */
    text-align: center;
    /* Center the text */
    display: flex;
    /* Flexbox for centering */
    justify-content: center;
    /* Horizontal centering */
    align-items: center;
    /* Vertical centering */
    height: 100%;
    /* Full height of the overlay */
}

.container_main:hover .overlay {
    opacity: 1;
}

.blog_container {
    position: relative;
    box-shadow: 0px 0px 18px -6px;
    padding: 5px;
    border-radius: 10px;
    background-color: #ffffff;
}


.blog_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #54545457;
    margin: 0 auto;
    border-radius: 10px; /* Optional: Adds rounded corners */
}

.blog_overlay .text {
    color: white;
    /* Text color */
    font-size: 50px;
    /* Font size */
    text-align: center;
    /* Center the text */
    display: flex;
    /* Flexbox for centering */
    justify-content: center;
    /* Horizontal centering */
    align-items: center;
    /* Vertical centering */
    height: 100%;
    /* Full height of the overlay */
}


.blog_container:hover .blog_overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.seemore_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #252525;
    padding: 10px 0px;
    margin-top: 40px;
}

.seemore_bt a:hover {
    background-color: var(--highlight-color);
    color: #ffffff;
}

a:hover {
    color: var(--highlight-color);
    text-decoration: underline;
}

/* gallery section end */

/* services section start */

.services_section {
    width: 100%;
    float: left;
   /* background-image: url(../images/services-bg.png); */
    height: auto;
    padding-bottom: 100px;
    background-attachment: fixed;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
}

.house_icon {
    width: 200px;
    height: auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.house_icon img {
    width: 45px;
    min-height: 45px;
}

.box_main .house_icon .image_2 {
    display: none;
}

.box_main:hover .house_icon .image_2 {
    display: none;
}

.box_main:hover .house_icon .image_1 {
    display: none;
}

.box_main:hover {
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px; /* Optional: Adds rounded corners */
}


.box_main {
    width: 100%;
    background-color: var(--highlight-color);
    padding: 40px 30px;
    box-shadow: 0px 0px 18px -6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px; /* Optional: Adds rounded corners */
}

.bg-now:hover {
    background-image: url('../images/now-bg.jpg');
}

.bg-allrounder:hover {
    background-image: url('../images/allrounder-bg.png');
}

.bg-sardegna:hover {
    background-image: url('../images/sardegna-bg.png');
}

.bg-home:hover {
    background-image: url('../images/home-bg.jpg');
}

.bg-montreal:hover {
    background-image: url('../images/montreal.png');
}

.bg-canada:hover {
    background-image: url('../images/canada-bg.jpeg');
}

.bg-cycling:hover {
    background-image: url('../images/cycling.jpg');
}

.bg-moonshadow:hover {
    background-image: url('../images/moonshadow.jpg');
}

.bg-panama:hover {
    background-image: url('../images/panama.jpg');
}

.bg-tuktuk:hover {
    background-image: url('../images/tuktuk.jpg');
}

.bg-transatlantic:hover {
    background-image: url('../images/transatlantic-bg.jpg');
}

.bg-alps:hover {
    background-image: url('../images/alps-bg.jpg');
}

.bg-jaipur:hover {
    background-image: url('../images/jaipur.jpg');
}

.bg-wwoof:hover {
    background-image: url('../images/wwoof.jpg');
}

.bg-tomitshka:hover {
    background-image: url('../images/tomitshka.jpg');
}

.bg-grenobloise:hover {
    background-image: url('../images/grenobloise.jpg');
}

.bg-istanbul:hover {
    background-image: url('../images/istanbullu.JPG');
}

.bg-peru:hover {
    background-image: url('../images/peru-bg.jpg');
}

.bg-indonesia:hover {
    background-image: url('../images/indonesia.jpg');
}

.bg-inner-journey:hover {
    background-image: url('../images/inner-journey.png');
}

.box_main:hover .decorate_text {
    color: #0000;
}

.box_main:hover .tation_text {
    color: #0000;
}

.box_main:hover .readmore_bt {
    display: block;
}

.box_main:hover .readmore_bt a {
    color: #ffffff;
    background-color: var(--highlight-color);
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.decorate_text {
    width: 100%;
    font-size: 28px;
    color: #ffffff;
    padding-top: 30px;
    text-align: center;
}

.tation_text {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
}

.readmore_bt {
    width: 175px;
    padding-top: 40px;
    margin: 0 auto;
    display: flex;
    display: none;
    padding-bottom: 40px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: var(--highlight-color);
    color: #ffffff;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: var(--highlight-color);
}

/* services section end */

/* client section start */

.client_section {
    width: 100%;
    float: left;
}

.heading_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--highlight-color);
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.heading_text {
    width: 100%;
    font-size: 16px;
    color: #252525;
    margin: 0 auto;
}

.client_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    padding-bottom: 100px;
}

.testimonial_section_2 {
    width: 100%;
    float: left;
    padding: 0px 40px 30px 40px;
    position: relative;
}

.testimonial_section_2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 150px;
    border-top: 3px solid #252525;
    border-left: 3px solid #252525;
    top: 12px;
    left: 0px;
    right: initial;
}

.testimonial_section_2::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 150px;
    border-bottom: 3px solid #252525;
    border-right: 3px solid #252525;
    top: 12px;
    left: initial;
    right: 0px;
}

.client_name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: var(--highlight-color);
    text-transform: uppercase;
    padding-left: 100px;
    font-weight: bold;
}

.quick_icon {
    text-align: right;
    padding-left: 30px;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    margin: 0px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 55px;
    height: 18px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #252525;
    border-radius: 20px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators .active {
    background-color: var(--highlight-color);
}

/* client section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_text {
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    color: var(--highlight-color);
    font-weight: bold;
}

.contact_section_2 {
    width: 100%;
    float: left;
}

.mail_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-9.png);
    height: auto;
    padding: 23px 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.long_text {
    width: 52%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #b2afaf;
    padding-top: 30px;
    display: flex;
}

.email_text {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.email-bt {
    color: #080707;
    width: 100%;
    height: 55px;
    font-size: 20px;
    padding: 20px 40px;
    border: 0px;
    border-radius: 30px;
}

.massage-bt {
    color: #080707;
    width: 100%;
    height: 150px;
    font-size: 20px;
    padding: 40px;
    border: 0px;
    border-radius: 50px;
}

.send_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.main_bt a {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: var(--highlight-color);
    padding: 15px 50px 12px 50px;
    border-radius: 30px;
    display: block;
}

.main_bt a {
    color: #ffffff;
    background-color: var(--highlight-color);
}

.main_bt a:hover {
    color: #323131;
    background-color: #ffffff;
}

.padding_0 {
    padding: 0px;
}

/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    padding: 95px 0px;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
}

.link_text {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px;
}

.link_text_dark {
    width: 100%;
    font-size: 16px;
    color: #4c4c4b;
    font-weight: bold;
    margin: 0px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 14px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: var(--highlight-color);
}

.dummy_text {
    width: 30%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 14px;
    color: #ffffff;
    padding: 0px 0px 5px 0px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: var(--highlight-color);
}

.padding_left_10 {
    padding-left: 10px;
}


/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: var(--highlight-color);
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}