@charset "UTF-8";

/*
Theme Name: Book My Bharat
Theme URI: 
Author: Piyush Singh Chhoker
Author URI: 
Description:NA
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: Book My Bharat License
License URI: NA
Text Domain: Book My Bharat
*/

/* -----------Design--by----Piyush-Singh-Chhoker------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*,
html {
  padding: 0;
  margin: 0%;
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden !important;
}

body {
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins";

}

/* ==========custom--class---------- */
/* -------font-family----class------- */
.popp {
  font-family: "Poppins";
}

a {
  text-decoration: none !important;
}

/* ============hide--=destop======= */

/* ========font-weight-class========== */
.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.fw9 {
  font-weight: 900 !important;
}

/* ========position================= */
.rel {
  position: relative;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  margin-bottom: 0 !important;
}

/* =========margin-class========== */

.m20 {
  margin-bottom: 20px !important;
}

.m10 {
  margin-bottom: 10px !important;
}

.m12 {
  margin-bottom: 12px;
}

.m15 {
  margin-bottom: 15px !important;
}

.m60 {
  margin-bottom: 60px !important;
}

.m40 {
  margin-bottom: 40px !important;
}

.m70 {
  margin-bottom: 70px;
}
.m100 {
  margin-bottom: 100px;
}

.m30 {
  margin-bottom: 30px !important;
}

.m35 {
  margin-bottom: 35px !important;
}

.m25 {
  margin-bottom: 25px;
}

.m50 {
  margin-bottom: 50px !important;
}

.mr10 {
  margin-right: 10px;
}

.mr5 {
  margin-right: 5px;
}

.m5 {
  margin-bottom: 5px !important;
}

