@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:wght@100;300;400;700;900&display=swap');
@font-face {
    font-family: Paragmatica;
    src: url(/assets/font/PragmaticaRegular.woff2);
}
@font-face {
    font-family: PragmaticaExtraBold;
    src: url(/assets/font/PragmaticaExtraBold.woff2);
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
}

a {
    text-decoration: none;
}
body {
    color: #242424;
    min-height: 100vh;
    font-family: Paragmatica, sans-serif;
    background-color: #e0e0e0;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
}

/* Slider Zone */
.sliderSection {
    display: flex;
    flex-direction: column;
    gap: 12px; 
    width: 100%;
    padding: 24px 10%;
}
.slider {
    display: flex;
    flex-direction: row;
    gap: 0px;
    width: 100%;
    height: 460px;
    background: linear-gradient(40deg, #484848 40%, #616161 100%);
    overflow: hidden;
    transition: .33s;
}
.slide {
    padding: 16px 24px;
    min-width: 100%;
    height: 460px;
    color: #fff;
    font-size: 92px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .33s ease-in-out;
    background-size: cover;
    background-position: center;
}
.slideInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.slideType {
    font-size: 20px;
    font-weight: 400;
    color: #ebbd57;
}
.slideType i {
    font-size: 17px;
}
.slideDate {
    margin-left: 12px;
    font-size: 16px;
    color: #cacaca;
}
.slideName {
    cursor: pointer;
    font-size: 42px;
    color: #ffffff;
    font-weight: 600;
    transition: .27s;
}
.slideName:hover {
    color: #ebbd57;
}

.sliderControl {
    padding: 0px 12px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sliderControls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sliderButton {
    cursor: pointer;
    background-color: #fff;
    border-radius: 36px;
    width: 36px;
    height: 36px;
    box-shadow: 0px 0px 12px #00000012;
    font-size: 26px;
}
.sliderButton i {
    padding-top: 5px;
}
.slidesList {
    margin-top: 6px;
    height: 5px;
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.slideSelect {
    cursor: pointer;
    width: 42px;
    height: 4px;
    background-color: #a1a1a1;
    border-radius: 4px;
    transition: .24s;
}
.slideSelect.active {
    background-color: #ebbd57;
}


@media screen and (max-width:1525px) {
    .sliderSection {
        padding: 24px 30px;
    }
}
@media screen and (max-width:1475px) {

}
@media screen and (max-width:992px) {
    .sliderSection {
        padding: 24px 20px;
    }
    .slideType {
        font-size: 17px;
    }
    .slideType i {
        font-size: 14px;
    }
    .slideName {
        font-size: 28px;
    }
}
@media screen and (max-width:765px) {
    .slider {
        height: 360px;
    }
    .slide {
        height: 360px;
    }
}


/* Last News */
.lastnewsSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 10%;
}
.sectionNaming {
    border-left: 4px solid #ebbd57;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    padding: 8px 20px;
    background-color: #fff;
}
.newsLine {
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px; 
    width: 100%;
    min-height: 240px;
    padding: 12px 24px;
    background-color: #fff;
}
.newCard {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 240px;
    max-width: 240px;
    height: 300px;
    background-color: transparent;
}
.newBanner {
    width: 100%;
    min-height: 135px;
    background-color: #292929;
}
.newText {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.newTitle {
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newTitle a {
    color: #252525;
    transition: .24s;
    font-size: 16px;
    font-weight: 600;
    transition: .24s;
}
.newTitle a:hover {
    color: #bb8c26;
}
.newDesc {
    cursor: default;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    min-height: 108px;
    font-size: 14px;
    color: #242424;
    font-weight: 400;
}


@media screen and (max-width:1525px) {
    .lastnewsSection {
        padding: 24px 30px;
    }
}
@media screen and (max-width:1475px) {

}
@media screen and (max-width:992px) {
    .lastnewsSection {
        padding: 24px 20px;
    }
}
@media screen and (max-width:765px) {
}


/* Documents List */
.documentsSection {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 10%;
}
.documentsLine {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-height: 240px;
    background-color: #fff;
    max-height: 199px;
}
.readMore {
    cursor: pointer;
    width: 100%;
    padding: 12px 24px;
    background-color: #f3f3f3;
    align-items: center;
    text-align: center;
    font-size: 20px;
    transition: .24s;
    color: #242424;
}
.documentItem {
    width: 100%;
    padding: 12px 24px;
    color: #474747;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #cacaca;
    align-items: center;
}
.documentName {
    font-size: 17px;
}
.documentInfo {
    color: #787878;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.documentInfo i {
    color: #474747;
    font-size: 20px;
}


@media screen and (max-width:1525px) {
    .documentsSection {
        padding: 24px 30px;
    }
}
@media screen and (max-width:1475px) {

}
@media screen and (max-width:992px) {
    .documentsSection {
        padding: 24px 20px;
    }
}
@media screen and (max-width:765px) {
    .documentName {
        font-size: 14px;
    }
    .documentInfo {
        font-size: 13px;
        gap: 4px;
    }
    .documentInfo i {
        font-size: 18px;
    }
}


/* About Us */
.aboutSection {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 42px 10% 56px;
    background-color: #ffffff;
}
.aboutTitle {
    font-size: 56px;
    font-weight: 600;
}
.aboutDescription {
    font-size: 18px;
}
.aboutSplitBlock {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.descriptionPart {
    width: calc(46% - 12px);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.functionsPart {
    width: calc(48% - 12px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}


@media screen and (max-width:1525px) {
    .aboutSection {
        padding: 24px 30px;
    }
}
@media screen and (max-width:1475px) {

}
@media screen and (max-width:992px) {
    .aboutSection {
        padding: 24px 20px;
    }
    .aboutTitle {
        font-size: 42px;
    }
    .aboutSplitBlock {
        flex-direction: column;
        gap: 24px;
    }
    .aboutTitle {
        align-items: center;
        text-align: center;
    }
    .descriptionPart {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .functionsPart {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
}
@media screen and (max-width:765px) {
    .descriptionPart {
        width: 100%;
    }
    .functionsPart {
        width: 100%;
    }
}