/*--------------------------------------------------
	Preloader
---------------------------------------------------*/

.percentage-wrapper .percentage{
color:#FAF1D0;	
}

/*--------------------------------------------------
	Typography
---------------------------------------------------*/
h4, h5, h6 {
margin-bottom:20px;
}
.small-bulleted li {
line-height: 26px;
color:currentColor;
margin-bottom:10px;
}
/*--------------------------------------------------
	Site Header
---------------------------------------------------*/

.header-solid-bg #header-container{
background-color: #151616!important
}
#clapat-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120px;
z-index: 1000;
pointer-events: none;
transform: translateY(0%);
transition: transform 0.3s ease;
}
.moz .classic-menu .clapat-nav li a span::after {
background: #e32028;
}
#clapat-logo img {
display: block;
width: auto;
height: 40px;
max-width: none;
}
@media (min-width: 1025px) {
.moz .classic-menu #clapat-nav-wrapper {
position: absolute;
right: auto;
left: 50%;
transform: translateX(-50%);
}
.moz .classic-menu .clapat-nav li a span {
			padding: 3px 20px 3px 0;
		}
}
@media only screen and (max-width: 1024px) {	
#header-button{
    display: none;
}		
}
/*--------------------------------------------------
	Header Hero
---------------------------------------------------*/

.hero-title > span {
display:block;
position:relative;
overflow: hidden;
margin: var(--title-span-margin);
margin-bottom:5px
}

.light-content .hero-title {
color:#FAF1D0;		
}
.no-pad-bot {
padding-bottom: 0!important;
}
.xsmall-pad-bot {
padding-bottom: 20px!important;
}
.xsmall-pad-top {
padding-top: 20px!important;
}
.xxsmall-pad-top {
padding-top: 10px!important;
}
.small-pad-bot {
padding-bottom: 50px!important;
}
.pad-right-small{
  padding-right: 50px!important;  
}
.hero-subtitle {
font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 479px) {	
#hero-caption {
margin: 10px auto 0;
}
.hero-title{
margin-bottom: 5px;
}		
}
@media only screen and (max-width: 767px) {	
.small-pad-bot-mob {
padding-bottom: 30px!important;
}
.small-pad-top-mob {
padding-top: 30px!important;
}		
}
/*--------------------------------------------------
	Video Intro
---------------------------------------------------*/

.content-row.top-gradient:before {
content: " ";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgb(21,22,22);
background: linear-gradient(0deg, rgba(21,22,22,0) 0%, rgba(21,22,22,0.5) 75%, rgba(21,22,22,1) 100%);
z-index:2;
opacity: 1
}

.club-logo-1{
width:300px;
position: absolute;
top:60px;
left:60px;
z-index:3;
}
.club-logo-2{
width:300px;
position: absolute;
top:60px;
right:60px;
z-index:3;
}
@media only screen and (max-width: 1024px) {	
.club-logo-1{
width:250px;
left:40px;
}
.club-logo-2{
width:250px;
right:40px;
}		
}
@media only screen and (max-width: 767px) {	
.club-logo-1{
width:200px;
left:40px;
}
.club-logo-2{
width:200px;
right:40px;
}		
}
@media only screen and (max-width: 575px) {	
.club-logo-1{
width:150px;
left:40px;
}
.club-logo-2{
width:150px;
right:40px;
}		
}
@media only screen and (max-width: 479px) {	
.club-logo-1{
width:150px;
left:20px;
top:-40px;
}
.club-logo-2{
width:150px;
right:20px;
top:-40px;
}
		
}
/*--------------------------------------------------
	Overlapping Slides
---------------------------------------------------*/

.overlapping-slide .item-caption .item-title {
overflow: hidden;
margin-bottom: 5px;
}

/*--------------------------------------------------
	Flex and custom Heights
---------------------------------------------------*/
.display-flex {
display: flex !important;
}
.display-flex.content-between .col_inner {
display: flex !important;
justify-content: space-between;
}

