@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans&display=swap");
@font-face {
  font-family: "Alvar-Essential-Alt-Regular";
  src: url("../fonts/alvar/Alvar-Essential-Alt-Regular.woff2") format("woff2"), url("../fonts/alvar/Alvar-Essential-Alt-Regular.woff") format("woff"), url("../fonts/alvar/Alvar-Essential-Alt-Regular.ttf") format("truetype"), url("../fonts/alvar/Alvar-Essential-Alt-Regular.eot") format("embedded-opentype"), url("../fonts/alvar/Alvar-Essential-Alt-Regular.svg#Alvar-Essential-Alt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans HK", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #212c3e;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: inherit;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  transition: 0.5s;
  background-color: #3f94cd;
  border-radius: 0;
  transition: 0.8s;
  color: #fff;
  border-radius: 4px;
}
.btn:hover {
  background-color: #0071bc;
  color: #fff;
  border: 1px solid transparent;
}

section {
  padding: 60px 0 50px;
}
@media (max-width: 580px) {
  section {
    padding: 30px 0 20px;
  }
}

.opacity-bg {
  background-color: rgba(0, 0, 0, 0.3098039216);
}

.primary-color {
  color: #0071bc;
}

.secondary-color {
  color: #3f94cd;
}

.dark-bg {
  color: #212c3e;
}

.star-icon {
  color: #0071bc;
}

.background {
  background-color: #f2f2f2;
}

figure {
  transition: 0.5s;
}

.close {
  cursor: pointer;
}

.fixed-top {
  background-color: #0071bc;
  transition: all 0.2s linear;
}
.fixed-top a:hover {
  opacity: 0.8;
}
.fixed-top .logo-nav {
  height: 55px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.fixed-top .btn {
  margin-left: 15px;
}
.fixed-top .logo {
  max-width: 90px;
  transition: all 0.2s linear;
}

.fa-facebook {
  transition: 0.8s;
}
.fa-facebook:hover {
  color: #38529A !important;
}

.fa-twitter {
  transition: 0.8s;
}
.fa-twitter:hover {
  color: #1C9CEA !important;
}

.fa-whatsapp {
  transition: 0.8s;
}
.fa-whatsapp:hover {
  color: #32B845 !important;
}

.fa-youtube {
  transition: 0.8s;
}
.fa-youtube:hover {
  color: #FF0000 !important;
}

h2 {
  font-size: 50px;
  font-weight: 400;
  text-transform: none;
  color: #0071bc;
  font-family: "Alvar-Essential-Alt-Regular";
}

h3 {
  font-size: 50px;
  text-transform: none;
  line-height: 1;
  color: #0f0f0f;
  font-family: "Alvar-Essential-Alt-Regular";
}

.padding-same {
  padding: 30px 0 0 0;
}

.small-font {
  font-size: 14px;
}

.mid-font {
  font-size: 20px;
}

#button-collapse {
  font-family: fontawesome;
  font-style: initial;
}

.same-sizebtn {
  margin: 83px 0 0 0;
}
.same-sizebtn i {
  font-size: 20px !important;
}

.breadcrumb-main {
  background-color: #000;
  position: relative;
  background-image: url("../images/breadcrumb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.8);
  background-position: center;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.breadcrumb-main .banner-image-wrapper {
  height: 450px;
}
.breadcrumb-main .banner-image-wrapper h1 {
  color: #ffffff;
}

.blog-inner .rounded-border {
  border-radius: 7px;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: transparent !important;
  box-shadow: 0px 0px 0px #000 !important;
}

.icon-scroll {
  width: 35px;
  height: 55px;
  position: absolute;
  bottom: 50px;
  box-shadow: inset 0 0 0 2px #fff;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}
.icon-scroll:before {
  content: "";
  width: 7px;
  height: 10px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #fff;
  animation: scrollDown 3s infinite;
}

@keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(25px);
  }
}
.change-btn {
  background-color: #0071bc;
}

.search-content-aside {
  display: none;
}

.tags {
  background: #0071bc;
  padding: 5px 15px;
  border-radius: 0 0 5px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#singlenav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  display: none;
  background: #fff;
  z-index: 888;
  transition: top 0.3s;
}
@media only screen and (max-width: 768px) {
  #singlenav {
    display: none !important;
  }
}
#singlenav .nav-link {
  padding: 5px 10px !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
#singlenav .nav-link:hover {
  color: #0071bc;
}
#singlenav .nav-link i {
  background: -webkit-linear-gradient(#ffffff, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#singlenav .active a {
  color: #0071bc;
}

