﻿*{
margin:0;
padding:0;
    
}
.trending-perks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
    padding-bottom: 0;
}

.trending-perks li:nth-child(odd) {
margin-right: 30px;
}


.trending-perks li {
    border: solid 1px #a5a5a5;
    padding: 15px !important;
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    transition: 0.3s all ease-in-out;
}

.trending-perks .btn.rect {
    font-size: 1.4rem !important;
    background: #2e356f;
    color: #fff;
    text-align: left;
    justify-content: space-between;
    text-transform: capitalize;
    min-width: 140px !important;
    border-radius: 10px;
}
.deal-card-btn {
    background: #23275a;
    /*background: linear-gradient(342deg, #001232, #083dbb);*/
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    padding: 8px 18px;
    border: none;
    margin: 8px 0 0 0;
    overflow: hidden;
    position: relative;
    min-width: 129px;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 7px;
}
.deal-card-btn .btn-text {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.deal-card-btn:hover, .deal-card-btn:active {
    background: #ffffff;
    color: #23275a;
    outline: solid 1px #23275a;
    border: none;
}

.deal-card-btn .arrow {
    position: absolute;
    font-size: 22px; /* Bigger arrow */
    opacity: 0;
    transform: scale(0.5);
    /*transition: opacity 0.1s ease;*/
    line-height: 8px;
}

/* Hover state: hide text, show arrow */
.deal-card-btn:hover .btn-text {
    opacity: 0;
    transform: scale(0.5);
    display: none;
}

.deal-card-btn:hover .arrow {
    opacity: 1;
    animation: arrowMove 0.8s infinite;
}

/* Keyframes for arrow movement */
@-webkit-keyframes arrowMove {
    0% {
        transform: translateX(0) scale(1.1);
    }

    50% {
        transform: translateX(6px) scale(1.15);
    }

    100% {
        transform: translateX(0) scale(1.1);
    }
}

.trending-perks .text-holder {
width: 60%;
line-height:16px;
}

.offer-text {
font-size: 14px;
font-weight: 500;
}
.featured-list{
    margin:0px !important;
}
.featured-list .logo-holder {
    margin-right: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: 100px;
    min-height: 90px;
    max-height: 90px;
    display: flex;
    align-items: center;
}

.btn-green {
background: rgb(4 134 15);
border-radius: 6px;
font-size: 16px;
padding: 10px 50px;
color: #fff;
font-weight: 600;
}

.btn-green:hover {
    background-color: transparent;
    outline: solid 1px #000000;
}

.trending-perks a {
transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
}


.price-col img{
transition:0.4s ease;
}
.price-col a:hover img {
transform: translateX(3px);
}

.text-blue {
color: #3b6ad8;
font-weight: 700;
font-size: 25px;
}

.welcome-text {
font-size: 20px;
font-weight: 400;
}
/* css for swiper */
.limited-offers-section {
padding: 40px 40px;
}

.limited-offers-section .swiper-container {
max-width: 70% !important;
}
.limited-sliders .card h5 {
font-size: 22px;
min-height: 80px;
line-height:26px;
}
.swiper-container {
width: 100%;
height: 100%;
}

.swiper-slide {
display: flex;
justify-content: center;
align-items: center;
}

.card {
background-color: #f8f9fa;
border-radius: 18px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: center;
border: none;
transition: 0.3s ease;
}
.card:hover {
transform: translateY(-3px);
}

.swiper-button-next, .swiper-button-prev {
color: #000 !important;
font-size: 14px;
width: 30px !important;
height: 30px !important;
background: #fff;
box-shadow: 2px 2px 4px;
border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px !important;
}

.limited-offers-section {
background-image: url(https://res.cloudinary.com/greatworkperks/image/upload/greatwork-perks/limited-offers-bg-patch_j33jgy.png);
background-size: cover;
background-position: bottom;
width: 100%;
}

.limited-offers-section .card img {
    border-radius: 18px 18px 0 0;
    /*min-height: 150px;*/
    min-height:auto;
    object-fit: cover;
}

.limited-offers-section .card .bg-red {
    background-color: #c70000;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

    .limited-offers-section .card-content {
        padding: 15px 15px;
        text-align: left;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
.limited-sliders .slick-slide a {
    height: 100%;
    display: flex;
}
.limited-sliders .slick-track{
    display:flex;
    height:100%;
}
.link-blue-text {
    color: #3b6ad8;
    font-size: 16px;
    font-weight: 500;
    min-height: 57px;
    margin-bottom: 10px;
    line-height: 19px;
    display: flex;
    flex-grow: 1;
}

.limited-offers-section .card-btn {
background-color: #2e356f;
color: #ffffff;
padding: 10px 20px;
border-radius: 5px;
width: 100%;
font-weight: 600;
border:none;
}
.limited-offers-section .card-btn:hover {
    background-color: transparent;
    color: #2e356f;
    outline: solid 1px #2e356f;
}

.limited-offers-section .slick-initialized .slick-slide {
padding: 20px 7px 0 7px;
height:auto;
min-height:auto;
display:flex;
}
.limited-sliders .slick-slide.slick-active > div > div{
    height:100%;
}

.limited-offers-section .slick-list {
}

.limited-offers-section .slick-list {
margin: 0 30px;
padding-bottom: 0px;
}

.limited-offers-section .slick-arrow.slick-prev {
left: 10px;
}

.limited-offers-section .slick-arrow.slick-next {
right: 10px;
}

.limited-offers-section .slick-arrow:before {
border-width: 2px;
border-color: #30356C;
width: 10px;
height: 10px;
left:15px;
}

.limited-offers-section .slick-arrow {
background-color: #ffffff;
width: 30px;
height: 30px;
}

.offer-banner {
margin: 50px 50px;
}

.offer-banner .banner-image img {
    transition: transform .35s cubic-bezier(.3,.86,.36,.95);
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    height: 300px;
    border-radius: 21px;
       
}
.offer-banner {
transition: transform .35s cubic-bezier(.3,.86,.36,.95);
}

.offer-banner .banner-image a:hover{
transform: scale(1.02);
}

.top-attraction-section {
background-color: rgb(101 183 211 / 20%);
padding: 50px 50px;
}

.top-attraction-section .attraction-card .img-holder {
    border-radius: .3125rem;
    margin-bottom: .625rem;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    transition: transform .35s cubic-bezier(.3,.86,.36,.95);
    width: 100%;
}

.top-attraction-section .attraction-card a:hover .img-holder {
    transform: translateY(-3px);
}

.top-attraction-section .saveupto-btn {
    background: #30356B;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

.top-attraction-section .slick-arrow {
    background-color: #ffffff;
}

    .top-attraction-section .slick-arrow:before {
        border-width: 2px;
        border-color: #30356C;
        width: 10px;
        height: 10px;
        width: 10px;
        height: 10px;
    }

.top-attraction-section .slick-initialized .slick-slide {
    padding: 0 5px;
}

.banner-image-bg {
width: 100%;
position: relative;
}

.btn-deal {
border: none;
font-weight: 800;
color: #30356B;
padding: 5px 70px;
border-radius: 6px;
font-size: 21px;
}

.btn-deal:hover {
    background-color: #ffffff !important;
    color: #30356B;
}

.banner-content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
}

.top-attraction-section .btn-green, .top-destination-section .btn-green {
margin: 40px 0 0 0;
}

.banner-content h3 {
color: #ffffff;
font-size: 40px;
margin-bottom: 30px;
margin-top: 20px;
font-weight:700;
}

.offer-banner .banner-image-bg img {
height: auto;
transition: transform .35s cubic-bezier(.3,.86,.36,.95);
vertical-align: top;
/*width: 100%;*/
border-radius:20px;
}

.offer-banner .banner-image-bg a:hover img {
transform: scale(1.02);
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin:15px 0;
}

.box-col-1 {
padding: 0 3px 0 0;
}

.box-col-2 {
display: grid;
grid-template-rows: repeat(2, 1fr);
gap: 15px;
padding: 0 3px;
}

.sub-col {
padding: 0px;
}

.top-destination-section .card-image {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
}

.top-destination-section .card-image img {
    object-fit: cover;
    height: 100%;
    border-radius: 15px;
    width:100%;
}

.top-destination-section .destination-text {
border-radius: 0 0 25px 25px;
position: absolute;
bottom: 0;
color: #fff;
font-size: 14px;
font-weight: 400;
left: 50%;
transform: translateX(-50%);
width: 100%;
/*background: linear-gradient(180deg, #e0d9d80d, #000000b8);*/
padding: 10px 10px;
text-align: center;
}

.top-destination-section {
padding: 40px 0px;
}

.featured-section, .exlusive-discount {
    background-image: linear-gradient(to right, #E0E5F4, #ffffff 42%, #ffffff 60%, #E0E5F4);
}
.featured-section .primary-btn-outline{
    margin-top:40px;
}
.heading-block {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.heading-block h2 {
    font-size: 22px !important;
}
.heading-block img {
    height: 50px;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
}

.top-attraction-sliders .slick-list {
margin: 0 40px;
}

.top-attraction-sliders .slick-arrow.slick-prev {
left: 0px;
}

.top-attraction-sliders .slick-arrow.slick-next {
right: 0px;
}

.national-brands-sliders .brand-card {
box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 15px 0px;
/*width: 206px !important;
height: 206px;*/
padding: 20px;
border-radius: 50%;
background-color: #ffffff;
display: flex !important;
align-items: center;
justify-content: center;
transition: transform .35s cubic-bezier(.3,.86,.36,.95);
}
.national-brands-sliders .brand-card:hover {
transform: translateY(-5px);
        
}

.national-brands-sliders .slick-list {
margin: 0 45px;
padding: 20px 0px;
}

.national-brands-sliders .slick-arrow.slick-prev {
left: 15px;
}

.national-brands-sliders .slick-arrow.slick-next {
right: 15px;
}

.national-brands-section {
padding: 0px 40px 40px 40px;
}


.national-brands-sliders .slick-arrow:before {
border-width: 2px;
border-color: #30356C;
width: 10px;
height: 10px;
}

.national-brands-sliders .slick-arrow {
background-color: #ffffff;
width:30px;
height:30px;
}
.national-brands-sliders{
margin-inline: -15px;
}
.national-brands-sliders .slick-slide > div {
padding-inline: 15px;
}
.slick-arrow {
box-shadow: rgb(8 8 8 / 35%) 0px 1px 6px 0px;
background-color: #ffffff;
}

.slick-arrow:hover {
    background-color: #30356c !important;
    background: linear-gradient(342deg, #001232, #083dbb);
}
.slick-arrow:hover::before{
    border-color:#ffffff;
}

.slick-arrow:before {
    border-width: 2px;
    border-color: #30356C;
}

.categories-section {
padding: 40px 40px;
background-color: rgb(101 183 211 / 20%);
}

.categories-section .slick-arrow.slick-prev {
    left: 0px;
}

.categories-section .slick-arrow.slick-next {
    right: 0px;
}

.categories-section .slick-slide img {
    display: block;
    object-fit: cover;
    /*min-height: 280px;*/
    border-radius: 5px;
    object-position: center;
    width:100%;
}
/*.categories-section .slick-slide > div{
    margin: 0 10px 0 0;
}
*/
.categories-section .slick-list {
    margin: 0 50px;
}
.categories-sliders .slick-slide {
    padding-inline: 5px;
}
.categories-section .card-text {
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #eeeeee00, #000000b8);
    width: 100%;
    /* height: 100%; */
    /* align-items: flex-end; */
    border-radius: 5px;
    border: none;
    padding: 5px 10px 15px 5px;
    text-align: center;
    justify-content: center;
}

.categories-section .category-card {
    position: relative;
}

.category-card .img-holder {
/*max-width: 190px;*/
position: relative;
transition: transform .35s cubic-bezier(.3,.86,.36,.95);
}
.category-card .img-holder:hover {
    transform: translateY(-5px);
}

.top20 {
margin-top: 20px;
}

.scan-head-text {
font-weight: 600;
font-size: 41px !important;
color: #ffffff;
}

.scan-sub-title {
font-size: 25px;
color: #ffffff;
line-height: 30px;
margin:25px 0;
}

.scan-section {
background-color: #1D2041;
padding: 60px 40px 90px 40px;
margin-bottom:70px;
}

.scan-section .qr-code {
    width: 240px;
    height: 240px;
    border-radius: 43px 43px 0 43px;
    background-color: #4769D1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: absolute;
    padding: 0px;
    left: 0%;
    top: 23%;
}

.scan-section .right-img-box {
    height: 100%;
    max-width: 520px;
    position: relative;
    left: 0%;
    width: 100%;
    top: -15%;
}
.scan-section .right-img-box .scan-text {
    position: relative;
    top: 11%;
    color: #fff;
    font-weight: 600;
    left: 6%;
    text-transform: uppercase;
    font-size: 17px;
        
}
.scan-section .right-mobile-img {
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
}
.scan-section .right-mobile-img img{
    max-width:330px;
}

.scan-section .left-content-box {
    padding: 10px 60px 10px 0px;
}

.registered-section {
border-bottom: 2px solid #CACACA;
}

.price-col i .fa {
font-size: 18px;
}

.grid-container .card-image {
transition: 0.3s all ease-in-out;
}

.grid-container .card-image:hover {
transform: translateY(-4px);
}
.featured-section {
padding: 30px 15px;
/*position:relative;*/
}
    .featured-section .heading-block{
        margin-bottom:0px;
    }
    featured-list .h5 a {
        font-size: 18px;
    }
.slick-dots button {
background-color: rgb(255 255 255 / 50%) !important;
}
.slick-dots li.slick-active button {
background-color: #ffffff !important;
}
.national-brands-sliders .slick-slide{
padding:0 10px;
}
.featured-list .logo-holder img {
transition: transform .35s cubic-bezier(.3,.86,.36,.95);
}
.playstore-btn {
display: flex;
align-items: center;
background: #000;
border: none;
padding: 6px 10px;
border-radius: 5px;
color: #fff;
gap: 12px;
justify-content: center;
border: solid 1px #cacaca;
margin-right: 30px;
}
.playstore-btn img{
width:30px;
}
.store-text {
text-align: left;
font-size: 12px;
}
.store-text span {
font-size: 16px;
line-height: 12px;
}

/*Johnny feedback css updates*/
.slick-arrow{
width:30px !important;
height:30px !important;
}
.slick-arrow:before {
border-width: 2px;
border-color: #30356C;
width: 10px;
height: 10px;
}
.slick-arrow.slick-prev:before {
left: 12px;
}
.slick-arrow.slick-next:before {
left: 8px;
}
.trending-perks li h3:hover {
text-decoration: underline;
}
.price-col:hover{
text-decoration:none;
}
.limited-sliders .card-content h5:hover{
text-decoration:underline;
}

.perks_group {
    display: flex;
    align-items: center;
    width: 100%;
}
    .perks_group a {
        display: flex;
        align-items: center;
        width: 100%;
    }
.featured-list .description {
    display: flex;
    flex-grow: 1;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    margin-right: 30px;
    /*border-right: solid 1px #a5a5a5;*/
    padding-right: 10px;
}
.featured-list .brand-name-text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 20px;
}
.featured-list .brand-offer {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.featured-list li {
justify-content: flex-start;
}
.btn-blue {
background: #30356B;
border-radius: 6px;
font-size: 16px;
padding: 10px 100px;
color: #fff;
font-weight: 600;
border:none;
}
.btn-blue:hover {
background: #30356B;
color: #fff;
}
.offer-3-banner-section .banner-content {
position: absolute;
left: 50px;
top: 50%;
transform: translateY(-50%);
width: 50%;
text-align: left;
}
.hotel-banner .banner-content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50% , -50%);
width: 100%;
text-align: center;
}
.hotel-banner {
transition: transform .35s cubic-bezier(.3,.86,.36,.95);
}
.hotel-banner:hover{
transform: scale(1.02);
}
.hotel-banner .banner-image-bg img {
max-height: 300px;
object-fit: cover;
object-position: center 0px;
}

.btn-white {
border-radius: 6px;
font-size: 16px;
padding: 10px 100px;
color: #4733FD;
font-weight: 700;
background: #ffffff;
margin: 10px 0;
}
.btn-white:hover, .btn-white:focus {
background-color: #ffffff;
color: #4733FD;
}
.offer-1-section:hover{
transform:scale(1.02);
}


button.btn.rect:hover, button.btn.rect:focus, button.btn.rect:active {
    background-color: #2356c2;
    border-color: #2356c2;
}

.welcome-content-group {
    padding: 20px 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*new css form new homepage design start Ankita*/
.gradient-text {
    color: #3b6ad8;
    font-weight: 700;
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(10deg, #001232, #083dbb, #001232, #083dbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.control-btn-group {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    /*animation: fadeInUp 0.6s ease-out forwards;*/ /* trigger animation */
    /*animation-delay: 1.2s;*/
    /*opacity: 0;*/ /* start invisible */
    /*transform: translateY(20px);*/ /* slightly below */
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        /*transform: translateY(20px);*/
    }

    to {
        opacity: 1;
        /*transform: translateY(0);*/
    }
}
#languageModal .modal-content {
    border: none;
    border-radius: 15px;
}
#languageModal .modal-header {
    padding: 20px 20px;
}
#languageModal .modal-body{
    padding:20px;
}
#languageModal .modal-header .btn-close {
    --bs-btn-close-bg: none !important;
}
#languageModal .modal-header .btn-close:after, #languageModal .modal-header .btn-close:before {
    background-color: #000000;
    background: linear-gradient(0deg, #001232, #083dbb);
    width: 2px;
    height: 16px;
}

#languageModal .body-title {
    font-size: 16px;
    font-weight: 500;
}
.lang-btn {
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 17px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: solid 1px #ffffff;
    min-height: auto;
    transition: none;
    display: flex;
    justify-content: space-between;
    min-width: 200px;
    flex-direction: row-reverse;
}
.lang-btn img{
    margin-right:0px;
}
.lang-btn:hover, .lang-btn:focus, .lang-btn:active {
    /*background: linear-gradient(34deg, #001232, #083dbb);*/
    /*color: #ffffff;*/
    outline: none;
    border: solid 1px #23275a;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
body.modal-open, .modal-open .navbar, .modal-open .modal {
    padding-right: 0 !important;
    z-index:99999;
}
.country-outer-group {
    min-width: 200px;
}
.dropdown-container {
    position: relative;
    width: 200px;
}
.selected-flag {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid #fff;
    cursor: pointer;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 14px;
    font-weight:500;
}
.selected-flag:hover {
    outline: none;
    border: solid 1px #23275a;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.selected-flag img {
    width: 25px;
    height: 18px;
    margin-right: 10px;
}
.arrowmobile {
    display: inline-block;
    margin-left: auto;
    transition: transform 0.3s ease-in-out !important;
}
.selected-flag img.arrowmobile {
    width: 14px;
    height: 9px;
    margin-right: 0;
}
.selected-flag.collapsed .arrowmobile {
    transform: rotate(0deg) !important;
}
.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0px;
    border: 1px solid #ccc;
    background-color: white;
    max-height: 380px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}
.dropdown-option {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.dropdown-option img {
    width: 25px;
    height: 18px;
    margin-right: 10px;
}
.dropdown-option:hover {
    background-color: #f0f0f3;
}
.arrowmobile {
    display: inline-block;
    margin-left: auto;
    transition: transform 0.3s ease-in-out !important;
}
#countryDropdown,
#countryDropdownmobile {
    display: none;
}
.sort-group .dropdown-menu.show {
    display: block;
    right: 0 !important;
    left: inherit !important;
    padding: 0px 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sort-group .sort-btn {
    padding: 8px 15px;
    border: 1px solid #fff;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height:39px;
}
.sort-group .sort-btn:hover {
    outline: none;
    border: solid 1px #23275a;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.sort-group .dropdown-item {
    color: #000000;
    padding: 10px 20px;
    font-size: 14px;
}
.sort-group .dropdown-item:hover, .sort-group .dropdown-item:focus {
    background-color: #f0f0f3;
    text-decoration: none !important;
}
.goog-te-menu2 {
    max-height: 250px !important;
    overflow-y: scroll !important;
}
.featured-section .nav-pills .nav-link {
    width: auto;
    min-width: auto !important;
    background: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 6px 20px;
    font-size: 14px;
    height: 100%;
    color: #000000;
    transition: 0.1s all ease-in-out;
}
.featured-section .nav-pills {
    gap: 10px;
    margin-bottom: 15px !important;
    /*animation: fadeInUp 0.6s ease-out forwards;*/ /* trigger animation */
    /*animation-delay: 1.5s;
    opacity: 0;*/ /* start invisible */
    /*transform: translateY(20px);*/ /* slightly below */
}
    .featured-section .nav-pills .nav-link.active, .featured-section .nav-pills .show > .nav-link,.nav-link:active {
        background: #1b42b8 !important;
        background: linear-gradient(342deg, #001232, #083dbb) !important;
        color: #ffffff !important;
    }
.featured-section li {
    transition: 0.3s all ease-in-out;
}

.featured-section .tab-content li:hover {
    border: solid 1px #23275a;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.featured-section li:hover .brand-name-text {
    text-decoration: underline;
    text-underline-offset:2px;
}
.featured-section .nav-pills .nav-item {
    flex-grow: unset;
    min-height: 35px;
}
.featured-section .nav-pills .nav-link:hover {
    background: #ffffff;
    border-bottom: solid 4px #1B42B8;
    color: #000;
}
.shop-category {
    width: 100%;
    height: 100%;
    background-image: url(https://res.cloudinary.com/greatworkperks/image/upload/greatwork-perks/gwp-category-bg-image_jmsddt.png);
    position: relative;
}
.shop-category-slider .slick-slide {
    padding: 5px 10px;
}
.shop-category-slider .slick-track{
    margin:0 -5px;
}
.shop-category-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 10px 0px;
    text-align: center;
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    position: relative;
    background:#ffffff;
}
.shop-category-box a {
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    z-index: 99;
    position: relative;
}
.shop-category .heading-block h2{
    color:#ffffff;
}
.shop-category-box p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}
.shop-category-box img {
    min-height:60px;
    max-height: 60px;
}
.section-padding{
    padding:40px 0;
}
.shop-category-box:hover{
    transform:translateY(-4px);
}
.shop-category-box:hover p {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.shop-category-box::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(135deg, #007bff33, #00d4ff33);*/
    background: linear-gradient(143deg, #30356c3d, #63a9c759, #2356c24a);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.shop-category-box:hover::before {
    opacity: 1;
}
.exclusive-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
    row-gap: 30px;
}
.exlusive-card-image {
    position: relative;
    margin: 0 0 15px 0;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 15px;
}
.exlusive-logo-box {
    position: absolute;
    background: #fff;
    bottom: -10px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    left: 15px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    z-index:999;
}
.exlusive-logo-box img {
    max-height: 35px;
}
.exclusive-image {
    border-radius: 15px;
    min-height: 180px;
    object-fit: cover;
    max-height: 180px;
    width: 100%;
}
.exlusive-card-content p {
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #000;
    font-weight: 500;
}
.exclusive-image {
    transition: 0.3s all ease-in-out;
}
.exlusive-card-image:hover .exclusive-image {
    transform: scale(1.04);
}
.exlusive-card-group:hover .exlusive-card-content {
    text-decoration:underline;
    text-underline-offset:2px;
}
.top-destination-section .card-image {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}
.top-destination-section .card-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg, transparent, transparent 30%, rgb(255 255 255 / 18%));
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.top-destination-section .card-image:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px rgb(48 53 108 / 33%);
}

.top-destination-section .card-image:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}
/*.primary-btn-outline:hover {
    -webkit-animation: ripples 0.6s ease-out;
    animation: ripples 0.6s ease-out;
    border-radius:25px;
}*/
.primary-btn-outline {
    border: solid 2px #000000;
    color: #000000;
    padding: 12px 50px;
    background: #ffffff;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: background 0.5s;
    display: inline-flex;
    align-items: center;
    min-width: 300px;
    justify-content: center;
    overflow:hidden;
}

    .primary-btn-outline:hover, .primary-btn-outline:active {
        background: #23275a;
        background: linear-gradient(342deg, #001232, #083dbb);
        color: #ffffff !important;
        box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
        border-color: #23275a;
    }
.primary-btn-outline:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 1px;
    right: -20px;
    transition: 0.5s;
    font-size: 34px;
    font-weight: 300;
}

