/*--------------------------------------------
	General
-----------------------------------------------*/

body {
	font-family: 'Poppins', serif;
	font-size: 14px;
	line-height: 28px;
	overflow-x: hidden;
}

a {
	transition: 300ms ease;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

h5 {
	color: #646464;
	margin: 0;
}

hr {
	border-top: 1px solid #dadada;
}

.btn {
	outline: none !important;
}


/*--------------------------------------------
	Navigation
-----------------------------------------------*/
.main-nav {
	background-color: #ffffff;
	margin-bottom: 0;
	padding: 10px 0;
}
.navbar-brand {
	display: inline-block;
	padding: 3px;
}
.site-logo {
	background: url('../icons/logo.svg') center no-repeat;
	display: inline-block;
    width: 180px;
    height: 100%;
}
#lang-menu {
	background: #fff;
	padding: 0;
	font-size: 15px;
	outline: none;
	border: none;
}
.lang-cont {
	padding: 10px 0;
	float: right;
}
.lang-cont .dropdown-menu {
	min-width: 325px;
	left: -215px;
}
.lang-cont .dropdown-menu>li {
	display: inline-block;
	width: 49%;
	float: left;
}
.lang-cont .dropdown-menu>li>a {
	padding: 5px 20px;
}
.lang-cont .dropdown-menu>li>a span {
	display: inline-block;
	vertical-align: middle;
}
/*--------------------------------------------
	Icons/Buttons
---------------------------------------------*/
.icon {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: cover !important;
}
.btn {
	transition: 0.2s ease;
	border-radius: 5px !important;
}
.icon.clip {
	background: url('../icons/clip.svg') center no-repeat;
} 
.err-icon,
.pasted .icon.clip {
	background: url('../icons/error.svg') center no-repeat;
}
.icon.back {
	background: url('../icons/back-2.svg') center no-repeat;
	width: 35px;
	height: 35px;
}
.icon.down {
	background: url('../icons/bolt.svg') center no-repeat;
	width: 25px;
	height: 25px;
}
.icon.down2 {
	background: url('../icons/download2.svg') center no-repeat;
	width: 25px;
	height: 25px;
}
.icon.lang {
	background: url('../icons/lang.svg') center no-repeat;
	background-size: cover;
	height: 25px;
	width: 25px;
	vertical-align: middle;
}
.icon.flag {

background-size: cover;
}
.icon.indo {
	background: url('../icons/flag-indo.svg') center no-repeat;
}
.icon.return {
	background: url('../icons/more.svg') center no-repeat;
}
.btn.btn-primary {
	background: #ffdc09;
	color: #000; 
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
	background: #d8ba00;
	color: #000000;
}
.btn.btn-secondary {
	background: #cb0000;
	color: #fff;
	font-size: 13px;
}
.btn.btn-secondary.pasted {
	background: #414141;
	color: #ffffff;
}
.btn.btn-secondary:hover {
	background: #900000;
}
.btn.btn-secondary.pasted:hover {
	background: #5f5f5f;
}
.btn:focus,
.btn:active {
	border: none!important;
	outline: none!important;
}
.btn.btn-primary:hover,
.btn.btn-primary.load {
	-webkit-animation: movingback 5s ease infinite;
	-moz-animation: movingback 5s ease infinite;
	animation: movingback 5s ease infinite;
	background-size: 200% 200%;
}
.loader {
	display: none;
	position: absolute;
	height: 15px;
	width: 200px;
	--c: no-repeat linear-gradient(#eed900 0 0);
	background: var(--c), var(--c), #898989;
	background-size: 60% 100%;
	animation: loader 2s infinite;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.spinner {
  width: 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid #ffffff;
  animation:
    spina 0.8s infinite linear alternate,
    spinb 1.6s infinite linear;
}
@keyframes spina{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes spinb{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

@keyframes loader {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}
/*--------------------------------------------
	Section
-----------------------------------------------*/
.row .step {
	margin: 20px 0;
}
.row .step .img {
	text-align: center;
}
.row .step img {
	max-width: 300px;
	width: 100%;
	object-fit: cover;
}
.row .step.two img {
	max-width: 100%;
}
.row .step span {
	display: inline-block;
	background: #000;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
}
.row .step p {
	font-size: 20px;
	color: #8d8d8d;
}
#resultsec {
	display: none;
	background: #ffffff;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
}
#resultsec .btn-back {
	display: block;
	text-align: left;
	padding: 0 0 15px 0;
}
#resultsec .btn-back .icon {
	background-color: #000;
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
#resultsec .btn-back span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #000;
}
#resultsec .btn-back span:nth-child(2) {
	margin-left: 10px;
}
.tile {
	border: 1px solid #f2f2f2;
	padding: 10px;
	border-radius: 7px;
	margin-bottom: 20px;
}
.tile .author {
	text-align: left;
	margin-bottom: 10px;
}
.tile .author .img-holder {
	display: inline-block;
	object-fit: cover;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: none;
	position: relative;
	background-color: rgb(234 234 234);
	z-index: 30;
	overflow: hidden;
	float:  left;
}
.tile .author .img-holder img {
	position: relative;
	z-index: 46;
	width: 100%;
}
.tile .author span {
	display: inline-block;
	font-weight: 500;
	margin-left: 7px;
	line-height: 35px;
}
.tile>.img-holder {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-color: rgb(234 234 234);
	position: relative;
}
.tile>.img-holder img {
	width: 100%;
	max-height: 300px;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 46;
	position: relative;
}
.shim {
	position: absolute;
	left: -45%;
	height: 100%;
	width: 45%;
	background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
	background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
	background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
	animation: shimming 1s infinite;
	z-index: 45;
}
#resultsec .btn {
	display : block;
	background: #97c300;
	color: #fff;
	padding: 15px 0;
	font-size: 16px;
	border: none !important;
    outline: none !important;
}
#resultsec .btn span {
	display: inline-block;
	vertical-align: middle;
	border:  none;
	outline: none;
}
#resultsec .btn:hover {
	opacity: .7;
}
#resultsec .btn.Video {
	background: #00b0fd;
}
#resultsec .btn:nth-child(2) {
	margin-top: 10px;
}
#resultsec .btn.more {
	padding: 7px 0;
	background: #333333;
	margin-top: 10px;
}
.section.anim {
	background: rgb(98,40,215);
	background: linear-gradient(90deg, rgba(98,40,215,1) 1%, rgba(238,42,123,1) 15%, rgba(254,206,52,1) 30%);
	background-size: 400% 400%;
	position: relative;
	overflow: hidden;
}
.section .box {
	position: absolute;
	width: 100%;
	height: 100%;
	/* margin: 0 -200px 0 0; */
}
.section.main {
	text-align: center;
    color: #000;
}

