@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Raleway", serif; */

/* 	-----------------------------------------------------
    ------------------- General Styles ------------------
    ----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", serif;
    color: #272831;
    background-color: #F6FBFF;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #272831;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #039FFF;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.d-block {
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container {
    margin: 0 auto;
    max-width: 1010px;
    padding: 0 15px;
}

/* 	-----------------------------------------------------
    -------------------- Header Styles ------------------
    ----------------------------------------------------- */
.header-section {
    padding: 15px 0 0 0;
    text-align: center;
}

.header-section svg {
    display: block;
    width: 100%;
}

/* 	-----------------------------------------------------
    ------------------- Content Styles ------------------
    ----------------------------------------------------- */
.content-section {
    min-height: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.4;
    color: #272831;
    padding: 10px 0;
}

.content-section h1 {
    font-size: 40px;
}

.content-section h2 {
    font-size: 36px;
}

.content-section h3 {
    font-size: 32px;
}

.content-section h4 {
    font-size: 28px;
}

.content-section h5 {
    font-size: 24px;
}

.content-section h6 {
    font-size: 20px;
}

.content-section h6 span {
    color: #F52F46;
}

.content-section h6 a {
    color: #039FFF;
    transition: all .4s ease-in-out;
}

.content-section h6 a:hover {
    border-bottom: 3px solid #039FFF;
    transition: all .4s ease-in-out;
}

.content-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #504E58;
    padding: 10px 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.content-section ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #504E58;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 10px 18px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #504E58;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-01 a {
    margin: 15px 0;
    padding: 15px 40px;
    width: auto;
    height: auto;
    background: transparent;
    border: 1px solid #0F0E11;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #0F0E11;
    text-transform: uppercase;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.btn-01 a:hover {
    background: #D3AF38;
    color: #0F0E11;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:760px) {
    .content-section h1 {
        font-size: 30px;
    }

    .content-section h2 {
        font-size: 28px;
    }

    .content-section h3 {
        font-size: 24px;
    }

    .content-section h4 {
        font-size: 22px;
    }

    .content-section h5 {
        font-size: 20px;
    }

    .content-section h6 {
        font-size: 16px;
    }

    .content-section p {
        font-size: 16px;
    }

    .content-section ul li {
        font-size: 16px;
    }

    .content-section ol li {
        font-size: 16px;
    }

    .btn-group {
        gap: 15px;
    }

    .btn-01 a {
        margin: 10px 0;
        padding: 10px 15px;
        font-size: 14px;
    }
}

.about-section {
    margin: 0 auto;
    padding: 0;
    max-width: 940px;
    text-align: center;
}

.about-section p {
    padding: 0;
}

.form-section {
    margin: 30px auto;
    padding: 20px;
    max-width: 940px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px #DCEAF5;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.form-section .upload-wrapper {
    padding: 30px;
    width: 50%;
    border: 2px dashed #039FFF;
    border-radius: 15px;
    text-align: center;
}

.form-section .upload-wrapper h5 {
    font-weight: 700;
    padding: 0;
}

.form-section .upload-wrapper p {
    font-size: 18px;
    font-weight: 500;
}

.form-section .upload-wrapper p small {
    font-size: 14px;
    font-weight: 400;
}

#progressBar,
#up-bar,
#up-percent {
    height: 6px;
    border-radius: 3px;
}

#progressBar {
    margin: 30px auto;
    position: relative;
    background: #039FFF33;
}

#up-bar {
    background: #039FFF;
    width: 0;
    transition: width 0.5s;
}

#up-percent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
}

#images {
    display: none;
}

#up-label {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-bottom: 2px solid #039FFF;
    font-size: 18px;
    font-weight: 700;
    color: #039FFF;
    cursor: pointer;
}

#images:disabled~#up-label {
    color: #FA6E7F;
    border-bottom: 2px solid #FA6E7F;
}

.form-section .input-wrapper {
    width: 50%;
}

.form-section .input-full {
    width: 100%;
}

.form-section .input-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.form-section .input-half {
    width: 50%;
}

.form-section label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #585858;
}

.form-section label span {
    color: #FF0000;
}

.form-section input[type="text"],
.form-section input[type="email"] {
    margin: 5px auto 15px auto;
    padding: 14px;
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #039FFF;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #585858;
}

.form-section button[type="submit"] {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    height: 50px;
    background-color: #039FFF;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.form-section input[type="submit"]:hover {
    background-color: #181920;
    transition: all .4s ease-in-out;
}

.radio-group {
    padding-top: 20px;
}

.checkbox {
    padding: 15px 0 20px 0;
}

/* Custom radio buttons */
input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    font-size: 16px;
    color: #585858;
}

input[type="radio"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #039FFF;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #039FFF47 inset;
}

input[type="radio"] {
    display: none !important;
}

input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #039FFF;
}

/* Custom checkbox */
input[type="checkbox"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    font-size: 16px;
    color: #585858;
}

