/* Holiday Theme Css */
.holiday-theme {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.holiday-theme .item {
    text-align: center;
}

.holiday-theme .item h4 {
    font-family: 'TT Wellingtons Trl DemiBold';
    font-weight: normal;
    font-size: 16px;
    color: #25303d;
    text-transform: capitalize;
    margin: 15px 0 0;
    transition: all 0.3s ease-in-out;
}

.holiday-theme .item img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.holiday-theme .item:hover h4 {
    color: #4d6ef1;
    margin: 10px 0 0;
}

.holiday-theme .btn {
    margin-top: 30px;
}

/* Holiday Theme Css */

/* Trending Css */
.trending {
    position: relative;
    padding-top: 30px;
}

.trending .owl-item .item {
    background: #000;
}

.trending .owl-item .item img {
    opacity: 0.33;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 1s;
}

.trending .owl-item.active .item img {
    opacity: 1;
}

.trending .owl-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 150px;
}

.trending .owl-nav button span {
    display: none;
}

#trending-slide.owl-carousel .owl-nav button {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    margin: 0;
}

#trending-slide .owl-nav button.owl-prev {
    width: 53px;
    height: 39px;
    background: url(../images/arrow-prev.png) no-repeat center center;
}

#trending-slide .owl-nav button.owl-next {
    width: 53px;
    height: 39px;
    background: url(../images/arrow-next.png) no-repeat center center;
}

.trending .item h4 {
    width: 100%;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 150px;
    transform: translate(0%, -50%);
    text-align: right;
}

.trending .owl-item.active .item h4 {
    transform: translate(0%, -50%);
    text-align: center;
    left: auto;
    right: auto;
}

.trending .owl-item.active+.owl-item .item h4 {
    left: 150px;
    transform: translate(0%, -50%);
    text-align: left;
}

/* Trending Css */

/* International Packages css */
.international-packages {
    padding: 40px 0;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr) 1.57fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.packages-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.packages-card img {
    width: 100%;
    height: auto;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.packages-card:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.card-grid .card-column.small-card .packages-card:nth-child(1) {
    margin-bottom: 20px;
}

.card-grid .card-column .packages-card img {
    height: 408px;
    object-fit: cover;
}

.card-grid .card-column.small-card .packages-card img {
    height: 194px;
    object-fit: cover;
}

.destination-info {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    width: 100%;
}

.destination-info.font-1 h4 {
    font-family: 'Astrid';
    font-weight: normal;
    font-size: 94px;
    color: #fff;
    line-height: 90px;
    text-transform: uppercase;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.48);
    margin-bottom: 0;
}

.destination-info.font-1 h5 {
    font-family: 'Kenyan Coffee';
    font-weight: normal;
    font-size: 24px;
    color: #0e1810;
    text-transform: uppercase;
    text-shadow: 4px 0px 1px rgba(0, 0, 0, 0.11);
    margin-bottom: 0;
}

.destination-info.font-2 {
    top: auto;
    bottom: 20px;
}

.destination-info.font-2 h4 {
    font-family: 'Cream Cake';
    font-weight: normal;
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    text-transform: capitalize;
    text-shadow: 4px 0px 7px rgba(0, 0, 0, 0.51);
    margin-bottom: 0;
}

.destination-info.font-2 h5 {
    font-family: 'Playfair Display Regular';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 0px 7px rgba(0, 0, 0, 0.51);
    margin-bottom: 0;
}

.destination-info.font-3 {
    top: auto;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.destination-info.font-3 h4 {
    font-family: 'Kenyan Coffee';
    font-weight: normal;
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    text-shadow: 4px 0px 7px rgba(0, 0, 0, 0.51);
    margin-bottom: 0;
}

.destination-info.font-3 h5 {
    font-family: 'Gotham';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 0px 7px rgba(0, 0, 0, 0.51);
    margin-bottom: 0;
}

.destination-info.font-4 h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.48);
    margin-bottom: 0;
}

.destination-info.font-4 h5 {
    font-family: 'Cream Cake';
    font-weight: normal;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 4px 0px 1px rgba(0, 0, 0, 0.11);
    margin-bottom: 0;
}

/* International Packages css */


/* Explore Packages Css */

.explore-packages {
    position: relative;
}

.explore-packages .owl-stage-outer {
    padding-bottom: 30px;
}