.primary-btn-outline:hover:after {
    opacity: 1;
    right: 20px;
}

.desktop-none{
    display:none;
}
/*@-webkit-keyframes ripples {
    0% {
        outline: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(223, 223, 223, 0.4);
    }

    70% {
        outline: 30px solid rgba(223, 223, 223, 0.6);
        box-shadow: 0 0 0 30px rgba(223, 223, 223, 0.4);
    }

    100% {
        outline: 0 solid transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes ripples {
    0% {
        outline: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(223, 223, 223, 0.4);
    }

    70% {
        outline: 30px solid rgba(223, 223, 223, 0.4);
        box-shadow: 0 0 0 30px rgba(223, 223, 223, 0.2);
    }

    100% {
        outline: 0 solid transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}*/
.traveldeals-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin:15px 0;
}
.traveldeals-card-group {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 10px;
    position:relative;
    overflow:hidden;
    transition:0.5s all ease-in-out;
}
.traveldeals-card-group:after {
    content: '';
    position: absolute;
    right: -80px;
    top: 0px;
    width: 70px;
    height: 70px;
    background: #23275a59;
    border-radius: 50%;
    transition: 0.5s all ease-in-out;
}
.traveldeals-card-group:before {
    content: '';
    position: absolute;
    right: -60px;
    top: -30px;
    width: 50px;
    height: 50px;
    background: #003bff38;
    border-radius: 50%;
    transition: 0.5s all ease-in-out;
}
.traveldeals-card-group:hover:before {
    top: -15px;
    right: 20px;
}
.traveldeals-card-group:hover:after {
    top: 55px;
    right: -30px;
}
.traveldeals-logo-box {
    width: 100px;
    display: flex;
    justify-content: center;
    border: solid 1px grey;
    border-radius: 12px;
    padding: 7px;
    margin-bottom: 15px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.traveldeals-card-content h3 {
    font-size: 16px;
}
.traveldeals-card-content p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.traveldeals-card-content .deal-card-btn {
    width: 100%;
    background: linear-gradient(342deg, #001232, #083dbb);
}
    .traveldeals-card-content .deal-card-btn:hover{
        background:#ffffff;
    }
    .traveldeals-card-group:hover .traveldeals-card-content h3 {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
.shop-category-slider {
    opacity: 0;
    transition: opacity 0.2s ease;
    padding: 0 0px;
}

.shop-category-slider.slick-initialized {
    opacity: 1;
}
.about-us-section{
    font-size:16px;
}
.goog-te-gadget .goog-te-combo {
    margin: 0 0 10px 0 !important;
    width: 70%;
    border: solid 1px #3d3b3b;
    padding: 8px 10px;
    border-radius: 7px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(//res.cloudinary.com/funex/image/upload/v1760507948/country-arrow-icon_zcpr1b);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 30px;
}
/*
.fade-in-up {
    opacity: 0;
    transition: opacity 0.6s ease-out 0.5s;
}

.fade-in-up.show {
    opacity: 1;
}
.fade-in-up:nth-child(1) {
    transition-delay: 0.2s;
}

.fade-in-up:nth-child(2) {
    transition-delay: 0.5s;
}

.fade-in-up:nth-child(3) {
    transition-delay: 0.8s;
}
.fade-in-up:nth-child(4) {
    transition-delay: 1.0s;
}

.fade-in-up:nth-child(5) {
    transition-delay: 1.3s;
}

.fade-in-up:nth-child(6) {
    transition-delay: 1.6s;
}*/

.animated-shapes {
    position: absolute;
    width: 100%;
    height: 100%; /* adjust area */
    overflow: hidden;
}

.shape {
    position: absolute;
    opacity: 0.6;
    animation: float 6s ease-in-out infinite;
}

.circle {
    width: 80px;
    height: 80px;
    background: #30356c1a;
    border-radius: 50%;
    top: 40%;
    left: 5%;
    animation-delay: 0s;
}

.square {
    width: 60px;
    height: 60px;
    background: #63a9c747;
    top: 5%;
    left: 50%;
    animation-delay: 2s;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 60px solid #2356c230;
    top: 72%;
    left: 90%;
    animation-delay: 1s;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(20deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}
.hidden-card {
    display: none !important;
}
.view-more-btn:after {
    transform: rotate(90deg);
    top: -20px;
    right: 20px;
}
    .view-more-btn:hover::after{
        top:4px;
    }
.primary-btn-outline.rotated:after {
    transform: rotate(-90deg) !important;
    bottom: -20px !important;
    top: inherit !important;
}
.primary-btn-outline.rotated:hover::after {
    bottom: 4px !important;
    top: inherit !important;
}
.featured-inner-group{
    position:relative;
}
.icon-box{
    transition:0.5s all ease;
    border-radius:50%;
}
.shop-category-box .icon-box {
    transition: 0.5s all ease;
}
    .shop-category-box:hover .icon-box {
        border: solid 1px #000;
        background: beige;
        padding: 0;
        border-radius: 50%;
        transition: 0.5s all ease;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.shop-category-box .icon-box img {
    transition: padding 0.4s ease;
}
.shop-category-box:hover .icon-box img {
    padding: 10px;
}
.translate-group select {
    max-height: 200px !important;
    overflow-y: auto !important;
}
.featured-list .price-col {
    position: relative;
    margin-left: 20px;
    flex-direction: column;
    min-width: 25%;
    text-align: center;
    padding: 10px 0;
}
.featured-list .price-col:before {
    content: '';
    position: absolute;
    width: 1px;
    background: #d8d8d8;
    height: 100%;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    min-height: 80px;
}
.deal-info-text {
    font-size: 14px;
    color: #2266d3;
    font-weight: 600;
    text-transform: uppercase;
    min-height:15px;
}
.mobile-only {
    display: none;
}
.tenant-welcome-group{
    padding:20px 0 20px 10px;
}
#languageModal .modal-dialog {
    top: 160px;
}
.gwp-homepage {
    margin: 10px 0;
}
.tenant-welcome-group .gradient-text {
    font-size: 25px !important;
    margin-bottom: 0 !important;
    color: #000000;
    background: none;
    -webkit-text-fill-color: #000;
}
.welcome-desc-info{
    font-size:16px;
    font-weight:400;
    
}
/*end*/
/*new css media query*/
@media screen and (max-width:1500px) {
    .traveldeals-card-content p {
        font-size: 12px;
    }
}
@media screen and (min-width:1200px) {
    .featured-list .logo-holder img {
        height: 60px;
        margin: 0 auto;
        object-fit: contain;
        width: 70px;
    }
    .nav-link {
        min-width: 130px;
    }

            .offer-banner .banner-image img {
                min-height: auto;
                height: 100%;
            }

            .featured-list .logo-holder {
                width: 100px;
                padding: 0 10px 0 10px;
                margin-right: 20px;
            }

            .featured-list .description {
                margin-right: 10px;
            }
        }


        @media screen and (min-width:1025px) and (max-width:1199px) {
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
                max-width: 90% !important;
                margin-inline: auto;
                padding-inline: 15px;
            }

            .header .navbar-brand {
                width: 230px;
            }

            .search-form {
                padding-left: 15px;
                width: 449px;
                max-width: 335px;
                top: -2px;
                margin-left: 0;
                transform: translateX(0);
                left: 26%;
            }

            .featured-list .logo-holder {
                margin-right: 10px;
            }
        }

        @media screen and (min-width:1200px) and (max-width:1299px) {
            /* body{
        zoom:0.8;
    }*/
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
                max-width: 85% !important;
                margin-inline: auto;
                padding-inline: 15px;
            }

            .header .navbar-brand {
                width: 230px;
            }

            .search-form {
                padding-left: 15px;
                width: 449px;
                max-width: 335px;
                top: -2px;
                margin-left: 0;
                transform: translateX(0);
                left: 26%;
            }


            .featured-list .price-col .btn.rect {
                margin: 0 0 0 10px;
                min-width: 120px !important;
            }

            .price-col img {
                width: 20px;
            }

            .btn-green {
                padding: 10px 30px;
            }

            .top-attraction-section .saveupto-btn {
                font-size: 14px;
            }
        }

        @media screen and (min-width:1300px) and (max-width:1399px) {
            /*  body {
        zoom: 0.8;
    }*/
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
                max-width: 85% !important;
                margin-inline: auto;
                padding-inline: 15px;
            }

            .search-form {
                padding-left: 15px;
                width: 449px;
                max-width: 350px;
                top: -2px;
                margin-left: 0;
                transform: translateX(0);
                left: 29%;
            }

            .featured-list .price-col .btn.rect {
                margin: 0 0 0 10px;
                min-width: 120px !important;
            }

            .price-col img {
                width: 20px;
            }

            .btn-green {
                padding: 10px 30px;
            }

            .top-attraction-section .saveupto-btn {
                font-size: 16px;
            }
        }

        @media screen and (min-width:1400px) and (max-width:1499px) {
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
                max-width: 85% !important;
                margin-inline: auto;
                padding-inline: 15px;
            }


            .top-attraction-section .saveupto-btn {
                font-size: 16px;
            }
        }

        @media screen and (min-width:1500px) and (max-width:1600px) {
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
                max-width: 1200px !important;
                margin-inline: auto;
                padding-inline: 15px;
            }

            .top-attraction-section .saveupto-btn {
                font-size: 16px;
            }
        }





        @media screen and (max-width:1200px) {
           

            .limited-offers-section {
                padding: 40px 15px;
            }

            .featured-section {
                padding: 40px 15px;
            }

            .featured-list {
                max-width: 100%;
            }

            .top-attraction-section .saveupto-btn {
                font-size: 14px;
            }

            .featured-list .logo-holder img {
                transform: scale(1.0);
            }

            .scan-section .right-img-box {
                left: 0%;
                top: 5%;
            }

            .scan-section .qr-code {
                width: 160px;
                height: 160px;
                left: -20px;
                top: 32%;
                padding: 20px;
            }

            .scan-section .right-img-box .scan-text {
                top: 24%;
                left: -6px;
                font-size: 12px;
            }

            .offer-1-section .brand-offer-text {
                font-size: 26px;
                line-height: 40px;
            }

            .offer-banner .banner-image img {
                object-position: center;
            }

            .banner-content h3 {
                font-size: 30px;
            }

            .offer-banner .banner-image img {
                min-height: auto;
                height: 100%;
            }

            .top-attraction-section .saveupto-btn {
                font-size: 16px;
            }

            .featured-list .logo-holder {
                margin-right: 15px;
            }
        }

