@font-face {
    font-family: "Manrope";
    src: url("./fonts/Manrope-VariableFont_wght.ttf");
  }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
  }
html { height: 101%; } /* always display scrollbars */
body { 
    
    font-family: Manrope, sans-serif; 
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    min-width: 320px;
    overflow-x: hidden;
}
  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
  
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 
  
input { outline: none; }
  
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }
  
a { text-decoration: none; 
    
}
a:hover { text-decoration: underline; }

h1 {
    font-size: 136px;
    font-weight: 800;
    line-height: 122.4px;
    text-align: left;
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
padding: 0 0 25px 0;
}
h2 {
    font-size: 136px;
    font-weight: 700;
    line-height: 122.4px;
    background-color: #6374b521;
    background-image: linear-gradient(76.77deg, #2d2f7a21 0%, #6374b521 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
padding: 10px 0;
word-break: break-word;
		hyphens: auto;
		padding: 0 0 25px 0;
}
p {
    margin-bottom: 1em ;
  }
  section {
          padding: 0 60px;
              position: relative;
    }
.header {
    /* width: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
        /* margin: 0 auto; */
    background-color: #D9D9D9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.clearfix::after {
  clear: both;
  display: table;
  content: '';
}
   
  
  .header-navigation {

    font-size: 16px;
    line-height: 14.4px;
    z-index: 1;
    background-color: #D9D9D9;
    background-color: #D9D9D9;
    margin: 0 auto;
        display: flex;
    justify-content: space-between;
    padding: 34px 60px;
        border-radius: 0px 0px 48px 48px;
  }
  .header-navigation_logo a {
    text-decoration: none;
    font-weight: 700;
    color: #000000;

  }
 
  .header-navigation_lang-stick {
    width: 32px;
    height: 18px;
    background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 4px;
    justify-content: flex-end;
  }
  .header-navigation_lang-stick::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 6px;
  }
  .header-navigation_menu-list {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    color: #606060;
        gap: 70px;
  }
  .header-navigation_menu-list a {
    text-decoration: none;
    color: #606060;
  }
  .header-navigation_menu-list a:hover {
      text-decoration:underline;
  }
  .header-navigation_lang {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 14.4px;
    color: #000000;
    align-items: center;
    gap: 8px;

  }
  .header-banner {
    background-image: url(./img/kosogov-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 105vh;
    position: relative;
    margin: 0 auto;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 300px 0 0;
  }
  .header-section {
          background-color: #D9D9D9;
          padding-left: 60px;
    padding-right: 60px;
/*     margin-top: -70px; */
padding-top: 100px;
  }
  .header-banner_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .header-banner_h1 {
    flex-basis: 560px;
  }
  .header-banner_text {
    color: #606060;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    flex-basis: 479px;
  }
  .header-banner_bottom {
    background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    max-width: 42%;
    width: 100%;
    padding: 48px 56px;
    display: flex;
    align-items: center;
        
}
  .header-banner_bottom-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.1px;
    color: #FEFBF6;
  }
.header-banner_bottom-after {
    display: flex;
}
.biographic-section, .blog, .interview, .project, .achievements, .feedback {
    margin: 50px 0;
}
.feedback {
  margin-bottom: 0;
}
/* Timeline Container */
.timeline {
    background: var(--primary-color);
    margin: 20px auto;
    padding: 0 calc(50% - 590px);
    margin-top: 70px;
    position: relative;
  }

  .outer {
    display: flex;
    flex-direction: column;
    gap: 56px;
  }
 .timeline::before {
   content: '';
   position: absolute;
   top: 10px;
   width: 1px;
   height: 95%;
   background-color: #353983;
   transform: translateX(-50%);
 }
  /* Card container */
  .card {
    position: relative;
    padding-left: 28px;
    display: flex;

  }

  
  /* Information about the timeline */
  .info {
    width: 100%;
    max-width: 223px;
  }
  
  /* Title of the card */
 .info .title {
    position: relative;
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 800;
    line-height: 23px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;

  }
  .info p {
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* Timeline dot  */
  .title::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #353983;
    border-radius: 999px;
    border: 1px solid #353983;
    left: -33px;
  }

  .timeline-block {
    background: #DCE1E5;
    padding: 32px 40px;
    display: flex;
    grid-column-gap: 24px;
    margin-bottom: 8px
  }
