@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&amp;display=swap");
section {
  padding: 6rem 0;
  /* -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */
}
:root {
  --main: #761754;
  --secondary: #0a5c45;
  --third: #131212;
  --fourth: #f9f9f9;
  --five: #444;
  --white: #fff;
  --gray: #222;
}

.handwriting {
  font-family: "Caveat", cursive;
}

.slogan {
  font-family: "Courgette", cursive;
}

.bg-nav {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--white) !important;
  height: 80px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.navbar {
  padding: 0 6rem;
}
.header {
  padding: 0 7rem;
}

.header p {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}

.header .co-no p {
  text-align: right;
}
.bg-dark {
  background-color: var(--secondary) !important;
}
.text-menu {
  text-decoration: none;
  color: var(--secondary) !important;
  font-size: 1.1rem;
  font-weight: 500;
}

.text-menu:hover {
  color: var(--main) !important;
}

.navbar-toggler span {
  color: var(--secondary);
  border: 2px solid var(--secondary);
  padding: 1rem 1rem 0.3rem 1rem;
  border-radius: 5px;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgb(255 255 255 / 10%);
}

span.carousel-control-next-icon {
  border: 2px solid #fff;
  padding: 0.7rem;
  background-color: #222;
}
span.carousel-control-prev-icon {
  border: 2px solid #fff;
  padding: 0.7rem;
  background-color: #222;
}

h1,
h2,
h3,
h4,
h5,
.card-header {
  font-family: "Unbounded", sans-serif;
}

h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--white) !important;
}

h1 SPAN {
  color: var(--main) !important;
}

h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: var(--secondary);
}
h2 span {
  color: var(--main);
  font-weight: 800;
}
h3 {
  font-size: 2rem;
  font-weight: 400;
  color: var(--secondary);
}
h3 span {
  font-weight: 800;
  color: var(--main);
}

h4 {
  font-size: 1.3rem;
  color: var(--main);
}

h4 span {
  font-weight: 800;
  color: var(--secondary);
}

h5 {
  font-size: 1.5rem;
  color: var(--secondary);
}

h5 span {
  color: var(--main);
}

p {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--gray);
  font-family: "Maven Pro", sans-serif;
}
.card-body,
ul,
li {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.05rem;
}
p span {
  color: #07689f;
  font-weight: 600;
  border-top: 1px solid #07689f;
  border-bottom: 1px solid #07689f;
}

.heading {
  font-size: 3.7rem;
  text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.6);
}
.sub-heading {
  font-size: 1.8rem;
  color: var(--white);
  text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.3);
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  z-index: 999;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.float a {
  text-decoration: none;
  color: #fff;
}

.my-float {
  margin-top: 8px;
}

.main-tour-detail-1 img {
  margin-right: 2rem;
  float: left;
}

.main-tour-detail-2 img {
  margin-left: 2rem;
  float: right;
}

.card-title {
  font-weight: 600;
  border: 2px solid var(--third);
  padding: 1rem;
  color: var(--third);
}
.card-img:hover {
  filter: grayscale(100%);
}
.card-title:hover {
  border: 2px solid var(--main);
  color: var(--secondary);
}

.card-img-overlay h2.card-title {
  margin-top: 6rem;
  text-align: center;
}

.hero-sec {
  margin: 0;
  padding: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../index.html") no-repeat;
  background-size: cover;
  height: 800px;
}

.hero-sec h1 {
  margin-top: 28%;
  color: var(--white);
  margin-bottom: 2rem;
  text-align: left;
  text-shadow: 7px -3px 17px rgba(0, 0, 0, 1);
}

.hero-sec .btn-outl {
  border: 1px solid var(--white) !important;
  border-radius: 0 !important;
  text-align: left;
  color: var(--white);
  padding: 0.8rem 1rem;
}

.hero-sec .btn-outbg {
  border: 1px solid var(--white) !important;
  border-radius: 0 !important;
  text-align: left;
  background-color: var(--white);
  margin-left: 1rem;
  padding: 0.8rem 2.2rem;
}

.hero-sec a {
  font-size: 1rem;
}

.welcome h5 {
  font-size: 1.1rem;
  text-transform: capitalize;
  color: var(--main);
}

.welcome h2 {
  font-size: 2.5rem;
  color: var(--secondary);
}

