@font-face {
    font-family: "Galano_black";
    src: url("../assets/galano_grotesque_black-webfont.woff2") format("woff2"), url("../assets/galano_grotesque_black-webfont.woff") format("woff");
}

@font-face {
    font-family: "Galano_grotesque";
    src: url("../assets/galano_grotesque-webfont.woff2") format("woff2"), url("../assets/galano_grotesque-webfont.woff") format("woff");
}


@font-face {
    font-family: "Avenir-heavy";
    src: url("../assets/AvenirLTProHeavy.woff2") format("woff2"), url("../assets/AvenirLTProHeavy.woff") format("woff");
}

:root {
    --hvg-primary: black;
    --hvg-secondary: white;
    --hvg-success: #198754;
    --hvg-info: yellow;
    --hvg-warning: #ffc107;
    --hvg-poor: #ff8f07;
    --hvg-danger: #dc3545;
    --hvg-light: #adb2b6fb;
    --hvg-dark: #3e3e3e;
    --hvg-font-main: SFMono-Regular, Menlo, Consolas, "Galano-grotesque", sans-serif;
    --hvg-font-header-black: "Galano_black", sans-serif;
    --hvg-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --hvg-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --hvg-body-font-family: var(--hvg-font-main);
    --hvg-body-font-size: 1rem;
    --hvg-body-font-weight: 400;
    --hvg-body-line-height: 1.5;
    --hvg-body-color: #212529;
    --hvg-body-bg: #fff;
    --hvg-body-border: 1px rgba(255, 255, 255, 0.57) solid;
    --hvg-icon-min-width: 2rem;
    --hvg-morph-background: linear-gradient(315deg, #1e1e1e, #232323);
    --hvg-morph-box-shadow: -20px -20px 60px #1c1c1c, 20px 20px 60px #262626;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: smooth;
    }
}

html {
    overflow: hidden;
}

body {
    margin: 0;
    box-sizing: border-box;
    background-color: black;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: var(--hvg-body-font-family);
    font-size: var(--hvg-body-font-size);
    font-weight: var(--hvg-body-font-weight);
    line-height: var(--hvg-body-line-height);
    color: var(--hvg-body-color);
    text-align: var(--hvg-body-text-align);
    background-color: var(--hvg-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 62.5%;
}

section {
    height: 100%;
    overflow-y: hidden;
}

div.swiper {
    height: 100%;
    margin: 5%;
    background-color: black;
}

button {
    color: var(--hvg-secondary);
}

button:disabled {
    color: var(--hvg-dark);
}

.hvg-vh100 {
    height: 100%;
}

.hvg {
    background-color: black;
    color: white;
}

.full-screen-card {
    position: relative;
    padding: 2rem !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: black;
}

.nav-wrap {
        padding: 1rem;
        top: unset;
        bottom: 0;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
}

.hvg-side-nav {
    display: flex;
    width: fit-content;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    padding: 2rem;
}

.hvg.nav-link {
    padding: 2rem;
}

.icon-small {
    color: white;
    width: 5rem;
    z-index: -1;
}

.hvg-hero-header span {
    font-size: 2.5rem;
    width: 100%;
    margin-right: 10rem;
}

.hvg-hero-header {
    display: block;
    width: 100%;
    height: 85%;
}

.hvg-hero-header h1 {
    /* text-transform: uppercase; */
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.9rem;
    text-align: left;
    line-height: 1.5;
    font-weight: 400 !important;
    margin-bottom: 1rem;
    padding-top:2rem;
    min-height: 20%;
    letter-spacing: 0.3rem;
}



.hvg-hero-header span {
    display: block;
    font-size: 1.7rem;
    padding-inline-start: 0;
    text-align: left !important;
    width: 100%;
    min-height: 30%;
}

.hvg.nav-link {
    display: block;
    background: transparent;
    color: white;
    border: solid transparent 1px;
    border-radius: 10%;
    transition: all ease-in .8s;
    z-index: 999;
}

.icon-small {
    color: white;
    cursor: pointer;
    /* margin: 2rem; */
    z-index: -1;
}

#logo-cont {
    display: block;
    position: relative;
    top: 20px;
    left: 20px;
}

.hvg-logo-holder {
    position: relative;
    min-height: 45px;
    width: 270px;
    padding-right: 10px;
    padding: 1rem;
    margin-inline-start: 0rem;
    margin-block-end: 5rem;
    justify-content: center;
    flex-wrap: nowrap;
}

.logo-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    offset: 0;
    object-fit: cover;
}

