*{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	outline: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
}
html{
	scroll-behavior: smooth;
	height: 100%;
}
body{
	font-family: 'Montserrat', sans-serif;
	background: url(../images/header.jpg)no-repeat center;
	background-size: cover;
	height: 100vh;
	position: relative;
}
a{
	display: inline-block;
}
img{
	width: 100%;
	display: inline-block;
}
.container{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.cus-content-sec a {
    color: #ff00ff;
}
.row{
	display: grid;
}
.cus-banner{
	width: 100%;
	height: 75%;
}
.cus-banner .container, .cus-banner .container .row, .cus-banner .container .row .header-content{
	height: 100%;
}
.cus-banner .container .row .header-content{
	display: flex;
    align-items: center;
    height: 100%;
}
.cus-banner .container .login-row{
	display: flex;
    align-items: center;
    height: 100%;
}
.cus-banner .container .login-row .login-content{
	height: fit-content;
}
.nav-bar{
	padding: 25px 0;
	border-bottom: 1px solid #282626;
	width: 100%;

}
.top-row{
	display: grid;
	grid-template-columns: 25% repeat(1, 1fr);
	align-items: center;
	grid-gap: 140px;
}
.cus-nav ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 45px;
}
.cus-nav ul li a{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.cus-nav ul li:last-child{
	margin-left: auto;
}
.cus-nav ul li:last-child a{
	background: #ff00ff;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 7px;
	padding: 10px 20px;
	border-radius: 10px;
}
.menu-icon{
	display: none;
	align-items: center;
	justify-content: flex-end;
}
.menu-icon i{
	color: #fff;
	font-size: 32px;
	transition: .3s;
	transform: rotateY(180deg);
}
.last-row{
	padding: 15px 0;
	border-top: 1px solid #282626;
	width: 100%;
	    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.termsprivacy-content ul{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
}
.termsprivacy-content ul li {
	color: #fff;
	font-size: 20px;
}
.termsprivacy-content ul li a{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.header-content h1{
	font-family: Montserrat;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    max-width: 800px;
    margin: 30px auto 0;

}
.header-content h1 span{
	color: #ff00ff;
}


.login-content{
	background: rgba(0,0,0,0.7);
	padding:40px 20px;
	border-radius: 10px;
	    max-width: 400px;
    margin: 0 auto;
        margin-top: 70px;
}
.login-content i{
	    font-size: 26px;
    background: #ff00ff;
    width: 56px;
    height: 56px;
    display: grid;
    place-content: center;
    border: 1px solid #ff00ff;
    border-radius: 50px;
    color: #fff;
   margin-top: -70px;
    margin-left: auto;
}
.login-content h4{
	font-size: 30px;
    margin: 0px 0 30px;
    color: #fff;
}



.login-content input{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
	
}
.login-content div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.login-content input[type="checkbox"]{
	width: fit-content;
	margin: 0 8px 0 0;
	accent-color: #ff00ff;
}

.login-content div p{
	font-size: 14px;
	color: #fff;
}
.login-content input[type="submit"]{
width: fit-content;
padding: 10px 20px;
background: #ff00ff;
color: #fff;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
}



.bread-sec{
	background: #000;
	padding: 40px 0;
	border-bottom: 1px solid #282626;
}
.cus-bread h1{
	color: #fff;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
}
.cus-content-sec{
	padding: 60px 0;
}
.cus-content{
	text-align: center;
}
.cus-content p{
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	word-spacing: 3px;
	line-height: 25px;
	margin-bottom: 20px;
	text-align: left;
}
.cus-content h2{
	color: #000;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
}
.cont-page{
	background: none;
	height: inherit;
}
.cont-page .last-row{
	position: initial;
	background: #000000;
}


.cont-page .nav-bar{
	background: #000000;
}
.cus-content h3{
	color: #000;
	margin: 30px 0 10px 0;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}



.login-content div p a{
   color: #ff00ff;
}


.cus-box-row{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}
.cus-box{
	background: #0c0b0b;
	padding: 25px;
}
.cus-box h4{
	color: #ff00ff;
	margin: 0px 0 10px 0;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}
.cus-box p{
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	word-spacing: 3px;
	line-height: 25px;
	margin-bottom: 0px;
	text-align: left;
}
.adv-man-page{
	background: #000;
	    height: 100vh;
}
.adv-man-page .last-row{
	position: absolute;
}


.pt-page .last-row{
position: initial;

}
.pt-page .cus-content-sec{
        background: #fff;

}