/* hero section start */

/* .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} */

/*img {
    max-width: 100%;
    height: auto;
    display: block;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
} */

/**************Universal CSS***************/
.hero-bg-container {
  background-color: #fff0e8;
  height: 600px;
}

.img-bg-container {
  height: 495px;
  border-radius: 0px 0px 16px 16px;
  background: #f73;
}

.bg {
  background: url(../images/header-icons/hero-img.jpg) lightgray 50% / cover
    no-repeat;
  background-size: cover;
  background-position: center;
  height: 480px;
  margin-top: -10px;
  border-radius: 0 0 1.5rem 1.5rem;
}

.hero-content {
    margin-top: 50px !important;
}

.heading-img img {
    width: 80px;
}

.content {
    margin: -17px 0px 10px 30px;
    width: 100%;
}

.d-heading {
  font-family: Philosopher;
  /* font-size: clamp(1.55rem, calc(3.62rem + 1.36vw), 7rem); */
  background: var(
    --gradients-mulberry-gradient,
    linear-gradient(225deg, #953561 0%, #6a0031 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 0px;
  margin-bottom: 10px;
  font-weight: 700;
}

.hero-content p {
    color: #632240;
    padding: 0px 0px 20px 0px;
    opacity: 0.6;
}

.explore-btn {
  display: inline-flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #fff0e8;
  background: var(
    --gradients-saffron-gradient,
    linear-gradient(225deg, #ff8f57 0%, #f50 100%)
  );
}

.explore-btn a {
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.25px;
    text-decoration: none;
}

.yatris {
    display: flex;
    margin: 30px 0px;
    align-items: center;
}

.yatri-imgs {
    position: relative;
    z-index: 4;
    margin-left: 37px;
}

.yatri-text {
  width: 159px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #fff;
  background: var(
    --gradients-bhasma-gradient,
    linear-gradient(225deg, #fff 0%, #fff0e8 100%)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
}

.yatri-text .h5 {
    color: #f73;
}

/* hero section End */

.heading-box h1,
.h2 {
  color: #632240 !important;
  /* font-size: clamp(1.6rem, calc(1.6rem + 1.6vw), 3.6rem); */
  font-weight: 600 !important;
  line-height: 120% !important;
  letter-spacing: -1px !important;
  /* padding-left: 30px;
    margin-top: -12px; */
  padding-left: 25px !important;
  margin-top: -20px !important;
}

.h3-heading {
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
}

/* Headings/H4 Heading */
.content-box .h4 {
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-bottom: 0px;
    font-size: 20px !important;
}

/* Headings/H5 Heading */
.yatri-text .h5 {
    /* font-size: clamp(1.1rem, calc(0.87rem + 1vw), 1.6rem); */
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 0px;
}

/* Headings/H6 Heading */
.b-paragraph,
.Review-details p,
.book-now a,
.content-box p,
p.location-name {
    font-size: 16px;
}

/* Paragraphs/Lead */
.app-heading-box p,
.hero-content p {
    /* font-size: clamp(1.1rem, calc(0.87rem + 1vw), 2rem); */
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.25px;
}

/* Paragraphs/Body */
.p-body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
    margin-bottom: 0px;
}

/* <!-- our services box section Start --> */

.light-orenge-bg {
    background: #fff0e8;
    height: fit-content;
    padding-bottom: 80px;
}

.services-bg {
    margin-top: -96px;
}

.search-box {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    padding: min(2em, 4%);
}

.s-heading {
    color: #632240;
    padding-left: 12px;
}

.scroll {
    padding: 0%;
}

.nav-btn {
    display: flex;
    gap: 30px;
    padding: 0;
    margin: 0px;
    height: fit-content;
    align-items: center;
}

.nav-item-2 img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.active a {
    opacity: 1;
}

.active-line::before {
    color: #632240;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0px;
    display: block;
    background-color: #f73;
}

.nav-link-2 {
    color: #632240;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 8px 14px 0px;
    opacity: 0.7;
}

.nav-link-2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 4px;
    background-color: #ff6600;
    transition: width 0.3s ease-in-out;
}

.nav-item.active::after,
.nav-item:hover::after {
    width: 100%;
}

a .nav-link-2 {
    padding-left: 8px;
}

.h-line {
    margin-top: -2px;
    height: 2px;
    background: #d6d3d1;
    width: 100%;
}

.search-container {
    width: 100%;
    border-radius: 8px 0px 0px 8px;
    background: #fff;
    margin: 24px 0 0 0px;
    align-items: center;
}

.search {
    padding: 16px 18px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px 0 0 6px;
    border: 2px solid var(--Solids-Saffron, #f73);
    height: fit-content;
    width: 100%;
}

.search:placeholder-shown {
    color: rgba(99, 34, 64, 0.4);
}

.search input {
    border: none;
    outline: none;
    color: #18171d;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.25px;
}

.search i {
    font-size: 26px;
    padding: 0px 12px 0px 0px;
    color: #632240;
}

.box-1 {
    /* height: 70px; */
    border-radius: 8px 0px 0px 8px;
    /* border: 2px solid var(--UI-100, #ffe8d4); */
    /* background: #fff; */
    display: flex;
    align-items: center;
    filter: drop-shadow(0px 5px 10px rgba(68, 12, 6, 0.14));
    /* padding: 5px; */
}

.check-in {
    border: 2px solid var(--UI-100, #ffe8d4);
    background: #fff;
    display: flex;
    align-items: center;
    filter: drop-shadow(0px 5px 10px rgba(68, 12, 6, 0.14));
}

.check-in button {
    padding: 0;
    background: #fff;
    border: none;
}

.check-out button {
    padding: 0;
    background: #fff;
    border: none;
}

.check-in,
.check-out,
.p-body {
    padding-left: 15px;
    color: var(--Solids-Mulberry, #632240);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.25px;
}

.check-out {
    border: 2px solid var(--UI-100, #ffe8d4);
    background: #fff;
    display: flex;
    align-items: center;
    filter: drop-shadow(0px 5px 10px rgba(68, 12, 6, 0.14));
}

.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 8px 8px 0px;
    background: linear-gradient(0deg, #f50 0%, #ff894e 100%), #f73;
    border: none;
    filter: drop-shadow(0px 5px 10px rgba(68, 12, 6, 0.14));
    padding: 15px 18px;
}

.search-btn span {
    color: #fff;
    text-align: center;
    /* margin: 0; */
    margin: 3px;
    /* font-size: clamp(2.2rem, calc(1rem + 1.6vw), 2rem); */
    font-size: 18px;
    font-weight: 500;
    padding-right: 12px;
}

.search-btn i {
    font-size: 28px;
    color: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pilgrimage-container {
    width: 100%;
}

.state {
    overflow-x: auto;
    display: flex;
    padding: 0px;
    scroll-behavior: smooth;
    /* margin-top: 24px; */
}

.state::-webkit-scrollbar {
    width: 0;
}

.slider-navigation-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.state-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.state-slider {
    display: flex;
    padding: 0;
    margin: 0;
    transition: transform 0.5s ease;
    list-style: none;
    scroll-behavior: smooth;
}

.list-items {
    /* padding: 10px 20px 10px 0;
    min-width: fit-content; */
    flex: 0 0 auto;
    padding: 10px 10px 10px 0;
    white-space: nowrap;
}

.list-items a:hover:not(.state-active-btn) {
    color: #632240;
}

.slider-arrow {
    background: transparent;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    z-index: 10;
}

.slider-arrow i {
    font-size: 28px;
    color: #953561;
}

.slider-arrow:hover i {
    color: #f73;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.slider-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.slider-arrow-left {
    left: 0;
}

.slider-arrow-right {
    right: 0;
}

.state-btn {
    display: inline-flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    /* border: 2px solid var(--UI-200, #FFCDA8); */
    background: var(--UI-50, #fff5ed);
    color: #632240;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.1px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease;
}

.state-btn:hover:not(.state-active-btn) {
    background-color: #ffcda8;
    /* box-shadow: 0px 5px 10px rgba(68, 12, 6, 0.14); */
    box-shadow: 0px 5px 10px rgba(68, 12, 6, 0.14);
    transition: all 0.3s ease;
}

.state-active-btn {
    background: #8e2c59;
    color: #ffffff;
}

.right-arrow {
    padding: 0;
    background: #fff;
    border: none;
}

.right-arrow i {
    font-size: 38px;
    color: #953561;
}

.destination-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 10px;
}

.bg-box-1 {
    border-radius: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.pilgrimage-wrapper .img-fluid {
    border-radius: 8px;
}

.prigrimage-name {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    padding: 10px 10px 0 10px;
}

.pri-name {
    color: #632240;
    margin: 0;
}

.pri-right-arrow i {
    font-size: 26px;
    color: #f73;
}

.prigrimage-location {
    display: flex;
    /* align-items: center; */
    align-items: baseline;
    padding: 0px 10px;
}

p.location-name {
    padding: 0px;
    color: #632240;
    font-weight: 400;
    letter-spacing: -0.1px;
    margin: 0px;
}

.prigrimage-location i {
    font-weight: 600;
    font-size: 16px;
    padding-right: 5px;
}

/*End new css for solved issue on hover overall section affected*/
.bg-box-1 {
    border-bottom: 10px solid transparent;
}

.pilgrimage-wrapper {
    overflow: hidden;
}

/*End new css for solved issue on hover overall section affected*/
.bg-box-1:hover {
  background: var(
    --gradients-mulberry-gradient,
    linear-gradient(225deg, #953561 0%, #6a0031 100%)
  );
  transition: all 0.3s ease;
  border-bottom: 10px solid #f73;
}

.bg-box-1:hover img {
    transform: scale(0.93);
    transition: all 0.3s ease-in;
}

.bg-box-1:hover .pri-name {
    color: #fff0e8;
    transition: all 0.3s ease-in;
}

.bg-box-1:hover p.location-name {
    color: #fff0e8;
    transition: all 0.3s ease-in;
}

.bg-box-1:hover .prigrimage-location i {
    transition: all 0.3s ease-in;
    color: #fff0e8;
}

.bg-box-1:hover .pri-right-arrow i {
    transition: all 0.3s ease-in;
    color: #fff0e8;
}

.view-btn {
    width: fit-content;
    display: inline-flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #ff8f57;
    background: #fff0e8;
    margin: 30px auto;
    transition: all 0.3s ease;
    color: #f73;
}

.view-btn:hover {
    background: #fff;
    box-shadow: 0px 5px 10px rgba(68, 12, 6, 0.14);
}

.view-btn a {
    color: #f73;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.25px;
    text-decoration: none;
}

.sameprice-conatainer {
    width: 100%;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.wrapper-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.solution-container {
    margin-top: 40px;
    background-color: #fff5ed;
}

.heading-box {
    padding: 40px 0 20px 0;
}

.services-container {
    width: 100%;
}

.our-services-container {
    width: 100%;
    display: flex;
}

.Our-Affiliations-container .bg-services-1 .img-fluid {
    border-radius: 50%;
}

.bg-services-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    padding: 10px;
}

.bg-services-1:hover {
  background: var(
    --gradients-mulberry-gradient,
    linear-gradient(225deg, #953561 0%, #6a0031 100%)
  );
  transition: all 0.3s ease-in;
  border-bottom: 10px solid #f73;
}

.bg-services-1:hover img {
    transform: scale(0.9);
    transition: all 0.3s ease-in;
}

.bg-services-1:hover .sevices-name {
    color: #fff0e8;
    transition: all 0.3s ease-in;
}

.bg-services-1:hover .book-now a {
    color: #fff0e8;
    transition: all 0.3s ease-in;
}

.bg-services-1:hover .book-now i {
    transition: all 0.3s ease-in;
    color: #fff0e8;
}

.sevices-name {
    color: #632240;
    /* font-size: clamp(2rem, calc(1rem + 1.6vw), 2.2rem); */
    text-align: center;
    margin: 0;
    padding: 20px 0px 9px 0px;
    font-weight: 600;
    line-height: 108%;
    letter-spacing: -0.5px;
}

.book-now a {
    color: #440c06;
    font-weight: 600;
    letter-spacing: -0.1px;
    padding-right: 5px;
}

.book-now i {
    font-size: 26px;
    color: #f73;
}

.book-now {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.wrapper-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.packages-container {
    display: flex;
    flex-direction: column;
}

.packages-box {
    width: fit-content;
    position: relative;
    display: inline-block;
    border-radius: 16px;
}

.packages-box:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.packages-box:hover .packages-img {
    transition: all 0.3s ease-in;
}

.packages-box:hover .content-box {
  top: 82%;
  background: var(
    --gradients-mulberry-gradient,
    linear-gradient(225deg, #953561 0%, #6a0031 100%)
  );
  transition: all 0.3s ease-in;
}

.packages-box:hover .content-box .h4 {
    transition: all 0.3s ease-in;
    color: #ffffff;
}

.packages-box:hover .content-box p {
    transition: all 0.3s ease-in;
    opacity: 1;
    color: #ffffff;
}

.packages-box:hover .content-box span {
    transition: all 0.3s ease-in;
    color: #ffffff;
    opacity: 1;
}

.packages-img {
    display: block;
}

.rating {
    padding: 5px 8px;
    display: flex;
    position: absolute;
    align-items: center;
    top: 7%;
    left: 86%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: #fff;
}

.rating i {
    color: #ffb800;
    font-size: 14px;
}

.rating h6 {
    color: var(--UI-950, #440c06);
    font-size: 16px;
    font-weight: 600;
    line-height: 112%;
    letter-spacing: -0.1px;
    margin: 0;
    padding-left: 6px;
}

.content-box {
  padding: min(1em, 4%);
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 260px; */
  height: 92px;
  border-radius: 8px;
  opacity: 0.8;
  background: var(
    --gradients-bhasma-gradient,
    linear-gradient(225deg, #fff 0%, #fff0e8 100%)
  );
}

.content-box .h4 {
    color: #632240;
    margin: 0;
    padding-bottom: 4px;
}

.content-box p {
    color: #440c06;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.1px;
    opacity: 0.8;
}

.content-box span {
    opacity: 0.8;
    color: #440c06;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.1px;
    padding: 0;
}

.wrapper-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.Our-Affiliations-container {
    /* height: 681px; */
    background-color: #fff5ed;
}

.Affiliations-container {
    width: 100%;
}

.Dharamshalas-btn {
    margin: 30px auto;
    /* display: flex; */
}

.bg-Affiliations-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
}

.bg-Affiliations-1:hover {
  background: var(
    --gradients-mulberry-gradient,
    linear-gradient(225deg, #953561 0%, #6a0031 100%)
  );
  transition: all 0.3s ease-in;
  border-bottom: 10px solid #f73;
}

.bg-Affiliations-1:hover img {
    transform: scale(0.9);
    transition: all 0.3s ease-in;
}

.bg-Affiliations-1:hover .sevices-name {
    color: #fff0e8;
    transition: all 0.3s ease-in;
}

.bg-Affiliations-1:hover .book-now a {
    color: #fff0e8;
    transition: all 0.3s ease-in;
}

.bg-Affiliations-1:hover .book-now i {
    transition: all 0.3s ease-in;
    color: #fff0e8;
}

.fraud-container {
    background: #fff;
    padding: 80px 0px;
}

.fraud-content h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1px;
}

.fraud-content p {
    color: #fff;
    opacity: 0.8;
}

.fraud-outer-container {
    position: relative;
    width: 100%;
}

.fraud-content {
    width: 475px;
    position: absolute;
    top: 51%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.fraud-btn {
    margin: 20px auto 0;
}

.app-download-container {
  height: fit-content;
  background: var(
    --gradients-bhasma-gradient,
    linear-gradient(225deg, #fffafa 0%, #fff0e8 100%)
  );
}

.app-outer-container {
    width: 100%;
}

.app-heading-box {
    padding: 80px 0px 20px 0px;
}

.app-heading-box h1 {
    color: #632240;
    /* font-size: clamp(2rem, calc(2rem + 2vw), 5rem); */
    font-weight: 700;
    padding-left: 30px;
}

.app-heading-box span {
    font-weight: 400;
}

.app-heading-box p {
    color: var(--Solids-Mulberry, #632240);
    opacity: 0.8;
    padding-left: 30px;
}

.app-h-line {
    width: 36px;
    height: 3px;
    background: var(--Solids-Mulberry, #632240);
    margin-left: 30px;
}

.app-image {
    flex-wrap: wrap;
    display: flex;
    align-content: flex-end;
}

.box {
    display: flex;
    gap: 40px;
    padding: 20px 0px 40px 20px;
}

.download-box {
    display: flex;
    align-items: center;
}

.download-box img {
    width: 48px;
    height: 48px;
}

.download-box .h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    color: var(--Solids-Mulberry, #632240);
    margin: 0px;
    font-weight: 700;
}

.download-box span {
    padding: 0%;
    color: var(--Solids-Mulberry, #632240);
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.1px;
}

.reting-box {
    display: flex;
    align-items: center;
}

.reting-box img {
    width: 48px;
    height: 48px;
}

.reting-box .h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    color: var(--Solids-Mulberry, #632240);
    margin: 0px;
    font-weight: 700;
}

.reting-box span {
    padding: 0%;
    color: var(--Solids-Mulberry, #632240);
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.1px;
}

.app-img img {
    padding: 0px 10px 30px 0px;
}

.Reviews-container {
    background: #fff;
}

.Reviews-outer-container {
    width: 100%;
}

.Review-details {
    padding-left: 30px;
}

.Review-details h3 {
    color: var(--Solids-Mulberry, #632240);
    margin: 0px;
}

.Review-details p {
    color: #071516;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.1px;
}

.review-star {
    padding: 10px 0px 20px 0px;
}

.review-star i {
    color: #fcac17;
    font-size: 14px;
}

p.paregraph {
    color: #632240;
    /* font-size: clamp(1.6rem, calc(1rem + 1.2vw), 2rem); */
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-line1 {
    /* width: 520px; */
    height: 3px;
    background: var(--UI-100, #ffe8d4);
}

.video-line2 {
    width: 50%;
    height: 3px;
    background: var(--Solids-Saffron, #f73);
}

p.r-date {
    color: var(--Solids-Mulberry, #632240);
    font-size: 14px;
    font-weight: 400;
    line-height: 114%;
    letter-spacing: -0.1px;
    padding: 20px 0px;
}

.review-box {
    padding: 20px 0px;
}

.left-arrow {
    font-size: 38px;
    color: #953561;
    padding: 0px 10px 0px 0px;
    background: #fff;
    border: none;
    opacity: 0.2;
}

.Customer-img {
    width: 100%;
    padding: 120px 0px 0px 0px;
}

.video-play {
    position: relative;
    transform: translate(0%, -50%);
    top: -50px;
}

.play-btn {
    position: absolute;
    align-items: center;
    gap: 10px;
    display: flex;
    left: 22%;
    transform: translate(-50%, -50%);
}

.play-btn h3 {
    color: var(--Solids-Bhasma, #fff0e8);
    /* font-size: clamp(2rem, calc(1rem + 1.2vw), 2.2rem); */
    font-weight: 600;
    line-height: 108%;
    letter-spacing: -0.5px;
    margin: 0%;
}

.Wrapper-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.stories-container {
    width: 100%;
    height: fit-content;
    background: var(--UI-50, #fff5ed);
}

.story-bg-1 {
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 20px;
}

.s-paragraph {
    color: var(--Solids-Saffron, #f73);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.1px;
    padding: 15px 0px 5px 0px;
}

.story-details {
    padding: 0px 10px 10px 10px;
}

.story-details .h3 {
    color: var(--Solids-Mulberry, #632240);
    margin: 0px;
    padding-bottom: 10px;
}

.b-paragraph {
    color: var(--UI-950, #440c06);
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.1px;
    opacity: 0.4;
}

.read-btn a {
    color: #fff5ed;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
    letter-spacing: -0.25px;
    display: none;
    cursor: pointer;
}

.story-bg-1:hover {
  background: var(
    --gradients-mulberry-gradient,
    linear-gradient(225deg, #953561 0%, #6a0031 100%)
  );
  transition: all 0.3s ease;
  border-bottom: 10px solid #f73;
}

.story-bg-1:hover img {
    transform: scale(0.94);
    transition: all 0.3s ease-in;
}

.story-bg-1:hover .story-details .h3 {
    transition: all 0.3s ease-in;
    color: #ffffff;
}

.story-bg-1:hover .b-paragraph {
    display: none;
}

.story-bg-1:hover .read-btn a {
    display: flex;
}

.faq-outer-container {
    width: 100%;
}

.faq-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faqAccordian {
  background: var(
    --gradients-bhasma-gradient,
    linear-gradient(225deg, #fff 0%, #fff0e8 100%)
  );
  padding: 1.4rem;
  border-radius: 8px;
  border: 2px solid #e0d3d9;
}

.faqQuestion {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faqAccordian.f-active {
    max-height: fit-content;
    background: #fff5ed;
    transition: all 0.7s cubic-bezier(0.36, 0.01, 1, 0.06);
}

.faqAnswer.f-active {
    max-height: fit-content;
    display: contents;
    transition: all 0.7s cubic-bezier(0.36, 0.01, 1, 0.06);
}

.icon.f-active {
    transform: rotate(180deg);
}

.faqQuestion i {
    font-size: 25px;
    color: #440c06;
    cursor: pointer;
}

.faqQuestion {
    color: var(--UI-950, #440c06) !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 108%;
    /* 108.333% */
    letter-spacing: -0.5px;
    width: 100%;
}

.faqAnswer {
    color: #8f6d6a;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    /* 150% */
    letter-spacing: -0.25px;
    opacity: 0.6;
    display: none;
}

.faqAnswer p {
    padding-top: 10px;
}

.destination-outer-container {
    width: 100%;
}

.destination-box {
    height: fit-content;
    border-radius: 10px;
    border: 1.5px solid var(--UI-300, #ffa971);
    background: var(--UI-50, #fff5ed);
    /* margin: 80px auto 0px; */
}

.destination-box .h2 {
    color: var(--Solids-Saffron, #f73);
    text-align: center;
    padding: 40px 0px 20px 0px;
}

.d-search {
    padding: 14px;
    width: 55%;
    display: flex;
    align-items: center;
    height: 48px;
    border-radius: 10px;
    background: #fff;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 0px 5px 3px 0px rgba(47, 22, 4, 0.1);
}

.d-search i {
    font-size: 22px;
    padding-right: 10px;
    color: #78716c;
}

.d-search input::placeholder {
    color: #d6d3d1;
}

.d-search input {
    border: none;
    outline: none;
    color: #78716c;
    width: 100%;
    /* font-size: clamp(1.6rem, calc(1rem + 1.2vw), 2rem); */
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.25px;
}

li::marker {
    color: #78716c;
}

.city {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    list-style: disc;
    column-gap: 40px;
}

.city a {
    color: #78716c;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.city a:hover {
    color: #440c06;
    transition: all 0.3s cubic-bezier(0.36, 0.01, 1, 0.06);
}

.all-destinations-container {
    margin-bottom: -212px;
}

.footer-content {
    margin: 225px 0px 0px 0px;
}

@media (max-width: 1199px) {
    .btn {
        font-size: 16px;
    }

    .login-btn {
        font-size: 16px;
    }

    a.nav-link.dropdown-toggle {
        font-size: 16px;
    }

    .nav-link-2 {
        font-size: 18px;
    }

    .search i,
    .search-btn i {
        font-size: 24px;
    }

    .check-in-out img {
        width: 28px;
    }

    .check-in,
    .check-out,
    .p-body {
        font-size: 18px;
    }

    .wrapper-2 {
        display: flex;
        gap: 28px;
    }

    .wrapper-2::-webkit-scrollbar {
        width: 0;
    }

    .bg-services-1 {
        min-width: 180px;
    }

    .solution-container {
        height: fit-content;
    }

    .content-box {
        top: 80%;
    }

    .rating {
        left: 82%;
    }

    .heading-box {
        padding: 40px 0 20px 0;
    }

    .video-line1 {
        /* width: 430px; */
    }

    .play-btn {
        left: 30%;
    }

    .navbar-brand img {
        max-width: 175px;
    }
}

@media (max-width: 991px) {
    .city a {
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: flex-start !important;
        gap: 22px;
    }

    .navbar-toggler {
        border: 0px !important;
        padding: 10px !important;
        font-size: medium !important;
        box-shadow: 0px 0px 4px 0px #cecece !important;
        border-radius: 50% !important;
    }

    .horizontal-align {
        display: flex;
        justify-content: center;
        margin-top: 8px;
    }

    .services-bg {
        margin-top: -135px;
    }

    .box-1 {
        border-radius: 8px;
    }

    .check-in {
        border-radius: 8px 0px 0px 8px;
    }

    .box-1,
    .check-in,
    .check-out,
    .search-btn {
        filter: none;
    }

    .heading-img img {
        width: 60px;
    }

    .nav-btn {
        gap: 16px;
    }

    .state-btn {
        padding: 8px 14px;
        font-size: 14px;
    }

    .state-active-btn {
        /* padding: 10px 14px; */
    }

    .slider-arrow i {
        font-size: 24px;
    }

    .pilgrimage {
        margin-top: 0px;
    }

    .light-orenge-bg {
        padding-bottom: 40px;
    }

    .heading-box h1 {
        padding-left: 22px;
        margin-top: -16px;
    }

    .heading-box img {
        width: 9%;
    }

    .heading-box {
        padding: 40px 0 0px 0;
    }

    .wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .wrapper-2 {
        overflow-x: auto;
    }

    .pri-right-arrow i {
        font-size: 20px;
    }

    .book-now i {
        font-size: 16px;
    }

    .packages-container {
        overflow: auto;
        scroll-behavior: smooth;
    }

    .packages-box {
        min-width: 200px;
    }

    .packages-container::-webkit-scrollbar {
        width: 0px;
    }

    .packages-btn,
    .Dharamshalas-btn {
        margin: 30px auto;
    }

    .download-box img,
    .reting-box img {
        width: 38px;
        height: 38px;
    }

    .app-img img {
        padding: 0px 10px 0px 0px;
        width: 90%;
    }

    .app-heading-box p {
        padding-left: 18px;
        margin-top: 30px;
    }

    .Customer-img {
        padding: 0px;
    }

    .Review-details {
        padding-left: 22px;
    }

    .play-btn img {
        width: 22%;
    }

    .play-btn {
        left: 22%;
    }

    .fraud-container {
        padding: 30px 0px;
    }

    .Wrapper-4 {
        overflow: auto;
    }

    .story-bg-1 {
        min-width: 325px;
    }

    .Wrapper-4::-webkit-scrollbar {
        width: 0px;
    }
}

@media (max-width: 768px) {
  .city {
    overflow: auto;
    padding: 0px;
  }

    h2 {
        font-size: 20px;
    }

    .slider-navigation-wrapper {
        margin-bottom: 10px;
    }

    .state-slider {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .state-slider::-webkit-scrollbar {
        display: none;
    }

    .list-items {
        padding: 8px 6px 8px 0;
    }

    .state-btn {
        padding: 8px 12px;
        font-size: 13px;
    }

    .state-active-btn {
        /* padding: 10px 12px; */
    }

  .heading-box h1 {
    font-size: 24px !important;
    margin-top: 0;
  }

    .heading-box img {
        width: 40px;
    }

    .view-btn {
        margin: 20px auto;
        padding: 8px 16px;
    }

    .view-btn a {
        font-size: 16px;
    }

    .footer {
        gap: 12px;
        padding: 20px 0px 15px 0px;
    }

    .d-search {
        width: 90%;
        height: 42px;
    }

    .f-h-line {
        margin: 15px 0px;
    }

    .payment-img {
        padding-bottom: 20px;
    }

    .destination-box h2 {
        padding: 20px 0px 10px 0px;
    }

    .d-search i {
        font-size: 18px;
    }

    .sub-footer p {
        font-size: 12px;
    }

    .destination-outer-container {
        width: 90%;
        margin: auto;
    }

    .footer {
        font-size: 14px;
    }

    .img-bg-container {
        display: none;
    }

    .light-orenge-bg {
        margin: 16px 0px 0px 0px;
        padding-bottom: 0px;
    }

    .services-bg {
        margin-top: -33px;
        padding: 50px 0px 30px;
    }

    .search-btn {
        border-radius: 8px;
        /* margin-top: 16px; */
    }

    .check-in,
    .check-out,
    .search-btn {
        height: 40px;
    }

    .check-out {
        border-radius: 0px 8px 8px 0px;
    }

    .scroll {
        overflow: auto;
    }

  /* .nav-btn {
    min-width: 140%;
  } */

    .payment-img img {
        width: 36px;
    }

    .wrapper {
        display: flex;
        overflow: auto;
        scroll-behavior: smooth;
    }

    .wrapper::-webkit-scrollbar {
        width: 0;
    }

    .bg-box-1 {
        min-width: 250px;
    }

    .list-items {
        padding: 10px 12px 10px 0;
    }

    .state-active-btn {
        /* padding: 12px 12px !important; */
    }

    .state-btn {
        padding: 8px 12px;
    }

    .right-arrow {
        display: none;
    }

    .state {
        margin-top: 4px;
    }

    .state-container {
        height: 65px;
    }

    .heading-box h1 {
    padding-left: 18px !important;
    margin-top: -11px !important;
    }

    .view-btn a {
        font-size: 16px;
    }

    .view-btn {
        margin: 0px auto 30px;
    }

    .solution-container {
        margin-top: 40px;
    }

    .heading-box {
        padding: 30px 0 0px 0;
    }

    .search input {
        font-size: 16px;
    }

    .search i,
    .search-btn i {
        font-size: 18px;
    }

    .box-1 {
        height: 60px;
    }

    .search {
        padding: 8px;
    }

    .box {
        padding: 20px 0px 20px 20px;
    }

    .play-btn {
        left: 26%;
    }

    .faqQuestion i {
        font-size: 18px;
    }

    .app-h-line {
        margin-left: 20px;
    }

    .navbar-brand img {
        max-width: 180px;
    }

    .arrow-btn-show {
        display: contents !important;
    }
}

@media (max-width: 575px) {
  /* .nav-btn {
    min-width: 170%;
  } */

    .state-btn {
        padding: 6px 10px;
        font-size: 12px;
    }

    .state-active-btn {
        /* padding: 8px 10px; */
    }

    .heading-box h1 {
        font-size: 20px;
    }

    .heading-box img {
        width: 32px;
    }

    .play-btn {
        left: 30%;
    }

    .heading-box img {
        width: 11%;
    }

    .story-bg-1 {
        min-width: 290px;
        padding: 15px 8px;
    }

    .footer-container {
        /* height: 550px; */
    }

    .login-btn {
        font-size: 14px;
        margin: 0px 0px 0px auto;
        padding: 5px 12px;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
}

@media (max-width: 375px) {
  /* .nav-btn {
    min-width: 250%;
  } */

    .play-btn {
        top: 15px;
        left: 37%;
    }

    .navbar-brand img {
        max-width: 165px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .navbar-collapse.collapse {
        display: flex !important;
    }
}

.d-flex {
    align-items: center;
}

.scrollable-list {
    overflow-y: auto !important;
    max-height: 265px !important;
    padding-right: 10px !important;
    /* For inner spacing */
}

.destination-box {
    overflow: visible !important;
    position: relative !important;
}

.card img {
    height: 350px;
    object-fit: cover;
}

.img-fluid {
    border-radius: 8px;
}

.bg-services-1 {
    border-bottom: 10px solid transparent;
}

.card:hover {
    border: none !important;
}

.truncate-review {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /* line-height: 1.4em; */
    height: 8.8em;
}