/*
Theme Name: Erizo
Author: Erizo.pl
*/

:root {
	/* FONTS */
	--font-size-1: 66px;
	--font-size-2: 46px;
	--font-size-3: 36px;
	--font-size-4: 26px;
	--font-size-5: 22px;
	--font-size-6: 18px;
	--font-size-7: 16px;
	--font-size-8: 14px;
	--font-size-9: 12px;
	--font-size-10: 10px;

	/* FONT FAMILY */
	--primary-font-family: "Lato", sans-serif;

	/* COLORS */
	--main-bg-color: #01031a;
	--second-bg-color: #010212;
	--font-color: #fff;
	--primary-color: #02c5e5;
	--btn-bg-color: var(--primary-color);
	--btn-color: #fff;
	--svg-icons-color: var(--primary-color);
	--text-section-after: var(--primary-color);
	--banner-after: #00000052;
	--banner-bg-color: #f9f9f9;
	--banner-font-color: var(--font-color);
	--video-banner-after: #0000;
	--video-banner-font-color: #fff;
	--slick-dots-color: var(--primary-color);
	--slick-arrow-bg: var(--primary-color);
	--slick-arrow-color: #fff;
	--cta-bg-color: #2a9591;
	--contact-form-borders: #bfbfbf;
	--template-separator-color: var(--primary-color);
	--header-bg-color: #010212;
	--header-second-bg-color: #01031a;
	--header-color: #fff;
	--header-top-info-bg: var(--primary-color);
	--header-top-info-color: #fff;
	--footer-bg-color: #010212;
	--footer-color: #fff;

	--add-color-1: #7016f9;
	--add-color-2: #0c0f3b;

	/* ICONS COLOR FILTER */
	--icons-filter: none;

	/* BUTTON */
	--def-btn-font-size: 18px;
	--def-btn-padding: 17px 65px;

	/* PADDING */
	--small-padding: 60px;
	--big-padding: 120px;

	/* DESC */
	--desc-margin: 25px 0 0;

	/* BORDER RADIUS */
	--border-radius: 15px;

	/* SEPARATOR */
	--template-separator-height: 5px;

	/* HEADER */
	--header-padding: 15px 0;
	--logo-size: 300px;
	--logo-scrolled-size: 100px;
	--logo-mobile-size: 160px;
	--logo-scrolled-mobile: 80px;

	/* FOOTER LOGO */
	--footer-logo-size: 120px;
	--footer-mobile-logo-size: 120px;

	/* FW TYPES */
	--fw-type-1: 500;
	--fw-type-2: 600;
	--fw-type-3: 700;
	--fw-type-4: 700;
	--fw-type-5: 700;
}

section.main-cta .abs-img-bg {
	opacity: 20%;
	border-radius: var(--border-radius);
}
section.main-cta .line-btn a::after{
	background-color: #fff;
}

