@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
}

html {
    font-size: 100%;
    margin-top: 0!important;
}

img {
    width: 100%;
    height: auto;
}

a:focus,
a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    outline: none;
}

body {
    font-family: 'Nunito Sans', sans-serif;
}


/* ----------- Utility Classes ----------- */


/* Background-colors */

.dark-blue-bg {
    background-color: #0b1a65;
}

.light-blue-bg {
    background-color: #0065FF;
}

.white-bg {
    background-color: #ffffff;
}


/* End of Background-colors */


/* Text */

.dark-blue {
    color: #0b1a65;
}

.light-blue {
    color: #0065FF;
}

.white {
    color: #ffffff;
}

/* End of Text */

/* Buttons */

.button a {
    font-size: 1rem;
    padding: 1.1em 5.56em 1.1em 4.5em;
    display: inline-block;
    box-shadow: 0px 6px 12px #0038FF26;
    border-radius: 4px;
    letter-spacing: 0.26px;
    line-height: 16.8px;
}

.button a {
    position: relative;
    background: #0065FF;
    background: linear-gradient( to right, #0065FF calc(15% - 10px), #00D6FF calc(50% - 10px), #0065FF calc(45% + 10px));
    background-size: 250% 100%;
    background-position: 100% 50%;
    transition: 0.3s all;
}

@-webkit-keyframes AnimationName {
    90% {
        padding-right: 5.65em;
    }
    100% {
        padding: 1.1em 5.56em 1.1em 4.5em;
    }
}

@-moz-keyframes AnimationName {
    90% {
        padding-right: 5.65em;
    }
    100% {
        padding: 1.1em 5.56em 1.1em 4.5em;
    }
}

@keyframes AnimationName {
    90% {
        padding-right: 5.65em;
    }
    100% {
        padding: 1.1em 5.56em 1.1em 4.5em;
    }
}


@-webkit-keyframes AnimationNameTwo {
    90% {
        padding-right: 4.2em;
    }
    100% {
        padding: 1.1em 4.2em 1.1em 3.5em;
    }
}

@-moz-keyframes AnimationNameTwo {
    90% {
        padding-right: 4.2em;
    }
    100% {
        padding: 1.1em 4.2em 1.1em 3.5em;
    }
}

@keyframes AnimationNameTwo {
    90% {
        padding-right: 4.2em;
    }
    100% {
        padding: 1.1em 4.2em 1.1em 3.5em;
    }
}

.button a:hover {
    background-position: 0% 50%;
    transition: 0.3s all;
    -webkit-animation: AnimationName 0.3s;
    -moz-animation: AnimationName .3s;
    animation-fill-mode: forwards;
    animation: AnimationName .3s;
    color: #fff;
}

.button .seeHow:hover {
    background-position: 0% 50%;
    transition: 0.3s all;
    -webkit-animation: AnimationNameTwo 0.3s;
    -moz-animation: AnimationNameTwo .3s;
    animation-fill-mode: forwards;
    animation: AnimationNameTwo .3s;
    color: #fff;
}

.button a img {
    transition: all .4s ease;
}

.button a:hover img {
    transform: translateX(5px);
}

.button a img {
    max-width: 15px;
    vertical-align: middle;
    position: absolute;
    right: 15px;
}

.button .seeHow{
    padding: 1.1em 4.2em 1.1em 3.5em;
}

/* End of Buttons */


/* ----------- End Of Utility Classes ----------- */

a {
    color: #fff;
}


/* Not blocked Section*/


#notBlocked .container-fluid{
    background-color: #0B1A65;
}

#notBlocked .topNav .socialMedia {
    max-width: 10.25rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#notBlocked .topNav .socialMedia img{
    margin-right: 5px;
	max-width: 1.5rem;
}

#notBlocked .topNav{
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 23px;
}

#notBlocked .container{
    max-width: 1140px;
}

.logo img{
    max-width: 180px;
}

.brokenPC img{
    max-width: 272px;
    margin-bottom: 47px;
}

.brokenPC{
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 52px 0px 130px;
}

.brokenPC h1{
    max-width: 530px;
    font-size: 48px;
    font-weight: 400;
}

.brokenPC .col-10{
    display: flex;
    flex-direction: column;
    align-items: center;

}

