@media (max-width: 1024px){
	/*Boat Page Start*/

	/*Time Slot*/
	.time-slot-ul{grid-template-columns: 1fr 1fr 1fr}
	/*Boat Page End*/

	/*Boat Page End*/

	/*Home Slider Start*/
	.section-home-slider{padding-top: 85px}
	/*.home-slider.owl-theme .item{height: 100vh}*/
	/*Home Slider End*/
}

@media (max-width: 800px){
	/*Home Slider Start*/

	/*.home-slider.owl-theme .item{height: 100vh}*/
	/*Home Slider End*/
}
@media (max-width:600px){
    /*Home Slider Start*/
    /*.home-slider.owl-theme .item{height: 30vh}*/
	.section-home-slider{padding-top: 85px;}
	.home-slider.owl-theme .owl-controls .owl-nav{margin-top: -10px}
	.home-slider.owl-theme .owl-controls .owl-nav .owl-prev{ margin-left: 20px;}
	.home-slider.owl-theme .owl-controls .owl-nav .owl-next{ margin-right: 20px;}
	.home-slider.owl-theme .owl-controls .owl-nav [class*=owl-]{ background-color: rgba(0,0,0,0.5);width: 20px;height: 20px;font-size: 14px;padding: 3px;line-height: 14px;}
	/*Home Slider End*/
	/*Section Home Banner Start*/
	.section-home-banner>.container>.row h1{font-size: 34px;margin-top: 60px;}
	.section-home-banner>.container>.row p{font-size: 20px}
	.coming-soon-count{padding: 0 20px}
	.countdown{width: 100%}
	.countdown .countdown-section h3{font-size: 30px}
	.countdown .countdown-section p{font-size: 14px}
	/*Section Home Banner End*/

	/*Section Formula Banner Start*/
	.city-paralax h1{font-size: 30px;}
	.countdown2{width: 100%}
	.countdown2 .countdown-section{width: 75px;height: 75px}
	.countdown2 .countdown-section h3{font-size: 26px}
	/*.countdown2 .countdown-section{margin: 0 10px}*/
	/*Section Formula Banner End*/

	/*Counter Section Start*/
	/*.counterup-paralax{height: 900px !important}*/
	/*.counterup-paralax {height: 650px!important;}*/
	.counterup-paralax .counter-value{font-size: 40px;}
	.counterup-paralax .icon-lg{width: 60px;height: 60px;line-height: 60px;font-size: 26px}
	/*Counter Section End*/


	/*Section Footer Start*/
	.sticky-container{position: static;width: 100%}
	.sticky-container ul{padding: 0;display: grid;grid-template-columns: 1fr 1fr;grid-column-gap: 10px;margin-bottom: 0}
	.sticky-container ul li{margin-bottom: 10px}
	/*Section Footer End*/

	/*Owl Theme Start*/
	.owl-theme .owl-controls .owl-nav .owl-prev{margin-left: -10px}
	.owl-theme .owl-controls .owl-nav .owl-next{margin-right: -10px}
	/*Owl Theme End*/

    /*Cart Modal Start*/
    #shoppingCartModal .modal-dialog{width: 100%}
    /*Cart Modal End*/

	/*Subscribe Modal Start*/
	#subscribeModal button.close{right: 0;top: -50px;}
	/*Subscribe Modal End*/

	/*Pckage Modal Start*/
	#packageModal button.close{right: 0;top: -50px;}
	/*Pckage Modal End*/


	/*Boat Page Start*/
	.table-package tr th {width: 120px;}

	/*Time Slot*/
	.time-slot-ul{grid-template-columns: 1fr 1fr 1fr}
	/*Boat Page End*/
}


@media(min-width: 600px){
	.modal-dialog{max-width: 100%;padding:0 60px}
	#shoppingCartModal .modal-dialog{padding:0;}

}
@media (min-width: 992px){
	.modal-dialog{max-width: 800px;padding: 0}
	#shoppingCartModal .modal-dialog{padding:0;}
}

/*
SPRITES
*/
.bg-Cenaturus_Logo_White {
    width: 203px; height: 52px;
	display: inline-block;
    background: url('/frontend/assets/img/sprites.webp') -500px -149px;
}

.text-video .h1 {
	color: white;
	font-size: 250%;
	font-weight: bold;
	margin-bottom: 0px;
}

