@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'sapuraregular';
    src: url('../webfonts/sapur-webfont.woff2') format('woff2'),
         url('../webfonts/sapur-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sapurabold';
    src: url('../webfonts/sapurbol-webfont.woff2') format('woff2'),
         url('../webfonts/sapurbol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sapuralightregular';
    src: url('../webfonts/sapurlig-webfont.woff2') format('woff2'),
         url('../webfonts/sapurlig-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

:root {
	--primary-color: #073776;
    --secondary-color: #44d62c;
	--secondary-2-color: #29BC0F;
	--terciary-color: #008ecd;
	--quaternary-color: #414041;
}

.container {
	max-width: 1280px;
}

.form-control {
	height: calc(2.55rem + 2px);
	border-radius: 0.5rem;
}

.btn-primary {
	color: #FFF;
	background-color: var(--terciary-color);
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
	border-radius: 0.5rem;
}

.btn-secondary {
    color: yellow;
    background-color: var(--secondary-2-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    border-radius: 0.5rem;
    border: none !important;
}

.btn-terciary {
    color: #444444;
    background-color: #e3e3e3;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    border-radius: 0.5rem;
    border: none !important;
    padding: 10px 40px !important;
}

.btn-terciary img {
    height: 25px;
    margin-right: 10px;
}

.btn-lg {
	font-size: 14px;
	line-height: 14px;
	padding: 18px 40px;
}

.btn-md {
	font-size: 12px;
	line-height: 12px;
	padding: 14px 20px;
}

.border-custom-light {
    border-color: #FFFFFF11;
}

::-moz-selection {
	background: var(--primary-color); /* Gecko Browsers */
	color: #FFF;
	opacity: 1;
}

::selection {
	background: var(--primary-color); /* WebKit/Blink Browsers */
	color: #FFF;
	opacity: 1;
}

.btn:focus {
    box-shadow: none !important;
}

/*@media (min-width: 992px) {*/
	*:focus {
	    outline: none !important;
	}
/*}*/

.w-90 {
	width: 90%;
}

p {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

ul li {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}

a,
.a {
	color: var(--secondary-color);
}

a:hover,
.a:hover,
a:focus,
.a:focus,
a:active,
.a:active {
	color: #444;
	text-decoration: none;
}

.h1, h1 {
	font-weight: 600;
	font-size: 48px;
	color: var(--secondary-color);
}

.h2, h2 {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 600;
}

.notransition {
	transition: none !important;
}

input[type='text']:hover,
input[type='text']:focus,
input[type='text']:active,
input[type='password']:hover,
input[type='password']:focus,
input[type='password']:active,
textarea:hover,
textarea:focus,
textarea:active,
input[type='email']:hover,
input[type='email']:focus,
input[type='email']:active {
	border: 1px solid var(--primary-color) !important;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: -5px 5px 5px 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #333;
    border-color: #333 #333 #333;
    color: #FFF;
    border-radius: 200px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    opacity: 1;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
}

.owl-carousel .owl-nav button[class*="owl-"]:hover, .owl-carousel .owl-nav button[class*="owl-"].hover {
    background-color: #333;
    border-color: #333 #333 #333;
    color: #ffffff;
    transform: scale(1.1);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    position: relative;
    left: -2px;
    top: 0px;
}

.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.logo {
    max-width: 90%;
    margin-top: 20px;
}

main {
	flex-grow: 1;
}

/* login */
.page-login {
	display: flex;
	flex-direction: column;
}

.page-login main {
	background-color: var(--primary-color);
}

.page-login .login {
	height: 100%;
}

.page-login .login .container {
	height: 100%;
}

.page-login .login .form-group {
    margin-bottom: .25rem;
}

.page-login .login label {
	font-size: 11px;
	line-height: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
}


/* upload */
.page-upload {
	display: flex;
	flex-direction: column;
}

.page-upload main {
	background-color: var(--primary-color);
}

.page-upload .upload {
	height: 100%;
}

.page-upload .upload .container {
	height: 100%;
}

.page-upload .intro-msg p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
}

.page-upload .intro-msg .caption {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #FFF;
}

.page-upload .intro-msg p.green-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #00d700;
    width: 80%;
    margin: 0 auto;
}

.page-upload .guidelines {
    background-color: #0085ca;
    padding: 10px 50px;
}

@media (max-width: 991px) {
    .page-upload .guidelines {
        background-color: #0085ca;
        padding: 10px 20px;
    }    
}

.page-upload .guidelines .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #FFF;
}

.page-upload .guidelines p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
}

.page-upload .guidelines ul {
    list-style: binary;
}

.page-upload .guidelines li {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #FFF;
}

.page-upload .guidelines .guidelines-en li {
    color: #073776;
}

.page-upload .guidelines .guidelines-en p {
    color: #073776;
}

.page-upload .upload-box .user-img img {
    width: 92%;
    height: auto;
    object-fit: scale-down;
}

.page-upload .upload-box label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
}