.align-items-center {
align-items: center !important;
}

.row_full_height.seventy{
height: calc(70 * var(--dvh, 1vh));
}
.content-between{
justify-content: space-between;
}
/*--------------------------------------------------
	cols, rows and Spacers
---------------------------------------------------*/
.medium {
		max-width:1200px;
		width:100%;
		margin:0 auto;
	}
.col_spacer_med {
position: relative;
display: block;
width: 100%;
height: 80px;
}
.col_spacer_sm{
position: relative;
display: block;
width: 100%;
height: 30px;
}
.row_two_thirds {
height: calc(66 * var(--dvh, 1vh));
}
.row_three_quarters {
height: calc(66 * var(--dvh, 1vh));
}
.row_four_fiths{
height: calc(80 * var(--dvh, 1vh));
}
.calendar-wrapper{
height: calc(100 * var(--dvh, 1vh));
}

.calendar-wrapper.resize{
height: auto;
}
@media only screen and (max-width: 1500px) {	
.col_spacer_med {
height: 60px;
}		
}

@media only screen and (max-width:1199px) {	
.col_spacer_med {
height: 40px;
}		
}

@media only screen and (max-width: 1199px) {
.col_spacer_med {
height: 40px;
}	
	
.one_full.tablet:not(.dont_break), 
.one_half.tablet:not(.dont_break), 
.one_third.tablet:not(.dont_break), 
.one_fourth.tablet:not(.dont_break), 
.one_fifth.tablet:not(.dont_break), 
.two_third.tablet:not(.dont_break), 
.two_fourth.tablet:not(.dont_break), 
.two_fifth.tablet:not(.dont_break), 
.three_fourth.tablet:not(.dont_break), 
.three_fifth.tablet:not(.dont_break), 
.four_fifth.tablet:not(.dont_break) {
width: 100%;
}	
}

@media only screen and (max-width:767px) {	
.col_spacer_med {
height: 0;
}
.col_spacer_sm {
height: 20px;
}		
}

.col_padding_top {
padding-top:120px;
}
	
.col_padding_bottom {
padding-bottom:120px;
}
.col_padding_bottom_sm{
padding-bottom:40px;
}	
.col_padding_left {
padding-left:80px;
}
	
.col_padding_right {
padding-right:80px;
}

.col_padding_bottom_mob {
padding-bottom:0;
}

@media only screen and (max-width: 1500px) {	
.col_padding_top {
padding-top:80px;
}
	
.col_padding_bottom {
padding-bottom:80px;
}
	
.col_padding_left {
padding-left:60px;
}
	
.col_padding_right {
padding-right:60px;
}		
}

@media only screen and (max-width: 1199px) {	
.col_padding_top {
padding-top:60px;
}
	
.col_padding_bottom {
padding-bottom:60px;
}
	
.col_padding_left {
padding-left:40px;
}
	
.col_padding_right {
padding-right:40px;
}		
}

@media only screen and (max-width: 991px) {	
.col_padding_top {
padding-top:40px;
}
	
.col_padding_bottom {
padding-bottom:40px;
}
	
.col_padding_left {
padding-left:0;
}
	
.col_padding_right {
padding-right:0;
}	
}
@media only screen and (max-width: 767px) {	
.col_padding_bottom_mob {
padding-bottom:40px;
}	
.not-mobile{
    display: none!important;
}
.zoom-wrapper-gallery li {
width: 100%;
max-width: 100%;
}
}
@media only screen and (max-width: 575px) {	
.display-flex.content-between.mobile-start .col_inner {
display: flex !important;
justify-content: start;
}
}
.gmap-holder{
	position: relative;
	width: 100%;
	height: 700px;
}

.light-content thead, .dark-section thead {
		background-color:transparent;
	}

/*--------------------------------------------------
	Widgets
---------------------------------------------------*/	

h2.fc-toolbar-title {
    position: relative;
    font-family: "inter", serif;
    color: currentColor;
    margin-bottom: 10px;
}
input.cyKNQO {
    height: 20px;;
}