input[type="checkbox"]+label a {
    color: #039FFF;
    transition: all .4s ease-in-out;
}

input[type="checkbox"]+label a:hover {
    border-bottom: 2px solid #039FFF;
    transition: all .4s ease-in-out;
}

input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #039FFF;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px #039FFF47 inset;
}

input[type="checkbox"] {
    display: none !important;
}

input[type="checkbox"]:checked+label:after {
    content: "✔";
    font-size: 20px;
    line-height: 20px;
    color: #039FFF;
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

/* Swatch Color */
input::-webkit-color-swatch {
    border: 0;
}

input::-webkit-color-swatch-wrapper {
    padding: 0;
}

.customColorInput {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.customColorInput.isReadOnly {
    cursor: not-allowed;
}

.customColorInput.isReadOnly>input[type=text] {
    cursor: inherit;
    filter: contrast(0);
}

.customColorInput.isReadOnly>input[type=color] {
    pointer-events: none;
    cursor: inherit;
}

.customColorInput__text-input:focus {
    outline: none;
}

.customColorInput .invalid-feedback {
    order: 3;
}

.customColorInput__select-input {
    flex-shrink: 0;
    order: 2;
    width: 80px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none !important;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 10px;
}

.customColorInput::-webkit-color-swatch-wrapper {
    padding: 0;
}

.expired-section {
    margin: 0 auto 30px auto;
    padding: 0;
    max-width: 940px;
    text-align: center;
}

@media only screen and (max-width:760px) {
    .about-section {
        padding: 0 15px;
    }

    .form-section {
        margin: 15px;
        padding: 15px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .form-section .upload-wrapper {
        padding: 15px;
        width: 100%;
        min-height: 100px;
    }

    .form-section .input-wrapper {
        width: 100%;
    }

    .form-section .upload-wrapper p {
        font-size: 16px;
    }

    .expired-section {
        padding: 0 15px;
    }

    .form-section .input-group {
        flex-wrap: wrap;
        gap: 0;
    }

    .form-section .input-half {
        width: 100%;
    }

    .radio-group {
        padding: 10px 0 20px 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .about-section {
        padding: 0 30px;
    }

    .form-section {
        margin: 30px;
    }

    .expired-section {
        padding: 0 30px;
    }

    .form-section {
        flex-wrap: wrap;
        gap: 20px;
    }

    .form-section .upload-wrapper {
        width: 100%;
    }

    .form-section .input-wrapper {
        width: 100%;
    }
}

/* 	-----------------------------------------------------
    -------------------- Footer Styles ------------------
    ----------------------------------------------------- */
.footer-section {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.footer-section::before {
    content: "";
    width: 470px;
    height: 60px;
    background-color: #E2EBF3;
    border-radius: 8px 8px 0 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -235px;
}

@media only screen and (max-width:760px) {
    .footer-section::before {
        width: 300px;
        margin-left: -150px;
    }
}

/***************************************************
 * Generated by SVG Artista on 12/31/2024, 6:50:27 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(3, 159, 255);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(3, 159, 255);
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
    animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
    animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
    animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
    animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
    animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(91, 91, 91);
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
    animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(3, 159, 255);
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(3, 159, 255);
    }
}

.svg-elem-8 {
    -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
    animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

.copyright-section {
    margin: 0 auto 30px auto;
    padding: 0;
    max-width: 940px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #585858;
}

.copyright-section a {
    font-weight: 600;
    color: #FFAA05;
}

.copyright-section a:hover {
    border-bottom: 2px solid #FFAA05;
    transition: all .4s ease-in-out;
}



.tooltip{
    opacity: 1!important;
}
.tooltip .tooltiptext {
     visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip .float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}
.my-float2{
    margin-top: 13px;
    font-size: 30px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:13px;
}

.fa-arrow-left:before {
    content: "\f060";
    font-size: 30px;
}
#myInput{
    position: fixed;
}

.input-full {
    position: relative;
    margin-bottom: 10px;
}

.text-danger {
    position: absolute;
    font-size: 12px !important;
    color: red !important;
    left: 0;
    bottom: -6px;
    border: 1px dashed red;
    padding: 0 5px !important;
    border-radius: 3px;
}

.error-images,
.upload-wrapper,
.form-section .input-half {
    position: relative;
}


.up-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f1f1;
    z-index: 1;

    border-radius: 15px;
}

.up-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.up-image #closePreview {
    position: absolute;
    border: 1px solid #ccc;
    right: 10px;
    top: 10px;
    background: #fff;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colorpick-eyedropper-input-trigger {
    display: none;
}

.text-success {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px !important;
    color: #fff !important;
    background: green;
    padding: 5px 5px !important;
    border-radius: 3px;
}
.donate{
	    border: 1px solid red;
    padding: 5px 20px;
    background: red;
    color: white;
    border-radius: 15px;
}
.donate:hover{
    BACKGROUND: white;
    color: red;
	    box-shadow: 2px 2px red;
	transition: 0.2s;
}