.f1-ft-right {
	float: left;
	padding: 10px;
	min-height: 50px;
	height: 50px;
}
.f1-ft-left {
	float: left;
	line-height: 15px;
	padding-top: 8px;
	padding-bottom: 9px;
	min-height: 50px;
	height: 50px;
}

.text-video p.h2 {
	color: white;
	font-size: 200%;
	font-weight: bold;
}

.text-video p {
	color: white;
	font-size: 155%;
	/*font-weight: bold;*/
}
.shared-tour-yacht-cards {
	display: flex;    
	gap: 20px; 
	justify-content: space-between;
}
.shared-tour-yacht-cards .shared-tour-yacht-card {
	flex: 1;
	flex-grow: 1;
    flex-basis: 0;
}
.text-video-new {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-video-new p {
	color: white;
}
.text-video-new a {
	background-color: #0D2343 !important;
    color: #E1BA4D !important;
	border-radius: 10px;
    text-transform: uppercase;
    margin-top: 5%;
	padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
	font-weight: bold;
}
.countdown-box span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
}
span.big-n {
	font-size: 5rem;
	font-weight: bold;
	font-size: 7rem;
	font-weight: bold;
	line-height: 6rem;
}
.premium-drinks-heading {
	width: 50%;
}
.shared-tours-video h1 {
	color: white;
}
#shared_offers_popup .modal-dialog, #p30p_offers_popup .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    height: 100vh; /* Full viewport height */
    margin: 0 auto;
}
#shared_offers_popup .modal-content, #p30p_offers_popup .modal-content {
    margin: auto;
}
#shared_offers_popup .modal-body, #p30p_offers_popup .modal-body {
	padding: 0px;
}
#shared_offers_popup .btn-close, #p30p_offers_popup .btn-close {
    position: absolute;
    right: 1%;
    top: 1%;
    background: white;
    border: none;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
}

#seasonal-tours .container.headtitle {
	margin-top: 40px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
#seasonal-tours #fareharbor-calendar {
	width: 50%; 
	height: auto;
	margin:0 auto;
}
#seasonal-tours .heading-section {
	width: 50%;
}

@media only screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav .owl-prev{
        margin-left: 0;
    }
	.text-video p.h1 {
		color: white !important;
    	font-size: 1.2rem;
	}
	.text-video.f1 p.h1, .text-video.f1 p.h2 {
		color: black !important;
	}
	.bottom-text {
		padding: 20px;
	}
	f1.experience-single-item {
		height: auto;
	}
	.feature-div {
		display: flex;
        justify-content: initial;
        align-items: center;
		padding: 10px;
	}
	.f1-ft-right {
		height: auto;
	}
	.f1-ft-left {
		height: auto;
		min-height: auto;
	}
	.f1-ft-right img {
		width: 40px;
	}
	.f1-unique .f1-ft-right img {
		width: auto;
	}
	a.hb-block-sm {
		width: 100%;
		text-align: center;
	}
	.border-butn {
		text-align: left !important;
		margin-bottom: 15px !important;
	}
	.text-video {
		width: 100%;
	}
	.f1.text-video {
		width: auto;
	}
	.shadow-h {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.text-video p.h2 {
		font-size: 18px;
	}
	.nye.text-video {
		position: inherit;
		top: 0%;
		left: 0%;
		/* margin: 10%; */
		background: #0D2343;
		padding: 20px;
		/* padding-bottom: 20px; */
		transform: none;
	}
	.shared-tour-yacht-cards {
		flex-direction: column;;
	}
	.text-video-new {
		position: inherit;
		top: 0;
		left: 0;
		transform: none;
		margin-top: 40px;
	}
	.text-video-new p {
		color: #154283;;
	}
	.show-on-sm {
		display:block !important;
	}
	.hide-on-sm {
		display:none !important;
	}
	.f1-modal .modal-dialog.modal-dialog-centered.modal-lg {
		width: auto !important;
		/* width: 100% !important; */
	}
	.countdown-container {
		flex-wrap: wrap;
	}
	.countdown-container .countdown-box {
		min-width: auto;
		width: auto;
		min-width: 120px;
        width: 120px;
	}
	span.big-n {
		font-weight: bold;
		font-size: 4rem;
		font-weight: bold;
		line-height: 6rem;
	}
	.premium-drinks-heading {
		width: 100%;
	}
	.shared-tours-video h1 {
		color: #154283;
		padding-bottom: 20px;
	}
	#shared_offers_popup .modal-dialog, #p30p_offers_popup .modal-dialog {
		width: 90%;
	}
	#shared_offers_popup, #p30p_offers_popup {
		padding-right: 0px !important;
	}

	#seasonal-tours .container.headtitle {
		flex-direction: column;
		margin-top: 0px;
	}
	#seasonal-tours #fareharbor-calendar {
		width: 100%; 
	}
	#seasonal-tours .heading-section {
		width: 100%;
	}
	.hidden-xs {
		display: none;
	}
}

