/* -----------poppins------------ */

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/poppins/Poppins-Regular.eot');
	src:
		url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
		url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* ---------------- */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins';
}

html,
body {
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
	display: block;
	transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #000000;
	font-family: 'Poppins';
}

li,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Poppins';
}

/* -----------sc css----------- */
.sc_oauth_main_wrapper {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	background-image: url('../images/sc_rd_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sc_redirect_wrapper_inner a#gredirect {
	font-weight: bold;
	padding: 8px 10px;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	background-color: #60bc4e;
	text-decoration: none;
	color: #fff;
	width: fit-content;
	transform: translateX(150%);
}
a#gredirect:hover {
	background-color: transparent;
	color: #60bc4e;
	border-color: #60bc4e;
}
.sc_oauth_main_wrapper .sc_redirect_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 100px 20px;
	background: #fff;
	width: 100%;
	max-width: 1150px;
}

.sc_oauth_main_wrapper .sc_redirect_wrapper .sc_redirect_wrapper_inner {
	text-align: center;
	font-family: 'Poppins';
}

.sc_oauth_main_wrapper .sc_redirect_wrapper .sc_redirect_wrapper_inner h3 {
	color: #3a414c;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: 'Poppins';
}

.sc_oauth_main_wrapper .sc_redirect_wrapper .sc_redirect_wrapper_inner p {
	color: #7f8490;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 15px 0 115px;
	font-family: 'Poppins';
}

.sc_oauth_main_wrapper .sc_redirect_wrapper .sc_redirect_wrapper_inner .sc_redirect_img {
	max-width: 780px;
	margin: 0 auto;
}

.sc_oauth_main_wrapper .sc_redirect_wrapper .sc_redirect_wrapper_inner .sc_redirect_img img {
	width: 100%;
	height: 100%;
}

/* --------------sc media css------------------- */
@media screen and (max-width: 1499px) {
	.sc_oauth_main_wrapper .sc_redirect_wrapper {
		padding: 50px 20px;
		max-width: 1040px;
	}

	.sc_oauth_main_wrapper .sc_redirect_wrapper .sc_redirect_wrapper_inner p {
		margin: 10px 0 50px;
	}
}

@media screen and (max-width: 1199px) {
	.sc_oauth_main_wrapper .sc_redirect_wrapper {
		padding: 50px 20px;
		max-width: 700px;
	}
}

@media screen and (max-width: 575px) {
	.sc_oauth_main_wrapper {
		background: #f2f7fb;
	}

	.sc_oauth_main_wrapper .sc_redirect_wrapper .sc_redirect_wrapper_inner h3 {
		font-size: 32px;
		line-height: 42px;
	}

	.sc_oauth_main_wrapper .sc_redirect_wrapper .sc_redirect_wrapper_inner p {
		font-size: 14px;
		margin: 10px 0 50px;
	}

	.sc_oauth_main_wrapper .sc_redirect_wrapper {
		padding: 40px 20px;
		max-width: 300px;
	}
}
