@import url("https://fonts.googleapis.com/css?family=Poppins");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: Poppins;
  margin: 0;
}



/* Main log height  */

#main_logo_for_slide {
  display: none;
}
#main_logo {
  height: 45px !important;
}

@media (max-width: 992px) {
  #main_logo {
    height: 40px !important;
  }
}

/* top tabs  */
.sticky_nav_icon_continer_other {
  display: flex;
  font-size: 20px;
}

@media (max-width: 992px) {
  .sticky_nav_icon_continer_other {
    display: none !important;
  }
}

.sticky_nav_icon_continer_other .nav-item .nav-link {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  margin: 5px;
}

.sticky_nav_icon_continer_other .nav-item .dropdown-toggle img {
  display: block;
  padding-left: 5px;
}

.sticky_nav_icon_continer_other .nav-item p {
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
}

.sticky_nav_icon_continer_other .nav-item span {
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .sticky_nav_icon_continer_other {
    display: none;
  }
}

@media (max-width: 345px) {
  .sticky_nav_icon_continer_other .nav-item .dropdown-toggle img {
    width: 20px;
  }

  .icon_container li > a > p {
    margin-bottom: 0px;
    font-size: 9px !important;
  }
}

#explorer_dropdown {
  display: none;
}

@media (max-width: 992px) {
  #explorer_dropdown {
    display: block;
  }
}

.sticky_nav_icon_continer_other .nav-link.active {
  color: #e74212;
  background-color: #ffffff;
  font-size: 12px;
  border-bottom: 2px solid #e74212;
}

#main_nav99 .navbar-nav .nav-item .fa-angle-right {
  color: #e74212;
}

/* top tabs  End */
/* silde silder menu */
@media (max-width: 992px) {
  #main_logo_for_slide {
    display: block;
    padding: 10px;
  }

  .navbar-collapse {
    position: fixed;
    top: 50px;
    left: 0;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 75%;
    height: 100%;
    background-color: #ffffff;
  }

  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #000;
  }

  .navbar-collapse.collapsing {
    left: -75%;
    transition: height 100ms ease-in-out;
  }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
}

.nav-style {
  color: rgb(255, 255, 255);
  background: rgb(5, 5, 9);
  background: linear-gradient(
    0deg,
    rgba(5, 5, 9, 0.020343171448266806) 0%,
    rgba(5, 5, 9, 1) 100%,
    rgba(5, 5, 9, 0.7010154403558299) 100%
  );
}

.nav-style .container {
  color: rgb(67, 133, 168);
}
.-new-nav-style {
  color: rgb(46, 193, 234);
  background: rgb(78, 78, 247);
  background: linear-gradient(
    0deg,
    rgba(5, 5, 9, 0.020343171448266806) 0%,
    rgba(5, 5, 9, 1) 100%,
    rgba(5, 5, 9, 0.7010154403558299) 100%
  );
}

.new-nav-style .container {
  color: rgb(201, 76, 76);
}
.navbar-dark .navbar-toggler {
  border: none !important;
  outline: none !important;
}
.navbar-light .navbar-toggler {
  border: none !important;
  outline: none !important;
}

.navbar-toggler {
  height: 33px;
  background-repeat: no-repeat;
  width: 33px;
  border: none;
  font-size: 28px;
  margin-right: 5px;
  outline: none;
  background-color: rgba(246, 246, 246, 0);
  color: #606060;
}

@media screen and (max-width: 768px) {
  .nav-style .container {
    padding: 0px;
  }
  .nav-style {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .-new-nav-style .container {
    padding: 0px;
  }
  .new-nav-style {
    padding: 0px;
  }
}
.navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid transparent;
  font-weight: bold;
  color: #000;
}
.navbar-nav .nav-item .nav-link:hover {
  border-bottom: 1px solid #FB7135;
}

@media screen and (max-width: 768px) {
  .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid transparent;
    line-height: 20px;
    font-size: 12px;
  }
}

.dropdown-item:hover {
  color: #FB7135 !important;
  cursor: pointer;
}

.list-unstyled li {
  line-height: 1.8em;
  padding-left: 3px;
  color: black;
  cursor: pointer;
}

.list-unstyled li a:hover {
  color: #FB7135 !important;
}
.list-unstyled li:hover {
  color: #FB7135;
}

/* Destination mega menu size*/
.navbar-nav .dropdown-menu {
  max-height: max-content;
}

@media screen and (max-width: 992px) {
  .navbar-nav {
    max-height: 100vh;
    overflow-y: scroll;
  }
  .submenu {
    background-color: rgb(255, 237, 187);
  }
}

.navbar-nav .dropdown-menu::-webkit-scrollbar {
}

.megamenu {
  width: 130% !important;
  margin-left: -15%;
}

@media screen and (max-width: 1328px) {
  .megamenu {
    width: 115% !important;
    margin-left: -7.5%;
  }
}

@media screen and (max-width: 1284px) {
  .megamenu {
    width: 110% !important;
    margin-left: -5%;
  }
}

/* Destination mega menu title*/
.col-megamenu .title {
  line-height: 3em;
  text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 12px;
    line-height: 2em !important;
  }
}

@media screen and (max-width: 768px) {
  /* .col-megamenu .list-unstyled li {
    text-align: center;
  }
  .col-megamenu .title {
    text-align: center;
  } */
  .col-megamenu {
    margin-bottom: 10px;
  }
}

