/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #e2c65c;
	--cnvs-themecolor-rgb: 226, 198, 92;
	--cnvs-primary-font: 'Raleway', sans-serif;
	--cnvs-secondary-font: 'Comfortaa', serif;
	--cnvs-menu-box-shadow: 0 0.7vw 1.4vw rgba(0, 0, 0, .1);
	--bs-body-bg: #F3F6F7;
	--cnvs-dotted-opacity: .7;
	--cnvs-dotted-top: 0;
	--cnvs-dotted-right: 0;
	--cnvs-dotted-left: auto;
	--cnvs-dotted-size: 190px;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--cnvs-heading-color);
  font-weight: var(--cnvs-headings-font-weight);
  line-height: var(--cnvs-line-height-base);
  margin: 0 0 30px 0;
  font-family: var(--cnvs-secondary-font);
}
#E2C65C



.dotted-bg {
	--cnvs-dotted-opacity: .7;
	--cnvs-dotted-top: 0;
	--cnvs-dotted-right: 0;
	--cnvs-dotted-left: auto;
	--cnvs-dotted-size: 190px

}

.dotted-bg.pos-left {
	--cnvs-dotted-right: auto;
	--cnvs-dotted-left: 0
}

.dotted-bg:before {
	content: "";
	position: absolute;
	display: block;
	top: var(--cnvs-dotted-top);
	left: var(--cnvs-dotted-left);
	right: var(--cnvs-dotted-right);
	width: var(--cnvs-dotted-size);
	height: var(--cnvs-dotted-size);
	background-size: 20px 20px;
	background-position: center;
	transform: translate(30px,-30px);
	background-image: radial-gradient(rgba(var(--cnvs-themecolor-rgb), var(--cnvs-dotted-opacity)) 25%, transparent 25%);
	z-index: auto
}

#header-wrap {

	background-color: rgba(255, 255, 255, 0.7);

}

.shape-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.shape-1 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 71px;
}

.shape-1 .shape-fill {
	fill: #FFFFFF;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
	.shape-1 svg {
			width: calc(100% + 1.3px);
			height: 69px;
	}
}

/** For mobile devices **/
@media (max-width: 767px) {
	.shape-1 svg {
			width: calc(100% + 1.3px);
			height: 56px;
	}
}
	.menu-link {
    font-weight: 500;
		font-family: "Raleway";
}



.swiper-tab-link {
	--swiper-tab-title: #AAA;
	--swiper-tab-content: ;
	counter-increment: step-counter;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 20px 0;
	cursor: pointer
}

.swiper-tab-link::before {
	content: "0" counter(step-counter)'.';
	position: relative;
	display: inline-block;
	font-size: 26px;
	font-weight: 600;
	min-width: 50px;
	margin-right: 5px;
	color: var(--swiper-tab-title);
	font-family: monospace;
	line-height: 1
}

.swiper-tab-link .swiper-tab-title {
	display: inline-block;
	color: var(--swiper-tab-title);
	margin-bottom: 0;
	font-size: calc(1.275rem + 0.3vw)
}

.swiper-tab-link .swiper-tab-content {
	margin-bottom: 0;
	padding-top: 10px;
	margin-left: 5px;
	line-height: 0;
	opacity: 0;
	vertical-align: middle;
	font-size: 1.1rem;
	transition: line-height .6s cubic-bezier(.4,0,.2,1),opacity .1s .1s cubic-bezier(.4,0,.2,1)
}

@media(min-width: 768px) {
	.swiper-tab-link .swiper-tab-content {
			margin-left:60px
	}
}

.swiper-tab-link.active .swiper-tab-content {
	opacity: .8;
	line-height: var(--cnvs-line-height-content);
	transition: line-height .5s cubic-bezier(.4,0,.2,1),opacity .15s .15s cubic-bezier(.4,0,.2,1)
}

.swiper-tab-link.active {
	--swiper-tab-title: #000
}


.custom-shape-divider-bottom-1725590150 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-bottom-1725590150 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 85px;
}

.custom-shape-divider-bottom-1725590150 .shape-fill {
	fill: #FFFFFF;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
	.custom-shape-divider-bottom-1725590150 svg {
			width: calc(100% + 1.3px);
			height: 48px;
	}
}

/** For mobile devices **/
@media (max-width: 767px) {
	.custom-shape-divider-bottom-1725590150 svg {
			width: calc(100% + 1.3px);
			height: 43px;
	}
}