.section.main h1, 
.section.main h2,
.section.main p {
	margin: 5px 0 5px 0;
}
.section.main h1 {
	font-weight: 600;
	font-size: 38px;
	color: #fff;
}
.section.main h2 {
	font-weight: 400;
	font-size: 26px;
	color: #ffffff;
	margin: 10px 0;
}
.section.main p {
	color: #fff;
}
.section.content {
	padding-top: 60px;
}
.section.content.page {
	padding: 20px 0;
}
.section.content img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}
.section.content p {
	font-size: 16px;
	line-height: 30px;
	color: #474747;
}
.section.content .txt-cont>h1,
.section.content .txt-cont>h2,
.section.content .txt-cont>h3 {
	color: #8a00ff;
}
.section.content .content-item {
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: center;
}
.section.content .content-item:nth-child(even) {
	flex-direction: row-reverse;
}
.section.content .content-item .img-holder {
	flex: 1;
}
.section.content .content-item .text {
	flex: 3;
}
.section.content .content-item h3 {
	font-weight: 700;
	font-size: 30px;
	color: #8a00ff;
}
.section.content .content-item p {
	font-size: 20px;
	color: #9e9e9e
}
.content-item h3 .num {
	display: inline-block;
	background: #420079;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	vertical-align: middle;
	border-radius: 50px;
	text-align: center;
	margin-right: 10px
}
.ques-panel {
	margin: 30px 0;
}
.ques-panel .panel {
	border: none;
	box-shadow: none;
}
.ques-panel .panel-default>.panel-heading {
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
	padding:0;
}
.ques-panel h3 {
	font-size: 20px;
}
.ques-panel .panel-heading a {
	display: block;
	padding: 20px 0;
}
.ques-panel a:focus,
.ques-panel a:hover,
.ques-panel a {
	outline: none;
	text-decoration: none;
}
.ques-panel p {
	color: #ff0000;
}
.ques-panel .panel-body {
	line-height: 32px;
    font-size: 19px;
}
.ques-panel.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.note {
	padding: 10px;
    border: 1px solid #dddddd;
    background: #f3f3f3;
}

@keyframes shimming {
  0%{
    left: -45%;
  }
  100%{
    left: 100%;
  }
}
/*--------------------------------------------
	Form
---------------------------------------------*/