.nav-style-Onscroll {
  background-color: white;
  color: rgb(0, 0, 0);
  box-shadow: 0 0.225rem 0.35rem rgba(0, 0, 0, 0.075) !important;
}
.nav-style-Onscroll .container {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(255, 250, 250, 0.428);
}

@media screen and (max-width: 768px) {
  .nav-style-Onscroll {
    padding: 0px;
  }

  .nav-style-Onscroll .container {
    padding: 0px;
  }
}

.new-nav-style-Onscroll {
  background-color: rgb(48, 91, 161);
  color: rgb(0, 0, 0);
  box-shadow: 0 0.225rem 0.35rem rgba(0, 0, 0, 0.075) !important;
}
.new-nav-style-Onscroll .container {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgba(255, 250, 250, 0.428);
}

@media screen and (max-width: 768px) {
  .new-nav-style-Onscroll {
    padding: 0px;
  }

  .new-nav-style-Onscroll .container {
    padding: 0px;
  }
}
#nav-explorer-list .col-megamenu .title {
  font-weight: 600 !important;
  color: black;
}

#nav-explorer-list .col-megamenu .list-unstyled li a {
  color: black;
}

#nav-Destination-list .col-megamenu .title {
  font-weight: 600 !important;
}

#nav-Destination-list .col-megamenu .list-unstyled li a {
  color: black;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  #nav-Destination-list .col-megamenu .list-unstyled li a {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

/* Package Card */

.regular {
  visibility: hidden;
}
.slick-initialized {
  visibility: visible;
}

.my_card {
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .more_menu {
    font-size: 14px;
    margin-left: -70% !important;
  }
  .more_menu a {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 500px) {
  .more_menu {
    font-size: 14px;
    margin-left: -90% !important;
  }
}

.more_menu .Festival_icon,
.more_menu .Tribal_icon,
.more_menu .Cultural_icon,
.more_menu .Houseboat_icon,
.more_menu .Wildlife_icon,
.more_menu .Religious_icon {
  display: none;
}

@media screen and (max-width: 992px) {
  #Houseboat_icon,
  #tribal_icon {
    display: none;
  }
  .more_menu .Tribal_icon,
  .more_menu .Houseboat_icon {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .festival_icon,
  .Wildlife_icon {
    display: none;
  }
  .more_menu .Festival_icon {
    display: block;
  }
}
@media screen and (max-width: 424px) {
  .more_menu .Religious_icon {
    display: block;
  }
  .Religious_icon {
    display: none;
  }
}

.top_icons .entry-title {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .top_icons .entry-title {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 457px) {
  .top_icons .entry-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 405px) {
  .top_icons .entry-title {
    font-size: 10px;
  }
}
@media screen and (max-width: 391px) {
  .top_icons .entry-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 362px) {
  .top_icons .entry-title {
    font-size: 12px;
  }
}

.top_icons .cardprice {
  font-size: 14px;
  color: white;
  display: block;
}

.top_icon_data_title {
  z-index: 1;
  font-weight: 700;
}

.box {
  width: 100%;
  height: fit-content;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;

  /*border-bottom: 1px solid gray;*/
}
@media (max-width: 992px) {
  .box {
    margin-bottom: 10px;
  }
}

.box hr {
  margin-top: 0px;
  margin-bottom: 0px;
  color: darkgray;
}

.box h5 {
  font-size: 1rem;
  font-weight: bold;
}
tour- .box .tour-price {
  font-size: 1rem;
  font-weight: bold;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}

.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.right-gary {
  background-color: #FB7135 !important;
  color: white;
  border-radius: 0px;
}

.right-green {
  background-color: green !important;
  color: white;
  border-radius: 0px;
}

.package-btn {
  color: #fff;
  border: 1px solid #FB7135;
  font-weight: 600;
  font-size: 12px;
  background-color: #FB7135;
  padding: 15px;
  width: 100%;
}

.package-btn:hover {
  background-color: #fff !important;
  color: #FB7135;
}

@media (max-width: 992px) {
  .package-btn {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: 100;
    padding-right: 10px;
    width: fit-content;
  }
}

.package-card-btn {
  color: #FB7135;
  border: 1px solid #FB7135;
  font-weight: 100;
  font-size: 10px;
  padding: 6px 8px 6px 8px;
  border-radius: 3px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .package-card-btn {
    color: #fff;
    border: 1px solid #FB7135;
    background-color: #FB7135;
  }
}

.package-card-btn:hover {
  color: #ffffff;
  border: 1px solid #FB7135;
  background-color: #FB7135;
}
@media (max-width: 992px) {
  .package-card-btn {
    font-size: 10px;
  }
}

.card_location {
  color: black;
  font-size: 13px;
}

.ratings {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .ratings {
    font-size: 10px;
  }
}

.checked {
  color: orange;
}

/* top heading of all plages*/
.align-items-center h1 {
  font-weight: 600;
}

.dropdown-backdrop {
  position: relative;
}

/* All Pages Top Heading*/

@media (max-width: 992px) {
  .text-black .h2 {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #000;
  }
}

/* bottom contact form */

#Conatct_from input {
  font-size: 12px;
}
/* 
view all review button for landing pages */
.view_all_btn {
  font-size: 12px;
  height: 40px;
  width: 100px;
  border-radius: 5px;
  background: #FB7135;
  color: white;
  border: none;
}