/* ----------- Small Devices (576px to 768px) ----------- */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    /* Styles for portrait tablets and small phones */

    /* Add your custom styles for small devices here */
    .owl-theme .owl-controls .owl-nav .owl-prev{
        margin-left: 0;
    }

	.feature-div {
		display: flex;
        justify-content: initial;
        align-items: center;
		padding: 10px;
	}
	.f1-ft-right {
		height: auto;
		min-height: auto;
	}
	.f1-ft-left {
		height: auto;
		min-height: auto;
	}
}

/* ----------- Medium Devices (768px to 992px) ----------- */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* Styles for tablets */

    /* Add your custom styles for tablets here */
	.text-video p.h1 {
		color: white !important;
    	font-size: 1.2rem;
	}
	.navbar-below .custom-nav .nav-link {
		text-align: left;
	}
	.navbar-below .custom-nav .nav-link {
		margin-left: 20px !important;
	}
	.text-video.f1 p.h1, .text-video.f1 p.h2 {
		color: black !important;
	}
	.feature-div {
		display: flex;
        justify-content: initial;
        align-items: center;
		padding: 10px;
	}
	.f1-ft-right {
		height: auto;
	}
	.f1-ft-left {
		height: auto;
	}
	#shared_offers_popup .modal-dialog, #p30p_offers_popup .modal-dialog {
		width: 90%;
	}
	#shared_offers_popup, #p30p_offers_popup {
		padding-right: 0px !important;
	}
}

/* ----------- Large Devices (992px to 1200px) ----------- */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* Styles for small desktops */

    /* Add your custom styles for small desktops here */
}

/* ----------- Extra Large Devices (1200px and up) ----------- */
@media only screen and (min-width: 1200px) {
    /* Styles for large desktops or larger screens */

    /* Add your custom styles for large desktops here */
}



.filter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Adjust the spacing between the links */
    max-width: 600px;
    margin: 0 auto;
    flex-wrap: nowrap; /* Ensures it stays in a single row */
}

.filter-btn {
    text-align: center;
    font-size: 1.0rem; /* Adjust the size based on your design */
    text-decoration: none;
}

.filter-btn.active {
    font-weight: bold;
    font-size: 1.1rem; /* For the active button, increase the size */
}
a.footer-tel {
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
}
.footer-sm-text {
    padding-top: 4px;
    padding-bottom: 4px;
}
.footer-heading {
	color: white;
    font-size: 1.1rem;
    font-weight: bold;
}
.f10 {
	font-size: 10px;
}
.f18 {
	font-size: 18px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f24 {
	font-size: 24px;
}
.text-white {
	color: white;
}
.text-yellow-primary {
	color: #e1b94e;
}
.text-blue-primary {
	color: #0e2243;
}
.text-blue-secondary {
    color: #154283;
}
.text-blue-secondary2 {
    color: #052b62;
}
/* .text-black-primary {
	color:#0D2343;
} */
.text-black {
	color: black;
}
.text-red {
	color: #C01010;
}
.bg-yellow-primary {
	background-color: #e1b94e;
}
.bg-blue-secondary {
	background-color: #154283;
}
.bg-blue-primary {
	background-color: #0e2243;
}
.yellow-solid-button-big {
	padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
	background-color: #e1b94e;
	color: #0e2243;
}
.block-center {
	display: block;
    margin: 0 auto;
}
.letter-spacing-0 {
	letter-spacing: 0px !important;
}
.my-30 {
	margin-bottom: 30px;
    margin-top: 30px;
}
.p-0 {
	padding: 0px;
}
.font-bold {
	font-weight: bold;
}
.font-light {
	font-weight: lighter;
}
