:root {
    --backgr-prime-color: #f5f5f5;
    --text-prime-color: #3d3d3d;
    --text-sec1-color: #5d5d5d;
    --backgr-shadow1-color: #d1d9e6;
    --backgr-shadow2-color: #ffffff;
    --logo-color1: #9ba2a6;
    --logo-color2: rgba(255, 255, 255, 0.58);
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), url("../static/fonts/Montserrat/Montserrat-Medium.a98626e1aef6.ttf") format("truetype");
}

@font-face {
    font-family: 'MuseoModerno';
    src: local('MuseoModerno'), url("../static/fonts/MuseoModerno/static/MuseoModerno-Medium.59a4933fc606.ttf") format("truetype");
}

@font-face {
    font-family: 'Nexa';
    src: local('Nexa'), url("../static/fonts/Century Gothic/GOTHICBI.abd76d61050c.TTF") format("truetype");
}


body {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--backgr-prime-color);
    font-family: "Montserrat";
    justify-content: space-between;
    margin: 0;
    overflow: hidden;
    padding: 5px 30px 0 30px;
    box-sizing: border-box;
}

h1 {
    font-size: 30px;
    color: #FFA61BFF;
}

h2 {
    margin-block-start: 0;
    font-family: Nexa;
    /*font-weight: 800;*/
    /*font-style: Italic;*/
    font-size: 25px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-block-end: 0.2em;
    background-image: linear-gradient(to right, rgba(255, 168, 0, 1), rgba(243, 102, 0, 1));
    color: transparent;
    background-clip: text;
}

h3 {
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    color: var(--text-sec1-color)
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1401px;
    flex-wrap: wrap;
}

#app-name {
    display: flex;
    flex-direction: row;
    line-height: 45px;
    align-self: flex-start;
    font-family: "MuseoModerno";
    font-weight: 400;
    font-size: 45px;
    text-decoration: none;
    background-color: var(--logo-color1);
    color: transparent;
    text-shadow: 0px 2px 3px var(--logo-color2);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}



#landing-main {
    display: flex;
    flex-direction: column;

    background-color: var(--backgr-prime-color);
    /*padding: 15px 20px 0 20px;*/
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}


.landing-nav-button {
    width: fit-content;
    padding: 0 10px 0 10px;
    border-radius: 26px;
    border: solid 2px var(--text-prime-color);
    align-items: center;
    justify-content: center;
    line-height: 26px;
    font-weight: 600
}

.landing-nav-button a {
    text-decoration: none;
    color: var(--text-prime-color);
}

#get-started-button {
    display: flex;
    margin: 15px 20px 0 auto;
    height: 30px;
}

#slogan {
    color: #8a8a8a;
    font-size: 25px;
    margin: 25px 0 10px 0;
    max-width: 80%;
    margin-block-start: 0;
    margin-block-end: 0;
}

#slogan * {
    margin-block-start: 0;
    margin-block-end: 0;
}

#theses-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1401px;
    overflow: auto;
    &::-webkit-scrollbar-thumb:hover {
        background: #a4a4a4 !important;
    }

    &::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        margin-top: 7px;
        margin-bottom: 7px;
    }

    &::-webkit-scrollbar {
        width: 6px;
        background-color: rgba(241, 241, 241, 0);
    }

    &::-webkit-scrollbar-thumb {
        background-color: rgb(164, 164, 164);
        border-radius: 3px;
        border-right: 10px;
        background-clip: padding-box;
    }
}

#theses {
    display: flex;
    flex-direction: row;
    max-width: 1401px;
    gap: 20px;
}

.thesis {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
}

.void {
    display: none;
    height: 100px;
}


.theses-title {
    width: 80%;
    align-self: center;
    height: clamp(
            48px,
            /*calc(100px + (48 - 100) * ((100vw - 1200px) / (1900 - 1200))),*/
            calc(110px - 1vw ),
            105px
    );
}

.these-descr {
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.these-descr p {
    margin-top: 0;
}


.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin-top: 20px;
}

.theses-img {
    display: flex;
    width: 60%;
    height: auto;
    object-fit: cover;
    border-radius: 35px;
}

.area--pressed {
    border-radius: 13px;
    border: 0;
    background: var(--backgr-prime-color);
    box-shadow: inset 2px 2px 3px var(--backgr-shadow1-color), inset -2px -2px 3px var(--backgr-shadow2-color);
}


.area--convex {
    /*min-height: 26px;*/
    border-radius: 13px;
    background: var(--backgr-prime-color);
    box-shadow: 4px 4px 3px var(--backgr-shadow1-color), -4px -4px 3px var(--backgr-shadow2-color);
    margin: 6px 0 6px 0;
}

@media (max-width: 1200px) {
    body {
        padding: 5px 5px 0 5px;
    }

    #theses {
        flex-direction: column;
    }

    .theses-title {
        width: 90%;
        height: auto;
    }

    .void {
        display: flex;
    }
}

@media (min-width: 1460px) {
    .theses-title {
        height: 100px;
    }
}

