/*--------------------------------------------
	General
-----------------------------------------------*/

body {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 28px;
	overflow-x: hidden;
	background: #fff9f2;
}

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;
	height: 48px;
}
.site-logo {
	background: url('../icons/redsv-logo.svg') center no-repeat;
	display: inline-block;
	width: 156px;
	height: 100%;
}
.site-logo.dark {
	background: url('../icons/redsv-logo-footer.svg') center no-repeat;
}
#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;
}
.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/download.svg') center no-repeat;
	width: 25px;
	height: 25px;
}
#resultsec .icon.down {
	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: #d64933;
	border-radius: 30px;
	color: #ffffff;
	font-weight: 500;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
	background: #bb4735;
	color: #fff
}
.btn.btn-secondary {
	background: #ffbd73;
	color: #fff;
	font-size: 13px;
	border-radius: 30px;
}
.btn.btn-secondary.pasted {
	background: #ac7c46;
	color: #ffffff;
}
.btn.btn-secondary:hover {
	background: #ce9656;
}
.btn.btn-secondary.pasted:hover {
	background: #865d2e;
}
.btn:focus,
.btn:active {
	border: none!important;
	outline: none!important;
}
.loader {
	width: 45px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 10px solid #ffe5cb;
	border-right-color: #d64933;
	animation: rotation 0.5s infinite linear;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
	display: none;
}
@keyframes rotation {to{transform: rotate(1turn)}}
/*--------------------------------------------
	Section
-----------------------------------------------*/

#resultsec {
	display: none;
	background: #ffffff;
	padding: 10px;
	border-radius: 10px;
	margin: 20px 0 20px 0;
	padding: 30px;
}
#resultsec .result-item {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #ffe8d0;
}
#resultsec .result-item .info {
	padding: 0 5px 0 0;
}
#resultsec .result-item .info,
#resultsec .result-item .value{
	flex: 1;
	line-height: 20px;
}
#resultsec .thumbnail-holder {
	overflow: hidden;
	border-radius: 20px;
	margin: auto;
	width: 250px;
	height: 125px;
	margin-bottom:  20px;
}
#resultsec .thumbnail-holder img {
	width: 100%;
}
#resultsec .thumbnail-holder.image {
	background: url(../icons/image-thumbnail.svg) center no-repeat;
}
#resultsec .thumbnail-holder.video {
	background: url(../icons/video-thumbnail.svg) center no-repeat;
}
#resultsec .gallery-image {
	width: 49%;
	padding: 10px;
	float: left;
}
#resultsec .gallery-image .img-holder {
	height: 150px;
	overflow: hidden;
}
#resultsec .gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
#resultsec .btn-back {
	display: block;
	text-align: left;
	padding: 0 0 15px 0;
}
#resultsec .btn-back .icon {
	background-color: #000;
	width: 40px;
	height: 40px;
	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;
}
#resultsec .btn {
	display : block;
	background: #d64933;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	outline: none;
	border: none;
	border-radius:  30px;
}
#resultsec .btn .quality {
	text-transform: uppercase;
}
#resultsec .btn span.icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#resultsec .btn:hover {
	opacity: .8;
}
#resultsec .btn:not(:first-child) {
	margin-top: 10px;
}
#resultsec .btn.more {
	padding: 10px 0;
	background: #404040;
	margin-top: 10px;
	!i;!;
}
.feature-container {
	display: flex;
	gap: 15px;
	margin-top: 50px;
}
.feature-tile {
	text-align: center;
	padding: 30px 20px 20px 20px;
	background: #fff;
	border: 1px solid #ffefde;
	border-radius: 10px;
	position: relative;
	flex: 1;
}
.feature-tile.dark {
	background: #d64933;
	color: #ffffff;
}
.feature-tile.dark h3 {
	color: #ffe7cf !important;
}
.feature-tile>span {
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: inline-block;
	background-color: #ffe7cf;
	border-radius: 50%;
	border: 1px solid #ffefde;
	top: -25px;
	right: 0;
	left: 0;
	margin: auto;
}
.feature-tile>span:before {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: 50% !important;
}
.feature-tile>span.step {
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: #d64933;
}
.feature-tile>span.step:before {
	display: none;
}
.feature-tile>span.audio:before {
	background: url('../icons/audio-icon.svg') center no-repeat;
}
.feature-tile>span.hd:before {
	background: url('../icons/hd-icon.svg') center no-repeat;
}
.feature-tile>span.mp4:before {
	background: url('../icons/play-icon.svg') center no-repeat;
}
.feature-tile h3 {
	margin: 15px 0 15px 0 !important;
	font-size: 18px !important;
}
.section.anim {
	background: #ffe9d2;
	background-size: 150% 150%;
	position: relative;
	overflow: hidden;
}
.section .box {
	position: absolute;
	width: 100%;
	height: 100%;
}
.section.main {
	text-align: center;
    color: #000;
}

