*, div {
    box-sizing: border-box
}

.button-container, .container, .vert-container, body, div.navbar {
    align-content: center
}

.default-a, a {
    text-decoration: none
}

.busyback, div.navbar {
    top: 0;
    left: 0;
    right: 0
}

.busyback, .cookie-confirm {
    position: fixed;
    z-index: 8999
}

@media only screen and (min-width:600px) {
    .container, .navbar {
        padding-left: 5% !important;
        padding-right: 5% !important
    }
}

@media only screen and (min-width:800px) {
    .container, .navbar {
        padding-left: 5% !important;
        padding-right: 5% !important
    }

    .horz-container {
        flex-direction: row !important
    }
}

@media only screen and (min-width:1000px) {
    .container, .navbar {
        padding-left: 7.5% !important;
        padding-right: 7.5% !important
    }

    .horz-container {
        flex-direction: row !important
    }
}

@media only screen and (min-width:1400px) {
    .container, .navbar {
        padding-left: 20% !important;
        padding-right: 20% !important
    }

    .horz-container {
        flex-direction: row !important
    }
}

@media only screen and (min-width:1401px) {
    .container, .navbar {
        padding-left: 20% !important;
        padding-right: 20% !important
    }

    .horz-container {
        flex-direction: row !important
    }
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.frontc {
    min-height: 80vh
}

* {
    color: #555;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 100%;
    line-height: 1.75em
}

:focus {
    outline: 0
}

a {
    font-weight: 500;
    color: #e94647
}

div.icon {
    border-radius: 50%;
    padding: 12px 16px;
    width: auto;
    height: fit-content
}

div.icon img {
    width: 48px;
    height: 48px;
    transform: translateY(5px)
}

.color1, .color2, .color3, .color4 {
    background-color: #e0dbd5
}

h1 {
    font-size: 200%
}

div.navbar {
    position: fixed;
    height: 64px;
    padding: 15px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    z-index: 9999;
    background-color: rgba(234, 230, 224, .75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .5)
}

.action-button:last-child, div.navbar a:last-child {
    margin-right: 0
}

div.navbar .logo img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 36px;
    aspect-ratio: auto;
    object-fit: contain
}

div.navbar .placeholder {
    flex-grow: 1;
    flex-shrink: 1
}

.button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 20px 0
}

.action-button {
    border-radius: 30px;
    background-color: #e94647;
    border: 1px solid #e94647;
    padding: 10px 15px;
    color: #fff;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 700
}

.action-button:hover {
    background-color: #d33342
}

.action-button:active {
    background-color: #c02f3d
}

.action-button svg {
    flex-grow: 0;
    flex-shrink: 0;
    stroke: #fff;
    fill: none;
    width: 24px;
    height: 24px
}

.action-button span {
    flex-grow: 1;
    flex-shrink: 0;
    color: #fff
}

.glass-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 120px 0 60px;
    max-width: 600px
}

.glass-panel .search-box-logo {
    width: 300px !important
}

.glass-panel p {
    text-align: center !important;
    margin: 30px 0 0 !important
}

.search-box-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px 0 !important;
    border: 2px solid #eae6e0;
    border-radius: 27px;
    padding: 2px 10px 2px 2px;
    background-color: #fff;
    width: 100%
}

.horz-container, .vert-container {
    width: 100%;
    padding: 50px 15px;
    gap: 15px;
    display: flex
}

.search-box-container input[type=search] {
    flex-grow: 1;
    flex-shrink: 1;
    border: none;
    background-color: #fff;
    border-radius: 25px;
    padding: 15px;
    height: 50px
}

.search-box-container a {
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    border: none
}

.search-box-container a svg {
    fill: none;
    stroke: #e94647;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    transform: translateY(12px)
}

.search-box-container form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center
}

svg, svg.white-logo {
    width: 24px;
    height: 24px
}

svg.white-logo {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round
}

svg {
    fill: none;
    stroke: #565676;
    stroke-width: 1.25px;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin: 0 5px
}

.horz-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap
}

.vert-container {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap
}

.no-padding {
    padding: 0 !important
}

.all-padding {
    padding: 15px !important
}

.big-gap, .feature {
    gap: 30px !important
}

.item {
    width: 100% !important;
    padding: 0 !important;
    margin: 20px 0 !important;
    gap: 15px !important
}

input::placeholder, textarea::placeholder {
    color: #ccc
}

#contactus, #features-container, #main-container {
    background: url("/assets/images/background/bg1.svg") center center/cover no-repeat
}