.explore-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.explore-card img {
    width: 100%;
    height: auto;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.explore-card:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.explore-packages .item {
    position: relative;
}

.explore-packages .item .btn {
    position: absolute;
    bottom: -20px;
    left: 20px;
    right: 20px;
    padding: 10px 20px;
}

.explore-card .card-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    transform: translateY(-20px);
    z-index: 1;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.explore-card .position-up {
    position: absolute;
    top: 20px;
    transform: translateY(20px);
}

.explore-card .card-info.font-1 h4 {
    font-family: 'Cream Cake';
    font-weight: normal;
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    text-transform: capitalize;
    text-shadow: 4px 0px 7px rgba(0, 0, 0, 0.51);
    margin-bottom: 0;
}

.explore-card .card-info.font-1 h5 {
    font-family: 'Kenyan Coffee';
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 0px 1px rgba(0, 0, 0, 0.11);
    margin-bottom: 0;
}

.explore-card .card-info.font-2 h5 {
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    text-transform: capitalize;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.48);
    margin-bottom: 0;
}

.explore-card .card-info.font-2 h4 {
    font-family: 'Playfair Display Black';
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 0px 7px rgba(0, 0, 0, 0.51);
    margin-bottom: 0;
}

.explore-card .card-info.font-3 h4 {
    font-family: 'Seabird Heavy SF';
    font-weight: normal;
    font-style: italic;
    font-size: 44px;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    text-shadow: 4px 0px 7px rgba(0, 0, 0, 0.51);
    margin-bottom: 0;
}

.explore-card .card-info.font-3 h5 {
    font-family: 'TT Wellingtons Trl DemiBold';
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 0px 1px rgba(0, 0, 0, 0.11);
    margin-bottom: 0;
}

.explore-card .card-info.font-4 h4 {
    font-family: 'Lato';
    font-weight: normal;
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 4px 0px 7px rgba(0, 0, 0, 0.51);
    margin-bottom: 0;
}

.explore-card .card-info.font-4 h5 {
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 0px 1px rgba(0, 0, 0, 0.11);
    margin-bottom: 0;
}

.explore-card .card-info.font-5 h4 {
    font-family: 'Cream Cake';
    font-weight: normal;
    font-size: 110px;
    color: #fff;
    line-height: 80px;
    text-transform: capitalize;
    text-shadow: 4px 0px 7px rgba(0, 0, 0, 0.51);
    margin-bottom: 0;
}

.explore-card .card-info.font-5 h5 {
    font-family: 'Helvetica CE';
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 0px 1px rgba(0, 0, 0, 0.11);
    margin-bottom: 0;
    letter-spacing: 2px;
    margin-left: 10px;
}

.explore-card .card-info.font-5 h5.mb-n1 {
    margin-bottom: -25px;
}

.explore-card:hover .position-down {
    transform: translateY(-40px);
}

.explore-card:hover .position-up {
    transform: translateY(40px);
}
/* Explore Packages Css */

/* Why Choose Css */

.why-choose {
    padding: 40px 0;
}

.why-choose .text-logo {
    margin-top: -20px;
}

.choose-items {
    text-align: center;
    padding: 0 9px;
}

