.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
    width: 44px;
    height: 44px;
    font-size: 20px;
    color: #222222;
    background: #ffffff;
    text-shadow: none;
    top: 0;
    cursor: pointer;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-center .owl-nav button.owl-prev {
    left: -20px;
}

.nav-center .owl-nav button.owl-next {
    right: -20px;
}


@media (max-width: 998.99px) {
    .nav-center .owl-nav button.owl-prev {
        left: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .nav-center .owl-nav button.owl-next {
        right: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

.nav-center .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
}

.nav-center .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #E4EBF1;
    margin-right: 8px;
    border-radius: 30px;
}

.nav-center .owl-dots .owl-dot.active {
    width: 22px;
    background: var(--tts-buttton-bg);
}

/*offers*/
.categories-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.categories-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.categories-card img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.categories-card:hover img {
    transform: scale(1.05);
}

.categories-card .cat-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: background 0.3s ease;
}

.categories-card:hover .cat-content {
    background: rgba(0, 0, 0, 0.7);
}

.categories-card .cat-content h5 {
    font-size: 20px;
    font-weight: 600;
}

.loc-view-bottom {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    background: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.loc-view-bottom:hover {
    background: var(--tts-buttton-bg1);
    color: var(--tts-buttton-txt1);
    transform: scale(1.1);
}



/*why_choose_us*/
.why-choose-us-section {
    background-color: #FEEDEB;
    position: relative;
    padding-top: 60px;
    overflow: inherit;
}

.why-choose-us-section::before {
    content: "";
    background: url('../../../webroot/img/section-top-bg.png') no-repeat top;
    background-size: cover;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 60px;
}

.why-choose-us-section .bg-info,
.why-choose-us-section .bg-primary,
.why-choose-us-section .bg-success,
.why-choose-us-section .bg-danger {
    padding: 1px;
    border-radius: 10px;
}

.why-choose-us-section .card {
    border: 0;
    border-radius: 10px;
    height: 100%;
}

.why-choose-us-section .feature-icon i {
    font-size: 40px;
}

.why-choose-us-section .feature-number {
    font-size: 50px;
    font-weight: bold;
    color: transparent !important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.why-choose-us-section .feature-number.text-info {
    -webkit-text-stroke: 1px#0dcaf0;
}

.why-choose-us-section .feature-number.text-primary {
    -webkit-text-stroke: 1px#0d6efd;
}

.why-choose-us-section .feature-number.text-success {
    -webkit-text-stroke: 1px#198754;
}

.why-choose-us-section .feature-number.text-danger {
    -webkit-text-stroke: 1px#dc3545;
}

/*routes*/
.popular_destination {
    background-color: #FEEDEB;
    position: relative;
    padding-top: 60px;
    overflow: inherit;
}

.popular_destination::before {
    content: "";
    background: url(../../../webroot/img/section-top-bg.png) no-repeat top;
    background-size: cover;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 60px;
}

.popular_destination .routes_box {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    border: 1px solid #eae8e8;
    cursor: pointer;
    display: block;
    transition: all .5s ease;
    height: 100%;
    margin-bottom: 15px;
}

.popular_destination .routes_box:hover {
    box-shadow: var(--box-shadow);
}

.popular_destination .routes_box .origin_destination {
    width: 100%;
    padding-left: 12px;
    border-left: 2px solid #dbe3ef;
    position: relative;
}

.popular_destination .routes_box .origin_destination:before {
    content: " ";
    position: absolute;
    background-color: #dbe3ef;
    padding: 3px;
    border-radius: 50%;
    top: 0;
    left: -4px;
}

.popular_destination .routes_box .origin_destination div {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #333;
    height: 16px;
    font-weight: 500;
}

.popular_destination .routes_box .origin_destination .time {
    font-weight: 400;
    font-size: 14px;
    width: 100%;
}

.popular_destination .routes_box .origin_destination:after {
    content: " ";
    background-color: #dbe3ef;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: -4px;
}

.popular_destination .routes_box .price_go {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    padding-left: 14px;
    align-items: flex-end;
}

.popular_destination .routes_box .price_go .low-price {
    font-size: 18px;
    color: #000000;
    text-align: left;
    display: block;
    font-weight: 500;
    line-height: 20px;
}

.popular_destination .routes_box .price_go p {
    width: 100%;
    font-size: 14px;
    color: #666;
    display: flex;
    margin: 0;
}

.popular_destination .routes_box .price_go .low-price span {
    width: 100%;
    font-weight: 400;
    display: block;
}

.popular_destination .routes_box .price_go p span {
    color: #999;
    font-size: 12px;
    display: contents;
}

.popular_destination .routes_box .price_go .low-price .rs {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    display: inline;
    float: left;
    width: 15px;
}

/*Trending Hotels*/
.hotel-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #dfdfdf;
    transition: all 0.5s ease-in-out;
}

.hotel-slider .hotel-item {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: none;
}

.hotel-slider .hotel-item:hover {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.hotel-img {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.hotel-img img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 100%;
    width: 100%;
}

.hotel-img .add-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--tts-buttton-bg);
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}