@media screen and (max-width:991px) {
    .scan-section .qr-code {
        width: 150px;
        height: 150px;
        position: relative;
        padding: 20px;
        left: 6%;
        top: -6%;
    }

    .scan-section .right-img-box {
        display: flex;
        height: 100%;
        align-items: center;
        max-width: 100%;
        position: relative;
        left: 0%;
        width: 100%;
        justify-content: center;
        margin: 30px 0 0 0;
    }

    .scan-section .right-mobile-img {
        position: relative;
    }

    .offer-banner .banner-image img {
        min-height: auto;
        height: auto;
    }

    .featured-list .logo-holder {
        margin-right: 15px;
    }

    .featured-list .price-col {
        display: none;
    }

    .featured-list .description {
        border-right: none;
    }


    .exclusive-discounts-slider, .travel-deals-slider {
        margin: 0 0px;
    }

        .exclusive-discounts-slider .slick-arrow.slick-prev, .travel-deals-slider .slick-arrow.slick-prev {
            left: 0px;
            top: inherit;
            bottom: -28px;
        }

        .exclusive-discounts-slider .slick-arrow.slick-next, .travel-deals-slider .slick-arrow.slick-next {
            right: 0px;
            top: inherit;
            bottom: -28px;
        }

        .exclusive-discounts-slider .slick-dots, .travel-deals-slider .slick-dots {
            margin: 15px 0 15px 0;
        }

            .exclusive-discounts-slider .slick-dots button, .travel-deals-slider .slick-dots button {
                background: #999cb6 !important;
            }

            .exclusive-discounts-slider .slick-dots li.slick-active button, .travel-deals-slider .slick-dots li.slick-active button {
                background: #2e346a !important;
            }

            .travel-deals-slider .slick-slide, .exclusive-discounts-slider .slick-slide {
                margin: 0 7px;
            }

            .traveldeals-card-group {
                padding: 15px;
            }
            .exclusive-image {
                object-position: top;
            }
            .traveldeals-group {
                grid-template-columns: 1fr 1fr 1fr;
            }
            .featured-list .description {
                margin-right: 0;
            }
            .gradient-text {
                font-size: 20px;
            }
           }

