:root {
    --red-color: #EA3E3A;
    --text-color: #fff;
    --dark-color: #333;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Bitter", serif;
    color: #fff;
    font-size: 17pt;
    line-height: 28pt;
    visibility: hidden;
    background-color: #333;
}

header {
    top: 0;
    left: 0;
    width: 100%;
    /* background: #ff0000; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* padding: 20px 40px; */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
    /* z-index: 1000; */
    /* position: relative; */
}


.logo {
    z-index: 1000;
    width: 400px;
    text-align: center;
}

.header-moving .logo {
    /* display: flex;
    align-items: center; */
    /* transition: all 0.3s ease; */
    position: absolute;
}

.header-start .logo {
    position: fixed;
    top: 130px;
    transition: none;
}

.header-fixed .logo {
    position: fixed;
    top: -20px;
    transition: transform 0.3s ease;
    transform: scale(0.5) translateY(28px);
}

.header-fixed .logo #type {
    display: none;
    transition: display 0.3s ease;
}


.menu-block {
    margin-left: 400px;
    margin-right: 100px;
    width: 100%;
    height: auto;
}

video {
    width: 100%;
}

/* .logo img {
    height: 50px;
    transition: all 0.3s ease;
}
.logo span {
    margin-left: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    transition: opacity 0.3s ease;
} */

nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid red;
    width: 100%;
    justify-content: center;
    /* padding-bottom: 15px; */
}
nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.burger, .mobile-donate {
    display: none;
    font-size: 28px;
    cursor: pointer;
}


.sidebar {
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    z-index: 999;
    /* transition: top 0.3s ease; */
}

.header-moving .sidebar {
    position: absolute;
}


.header-start .sidebar {
    position: fixed;
    top: 100px;
}

.header-fixed .sidebar {
    position: fixed;
    top: 0px;
}

.sidebar .lang {
    font-size: 14px;
}

.sidebar .donate {
    background-color: var(--red-color);
}

.sidebar .social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
}

.social i {
    color: #fff;
}

/* .scrolled .logo img {
    height: 30px;
}
.scrolled .logo span {
    opacity: 0;
    pointer-events: none;
} */
/* .scrolled header {
    padding: 10px 20px;
}
.scrolled .sidebar {
    top: 10px;
} */

.main-menu {
    font-family: "Geologica", sans-serif;
    display: flex;
    justify-content: center;
    gap: 20px;
    background: #333;
    padding: 10px 0 15px;
    position: relative;
    z-index: 10;
    /* transition: all 0.3s ease; */
    font-size: 12pt;
    line-height: normal;
    color: #fff;
}

.header-fixed .main-menu {
    position: fixed;
    top: 0px; /* ÃÂ½ÃÂ¸ÃÂ¶ÃÂµ Ã‘Ë†ÃÂ°ÃÂ¿ÃÂºÃÂ¸ */
    left: 0px;
    width: 100%; /* calc(100% - 420px); */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
    padding: 40px 100px 0 400px;
    /* margin-left: 320px; */
    /* margin-right: 100px; */
    background: black;
}

/* .header-fixed .main-menu {
    top: 0px;
} */

/* .scroll-lock header,
.scroll-lock .sidebar {
    top: 10px !important;
} */


/* main {
    margin-top: 120px; 
} 
*/

section {
    /* display: flex; */
    padding: 20px 120px 40px 400px;
    /* flex-direction: column; */
    /* max-width: 1240px; */
}

.beige-section {
    background: #c8c6c0;
    /* font-size: 18px; */
    /* line-height: 1.6; */
    min-height: 212px;
    padding: 0 120px 10px 400px;
    min-width: 100%;
    color: black;
}

