/* ==============      button1       ================*/

.button1 {
	text-decoration: none;
	box-sizing: border-box;
	border: none;

	padding: 12rem 45rem;
	line-height: 1.2;

	cursor: pointer;
	position: relative;

	display: inline-flex;
	justify-content: center;
	align-items: center;

	border-radius: 10rem;

	transition: all 0.2s ease-in-out 0s;

	background: var(--color-orange);
	border-radius: 60rem;

	font-weight: 600;
	font-size: 22rem;
	text-align: center;
	color: #fff;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.42);
}

	.button1:hover,
	.button1:active {
		box-shadow: 0 9px 40px 0 rgba(0, 0, 0, 0.1);
		color: #fff;
		background: #ae4923;
	}


@media only screen and (max-width: 768px) {
	.button1 {
		padding: 16rem 25rem;
		font-size: 16rem;
	}
}







/* ==============      button2       ================*/

.button2 {
	text-decoration: none;
	box-sizing: border-box;
	border: none;

	padding: 32rem 46rem;
	line-height: 1.2;

	cursor: pointer;
	position: relative;

	display: inline-flex;
	justify-content: center;
	align-items: center;

	border-radius: 10rem;

	transition: all 0.2s ease-in-out 0s;

	background: rgba(255, 255, 255, 0.07);
	border-radius: 60rem;
	border: 1px solid #fff;

	font-weight: 600;
	font-size: 30rem;
	text-align: center;
	color: #fff;

	backdrop-filter: blur(10px);
  	-webkit-backdrop-filter: blur(10px);
}

	.button2:hover,
	.button2:active {
		box-shadow: 0 9px 40px 0 rgba(0, 0, 0, 0.1);
		color: #fff;
		background: var(--color-orange);
	}


@media only screen and (max-width: 768px) {
	.button2 {
		padding: 16rem 25rem;
		font-size: 16rem;
	}
}




.button3 {
	text-decoration: none;
	box-sizing: border-box;
	border: none;

	padding: 12rem 45rem;
	line-height: 1.2;

	cursor: pointer;
	position: relative;

	display: inline-flex;
	justify-content: center;
	align-items: center;

	border-radius: 10rem;

	transition: all 0.2s ease-in-out 0s;

	/*background: var(--color-orange);*/
	border-radius: 60rem;

	font-weight: 600;
	font-size: 24rem;
	text-align: center;
	color: #030303;
	/*box-shadow: 0 2px 13px rgba(0, 0, 0, 0.42);*/
	border: 1rem solid #030303;
}

	.button3:hover,
	.button3:active {
		box-shadow: 0 9px 40px 0 rgba(0, 0, 0, 0.1);
		color: #fff;
		background: #ae4923;
	}


@media only screen and (max-width: 768px) {
	.button3 {
		padding: 16rem 25rem;
		font-size: 16rem;
	}
}




























/* ==============      button4       ================*/


.button4 {
	font-weight: 900;
	font-size: 14rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	box-sizing: border-box;
	border: none;
	padding: 24rem 55rem;
	height: 76rem;
	line-height: 1.4;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
	background: #00a900;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 15rem;
	margin-top: 20rem;
}

.button4:hover {
	color: #fff;
	background: #005300;
}

.button4 img {
	width: 18rem;
	margin-left: 18rem;
}




@media only screen and (max-width: 768px) {
	.button2 {
		
	}
}





/* ==============      paddingds       ================*/

.sec_pad_tb {
	padding-top: 100rem;
	padding-bottom: 100rem;
}

.sec_pad_t {
	padding-top: 100rem;
}

.sec_pad_b {
	padding-bottom: 100rem;
}




@media only screen and (max-width: 768px) {
	.sec_pad_tb {
		padding-top: 40rem;
		padding-bottom: 40rem;
	}

	.sec_pad_t {
		padding-top: 40rem;
	}

	.sec_pad_b {
		padding-bottom: 40rem;
	}
}






/**/





























/* ==============      input1       ================*/


.input1 {
    background: #fff;
    border: none;
    color: #333;
    font-family: "Montserrat", sans-serif;
    vertical-align: top;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	font-size: 18rem;
	height: 77rem;
    padding: 20rem 40rem;
    box-sizing: border-box;
    border-radius: 15rem;
    border: 1px solid #aaa;
}

	.input1:focus  {
		color: #000;
		box-shadow: 0rem 0rem 50rem rgba(0,0,0,.05) inset;
		border: 1px solid #000;
	}



@media only screen and (max-width: 768px) {
	.input1 {
		padding: 10rem 20rem;
		height: 70rem;
		letter-spacing: 0;
		font-weight: 400;
		font-size: 16rem;
		line-height: 30rem;
	}
}




/* ==============      textarea1       ================*/


.textarea1 {
    background: #404040;
    border: none;
    color: var(--text-color);
    font-family: "Manrope", sans-serif;
    vertical-align: top;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	font-weight: 500;
	font-size: 18rem;
	line-height: 1.2;
    padding: 28rem 30rem;
    border-radius: 15rem;
    border: 1px solid #515151;
    min-height: 190rem;
}

	.textarea1:focus  {
		color: #fff;
		box-shadow: 0rem 0rem 50rem rgba(0,0,0,.05) inset;
		border: 1px solid #666;
	}



@media only screen and (max-width: 768px) {
	.textarea1 {
		padding: 10rem 20rem;
		letter-spacing: 0;
		font-weight: 400;
		font-size: 16rem;
	}
}






/* ==============      inputfile       ================*/