.why-choose .col:not(:last-child) {
    border-right: 1px solid #9a9a9a;
}
.choose-items img {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.choose-items h4 {
    color: #0f1868;
    font-size: 15px;
    font-family: 'Helvetica LT';
    font-weight: bold;
    text-transform: capitalize;
    margin: 10px 0 15px;
}

.choose-items p {
    color: #393939;
    font-size: 15px;
    font-family: 'Helvetica LT';
    font-weight: normal;
    margin-bottom: 15px;
}

.trip-text {
    max-width: 1500px;
    margin: 30px auto 0;
    padding: 0 15px;
    text-align: center;
}

.trip-text h2 {
    color: #212970;
    font-family: 'TT Wellingtons Trl DemiBold';
    font-weight: normal;
    font-size: 24px;
}

/* Why Choose Css */

/* Weekend India Tours Css */

.weekend-tours {
    background: url(../images/weekend-tour.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
    overflow: hidden;
}

.weekend-tours .main-heading h3 {
    color: #000;
}

.weekend-tours .container {
    max-width: 1200px;
}

.weekend-tours .owl-nav button.owl-prev {
    background: url(../images/left-green.png) no-repeat center center;
}

.weekend-tours .owl-nav button.owl-next {
    background: url(../images/right-green.png) no-repeat center center;
}

/* Weekend India Tours Css */

/* Land of Diversity Css */

.land-diversity-tours {
    padding: 40px 0;
}

.land-diversity-tours .container {
    max-width: 1200px;
}

.land-diversity-tours .owl-flex {
    padding-top: 0px;
}

.land-diversity-tours .tour-card .tour-dtl {
    box-shadow: 0 0 13px rgba(104, 104, 104, 0.32);
}

.land-diversity-tours .tour-card {
    padding: 10px;
}

.land-diversity-tours .owl-carousel .owl-nav button.owl-prev {
    margin-left: -20px;
}

.land-diversity-tours .owl-carousel .owl-nav button.owl-next {
    margin-right: -20px;
}

/* Land of Diversity Css */

/* Incredible Elephant Css */

.incredible-elephant {
    padding: 10px 0 30px;
}

.incredible-elephant .container {
    max-width: 1200px;
}

.incredible-elephant .owl-flex {
    padding-top: 0px;
}

.incredible-elephant .tour-card .tour-dtl {
    box-shadow: 0 0 13px rgba(104, 104, 104, 0.32);
}

.incredible-elephant .tour-card {
    padding: 10px;
}

.incredible-elephant .owl-carousel .owl-nav button.owl-prev {
    margin-left: -20px;
}

.incredible-elephant .owl-carousel .owl-nav button.owl-next {
    margin-right: -20px;
}

/* Incredible Elephant Css */

/* Discover India Css */

.discover-india {
    padding: 40px 0;
    background: #ededed;
}

.discover-india .container {
    max-width: 1400px;
}

.discover-india .owl-item .item {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 13px rgba(104, 104, 104, 0.32);
    margin: 30px 70px;
    border-radius: 10px;
}

.discover-india .white-card {
    flex-direction: column;
}

.discover-india .vehicle-img {
    flex-shrink: 0;
    margin-left: -90px;
}

.discover-india .vehicle-dtl ul {
    padding: 0;
    margin: 0;
}

.discover-india .vehicle-dtl {
    width: 100%;
    margin-top: 20px;
}

.discover-india .vehicle-dtl ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-family: 'Helvetica LT';
    font-weight: bold;
}

.discover-india .vehicle-dtl ul li img {
    width: auto;
    height: auto;
    flex-shrink: 0;
    margin-right: 10px;
}

.discover-india .vehicle-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.discover-india .vehicle-info ul {
    max-width: 220px;
}

.discover-india .vehicle-info .btn-set {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.discover-india .vehicle-info .btn {
    padding: 7px 20px;
    font-size: 12px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.discover-india .vehicle-info .btn.btn-info {
    background: #70bdc7;
}

.discover-india .vehicle-info .btn.btn-info:hover {
    background: #0f1868;
}

/* Discover India Css */


/* Tours By Season Css */

.season-tour {
    padding: 30px 0;
}

.season-tour .container {
    max-width: 1170px;
}

.season-block {
    border-radius: 10px;
    overflow: hidden;
}

.season-block img {
    width: 100%;
    height: auto;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.season-block:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

/* Tours By Season Css */

/* Customer Testimonials Css */

.customer-testimonials {
    background: #eafbf7;
    padding: 40px 0;
}

.customer-testimonials .owl-item .item {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 13px rgba(104, 104, 104, 0.32);
    margin: 30px 80px;
}

.white-card {
    padding: 20px;
    display: flex;
    align-items: flex-start;
}

.white-card .side-img {
    flex-shrink: 0;
    margin-left: -100px;
    width: 220px;
}

.white-card .text-content {
    padding-left: 20px;
}

.white-card P {
    color: #666666;
    line-height: 30PX;
}

.white-card h6 {
    font-family: 'TT Wellingtons Trl DemiBold';
    font-weight: normal;
    color: #000;
    line-height: 16PX;
    text-align: right;
    margin: 20px 0 0;
}

.customer-testimonials .owl-nav button.owl-prev {
    background: url(../images/left-green.png) no-repeat center center;
}

.customer-testimonials .owl-nav button.owl-next {
    background: url(../images/right-green.png) no-repeat center center;
}

/* Customer Testimonials Css */

/* Tour Operators Css */

.tour-operators {
    padding: 40px 0;
    overflow: hidden;
}

.tour-operators .container {
    max-width: 1180px;
}

.tour-operators .main-heading p {
    max-width: 100%;
}

.dream-with {
    background: #f4f6ff;
    padding: 20px;
    height: 344px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
    text-align: center;
}

.dream-border {
    border-right: 3px solid #ffde00;
}

.dream-with .row {
    height: 100%;
}

.dream-with .row .col {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 50px;
}

.dream-with h4 {
    font-family: 'Amithen';
    font-weight: normal;
    font-size: 72px;
    color: #70bdc7;
    margin: 0;
}

.dream-with .col img {
    max-width: 100%;
    height: auto;
}

.choosing-points {
    padding-top: 50px;
        overflow: hidden;
}

.choosing-points h4 {
    color: #25303d;
    font-family: 'TT Wellingtons Trl DemiBold';
    font-size: 30px;
}

.choosing-points ul li {
    list-style: circle;
}



/* Popup Css Start */
.custom-modal {
    max-width: 1500px;
    padding: 0 10px;
}

.custom-modal .modal-content {
    background: #fff;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 6px rgb(0, 0, 0, 0.16);
}

.custom-modal .modal-content .btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #e30613;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    opacity: 1;
    font-size: 14px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.custom-modal .modal-content .btn-close:hover {
    opacity: 0.8;
}

.modal~.modal-backdrop.show {
    display: inherit;
}

.heading-part {
    background: url(../images/modal-bg.png) no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.heading-part .top-heading {
    background: rgb(255, 255, 255, 0.66);
    padding: 15px 55px;
}

.heading-part .top-heading h2 {
    color: #871125;
    font-family: 'Helvetica LT';
    font-weight: bold;
    text-transform: capitalize;
    font-size: 50px;
    border-bottom: 2px solid #367057;
    text-shadow: 1px 2px 0px #fff;
    padding-bottom: 7px;
}

.heading-part .top-heading p {
    color: #000;
    font-family: 'Helvetica LT';
    font-weight: bold;
    font-size: 18px;
}

.heading-part .top-heading p a {
    color: #e30613;
}

.heading-part .top-heading p a:hover {
    color: #000;
}

.travel-points {
    padding: 15px 55px;
}

.travel-points ul {
    padding: 0;
    margin: 0;
    max-width: 300px;
}

.travel-points ul li {
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255, 0.80);
    border-radius: 30px;
    padding: 5px 10px;
    margin-bottom: 5px;
    color: #000;
    font-family: 'Helvetica LT';
    font-weight: bold;
    font-size: 18px;
}

.travel-points ul li img {
    margin-right: 8px;
}

.form-part {
    background: #fff url(../images/road.png) no-repeat bottom right 20px;
    padding: 25px 60px 20px 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.form-part h3 {
    color: #0f1868;
    font-size: 30px;
    font-family: 'Helvetica LT';
    font-weight: bold;
    margin-bottom: 20px;
}

.form-part h3 span {
    color: #e30613;
}

.form-part .form-group {
    margin-bottom: 15px;
}

.form-part .form-group .form-control {
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #cdcdcd;
    height: 45px;
    background: #fafafa;
    border-radius: 4px;
    font-family: 'Helvetica CE';
    font-weight: normal;
}

.form-part .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.form-part .form-row>.col {
    padding: 0 5px;
    position: relative;
}

.form-part .form-row .add-no {
    position: absolute;
    right: 25px;
    bottom: 15px;
    color: #9a9a9a;
    font-family: 'Helvetica CE';
    font-weight: normal;
    font-size: 24px;
    line-height: 15px;
    border-left: 1px solid #9a9a9a;
    padding-left: 15px;
}

.form-part .btn {
    width: 100%;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-weight: bold;
    margin-top: 15px;
    padding: 13px 20px;
}

.form-part ::placeholder {
    color: #474747;
}

.form-part ::-ms-input-placeholder {
    color: #474747;
}

.form-part h4 {
    padding-top: 130px;
    color: #192229;
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 36px;
    margin-top: auto;
    text-shadow: 0px 0px 2px #fff;
}

.form-part h4 span {
    font-size: 48px;
    display: block;
    color: #e30613;
}

.custom-date-picker {
    appearance: none;
    /* Removes the default appearance */
    -webkit-appearance: none;
    /* For Safari */
}

.custom-date-picker::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: block;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 100%;
    cursor: pointer;
}

.custom-date-picker:before {
    content: url(../images/date-icon.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* Makes the icon non-clickable but allows the input's functionality */
}



/* Tour Operators Css */
@media (min-width: 1200px) {
div#trending-slide {
    height: 100vh;
}
.owl-carousel .owl-stage-outer {
    height: 100%;
}
.owl-carousel .owl-stage {
    height: 100%;
}
.owl-carousel .owl-stage, .owl-carousel .owl-item {
    height: 100%;
}
.trending .owl-item .item {
    height: 100%;
}

.trending .owl-item .item a {
    height: 100%;
}
.trending .owl-item .item img {
    height: 100%;
}
}