.brokenPC h1 b{
    font-weight: 900;
}

.brokenPC p{
    max-width: 855px;
    margin-top: 27px;
    color: #9da3c1;
}

#notBlocked .dashboard{
    padding: 70px 0 110px;
}

.dashboard .col-12{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#notBlocked .dashboard-img{
    width: 502px;
    border-radius: 8px;
    box-shadow: 4px 30px 59px -7px rgb(24 100 204 / 11%);
}

.dashboard h2{
    font-size: 48px;
    color: #0B1A65;
}

.dashboard h2 b{
    font-weight: 900;
}

.dashboard p{
    color: #616e87;
    max-width: 560px;
    margin: 15px 0 38px;
}

#notBlocked .footer{
    background-color: #F7FAFF;
    padding: 83px 0;
}

#notBlocked .footer .footer-txt{
    font-size:29px;
    color:#0B1A65;
    max-width: 380px;
    line-height: 1.34em;
}

.heimdalHome{
    max-width: 272px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 28px;
    font-weight: 600;
}

.heimdalEnterprise{
    max-width: 260px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 28px;
    font-weight: 600;
}

.Home,
.Enterprise{
    max-width: 272px;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #0B1A65;
    font-size: 18px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {

    #notBlocked .footer .footer-txt {
        max-width: 432px;
        line-height: 1.34em;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 3rem;
    }

    .Home, .Enterprise {
        align-items: center;
    }

    .heimdalHome,
    .heimdalEnterprise{
        text-align: center;
    }
}

@media screen and (max-width: 970px) {

    .dashboard h2 {
        font-size: 42px;
    }
}

@media screen and (max-width: 770px) {

    .dashboard h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {

    .Home .button{
        margin-bottom: 3rem;
    }
}


@media screen and (max-width: 701px) {

    .brokenPC h1 {
        max-width: 470px;
        font-size: 38px;
    }

    .brokenPC {
        padding: 52px 0px 90px;
    }
}

@media screen and (max-width: 701px) {

    .brokenPC h1 {
        max-width: 395px;
        font-size: 32px;
    }

    .brokenPC p {
        margin-top: 15px;
    }
}

@media screen and (max-width: 670px) {

    #notBlocked .dashboard-img {
        width: 450px;
    }

    #notBlocked .dashboard {
        padding: 70px 0 95px;
    }

}

@media screen and (max-width: 620px) {

    .dashboard h2 {
        font-size: 30px;
    }

    .dashboard p {
        max-width: 540px; 
    }
}

@media screen and (max-width: 550px) {

    .dashboard h2 {
        font-size: 26px;
    }

    .dashboard p {
        max-width: 450px; 
    }

    #notBlocked .dashboard-img {
        width: 380px;
    }
}

@media screen and (max-width: 520px) {

    #notBlocked .footer .footer-txt {
        font-size: 24px;
    }

    #notBlocked .footer {
        padding: 65px 0;
    }

}

@media screen and (max-width: 489px) {

    .brokenPC h1 {
        max-width: 345px;
        font-size: 28px;
    }

    #notBlocked .dashboard {
        padding: 60px 0 80px;
    }

    .dashboard h2 {
        font-size: 23px;
        padding: 0 1rem;
    }

    .dashboard p {
        max-width: 407px;
        padding: 0 1rem;
    }

    #notBlocked .dashboard-img {
        width: 320px;
    }

}

@media screen and (max-width: 449px) {

    #notBlocked .topNav {   
        flex-direction: column;  
    }

    .socialMedia{
        margin-top: 1rem;
    }

}

@media screen and (max-width: 436px) {

    .brokenPC h1 {
        max-width: 295px;
        font-size: 24px;
    }

}

@media screen and (max-width: 399px) {

    #notBlocked .footer .footer-txt {
        padding: 0 1rem 3rem;
    }
}

@media screen and (max-width: 383px) {

    .brokenPC h1 {
        max-width: 247px;
        font-size: 20px;
    }

    #notBlocked .dashboard-img {
        width: 280px;
    }
}

@media screen and (max-width: 330px) {
    .brokenPC h1 {
        max-width: 240px;
        font-size: 18px;
    }
}

