body {
    color: black;
    font-family: "Inter Tight", sans-serif;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a{
    color: inherit;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Jaro", sans-serif;
    font-weight: 400;
}

html, body{
    padding: 0;
    margin: 0;
}

.nav-item{
    font-size: 20px;
    color: black;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    transition: 0.2s all;
}

.nav-item:hover, .nav-item:active{
    letter-spacing: 0px;
    font-weight: 900;
}

.nav-item .active{
    background-color: black;
    color: white!important;
    width: fit-content;
    transition: 0.2s all;
}

.nav-link{
    color: black;
}

.lang-switcher-container{
    height: 100px;
    width: 100px;
}

.lang-switcher-container .lang-switcher{
    text-decoration: none;
    font-family: "Jaro", sans-serif;
    font-size: 33px;
    line-height: 25px;
    letter-spacing: 0px;
}

.active-lang{
    text-decoration: underline!important;
    text-decoration-thickness: 2px!important;
}

.brand-logo{
    height: 100px;
    width: 120px;
}
.arrow-container{
    background-color: #FEBED6;
    width: 100px;
    height: 100px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.navbar{
    border-bottom: 1px solid black;
    height: 100px;
    z-index: 100000;
}

.navbar h1{
    font-size: 53px;
    line-height: 40px;
    letter-spacing: -2px;
}

.navbar button:focus:not(:focus-visible){
    outline: none;
    box-shadow: none;
}

.navbar-collapse, .navbar-nav{
    height: 100px;
}

.navbar-toggler{
    border: none;
}

.navbar-toggler span {
    display: block;
    background-color: #000000;
    height: 2px;
    width: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}
  
  
  
  .navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
  }
  
  .navbar-toggler span:nth-child(2) {
    opacity: 1;
  }
  
  .navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
  }
  
  .navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
  }
  
  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
  }
  
  .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
  }
  
  .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
  }

@media only screen and (max-width: 1200px) {
    .navbar-collapse, .navbar-nav{
        height: 100%;
        z-index: 2000;
    }

    .back{
        font-family: "Jaro", sans-serif;
        font-size: 33px;
        line-height: 49px;
    }

    .navbar-collapse{
        border-top: 1px solid black;
        padding-top: 10px;
    }

    .collapsing{
        height: 0;
    }

    .navbar h1{
        font-size: 62px;
        line-height: 47px;
    }

    .navbar{
        height: auto;
    }
}

@media only screen and (max-width: 1400px) {
    .nav-item{
        font-size: 16px;
    }
}