#single-nav {
  width: 100%;
  padding: 10px 0;
  background: #fff;
  z-index: 888;
  transition: top 0.3s;
  display: none;
  top: 65px;
}
@media only screen and (max-width: 768px) {
  #single-nav {
    display: none !important;
  }
}
#single-nav .nav-link {
  padding: 5px 10px !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
#single-nav .nav-link:hover {
  color: #0071bc;
}
#single-nav .nav-link i {
  background: -webkit-linear-gradient(#ffffff, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  #single-nav .nav-link span {
    display: none;
  }
}
#single-nav .active a {
  color: #0071bc;
}

body .is-layout-flex {
  display: flex;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .container {
    max-width: 92%;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 992px) {
  .main-navbar li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-navbar .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
  }
  .main-navbar .dropdown-item {
    white-space: inherit;
  }
  .main-navbar .dropdown-menu {
    width: 100% !important;
  }
  .main-navbar .dropdown-menu .dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main-navbar .navbar-collapse {
    background: rgba(0, 0, 0, 0.75);
    padding: 2em;
    border-radius: 6px;
  }
  .main-navbar .search-navbar {
    display: block !important;
  }
  .main-navbar .sm-none {
    display: none !important;
  }
  .main-navbar .search-dropdown-hide {
    display: none !important;
  }
  .main-destinations .destinations-slider {
    padding: 55px 0 0 0;
  }
  .about-us .about-content-wrapper {
    padding: 0 !important;
  }
  .why-us .counter-wrapper .h1 {
    font-size: 18px;
  }
  .main-blog ul li {
    font-size: 10px;
  }
  .main-blog .blog-main-content {
    top: 42% !important;
    width: 100% !important;
    left: 0 !important;
    padding: 15px !important;
  }
  .main-banner .banner-contents h1 {
    font-size: 45px !important;
  }
  .blog-single-details aside {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .about-us figure {
    padding-left: 0 !important;
  }
  .trekking-details .thumb-price {
    left: 36% !important;
  }
  .booking-section .booking-aside {
    padding-left: 10px !important;
  }
  .blog-aside .blog-mob {
    padding: 0 14px !important;
    margin: 0 0 30px 0 !important;
  }
  .blog-aside figure {
    margin: 0;
  }
  .top-header,
  .small-none,
  .icon-scroll {
    display: none;
  }
  .contact-section .contact-aside {
    text-align: left !important;
  }
  .booking-section .booking-discount {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
  .trekking-details aside,
  .blog-details aside,
  .main-banner .banner-contents,
  .main-destinations .p-small {
    padding: 0 !important;
  }
  .blog-main-content {
    position: initial !important;
    width: 100% !important;
    margin-bottom: 2em;
  }
  .search-dropdown {
    margin-right: 0 !important;
  }
  .main-footer .trip-advisor-foot,
  .main-footer .footer-payment {
    justify-content: flex-start !important;
  }
  .why-us .why-content i {
    float: none !important;
  }
}
@media (max-width: 580px) {
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 35px;
  }
  .main-banner .banner-image-wrapper {
    height: 400px;
  }
  .main-banner .banner-image-wrapper img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .trekking-details .thumb-price {
    left: 33% !important;
  }
  .main-blog figure {
    margin: 0;
  }
  .main-blog .breadcrumb-main .banner-image-wrapper {
    height: 300px;
  }
  .main-blog .col-md-7 {
    padding-top: 0 !important;
    padding-bottom: 2em;
  }
  .breadcrumb-main .banner-image-wrapper {
    height: 300px !important;
  }
  .main-header .search-content-aside {
    width: 300px !important;
    max-width: 300px !important;
  }
  .about-us .pb-sm-4 {
    padding-bottom: 3em !important;
  }
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.main-header .search-navbar {
  display: none;
}
.main-header .search-content-aside {
  background: #fff;
  width: 460px;
  max-width: 460px;
  height: 100vh;
  box-shadow: -2px 2px 5px rgba(84, 84, 84, 0.1215686275);
}
.main-header .search-content-aside .search-box-icon {
  border-radius: 0;
}

.top-header .text-muted {
  font-size: 10px;
}
.top-header ul li a:hover {
  opacity: 0.5;
}
.top-header ul li a i {
  font-size: 14px;
  margin-right: 5px;
}

.header-bottom-content img {
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-bottom-content a:hover {
  opacity: 0.5;
}
.header-bottom-content span {
  font-size: 12px;
  margin-right: 8px;
  margin-top: 4px;
}

#menu-primary {
  transition: all 0.2s linear;
}
#menu-primary .logo-nav {
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu-primary .dropdown-menu {
  width: 15em;
}
#menu-primary .dropdown-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#menu-primary .dropdown-menu li:last-child {
  border-bottom: none;
}
#menu-primary .nav-link {
  color: rgba(255, 255, 255, 0.9);
  padding: 0 20px;
  font-size: 18px;
}
#menu-primary .nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
#menu-primary .search-dropdown a::after {
  display: none;
}
#menu-primary .nbtn {
  color: #fff;
  border-color: #fff;
  padding: 7px 14px;
  font-size: 22px;
  width: 50px;
}
#menu-primary .nbtn:focus {
  border: 1px solid #fff;
  box-shadow: none;
}
#menu-primary .logo {
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  #menu-primary .logo {
    max-width: 100px;
  }
}

