@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

:root {
    --bs-blue: #001c68;
    --bs-indigo: #5243c2;
    --bs-purple: #611f69;
    --bs-pink: #d63384;
    --bs-red: #dd3131;
    --bs-orange: #fd7e14;
    --bs-yellow: #fec572;
    --bs-green: #6b9f36;
    --bs-teal: #feefea;
    --bs-cyan: #fdf0ea;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #8a8a8a;
    --bs-gray-dark: #7a8496;
    --bs-gray-100: #f1f1f5;
    --bs-gray-200: #efefef;
    --bs-gray-300: #8c8c8c;
    --bs-gray-400: #7a8496;
    --bs-gray-500: #edecf9;
    --bs-gray-600: #8a8a8a;
    --bs-gray-700: #f2f2f8;
    --bs-gray-800: #7a8496;
    --bs-gray-900: #14141c;
    --bs-primary: #1642b9;
    --bs-secondary: #061434;
    --bs-info: #2776fc;
    --bs-light: #f9f9fb;
    --bs-warning: #ee7b11;
    --bs-primary-rgb: 22, 66, 185;
    --bs-secondary-rgb: 6, 20, 52;
    --bs-info-rgb: 39, 118, 252;
    --bs-light-rgb: 249, 249, 251;
    --bs-warning-rgb: 238, 123, 17;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 20, 20, 28;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Manrope", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1.125rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1;
    --bs-body-color: #14141c;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #8c8c8c;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 5px;
    --bs-border-radius-sm: 10px;
    --bs-border-radius-lg: 15px;
    --bs-border-radius-xl: 20px;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #1642b9;
    --bs-link-hover-color: #123594;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3e3;
}

body.bg-theme1 {
    background: url(/assets/website/img/bg-dot.png),
        url(/assets/website/img/bg-dot.png),
        url(/assets/website/img/bg-round.png),
        url(/assets/website/img/bg-tree.png),
        url(/assets/website/img/bg-bottom-hero.png);
    background-position: 10px 10px, bottom 190px right 10px, left 55% top -1px,
        left 45% bottom -1px, center bottom -1px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #006c81;
}

body {
    font-family: var(--bs-body-font-family);
    color: #fff;
}

.form-wrapper {
    z-index: 1;
    font-family: var(--bs-body-font-family);
}

.welcome h1 {
    font-size: 28px;
}

a {
    color: #0087ff;
}

a:hover {
    color: #2097ff;
}

.auth-wrapper {
    height: 100vh;
    background-color: #ff8585;
    background: url(../images/bg-themes/1.png);
    background-attachment: fixed;
    background-size: cover;
    height: calc(var(--vh, 1vh) * 100);
}

.btn:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 0.3s;
    outline: none;
    text-decoration: none;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%),
        0 4px 6px -2px rgb(0 0 0 / 5%);
}

.btn-primary {
    background: linear-gradient(-45deg, #a6bdff, #005bff);
    transition: all 0.5s ease-out;
}

.btn-primary:hover {
    background: linear-gradient(-45deg, #6b92ff, #0043c0);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #ff8585;
    border-color: #a600ff;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.form-control:focus {
    border-color: #a600ff;
    box-shadow: 0 0 0 0.2rem rgba(166, 0, 255, 0.25);
}

.form-control {
    color: #888;
    background-color: #ffffff !important;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    appearance: auto;
}

.text-xs {
    font-size: 0.75rem;
}

/*remove third party custom style*/
.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;

    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

#regForm {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px; */
    border: none;
    background-color: rgb(0 0 0 / 8%);
    margin: 0px auto;
    padding: 40px;
    border-radius: 10px;
    backdrop-filter: blur(12px);
}

h4 {
    text-align: center;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

input.invalid {
    background-color: #527aa7;
}

.tab {
    display: none;
}

button {
    background-color: #4caf50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;

    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}

.step {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #00ff0a;
}

.all-steps {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.thanks-message {
    display: none;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.card-title {
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    letter-spacing: 5px;
}

.tab h3 {
    font-size: 22px;
    font-weight: 900;
}

#regForm button {
    background: #00577a;
    /* border: 2px solid #ffffff61; */
    border-radius: 20vw;
    /* color: #000; */
}

/*waves****************************/

.box {
    z-index: -20;
    position: fixed;
    top: 20%;
    transform: rotate(60deg);
    right: 0;
}

.wave {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 3%;
    left: 10%;
    background: #ffffff3b;
    width: 1500px;
    height: 1300px;
    margin-left: -150px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite linear;
}

.wave.-three {
    animation: drift 15000ms infinite linear;
    position: fixed;
    background-color: #77daff;
}

.wave.-two {
    animation: drift 10000ms infinite linear;
    opacity: 0.1;
    background: black;
    position: fixed;
}

.box:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    transform: translate3d(0, 0, 0);
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

/*LOADING SPACE*/

.contain {
    animation-delay: 4s;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    background: #25a7d7;
    background: -webkit-linear-gradient(#25a7d7, #2962ff);
    background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
    width: 100px;
    height: 100px;
    margin: 0 5px;
}

/*Animation*/
.icon:nth-child(2) img {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.icon:nth-child(3) img {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.icon:nth-child(4) img {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.icon img {
    -webkit-animation: anim 2s ease infinite;
    animation: anim 2s ease infinite;
    -webkit-transform: scale(0, 0) rotateZ(180deg);
    transform: scale(0, 0) rotateZ(180deg);
}

@-webkit-keyframes anim {
    0% {
        -webkit-transform: scale(0, 0) rotateZ(-90deg);
        transform: scale(0, 0) rotateZ(-90deg);
        opacity: 0;
    }

    30% {
        -webkit-transform: scale(1, 1) rotateZ(0deg);
        transform: scale(1, 1) rotateZ(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1, 1) rotateZ(0deg);
        transform: scale(1, 1) rotateZ(0deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0, 0) rotateZ(90deg);
        transform: scale(0, 0) rotateZ(90deg);
        opacity: 0;
    }
}

@keyframes anim {
    0% {
        -webkit-transform: scale(0, 0) rotateZ(-90deg);
        transform: scale(0, 0) rotateZ(-90deg);
        opacity: 0;
    }

    30% {
        -webkit-transform: scale(1, 1) rotateZ(0deg);
        transform: scale(1, 1) rotateZ(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1, 1) rotateZ(0deg);
        transform: scale(1, 1) rotateZ(0deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0, 0) rotateZ(90deg);
        transform: scale(0, 0) rotateZ(90deg);
        opacity: 0;
    }
}

.tab h3 {
    color: #fff;
}

.form-group {
    margin-top: 10px;
}

button {
    margin-top: 20px;
}

@media (min-width: 1400px) {
    body.bg-theme1 {
        background: url(/assets/website/img/bg-dot.png),
            url(/assets/website/img/bg-dot.png),
            url(/assets/website/img/bg-round.png),
            url(/assets/website/img/bg-tree.png);
        background-position: 10px 10px, bottom 190px right 10px,
            left 55% top -1px, left 45% bottom -1px, center bottom -1px;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: #006c81;
    }
}

.forget {
    border: none;
    background-color: rgb(0 0 0 / 8%);
    margin: 0px auto;
    padding: 40px;
    border-radius: 10px;
    backdrop-filter: blur(12px);
}