.m45 {
  margin-bottom: 45px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb70 {
  margin-bottom: 70px;
}

/* =====wight-css========== */
.w70 {
  width: 70%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.cover {
  object-fit: cover;
}

.item-center {
  align-items: center;
}

.j-c {
  justify-content: space-between;
}

.j-center {
  justify-content: center;
}

/* ========font-size-class=========== */
h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.p-16 {
  font-size: 16px;
}

.p-15 {
  font-size: 15px;
}

.p-14 {
  font-size: 14px;
}

.p-10 {
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

/* ==========color-----class=========== */

.black {
  color: #0D0D0C !important;
}

.ff, .text-white {
  color: #FFF;
}

.gray {
  color: #666;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.blue {
  color: #0f059d;
}
.light-blue{
  color: #1CA8CB;
}


/* ------bg------class=========== */
.bg-black {
  background: #000;
}

.bg-blue {
  background-color: #0f059d;
}

.bg-light-blue {
  background-color: #1ca8cb82;
}

.gap10 {
  gap: 10px;
}

/* ===================padding-class================== */
.p10 {
  padding: 10px 0;
}

.p25 {
  padding: 25px 0;
}

.p70 {
  padding: 70px 0;
}

.p50 {
  padding: 50px 0;
}

/* ========header-css========== */
.th-header {
  position: relative;
  z-index: 41;
}

.header-top {
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #E1E4E5;
  z-index: 2;
}

.header-links li:not(:last-child) {
  margin: 0 52px 0 0;
}

.header-links li>i {
     color: #ffffff;
  margin-right: 12px;
}
header.scrolled li,header.scrolled li a,header.scrolled .search-icon i,.dropdown ul li a  {
  color: #000   ;
}
header.scrolled .header-btn a {
    color: #000;
    border: 1px solid #000;
}
.header-top ul {
  margin: 0;
  padding: 0;
}

.header-links li:not(:last-child):after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #999999;
  position: absolute;
  top: 3px;
  right: -27px;
}

.header-right .header-links li:not(:last-child):after {
  top: 4px;
  right: -17px;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.header-links li, .header-links span, .header-links p, .header-links a {
      color: #ffffff;
}

.header-right .header-links li:not(:last-child) {
  margin: 0 28px 0 0;
}

.new-icons-sec a {
  margin-right: 5px;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}

/* .menu-area {
  background-image: url(assets/img/line-pattern.png);
} */

.header-layout1 .main-menu {
  position: relative;
  padding-left: 70px;
}

.header-layout1 .main-menu>ul>li {
  margin: 0px 21px;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.header-logo img {
  margin: 197px;
  height: 60px;
}

.main-menu {
  display: flex;
  gap: 25px;
}

.dropdown-main-only ul, .nested-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
  width: 200px;
      z-index: 4444;
          border: 2px solid #1ca8cb;
}

.main-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cross-icon, .hide-des1, .menu-ciomn {
  display: none !important;
}

.logo img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}

.dropdown {
  position: relative;
  display: flex !important;
  cursor: pointer;
  align-items: center;
}


.header-btn a {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 10px 25px;
    display: block;
}
.search-icon i{
   color: #ffffff;
       background: #1ca8cb;
   padding: 10px;
   border-radius: 50%;
}
.text-section h6{
    height: 70px;
}
.main-menu li i {
  transition: all .3s;
}

.main-menu li:hover .only-arrow {
  rotate: 180deg;
}
.img-div-1 img{
    height: 210px;
}

.right-main-div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-icon, .search-icon p {
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
}


.ober-lp{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background-color: #00000085;
        z-index: 1;
}
.hero-inner {
    position: relative;
}
.hero-inner     .container{
    z-index: 2;
}
/* ===========footer=========== */
.bg-title {
  background-color: #2241b4;
}

footer {
  margin-top: 50px;
}

.newsletter-top {
  border-bottom: 1px solid #E1E4E6;
  margin-bottom: 62px;
  padding-bottom: 50px;
}

.th-widget-about .about-logo {
  margin-bottom: 20px;
}

.footer-layout2 .about-text {
  color: #E9F6F9;
  font-weight: 300;
  margin-bottom: 22px !important;
}

.footer-layout2 .th-social a {
  --icon-size: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #f9fbff;
  margin-right: 10px;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 32px);
  background-color: #E9F6F9;
  color: #f9fbff;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget .widget_title {
  padding: 0;
  margin: -0.12em 0 30px 0;
}

.footer-layout2 .footer-widget .widget_title, .th-widget-contact p, .th-widget-contact a {
  color: #fff;
}

.footer-card .title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 21px;
  color: #f9fbff;
  display: block;
  max-width: 100%;
  width: max-content;
  padding: 0 0 0 20px;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}

.footer-widget.widget_nav_menu a:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 2px;
  transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}

ul {
  padding-left: 0;
}

.info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: flex;
  gap: 16px;
}

.info-box_text:not(:last-child) {
  margin-bottom: 18px;
}

.info-box_text .icon {
  color: #fff;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: #E9F6F9;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.footer-layout2 .info-box_text .icon {
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.2);
}

.info-box_text .icon img {
  transition: all 0.4s ease-in-out;
}

.footer-layout2 .info-box_text .icon img {
  filter: brightness(0) invert(1);
}

.th-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}

.footer-layout2 .widget-area {
  padding-bottom: 50px;
}

.footer-layout2 .copyright-wrap {
  background-color: transparent;
  border-top: 1px solid rgba(233, 246, 249, 0.2);
  padding: 18px 0;
}

.footer-layout2 .footer-widget.widget_nav_menu a {
  font-weight: 300;
}

.copyright-wrap .copyright-text, .copyright-wrap .copyright-text a {
  color: #f9fbff;
  font-size: 14px;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 312px;
}

 .gallery-thumb, .m-inner-image-section {
  overflow: hidden;
  position: relative;
}

 .gallery-thumb:before, .m-inner-image-section::before {
  content: '';
  height: auto;
  width: 0;
  background-color: #113D48;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

 .gallery-btn, .m-inner-image-section .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
}

 .gallery-thumb img {
  width: 100%;
  border-radius: 4px;
}

 .gallery-thumb:hover:before, .m-inner-image-section:hover::before {
  opacity: 0.8;
  padding-top: 135%;
  width: 135%;
  border-radius: 35%;
}

 .gallery-thumb:hover .gallery-btn, .m-inner-image-section:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.th-widget-about .about-logo img {
  width: 135px;
  height: 60px;
  object-fit: contain;
  filter: invert(1) brightness(100);
}

