.card-page-h1 {
    margin-bottom: 1.05em;
    font-family: 'FuturaPTMedium', sans-serif;
}

.fixed-buy-box { 
    z-index: 8 !important; 
}

.text-above-tabs {
	margin-top: 1.05em;
}

.text-above-tabs p {
	margin-bottom: 1.05em;
}

.main-owl-carousel-container {
    aspect-ratio: 16 / 9; 
}

.star-svg {
	width: 30px;
}

.text-above-tabs-cityname-span {
	font-size: 21px !important;
}

.sidebar-card-image {
    width: 200px;
    transform: rotate(-5deg);
    height: 123px;
}

.fixed-buy-box img {
			width: 91px !important;
}

.card-prices-container {
	
}

.main-image-container {
    width: 26%;
    display: flex;
    flex-direction: column;
}

.text-above-tabs p {
    margin-bottom: 11px;
}

.img-title {
    padding: 1px 20px;
    border-radius: 35px;
    min-width: 114px;
    max-width: 160px;
    font-family: 'FuturaPTMedium', sans-serif;
    font-size: 27px;
    font-weight: 200 !important;
    margin-top: -34px !important;
    z-index: 6;
    position: relative;
}

.discount-tabs-header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-size: 27px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 25px 25px 0 0;
	font-weight: 500 !important;
    padding-left: 1em !important;
	padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
	font-family: 'FuturaPTBook', sans-serif;
}


.food-discount-tabs-header {
    background-color: #D03D8E;
    color: #fff;
}

.attractions-discount-tabs-header{
    background-color: #019BD8;
    color: #fff;
}

.single-city-discount-tabs-header {
    background-color: #67A33C;
    color: #fff;
}
.accomodation-discount-tabs-header{
    background-color: #FAA703;
}

.tabs-header-img-container {
	width: 75px;
}

.custom-tab-scroll {
    gap: 4px;
    padding-top: 8px;
    overflow-x: auto;         /* allows horizontal scroll */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;  /* smooth scroll on iOS */
    scrollbar-width: none;
}

.custom-tab-btn {
    background: #CECECE;
    border: none;
    border-radius: 13px 13px 0 0;
    padding: 5px 25px;
    font-weight: 500;
    font-size: 19px;
    color: #000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    font-family: 'FuturaPTBook', sans-serif;
}

.custom-tab-btn:hover {
    background-color: #eaeaea;
    color: #444;
}

.custom-tab-btn.active {
    background-color: #E8E8E8;
    color: #000;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.accomodation-img-caption{
    background-color: #FAA703;
}
.food-img-caption{
    background-color: #D03D8E;
}
.services-img-caption {
	background-color: #2d4b58;
	color: #fff !important;
}
.shopping-img-caption {
	background-color: #599840;
	color: #fff;
}
.attraction-img-caption{
    background-color: #009AD8;
}
.tab-content{
    background-color: #E8E8E8;
}

.tabs-object {
    border-radius: 0 0 15px 0;
    margin: 0px;
    box-shadow: unset !important;
    height: 68px;
}

.tabs-object-title {
    color: #000;
    font-size: 17px;
    line-height: 1.1;
    padding-right: 0.55em;
}

.tab-object-img {
	
}

.nav-container {
    background-color: #F4F5F4;
    padding: 0.25em;
}

.tabs-object-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding: 0.75em;
}

.tabs-object-card {
    flex: 0 1 calc(50% - 8px); /* 2 items per row on mobile */
}

.card-code-main-section .text-white .fs-4 {
    font-size: 1.5em !important;
}
.card-code-main-section .text-white .fs-5 {
	font-size: 2em !important;
}

.card-code-container {
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 1em 1em;
}

.card-code-main-section .text-white span {
	font-size: 24px !important;
	color: #fff;
}

.card-code-main-section .rounded {
    border-radius: 25px !important;
    background-position: 0 -100px;
}

.card-code-img-container {
    width: 20%;
    margin-right: 2em;
}

.card-code-img-container img {

}

.connected-cards-section {
    border-bottom-right-radius: 45px;
    padding: 0.25em 1.35em;
    background-size: cover;
}

.connected-cards-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 55%;
}
.connected-cards-content-img {
   max-width: 250px;
}

.connected-cards-content-plus {
    width: 50px;
}

.connected-cards-content .fs-5 {
    color: #fff;
    font-size: 20px !important;
}

.plus-carousel-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    gap: 15px;
}


@media (min-width: 768px) {
    .card-code-img-container {
        width: 10%;
        margin-right: 1em;
    }
    .tabs-object-card {
        flex: 0 1 calc(33.333% - 10px); /* 3 items per row on desktop */
    }
	.card-code-container .fw-bold {
		color :#fff;
		
	}
}

.text-above-tabs-p-span {
    color: #ff2ba2;
    font-size: 21px!important;
}

.text-above-tabs-header-span {
    color: #ff2ba2;
    font-size: 31px!important;
}

.card-page-h1-span {
    color: #ff2ba2;
    font-size: 31px!important;
}

