/*
Theme Name: Pakistan Heaven Tour
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Arif Hassan Arif
Author URI: 
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: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License:
License URI: 
Text Domain: pakistanheaventour
*/
.carousel-inner{
      /* height: 90vh;
  min-height: 350px; */
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.toppost_slider .owl-nav button i {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.toppost_slider .owl-nav button {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5) !important;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 99;
}
.toppost_slider .owl-nav .owl-next{
  left: auto;
  right: -10%;
}
.toppost_slider .owl-nav .owl-prev{
  left: -10%;
  right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px){
.toppost_slider .owl-nav .owl-next {
    right: -5%;
}
.toppost_slider .owl-nav .owl-prev {
  left: -5%;
}
.event_part .owl-nav .owl-prev {
  left: -5%;
}
}
.event_part .owl-nav .owl-prev{
  left: -5%;
  right: auto;
}
/* Single post details vertical tabs css */
.dtls {
  display: inline-flex;
  padding-bottom: 12px;
}
#myTab{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px dashed;
}
#myTabContent {
  background: #fff;
  padding: 15px;
  text-align: justify;
  box-shadow: 0, 12px, 0, 12px rgb(0,0,0,0.3);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px dashed;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 0px !important;
}
.dtls li.nav-item {
  background: #efefef;
  margin-bottom: 12px;
}
span.accicon {
  float: right;
}
.card-header {
  cursor: pointer;
  padding: 0.2rem 1.25rem !important;
  background-color: #fff !important;
  color: #000;
}
.card-header.collapsed .accicon .rotate-icon {
  transform: rotate(180deg);
}
.fa-chevron-circle-right:before {
  color: #000 !important;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #000 !important;
}
.table-hover tbody tr:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.nav-link:focus, .nav-link:hover {
  text-shadow: 2px 2px 5px #ffffff;
  color: #ffffff;
}
.card-header:not(.collapsed) {
  background-color: #000 !important;
  color: #fff;
}
/* Single post details end vertical tabs css */
/* 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: #8bc34a;
}

.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: #e9b914;
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: #8bc34a;
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;
}
.dashicons, .dashicons-before:before{
  font-size: 17px !important;
}
/* .testimony {
display: inline-flex;
} */
.comment-form .form-group {
  margin-bottom: 12px !important;
}
/* End comment rating css */
/* profile background css */
.single-post-area .blog-author {
  box-shadow: 0px 5px 4px -7px rgba(0, 0, 0, 0.75);
}
/* End profile background css */
/* commment child list css */
.comment-list.child-cmnt {
 margin-left: 91px; 
 margin-top: -3%;
}
/* End comment child list css */
/* booking form css */
.contactForm .form-control {
  border: 1px solid #000;
  width:100%;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.nice-select:after {
  right: 17px !important;
  margin-top:-1px !important;
  color: #e0c244 !important;
}
.contactForm .btn {
  color: #fff;
  background: #000;
}
.contactForm .btn-outline-light:hover {
  color: #fff;
  background: #000;
  text-shadow: 1px 1px 10px #fff, 0 0 40px #fff, 0 0 2px #fff;
}
.contactForm .col-md-6 {
  padding: 1%;
}
.contactForm .col-12 {
  padding: 1%;
}
/* End booking form css */
.carousel {
  padding: 0px;
  perspective: 1000px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carousel > * {
  flex: 0 0 auto;
}
.carousel figure {
  margin: 0;
  width: 80%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
.carousel figure img {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
}
.carousel figure img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
.carousel nav {
  display: flex;
  justify-content: center;
  margin: 15px 0 20px;
}
.carousel nav button {
  flex: 0 0 auto;
  font-size: 20px;
  color: #000;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  border: 2px solid #000;
  letter-spacing: 1px;
  padding: 0px 6px 3px 6px;
  border-radius: 50%;
}
.carousel nav button:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
/* logo navbar brand css */
.navbar-brand{
  padding-top: 0px !important;
  padding-bottom: 0 !important;
}
/* header background color */
.main_menu_iner {
  background: #000000;
}
.main-menu-item ul li.active {
  text-shadow: 1px 1px 10px #fff, 0 0 40px #fff, 0 0 2px #fff;
  color: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
  text-shadow: 1px 1px 10px #fff, 0 0 40px #fff, 0 0 2px #fff;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000 !important;
}
.sub_menu_right_content b, .sub_menu_right_content strong {
  color: #000;
  font-size: 11px;
  font-weight: 600;
}
/* Footer menu css */
.footer-area .single-footer-widget .sb-menu {
  columns: 1;
}
.hotel_list .single_ihotel_list .hotel_text_iner h3 a:hover {
  text-shadow: 0px 1px 0px #000, 0 0px 0px #000, 0 0 0px #000;
  color: #000;
}
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p a:hover {
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #fff;
}
/* header cloud animation css */
@keyframes clouds-loop-1 {
  to {
    background-position: -1000px 0;
  }
}
.clouds-1 {
  background-image: url("https://www.pakistanheaventour.com/wp-content/uploads/2023/09/clouds_2.webp");
  animation: clouds-loop-1 20s infinite linear;
}

@keyframes clouds-loop-2 {
  to {
    background-position: -1000px 0;
  }
}
.clouds-2 {
  background-image: url("https://www.pakistanheaventour.com/wp-content/uploads/2023/09/clouds_1.webp");
  animation: clouds-loop-2 15s infinite linear;
}

@keyframes clouds-loop-3 {
  to {
    background-position: -1579px 0;
  }
}
.clouds-3 {
  background-image: url("https://www.pakistanheaventour.com/wp-content/uploads/2023/09/clouds_3.webp");
  animation: clouds-loop-3 17s infinite linear;
}
.clouds {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.clouds-1,
.clouds-2,
.clouds-3 {
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 500px;
}
/* header slider css */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

.toppost_slider .owl-prev:hover, .toppost_slider .owl-next:hover {
  border: 2px solid #000 !important;
}
.event_slider .owl-prev:hover, .event_slider .owl-next:hover {
  border: 2px solid #fff !important;
}
.client_review_slider .owl-next:hover, .client_review_slider .owl-prev:hover {
  border: 2px solid #fff !important; 
}
.footer-area .copyright_part_text a:hover {
  color: #fff;
  text-shadow: 1px 1px 5px #fff, 0 0 1px #fff, 0 0 0px #fff;
}
#banner {
  position: relative;
  overflow: hidden;
}
#videobcg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height:auto;
  width:auto;
  z-index: -100;
}

/* section css box-shadow */
section.top_place.section_padding {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-bottom: 1px solid #ced8e3;
}
/* single post section tab */
.single-tab:focus, .single-tab:hover {
  color: #000;
}
#myTab li a {
  color: #000;
}
.gallery-txt h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.gallery-txt p {
  text-align: justify;
}
.gallery-carousel {
  max-width: 700px;
  margin: 0 auto;
  /* padding: 30px 0; */
}
.gallery-carousel .item {
  font-size: 30px;
  text-align: center;
  line-height: 2;
  font-weight: 700;
  background-color: #eee;
}

.gallery-carousel .owl-nav button.owl-prev,
.gallery-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}
.gallery-carousel .owl-nav button.owl-prev:hover,
.gallery-carousel .owl-nav button.owl-next:hover {
  border: 2px solid #000 !important;
}
.gallery-carousel .owl-nav button.owl-prev {
  left: 0;
}
.gallery-carousel .owl-nav button.owl-next {
  right: 0;
}
.gallery-carousel .owl-nav {
  margin: 0;
}
/* menu icon color */
.navbar-toggler {
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .nav-link{
    padding: 0.2rem 0.2rem !important;
  }
  .comments-area .date {
    display: none;
}
p.srv_desc{
  text-align: center !important;
}
.section_tittle{
  text-align: center;
}
.about_us .about_text{
  text-align: center;
}
}
/* single widget */
.single_sidebar_widget .text .heading a {
  color: #000;
}
p.average-rating {
  line-height: 19px;
}
.single_sidebar_widget .text .heading a:hover{
  text-shadow: 0px 1px 0px #000, 0 0px 0px #000, 0 0 0px #000;
  color: #000;
}
/* Services carousel css */
.services-carousel {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0;
}
.services-carousel .item {
  font-size: 30px;
  text-align: center;
  line-height: 2;
  font-weight: 700;
  background-color: #eee;
}