.newsletter-top .newsletter-title {
  font-size: 30px;
  font-weight: 500;
}

.form-control {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 50px;
  color: var(--body-color);
  background-color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  border-radius: 8px;
  transition: 0.4s ease-in-out;
}

.newsletter-form {
  display: flex;
  gap: 16px;
  max-width: 660px;
  margin-left: auto;
}

.newsletter-form.style2 input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 40px;
  color: #fff;
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: #1CA8CB;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 18.8px 35px;
  border-radius: 48px;
  transition: all 0.3s 0s ease-out;
  gap: 8px;
}

.newsletter-form .th-btn {
  min-width: 227px;
}

/* ===========home--------page============= */
.hero-slider {
  position: relative;
  z-index: 6;
  height: 704px;
}

.hero-inner {
  height: 100%;
}

.hero-style2 {
  position: relative;
  z-index: 6;
  max-width: 451px;
  padding: 230px 0;
}

.hero-style2 .hero-title {
  color: #fff;
  font-weight: 600;
  font-size: 80px;
  display: block;
  margin-top: -0.8rem;
  margin-bottom: 2px;
}

.th-swiper-custom {
  position: absolute;
  top: 55%;
  margin: 0;
  right: 209px;
  z-index: 9;
  width: 550px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.th-swiper-custom .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FFFFFF !important;
}

.th-swiper-custom .swiper-pagination-progressbar {
  position: relative;
  background: rgba(255, 255, 255, .2);
  height: 3px;
}

.heroThumbs {
  bottom: 70px;
  max-width: 848px;
  position: absolute !important;
  right: 0;
  margin-right: 0 !important;
  z-index: 99;
}

.slider-hero-part {
  position: relative;
}


.hero-card {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  gap: 16px;
  cursor: pointer;
}

.hero-card .hero-img {
  position: relative;
  max-width: 168px;
  height: 168px;
  border-radius: 16px;
}

.hero-card img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.hero-inner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.hero-style2 .hero-title span {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}

@keyframes slideinup {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.slideinup {
  opacity: 0;
  transition: all 0.3s ease;
}

.animate-slideinup {
  animation: slideinup 1s ease forwards;
}

.hero-style2 .hero-desc {
  font-size: 18px;
  color: #fff;
  margin-bottom: 38px !important;
  margin-top: 20px;
}

.th-swiper-custom .hero-arrow {
  width: 40px;
  height: 32px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  transition: all 0.4s ease;
}

.hero-arrow img {
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
}
.new-div-img {
    display: none;
}
.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
  color: #fff;
}

.hero-card_price {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px;
}

.hero-card span {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.th-btn.style2 {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.hero-card .th-btn {
  padding: 8px 24px;
  margin-top: 20px;
}

.scroll-down {
  transform: rotate(-90deg);
  transform-origin: left;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 150px);
  width: 150px;
  height: 141px;
  text-align: center;
  z-index: 9;
  color: #fff;
}

.scroll-down .scroll-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: #fff;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.scroll-down .scroll-wrap span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.scroll-down .scroll-wrap span img {
  transform: rotate(0deg);
  margin-bottom: 4px;
  filter: invert(1);
}

.flex {
  display: flex;
}

.fill-\[\#00C684\] {
  fill: #1ca8cb;
}

.items-center {
  justify-content: center;
}

.main-div {
  position: relative;
     height: 200px;
}

.text-section-main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 222;
  background: #113d48ba;
  padding: 10px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.m-inner-image-section img {
  border-radius: 10px;
}

