@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    --main-logo-color: #F05A2D;
    --main-yellow-color: #F2C217;
    --darklight-text: #424242;
    --light-text: #82828A;
    --light-color: #FEDBC7;
    --brown-color: #BC202E;
    --font-primary: "Lexend Deca", sans-serif;
    --font-heading: "Playfair Display", serif;

}

/* genral style */
html,
body {
    overflow-x: hidden;
}

body,
html {
    background-color: #fff;
    font-size: 16px;
    font-family: var(--font-primary) !important;
}

p {
    font-size: 15px;
    font-weight: normal;
    color: var(--darklight-text);
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    font-family: var(--font-primary) !important;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    margin-bottom: 0px;
}

.bg-light-maincolor {
    background-color: #F1FAFB;
}

.bg-main-color {
    background-color: var(--main-logo-color);
}

.bg-main-yellow-color {
    background-color: var(--main-yellow-color);
}

.bg-light-yellow-color {
    background-color: #FFF6BE;
}

.text-main-color {
    color: var(--main-logo-color);
}

.text-main-yellow-color {
    color: var(--main-yellow-color);
}

.black-stroke-text {
    -webkit-text-stroke: 2px #000;
}

.py-8 {
    padding: 80px 0;
}

.z-25 {
    z-index: 25;
}

.size-6 {
    width: 24px;
    height: 24px;
}

