/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap"); */

@import url("../font/stylesheet.css");

:root {
    --color1: #062e2c;
    --color2: #365f1b;
    --color3: #feda24;

    /* --font-family: "Manrope semibold", sans-serif; */
    --font-family: "Gilroy", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

body {
    /* --bs-body-bg: #fff; */
    /* --bs-body-bg: green; */
    font-family: var(--font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

h1 {
    font-size: 48px;
    line-height: 56px;
}
@media (max-width: 1400px) {
    h1 {
        font-size: 45px;
        line-height: 54px;
    }
}
@media (max-width: 1200px) {
    h1 {
        font-size: 42px;
        line-height: 50px;
    }
}
@media (max-width: 1023px) {
    h1 {
        font-size: 35px;
        line-height: 42px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 26px;
        line-height: 28px;
    }
}
@media (max-width: 370px) {
    h1 {
        font-size: 24px;
        line-height: 26px;
    }
}

h2 {
    font-size: 38px;
    line-height: 48px;
}
@media (max-width: 1400px) {
    h2 {
        font-size: 36px;
        line-height: 45px;
    }
}
@media (max-width: 1200px) {
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media (max-width: 1023px) {
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 26px;
    }
}
@media (max-width: 370px) {
    h2 {
        font-size: 22px;
        line-height: 24px;
    }
}

h3 {
    font-size: 32px;
    line-height: 38px;
    font-family: "Gilroy";
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1400px) {
    h3 {
        font-size: 30px;
    }
}
@media (max-width: 1200px) {
    h3 {
        font-size: 28px;
        line-height: 34px;
    }
}
@media (max-width: 1023px) {
    h3 {
        font-size: 26px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 24px;
        line-height: 26px;
    }
}
@media (max-width: 370px) {
    h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

h4 {
    font-size: 24px;
    line-height: 26px;
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1200px) {
    h4 {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width: 1023px) {
    h4 {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 370px) {
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

h5 {
    font-size: 17px;
    line-height: 20.28px;
}

/*  */

main {
    margin-top: 15px;
}

/* HEADER */
header {
    background: var(--color1);
    height: 110px;
}

header a {
    color: #fff;
}

header a:hover {
    color: #9f9f9f;
}

header .black-line {
    background: #000;
    height: 40px;
}

header .social {
    display: flex;
    height: 45px;
    font-size: 20px;
    align-items: center;
    justify-content: right;
    padding: 5px 0;
}

header .social a {
    padding-right: 15px;
    text-decoration: none;
    color: #fff;
}

header .social a:hover {
    color: #9f9f9f;
}

header .header {
    height: 70px;
}

header .header-brand {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

header .header-brand-text {
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    padding-top: 5px;
}

header .partners {
    height: 40px;
}

@media only screen and (max-width: 400px) {
    header .partners {
        height: 25px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 500px) {
    header .partners {
        height: 35px;
    }
}

.bg-white {
    background: #fff;
}

@media only screen and (max-width: 670px) {
    header .partners img {
        height: 40px;
        padding-top: 5px;
    }
}

/* HEADER */

/* NAVBAR */

a#navbarDropdownMenuLink.nav-link.dropdown-toggle {
    color: #fff;
    font-size: 24px;
}

.navbar {
    /* background-color:#f8c300; */
    background-color: #365f1b;
}

.navbar-toggler {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    color: var(--bs-navbar-color);
    background-color: transparent;
}

nav.navbar {
    --bs-navbar-padding-y: 0;
    --bs-navbar-padding-x: 0;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar-dark .navbar-nav .nav-link {
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 1.25em;
    height: 48px;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
    color: rgb(255 255 255);
    display: block;
    margin: 0;
    font-size: 22px;
}

.navbar .nav-item:hover .nav-link {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.dropdown-menu .dropdown-item {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    padding: 0.55rem 1.5rem;
}

.dropdown-item:hover {
    background-color: #365f1b;
    color: #ffffffbf;
}

ul.dropdown-menu.show {
    background-color: #062e2c;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 2em;
}

.dropdown .dropdown-menu {
    display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    background-color: #365f1b;
    color: #000;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#navbarCollapse.collapse.navbar-collapse {
    padding-left: 20px;
}

a#navbarDropdownMenuLink.nav-link.dropdown-toggle:hover {
    color: #ffffffbf;
}
@media only screen and (max-width: 1400px) {
    /* .navbar{
        background-color:#f8c300;
    } */
    #navbarCollapse.collapse.navbar-collapse {
        padding-left: 10px;
    }

    #navbarCollapse.navbar.navbar-expand-xl.navbar-dark {
        font-size: 14px;
    }
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .dropend .dropdown-toggle {
        margin-left: 1.5em;
    }
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    justify-content: end;
}

@media only screen and (max-width: 992px) {
    .dropdown .dropdown-menu .dropdown-item {
        font-size: 20px;
        padding: 0.55rem 1.5rem;
    }

    .dropdown .dropdown-menu a#navbarDropdownMenuLink.nav-link.dropdown-toggle {
        font-size: 20px;
        padding: 0.55rem 1.5rem;
    }

    #offcanvasDarkNavbar
        > div.offcanvas-body.my-2
        > ul
        > li
        > ul
        > li
        ul.dropdown-menu
        > li
        > a {
        font-size: 16px;
        padding: 0.55rem 1.5rem;
    }
}

/* END NAVBAR */

/* TOP NEWS */

.top_news {
    padding: 0;
    margin: 0;
    position: relative;
}

.top_news:hover img {
    transform: scale(1.1);
    transition: transform 0.55s;
    border-radius: var(--bs-border-radius) !important;
    overflow: hidden;
}

.top_news .item_photo {
    position: relative;
    height: 100%;
    max-width: 850px;
    overflow: hidden;
    border-radius: var(--bs-border-radius) !important;
}

.top_news .item_photo:after {
    content: "";
    border-radius: var(--bs-border-radius) !important;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        0deg,
        rgb(1, 51, 30) 10%,
        rgba(255, 255, 255, 0) 100%
    );
}
.top_news .header {
    position: absolute;
    padding: 15px;
    bottom: 0;
    color: #fff;
    width: 100%;
    overflow: hidden;
}

.top_news .header .title {
    font-size: clamp(1.375rem, 1.0241rem + 1.6043vw, 2.125rem);
    line-height: 1.16667em;
    font-weight: 600;
}

@media only screen and (max-width: 560px) {
    .top_news .header .title {
        font-size: 20px;
    }
}
.top_news .header .date {
    font-size: 14px;
    color: #fff;
}

/* END TOP NEWS */

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

/* MENU GROUP */

.group-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 100px;
    text-align: center;
    font-size: 24px;
}

.group-menu .title {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #365f1b;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    justify-content: center !important;
    font-weight: 600;
}

.group-menu.active {
    background-color: #365f1b;
}

.group-menu.active .title {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #feda24;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    justify-content: center !important;
}

.group-menu a {
    text-decoration: none;
}

.group-menu :hover {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #365f1b;
    color: #feda24;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    justify-content: center !important;
}
.group-menu .a {
    color: red;
}

.articles a {
    text-decoration: none !important;
    display: block;
    margin-bottom: 0;
    color: #555;
}

.articles .badge {
    font-size: 0.7em;
    padding: 5px 10px;
    line-height: 1;
    margin-left: 10px;
}

.articles .item {
    padding: 20px;
}

.articles .item:nth-of-type(even) {
    background: #fafafa;
}

.articles .item .image {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 15px;
}

.articles .item img {
    padding: 3px;
    border: 1px solid #28a745;
}

.articles .item h3 {
    color: #555;
    font-weight: 400;
    margin-bottom: 0;
}

.articles .item small {
    color: #aaa;
    font-size: 0.75em;
}

/* sub_menu */

.menu ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu a {
    text-decoration: none;
    color: inherit;
}

.menu ol {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    padding-left: 0;
    margin-left: 0;
}
@media (max-width: 1200px) {
    .menu ol {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 1050px) {
    .menu ol {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    .menu {
        width: 100%;
    }
    .menu ol {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .menu ol {
        grid-template-columns: repeat(3, 1fr);
    }

    .menu ol li a span {
        font-size: 14px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 560px) {
    .menu ol {
        grid-template-columns: repeat(3, 1fr);
    }
}
.menu ol li {
    position: relative;
}
.menu ol li a {
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
    background: #2a98e9;
    color: #fff;
    position: relative;
    z-index: 100;
    overflow: hidden;
    transition: background-color 100ms ease, box-shadow 150ms ease;
    transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 3.25);
    font-size: 18px;
    font-weight: 700;
}
.menu ol li a img {
    display: block;
    font-size: 100px;
    transform: translateY(20px);
    transition: transform 400ms ease;
    transition: 0.4s cubic-bezier(0.94, 1.6, 0.5, 1);
}
.menu ol li a span {
    display: block;
    margin-top: 0.2em;
    transition: transform 300ms ease, opacity 150ms ease;
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    transform: translateY(70px);
    opacity: 0;
}
.menu ol li a.home {
    background: #365f1b;
}
.menu ol li a.about {
    background: #0a332b;
}

.menu ol li a.contact {
    background: #0a332b;
}
.menu ol li a.widgets::before,
.menu ol li a.kabobs::before {
    content: "";
    display: block;
    width: 0px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #9fdfff;
    transition: transform 700ms ease, opacity 900ms ease;
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    position: absolute;
    bottom: 0;
}
@media (max-width: 991px) {
    .menu ol li a.widgets::before,
    .menu ol li a.kabobs::before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #9fdfff;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
.menu ol li a:hover {
    background: #000;
}

.menu ol li a:hover span,
.menu ol li a:hover img {
    transform: translateY(0);
    opacity: 1;
    background: linear-gradient(45deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5px;
    text-align: center;
    line-height: 23px;
    text-decoration: none;
}

.menu ol li a:hover img {
    /* filter: invert(13%) sepia(21%) saturate(2235%) hue-rotate(132deg)
        brightness(92%) contrast(95%); */
    width: 55px;
}
@media (max-width: 991px) {
    .menu ol li a:hover::before {
        border-top-width: 450px;
        border-bottom-width: 450px;
        border-right-width: 450px;
        opacity: 0;
    }
}
@media (min-width: 992px) {
    .menu ol li a:hover::before {
        border-left-width: 450px;
        border-right-width: 450px;
        border-bottom-width: 450px;
        opacity: 0;
    }
}
.menu ol li .sub-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 120%;
    transform: translateY(-300px);
    transition: transform 150ms ease;
    transition: 0.2s cubic-bezier(0.94, 1.6, 0.5, 1);
}
@media (max-width: 991px) {
    .menu ol li .sub-menu {
        transform: translate(-20%, -234px);
    }
}
.menu ol li .sub-menu .menu-item a {
    background: #9fdfff;
    font-size: 16px;
    font-weight: 500;
    height: 90px;
    align-items: flex-start;
    padding-left: 1.4em;
    transition: all 110ms ease;
    transition: 0.2s cubic-bezier(0.57, 0.21, 0.69, 3.25);
}
@media (max-width: 991px) {
    .menu ol li .sub-menu .menu-item a {
        border: 7px solid transparent;
        border-left: 0;
        border-bottom: 0;
    }
}
@media (min-width: 992px) {
    .menu ol li .sub-menu .menu-item a {
        border: 7px solid transparent;
        border-top: 0;
        border-right: 0;
    }
}
.menu ol li .sub-menu .menu-item a span {
    transform: translateY(0);
    opacity: 1;
}
.menu ol li .sub-menu .menu-item a.item--b {
    background: #aee4ff;
}
.menu ol li .sub-menu .menu-item a.item--c {
    background: #c3ebff;
}
.menu ol li .sub-menu .menu-item a:hover {
    background: #fff;
    padding-left: 1.8em;
    box-shadow: inset 4px -4px 0 4px #9fdfff;
    border-color: #f1f1f1;
}
@media (max-width: 991px) {
    .menu ol li .sub-menu .menu-item a:hover {
        box-shadow: inset -4px 4px 0 4px #9fdfff;
    }
}
.menu ol li .sub-menu .menu-item a:hover span {
    color: #1a8fe7;
    background: linear-gradient(45deg, #9fdfff, #1a8fe7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.menu ol li:hover .sub-menu {
    transform: translateY(0);
    z-index: 99;
}
@media (max-width: 991px) {
    .menu ol li:hover .sub-menu {
        transform: translate(256px, -234px);
    }
}

/* slick */

.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
    z-index: 3;
}
.slick-next-top,
.slick-prev-top {
    margin-left: auto;
    margin-right: auto;
}
.slick-prev-top,
.slick-next-top,
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 1px;
    background-color: #1a60a5;
    border-radius: 50%;
}

.slick-next:before,
.slick-next-top:before {
    content: ">";
}
.slick-prev:before,
.slick-prev-top:before {
    content: "<";
}
.slick-prev-top:before,
.slick-next-top:before,
.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    line-height: 26px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 5px;
}

.slick-prev-top,
.slick-next-top {
    position: relative;
    display: block;
    text-align: center;
    align-items: center;
    background-color: #365f1b;
}

.slick-prev-top:hover::before,
.slick-next-top:hover::before,
.slick-prev:hover::before,
.slick-next:hover::before {
    color: #000;
}

/* end slick */

/* card-player */

.card-player {
    padding-bottom: 30px;
}

/* end card-player */

@media only screen and (max-width: 992px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

.referees th,
td {
    text-align: center;
    vertical-align: middle;
}
.archive-list .title a {
    font-size: 18px;
}
.archive-list .title a {
    text-decoration: none;
    color: #000;
}

.archive-list .title a:hover {
    color: #365f1b;
    text-decoration: underline;
}

.cke_notifications_area {
    display: none;
}

/* Tournament page */

.tournament-table a {
    text-decoration: none;
    color: #000;
}

.tournament-table a:hover {
    color: #365f1b;
}

.tournament-page {
    background: #f9f9f9; /* Світло-сірий фон для кращого контрасту */
    border-radius: 10px; /* Заокруглені кути контейнера */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Легка тінь для об'єму */
}

.tournament-page h1.tournament-title {
    font-weight: 700;
    font-size: 32px;
    color: var(--color2);
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tournament-table thead tr th {
    background-color: var(--color2);
    color: #fff;
}
.tournament-table .team-name {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: start;
    font-size: 18px;
    width: 100%;
}
.tournament-table .team-name span {
    font-size: 14px;
    margin-left: 2px;
    text-align: left;
}

/* calendar */

.tournament-game .tour {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.tournament-game a {
    text-decoration: none;
    color: #000;
}

.tournament-game .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tournament-game a:hover {
    color: #365f1b;
}

.tournament-game .team-name {
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
}

.tournament-game .time {
    font-size: 30px;
    font-weight: 600;
    margin-top: -20px;
}

.tournament-game .score {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    font-weight: 600;
    height: 100%;
    align-items: center;
}

@media only screen and (max-width: 720px) {
    .tournament-page h1.tournament-title {
        font-size: 22px;
    }

    .tournament-table .team-name {
        font-size: 14px;
    }
    .tournament-table .team-name span {
        font-size: 12px;
    }
    .tournament-table th {
        font-size: 14px;
    }
    .tournament-table td {
        font-size: 14px;
    }
}

/* Tournament page */

/* news */
.article-card {
    /* position: relative; */
}

.article-card h1.article-card-header__title {
    color: #365f1b;
    font-weight: 600;
    line-height: 40px;
    font-size: clamp(1.375rem, 1.0241rem + 1.6043vw, 2.125rem);
    margin-top: 35px;
    margin-bottom: 15px;
}

.show-news-description {
    font-size: clamp(1rem, 0.883rem + 0.5348vw, 1.25rem);
    margin-top: 14px;
}
.show-news-description img {
    max-width: 100% !important;
    height: auto !important;
}

.show-news-description table {
    display: table;
    max-width: 100% !important;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}

aside h2.title {
    font-size: clamp(1.5rem, 1.383rem + 0.5348vw, 1.75rem);
    color: #365f1b;
    font-weight: 700;
}

/* news card */

.news-card {
    padding: 0;
    margin: 0;
    position: relative;
}

.news-card:hover img {
    transform: scale(1.1);
    transition: transform 0.55s;
}

.news-card .item_photo {
    position: relative;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: var(--bs-border-radius) !important;
}

.news-card .item_photo:after {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: var(--bs-border-radius) !important;
    background: linear-gradient(
        0deg,
        rgb(1, 51, 30) 10%,
        rgba(255, 255, 255, 0) 100%
    );
}
.news-card .header {
    position: absolute;
    padding: 15px;
    bottom: 0;
    color: #fff;
    width: 100%;
}

.news-card .header .title {
    font-size: 18px;
    line-height: 1.16667em;
    font-weight: 600;
}

.news-card .header .date {
    font-size: 11px;
    color: #fff;
}
/* news */

/* home */

.home-lost-news {
    margin-top: 10px;
}

h2.title {
    color: var(--color2);
    font-weight: 700;
    padding: 10px 0 20px 0;
    font-weight: 700;
}

h1.title {
    color: var(--color2);
    font-weight: 700;
    padding: 10px 0 20px 0;
    font-weight: 700;
}

/* home */

/* section-page */

.section-page {
    background: #fff;
    width: 100%;
}

.section-header {
    color: var(--color2);
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #7d7a7a1c;
    margin-bottom: 30px;
    font-size: 32px;
}

/* section-page */

/* PAGE MANEGMENT */

.card-preseden {
    width: 100%;
    height: 650px;
    background-color: #365f1b;
    border-radius: 10px;
}

.card-preseden .photo-preseden {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.card-preseden .photo-preseden img {
    /* max-height: 550px; */
    max-width: 430px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.card-preseden .card-preseden-body {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    height: 650px;
}

.card-preseden .card-preseden-body .logo {
    max-width: 130px;
    width: 100%;
    height: auto;
}

.card-preseden .card-preseden-body .position {
    text-align: center;
    color: yellow;
    font-size: 36px;
    font-weight: 500;
}

.card-preseden .card-preseden-body .name {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.sub-manager {
    margin-left: 0;
}

@media only screen and (max-width: 1400px) {
    .card-preseden {
        height: 600px;
    }

    .card-preseden .card-preseden-body {
        height: 600px;
    }
}

@media only screen and (max-width: 1200px) {
    .card-preseden .card-preseden-body {
        height: 500px;
    }

    .card-preseden img {
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .card-preseden {
        height: 380px;
    }

    .card-preseden .card-preseden-body {
        height: 380px;
    }

    .card-preseden .card-preseden-body .logo {
        max-width: 100px;
    }

    .card-preseden .card-preseden-body .position {
        font-size: 28px;
    }

    .card-preseden .card-preseden-body .name {
        font-size: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .card-preseden {
        height: 650px;
    }

    .card-preseden .card-preseden-body {
        height: 80px;
    }

    .card-preseden .card-preseden-body .position {
        font-size: 24px;
    }

    .card-preseden .card-preseden-body .name {
        font-size: 28px;
    }

    .sub-manager {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media only screen and (max-width: 560px) {
    .card-preseden {
        height: 700px;
        overflow: hidden;
    }
    .card-preseden .card-preseden-body {
        height: 100px;
    }

    .card-preseden .photo-preseden {
        margin-top: 0;
    }

    .card-preseden .photo-preseden img {
        top: 0;
        margin: 0;
        padding: 0;
        border-radius: 0;
        overflow: hidden;
    }
}

/* PAGE MANEGMENT */

.article-card-meta {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin: 10px 0;
}
.article-card-meta__date {
    padding-left: 10px;
    font-size: 16px;
    color: #555;
}
.article-card-meta__author-name {
    font-size: 16px;
    color: #555;
}

/* pagination */
.active > .page-link,
.page-link.active {
    background-color: var(--color2);
    font-weight: 600;
}

.page-link {
    color: var(--color2);
    font-size: 18px;
    font-weight: 400;
}
/* pagination */