@media all and (min-width: 786px) {
    .hvg-vh100 {
        height: 100vh;
    }
    .full-screen-card {
        padding: 5rem !important;
    }
    .nav-wrap {
        padding: 0rem;
        top: 0;
        left: unset;
        right: 0;
        position: absolute;
    }
    .hvg-hero-header {
        display: block;
        width: 70%;
        height: 75%;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .hvg-hero-header h1 {
        min-height: 20%;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 400 !important;
        margin-bottom: 1rem;
        padding-top: 2rem;
    }
    .hvg-hero-header span {
        font-size: 2.5rem;
        width: 70%;
        margin-right: 10rem;
    }
    .hvg-side-nav {
        display: flex;
        width: fit-content;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        padding: 2rem;
    }
    .hvg.nav-link {
        padding: 2rem;
    }
    .icon-small {
        color: white;
        width: 5rem;
        z-index: -1;
    }
    .hvg-logo-holder {
        position: relative;
        height: 90px;
        width: 520px;
        box-sizing: border-box;
        padding: 1rem;
        margin-bottom: 10rem;
        margin-inline-start: 5rem;
    }
    .hvg.nav-link:hover {
        border: solid lightgrey 1px;
    }
    .logo-hero {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        offset: 0;
    }
}

#logo-cont {
    display: block;
    position: relative;
    top: 20px;
    left: 20px;
}


#line-bottom::before {
    /* content: url(../assets/Icon-feather-arrow-down-circle.svg); */
    position: absolute;
    right: min(5rem, 5vw);
    margin-right: 5rem;
    bottom: 1rem;
    width: clamp(2vw, 5vw, 80px);
    visibility: hidden;
}

#line-bottom:empty {
    display: block;
    border-bottom: white solid 3px;
    width: 90%;
    margin: 0 auto;
    /* visibility: hidden; */
}

#line-bottom {
    display: block;
    border-bottom: white solid 1px;
    width: 90%;
    margin: 0 auto;
    /* visibility: hidden; */
}

#line-bottom2::before {
    /* content: url(../assets/Icon-feather-arrow-down-circle.svg); */
    position: absolute;
    right: min(5rem, 5vw);
    margin-right: 5rem;
    bottom: 1rem;
    width: clamp(2vw, 5vw, 80px);
}

#line-bottom2:empty {
    display: block;
    border-bottom: white solid 3px;
    width: 90%;
    margin: 0 auto;
}

#line-bottom2 {
    display: block;
    border-bottom: white solid 3px;
    width: 90%;
    margin: 0 auto;
}

#line-bottom3::before {
    /* content: url(../assets/Icon-feather-arrow-down-circle.svg); */
    position: absolute;
    right: min(5rem, 5vw);
    margin-right: 5rem;
    bottom: 1rem;
    width: clamp(2vw, 5vw, 80px);
}

#line-bottom3:empty {
    display: block;
    border-bottom: white solid 3px;
    width: 90%;
    margin: 0 auto;
}

#line-bottom3 {
    display: block;
    border-bottom: white solid 3px;
    width: 90%;
    margin: 0 auto;
}

.message-hidden {
    visibility: hidden;
}

#hidden-message {
    padding-left: 10rem !important;
    text-align: right;
}

#full-screen-overlay {
    background-color: rgba(255, 255, 255, 0.572);
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0;
    display: none;
}

#full-screen-overlay:empty {
    display: none;
}

#popup-hvg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: yellow;
    border: solid 2px black;
    box-shadow: 50 20 10 black;
    height: 50vh;
    width: 70vw;
    /* z-index: 100; */
}

#close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 10rem;
    line-height: 10rem;
    right: 2rem;
    top: 1rem;
    cursor: pointer;
}

.popup-header h1 {
    font-size: 3rem;
    font-weight: bolder;
    display: block;
    justify-items: center;
    padding: 2rem;
    text-transform: uppercase;
}

.popup-content p {
    font-size: 2rem;
    text-justify: distribute;
    padding: 2rem 4rem 2rem 5rem;
}

.hvg-button-1 {
    color: yellow;
    border-color: yellow;
    font-size: 2rem;
}

.hvg-button-1:hover {
    color: black;
    border-color: black;
    background-color: yellow;
    box-shadow: 0 0 2rem 0.5rem yellow;
}

.hvg-button-2 {
    color: white;
    border-color: white;
    font-size: 2rem;
    background-color: transparent;
}

.hvg-button-2:hover {
    color: black;
    border-color: black;
    background-color: white;
    box-shadow: 0 0 2rem 0.5rem white;
}

.typedContainer {
    width: 80vw;
    height: 200px;
}

#typedContent {
    font-size: 4rem;
    color: black;
    font-weight: bolder;
}

.sidebar-holder {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
}


/* sizes */

.hvg-h100p {
    height: 100%;
}

.hvg-w100p {
    height: 100%;
}

.hvg-py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.hvg-py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.hvg-px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.hvg-vh-80 {
    height: 80vh;
}

.hvg-vh-60 {
    height: 60vh;
}


/* sizes-end */


/* url-check app */