.three-columns {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 60px 0;
}
.step {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.step img {
    width: 286px;
    height: auto;
    border-radius: 8px;
    transition: all 0.5s ease;
}
.step:hover img {
    transform: scale(105%);
}
.step h3 {
    font-size: 20px;
    margin: 0;
    color: #000;
}
.step-text {
    max-width: 500px;
    padding-left: 50px;
}

.step-title {
    min-width: 140px;
    font-size: 20px;
    font-weight: bold;
}

footer {
    background: #ea3a3e;
    padding: 30px 40px;
    font-family: 'Geologica', sans-serif;
    font-size: 13pt;
    color: #080808;
    line-height: 19pt;
    font-weight: 200;
}
footer h3 {
    color: #000000;
    font-size: 3.8vw;
    margin: 15px 0 35px;
    font-family: 'Geologica', sans-serif;
    font-weight: 100;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-column {
    flex: 1 1 200px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column a {
    color: #ffeded;
}

.footer-bottom {
    margin-top: 20px;
    /* text-align: right; */
    font-size: 11pt;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    font-style: italic;
}
.mobile-main-menu {
    display: none;
}

.logo #spark {
    transition: transform 1s linear(0 0%, 0.62 10.1%, 1.05 28.07%, 1.22 56.66%, 1.03 83.62%, 0.65 91.79%, 0 100%);
    transform-origin: 131px 12px;
}

.shine {
    transform: rotate(225deg) scale(1.2);
}

.main-menu p:not(:first-child) a {
    /* background-color: yellow; */
    border-left: 1px solid #b4b4b4;
}

.main-menu a {
    padding: 0 0px 0 20px;
    margin-left: -10px;
    margin-right: 10px;
}

p.first:first-letter {
    font-size: 240%;
    font-weight: 200;
}

.beige-section svg {
    position: absolute;
    left: 0px;
}

main .top-image {
    display: none;
}

main p {
    max-width: 840px;
}

.beige-section svg+p {padding-top: 28px;}

/* .logo #logo {
    stroke: yellow;
    stroke-width: 10px;
    stroke-dasharray: 1% 199%;
    stroke-dashoffset: 30;
    transition: all 1s ease;
    stroke-linecap: round;
} */

.main-menu p:hover {
    background-color: var(--red-color);
    transition: all 0.5s ease;
    color: white;
}

.main-menu p {
    margin: 0;
    padding: 15px 0;
    margin-left: 0px;
    margin-right: 0px;
}

.sidebar .lang {
    margin-top: 10px;
    margin-bottom: -10px;
}

.donate svg:hover {
    animation: .5s heart infinite alternate ease;
    cursor:pointer
}


@keyframes heart {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

.sidebar .lang {
    margin-top: 10px;
    margin-bottom: -10px;
}

.step svg {
    position: absolute;
}

.step-title {
    min-height: 180px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Geologica', sans-serif;
    min-width: 400px;
    font-size: 22pt;
    font-weight: bold;
    color: #d1d1d1;
}

.step:hover svg path {
    animation: sparks 2s ease-in-out infinite;
}
.step-title #spark1 path {
    animation-delay: .4s;
}
.step-title #spark2 path {
    animation-delay: .8s;
}
.step-title #spark3 path {
    animation-delay: 1.2s;
}
.step-title #spark4 path {
    animation-delay: 1.6s;
}
.step-title #spark5 path {
    animation-delay: 0s;
}
@keyframes sparks {
    0% {
        transform: scale(100%);
        fill: #505050;
}
    50% {
        transform: scale(102%);
        fill: var(--red-color);
    }
    100% {
        transform: scale(100%);
        fill: #505050;
    }
}

.step:hover .step-title {
    color: #ffffff;
}

.sidebar .donate svg {
    margin: 5px 0 -5px;
}
.step a {
    color: var(--red-color);
    text-decoration: none;
}


.footer-column ul li:first-child {
    font-weight: 600;
}

.header-fixed header {
    margin-bottom: 75px;
}

a {
    text-decoration: none;
    color: inherit;
}

.sidebar .lang {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    text-align: center;
}

.sidebar .lang a {
    display: none;
    width: 100%;
}

.sidebar .lang:hover a {
    display: block;
}

.sidebar .lang a.selected {
    display: block
}

.sidebar .lang a:hover {
    background-color: black;
    font-weight: 600
}

