/*********New error pg**********/
.error-header {
	background-color: #292929;
}
.error_top {
	padding: 0 0 450px;
	background-color: #F8F8F8;
	position: relative;
	overflow: hidden;
}
.error-info {
	padding-top: 230px;
}
.error-info h1 {
    color: #FFFFFF;
    font-size: 14rem;
    line-height: normal;
    margin-bottom: 0;
    text-transform: none;
    margin-bottom: 20px;
}
.error-info p {
	color: #fff;
	font-size: 1.8rem;
	line-height: 29px;
	letter-spacing: 0.36px;
	margin-bottom: 18px;
}
.error-info .txt-btn {
	text-decoration: underline;
	color: #fff;
	font-size: 1.8rem;
	line-height: 29px;
	letter-spacing: 0.36px;
}
.error-info .txt-btn::after {
	opacity: 0;
}
.error-info .txt-btn:hover::after {
	opacity: 1;
	filter: invert(1);
}
.error-info .txt-btn:hover {
	color: #8C7862;
}
.error-info-wrap {
	max-width: 610px;
    width: 100%;
    position: relative;
    z-index: 5;
    padding-right: 60px;
}
.big-error-font {
	position: absolute;
    width: 54%;
    bottom: 0;
    left: 49.22%;
    text-align: center;
    transform: translateX(-50%);
}
.big-error-font img {
	width: 100%;
	pointer-events: none;
}
.error-contact {
	position: relative;
	padding-top: 270px;
	padding-left: 150px;
}
.error-info {
	position: relative;
}
.error-contact::after {
	content: "";
	height: 300vh;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #F8F8F8;
	display: none;
}
.error-info::after {
    content: "";
    height: 300vh;
    width: calc(100% + 50%);
    position: absolute;
    left: -50%;
    top: 0;
    background-color: #0A0B19;
}
.error-contact-wrap {
	position: relative;
	z-index: 5;
}
.error-contact a {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.36px;
    padding: 10px 20px;
    margin-bottom: 18px;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: rgba(10, 11, 25, 0.70);
    backdrop-filter: blur(10px);
}
.error-contact a img {
	margin-right: 20px;
}
.error-contact a:hover {
	background: rgba(10, 11, 25, 0.70);
}
.error-contact li:last-child a {
	margin-bottom: 0;
}
.error-contact h6 {
    line-height: 24px;
    color: #0A0B19;
    margin-left: 20px;
    margin-bottom: 27px;
    font-size: 1.6rem;
}
/*.error-footer {
    background-color: #1E1B1B;
}*/
.error-contact li::before{
	display: none !important;
}
.error-contact li::after{
	display: none !important;
}
@media(max-width: 1599.98px){
	.big-error-font {
		left: 49.12%;
	}
}
@media(max-width: 1399.98px){
	/***error-pg*****/
	.error-info h1 {
		font-size: 11rem;
	}
	.error-info {
		padding-top: 200px;
	}
	.error-contact {
		padding-top: 220px;
		padding-left: 100px;
	}
	.error_top {
		padding-bottom: 330px;
	}
}
@media(max-width: 1199.98px){
	/***error-pg*****/
	.error-info h1 {
		font-size: 8rem;
	}
	.error-contact {
		padding-left: 60px;
	}
	.big-error-font {
        left: 48.95%;
    }
}
@media(max-width: 991.98px){
	/***error-pg*****/
	.error-info {
        padding-top: 50px;
    }
	.error-contact::after {
		margin-left: -50vw;
    	left: 50%;
		height: 100%;
	}
	.error-contact {
		padding: 60px 0;
		/* margin-top: 60px; */
		margin-top: 0;
	}
	.big-error-font {
		position: relative;
	}
	.big-error-font::after {
		content: "";
		height: 100%;
		width: 100vw;
		position: absolute;
		right: 50%;
		top: 0;
		background-color: #0A0B19;
		z-index: -1;
	}
	.error-info-wrap {
		max-width: 100%;
		padding-right: 0;
	}
	.error_top{
		padding-top: 112px;
		padding-bottom: 0;
	}
	.error-info {
		background-color: #0A0B19;
		padding: 20px;
        overflow: hidden;
		border-radius: 10px;
	}
	.error-info::after {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 10px;
        background-color: #0A0B19;
        background-image: url(../images/error-blur.png);
        background-position: top right;
        background-repeat: no-repeat;
    }
}
@media(max-width: 767.98px){
	/****error-pg******/
	.error-info {
        padding-top: 40px;
    }
	.error-info h1 {
        font-size: 4rem;
    }
	.error-info p {
		font-size: 1.6rem;
		line-height: 26px;
	}
	.error-info .txt-btn {
		font-size: 1.6rem;
	}
	.error-contact {
        padding: 40px 0;
        /* margin-top: 30px; */
    }
	.error-contact a {
		font-size: 1.6rem;
	}

	.error_top {
        padding-top: 90px;
	}
}