* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #2A2A2A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #D0CABE;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'BebasNeue-Regular';
    font-size: 10.4rem;
    line-height: 104px;
    letter-spacing: 2.08px;
}
h2 {
    color: #fff;
    font-family: 'BebasNeue-Regular';
    font-size: 8rem;
    line-height: 88px;
    letter-spacing: 1.6px;
}
h3 {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 3.2rem;
    line-height: 40px; 
    letter-spacing: 0.64px;
}
h4 {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
}
h6 {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 23px;
}
ul {
	margin-bottom: 23px;
}
li::marker {
    font-size: 10px;
}
.common-btn {
    color: #2A2A2A;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    display: inline-block;
    border-radius: 100px;
    background-color: #D0CABE;
    border: 1px solid #D0CABE;
    backdrop-filter: blur(5px);
    padding: 11px 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #2A2A2A;
    border-color: #D0CABE;
    color: #D0CABE;
}
.border-btn {
    background-color: transparent;
    border-color: #2A2A2A;
    color: #2A2A2A;
}
.border-btn:hover {
    background-color: #D0CABE;
    border-color: #D0CABE;
    color: #2A2A2A;
}
.common-arrow {
    width: 72px;
    height: 72px;
    background-color: #fff;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #D0CABE;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 20px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

