h2{
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 20px;
	letter-spacing: -1.6px;
}
h1{
	font-weight: 700;
	letter-spacing: -1.6px;
}
.section-hero{
	background-color: #090D10;
	background-image: url('../img/bg-cup.jpg');
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: bottom right;
	/*height: 100vh;*/
}
.section-lighthouse{
	background-color: #000;
	background-image: url('../img/lighthouse-3d.png');
	background-size: contain; 
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100vh;
	min-height: 680px;
	max-height: 960px;
}
.section-hero.bottom{
	background-image: url('../img/bg-bottom.jpg');
	position: relative;
}
.section-hero.bottom:before{
	content: ' ';
	background: rgba(0,0,0,0.4);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section-hero p{
	color:white !important;
}
.section-subhero{
	padding-top: 210px !important;
	background: #FAFAFA;
	padding-bottom: 80px;
}
.section-subhero h2{
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 20px;

}
.section-subhero p{
	margin-bottom: 30px;
}
.section-hero .computer-img{
	margin-bottom: -300px !important;
}
.section-features{
	background: #FCFCFC !important;
	padding-bottom: 80px;
}
.overlay-darkblue:before{
	background-color: #1B2233 !important;
}
.section-feature{

}
.section-whatyouget h5{
	font-weight: 400;
}
.section-whatyouget .item{
	position: relative;
	padding-left: 30px;
}
.section-whatyouget .item:before{
	content: ' ';
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/icon/icon-check2.png') no-repeat;
	background-size: 100%;
	position: absolute;
	top: -6px;
	left: -12px;
}
.section-guarantee p{
	font-size: 16px;
}

.eos-title{
	font-size: 2.4rem !important;
	font-weight: 300 !important;
}
.text-secondary{
	color: rgba(47,45,60,0.65) !important;/*#2F2D3C*/;
	font-weight: 300;
}
.text-info{
	color: #F15722 !important;
}
.text-small{
	font-size: 13px;
}
.orange-txt{
	color: #F15722;
}
.text-white{
	color: white !important;
}
.bg-pastel-orange{
	background: rgba(241,87,34,0.07);
}
.bg-yellow{
	background-color: #2079EC;
}
.border-bt{
	border-bottom: 1px solid #eee;
}


.btn.btn-success{
	color: #1A1D25;
	background-color:#BEF719;
	border-color: #BEF719;
	position: relative;
	padding: 8px 40px 8px 40px;
	letter-spacing: -0.5px;
	cursor: pointer;
	font-weight: 600;

}
.btn.btn-success:hover{
	background-color: #0D72F4;
}
/*
.btn.rounded-pill:after{

	cursor: pointer;
	content: ' ';
	background: url('../img/icon/icon-arrow.png') no-repeat;
	background-size: 100%;
	display: block;
	width:20px;
	height: 20px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px;
}
.btn.btn-outline-success:after{
	background: url('../img/icon/icon-arrow-orange.png') no-repeat;
	background-size: 100%;
}

.btn.btn-outline-success:hover:after{
	background: url('../img/icon/icon-arrow.png') no-repeat;
	background-size: 100%;
}

*/
.navbar-nav .nav-item .nav-link,
.navbar-nav .nav-item .nav-span{
	line-height: 44px;
	position: relative;
	margin-top: -8px;
}

.navbar-nav .nav-item .nav-link::after,
.navbar-nav .nav-item .nav-span::after{
	content: ' ';
	background: #2079EC;
	width: 0%;
	height: 3px;
	display: block;
	margin-top: -8px;
	transition: all 0.2s ease-out;
}

.navbar-nav .nav-item .nav-link:hover::after{
	content: ' ';
	background: #2079EC;
	width: 100%;
	height: 3px;
	display: block;
	margin-top: -8px;

}

.txt-caption{
	font-size: 13px;
}

.computer-img-b{
	position: absolute;
	margin-left: -14%;
	margin-top: -8%;
	width: 120% !important;
}
.title-price-table{
	font-weight: 300;
	font-size: 1.2rem;
}
.price-table{
	font-weight: 400;
	font-size: 2.2rem;
	margin-bottom: 0;
}

.hide-xl{
	display: none;
}

.footer-text-b{
	font-size: 1rem !important;
}

.contact-bubble{
	display: none;
}

@media (max-width: 990px) {

	.section-feature.reverse-xs{
		display: flex;
    	flex-direction: column-reverse;
	}
	.img-bg-feature{
		height: 450px !important;
	}
	.center-content h2{

    font-size: 35px !important;
	}

	#logo-img{
		width:100px!important;
	}
	/* .modal-content {
		width: 80%!important;
	  } */

	  .players-info {
		flex-direction: column;
	  }

	  .player-data {
		width: 100% !important;
		justify-content: start;
		align-items: center;
		border-bottom: 1px solid #383a3b;
		border-top: 1px solid #383a3b;
	  }
}