.cursol-div button.owl-prev, .cursol-div button.owl-next, .tour-details button.owl-prev, .tour-details button.owl-next, .video-full-siper button.owl-prev, .video-full-siper button.owl-next,.testimonal-div button.owl-prev ,   .testimonal-div button.owl-next {
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50% !important;
  border: 1px solid #000000 !important;
  background-color: transparent !important;
  transition: all 0.4s ease;
}

.cursol-div .owl-nav ,.testimonal-div  .owl-nav{
  display: flex !important;
  width: 100%;
  justify-content: end;
  position: absolute;
  top: -35%;
  right: 0;
}

.tour-details .owl-nav {
  display: flex !important;
  width: 100%;
  justify-content: end;
  position: absolute;
  top: -13%;
  right: 0;
}

.tour-details button.owl-prev {
  margin-right: 10px;
}

.tour-distoune {
  background-image: url('/public/front/assets/img/dis.png');
  position: absolute;
  top: 10%;
  padding: 10px 0px 10px 20px;
  background-size: 100% 100%;
  width: 40%;
  left: -12px;
}

.tour-distoune i {
  margin-right: 10px;
}

span.person-details {
  font-size: 12px;
  font-weight: 400;
  background: #1ca8cb;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
}

.text-section {
  padding: 20px;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
}

.price-sec {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e7e2e2;
  padding-bottom: 15px;
}

