* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #155DFC;
}
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-family: 'Inter-Bold';
    font-size: 7.2rem;
    color: #FFF;
    line-height: 80px; 
    letter-spacing: 2.88px;
}
h2 {
    font-family: 'Inter-Bold';
    color: #000613;
    font-size: 4rem;
    line-height: 48px; 
    letter-spacing: 1.6px;
}
h3 {
    font-family: 'Inter-Bold';
    color: #000613;
    font-size: 3.2rem;
    line-height: 40px;
}
h4 {
    font-family: 'Inter-Bold';
    color: #000613;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
}
h5 {
    font-family: 'Inter-Bold';
    color: #000613;
    font-size: 1.8rem;
    line-height: 32px; 
    letter-spacing: 0.18px;
}
p, li {
    font-family: 'Inter-Regular';
    color: #000613;
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    margin-bottom: 24px;
}
p strong {
    font-weight: normal;
    color: #fff;
}
li {
    padding-left: 13px;
    position: relative;
    margin-bottom: 2px;
}
li::after {
    content: '';
    height: 5px;
    width: 5px;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #000613;
    border-radius: 50px;
}
.common-btn {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: normal;
    padding: 14px 59px;
    background-color: #000613;
    border: 1px solid #000613;
    border-radius: 100px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
}
.common-btn:hover {
    background-color: transparent;
    color: #000613;
}
.border-btn {
    background-color: transparent;
    color: #000613;
}
.border-btn:hover {
    background-color: #000613;
    color: #fff;
}
.white-border-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.white-border-btn:hover {
    background-color: #fff;
    color: #000613;
}
.circle-btn { 
    position: absolute;
    top: 0;
    left: 23%;
    text-align: center;
    z-index: 1;
}
.circle-btn-txt {
    display: flex;
    width: 267px;
    height: 267px;
    padding: 124px 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 133px;
    border: 1.5px solid #155DFC;
    color: #000613;
}
.common-arrow {
    height: 80px;
    width: 80px;
    border-radius: 40px;
    border: 1.5px solid #000613;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    border-color: #155DFC;
}
.common-arrow img {
    width: 16px;
}
.white-arrow {
    background-color: #000613;
    border-color: #fff;
}
.white-arrow img {
    filter: brightness(0) invert(1);
}
.common-arrow svg {
	display: none;
}
.common-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