#logo-img{
	width:120px;
}

@media (min-width: 750px) {
	.contact-list-modal{
		display: none;
	}
}
@media (max-width: 750px) {
	.section-hero{
		padding-top: 140px !important;
		padding-bottom: 60px !important;
		background-position: left;
	}
	.section-lighthouse{
		padding-top: 140px !important;
	}
	.section-hero .computer-img {
	    margin-bottom: -180px !important;
	}
	.section-subhero {
	    padding-top: 110px !important;
	    background: #FAFAFA;
	    padding-bottom: 80px;
	}
	.section-feature .text-content {
	    padding-right: 3rem !important;
	    padding-left: 3rem !important;
	}
	.section-whatyouget .item{

    	padding-left: 60px;
	}
	.section-whatyouget .item::before{
		left: 15px;
		top: -2px;
	}
	.section-hero, .section-subhero, .section-features, .section-aboutos, .section-howto, .section-whatyouget{

    	padding-left: 1.7rem !important;
    	padding-right: 1.7rem !important;
	}
	.hide-xs{
		display: none;
	}
	.hide-xl{
		display: block;
	}
	.img-bg-feature{
		height: 300px !important;
	}

	.computer-img-b{
		position: absolute;
		margin-left: 0;
		margin-top: 20px !important;
		width: 100% !important;
		left: 0;
		top: 0;
	}
	.apps-section{
		flex-direction: column-reverse;
	}

	.navbar-nav .nav-item .nav-link,
	.navbar-nav .nav-item .nav-span {
    	margin-left: 20px;
	}
	.footer-text-b{
    	font-size: 1rem !important;
	}
	.contact-bubble{
		display: block;
		width: 60px;
		height: 60px;

		background: url('../img/icon/send-white.png') no-repeat center;	
		background-size: 60%;
		background-color: #F15722;
		position: fixed;
		bottom: 15px;
		right: 15px;
		border-radius: 100px;
	}
	.contact-list-modal{

		position: fixed;
		width: 100%;
		height: 100%;
		background: white;
		top: 0;
		left: 0;
		padding-top: 40px;

		z-index: 9999;
	}
	.contact-list-modal a{
		display: block;
		width: 80%;
		border: 1px solid #ccc;
		border-radius: 6px;
		padding: 24px;
		margin: 20px auto;
		color: #555;
		text-align: center;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);

	}
	.contact-list-modal .close-contact-modal{

		background: url('../img/icon/icon-close.png') no-repeat center;	
		background-size: 30%;
		display: block;
		width: 60px;
		height: 60px;
		background-color: #F15722;
		bottom: 15px;
		right: 15px;
		border-radius: 100px;
		position: fixed;
	}
	
}


.bg-fixed-light{
	background-image: url('../img/generic/bg-02.jpg'); 
    background-attachment: fixed;
  }

  .card.bg-light,.item.bg-light{
  	background: rgb(207 210 215 / 12%) !important;
  }

.bg-dark-overlay{

  background: rgba(34, 37, 44, 0.1);
}
.icon-circle{
	overflow: hidden;
}
.icon-circle img{
	width: 100%;
}

.logo-team img{
	height: 30px;
	margin-right: 5px;
}

 .section-hero .subtitle-txt{
	color: rgba(255, 255, 255, 0.7) !important;
}

.section-hero.subhero{
	height: 100vh !important;
	min-height: 380px !important;
}
.section-hero .container{
	position: relative;
	height: 100%;
}
.section-hero .subtitle-container{
	position: absolute;
	bottom: 120px;
	max-width: 300px;
}

.subhero #bgvid {
  height: 380px;
  min-height: 380px;
  max-height: 960px;
}

.navbar{
	position: fixed;
}
.navbar{
	padding-top: 0.5rem;
}
.navbar.fixed-navbar{
	background-color: #1A1D25 !important;
	padding-top: .5rem;
	padding-bottom: .5rem;
	transition: all 0.3s ease-out;
}

.center-content{
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-top: 60px;
}
.center-content h2{
	margin-top: 30px;
	font-size: 50px;
	font-weight: 700;
}
.center-content p{
	color: rgba(255,255,255,0.7) !important;

}


.yellow-line:before{
  content: ' ';
  display: block;
  background-color: #2079EC;
  width: 40px;
  height: 5px;
  margin-bottom: 5px;
}

