html {
    scroll-behavior: smooth;
}
body {
    margin:0;
    font-family: 'Rajdhani', sans-serif;
}

.grido {
    display:grid !important;;
    min-height: 15.05rem !important;
}

.grido-min {
    display:grid !important;
}

.bg-gray {
    background-color: #f2f2f2 !important;
}

.icon-service {
    font-size: 2.2rem !important;
    color: #ffdf02 !important;
}

.button-gray {
    background-color:#5d5d5d !important;
    color: white !important;
    padding:2rem;
}

.button-gray-area {
    color: white !important;
    padding-top:2.25rem !important;
    font-size:1.5rem !important;
}

.icon-service-rev {
    font-size:2.2rem !important;
    color:white !important;
}

.button-gray-rev {
    background-color: #ffdf02 !important;
    color: black !important;
    padding: 2rem;
}

.button-gray-mod {
     background-color:#5d5d5d !important;
    color: white !important;
    padding:4rem 2rem;
}

.button-gray-mod-rev {
     background-color: #ffdf02 !important;
    color: black !important;
    padding: 4rem 2rem;
}

.button-gray-area-rev {
    color: black !important;
    padding-top: 2.25rem !important;
    font-size: 1.5rem !important;
}

.arrow-margin {
    margin: 2.75rem 0rem;
}

.section-header {
    font-size:2.8rem;
    font-weight:bold;
    letter-spacing:2px;
}

.regular {
    font-size:1.8rem;
    letter-spacing:1px;
    font-weight:600;
    
}

.medium {
    font-size:1.4rem;

    letter-spacing:1px;
    font-weight:600;
}

.footerm a {
    font-size:1.3rem;
    letter-spacing:1px;
    font-weight:500;
    color:white !important;
} 

.footer-small {
    font-size:0.9rem;
    letter-spacing:0px;
    font-weight:500;
    color:white !important;
}

.footers {
    font-size:1.3rem;
    letter-spacing:1px;
    font-weight:bold;
    color:#ffdf02;
}

.input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
    border-color: #ffdf02;
}

.pic-min-height {
    min-height:190px;
}

.section-header-underline {
    display: inline-block;
    position: relative;
}


