/* Updated: Jul 27 2023 with Bootstrap v5.3.1 */

/*  Fonts */
:root {
--font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-primary: "Segoe UI Symbol", "Segoe UI", "Century Gothic", sans-serif;
--font-secondary:  'Book Antiqua', serif;
}

/*  Colors  */
:root {
--color-default: #050914;
--color-primary: #1b2e5a;
--color-secondary: #ffc20e;
}

/*  Scroll behavior */
:root {
scroll-behavior: smooth;
}

/*  General */
body {
  font-family: var(--font-default);
  color: var(--color-primary);
}
a {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: var(--color-default);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}
span {
  display: inline-block;
}

/*  Sections & Section Header */
section {
  overflow: hidden;
  padding: 80px 0;
}
.section-header {
  text-align: center;
  padding-bottom: 30px;
}
.section-header h2 {
  font-family: var(--font-secondary);
  font-size: 32px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-header p {
  margin-bottom: 0;
}

/*  Scroll top button */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  background: rgba(5, 9, 20, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: rgba(5, 9, 20, 0.5);
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*  Header, Logo & Menu */
.header {
  transition: all 0.5s;
  z-index: 99;
  padding: 24px 0;
  background:  rgba(0, 0, 0, 0.95);
}
@media (max-width: 1200px) {
  .header {
    padding: 12px 0;
    background:  rgba(0, 0, 0, 0.95);
  }
}
.header.sticked {
  background: rgba(0, 0, 0, 0.95);
  padding: 12px 0;
}
.header .logo img {
  max-height: 60px;
  margin-right: 6px;
}

/*  Desktop Navigation MENU */
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px 30px;
    font-family: var(--font-default);
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 194, 14, 1);
    white-space: wrap;
    transition: 0.3s;
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover,
   .navbar li:hover>a {
    color: rgba(255, 255, 255, 1);
  }
  .navbar .active,
  .navbar .active:focus {
    color: rgba(255, 194, 14, 1);
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 12px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgba(5, 9, 20, 1);
    border-bottom: solid 3px rgba(255, 194, 14, 0.8);
    transition: 0.2s;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: rgba(255, 255, 255, 1);
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: rgba(255, 194, 14, 1);
    background: rgba(0, 0, 0, 0.95);
  }
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
@media (min-width: 1280px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}
.navbar .btn-kontakt {
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1) !important;
  padding: 2px 15px;
  border: solid 1px rgba(255, 255, 255, 1);
  border-radius: 7px;
}
.navbar .btn-kontakt:hover {
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 194, 14, 1);
  padding: 2px 15px;
  border: solid 1px rgba(255, 194, 14, 1);
}
.navbar .btn-kontakt:active {
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 194, 14, 1) !important;
  padding: 2px 15px;
  border: solid 1px rgba(255, 194, 14, 1);
}
.navbar .btn-language {
  background-color: transparent;
  font-size: 13px;
  font-weight: normal;
  color: rgba(255, 255, 255, 1) !important;
  padding: 2px 0;
}
.navbar .btn-language:hover {
  background-color: transparent;
  font-size: 13px;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  padding: 2px 0;
}
.navbar .btn-language:active {
  background-color: transparent;
  font-size: 13px;
  font-weight: normal;
  color: rgba(255, 194, 14, 1) !important;
  padding: 2px 0;
}

/*  Mobile Navigation MENU  */
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 99;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.95);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 99;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-default);
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 194, 14, 1);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar .btn-kontakt {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 194, 14, 1);
    padding: 2px 15px;
    border: solid 1px rgba(255, 255, 255, 1);
  }
  .navbar .btn-kontakt:hover {
    background-color: rgba(255, 255, 255, 1);
    color: black !important;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 15px;
    border: solid 1px rgba(255, 255, 255, 1);
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover,
  .navbar li:hover>a {
    color: rgba(255, 255, 255, 1);
  }
  .navbar .active,
  .navbar .active:focus {
    color: rgba(255, 194, 14, 1);
  }
  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: rgba(5, 9, 20, 0.95);
  }
  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }
  .mobile-nav-show {
    color: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
  }
  .mobile-nav-hide {
    color: rgba(255, 255, 255, 0.9);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 99;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 46, 90, 0.85);
    z-index: 99;
  }
}

/*  KAPITULLI */
.kapitulli {
  padding: 100px 0;
  min-height: 80vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor:default;
 }
.kapitulli:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0;
}
.kapitulli h2 {
  font-size: calc(2.2rem + 1vw);
  font-weight: 700;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 1);
  font-family: var(--font-secondary);
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.kapitulli p {
  background-color: rgba(0, 0, 0, 0); 
  font-family: var(--font-primary);
  font-size: calc(0.9rem + 0.3vw);
  line-height: normal;
  color: rgba(255, 255, 255, 0.65);
  text-align: left;
  padding: 10px 25px 25px 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.kapitulli span {
  width: 50%;
  height: 12px;
  background-color: rgba(255, 194, 14, 0.9);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 1);
}

/*  RUBRIKA */
.rubrika {
  padding: 100px 0;
  min-height: 80vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor:default;
 }
.rubrika:before {
  content: "";
  background-color: rgba(27, 46, 90, 0.8);
  position: absolute;
  inset: 0;
}
.rubrika h1 {
  position:relative;
  margin: 50px 0;
  font-size: calc(1.5rem + 0.4vw);
  font-weight: bolder;
  font-family: var(--font-secondary);
  letter-spacing: 10px;
  color: rgba(5, 9, 20, 0.5);
  -webkit-text-fill-color:  rgba(5, 9, 20, 0.3);
  -webkit-text-stroke: 2px; 
}
.rubrika h1:hover {
  -webkit-text-fill-color: rgba(5, 9, 20, 0.4);
  -webkit-text-stroke: 2px;
}
.rubrika h2 {
  font-size: calc(2.2rem + 1vw);
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-secondary);
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.rubrika p {
  background-color: rgba(0, 0, 0, 0); 
  font-family: var(--font-primary);
  font-size:  calc(0.9rem + 0.3vw);
  line-height: normal;
  color: rgba(255, 255, 255, 0.65);
  text-align: left;
  padding: 10px 25px 25px 25px;
}
.rubrika span {
  width: 50%;
  height: 12px;
  background-color: rgba(255, 194, 14, 0.9);
  filter: drop-shadow(0 0 0.4rem rgba(5, 9, 20, 0.9));
}