.connected-cards-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    width: max-content;
}

.connected-cards-carousel .owl-dot {
    background: none;
    border: none;
    padding: 0;
}

.connected-cards-carousel .owl-dot span {
    display: inline-block;
    width: 30px;
    height: 6px;
    background-color: #ccc;
    transition: background-color 0.3s ease;
}

.connected-cards-carousel .owl-dot.active span {
    background-color: #000;
}
.more-objects-btn-container {    
    text-align: center;
    width: 100%;
    padding: 0.5rem;
}

#custom-slider-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #aaa;
    margin: 0 2px;
    border: none;
    transition: background-color 0.3s ease;
    padding: 0;
}

#custom-slider-dots .owl-dot.active {
    background-color: #2E80B8;
}
.rabat-newest {
    left: 5px;
    bottom: 5px;
}

.freshweek-newest-span-discount {
    font-size: 16px !important;
}

.freshweek-newest-span-minus {
    font-size: 11px !important;
}

.freshweek-newest-span-percent {
    font-size: 10px !important;
}

.freshweek-newest {
    width: 32px;
    height: 32px;
    padding: 3px;
}

.bg-pink {
	background: #eb0d8b;
	
}

.card-new-price {
    right: 67px;
    top: 97px;
    font-size: 36px!important;
    color: #EF0C9F;
    font-family: 'FuturaPTMedium', sans-serif;
}

.card-old-price {
    right: 118px;
    top: 67px;
    font-size: 33px;
    text-decoration: line-through;
    color: #9b9b9b;
	font-family: 'FuturaPTMedium', sans-serif;
}

.btn {
    box-shadow: none;
}

.buy-card-btn {
    background-color: #1faa7c;
    color: white;
    width: 100%;
    text-transform: uppercase;
    font-family: 'FuturaPTMedium';
    font-size: 20px;
    padding: 3px 0px;
}

.card-new-price p {
    margin-top: -20px;
    font-size: 19px;
    color: #EF0C9F;
}
.btn-pink:hover {
    background-color: #22be8b !important;
    box-shadow: none !important;
}

.buy-card-btn:hover {
    background-color: #22be8b !important;
    box-shadow: none !important;
}

.card-new-price span {
	font-size: 31px !important;
	color: #eb0d8b;
}

.card-price-zl-style {
    font-family: 'FuturaPTBook', sans-serif;
    margin-left: -10px;
}
.card-buy-code-baner {
    padding: 0.5em;
    border-bottom-right-radius: 40px;
    margin-bottom: 1.5rem;
    background-size: cover;
}

.card-buy-code-baner .text-white {
    font-size: 21px !important;
}

.card-buy-code-baner .sidebar-card-image {    
    transform: rotate(-17deg);	
	margin-left: 1em;
}

.rating-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.rating {
    font-size: 27px !important;
    vertical-align: middle;
    font-weight: bold;
}

.read-reviews-container {
    max-width: 70px;
    line-height: 1;
    vertical-align: middle;
}

.btn-link {
    background: #f4f5f4;
}
.fixed-buy-box a {
    text-transform: uppercase;
    font-family: 'FuturaPTMedium', sans-serif;
    background-color: #1faa7c;
}

.gratis-baner-badge {
	
}

.video-play-button { 
	display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 5px;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
 
}

.code-card-image {
    height: auto !important;
    width: auto;
}

