/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/main.scss ***!
  \*************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Gotham-Light', 'Lato', sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
  color: #555; }

*::selection {
  color: white;
  background-color: #d99477;
  text-shadow: none; }

#header {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 2; }

.headerImage {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center 0;
  left: 0;
  bottom: 0; }

#secondLogo {
  height: 2.813rem;
  position: fixed;
  left: 12%;
  top: 55px;
  z-index: 11;
  opacity: 0; }

.headerLogo {
  position: absolute;
  top: 34%;
  width: 12.5rem;
  z-index: 1; }

#menu {
  position: absolute;
  top: 50%;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.3); }

.firstUL {
  display: flex;
  width: 1020px;
  list-style: none;
  margin: auto;
  justify-content: flex-start;
  z-index: 3; }

#language {
  position: relative;
  list-style-type: none;
  width: 2.5rem;
  margin-left: -3.85rem;
  color: #D99477;
  border: none;
  background: transparent;
  font-size: 0.813rem;
  font-weight: bold;
  display: block;
  letter-spacing: 1px;
  padding: 5px 0 2px;
  margin-right: 1rem;
  z-index: 5;
  user-select: none; }

#language li a,
#activeLang span {
  text-decoration: none;
  color: #D99477;
  font-family: "Gotham-Book", sans-serif;
  text-transform: uppercase;
  font-size: 0.813rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.375rem;
  padding: 5px 0 2px; }

#activeLang {
  background-size: 0.5rem;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 3px;
  cursor: pointer;
  width: 42.5px;
  transform: translateY(-2px); }

#activeLang a {
  pointer-events: none; }

#disabledLang {
  position: absolute;
  top: 2rem; }

#menu .realMenu {
  width: 100%;
  list-style: none; }

#menu .fa-bars {
  display: none;
  cursor: pointer; }

#menu .realMenu li :hover {
  color: #D99477; }

#menu .realMenu li a {
  text-decoration: none !important;
  font-family: "Gotham-Book", sans-serif;
  text-transform: uppercase;
  font-size: 0.813rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.375rem;
  color: #e6e6e6;
  display: block;
  padding: 5px 0 2px;
  margin-right: 1.5rem;
  width: max-content; }

#menu ul li .active {
  color: #D99477; }

#downArrow {
  position: absolute;
  left: 50%;
  width: 2rem;
  height: 2rem;
  bottom: 1.25rem;
  z-index: 3;
  cursor: default;
  text-decoration: none;
  transform: translateX(-50%);
  text-align: center; }

#downArrow .fa {
  color: #9a7769;
  font-size: 1.5rem;
  cursor: default;
  animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite; }

@keyframes bounce {
  100% {
    transform: translateY(0); }
  0% {
    opacity: 0;
    transform: translateY(-30px); } }

.gradientContainer {
  width: 1170px;
  margin: auto;
  position: relative;
  height: 100%;
  padding-left: 75px;
  padding-right: 75px; }

/* .gradientContent {
            position: absolute;
            z-index: 2;
            width: 60%;
        }

        #gradientText {
            width: 90%;
            height: 100%;
        } */
#gradientText {
  position: absolute;
  left: 75px;
  width: 649px;
  max-width: 649px;
  min-height: 135px;
  min-width: 470px;
  height: auto !important; }

#gotoTop {
  position: relative;
  width: 1170px;
  margin: auto;
  padding: 0 75px 1.875rem 75px;
  border-radius: 2px;
  line-height: 2.25rem;
  text-align: left;
  color: #FFF; }

#gotoTop::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 2.3rem;
  background-color: #d99477;
  left: 75px;
  bottom: 0; }

.topButton {
  background: url(../6b971f15340973f487d9.png);
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  cursor: pointer; }

.mainContent {
  padding: 0rem 75px;
  width: 1170px;
  margin: auto; }

.contentWrap {
  padding: 5rem 0rem; }

.footer {
  font-size: 0.938rem;
  line-height: 1.25rem;
  color: #555;
  font-family: 'Gotham-Light', 'Lato', sans-serif;
  background-color: #FFF;
  padding-top: 50px; }

.footerContent {
  position: relative;
  display: flex;
  width: 1170px;
  padding: 0 75px 4rem 75px;
  margin: auto;
  justify-content: space-between; }

.footer strong {
  font-weight: bold;
  font-family: 'Gotham-Book', sans-serif;
  line-height: 20px; }

.adresat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.5rem; }

.socialMedia {
  position: absolute;
  right: 75px;
  top: 0;
  height: fit-content;
  display: flex;
  flex-direction: column; }

.social {
  text-align: right; }

.social a {
  margin-left: 6px; }

.social a img {
  max-width: 1.875rem;
  max-height: 1.438rem;
  height: 2rem; }

#privacy-link {
  text-decoration: none !important;
  color: #d99477;
  text-align: right;
  line-height: 20px;
  margin-top: 4px; }

@media (max-width: 479px) {
  .headerImage {
    position: absolute;
    background-position: 80% 0%; }
  .gradientContainer {
    width: 100%;
    padding: 0px 20px; }
  /* .gradientContent {
                width: 90%;
                bottom: 15%;
            }
            #gradientText {
                width: 100%;
                height: auto;
                max-width: 500px;
                min-height: auto;
            }
            .headerLogo {
                width: 6.875rem;
                top: 2%;
            }
            #menu {
                width: 100%;
                top: 2%;
                right: 4%;
                box-shadow: none;
                background-color: transparent;
            } */
  #gradientText {
    width: 90%;
    min-width: auto;
    max-width: 90%;
    height: auto;
    min-height: auto;
    left: 20px;
    top: 70%; }
  .headerLogo {
    width: 110px;
    top: 21px;
    left: 20px; }
  #downArrow {
    display: none; }
  #menu {
    width: 100%;
    top: 12px;
    right: 25px;
    box-shadow: none;
    background-color: transparent; }
  .firstUL {
    width: 100%;
    justify-content: flex-end; }
  #menu .fa-bars {
    padding-top: 5px;
    padding-left: 7px;
    display: block;
    color: #d99477;
    font-size: 26px; }
  #menu .realMenu {
    position: absolute;
    right: 6%;
    top: 9px;
    display: none;
    width: 75%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 23; }
  #menu .realMenu li a {
    display: flex;
    align-items: center;
    width: 100%; }
  #menu ul li a {
    margin: 0;
    padding: 8px 4px; }
  #menu .realMenu li {
    padding: 8px 25px;
    border-top: 1px solid #d99477; }
  .mainContent {
    margin: auto;
    padding: 4rem 20px;
    width: 100%; } }

