html {
  --bg-primary: #f8fafc;
  --bg-secondary: #fff;
  --answer-letter: #d6edff;
  --selected-answer: #e1edff;
  --selected-answer-letter: #3f8ffe;
  --text: #181a18;
  --main: #3f8ffe;
  --box: #70c1ff;
  --footer: #262626;
  --border: #ebebeb;
  --fs-xl: 4.5rem;
  --fs-bg: 2rem;
  --fs-600: 1.5rem;
  --fs-500: 1.25rem;
  --fs-400: 1.125rem;
  --fs-sm: 0.9rem;
}

html[data-theme='dark'] {
  --bg-primary: #141a32;
  --bg-secondary: #232a49;
  --answer-letter: #1d2441;
  --selected-answer: #0b1022;
  --selected-answer-letter: #3f8ffe;
  --text: #fff;
  --main: #3f8ffe;
  --box: #191f2b;
  --footer: #0c1020;
  --border: #363e5a;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-primary);
  font-family: 'Nunito Sans', 'Montserrat', sans-serif;
}

.container {
  padding-left: 0.8em;
  padding-right: 0.8em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

nav {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 88px;
  background-color: var(--bg-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.nav-group {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.logo img {
  width: 150px;
  margin: 0;
}

.logo a {
  text-decoration: none;
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo:hover span {
  color: #3f8ffe;
}

.fa-user {
  color: var(--text) !important;
  font-size: 1.5rem;
}

.buton-chestionare {
  padding: 10px !important;
  color: #fff !important;
  background-color: var(--main);
  border-radius: 8px;
}

.buton-chestionare:hover {
  background-color: #2169cf;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-links li a {
  color: var(--text);
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 25px;
}

.nav-links li a:hover {
  color: var(--main);
}

@media screen and (max-width: 1300px) {
  nav {
    position: fixed;
  }
  .logo {
    position: absolute;
    z-index: 2;
    left: 10%;
    top: 50%;
    -webkit-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
    padding-left: 0;
  }
  .hamburger {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    right: 10%;
    top: 50%;
    -webkit-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
  }
  .hamburger .line1,
  .hamburger .line2,
  .hamburger .line3 {
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: var(--text);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-group {
    width: 100%;
  }
  .nav-links {
    background-color: var(--bg-secondary);
    height: 100vh;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-clip-path: circle(100px at 100% -15%);
            clip-path: circle(100px at 100% -15%);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    pointer-events: none;
    padding-top: 5em;
    padding-bottom: 5em;
    padding-right: 0;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links li a {
    font-size: 18px;
  }
  .nav-links .dark-light {
    margin-left: 0 !important;
  }
  .nav-links li:nth-child(1) {
    -webkit-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    -webkit-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
  }
  .nav-links li:nth-child(4) {
    -webkit-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(5) {
    -webkit-transition: all 0.5s ease 0.7s;
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(6) {
    -webkit-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
  }
  li.fade {
    opacity: 1;
  }
  .nav-links.open {
    -webkit-clip-path: circle(1000px at 90% -10%);
            clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }
}

.toggleBurger .line1 {
  -webkit-transform: translateY(8px) rotate(45deg) translateX(0.2px);
          transform: translateY(8px) rotate(45deg) translateX(0.2px);
}

.toggleBurger .line2 {
  width: 0%;
  opacity: 0%;
}

.toggleBurger .line3 {
  -webkit-transform: translateY(-7.5px) rotate(-45deg);
          transform: translateY(-7.5px) rotate(-45deg);
}

nav input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}

nav label {
  cursor: pointer;
  text-indent: -9999px;
  width: 42px;
  height: 17px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}

nav label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav input:checked + label {
  background: var(--main);
}

nav input:checked + label:after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

nav label:active:after {
  width: 20px;
}

.dark-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 25px;
}

.dark-light img {
  width: 25px;
}

.dark-light .moon {
  width: 20px;
}

html.transition,
html.transition *,
html.transition *:before,
html.transition *:after {
  -webkit-transition: all 750ms !important;
  transition: all 750ms !important;
  -webkit-transition-delay: 0 !important;
  transition-delay: 0 !important;
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media (min-width: 600px) {
  .nav-links.open {
    -webkit-clip-path: circle(1000px at 90% 5%) !important;
            clip-path: circle(1000px at 90% 5%) !important;
  }
}

@media (min-width: 800px) {
  .nav-links.open {
    -webkit-clip-path: circle(1000px at 90% 15%) !important;
            clip-path: circle(1000px at 90% 15%) !important;
  }
}

@media (min-width: 900px) {
  .nav-links.open {
    -webkit-clip-path: circle(1000px at 90% 25%) !important;
            clip-path: circle(1000px at 90% 25%) !important;
  }
}

.blog-intro {
  margin-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bg-secondary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.blog-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 2rem 0 3rem 0;
}

.blog-intro .blog-intro-text {
  color: var(--text);
  padding: 0 3rem;
}

.blog-intro .blog-intro-text h1 {
  font-size: 3em;
  border-radius: 5px;
  -webkit-text-decoration: underline var(--main) 5px;
          text-decoration: underline var(--main) 5px;
  z-index: 1;
  font-weight: 900;
}

.blog-intro .blog-intro-text p {
  padding: 1rem 0 0 0;
}

.blog-intro .button {
  width: 120px;
  font-size: 15px;
}

.blog-intro .wave-blog {
  position: absolute;
  bottom: -10px;
  width: 100%;
  fill: var(--bg-primary);
}

.blog-intro .search-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  z-index: 5;
}

.blog-intro .active-page {
  color: var(--main) !important;
  border-bottom: 1px solid var(--main);
}

.blog-intro .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  padding: 0.5em;
  font-size: var(--fs-400);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  background-color: var(--bg-primary);
  margin-bottom: 2rem;
}

.blog-intro .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.blog-intro .search .search-btn {
  color: var(--main);
  font-size: 1em;
  margin-right: 0.4em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  border: none;
  background: none;
}

.blog-intro .search .text-input {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  color: var(--text);
  font-size: var(--fs-400);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 240px;
  margin-left: 0.3em;
}

.blog-intro .topics {
  padding: 1em;
  margin: 1em 0;
}

.blog-intro .topics ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-intro .topics li {
  width: 45%;
  margin: 0.75em 0;
}

.blog-intro .topics li a {
  display: block;
  color: var(--text);
  padding: 0.5em;
  background-color: var(--bg-secondary);
  border-radius: 5px;
  text-decoration: none;
  width: 80%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border: solid 1px var(--border);
}

.main-content {
  padding: 2em 0;
}

.main-content a {
  text-decoration: none;
  color: var(--text);
}

.main-content a:visited {
  color: var(--text);
}

.main-content h1 {
  padding: 0.5em;
  color: var(--text);
  font-size: var(--fs-bg);
  text-align: center;
}

.main-content .post {
  background: var(--bg-secondary);
  margin: 2.5em auto;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  text-align: left;
  width: 300px !important;
  height: 600px;
  color: var(--text) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.main-content .post:hover {
  -webkit-box-shadow: rgba(37, 37, 37, 0.3) 0px 0px 20px -1px;
          box-shadow: rgba(37, 37, 37, 0.3) 0px 0px 20px -1px;
}

.main-content .blog-img {
  width: 300px;
  height: 240px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  top: 0;
}

.main-content .blog-img img {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /* keep aspect ratio */
  -o-object-fit: cover;
     object-fit: cover;
}

.main-content .blog-text {
  position: absolute;
  top: 260px;
}

.main-content .blog-text h2 {
  font-size: var(--fs-500);
  padding: 1.3rem 1.15rem 1rem 1.15rem;
  text-align: left;
}

.main-content .blog-text p {
  text-align: left;
  padding: 0em 1.15rem;
  font-size: var(--fs-400);
}

.blog-autor-data {
  position: absolute;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 1.5rem 1rem;
}

.blog-autor-data .button-blg {
  color: var(--text);
  border-radius: 7px;
  border: 1px solid var(--main);
  padding: 0.75rem 1rem;
  font-size: var(--fs-sm);
  text-decoration: none;
  text-align: center;
  background: none;
}

.blog-autor-data .button:visited {
  color: #fff;
}

.blog-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.blog-data p {
  color: var(--text);
}

.imagine-postare {
  width: 100%;
  height: 40vh;
  margin-top: 10vh;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.imagine-postare img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.imagine-postare h1 {
  font-size: var(--fs-600);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.imagine-postare .date-time {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.815);
  font-size: 14px;
  font-style: italic;
}

.blog-second-bg {
  background-color: var(--bg-secondary);
}

.social-media-blog {
  background-color: var(--bg-primary);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-media-blog i {
  color: var(--main);
  font-size: 2rem;
  margin: 0 1rem;
}

.social-media-blog i:hover {
  cursor: pointer;
}

.postare {
  padding: 1rem;
  word-break: break-word;
}

.postare p {
  color: var(--text);
  margin: 1rem 0 1.5rem 0;
  line-height: 1.62;
  word-break: break-word;
  letter-spacing: 0.02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
}

.postare p a {
  color: var(--main);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.postare p a:hover {
  color: #0145a3 !important;
}

.postare p a:visited {
  color: #0165ef !important;
}

.postare h2 {
  font-size: var(--fs-600);
  color: var(--text);
  font-weight: 900;
  margin-top: 2rem;
}

.postare h3 {
  font-size: 1.5rem;
  color: var(--text);
  font-weight: 800;
  margin-top: 1.5rem;
}

.postare ul {
  list-style: none;
  color: var(--text);
}

.postare ul li {
  margin-left: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.62;
}

.postare ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--main);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.postare ol {
  color: var(--text);
}

.postare ol li {
  margin-left: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.62;
}

.recent-posts {
  padding: 2rem 0;
}

.recent-posts .postari {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.recent-posts h2 {
  color: var(--text);
  font-weight: 900;
  font-size: var(--fs-600);
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.recent-posts .postare-recenta {
  background-color: var(--bg-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 340px;
  width: 300px;
  border-radius: 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  margin-bottom: 2.5rem;
  text-align: left;
  position: relative;
}

.recent-posts .postare-recenta .img-postare-recenta {
  width: 300px;
  height: 170px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recent-posts .postare-recenta .img-postare-recenta img {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 100%;
  min-height: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.recent-posts .postare-recenta .postare-recenta-titlu {
  padding: 1.25rem;
}

.recent-posts .postare-recenta .postare-recenta-titlu a {
  text-decoration: none;
  font-size: var(--fs-400);
  color: var(--text);
  font-weight: 600;
}

.recent-posts .postare-recenta .blog-autor-data {
  position: absolute;
  bottom: 15px;
  padding: 1.5rem 1rem 0 1rem;
}

.recent-posts .postare-recenta .blog-autor-data .blog-data {
  width: 50%;
}

.recent-posts .postare-recenta .blog-autor-data .button-blg {
  padding: 0.75rem;
}

@media only screen and (min-width: 1024px) {
  .blog-intro {
    height: 80vh;
  }
  .blog-intro .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-intro .blog-intro-text {
    text-align: center;
    margin-top: -5rem;
  }
  .blog-intro .blog-intro-text h1 {
    padding: 0;
    font-size: var(--fs-xl);
    font-weight: 900;
  }
  .blog-intro .blog-intro-text p {
    font-size: var(--fs-500);
  }
  .blog-intro h1 {
    padding: 0.5em 2em;
    font-size: 5rem;
  }
  .blog-intro .wave-blog {
    bottom: -50px !important;
  }
  .blog-intro .search {
    margin-left: 1.25rem;
    margin-bottom: 0;
  }
  .blog-intro .search .text-input {
    width: 0px;
  }
  .blog-intro .search .search-btn:hover {
    cursor: pointer;
  }
  .blog-intro .search:hover .text-input {
    width: 240px;
    padding: 0 6px;
  }
  .blog-intro .search:hover .search-btn {
    background: var(--bg-secondary);
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }
  .blog-intro .search-topics {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 4rem 1rem 0 1rem;
  }
  .blog-intro .topics {
    padding: 0;
  }
  .blog-intro .topics ul {
    margin-top: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blog-intro .topics li {
    margin: 0 1.25rem;
    width: auto;
  }
  .blog-intro .topics li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: var(--fs-400);
    width: 100%;
    min-width: 120px;
  }
  .blog-intro .topics li a:hover {
    color: #fff;
    background-color: var(--main);
    border: 1px solid var(--main);
  }
  .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-content .post {
    margin: 1rem 0.5rem;
    width: 320px !important;
    height: 550px !important;
  }
  .main-content .post .blog-img {
    height: 220px;
    width: 320px;
  }
  .main-content .post .blog-text {
    top: 230px;
  }
  .main-content .post h2:hover {
    -webkit-text-decoration: underline var(--text);
            text-decoration: underline var(--text);
  }
  .button-blg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0.5rem;
  }
  .button-blg:hover {
    background: var(--main);
    color: #fff !important;
  }
  .blog-autor-data {
    cursor: default;
    padding: 0rem 1rem;
  }
  .blog-autor-data .blog-data {
    width: 30%;
  }
  .small {
    padding: 0.5rem !important;
    text-decoration: none;
  }
  .imagine-postare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50vh;
    position: relative;
  }
  .imagine-postare h1 {
    font-size: var(--fs-bg);
    width: 50%;
  }
  .imagine-postare .date-time {
    bottom: 20px;
  }
  .blog-second-bg .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-second-bg .postare {
    max-width: 45rem;
  }
  .recent-posts h2 {
    padding: 0;
    margin-top: 1rem;
  }
  .recent-posts .post-flex {
    max-width: 70rem;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .recent-posts .post-flex .section-title {
    margin-left: 5px;
  }
  .recent-posts .postari {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recent-posts .postare-recenta {
    margin: 0 0.5rem 1rem 0.5rem;
  }
  .recent-posts .postare-recenta a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .recent-posts .postare-recenta a:hover {
    color: var(--main);
  }
  .recent-posts .postare-recenta .blog-autor-data .blog-data p {
    width: 80%;
  }
  .recent-posts .postare-recenta .blog-autor-data .button-blg {
    width: 70%;
  }
}

.vertical-ad-left,
.vertical-ad-right,
.vertical-ad-left-bottom,
.vertical-ad-right-bottom {
  position: absolute;
  width: 160px;
  height: 600px;
  z-index: 200;
}

.vertical-ad-left {
  left: 1%;
  top: 90%;
}

.vertical-ad-right {
  right: 1%;
  top: 90%;
}

.vertical-ad-left-bottom {
  top: 220%;
  left: 1%;
}

.vertical-ad-right-bottom {
  top: 220%;
  right: 1%;
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media only screen and (min-width: 600px) {
  .blog-intro .wave-blog {
    bottom: -40px;
  }
}

@media only screen and (min-width: 1920px) {
  .main-content .post {
    margin: 1rem 0.5rem;
    width: 370px !important;
    height: 535px !important;
  }
  .main-content .post .blog-img {
    height: 220px;
    width: 370px;
  }
  .main-content .post h2:hover {
    -webkit-text-decoration: underline var(--text);
            text-decoration: underline var(--text);
  }
  .main-content .blog-autor-data .blog-data {
    width: auto;
  }
}

.sign-up {
  border-radius: 10px;
  padding: 5rem;
  height: 100vh;
  background-color: var(--bg-secondary);
}

.sign-up input {
  display: block;
  width: 80%;
  margin: 1rem auto;
  padding: 1rem;
  border-radius: 8px;
  background-color: var(--bg-primary);
  border: none;
}

.sign-up .submitButton {
  margin-top: 2rem;
  background-color: var(--main);
  color: #fff;
  font-weight: 600;
}

.hero {
  height: 100vh;
  margin-top: 10vh;
  position: relative;
}

.hero img {
  width: 100%;
  margin: 2em auto;
}

.hero .hero-text {
  text-align: center;
  color: var(--text);
}

.hero .hero-text h1 {
  font-weight: 600;
  font-size: var(--fs-bg);
  line-height: 1.3;
}

.hero .hero-text p {
  margin-top: 2em;
  font-size: var(--fs-500);
  line-height: 26px;
}

.button {
  display: block;
  width: 65%;
  margin: 2em auto 2em auto;
  padding: 1em;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  background: #3f8ffe;
  background: -webkit-gradient(linear, left top, right top, from(#3f8ffe), to(#0f6ced));
  background: linear-gradient(90deg, #3f8ffe 0%, #0f6ced 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.separator {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -0.4em;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.waves {
  fill: var(--bg-secondary);
}

.service {
  background: var(--bg-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text);
}

.service .type {
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service .type svg {
  width: 30%;
  height: auto;
  fill: var(--main);
}

.service .type p {
  margin-top: 1em;
  text-align: center;
  font-size: var(--fs-400);
  font-weight: 600;
}

.custom-shape-divider-top-1606209343 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1606209343 svg {
  position: relative;
  display: block;
  width: calc(260% + 1.3px);
  height: 45px;
}

.custom-shape-divider-top-1606209343 .shape-fill {
  fill: var(--bg-secondary);
}

.responsive {
  background: var(--bg-primary);
  padding-top: 6em;
  padding-bottom: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1em;
  position: relative;
}

.responsive img {
  width: 100%;
}

.responsive .responsive-text {
  margin-top: 2em;
  color: var(--text);
}

.responsive .responsive-text h2 {
  margin-bottom: 1em;
  font-size: var(--fs-600);
}

.responsive .responsive-text p {
  font-size: var(--fs-400);
}

.ads {
  padding: 0em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5em 0;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.desktop {
  display: none !important;
}

.mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.square {
  height: 250px !important;
  width: 300px !important;
}

.testimonials {
  background: var(--bg-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: auto;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.testimonials svg {
  fill: var(--main);
  position: absolute;
  top: 5%;
  left: 4%;
  width: 50px;
  z-index: 0;
  display: block;
}

.testimonials .boxTestimonial {
  background: var(--box);
  min-height: 220px;
  width: 100%;
  border-radius: 10px;
  margin: 2em auto;
  z-index: 10;
  position: relative;
}

.testimonials .boxTestimonial .testimonial-text {
  color: #fff;
  padding: 1em;
  font-size: var(--fs-400);
}

.testimonials .boxTestimonial .testimonial-owner {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  position: absolute;
  bottom: 2%;
  right: 2%;
}

.testimonials .boxTestimonial .testimonial-owner .name {
  color: var(--text);
  font-style: italic;
  font-size: var(--fs-400);
}

.testimonials .boxTestimonial .testimonial-owner .job {
  color: #fff;
  font-size: 14px;
}

.testimonials .boxTestimonial .testimonial-owner .t-avatar img {
  margin-left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.vertical-ad-left-legislatie {
  position: absolute;
  left: 1%;
  top: 30%;
  width: 160px;
  height: 600px;
  z-index: 200;
}

.vertical-ad-right-legislatie {
  position: absolute;
  right: 1%;
  top: 30%;
  width: 160px;
  height: 600px;
  z-index: 200;
}

.butoane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.butoane .button {
  width: 80%;
  font-size: 1em;
  margin: 1em 0;
  border-radius: 15px;
  color: var(--text);
  background: none;
  border: 1px solid var(--main);
}

.row p {
  font-size: 16px;
  margin: 0.5rem 0 1rem 0;
}

.row ul li {
  font-size: 15px;
  margin: 0.25rem 0 0.75rem 0 !important;
}

.underlined {
  text-decoration: underline;
}

.indicatoare {
  margin-top: 4em;
}

.box-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--bg-secondary);
  color: var(--text);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 2rem;
  max-width: 65rem;
}

.box-i .wide {
  height: 70px;
}

.box-i img {
  height: 150px;
}

.box-i p {
  font-size: var(--fs-400);
  line-height: 150%;
}

.box-i .text {
  text-align: left;
  padding: 0.5em 0;
  cursor: default;
}

.box-i .text h3 {
  text-align: center;
  padding-bottom: 1em;
  font-size: var(--fs-500);
  margin-top: 1rem;
}

.svg-pol {
  height: 150px;
  width: auto;
}

.indicator-turistic {
  height: 150px;
}

.despre-noi-img {
  width: 250px;
  margin: 4em auto;
  display: block;
  overflow: hidden;
}

.despre-noi {
  font-size: 1.15em;
}

.about {
  overflow: hidden;
}

.pagina-eroare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9vh;
  padding: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.text-404 {
  color: var(--text);
}

.text-404 h1 {
  font-size: 1.3em;
  margin-bottom: 0.8em;
}

.text-404 .button {
  width: 50%;
  padding: 0.7em;
}

.img-404 img {
  width: 100%;
}

.chestionar {
  padding-top: 2em;
}

.chestionar-header {
  position: relative;
}

.chestionar-header .timp {
  padding: 1.7em 0;
}

.chestionar-header .box-c-header {
  background-color: var(--bg-secondary);
  padding: 0.7em;
  border-radius: 10px;
  min-width: 155px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.chestionar-header .box-c-header p {
  color: var(--text);
  font-size: var(--fs-sm);
  font-weight: 600;
}

.chestionar-header .intrebari-totale {
  position: absolute;
  top: 0;
  left: 3%;
}

.chestionar-header .intrebari-ramase {
  position: absolute;
  bottom: 0%;
  left: 3%;
}

.chestionar-header .raspunsuri-corecte {
  position: absolute;
  top: 0%;
  right: 3%;
}

.chestionar-header .raspunsuri-gresite {
  position: absolute;
  bottom: 0%;
  right: 3%;
}

#correctCount {
  color: #2bb670;
}

#wrongCount {
  color: #e94220;
}

.chestionar-content {
  margin-top: 2em;
}

.chestionar-content .question {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--text);
}

.chestionar-content .question h1 {
  font-weight: 600 !important;
  font-size: var(--fs-500) !important;
}

.chestionar-content .question #questionNumber {
  margin-right: 0.5em;
  font-size: 1.25rem;
  padding: 0.3em 0;
}

.chestionar-content .q-image {
  margin: 2em 0;
}

.chestionar-content .q-image img {
  max-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.chestionar-content .answer {
  width: 100%;
  min-height: 70px;
  background-color: var(--bg-secondary);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 2em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.chestionar-content .answer .answer-letter {
  width: 20%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--answer-letter);
  font-size: 30px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--text);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.chestionar-content .answer .answer-text {
  width: 80%;
  margin-left: 20%;
  padding: 0.5em;
  font-size: var(--fs-sm);
  color: var(--text);
}

.selected {
  background-color: var(--selected-answer) !important;
}

.selected-letter {
  background-color: var(--selected-answer-letter) !important;
}

.correct {
  background-color: #2bb670 !important;
}

.wrong {
  background-color: #e94220 !important;
}

.buttons {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 100%;
}

.buttons .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.buttons button {
  border: none;
  border-radius: 8px;
  background: none;
  padding: 0.5em;
  margin: 2em 0 1em 0;
  width: 150px;
  min-height: 50px;
  outline: none;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.buttons .answer-later {
  font-size: var(--fs-sm);
  color: var(--text);
  background-color: var(--bg-secondary);
}

.buttons .answer-clear {
  font-size: var(--fs-sm);
  color: #e94220;
  background-color: var(--bg-secondary);
}

.buttons .answer-clear:disabled {
  color: #ff927c;
  background-color: var(--bg-primary);
  cursor: default !important;
}

.buttons .answer-submit {
  width: 100%;
  margin: 1em 0em;
  font-size: var(--fs-sm);
  color: #fff;
  background: #2bb670;
  border: none;
}

.buttons .answer-submit:disabled {
  background: #8ac9a9;
  color: #f7f7f7;
  cursor: default !important;
}

.hide {
  display: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.display {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.rezultat-chestionar {
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background-color: var(--bg-secondary);
  text-align: center;
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.rezultat-chestionar .fa-times-circle {
  color: #e94220;
  font-size: 4rem;
  margin: 0.5em 0;
}

.rezultat-chestionar .fa-check-circle {
  color: #2bb670;
  font-size: 4rem;
  margin: 0.5em 0;
}

.rezultat-chestionar p {
  font-size: var(--fs-600) !important;
  font-weight: 300 !important;
}

.rezultat-chestionar .revizuire {
  font-size: var(--fs-500) !important;
  margin-top: 0.5em;
}

.rezultat-chestionar #scorFinal {
  color: #2bb670;
}

.rezultat-chestionar a {
  margin: 2.5em 0;
  padding: 1em 0.8em;
  border: none;
  background: var(--main);
  border-radius: 10px;
  color: #fff;
  min-width: 200px;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--fs-400);
}

.rezultat-chestionar .respins {
  margin-bottom: 0.5em;
}

.rezultat-chestionar h2 {
  margin-bottom: 0.5em;
  font-size: 2em;
}

.questionContainer {
  background-color: var(--bg-secondary);
  color: var(--text);
  border-radius: 10px;
  padding: 1.5em;
  margin: 2em 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.questionContainer .qrTitle {
  font-size: var(--fs-500);
}

.questionContainer .qrAnswer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  min-height: 40px;
  margin: 0.5em 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.questionContainer .qrAnswer .qrL {
  width: 25%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--answer-letter);
  font-size: 30px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--text);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.questionContainer .qrAnswer .qr {
  background-color: var(--bg-primary);
  padding: 0.5em;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 25%;
  width: 75%;
  font-size: var(--fs-400);
}

.questionContainer .qrImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.questionContainer .qrImg img {
  max-width: 250px;
  margin: 0.5em 0;
}

.questionContainer .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0;
  font-size: var(--fs-400);
}

.questionContainer .check .yourAnswer,
.questionContainer .check .qrCorrect {
  margin-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.questionContainer .check .answerReview {
  height: 50px;
  min-width: 50px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  padding: 0.5em;
  color: #fff;
}

.background-final {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -6vh;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 30;
}

.background-final .final-mediu-invatare {
  position: relative;
  width: 85%;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bg-secondary);
  padding: 2em;
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.background-final .final-mediu-invatare p {
  font-size: var(--fs-500);
}

.background-final .final-mediu-invatare span {
  font-size: var(--fs-600);
  margin: 0.5em 0;
}

.background-final .final-mediu-invatare .button {
  border-radius: 8px;
  font-size: var(--fs-400);
  font-weight: 300;
  padding: 0.3em;
  background: var(--main);
  margin: 1em 0;
  width: 200px;
  height: 50px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border: none;
}

.background-final .final-mediu-invatare .fa-check-circle {
  color: #2bb670;
  font-size: 4rem;
  margin: 0.3em 0;
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media (min-width: 600px) {
  .chestionar {
    padding-top: 3em;
  }
  .chestionar-header .box-c-header {
    min-width: 200px;
  }
  .buttons .button-group {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .buttons button {
    width: 250px;
    height: 70px;
  }
  .chestionar-content .question h1 {
    font-size: var(--fs-600) !important;
  }
}

@media only screen and (min-width: 1024px) {
  .chestionar {
    min-height: 90vh !important;
    padding-top: 0 !important;
    margin-top: 2vh !important;
  }
  .container {
    width: 70%;
  }
  .intrebari-totale,
  .intrebari-ramase,
  .raspunsuri-corecte,
  .raspunsuri-gresite {
    position: inherit !important;
    min-width: 200px;
    height: 40px;
  }
  .chestionar-header {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .desktop-align {
    position: relative;
  }
  .answers {
    width: 45%;
  }
  .chestionar-content .q-image {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .chestionar-content .q-image img {
    max-width: 350px;
  }
  .chestionar-content .question h1 {
    font-weight: 300 !important;
    font-size: var(--fs-600) !important;
  }
  .chestionar-content .question #questionNumber {
    font-size: 1.5rem;
  }
  .chestionar-content .answer {
    min-height: 80px;
  }
  .chestionar-content .answers .answer {
    cursor: default;
  }
  .chestionar-content .answers .answer .answer-letter {
    width: 15%;
  }
  .chestionar-content .answers .answer:hover {
    cursor: pointer;
  }
  .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .buttons .button-group {
    width: 63%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .answer-later,
  .answer-clear,
  .answer-submit {
    width: 250px !important;
    height: 70px !important;
    font-size: 16px !important;
    margin: 0 !important;
    cursor: pointer !important;
  }
  #submitAnswer2 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .rezultat-chestionar {
    width: 70%;
    margin-top: 20vh;
  }
  .rezultat-chestionar p {
    font-size: 1.4em;
  }
  .rezultat-chestionar a:hover {
    background-color: #1476ff;
  }
  .rezultat-chestionar .button {
    width: 20% !important;
    font-size: 1.5em !important;
  }
  .questionContainer .qrAnswer .qrL {
    width: 10%;
  }
  .questionContainer .qrAnswer .qr {
    width: 90%;
    margin-left: 10%;
    min-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .questionContainer .qrImg img {
    max-width: 400px;
    margin: 0.5em 0;
  }
  .background-final .final-mediu-invatare {
    width: 50%;
    height: 55%;
  }
  .background-final .final-mediu-invatare .butoane-final {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .background-final .final-mediu-invatare .button {
    margin: 2em 0;
    height: 70px;
    font-weight: 600;
  }
  .background-final .final-mediu-invatare .button:hover {
    background: #2b73d8;
    cursor: pointer;
  }
  .background-final .final-mediu-invatare .fa-check-circle {
    color: #2bb670;
    font-size: 5rem;
    margin: 0.3em 0;
  }
}

@media only screen and (min-width: 1920px) {
  .chestionar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 0 !important;
  }
  .chestionar-content {
    margin-top: 2em;
  }
  .buttons {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .buttons .button-group {
    width: 58%;
  }
  .questionContainer .qrAnswer .qrL {
    width: 6%;
  }
  .questionContainer .qrAnswer .qr {
    width: 94%;
    margin-left: 6%;
  }
}

.base-timer {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  z-index: 2;
}

.base-timer__svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: #41b883;
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: var(--text);
}

@media only screen and (min-width: 1024px) {
  .base-timer {
    width: 80px;
    height: 80px;
  }
  .base-timer__label {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}

#imagineChestionar {
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#imagineChestionar:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    margin-top: 40%;
  }
}

.wave,
.waveTwo {
  position: relative;
}

.custom-shape-divider-top-1615885876,
.custom-shape-divider-bottom-1615885327 {
  display: none;
}

.categorie {
  margin-top: 10vh;
  padding-top: 0.5em;
  color: var(--text);
}

.categorie .categorie-titlu {
  text-align: center;
  margin: 2em 0;
}

.categorie .categorie-titlu h1 {
  font-size: var(--fs-bg);
}

.categorie .categorie-titlu h2 {
  font-size: var(--fs-bg);
}

.categorie .categorie-titlu p {
  margin: 1em 0;
  font-size: var(--fs-400);
  text-align: center;
}

.info {
  background-color: var(--bg-secondary);
  padding: 2em;
  margin: 3em 0;
  border-radius: 7px;
  border: 1px solid var(--main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.info p {
  font-size: var(--fs-400);
  text-align: left;
}

.info .fa-info-circle {
  font-size: 4rem;
  color: var(--main);
  margin-bottom: 0.5em;
}

.categorii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.categorii a {
  text-decoration: none;
  color: var(--text);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categorii .box-categorie {
  background: var(--bg-secondary);
  padding: 2em;
  margin: 1.5em 0em;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  text-align: center;
  width: 300px !important;
  height: 250px !important;
}

.categorii .box-categorie i {
  color: var(--main) !important;
  font-size: 4.5rem;
}

.categorii .box-categorie img,
.categorii .box-categorie svg {
  width: 100px;
}

.categorii .box-categorie h3,
.categorii .box-categorie h2 {
  margin: 0.9em 0 0.2em 0;
  font-size: var(--fs-500);
}

.categorii .box-categorie h4 {
  font-weight: 300;
  margin: 0.2em 0;
  font-size: var(--fs-400);
}

.categorii .box-categorie p {
  margin: 0.2em 0;
  font-size: var(--fs-sm);
}

.content {
  padding: 2em;
  background: var(--bg-secondary);
  color: var(--text);
  border-radius: 7px;
  margin: 1.5em 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.content li {
  margin: 0.2em 0;
  font-size: var(--fs-sm);
}

.content h5 {
  font-size: var(--fs-400);
  margin-bottom: 0.2em;
}

.content h3 {
  margin: 0.5em 0;
}

.faq {
  margin-top: 2em;
}

.informatiiChestionar {
  margin-top: 2em;
}

.continut-chestionar {
  padding: 2em;
  background-color: var(--bg-primary);
  border-radius: 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.continut-chestionar .text-informativ {
  padding: 1.5em 0.5em;
  color: var(--text);
}

.continut-chestionar .text-informativ h2 {
  font-size: var(--fs-600);
  margin: 1em 0;
  border-bottom: 2px solid var(--main);
}

.continut-chestionar .text-informativ h3 {
  margin: 0.5em 0;
  font-size: var(--fs-500);
}

.continut-chestionar .text-informativ ul {
  list-style: none;
}

.continut-chestionar .text-informativ ul li {
  font-size: var(--fs-400);
  margin: 0.5em 0;
}

.continut-chestionar .text-informativ ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--main);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.bg-second {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
}

@media only screen and (min-width: 1024px) {
  .categorie .categorie-titlu {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2em 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info p {
    margin-left: 1rem;
  }
  .info .fa-info-circle {
    margin-bottom: 0;
  }
  .content {
    max-width: 65rem;
    padding: 2rem 4rem;
    line-height: 1.62;
    word-break: break-word;
    letter-spacing: 0.02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
    margin-left: auto;
    margin-right: auto;
  }
  .categorii {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 1.5rem 0;
  }
  .categorii a {
    width: auto;
  }
  .categorii a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .categorii a:hover .box-categorie {
    -webkit-box-shadow: rgba(63, 143, 254, 0.3) 0px 4px 6px -1px;
            box-shadow: rgba(63, 143, 254, 0.3) 0px 4px 6px -1px;
  }
  .categorii .box-categorie {
    width: 250px !important;
    height: 300px !important;
    margin: 2em 4em;
    padding: 1rem;
  }
  .categorii .box-categorie i {
    font-size: 6em;
  }
  .categorii .box-categorie img,
  .categorii .box-categorie svg {
    width: 125px;
  }
  .selectare-categorie {
    margin-top: 3.5rem;
  }
  .waveTwo {
    margin-bottom: 8em;
  }
  .custom-shape-divider-bottom-1615885327 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    opacity: 50%;
    display: block;
  }
  .custom-shape-divider-bottom-1615885327 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
  }
  .custom-shape-divider-bottom-1615885327 .shape-fill {
    fill: #3f8ffe;
  }
  .custom-shape-divider-top-1615885876 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    opacity: 50%;
    display: block;
  }
  .custom-shape-divider-top-1615885876 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
  }
  .custom-shape-divider-top-1615885876 .shape-fill {
    fill: #3f8ffe;
  }
  .informatiiChestionar {
    margin-top: 13em;
  }
  .informatiiChestionar .content {
    max-width: 75rem;
  }
  .continut-chestionar .text-informativ {
    padding: 2em;
  }
}

@media only screen and (min-width: 1920px) {
  .categorii .box-categorie {
    width: 275px !important;
    height: 325px !important;
  }
}

.chestionar-normal {
  background: var(--bg-primary);
  padding: 0.3em;
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

#Icon_awesome-car,
#Icon_awesome-car-2 {
  fill: var(--text);
}

#Line_2 {
  stroke: var(--text);
}

#Icon_awesome-car {
  -webkit-transform: translateX(35px) translateY(50px);
          transform: translateX(35px) translateY(50px);
}

#Icon_awesome-car-2 {
  -webkit-animation: overtake 7s forwards infinite linear;
          animation: overtake 7s forwards infinite linear;
}

#Ellipse_3 {
  -webkit-animation: blinking 7s forwards infinite linear;
          animation: blinking 7s forwards infinite linear;
}

@-webkit-keyframes blinking {
  0% {
    -webkit-transform: translateY(10px) translateX(60px);
            transform: translateY(10px) translateX(60px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    -webkit-transform: translateY(20px) translateX(60px);
            transform: translateY(20px) translateX(60px);
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    -webkit-transform: translateY(40px) translateX(100px);
            transform: translateY(40px) translateX(100px);
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(95px) translateX(100px);
            transform: translateY(95px) translateX(100px);
  }
  80% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(140px) translateX(60px);
            transform: translateY(140px) translateX(60px);
    opacity: 1;
  }
}

@keyframes blinking {
  0% {
    -webkit-transform: translateY(10px) translateX(60px);
            transform: translateY(10px) translateX(60px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    -webkit-transform: translateY(20px) translateX(60px);
            transform: translateY(20px) translateX(60px);
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    -webkit-transform: translateY(40px) translateX(100px);
            transform: translateY(40px) translateX(100px);
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(95px) translateX(100px);
            transform: translateY(95px) translateX(100px);
  }
  80% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(140px) translateX(60px);
            transform: translateY(140px) translateX(60px);
    opacity: 1;
  }
}

@-webkit-keyframes overtake {
  0% {
    -webkit-transform: translateY(-15px) translateX(40px);
            transform: translateY(-15px) translateX(40px);
  }
  15% {
    -webkit-transform: translateY(10px) translateX(40px);
            transform: translateY(10px) translateX(40px);
  }
  35% {
    -webkit-transform: translateY(25px) translateX(80px);
            transform: translateY(25px) translateX(80px);
  }
  75% {
    -webkit-transform: translateY(80px) translateX(80px);
            transform: translateY(80px) translateX(80px);
  }
  100% {
    -webkit-transform: translateY(125px) translateX(40px);
            transform: translateY(125px) translateX(40px);
  }
}

@keyframes overtake {
  0% {
    -webkit-transform: translateY(-15px) translateX(40px);
            transform: translateY(-15px) translateX(40px);
  }
  15% {
    -webkit-transform: translateY(10px) translateX(40px);
            transform: translateY(10px) translateX(40px);
  }
  35% {
    -webkit-transform: translateY(25px) translateX(80px);
            transform: translateY(25px) translateX(80px);
  }
  75% {
    -webkit-transform: translateY(80px) translateX(80px);
            transform: translateY(80px) translateX(80px);
  }
  100% {
    -webkit-transform: translateY(125px) translateX(40px);
            transform: translateY(125px) translateX(40px);
  }
}

footer {
  background: var(--footer);
  padding-top: 2em;
  padding-bottom: 2em;
  color: #fff;
}

footer .footer-site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
}

footer .footer-site-title img {
  width: 150px;
  margin: 0.5rem 0;
}

footer .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}

footer .mail img {
  width: 32px;
  margin-right: 10px;
  display: block;
}

footer .mail a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

footer ul {
  list-style-type: none;
  margin-top: 1em;
}

footer ul li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

footer ul a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

footer .social-media img {
  width: 32px;
  fill: var(--main);
}

@media only screen and (min-width: 1024px) {
  footer .mail a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .mail a:hover {
    color: var(--main);
  }
  footer ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer ul li a:hover {
    color: var(--main);
  }
  footer .social-media {
    width: 30%;
  }
  footer .social-media img {
    width: 36px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .social-media img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.cookieConsentContainer {
  z-index: 15;
  width: 350px;
  height: 250px;
  min-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 30px 30px 30px 30px;
  background: var(--main);
  overflow: hidden;
  position: fixed;
  bottom: 2%;
  right: 2%;
  text-align: left;
  margin: auto;
  display: block;
}

.cookieConsentContainer .cookieTitle a {
  font-family: OpenSans, arial, "sans-serif";
  color: #ffffff;
  font-size: 22px;
  line-height: 20px;
  display: block;
}

.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: OpenSans, arial, "sans-serif";
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
  font-family: OpenSans, arial, "sans-serif";
  color: #ffffff;
  text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: OpenSans, arial, "sans-serif";
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  background: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #3e9b67;
}

@media (max-width: 980px) {
  .cookieConsentContainer {
    width: 100% !important;
    height: 220px;
    bottom: 0 !important;
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.contact {
  margin-top: 8vh;
  padding-top: 3em;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--text);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92vh;
}

.contact-text h1 {
  font-size: 3.5em;
}

.contact-text p {
  margin-top: 0.5em;
}

.contact-type {
  margin-top: 5em;
}

.c-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.2em 0;
  width: 70%;
  padding: 0.5em;
}

.c-type img {
  width: 30px;
}

.c-type a {
  margin-left: 15px;
  text-decoration: none;
  color: var(--text);
}

.c-type:hover {
  cursor: default;
  background-color: rgba(34, 126, 255, 0.473);
  border-radius: 5px;
}

.contact-social {
  margin-top: 5em;
  padding: 0.5em;
}

.contact-social img {
  width: 30px;
  margin-right: 20px;
  fill: var(--main);
}

.contact-social img:hover {
  cursor: pointer;
}

.contact-right {
  background: var(--bg-secondary);
  border-radius: 15px;
  padding: 2.5em;
  width: 50%;
  position: relative;
}

.contact-right .cornerDot {
  position: absolute;
  height: 30%;
  width: 30%;
  border-top-left-radius: 100%;
  right: 0;
  bottom: 0;
  background: rgba(34, 126, 255, 0.473);
}

.contact-right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}

.contact-right form label {
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-right form label img {
  width: 20px;
  margin-right: 10px;
}

.contact-right form input,
.contact-right textarea {
  margin: 0.8em 0 1.5em 0;
  padding: 0.8em;
  border-radius: 20px;
  border: none;
  outline: none;
  max-width: 100%;
  max-height: 150px;
  min-width: 100%;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.contact-right .contact-me {
  margin-top: 0.8em;
  padding: 0.7em;
  border-radius: 20px;
  outline: none;
  border: none;
  background-color: var(--main);
  color: #ffffff;
  font-size: 1.1em;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.contact-right .contact-me:hover {
  background-color: #227eff;
  cursor: pointer;
}

.contact-right form input:focus,
.contact-right textarea:focus {
  border: var(--main) 1px solid;
}

@media only screen and (max-width: 1024px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .contact-left {
    width: 100%;
  }
  .contact-right .cornerDot {
    height: 20%;
  }
  .contact-right {
    width: 100%;
    margin: 2.5em 0 3em 0;
  }
  .contact-right form {
    width: 100%;
  }
  .contact-type {
    margin-top: 2.5em;
  }
  .contact-social {
    margin-top: 2.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .message-sent {
    border-top-left-radius: 10px;
    width: 30% !important;
    right: 0 !important;
  }
  .message-sent svg:hover {
    cursor: pointer;
  }
}

.message-sent {
  display: none;
  position: fixed;
  color: #fff;
  background-color: #5cd676;
  padding: 2rem;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.message-sent svg {
  width: 20px;
  height: 100%;
  display: block;
  margin-left: auto;
}

.message-sent ion-icon {
  padding: 0;
  margin-right: 10px;
}

.message-sent .message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-sent-active {
  display: block !important;
}

@media only screen and (min-width: 40em) {
  html {
    --fs-xl: 4.5rem;
    --fs-bg: 3rem;
    --fs-600: 2rem;
    --fs-500: 1.25rem;
    --fs-400: 1.15rem;
    --fs-sm: 1.125rem;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    width: 80%;
  }
  .hero {
    margin-top: 88px;
    padding-top: 2em;
    height: 80vh;
    background-color: var(--bg-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden !important;
    position: relative;
  }
  .hero .landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero .landing img {
    width: 45%;
    margin: 0;
    z-index: 1;
  }
  .hero .landing .hero-text {
    width: 60%;
    text-align: left;
  }
  .hero .landing .hero-text h1 {
    line-height: 1.2;
    width: 80%;
  }
  .hero .landing .hero-text p {
    width: 80%;
  }
  .hero .landing .sw-js-blob-svg {
    position: absolute;
    width: 75%;
    right: -20%;
  }
  .hero .button {
    width: 30%;
    margin-left: 0;
  }
  .separator {
    bottom: -7%;
  }
  .button:hover {
    background: #2b73d8;
    background: -webkit-gradient(linear, left top, right top, from(#236cd3), to(#014eb9));
    background: linear-gradient(90deg, #236cd3 0%, #014eb9 100%);
  }
  .separator {
    height: 150px;
  }
  .service .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem 0;
  }
  .service .type {
    width: 30%;
  }
  .service .type svg {
    width: 164px;
  }
  .responsive {
    padding-top: 10em;
    padding-bottom: 8em;
  }
  .responsive img {
    width: 50%;
  }
  .responsive .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .responsive .responsive-text {
    width: 40%;
  }
  .responsive .responsive-text h2 {
    font-size: 2.2em;
  }
  .testimonials .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .testimonials .container .boxTestimonial {
    width: 30%;
    min-height: 280px;
  }
  .testimonials svg {
    top: 14%;
    left: 6%;
  }
  .box-i {
    margin: 0 auto 2.5em auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1rem 2rem;
  }
  .box-i img,
  .box-i .svg-pol {
    margin-right: 2em;
    height: 200px;
  }
  .box-i .pol {
    height: 200px;
  }
  .box-i .text h3 {
    text-align: left;
    margin-top: 0;
  }
  .butoane {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .butoane .button {
    font-size: 1.2em;
    width: 25%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .butoane .button:hover {
    background-color: var(--main);
    color: #fff;
  }
  .row ul li {
    margin: 0.25rem 0 0.75rem 2rem !important;
  }
  .despre-noi-img {
    width: 650px;
  }
  .text-404 h1 {
    font-size: 2em;
  }
  .text-404 .button {
    width: 20%;
  }
  .img-404 {
    margin: 1em auto;
    width: 65%;
  }
  .desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mobile {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .button {
    width: 50%;
  }
}

.content li {
  margin: 0.5em 0 !important;
}

.tabel {
  overflow-x: auto;
}

.tg {
  border-collapse: collapse;
  border-color: #9abad9;
  border-spacing: 0;
  margin: 15px auto 15px auto;
}

.tg td {
  background-color: var(--bg-primary);
  border-bottom-width: 1px;
  border-color: #9abad9;
  border-style: solid;
  border-top-width: 1px;
  border-width: 0px;
  color: var(--text);
  font-family: Arial, sans-serif;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg th {
  background-color: var(--main);
  border-bottom-width: 1px;
  border-color: #9abad9;
  border-style: solid;
  border-top-width: 1px;
  border-width: 0px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg .tg-wa1i {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-wn3b {
  background-color: var(--bg-secondary);
  text-align: center;
  vertical-align: middle;
}

.tg .tg-nrix {
  text-align: center;
  vertical-align: middle;
}

.tg .tg-wn4b {
  font-weight: bold;
}

@-webkit-keyframes baston {
  0% {
    -webkit-transform: rotate(-15deg) translateX(-100px) translateY(60px);
            transform: rotate(-15deg) translateX(-100px) translateY(60px);
  }
  50% {
    -webkit-transform: rotate(0deg) translateX(0px) translateY(0px);
            transform: rotate(0deg) translateX(0px) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(80px) translateY(-80px);
            transform: rotate(15deg) translateX(80px) translateY(-80px);
  }
}

@keyframes baston {
  0% {
    -webkit-transform: rotate(-15deg) translateX(-100px) translateY(60px);
            transform: rotate(-15deg) translateX(-100px) translateY(60px);
  }
  50% {
    -webkit-transform: rotate(0deg) translateX(0px) translateY(0px);
            transform: rotate(0deg) translateX(0px) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(80px) translateY(-80px);
            transform: rotate(15deg) translateX(80px) translateY(-80px);
  }
}

@-webkit-keyframes moto {
  0% {
    -webkit-transform: rotate(-15deg) translateX(-100px) translateY(85px);
            transform: rotate(-15deg) translateX(-100px) translateY(85px);
  }
  50% {
    -webkit-transform: rotate(0deg) translateX(0px) translateY(0px);
            transform: rotate(0deg) translateX(0px) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(75px) translateY(-102px);
            transform: rotate(15deg) translateX(75px) translateY(-102px);
  }
}

@keyframes moto {
  0% {
    -webkit-transform: rotate(-15deg) translateX(-100px) translateY(85px);
            transform: rotate(-15deg) translateX(-100px) translateY(85px);
  }
  50% {
    -webkit-transform: rotate(0deg) translateX(0px) translateY(0px);
            transform: rotate(0deg) translateX(0px) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(15deg) translateX(75px) translateY(-102px);
            transform: rotate(15deg) translateX(75px) translateY(-102px);
  }
}

#animat-baston,
#animat {
  -webkit-animation: baston 2s infinite linear alternate;
          animation: baston 2s infinite linear alternate;
}

#animat-motocicleta {
  -webkit-animation: moto 2s infinite linear alternate;
          animation: moto 2s infinite linear alternate;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--bg-primary);
  z-index: 99;
}

.loading:after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 6px solid var(--main);
  border-top: 6px dotted var(--main);
  border-bottom: 6px dotted var(--main);
  border-radius: 50%;
  -webkit-animation: loading 2s infinite;
          animation: loading 2s infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */