@import url(https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap);
@import url(https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css);



* {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;

}
body p {
  line-height: 1.8;
  color: #616161;
}

/* Typongraphy Heading */
.heading-1 {
  font-size: 2.25rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.heading-2 {
  font-size: 6rem !important;
  line-height: 1.2 !important;
  font-weight: 700;
}

.heading-2-white {
  font-size: 6rem !important;
  line-height: 1.2 !important;
  font-weight: 700;
  color: #fff;
}

.heading-3 {
  font-size: 1rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.heading-4 {
  font-size: 1.25rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

.heading-5 {
  font-size: 1.5rem !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

.heading-6 {
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

.heading-7 {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

.heading-8 {
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.heading-9 {
  font-size: 1.125rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.heading-10 {
  font-size: 0.8rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.heading-12 {
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.heading-13 {
  font-size: 3.5rem !important;
  line-height: 1.2 !important;
  font-weight: 700;
}

.heading-14 {
  font-size: 2rem;
  line-height: 116%;
  font-weight: 600;
}

/* Typongraphy paragraph */
.paragraph-xl {
  font-size: 1.6rem !important;
  line-height: 2.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
}

.paragraph-slider {
  font-size: 20px !important;
  line-height: 2.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
}

.paragraph-l {
  font-weight: 100;
  font-size: 1.1rem !important;
  line-height: 1.6rem !important;
  margin-bottom: 24px !important;
}

.paragraph-m {
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

.paragraph-h {
  font-size: 0.75rem !important;
  line-height: 1.8 !important;
}

.paragraph-f {
  font-size: 0.875rem !important;
  line-height: 1.8 !important;
}

.paragraph-f-2 {
  font-size: 0.9rem !important;
  line-height: 1.8 !important;
}



.paragraph-e {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.paragraph-f {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.paragraph-f {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bg-btn-white {
  background-color: #fff !important;
  color: #16359b !important;
  border-radius: 50px !important;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 16px;
}



.home_banner_title_2 {
  color: #fff;
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 116%;
}

.black-background {
  background-color: #000;
}

.card-content {
  position: absolute;
  top: 35%;
}

.card-inner {
  position: relative;
}

.s5-content {
  position: absolute;
  top: 40%;
}

.light-blue-lite {
  background-color: #eef2ff;
}

.section_3_casestudy_card {
  border-radius: 15px;
}

.more_casestudy-card {
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: none !important;
  min-height: 430px;
}

.more_casestudy-card-body {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.casestudy_card_title {
  min-height: 100px;
}

.btn-case-study {
  border-radius: 15px;
  border: 2px solid #16359b;
}

.text-dark-blue2 {
  color: #16359b;
}

.text-black {
  color: #000;
}

.text-dark-grey {
  color: #616161;
}

@media screen and (max-width: 768px) {
  .paragraph-e {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: normal;
  }

  .home_banner_title_2 {
    color: #fff;
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: normal;
  }

  .card-content {
    position: absolute;
    top: 10%;
  }

  .card-content-insights {
    position: absolute;
    top: 60%;
  }

  .heading-13 {
    font-size: 2.25rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  .blog-hero-mobile {
    height: 150px !important;
    background-position: center;
  }
}

/* Header start */
.menu {
  list-style: none;
}

.dropdown-menu {
  border-radius: 0px !important;
  border: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #E25B26 !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.nav-link a:hover {
  color: #0d6efd;
}

.navbar-main {
  box-shadow: rgb(0 0 0/20%) 0 0 6px !important;
}

a.skip-link {
  position: fixed !important;
  z-index: 1000 !important;
  top: 0 !important;
  right: 0 !important;
}

.dropdown-item:hover {
  background-color: transparent !important;
  color: #ec1c24 !important;
}

.btn-blue-header {
  color: #fff !important;
  background-color: #0d6efd;
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-blue-header:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle !important;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.header-inquiry-btn {
  padding: 14px 30px;
  color: #49a6dd;
  background-color: transparent;
  border: 1px solid #49a6dd;
  border-radius: 30px;
}

.header-inquiry-btn:hover {
  background-color: #49a6dd;
  color: #fff;
}
@media screen and (max-width:1400px) {
  .header-inquiry-btn{
    font-size: 14px !important;
    padding: 11px 15px !important;
  }
  .btn-secondary-blue-2{
    font-size: 14px !important;
    padding: 11px 15px !important;
  }
}
@media screen and (max-width:678px) {
  .carousel-caption{
    left: 10% !important;
    right: 10% !important;
  }
}
@media screen and (max-width:768px) {
  #main-menu- .active .nav-link{
    color: #49a6dd;
  }
  #main-menu- .nav-link{
    color: #000;
    font-weight: 600;
    font-size: 16px;
  }
}
@media screen and (min-width:768px) {
  .gt_selected{
    background-color: transparent !important;
    background: transparent !important;
    border-radius: 25px;
  }
}
@media screen and (max-width:768px) {
  .gt_selected a{
    color: #000 !important;
  }
}
/* Header end */

/* footer section start */

.accordion-body ul li a {
  text-decoration: none !important;
  font-size: 1rem;
  color: #616161;
  line-height: 2.2;
}

.footer-c-links {
  color: #616161;
  font-size: 16px;
  line-height: 1.5;
}

.footer-c-links-only:hover {
  color: #0d6efd;
}

.partners-logo-list {
  list-style-type: none;
  display: inline-block;
  padding: 25px 10px;
}

.footer-partners-logo {
  width: 115px;
}

.grid-container {
  display: grid;
  grid-template-columns: 75px 350px;
  grid-template-rows: 80px;
  grid-gap: 10px;
  padding: 0;
}

.grid-container>div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.review_icon {
  /* margin-top: 1rem; */
}

.review-rate {
  font-size: 14px;
  font-weight: 600;
  color: #616161;
}

.stars {
  /* margin-top: 5px; */
}

.review-rate-text {
  font-size: 13px;
  color: #616161;
}

.copy-right-text {
  font-size: 14px;
  color: #757575;
  font-family: poppins, sans-serif;
  /* padding-top: 60px; */
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copy-right-text {
    font-size: 12px;
    color: #757575;
    font-family: poppins, sans-serif;
    /* padding-top: 60px; */
    padding-bottom: 10px;
    text-align: center;
  }
}

.social-link-spacer {
  margin-top: 10px !important;
}

.social-link-spacer span {
  font-size: 14px;
  color: #616161;
}

#accordionPanelsStayOpenExample {
  box-shadow: none !important;
}

.accordion-button {
  box-shadow: none !important;
}

.copyright-content img {
  width: 80px;
  cursor: pointer;
}


/* home page start */
.btn-white {
  color: #2e004b;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(174, 0, 255, 0.5);
  color: #fff;
  background-color: #2e004b;
}

.btn-white::after {
  content: "\f138";
  font-family: fontawesome;
  margin-left: 5px;
  font-size: 20px;
  color: #2e004b !important;
  /* vertical-align: top; */
  -webkit-font-smoothing: antialiased;
  display: inline;
  height: auto;
  width: auto;
  background: 0 0;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

.btn-white:hover::after {
  color: #fff !important;
}

.btn-white-2 {
  color: #2e004b;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2e004b;
}

.btn-white-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(174, 0, 255, 0.5);
  color: #fff;
  background-color: #2e004b;
}

.btn-white-2::after {
  content: "\f138";
  font-family: fontawesome;
  margin-left: 5px;
  font-size: 20px;
  color: #2e004b !important;
  /* vertical-align: top; */
  -webkit-font-smoothing: antialiased;
  display: inline;
  height: auto;
  width: auto;
  background: 0 0;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

.btn-white-2:hover::after {
  color: #fff !important;
}


.bg-f1 {
  background-color: #f1f1f1 !important;
}
@media screen and (max-width:768px) {
  .banner-image-home{
    height: 780px;
  }
  
}
@media screen and (min-width:768px) {
  .banner-image-home{
    height: 100vh;
  }
}
.destinations-card-mobile .card-body{
  top: 40%;
  left: 40%;
}
/* home page end */

/*MCG styles start */

/* Home page start */
.text-orange{
color: #E25B26;
}
.bg-orange{
  background-color: #E25B26 !important;
}
.text-blue{
  color: #3E81B6;
}
.bg-blue{
  background-color: #3E81B6 !important;
}
.text-yellow{
  color: #fabb05;
}
#what-we-do-section .card img{
  width: 50px;
  height: 50px;
}
#what-we-do-section .card{
  box-shadow: 2px 10px 20px 0px #0000001A;
}
.destinations-card {
  transition: background-color 0.3s ease;
}

.company-statement-card{
  box-shadow: none !important;
}

.destinations-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease;
}
.destinations-card:hover::before {
  background-color: rgba(0, 0, 0, 0.6); /* Darken more on hover */
}
.destinations-card .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.destinations-card:hover .card-body {
  transform: translateY(0);
}

.btn-primary {
  padding: 14px 30px;
  background: #fff;
  color: #49a6dd;
  border: 1px solid #49a6dd;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
   transition: background-color 0.3s;
}
.btn-primary:hover {
  background: #49a6dd !important;
  color: #fff  !important;
  border: 1px solid #fff;
}
.btn-primary2 {
  padding: 14px 30px;
  background: #fff;
  color: #49a6dd;
  border: none;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
   transition: background-color 0.3s;
}
.btn-primary2:hover {
  background: #49a6dd !important;
  color: #fff  !important;
}
.btn-primary-orange {
  padding: 14px 30px;
  background: #49a6dd;
  color: #fff;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
   transition: background-color 0.3s;
}
.btn-primary-orange:hover {
  background: transparent !important;
  color: #49a6dd  !important;
  border: 1px solid #49a6dd;
}
.btn-ternary{
  padding: 8px 30px;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  width: max-content;
}
.btn-ternary:hover{
  color: #fff;
}
.with-border {
  border-right: 1px solid #ffffff !important; /* Change color to match your design */
}

@media screen and (max-width:768px) {
  .with-border {
    border-right: none !important; /* Remove border for small screens if needed */
}
}
.blogs-card:hover .card-img-container img {
  transform: scale(1.1);
}
.blogs-card{
  box-shadow: 4px 10px 20px 0px #0000001A;
}
.package-card{
  box-shadow: 4px 10px 20px 0px #0000001A;
}
.blogs-card img{
  object-fit: cover;
  width:100% !important;
  object-position: center;
  height: 246px;
  transition: all 0.3s ease;
}
.card-img-packages{
  object-fit: cover;
  width:100% !important;
  object-position: center;
  height: 310px;
}
@media screen and (min-width:768px) {
  .promo-section img{
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in;
  }
  .promo-section img:hover{
    transform: scale(1.03);
  }
}
.whyus-card{
  border: 2px solid #49a6dd !important;
  background: rgb(125 162 201 / 12%) !important;

}
.icons-caro::before{
  color: #fff !important;
}
.home img{
  bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: 999;
}
@media screen and (max-width:678px) {
  .home img{
    bottom: 20px;
  }
}
.home{
  height: 100dvh;
}
@media screen and (min-width:678px) {
  .cta-section{
    height: 1200px;
  }  
}
.cta-section img {
  bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: 999;
}
.black-overlay-authentic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
}
/* Tour packages page start */



/* Tour packages page end */


/*MCG styles end */

/* footer start */
.footer-headings {
  font-size: 1.2rem;
}

.list li a {
  text-decoration: none !important;
  font-size: 1rem;
  color: #000;
  line-height: 2.2;
}

.list li a:hover {
  color: #f1f1f1;
}

.social-icons-footer {
  color: #000;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 25px;
}

.go-top {
  background-color: #ec1c24;
  color: #fff;
  border-radius: 50%;
  padding: 17px 23px;
  z-index: 1;
  position: relative;
}

.go-top:hover {
  color: #fff;
  background-color: #cf7174;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.go-top-icon {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .go-top-icon {
    font-size: 12px;
  }

  .go-top {
    background-color: #2e004b;
    color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    z-index: 999;
    position: relative;
  }
}

@media screen and (max-width:678px) {
  .bottom-space {
    background-color: #0C0B0B !important;
  }
}

/* footer end */

/* navbar start */
#wrapper-navbar {
  /* box-shadow: rgb(0 0 0 / 20%) 0 0 6px !important; */
  justify-content: space-around !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: transparent;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  #wrapper-navbar {
    /* padding-left: 4rem;
    padding-right: 4rem; */
  }
}

.fixed-top {
  box-shadow: rgb(0 0 0 / 20%) 0 0 6px !important;
  background-color: #fff !important;
  color: #000 !important;
}

.navbar-expand-lg {
  justify-content: space-around !important;
}

@media screen and (min-width: 768px) {
  .nav-link {
    color: #fff !important;
    padding-left: 20px !important;
  }
}

.custom-logo-link {
  padding-top: 0px !important;
}

.navbar>.container-fluid {
  display: block !important;
}

.nav-link:hover {
  color: #49a6dd !important;
}

.menu-item a:hover {
  color: #49a6dd !important;
}

.social-icons {
  /* padding:30px; */
  /* background-color:#00506b; */
  text-align: center;
}

.social-icons a {
  color: #000;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #000;
  line-height: 2;
}

.social-icons a i {
  line-height: 30px;
  /* font-size:30px; */
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.social-icons a:hover i {
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}

.fa-x-twitter:before {
  content: "\e61b";
}

.social-icons-footer:hover {
  color: #49a6dd;
}

.dropdown-menu li a {
  font-weight: 600;
}

#main-menu li a {
  font-weight: 600;
}

.fifth_menu_list {
  min-height: 261px;
}

.footer-custom-hr {
  height: 2px !important;
  color: #000 !important;
}

.mobile-nav-grey {
  background-color: #CECCCC !important;
}


.mobile-nav-wtsp-icon::before {
  font-size: 40px;
  color: #fff;
}

.mobile-menu-row .wtsp-sec {
  border-right: 1px solid #fff;
}

.separator {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ccc;
  /* Adjust color and width as needed */
}

.mobile-call-us-bg {
  background-color: #7A7878;
}

/* navbar end */

/* Exemplary voyages styles start */

/* home page start */
.banner-item {
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100% !important;
  position: relative;
  background-repeat: no-repeat;
}

.banner-txt {
  position: absolute;
  top: 40%;
}
@media screen and (min-width:900px) {
  .testimonials-bg{
    height: 80vh;
  }
}
@media screen and (max-width:678px) {
  .testimonials-bg{
    height: 100vh;
  }
}

@keyframes slowZoom {
  0% {
      transform: scale(1); /* Start at normal size */
  }
  100% {
      transform: scale(1.1); /* End with a slight zoom */
  }
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Make sure the image covers the container */
  animation: slowZoom 10s ease-in-out infinite; /* Apply the zoom effect over 10 seconds */
}

.btn-secondary-blue{
  padding: 14px 30px;
  background: #49a6dd;
  color: #fff;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-secondary-blue-2{
  padding: 14px 30px;
  background: #fff;
  color: #49a6dd;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}

.txt-secondary-blue{
  color: #49a6dd;
}

.txt-primary-green{
  color: #99c65a;
}

.txt-primary-blue{
  color:#0f4f75 ;
}

.bg-secondary-blue{
  background-color: #49a6dd !important;
}

.bg-light-grey{
  color: rgb(33 33 33 / 5%);
}
/* home page end */

/* archive tour packages start */
@media screen and (min-width:900px) {
  .fa-money-bill-1-wave::before{
    font-size: 20px;
  }
  .tours-card-title{
    min-height: 100px;
  }
  .tours-card-img img{
    min-height: 260px;
    object-fit: cover;
  }
}
.tour-card-link a{
  transition: all 0.2s ease;
}
.tour-card-link a:hover{
  color: #49a6dd !important;

}
.tours-card-body{
  margin-top: -35px; 
}
.tours-card{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  cursor: pointer;
}
.tours-card-img img{
  transform: scale(1);
  transition: all 0.3s ease;
}
.tours-card:hover .tours-card-img img{
  transform: scale(1.1);
  cursor: pointer;
}
.tours-card:hover .tour-card-link a{
color: #49a6dd  !important;
}
.tour-offer-text{
  top: 7%;
  left: 5%;
}
.tour-offer-text small{
  font-size: 12px !important;
}
@media screen and (min-width:800px) {
  #oftour_destinations{
    padding-right:140px !important ;
  }
  .searchandfilter div ul{
    padding-left: 0px !important;
    margin-bottom: 0px !important;
  }
  #oftour_type{
    padding-right: 190px !important;
  }
  #oftour_budget{
    padding-right: 140px !important;
  }
  .searchandfilter input{
    margin-left: 20px;
  }
}
@media screen and (max-width:768px) {
  #oftour_destinations{
    min-width: 292px;
    margin-bottom: 10px;
  }
  #oftour_type{
    margin-bottom: 10px;
    min-width: 292px;
  }
  #oftour_budget{
    margin-bottom: 20px;
    min-width: 292px;
  }
  .searchandfilter div ul{
    padding-left: 10px;
  }
}
.searchandfilter input{
  border-radius: 25px !important;
  background-color: #49a6dd;
  color: #fff;
  font-weight: 700 !important;
  padding: 8px 25px 8px 25px;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: all 0.2s ease;
}
#tour-filter{
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.searchandfilter input:hover{
  transform: translateY(-5px);
  background-color: #f54500 !important;
}
/* archive tour packages end */

/* single tour packages start */
.single-tour-banner-carousel .item img{
  width: 100%;
  height: 600px;
  object-position: center;
}
.black-overlay-single-tours {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); 
}
@media screen and (min-width:900px) {
  .single-tour-banner-carousel .owl-nav .owl-prev{
    top: 40%;
    left: 5%;
    width: 50px;
    position: absolute;
    fill: #fff;
    transition: all 0.3s ease;
  }
  .single-tour-banner-carousel .owl-nav .owl-prev:hover{
    background-color: transparent  !important;
    fill: #E25B26 !important;
  }
  .single-tour-banner-carousel .owl-nav .owl-next{
    top: 40%;
    right: 5%;
    width: 50px;
    position: absolute;
    fill: #fff;
    transition: all 0.3s ease;
  }
  .single-tour-banner-carousel .owl-nav .owl-next:hover{
    background-color: transparent  !important;
    fill: #E25B26 !important;
  }
  .owl-nav{
    margin-top: 0px !important;
  }
  
}
.bg-light-grey{
  background-color: #F2F2F2;
}
.tour-info-card{
  border:1px solid #49a6dd !important;
}
.text-green{
  color: #4BAE4F;
}
.text-red{
  color: #FF4141;
}
.accordion-button-tours{
  color: #fff !important;
  background-color: #49a6dd !important;
}
.booking-form-btn{
  background-color: #49a6dd !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 5px;
  border: none !important;
}
.booking-form-btn:hover{
  background-color: #49a6dd !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 5px;
  border: none !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
/* single tour packages end */

/* Contact us section start */
@media screen and (max-width:768px) {
  .banner-image-on-sub{
    height: 50vh;
    width: auto;
  }
}
@media screen and (min-width:769px) {
  .banner-image-on-sub{
    height: 440px;
    width: auto;
  }
}
.contact-form {
border-top: none !important;
border-bottom: 1px solid #000 !important;
border-radius: 0px !important;
border-right: none !important;
border-left: none !important;
}
.map-section p{
  margin-bottom: 0px !important;
}
/* Contact us section end */

/* About us section start */
@media screen and (min-width:900px) {
  .mission-card-body{
    min-height: 170px;
  }
  
}
/* About us section end */

/* Destination section start */
@media screen and (min-width:768px) {
  .destinations-card img{
    height: 400px;
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .destinations-card img{
    height: 300px;
    width: 100%;
  }
}
/* Destination section end */


/* Animation styles start */
.scroll-container {
  position: relative;
}

.scroll-section {
  min-height: max-content;
  transition: transform 0.1s ease-out;
  will-change: transform;
}
/* Animation styles end */

.gt_container--y9unjc .gt_switcher .gt_selected a {
  border: 1px solid #49a6dd !important;
  color: #ffffff;
  padding: 3px 5px;
  width:fit-content !important;
}

.bg-green{
  background-color: #99c65a !important;
}