.main-form-section form {
	position: relative;
}
.main-form-section form.loading::before {
	content: '';
	position: absolute;
	z-index: 1;
	background: #fff;
	opacity: 0.9;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0px;
}
.main-form-section form.loading .loader {
	display: inline-block;
}
.error-box {
	padding: 0 10px 0 10px;
	letter-spacing: 0.5px;
	color: #ffb2b2;
	text-align: center;
	display: inline-block;
	position: absolute;
	min-width: 250px;
	min-height: 50px;
	z-index: 1;
	background-color: #ff1919;
	border-left: 50px solid #c70000;
	top: -60px;
	line-height: 50px;
	animation-name: floating;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.error-box:before {
	content: '';
	height: 0px;
	width: 0px;
	position: absolute;
	border-right: solid 10px transparent;
	border-left: solid 10px transparent;
	border-top: solid 10px #c70000;
	bottom: -10px;
	left: -35px;
}
.err-msg {
	line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.error-box .icon {
	fill: #a10000;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	position: absolute;
	left: -40px;
	top: 50%;
	bottom: 50%;
	transform: translate(0, -50%);
}
.main-form-section {
	margin: 10% 0 10% 0;
	position: relative;
	z-index: 1;
}

.main-form-section .input-cont,
.main-form-section .btn-cont {
	text-align: center;
	display: inline-block;
}
.main-form-section .input-cont {
	width: 80%;
	position: relative;
}
.main-form-section .input-cont button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 6px;
	z-index: 0;
}
.main-form-section .btn-cont {
	width: 19%;
	float: right;
}
.main-form-section .input-cont button,
.main-form-section .btn-cont button,
.main-form-section input {
	border: none;
	border-radius: 0;
}
.main-form-section .btn-cont button {
	width: 100%;
	min-height: 50px;
	margin: 0;
}
.main-form-section .btn-cont button span {
	margin-left: 5px;
}
.main-form-section input {
	opacity: 0.8;
	height: 50px;
}
.main-form-section input:focus {
	box-shadow: 0px 0px 10px 1px #329100;
}
.main-form-section input.err {
	box-shadow: 0px 0px 10px 1px #ff1919;
}
button span {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	line-height: 27px;
	font-size: 16px;
}
#paste span {
	font-size: 13px;
}
.contact-form-container {
	margin: 30px 0 50px 0;
}
.contact-form-container button {
	background: #00a6ec;
	color: #fff;
	display: inline-block;
	width: 300px;
	border: none;
	position: relative;
	padding: 15px 0;
}
.contact-form-container button.loading {
	text-indent: -9999px;
}
.contact-form-container button .spinner {
	display: none;
}
.contact-form-container button.loading .spinner {
	display: inline-block;
}
.contact-form-container button:hover,
.contact-form-container button:active {
	color: #fff;
	background: #0091ce;
}
.contact-form-container textarea {
	height: 100px;
}
#msg-box {
	display: none;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
}
#msg-box.error {
	background: #ffe6e6;
	border: 1px solid #ff9797;
	color: #ac0000;
}
#msg-box.success {
	background: #e9ffe6;
	border: 1px solid #47ff00;
	color: #4cac00;
}
/*--------------------------------------------
	Animations
---------------------------------------------*/

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 5px); }
    to   { transform: translate(0, -0px); }    
}
@-webkit-keyframes movingback {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes movingback {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes movingback { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}

/*--------------------------------------------
	Footer
-----------------------------------------------*/

footer {
	background-color: #8a00ff;
	border-top: 1px solid #ebebeb;
}
footer .footer-inner {
	padding: 30px 0;
}
footer p {
	font-weight: 500;
	font-size: 15px;
	color: #d39fff;
}
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li>a {
	color: #ffffff;
}
.footer-menu li>a:hover {
	color: #d39fff;
}
.footer-bar {
	padding: 12px 0;
	background: #6500bb;
	text-align: center;
}
.footer-bar p {
	margin: 0;
}
/*--------------------------------------------
	Responsive
---------------------------------------------*/
@media all and (max-width: 767px) {
	.section.content {
		padding-top: 30px;
	}
	.main-nav .navbar-header {
		float: left;
	}
	.section.main h1 {
		font-size: 34px;
	}
	.section.main h2 {
		font-size: 22px;
	}
	.section.content .content-item {
		gap: 10px;
		flex-direction: column;
	}
	.section.content .content-item:nth-child(even) {
		flex-direction: column;
	}
	.section.content .content-item .text {
		text-align: center;
	}
	.main-form-section .btn-cont,
	.main-form-section .input-cont {
		float: none;
		width: 100%;
	}
	.main-form-section .btn-cont {
		margin-top: 10px;
	}
	.main-form-section input {
		border-radius:  5px;
		opacity: 0.92;
	}
	.contact-form-container button {
		width: 100%;
	}
	.footer-menu {
		font-size: 15px;
	}
	.footer-inner {
		text-align: center;
	}
	.footer-inner .col-sm-4:not(:last-child) {
		margin-bottom: 15px;
	}
	
}

@media all and (max-width: 579px) {
	.section.main h1 {
		font-size: 30px;
	}
	.section.main h2,
	.ques-panel h3 {
		font-size: 18px;
	}
	.section.content h2{
		font-size: 26px;
		line-height: 32px;
	}
	.ques-panel .panel-body {
		line-height: 24px;
    	font-size: 14px;
	}
	#resultsec .btn-back .icon {
		width: 35px;
		height: 35px;
	}
}