.welcome p {
  font-size: 1.4rem;
  color: #222;
}
.welcome img {
  border-radius: 3rem 0 3rem 0;
}
.travel-amainity {
  background-color: #f8aa43;
}

.travel-amainity h4 {
  color: #222;
}
.tour-detail p {
  font-size: 1.1rem;
}

.sidebar-bg-1 {
  background-color: var(--main) !important;
  color: var(--fourth);
}

.sidebar-bg-2 {
  background-color: var(--secondary) !important;
  color: var(--fourth);
}

.serve {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../index.html") no-repeat;
  background-size: cover;
}
.chardham-pack {
  background: linear-gradient(270deg, rgba(0, 0, 0), rgba(0, 0, 0, 0.3)),
    url("../images/banner-resort.jpg") no-repeat top center fixed;
  background-size: cover;
}

.chardham-pack h5,
.chardham-pack h2,
.chardham-pack p {
  color: #fff;
}
.resi-pro {
  background-color: #fff;
}

.comm-pro {
  background-color: #f9f9f9;
}

.pro-head {
  display: flex;
  justify-content: space-between;
}

.sec-head {
  text-align: center;
  margin-bottom: 4rem;
}

.sec-head h2 {
  color: #0a5c45;
}

.resi-pro h3,
.comm-pro h3 {
  font-size: 1.6rem;
}

.resi-pro h5,
.comm-pro h5 {
  font-size: 1.6rem;
  font-weight: 4 00;
  color: #888;
}

.card p {
  font-size: 1rem;
}
.card-header h4 {
  font-size: 1rem;
  color: #222;
}

.card.tour-1 {
  background-color: #fcd3ee;
}

.card.tour-2 {
  background-color: #fffed8;
}
.card.tour-1 p,
.card.tour-2 p {
  color: #222;
}

.card.tour-1 p span,
.card.tour-2 p span {
  color: #cc0b0b;
  font-size: 1.3rem;
}

.card-footer {
  font-size: 0.8rem;
  color: #888 !important;
}

.resi-pro .card h4 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 400;
  margin: 0.3rem 0;
}

.comm-pro .card-header h4 {
  font-size: 1.1rem;
  text-align: center;
  margin: 1.5rem 0 0.6rem;
}
.comm-pro .card-header p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.comm-pro .card-body p {
  margin-bottom: 0.3rem;
}
.comm-pro .card .btn {
  text-align: center;
  margin-bottom: 1.5rem;
}
a.btn.btn-book {
  background-color: var(--main) !important;
  color: #fff;
}

.comm-pro .card-footer h5 {
  font-size: 1rem;
  text-align: center;
  color: #444;
}
.comm-pro .card-footer ul li {
  font-size: 0.9rem;
}

.resi-pro .card h6,
.comm-pro .card h6 {
  font-size: 1rem;
  color: #888;
}

.benefit {
  background-color: #f6f6f6;
}

.benefit h2 {
  color: var(--secondary);
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.benefit-card {
  background-color: rgba(85, 255, 184, 0.6);
  border: 1px solid var(--secondary);
  padding: 2rem;
  text-align: center;
  width: 100%;
  height: 18rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.benefit-card .fa {
  padding: 2rem 2rem 1rem 2rem;
  color: var(--secondary);
}
.benefit-card h4 {
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--secondary);
}
.benefit-card h4 span {
  font-size: 2.5rem;
}
.benefit-card h4 {
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--secondary);
}

.feature h3 {
  font-size: 2rem;
  color: #444;
  font-weight: 400;
}

.feature h4 {
  font-size: 1.4rem;
  color: #444;
}

.feature p {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.book-now {
  background-color: var(--secondary);
  text-align: center;
}

.book-now h3 {
  font-size: 2.5rem;
  color: #fff;
}

.book-now h5 {
  margin: 1.5rem 0;
  color: #fff;
}

.btn-info {
  background-color: var(--secondary) !important;
  color: var(--white);
}

.btn-info:hover {
  background-color: var(--main) !important;
  color: var(--white);
}

.btn-info-1 {
  background-color: var(--main) !important;
  color: var(--white);
}

.btn-info-1:hover {
  background-color: var(--secondary) !important;
  color: var(--white);
}

.card-side-img img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 1.3rem;
}
.card-side-img a {
  text-decoration: none;
  color: #222;
}
.breadcrumb {
  background-color: transparent !important;
}
.breadcrumb-item a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb-item.active {
  color: #f6f6f6 !important;
}

