/********** Template CSS **********/
:root {
    --primary: black;
    --light: white;
    --dark: #252122;
}

/* Define Neutra Display Titling 
@font-face {
    font-family: 'NeutraDisplay-Titling';
    src: url('fonts/Neutra Display Titling.ttf') format('truetype');
}*/

/* Define Neutra Display Thin Alt 
@font-face {
    font-family: 'NeutraDisplay-Thin';
    src: url('fonts/NeutraDisplay-ThinAlt.otf') format('opentype');
}*/

/* Define Neutra Text Bold 
@font-face {
  font-family: 'NeutraText-Bold';
    src: url('fonts/NeutraText-Bold.otf') format('opentype');
	font-family: 'NeutraTextLight'; 
    src: url('../Fonts/NeutraTextTF-Bold.otf') format('opentype');
}*/

/* Define Neutra Text Book 
@font-face {
    font-family: 'NeutraText-Book';
    src: url('fonts/NeutraText-Book.otf') format('opentype');
}*/

/* Define Neutra Text Book Italic 
@font-face {
    font-family: 'NeutraText-BookItalic';
    src: url('fonts/NeutraText-BookItalic.otf') format('opentype');
}*/

/* Define Neutra Text Demi 
@font-face {
    font-family: 'NeutraText-Demi';
    src: url('fonts/NeutraText-Demi.otf') format('opentype');
}*/

/* Define Neutra Text Light 
@font-face {
    font-family: 'NeutraText-Light';
    src: url('fonts/NeutraText-Light.otf') format('opentype');
}*/

/* Define Neutra Text TF Bold 
@font-face {
    font-family: 'NeutraTextTF-Bold';
    src: url('fonts/NeutraTextTF-Bold.otf') format('opentype');
}*/

/* Define Neutra Text TF Book 
@font-face {
    font-family: 'NeutraTextTF-Book';
    src: url('fonts/NeutraTextTF-Book.otf') format('opentype');
}*/

/* Define Neutra Text TF Book Italic 
@font-face {
    font-family: 'NeutraTextTF-BookItalic';
    src: url('fonts/NeutraTextTF-BookItalic.otf') format('opentype');
}*/

/* Define Neutra Text TF Demi 
@font-face {
    font-family: 'NeutraTextTF-Demi';
    src: url('fonts/NeutraTextTF-Demi.otf') format('opentype');
}*/

/* Define Neutra Text TF Light 
@font-face {
    font-family: 'NeutraTextTF-Light';
    src: url('fonts/NeutraTextTF-Light.otf') format('opentype');
}*/




@font-face {
    font-family: 'NeutraDisplay-Titling';
    src: url('../Fonts/Neutra Display Titling.ttf') format('truetype');
}

/* Define Neutra Display Thin Alt */
@font-face {
    font-family: 'NeutraDisplay-Thin';
    src: url('../Fonts/NeutraDisplay-ThinAlt.otf') format('opentype');
}

/* Define Neutra Text Bold */
@font-face {
    font-family: 'NeutraText-Bold';
    src: url('../Fonts/NeutraText-Bold.otf') format('opentype');
}

/* Define Neutra Text Book */
@font-face {
    font-family: 'NeutraText-Book';
    src: url('../Fonts/NeutraText-Book.otf') format('opentype');
}

/* Define Neutra Text Book Italic */
@font-face {
    font-family: 'NeutraText-BookItalic';
    src: url('../Fonts/NeutraText-BookItalic.otf') format('opentype');
}

/* Define Neutra Text Demi */
@font-face {
    font-family: 'NeutraText-Demi';
    src: url('../Fonts/NeutraText-Demi.otf') format('opentype');
}

/* Define Neutra Text Light */
@font-face {
    font-family: 'NeutraText-Light';
    src: url('../Fonts/NeutraText-Light.otf') format('opentype');
}

/* Define Neutra Text TF Bold */
@font-face {
    font-family: 'NeutraTextTF-Bold';
    src: url('../Fonts/NeutraTextTF-Bold.otf') format('opentype');
}