.center-content a{
	margin-top: 30px;
}
.modal-logo {
	width: auto;
}
.modal-logo img {
	height: auto;
}
.footer-lighthouse {
	padding-top: 2.25rem!important;
	padding-bottom: 2.25rem!important;
}
.fs-15 {
	font-size: 15px!important;
}.fs-14 {
	font-size: 14px!important;
}
.footer-text {
	color: #fff!important;
}
.lighthouse-footer {
	right: 5%;
	position: absolute;
	bottom: 4%;
}
.footer-dark{
	border-top: 1px solid #ffffff4f;
}
.btn.btn-log-in{
	color: #2079EC;
	background-color: #00000000;
	border-color: #ffffff;
	position: relative;
	padding: 8px 40px 8px 40px;
	letter-spacing: -0.5px;
	cursor: pointer;
	font-weight: 600;
	margin-left: 6%;
}
.modal-content{
	background-color: #1B1B20 !important;
	color: #6a6a6a;
}
.modal-title {
	color: #fff !important;;
}
.modal-header{
	border-bottom: none!important;
}
.modal-footer{
	border-top: none!important;
}
.btn-blue{
	background-color: #18A0FB;
	border-radius: 1.5rem;
	padding: 8px 40px;
	color: #fff;
}
.btn-green {
	background-color: #CBDB2C;
	border-radius: 1.5rem;
	padding: 8px 40px;
	color: #000;
  }
input.form-control,
select.form-control{
	color: #1c1b1be5;
	padding: 8px 10px;
	border-radius: 6px;
	border: 1px solid #ffffff57 !important;
	margin-top: 2px;
}
.color-gray-dark{
	color: #808191!important;
	font-size: 14px;
}
.modal-content{
	border-radius: 16px!important;
}
.bg-dark-waitlist{
	background-color: #000;
	background-image: url('../img/bg-padel.png');
	background-size: cover; 
	align-content: center;
  	display: grid;
}
@media (max-width: 576px) {
	.modal-logo {
		width: auto;
	}
}
@media screen and (max-width: 800px) {
	.bg-dark-waitlist{
		height: 100vh;
	}
}
.fs-16{
	font-size: 16px!important;
}
.select-wrapper {
    position: relative;
}
.chevron-down {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px; /* Adjust the width as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; /* Prevent the chevron from blocking select clicks */
}

.min-height-vh{
	min-height: calc(100vh - 100px);
}

.bg-black {
  background-color: #0a0a0a !important;
}

.btn.btn-ghost{
	border: 1px solid #EEE;
	background: transparent;
	color: #EEE;
	border-radius: 100px;
	padding: 8px 20px;
}

.btn.btn-ghost.black{
	border: 1px solid #141414;
	color: #141414;
}

.resumator-job{
	padding: 60px 40px !important; 
	background: rgb(207 210 215 / 12%) !important;
	margin-bottom: 30px;
}
.resumator-jobs-text{
	font-family: 'Barlow', sans-serif !important;
}
.resumator-job-title{
	font-size: 1.25rem !important;
	font-weight: 600 !important;
	margin: 0 !important;
	border-top: 0 !important;
}
.resumator-job-view-details {
	
	margin-top: 50px !important;
}
.resumator-job-info{
	color: rgba(47,45,60,0.65) !important;
	font-size: 1rem !important;
}
.resumator-job-location.resumator-job-heading{
	display: none !important;
}
a.resumator-job-link{
	color: #1A1D25 !important;
    background-color: #2079EC !important;
    border-color: #FFD422  !important;
    position: relative !important;
    padding: 10px 30px 10px 30px !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    border-radius: 0.3rem  !important;
    text-transform: uppercase;
    

}.m-p10{
	margin-top: 10%;
}.mt-p5{
	margin-top: 5%;
}.ml-p25{
	margin-left: 25%;
}.fs-26{
	font-size: 26px;
}.overflow-hidden{
	overflow: hidden!important;
}.blue-text{
	color:#2079EC!important;
}
.logos-cup{
	display: flex;        /* Enables flexbox layout */
    justify-content: center; /* Centers content horizontally */
    align-items: center;  /* Centers content vertically */
    height: 100%; 
	padding-top: 5%;
}
@media (max-width: 752px) {
	.logos-cup{
		padding-top: 15%;
	}.mmt-p5{
		margin-top: 5%;
	}
	.btn-mobile{
		font-size: 15px !important;
		padding: 8px 15px 8px 15px !important;
	}
}
.order-here-btn {
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index:3;
}
a.mybutton {
	width: 50px;
	height: 50px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	letter-spacing: 1.5px;
	font-weight: 500;
	color: #ffffff;
	background: #2079EC;
	border: none;
	border-radius: 50%;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 12px 16px;
	display: inline-block;
	text-align: center;
	}
  
  a.mybutton:hover, 
  a.mybutton:focus {
	color: #ffffff;
	transform: translateY(-6px);
	border: 1px solid #bef719;
  }
  
  a.mybutton:hover::before,
  a.mybutton:focus::before {
	opacity: 1;
  }
  .display-grid {
	display: grid;
  }
  .fs-18 {
	font-size: 18px;
  }
  .hidden {
	display: none!important;
  }.ptt-10{
	padding-top: 10px;
  }#player-2-phone::placeholder{
	color: rgba(186, 186, 186, 0.71);
  }.navbar-light .navbar-nav .nav-link{
	color:#fff;
  }
 .navbar-light.navbar-toggled .navbar-nav .nav-link {
	color: #000!important;
  }
  .text-purple{
	text-transform: capitalize!important;
  }.w-50 {
	width: 50%!important;
  }div.nav-link{
	cursor: pointer!important;
  }
  /* Modal styles */