.timeline-block_year {
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 800;
    line-height: 26.4px;
}
.timeline-block_text {
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.1px;
}
.timeline-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.1px;
    color: #000000;
    margin-top: 32px;
}
.timeline-last {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.1px;
    color: #000000;
}
.line {
    background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    height: 1px;
    margin: 32px 0;

}
.blog-qoute {
    margin-top: 64px;
    margin-bottom: 60px;
    background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
}
.blog-qoute_text {
    padding: 80px 255px;
    font-size: 22px;
    font-weight: 400;
    line-height: 31.9px;
    color: #FEFBF6;
    position: relative;
}
.blog-qoute_text::before {
    content: "";
    background-image: url(./img/Frame.png);
    position: absolute;
    width: 104px;
    height: 102px;
    top: 44px;
    left: 165px;
}
.blog-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}
.blog-posts_post {
    background: #DCE1E5;
    position: relative;
}
.blog-posts_post-info {
    padding: 32px 40px 56px;
    
}
.blog-posts_post-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 26.4px;
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blog-posts_post-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.1px;
    color: #000000;
}
.blog-posts_post-line {
    background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    height: 1px;
    margin: 18px 0;
}
.blog-posts_post-link {
    position: absolute;
    bottom: 0;
    right: 0;
        padding: 15px 16px;
    background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
}
.blog-posts_post:hover {
    background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
}
.blog-posts_post:hover .blog-posts_post-info .blog-posts_post-title{
    background-color: #FFFFFF;
    background-image: linear-gradient(76.77deg, #FFFFFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blog-posts_post:hover .blog-posts_post-info .blog-posts_post-line {
    background: #FFFFFF;

}
.blog-posts_post:hover .blog-posts_post-info .blog-posts_post-text {
    color: #FFFFFF;
}
.blog-posts_post:hover .blog-posts_post-link {
    background: #fff0;
}
.blog-posts_post-img img{
    width: 100%;
}
.interview-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.1px;
    padding: 64px 255px;
}
.video__player {
    width: 100%;
    height: 800px;
}
.interview-youtube_video {
    position:relative;
  }
  .yo {
    margin: -2px 0;
    width: 100%;
  }
  .project-blocks {
    margin-top: 64px;
    display: flex;
    flex-direction: row;
        justify-content: space-between;
  }
.project-img img {
    width: 100%;
}
.project-item {
    max-width: 478px;
    width: 32%;
}
.project-title {
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 800;
    line-height: 28.8px;
}
.project-text {
    margin-top: 24px;
}
.project-posts_post-line {
    background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    height: 1px;
    margin: 18px 0;
}
.project-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.1px;
}
.blog-posts_post-info_title {
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 800;
    line-height: 28.8px;
}
.blog-posts_post-info_desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.1px;
}
.blog-posts_post-info_line {
    background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    height: 1.5px;
    margin: 18px 0;

}