.inputfile {
    background: #404040;
    border: none;
    color: var(--text-color);
    font-family: "Manrope", sans-serif;
    vertical-align: top;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	font-weight: 500;
	font-size: 18rem;
	line-height: 1.2;
    padding: 28rem 30rem;
    border-radius: 15rem;
    border: 1px solid #515151;
    min-height: 190rem;
    position: relative;
    text-align: center;
}

	.inputfile:hover  {
		color: #fff;
		box-shadow: 0rem 0rem 50rem rgba(0,0,0,.05) inset;
		border: 1px solid #666;
	}

	.inputfile input[type="file"]  {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		opacity: 0;
		z-index: 1;
    	cursor: pointer;
	}

	.inputfile .icon  {
		height: 50rem;
		margin-bottom: 10rem;
	}

	.inputfile .text1  {
		font-size: 20rem;
		margin-bottom: 10rem;
	}

	.inputfile .text2  {
		font-size: 16rem;
		font-weight: 100;
		margin-bottom: 5rem;
	}



@media only screen and (max-width: 768px) {
	.inputfile {
		padding: 10rem 20rem;
		letter-spacing: 0;
		font-weight: 400;
		font-size: 16rem;
	}
	.inputfile .text1  {
		font-size: 16rem;
	}

	.inputfile .text2  {
		font-size: 12rem;
		font-weight: 100;
	}
}







/* ==============      slick-arrow       ================*/

.slick-arrow {
	position: absolute;
	width: 32rem;
	height: 32rem;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	background: transparent;
	cursor: pointer;
	z-index: 10;
	font-size: 0;
	line-height: 0;
	border: none;
	/*box-shadow: 0 16rem 40rem rgba(0, 0, 0, 0.20);*/
}

.slick-arrow:hover {
	/*background: #eee;*/
	opacity: .8;
}


.slick-prev {
	left: 20rem;
}

.slick-prev:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/arrow.svg) no-repeat center center / contain;
	display: inline-block;
	transform: rotate(0deg);
}

.slick-next {
	right: 20rem;
}


.slick-next:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/arrow.svg) no-repeat center center / contain;
	display: inline-block;
	transform: rotate(-180deg);
}

@media only screen and (max-width: 768px) {
	.slick-prev {
	  left: 40rem;
	}
	.slick-next {
	  right: 40rem;
	}
	.slick-arrow {
		width: 25rem;
		height: 25rem;
		opacity: .8;
	}
	.slick-prev:after,
	.slick-next:after {
		/*width: 6rem;
		height: 14rem;*/
	}
}









/* ==============      button_video       ================*/

.button_video {
	display: block;
	width: 120rem;
	height: 120rem;
	border-radius: 50%;
	background: #E7751C;
/*	box-shadow: 0rem -5rem 4rem 0rem rgba(255, 255, 255, 0.20) inset, 0rem 4rem 4rem 0rem rgba(255, 255, 255, 0.20) inset;*/
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
	font-size: 15rem;
}

.button_video:before {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
/*	box-shadow: 0rem 0rem 0rem 8rem rgba(255, 0, 0, 0.2);*/
	animation: shadow1 2s infinite;
}

.button_video:after {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
/*	box-shadow: 0rem 0rem 0rem 16rem rgba(255, 0, 0, 0.2);*/
	animation: shadow2 2s infinite;
}

.button_video span {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 1.3em solid transparent;
	border-right: 1.3em solid transparent;
	border-bottom: 2em solid #fff;
	transform: rotate(90deg);
	margin-left: .5em;
}

.button_video:hover {
/*	box-shadow: 0rem 0rem 0rem 4rem #0D9AD2;*/
/*	background: #FF5A0B;*/
	background: #36A0FF;
}



@keyframes shadow1 {
	0% {
		box-shadow: 0rem 0rem 0rem 8rem rgba(255, 187, 0, 0.2);
	}
	50% {
		
	}
	100% {
		box-shadow: 0rem 0rem 0rem 20rem rgba(255, 187, 0, 0.2);
		opacity: 0;
	}
}

@keyframes shadow2 {
	0% {
		box-shadow: 0rem 0rem 0rem 16rem rgba(255, 187, 0, 0.2);
	}
	50% {
		
	}
	100% {
		box-shadow: 0rem 0rem 0rem 40rem rgba(255, 187, 0, 0.2);
		opacity: 0;
	}
}



.button_video.small {
	width: 80rem;
	height: 80rem;
}
.button_video.small span {
	border-left: 0.9em solid transparent;
	border-right: 0.9em solid transparent;
	border-bottom: 1.3em solid #fff;
	margin-left: .5em;
}



.button_video.blue {
	background:linear-gradient(90deg, #0023ff 0%, #3948aa 100%);
}

.button_video.blue:hover {
	background:#3B8AD5;
}


.button_video.blue:before {
	animation: shadow1_blue 2s infinite;
}

.button_video.blue:after {
	animation: shadow2_blue 2s infinite;
}

@keyframes shadow1_blue {
	0% {
		box-shadow: 0rem 0rem 0rem 8rem rgba(0, 35, 255, 0.2);
	}
	50% {
		
	}
	100% {
		box-shadow: 0rem 0rem 0rem 20rem rgba(0, 35, 255, 0.2);
		opacity: 0;
	}
}

@keyframes shadow2_blue {
	0% {
		box-shadow: 0rem 0rem 0rem 16rem rgba(0, 35, 255, 0.2);
	}
	50% {
		
	}
	100% {
		box-shadow: 0rem 0rem 0rem 40rem rgba(0, 35, 255, 0.2);
		opacity: 0;
	}
}




@media only screen and (max-width: 768px) {
	.button_video span {
		border-left: 0.9em solid transparent;
		border-right: 0.9em solid transparent;
		border-bottom: 1.3em solid #fff;
		margin-left: .5em;
	}
	.button_video {
		width: 80rem;
		height: 80rem;
	}
}
