.hotel-content {
    padding: 20px 15px 10px;
}

.hotel-content h4 {
    font-size: 20px;
}

.hotel-content h4 a {
    color: #212121;
    display: inline-block;
}

.hotel-content p {
    margin: 8px 0;
    color: #212121;
    font-weight: 500;
}

.hotel-rate .badge {
    background: #ffa903;
    font-size: 13px;
    width: 100px;
}

.hotel-rate-type {
    color: var(--tts-buttton-bg);
    font-weight: 500;
    margin: 0 5px;
}

.hotel-rate-review {
    color: #212121;
    font-weight: 500;
}

.hotel-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-top: 20px;
    padding-top: 13px;
}

.hotel-price-amount {
    color: var(--tts-buttton-bg);
    font-weight: 700;
    font-size: 19px;
}

.hotel-price-type {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}

.hotel-text-btn a {
    color: #212121;
    font-weight: 500;
}

.hotel-text-btn a i {
    font-size: 14px;
}

.hotel-text-btn a:hover {
    color: var(--tts-buttton-bg);
}

/*===visa====*/
.countries-visa .card {
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    flex-direction: column;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 #2a2626;
    border: none;
}

.countries-visa .card .cardbanner {
    height: 183px;
    border: 0;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    filter: brightness(0.8);
}

.countries-visa .card .imgwrapper {
    left: -10px;
    position: absolute;
    top: -10px;
    border-radius: 50%;
}

.countries-visa .card .imgwrapper img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.countries-visa .card .country-card {
    padding: 10px 20px;
    position: absolute;
    top: 0;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.countryBox {
    margin: 10px 0 15px;
}

.countryName,
.price {
    font-weight: 600;
    font-size: 20px;
}

.countries-visa .card .countryName a {
    color: #ffffff;
}

.rupayBox {
    font-size: 12px;
}



/*===holidaytheme====*/
.theme-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    ;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.theme-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.theme-item .theme-img {
    overflow: hidden;
    border-radius: 10px;
}

.theme-item .theme-img img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.theme-item:hover .theme-img img {
    transform: scale(1.1);
}

.theme-item .theme-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 1;
    color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.theme-item .theme-content img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid #fff;
}

.theme-item .theme-content h3 {
    font-size: 20px;
    margin: 5px 0 10px;
    font-weight: 600;
    color: #ffffff;
}

.theme-item .theme-content p {
    font-size: 14px;
    color: #ddd;
    margin: 0;
}

.theme-item::after {
    content: "";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 0;
    transition: opacity 0.5s ease;
}

.theme-item:hover::after {
    opacity: 0.8;
}