.breadcrumb > li + li::before {
  color: #f9f9f9 !important;
}

/* .btn-info {
  background-color: var(--secondary);
  border-color: var(--third);
  color: white;
  padding: 0.3rem 1.5rem;
  border-radius: 2rem;
  transition: all 1s;
}

.btn-info:hover {
  background-color: var(--third);
  color: var(--secondary);
  border-color: var(--secondary);    
} */

.btn-call {
  background-color: #07689f;
  border-color: #75ccff;
  color: white;
  padding: 0.3rem 1.5rem;
  border-radius: 2rem;
  transition: all 1s;
}

.btn-call:hover {
  background-color: #75ccff;
  border-color: #07689f;
}

.btn-app {
  background-color: #079f07;
  border-color: #7ff57f;
  color: white;
  padding: 0.3rem 1.5rem;
  border-radius: 2rem;
  transition: all 1s;
}

.btn-app:hover {
  background-color: #7ff57f;
  border-color: #079f07;
}

.book-now .btn-outl {
  border: 1px solid var(--white) !important;
  border-radius: 0 !important;
  color: var(--white);
  padding: 0.8rem 1rem;
}

.bg-green {
  padding: 0.5rem 2rem;
  background-color: #037503;
  color: #ffffff !important;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0 10px 0;
}

.bg-red {
  padding: 0.5rem 2rem;
  background-color: #d30707;
  color: #ffffff !important;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  border-radius: 0 10px 0 10px;
}

.banner-ab {
  background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.7)
    ),
    url("../images/banner-ab.jpg") no-repeat top center;
  background-size: cover;
  padding: 7rem 0 10rem 0;
}
.banner-ab h1 {
  padding-top: 5%;
}

.img-head {
  position: absolute;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0)
  );
  width: 100%;
  padding: 1rem 0;
}

.img-head h4 {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}

.footer-contact {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url("../images/co-banner.jpg") no-repeat fixed center;
  background-size: cover;
  padding: 6rem 0;
  color: #fff;
}
.footer-contact p {
  color: #f9f9f9;
  font-size: 1.1rem;
}
.footer-contact a {
  color: #f9f9f9;
  font-size: 1.1rem;
  text-decoration: none;
}
.footer-contact h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: var(--secondary);
}

.service-items {
  padding: 10px 0px 10px 0px;
}

.service-items p {
  font-size: 1.2rem;
}

.icon {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--secondary);
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  transition: 0.5s;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
}

.icon:hover {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--main);
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
}
.card-footer {
  background: rgb(10, 92, 69);
  background: linear-gradient(
    128deg,
    rgba(10, 92, 69, 1) 42%,
    rgba(118, 23, 84, 1) 93%
  );
  display: flex;
  justify-content: space-around;
}
.call-footer-left,
.call-footer-right {
  display: flex;
  align-items: center;
}
.call-footer-left p a,
.call-footer-right p a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.call-footer-left img,
.call-footer-right img {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
}

.footer-div {
  background-color: #000;
}
.footer-div p {
  color: #f9f9f9;
  margin-bottom: 0;
  font-size: 1rem;
}

.footer-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-div p span {
  color: var(--main);
}

/*** responsive ***/

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
}