.durstion {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.durstion p {
  width: 48%;
  margin-bottom: 10px !important;
}

.button-section {
  background: #1ca8cb;
  padding: 10px;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.img-div-1 img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.review-image img {
  width: 199px;
}

.call-btn P,.input-btn input {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: #1CA8CB;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 18.8px 35px;
  border-radius: 48px;
  transition: all 0.3s 0s ease-out;
  gap: 8px;
}

.call-btn img {
  width: 18px;
  filter: invert(1) brightness(100);
}

.video-div video {
  border-radius: 20px;
  width: 100%;
}
.circle-trip-sec {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.circle-img img{
  width: 100%;
}
.part-circle-trip-sec {
    width: 13%;
    text-align: center;
}
.circle-text {
    margin-top: 15px;
}
.new-bg{
 background-image: url('/public/front/assets/img/bg-bg.jpg');
  background-size: cover;
}
.form-section {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}
.input-section input,.message-div textarea{
      border-radius: 8px;
  border: 1px solid #ccd5d8;
    height: 56px;
    color: var(--Blue, #003262);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 47.813px;
    padding: 0 20px;
    width: 100%;
}
.message-div textarea {
  height: 100px;
}
.first-section {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 20px;
}
.message-div textarea {
  margin-bottom: 20px;
}
.input-section{
  width: 48%;
}
.italic {
  font-style: italic;
      font-family: "Montez", cursive;
}
.global-img img {
    width: 100%;
    object-fit: cover;
    transition: 1.3s all ease;
    border-radius: 24px;
}
.gallery-card .box-img .icon-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 3;
    transform: scale(0);
    border: none;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
}
.global-img:after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.global-img {
    position: relative;
    overflow: hidden;
    transition: all .5s ease-out;
}
.gallery-card .box-img {
    border-radius: 24px;
}
.gallery-card:nth-child(2) {
    margin-top: 17px;
}
.global-img:hover img {
    transform: scale(1.3);
}
.global-img:hover:after {
    height: 100%;
    opacity: 0;
    transition: all .4s linear;
}
.gallery-card:hover .icon-btn {
    transform: scale(1);
}
.counter-card {
    position: relative;
    background-color: #E9F6F9;
    padding: 93px 28px;
    width: 264px;
    height: 264px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    margin-top: 158px;
}
.counter-card .counter-shape {
    position: absolute;
    inset: -24px;
    width: 312px;
    height: 312px;
    border-radius: 50%;
    border: 1px solid #1CA8CB;
    transition: all 0.4s ease-in-out;
}
.counter-card .media-body {
    text-align: center;
}
.counter-card .counter-shape:after, .counter-card .counter-shape:before {
    content: "";
    position: absolute;
    bottom: 20%;
    right: 7%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: content-box;
    background-color: #1CA8CB;
}
.counter-card-wrap:nth-child(even) .counter-card {
    margin-top: 0px;
}
.counter-card .counter-shape span {
    position: absolute;
    top: unset;
    bottom: 55px;
    right: 15px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background-color: rgba(28, 168, 203, 0.2);
    z-index: 2;
}
.counter-card:hover .counter-shape {
    animation: spin 10s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bg-testiominal{
  background-image: url('/public/front/assets/img/team_bg_1.png');
  background-color: #E9F6F9;
  background-size: cover;
}
.num-second {
    background: #F9F9F9;
    box-shadow: -2px 4px 7.5px 0px rgba(0, 0, 0, 0.09);
    padding: 25px;
    width: 100%;
    height: 350px;
}
p.star i {
    color: gold;
}
.btn-div {
    height: 100%;
    display: flex
;
    justify-content: end;
    align-items: end;
}
.th-btn.style4 {
    background-color: transparent;
    color: #113D48;
    border: 1px solid #113D48;
    padding: 14px 25px;
}
.th-btn.th-icon:after {
    content: '';
    position: relative;
    mask-image: url('/public/front/assets/img/hero-arrow-right.svg');
    background-repeat: no-repeat;
    background-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: auto;
    background-color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    transition: 0.4s;
}
.th-btn.style4.th-icon:after {
    background-color: #113D48;
}
.th-btn:hover:before, .th-btn.active:before {
    width: 110%;
}
.th-btn:before {
    content: '';
    width: 0;
    height: 100%;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: -5%;
    background-color: var(--title-color);
    transition: .5s ease;
    display: block;
    z-index: -1;
}
.th-btn.style4:before {
    background-color: #1CA8CB;
}
.th-btn.style4:hover {
    color: #fff;
    border: 1px solid #fff;
}
.th-btn.style4:hover.th-icon:after {
    background-color: #fff;
}
.blog-box .blog-img {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}
.blog-box .blog-img img {
    border-radius: 16px;
}
.blog-box {
    position: relative;
}
.blog-box .blog-img {
    margin-bottom: 35px;
    border-radius: 16px;
}

/* ===========other----pages============== */
.breadcumb-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/public/front/assets/img/breadcumb-bg.jpg');
    background-size: cover;
}
.breadcumb-wrapper {
    position: relative;
    background-color: #113D48;
    background-position: left top;
       padding: 200px 0px 50px 0;
    overflow: hidden;
    text-align: center;
}
.breadcumb-menu li:after {
    content: "";
    background-image: url('/public/front/assets/img/hero-arrow-right.svg');
    background-size: 100% 100%;
    top: 3px;
    width: 18px;
    height: 16px;
    display: inline-flex;
    position: relative;
    margin-left: 6px;
    font-weight: 700;
    font-size: 18px;
    color: inherit;
    filter: invert(1);
}
.main-menu li a:hover{
      color: #1CA8CB;
}
.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    list-style: none;
    position: relative;
}
.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.breadcumb-menu li.active::after{
  display: none;
}
.about-contact-grid {
    display: flex;
        align-items: center;
    gap: 24px;
    border: 1px solid #E1E4E6;
    border-radius: 8px;
    padding: 24px 24px 18px;
    transition: 0.4s;
    height: 100%;
}
.about-contact-grid .about-contact-icon {
    flex: none;
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    background: #113D48;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.about-contact-grid .about-contact-icon img{
 filter: invert(1) brightness(100);
}
.map-section {
    height: 500px;
}
.map-section iframe{
  height: 100%;
  width: 100%;
}

/* ======faqs=========== */
.accordion-card .accordion-button {
    font-weight: 500;
    border: 0;
    color: #113D48;
    background-color: transparent;
    border-radius: 0;
    padding: 12px 45px 12px 30px;
    min-height: 75px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    transition: 0.3s;
    position: relative;
}
.accordion-card {
    transition: 0.4s ease-in-out;
    border-radius: 4px;
    border: 1px solid #113D48;
    overflow: hidden;
    background-color: transparent;
    text-align: left;
    position: relative;
    z-index: 3;
}
.accordion-card:not(:last-child) {
    margin-bottom: 24px;
}
.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-card .accordion-body {
    border-radius: 0;
    border: none;
    padding: 0px 30px 30px;
}
.accordion-card .faq-text {
    color: #6E7070;
    margin-bottom: -0.48em;
    margin-top: -0.48em;
}
.tabs-section .nav-tabs .nav-link.active{
    text-align: center;
    background-color: #1CA8CB;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    padding: 10.8px 40px;
    border-radius: 0px;
}
ul#myTab{
      justify-content: center;
    gap: 20px;
}
.tabs-section .nav-tabs .nav-link{
      text-align: center;
    background-color: #113d48;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    padding: 10.8px 40px;
    border-radius: 0px;
}
.tabs-section  .nav-tabs {
    border-bottom: none !important;
}
div#myTabContent {
    margin-top: 50px;
}
.border-6{
  border-radius: 6px;
}
 .text-justify{
  text-align: justify;
 }
 .card-section-appoiment {
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    padding: 25px;
    text-align: center;
}
.number p{
  font-size: 60px;
    font-weight: 600;
}
.new-heaghit{
      height: 250px;
    overflow: hidden;
}
.wpte-multi-banner-image img{
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.wpte-multi-banner-image {
  margin-bottom: 20px;
}
.new-hh {
  height: 200px;
}
.bbbbb {
    display: flex
;
    justify-content: space-between;
}
.sidebar-right1-1 {
    position: relative;
    width: 25%;
}
.section-1-1-1 {
    width: 70%;
}
.fixed-new-sec {
    position: sticky;
    top: 80px;
    border-radius: 8px;
}

/* ==========tour-details========== */
.wte-trip-facts,.tour-tabs {
    border: 1px solid #BCCED2;
    border-radius: 0;
    box-shadow: none;
        padding: 40px 24px;
    background-color: transparent;
    margin-bottom: 30px;
}
.trip-facts-value {
    padding: 0;
    margin: 0 !important;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 40px;
    column-gap: 16px;
}
.trip-facts-value li {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin: 0 !important;
}
.trip-facts-value .icon-holder {
    flex: 0 0 40px;
    font-size: 40px;
    color: var(--wpte-icon-color, rgba(15, 29, 35, 0.48)) !important;
    display: flex;
    align-items: center;
    height: 1.5em;
    grid-row: span 2;
    font-size: 24px;
}
.trip-facts-value li label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(15, 29, 35, .64);
}
.trip-facts-value li [class*=trip-facts-] .value,.trip-facts-value li [class*=trip-facts-] .value a {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    color: #0f1d23;
}
.tour-tabs .nav-tabs .nav-link.active  {
  border: none;
  color: #1CA8CB;
  border-bottom: 1px solid #1CA8CB;
}
.tour-tabs ul#myTab {
    justify-content: unset;
}
.tour-tabs .nav-tabs .nav-link {
      color: rgba(15, 29, 35, .64);
}
.post-data.cost li {
      color: gray;
    margin-bottom: 5px;
    font-weight: 400;
    list-style-type: disc;
}
.post-data.cost ul{
  padding-left: 20px;
}
.maps-section {
    height: 375px;
}
.maps-section iframe{
  width: 100%;
  height: 100%;
border-radius: 10px;
}