.main-banner .banner-contents {
  padding: 7em 0 0 0;
}
.main-banner .banner-contents h1 {
  font-size: 70px;
  font-family: "Alvar-Essential-Alt-Regular";
  text-align: center;
}

.about-us .about-content-wrapper {
  padding: 2.4em 6em 0 0;
}
.about-us span {
  color: #666666;
}
.about-us figure {
  margin-left: 2em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-us figure {
    margin-left: 0;
  }
}
.about-us figure img {
  transition: all 0.4s;
}
.about-us figure:hover img {
  transform: scale(1.1);
}

.main-destinations .owl-carousel .owl-item {
  overflow: hidden;
}
.main-destinations .owl-carousel .owl-item img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.main-destinations .owl-carousel .owl-item:hover img {
  transform: scale(1.1);
}
.main-destinations .image-sliderhover:hover .opacity-bg {
  height: 100%;
  opacity: 0.7;
}
.main-destinations .destinations-slider .opacity-bg {
  background-color: rgba(0, 0, 0, 0.7215686275);
}
.main-destinations .item p {
  margin: 0 0 7px 0;
}
.main-destinations .trip-price span {
  font-size: 30px;
}
.main-destinations .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.main-destinations .owl-nav button:hover {
  transform: scale(1.5);
}
.main-destinations .owl-nav span {
  font-size: 0;
}
.main-destinations .owl-nav .owl-next span:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  font-size: 24px;
}
.main-destinations .owl-nav .owl-prev span:before {
  content: "\f0a8";
  font-family: "FontAwesome";
  font-size: 24px;
}

.why-us .card {
  padding: 1.5em;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.5215686275);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.why-us .card i {
  color: #212c3e;
}
.why-us .card:hover {
  background-color: #0071bc;
  cursor: pointer;
  transition: all 0.2s linear;
}
.why-us .card:hover i {
  color: #fff;
  transform: scale(1.2);
}
.why-us .card:hover h5 {
  color: #fff;
}
.why-us .card:hover p {
  color: #fff;
}
.why-us h5 {
  font-size: 20px;
  font-weight: 700;
}
.why-us i {
  font-size: 40px;
  margin-bottom: 15px;
}