@media (max-width: 1368px) {
	.tabs-object-title {		
		font-size: 15px;
	}
	.card-old-price {
		right: 37px;
		top: 97px;
	}	
	.card-old-price {
		right: 88px;
		top: 67px;
	}
	.sidebar-card-image {
		height: 99px;
	}
}
@media (max-width: 1080px) {
	 .sidebar-card-image {
       height: 83px;
    }
	.tab-object-img {
		width: 71px;
	}
	.card-new-price {
		right: 27px;
		top: 97px;
		font-size: 52px;
		color: #EF0C9F;
		font-family: 'FuturaPTMedium', sans-serif;
	}
	.rate-container .text-end 	{
		text-align: right !important;
		margin-right: 1em !important;		
	}

}
.main-image-container img {
	width: 100%;
	height: auto;
}
@media (max-width: 600px) {
	.text-above-tabs-cityname-span {
		font-size: 14px !important;
	}
	.text-above-tabs p {
		margin-bottom: 0px;
		margin-top: 5px;
	}
    .card-code-img-container img {
        height: 29px !important;
        transform: rotate(-12deg);
    }
	.tabs-object {
		height: 48px;
	}
	.plus-carousel-container {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		align-items: center;
		gap: 5px;
	}
	.connected-cards-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
	}
	
	.connected-cards-content .mb-3 {
		text-align: center;
	}
	
	.connected-cards-carousel-img {
		
	}
	
	.connected-cards-content-img img {		
	}
	
	.connected-cards-content-plus {
    width: 50px;
    display: none;
}
	
	.connected-cards-carousel-img img {
		height: auto !important;
	}
	
	.card-code-main-section .text-white span {
		font-size: 17px !important;
		color: #fff;
	}
	.card-code-main-section .text-white .fs-4 {
		font-size: 17px !important;
	}
    .card-code-container {
        border-radius: 15px;
        display: flex;
        align-items: center;
        padding: 0.5em;
        padding-right: 1em;
        margin-bottom: 1em;
        background-color: #646464;
    }
	
	.card-code-main-section {
		margin: 1em 11px;
	}
	
    .card-code-container .text-white {
        width: 82%;
    }
	
    .card-code-img-container {
        width: 17%;
        margin-right: 1em;
        margin-left: 0.5em;
        height: auto;
    }
	
	.card-code-container .bg-pink {
		padding: 0 !important;
	}
	
	.card-code-container .fw-bold {
		color: #fff ;
	}
	
	.card-code-container span {
		font-size: 17px !important;
	}
	
	.card-code-container .fs-4 {
		font-size: 17px !important;
	}
	
	.card-page-h1-span {
		font-size: 21px !important;
	}	
	
	.card-page-h1 {
		font-size: 21px !important;
	}
	
	.text-above-tabs h2 {
		font-size: 21px !important;
	}
	
	.img-title {
		font-size: 15px;
		font-weight: 200 !important;
		margin-top: -20px !important;
		min-width: 94px;
		max-width: 160px;
	}
	
	
	.text-above-tabs p {
		font-size: 14px !important;
	}
	
	.text-above-tabs-p-span {
		font-size: 14px !important;
	}
	
	.text-above-tabs-header-span {
		font-size: 21px !important;
	}
	
	.object-main-container {
 		margin-left: 12px;
		margin-right: 12px;
	}
	
    .object-main-container .p-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }	
	
	.rate-container {
		
	}
	
    .rate-container .col-4 {
        width: 47% !important;
        text-align: right !important;
        font-size: 13px;
    }
	
	.people-count {
		width: 49% !important;
	
	}
	.custom-slider-dots {
		
	}
	
    .mobile-slider-dots {
        display: flex;
        justify-content: center;
        margin: 0em 0 0.5em 0;
    }
	
	#custom-slider-dots .owl-dot {
		margin: 0 6px;
	}

	.tabs-header-img-container {
		width: 35px;
	}


	
    .main-image-container {
        width: 30%;
        display: flex;
        flex-direction: column;
    }
	
	.tabs-container {
		padding: 0 !important;
	}
	
	.btn-link {
        font-family: 'FuturaPTBook', sans-serif;
        border: 1px solid var(--thm-border);
        padding: 10px 15px 13px 15px;
        border-radius: 25px;
        font-size: 21px;
        text-transform: lowercase;
    }
    
	.tab-object-img {
        width: 68px;
        margin-right: 9px !important;
    }
	
	.tabs-object-title {
        font-size: 12px;
    }
	
	.custom-tab-btn {
		padding: 2px 15px;
		font-size: 15px;
	}

	.discount-tabs-header {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		font-size: 18px;
		box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
		border-radius: 15px 15px 0 0;
		font-weight: 500 !important;
		padding-left: 1em !important;
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
		font-family: 'FuturaPTBook', sans-serif;
	}
	
	.star-svg {
		width: 24px;
	}
	
	.rating {
		font-size: 23px !important;		
	}
	
	.read-reviews-container {
		line-height: 0.9;		
	}
	
	.read-reviews {
		font-size: 13px;
	}
	
	.tabs-container {
		padding: 5px !important;
	}
	.newest-read-more-btn {
		font-size: 15px;
		padding: 5px 20px;
	}
	
	.fixed-buy-box {
        bottom: 0 !important;
        left: 50% !important;
        transform: translate(-50%, 0%);
        width: 95%;
        right: 0 !important;
        border-radius: 15px 15px 0 0 !important;
        box-shadow: 0px -4px 10px 0px #00000030 !important;
    }

}
@media (max-width: 375px) {
	.card-code-img-container {
        width: 70px;
        margin-right: 1em;
        margin-left: 0.5em;
    }
	.read-reviews-container {
        max-width: 51px;
        line-height: 1;
        vertical-align: middle;
    }
	.main-images-container {
		
	}
	
	.fixed-buy-box img {
        width: 40px !important;
        height: auto !important;
        transform: rotate(-15deg);
    }
	
	.fixed-buy-box a {
		padding: 7px 26px !important;
		border-radius: 15px !important;
		box-shadow: none;
	}
	.fixed-buy-box {
		padding: 5px 10px !important;		
	}
		
	.fixed-buy-box .me-auto {
		
	}
	
	.read-reviews {
        font-size: 12px;
    }
	
	.people-count {
		width: 41% !important;
		
	}
	
	.main-images-subcontainer {        
        flex-direction: column;
        flex-wrap: nowrap !important;
        align-items: center;
    }
	.main-image-container {
        width: 60%;            
        height: 210px;
    }
	.tabs-object-card {
		flex: 0 1 calc(100% - 8px);
	}

}

.video-play-button {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    border: 3px solid white;
    border-radius: 50%;
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 65px;
    z-index: 5;
}