﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: 600;
}

*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::selection {
	background: #EED091;
	color: #222;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}

::-moz-selection {
	background: #EED091;
	color: #222;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}

::-webkit-scrollbar {
	width: 6px;
	background: #f2f2f3;
	border-left: 1px solid #e8e8ef;
}

::-webkit-scrollbar-thumb {
	background: #EFD193;
	border-left: 1px solid #e2c27f;
}

::-webkit-scrollbar-track-piece {
	background: transparent;
}

html, body {
	width: 100%;
	min-height: 100%;
	background-color: #F4F0ED;
	-webkit-text-size-adjust: none;
}

html, body, textarea, input, button, select {
	font-size: 14px;
	font-family: 'Century Gothic', sans-serif;
	color: #555;
	outline: 0px;
	font-weight: 500;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea{
	-webkit-appearance: none;
} 

body {
	-webkit-overflow-scrolling: touch;
	min-height: 100vh;
	overflow: overlay;
}

ul { 
	padding-left: 40px; 
	list-style: disc outside;
	margin-top: 1em;
	margin-bottom: 1em;
}

ol { 
	padding-left: 40px;
	list-style: decimal outside;
	margin-top: 1em;
	margin-bottom: 1em;
}

img {
	max-width: 100%;
	height: auto;
	border: 0px;
	vertical-align: bottom;
}

a {
	color: #9f6f1c;
	text-decoration: none;
}

@media(hover) {
	a:hover, .link:hover {
		color: #000;
	}
}

.clr::after {
	content: '';
	display: block;
	clear: both;
}

ul.noli, ul.noli ul, ul.noli li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.max {
	display: block;
	position: relative;
	margin: 0px auto;
    max-width: 1240px;
    width: calc(100% - 40px);
}

h1, h2, h3, h4, h5 {
	display: block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 16px;
}

.wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

.wrapper::before, .wrapper::after {
	content: '';
	display: BLOCK;
	position: absolute;
	top: 1420px;
	z-index: auto;
	border-radius: 100%;
	background: #E3C9B8;
	width: 240px;
	height: 700px;
	box-shadow: 0px 0px 150px 60px #e3c9b8, 0px 0px 150px 60px #e3c9b8, 0px 0px 150px 60px #e3c9b8, 0px 0px 150px 60px #e3c9b8, 0px 0px 150px 60px #e3c9b8;
	filter: blur(50px) opacity(0.4);
	right: -220px;
}

.wrapper::after {
	right: calc(100% + 0px);
	top: 3000px;
}

.endWrapper {
	display: block;
	height: 0.1px;
}



#header.an {
	opacity: 0;
	animation: fadeInDown .5s ease-in-out forwards;
}

#header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: background 0.3s, box-shadow 0.3s;
	padding: 0 50px;
	z-index: 100;
}






.centroblock .title {
	display: block;
	text-align: center;
	margin: 0 0 50px;
	position: relative;
}

.centroblock .title h2 {
	display: block;
	font-size: 46px;
	color: #333333;
	font-weight: 500;
	margin: 0 0 10px;
	z-index: 1;
	position: relative;
}



#main {
	display: block;
	position: relative;
	background-color: #F2F0ED;
	width: 100%;
	min-height: 100vh;
	padding: 100px 0 0;
	z-index: 10;
}

.main_bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}


.main_bg_two {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}

.main_bg_after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1.3s;
}

.main_bg.an {
	opacity: 0;
	animation: fadeIn .5s ease-in-out .4s forwards;
}

.main_bg_two.an {
	opacity: 0;
	animation: fadeIn .5s ease-in-out .2s forwards;
}

.button_cricle {
	display: inline-flex;
	cursor: pointer;
	border: 0;
	width: max-content;
	box-shadow: 0px 4px 15px rgb(239 209 147 / 50%);
	border-radius: 100px;
	background: #EDC789 linear-gradient(90deg, #fbd18d 0%, #ffd48d 40%, #F9E5C4 100%);
	justify-content: center;
	align-items: center;
	padding: 18px 32px 16px 32px;
	font-size: 18px;
	color: #7e5713;
	text-shadow: 0px 1px 1px rgb(255 255 255 / 38%);
	transition: all 0.2s, box-shadow 0.5s;
	overflow: hidden;
	position: relative;
}

.button_cricle::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, .0), rgba(255, 255, 255, .8), rgba(255, 255, 255, .0)) no-repeat -2em 0;
	background-size: 4em 100%;
	transform: skewX(-50deg) translate(-100%, 0px);
	transition: 0s;
}

@media(hover) {
	.button_cricle:hover::after {
		background-position: 130% 0;
		transform: skewX(-50deg) translate(100%, 0px);
		transition: .5s linear;
	}
	
	.button_cricle:hover {
		box-shadow: 0px 18px 23px -10px rgb(245 207 128);
	}
}

.button_cricle:active {filter: opacity(0.6);}