.glassCard {
    font-size: 1.5rem;
    background: linear-gradient( 135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
}

.glassCard:empty {
    display: none;
    visibility: hidden;
}

.formWidget {
    position: fixed;
    top: 20%;
    right: 10rem;
    height: 50%;
    width: 20%;
    transition: all ease-in-out 0.8s;
}

.formWidget.active {
    top: unset;
    width: 100%;
    right: 0%;
    bottom: 5%;
}

.appWrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 2/1;
}

.inputWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    row-gap: 2rem;
}

.cta-form {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    color: var(--hvg-body-bg);
    text-shadow: var(--hvg-morph-box-shadow);
    background-color: transparent;
    border: 1px solid transparent;
    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
    width: fit-content;
    white-space: nowrap;
    transform: rotate(270deg);
}

.formWidget.active .cta-form {
    transform: rotate(0deg);
}

.cta-form-close {
    background-color: transparent;
    font-size: 2rem;
    border: none;
    box-shadow: none;
    color: white;
    position: absolute;
    right: 10%;
    top: 0;
}

.resultBox {
    width: 100%;
    position: absolute;
    right: 0;
    padding: 2rem;
    min-height: 30%;
    overflow-y: scroll;
    z-index: +2;
}

.formBox {
    width: 100%;
    position: absolute;
    top: 0;
    min-height: 50%;
    z-index: +1;
}

.formBox:empty {
    display: none;
    visibility: hidden;
}

.resultsWrap {
    max-height: 70%;
    overflow-y: auto;
}

.btn-wrap {
    position: relative;
}

.btn-wrap button {
    background-color: white !important;
    background: var(--hvg-morph-background);
}

.sharePopup {
    width: 50%;
    position: relative;
    background: var(--hvg-morph-background);
    box-shadow: var(--hvg-morph-box-shadow);
}

.btn.sharingBtn {
    width: 100%;
    font-size: 1.5rem;
    /* background-color: var(--hvg-primary); */
    color: var(--hvg-secondary);
    background: var(--hvg-morph-background);
    box-shadow: var(--hvg-morph-box-shadow);
}

.btn.sharingBtn .emailShare {
    color: var(--hvg-secondary);
    width: 100%;
    text-decoration: none;
    padding: 1rem;
    font-size: 1rem;
}

.emailShare span {
    padding: 1rem;
    font-size: 1rem;
    color: black !important;
    text-decoration: none;
}

.good {
    color: var(--hvg-success);
}

.average {
    color: var(--hvg-warning);
}

.poor {
    color: var(--hvg-poor);
}

.critical {
    color: var(--hvg-danger);
}

@media all and (min-width:786px) {
    .formWidget {
        height: 10%;
        top: unset;
        width: 50%;
        bottom: 0%;
        transition: all ease-in-out 0.8s;
    }
    .cta-form {
        transform: rotate(0deg);
        font-size: 4rem;
        left: 50%;
    }
    .cta-form-close {
        font-size: 4rem;
        right: 5%;
    }
    .formWidget.active {
        height: 45%;
        width: 50%;
        bottom: 0%;
    }
    .appWrapper {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .inputWrap {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        row-gap: 2rem;
        justify-content: space-around;
        font-size: 2rem;
    }
    .inputWrap input {
        width: 100%;
    }
    .btn-wrap {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .btn-wrap button {
        width: 50%;
    }
    .sharePopup {
        box-shadow: var(--hvg-morph-box-shadow);
    }
    .btn.sharingBtn .emailShare {
        width: 50%;
        font-size: 1.5rem;
        text-decoration: none;
    }
    .resultBox {
        height: 100%;
        width: 70%;
        right: 5%;
        padding: 4rem;
        line-height: 2;
    }
    .resultsWrap {
        max-height: 100%;
        overflow-y: auto;
        padding: 2rem;
    }
    .formBox {
        height: 100%;
        width: 70%;
        right: 5%;
    }
}

.tooltipURL {
    color: var(--hvg-danger);
    font-size: 1.5rem;
}


/* loader trial */

.loader {
    opacity: 0.3;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--hvg-morph-background);
    transition: all ease-in-out 0.8s;
}

.active {
    display: block;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.8;
    z-index: 1001;
    transition: all 0.3s 0.3s ease-out;
}

#loader .loader-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

#loader .spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

.loader .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #ffff;
    }
    25% {
        stroke: #ece224;
    }
    50% {
        stroke: #111010;
    }
    75% {
        stroke: #605b5bcc;
    }
    100% {
        stroke: #f4e513;
    }
}

@keyframes colors {
    0% {
        stroke: #ffff;
    }
    25% {
        stroke: #ece224;
    }
    50% {
        stroke: #111010;
    }
    75% {
        stroke: #605b5bcc;
    }
    100% {
        stroke: #f4e513;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}