@media (max-width: 479px) and (min-width: 320px) and (max-width: 767px) {
  .mainContent {
    padding: 0 20px 4rem; }
  .footerContent {
    width: 100%;
    padding: 0 20px 0.2rem 20px; }
  .adresa {
    line-height: 20px; }
  .adresat {
    flex-direction: column;
    gap: 1rem; }
  .socialMedia {
    transform: translateY(-220%); }
  #gotoTop {
    display: none; } }

@media (min-width: 480px) and (max-width: 767px) {
  .headerImage {
    position: absolute;
    background-position: 80% 0%; }
  .gradientContainer {
    width: 100%;
    padding: 0px 25px; }
  /* .gradientContent {
                width: 90%;
                top: auto;
                bottom: 15%;
            }
            #gradientText {
                width: 100%;
                height: auto;
                max-width: 500px;
                min-height: auto;
            }
            .headerLogo {
                width: 10rem;
                top: 2%;
            }
            #menu {
                width: 100%;
                top: 2%;
                right: 4%;
                box-shadow: none;
                background-color: transparent;
            } */
  #gradientText {
    width: 500px;
    min-width: auto;
    max-width: 90%;
    height: auto;
    left: 25px;
    top: 70%; }
  .headerLogo {
    width: 160px;
    top: 21px;
    left: 25px; }
  #secondLogo {
    display: none; }
  #downArrow {
    display: none; }
  #menu {
    width: 100%;
    top: 12px;
    right: 30px;
    box-shadow: none;
    background-color: transparent; }
  #menu .dropdown-item {
    padding: 2px; }
  .firstUL {
    width: 100%;
    justify-content: flex-end; }
  #menu .fa-bars {
    padding-top: 5px;
    padding-left: 7px;
    display: block;
    color: #d99477;
    font-size: 26px; }
  #menu .realMenu {
    position: absolute;
    right: 12%;
    display: none;
    width: 65%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 23; }
  #menu .realMenu li {
    padding: 8px 25px;
    border-top: 1px solid #d99477; }
  #menu .realMenu li a {
    width: 100%; }
  #menu ul li a {
    margin: 0;
    padding: 8px 4px; }
  .mainContent {
    margin: auto;
    padding: 4rem 25px 0 25px;
    width: 100%; }
  .footerContent {
    width: 100%;
    padding: 0 20px 0.2rem 20px; }
  .adresa {
    line-height: 20px; }
  .adresat {
    flex-direction: column;
    gap: 1rem; }
  .socialMedia {
    transform: translateY(-220%); }
  #gotoTop {
    display: none; }
  #gotoTop::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 2.3rem;
    background-color: #d99477;
    left: 75px;
    bottom: 0; } }

@media (min-width: 768px) and (max-width: 990px) {
  .headerImage {
    position: absolute;
    background-position: 80% 0%; }
  .gradientContainer {
    width: 100%;
    padding: 0px 30px; }
  .gradientContent {
    width: 90%;
    bottom: 2.5rem; }
  /* #gradientText {
                width: 100%;
                height: 100%;
                max-width: 700px;
            }
            .headerLogo {
                width: 10rem;
                top: 2%;
            }
            #menu {
                width: 100%;
                top: 2%;
                right: 4%;
                box-shadow: none;
                background-color: transparent;
            } */
  /*E kom ndryshu css per #gradientText | .headerLogo |#menu   */
  #gradientText {
    width: 740px;
    min-width: auto;
    height: 228px;
    max-width: 90%;
    left: 30px;
    bottom: 10px; }
  .headerLogo {
    width: 160px;
    top: 21px;
    left: 25px; }
  #menu {
    width: 100%;
    top: 12px;
    right: 35px;
    box-shadow: none;
    background-color: transparent; }
  #secondLogo {
    display: none; }
  #menu .dropdown-item {
    padding: 2px; }
  .firstUL {
    width: 100%;
    justify-content: flex-end; }
  #menu .fa-bars {
    padding-top: 5px;
    padding-left: 7px;
    display: block;
    color: #d99477;
    font-size: 26px; }
  #menu .realMenu {
    position: absolute;
    right: 20%;
    top: 8px;
    display: none;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 23;
    margin: auto; }
  #menu .realMenu li {
    padding: 8px 25px !important;
    /* E kom shtu !mportant */
    border-top: 1px solid #d99477; }
  #menu .realMenu li a {
    width: 100%;
    height: 2rem;
    line-height: 2rem; }
  #menu ul li a {
    margin: 0;
    padding: 8px 4px; }
  .mainContent {
    margin: auto;
    /* padding: 4rem 30px 0 30px; */
    padding: 0px 30px;
    /*E kom ndryshu padding  */
    width: 100%; }
  .footerContent {
    width: 100%;
    padding: 0 30px 1rem 30px;
    align-items: flex-end; }
  /*.socialMedia duhet mu shtu komplet se nuk esht kan ma heret */
  .socialMedia {
    top: auto;
    bottom: 5px;
    right: 30px; }
  .adresat {
    padding-bottom: 3rem; }
  #gotoTop {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  #gotoTop::after {
    left: 30px; }
  #downArrow {
    bottom: 0; } }

@media (min-width: 991px) and (max-width: 1200px) {
  #secondLogo {
    left: 2%;
    height: 2.5rem; }
  .headerImage {
    background-position: center; }
  .gradientContainer {
    width: 970px;
    padding: 0px 75px; }
  .mainContent {
    margin: auto;
    /* padding: 4rem 75px 0 75px;*/
    padding: 0 75px;
    /*E kom ndryshu padding  */
    width: 970px; }
  .firstUL {
    width: 970px;
    padding: 0px 75px; }
  #gotoTop {
    width: 970px;
    padding-left: 75px;
    padding-right: 75px; }
  .footerContent {
    width: 970px;
    padding: 0 75px 1.5rem 75px; } }

@media (min-width: 1200px) and (max-width: 1550px) {
  #secondLogo {
    left: 2%; } }

