/*
Theme Name: nGeneration
Author: Clovee Apps
Author URI: https://ovidius.ro/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600,700&subset=latin-ext");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*============================ Variables ============================*/
/*============================ Default selectors ===================*/
html, body {
  font-size: 18px;
  height: 100%;
  color: black;
  font-family: "Roboto", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 1.944rem;
  font-weight: bold;
  line-height: 1.09; }

h2 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2; }

p {
  margin-bottom: 1rem; }

a:hover {
  text-decoration: none;
  cursor: pointer; }

strong {
  font-weight: bold; }

/*=========================== Buttons ==============================*/
.btn {
  font-size: 0.7778rem; }
  .btn:hover {
    color: #fff; }

.btn-green {
  color: #fff;
  background-color: #91b92b;
  border-color: #91b92b; }

.btn-blue {
  color: #fff;
  background-color: #0063b7;
  border-color: #0063b7; }

/*
  ========================================
  Custom styles
  ========================================
*/
header {
  background-image: linear-gradient(to bottom, white, #c0e7fb);
  padding: 3rem 0; }
  header h1 {
    color: #0063b7; }
  header .content .sectiune-stanga {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 315px; }
  header .content .imagine {
    position: absolute;
    bottom: -115px; }

.special-card {
  box-shadow: 0 0 5px #ccc;
  padding: 2rem;
  border-radius: 10px; }
  .special-card .title {
    font-size: 1.333rem;
    font-weight: 300;
    color: #91b92b; }
  .special-card .items {
    display: flex;
    margin: 2rem 0;
    justify-content: space-between; }
    .special-card .items .item {
      font-size: 0.8889rem;
      line-height: 1.2rem;
      display: flex;
      align-items: center;
      width: 48%; }
      .special-card .items .item img {
        margin-right: 1rem; }

.advantage-item {
  margin-bottom: 2rem; }
  .advantage-item .title {
    font-size: 1.556rem;
    font-weight: 300;
    text-align: left;
    color: #0063b7;
    margin: 1rem 0; }
    .advantage-item .title h2 {
      font-size: 1.556rem; }

.banner {
  background-color: #c0e7fb;
  display: flex;
  padding: 2rem;
  margin: 3rem 0; }
  .banner h2 {
    font-size: 1.333rem;
    font-weight: 300;
    text-align: center;
    color: #0063b7; }
  .banner a.btn {
    display: flex;
    align-items: center; }
    .banner a.btn img {
      margin-left: 0.5rem;
      max-height: 13px; }

footer {
  background-image: linear-gradient(to right, #0379c0, #3ac88c);
  color: white;
  padding: 2rem 0; }
  footer .footer-section {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .footer-section a {
      color: #fff; }

/*============================ @Medias ============================*/
@media screen and (max-width: 667px) {
  .special-card .items {
    flex-direction: column; }
    .special-card .items .item {
      width: 100%;
      margin-bottom: 1rem; }
  footer .footer-section {
    flex-direction: column; }
    footer .footer-section .copy {
      margin: 1rem 0; } }

@media screen and (max-width: 767px) {
  html, body {
    font-size: 16px; }
  header .content .sectiune-stanga {
    height: 215px;
    margin-bottom: 2rem; }
  header .content .imagine {
    position: relative;
    bottom: 0; } }

@media screen and (max-width: 991px) {
  .banner {
    flex-direction: column;
    align-items: center; }
    .banner a.btn {
      width: fit-content;
      margin-top: 1rem; } }

/*# sourceMappingURL=main.css.map */