* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #1c1c1c;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #FFF;
    font-family: 'MonaSansExpanded-Bold';
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.10);
    /* font-size: 7.2rem;
    line-height: 66px; */
    font-size: 5rem;
    line-height: 60px; 
}
h1 strong {
    color: transparent;
    font-weight: normal;
    background-image: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    background-clip: text;
}
h2 {
    color: #FFF;
    font-family: 'MonaSansExpanded-Bold';
    /* font-size: 4.8rem;
    line-height: 66px; */
    font-size: 4rem;
    line-height: 44px;
}
h3 {
    color: #1E1E1E;
    font-family: 'MonaSansExpanded-Bold';
    /* font-size: 3.2rem;
    line-height: normal; */
    font-size: 2.8rem;
    line-height: normal;
}
h5 {
    color: #FFF;
    /* font-family: 'lama_sansbold';
    font-size: 2.4rem;
    line-height: 32px; 
    letter-spacing: 0.48px;
    */
    font-family: 'MonaSansExpanded-Medium';
    font-size: 2rem;
    line-height: normal;
}
h6 {
    color: #1E1E1E;
    /* font-family: 'LamaSans-Regular';
    line-height: 24px; */
    font-size: 1.6rem;
    font-family: 'MonaSansExpanded-Regular';
    line-height: normal;
}
p {
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 24px;
}
li {
    color: #1E1E1E;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}
li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/list-icon.svg);
}
.common-wrap {
    padding-left: 22px;
    padding-right: 22px;
}
.common-btn {
    color: #1F1F1F;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    padding: 12px 40px;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid transparent;
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
}
.common-btn:hover {
    border-color:  #fff;
    color: #fff;
    background: transparent;
}
.border-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.border-btn:hover {
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    color: #1F1F1F;
    border-color: transparent;
}
.sec-mark {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1517px;
    z-index: 1;
    pointer-events: none;
}
.sec-mark::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2E3633;
    height: 100%;
    width: 1px;
}
.sec-mark::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2E3633;
    height: 100%;
    width: 1px;
}

.common-arrow {
    height: 78px;
    width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
}
.common-arrow:hover {
    /* background-color: #895644;
    border-color: #895644; */
    background: linear-gradient(270deg, #9F7966 0.17%, #D3AE9A 49.9%, #B48A79 99.63%);
    border: transparent;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-arrow:after {
	display: none;
}
.common-arrow svg {
	display: none;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