section.main-cta.cta-t2-v2 .cta-container-wrapper {
	background: linear-gradient(90deg, #00c3e3 0%, #7016f9 100%);
	position: relative;
	overflow: unset;
}
section.main-cta.cta-t2-v2 .cta-container-wrapper::before{
	position: absolute;
	z-index: -1;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
	filter: blur(40px);
	opacity: 0.5;
	content: "";
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
	transition: .5s;
}

section.main-cta * {
	color: #fff;
}

section.main-cta.cta-t1-v2.custom-cta-t1-v2.custom .cta-container-wrapper{
	background-color: #000;
}
section.main-cta.cta-t1-v2.custom-cta-t1-v2.custom .cta-container-wrapper .abs-img-bg{
	opacity: 50%;
}

section.icons-section-t1-v1 .icon-item .icon-img img{
	height: 90px;
}
section.banner-t2-v1 .abs-img-bg {
	width: 100%;
	opacity: 20%;
}
section.faq-section .faq-main .faq-list .item{
	background-color: var(--add-color-2);
}
.tmp-separator {
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
	max-width: 150px!important;
}
.def-btn a{
	z-index: 0;
	position: relative;
	display: inline-block;
	border: none;
	background: linear-gradient(90deg,rgba(2, 197, 229, 1) 0%, rgba(112, 22, 249, 1) 100%);
	transition: .3s;
}

.def-btn a::before{
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	filter: blur(40px);
	opacity: 0.4;
	content: "";
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
	transition: .5s;
}
.def-btn a:hover::before{
	opacity: 0.7;
}
.def-btn a:hover {
	color: inherit;
	border: none;
	transform: scale(1.03);
}
.def-btn a::after{
	position: absolute;
	z-index: -1;
	background-color: var(--main-bg-color);
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border-radius: var(--border-radius);
	content: "";
}
section.contact-form .e-form .er-submit-btn-wrapper input[type="submit"]{
	background-color: transparent;
	border: none;
}
section.contact-form .e-form .er-submit-btn-wrapper:hover{
	transform: scale(1.03);
}
section.contact-form .e-form .er-submit-btn-wrapper:hover input[type="submit"]{
	color: #fff;
	background-color: transparent;
	border: none;
}
section.contact-form .e-form .er-submit-btn-wrapper{
	position: relative;
	display: inline-block;
	border: none;
	background: linear-gradient(90deg,rgba(2, 197, 229, 1) 0%, rgba(112, 22, 249, 1) 100%);
	transition: .3s;
	z-index: 0;
	border-radius: var(--border-radius);
}
section.contact-form .e-form .er-submit-btn-wrapper::before{
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	filter: blur(40px);
	opacity: 0.4;
	content: "";
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
	transition: .5s;
}
section.contact-form .e-form .er-submit-btn-wrapper::after{
	position: absolute;
	z-index: -1;
	background-color: var(--main-bg-color);
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border-radius: var(--border-radius);
	content: "";
}
section.contact-form .e-form .er-submit-btn-wrapper:hover::before{
	opacity: 0.7;
}
section.contact-section-t1-v1 .contact-info-box{
	position: relative;
	z-index: 0;
}
section.contact-section-t1-v1 .contact-info-box::before{
	background-position: center;
	background-size: contain;
	background-image: url('./img/logo-min.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 15%;
	left: 10%;
	right: 10%;
	bottom: 15%;
	z-index: -1;
	content: "";
	opacity: 0.2;
	filter: blur(7px);
	animation: float 16s ease-in-out infinite;
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item .icon svg{
	fill: var(--add-color-1)
}
section.contact-form .e-form .text-input textarea{
	height: 150px;
}
header.main-header-section-v1 .desktop-nav .header-main-row .logo-column {
	min-width: 20%;
	width: 20%;
}
header.main-header-section-v1 .desktop-nav .header-main-row .menu-links-column{
	min-width: 80%;
	width: 80%;
}

header.main-header-section .header-top-info{
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
}
.erizo-cookie-icon{
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
}
section.contact-section-t1-v1 .map iframe{
	filter: none;
}
section.banner-main.er-new-banner .title-2{
	font-size: var(--font-size-1);
	text-transform: uppercase;
}
section.video-banner-main.er-new-banner .title-2{
	font-size: var(--font-size-1);
	text-transform: uppercase;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.menu-ticket-btn > a{
	z-index: 0;
	position: relative;
	display: inline-block;
	border: none;
	background: linear-gradient(90deg,rgba(2, 197, 229, 1) 0%, rgba(112, 22, 249, 1) 100%);
	transition: .3s;
	padding: 8px 10px;
	border-radius: 10px;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.menu-ticket-btn > a::before{
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	filter: blur(40px);
	opacity: 0.4;
	content: "";
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
	transition: .5s;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.menu-ticket-btn > a:hover::before{
	opacity: 0.7;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.menu-ticket-btn > a:hover {
	color: inherit;
	border: none;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.menu-ticket-btn > a::after{
	position: absolute;
	z-index: -1;
	background-color: var(--main-bg-color);
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border-radius: 3px;
	content: "";
	opacity: 100%;
	width: unset;
	height: unset;
	border-radius: 10px;
}
.disable-filter .icon-with-filter{
	filter: none;
}
section.reviews-section .wrapper{
	display: block;
}
section.reviews-section .wrapper .user-part{
	min-width: 100%;
	width: 100%;
	padding: 0;
	justify-content: center;
	margin: 0 0 30px;
}
section.reviews-section .wrapper .content-part{
	min-width: 100%;
	width: 100%;
	padding: 0;
}
section.reviews-section .reviews-desc{
	text-align: center;
}
section.reviews-section.reviews-bg .wrapper{
	background-color: var(--add-color-2);
}
.abs-el-wrapper{
	position: relative;
	z-index: 0;
}
.abs-el-wrapper .abs-el-1{
	position: absolute;
	bottom: 0;
	left: 2%;
	width: 300px;
	height: 300px;
	z-index: -1;
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
	filter: blur(50px);
	opacity: 0.5;
	animation: float 3s ease-in-out infinite;
}
.abs-el-wrapper .abs-el-2{
	position: absolute;
	bottom: 0;
	right: 2%;
	width: 200px;
	height: 200px;
	z-index: -1;
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
	filter: blur(50px);
	opacity: 0.5;
	animation: float 4s ease-in-out infinite;
}
.abs-el-wrapper .abs-el-3{
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 350px;
	height: 350px;
	z-index: -1;
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
	filter: blur(50px);
	opacity: 0.5;
	animation: float 4s ease-in-out infinite;
}
.abs-el-wrapper .abs-el-4{
	position: absolute;
	top: 15%;
	left: 3%;
	width: 150px;
	height: 150px;
	z-index: -1;
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
	filter: blur(50px);
	opacity: 0.5;
	animation: float 4s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-50px);
	}
	100% {
		transform: translatey(0px);
	}
}
section.text-section.text-section-t3-v1.text-section-bg{
	background-color: transparent;
}
footer{
	position: relative;
	z-index: 0;
}
footer::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('./img/grid.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 4%;
	z-index: -1;
	content: "";
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li>a::after{
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
}
.erizo-switch-ui input[type="checkbox"]{
	background-color: #333;
}
section.icons-section-t1-v1.icons-bg.custom-t1 .icon-item {
	background-color: var(--add-color-2);
}
section.icons-section-t1-v1.icons-bg.custom-t1 .icon-item:hover{
	transform: scale(1.02);
}
section.icons-section-t1-v1.custom-t1 .icon-item .title{
	text-transform: unset;
}
select.gt_selector{
	display: none;
} 
a.glink img{
	opacity: 1;
}
a.glink::after{
	display: none;
}

section.party-list .party-list-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -30px -15px 0;
}
section.party-list .party-list-row .item {
	min-width: 33.3333%;
	width: 33.3333%;
	padding: 0 15px;
	margin-top: 30px;
}
section.party-list .party-list-row .item .wrapper {
	min-height: 100%;
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
	z-index: 0;
}
section.party-list .party-list-row .item .wrapper .item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: .3s;
	z-index: -1;
}
section.party-list .party-list-row .item .wrapper:hover .item-img {
	transform: scale(1.05);
	opacity: 0.6;
}
section.party-list .party-list-row .item .wrapper .party-type {
	margin: 0;
	padding: 160px 15px;
	text-align: center;
}

.custom-table .desc table {
	width: 100%;
	border-collapse: separate;
	color: white;
	font-size:var(--font-size-7) ;
	border-spacing: 0 5px;
}
.desc table {
	width: 100%;
	border-collapse: collapse;
	color: white;
	font-size:var(--font-size-7) ;
}
.desc th, .desc td {
	border: 2px solid var(--main-bg-color);
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;

}
.custom-table .desc th, .custom-table .desc td{
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;
	border: none;
}
.desc tr {
	background-color: var(--add-color-1);
}
.desc table thead tr {
	background: linear-gradient(to right, var(--primary-color), #8b44ff);
}
.desc tr:first-child th {
	padding: 15px;
	border: 2px solid var(--main-bg-color);
}
.desc tr:last-child td{
	font-weight: bold;
}
.desc tbody tr:nth-child(odd) {
	background-color: #4c1d93;
}

section.icons-section.icons-section-t1-v1.custom-icons-section-t1-v1.custom .icons-row  .icon-item .title{
	color: #03c3e5;
}
section.icons-section-t1-v1.icons-bg .icon-item:hover {
	background-color: #fff0;
}
section.icons-section-t1-v1.icons-bg .icon-item {
	box-shadow: 0 1px 17px 0 rgba(255, 255, 255, 0.13);
}

.hide-separator .tmp-separator {
	display: none;
}
.desc img.aligncenter{
	margin: auto!important;
}


/* --------------------------------------------- */
/* VIDEO BANNER */
/* --------------------------------------------- */

section.video-banner-main{
	padding: 0;
}
section.video-banner-main .title-1, 
section.video-banner-main .title-2,
section.video-banner-main .desc,
section.video-banner-main .desc *{
	color: var(--video-banner-font-color);
}

section.video-banner-main .video-banner-slides .video-banner-wrapper {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 0;
}
section.video-banner-main.small-banner .video-banner-slides .video-banner-wrapper{
	min-height: 50vh;
}

section.video-banner-main .video-banner-slides .video-banner-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -2;
}

section.video-banner-main .banner-slides .video-banner-wrapper .video-banner-content {
	padding: var(--small-padding) 0;
}

section.video-banner-main .video-banner-slides .video-banner-wrapper::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	background: var(--video-banner-after);
}

section.video-banner-main.video-banner-t1-v1 {
	text-align: center;
}

section.video-banner-main .slick-dotted.slick-slider {
	margin-bottom: 0;
}

@media screen and (max-width: 991px){	
	section.video-banner-main .video-banner-slides .video-banner-wrapper .video-banner-content{
		padding: 75px 0;
	}
}
@media screen and (max-width: 767px) {
	section.video-banner-t1-v1 .video-banner-wrapper,
	section.video-banner-t1-v2 .video-banner-wrapper{
		min-height: 85vh!important;
	}
	section.video-banner-t1-v1.small-banner .video-banner-wrapper,
	section.video-banner-t1-v2.small-banner .video-banner-wrapper{
		min-height: 65vh!important;
	}
}

/* GLOBAL MEDIA */

@media screen and (max-width: 1499px) {
	:root {
		/* FONTS */
		--font-size-1: 64px;
		--font-size-2: 44px;
		--font-size-3: 34px;
		--font-size-4: 24px;
		--font-size-5: 20px;
		--font-size-6: 18px;
		--font-size-7: 16px;
		--font-size-8: 14px;
		--font-size-9: 12px;
		--font-size-10: 10px;

		/* BUTTON */
		--def-btn-font-size: 15px;
		--def-btn-padding: 17px 35px;

	}
	section.party-list .party-list-row .item .wrapper .party-type {
		padding: 120px 15px;
	}
}

@media screen and (max-width: 1199px) {
	:root {
		/* FONTS */
		--font-size-1: 60px;
		--font-size-2: 40px;
		--font-size-3: 30px;
		--font-size-4: 22px;
		--font-size-5: 18px;
		--font-size-6: 16px;
		--font-size-7: 14px;
		--font-size-8: 13px;
		--font-size-9: 12px;
		--font-size-10: 10px;
	}
	.def-btn a {
		padding: 14px 55px;
	}
	.mobile-menu-click-area {
		position: fixed;
		top: 0;
		left: 0;
		width: calc(100% - 350px);
		height: 100%;
		z-index: 9;
		opacity: 0;
		pointer-events: none;
	}

	.menu-links-box.opened ~ .mobile-menu-click-area {
		pointer-events: all;
	}
}
@media screen and (max-width: 991px) {
	:root {
		/* FONTS */
		--font-size-1: 54px;
		--font-size-2: 36px;
		--font-size-3: 28px;
		--font-size-4: 20px;

		/* BUTTON */
		--def-btn-font-size: 14px;

		/* PADDING */
		--small-padding: 60px;
		--big-padding: 120px;
	}
	body {
		font-size: var(--font-size-7);
	}
	section.party-list .party-list-row .item {
		min-width: 50%;
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	:root {
		/* FONTS */
		--font-size-1: 32px;
		--font-size-2: 32px;
		--font-size-3: 24px;

		/* PADDING */
		--small-padding: 50px;
		--big-padding: 100px;
	}
	section.party-list .party-list-row .item {
		min-width: 100%;
		width: 100%;
	}
	.desc {
		overflow: auto;
	}
	.desc table{
		font-size: var(--font-size-9);
	}
	.desc th, .desc td{
		padding: 8px;
	}
}