/* Define Neutra Text TF Book */
@font-face {
    font-family: 'NeutraTextTF-Book';
    src: url('../Fonts/NeutraTextTF-Book.otf') format('opentype');
}

/* Define Neutra Text TF Book Italic */
@font-face {
    font-family: 'NeutraTextTF-BookItalic';
    src: url('../Fonts/NeutraTextTF-BookItalic.otf') format('opentype');
}

/* Define Neutra Text TF Demi */
@font-face {
    font-family: 'NeutraTextTF-Demi';
    src: url('../Fonts/NeutraTextTF-Demi.otf') format('opentype');
}

/* Define Neutra Text TF Light */
@font-face {
    font-family: 'NeutraTextTF-Light';
    src: url('../Fonts/NeutraTextTF-Light.otf') format('opentype');
}


.Sub-t{
	font-family: 'NeutraTextTF-BookItalic';
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 35px;
    bottom: 105px;
    z-index: 99;
}




* General styles */
.email {
    margin-left: 70px; /* Default margin */
}

.email-icons {
    margin-left: 25px; /* Default margin for icons */
}

.email-icons img:last-child {
    margin-left: 50px; /* Margin before Instagram icon */
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .email {
		display: none !important;
        margin-left: 0; /* Remove margin before email text in mobile view */
    }

    .email-icons {
        margin-left: 0; /* Remove margin before flags/icons in mobile view */
    }

    .email-icons img:last-child {
        margin-left: 0; /* Remove margin before Instagram icon */
    }
}




/* Dropdown Menu Styling */
.custom-background {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    color: white; /* Text remains white */
}

.dropdown-header {
    color: white;
}

.smaller-header {
    font-size: smaller;
}

/* Vertical Divider Line */
.vertical-line {
    height: 350px;
    border-left: 1px solid rgba(255, 255, 255, 0.5); /* Semi-transparent white line */
}

/* Difficulty Dot Styling */
.difficulty-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.easy-dot {
    background-color: green;
}

.moderate-dot {
    background-color: orange;
}

.hard-dot {
    background-color: red;
}

/* Link Styling */
a.dropdown-item {
    color: white;
    text-decoration: none;
}

a.dropdown-item:hover {
    text-decoration: underline;
}

a.nev-text {
    color: white;
    font-size: small;
    line-height:1.8;
}




/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    background-color: #d6f0fd;
    border-color:#000;
    color: black;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/* Initially transparent navbar */
#navbar {
	font-family :'NeutraText-Book';
    background-color: transparent !important;
    transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
    .navside{
        margin-left: 0 !important; /* Set margin-left to 0 for small screens */
    }
}



/*** Hero Header ***/
.hero{
	font-family: NeutraText-Book;
}
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(img/Banner-3-without-text.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}
.Font-Book {
	font-family: 'NeutraText-Bold';
}



/* When scrolled, the navbar becomes dark */
.scrolled {
    background-color: #343a40 !important;  /* Dark color */
}


/*** Navbar ***/
/* Navbar Style */
.navbar {
    padding: 10px 20px;
    background-color: transparent; /* Makes the background transparent */
    box-shadow: none; /* Removes the default navbar shadow */
  }
  
  /* Nav Link Styling */
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 15px;
    padding: 20px 0;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
  }
  
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.active {
    color: orange; /* Define --primary color in your CSS */
  }
  
  /* Navbar Links */
  .navbar-nav .nav-link {
    color: white !important;
    margin-right: 15px;
  }
  
  .navbar-nav .nav-link:hover {
    font-weight: 600 !important;
    color: orange !important;
  }

.dropdown-item{
    display: inline;

}



  @keyframes zoomIn {
   /* 0% {
        transform: scale(1);
        opacity: 0;
        right: 0px;
    } 
    100% {
        transform: scale(1.05);
        opacity: 1;
        right:100px;
    } */
}

.zoom-in-animation {
    animation: zoomIn 5s ease-out forwards;
}