.text-fill-effect {
	--cnvs-text-fill-placeholder: rgba(var(--cnvs-contrast-rgb), 0.1);
	--cnvs-text-fill-color: linear-gradient(to right, var(--cnvs-contrast-1000), var(--cnvs-contrast-1000));
	-webkit-text-fill-color: var(--cnvs-text-fill-placeholder);
	position: relative;
	background-image: var(--cnvs-text-fill-color);
	background-size: calc(var(--cnvs-scroll-start) * 100%) 100%;
	background-repeat: no-repeat;
}

.promo-thumb {
	background-size: 100%;
    border-radius: 50%;
    background-position: center top;
    border: 2px solid #e2c65c;
		width: 100px;
		height: 100px;
}


.audio-logos {
	--icon-size: 42px;
	width: var(--icon-size);
	height: var(--icon-size);
	line-height: calc(var(--icon-size) - 2px);
	text-align: center;
	border: 1px solid #eee;
	background-color: #fff;
	border-radius: 50%
}

.audio-logos img,.audio-logos i {
	width: calc(var(--icon-size)/2);
	height: calc(var(--icon-size)/2)
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border: none;
	background-color: rgba(var(--cnvs-themecolor-rgb), var(--bs-bg-opacity)) !important;
}

b, strong {
	font-weight: 600 !important;
}


.rek-countdown {
	margin-top: 2rem
}

.rek-countdown .countdown-section {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 300;
	border: 0;
	color: #e2c65c;
	margin-right:40px;
}

.rek-countdown .countdown-amount {
	font-size: 60px;
	margin-bottom: 5px;
	letter-spacing: -2px;
	font-weight: 700;
	color: #e2c65c;
}

@media(min-width: 768px) {
	.rek-countdown .countdown-section {
			font-size: 18px
	}

	.rek-countdown .countdown-amount {
			font-size: 85px;
			letter-spacing: -4px
	}
}

h1 > span:not(.nocolor):not(.badge), .h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), .h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), .h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), .h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), .h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge), .h6 > span:not(.nocolor):not(.badge) {
	color: #FB4A4A;
}