.modal {
	display: none; /* Hide the modal by default */
	position: fixed;
	z-index: 2000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  }

  #modal-message{
	z-index: 10000;
  }
  
  /* Modal content */
  /* .modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
	color: #aaa;
  }*/
  
  /* Close button */
  .close {
	color: #aaa;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: rgb(54, 54, 54);
	text-decoration: none;
	cursor: pointer;
  }
  a.groups{
	color:#2079EC!important;
  }a.groups:hover{
	color: #fff!important;
  }.pdf-container {
	width: 100%;
	height: 500px;
	border: 1px solid #ccc;
}
#partner-list {
	display: none; /* Initially hidden */
	position: absolute;
	top: calc(100%); /* Adjusted to add a small gap below the input */
	left: 0;
	width: 100%; /* Match the width of the parent container */
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #ccc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	z-index: 10; /* Ensure it appears above other elements */
	list-style: none;
	padding-left: initial;
  }

  #player-2-div {
	position: relative; /* Ensure the dropdown is positioned relative to this container */
  }
  
  #partner-list li {
	padding: 8px 12px;
	cursor: pointer;
  }
  
  #partner-list li:hover {
	background-color: #f1f1f1;
  }


.p-category {
	color: #49DC2C;
}

.players-info {
	display: flex;
	justify-content: center;
}

.players-info-border {
	border-top: 1px solid #383a3b;
	border-bottom: 1px solid #383a3b;
}

.player-data {
	width: 50%;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: column;
	gap: 0px;
}

.player-label {
	margin-top: 0.7em;
	color: white;
	font-size: 0.75em;
}

.player-name {
	color: white;
	font-size: 1.2em;
	margin: 0;
	margin-top: -0.2em;
	text-align: center;
}

.player-payed {
	margin-top: -0.3em;
	margin-bottom: 0.5em;
}

	@media (max-width: 576px) {
		#modalRegisterForm .modal-dialog {
			max-height: 75vh;
			display: flex;
			flex-direction: column;
			justify-content: center;
			overflow-y: auto;
			margin: 1rem;
		}
		
		#modalRegisterForm .modal-content {
			max-height: 90vh; /* Adjust as needed */
			overflow-y: auto;
		}
		
		#modalRegisterForm .modal-logo {
			display: flex;
			justify-content: center;
			margin-bottom: 1rem;
		}
	}
	.modal-m-footer{
		margin: 1rem;
		justify-content: flex-end;
  		display: flex;
	}
	.close{
		background-color: transparent;
  		border: none;
	}
	.textarea-container {
		position: relative;
		width: 100%;
	}
	
	#categoryChangeMotive {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		outline: none;
		border-radius: 8px;
		border: none;
		background-color: #292931;
  		color: #686868;
	}
	#categoryChangeMotive:focus {
		border: 2px solid #cbdb2c; /* Change border color on focus */
		outline: none; /* Remove default outline */
	}
	
	#charCount {
		position: absolute;
		bottom: 10px;
		right: 10px;
		font-size: 14px;
		color: #686868;
	}

	.txt-capitalize{
		text-transform: capitalize!important;
	}
	.span-link{
		cursor: pointer;
	}
	.fw-600{
		font-weight: 600!important;
	}
	#flyer-img{
		width: 100%;
	}

.category-item {
	cursor: pointer;
	border-radius: 20px;
	border: 1px solid #383a3b;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.category-item:hover {
	background-color: #383a3b;
}

.p-category-i {
	color: #CBDB2C;
	margin: 0;
}