
@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

*{
    margin: 0px;
    font-family: sans-serif;
    outline: 0px;
    box-sizing: borsder-box;
}
.menu {
    background-color: #071145;
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0px;
  }
  .logito {
    color: #071145;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    padding: 0 80px;
    font-weight: bold;
  }
  .menu_items {
    display: flex;
    list-style: none;
    margin-right: 30px;
  }
   .menu_items li {
     border-radius: 3px;
     margin: 0 5px;
   }
  .menu_items li a {
    padding: 7px 13px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
  }
  
  .menu_items li:hover, li :active {
    background-color: #5dc1b9 ;
    transition: .3s;
  }
  .btn_menu {
    margin-right: 30px;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  
  ul.show {
    top: 65px;
  }
  @media screen and (max-width: 952px){
    .logito{
      font-size: 30px;
      padding-left: 35px;
    }
    .menu_items li a{
      font-size: 16px;
  
    }
  }
  
  @media screen and (max-width: 858px){
    .menu{
  height: 65px;
    }
    .btn_menu{
      display: inline-flex;
    }
    .menu_items {
      position: fixed;
      width: 100vw;
      height: calc(100%-65px);
      background:#414141;
      top: -100vh;
      text-align: center;
      transition: all .4s;
      flex-direction: column;
    }
    .menu_items li {
      margin: 30px 0 0 0;
      line-height: 30px;
    }
    .menu_items li:hover {
      background: none;
    }
    .menu_items li a {
      font-size: 20px;
      color: white;
      font-weight: bold;
    }
    .menu_items li a:hover {
      color: red;
    }
    .logito {
      font-size: 25px;
      padding-left: 35px;
    }
  }
  
  @media screen and (max-width: 858px) and (orientation: landscape){
    .menu_items li {
      margin: 5px 0 0 0;
    }
    .menu_items {
      overflow: scroll;
      height: calc(100% - 65px);
    }
  }
  
  #footer {
    background: #000729;
    padding: 30px 0;
    color: #fff;
  }
  
  #footer .copyright {
    text-align: center;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
}


/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
    color: var(--text-gray);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lexend);
    font-size: 2.5rem;
}

h2{
    font-family: var(--Lexend);
}

h3{
    font-family: var(--Abel);
    font-size: 1.3rem;
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

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

p{
    font-family: var(--Lexend);
    color: var(--text-light);
}

main .blog{
    background: url('../assets/Abract01.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 100vh;
    width: 100%;
    background-size: 65%;
}

main .blog .blog-post{
    padding-top: 6rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
    padding: 2rem 0;
}

main .blog-content .btn-blog{
    padding: .7rem 2rem;
    background: var(--sky);
    margin: .5rem;
}

main .blog-content span{
    display: block;
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}