a, a:visited { color: #FB4A4A; }
a:hover { color: #111; text-decoration: underline; }


ol li, ul li {
	    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 5px;
    color: #555;
}
ol, ul { margin-left: 25px; }

.timeline {
	position: relative;
	padding: 20px 0;
}

/* Center the vertical line perfectly */
.timeline::before {
	content: '';
	position: absolute;
	width: 2px;
	background-color: #ddd;
	top: 0;
	bottom: 0;
	left: 35px; /* Adjusted to perfectly align the line with circles */
}

.timeline-step {
	position: relative;
	margin-bottom: 30px;
	padding-left: 70px; /* Increase padding to leave space for circles */
}

/* Circle with step number */
.timeline-step::before {
	content: attr(data-step);
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid;
	left: 15px; /* Center the circle relative to the line */
	top: -5px; /* Align the circle vertically with the headline */
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
}

/* Colors for each circle */
.timeline-step:nth-child(1)::before {
	border-color: #f5ba13;
	color: #f5ba13;
}

.timeline-step:nth-child(2)::before {
	border-color: #f5ba13;
	color: #f5ba13;
}

.timeline-step:nth-child(3)::before {
	border-color: #f5ba13;
	color: #f5ba13;
}

.timeline-step:nth-child(4)::before {
	border-color: #f5ba13;
	color: #f5ba13;
}

.timeline-step:nth-child(5)::before {
	border-color: #f5ba13;
	color: #f5ba13;
}

.step-title {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 5px;
	margin-left: 10px;
}

.step-text {
	color: #888;
	margin-left: 10px;
}

.block-contact-1,
		.block-contact-1 h1,
		.block-contact-1 h2,
		.block-contact-1 h3,
		.block-contact-1 h4,
		.block-contact-1 h5,
		.block-contact-1 h6,
		.block-contact-1 p,
		.block-contact-1 label,
		.block-contact-1 input {
			font-family: 'Inter', sans-serif;
		}

		.block-contact-1 .form-control {
			padding: 12px 2px;
			background-color: transparent !important;
			border-top-width: 0;
			border-right-width: 0;
			border-left-width: 0;
			border-bottom-width: 2px;
			border-radius: 0;
			font-weight: 500;
			font-size: 18px;
			border-bottom-color: #a4a4a6;
		}

		.block-contact-1 .form-control::-moz-placeholder {
			color: #999;
			font-weight: 400;
			font-size: 15px;
		}
		.block-contact-1 .form-control:-ms-input-placeholder {
			color: #999;
			font-weight: 400;
			font-size: 15px;
		}
		.block-contact-1 .form-control::-webkit-input-placeholder {
			color: #999;
			font-weight: 400;
			font-size: 15px;
		}

		.block-contact-1 textarea.form-control {
			resize: none;
			overflow: hidden;
			word-wrap: break-word;
		}

		.block-contact-1 label:not(.custom-control-label) {
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
			color: #222;
			margin-bottom: 3px;
			font-size: 17px;
		}

		.block-contact-1 .custom-control-label::before,
		.block-contact-1 .custom-control-label::after { top: 0.0875rem; }

		.block-contact-1 .form-control:active,
		.block-contact-1 .form-control:focus {
			border-color: #E2C65C;
		}

		.custom-control-input:checked ~ .custom-control-label::before {
			border-color: #E2C65C;
			background-color: #E2C65C;
		}

		.custom-control-input:focus ~ .custom-control-label::before {
			box-shadow: 0 0 0 0.2rem #E2C65C;
		}


		h1 > span:not(.nocolor):not(.badge), .h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), .h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), .h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), .h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), .h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge), .h6 > span:not(.nocolor):not(.badge) {
			color: #222;
			box-shadow: #fff 0 19px inset;
			background-color: #E2C65C;
		}
		
		h1 > span.gray:not(.nocolor):not(.badge), .h1 > span.gray:not(.nocolor):not(.badge), h2 > span.gray:not(.nocolor):not(.badge), .h2 > span.gray:not(.nocolor):not(.badge), h3 > span.gray:not(.nocolor):not(.badge), .h3 > span.gray:not(.nocolor):not(.badge), h4 > span.gray:not(.nocolor):not(.badge), .h4 > span.gray:not(.nocolor):not(.badge), h5 > span.gray:not(.nocolor):not(.badge), .h5 > span.gray:not(.nocolor):not(.badge), h6 > span.gray:not(.nocolor):not(.badge), .h6 > span.gray:not(.nocolor):not(.badge) {
			box-shadow: #F3F6F7 0 19px inset;
		}
		
		h1 > span.grayer:not(.nocolor):not(.badge), .h1 > span.grayer:not(.nocolor):not(.badge), h2 > span.grayer:not(.nocolor):not(.badge), .h2 > span.grayer:not(.nocolor):not(.badge), h3 > span.grayer:not(.nocolor):not(.badge), .h3 > span.grayer:not(.nocolor):not(.badge), h4 > span.grayer:not(.nocolor):not(.badge), .h4 > span.grayer:not(.nocolor):not(.badge), h5 > span.grayer:not(.nocolor):not(.badge), .h5 > span.grayer:not(.nocolor):not(.badge), h6 > span.grayer:not(.nocolor):not(.badge), .h6 > span.grayer:not(.nocolor):not(.badge) {
			box-shadow: #ECEFEF 0 19px inset;
		}
		
		@media (max-width: 767px) {
			h1 > span:not(.nocolor):not(.badge), .h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), .h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), .h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), .h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), .h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge), .h6 > span:not(.nocolor):not(.badge) {
				color: #222;
				box-shadow: #fff 0 14px inset;
				background-color: #E2C65C;
			}
			
			h1 > span.gray:not(.nocolor):not(.badge), .h1 > span.gray:not(.nocolor):not(.badge), h2 > span.gray:not(.nocolor):not(.badge), .h2 > span.gray:not(.nocolor):not(.badge), h3 > span.gray:not(.nocolor):not(.badge), .h3 > span.gray:not(.nocolor):not(.badge), h4 > span.gray:not(.nocolor):not(.badge), .h4 > span.gray:not(.nocolor):not(.badge), h5 > span.gray:not(.nocolor):not(.badge), .h5 > span.gray:not(.nocolor):not(.badge), h6 > span.gray:not(.nocolor):not(.badge), .h6 > span.gray:not(.nocolor):not(.badge) {
				box-shadow: #F3F6F7 0 14px inset;
			}
			
			h1 > span.grayer:not(.nocolor):not(.badge), .h1 > span.grayer:not(.nocolor):not(.badge), h2 > span.grayer:not(.nocolor):not(.badge), .h2 > span.grayer:not(.nocolor):not(.badge), h3 > span.grayer:not(.nocolor):not(.badge), .h3 > span.grayer:not(.nocolor):not(.badge), h4 > span.grayer:not(.nocolor):not(.badge), .h4 > span.grayer:not(.nocolor):not(.badge), h5 > span.grayer:not(.nocolor):not(.badge), .h5 > span.grayer:not(.nocolor):not(.badge), h6 > span.grayer:not(.nocolor):not(.badge), .h6 > span.grayer:not(.nocolor):not(.badge) {
				box-shadow: #ECEFEF 0 14px inset;
			}
		}

		.parsley-errors-list li{
			color: red;
			font-size: 13px;
			margin-top: 5px;
		}