@font-face {
    font-family: 'CF Ifigeneia';
    src: url('../v2/fonts/Ifigeneia-BoldItalic.otf') format('opentype'), url('../v2/fonts/Ifigeneia-BoldItalic.woff2') format('woff2'), url('../fonts/Ifigeneia-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'CF Ifigeneia';
    src: url('../v2/fonts/Ifigeneia-Bold.otf') format('opentype'), url('../v2/fonts/Ifigeneia-Bold.woff2') format('woff2'), url('../fonts/Ifigeneia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CF Ifigeneia';
    src: url('../v2/fonts/Ifigeneia-Heavy.otf') format('opentype'), url('../v2/fonts/Ifigeneia-Heavy.woff2') format('woff2'), url('../fonts/Ifigeneia-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'CF Ifigeneia';
    src: url('../v2/fonts/Ifigeneia-Light.otf') format('opentype'), url('../v2/fonts/Ifigeneia-Light.woff2') format('woff2'), url('../fonts/Ifigeneia-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CF Ifigeneia';
    src: url('../v2/fonts/Ifigeneia-HeavyItalic.otf') format('opentype'), url('../v2/fonts/Ifigeneia-HeavyItalic.woff2') format('woff2'), url('../fonts/Ifigeneia-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'CF Ifigeneia';
    src: url('../v2/fonts/Ifigeneia-Medium.otf') format('opentype'), url('../v2/fonts/Ifigeneia-Medium.woff2') format('woff2'), url('../fonts/Ifigeneia-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CF Ifigeneia';
    src: url('../v2/fonts/Ifigeneia-LightItalic.otf') format('opentype'), url('../v2/fonts/Ifigeneia-LightItalic.woff2') format('woff2'), url('../fonts/Ifigeneia-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'CF Ifigeneia';
    src: url('../v2/fonts/Ifigeneia-MediumItalic.otf') format('opentype'), url('../v2/fonts/Ifigeneia-MediumItalic.woff2') format('woff2'), url('../fonts/Ifigeneia-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'CF Ifigeneia';
    src: url('../v2/fonts/Ifigeneia-RegularItalic.otf') format('opentype'), url('../v2/fonts/Ifigeneia-RegularItalic.woff2') format('woff2'), url('../fonts/Ifigeneia-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'CF Ifigeneia';
    src: url('../v2/fonts/Ifigeneia-Regular.otf') format('opentype'), url('../v2/fonts/Ifigeneia-Regular.woff2') format('woff2'), url('../fonts/Ifigeneia-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'CFModGrotesk';
    src: url('../v2/fonts/subset-CFModGrotesk-Medium.woff2') format('woff2'), url('../fonts/subset-CFModGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CFModGrotesk';
    src: url('../v2/fonts/subset-CFModGrotesk-Light.woff2') format('woff2'), url('../fonts/subset-CFModGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
*/
@font-face {
    font-family: 'CFModGrotesk';
    src: url('../v2/fonts/subset-CFModGrotesk-Medium.otf') format('opentype'), url('../v2/fonts/subset-CFModGrotesk-Medium.woff2') format('woff2'), url('../v2/fonts/subset-CFModGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0000-00FF, U+0370-03FF;
}

@font-face {
    font-family: 'CFModGrotesk';
    src: url('../v2/fonts/subset-CFModGrotesk-Light.otf') format('opentype'), url('../v2/fonts/subset-CFModGrotesk-Light.woff2') format('woff2'), url('../v2/fonts/subset-CFModGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    unicode-range: U+0000-00FF, U+0370-03FF;
}




h1, h2, h3, h4, h5, h6 {
    font-family: 'CF Ifigeneia', serif !important;
    font-weight: bold;
    margin: 0;
    color: var(--color-text);
}

p {
    margin: 0;
    font-family: 'CFModGrotesk', sans-serif;
    /*    font-weight: 300;*/
}

.blogs-container {
  margin: 4rem auto;
  max-width: 1600px;
}

.blogs-content {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 1rem;
  @media (max-width: 1020px) {
    grid-template-columns: 1fr;
  }
  /* display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 2fr 1fr; */
}

.blogs-left {
  grid-column: span 9;
  display: grid;
  grid-template-columns: repeat(9,1fr);
  height: 100%;
  gap: 1rem;
  @media (max-width: 1020px) {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
  
  /* width: 100%; */
  
  /* border-right: 1px solid black;
  padding-right: 1%; */
}

.blogs-sidebar__left {
  &>.blog-thumbnail-medium:nth-child(n+2){
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 1rem;
  }
  /* float: left;
  width: 21vw; */
  /* border-right: 1px solid black;
  padding-right: 1.5%; */
}

.blogs-sidebar__left-float {
  grid-column: span 3;
  @media (max-width: 1020px) {
    grid-column: auto;
  }
  
  /* border-right: 1px solid black;
  padding-right: 1.5%; */
}
.blogs-sidebar__right {
  grid-column: span 3;
  @media (max-width: 1020px) {
    grid-column: auto;
  }
  /*padding: 0 1%;*/
  /*padding-left: 1rem;*/
 
}
.blogs-main {
  grid-column: span 6;
  gap: 1rem;
  padding: 0 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  @media (max-width: 1020px) {
    grid-column: auto;
    padding: 0;
    border-left: none;
    border-right: none
  }
  
}

@media (max-width: 1000px) {
 
  .blogs-main {
    padding: 0;
    border-left: none;
  }
  .blogs-sidebar__right {
    padding: 0;
    border-left: none;
  }
}

.blog-info {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  @media (max-width: 545px){
    order: 2
  }
}

    .blog-info .blog-title{
        margin: 0;
    }
    .featured-title {
        text-transform: uppercase;
        font-feature-settings: normal;
        font-style: normal;
        letter-spacing: 0.0909091em;
        line-break: auto;
        line-height: 1em;
        font-size: 11px;
        font-weight: 500;
        overflow-wrap: normal;
    }
.blog-label {
  text-transform: uppercase;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: 0.0363636em;
  line-break: auto;
  line-height: 1.09091em;
  font-size: 11px;
  font-weight: 500;
  overflow-wrap: normal;
  color: rgb(51, 51, 51);
}

.blog-details {
    /*  margin-top: 1rem;*/
    text-transform: none;
    font-family: 'CF ModGrotesk', sans-serif !important;
    font-feature-settings: normal;
    font-style: normal;
    letter-spacing: -0.0142857em;
    line-break: auto;
    font-size: 14px;
    font-weight: 300;
    overflow-wrap: normal;
    color: rgb(51, 51, 51);
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 3.6em; /* 2 lines * line-height (assuming line-height is 1.8) */
    line-height: 1.42857em;
}



.blogs-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  align-items: flex-start;
   gap: 1rem; 
}

.blogs-main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(2.5rem, auto) 1fr;
  gap: 1rem;
}

.blog-thumbnail-big-1 {
  & img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1.5;
  }
}

.blog-thumbnail-big-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 1rem 0;
  align-items: center;
  border-top: 1px solid rgba(0,0,0,0.1);
  max-height: 220px;
  @media (max-width: 1020px){
    grid-template-columns: 1fr;
    grid-template-rows: 500px auto;
    gap: 0;
    max-height:unset;
  }
  
}

.blog-thumbnail-big-2> .blog-thumbnail-big-placeholder-2{
  @media (max-width: 1020px){
    height: 100%;

  }
}

.blog-thumbnail-big-2> .blog-thumbnail-big-placeholder-2 > img{
  @media (max-width: 1020px){
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.blog-thumbnail-big-placeholder-2 {
  /*height: 50%;*/
  overflow: hidden;
}

.blog-big-img-placeholder {
  aspect-ratio: 1.2;
  overflow: hidden;
}

.blog-thumbnail-big-2 > .blog-info > .blog-title {
  font-size: 26px;
  line-height: 1.23077em;
/*  margin: 0 auto;*/
}

@media(max-width: 800px){
    .blog-thumbnail-big-2 > .blog-info > .blog-title {
      
        margin: 0 ;
    }
}
/*.blog-title-normal{*/

.blog-title-big-text{
  font-size: 2rem;
  line-height: 1.1;
  @media (max-width: 742px){
    font-size: 1.3rem;
  }
}





.blog-thumbnail-big-1 > .blog-info > .blog-title {
    text-transform: none;
    font-feature-settings: normal;
    font-style: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.125em;
    font-size: 32px;
    font-weight: 400;
    overflow-wrap: normal;
    margin: 0;
    
    

}



.blog-thumbnail-medium > .blog-info > .blog-title {
  text-transform: none;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.23077em;
  font-size: 26px;
  font-weight: 400;
  overflow-wrap: normal;
  margin: 0;
/*  &:hover{
    text-decoration: underline;
  }*/
}

.blog-thumbnail-small > .blog-info > .blog-title {
  text-transform: none;
  font-feature-settings: normal;
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.3em;
  font-size: 20px;
  font-weight: 400;
  overflow-wrap: normal;
  margin-bottom: 0.5rem;
  /*margin: 0 auto 0.5rem;*/
}

@media screen and (min-width: 1020px) and (max-width: 1600px) {
  .blog-thumbnail-small .blog-info .blog-title{

    line-height: 1.1em;
    font-size: 16px;
      
  }

  .topStoryPost .blog-title{
    font-size: 20px;
    line-height:22px;
  }
}
  
.blog-thumbnail-medium {
  /*margin-bottom: 2rem;*/
  
  & img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1.5;
  }
}

.blog-thumbnail-small {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) 140px;
    gap: 1rem;
/*    padding-top: 1rem;*/
    /*margin-bottom: 1rem;*/
    border-top: 1px solid rgba(0,0,0,0.1);

    /* @media (min-width: 1021px) and (max-width: 1500px) {
        display:block;
    } */

    @media(max-width:1020px) {
        grid-template-columns: minmax(100px, 1fr) 200px;
    }

    @media(min-width:481px) and (max-width:750px) {
        grid-template-columns: minmax(100px, 1fr) 200px;
    }

    @media(max-width:480px) {
        display:block;
    }
    /* grid-row-end: 3; */
}

.blog-img__placeholder {
    width: 100%;
    aspect-ratio: 1.5;
    overflow: hidden;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    place-content: center;
}

.blog-thumbnail-big-1 img {
  width: 100%;
  object-fit: cover;
}
.blog-thumbnail-medium img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.blog-thumbnail-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Section 2 */

.blog-normal-section {
  margin: 2rem auto;
  width: 90%;
}
.blog-heading {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 3rem;
  padding: 0.5rem 0;
 
}
    .blog-heading h3 {
        font-size: 54px;
        font-weight: 300;
    }
.blogs-normal__placeholder {
  aspect-ratio: 1.5;
  overflow: hidden;
  & img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.blogs-normal__thumbnail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blogs-normal__thumbnail > .blog-title {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
}
.blogs-normal__thumbnail > .blog-details {
  font-size: 1rem;
}



.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Blog container */

.blog-container {
  width: 100%;
  margin: 0 auto 100px;
}

.blog-hero-text{
  width: 90%;
  margin: 2rem auto 6rem;
}

.blog-hero-image {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  max-height: 80vh;
  overflow: hidden;
}

.blog-hero-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center center;
}

    .blog-hero-image a img{
        width: 100% ;
    }
    .blog-headings {
        font-size: 3rem;
        font-weight: 500;
    }

.blog-date {
  font-size: 0.8rem;
}

.blog-text__container {
  display: grid;
  justify-content: space-between;
  gap: 4rem;
  grid-template-columns: minmax(400px, 700px) minmax(200px, 300px);
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
  @media (max-width: 750px) {
    grid-template-columns: 1fr;
  }
}

.blog-text__styles > h1,
.blog-text__styles > h2,
.blog-text__styles > h3,
.blog-text__styles > h4,
.blog-text__styles > h5,
.blog-text__styles > h6 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'CF Ifigeneia', serif !important;
}
.blog-text__styles {
    font-size: 1rem;
    line-height: 2;
    font-family: 'CFModGrotesk', sans-serif;
    font-weight: 300;
}

.blog-text__styles > p {
  font-size: 1rem;
  line-height: 2;
}

    .blog-text__styles span {
        font-family: 'CFModGrotesk', sans-serif !important;
    }

    .blog-text__styles > img {
        margin: 2rem 0;
    }

.blog-thumbnail-medium > .blog-thumbnail-medium__placeholder{
  overflow: hidden;
  height: 12rem;
  width: 100%;
}

.blog-thumbnail-medium > .blog-thumbnail-medium__placeholder img {
  transform: scale(1);
  height: 100%;
  width: 100%;
  object-fit: cover;
  

  transition: transform 0.8s ease;
}

.blog-thumbnail-medium:hover > .blog-thumbnail-medium__placeholder img {
  transform: scale(1.1);
  transition: transform 0.8s ease;
}

/* Blog destination */
.blog-destination__hero-area {
  max-height: 60vh;
  overflow: hidden;

  /* width: 100%; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f2;
  & img {
    width: 100%;
    height: 100%;
    /*max-width: 1400px;*/
    background-position: center center;
    object-fit: cover;
  }
}

.blog-destination__hero-area-overlay {
  position: absolute;
  /* top: 0;
  left: 0; */
  /*max-width: 1400px;*/
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  color: white;
  font-weight: 600;
}

.blog-destination__hero-area-overlay h1{
    color: white !important;
}

.blog-destinations__details {
    background-color: #f6f6f2;
    padding: 4rem 0;
}

.hidden-text {
  max-height: 6.5em; /* Limit to 3 lines (each line is roughly 1.5em) */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  transition: all 0.5s ease;
  opacity: 1;
}

.expanded-text {
  max-height: 1000px; /* Large enough to show the entire text */
  transition: all 0.5s ease;
  opacity: 1;
}

.cursor-normal {
  transform: rotate(90deg);
  transition: transform 0.5s ease;
}

.cursor-rotate {
  transform: rotate(-90deg);
  transition: transform 0.5s ease;
}

.blog-destinations__section-container {
  width: 90%;
  /*margin: 0 auto;*/
  /* padding: 5rem 0; */
  position: relative;
  left: 5%
  
}

.slick-blog-1 > .slick-list > .slick-track{
  margin-left: 0;
}

.slick-blog-2 > .slick-list > .slick-track{
  margin-left: 0;
}


.blog-thumbnail-normal {
  justify-content: center;
  align-items: center;
  /*margin-top: 1rem;*/
  /* max-width: 260px; */
/*  margin: 1rem 15px 20px 0;*/
  width: 100%;
}
.blog-thumbnail-normal-placeholder {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  /*min-width: 700px;*/
  & img {
    width: 100%;
    height: 100%;
    
    object-fit: cover;
  }
}

.bannerPost .blog-thumbnail-normal-placeholder{
    aspect-ratio: unset;
}

.shade {
    background-color: rgba(0, 0, 0, 0.04);
}

.blog-destinations{
  width: 100%;
}

.icon-left-1,
.icon-left-2,.icon-left-3 {
  background-color: white;
  padding: 0.6rem;
  position: absolute;
  top: 35%;
  /* transform: translate(-50%, -50%); */
  left: -15px;
  z-index: 999;
  border: 1px solid #00000030;
  border-radius: 4px;
  cursor: pointer;
  @media (max-width: 478px) {
    top: 35%;
  }
}

.icon-right-1,
.icon-right-2,.icon-right-3 {
  background-color: white;
  padding: 0.6rem;
  position: absolute;
  top: 35%;
  /* transform: translate(-50%, -50%); */
  right: -15px;
  z-index: 999;
  border: 1px solid #00000030;
  border-radius: 4px;
  cursor: pointer;
  @media (max-width: 478px) {
    top: 35%;
  }
}

.blog-destinations-mosaic {
  width: 90%;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1.5fr 1px 1fr;
  /* gap: 4rem; */
  gap: 20px;
  @media (max-width: 742px) {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.blog-destinations-mosaic-line {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.139);
}

.slick-blog-1, .slick-blog-2,.slick-blog-3{
  max-width: 90vw;
}

.slick-blog-3 > .slick-list > .slick-track{
  display: flex !important;
  gap: 8px !important;
}
.blog-best-destinations__section{
  width: 99vw;
}

.blog-destinations__section{
  width: 100vw
}



.group {
    width: 90%;
/*    max-height: 80vh;*/
    /*background-color: rgba(0,0,0,0.2);*/
    padding: 20px;
    display: grid;
    grid-template-columns: 1.7fr 1px 1fr; /* Two equal columns */
    grid-template-rows: 1fr; /* One row with full height */
    gap: 20px;
    /*overflow:hidden;*/
}

@media(max-width: 768px){
    .group {
       
        grid-template-columns: 1fr;
        padding: 0;
       
    }
}

.blogPostImage{
    transition:all 500ms ease;
}

.blogPostImageContainer:hover .blogPostImage {
    scale: 1.06;
}

/*.blogPostImage:hover {
    scale:1.1;
}*/

.blog-image-container {
}

.blog-image {
    max-height: 25vh;
    width: 100%;
    object-fit: cover;
}

.blog-group-first {
}

.blog-group-rest {
    max-height: 80vh;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap:20px
}


.blog-seperator{
    border:1px solid rgba(0,0,0,0.4);
}


.blog-group-rest > * {
    /*height: 50%;*/
    /*background-color: rgba(51, 51, 51,0.5);*/
}


.nav-blog {
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #0000001c;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.nav-blog__container{
  width: 100%;
  margin: 0 auto;
}
.nav-blog__main{
 width: 90%;
  margin-left: 5%;
  padding: 8px 0px;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  justify-content: space-between;
  
}

.nav-blog__categories{
  border-top: 1px solid #0000001c;
  /*padding: 14px 0px;*/
  overflow-x: hidden;
  position: relative;
  /*&::-webkit-scrollbar {*/
  /*  display: none;*/
  /*}*/

  /* Hide scrollbar for IE, Edge */
  /*-ms-overflow-style: none;*/

  /* Hide scrollbar for Firefox */
  /*scrollbar-width: none;*/
}
.nav-blog__categories-container{
  margin-left: 5%;
  /* overflow: scroll; */
  width: 95%;
  display: flex;
  gap: 12px;
  position: relative;
  padding: 8px 0px;

}
.nav-blog__cat-link {
    padding: 10px 10px 10px 0px;
    font-size: 1rem;
    white-space: nowrap;
    font-family: 'CFModGrotesk', sans-serif;
}

.nav-blog__main-links{
/*  @media (max-width: 690px){
    display: none;
  }*/
}
.blog-thumbnail-extra-placeholder{
  /*aspect-ratio: 1;*/
}
.blog-video {
  position: relative;
  width: 100%;
  height: 70vh;
  z-index: -1;
  background: black;
  overflow: hidden;
}

    .blog-video video {
        position: absolute;
        top: 0px;
        left: 0px;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
    }



/* OWL Carousel css */
.owl-stage {
    width: 90% !important;
    display: flex;
}

.navHideTextOnMobile{
    font-size: 14px !important;
}

@media (max-width: 768px) {

    .blog-thumbnail-big-1 > .blog-info > .blog-title, .blog-thumbnail-big-2 > .blog-info > .blog-title {
        font-size: 26px !important;
    }
}

@media (max-width: 768px) {
    .topStoryPost {
        width: 100%;
        max-width: 100% !important;
    }
}


.floating-btn__home {
    position: fixed;
    bottom: 16px;
    right: 16px;
    background-color: white;
    padding: 8px 16px;
    border-radius: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    z-index: 999;
    font-family: 'CF ModGrotesk', sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    display: flex;
/*    flex-direction: column;*/
    background-color: #FDE100;
    align-items: center;
    gap: 4px;
}

.floating-btn__img{
    width: 16px;
}

a {
    font-family: 'CF ModGrotesk', sans-serif !important;
}

.blog-thumbnail-small .blog-info{
    margin-top: 0;
}
.blog-thumbnail-small{
    padding-top: 1rem;
}

.pagination-blog{
    width: 90%;
    margin: 0 auto;
}
.pagination-blog__container {
    display: flex;
    flex-direction: column;
    font-family: 'CF ModGrotesk', sans-serif !important;
}

.pagination-blog__container__buttons{
    display: flex;
    gap: 8px;
}

.previous-btn__style, .next-btn__style {
    display: flex;
    padding: 8px 16px;
    background-color: #fff;
    border: 2px solid #fde100;
    border-radius: 4px;
    align-items: center;
    transition: 0.3s all ease;
    /*    margin-bottom: 8px;*/
}
    .previous-btn__style:hover, .next-btn__style:hover {
        background-color: #fde100;
        transition: 0.3s all ease;
    }


    .pagination__stats {
        margin: 40px auto;
    }