.section.main h1, 
.section.main h2,
.section.main p {
	margin: 5px 0 5px 0;
	color: #D64933;
}
.section.main h1 {
	font-weight: 600;
	font-size: 38px;
}
.section.main h2 {
	font-weight: 400;
	font-size: 22px;
	color: #da7e70;
	margin: 10px 0;
}
.section.content h3 {
	font-size: 21px;
}
.section.content h1,
.section.content h2,
.section.content h3 {
	color: #d64933;
	line-height: 40px;
	margin-bottom: 20px;
}
.section.content {
	padding-top: 60px;
}
.section.content.page {
	padding: 20px 0;
}
.section.content img {
	width: 100%;
	border-radius: 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: 3px solid #ffc78d42;
	padding:0;
}
.section .ques-panel h3 {
	font-size: 20px;
	color: #565656;
	margin-bottom: 0;
}
.ques-panel a {
	display: block;
    padding: 15px;
    font-size: 18px;
    position: relative;
	border-radius: 30px;
}
.ques-panel a:after {
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('../icons/down-arrow.svg') center no-repeat;
	transition: 200ms ease;
}
.ques-panel a:not(.collapsed):after {
	transform: rotate(180deg);
}
.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: 14px;
}
.ques-panel.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
	background: #fff1e1;
}
.note {
	padding: 10px;
    border: 1px solid #dddddd;
    background: #f3f3f3;
}
.social-container {
	width: 100%;	
	overflow-x: auto;
	white-space: nowrap;
}
.social-container .item{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 10px 10px;
}
/*--------------------------------------------
	Form
---------------------------------------------*/

.main-form-section form {
	position: relative;
	margin-top: 30px;
}
.main-form-section form.loading::before {
	content: '';
	position: absolute;
	z-index: 1;
	background: #fff;
	opacity: 0.95;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	border-radius: 30px;
}
.main-form-section form.loading .loader {
	display: inline-block;
	border-radius: 30px;
	/* overflow: hidden; */
}
.error-box {
	padding: 0 10px 0 10px;
	letter-spacing: 0.5px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	min-width: 250px;
	min-height: 50px;
	max-width: 600px;
	margin: 10px auto auto auto;
	z-index: 1;
	background-color: #fd8e8e;
	border: 1px solid #fc6a6a;
	border-radius: 5px;
	line-height: 50px;
}
.err-msg {
	line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.error-box .icon {
	fill: #a10000;
	height: 25px;
	width: 25px;
	vertical-align: middle;
	margin-right: 5px;
}
.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;
	!i;!;
}
.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;
	padding: 6px 25px;
	border-radius: 30px;
	transition: 0.3s ease;
	box-shadow: none;
}
.main-form-section input:focus {
	box-shadow: 0px 0px 0px 6px #ffd4a95e;
}
.main-form-section input.err {
	box-shadow: 0px 0px 0px 3px #faabab;
}
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;
}
.boxed {
	padding: 40px 20px;
	border: 1px solid #ffecd7;
	background: #ffffff;
	border-radius: 10px;
	margin-bottom: 40px;
}
.boxed:not(:first-child) {
	margin-top: 25px;
}
.boxed.dark {
	background: linear-gradient(45deg, rgb(255 101 77) 20%, rgb(255 184 102) 100%);
	color: #fff;
}
.boxed.dark h2,
.boxed.dark h3 {
	color: #fff;
}
.boxed h2 {
	margin-top: 0;
}
.boxed p:last-child {
	margin-bottom: 0;
}
.boxed.center {
	text-align: center;
}
ul.features {
	list-style: none;
	margin: 0;
	padding: 0 60px;
}
ul.features li {
	display: inline-block;
	width: 49%;
	padding: 10px 0 10px 30px;
	font-size: 16px;
	position: relative;
}
ul.features li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url('../icons/feature.svg') center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
#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
---------------------------------------------*/
.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;
}
@-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%}
}
@keyframes shimming {
  0%{
    left: -45%;
  }
  100%{
    left: 100%;
  }
}