@media only screen and (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media only screen and (min-width: 768px) {
}

@media (max-width: 768px) {
  .hero-sec h1 {
    margin-top: 45%;
  }
  .m-top {
    margin-top: 3rem;
  }
  .header {
    padding: 0 3rem;
  }
}
@media (max-width: 576px) {
  .navbar-collapse {
    margin: 0 1rem;
    background-color: var(--fourth);
    text-align: center;
  }

  .header {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .navbar-collapse {
    margin: 0 1rem;
    background-color: var(--fourth);
    text-align: center;
  }

  .header {
    padding: 0 1rem;
  }

  .header .co-no p {
    text-align: center;
  }

  .header .co-mail p {
    text-align: center;
  }

  .main-tour-detail-1 img {
    width: 100%;
    margin-bottom: 2rem;
  }

  .main-tour-detail-2 img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .btn-ga {
    display: flex;
    flex-direction: column;
  }
  .btn-info,
  .btn-call,
  .btn-app {
    margin-bottom: 1rem;
  }

  .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid var(--white);
    padding: 1rem;
    color: var(--fourth);
  }

  .card-img-overlay h2.card-title {
    margin-top: 0;
  }

  h4 {
    text-align: left;
  }
  .hero-sec h1 {
    margin-top: 65%;
    font-size: 4rem;
  }
  .m-top {
    margin-top: 3rem;
  }
  .banner-ab h1 {
    padding-top: 15%;
  }
  .footer-contact {
    padding: 7rem 2rem;
  }
  .navbar {
    padding: 0 2rem;
  }

  .resi-pro,
  .comm-pro {
    padding: 6rem 1rem;
  }
  .pro-head {
    flex-direction: column;
  }

  .display-3 {
    font-size: 3rem;
  }

  .resi-pro h3,
  .comm-pro h3 {
    font-size: 1.6rem;
    font-weight: 800;
  }

  .resi-pro h5,
  .comm-pro h5 {
    font-size: 1.3rem;
    font-style: italic;
  }

  .footer-contact p {
    font-size: 1.1rem;
  }

  .btn-outbgr {
    border: 1px solid var(--main) !important;
    border-radius: 0 !important;
    text-align: left;
    background-color: var(--main);
    padding: 0.8rem 2.2rem;
    color: var(--third);
    font-weight: 600;
  }

  .contact-sec p {
    font-size: 1.1rem;
  }

  .footer-flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .footer-contact {
    padding: 7rem 0;
  }
  .navbar {
    padding: 0;
  }
}

@media only screen and (max-width: 420px) {
}

/* header css start */

.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* header css EnD */

/* social icon start */

.social-whatsapp {
  position: fixed;
  bottom: 10%;
  right: 0.9%;
  z-index: 1111111111111111;
}

.social-whatsapp .col a {
  color: #fff;
  box-shadow: 2px 2px 3px #999;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 30px;
}
.social-whatsapp .col:nth-child(1) a {
  background-color: #25d366;
}
.social-whatsapp .col:nth-child(2) a {
  background-color: #fc9d0d;
}
.social-whatsapp .col:nth-child(3) a{
  background-color: #e48900;
}
.social-whatsapp .col a{
    text-decoration:none;
}
/* social icon EnD */

/* Tempo trevles details page start */

#popular_root .cab-tour h4 {
  font-size: 1rem;
}
#custom_cateogry .card h4 {
  font-size: 1.1rem;
}
/* Tempo trevles details page EnD */

/****** custom css new styles ******/

/****navbar start *****/

@media (max-width: 990px) {
  .navbar-collapse {
    margin: 0 !important;
    height: 700px !important;
    margin-top: -5px !important;
    padding: 0 1rem !important;
    position: relative;
    z-index: 2;
  }
  .navbar-collapse::before{
    position: absolute !important;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#c0dad4 !important;
    filter: blur(12px);
    z-index: -1;
  }
  .navbar-collapse .nav-item:last-child{
    margin-left:1rem !important;
  }
  .navbar-nav{
    background-color: var(--fourth) !important;
    padding: 0.5rem 1rem 1.5rem 1rem!important;
  }
}
/****navbar EnD *****/

/**** Activity section start  ***/

.custom_activities_class{
  background-color: #f2f2f2;
}

.custom_activities_class .card-body{
  padding: 0;
}
.custom_activities_class .card-body h4{
  margin: 0;
  font-size: 14px !important;
  padding: 8px;
}
.custom_activities_class .card{
  border-radius: 20px !important;
  transition: 0.3s;
  display: block;
  overflow: hidden !important;
}
.custom_activities_class .card:hover{
  box-shadow: 0 0 10px 0 #ccc;
  transition: 0.3s;
}
.custom_activities_class .card img{
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.custom_btn .custom_btn1 img,
.custom_btn .custom_btn2 img{
  width: 16%;
}
.custom_btn .custom_btn2{
  margin-right: 10px;
}
.custom_btn .custom_btn1,
.custom_btn .custom_btn2{
  background: linear-gradient(128deg, rgba(10, 92, 69, 1) 42%, rgba(118, 23, 84, 1) 93%);
  color: #fff;
  font-weight: 600;
  padding: 8px 2px;
}

/**** Activity section EnD  ***/