* {
    text-decoration: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    letter-spacing: .8px;
}

::selection {
  background: black;
  color: white;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2.625rem;
    line-height: 57px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
}

h2 {
    font-family: "Poppins", sans-serif;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

h5 {
    color: #bf3f8a;
    font-size: 1.125rem;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
}

p {
    color: #000;
    line-height: 29px;
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: .8px;
    font-size: 0.875rem;
}

.contact {
    font-size: 0.813rem;
    font-family: "Poppins", sans-serif;
    padding: 0 20px;
    background: #bf3f8a;
    color: #fff;
    letter-spacing: .8px;
    height: 44px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.4s ease, background 0.4s ease;
    text-transform: uppercase;
    cursor: pointer;
}

.contact:hover {
    background: #fff;
    color: #bf3f8a;
    transition: color 0.4s ease, background 0.4s ease;
}

.link-bar {
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
    letter-spacing: .8px;
    font-size: 0.813rem;
    width: fit-content;
    margin-top: 20px;
}

.link-bar span {
    background: #000;
    height: 2px;
    margin-right: 20px;
    transition: width 0.3s ease;
    width: 25px;
}

.link-bar:hover {
    color: #bf3f8a;
}

.link-bar:hover span {
    transition: width 0.3s ease;
    width: 40px;
    background: #bf3f8a;
}

.lepsi-line {
    height: 1px;
    width: 150px;
    background: #bf3f8a;
    margin: 10px 0;
}

html {
    scroll-behavior: smooth;
}

section {
    width: 100%;
    height: fit-content;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.header {
    position: fixed;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 112px;
    padding: 0 32px;
    background: none;
    transition: background 0.4s ease;
}

.header label {
    display: none;
    font-size: 2rem;
    padding: 10px;
}

.header input {
    display: none;
    position: absolute;
}

.header nav {
    display: flex;
    gap: 50px;
}

.header nav a {
    font-size: 0.813rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    letter-spacing: .8px;
    font-family: "Poppins", sans-serif;
}

.header nav a:hover {
    color: #bf3f8a;
}

.scrolled-header {
  background: #fff;
  transition: background 0.4s ease;
}

.sect_1 {
    height: 100vh;
    background: #ffffffcc;
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.sect_1 h1 {
    width: 46%;
    text-align: center;
}

.sect_8 {
    flex-direction: row;
    background: #262728;
    gap: 50px;
}

.sect_8 h4 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
}

.sect_8 .contact {
    font-size: 0.813rem;
    padding: 0 20px;
}

.sect_9 {
    flex-direction: row;
    background: #ffffff;
    gap: 50px;
}

.sect_9 > div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    width: 44%;
    gap: 20px;
}

.sect_9 div:nth-of-type(1) p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.sect_9 div:nth-of-type(1) form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.sect_9 div:nth-of-type(1) form button {
    border: none;
    transition: none;
}

.sect_9 div:nth-of-type(1) form button:hover {
    background: #bf3f8a;
    color: #fff;
}

.sect_9 div:nth-of-type(1) form div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    gap: 50px;
}

.sect_9 div:nth-of-type(1) form div input {
    width: 50%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #262728;
    font-family: "Didact Gothic", sans-serif;
    outline: none;
    padding: 5px;
}

.sect_9 div:nth-of-type(1) form textarea {
    width: 100%;
    height: 250px;
    border: none;
    border-bottom: 1px solid #262728;
    font-family: "Didact Gothic", sans-serif;
    outline: none;
    padding: 5px;
}

.sect_9 div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 80px;
}

.sect_9 div:nth-of-type(2) div {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.sect_9 div:nth-of-type(2) div i {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    width: 30px;
}

.sect_9 div:nth-of-type(2) div div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sect_9 div:nth-of-type(2) div div h1 {
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
    color: #bf3f8a;
}

.sect_9 div:nth-of-type(2) div div p {
    font-size: 1rem;
    font-weight: 100;
    border-bottom: 0;
    line-height: normal;
    margin: 0;
}

.sect_9 div:nth-of-type(2) div div p:nth-of-type(1) {
    font-size: 1rem;
    font-weight: 800;
}

.sect_9 div:nth-of-type(2) div div a {
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    line-height: normal;
    font-family: "Didact Gothic", sans-serif;
}

.sect_10 {
    flex-direction: row;
    background: #F2F3F8;
    padding: 70px 140px;
    gap: 100px;
}

.sect_10 > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 350px;
    gap: 20px;
}

.sect_10 > div p {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 25px;
}

.sect_10 > div > p:nth-of-type(1) {
    text-transform: uppercase;
}

.sect_10 > div:nth-of-type(1) img {
    height: 90px;
    width: auto;
}

.sect_10 > div:nth-of-type(2) div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.sect_10 > div:nth-of-type(2) div i {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #202020;
    border-radius: 50%;
    width: 40px;
    aspect-ratio: 1/1;
    font-size: 1rem;
    transition: background 0.4s ease;
}

.sect_10 > div:nth-of-type(2) div i:nth-of-type(3) {
    font-size: 1.125rem;
}

.sect_10 > div:nth-of-type(2) div i:hover {
    background: #bf3f8a;
    transition: background 0.4s ease;
}

.sect_10 > div:nth-of-type(3) {
    display: flex;
    flex-direction: column;
}

.sect_10 > div:nth-of-type(3) div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sect_10 > div:nth-of-type(3) div div {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.sect_10 > div:nth-of-type(3) div div i {
    display: flex;
    justify-content: center;
    padding-top: 8px;
    height: 100%;
    width: 10px;
}

.sect_10 > div:nth-of-type(3) div div a {
    text-decoration: none;
    color: #000;
    padding: 0;
    line-height: 30px;
    font-family: "Didact Gothic", sans-serif;
}

.footer {
    height: 72px;
    background: #1D1D1B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.footer p {
    color: #8c8c8c;
}

.scroll-up {
    background: #1D1D1B;
    color: #fff;
    height: 40px;
    aspect-ratio: 1/1;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.scroll-up.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}