/* Standardni margini i padding -----------------------------------------------------------------------------------------------------------  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }

html, body {
  scroll-behavior: smooth;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

a { text-decoration: none; }
li { list-style: none; }
img, button { display: block; }
a, span { display: inline-block;}

/* Standardni margini i padding (END) ------------------------------------------------------------------------------------------------------  */









/* Navigation bar --------------------------------------------------------------------------------------------------------------------------- */
nav {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px 110px 10px 110px;
  white-space: nowrap;
}
  
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  list-style-type: none;
  margin: 0;
  text-align: center;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(30, 29, 29, 0.2);
  text-decoration: none;
  font-weight: 600;
  padding: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  font-size:18px;
}
  
nav ul li a:hover {
  color: #81DAA0;
  transform: scale(1.1);
  font-weight: 800;
}

.logo img {
  width: 130px;
  height: auto;
}

nav .logo img.white-logo {
  display: block; 
}

nav .logo img.color-logo {
  display: none; 
}

.menu-icon {
  display: none;
}

nav.solid-nav {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(47, 46, 46, 0.2);
}

nav.solid-nav .logo img.white-logo {
  display: none; 
}

nav.solid-nav .logo img.color-logo {
  display: block; 
}

nav.solid-nav ul li a {
  color: #085D7B;
  font-weight: 700;
}

nav.solid-nav ul li a:hover {
  color: #81DAA0;
  transform: scale(1.1);
  font-weight: 800;
}

nav input[type="checkbox"] {
  display: none;
}

/* Responsive Media Queries ------------------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
  nav {
    padding: 5px 50px;
    background-color: rgba(255, 255, 255, 0.95);
  }

  nav .logo img.white-logo {
    display: none; 
  }
  
  nav .logo img.color-logo {
    display: block; 
  }

  ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 4px rgba(47, 46, 46, 0.2);
    padding-left:0;
  }
  
  ul li {
    padding-top:10px;
    padding-bottom:10px;
    border-top: 1px solid rgba(8, 93, 123, 0.2); 
    width: 100%; 
    text-align: left;
  }

  ul li:hover {
    background-color: #fff; 
    cursor: pointer;
  }

   nav ul li {
    width: 100%; 
    text-align: left; 
  }

  nav ul li a{
    font-size:26px;
    padding:10px;
    color:#085D7B;
  }

  input[type="checkbox"]:checked ~ ul {
    display: flex;
  }

  .menu-icon {
      display: block;
      color:#085D7B
  }
}

@media only screen and (max-width: 576px) {
  nav {
    padding: 5px 30px;
    background-color: rgba(255, 255, 255, 0.95);
  }

  nav .logo img.white-logo {
    display: none; 
  }
  
  nav .logo img.color-logo {
    display: block; 
    height: 40px;
    width: auto;
  }

  ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 4px rgba(47, 46, 46, 0.2);
    padding-left:0;
  }
  
  ul li {
    padding-top:10px;
    padding-bottom:10px;
    border-top: 1px solid rgba(8, 93, 123, 0.2); 
    width: 100%; 
    text-align: left;
  }

  ul li:hover {
    background-color: #fff; 
    cursor: pointer;
  }

   nav ul li {
    width: 100%; 
    text-align: left; 
  }

  nav ul li a{
    font-size:16px;
    padding:0px;
    color:#085D7B;
  }

  input[type="checkbox"]:checked ~ ul {
    display: flex;
  }

  .menu-icon {
      display: block;
      color:#085D7B
  } 
}
/* Responsive Media Queries (END)------------------------------------------------------------------- */

/* Nabigation bar (END) ------------------------------------------------------------------------------------------------------------------------*/
 








/* All Sections ---------------------------------------------------------------------------------------------------------------------- */
.container{
  min-height: 100vh;
  padding-top:50px;
}

.section-titles{
  font-weight: bolder;
  color: #085D7B;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(30, 29, 29, 0.1);
  white-space: nowrap;
  margin-bottom: 20px;
  font-weight:900;
}

.blog-titles{
font-weight: bold;
color: #085D7B;
text-align: left;
text-shadow: 2px 2px 4px rgba(30, 29, 29, 0.1);
white-space: wrap;
margin-bottom: 10px;
text-decoration: none;
}

.normal-text{
  color:#085D7B;
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(30, 29, 29, 0.05);
  font-weight: 600;
}

.blog-details{
    color:rgba(8, 93, 123, 0.5);
}

.blog-details.featured{
  padding-top:5px;
  color:rgba(255, 255, 255, 0.4);
}

