/* ----------------------------------------------------------------
	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;
	--bs-heading-color: inherit;
	--cnvs-line-height-base:	1.5;
  --cnvs-line-height-content:	1.65;
}

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);
}


p {
	font-family: var(--cnvs-primary-font) !important;
	line-height: 1.7;
  font-weight: 300;
  font-size: 1.5rem;
}

.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: 50px;
	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: #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;
	}
}

a { color: #FB4A4A; }
a:hover { color: #111; text-decoration: underline; }
.menu-item.current > .menu-link { color: #FB4A4A; }

.button.button-border:not(.button-fill):hover { background-color: #E2C65C !important; color: #222;}
.team-image img {
	-webkit-box-shadow: 8px 6px 24px -9px rgba(66, 68, 90, 1);
-moz-box-shadow: 8px 6px 24px -9px rgba(66, 68, 90, 1);
box-shadow: 8px 6px 24px -9px rgba(66, 68, 90, 1);
}

.menu-item .menu-link {
	padding: 0.75rem 0.45rem !important;
	border-radius: 50rem;
	transition: box-shadow .2s ease;
}

@media (min-width: 992px) {
    .menu-item:hover .menu-link {
        box-shadow: none;
        color: #111;
    }
}
 

	@media (max-width: 768px) {
    .card-body p, p.lead {
      font-size: 18px !important;			
    }
		.card-body {
      padding: 0.5rem !important; /* p-2 */
    }
  }