.view-all-img {
    position: relative;
    width: 100%;
    overflow: hidden; /* Ensures image cropping */
  }
  
  .background-image {
    max-width: 100% !important;
    /* height: 100%; */
    object-fit: cover;
  }
  
  /* Overlay Text */
  .overlay-text {
    position: absolute;
    top: 30px;
    left: 100px;
    color: white;
    font-size: 24px;
    font-weight: bold;
  }
  
  /* View All Button */
  .view-all {
    position: absolute;
    bottom: 20px;
    left: 100px;
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  /* Mobile View: Center Align Text and Button */
  @media (max-width: 768px) {
    .overlay-text {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -100%); /* Center horizontally and move slightly up */
      font-size: 20px; /* Adjust size for smaller screens */
    }
  
    .view-all {
      bottom: 20%;
      left: 50%;
      transform: translateX(-50%); /* Center horizontally */
      padding: 8px 16px; /* Adjust padding for mobile view */
      font-size: 14px; /* Adjust font size for mobile view */
    }
  }


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
		padding-bottom: 0px;
    }
    
    #header-carousel .carousel-item img {
        display: none;
    }
}

/* General styles */
.vertical-line {
    border-left: 1px solid #c6b7b7;
}
.footer-line{
	border-right: 1px solid #c6b7b7;
}
/* Mobile-specific styles */
@media (max-width: 768px) {
    .d-flex {
        flex-direction: column !important; /* Stacks the divs vertically */
        align-items: flex-start; /* Aligns items to the start */
    }

    .vertical-line {
        display: none; /* Hides vertical lines in mobile view */
    }

    .div1, .div2, .div3 {
        margin-bottom: 20px; /* Adds spacing between divs */
    }
}


/* General styles */
.mobnev {
    width: 400px; /* Default width */
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .mobnev {
        width: 200px; /* Set width to 200px in mobile view */
    }
	
}






.vertical-line {
    width: 1px;  
    padding: 0px;              /* Set thickness of the line */
    height: 100px;              /* Make the line fill the height of the row */
    /* background-color: black;  Line color */
    margin: 0;                 /* No margin to ensure proper alignment */
    display: inline-block;     /* Align it next to the columns */
}
.row {
    display: flex;             /* Flexbox to ensure elements stay in a row */
    align-items: center;       /* Vertically align the content */
}
.col-sm-3 {
    flex: 1;                   /* Make each column take equal space */
    padding: 0 10px;           /* Padding for spacing between content */
}


.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.carousel-img {
    width: 100%;        /* Full width */
    height: 280px;      /* Fixed height */
    object-fit: cover;  /* Crop the image */
}

.indicator {
    display: flex;
    align-items: center; /* Vertically center the icon and text */
  }
  
  .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
  }
  
  .green {
    background-color: #46b64a;
    border-radius: 50%; /* Circle */
  }
  
  .blue {
    background-color: #7dcbf1;
  }
  
  .black {
    background-color: #231f20;
  }
  
  
  .diamond {
    transform: rotate(45deg); /* Rotated square to form a diamond */
  }

  .animated-zoom {
    overflow: hidden; /* Ensures the image stays within bounds */
    display: inline-block; /* To fit the container to the image size */
}

.animated-zoom img {
    animation: zoomAnimation 8s infinite alternate ease-in-out; /* Smooth zoom animation */
    width: 100%; /* Ensures the image covers the container */
}

@keyframes zoomAnimation {
    0% {
        transform: scale(1.5); /* Original size */
    }
}



/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}