body {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -o-animation: fadein 1s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.loader-wrapper {
  position: fixed;
  top: 0;
  background: white;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh; }

.pulseLoader {
  width: 4em;
  height: 4em;
  border-radius: 4em;
  background-color: #d99477;
  outline: 1px solid transparent;
  animation: pulse-animate 1.2s ease-in-out infinite; }

@keyframes pulse-animate {
  0% {
    transform: scale(0);
    opacity: 0.8; }
  100% {
    transform: scale(1);
    opacity: 0; } }

#gotoTop {
  width: 60%;
  margin: auto;
  border-radius: 2px;
  padding-bottom: 1.875rem;
  line-height: 2.25rem;
  text-align: left;
  color: #FFF; }

.topButton {
  background: url(../6b971f15340973f487d9.png);
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  cursor: pointer; }

.footer {
  font-size: 0.938rem;
  line-height: 1.25rem;
  color: #555;
  font-family: 'Gotham-Light', 'Lato', sans-serif;
  background-color: #6b1515;
  border-top: 1px solid #d99477;
  padding-top: 50px; }

.footerContent {
  position: relative;
  display: flex;
  width: 1170px;
  padding: 0 75px 4rem 75px;
  margin: auto;
  justify-content: space-between; }

.footer strong {
  font-weight: bold;
  font-family: 'Gotham-Book', sans-serif;
  line-height: 20px; }

.adresat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.5rem; }

.adresa {
  font-size: 15px;
  line-height: 20px; }

.socialMedia {
  position: absolute;
  right: 75px;
  top: 0;
  height: fit-content;
  display: flex;
  flex-direction: column; }

.social {
  text-align: right; }

.social a {
  margin-left: 6px; }

.social a img {
  max-width: 1.875rem;
  max-height: 1.438rem;
  height: 2rem; }

#privacy-link {
  text-decoration: none !important;
  color: #d99477;
  text-align: right;
  line-height: 20px;
  margin-top: 4px; }

@media (max-width: 479px) {
  .headerImage {
    position: absolute;
    background-position: 80% 0%; }
  .gradientContainer {
    width: 100%;
    padding: 0px 20px; }
  #gradientText {
    width: 90%;
    min-width: auto;
    max-width: 90%;
    height: auto;
    min-height: auto;
    left: 20px;
    top: 70%; }
  .headerLogo {
    width: 110px;
    top: 21px;
    left: 20px; }
  #downArrow {
    display: none; }
  #menu {
    width: 100%;
    top: 12px;
    right: 25px;
    box-shadow: none;
    background-color: transparent; }
  .firstUL {
    width: 100%;
    justify-content: flex-end; }
  #menu .fa-bars {
    padding-top: 5px;
    padding-left: 7px;
    display: block;
    color: #d99477;
    font-size: 26px; }
  #menu .realMenu {
    position: absolute;
    right: 12%;
    display: none;
    width: 75%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 23; }
  #menu .realMenu li a {
    height: 50px;
    line-height: 50px;
    width: 100%; }
  #menu ul li a {
    margin: 0;
    padding: 8px 4px; }
  #menu .realMenu li {
    padding: 8px 25px !important;
    border-top: 1px solid #d99477; }
  .mainContent {
    margin: auto;
    padding: 0rem 20px;
    width: 100%; }
  .footerContent {
    width: 100%;
    padding: 0 20px 0.2rem 20px; }
  .adresa {
    line-height: 20px; }
  .adresat {
    flex-direction: column;
    gap: 1rem; }
  .socialMedia {
    top: -110px;
    right: 20px; }
  #gotoTop {
    display: none; } }

@media (min-width: 480px) and (max-width: 767px) {
  .headerImage {
    position: absolute;
    background-position: 80% 0%; }
  .gradientContainer {
    width: 100%;
    padding: 0px 25px; }
  #gradientText {
    width: 500px;
    min-width: auto;
    max-width: 90%;
    height: auto;
    left: 25px;
    top: 70%; }
  .headerLogo {
    width: 160px;
    top: 21px;
    left: 25px; }
  #secondLogo {
    display: none; }
  #downArrow {
    display: none; }
  #menu {
    width: 100%;
    top: 12px;
    right: 30px;
    box-shadow: none;
    background-color: transparent; }
  #menu .dropdown-item {
    padding: 2px; }
  .firstUL {
    width: 100%;
    justify-content: flex-end; }
  #menu .fa-bars {
    padding-top: 5px;
    padding-left: 7px;
    display: block;
    color: #d99477;
    font-size: 26px; }
  #menu .realMenu {
    position: absolute;
    right: 12%;
    display: none;
    width: 65%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 23; }
  #menu .realMenu li {
    padding: 8px 25px !important;
    border-top: 1px solid #d99477; }
  #menu .realMenu li a {
    height: 50px;
    line-height: 50px;
    width: 100%; }
  #menu ul li a {
    margin: 0;
    padding: 8px 4px; }
  .mainContent {
    margin: auto;
    padding: 0rem 25px;
    width: 100%; }
  .footerContent {
    width: 100%;
    padding: 0 20px 0.2rem 25px; }
  .adresa {
    line-height: 20px; }
  .adresat {
    flex-direction: column;
    gap: 1rem; }
  .socialMedia {
    top: -110px;
    right: 25px; }
  #gotoTop {
    display: none; } }

@media (min-width: 768px) and (max-width: 990px) {
  .headerImage {
    position: absolute;
    background-position: 80% 0%; }
  .gradientContainer {
    width: 100%;
    padding: 0px 30px; }
  #gradientText {
    width: 740px;
    min-width: auto;
    height: 228px;
    max-width: 90%;
    left: 30px;
    bottom: 10px; }
  .headerLogo {
    width: 160px;
    top: 21px;
    left: 25px; }
  #secondLogo {
    display: none; }
  #menu {
    width: 100%;
    top: 12px;
    right: 35px;
    box-shadow: none;
    background-color: transparent; }
  #menu .dropdown-item {
    padding: 2px; }
  .firstUL {
    width: 100%;
    justify-content: flex-end; }
  #menu .fa-bars {
    padding-top: 5px;
    padding-left: 7px;
    display: block;
    color: #d99477;
    font-size: 26px; }
  #menu .realMenu {
    position: absolute;
    right: 20%;
    display: none;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 23;
    margin: auto; }
  #menu .realMenu li {
    padding: 8px 25px !important;
    border-top: 1px solid #d99477; }
  #menu .realMenu li a {
    width: 100%;
    height: 2rem;
    line-height: 2rem; }
  #menu ul li a {
    margin: 0;
    padding: 8px 4px; }
  .mainContent {
    margin: auto;
    padding: 0rem 30px;
    width: 100%; }
  .footerContent {
    width: 100%;
    padding: 0 30px 1rem 30px;
    align-items: flex-end; }
  .socialMedia {
    top: auto;
    bottom: 5px;
    right: 30px; }
  .adresat {
    padding-bottom: 3rem; }
  #gotoTop {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  #gotoTop::after {
    left: 30px; }
  #downArrow {
    bottom: 0; } }

