* {
  font-family: 'Montserrat', sans-serif;
}

body {
  background-image: url("data:image/svg+xml,%3Csvg class='swoosh' data-name='l1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 694.68'%3E%3Cpath class='cls-1' d='m1920,0c-181.72,176.07-498.79,321.66-873.31,380.18C612.42,448.04,216,380.84,0,225.57v469.11h1920V0Z' fill='%23b7e5ff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: 100%;
}

/* reparama*/
@media (max-width: 33.3em) {
  #bbb {
    width: 80%;
  }
}
@media (min-width: 33.4em) {
  #bbb {
    width: 33.3em;
  }
}

.container {
  padding-top: 2vmin; /* putem sa inlocuim cu o clasa mt-5 */
}

.page-header {
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  border-width: 0em;
  border-radius: 10em !important;
  background-color: #00aaff;
  transition: all .2s ease-in-out;
}

.btn:hover {
  transition: all .2s ease-in-out;
  transform: scale(1.1);
  background-color: #2b35af;
  color: white;
}

.swoosh{
  bottom: 0;
  z-index: -100; 
  position: absolute; 
  fill: #B7E5FF;
}

section.sec2{
  z-index: -110;
  position: absolute;
  height: 100vh;
  bottom: -90vh;
  width: 100%;
  background: #B7E5FF;
}


/* navbar */

nav {
  background-image: linear-gradient(#00aaff, #00aaff 60%);
  padding: 8px;
  position: relative;
}

.nav-link {
  transition: font-size ease-in .2s;
  color: #fff;
  font-weight: bold;
}

.nav-link:hover {
  font-size: 1.15em;
  color: #2b35af;
  transition: font-size ease-out .2s;
}

.nav-link.active {
  color: #c20e35 !important;
}

.navbtn {
  border-width: 0em;
  border-radius: 10em !important;
  background-color: #00aaff;
  transition: all .2s ease-in-out;
}

.navbtn:hover {
  transition: all .2s ease-in-out;
  transform: scale(1.1);
  background-color: #2b35af;
  color: white;
}

.navbar-toggler {
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: 0px;
  /*var(--bs-border-width) solid var(--bs-navbar-toggler-border-color)
  border-radius: var(--bs-navbar-toggler-border-radius);*/
}

.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* footer */

#footer {
  margin: 5em 0;
}

#footer li {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em
}

#footer p {
  margin-bottom: 0;
  clear: left
}

.float-end { /* butonul de back to top */
  float: right !important;
}

/*pozitionare footer*/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 200px;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  color: #2b35af;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* text in pagina */

.alineat {
  text-indent: 1cm;
}

.centrat {
  text-align: center;
}

.jos {
  position: relative;
  text-align: center;
  width: 100%;
}

/* bomboane ochi ~ linia aia */

.loader-line {
  width: 0;
  height: 2px;
  background-color: #e7e3e3;
  top: 50%;

  width: 30%;
  margin: 0 auto;
  opacity: 1;
  border-color: #c20e35;
  border-width: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  
  transform: translateY(-50%);
  animation: loaderAppear 2s forwards, loaderAnim 2.3s forwards;
}

@keyframes loaderAppear {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loaderAnim {
  0% {
    left: 0%;
    right: 0%;
    width: 0;
  }

  100% {
    left: 0%;
    right: 25%;
    width: 25%;

  }
}

.wave-header{
  z-index: -100px;
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg{
  position: absolute;
  bottom: 0;
  left: 0
}

/* bomboane ochi ~ splash screen */
/* ar merge revizuit... */

#splashy {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: #89ccf0;
  animation: splashFade 1.3s 1 linear forwards;
}

@keyframes splashFade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#splashyimg {
  width: 20%;
}

.job-card {
  margin-bottom: 20px;
}