/*** Testimonial ***/
.testimonial {
    background-color: #fdf6f0; /* Light beige background color */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}


/* Container styling for the review card */
.review-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    max-width: 400px; /* Card width */
    font-family: Arial, sans-serif; /* Global font family */
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Header styling: image and user details */
.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.user-img {
    width: 50px; /* Profile image size */
    height: 50px; 
    border-radius: 50%; /* Circle shape */
    margin-right: 10px; /* Space between image and text */
}

.user-details {
    line-height: 1.2; /* Line height for better readability */
}

.user-name {
    font-size: 18px; /* Bold user name size */
    font-weight: bold;
    margin: 0;
}

.user-location {
    font-size: 15px; /* Smaller text for location */
    color: #888; /* Gray color for location */
}

/* Content styling: titles, subtitle, and review text */
.review-content .review-title {
    font-size: 15px; /* Review title size */
    font-weight: bold;
    margin: 0 0 5px 0;
}

.review-subtitle {
    font-size: 15px; /* Subtitle size */
    margin: 0 0 10px 0;
    color: #555; /* Slightly darker gray for subtitle */
}

.rating {
    color: #4CAF50; /* Green color for stars */
    font-size: 15px; /* Rating star size */
    margin-bottom: 10px; /* Space after rating */
}

.review-date {
    font-size: 13px; /* Date size */
    color: #aaa; /* Light gray for date */
    margin-bottom: 5px;
}

.review-text {
    font-size: 15px; /* Main review text size */
    color: #333; /* Darker gray for readability */
    line-height: 1.6; /* Better spacing between lines */
}


.tripadvisor-rating {
    text-align: center; /* Centers the text and button */
    padding: 25px;
    padding-top: 0px; /* Adds spacing around the content */
    background-color: #fdf6f0; /* Light beige background color */
    font-family: Arial, sans-serif; /* Sets a clean font */
}

.rating-text {
    font-size: 14px; /* Font size for the rating text */
    color: #555; /* Neutral gray color for text */
    margin-bottom: 10px; /* Space between text and button */
}

.view-all-btn {
    display: inline-block; /* Inline button for better styling */
    font-size: 14px; /* Font size for button text */
    font-weight: normal; /* Bold text for emphasis */
    color: #000; /* Black text color */
    background-color: #d6f0fd; /* Light blue-green background for button */
    border: none; /* Removes border */
    padding: 8px 16px; /* Padding for the button */
    cursor: pointer; /* Pointer cursor on hover */
    transition: all 0.3s ease; /* Smooth hover effect */
}

.view-all-btn:hover {
    color: #fff; /* White text on hover */
}



/*** Team ***/
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

.insta{
    background-color: #fdf6f0; /* Light beige background color */
}


.image-container {
    overflow: hidden;
    margin-bottom: 15px;
    transition: transform 0.3s ease-in-out;
}

.image-container img {
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease-in-out;
}

.image-container:hover img {
    transform: scale(1.1);
}

h3 {
    font-size: 1.4rem;
    color: #333;
}




/* team */
        .profile-image {
            width: 100%;
            height: auto;
        }

        .profile-name {
            font-size: 1.5rem;
            font-weight: bold;
        }

        .profile-designation {
            font-size: 1rem;
            color: #777;
            margin-bottom: 10px;
        }

        .profile-description {
            font-size: 0.9rem;
            color: #555;
        }
		
		
		
/*faq*/


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}



/*footer*/
.footer {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      background-color: #f0f8ff;
      padding: 20px;
      font-family: Arial, sans-serif;
      border-top: 2px solid black; /* Black separator line */
    }

    .footer div {
      width: 30%;
    }

    .footer div:first-child {
      text-align: left;
    }

    .footer div:nth-child(2) {
      text-align: center;
    }

    .footer div:last-child {
      text-align: right;
    }

    .footer a {
      color: #000;
      text-decoration: none;
      margin: 0 5px;
    }

    .footer img {
      max-width: 50px;
      margin: 5px;
    }

body {
   font-size: 1.2rem;
}


/* WhatsApp Chat Button START */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{
	margin-top:16px;
}


.f-logo{padding-bottom: 24px;}
.f-text-padding{padding-bottom: 18px;
  color: #fff;
}

.f-text{text-align: justify;
color: #fff;}
.section.footer-bg {background-image: linear-gradient(135deg, #0FB4E5 0%, #743FE5 100%);
padding-top: 70px;}
.section.footer-bg a{color: #fff;}
.section.footer-bg .left-text ul li::before{color: #fff;}
/* WhatsApp Chat Button END */