.btn-main-color {
    background-color: var(--main-logo-color);
    /* font-size: 16px; */
    color: #fff;
    text-transform: uppercase;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.btn-main-color:hover {
    background-color: #fff;
    color: var(--main-logo-color);
    border-color: var(--main-logo-color);
}

.btn-main-border {
    background-color: var(--light-color);
    border: 2px solid var(--main-logo-color);
    color: #000;
}

.btn-main-border:hover {
    background-color: var(--main-logo-color);
    color: #fff;
}

/* header */
.breadcum_heading {
    background-image: url(../image/page-title-ujjain.avif);
    background-size: cover;
    width: 100%;
    background-position: center right;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

header .container {
    background-color: #fff;
    border-radius: 0 0 18px 18px;
}

.top__header ul {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.top__header ul li a {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #000;
    font-size: 16px;
}

.top__header ul li a .icon-div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--main-logo-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top__header ul li a span {
    color: var(--light-text);
    font-size: 12px;
    text-transform: uppercase;
}

.logo img {
    width: 90px;
}

nav ul {
    display: flex;
    gap: 20px;
}

nav ul li a {
    color: var(--darklight-text);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

/* hero section */

.hero-section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
    position: relative;
}

.hero-section video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.hero-section .container {
    position: relative;
    z-index: 7;
}

.hero_heading h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.hero-section h3 {
    font-size: 18px;
    color: #fff;
}

.hero_heading h1 span {
    font-size: 52px;
}

.hero_heading text {
    font-size: 20px;
    background-color: var(--light-color);
    padding: 6px;
    border-radius: 6px;
}

.book-form {
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
}

.hero-section .book-form input,
.hero-section .book-form select {
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding: 0;
}

.book-form select {
    appearance: none;
    /* Removes default styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none
}

/* Hide default number input arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
    appearance: textfield;
}

.book-form input:focus,
.book-form select:focus,
.book-form input:focus-visible {
    outline: none;
    box-shadow: none
}

.book-form label.form-label {
    font-size: 13px;
    color: var(--light-text);
    margin-bottom: 0px;
}

.book-form label.form-label svg {
    width: 22px;
    height: 22px;
}

.book-form img {
    width: 40px;
    height: 40px;
}

.book-form svg {
    width: 30px;
    height: 30px;
    color: var(--main-logo-color);
    margin-right: 5px;
}

/* services show box */
.sdy-service-box {
    position: relative;
    background-image: linear-gradient(225deg, rgb(255, 237, 254) 0%, rgb(255, 210, 210) 99%);
    border-radius: 45px;
    padding: 40px;
    text-align: center;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 12px -3px;
}

.sdy-service-box h2 {
    color: var(--darklight-text);
    font-size: 23px;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
    padding-bottom: 30px;
    margin: 0px;
}

.sdy-service-box h2 span {
    font-size: 38px;
    font-weight: 500;
    display: block;
    line-height: 38px;
}

.sdy-service-box .cta-btn {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 60px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    transition: all 0.5sease 0s;
    background: var(--main-logo-color);
    border: 2px solid var(--main-logo-color);
    margin-bottom: 15px;
}

/* prodcut slider swiper style */
/* swiper slider */
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.products-wrapper .swiper-button-next,
.products-wrapper .swiper-button-prev {
    position: absolute;
    bottom: 0 !important;
    top: 45%;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 10;
    border: 1px solid #edeef5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    background-image: none !important;
}

.products-wrapper .swiper-button-next svg,
.products-wrapper .swiper-button-prev svg {
    width: 16px;
    height: 16px;
    color: var(--dark-text);
}

.products-wrapper .swiper-button-next::after,
.products-wrapper .swiper-button-prev::after {
    display: none;
}

/* Tour package design box */
.tour-package-bg {
    position: relative;
}

.tour-package-bg::before {
    background-image: url(../image/tour-bg.avif);
    background-size: cover;
    background-position: bottom;
    height: 350px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.tour-package-bg::after {
    height: 350px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 2;
}

.tour-package-bg .container {
    position: relative;
    z-index: 5;
}

.tour-package-box {
    border: 1px solid var(--main-yellow-color);
    padding: 12px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tour-package-box .tour-img {
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
    width: 90%;
}

.tour-package-box .tour-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tour-package-box .rotated-text {
    display: flex;
    transform: rotate(-90deg);
    transform-origin: center;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 1;
    text-transform: uppercase;
    width: 220px;
    margin-top: 0;
    text-align: right;
    position: absolute;
    right: -95px;
    align-items: center;
    justify-content: center;
}

.tour-package-box h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.tour-package-box ul li svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.tour-package-box ul li {
    font-size: 13px;
    color: var(--light-text);
}

.tour-package-box label {
    font-size: 14px;
    font-weight: 500;
}

.tour-package-box label svg {
    color: var(--main-logo-color);
}

.tour-package-box .btn {
    font-size: 14px;
}

.tour-package-box .btn svg {
    width: 20px;
    height: 20px;
}

/* headinf style */
.heading-title h2 {
    font-size: 40px;
    font-weight: 600;
}

.heading-title h2 span {
    color: var(--main-logo-color);
}

.heading-title p {
    font-size: 18px;
    font-weight: 500;
    color: var(--darklight-text);
}

.tl-1 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: rgb(238, 238, 238);
}

.tl-2 {
    display: inline-block;
    height: 12px;
    margin: 0px 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid rgb(235, 193, 49);
    border-radius: 50px;
}

.tl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: rgb(238, 238, 238);
}

/* destinations box style*/
.destinations-box {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.destinations-box::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.68) 15%, rgba(0, 0, 0, 0) 87%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
}

.destinations-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.destinations-box span {
    background-color: var(--main-logo-color);
    padding: 6px 12px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 20px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.destionation-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #fff;
    z-index: 5;
}

.destinations-small {
    height: 192.5px;
}

/* CTA section */
.cta-booking {
    position: relative;
}

.cta-booking::before {
    background-image: url(../image/cta-bg.avif);
    background-size: cover;
    background-position: center;
    height: 550px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
}

.cta-booking .container {
    position: relative;
    z-index: 5;
}

/* footer */

footer {
    position: relative;
    background-image: url(../image/footer-bg.avif);
    background-size: cover;
}

footer::after {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

footer .container {
    position: relative;
    z-index: 5;
}

footer .footer-contact-cta img {
    width: 50px;
    height: 50px;
}

footer .footer-contact-cta h4 {
    font-size: 24px !important;
    color: #fff !important;
    width: 80%;
    font-weight: 600;
}

footer .icon-link-circle {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-logo-color);
}

footer .icon-link-circle svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

footer ul li a {
    color: var(--main-yellow-color);
    font-size: 14px;
}

footer h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

footer .need-support {
    color: #fff;
}

footer .need-support svg {
    fill: var(--main-logo-color);
}

.btn-social {
    color: #67747c;
    border-color: #ebf0f7;
    border-width: 2px;
    border-radius: 6.1875rem;
    height: 2.5rem !important;
    position: relative;
    line-height: 0;
    font-size: 1rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem !important;
}

.btn-social:hover {
    color: #fff;
    background: var(--main-logo-color);
    border-color: var(--main-logo-color);
}

.btn-social svg {
    width: 22px;
    height: 22px;
    color: #fff;
    fill: var(--main-logo-color);
}

/* puja box style */
.pooja {
    display: inline-block;
    position: relative;
    width: 100%;
    height: fit-content;
    border-radius: 30px;
    overflow: hidden;
    /* box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3); */
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.pooja-profile-img {
    width: 100%;
}

.pooja-description-bk {
    background-image: linear-gradient(45deg, #dd4243, #ff9933);
    border-radius: 30px;
    position: absolute;
    top: 55%;
    left: 7px;
    height: 80%;
    width: 112%;
    transform: skew(19deg, -9deg);
}

.pooja-logo {
    height: 80px;
    width: 80px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 30%;
    right: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}

.pooja-logo img {
    height: 100%;
}

.pooja-description {
    position: relative;
    color: #fff;
    font-weight: 500;
    padding: 20px;
}

.pooja-description h4 {
    font-size: 18px;
    font-weight: 500;
}

.pooja-description p {
    font-size: 12px;
    display: flex;
    gap: 4px;
    margin-bottom: 0;
    align-items: center;
    color: #fff;
}

.pooja-description p svg {
    color: #fff;
    width: 18px;
    height: 18px;
}

.pooja-btn {
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #fff;
    position: relative;
    z-index: 4;
    display: inline-block;
}

.pooja-btn a {
    color: var(--color-white);
    font-size: 14px;
}

.pooja-btn svg {
    width: 18px;
    height: 18px;
}

/* Hotel listing box card style */
.hotel-book-list {
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    border: 1px solid var(--light-text);
}

.hotel-book-list .hotel-imgs {
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
}

.hotel-book-list .hotel-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hotel-book-list .roomtype {
    background-color: var(--main-yellow-color);
    padding: 6px 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    border-radius: 20px;
    width: fit-content;
    z-index: 5;
    position: absolute;
    top: 8px;
    left: 8px;
}

.hotel-book-list h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.hotel-book-list .room-price span {
    font-size: 13px;
    color: var(--light-text);
}

.hotel-book-list .room-price {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-logo-color);
}

.hotel-book-list .hotel-elements li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: var(--light-text);
}

.hotel-book-list .hotel-elements li svg {
    width: 16px;
    height: 16px;
    color: var(--main-logo-color)
}

.btn-hotel-book {
    border: 1px solid var(--main-logo-color);
    border-radius: 30px;
    padding: 6px 15px;
    color: #000;
    display: flex;
    gap: 5px;
    align-items: center;
}

.btn-hotel-book .icon-btn {
    border-radius: 60px;
    width: 25px;
    height: 25px;
    background-color: var(--main-logo-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-hotel-book .icon-btn svg {
    width: 18px;
    height: 18px;
}

.btn-hotel-book:hover {
    background-color: var(--main-logo-color);
    color: #fff;
}

.btn-hotel-book:hover .icon-btn {
    background-color: #fff;
}

.btn-hotel-book:hover .icon-btn svg {
    color: #000
}


/*  */
/* ===================================================*
    
     ."".    ."",       
     |  |   /  /
     |  |  /  /
     |  | /  /
     |  |/  ;-._ 
     }  ` _/  / ;
     |  /` ) /  /             PEACE and LOVE
     | /  /_/\_/\
     |/  /      |           Mark in New Orleans
     (  ' \ '-  |
      \    `.  /
       |      |
       |      |

	
	
/* ===================================================*/


/* [class^="swiper-button-"],
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

.tourdetail-slider {
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.tourdetail-slider.swiper-container-coverflow {
    margin-top: 60px;
}

.tourdetail-slider.loading {
    opacityx: 0;
    visibilityx: hidden;
}

.tourdetail-slider:hover .swiper-button-prev,
.tourdetail-slider:hover .swiper-button-next {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.tourdetail-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 100%;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border-radius: 20px;
    overflow: hidden;
}

.tourdetail-slider .swiper-slide .content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 50%;
    padding-left: 5%;
    color: #fff;
}

.tourdetail-slider .swiper-slide .content .title {
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 30px;
}

.tourdetail-slider .swiper-slide .content .caption {
    display: block;
    font-size: 13px;
    line-height: 1.4;
}

.ratioWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
    padding-top: 56%;
}

.ratioWrapper img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* [class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
} */

.tourdetail-slider .swiper-button-prev {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.tourdetail-slider .swiper-button-next {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 9px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.5;
    visibility: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0px solid #fff;
    border-radius: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-width: 1px;
}

.videoWrapper {
    overflow: hidden;
    border-radius: 20px;
    height: 220px;
    overflow: hidden;
}

.videoWrapper img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.tourdetail-slider .swiper-slide-active .videoWrapper.js-videoWrapper {
    height: 260px;
    border-radius: 20px;
}

/* Increase size for center image */
.tourdetail-slider .swiper-slide-active {
    transform: scale(1.3);
}


/* **************
  Disable Click Events on Previous and Next Slide
************* */

.swiper-slide-next {
    pointer-events: none !important;
}

.swiper-slide-prev {
    pointer-events: none !important;
}

/* tour package detail */
.tour-detail h1 {
    font-size: 28px;
    font-weight: 500;
    color: var(--main-logo-color);
    letter-spacing: 1px;
}
.tour-detail .tour-info img {
    width: 45px;
    height: 45px;
}
.tour-detail .tour-info strong {
    color: var(--light-text);
}

/* Booking form */
.booking-form {
    border: 1px solid var(--main-logo-color);
    border-radius: 12px;
    padding: 15px;
}
.booking-form img {
    width: 40px;
    height: 40px;
  }
  .tour-content h4 {
    color: var(--main-logo-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .places-visit-card {
    height: 220px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
  }
  .places-visit-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

/* media responsive tablet view */
@media (max-width: 960px) {}

/* media responsive mobile view */
@media (max-width: 600px) {
    .top__header ul {
        flex-wrap: wrap;
    }

    .top__header ul li a {
        font-size: 14px;
    }

    .top__header ul li a svg {
        width: 20px;
        height: 20px;
    }

    .top__header.border-bottom {
        border-bottom: none !important;
    }

    .hero-section {
        padding: 0px;
        height: auto;
        padding-top: 80px;
    }

    .hero_heading h1 {
        font-size: 36px;
    }

    .hero_heading h1 span {
        font-size: 36px;
    }

    .hero_heading text {
        font-size: 18px;
    }
}