.form-holder{
max-width: 800px;
margin: auto;
background: #fff;
padding: 50px;;
}
.form-group {
    margin-bottom: 28px;
}

label {
    display: block;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #888;
}

input, textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    font-size: 16px;
    background: transparent;
    transition: border-color 0.3s ease;
}

input:focus, textarea:focus {
    outline: none;
    border-bottom: 1px solid #000;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

.date-row {
    display: flex;
    gap: 40px;
}

.date-row .form-group {
    flex: 1;
}

button {
   padding: 12px 50px;
   margin-top: 30px;
   background: #151616;
   color: #FAF1D0;
   border: none;
   font-size:inherit;
	border-radius: 5px;
   cursor: pointer;
   height: 50px;
   transition: background 0.3s ease;
   border-radius: 5px;
}


button:hover {
    background: #333;
}

/* ===== Date Input Styling ===== */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #111;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0.5;
    cursor: pointer;
    filter: invert(0.4);
    transition: opacity 0.3s ease;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

input[type="date"]::-webkit-datetime-edit {
    padding: 0;
}

/* Number input */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* ===== Modal Styling ===== */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.modal-content {
    background: #FAF1D0;
    margin: 15% auto;
    padding: 30px;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
    transform: translateY(50px);
    transition: transform 0.4s ease;
}

.modal.show {
    display: block;
    opacity: 1;
}

.modal.show .modal-content {
    transform: translateY(0);
}

.close-btn {
    background: #000;
    color: #FAF1D0;
    border: none;
    padding: 12px 50px;
    margin-top: 20px;
    cursor: pointer;
    font-size:inherit;
	border-radius: 5px;
    transition: background 0.3s ease;
	height:50px;
}

.close-btn:hover {
    background: #333;
}

@media(max-width: 640px) {
    .container {
        padding: 40px 25px;
    }
    .date-row {
        flex-direction: column;
        gap: 0;
    }
}


.next-step-arrow{
width:140px;
height:140px;
position:absolute;
top:-70px;
left:50%;
transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
.next-step-arrow{
width:100px;
height:100px;
position:absolute;
top:-50px;
left:50%;
transform: translateX(-50%);
}

}
/* ===== Contact Page ===== */

.heading-3.disp_il{
    display: inline;
}
@media only screen and (max-width: 575px) {	
.no_mob {
display: none!important;
}
}

.clone-underline::before {
background: rgb(227, 32, 40);	
}

#success_page p, #success_page p strong {
		color:#000000;
		margin-top:20px;
	}

@media only screen and (max-width: 479px) {

	.clapat-footer-left {
		width: 20%;
	}

	.clapat-footer-center {
		width:60%;
	}

	.clapat-footer-right {
		width: 20%;
	}

	}	


   .gt_selector{
    background: transparent;
    color:#fff;
    border:none;
    font-size: 16px;
        line-height: 24px;
        padding: 5px 0 3px 0;
        display: block;
        width:95px;
           
   }




.hero-title.second {
		position:relative;		
		
		display: var(--caption-display);
		flex-direction: var(--caption-flex-direction);
		align-items: var(--caption-align-items-left);
		justify-content: var(--caption-justify-content);
		
		font-size: var(--subtitle-font-size);
  		line-height: var(--subtitle-line-height);
		font-weight: var(--subtitle-font-weight);
		letter-spacing: var(--subtitle-letter-spacing);
        color: #fff;
        font-family: "Inter", sans-serif;
		
	
	}


    li.gtranslate-link {
  position: relative; /* dropdown positions relative to parent */
  min-width: 95px;   /* adjust as needed */
}
.gtranslate_wrapper select {
  width: 100%;        /* make dropdown fill the li */
}


.percentage{
visibility: hidden;
}

@media only screen and (max-width: 1024px) {
.gtranslate_wrapper select {
  width: 95px;        /* make dropdown fill the li */
	margin:25px auto 0;
}
}