.services-carousel .owl-nav button.owl-prev,
.services-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 50%;
  position: absolute;
  transform: translatey(-50%);
}
.services-carousel .owl-nav button.owl-prev:hover,
.services-carousel .owl-nav button.owl-next:hover {
  border: 2px solid #000 !important;
}
.services-carousel .owl-nav button.owl-prev {
  left: 0;
}
.services-carousel .owl-nav button.owl-next {
  right: 0;
}
.services-carousel .owl-nav {
  margin: 0;
}
.single_ihotel_list {
  text-align: -webkit-center;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 8px 2px;
  min-height: 188px;
}
.single_ihotel_list h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
p.srv_desc{
  text-align: justify;
}
.comment-readmore .elimore_show {
  display: block;
}
.comment-readmore .elimore_show:hover, .comment-readmore .elimore_hide:hover {
  text-shadow: 0px 0px 1px #000, 0 0 0px #000, 0 0 1px #000;
}
.elimore_show, .elimore_hide {
  color: #000;
  text-decoration: underline;
}
.gallery-txt.text-center {
  border: 1px solid black;
  padding-bottom: 27px;
}
.comment-readmore {
  color: #000;
}
.commentator-readmore .elimore_show, .commentator-readmore .elimore_hide {
  text-decoration: underline;
  color: #fff;
  display: block;
}
.commentator-readmore {
  margin: 18px 0 18px;
  text-align: justify;
}
.commentator-readmore .elimore_show:hover, .commentator-readmore .elimore_hide:hover {
  text-shadow: 0px 0px 1px #fff, 0 0 0px #fff, 0 0 1px #fff;
}
.hover_Text .hover_text_iner a h3:hover {
  text-shadow: 0px 0px 1px #fff, 0 0 0px #fff, 0 0 1px #fff;
}
.top_place .single_place .hover_Text .place_btn:hover{
  text-shadow: 0px 0px 1px #fff, 0 0 0px #fff, 0 0 1px #fff;
}
/* carousel overlay color */
#carouselExampleCaptions .carousel-item:before {
  content: "";
  position: absolute;
  /* left: 0;
  top: 0; */
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.underline {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .carousel-caption h5{
    font-size: 18px !important;
    font-weight: 800 !important;
  }
  .carousel-caption p{
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    font-size: 26px !important;
  }
}
.carousel .hm-slider img {
  max-height: 768px;
  /*min-width: 800px;*/
  min-width: auto;
}
.ndr-lk.btn.btn-outline-light.w-100.py-3 {
    color: black;
    font-weight: 600;
    font-size: 16px;
    border: 1px;
    border: 1px solid black;
}

.ndr-lk.btn.btn-outline-light.w-100.py-3:hover {
    background: #fff;
}
/* image size for speed optimization */
/* .carousel-item img, .owl-carousel .owl-item img, .single_ihotel_list img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.single_place img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
} */