/* ========search-----bar========= */
 
  /* Overlay */
  .search-overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2241b4c2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 0.5s ease-in-out;
    z-index: 9999;
  }

  .search-overlay.active {
    top: 0;
  }

  /* Search Form */
  .search-form {
    text-align: center;
  }

  .search-form input {
    width: 300px;
    padding: 10px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
  }

  .search-form button {
    padding: 10px 15px;
    font-size: 18px;
    margin-left: 5px;
    background: #1ca8cb;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
  }

  /* Close Button */
  .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
  }
  .mega-menu-active{
            right: 0 !important;
  }
  .dropdown ul li{
    margin-bottom: 10px;
  }
  .only-heaghit-sec {
    height: 100%;
  }
  header{
        position: fixed;
    z-index: 99999;
    width: 100%;
       transition: background-color 0.3s ease;
  }
header {
    transition: all 0.3s ease;
}

header .header-top {
    transition: all 0.3s ease;
}

header.hide-top .header-top {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
}

header .sticky-wrapper {
    transition: background-color 0.3s ease;
}

header.scrolled .sticky-wrapper {
    background-color: white;
    margin-top: -2px;
}

/* =======media----query======= */
@media screen and (max-width: 1400px){
    .heroThumbs {
    bottom: 30px;
    max-width: 750px;
}
.box-title {
    font-size: 18px;
}
    .scroll-down {
    left: calc(50% - 80px);
}
.th-swiper-custom {
    top: 60%;
    right: 3%;
    gap: 15px;
}
}
@media screen and (max-width: 1300px){
        .heroThumbs {
        max-width: 680px;
    }
    .scroll-down {
        left: calc(50% - 60px);
    }
}
@media screen and (max-width: 1200px){
  .main-menu {
    gap: 10px;
}
.header-btn a {
    padding: 10px 12px;
}
.logo img {
    width: 120px;
}
   .heroThumbs {
        max-width: 600px;
    }
}
@media screen and (max-width: 1100px){
.heroThumbs {
    bottom: 50px;
    max-width: 600px;
} 
.scroll-down {
    left: calc(50% - 90px);;
}
.th-swiper-custom {
   right: 2%;
    width: 475px;
    gap: 15px;
}
.box-title {
    font-size: 18px;
}
.th-swiper-custom{
          top: 56%;
}
}




