/***********/
/*HOME PAGE*/
/***********/


/*========*/
/* HEADER */
/*========*/
/*# sourceMappingURL=bootstrap.min.css.map */
@charset "UTF-8";

/*===== constant value =====*/
header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*============*/
/* MAIN LOGOS */
/*============*/

/*===== constant value =====*/
.logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

/*===== variable value =====*/
.logos {
    width: 100vw;
    padding-left: 10%;
    padding-right: 10%;
}

.logos > a:nth-child(1) > svg {
    width: 59px;
}

.logos > a:nth-child(2) > svg {
    width: 59px;
}

/*.paragraph {*/
/*    font-size: 10px;*/
/*    margin-top: -8px;*/
/*    color: #666464f2;*/
/*    margin-left: -82px;*/
/*}*/

/*.eosc > svg {*/
/*    width: 61px;*/
/*    position: relative;*/
/*    right: 77px;*/
/*    top: -4px;*/
/*}*/
/*============ */
/* MAIN BANNER */

/*===== constant value =====*/
.banner {
    display: flex;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*===== variable value =====*/
.banner {
    justify-content: flex-start;
    height: 300px;
    background-image: url("../images/banner/banneri_qendror_small.jpg");
}

/*====================*/
/* MAIN TITLE SECTION */
/*====================*/

/*===== constant value =====*/
.main-title-section {
    display: flex;
    flex-direction: column;
}

.main-title-section > h1 {
    color: rgb(3, 68, 109);
    font-weight: bold;
    line-height: 1.2em;

    padding-bottom: 16px;
}

.main-title-section > p {
    color: #CF1F25;
    padding-bottom: 46px;
}

.main-title-section > a {

    display: block;
    width: max-content;
    padding: 15px 13px;
    border-radius: 5px;
    background-color: rgb(3, 68, 109);
    text-decoration: none;

    color: white;
    font-size: 0.985em;
    font-weight: bold;
}

/*===== variable value =====*/
.main-title-section {
    padding-top: 30px;
    padding-left: 10%;
}

.main-title-section > h1 {
    font-size: 1.6em;
    margin-top: 122px;
}

.main-title-section > p {
    font-size: 1.2em;
}

.main-title-section > svg {
    width: 120px;
    position: absolute;
    top: 149px;
}

/*======*/
/* MAIN */
/*======*/

/*===== constant value =====*/
.wrap-main {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

main {
    /*when the page has no content I have calculate the min-height to set the footer
      to the button of the page.*/
    min-height: 64.1vh;

    display: flex;
    flex-direction: column;
}

/*===== variable value =====*/
main {
    padding-top: 40px;
    padding-left: 8%;
    padding-right: 8%;
}


/***************/
/*NOT HOME PAGE*/
/***************/

/*===== constant value =====*/
.main-not-home {
    padding-top: 0;
}

@media screen and (max-width: 880px) {
    .main-not-home {
        width: 100%;
    }
}

/*============*/
/* PAGE TITLE */
/*============*/

/*===== constant value =====*/
.page-title {
    background-color: #f0f0f0;
    display: flex;
    justify-content: flex-start;

    margin-bottom: 30px;
    border-bottom: 1px solid #2762a7;
}

.page-title div {
    padding-top: 20px;
    padding-bottom: 10px;
}

.page-title h1 {
    font-weight: bold;
}

/*===== variable value =====*/
.page-title {
    justify-content: flex-start;
}

.page-title div {
    width: unset;
    padding-left: 10%;
    padding-right: 10%;
}

.page-title h1 {
    font-size: 20px;
}

.svg-header {
    display: flex;
    align-items: center;
}

.svg-header > a > svg {
    width: 70px;
    margin-left: 10px;
}


.svg-header > p {
    font-size: 8px;
    margin-top: -8px;
    color: #666464f2;
    margin-left: 8px;
}

.eosc > svg {
    margin-bottom: 8px;
}

/*==========================*/
/*         RESPONSIVE       */
/*==========================*/

@media (min-width: 880px) {
    /*====== MAIN LOGOS ======*/
    .logos {
        width: 880px;
        padding-left: 4%;
        padding-right: 4%;

    }

    .logos > a:nth-child(1) > svg {
        width: 186px;
    }

    .logos > a:nth-child(2) > svg {
        width: 186px;
    }

    /*====== MAIN BANNER ======*/
    .banner {
        justify-content: center;
        height: 350px;
        background-image: url("../images/banner/banneri_qendror_medium.jpg");
    }

    /*====== MAIN TITLE SECTION ======*/
    .main-title-section {
        width: 880px;
        padding-top: 48px;
        padding-left: 4%;
    }

    /*====== MAIN ======*/
    main {
        width: 880px;
        padding-top: 84px;
        padding-left: 4%;
        padding-right: 4%;
    }

    /*====== PAGE TITLE ======*/
    .page-title {
        justify-content: center;
    }

    .page-title div {
        width: 880px;
        padding-left: 4%;
        padding-right: 4%;
    }

    .page-title h1 {
        font-size: 23px;
    }
}


@media (max-width: 600px) {
    .logos {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
    }
}

@media (max-width: 700px)  {

    .logos {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
    }

  .logo-section {
    margin-top: 6px;
  }

    .language-switch {
    margin-left: auto;
        margin-top: -36px;
  }

    .svg-header {
        /*display: flex;*/
        /*align-items: center;*/
        /*margin-left: -37px;*/
        display: none;
    }

    /*.svg-header > a > svg {*/
    /*    width: 70px;*/
    /*    margin-left: 10px;*/
    /*    display: none;*/
    /*}*/

    /*.eosc > svg {*/
    /*    margin-bottom: 8px;*/
    /*    display: none;*/
    /*}*/


}


@media (min-width: 1276px) {
    /*====== MAIN LOGOS ======*/
    .logos {
         display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 20px;
          background-color: #ffffff;
          border-bottom: 1px solid #eee;
          font-family: Arial, sans-serif;
          font-size: 14px;
    }

    .logo-section {
          display: flex;
          align-items: center;
          gap: 8px;
        }

        .logo-section p {
          margin: 0;
          color: #666666;
          font-weight: 600;
        }


    .main-title-section > h1 {
        font-size: 2em;
        margin-top: 151px;
    }

    .main-title-section > svg {
        width: 150px;
        position: absolute;
        top: 150px;
    }



    /*====== MAIN BANNER ======*/
    .banner {
        height: 400px;
        background-image: url("../images/banner/banneri_qendror_medium.jpg");
    }

    .main-title-section {
        width: 1038px;
        padding-left: 0;
    }

    main {
        width: 1038px;
        padding-left: 0;
        padding-right: 0;
    }

    /*====== PAGE TITLE ======*/
    .page-title div {
        width: 1038px;
        padding-left: 0;
        padding-right: 0;
    }
}

.language-switch {
    display: flex;
    align-items: center;
}

.language-switch__link {
    text-decoration: none;
    width: 23px;
}

.language-switch__link > svg {
    width: 100%;
    height: auto;
    margin-top: 2px;
}

.language-switch__text {
    color: #CF1F25;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

/*======================================*/
/*	   MODALS STYLE*/
/*======================================*/

.modal-base {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) {
    .modal-base {
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
        background-color: rgba(0, 0, 0, 0.3);
    }
}

.modal-base.appear {
    display: flex;
}

.modal-base__container {
    width: 70%;
    height: 70%;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.modal-base__head {
    display: flex;
    justify-content: flex-end;
}

.modal-base__icon-cancel {
    display: block;
    padding: 7px;
    cursor: pointer;
}

.modal-base__icon-cancel:after {
    content: url("../images/icon/cancel.svg");
    display: block;
    width: 20px;
    height: 20px;
}

.modal-base__body {
    width: 100%;
    height: 100%;
}

.modal-base__iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .modal-base__container {
        width: 90%;
        height: 80%;
    }
}

/*======================================*/
/*	  "LIKE TABLES" STYLE WITH GRID */
/*======================================*/

.like-table {
    color: #5a5a5a;
}

.like-table__row--header,
.like-table__row--body {
    display: grid;
    grid-template-columns: 3fr 1fr 100px;
    padding: 20px 20px;
    font-size: 17px;
}

.like-table__row--header > p:last-of-type,
.like-table__row--body > p:last-of-type {
    justify-self: flex-end;
}

.like-table__row--header {
    font-weight: bold;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.like-table__row--header-mobile {
    display: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.like-table__row--body {
    border-bottom: 1px solid #ddd;
}

.like-table__row--body:nth-child(odd) {
    background-color: #eaeaea;
}
.records-table {
    border-collapse: collapse;
    width: 100%;

}

.records-table td, .records-table th {
    border: 1px solid black;
    padding: 8px;
}

.records-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    background-color: #CF1F25;
}

.records-table tr:nth-child(even) {
    background-color: #f2f2f2;;
}



@media screen and (max-width: 700px) {

    .like-table {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .like-table__row--header,
    .like-table__row--body {
        font-size: 15px;
    }

    .like-table__row--header > p:last-of-type,
    .like-table__row--body > p:last-of-type {
        justify-self: flex-start;
    }

    .like-table__row--header-mobile {
        display: block;
    }

    .like-table__row--body {
        grid-template-columns: max-content;
        row-gap: 10px;
    }

    .like-table__row--header {
        display: none;
    }

    .like-table__row--body:nth-child(odd) {
        background-color: transparent;
    }
}


/*======================================*/
/* UTILITY */
/*=======================================*/
.margin-0 {
    margin: 0 !important;
}

.margin-top-big {
    margin-top: 60px !important;
}

.margin-top-medium {
    margin-top: 40px !important;
}

.margin-bottom-small {
    margin-bottom: 20px !important;
}

.margin-bottom-big {
    margin-bottom: 60px !important;
}

@media screen and (max-width: 900px) {

    .margin-top-big {
        margin-top: 40px !important;
    }

    .margin-top-medium {
        margin-top: 25px !important;
    }
}


/*======================================*/
/* MEDIA OBJECT */
/*
In a way I'm referring to this article using grid
http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/

Naming convection:
mo -> media object
static -> img, video
dynamic -> text
nr -> 1, 2, 3, n (where the n represent the initial number of column (media objects) in the grid)
to-nr -> 1, 2, 3 (where the n represent the final number of column (media objects) in the grid)
mo-static-1-to-1

This style is also used by djangocms-picture to create a structure like this:
IMAGES TEXT TEXT
*/
/*=======================================*/

.m-link-link-link {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    column-gap: 50px;
}

@media screen and (max-width: 700px) {
    .m-link-link-link {
        display: grid;
        grid-template-columns: max-content;
    }
}

/*
mo-static-1-to-1
*/

.mo-static-1-to-1 {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
    justify-items: center;
}

.mo-static-1-to-1 > img {
    width: 80%;
    height: auto;
}

@media screen and (max-width: 600px) {
    .mo-static-1-to-1 > img {
        width: 100%;
    }
}


/*
This is different!!!
mo-title__3-items
*/

.mo-title-3-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mo-title-3-items__item {
    display: flex;
    flex-direction: column;
}

.mo-title-3-items__title {
    grid-column: 1 / span 3;
    margin-bottom: 20px;
    font-size: 25px;
}

.mo-title-3-items__item--normal img,
.mo-title-3-items__item--poster img,
.mo-title-3-items__item--logo img {
    margin-bottom: 20px;
}

.mo-title-3-items__item--poster img,
.mo-title-3-items__item--logo img {
    width: auto;
}

.mo-title-3-items__item--normal img {
    width: 100%;
    height: auto;
}

.mo-title-3-items__item--poster img {
    height: 275px;
}

.mo-title-3-items__item--logo img {
    height: 148px;
}

@media screen and (max-width: 800px) {
    .mo-title-3-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .mo-title-3-items__title {
        grid-column: 1 / span 2;
    }
}

@media screen and (max-width: 600px) {
    .mo-title-3-items {
        grid-template-columns: 1fr;
    }

    .mo-title-3-items__title {
        grid-column: unset;
    }
}

/*
This is different!!!
mo-title__2-items
*/

.mo-title-2-items {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 60px;
    row-gap: 30px;
}

.mo-title-2-items__title {
    grid-column: 1 / span 2;
    margin-bottom: 20px;
    font-size: 25px;
}

.mo-title-2-items__img {
    grid-column: 1 / span 1;
}

.mo-title-2-items__img > img {
    width: 90%;
    height: auto;
}

.mo-title-2-items__link {
    grid-column: 2 / span 1;
    align-self: center;
}

@media screen and (max-width: 800px) {
    .mo-title-2-items {
        grid-template-columns: 1fr;
    }

    .mo-title-2-items__title {
        grid-column: 1 / span 1;
    }

    .mo-title-2-items__img {
        justify-self: center;
        width: 40%;
    }

    .mo-title-2-items__img > img {
        width: 100%;
        height: auto;
    }

    .mo-title-2-items__link {
        grid-column: 1 / span 1;
        align-self: start;
    }
}

@media screen and (max-width: 600px) {
    .mo-title-2-items__img {
        justify-self: center;
        width: 60%;
    }
}


/*============*/
/* ICONS */
/*============*/
.icon-check {
  content:url("../images/icon/check-solid.svg");
    width: 14px;
    font-weight: 800;
    margin-right: 5px;
}

.m-txt-txt-img {
    display: grid;
    grid-auto-rows: min-content;
    column-gap: 100px;
    row-gap: 40px;
}

.m-txt-txt-img__text {
    grid-column: 1/span 1;
}

.m-txt-txt-img__img {
    grid-column: 2/span 1;
}