.achievements-block {
      display: flex;
    justify-content: space-between;
    margin-top: 64px;
    width: 100%;
}
.achievements-block_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 351px;
    gap: 40px;
}
.achievements-block_desc {
  display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.achievements-block_title {
  background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 800;
  line-height: 26.4px;
}
.achievements-block_text {
font-size: 18px;
font-weight: 400;
line-height: 26.1px;
text-align: center;
}
.feedback-block {
  display: flex;
  align-items: stretch;
}
.feedback-left_form {
  background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
  padding: 42px 80px;
  margin-top: 45px;
}
.feedback-left_text {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.8px;
}
.feedback-right {
  width: 100%;
  max-width: 735px;
      display: flex;
    align-items: stretch;
}
.feedback-right img {
        object-fit: cover;
}
.input-box input, .input-box textarea{
  width: 100%;
  padding: 0;
  background: #fff0;
  border: 1px solid #8E96E1;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  color: #8E96E1;
  padding: 16px 0 16px 24px;
  resize: none;
  font-family: Manrope, sans-serif;

}
.input-box textarea {
  height: 120px;
  margin-top: 8px;
  outline: none;
}

.feedback-left_text {
  margin-bottom: 32px;
}
.form-top {
  margin-bottom: 16px;
}
.form-bottom {
  display: flex;
  flex-direction: column;
    gap: 32px;
}
.form-bottom button {
  background: #151515;
color: #FFFFFF;
font-size: 18px;
font-weight: 400;
line-height: 19.8px;
padding: 18px 40px;
max-width: 172px;
border: none;
}
.form-bottom input[type="checkbox"] {
  width: 20px;
  height: 20px;

}
.form-bottom label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-bottom span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  color: #8E96E1;
}
.form-bottom a {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer-top {
  padding: 34px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  
  font-size: 16px;
  font-weight: 700;
  line-height: 14.4px;
}
.footer-menu ul {
  display: flex;
    justify-content: space-between;
    font-weight: 400;
    color: #606060;
    font-size: 14px;
    line-height: 12.6px;
    gap: 56px;
}
.footer-menu a{
    color: #606060;
    text-decoration: none;
}
.footer-menu a:hover {
    color: #606060;
    text-decoration: underline;
}
.footer-bottom {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  color: #606060;
  text-align: center;
  padding: 12px 0 0;
}
.footer-bottom:last-child {
    padding: 12px 0 24px;
}
.footer-bottom a {
  color: #606060;
  text-align: center;
  margin-bottom: 12px;
}
.footer-line {
  content: "";
  width: 100%;
  height: 1px;
  background: #606060;
}
.btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-more a {
    border: 1px solid #6374B5;
    padding: 16px 40px;
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 400;
    line-height: 19.8px;

}
.btn-more a:hover{
    background: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
-webkit-text-fill-color: white;
text-decoration: none;
}
.mobile-menu {
    display: none;
}
.page .timeline{
    margin: 0;
}
.wrapper {
    display: flex;
    margin-top: 40px;
}
.sitebar {
    width: 100%;
}
.page .card{
        display: block;
    
}
.page .info {
    max-width: 100%;
}
.breadcrumbs {
    margin: 32px 0;
    padding-top: 100px;
}
.breadcrumbs ul {
    display: flex;
     
}
.breadcrumbs ul a {
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.breadcrumbs ul li::after {
    content:'/';
    color: #60606080;
    padding: 0 5px;
    
}
.breadcrumbs ul li:last-child::after {
    content:'';
    
}
.breadcrumbs span {
    color: #60606080;

}
.sitebar ul{
     display: flex;
     gap: 12px;
         flex-direction: column;
        position: sticky;
    top: 0;
    padding-top: 100px;
}
.content-page {
    padding-top: 40px;
}
.sitebar a {
font-size: 16px;
font-weight: 400;
line-height: 19.2px;
color: #606060;
background: none;
}

.timeline-text ul li {
    display: flex;
        align-items: center;
    gap: 8px;
    padding: 8px 0;
}
.timeline-text ul li::before{
    content:'';
    background-image: url(./img/li.svg);
    display: block;
    width: 5px;
    height: 10px;
}
.sitebar a.active {
    background-color: #6374B5;
    background-image: linear-gradient(76.77deg, #2D2F7A 0%, #6374B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.content-page .timeline::before{
    top: 15px;
    width: 1px;
    height: 89.3%;
}
.page h1 {
    padding: 20px 0;
    word-break: break-word;
        hyphens: auto;
}
.page .info .title {
font-size: 40px;
font-weight: 800;
line-height: 40px;

}
	.page .timeline-text {
font-size: 18px;
font-weight: 400;
line-height: 26.1px;
	}
   .page .header {
border-radius: 0px 0px 48px 48px;
    /* position: sticky;
    top: 0;
    z-index: 1; */
    } 