@media (min-width: 992px) {
  .dropdown:hover>ul {
    display: block;
  }
}
@media screen and (max-width: 992px){
  .newsletter-top {
    padding-bottom: 35px;
}
.main-menu li,.main-menu li a,.main-menu p i,header.scrolled .menu-ciomn i {
  color: #000;
}

.section-1-1-1 {
        width: 59%;
    }
        .sidebar-right1-1 {
        width: 40%;
    }
.newsletter-top .newsletter-title {
    text-align: center;
}
.m991{
  margin-bottom: 20px;
}
.main-menu {
    position: fixed;
    top: 0;
    right: -150%;
    background: #f9f9f9;
           padding: 25px 20px;
        width: 280px;

    transition: all 0.3s;
    z-index: 999999999999999999999;
    height: 100%;
}
.cross-icon, .hide-des1, .menu-ciomn {
    display: block !important;
}
.menu-ciomn{
  order: 2;
}
.search-icon{
      order: 1;
}
    .header-btn a {
        padding: 7px 19px;
        font-size: 12px;
    }
    .main-menu{
      display: block;
    }
      .main-menu li{
        margin-bottom: 10px;
      }
      h1 {
    font-size: 40px;
}
.p70 {
    padding: 50px 0;
}
.th-btn.style4 {
    padding: 10px 20px;
}
.order-22{
  order: 1;
}
.order-11{
  order: 0;
}
    .heroThumbs ,.scroll-down,.th-swiper-custom .swiper-pagination-progressbar{
        display: none;
    }
        .th-swiper-custom {
        top: 90%;
                justify-content: end;
    }
    .th-swiper-custom .hero-arrow {
    width: 40px;
    height: 40px;
}
.cursol-div .owl-nav {
    top: -24%;
}
.circle-trip-sec {
    flex-wrap: wrap;
}
.part-circle-trip-sec {
    width: 24%;
    text-align: center;
    margin-bottom: 25px;
}
    h2 {
    font-size: 30px;
}
.trip-facts-value li {
    column-gap: 5px;
}
.trip-facts-value {
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    gap: 15px;
    column-gap: 15px;
}
ul#myTab {
    justify-content: center;
    gap: 10px;
}
div#myTabContent {
    margin-top: 30px;
}
}
@media screen and (max-width: 767px){
  .newsletter-form {
    display: block;
}
.new-div-img {
      display: block;
}
.newsletter-form.style2 input {
    margin-bottom: 15px;
}
.form-control{
  padding: 0 20px 0 15px;
}
.copyright-wrap .copyright-text{
  text-align: center;
}
    .logo img {
        width: 120px;
            height: 80px;
    }
    
.accordion-card .accordion-button {
    padding: 12px 20px 12px 20px;
}
h3 {
    font-size: 20px;
}
.breadcumb-wrapper {
          padding: 150px 0 20px 0px;
}
.sidebar-gallery {
    max-width: 100%;
}
h6 {
    font-size: 16px;
}
.footer-layout2 .widget-area {
    padding-bottom: 30px;
}
.counter-card {
    margin-top: 0px;
    width: 100%;
          height: 180px;
    padding: 50px 20px;
}
.counter-card .counter-shape {
    inset: 0px;
     width: 100%;
    height: 100%;
}
.m776{
  margin-bottom: 20px;
} .m100 {
    margin-bottom: 40px;
}
h2 {
    font-size: 30px;
}
    .cursol-div .owl-nav {
        top: -23%;
    }
    h2 {
    font-size: 30px;
}
    .part-circle-trip-sec {
        width: 48%;
    }
        .counter-card {
                padding: 36px 20px;
                        display: flex
;
        align-items: center;
        justify-content: center;
                height: 240px;

    }
   .owl-nav.disabled {
    display: none !important;
}
    .hero-style2 .hero-title {
    font-size: 55px;
}
.hero-style2 {
    padding: 150px 0;
}
.hero-slider {
    height: 580px;
}
.cursol-div .owl-nav, .testimonal-div .owl-nav {
    top: -23%;
}
.tour-details .owl-nav {
    top: -9%;
}

.m50 {
    margin-bottom: 25px !important;
}
.second-section .m991,.second-section .m776{
  margin-bottom: 0;
}
.flex {
    margin-bottom: 6px;
}
.cursol-div .owl-nav, .testimonal-div .owl-nav,.tour-details .owl-nav {
    position: unset;
  justify-content: center;
          margin-top: 20px;

}
.heading-section{
  text-align: center;
}
.about-contact-grid {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.about-contact-details {
    text-align: center;
            width: 100%;
}
.hide-section{
  display: none;
}
.new-heaghit,.new-hh {
            height: 100%;
}
.bbbbb {
               display: flex;
               flex-wrap: wrap;
    }
    .sidebar-right1-1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .section-1-1-1{
width: 100%;  
    }
    .wte-trip-facts, .tour-tabs {
    padding: 20px;
}
    .trip-facts-value {
        grid-template-columns: repeat(auto-fill, minmax(52%, 1fr));
    }
    .first-section {
    flex-wrap: wrap;
        margin-bottom: 0px;
}
.input-section {
    width: 100%;
            margin-bottom: 10px;
}
}
@media screen and (max-width: 510px){
    .counter-card {
        height: 220px;
    }
    .new-heaghit,.new-hh,.only-heaghit-sec {
    height: 120px;
}  
.wpte-multi-banner-image {
    margin-bottom: 0px;
}
}
@media screen and (max-width: 450px){
    .counter-card {
        height: 200px;
    }
}
@media screen and (max-width: 400px){
.main-menu{
  width: 100%;
  padding: 20px;
}
.counter-card {
        height: 170px;
    }
}
@media screen and (max-width: 350px){
      .counter-card {
        height: 140px;
    }
}