@media screen and (max-width:767px) {
    .welcome-outer {
        position: relative;
        z-index: 9;
    }

    #languageModal .modal-content {
        max-width: 90%;
        margin: 0 auto;
    }

    #languageModal .modal-title {
        font-size: 16px;
    }

    .mobile-none {
        display: none;
    }

    .desktop-none {
        display: block;
    }

    .tags-bar ul {
        display: flex !important;
        overflow-x: scroll;
    }

    .tags-bar .icon-box {
        min-width: 72px;
        min-height: 72px;
    }

    .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .featured-list li {
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 7px 0 !important;
    }

    .trending-perks {
        display: block !important;
        padding-bottom: 0px;
    }

        .trending-perks li:nth-child(odd) {
            margin-right: 0;
        }

            .trending-perks li:nth-child(odd):after {
                border-right: none;
            }

    .featured-list .logo-holder {
        margin-right: 20px;
        min-width: 100px;
        max-width: 100px;
    }

    .featured-list .brand-name-text {
        font-size: 14px;
    }

    .featured-list .brand-offer {
        font-size: 12px;
    }

    .trending-perks .text-holder {
        width: 100%;
    }

    .heading-block h2 {
        font-size: 16px !important;
        font-weight: 700;
        margin-bottom: 12px !important;
    }

    .heading-block img {
        height: 40px;
    }

    .btn-green {
        display: block;
    }

    .offer-banner {
        margin: 30px 0px;
        display: flex;
        justify-content: center;
    }

    .top-attraction-section {
        padding: 40px 0px;
    }

    .top-attraction-sliders .slick-list {
        margin: 0 0px;
    }

    .box-col-2 {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: 1fr 1fr;
        margin-bottom: 20px;
    }

    .box-col-1 {
        padding: 0 3px;
        margin-bottom: 20px;
    }

        .box-col-1 img {
            max-height: 100%;
        }

        .box-col-1 .card-image {
            border-radius: 25px 25px;
        }

    .grid-container {
        display: block;
        margin: 0;
    }

    .top-destination-section .card-image img {
        width: 100%;
    }

    .categories-section .slick-list {
        margin: 0 0px;
    }

    .scan-section {
        display: none;
    }

    .registered-section {
        padding-top: 40px;
    }

    .text-section {
        padding: 0px 0px !important;
    }

    .featured-list .h5 a {
        font-size: 16px;
    }


    .featured-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.3);
    }

    .limited-offers-section {
        background-image: linear-gradient(144deg, #ffffff 10%, #9ab0e8 30%, #265ad4 58%, #1b54d4 100%);
    }

    .mobile-none {
        display: none;
    }

    top-attraction-sliders .slick-list {
        padding: 0 80px 0 0;
    }

    .top-attraction-sliders .slick-slide {
        margin: 0 0px;
        padding: 0 10px 0 0;
    }

    .categories-section .slick-list {
        padding: 0 30% 0 0;
    }


    .featured-section {
        padding: 20px 0px;
    }

    .top-attraction-sliders .slick-list.draggable {
        padding-left: 0px !important;
        padding-right: 30% !important;
    }

    .limited-sliders .slick-slider {
        margin: 0 20px;
    }

    .offer-1-section {
        max-height: none;
        text-align: center;
    }

    .btn-white {
        margin: 20px 0;
    }

    .featured-list .description {
        margin-right: 0;
    }

    .hotel-banner .banner-content {
        bottom: 40px;
        transform: translateX(-50%);
        padding: 0 15px;
        top: inherit;
    }

    .btn-deal {
        padding: 5px 60px;
    }

    .banner-content h3 {
        font-size: 25px;
        font-weight: 700;
    }

    .offer-3-banner-section .banner-content {
        left: 50%;
        top: 3%;
        transform: translate(-50%, 0%);
        width: 100%;
        text-align: center;
        padding: 0px 15px 10px 15px;
    }

    .limited-offers-section {
        padding: 30px 0px;
    }

    .top-destination-section {
        padding: 30px 0px;
    }

    .national-brands-section {
        padding: 0px 0px 40px 0px;
    }

    .national-brands-sliders {
        margin-inline: 0;
    }

    .categories-section {
        padding: 40px 0px;
    }

    .limited-sliders {
        padding: 0 40px;
    }

    .offer-1-section .brand-offer-text {
        font-size: 27px;
        line-height: 32px;
        font-weight: 700;
    }

    .categories-section .slick-slide img {
        /*min-height: 280px;*/
    }

    .hotel-banner .banner-image-bg img {
        object-position: top;
    }

    .banner-custom-height {
        height: auto !important;
        object-position: center;
    }

    .offer-3-banner-section .banner-content {
        display: none;
    }

    .featured-list li {
        margin-bottom: 0;
    }

    .limited-sliders .slick-dots {
        margin-top: 30px;
    }

    .top-destination-section .destination-text {
        padding: 40px 10px 10px 10px;
    }

    .category-card .img-holder:hover {
        transform: translateY(0px);
    }

    .tags-bar ul {
        display: grid;
        padding: 10px 18px;
        /*grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));*/
        grid-template-columns: 1fr 1fr 1fr 1fr;
        overflow-x: auto;
    }

    .banner-image picture img {
        min-height: 400px !important;
        height: 400px !important;
        width: auto !important;
    }

    .featured-list .logo-holder {
        border: none;
    }

    .featured-list li {
        border: none;
        border-bottom: solid 1px grey;
    }

    .primary-btn-outline:after {
        top: 0;
    }

    .shop-category-box a {
        padding: 22px;
    }

    .shop-category-box p {
        font-size: 13px;
    }

    .shop-category-slider .slick-arrow.slick-prev {
        left: inherit;
        right: 48px;
        top: -34px;
    }

    .shop-category-slider .slick-arrow.slick-next {
        right: 0;
        top: -34px;
    }

    .shop-category-slider .slick-arrow {
        width: 35px !important;
        height: 35px !important;
    }

        .shop-category-slider .slick-arrow:before {
            width: 10px;
            height: 10px;
        }

        .shop-category-slider .slick-arrow.slick-prev:before {
            left: 15px;
        }

        .shop-category-slider .slick-arrow.slick-next:before {
            left: 10px;
        }

    .welcome-text {
        font-size: 16px;
    }

    .gradient-text {
        font-size: 16px;
    }

    .featured-section .nav-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 12px !important;
    }

        .featured-section .nav-pills::-webkit-scrollbar {
            height: 5px;
            width: 5px;
        }

        .featured-section .nav-pills::-webkit-scrollbar-track {
            border-radius: 5px;
            background-color: #DFE9EB;
        }

            .featured-section .nav-pills::-webkit-scrollbar-track:hover {
                background-color: #B8C0C2;
            }

            .featured-section .nav-pills::-webkit-scrollbar-track:active {
                background-color: #B8C0C2;
            }

        .featured-section .nav-pills::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background-color: dimgrey;
        }

            .featured-section .nav-pills::-webkit-scrollbar-thumb:hover {
                background-color: dimgrey;
            }

            .featured-section .nav-pills::-webkit-scrollbar-thumb:active {
                background-color: dimgrey;
            }

        .featured-section .nav-pills .nav-link {
            width: max-content;
        }

    .exclusive-discounts-slider .slick-list {
        padding-right: 30%;
        padding-top: 5px;
    }

    .exlusive-card-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .exclusive-image {
        min-height: 140px;
        max-height: 140px;
    }

    .exclusive-discounts-slider .slick-dots, .travel-deals-slider .slick-dots {
        padding: 0;
    }

    .slick-dots li {
        padding: 0px 8px;
    }

    .traveldeals-card-content p {
        /*min-height:37px;*/
        min-height: 42px;
    }

    .travel-deals-slider .slick-dots {
        margin: 15px 0 0px 0;
    }

    .section-padding {
        padding: 30px 0;
    }

    .featured-list li {
        background: #fff;
        margin-bottom: 7px;
        border-radius: 10px;
        border: solid 1px #00000029;
    }

    .perks_group {
        padding: 0 10px;
    }

    .featured-list .logo-holder {
        min-height: 75px;
    }

    .shop-category-box img {
        min-height: 50px;
        max-height: 50px;
    }

    .about-us-section {
        font-size: 14px;
    }

    .featured-list li:hover {
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    }

    .featured-section .nav-pills {
        padding: 5px 12px 5px 5px;
    }

    .circle {
        top: 40%;
    }

    .square {
        width: 30px;
        height: 30px;
        background: #63a9c747;
        top: 0%;
        left: 70%;
        animation-delay: 2s;
    }

    .triangle {
        width: 0;
        height: 0;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        border-bottom: 60px solid #2356c230;
        top: 95%;
        left: 90%;
        animation-delay: 1s;
    }

    .sort-group .sort-btn {
        padding: 5px 10px;
    }

    .shop-category-slider .slick-slide {
        padding: 5px 6px;
    }

    .featured-section .primary-btn-outline, .exlusive-discount .primary-btn-outline {
        margin-top: 20px;
    }

    .welcome-content-group {
        padding: 0 0 20px 0;
    }

    .control-btn-group {
        animation: none;
        opacity: 1;
        transform: translateY(-8px);
    }

    .traveldeals-card-content p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .traveldeals-logo-box {
        margin-bottom: 20px;
        z-index: 999;
        position: relative;
        background: #fff;
    }

    .traveldeals-card-content {
        position: relative;
        z-index: 9;
    }

    .featured-section .nav-pills .nav-link {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .heading-block {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .shop-category-box:hover .icon-box {
        width: 50px;
        height: 50px;
    }

    .exclusive-discounts-slider .slick-dots button, .travel-deals-slider .slick-dots button {
        top: 11px;
        position: relative;
    }

    .featured-inner-group .heading-block {
        padding-bottom: 0;
    }

    .traveldeals-card-group {
        position: relative;
    }

    .traveldeals-bgpatch {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
        z-index: 0;
    }

        .traveldeals-bgpatch:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(176deg, #1616167a, #00000063);
        }

        .traveldeals-bgpatch img {
            object-fit: cover;
            width: 100%;
            object-position: bottom;
            height: 100%;
        }

    .traveldeals-card-group {
        margin-bottom: 20px;
    }

    .traveldeals-card-content h3, .traveldeals-card-content p {
        color: #ffffff;
    }

    .traveldeals-logo-box {
        width: 60px;
        height: 60px;
        min-height: auto;
        border: none;
    }

    .traveldeals-card-group:hover:before, .traveldeals-card-group:hover:after {
        width: 0;
        height: 0;
        background: none;
    }

    .mobile-only {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .hidden-settings {
        display: none;
        margin-top: 10px;
    }

        .hidden-settings.active {
            display: inline-block;
            position: absolute;
            right: 0;
            width: auto;
            top: 45px;
            background: #ffffff;
            padding: 15px;
            border-radius: 10px;
            /* z-index: 0; */
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

    .selected-flag {
        padding: 10px 17px;
        border: none;
        border-bottom: solid 1px grey;
        border-radius: 0;
        font-size: 14px;
        font-weight: 600;
        box-shadow: none;
    }

    .lang-btn {
        font-size: 14px;
        font-weight: 600;
        padding: 10px 17px;
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-bottom: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        gap: 10px;
    }

    .sort-group .dropdown-item {
        color: #000000;
        padding: 10px 17px;
        font-weight: 600;
        font-size: 14px;
        background: #fff;
        border-radius: 0px;
        padding: 10px 17px;
        border: solid 1px #ffffff;
        display: flex;
        gap: 10px;
    }

    .lang-btn:hover, .lang-btn:focus, .lang-btn:active, .selected-flag:hover {
        background-color: #ffffff;
        border: none;
        border-bottom: solid 1px grey;
        box-shadow: none;
    }

    .lang-btn img, .selected-flag img, .sort-group .dropdown-item img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .dropdown-container .dropdown-options {
        position: relative;
        max-height: 230px;
    }

        .dropdown-container .dropdown-options .dropdown-option {
            padding: 8px 15px 8px 15px;
        }

    #editSettingsBtn {
        width: auto;
        padding: 8px 10px;
        border-radius: 10px;
        border:solid 1px #000000;
    }

        #editSettingsBtn:hover {
            background: #ffffff;
        }

    .goog-te-gadget .goog-te-combo {
        width: 100%;
    }
    /*Removal color-profile hover effects*/
    .featured-section .tab-content li:hover {
        border: solid 1px #00000029;
        box-shadow: none;
    }

    .primary-btn-outline:hover, .primary-btn-outline:active, .primary-btn-outline:focus {
        background: #fff;
        color: #23275a !important;
        box-shadow: none;
    }

        .primary-btn-outline:hover:after {
            opacity: 0;
        }

    .slick-arrow:hover {
        background: #ffffff !important;
    }

        .slick-arrow:hover::before {
            border-color: #30356C;
        }

    .shop-category-box:hover {
        transform: translateY(0px);
    }

        .shop-category-box:hover::before {
            opacity: 0;
        }

        .shop-category-box:hover .icon-box img {
            padding: 0px;
        }

        .shop-category-box:hover .icon-box {
            width: 60px;
            height: 60px;
            background: #ffffff;
            border: none;
        }

    .shop-category-box img {
        min-height: 60px;
        max-height: 60px;
    }

    .shop-category-box .icon-box img {
        transition: none;
    }

    .top-destination-section .card-image:hover {
        transform: none;
    }

        .top-destination-section .card-image:hover::before {
            opacity: 0;
        }

    .deal-card-btn:hover, .deal-card-btn:active, .traveldeals-card-content .deal-card-btn:hover {
        background: linear-gradient(342deg, #001232, #083dbb);
        outline: none;
        color: #ffffff;
    }

    .featured-section li:hover .brand-name-text, .shop-category-box:hover p, .traveldeals-card-group:hover .traveldeals-card-content h3 {
        text-decoration: none;
    }
    .deal-card-btn:hover .btn-text {
        opacity: 1;
        transform: none;
        display: inline-block;
    }
    .deal-card-btn:hover .arrow {
        opacity: 0;
    }
    .lang-btn:hover{
        border-bottom:none;
    }
    .featured-list .logo-holder img {
        transform: scale(1.0);
        height: 50px;
        margin: 0 auto;
        object-fit: contain;
        width: 70px;
    }
}

        @media screen and (max-width:430px) {
            .tags-bar ul {
                gap: 10px;
                row-gap: 15px;
            }

                .tags-bar ul li {
                    line-height: 16px;
                }

            .tags-bar .mobile-nav-icontext {
                line-height: 8px;
                font-size: 9px;
            }
        }

        @media screen and (max-width:600px) {
            .featured-list .logo-holder {
                margin-right: 0px;
            }

            .top-attraction-sliders .slick-slide img {
                width: 100%;
            }

            .national-brands-sliders .slick-list {
                margin: 0px 38px;
            }

            .national-brands-sliders .slick-slide {
                padding: 0 0px;
                margin: 0 0px;
            }

                .national-brands-sliders .slick-slide > div {
                    padding-inline: 20px;
                }

            .limited-offers-section .slick-list {
                margin: 0 0px;
                padding-bottom: 0;
            }

            .national-brands-sliders .slick-arrow.slick-prev {
                left: 0;
            }

            .national-brands-sliders .slick-arrow.slick-next {
                right: 0px;
            }

            .limited-offers-section .slick-arrow.slick-prev {
                left: 5px;
            }

            .limited-offers-section .slick-arrow.slick-next {
                right: 5px;
            }
        }

        @media screen and (max-width:500px) {
            .national-brands-sliders .brand-card {
                width: 140px !important;
                height: 140px;
            }
        }

        @media screen and (max-width:400px) {
            .national-brands-sliders .brand-card {
                width: 120px !important;
                height: 120px;
            }
        }

        .inc-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .inc-shadow img {
        margin-left: -25px;
    }