@media (min-width: 991px) and (max-width: 1200px) {
  #secondLogo {
    left: 2%;
    height: 2.5rem; }
  .headerImage {
    background-position: center; }
  .gradientContainer {
    width: 970px;
    padding: 0px 75px; }
  .firstUL {
    width: 970px;
    padding: 0px 75px; }
  .mainContent {
    margin: auto;
    padding: 0rem 75px;
    width: 970px; }
  #gotoTop {
    width: 970px;
    padding-left: 75px;
    padding-right: 75px; }
  .footerContent {
    width: 970px;
    padding: 0 75px 1.5rem 75px; } }

@media (min-width: 1200px) and (max-width: 1550px) {
  #secondLogo {
    left: 2%; } }

* {
  margin: 0;
  padding: 0;
  /* font-family: 'Open Sans', sans-serif;    duhet me fshi se esht font-family:"gotham"; */
  scroll-behavior: smooth;
  box-sizing: border-box; }

.mainContent h2 {
  position: relative;
  border-bottom: 1px solid;
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #d99477; }

.mainContent h2::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 2rem;
  background-color: #d99477;
  bottom: 0;
  left: 0; }

.mainContent h3 {
  font-size: 1.125rem;
  margin: 0.625rem 0;
  text-transform: uppercase;
  line-height: 1.875rem;
  font-weight: 600;
  color: #d99477; }

.mainContent p {
  color: #696c71;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1.875rem; }

h1 {
  position: relative;
  border-bottom: 1px solid;
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 0.875rem;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #d99477; }

.mainContent {
  padding: 0; }

p {
  color: #696c71;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1.875rem; }

.gradientContainer img {
  margin: 15px 0; }

.gradientContainer {
  height: unset; }

.published-at {
  display: flex;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase; }

.mainContent h1 {
  font-family: "Gotham-Book", sans-serif;
  /* kom shtu font family */
  border-bottom: 1px solid;
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #d99477; }

.mainContent h3 {
  font-family: Gotham-Book;
  /* kom shtu font family */
  padding-top: 1.25rem;
  color: #b06b4e;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.313rem; }

.mainContent p {
  color: #b06b4e;
  font-size: 0.875rem;
  line-height: 1.313rem; }

.mainContent a {
  color: #d99477;
  text-decoration: none; }

.mainContent a:hover {
  color: black; }

.pdf_button {
  text-decoration: none;
  width: 49px;
  aspect-ratio: 1;
  background: url(../d9978ab34d7b7f107e09.png);
  display: block; }

.articleCover {
  width: 300px;
  height: 450px; }

pre {
  display: block;
  padding: 9.5px;
  line-height: 1.42857134;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: auto;
  font-family: monospace;
  font-size: 1rem;
  margin: 2rem 0; }

@media (max-width: 479px) {
  .articleCover {
    width: 100%;
    height: auto;
    max-width: 300px; } }

.about .mainContent {
  min-height: 67vh; }

.about .mainContent h2 {
  font-family: 'Gotham-Book', sans-serif;
  border-bottom: 1px solid;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #d99477; }

.about .mainContent p {
  color: #696c71;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 30px; }

.about .mainContent .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1.5rem; }

.about .row {
  padding-bottom: 4rem; }

.about .row a {
  text-decoration: none;
  flex-basis: 29%; }

.about .row .col {
  text-align: center; }

.about .row a:hover p {
  color: black; }

.about .col p {
  color: #d99477;
  font-size: 14px; }

.about .col h3 {
  font-family: 'Gotham-Book', sans-serif;
  font-size: 18px;
  /* margin-top: 10px; */
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 600;
  color: #d99477; }

.about .col img {
  width: 200px; }

@media (max-width: 479px) {
  .about #menu .realMenu li:first-child {
    border-top: none; } }

@media (min-width: 480px) and (max-width: 767px) {
  .about #menu .realMenu li:first-child {
    border-top: none; } }

@media (min-width: 768px) and (max-width: 990px) {
  .about #menu .realMenu li:first-child {
    border-top: none; }
  .about #menu .realMenu li a {
    height: 2rem;
    line-height: 2rem; } }

.mainContent {
  display: flex;
  flex-direction: column; }

.mainContent h1 {
  margin-bottom: 0 !important; }

.mainContent h2 {
  position: relative;
  font-family: 'Gotham-Book', sans-serif;
  border-bottom: 1px solid;
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #d99477; }

.mainContent h2::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 2rem;
  background-color: #d99477;
  bottom: 0;
  left: 0; }

.mainContent h3 {
  font-size: 1.125rem;
  font-family: 'Gotham-Book', sans-serif;
  /*  E kom shtu Font-family  */
  margin: 0.625rem 0;
  text-transform: uppercase;
  line-height: 1.875rem;
  font-weight: 600;
  color: #d99477; }

.mainContent p {
  color: #696c71;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1.875rem; }

.btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px; }

.read-more-btn {
  font-size: 12px;
  line-height: 35px;
  font-weight: 600;
  border: 1px solid #b06b4e;
  text-transform: uppercase;
  padding: 0 30px;
  height: 37px; }

.section {
  padding: 1.875rem 0rem;
  border-top: 1px solid #b06b4e; }

.info p,
.info span {
  color: #696c71;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1.875rem; }

.info h2 {
  font-family: Gotham-Book;
  color: #d99477;
  font-size: 1.125rem;
  margin-top: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  line-height: 1.875rem;
  font-weight: 600; }

.info a {
  text-decoration: none;
  color: #d99477; }

.info a:hover {
  color: black; }

.mainContent h1 {
  font-family: 'Gotham-Book', sans-serif;
  color: #d99477;
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem 0rem;
  text-transform: uppercase;
  font-weight: 600; }

.pagination {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  background-image: none; }

.pagination ul {
  list-style: none;
  text-align: center; }

.pagination a {
  text-decoration: none;
  font-size: 1.125rem;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 15px;
  line-height: 2rem; }

.pager_current {
  color: #696c71;
  cursor: default;
  pointer-events: none; }

.pagination ul li a {
  color: #d99477; }

.pagination ul li a:hover,
.pagination ul li a:hover {
  color: #696c71; }

@media (max-width: 479px) {
  .btn-wrapper {
    justify-content: flex-start; }
  #menu .realMenu li:first-child {
    border-top: none; }
  .section {
    flex-direction: column; }
  .image {
    padding-bottom: 1rem; }
  .info {
    padding-left: 0; }
  .info h2 {
    font-size: 1.25rem; }
  .info p {
    overflow: scroll; }
  .mainContent h1 {
    font-size: 1.5rem; }
  /* .pagination {
            padding-bottom: 5rem;
        } */ }

@media (max-width: 479px) and (min-width: 480px) and (max-width: 767px) {
  #menu .realMenu li:first-child {
    border-top: none; } }

@media (max-width: 479px) {
  .section {
    flex-direction: column; }
  .image {
    padding-bottom: 1rem; }
  .info {
    padding-left: 0; }
  .info h2 {
    font-size: 1.25rem; }
  .info p {
    overflow: scroll; }
  .mainContent h1 {
    font-size: 1.5rem; }
  .jobsPadding {
    padding: 0 25px;
    margin: 0; }
  /* .pagination {
        padding-bottom: 6rem;
    } */ }

@media (min-width: 768px) and (max-width: 990px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  #menu .realMenu li a {
    height: 2rem;
    line-height: 2rem; }
  .section {
    flex-direction: column; }
  .info {
    padding-left: 0; }
  .image {
    padding-bottom: 1rem; }
  /* .pagination {
        padding-bottom: 5rem;
    } */ }

@media (max-width: 479px) {
  .btn-wrapper {
    justify-content: flex-start; }
  #menu .realMenu li:first-child {
    border-top: none; }
  .section {
    flex-direction: column; }
  .image {
    padding-bottom: 1rem; }
  .info {
    padding-left: 0; }
  .info h2 {
    font-size: 1.25rem; }
  .info p {
    overflow: scroll; }
  .mainContent h1 {
    font-size: 1.5rem; }
  /* .pagination {
        padding-bottom: 5rem;
    } */ }

@media (min-width: 480px) and (max-width: 767px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  .section {
    flex-direction: column; }
  .image {
    padding-bottom: 1rem; }
  .info {
    padding-left: 0; }
  .info h2 {
    font-size: 1.25rem; }
  .info p {
    overflow: scroll; }
  .mainContent h1 {
    font-size: 1.5rem; }
  .jobsPadding {
    padding: 0 25px;
    margin: 0; }
  /* .pagination {
        padding-bottom: 6rem;
    } */ }

@media (min-width: 480px) and (max-width: 767px) and (min-width: 768px) and (max-width: 990px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  #menu .realMenu li a {
    height: 2rem;
    line-height: 2rem; }
  .section {
    flex-direction: column; }
  .info {
    padding-left: 0; }
  .image {
    padding-bottom: 1rem; }
  /* .pagination {
            padding-bottom: 5rem;
        } */ }

* {
  margin: 0;
  padding: 0;
  font-family: 'Gotham-Light', 'Lato', sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box; }

/* .hide {
        display: none;
    }

    .mainContent {
        min-height: 67vh;
    } */
.hover {
  margin-top: 3rem; }

.hover div a {
  text-decoration: none; }

.hover div div {
  border-top: 1px solid #696c71;
  padding: 1.25rem 2.813rem 1.25rem 0rem;
  background-image: url(../643a5f596ae8753fda1e.png);
  background-repeat: no-repeat;
  background-position: right center; }

/* pagination added */
/* .hover div div:nth-child(20) {
        background-image: none;
    } */
.hover div a:last-child div {
  border-bottom: 1px solid #696c71; }

.pagination {
  /* padding-top: 1rem;      ------------------ e kom ndryshu -----------  */
  padding: 20px 0;
  display: flex;
  justify-content: center;
  background-image: none; }

.pagination ul {
  list-style: none;
  text-align: center; }

.pagination a {
  text-decoration: none;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #B56B4E; }

.pagination a:hover {
  color: #555; }

.list .list-items:before {
  margin-right: 3px;
  content: "\26AC";
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle; }

.list .active {
  color: black; }

.list .active:before {
  margin-right: 3px;
  content: "\2212";
  margin-left: 2px; }

.pager_current {
  color: #696c71;
  cursor: default;
  pointer-events: none; }

.pager_previous, .pager_next {
  /*e kom shtu  */
  color: #d99477; }

.pager_previous:hover,
.pager_next:hover {
  color: #696c71; }

/* .pagination ul li a {
        color: #d99477;
    }

    .pagination ul li a:hover,
    .pagination ul li a:hover {
        color: #696c71;
    }

    .hover div div:nth-child(20):hover {
        background-image: none;
        border-top: 1px solid #696c71;
    } */
/* pagination added */
.hover div div h3 {
  color: #696c71;
  font-family: Gotham-Book;
  font-size: 1rem; }

.hover div div p {
  font-size: 0.875rem;
  color: #555; }

.hover div div:hover h3 {
  text-decoration: underline;
  color: #B56B4E; }

.hover div span:not(:last-child):after {
  content: ','; }

.hover div div:hover {
  background-image: url(../6f21d2d2f3c8797e1dbf.png);
  border-top: 1px solid #B56B4E; }

.hover-content.active {
  opacity: .2; }

.author.active {
  opacity: .2; }

.buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem; }

.dropdown {
  width: 15rem; }

.dropdown .dropListShow {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B56B4E;
  cursor: pointer;
  background: url(../cac02d654cafe554ef91.png);
  background-repeat: no-repeat;
  background-size: contain; }

.dropButton {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B56B4E;
  /* transform: translateY(-10%); */
  cursor: pointer;
  background: url(../029e097c267088e159a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none; }

.dropButton span {
  transform: translateY(-40%);
  color: #d99477;
  font-size: 1.313rem; }

.dropList {
  height: 0;
  overflow: hidden;
  transition: height 0.5s; }

.dropList ul {
  padding-top: 5px;
  padding-left: 2px; }

.dropList ul li {
  color: #d99477;
  font-size: 13px; }

.dropList ul li span {
  font-family: Gotham-Book;
  text-decoration: none;
  color: inherit;
  line-height: 3px;
  letter-spacing: 0;
  margin-bottom: 2px;
  cursor: pointer;
  font-weight: 700; }

.author {
  display: flex;
  padding-top: 3rem; }

.author_img {
  height: 9.375rem;
  aspect-ratio: 1; }

.author_img img {
  width: 100%; }

.name {
  font-family: Gotham-Book;
  position: relative;
  color: #d99477;
  font-size: 1.563rem;
  font-weight: bold;
  line-height: 1.125rem;
  margin-left: 1rem;
  text-transform: uppercase; }

.name::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 4px;
  background-color: #d99477;
  left: 0;
  bottom: 0px; }

.dropList ul li .active {
  color: black; }

@media (max-width: 479px) {
  #menu .realMenu .li-active {
    background: url(../d1790c9cf5eefe760e0b.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 10px; }
  #menu .realMenu li:first-child {
    border-top: none; }
  /* .hover { 
            margin-bottom: 10rem;
        } */ }

@media (min-width: 480px) and (max-width: 767px) {
  #menu .realMenu li:first-child {
    border-top: none; } }

@media (min-width: 768px) and (max-width: 990px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  #menu .realMenu li a {
    height: 2rem;
    line-height: 2rem; }
  /* .hover {
            margin-bottom: 5rem;
        } */ }

.mainContent {
  min-height: 67vh; }

.hover {
  margin-top: 3rem; }

.hover a {
  text-decoration: none; }

.hover div:not(.author) {
  border-top: 1px solid #696c71;
  padding: 1.25rem 2.813rem 1.25rem 0rem;
  background-image: url(../643a5f596ae8753fda1e.png);
  background-repeat: no-repeat;
  background-position: right center; }

.hover div:not(.author) h3 {
  color: #696c71;
  font-family: Gotham-Book;
  font-size: 1rem; }

.hover div:not(.author) p {
  font-size: 0.875rem;
  color: #555; }

.hover div:hover h3 {
  text-decoration: underline;
  color: #B56B4E; }

.hover div:hover p {
  color: #B56B4E; }

.hover div:hover span {
  color: #B56B4E; }

.hover div:hover {
  background-image: url(../6f21d2d2f3c8797e1dbf.png);
  border-top: 1px solid #B56B4E; }

.hover a:last-child div {
  border-bottom: 1px solid #696c71; }

/* pagination added */
.pagination {
  padding: 20px 0;
  display: flex;
  justify-content: center; }

.pagination ul {
  list-style: none;
  text-align: center; }

.pagination a {
  text-decoration: none;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #B56B4E; }

.pagination a:hover {
  color: #555; }

.list .list-items:before {
  margin-right: 3px;
  content: "\26AC";
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle; }

.list .active {
  color: black; }

.list .active:before {
  margin-right: 3px;
  content: "\2212";
  margin-left: 2px; }

.pager_current {
  color: #696c71;
  cursor: default;
  pointer-events: none; }

.pager_previous,
.pager_next {
  color: #d99477; }

.pager_previous:hover,
.pager_next:hover {
  color: #696c71; }

/* pagination added */
.dropdown {
  width: 15rem; }

.dropdown .dropListHide {
  background: url(../029e097c267088e159a3.png); }

.dropButton {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B56B4E;
  cursor: pointer;
  background: url(../cac02d654cafe554ef91.png);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  text-decoration: none; }

.dropButton span {
  transform: translateY(-40%);
  color: #d99477;
  font-size: 1.313rem; }

.dropList {
  overflow: hidden;
  transition: height 0.5s; }

.dropList ul {
  padding-top: 5px;
  padding-left: 2px; }

/* .dropList ul li:first-child {
        color: black;
    } */
.dropList ul li {
  color: #d99477;
  font-size: 13px; }

.dropList ul li span {
  font-family: Gotham-Book;
  text-decoration: none;
  color: inherit;
  line-height: 3px;
  letter-spacing: 0;
  margin-bottom: 2px;
  font-weight: 700;
  cursor: pointer; }

@media (max-width: 479px) {
  #menu .realMenu li:first-child {
    border-top: none; } }

@media (min-width: 480px) and (max-width: 767px) {
  #menu .realMenu li:first-child {
    border-top: none; } }

@media (min-width: 768px) and (max-width: 990px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  #menu .realMenu li a {
    height: 2rem;
    line-height: 2rem; } }

.author {
  display: flex;
  padding-top: 3rem; }

.author_img img {
  width: 150px; }

.name {
  font-family: Gotham-Book;
  position: relative;
  color: #d99477;
  font-size: 1.563rem;
  font-weight: bold;
  line-height: 1.125rem;
  margin-left: 1rem;
  text-transform: uppercase; }

.name::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 4px;
  background-color: #d99477;
  left: 0;
  bottom: 6px; }

/* author added */
html {
  margin-top: 0 !important; }

.containerWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

.layer {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-90deg, transparent, rgba(38, 28, 24, 0.9) 100%);
  pointer-events: none; }

#overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: url(../b486fc060b78a10dd640.png) 15 15, auto;
  z-index: -1; }

/* sidepanels -- offcanvas */
.side-Panel {
  position: fixed;
  top: 0;
  width: 350px;
  height: 100%;
  overflow: hidden;
  background-color: rgba(1, 1, 1, 0.2);
  color: #fff;
  transition: left 0.4s ease;
  z-index: 999; }

.side-Panel-Wrap {
  width: 100%;
  padding: 50px 49px 50px 40px;
  height: 100%;
  overflow: auto; }

.side-Panel-Content {
  color: #feb99c;
  width: 220px;
  margin: 0; }

.side-Panel-Info {
  color: white;
  width: 220px;
  margin: 0; }

.side-Panel-Content h4, .side-Panel-Info h4 {
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
  color: inherit; }

.side-Panel-Content p, .side-Panel-Info p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: inherit; }

.side-Panel-Content p a {
  font-family: 'Gotham-Bold';
  background: transparent;
  text-decoration: none;
  color: #d99477;
  font-size: 14px;
  line-height: 1.7; }

.side-Panel-Content p a:hover {
  color: #feb99c; }

#map {
  width: 100%;
  height: 100vh; }

#map img {
  z-index: 999999;
  position: absolute; }

#menu {
  pointer-events: all; }

.contactFooter {
  display: none;
  position: relative;
  padding-bottom: 5rem; }

.contactLinks {
  position: absolute;
  width: fit-content;
  height: fit-content;
  display: none;
  flex-direction: column; }

.social {
  /* margin-bottom: 0.313rem; */
  text-align: right; }

@media (max-width: 479px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  .layer {
    background-image: none; }
  .markers {
    width: 100%;
    padding: 30px 20px 0;
    position: relative; }
  .side-Panel {
    position: relative;
    left: 0 !important;
    top: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: white;
    z-index: 999; }
  .side-Panel-Wrap {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: auto; }
  .side-Panel-Content, .side-Panel-Info {
    width: 100%; }
  /* .contactFooter{
        display: block;
        width: 100%;
        padding: 30px 20px;
        border-top: 1px solid #d99477;
        position: relative;
        font-size: 15px;
        line-height: 20px;
         background-color: #fff;
    } */
  .side-Panel-Content h4, .side-Panel-Info h4 {
    /*  u kan --(side-Panel-Content1,side-Panel1) e kum hjek 1--*/
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Gotham-Book', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #555555; }
  .side-Panel-Content p, .side-Panel-Info p {
    /*  u kan --(side-Panel-Content1,side-Panel1) e kum hjek 1--*/
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #555;
    font-family: 'Gotham-Light', 'Lato', sans-serif; }
  .side-Panel-Content p a {
    /*  u kan --(side-Panel-Content1) e kum hjek 1--*/
    font-family: 'Gotham-Light', 'Lato', sans-serif;
    background: transparent;
    text-decoration: none;
    color: #d99477;
    font-size: 15px;
    line-height: 20px; }
  .side-Panel-Content p a:hover {
    /*  u kan --(side-Panel-Content1) e kum hjek 1--*/
    color: black; }
  .contactLinks {
    display: flex;
    right: 30px;
    top: -75px;
    z-index: 999; } }

@media (min-width: 480px) and (max-width: 767px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  .layer {
    background-image: none; }
  .markers {
    width: 100%;
    padding: 30px 25px 0;
    position: relative; }
  .side-Panel {
    position: relative;
    left: 0 !important;
    top: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: white;
    z-index: 999; }
  .side-Panel-Wrap {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: auto; }
  .side-Panel-Content, .side-Panel-Info {
    width: 100%; }
  /* .contactFooter{
        display: block;
        width: 100%;
        padding: 30px 25px;
        border-top: 1px solid #d99477;
        position: relative;
        font-size: 15px;
        line-height: 20px;
         background-color: #fff;
    } */
  .side-Panel-Content h4, .side-Panel-Info h4 {
    /*  u kan --(side-Panel-Content1,side-Panel1) e kum hjek 1--*/
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Gotham-Book', sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    color: inherit; }
  .side-Panel-Content p, .side-Panel-Info p {
    /*  u kan --(side-Panel-Content1,side-Panel1) e kum hjek 1--*/
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #555;
    font-family: 'Gotham-Light', 'Lato', sans-serif; }
  .side-Panel-Content p a {
    /*  u kan --(side-Panel-Content1) e kum hjek 1--*/
    font-family: 'Gotham-Light', 'Lato', sans-serif;
    background: transparent;
    text-decoration: none;
    color: #d99477;
    font-size: 15px;
    line-height: 20px; }
  .side-Panel-Content p a:hover {
    /*  u kan --(side-Panel-Content1) e kum hjek 1--*/
    color: black; }
  .contactLinks {
    display: flex;
    right: 30px;
    top: -75px;
    z-index: 999; } }

@media (min-width: 768px) and (max-width: 990px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  .layer {
    background-image: none; }
  .markers {
    width: 100%;
    padding: 30px 30px 0;
    position: relative; }
  .side-Panel {
    position: relative;
    left: 0 !important;
    top: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: white;
    z-index: 999; }
  .side-Panel-Wrap {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: auto; }
  .side-Panel-Content, .side-Panel-Info {
    width: 100%; }
  /* .contactFooter{
        display: block;
        width: 100%;
        padding: 30px 30px;
        border-top: 1px solid #d99477;
        position: relative;
        font-size: 15px;
        line-height: 20px;
         background-color: #fff;
    } */
  .side-Panel-Content h4, .side-Panel-Info h4 {
    /*  u kan --(side-Panel-Content1,side-Panel1) e kum hjek 1--*/
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Gotham-Book', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    color: inherit; }
  .side-Panel-Content p, .side-Panel-Info p {
    /*  u kan --(side-Panel-Content1,side-Panel1) e kum hjek 1--*/
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #555;
    font-family: 'Gotham-Light', 'Lato', sans-serif; }
  .side-Panel-Content p a {
    /*  u kan --(side-Panel-Content1) e kum hjek 1--*/
    font-family: 'Gotham-Light', 'Lato', sans-serif;
    background: transparent;
    text-decoration: none;
    color: #d99477;
    font-size: 15px;
    line-height: 20px; }
  .side-Panel-Content p a:hover {
    /*  u kan --(side-Panel-Content1) e kum hjek 1--*/
    color: black; }
  .contactLinks {
    display: flex;
    right: 30px;
    bottom: 5px;
    z-index: 999; } }

.mainContent {
  display: flex;
  flex-direction: column; }

.btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px; }

.read-more-btn {
  font-size: 12px;
  line-height: 35px;
  font-weight: 600;
  border: 1px solid #b06b4e;
  text-transform: uppercase;
  padding: 0 30px;
  height: 37px; }

.section {
  display: flex;
  flex-direction: row;
  padding: 1.875rem 0rem;
  border-top: 1px solid #b06b4e; }

.section .image {
  min-width: 9.375rem;
  height: auto;
  padding-right: 30px; }

.info {
  padding-left: 1.25rem; }

.info p,
.info span {
  color: #696c71;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1.875rem; }

.info h2 {
  font-family: Gotham-Book;
  color: #d99477;
  font-size: 1.125rem;
  margin-top: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  line-height: 1.875rem;
  font-weight: 600; }

.info a {
  text-decoration: none;
  color: #d99477; }

.info a:hover {
  color: black; }

.mainContent h1 {
  font-family: 'Gotham-Book', sans-serif;
  color: #d99477;
  border-top: 1px solid #b06b4e;
  border-bottom: 1px solid #b06b4e;
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem 0rem;
  text-transform: uppercase;
  font-weight: 600; }

.pagination {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  background-image: none; }

.pagination ul {
  list-style: none;
  text-align: center; }

.pagination a {
  text-decoration: none;
  font-size: 1.125rem;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 15px;
  line-height: 2rem; }

.pager_current {
  color: #696c71;
  cursor: default;
  pointer-events: none; }

.pagination ul li a {
  color: #d99477; }

.pagination ul li a:hover,
.pagination ul li a:hover {
  color: #696c71; }

@media (max-width: 479px) {
  .btn-wrapper {
    justify-content: flex-start; }
  #menu .realMenu li:first-child {
    border-top: none; }
  .section {
    flex-direction: column; }
  .image {
    padding-bottom: 1rem; }
  .info {
    padding-left: 0; }
  .info h2 {
    font-size: 1.25rem; }
  .info p {
    overflow: scroll; }
  .mainContent h1 {
    font-size: 1.5rem; }
  /* .pagination {
        padding-bottom: 5rem;
    } */ }

@media (min-width: 480px) and (max-width: 767px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  .section {
    flex-direction: column; }
  .image {
    padding-bottom: 1rem; }
  .info {
    padding-left: 0; }
  .info h2 {
    font-size: 1.25rem; }
  .info p {
    overflow: scroll; }
  .mainContent h1 {
    font-size: 1.5rem; }
  .newsPadding {
    padding: 0 25px;
    margin: 0; }
  /* .pagination {
        padding-bottom: 6rem;
    } */ }

@media (min-width: 768px) and (max-width: 990px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  #menu .realMenu li a {
    height: 2rem;
    line-height: 2rem; }
  .section {
    flex-direction: column; }
  .info {
    padding-left: 0; }
  .image {
    padding-bottom: 1rem; }
  /* .pagination {
        padding-bottom: 5rem;
    } */ }

.col {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  align-items: center; }

.title {
  font-size: 1.875rem;
  line-height: 2rem;
  font-family: 'Gotham-Book', sans-serif;
  color: #d99477;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #d99477;
  border-top: unset !important; }

.profils_section {
  width: 100%;
  padding-left: 75px;
  padding-right: 75px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr); }

.popup {
  display: none; }

.avocat_image {
  position: relative;
  text-align: center;
  cursor: pointer; }

.open_button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../90e08ce00a53c3cbd3ae.png);
  background-size: cover; }

.overlay {
  position: absolute;
  top: 0%;
  height: 104% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center 0 !important;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  cursor: pointer; }

.avocat_name {
  color: #d99477;
  font-size: 14px;
  height: 57px;
  line-height: 18px;
  padding: 9px 15px;
  margin-bottom: 5px; }

.open img {
  width: 100%; }

.content {
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #d99477;
  margin-top: -64px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  min-height: 515px; }

.avocat_profile {
  height: fit-content;
  transition: all 0.2s ease-in; }

.content[open] {
  animation: fade-in 0.5s ease-in; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.first,
.second {
  margin-top: 2.313rem; }

.first {
  width: 60%;
  padding: 1rem; }

.first h1 {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.875rem;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
  color: #d99477;
  max-width: 234px;
  margin-left: auto; }

.links {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  align-items: flex-end; }

.links a {
  color: #d99477;
  width: fit-content;
  font-size: 14px;
  text-decoration: underline !important;
  text-transform: uppercase; }

.links a:hover {
  color: black; }

.second {
  width: 40%;
  left: 5%;
  padding: 1rem;
  text-align: left; }

.third {
  height: 390px;
  overflow: hidden;
  transition: height 0.2s; }

.third div a:hover {
  color: black; }

.third a {
  color: #d99477;
  text-decoration: none;
  line-height: 17px;
  font-size: inherit; }

.second h4 {
  font-family: Gotham-Medium;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #555; }

.second p {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  color: #696c71; }

.second div {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  color: #696c71;
  margin-bottom: 20px; }

.button {
  background: url(../0b653f952d6d60608898.png) no-repeat;
  background-position: -12px 50%;
  color: #d99477;
  cursor: pointer;
  padding-right: 0px;
  text-decoration: none;
  height: 53px;
  width: 53px; }

.button-showLess {
  background: url(../6b971f15340973f487d9.png) no-repeat;
  background-position: 0% 50%;
  background-size: 50%;
  color: #d99477;
  cursor: pointer;
  margin-bottom: 0 !important;
  padding-right: 0px;
  text-decoration: none;
  height: 53px;
  width: 53px;
  display: none; }

@media (max-width: 479px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  .content {
    flex-direction: column;
    background-position: 15% 0 !important; }
  .col {
    padding-bottom: 2rem; }
  .profils_section {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    padding-right: 0; }
  .first,
  .second {
    margin-top: 0rem; }
  .first {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #d99477;
    padding-top: 500px;
    padding-bottom: 1rem; }
  .first h1 {
    text-align: left;
    margin-left: 0; }
  .links {
    align-items: flex-start; }
  .links a {
    font-size: 17px;
    font-weight: bold; }
  .second {
    width: 100%;
    padding: 0rem;
    padding-top: 1rem; }
  .second h3 {
    font-size: 14px;
    line-height: 21px; } }

@media (min-width: 480px) and (max-width: 767px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  .content {
    flex-direction: column;
    background-position: 15% 0 !important; }
  .col {
    padding-bottom: 2rem; }
  .profils_section {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    padding-right: 0; }
  .first {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #d99477;
    padding-top: 580px;
    padding-bottom: 1rem; }
  .first,
  .second {
    margin-top: 0rem; }
  .first h1 {
    text-align: left;
    margin-left: 0; }
  .links {
    align-items: flex-start; }
  .links a {
    font-size: 17px;
    font-weight: bold; }
  .second {
    width: 100%;
    padding: 0;
    padding-top: 1rem; }
  .second h3 {
    font-size: 14px;
    line-height: 21px; } }

@media (min-width: 768px) and (max-width: 990px) {
  #menu .realMenu li:first-child {
    border-top: none; }
  .content {
    flex-direction: column; }
  .profils_section {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0;
    padding-right: 0; }
  .first {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #d99477;
    padding-top: 500px;
    padding-bottom: 1rem; }
  .first,
  .second {
    margin-top: 1rem; }
  .first h1 {
    text-align: left;
    margin-left: 0; }
  .links {
    align-items: flex-start; }
  .links a {
    font-size: 17px;
    font-weight: bold; }
  .second {
    width: 100%;
    padding: 0;
    padding-top: 1rem; }
  .second h3 {
    font-size: 14px;
    line-height: 21px; } }

@media (min-width: 991px) and (max-width: 1200px) {
  .profils_section {
    grid-template-columns: repeat(4, 1fr); } }