.hover-underline-animation {
    display: inline-block;
    position: relative;
    /*color: #0087ca;*/
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffdf02;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.hero-bg-moon {
    background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url(/graf/bg.jpg); 
}

.footer-bg {
   background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(/graf/footerg.jpg); 
}

.hero-bg-default {
    background: white;
}

.hero {
    height: auto;
    display: flex;
    /* background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url(/graf/bg.jpg);  */
    /*background: url(/graf/bg.jpg);*/
    background-size: cover;
    background-position: center 0px;
    background-repeat: no-repeat;
    min-height: 120vh;
    /*padding-top: 100px;*/
    overflow: hidden;
    position: relative;  

}

.moon-button {
    /*background-color: #ffdf02 !important; */
    border: 0px !important;
    font-size:1.3rem !important;
    font-weight:600;
    text-transform:uppercase !important;
    color:black !important;
}

.bg-connect {
    background: linear-gradient(55deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 85%);
}

.moon-button:hover {
    background-color:white !important;
    color:black !important;
}

.icon-gap {
    padding-top:0.2rem;
    /* margin-left:0.5rem !important; */
}

.bulb-button-bg-initial {
    background-color:transparent !important;
    color:transparent !important;

}

.icon-initial {
    color: transparent !important;
    font-size:1.6rem !important;
}

.icon-appear {
    color: #4a4a4a !important;
    font-size:1.6rem !important;
    -webkit-transition: background-color 1500ms linear;
    -ms-transition: background-color 1500ms linear;
    transition: background-color 1500ms linear;

    animation-name:bulb-animation;
    animation-duration:0.5s;
    animation-delay:2s;
    animation-iteration-count:infinite;
    animation-direction:alternate;

}

@keyframes bulb-animation {
    0% {margin-top: 0px;}  
    100% {margin-top:-8px;}  
}

.bgt {
    animation: a_bgt 3s infinite alternate;
}

@keyframes a_bgt {
    from { background-color: #5d5d5d !important; }
    to { background-color: #ffdf02 !important; }
}

.bulb-button-bg-appear {
    background-color:#ffdf02 !important; 
    color:black !important;
    -webkit-transition: background-color 1500ms linear;
    -ms-transition: background-color 1500ms linear;
    transition: background-color 1500ms linear;
}

.bulb-button-icon-appear {
    -webkit-transition: background-color 1500ms linear;
    -ms-transition: background-color 1500ms linear;
    transition: background-color 1500ms linear;
}


.hero-blur {
    -webkit-filter: blur(20px);
    -moz-filter:blur(20px);
    -o-filter: blur(20px);
    -ms-filter:blur(20px);
    filter: blur(20px);

}

.hero-sharp {
    -webkit-filter: blur(0px); -moz-filter: blur(0px); -o-filter: blur(0px); -ms-filter: blur(0px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); filter: blur(0px);
    -webkit-transition: 0.8s -webkit-filter linear;
    -o-transition: 0.8s -o-filter linear;

}

.hello-b2-bg-initial {
    background: transparent;
}

.hello-b2-bg-override {
    background: rgba(0,0,0,0.6) !important;
}

@media(max-width: 991px)  {
    .buttons-nav {
        align-items: center;
        display: grid;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    #logo-footer {
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:1rem;
    }
    
    .padding-method {      
    }
    
    .padding-text {
        padding:2rem 2rem;
    }

    .link-break {
        color:white; 
    }

    .navbar-item img {
        max-height:3rem;
    }

    .volatile-center {
        text-align:center !important;
    }

    .volatile-top {
        margin-top:-12% !important;
    }

    .vaxcom {
        font-size: 3.6rem !important;
        font-weight:bold !important;
        padding-top:0px !important;
        padding-bottom:12px !important;
        padding-right:20px !important;
        padding-left:0px !important;
        display:grid;
        text-align:center;
        color: #ffdf02 !important;
        text-transform:uppercase;
        letter-spacing:3px;
        background: rgba(0,0,0,0.6) !important;
    }

    .hello-h1 {
        font-size:3.6rem !important; 
        padding:12px 20px !important;
        display:grid; 
        text-align:center;
        color:white !important;
        background: rgba(0,0,0,0.6) !important;
    }

    .hello-h2 {
        font-size:1.8rem !important; 
        padding:6px 20px !important;
        display:grid;
        text-align:center;
        color:#ffdf02 !important;
        background:transparent;
        /*background: rgba(0,0,0,0.6);*/
    }

    .link {
        font-size:1.3rem !important;
        color: black !important;
        text-transform:uppercase !important;
        letter-spacing:1px !important;
    }
    
    .link-footer {
        font-size:1.3rem !important;
        color: white !important;
        text-transform:uppercase !important;
        letter-spacing:1px !important;
    }
        /*
    .link:hover {
        color: #ffdf02 !important;
        font-weight:bold !important;
    }*/
    .section-header-underline:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 1rem;
    bottom: -10%;
    z-index:-99;
    left: 0;
    background-color: #ffdf02;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

}

@media(min-width:992px) {
    .buttons-nav {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    #logo-footer {
        margin-left:1.7rem;
    }
    
    .padding-method {    
        padding:0rem 4rem !important;
    }
    
    .padding-text {
        padding:0 2rem;
    }

    
    .section-header-underline:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 1.3rem;
    bottom: 20%;
    z-index:-99;
    left: 0;
    background-color: #ffdf02;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

    .link-break {
        font-size:1.2rem;
        color:white;
    }

    .navbar-item img {
        max-height:100%;
    }

    .vaxcom {
        font-size: 3.6rem !important;
        font-weight:bold;
        padding-top:12px !important;
        padding-bottom:12px !important;
        padding-right:20px !important;
        padding-left:0px !important;
        color: #ffdf02 !important;
        text-transform:uppercase;
        letter-spacing:3px;
        background: rgba(0,0,0,0.6) !important;
    }

    .hello-h1 {
        font-size:3.6rem !important; 
        padding:12px 20px !important;
        padding-right: 0px !important;
        color:white !important;
        background: rgba(0,0,0,0.6) !important;
    }

    .hello-h2 {
        font-size:1.8rem !important; 
        padding:6px 20px !important; 
        color:white !important;
        background:transparent;


    }

    .link {
        font-size:1.3rem !important;
        color: white !important;
        text-transform:capitalize !important;
        letter-spacing:1px !important;
    }
    
      .link-footer {
        font-size:1.3rem !important;
        color: white !important;
        text-transform:uppercase !important;
        letter-spacing:1px !important;
    }
    
/*
    .link:hover {
        color: #ffdf02 !important;
        font-weight:bold !important;
    }*/


}

.glitch--box.animation {
    background-image: url(/graf/pattern.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: 0 0;
    animation: pattern .15s;
    animation-iteration-count:infinite;
}

.glitch--box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background: transparent;
    z-index: 9999999;
    opacity: .7;
}

.glitch--box img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    filter:grayscale(80%);
}

img {
    border-style:none !important;
}

.navbar-burger {
    color:white !important;
}

.navbar-burger.is-active {
    color:#ffdf02 !important;
}

.underline--v {
    text-decoration: none;
    /*color: #171717 !important;*/
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1;
    overflow: hidden;
    padding: 0 8px;
}

.underline--v:before {
    height: 8px;
    background-color: #757575;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}

.underline--v:hover:before {
    animation: underline .5s ease-in-out;
}