.button_cricle.button_icon> span {
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	position: ABSOLUTE;
	top: 3px;
	right: 3px;
	bottom: 3px;
	font-size: 24px;
	width: 50px;
	box-shadow: 0px 2px 7px rgb(0 0 0 / 3%);
}

.button_cricle.button_icon {padding-right: 60px;}

.button_cricle.button_icon> span i {
	position: relative;
	top: -1px;
	background-image: linear-gradient(to right,#f9b952,#fcdfb0);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}









.title {
	display: block;
	text-align: center;
	margin: 0 0 50px;
	position: relative;
}

.title h2 {
	display: block;
	font-size: 66px;
	font-weight: 500;
	margin: 0 0 0px;
	z-index: 1;
	position: relative;
	background-image: linear-gradient(to right,#9e7d3a,#ba871e);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	opacity: 0;
	animation: fadeInDown .5s ease-in-out .2s forwards;
}

.title p {
	display: inline-block;
	font-family: 'Cormorant Unicase', serif;
	font-size: 24px;
	font-weight: 400;
	background-image: linear-gradient(to right,#bc9c58,#ecc169);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	z-index: 1;
	position: relative;
	opacity: 0;
	animation: fadeInDown .5s ease-in-out .4s forwards;
}

.title i.before_text {
	font-style: normal;
	position: absolute;
	color: rgb(79 30 8 / 3%);
	top: 14px;
	left: 0;
	width: 100%;
	white-space: nowrap;
	font-family: 'Cormorant Unicase', serif;
	text-align: center;
	font-size: 150px;
	line-height: 0;
	z-index: 1;
	opacity: 0;
	animation: fadeInDown .5s ease-in-out .5s forwards;
	-webkit-user-select: none;
}

.mainImg {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto 80px;
	opacity: 0;
	animation: fadeInDown .5s ease-in-out .7s forwards;
	padding: 20px 0 0;
}


.mainImg img {
	will-change: transform;
	transition: transform 1s linear;
}

.main_bg_two {
	will-change: transform;
	transition: transform 1s linear;
}

.title i.before_text.min {
	font-size: 116px;
	top: 25px;
}



.title.title2 h2 {
	animation: fadeInDown .5s ease-in-out .8s forwards;
}

.title.title2 i.before_text  {
	animation: fadeInDown .5s ease-in-out 1s forwards;
}




.steps {
	display: flex;
	justify-content: space-around;
	margin: 0 0 130px;
	gap: 20px;
}

.steps> .step {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	gap: 20px;
	opacity: 0;
	animation: fadeInUp .5s ease-in-out 1.2s forwards;
}

.steps> .step> .info {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	font-family: 'Cormorant Unicase', serif;
}

.steps> .step> .info> b {
	display: BLOCK;
	font-size: 64px;
	font-weight: bold;
	color: #ff4566;
	line-height: 81%;
}

.steps> .step> .info> span {
	display: block;
	font-size: 24px;
	background-image: linear-gradient(to right, #9e7d3a, #ba871e);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.title.title3 h2 {
	animation: fadeInDown .5s ease-in-out 1.8s forwards;
}

.title.title3 i.before_text  {
	animation: fadeInDown .5s ease-in-out 2s forwards;
	font-size: 156px;
	top: 13px;
}

form.form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 640px;
	padding: 0 0 130px;
	margin: 0 auto;
	gap: 20px;
}

form.form> textarea, form.form> input {
	width: 100%;
	height: 60px;
	color: #a08f88;
	border: 0;
	border-radius: 30px;
	resize: none;
	padding: 2px 25px 0;
	font-size: 18px;
}

form.form> textarea::placeholder, form.form> input::placeholder {
	color: #a08f88;
}

form.form> textarea {
	height: 160px;
	padding: 25px;
}

.steps> .step:nth-child(2) {
	animation: fadeInUp .5s ease-in-out 1.4s forwards;
}

.steps> .step:nth-child(3) {
	animation: fadeInUp .5s ease-in-out 1.6s forwards;
}

.title.title3 {.steps> .step: nth-child(2) {
	animation: fadeInUp .5s ease-in-out 1.4s forwards;
}


h2.success {
	font-size: 30px;
	text-align: center;
}







@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic.eot');
	src: local('Century Gothic'), local('CenturyGothic'),
		url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic.woff') format('woff'),
		url('../fonts/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Cormorant Unicase';
    src: url('../fonts/CormorantUnicase-Bold.eot');
    src: local('Cormorant Unicase Bold'), local('CormorantUnicase-Bold'),
        url('../fonts/CormorantUnicase-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CormorantUnicase-Bold.woff') format('woff'),
        url('../fonts/CormorantUnicase-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Cormorant Unicase';
    src: url('../fonts/CormorantUnicase-Medium.eot');
    src: local('Cormorant Unicase Medium'), local('CormorantUnicase-Medium'),
        url('../fonts/CormorantUnicase-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CormorantUnicase-Medium.woff') format('woff'),
        url('../fonts/CormorantUnicase-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}