.our-packages .destination-ratings {
  top: 40%;
}
.our-packages .destinations-contents-top a p {
  transition: 0.8s;
}
.our-packages .destinations-contents-top a p:hover {
  color: #3f94cd !important;
}
.our-packages .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.our-packages img {
  transition: 0.5s;
}
.our-packages img:hover {
  transform: scale(1.5);
}

.client-testimonials .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.client-testimonials .card img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.client-testimonials .card small {
  display: block;
  color: #0071bc;
}

.main-blog h4 {
  font-size: 31px;
}
.main-blog ul li {
  font-size: 12px;
}
.main-blog .blog-main-content .post-desc {
  margin: 10% 0 10% -150px;
}
@media (max-width: 992px) {
  .main-blog .blog-main-content .post-desc {
    margin: 0 !important;
  }
}
.main-blog img {
  transition: 0.5s;
}
.main-blog img:hover {
  transform: scale(1.5);
}
.main-blog h5 {
  font-size: 18px;
}
.main-blog .blog-aside a p {
  transition: 0.8s;
}
.main-blog .blog-aside a p:hover {
  color: #3f94cd;
}
.main-blog a {
  transition: 0.8s;
}

.main-footer {
  background-color: #f2f2f2;
}
.main-footer a {
  color: #777;
  transition: 2s;
}
.main-footer a:hover {
  color: #3f94cd;
  text-decoration: underline !important;
}
.main-footer button {
  background-color: #3f94cd;
  font-size: 14px;
  padding: 9px !important;
  right: 0;
}
.main-footer .bottom-footer {
  background: #212c3e;
  color: #eee;
}
.main-footer i {
  width: 35px;
  text-align: center;
  float: left;
  margin: 5px 0 15px 0;
  font-size: 20px;
}
.main-footer span {
  font-size: 18px;
}
.main-footer .trip-advisor-foot img {
  height: 36px;
  margin-top: -8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-footer .footer-payment img {
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-footer .top-footer ul {
  margin: 0;
  padding: 0;
}
.main-footer .top-footer ul li {
  margin: 0 0 10px 10px;
  list-style-type: none;
}
.main-footer .top-footer input[type=text],
.main-footer .top-footer input[type=email] {
  padding: 2px !important;
  border: 1px solid #ccc !important;
  width: 100% !important;
}
.main-footer .top-footer input[type=submit] {
  background: #0071bc !important;
  color: #ffffff !important;
  border: 3px solid #0071bc;
}
.main-footer .top-footer legend,
.main-footer .top-footer label {
  font-size: 14px !important;
}
.main-footer .gform_title {
  font-size: 30px;
}
.main-footer .gform_description {
  font-size: 14px;
}

#button {
  display: inline-block;
  background-color: #0071bc;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}
#button:hover, #button:active {
  cursor: pointer;
  background-color: #3f94cd;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.our-team .team figure {
  overflow: hidden;
}
.our-team .team figure img {
  transition: all 0.4s;
  cursor: pointer;
}
.our-team .team figure:hover img {
  transform: scale(1.1);
}

.blog-single-details a {
  color: #0071bc;
}
.blog-single-details a:hover {
  text-decoration: underline;
  color: #212c3e;
}
.blog-single-details .post-items h5 {
  font-size: 20px;
}
.blog-single-details .tag-s a {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px 0;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
.blog-single-details .tag-s a:hover {
  background: #ddd;
}

.blog-details .travel-date {
  bottom: 0;
  left: 0;
  background: #0071bc;
  padding: 6px 15px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 0 5px 0 0;
}

.trip-details a {
  color: #0071bc;
}
.trip-details a:hover {
  text-decoration: underline;
  color: #212c3e;
}
.trip-details h3 {
  color: #0071bc;
  font-size: 35px;
}
.trip-details .ulli ul {
  padding-left: 20px;
  position: relative;
}
.trip-details .ulli ul li {
  list-style-type: none;
  padding: 3px 0 3px 25px;
}
.trip-details .ulli ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left: 15px;
}
.trip-details #expand {
  cursor: pointer;
}
.trip-details .review-inner {
  height: 345px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trip-details .thumb-client img {
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.trip-details .priceaside tr td:nth-child(2) {
  color: #0071bc;
  font-weight: 600;
}
.trip-details .priceaside tr th {
  font-size: 14px;
}
.trip-details .priceaside tr td {
  font-size: 14px;
}
.trip-details .group-icon span {
  background: #3f94cd;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  box-shadow: 0px 2px 5px #767171;
  border-radius: 4px;
}
.trip-details .thumb-price {
  top: -31px;
  left: 50%;
  margin-left: -65px;
  background: #0071bc;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  box-shadow: 0px 2px 5px #767171;
  border-radius: 4px;
}
.trip-details .priceaside ul li:before {
  content: "\f058";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: #03a84e;
}
.trip-details .guidelines h6 {
  border-top: 1px solid #d5d5d5;
  padding-top: 1.7em;
}
.trip-details .departure a {
  font-size: 14px;
  background: none;
  color: #0071bc;
  font-weight: 900;
}
.trip-details .faq-accordion .accordion-item button {
  padding-left: 0;
  font-weight: 600;
}
.trip-details .faq-accordion .accordion-item button:focus {
  box-shadow: none;
}
.trip-details .faq-accordion .accordion-item .accordion-body {
  padding: 0;
}
.trip-details .itinerary-accordion button {
  position: relative;
  align-items: normal;
  font-size: 18px;
}
.trip-details .itinerary-accordion button:focus {
  box-shadow: none;
}
.trip-details .itinerary-accordion button strong {
  width: 70px;
  color: #0071bc;
}
.trip-details .accordion-item {
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
.trip-details .route-map .tab-content {
  padding: 30px;
  border: 1px solid #dee2e6;
  border-top: none;
}
.trip-details .destinations-contents-top p {
  margin: 1em 0;
}
.trip-details .in-ex ul {
  padding-left: 25px;
  position: relative;
}
.trip-details .in-ex ul li {
  list-style-type: none;
  padding: 3px 0 3px 15px;
}
.trip-details .in-ex ul li:before {
  font-family: "font awesome 5 free";
  content: "\f058";
  position: absolute;
  left: 10px;
  color: #28a745;
}
.trip-details .in-ex .ex {
  opacity: 80%;
}
.trip-details .in-ex .ex ul li:before {
  content: "\f057";
  color: #fc5145;
}
.trip-details aside form .btn {
  background: #0071bc;
}
.trip-details aside .form-fixed {
  position: sticky;
  top: 130px;
}
.trip-details .related-trips .owl-nav {
  position: absolute;
  top: 45%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  left: 0px;
  padding: 0 43px;
}
.trip-details .related-trips .owl-nav button:hover {
  transform: scale(1.5);
}
.trip-details .related-trips .owl-nav span {
  font-size: 0;
}
.trip-details .related-trips .owl-nav .owl-prev span:before {
  content: "\f0a8";
  font-family: "FontAwesome";
  font-size: 24px;
  color: #fff;
}
.trip-details .related-trips .owl-nav .owl-prev span:before:hover {
  opacity: 1;
}
.trip-details .related-trips .owl-nav .owl-next span:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  font-size: 24px;
  color: #fff;
}
.trip-details .related-trips .owl-nav .owl-next span:before:hover {
  opacity: 1;
}

.contact-section .card-body {
  padding: 3em;
}
.contact-section .contact-aside {
  padding: 2em;
}
.contact-section iframe {
  filter: grayscale(1);
}
.contact-section iframe:hover {
  filter: grayscale(0);
}

.destination-details .card span {
  background: #0071bc;
  padding: 5px 15px;
  border-radius: 0 0 0 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.destination-details .card .card-body {
  background: rgba(0, 0, 0, 0.5215686275);
}
.destination-details .card .card-body:hover {
  opacity: 0.6;
}
.destination-details .card .destinations-contents-top h4 {
  font-size: 22px;
  margin-top: 8px;
}
.destination-details .card .destinations-contents-top small {
  font-size: 16px;
  display: inline-block;
}
.destination-details .card .destination-ratings p {
  margin: 0;
}

.details-menu {
  background: #fff;
  padding: 14px 0;
  position: sticky;
  top: 84px;
  z-index: 99;
}

.package-details .destination-ratings p {
  background: #0071bc;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  box-shadow: 2px 2px 2px #181818;
  position: absolute;
  top: 0;
  left: 0;
}
.package-details .destinations-contents-top a p {
  font-size: 21px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-top: 1em;
}
.package-details img {
  transition: 0.8s;
}
.package-details img:hover {
  transform: scale(1.5);
}

.reviews-details img {
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-details .thumb-client img {
  height: 70px;
  width: 70px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.reviews-details .rounded {
  background: #fff;
}
.reviews-details h3 {
  font-size: 30px;
  color: #0071bc;
}
.reviews-details h3::after {
  background: #0071bc;
  position: absolute;
  content: "";
  height: 2px;
  width: 80px;
  left: 4px;
  bottom: -10px;
}

.booking-section .radio {
  width: 6%;
}
.booking-section select {
  border: none;
  border-bottom: 1px solid #ced4da;
  padding: 5px 7px;
}
.booking-section .booking-discount {
  background: #f1f1f1;
  padding: 1em;
  border-radius: 8px;
  -moz-column-count: 3;
       column-count: 3;
}
.booking-section .booking-discount li {
  font-size: 14px;
}
.booking-section .booking-image {
  width: 100%;
  height: 1113px;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking-section .qty-sum {
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 20px;
}
.booking-section label {
  font-weight: 700;
  font-size: 14px;
}
.booking-section .same-buttons {
  width: 33px;
  border: none;
  border-radius: 0;
  font-size: 17px;
}
.booking-section .same-buttons:hover {
  transform: scale(1.1);
}
.booking-section .add {
  position: absolute;
  left: 0;
  padding: 4px 40px;
  background: #04a4d5;
  color: #fff;
}
.booking-section .minus {
  position: absolute;
  right: 0;
  padding: 4px 40px;
  background: #d2560b;
  color: #fff;
}
.booking-section input {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding-left: 0;
}
.booking-section input:focus {
  box-shadow: 0 0 0 #000;
}

.primary-nav {
  overflow: hidden;
}
.primary-nav li a {
  padding: 14px 16px;
  text-decoration: none;
}
.primary-nav .dropdown {
  overflow: hidden;
}
.primary-nav .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.primary-nav .dropdown .dropdown-menu li a:hover {
  background-color: red;
}
.primary-nav .dropdown .dropdown-menu:hover {
  display: block;
}

.owl-dots {
  position: relative;
  bottom: 50px;
  z-index: 9999;
  text-align: center;
}
.owl-dots button.owl-dot {
  background: #fff;
  padding: 10px !important;
  margin-right: 5px;
  border-radius: 100%;
}
.owl-dots button.active {
  background-color: #0071bc;
}

.section {
  padding: 60px 0 50px;
}
@media (max-width: 768px) {
  .section {
    padding: 35px 0;
  }
}
.section h1 {
  font-weight: 700;
}
.section h1 span {
  color: #0071bc;
  font-size: 70%;
  font-weight: 500;
  line-height: 1.5;
}
.section h2 span {
  color: #3f94cd;
  font-size: 70%;
  font-weight: 500;
  line-height: 1.5;
}
.section h3 {
  font-size: 20px;
}
.section h3 span {
  font-size: 80%;
  color: #3f94cd;
}

#breadcrumbs a {
  color: #ffffff;
}
#breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.blog-details .posted-on a,
.blog-details .author a {
  color: rgba(255, 255, 255, 0.8);
}

.trip-slider .item img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .trip-slider .item img {
    height: 60vh;
  }
}

/* Filter Form */
.package-filter-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px 0;
}
.package-filter-section .filter-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.package-filter-section .filter-form select {
  padding: 4px;
  font-size: 14px;
}
.package-filter-section .filter-form select:focus {
  outline: none;
}/*# sourceMappingURL=main.css.map */