* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #E4DCD4;
}
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{
    font-size: 7.2rem;
    font-family: 'Inter-Bold';
    line-height: normal;
    color: #FFFFFF;
}
h2{
    font-size: 5.6rem;
    font-family: 'Inter-Bold';
    line-height: normal;
    color: #191411;
}
h3{
    font-size: 4.8rem;
    color: #090A0E;
    line-height: 53px;
    font-family: 'Inter-Bold';
}
h4{
    font-size: 3.2rem;
    font-family: 'Inter-Bold';
    color: #191411;
    line-height: 35px;
}
h5{
    font-size: 2.4rem;
    color: #090A0E;
    font-family: 'Inter-Bold';
    line-height: 26px;
}
h6{
    font-size: 2.2rem;
    line-height: normal;
    color: #fff;
    font-family: 'Inter-Bold';
}
p{
    font-size: 1.6rem;
    color: #191411;
    line-height: 24px;
    font-family: 'Inter-Regular';
    margin-bottom: 24px;
}
li{
    font-size: 1.3rem;
    font-family: 'Inter-Regular';
    line-height: 16px;
    color: #4C3721;
    list-style: none;
    position: relative;
    padding-left: 15px;
}
li::after{
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #4C3721;
    border-radius: 100px;
    width: 4px;
    height: 4px;
    content: "";
}
.common-btn {
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #19243B;
    background: transparent;
    color: #19243B;
    padding: 14px 24px;
    line-height: 19px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fill-btn {
    padding: 14px 40px 14px 24px;
}
.fill-btn::after {
    background-image: url(../images/txt-btn-arrow.svg);
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    background-size: 6px;
    height: 10px;
    width: 7px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #19243B;
	color: #fff;
    border-color: #19243B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fill-btn:hover::after {
    filter: brightness(0) invert(1);
}
.white-btn{
    background-color: #FFFFFF;
    border:1px solid #FFFFFF;
    color: #19243B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.white-btn:hover{
    border-color: #19243B;
    background: #19243B;
    color: #fff;
}
.common-arrow {
    width: 59px;
    height: 59px;
    background-color: #19243B;
    border-radius: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-left: 0 !important;
}
.common-arrow img{
    width: 8px;
}
.common-arrow:hover{
    background-color: #191411;
}
/* .common-arrow:hover{
    background-color: #fff;
} */
/* .common-arrow:hover img{
    filter: brightness(0);
} */
.common-arrow svg {
	display: none;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