/*====destinations====*/
.destination-item {
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.destination-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: all .3s;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.destination-item img {
    border-radius: 10px;
    width: 100%;
    transition: all .5s;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.destination-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.destination-info {
    position: absolute;
    inset: 0;
    transition: all .3s ease-in-out;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: #ffffff;
}

.destination-info h5 {
    color: #ffffff;
    font-size: 20px;
}

.destination-info span {
    font-size: 14px;
    display: block;
}

.destination-info p {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

/*--------------------------------------------------------------
    # Blog Posts Section
    --------------------------------------------------------------*/
.recent-posts .post-item {
    background: var(--bg-white);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.recent-posts .post-item .post-img img {
    transition: 0.5s;
    width: 100%;
    max-height: 220px;
}

.recent-posts .post-item .post-date {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--tts-buttton-bg);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

.recent-posts .post-item .post-content {
    padding: 30px;
}

.recent-posts .post-item .post-title {
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 15px;
}

.recent-posts .post-item .meta i {
    font-size: 16px;
    color: var(--tts-buttton-bg);
}

.recent-posts .post-item .meta span {
    font-size: 15px;
    color: color-mix(in srgb, var(--dark), transparent 50%);
}

.recent-posts .post-item hr {
    color: color-mix(in srgb, var(--dark), transparent 80%);
    margin: 20px 0;
}

.recent-posts .post-item .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: color-mix(in srgb, var(--dark), transparent 40%);
}

.recent-posts .post-item .readmore i {
    line-height: 0;
    margin-left: 6px;
    font-size: 16px;
}

.recent-posts .post-item:hover .post-title,
.recent-posts .post-item:hover .readmore {
    color: var(--tts-buttton-bg);
}

.recent-posts .post-item:hover .post-img img {
    transform: scale(1.1);
}

/*========mobile========app========*/
.mobile-app {
    background-color: #eaf1fb;
}

.mobile-app h3 {
    font-size: 30px;
}

.mobile-app ul {
    list-style: none;
    color: var(--dark);
    text-align: left;
    padding: 0;
    margin: 0;
}

.mobile-app ul li {
    padding-bottom: 5px;
    width: 50%;
    float: left;
}

.mobile-app .AppButton {
    display: flex;
    align-items: center;
    margin-top: 20px;
    float: left;
}

.mobile-app .mobileapp-item {
    position: relative;
    width: 100%;
}

.mobile-app .mobileapp-item .mobileapp-img,
.mobile-app .mobileapp-item .scnercode {
    width: 100%;
    text-align: center;
}

.mobile-app .mobileapp-item .mobileapp-img img {
    position: absolute;
    inset: 0px;
    display: block;
    box-sizing: border-box;
    margin: auto;
    padding: 0px;
    border: none;
}

.mobile-app .mobileapp-item .scnercode {
    margin-left: -25px;
    margin-top: 60px;
    position: relative;
}

.mobile-app .mobileapp-item .scnercode img {
    width: 150px;
}

/*========mobile========app====end====*/
/*======testimonials========*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px !important;
    border-radius: 50px;
    margin-right: 15px;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 5px 0;
    color: #000;
}

.testimonials .testimonial-item h4 {
    font-size: 15px;
    color: #999;
    margin: 0;
    font-weight: normal !important;
}

/* .testimonials .testimonial-item .stars {
    margin: 10px 0;
    } */
.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: var(--tts-buttton-bg);
    line-height: 0;
}

/* .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
    }
    .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    }
    */
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--tts-buttton-bg);
}

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 10px;
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}

.cmpanylogo .logo {
    height: 60px;
}

/*======testimonials end========*/
/*============Trending Holidays========start===========*/
.holidayTrendsWrapper .holidayCardWrapper_box {
    border-radius: 4px;
    padding: 10px;
    height: 100%;
    background: var(--bg-white);
    box-shadow: var(--box-shadow);
    transition: all 0.5s ease;
    position: relative;
    width: 100%;
    display: block;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCard-body h5.card-title {
    color: #000;
    font-size: 19px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.holidayTrendsWrapper .holidayCardWrapper_box:hover {
    box-shadow: var(--box-shadow);
}

.holidayTrendsWrapper .holidayCardWrapper_box .makeRelative {
    position: relative;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0px -10px 20px -10px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
    display: block;
}

.holidayTrendsWrapper .holidayCardWrapper_box .daysbadge {
    padding: 0px 10px;
    background: var(--tts-buttton-bg1);
    border-radius: 13px;
    color: var(--tts-buttton-txt1);
    position: absolute;
    margin-top: -30px;
    right: 5px;
    z-index: 1;
    font-size: 13px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .smileychoice {
    position: absolute;
    top: 50px;
    left: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended {
    position: absolute;
    z-index: 5;
    left: -8px;
    top: 15px;
    background-image: linear-gradient(to right, var(--tts-buttton-bg), var(--tts-buttton-bg1));
    width: 130px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.holidayTrendsWrapper .holidayCardWrapper_box .under-checkbox1 {
    top: 180px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #021432;
    border-right: 0px solid transparent;
    border-left: 8px solid transparent;
    z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 0 solid transparent;
    border-right: 0px;
    border-left: 8px solid #000;
    z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 0 solid transparent;
    border-top: 12px solid transparent;
    border-right: 0px;
    border-left: 8px solid #000;
    z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    z-index: 2;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    transition: all 0.5s;
}

.holidayTrendsWrapper .holidayCardWrapper_box:hover .img-wrapper:before {
    animation: shine .75s;
    width: 100%;
    left: 100%;
    transform: skewX(0deg);
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem {
    position: static;
    margin-top: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper li {
    text-align: center;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper li p {
    margin: 0px;
    font-size: 13px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper {
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper .redText {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper .destinationName span {
    margin-right: 2px;
    margin-left: 2px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new {
    border-top: 1px solid #ebebeb;
    padding: 10px 0px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new h3 {
    color: #525252;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new h3 .slashed {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new a {
    color: var(--tts-buttton-txt);
    background: var(--tts-buttton-bg);
    border-radius: 30px;
    font-size: 15px;
    padding: 5px 24px;
    border: 1px solid var(--tts-buttton-bg);
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new a:hover {
    background: var(--tts-buttton-bg1);
    border: 1px solid var(--tts-buttton-bg1);
    color: var(--tts-buttton-txt1);
}

/*============Trending Holidays========end===========*/