/*--------------------------------------------
	Footer
-----------------------------------------------*/

footer {
	background-color: #ffe8d0;
	border-top: 1px solid #ffc88f;
}
footer .footer-inner {
	padding: 30px 0;
}
footer p {
	color: #cc8b47;
	font-weight: 500;
	font-size: 14px;
}
.footer-logo p {
	font-size: 13px;
}
.footer-brand-container {
	padding-right: 30px;
    border-right: 1px solid #ffc88f;
}
.footer-brand {
	height: 40px;
	margin-bottom: 10px;
}
.footer-menu p {
	color: #d64933;
	font-size: 18px;
}
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li>a {
	color: #cc8b47;
}
.footer-menu li>a:hover {
	color: #ff5257;
}
.footer-bar {
	padding: 7px 0;
	background: #d64933;
	text-align: center;
}
.footer-bar p {
	color: #fff;
}
footer .footer-bar p {
	margin: 0;
}
/*--------------------------------------------
	Responsive
---------------------------------------------*/
@media all and (max-width: 991px) {
	#resultsec .gallery-image {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.main-nav .navbar-header {
		float: left;
	}
	.section.main h1 {
		font-size: 34px;
	}
	.section.main h2 {
		font-size: 22px;
	} 
	.section.content h2, 
	.section.content h3 {
		font-size: 26px;
	}
	ul.features li {
		width: 100%;
		line-height: 20px;
	}
	.content-tiles {
		padding: 0;
	}
	.ques-panel {
		margin: 0;
	}
	.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 {
		opacity: 0.92;
	}
	.feature-container {
		flex-direction: column;
	}
	.feature-tile:not(:first-child) {
		margin-top: 20px;
	}
	.media-header {
		text-align: center;
	}
	.media-header p {
		font-size: 20px;
	}
	ul.features {
		padding: 0;
	}
	.contact-form-container button {
		width: 100%;
	}
	.ques-panel a {
		padding: 10px 40px 10px 15px;
	}
	.section.content .content-item {
		gap: 10px;
		flex-direction: column;
		padding: 20px;
	}
	.section.content .content-item:nth-child(even) {
		flex-direction: column;
	}
	.section.content .content-item .text {
		text-align: center;
	}
	.section.content .content-item h3 {
		font-size: 22px;
	}
	.section.content .content-item p {
		font-size: 15px;
	}
	.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) {
	.site-logo {
		max-width: 100px;
	}
	.navbar-brand {
		height: 40px;
	}
	.main-nav,
	.lang-cont{
		padding: 5px 0;
	}
	.main-form-section h2 {
		font-size: 15px !important;
	}
	.ques-panel a {
		line-height: 24px;
		font-size: 16px;
	}
	.section.main h1 {
		font-size: 24px;
		line-height: 33px;
	}
	.section.main h2,
	.ques-panel h3 {
		font-size: 18px;
	}
	.section.content h2{
		font-size: 22px;
		line-height: 32px;
	}
	.ques-panel .panel-body {
		line-height: 24px;
    	font-size: 14px;
	}
	#resultsec .gallery-image .btn {
		font-size: 14px;
		padding: 7px;
		margin-top: 2px;
		border-radius: 10px;
	}
	#resultsec .gallery-image .btn>span {
		display: none;
	}
	#resultsec .btn-back .icon {
		width: 35px;
		height: 35px;
	}
}

@media all and (max-width: 419px) {
	#resultsec .btn {
		font-size: 13px;
	}
}