#about-container, #footer, #register-container {
    background: url("/assets/images/background/bg2.svg") center center/cover no-repeat
}

.about-header {
    font-size: 150%;
    margin-bottom: 0
}

.about-item {
    display: flex;
    justify-content: start;
    align-content: start;
    align-items: start;
    gap: 15px
}

.about-item p {
    margin: 0
}

.form-container {
    padding: 15px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .5);
    width: 100%
}

.cookie-confirm, .intro-video-back {
    align-content: center;
    backdrop-filter: blur(10px)
}

input[type=password], input[type=text] {
    border: 1px solid #f2f2f7;
    color: #555
}

.bold {
    font-weight: 700 !important
}

.center-text {
    text-align: center
}

.top-label {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 90%;
    font-weight: 700;
    color: #555
}

.default-button {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e94647;
    background-color: #e94647;
    padding: 5px 20px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px
}

.default-a {
    font-size: 80%;
    padding: 10px 5px 0;
    color: #e94647
}

.default-a:first {
    padding-top: 0
}

.err-msg {
    display: none;
    font-weight: 400;
    font-size: 90%;
    color: #bc3545;
    background-color: rgba(255, 0, 0, .1);
    border-radius: 5px;
    padding: 15px
}

input[type=password], input[type=text] {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0 !important;
    background-color: #fff;
    height: 30px !important;
    width: 100%
}

.ta-feedback {
    height: 250px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    background-color: #fff;
    padding: 5px;
    resize: vertical
}

form.full-width {
    width: 100%
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .2)
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2)
}

.busyback {
    bottom: 0;
    display: none;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.busyback .content, .loader-circle {
    display: flex;
    justify-content: center
}

.busyback .content {
    padding: 20px;
    border-radius: 10px;
    align-content: center;
    flex-wrap: wrap
}

.busyback .content img {
    height: 32px;
    width: 32px;
    margin-right: 15px
}

.busyback .content span {
    display: inline-block;
    transform: translateY(-4px);
    letter-spacing: 3px;
    font-size: 130%
}

.loader {
    display: flex;
    flex-direction: column;
    align-items: center
}

.loader-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    align-items: center;
    animation: 1.5s ease-in-out infinite pulse;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.cookie-confirm, .modal-back .dialog {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px
}

.loader-circle:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: 1.2s linear infinite loader;
    border: 8px solid #e94647;
    border-color: #e94647 transparent
}

.loader-text {
    font-size: 24px;
    font-weight: 700;
    margin-top: 16px;
    color: #e94647
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(.8);
        opacity: .5
    }

    50% {
        transform: scale(1);
        opacity: 1
    }
}

.cookie-confirm {
    right: 30px;
    bottom: 30px;
    width: 330px;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 15px
}

.intro-video-back, .modal-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.cookie-confirm p {
    color: #000
}

.cookie-confirm .action-button {
    border-radius: 5px;
    padding: 5px 15px
}

.intro-video-back {
    flex-direction: column;
    justify-content: center;
    flex-basis: auto;
    align-items: center;
    justify-items: center;
    background-color: rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px)
}

.intro-video-back .dialog, .modal-back {
    flex-direction: column;
    align-content: center
}

.intro-video-back .dialog {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden
}

.intro-video-back .close-button {
    position: absolute;
    top: 10px;
    right: 10px
}

.intro-video-back .close-button svg {
    stroke: #e94647;
    stroke-width: 2px
}

.intro-video-back .dialog video {
    max-width: 95%;
    max-height: 90%;
    border-radius: 5px;
    border: 5px solid rgba(0, 0, 0, .1)
}

.alerts-border {
    animation: 1s 3 blink
}

@keyframes blink {
    50% {
        border: 1px solid #fff
    }
}

.modal-back {
    z-index: 9992;
    justify-content: center;
    flex-basis: auto;
    align-items: center;
    justify-items: center
}

.modal-back .dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px
}

.modal-back .dialog .caption {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding: 15px;
    text-align: left
}

.modal-back .dialog .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 15px;
    min-width: 350px;
    max-width: 600px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden
}

.modal-back .dialog .commands {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding: 15px
}

.modal-back p.notification {
    margin: 0 !important
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*.8);
    animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce), print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}
.navbar{
    height: 74px !important;
}
.navbar-button{
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
}
.navbar-button:hover{
    background-color: rgba(0, 0, 0, 0.10);
}
.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; 
    height: 0; 
    overflow: hidden;   /* optional */
    background-color:green; /* optional */
    display: contents;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

.about-section h2 {
  font-size: 2.5rem !important;
}

.about-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06);
}