:root{
    --dark-blue: #1B2845;
    --light-blue: #1B9AAA;
    --yellow: #EAC435;
    --white: #fff;
    --black: #000;
}

@font-face {
    font-family: Ipsum500;
    src: url('/fonts/ipsum500.otf');
}
@font-face {
    font-family: Ipsum700;
    src: url('/fonts/ipsum700.otf');
}

body{
    background-color: var(--black);
    color: var(--white);
    font-family: Ipsum500;
    margin: 12vh 0vw 0vw 0vw;
    /* max-width: 100%; */
    /* overflow-x: hidden; */
}

/* Section default styling */

.section{   
    margin: 0px 10vw;
    height: 100vh;
}
a{
    font-size: 3vh;
    color:#fff;
    text-decoration: none;
    font-family: Ipsum700;
}

.main-btn{
    padding: 1vh 2vw;
    color: var(--black);
    background-color: var(--light-blue);
    border-radius: 3vw;
    transition: 0.25s;
    text-align: center;
}

.main-btn:hover{
    color: var(--white);
    background-color: var(--dark-blue);
    transform: scale(1.05);
    transition: 0.25s;
    
}

/* Nav-Bar */

.nav {
    z-index: 1;
    top:0;
    left:0;
    height: 12vh;
    width: 100vw;
    background-color: var(--dark-blue);
    position: fixed;
    display: flex;
    justify-content: space-between;
}
   
.nav > .nav-header {
    position: relative;
    left: 10vw;
    display: inline;
}

#nav-check{
    visibility: hidden;
}

.nav > .nav-header > div > .nav-title {
    display: inline-block;
    font-size: 3vw;
    color: #fff;
    padding: .5vw;
}
.nav > .nav-header > div > .nav-title>img {
    height: 10vh;
    width: auto; 
}

.nav > .nav-links {
    top: 3vh;
    height: 5vw;
    position: relative;
    right: 5vw;
    display: inline;
    float: right;
    font-size: 1.5vw;
}
   
.nav > .nav-links > a {
    display: inline-block;
    padding: .8vh .7vw;
    text-decoration: none;
    color: #efefef;
    transition:0.25s;
}
   
.nav > .nav-links > a:hover {
    color: var(--light-blue);
    text-decoration: underline;
    border-bottom-width: 2px;
    transition:0.25s;
}

#header {
    width: 100%;
    z-index: 100;
}

.fixed {
    position: fixed;
    top: 0;
}
/* Footer */

.footer{
    height: 40vh;
    width: 100%;
    left:0;
    bottom:0;
    background-color: var(--dark-blue);
    text-align: center;
    padding-top:1vw;
}

.footer>.section{
    height: 36vh;
    height:inherit;
}

.footer>div>p{
    font-size:1vw;
}
.footer-sitemap>div>a>img{
    width:20vw;
    height:auto;
}

.footer-sitemap{
    display: flex;
    justify-content: space-around;
}

.footer-links{
    display:flex;
    flex-direction: column;
}
.footer-sitemap>div>span{
    font-family: Ipsum700;
    color: var(--light-blue);
    font-size: 2vw;
}

.footer-links>p{
    margin: 0;
    font-size: 3vh;
}

.footer-foot-link, .footer-foot-link>i{
    font-size: 1vw;
    text-decoration: underline;
    text-underline-offset: 0.2vw;
}

.footer-links>a{
    transition: 0.25s;
}
.footer-links>a:hover{
    color: var(--light-blue);
    transition: 0.25s;
}


::-moz-selection { /* Code for Firefox */
    color: var(--dark-blue);
    background: var(--white);
}

::selection {
    color: var(--dark-blue);
    background: var(--white);
    
}
#header-wrap {
    position: relative;
}

@media (max-width:996px) {
    a{
        font-size: 6vw;
    }
    body{

    }
    .section{
        
        margin: 0px 5vw;
    }
    .footer>div>p {
        font-size: 4vw;
    }
    .footer-sitemap>div>a>img {
        width: 20vh
    }
    .footer-sitemap>div>span {
        font-size: 8vw;
    }
    .nav{
        height: 17vw;
    }

    .no-responsive{
        visibility: hidden;
    }
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .nav > .nav-header > div > .nav-title {
        display: inline-block;
        font-size: 10vw;
        color: #fff;
        padding: 1vw;
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 8vw;
      height: 8vw;
      padding: 4vw;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
      background-color: rgba(0, 0, 0, 0.3);
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 7vw;
      height: 2vh;
      border-top: 2px solid #eee;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: var(--dark-blue);
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 16vw;
      right: 0;
      width: 50vw;
      overflow: hidden;
      
    }
    .nav > .nav-links > a {
      display: block;
      position: relative;
      width: 100%;
      font-size: 6vw;
      left: 3vh
    }
    .nav > #nav-check:checked ~ .nav-links .nav-links-blur{
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #1B284570;
        backdrop-filter: blur(5px);
        z-index: -10;
        transition: 0.25s;
    }
    .nav > #nav-check:checked ~ .nav-links .nav-links-blur{
        transition:0.25s;
    }

    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: calc(100vh - 50px);
      overflow-y: auto;
    }
    .section{
        height: 150vw;
    }
    .nav > .nav-header > div > .nav-title>img {
        height: 15vw;
        width: auto; 
    }
    .footer{
        margin-top: 10vh;
        height: max-content;
        padding-bottom: 10vw;
        width: 100%;
        left:0;
        bottom:0;
        background-color: valk(--dark-blue);
        text-align: center;
    }
    
    .footer-sitemap{
        display: flex;
        flex-direction: column;
        gap: 2vh;
    }
    .footer-foot-link, .footer-foot-link>i{
        font-size: 4vw;
        text-decoration: underline;
        text-underline-offset: 1vw;
    }
}

/* Scrollbar */
/* width */
/* width */
::-webkit-scrollbar {
    position:absolute;
    z-index: -1;
    width: 10px;
    /* background-color: var(--dark-blue); */
}
  
/* Track */
::-webkit-scrollbar-track { 
    z-index: 0;
    background-color: var(--dark-blue); 
    border-radius: 10px;
}
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    top: 10vh;
    background: var(--dark-blue); 
    border-radius: 0px;
    transition: 0.25s;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--light-blue);
    border-radius: 10px;
    transition: 0.25s;
  }