.blog-details.featured1{
  padding-top:5px;
  color:rgba(255, 255, 255, 0.8);
}

.section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.section.show {
  opacity: 1;
  transform: translateY(0);
}

/* Button (END) -------------------------------------------------------------- */

/* Responsive Media Queries ------------------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
  html, body { 
    font-family: 'Comic Neue', cursive;
  }

  .container{
    overflow: hidden;
  }

  .container{
    min-height: 30vh;
    padding-top:50px;
  }

  .section-titles{
    text-align: center;
    white-space: wrap;
  }

  .normal-text{
    text-align: justify;
  }
}

@media only screen and (max-width: 576px) {
  html, body { 
    font-family: 'Comic Neue', cursive;
  }
  
  .container{
    overflow: hidden;
  }

  .section-titles{
    text-align: center;
    white-space: wrap;
  }

  .normal-text{
    text-align: justify;
  }
}
/* Responsive Media Queries (END)------------------------------------------------------------------- */

/* All Sections (END) ---------------------------------------------------------------------------------------------------------------- */







 

/* Section 1 - Blog introduction --------------------------------------------------------------------------------------------------------- */
.section1-blog {
  min-height: 100vh;
  background-image: url('graphics-blog/background-divider.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top:50px;
}

.blog-title {
  padding-top:130px;
  padding-bottom:15px;
  font-size: 65px;
  font-weight: 750;
  font-style: normal;
  background-image: linear-gradient(to bottom, #F6A800, #FEDE00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 100%;
}

.blog-description{
  color:rgba(255, 255, 255, 0.85);
  padding-bottom:30px;
}

.section1-blog img {
  max-width: 80%;
  height: auto;
  display: block;
  margin-top: 20px;
  margin-left:90px;
}

/* Scroll down button ------------------------------------------------------------------------------ */
.explore-btn {
    position: relative;
    background: linear-gradient(to top, #FEDE00, #F6A800);
    color: white;
    border: none;
    outline: none;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s ease; 
    animation: pulse 1.5s infinite; 
    align-content: center;
    border-radius: 15px 5px;
    width:220px;
  }
  
  .shape{
    transform: skewX(0deg);
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .explore-btn a{
    color:#fff;
    text-decoration: none;
  }
  
  .explore-btn:hover a{
    color:#F6A800;
  }
  
  .explore-btn:hover {
      background: transparent;
      color: #F6A800;
      transform: scale(1.05); 
    }
    
    .btn-description-top {
      display: block;
      font-size: 18px;
      white-space: nowrap;
      align-content: center;
      font-weight: bolder;
      text-decoration: none;
    }
/* Scroll down button (END) ------------------------------------------------------------------------ */

/* Responsive Media Queries ------------------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .section1-blog {
    padding: 15px;
  }

  .blog-title {
    padding-top:150px;
    padding-bottom:15px;
    font-size: 55px;
    max-width: 100%;
    text-align: center;
  }

  .blog-description{
    font-size: 30px;
    padding-bottom:10px;
    text-align: center;
  }

  .beginning-button{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }

  .section1-blog img {
    max-width: 100%;
    margin-top: 20px;
    margin-left:0px;
  }
}

@media only screen and (max-width: 576px) {
  .section1-blog {
    padding: 15px;
  }

  .blog-title {
    padding-top:90px;
    padding-bottom:15px;
    font-size: 45px;
    max-width: 100%;
    text-align: center;
  }

  .blog-description{
    font-size: 20px;
    padding-bottom:10px;
    text-align: center;
  }

  .beginning-button{
    display: flex;
    justify-content: center;
  }

  .explore-btn {
    padding: 8px 16px;
    border-radius: 12px 5px;
    width:170px;
  }

  .btn-description-top {
    font-size: 15px;
  }

  .section1-blog img {
    max-width: 100%;
    margin-top: 0px;
    margin-left:0px;
  }
} 
/* Responsive Media Queries (END)------------------------------------------------------------------- */

/* Section 1 - Home section (END) ------------------------------------------------------------------------------------------------------- */

  











/* Section 2 - Blog section ------------------------------------------------------------------------------------------------------------- */
.main{
    margin-top: 100px;
}

.carousel-inner {
  border-radius: 25px 25px; 
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.carousel-item {
  border-radius: 25px 25px; 
}

.carousel-caption p {
  text-align: justify;
}

.blogs-carousel{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  margin-top:0px;
}

.the-blog-title{
  color: #F6A800;
  font-size: 40px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.blogs-carousel .carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 30, 59, 0.4);
}

.blogs-carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
}

.container {
    margin-inline: auto;
    margin: auto;
    padding: 0 15px;
}

button {
    font: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

.btn {
    min-width: 10rem;
    border-radius: 100px;
}

.btn-primary {
    padding: 0.6875rem 1.1875rem;
}

.blog .h2 {
    line-height: 1.3;
    margin-bottom: 3rem;
    text-align: center;
}

.blog-card-group {
    margin-bottom: 3rem;
}

.blog-card {
    padding: 10px;
    margin-bottom: 1rem;
    border-radius: 20px;
    box-shadow: 0 10px 10px hsla(0, 0%, 0%, 0.1);
    transition: 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 10px hsla(0, 0%, 0%, 0.3);
}

.blog-content-wrapper {
    padding: 10px 5px;
}

.blog-topic {
    font-weight: 600;
    padding: 0.25rem 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.blog-card .h3 {
    line-height: 1.4;
    margin-bottom: 1rem;
}

.blog-banner-img {
    border-radius: 15px;
    margin: 5px;
}

.blog-text,
.profile-wrapper {
    display: none;
}

.blog .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.blog .text-sm {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog .separator {
    margin-inline: 3px;
    margin: 0 3px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
}

.blog ion-icon {
    --ionicon-stroke-width: 50px;
}

.aside {
    display: none;
}

.explore-more .section-titles{
  margin-top:20px;
}

@media (min-width: 550px) {
    :root {
        --fs-base: 0.9rem;
    }

    .blog-card {
        display: grid;
        grid-template-columns: 3fr 4fr;
        gap: 20px;
    }

    .blog-card-banner {
        display: block;
        overflow: hidden;
        border-radius: 5px;
    }

    .blog-banner-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 650px) {
    :root {
        --fs-1: 2.25rem;
    }

    .container {
        padding: 0 30px;
    }

    .blog .h2 {
        position: relative;
        text-align: left;
        padding-left: 2rem;
    }

    .blog .h2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        border-radius: 5px;
    }

    .blog-text,
    .profile-wrapper {
        display: block;
    }

    .blog-text {
        font-size: var(--fs-4);
        display: -webkit-box;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 1rem;
    }

    .blog .wrapper-flex {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    .blog .wrapper {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    footer .container {
        padding: var(--py) 30px;
        grid-template-columns: 2fr 1fr 1fr;
    }

    footer .wrapper {
        text-align: left;
    }

    .footer-text {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 800px;
    }
}

@media (min-width: 1024px) {
    :root {
        --fs-base: 1rem;
        --fs-1: 3rem;
    }

    .container {
        max-width: 1150px;
    }

    .main .container {
        display: grid;
        grid-template-columns: 5fr 2fr;
        gap: 60px;
    }

    .aside {
        display: block;
        align-self: stretch;
    }

    .aside .h2 {
        margin-bottom: 3rem;
        text-align: center;
        line-height: 1.3;
    }

    .aside .wrapper {
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 5px 5px hsla(0, 0%, 0%, 0.1);
    }
    
    .topics {
        margin-bottom: 3rem;
    }

    .topic-btn {
        display: flex;
        align-items: stretch;
        border-radius: 10px;
        box-shadow: 0 5px 5px hsla(0, 0%, 0%, 0.1);
        overflow: hidden;
        text-decoration: none;
    }

    .topic-btn:not(:last-child) {
        margin-bottom: 1rem;
    }

    .topic-btn .icon-box {
        font-size: 22px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .topic-btn:hover .icon-box {
        color: #81daa0;
    }

    .topic-btn ion-icon {
        --ionicon-stroke-width: 40px;
    }

    .topic-btn p {
        padding: 15px;
        text-decoration: none;
    }

    .tags {
        margin-bottom: 3rem;
    }

    .tags .wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 0.2rem;
    }

    .tags .hashtag {
        padding: 5px 10px;
        font-size: var(--fs-5);
        border-radius: 5px;
    }

    .contact {
        margin-bottom: 3rem;
    }

    .contact p {
        margin-bottom: 1rem;
    }

    .social-link .icon-box {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        justify-content: left;
        align-items: left;
        font-size: 22px;
    }

    .newsletter {
        position: sticky;
        top: 7rem;
        margin-bottom: 98px;
        color: #085d7b;
    }

    .newsletter p {
        margin-bottom: 1rem;
    }

    .newsletter input {
        border: none;
        display: block;
        width: 100%;
        padding: 0.5rem 1rem;
        font: inherit;
        border-radius: 5px;
        margin-bottom: 1rem;
    }

    .form-style input[type="email"] {
        background-color: transparent;
        border: 1px solid rgba(8, 93, 123, 0.1);
        color: #085d7b;
        border-radius: 10px;
    }

    .form-style input[type="email"]::placeholder {
        color: rgba(8, 93, 123, 0.3);
    }

    .newsletter input::placeholder {
        color: inherit;
    }

    .newsletter input:focus {
        outline: 2px solid;
        outline-offset: 0;
    }

    .newsletter .btn-primary {
        margin-inline: auto;
        margin: auto;
    }

    .form-style {
        color: #085d7b;
    }

    .footer-title {
        font-size: 1.125rem;
    }

    .footer-link {
        margin-bottom: 0.3rem;
    }
}

    /* More - Button ----------------------------------------------------------------------------- */
    .more-btn {
    position: relative;
    background: #fff;
    color: #F6A800;
    border: none;
    outline: none;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease; 
    align-content: center;
    border-radius: 15px 5px;
    width:150px;
  }
  
  .more-btn i {
    margin-right: 5px;
    align-items: center;
  }
  
  .more-btn:hover {
    background: transparent;
    color: #FEDE00;
    transform: scale(1.05); 
  }
  
  .more-description-bottom {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    align-content: center;
    font-weight: bold;
  }
  
  .more-button {
    position: relative;
    z-index: 1000;
  }
  
  .more-button a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: bolder;
    padding: 10px;
    background-color: transparent;
    color: #FEDE00;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  /* More Button (END)------------------------------------------------------------------------ */

/* Responsive Media Queries ------------------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
  #blog-section {
    padding: 15px;
  }
  
  .more-btn {
    border-radius: 12px 5px;
  }

  #carouselExampleInterval{
    margin:5px
  }
  .carousel-inner {
    border-radius: 15px;
  }
  .carousel-caption h5 {
    font-size: 20px; 
  }
  .carousel-caption p {
    font-size: 15px;
    margin-bottom: -15px;
  }

  .blogs-carousel{
    padding-top:0px;
  }

  .the-blog-title{
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  #blog-section {
    padding: 15px;
  }

  .more-btn {
    border-radius: 12px 5px;
  }

  .carousel-inner {
    border-radius: 15px; 
  }
  .carousel-caption{
    height: 50%; 
    padding-bottom:0px;
  }
  .carousel-caption h5 {
    font-size: 13px; 
  }

  .blogs-button{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .the-blog-title{
    font-weight: 500;
    font-size: 13px;
  }

  .blog-details.featured1{
    display: none;
  }

  .blog-details.featured{
    display: none;
  }

  .blog-banner-img {
    width: 96%;
    height: 100%;
    object-fit: cover;
  }

} 
/* Responsive Media Queries (END)------------------------------------------------------------------- */

/* Section 2 - Hero section (END)----------------------------------------- ------------------------------------------------------------- */









/* Footer ----------------------------------------------------------------------------------------------------------------------------  */
footer {
  width: 100%;
  color: #F2F4F0;
  padding: 20px;
  text-align: center;
  background-image: url(graphics-blog/footer1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  }
  
  .social-media {
  margin-top: 400px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  }

.social-media1 {
margin-bottom: 10px;
margin-left: -40px;
display: flex;
justify-content: left;
align-items: left;
}
  
  .social-media a {
  margin: 0 10px;
  color: #fff;
  font-size: 20px;
  transition: color 0.3s ease;
  display: inline-block;
  margin-bottom: 5px;
  }

  .social-media1 a {
    margin: 0 10px;
    color: #085D7B;
    font-size: 20px;
    transition: color 0.3s ease;
    display: inline-block;
    margin-bottom: 5px;
    }
  
  .social-media a:hover {
  color: #81DAA0;
  transform: scale(1.9);
  }

  .social-media1 a:hover {
    color: #81DAA0;
    transform: scale(1.9);
    }
  
  .social-media a {
  display: inline-block;
  }

  .mail-address a{
    text-decoration: none; 
    color: rgba(129, 218, 160, 0.8); 
    padding-bottom:3px;
  }

/* Responsive Media Queries ------------------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
  footer {
    height: 45%;
    padding: 10px;
  }
}

@media only screen and (max-width: 576px) {
  
}
/* Responsive Media Queries (END)------------------------------------------------------------------- */

/* Footer (END)------------------------------------------------------------------------------------------------------------------------ */