/* generator */
.page-generator {
    display: flex;
    flex-direction: column;
}

.page-generator main {
    background-color: var(--primary-color);
}

.page-generator .generator {
    height: 100%;
}

.page-generator .generator .container {
    height: 100%;
}

.page-generator .generator-templates-caption {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 0;
}

.page-generator .generator-templates-counter {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 30px;
}

.page-generator .generator-templates-carousel .owl-nav {
    top: -50px;
}

.page-generator .generator-templates-carousel {
    cursor: move;
}

.page-generator .generator-templates-carousel .item a {
    display: inline-block;
    border: 3px solid #FFFFFF33;
}

.page-generator .generator-templates-carousel .owl-item .item.active a {
    border: 3px solid var(--secondary-color);
}

/*.page-generator .generator-templates-carousel .owl-stage-outer {
    pointer-events: none;
}*/

.page-generator .generator-templates-carousel .owl-nav button {
    box-shadow: unset;
}

.page-generator .info-1 {
    text-align: center;
    background-color: #FFFFFF11;
    border-radius: 7px;
    padding: 20px 5px;
    display: block;
    margin: 7px 0 15px;
}

.page-generator .info-1 img {
    vertical-align: middle;
    display: inline-block;
    width: 50px;
    height: auto;
    object-fit: scale-down;
}

.page-generator .info-1 .caption {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #FFF;
    vertical-align: middle;
    display: inline-block;
    width: 200px;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .page-generator .info-1 {
        text-align: center;
        background-color: #FFFFFF09;
        border-radius: 7px;
        padding: 10px 5px;
        display: block;
    }

    .page-generator .info-1 img {
        vertical-align: middle;
        display: inline-block;
        width: 45px;
        height: auto;
        object-fit: scale-down;
    }

    .page-generator .info-1 .caption {
        font-size: 13px;
        line-height: 18px;
        font-weight: 500;
        color: #FFF;
        vertical-align: middle;
        display: inline-block;
        width: 200px;
        padding: 0 15px;
    }    
}

.page-generator #zoomInButton {
    width: 100%;
}

.page-generator #zoomOutButton {
    width: 100%;
}

.page-generator #combinedImage {
    display: none;
}

.page-generator #imageArea {
    max-width: 100%;
    height: auto;
    cursor: move;
}

.page-generator #imageArea2 {
    display: none;
}





#footer {
    height: 60px;
	min-height: 60px;
	background-color: var(--secondary-color);
	/*display: none;*/
}

#footer .credits {
	height: 100%;
}

#footer .container {
	height: 100%;
}

#footer .credits .cia {
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	color: var(--primary-color);
}

#footer .credits .dev a {
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	color: var(--primary-color);
}


.dropzone {
    /*border: dashed 4px #ddd !important ;*/
    /*background-color: #f2f6fc;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0px 0px 0 5px rgba(255,255,255,1);*/
}

.dropzone .dropzone-container {
    padding: 2rem 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #8c96a8;
    z-index: 20;
}

.dropzone .file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.dropzone .file-icon {
    font-size: 60px;
    background-color: #CCC;
    color: #FFF;
    border-radius: 200px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.dropzone .hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    margin: 8px 0px;
}

.dropzone .hr-sect:before,
.dropzone .hr-sect:after {
    content: "";
    flex-grow: 1;
    background: #ddd;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

.dropzone button {
    pointer-events: none;
}

.owl-carousel .owl-stage {
	transform: translate3d(0px, 0px, 0px) !important;
}