@font-face {
    font-family: 'Lexend-Black'; 
    src: url('fonts/Lexend-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lexend-Bold'; 
    src: url('fonts/Lexend-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lexend-ExtraLight'; 
    src: url('fonts/Lexend-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lexend-Regular'; 
    src: url('fonts/Lexend-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	transition: all 0.9s ease-in-out !Important;
    font-family: 'Lexend-Regular', sans-serif !important;	
	color: #2C2A52;
	text-align: justify !Important;
}
h1
{
	font-family: 'Lexend-ExtraLight', sans-serif !important;
	font-size: 65px;	
}
h2
{
	font-size: 55px;	
}
h2,h3,h4,h5{
	font-family: 'Lexend-Regular', sans-serif !important;
	line-height: 45px;
}
p{text-align: justify !Important;}
.rounded_line{
	border-radius: 20px;
}
.headline_decor{
	height: 65px;
	filter: invert(40%) sepia(38%) saturate(1381%) hue-rotate(209deg) brightness(83%) contrast(88%);
}
.list {
	list-style: none;
}
.list li {
	position: relative;
	margin-bottom: 15px;
}
.list li:nth-child(odd)::before {
	content: '•';
	color: #5c59c2;
	font-size: 80px;
	position: absolute;
	left: -40px;
	top: -48px;
}
.list li:nth-child(even)::before {
	content: '•';
	color: #99d2cb;
	font-size: 80px;
	position: absolute;
	left: -40px;
	top: -48px;
}
.thin-txt{
	font-family: 'Lexend-ExtraLight', sans-serif !important;
}
.bold-txt{
	font-family: 'Lexend-bold', sans-serif !important;
}
.turquoise_bg{background:	#99d2cb !important;}
.purple_bg{background:	#5c59c2 !important;}
.gray_bg{background:	#898989 !important;}
.white_bg{background:	#fff !important;}
.turquoise_color{color:	#99d2cb !important;}
.purple_color{color:	#5c59c2 !important;}
.gray_color{color:	#898989 !important;}
.white_color{color:	#fff !important;}
.default_color{color: #2C2A52;}
.rounded_box{
	border-radius: 20px;
	padding: 30px;
	text-align: center !important;
}
.gray_border{
	border: solid 10px #ebebeb;
}
.brand_pic_2{	
	background-position: center;
	background-size: cover;
	padding: 0 !important;
}
.brand_pic{	
    position: relative;
	background-position: center;
	background-size: cover;
	padding: 0 !important;
	height: 900px;
	background-image: url(../images/borito.jpg);
	border-bottom: 1px solid #c2c2c2b8;
}
.brand_pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/szinatmenet.svg);
    background-size: cover;
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}
.brand_pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/disz_3.svg);
    background-position: center;
	background-size: cover;
    z-index: 1;
    pointer-events: none;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(20deg) brightness(95%) contrast(111%);
}
.brand_pic img{
	z-index: 9;
	height: 120px;
	margin-top: 15%;
}
.brand_pic h1{
	margin-bottom:2%;
}
.brand_pic h1,h3{
	z-index: 9;
	margin-right:3%;
}
.contact_pic{	
    position: relative;
	background-position: center;
	background-size: cover;
	padding: 0 !important;
	height: 600px;
	background-image: url(../images/elerhetosegek.jpg);
	border-bottom: 1px solid #c2c2c2b8;
}
.contact_pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/szinatmenet.svg);
    background-size: cover;
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}
.contact_pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/disz_3.svg);
    background-position: center;
	background-size: cover;
    z-index: 1;
    pointer-events: none;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(20deg) brightness(95%) contrast(111%);
}
.contact_pic img{
	z-index: 9;
	height: 120px;
	margin-top: 8%;
}
#index_div{
	margin-left: 5%;
}
.circle_inner_normal{
	transition: all 0.9s ease-in-out;
	height: 180px;
	width: 180px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-top: 5%;
	border: 10px solid #fff;
}
.circle_outer_normal{
	transition: all 0.9s ease-in-out;
	background: #99d2cb;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px transparent;
}
.circle_inner_xl{
	transition: all 0.9s ease-in-out;
	height: 400px;
	width: 400px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-top: 5%;
	border: 10px solid #fff;
}
.circle_outer_xl{
	transition: all 0.9s ease-in-out;
	background: #99d2cb;
	height: 440px;
	width: 440px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px transparent;
}
.circle_outer_border{
	transition: all 0.9s ease-in-out;
	border: 10px solid #99d2cb;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}
.circle-box{
	cursor: pointer;
}
.circle-box:hover .circle_outer_normal, .circle-box:hover .circle_outer_border{
	box-shadow: 0px 0px 10px #555;
}
.contact_btn{
	cursor: pointer;
}
.icon_img{
	height: 150px;
	width: auto;
	margin: 5px;
	filter: invert(76%) sepia(14%) saturate(599%) hue-rotate(123deg) brightness(105%) contrast(86%);
}
#footer{
	background: #5b5b5b;
}
#footer a{
	color: #fff !important;
	text-decoration: none;
}
#footer img{
	height: 25px;
	width: auto;
	margin: 5px;
	filter: invert(76%) sepia(14%) saturate(599%) hue-rotate(123deg) brightness(105%) contrast(86%);
}
.footer-txt-middle{
	display: flex;
	justify-content: center;
	align-items: center;
}
.left_decor_bg{
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: bottom;
	background-size: 50%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(20deg) brightness(95%) contrast(111%);
}
.right_decor_bg{
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
	background-size: 50%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(20deg) brightness(95%) contrast(111%);
}
/*LOW*/
@media (max-width: 1600px) {
	.brand_pic img {
	  height: 100px;
	  margin-top: 22%;
	}
	.contact_pic img{
		height: 80px;
		margin-top: 12%;
	}
}
/*LOW*/
@media (max-width: 1250px) {
	h1
	{
		font-size: 50px;
	}
	h2
	{
		font-size: 40px;	
	}
	h2,h3,h4,h5{
		line-height: 35px;
	}
	.brand_pic{
		height:600px;
	}
	.brand_pic img {
	  height: 80px;
	  margin-top: 26%;
	}
	.brand_pic h1{
		font-size: 35px;
	}
	.brand_pic h3{
		font-size: 25px;
	}	
	h2,h3,h4,h5{
		line-height: inherit;
	}
	.contact_pic img{
		height: 80px;
		margin-top: 17%;
	}
}

/*TABLET*/
@media (max-width: 768px) {
	h1
	{
		font-size: 40px;
	}
	h2
	{
		font-size: 30px;	
	}
	h3,h4,h5{
		font-size: 25px;
	}
	.navbar-brand img{
		height:40px; 
	}
	#index_div{
		margin-left: 0;
	}
	.left_decor_bg, .right_decor_bg {
		background-size: 90%;
	}
	.rounded_box {
	  padding: 10px;
	}
	.brand_pic{
		height:400px;
	}
	.brand_pic img {
		height: 55px;
		margin-top: 20%;
	}
	.brand_pic h1{
		font-size: 25px;
	}
	.brand_pic h3{
		font-size: 18px;
	}
	.circle_inner_xl{
		height: 300px;
		width: 300px;
	}
	.circle_outer_xl{
		height: 330px;
		width: 330px;
	}
	  .contact_pic img {
		height: 70px;
		margin-top: 30%;
	}
}

/*MOBIL*/
@media (max-width: 480px) {
	h1
	{
		font-size: 35px;
	}
	h2
	{
		font-size: 25px;	
	}
	h3,h4,h5{
		font-size: 20px;
	}
	.brand_pic{
		height:400px;
	}
	.brand_pic img {
		height: 45px;
		margin-top: 35%;
	}
	.brand_pic h1{
		font-size: 20px;
		margin-top: 15%;
	}
	.brand_pic h3{
		font-size: 10px;
	}
	.circle_inner_xl{
		height: 200px;
		width: 200px;
	}
	.circle_outer_xl{
		height: 220px;
		width: 220px;
	}
	.contact_pic img {
		height: 70px;
		margin-top: 50%;
	}
}

@media (max-width: 380px) {
	.brand_pic{
		height:400px;
	}
	.brand_pic img {
		height: 45px;
		margin-top: 40%;
	}
	.brand_pic h1{
		font-size: 20px;
		margin-top: 15%;
	}
	.brand_pic h3{
		font-size: 9px;
	}
}