@font-face {
    font-family: 'Akony';
    src: url("../fonts/AKONY.otf");
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/Gilroy/Gilroy-Regular_0.ttf");
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/Gilroy/Gilroy-Heavy_0.ttf");
    font-weight: 900;
}
body{
    background: url("../media/bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

main > .container {
    padding: 70px 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.navbar-collapse{
    display: flex;
    justify-content: end;
    margin-right: 30px !important;
}
#logo-1{
    position: fixed;
    z-index: 100;
    font-family: 'Akony', sans-serif;
    font-size: 52pt;
    margin: 5px 120px;
text-decoration: none;
    color: white;
}
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

header .container{
    background: white;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    padding: 0 6px;
}

.navbar{
display: flex !important;
    justify-content: flex-end !important;
    left: auto;
    width: fit-content;
    transition: all .6s ease-in-out;
}
.navbar:hover{
    right: 0;
    transition: all .6s ease-in-out;
}

.site-index{
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 20px;
}
.s-i-bl-1{
    display: flex;
    background: white;
    flex-direction: row-reverse;
    border-radius: 50px;
    min-height: auto;
    padding: 30px;
    gap: 30px;
}

.t-bl-1{
    padding: 15px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.t-bl-1 h2{
    text-align: left;
    font-size: 32pt;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    margin-bottom: 3px;
    line-height: 32pt;
}

.t-bl-1 p{
    font-size: 16pt;
    font-family: 'Gilroy', sans-serif;
}
.bl-btn{
    display: flex;
    gap: 10px;
}
label{
    font-family: 'Gilroy', sans-serif;
}
input{
    border-radius: 10px !important;

}
.my-btn{
    width: 100%;
    background: #202020;
    color: white;
    border-radius: 10px;
    height: 40px;
    font-family: 'Akony', sans-serif;
    align-self: center;
    line-height: 22pt;
}
.my-btn-rev{
    width: 100%;
    background: white;
    color: #202020;
    border-radius: 10px;
    height: 40px;
    font-family: 'Akony', sans-serif;
    align-self: center;
    line-height: 22pt;
    transition: .4s;
    border: 2px solid #ffffff;
}
.my-btn-rev:hover{
    transition: .4s;
    border: 2px solid #202020;
}
.nav-link{
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    font-size: 18pt;
    line-height: 12pt;
    margin-bottom: 4px;
}

.site-login{
    width: 500px;
    background: white;
    padding: 40px;
    gap: 10px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.site-register{
    width: 600px;
    background: white;
    padding: 40px;
    border-radius: 50px;
}
.site-register form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.descr{
    width: 60%;
    background: white;
    padding: 40px;
    border-radius: 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.descr h2{
    font-size: 32pt;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    margin-bottom: 3px;
    line-height: 32pt;
}
.descr p{
    font-size: 16pt;
    font-family: 'Gilroy', sans-serif;
}
.ycl{
    background: white;
    padding: 40px;
    border-radius: 50px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 39.7%;
}
.ycl h2{
    font-size: 32pt;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    margin-bottom: 3px;
    line-height: 32pt;
}
.s-i-bl-2{
    justify-content: space-between;
}

.divider{
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #404040;
}
.fas p{
    font-size: 16pt;
    font-family: 'Gilroy', sans-serif;
    white-space: nowrap;
}
.fas h3{
    font-size: 16pt;
    font-family: 'Gilroy', sans-serif;
    margin: 0;
    white-space: nowrap;
}
.fas{
    background: #f4f4f4;
    border-radius: 30px;
    padding: 3px 14px;
}
.request-create{
    width: 700px;
    background: white;
    padding: 40px;
    border-radius: 50px;
}
.card{
    padding: 20px;
    border: none;
    border-radius: 30px;
}
.reset{
    text-decoration: underline white; color: black; font-family: 'Gilroy', sans-serif;
    transition: all .4s;
    margin: 0;
}
.reset:hover{
    text-decoration: underline #555555;
    transition: all .4s;
}

.site-reset-password{
    width: 500px;
    background: white;
    padding: 40px;
    border-radius: 50px;
}

.site-reset-password form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#txt-1{
    background-color: white;
    padding: 14px 18px;
    font-family: 'Gilroy', sans-serif;
    border-radius: 50px;
}

.request-form form{
    margin-top: 25px;
    width: 800px;
    background: white;
    padding: 40px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}