/*  FAQJA KRYESORE */
/*  Hero Section */
.hero {
  width: 100%;
  min-height: 100vh;
  background: url("../../assets/vid/intro_bg.mp4") top center;
  background: url("../../assets/img/intro.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}
@media (min-width: 1034px) {
/*  Extra Layer over min 1034px */
  .hero:after {
    position: absolute;
    content: "";
    width: 100%;
    /*  background: rgba(0, 0, 0, 1); */
    top: 0;
    bottom: 0;
  }
}
.hero:before {
  position: absolute;
  content: "";
  background: rgba(27, 46, 90, 0.9);
  inset: 0;
}
@media (max-width: 1034px) {
  .hero:before {
    background: rgba(27, 46, 90, 0.9);
  }
}
.hero .container {
  z-index: 1;
}
@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}
.hero img {
  height: 25vh;
  filter: drop-shadow(0 0 0.75rem rgba(5, 9, 20, 0.9));
}
.hero h2 {
  font-family: var(--font-default);
  font-size: calc(1.1rem + 0.4vw);
  line-height: normal;
  color: #fff;
  margin: 30px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.hero h3 {
  font-family: 'Book Antiqua', serif;
  font-weight: bold;
  font-size: 170px;
  line-height: normal;
  color: #fff;
  margin: 30px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.hero h6 {
  font-family: var(--font-default);
  font-size: 20px;
  line-height: normal;
  color: #fff;
  margin: 0px 0 30px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.hero .btn-rreth-nesh {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #bac0cc;
  background: rgba(192, 192, 192, 0.1);
}
.hero .btn-rreth-nesh:hover {
  background: rgba(5, 9, 20, 1);
  color: #ffc20e;
}
.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.hero .btn-watch-video i {
  color: rgba(192, 192, 192, 1);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
.hero .btn-watch-video:hover {
  color: #ffc20e;
}
.hero .btn-watch-video:hover i {
  color: #ffc20e;
}
.modal-intro .modal-content {
  background-color: #000;
  overflow: hidden;
}
.modal-intro .modal-header {
  border-bottom-color: #000;
}
.modal-intro .modal-header .btn-close {
  background-color: rgba(192, 192, 192, 1);
}
/*  Home SHISH */
.home-shish {
  overflow: hidden;
  padding: 50px 0;
  background-image: url('../../assets/img/godina-shish.png');
  background-repeat: no-repeat;
  background-position: 80% 10%;
  background-color: #fff;
  overflow: visible;
  cursor: default;
}
@media screen and (max-width: 1200px) {
  .home-shish {
    background: url('../../assets/img/godina-shish.png') center no-repeat;
  }
}
.home-shish .section-header {
  text-align: center;
  padding-bottom: 10px;
}
.home-shish .section-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.home-shish .section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home-shish .col-left {
  padding: 0 20px;
}
.home-shish .col-left p {
  font-family: var(--font-default);
  font-size: 19px;
  font-weight: bold;
  text-align: right;
  color: #000;
  margin-left: 40px;
}
.home-shish .col-right {
  font-family: var(--font-default);
  color: #000;
  font-size: 1rem;
  text-align: left;
  padding: 0 20px 0 30px;
}
.home-shish .col-right h4 {
  padding-top: 120px;
  font-family: var(--font-secondary);
  font-size: 30px;
  font-weight: bold;
  color: var(--color-primary);
}
.home-shish .col-right p {
  font-family: var(--font-default);
  color: var(--color-primary);
  font-size: 17px;
  text-align: left;
  padding-left: 20px;
}

/*  Tematika */
.tematika-home {
  filter: drop-shadow(0 0 0.4rem rgba(5, 9, 20, 0.5));
  cursor: default;
}
.tematika-home .card-body {
  background-color: rgba(255, 255, 255, 1);
  color: #fff;
  border-radius: 7px;
}
.tematika-home .card-body .card-title {
  font-family: var(--font-secondary);
  font-weight: bold;
  color: var(--color-default);
  line-height: normal;
}
.tematika-home .card-body .card-title a {
  color: var(--color-default);
}
.tematika-home .card-body .card-title a:hover {
  color: #000;
}
.tematika-home .card-body .card-title i {
  font-size: 20px;
  line-height: normal;
  float: right;
  color: var(--color-primary);
}
.tematika-home .card-body .card-title i:hover {
  color: var(--color-default);
}
.tematika-home .card-body .card-text {
  font-family: var(--font-default);
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  color: var(--color-primary);
}
.tematika-home .card-footer a {
  color: var(--color-default);
}

/*  Vizioni */
.vizioni {
  background: linear-gradient(rgba(27, 46, 90, 0.7), rgba(27, 46, 90, 0.7)), url('../../assets/img/vizioni.jpg') center center no-repeat;
  background-size: cover;
  padding: 110px 0;
  cursor:default;
}
@media (min-width: 1365px) {
  .vizioni {
    background-attachment: scroll;
  }
}
.vizioni h3 {
  font-family: var(--font-default);
  font-size: calc(2rem + 2vw);
  line-height: normal;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.vizioni p {
  font-size: calc(1rem + 0.3vw);
  line-height: normal;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

/*  RRETH NESH  */
/*  Seksioni: Intro / Logo */
.logo-info {
  padding: 0 10px 20px 10px;
  align-self: center;
  text-align: center;
  cursor: default;
}
.logo-info img {
  height: 210px;
  filter: drop-shadow(0 0 0.4rem rgba(5, 9, 20, 0.9));
}
.logo-info h3 {
  font-family: var(--font-secondary);
  font-size: 23px;
  font-weight: bold;
  padding: 20px 0 0 0;
}
.logo-info-emblema p {
  font-family: (--font-default);
  font-size: 14px;
  line-height: normal;
  color: var(--color-default);
  text-align: center;
  padding: 0 70px;
}
.logo-info .btn-emblema {
  text-decoration: none;
  color: rgba(5, 9, 20, 1);
  background-color: rgba(192, 192, 192, 0.5);
  border-bottom: solid 1px rgba(5, 9, 20, 1);
  border-radius: 0;
  padding: 3px 20px 4px 20px;
  margin-top: 10px;
  font-family: var(--font-default);
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.logo-info .btn-emblema:hover {
  background-color: rgba(5, 9, 20, 1);
  color: rgba(255, 194, 14, 1);
  border-bottom: solid 1px rgba(192, 192, 192, 0.5);
}
.logo-info i {
  padding-left: 10px;
}
.logo-info .modal-content {
  background-color: rgba(27, 46, 90, 1);
}
.logo-info .modal-title {
  color: #fff;
  font-family: var(--font-default);
  font-size: 19px !important;
  font-weight: bold;
}
.logo-info .btn-close {
  background-color: rgba(192, 192, 192, 0.5);
}
.logo-info .modal-body {
  background-color: #fff;
  padding-top: 20px;
}
.logo-info .modal-body img {
  height: 150px;
  margin: 0 10px 10px 10px;
  float: right;
}
.logo-info .modal-body p {
  font-family: var(--font-default);
  font-size: 15px;
  text-align: left !important;
  color: #000;
  margin-bottom: 12px;
}
.logo-info .modal-body strong {
  color: rgba(5, 9, 20, 1);
  background-color: rgba(192, 192, 192, 0.4);
  padding: 1px 5px 1px 5px;
}
.logo-info .modal-body ul {
  margin-top: 25px;
  padding-top: 8px;
  padding-right: 8px;
  border-left: solid 3px rgba(255, 194, 14, 1);
  background-color: rgba(255, 194, 14, 0.1);
}
.logo-info .modal-body li {
  font-family: monospace;
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  line-height: normal;
  list-style-type: square;
  padding-bottom: 8px;
}
.logo-info .modal-footer {
  background-color: #fff;
  border-top: solid 1px rgba(107, 117, 140, 0.2);
}
.logo-info .modal-footer .btn {
  background-color: #fff;
  padding: 0 25px;
  font-family: monospace;
  font-size: 18px;
  font-weight: bold;
  color: rgba(27, 46, 90, 0.9);
  border-radius: 7px;
  border: solid 1px rgba(27, 46, 90, 0.9);
}
.logo-info .modal-footer .btn:hover {
  background-color: #fff;
  color: rgba(27, 46, 90, 1);
  text-decoration: none;
  border: solid 1px rgba(27, 46, 90, 1);
  }
/*  Seksioni: Intro / SHISH info */
.shish-info {
  padding: 0 10px;
  align-self: center;
  cursor:default;
}
.shish-info h3 {
  font-family: var(--font-secondary);
  font-size: 37px;
  font-weight: bold;
  color: var(--color-default);
  padding: 20px 10px 5px 10px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .shish-info h3 {
    text-align: center;
    margin-top: 20px;
  }
  }
.shish-info p {
  font-family: var(--font-default);
  font-size: 16px;
  line-height: 25px;
  color: var(--color-default);
  text-align: left;
  padding: 15px;
  margin-top: 0;
  margin-left: 20px;
  border-left: solid 3px rgba(192, 192, 192, 1);
  background-image: linear-gradient(to right, rgba(192, 192, 192, 0.3) , rgba(192, 192, 192, 0));
}

/*  Accordion / Drejtori & Struktura */
.accordion-item h2 {
  font-family: var(--font-secondary);
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.accordion-item h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.accordion-item .accordion-button {
  background-color: #fff;
}
.accordion-item .accordion-button.collapsed {
  background-color: #fff;
}
.accordion-item .accordion-collapse {
  background-color: #fff;
}
.accordion-item .accordion-body {
  padding: 0;
}

/*  Drejtori i SHISH  */
.drejtori {
  font-family: var(--font-default);
  font-size: 16px;
  background-color: rgba(255, 255, 255, 1);
  padding: 0 10px 60px 10px;
  color: var(--color-default);
  cursor:default;
}
.drejtori .member .member-img {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 7px;
}
.drejtori .member h3 {
  font-family: var(--font-secondary);
  font-size: 35px;
  font-weight: bold;
  color: rgba(5, 9, 20, 1);
  text-align: right;
  margin: 15px 0 0 0;
}
.drejtori .member h4 {
  font-family: var(--font-default);
  font-size: 20px;
  color: rgba(5, 9, 20, 0.8);
  margin: 0;
  text-align: right;
}
.drejtori .drejtori-info {
  margin-top: 40px;
}
.drejtori .drejtori-info p {
  color: rgba(0, 0, 0, 1);
  line-height: normal;
  text-align: center;
}
.drejtori .drejtori-info .jeteshkrimi {
  padding-left: 20px;
  border-bottom: solid 1px rgba(192, 192, 192, 0.5);
}
.drejtori .drejtori-info .jeteshkrimi span {
  font-size: 18px;
}
.drejtori .drejtori-info .citim {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: var(--color-primary);
  margin: 50px 10px 5px 10px;
}
.drejtori .drejtori-info .citim-fund {
  font-family: var(--font-default);
  font-size: 17px;
  text-align: center;
  line-height: normal;
  color: rgba(27, 46, 90, 0.7);
  margin: 20px 0 0 0;
}
/*  CV  */
.cv {
  text-align: left;
}
.cv .btn-cv {
  text-decoration: none;
  color: rgba(5, 9, 20, 1);
  background-color: rgba(192, 192, 192, 0.5);
  border-bottom: solid 1px rgba(5, 9, 20, 1);
  border-radius: 0;
  padding: 3px 20px 4px 20px;
  margin-bottom: 15px;
  font-family: var(--font-default);
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.cv .btn-cv:hover {
  background-color: rgba(5, 9, 20, 1);
  color: rgba(255, 194, 14, 1);
  border-bottom: solid 1px rgba(192, 192, 192, 0.5);
}
.cv .modal-content {
  background-color: rgba(27, 46, 90, 1);
}
.cv .modal-header {
  border-bottom: solid 1px rgba(107, 117, 140, 0.2);
}
.cv .modal-title {
  color: #fff;
  font-family: var(--font-default);
  font-size: 19px !important;
  font-weight: bold;
}
.cv .btn-close {
  background-color: rgba(192, 192, 192, 0.5);
}
.cv .modal-body {
  background-color: #fff;
  padding-top: 20px;
}
.cv .modal-body h4 {
  color: rgba(27, 46, 90, 1);
  font-size: 18px;
  font-weight: bold;
}
.cv .modal-body p {
  font-family: var(--font-default);
  font-size: 15px;
  text-align: left !important;
  color: #000;
  margin-bottom: 12px;
}
.cv .modal-footer {
  background-color: #fff;
  border-top: solid 1px rgba(107, 117, 140, 0.2);
}
.cv .modal-footer .btn {
  background-color: #fff;
  padding: 0 25px;
  font-family: monospace;
  font-size: 18px;
  font-weight: bold;
  color: rgba(27, 46, 90, 0.9);
  border-radius: 7px;
  border: solid 1px rgba(27, 46, 90, 0.9);
}
.cv .modal-footer .btn:hover {
  background-color: #fff;
  color: rgba(27, 46, 90, 1);
  text-decoration: none;
  border: solid 1px rgba(27, 46, 90, 1);
}

/*  Drejtuesit në vite */
.drejtuesit-ne-vite {
  background-color: transparent;
  color: var(--color-default);
  cursor:default;
  text-align: center;
  padding: 60px 0;
}
.drejtuesit-ne-vite .btn-drejtuesit {
  text-decoration: none;
  text-align: left;
  color: rgba(5, 9, 20, 1);
  background-color: rgba(192, 192, 192, 0.5);
  border-bottom: solid 1px rgba(5, 9, 20, 1);
  border-radius: 0;
  padding: 3px 20px 4px 20px;
  margin-top: 10px;
  font-family: var(--font-default);
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.drejtuesit-ne-vite .btn-drejtuesit:hover {
  background-color: rgba(5, 9, 20, 1);
  color: rgba(255, 194, 14, 1);
  border-bottom: solid 1px rgba(192, 192, 192, 0.5);
}
.drejtuesit-ne-vite .modal-content {
  background-color: rgba(27, 46, 90, 1);
  text-align: center;
}
.drejtuesit-ne-vite .modal-header {
  border-bottom: solid 1px rgba(107, 117, 140, 0.2);
}
.drejtuesit-ne-vite .modal-title {
  color: #fff;
  font-family: var(--font-default);
  font-size: 19px !important;
  font-weight: bold;
}
.drejtuesit-ne-vite .btn-close {
  background-color: rgba(192, 192, 192, 0.5);
}
.drejtuesit-ne-vite .modal-body {
  background-color: rgba(27, 46, 90, 1);

  background-image: url('../../assets/img/drejtuesit-logo-grey.png');
  background-repeat: no-repeat;
  background-position: center;
}
.drejtuesit-ne-vite .modal-body img {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 1);
  border-left: solid 3px rgba(255, 194, 14, 1);
}
.drejtuesit-ne-vite .modal-body h4 {
  color: #fff;
}
.drejtuesit-ne-vite .modal-body p {
  font-family: var(--font-default);
  font-size: 15px;
  text-align: left !important;
  color: #fff;
  margin-bottom: 12px;
}
.drejtuesit-ne-vite .modal-footer {
  border-top: solid 1px rgba(107, 117, 140, 0.2);
}
.drejtuesit-ne-vite .modal-footer .btn {
  background-color: transparent;
  padding: 0 25px;
  font-family: monospace;
  font-size: 18px;
  font-weight: bold;
  color: rgba(107, 117, 140, 1);
  border-radius: 7px;
  border: solid 1px rgba(107, 117, 140, 1);
}
.drejtuesit-ne-vite .modal-footer .btn:hover {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

/*  Struktura organizative */
.struktura {
  background: linear-gradient(rgba(5, 9, 20, 0.9), rgba(5, 9, 20, 0.9)), url('../../assets/img/drejtuesit-sektoret.jpg') center center no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 1);
  cursor:default;
  margin: 0;
  padding: 30px 0;
}
.struktura .lidershipi h4 {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin: 25px 30px 5px 0;
}
.struktura .lidershipi p {
  font-family: var(--font-default);
  font-size: 15px;
  color: rgba(192, 192, 192, 1);
  line-height: normal;
  margin: 0 30px 30px 20px;
}

/*  Misioni & Vizioni */
.misioni-vizioni {
  padding: 10px 0 80px 0;
}
.misioni-vizioni .misioni {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../../assets/img/kapitulli-rreth-nesh.jpg') center center no-repeat;
  background-size: cover;
  padding: 35px 30px;
  cursor:default;
  height: auto;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 1365px) {
  .misioni-vizioni .misioni {
    background-attachment: scroll;
  }
}
.misioni-vizioni .misioni h3 {
  font-family: var(--font-default);
  font-size: calc(1.8rem + 0.8vw);
  line-height: normal;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 25px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  border-left: solid 8px rgba(255, 194, 14, 1);
  padding: 0 0 0 18px;
}
.misioni-vizioni .misioni p {
  font-size: 17px;
  line-height: normal;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  padding-left: 30px;
  padding-right: 10px;
}
.misioni-vizioni .vizioni {
  background: linear-gradient(rgba(27, 46, 90, 0.7), rgba(27, 46, 90, 0.7)), url('../../assets/img/vizioni.jpg') center center no-repeat;
  background-size: cover;
  padding: 60px 30px 60px 50px;
  cursor:default;
  height: auto;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 1365px) {
  .misioni-vizioni .vizioni {
    background-attachment: scroll;
  }
}
.misioni-vizioni .vizioni h3 {
  font-family: var(--font-default);
  font-size: calc(2rem + 2vw);
  line-height: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.misioni-vizioni .vizioni p {
  font-family: var(--font-default);
  font-size: calc(1.1rem + 0.3vw);
  line-height: normal;
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  padding-left: 40px;
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
.misioni-vizioni .vizioni p {
  padding-left: 0;
}
}

/*  Fushat e veprimit */
.fushat-e-veprimit {
  background: rgba(192, 192, 192, 0.3);
  color: var(--color-default);
  padding: 50px 10px 100px 10px;
  margin-top: 70px;
  cursor:default;
}
.fushat-e-veprimit .section-header h2 {
  font-family: var(--font-default);
  font-size: 32px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.fushat-e-veprimit .section-header h2:after {
  display: none;
}
.fushat-e-veprimit .card-item {
  border-left: 4px solid rgba(255, 194, 14, 1);
  background: #fff;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 7px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.fushat-e-veprimit .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}
.fushat-e-veprimit .card-item .card-bg:hover {
  filter: grayscale(100%);
}
.fushat-e-veprimit .card-item .card-body {
  padding: 25px 30px 20px 20px;
  align-self: stretch;
}
.fushat-e-veprimit .card-item h4 {
  font-family: var(--font-default);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  color: #000;
}
.fushat-e-veprimit .card-item p {
  font-family: var(--font-default);
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin: 0;
}

/*  Vlerat  */
.vlerat-section {
  font-size: 14px;
  color: var(--color-default);
  background-color: rgba(255, 255, 255, 1);
  padding: 80px 10px 50px 10px;
  cursor:default;
}
.vlerat-section h2 {
  font-family: var(--font-secondary);
  font-size: 32px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.vlerat-section h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.vlerat h4 {
  font-family: var(--font-secondary);
  font-size: 1.1rem;
  font-weight: bold;
  color: rgba(5, 9, 20, 1);
  position: relative;
  margin-top: 10px;
  padding-bottom: 7px;
}
.vlerat p {
  font-family: var(--font-primary);
  font-size: 15px;
  line-height: normal;
  color: rgba(27, 46, 90, 1);
  text-align: left;
  margin-left: 0;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: dotted 1px rgba(192, 192, 192, 0.5);
}
.vlerat:hover {
  background-color: rgba(192, 192, 192, 0.05);
  border-radius: 7px;
}
.vlerat p:hover {
  color: var(--color-default);
  border-left: dotted 1px rgba(192, 192, 192, 1);
}

/*  KARRIERA  */
.karriera {
  background-color: #fff;
}
.karriera .mundesite {
  padding: 80px 0;
  background: url("../../assets/img/kapitulli-karriera-mundesite.jpg") center left no-repeat;
}
.karriera .mundesite .mundesite-info-1 p {
  font-size: 20px;
}
.karriera .mundesite .mundesite-info {
  padding: 20px;
  background-color:rgba(251, 255, 14, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.karriera .mundesite .mundesite-info strong {
  font-family: var(--font-secondary);
  font-size: 21px;
}
.karriera .mundesite p {
  color: var(--color-default);
  font-family: var(--font-default);
  line-height: normal;
  text-align: left;
  padding: 5px 0 10px 0;
}
.karriera .mundesite .profili {
  text-align: left;
  color: var(--color-default);
  padding: 30px 20px 20px 20px; 
}
.karriera .mundesite .profili h4 {
  font-family: var(--font-primary);
  font-weight: normal;
  color: #fff;
  padding: 5px 15px 6px 15px;
  margin-bottom: 20px;
  background: var(--color-default);
  width: fit-content;
  border-radius: 7px;
}
.karriera .mundesite .profili li {
  padding-bottom: 13px;
  line-height: normal;
  list-style-type: square;
}
.karriera .procesi-aplikimit {
  background-color: var(--color-primary);
  color: #fff;
  padding: 80px 0;
}
.karriera .procesi-aplikimit h2 {
  color: #fff;
}
.karriera .procesi-aplikimit .section-header h2:after {
  background: #fff;
}
.karriera .procesi-aplikimit .procesi {
  align-self: center;
}
.karriera .procesi-aplikimit .procesi p {
  font-family: var(--font-default);
  line-height: normal;
  text-align: left;
}
.karriera .procesi-aplikimit .kriteret {
  align-self: center;
}
.karriera .procesi-aplikimit .kriteret h4 {
  font-family: var(--font-primary);
  font-weight: normal;
  color: rgba(5, 9, 20, 1);
  padding: 4px 15px;
  margin-bottom: 0;
  background: rgba(255, 194, 14, 1);
  width: fit-content;
  border-start-start-radius: 7px;
  border-start-end-radius: 7px;
  filter: drop-shadow(0 0 0.4rem rgba(5, 9, 20, 0.9));
}
.karriera .procesi-aplikimit .kriteret ul {
  padding: 15px 23px;
  background-color: rgba(5, 9, 20, 1);
}
.karriera .procesi-aplikimit .kriteret li {
  color: var(--color-secondary);
  padding: 0 0 8px 5px;
  margin-left: 10px;
  font-family: var(--color-primary);
  font-size: 16px;
  text-align: left;
  line-height: normal;
  list-style-type: square;
}
.karriera .procesi-aplikimit .kriteret p {
  font-family: var(--font-primary);
  line-height: normal;
  padding-bottom: 15px;
  text-align: left;
}
.karriera .vende-pune {
  padding: 80px 0;
}
.karriera .vende-pune p {
  color: var(--color-default);
  padding-bottom: 15px;
}
.karriera .vende-pune span {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}

/*  DOKUMENTE */
.dokumente {
  background: #fff;
  cursor: default;
}
.dokumente .accordion-item h2 {
  text-align: left;
}
.dokumente .accordion-item h2::after {
  display: none;
}
.dokumente .accordion-body h4 {
  font-family: var(--color-primary);
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0 20px 0;
}
.dokumente .accordion-body {
  padding: 20px 20px 20px 40px;
  font-family: var(--font-default);
}
.dokumente .accordion-body li {
  font-family: var(--font-primary);
  font-size: 17px;
  color: #000;
  padding-bottom: 15px;
  line-height: normal;
}
.dokumente .accordion-body a {
  color: rgba(27, 46, 90, 1);
  text-decoration: underline;
}


/* NJOFTIME */
.cute-button {
  background: none;
  color: #007bff; 
  border: none; 
  padding: 10px 18px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.cute-button:hover {
  color: #0056b3; 
}

.cute-button:focus {
  outline: none; 
}



/*  MEDIA */
.media {
  background-color: #fff;
}
.media .accordion-item h2 {
  text-align: left;
}
.media .accordion-item h2::after {
  display: none;
}
.media .accordion-body {
  padding: 20px 20px 20px 0px;
  font-family: var(--font-default);
}
.media .accordion-body span {
  background-color: rgba(192, 192, 192, 0.3);
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  font-size: 16px;
  color: rgba(5, 9, 20, 0.9);
  padding: 1px 7px;
  margin-right: 7px;
  border-radius: 5px;
}
.media .accordion-body li {
  padding-bottom: 13px;
  line-height: normal;
  list-style-type: none;
}
.media .accordion-body a {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: bold;
  color: rgba(27, 46, 90, 1);
  text-decoration:none;
}
.media .accordion-body a:hover {
  color: rgba(5, 9, 20, 1);
  text-decoration: underline;
}

.info-photo {
 width: 50%;
 float: left; padding-right: 40px; padding-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .info-photo {
    width: 100%;
    padding-right: 0;
  }
}

/*  TRANSPARENCA  */
.transparenca {
  padding: 70px 10px;
}

/*  TRASHËGIMIA */
.trashegimia {
  background-color: rgba(27, 46, 90, 1);
  padding: 20px 10px;
}
/*  Historiku */
.trashegimia-historiku {
  background: url('../../assets/img/rubrika-historiku.jpg') no-repeat center center;
  background-color: transparent;
  background-size: auto;
  color: rgba(0, 0, 0, 1);
  margin: 40px 0;
}
.trashegimia-historiku .info {
  justify-content: center;
}
.trashegimia-historiku .info h2 {
  font-family: var(--font-secondary);
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(27, 46, 90, 1);
  margin: 0;
  padding: 10px 20px;
}
.trashegimia-historiku .info p {
  font-family: var(--font-default);
  color: rgba(255, 255, 255, 1);
  text-align: left;
  background-color: rgba(27, 46, 90, 0.9);
  margin: 0 0 20px 0;
  padding: 10px 30px;
}
.trashegimia-historiku .info a {
  border: 1px solid rgba(5, 9, 20, 1);
  border-radius: 7px;
  padding: 5px 15px;
  margin: 5px 0;
  font-family: var(--font-default);
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(5, 9, 20, 1);
}
.trashegimia-historiku .info a:hover {
  background-color: rgba(5, 9, 20, 1);
  color: rgba(255, 194, 14, 1);
  border-color: rgba(255, 194, 14, 1);
}
/*  Instituti */
.trashegimia-intituti {
  background: url('../../assets/img/rubrika-instituti.jpg') center center no-repeat;
  background-color: transparent;
  background-size: auto;
  color: rgba(0, 0, 0, 1);
  margin: 40px 0;
}
.trashegimia-intituti .info {
  justify-content: center;
}
.trashegimia-intituti .info h2 {
  font-family: var(--font-secondary);
  font-weight: bold;
}
.trashegimia-intituti .info p {
  font-family: var(--font-default);
  color: rgba(255, 255, 255, 1);
  text-align: left;
  background-color: rgba(5, 9, 20, 0.85);
  margin: 0 0 20px 0;
  padding: 20px 30px;
}
.trashegimia-intituti .info a {
  border: 1px solid rgba(5, 9, 20, 1);
  border-radius: 7px;
  padding: 5px 15px;
  margin: 5px 0;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: bold;
  color: rgba(5, 9, 20, 1);
  background-color: rgba(255, 255, 255, 0.5);
}
.trashegimia-intituti .info a:hover {
  background-color: rgba(255, 255, 255, 1);
}
/*  Dorezimi i dosjeve */
.trashegimia-dorezimi-dosjeve {
  background: url('../../assets/img/rubrika-dorezimi-dosjeve.jpg') center center no-repeat;
  background-color: transparent;
  background-size: auto;
  color: rgba(0, 0, 0, 1);
  margin: 40px 0;
}
.trashegimia-dorezimi-dosjeve .info {
  justify-content: center;
}
.trashegimia-dorezimi-dosjeve .info h2 {
  font-family: var(--font-secondary);
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(5, 9, 20, 1);
  margin: 0;
  padding: 10px 20px;
}
.trashegimia-dorezimi-dosjeve .info p {
  font-family: var(--font-default);
  color: rgba(255, 255, 255, 1);
  text-align: left;
  background-color: rgba(5, 9, 20, 0.95);
  margin: 0 0 20px 0;
  padding: 20px 30px;
}
.trashegimia-dorezimi-dosjeve .info a {
  border: 1px solid rgba(5, 9, 20, 1);
  border-radius: 7px;
  padding: 5px 15px;
  margin: 5px 0;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: bold;
  color: rgba(5, 9, 20, 1);
  background-color: rgba(255, 255, 255, 0.5);
}
.trashegimia-dorezimi-dosjeve .info a:hover {
  background-color: rgba(255, 255, 255, 1);
}

/*  HISTORIKU */
/*  Section: Background, Text */
.section-historiku {
  background-color: #000;
  padding: 0;
}
.section-bg {
width: 100%;
float: left;
padding: 100px 5px;
margin-bottom:10px;
position:relative;
overflow: hidden;
}
/*  Section: Titulli & Viti */
.section-titull {
padding: 7px 30px;
margin: 0 0 100px 0;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5); 
font-family: var(--font-secondary);
font-weight: bold;
line-height: normal;
color: #000;
font-size: 25px;
width: fit-content;
}
.section-titull-bg--yellow {
background-color: rgba(255, 194, 14, 0.85);
color: #000;
border-radius: 0 7px 7px 0;
border-left-style: dotted;
border-left-color: #000;
border-left-width: 3px;		
}
.section-viti {
font-family: var(--font-secondary);
font-size: 35px;
font-weight: bold;
color: #000;
letter-spacing: 2px;
margin: 0 0 0 0;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
border-radius: 7px;
width: fit-content;
}  
.section-viti-bg--red {
background-color: rgba(159, 44, 44, 0.95);
color: white;
text-shadow:  0 5px 10px rgba(0, 0, 0, 0.5);		
padding: 0 20px;
} 
.section-viti-bg--black {
background-color: rgba(0, 0, 0, 0.95);
color: white;
text-shadow:  0 5px 10px rgba(0, 0, 0, 0.5);		
padding: 0 20px;
} 
.section-viti-bg--dark-green {
background-color: rgba(0, 169, 157, 0.95);
color: #fff;
text-shadow:  0 5px 10px rgba(0, 0, 0, 0.5);		
padding: 0 20px;
} 
/*  Section: Text container  */  
.section-text-container {
position: relative;
z-index: 1;
}
.section-text-container p {
font-family: var(--font-default);
line-height: 24px;
}
.section-text-container--white {
background-color: rgba(255, 255, 255, 0.8);
color: #000;
padding: 20px 20px 10px 20px;
margin-top: 15px;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
border-radius: 7px;
}
.section-text-container--black {
background-color: rgba(0, 0, 0, 0.8);
padding: 20px 20px 10px 20px;
margin-top: 15px;
color: #fff;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
border-radius: 7px;
}
/*  Section: Backgrounds | large  */
.section-themelimi-1912 {
background-image: url('../../assets/img/historiku-themelimi-1912-bg.jpg');
background-repeat: no-repeat;
background-position: 70% 0;
min-height: 80vh;
background-size: cover;
background-color: #faf2e5;
overflow: visible;
margin-top: 10px;
}
.section-konsolidimi-1920 {
background-image: url('../../assets/img/historiku-konsolidimi-1920-bg.jpg');
background-repeat: no-repeat;
background-position: 70% 0;
min-height: 70vh;
background-size: cover;
background-color: #820400;
background-position: 0;
overflow: visible;
}
.section-konsolidimi-1922 {
background-image: url('../../assets/img/historiku-konsolidimi-1922-bg.jpg');
background-repeat: no-repeat;
background-position: 70% 0;
min-height: 70vh;
background-size: cover;
background-color: #e5b14c;
background-position: center;
overflow: visible;
}
.section-konsolidimi-1927 {
background-image: url('../../assets/img/historiku-konsolidimi-1927-bg.jpg');
background-repeat: no-repeat;
background-position: 70% 0;
min-height: 80vh;
background-size: cover;
background-color: #ededed;
background-position: 0;
overflow: visible;
}
.section-sigurimi-1944 {
background-image: url('../../assets/img/historiku-sigurimi-1944-bg.jpg');
background-repeat: no-repeat;
background-position: 70% 0;
min-height: 80vh;
background-size: cover;
background-color: #1d1d1d;
background-position: left;
overflow: visible;
}
.section-sigurimi-1966 {
background-image: url('../../assets/img/historiku-sigurimi-1966-bg.jpg');
background-repeat: no-repeat;
background-position: 70% 0;
min-height: 80vh;
background-size: cover;
background-color: #1d1d1d;
background-position: left;
overflow: visible;
}
.section-reformimi-1991 {
background-image: url('../../assets/img/historiku-reformimi-1991-bg.jpg');
background-repeat: no-repeat;
background-position: 70% 0;
min-height: 80vh;
background-size: cover;
background-color: #d1d1d1;
background-position: 0;
overflow: visible;
}
.section-reformimi-1998 {
background-image: url('../../assets/img/historiku-reformimi-1998-bg.jpg');
background-repeat: no-repeat;
background-position: 70% 0;
min-height: 55vh;
background-size: cover;
background-color: #bccdd4;
background-position: left;
overflow: visible;
}
.section-reformimi-1999 {
background-image: url('../../assets/img/historiku-reformimi-1999-bg.jpg');
background-repeat: no-repeat;
background-position: 70% 0;
min-height: 55vh;
background-size: cover;
background-color: #a44b47;
background-position: left;
overflow: visible;
}
.section-dekorimi-shish-2016 {
  background-image: url('../../assets/img/historiku-dekorimi-shish-2016-bg.jpg');
  background-repeat: no-repeat;
  background-position: 70% 0;
  min-height: 70vh;
  background-size: cover;
  background-color: #a44b47;
  background-position: center;
  overflow: visible;
}
.section-shekulli-21 {
background-image: url('../../assets/img/historiku-shekulli-21-bg.jpg');
background-repeat: no-repeat;
background-position: 70% 0;
min-height: 70vh;
background-size: cover;
background-color: #a44b47;
background-position: right;
overflow: visible;
margin-bottom: 0;
}

/*  INSTITUTI */
.instituti {
  background-color: rgba(5, 9, 20, 1);
  cursor: default;
  padding: 50px 0;
}
.instituti p {
  margin: 0 0 30px 0;
  font-family: var(--font-default);
  font-size: 16px;
  line-height: normal;
  color: rgba(255, 255, 255, 1);
}

/*  DOREZIMI I DOSJEVE TE ISH-SIGURIMIT */
.dorezimi-dosjeve {
  background-color: #fff;
  cursor: default;
  padding: 30px 0 50px 0;
}
.dorezimi-dosjeve img {
  margin-top: -50px;
  padding-bottom: 20px;
  position: relative;
  filter: drop-shadow(0 0 0.4rem rgba(5, 9, 20, 0.9));
}
.dorezimi-dosjeve p {
  margin: 0 0 30px 0;
  font-family: var(--font-default);
  font-size: 16px;
  line-height: normal;
  color: var(--color-default);
}
.dorezimi-dosjeve ul {
  margin-top: -20px;
  line-height: normal;
}
.dorezimi-dosjeve li {
  color: var(--color-default);
  padding-bottom: 10px;
}

/*  KONTAKT */
.kontakt {
  background: url("../../assets/img/kapitulli-kontakt-bg.jpg") center top no-repeat;
  background-size: contain;
  position: relative;
}
@media (max-width: 640px) {
  .kontakt {
    background-position: center 50px;
  }
}
.kontakt:before {
  content: "";
  background: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.kontakt .info-item+.info-item {
  margin-top: 40px;
}
.kontakt .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.kontakt .info-item h4 {
  padding: 0;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--color-primary);
}
.kontakt .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.kontakt .social-links i {
  font-size: 20px;
  background: none;
  color: var(--color-primary);
  display:inline-flex;
  align-items: start;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.kontakt .social-links i:hover {
  color: rgba(5, 9, 20, 1);
  transition: all 0.3s ease-in-out;
}
.raporto {
  margin: 0;
  padding: 60px 0 80px 0;
  background-color: var(--color-primary);
}
.raporto h2 {
  color: #fff;
  text-align: center;
}
.raporto h2:after {
  display: none;
}
.raporto span {
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(5, 9, 20, 1);
  border-radius: 7px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 5px 35px;
  margin: 0 10px 30px 10px;
}
.raporto p {
  color: rgba(192, 192, 192, 1);
  text-align: left;
  font-size: 15px;
  line-height: normal;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.footer {
  font-size: 14px;
  z-index: 99;}
.footer .footer-content {
  background-color: rgba(0, 0, 0, 1);
  background-size: contain;
  padding: 60px 0 60px 0;
  color: rgba(192, 192, 192, 1);
}
.footer-content .logo img {
  margin-top: -100px;
  height: 150px;
  filter: drop-shadow(0 0 0.4rem rgba(5, 9, 20, 0.9));
  margin-bottom: 25px;
}
.footer-content .links {
  text-align: left;
}
.footer-content .links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer-content .links li {
  float: left;
}
.footer-content .links li a {
  color: rgba(192, 192, 192, 1);
  font-weight: normal;
  text-decoration: none;
  padding-right: 18px;
  display: block;
  padding: 0 15px;
  margin-left: -15px; 
}
.footer-content .links li a:hover {
  color: rgba(255, 194, 14, 1);
  text-decoration: underline;
}
/* Link - Modal - Privatesia  */
.footer-content .links li .btn {
  color: rgba(192, 192, 192, 1);
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  padding-right: 18px;
  display: block;
  padding: 0 15px;
  margin-left: -15px; 
}
.footer-content .links li .btn:hover {
  color: rgba(255, 194, 14, 1);
  text-decoration: underline;
}
.footer-content .links .modal-content {
  background-color: rgba(27, 46, 90, 1);
}
.footer-content .links .modal-header {
  border-bottom: solid 1px rgba(107, 117, 140, 0.2);
}
.footer-content .links .modal-title {
  color: #fff;
  font-family: var(--font-default);
  font-size: 19px !important;
  font-weight: bold;
}
.footer-content .links .btn-close {
  background-color: rgba(192, 192, 192, 0.5);
}
.footer-content .links .modal-body {
  background-color: #fff;
  padding-top: 20px;
}
.footer-content .links .modal-body h4 {
  color: rgba(27, 46, 90, 1);
  font-size: 18px;
  font-weight: bold;
}
.footer-content .links .modal-body p {
  font-family: var(--font-default);
  font-size: 15px;
  text-align: left !important;
  color: #000;
  margin-bottom: 12px;
}
.footer-content .links .modal-footer {
  background-color: #fff;
  border-top: solid 1px rgba(107, 117, 140, 0.2);
}
.footer-content .links .modal-footer .btn {
  background-color: #fff;
  padding: 0 25px;
  font-family: monospace;
  font-size: 18px;
  font-weight: bold;
  color: rgba(27, 46, 90, 0.9);
  border-radius: 7px;
  border: solid 1px rgba(27, 46, 90, 0.9);
}
.footer-content .links .modal-footer .btn:hover {
  background-color: #fff;
  color: rgba(27, 46, 90, 1);
  text-decoration: none;
  border: solid 1px rgba(27, 46, 90, 1);
}
/*  Copyright */
.footer-content .copyright {
  color: rgba(192, 192, 192, 1);
  text-align: right;
  font-size: 14px;
}
.footer-content .copyright a {
  color: rgba(192, 192, 192, 1);
  font-size: 14px;
}
.footer-content .copyright a:hover {
  color: rgba(255, 194, 14, 1);
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .footer-content .links ul {
    justify-content: center;
    text-align: center;
    margin: 0 0 10px 0;
  }
.footer-content .links li {
  justify-content: center;
  text-align: center;
  margin: 0 0 10px 0;
}
  .footer-content .copyright {
    text-align: center;
    margin: 0 0 10px 0;
  }
}