/*
Theme Name: High Mountain Treks and Tours
Theme URI: 
Author: Arif Hassan Arif
Author URI: https://www.linkedin.com/feed/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: 
Text Domain: adventureexplore
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.contact a:hover {
    color: #3a3a3c;
}
.form-control, .form-select {
    border: 1px solid #b3255f !important;
}
.form-control:focus, .form-select:focus {
    color: #3a3a3c !important;
    border-color: #b3255f !important;
    outline: 0;
    box-shadow: none !important;
}
/* Whatsup icon css */
.whatsapp {
    position: fixed;
    bottom: 66px;
    right: 23px;
    font-size: 2rem;
    margin: 7px;
    z-index: 2;
}
.whatsapp .fa-whatsapp {
  background: #25D366;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 50%;
  padding-top: 4px;
  padding-bottom: 4px;
}
@keyframes beep-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* google translator css */
.VIpgJd-ZVi9od-ORHb-OEVmcd {
display: none !important;
}
body {
    top: 0px !important;
}
.goog-logo-link {
    display:none !important;
    font-size:0px !important;
} 
    .goog-te-gadget img{
    display:none !important;
}
.goog-te-gadget{
    color: transparent !important;
    font-size:0px !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none;
}
.VIpgJd-yAWNEb-L7lbkb {
color: #3a3a3c !important;
background-color: #fff !important;
border: 1px solid #eeeeee00 !important;
box-shadow: 0 4px 16px rgb(0 0 0 / 0%) !important;
-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, .0) !important;
-webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 0%) !important;
display: none !important;
}
iframe {
height: 420px;
}
.goog-te-combo{
    background: #b3255f;
    color: #fff;
}
/* Custom wordpressform and rating */
.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}

.comments-rating label {
	display: inline-block;
}
.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}

.rating-container * {
	font-size: 1.4rem;
}

.rating-container > input {
	display: none;
}

span.dashicons.dashicons-star-filled {
    color: #52c952;
}

.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\f154";
	color: #18458b;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\f155";
	color: #52c952;
	text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.rating-container:hover > input + label:before {
	content: "\f154";
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\f155";
	color: #52c952;
	text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}

  .average-rating .dashicons.dashicons-star-filled {
    color: #8bc34a !important;
}
.rating_form_rating {
  display: flex;
  gap: 4px;
}
.star-rating {
  margin-top: 4px;
}
.comment-form .form-group {
    margin-bottom: 12px !important;
}
/* End comment rating css */
/* top expeditions trekking packages and our team css */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{
    display: block !important;
}
.owl-carousel.top-packages .owl-nav, .owl-carousel.our-team .owl-nav
 {
    position: absolute;
    top: -34px;
    right: 0;
    display: flex !important;
    font-size: 24px;
    color: #3a3a3c;
}
.owl-carousel.top-packages .owl-nav .owl-prev, .owl-carousel.our-team .owl-nav .owl-prev {
    margin-right: 22px;
}
.owl-carousel.top-packages .owl-nav .owl-next, .owl-carousel.our-team .owl-nav .owl-next{
    margin-right: 13px;
}
.owl-carousel.top-packages .owl-nav .owl-prev:hover, .owl-carousel.our-team .owl-nav .owl-prev:hover {
    transform: translateX(-3px);
    transition: transform 0.2s ease-in-out;
    color: #b3255f;
}
.owl-carousel.top-packages .owl-nav .owl-next:hover, .owl-carousel.our-team .owl-nav .owl-next:hover {
    transform: translateX(3px);
    transition: transform 0.2s ease-in-out;
    color: #b3255f;
}
/* End top expeditions trekking packages and our team css */
/* Video Section */
.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #3a3a3c;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #b3255f;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.bg-dark1 {
    background-color: #b3255f;
}
.btn1.btn-primary1.cnt:hover {
    border: 1px solid #fff;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/* End Video Section */
.text-secondaryt, .text-mutedt, small {
    color: #fff;
}
.text-mutedt:hover {
    color: #fff;
    text-shadow: 0px 0px 0px rgb(255 255 255), 1px 1px 1px #fff;
}
/* Read more and less css */
.comment-readmore a {
    margin-bottom: 12px;
    margin-left: 4px;
    text-decoration: underline;
    color: #fff;
    font-size: 13px !important;
}
.comment-readmore a:hover {
    color: #fff;
    text-shadow: 0px 0px 0px rgb(255 255 255), 1px 1px 1px #fff;
}
/* our team */
.our-teams .team-member .team-img {
    position: relative;
}
.our-teams .team-member .team-img .team-member-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex; 
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: 0.5s;
}
.our-teams .team-member {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.our-teams .team-member:hover .team-img .team-member-name {
    background: rgba(0, 58, 102, 0.5);
}
.our-teams .team-member:hover .team-img .team-member-name a {
    opacity: 0;
}
.our-teams .team-member .team-img img {
    transition: 0.5s;
}
.our-teams .team-member:hover .team-img img {
    transform: scale(1.3);
}
.our-teams .team-member .team-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
}
.our-teams .team-member:hover .team-content {
    bottom: 0;
}  
.readmore-team a {
    margin-left: 12px;
}
.readmore-team a:hover {
    color: #fff;
    text-shadow: 0px 0px 0px rgb(255 255 255), 1px 1px 1px #fff;
}
.readmore-team {
    text-align: justify;
}
/* End our team */
.bg-pkg {
    background-color: #3a3a3c;
}
.text-cnt {
color: #3a3a3c;
border: 1px solid #b3255f;
box-shadow: #b3255f 0px 0px 14px;
border-radius: 50%;
padding: 6px;
}
/* CeO model */
.btn-modal {
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.modal-content {
    border-radius: 15px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.modal-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.modal-text-content {
    padding: 20px;
    text-align: justify;
}
.modal-description {
    line-height: 1.6;
}
.modal-header {
    padding: 0.5rem 1rem;
}
.modal-title {
    color:#3a3a3c;
}
/* End CEO model */
/* lazy loadig css */
/* appear animation */
img[data-src][src] {
opacity: 1;
}
img[data-src] {
opacity: 0;
transition: opacity .25s ease-in-out;
will-change: opacity;
}
.bkgrndlazy{
  background-image: none !important;
}
/* End Lazyloading css */
/* ajax search form */
div#datapostfetch {
    width: 75%;
    margin-top: 1.5rem;
    max-height: 60vh;
    overflow-y: auto;
    display: grid;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
div#datapostfetch a {
    padding-left: 1%;
    padding-top: 1%;
    border: 1px solid #3a3a3c;
    color: #3a3a3c;
}
div#datapostfetch a:hover {
    color: #b3255f;
}
/* End ajax search form */
.owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
}
.aboutus img {
    height: 100%;
    object-fit: cover;
}