/******************************* Basic css *******************/

/* .slick-loading .slick-list{
  background: url("../img/ajax-loader.gif") no-repeat center !important;

} */

/* body {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 800;
  font-style: normal;
} */

.main-header{
  font-family: "Raleway", sans-serif;  font-size: 60px !important;
}



body {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p{
  font-family: "Raleway", sans-serif;
}

/* Playfair Display */
@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* Raleway */
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway/Raleway-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway/Raleway-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}




.sectionMainHeading{
  font-family: "Raleway", sans-serif;  
}

.text-secondary{
  font-family: "Raleway", sans-serif;
}

.safariHeading{
  font-family: "Raleway", sans-serif;  font-size: 28px;
  
}
.tertiaryheading{
  font-family: "Raleway", sans-serif;  font-size: 24px;
  margin-bottom: 14px;
}

.lead{
  font-family: "Raleway", sans-serif;
  font-size: 16px;

}

.card-heading{
  font-family: "Raleway", sans-serif;  font-size: 24px;
}
:root {
    --secondary-color: #194C73;
    --primary-overlay: #3B97D3;
    --link-color: #000000;
    }
    .text-link{
      color: var(--primary-overlay);
      text-transform: uppercase;
    }

    .btn-primary {
    background-color: var(--primary-overlay) !important;
    border-color: var(--primary-overlay) !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-transform: uppercase;
    }
    
    .btn-primary:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    }
    
    .btn-outline-primary {
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-transform: uppercase;
  
    }
    
    .btn-outline-primary:hover {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    border-color: var(--secondary-color) !important;
    }
    
    .btn-white-outline {
    color: #fff !important;
    border: 2px solid #fff !important;
    background-color: transparent;
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-transform: uppercase;
    }
    
    .btn-white-outline:hover {
    background-color: #fff !important;
    color: var(--secondary-color) !important;
    border-color: #fff !important;
    }
    
    .btn-link {
    color: var(--link-color) !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    }
    
    .btn-link:hover {
    color: var(--primary-overlay) !important;
    }
    
    .icon-check {
        color: var(--primary-overlay, #3B97D3) !important;
      }

      

/******************** Footer css start here *****************/
.modern-footer{
background-color:#194C73 !important;
}

.footer-section{
  background: yellow;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.social-icons-img{
  height: 26px !important;
}
.footer-logo-img {
  height: 60px;
  margin-right: 10px;
}
.copyright-links {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    text-decoration: none !important;
}

.copyright-border{
border-top: 1px;}

.brand-name {
  font-weight: 600;
  color: #3498db;
  font-size: 1.2rem;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.footer-nav a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}

.footer-nav a:hover {
  color: #3498db;
}

.social-icons {
    display: flex
;
    justify-content: center; 
    gap: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #135f93;
    padding: 20px 0;
}
.social-btn {
  background-color: #3498db;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.3s;
}

.social-btn:hover {
  background-color: #2980b9;
}

.footer-divider {
  border: none;
  border-top: 1px solid #3498db;
  width: 90%;
  margin: 30px auto;
}

.copyright {
  font-size: 0.9rem;
  color: #bdc3c7;
}
.footer-border-bottom{
    border-bottom:1px solid rgba(255, 255, 255, 0.1) ;
    }
    
    .footer-border-top{
    border-top:1px solid rgba(255, 255, 255, 0.1) ;
    }
    
    .CopyrightFooter{
    padding: 15px 0;
    }
    
    .CopyrightFooter{
    font-size: 14px;
    text-decoration: none !important;
    }
    
    .footerSection{
    background-color: var(--secondary-color);
    
    }
    
    .footerSection ul.gap li:not(:last-child) {
    margin-bottom: 12px;
    }
    
    .footerSection ul li a {
    text-decoration: none;
    transition: color 0.3s ease;
    }
    
    .footerSection ul li a:hover {
    color: #bbbbbb;
    }
    
    .SmallFooter{
    border-top: 1px solid #0d6efd;
    padding: 15px 0;
    }
    
    .footerSection .expert-text {
    font-size: 20px;
    color: #fff;
    }
    
    .footerSection .expert-number {
    font-size: 24px;
    color: #fff;
    }
    

/************************* Header css starts here ***************/
.header-image {
    background-image: url('../img/banner1.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5.3rem;
    padding: 0 1rem; /* Small padding for mobile */
    text-align: center;
}

.typewriter h1 {
    color: white;
    font-size: 6vw; /* Responsive font size */
    max-width: 100%;
    /* border-right: .15em solid orange; */
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    /* animation: typing 4s steps(30, end) forwards, blink .75s step-end infinite; */
    word-break: break-word;
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    from, to { border-color: transparent }
    50% { border-color: orange; }
}

/* Adjust font size for tablets */
@media (max-width: 768px) {
    .typewriter h1 {
        font-size: 8vw;
    }
}

/* Adjust font size for small mobile screens */
@media (max-width: 480px) {
    .typewriter h1 {
        font-size: 10vw;
        white-space: normal;
        animation: none;
        border-right: none;
    }
}

/********************************* menu css ************************/

.dropdown-menu {
margin-top:.6rem !important;
}

.dropdown-item {
transition: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
background-color: var(--primary-overlay, #3B97D3) !important;
color: white !important;
}

.navbar { background-color: #fff; }

.navbar .dropdown-toggle::after {
display: none !important;
}

.menu-contact{
display: flex;
gap: 10;

}

.nav-item .nav-link{
  text-transform: uppercase !important;
  font-family: "Raleway", sans-serif;
}

.menu-contact{
  font-weight: 600;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

.nav-link{
  padding:20px 30px
}


.main-navbar {
  transition: all 0.3s ease;
  background: transparent;
  padding: 20px 0;
}

.main-navbar.fixed-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 10px 0;
}
.menu-contact .material-symbols-outlined{
font-weight: 800;
font-size: 30px;
}

.dropdown-item{
  text-transform: uppercase;
}

 .contact_btn{
  text-transform: uppercase;
 }

.overlay {
background: linear-gradient(to right, var(--primary-overlay), rgba(0, 0, 0, 0));
z-index: 1;
}


.nav-arrow{
font-size: 20px !important;
font-weight: 500 !important;
color: #000 !important;
}



.card-img-overlay {
background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-end;
text-align: left;
padding: 1rem;
}

.safari-card {
position: relative;
overflow: hidden;
height: 450px;
}

.safari-card img {
height: 100%;
width: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.safari-card:hover img {
transform: scale(1.1);
cursor: pointer;
}
#about{
  background: #F4F9FF;;
}

/**************** icon css ******************/
.icon-left-align {
display: flex;
align-items: flex-start;
text-align: left;
gap: 1rem;
}



.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 200,
'GRAD' 0,
'opsz' 24
}


.section-heading{
margin-bottom: 24px;
align-items: end;
justify-content: space-between;
}


.big-icon{
font-size: 52px;
color: var(--primary-overlay);
}

.headingWithArrow{
  display: flex;
}


/******************* Testimoaincls css starts here  ********************/
.slick-prev::before,
.slick-next::before {
display: none !important;
}

.u-slick__arrow-classic {
display: flex !important;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.u-slick__arrow-classic-inner {
color: black !important;
font-size: 1.5rem;
background: #fff;
border: 1px solid black;
width: 40px;
height: 40px;
display: flex !important;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.slick-prev, .slick-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: white;
color: black;
font-size: 24px;
border: 1px solid black;
width: 40px;
height: 40px;
z-index: 1000;
display: flex !important;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.slick-prev {
left: -50px;
}
.slick-next {
right: -50px;
}
.u-slick__arrow-classic {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.u-slick__arrow-classic-inner {
color: black !important;
font-size: 2rem;
background: #fff;
border: 1px solid black;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}

.testimonials_carousel{
padding: 20px;
margin: 15px;
border: 0;
}

    
    /********************* RiverCruiseBackground ***************/
    .RiverCruiseBackground{
        background-image: url(../img/RiverCruiseBackground.jpg);
        background-size: cover;
        height: 400px;
    }


    .RhineBackground{
      background-image: url(../img/RhineRiverPageBanner.jpg);
      background-size: cover;
      height: 400px;
    }

    .topTenSafari {
      border: 1px solid #dee2e6;
      border-radius: 0.5rem;
      background: #fff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);

      
    }

    .topTenSafari:not(:last-child) {
      margin-bottom: 50px;
    }

    .SafariCardImage {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 0;
      margin: 0;
      padding-top: 0;
    }

    .safariContent{
      padding: 15px;
    }

    .safariHeading{
      font-weight: 400;
      margin-bottom: 16px;
    }

    .safariCardIcon{

    }

    /************ luxury Destinations ***************/
    .luxuryDestinationsBackground{
      background-image: url(../img/destination.jpg);
      background-size: cover;
      height: 400px;
    }
    .destination-card {
      position: relative;
      overflow: hidden;
 
    }
    .destination-card img {
      transition: transform 0.4s ease-in-out;
    }
    .destination-card:hover img {
      transform: scale(1.05);
    }
    .destination-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(59, 151, 211, 0.85);
      color: #fff;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: end;
      opacity: 0;
      transition: opacity 0.4s ease;
  }

  .destination-card:hover .destination-overlay {
  opacity: 1;
  pointer-events: auto; /* <-- ENABLES CLICKING */
  z-index: 10;
}

    .destination-card:hover .destination-overlay {
      opacity: 1;
    }
    .destination-card:hover .destination-label {
      opacity: 0;
    }
    .destination-label {
      opacity: 1;
      transition: opacity 0.4s ease;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 1rem;
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
      z-index: 2;
    }
    .destination-label h5,
    .destination-label p {
      margin: 0;
    }


    /* SafariBackground */
    .SafariBackground{
      background-image: url(../img/safaribg.jpg);
      background-size: cover;
      height: 400px;
    }

    /* FIT TOUR CSS STARTS */
    .accordion-item {
      border: none;
      border-bottom: 1px solid #dee2e6;
      border-radius: 0;
    }
    .FitBackground{
      background-image: url(../img/fit-bg.jpg);
      background-size: cover;
      height: 400px;
    }

    .ContactBackground{
      background-image: url(../img/contactbg.jpg);
      background-size: cover;
      height: 400px;
    }

    .form-bg{
      padding: 12px;
      background: #F2F8FD;
      padding: 44px;
    }

    .section-divider {
      border: 0;
      height: 1px;
      background-color: #dee2e6; /* Bootstrap's light gray */
      opacity: 0.6;
    }

.dunubeBackground{
  background-image: url(../img/Danubebg.jpg);
      background-size: 100%;
      height: 400px;
      background-repeat: no-repeat;
}
.MekongRiverExperienceBackground{
  background-image: url(../img/MekongRiverExperiencebg.jpg);
  background-size: cover;
  height: 400px;
}

.RhineRiverBackground{
  background-image: url(../img/RhineRiverbg.jpg);
  background-size: cover;
  height: 400px; 
}

.DouroRiverBackground{
  background-image: url(../img/DouroRiverbg.jpg);
  background-size: cover;
  height: 400px; 
}

.terms-heading {
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;

  padding-left: 12px;
}

.innerHeader{
  width: 100%;
}

.heading-container{
width:80%;
}
.arrow-container{
width: 20%; text-align: right; display: flex; align-items: flex-end; justify-content: flex-end;
}

.footer-slogn{
  color: #fff;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}

/* Resposnive statrs */
@media screen and (max-width: 480px) {
  /* Your styles here */
  body {
    font-size: 14px;
    padding: 10px;
  }

  .container {
    width: 100%;
    padding: 0 10px;
  }

  .hide-on-mobile {
    display: none;
  }

  .responsive-image {
    width: 100%;
    height: auto;
  }

  .heading-container{
    width: 100%;
  }

  .arrow-container{
    width: 100%;
  }

  .section-heading{
    display: contents;
  }

  .footer-nav{
    display: block;
    margin-bottom: 10px;
  }

  .footer-nav li{
    margin-bottom: 10px;
  }
}
