.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, p, button, a, h1, h2, h3 {
  font-family: "Inter Tight", sans-serif;

}

#contenttop h1 {
color: white;
    font-size: 7vw;
    font-size: clamp(50px, 7vw, 100px);
    text-align: left;
    line-height: 0.9em;
}

#contenttop h1.c-pagetitle, #abovecontent h1.c-pagetitle {
    color: #101010;
    font-size: 5vw;
    font-size: clamp(50px, 5vw, 100px);
    text-align: center;
}


.c-greencolor {
color: #00fecb;
}


.c-main-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 20px;
    position: relative;
    box-sizing: border-box;
}


.c-main-subtitle {
    text-align: center;
    font-size: 18px;
}

.c-main-title {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.c-main-text {
    max-width: 800px;
    text-align: center;
    margin-top: 20px;
    line-height: 2em;
    font-size: 18px;
    font-weight: 300;
    margin: 25px auto;
}


.c-button {
text-align: center;
}

.c-button a {
    display: inline-block;
    text-decoration: none;
    background-color: #7e2fed;
    color: white;
    padding: 10px 20px;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    transition: 0.5s;
}

.c-button a:hover {
    background-color: #00fecb;
    color: black;
}


.c-footer-container .c-main-title, .c-footer-container .c-main-subtitle {
    text-align: left;
}

.c-footer-container {
    padding: 100px 20px;
}

.c-footer-social {
    margin-top: 20px;
}

.c-footer-social .c-social-icon {
    display: inline-block;
    width: 40px;
    aspect-ratio: 1 / 1;
    background-color: #7e2fed;
    border-radius: 50%;
}

.c-footer-social .c-social-icon img {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.c-footer-info {
    margin-bottom: 30px;
}


.c-footer-date {
    display: inline-block;
    padding: 10px 20px;
    background-color: #7e2fed;
    color: white;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
}

.c-footer-date span {
    display: block;
}

#belowsite .c-footer-link a {
    text-decoration: none;
    font-size: 18px;
    line-height: 2em;
    position: relative;
    transition: 0.3s;
}

#belowsite .c-footer-link a:hover {
    color: #7e2fed;
    text-decoration: underline;
}

#belowsite .c-button-footer {
text-align: left;
}

#belowsite .c-button-footer a {
    display: inline-block;
    text-decoration: none;
    color: #7e2fed;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    transition: 0.5s;
}

#belowsite .c-button-footer a:hover {
    color: #00fecb;
}

/* SPONSORS */

.c-sponsors-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.c-sponsor img {
    width: auto;
    height: 70px;
    max-width: 200px;
    object-fit: contain;
    object-position: center;
}

/* END SPONSORS */

.c-register-top {
    float: right;
}

.c-register-badge {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.c-register-badge img {
    width: 100%;
    height: 100%;
}

.c-register-badge-layer-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-register-badge-layer-2 {
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: 20s rotate linear infinite;
}

@keyframes rotate {
    from {     transform: translate(-50%, -50%) rotate(0deg); }
    to {     transform: translate(-50%, -50%) rotate(359deg); }
}

.c-register-badge-layer-3 {
    position: absolute;
    width: 40%;
    height: 40%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.c-top-inside {
    padding-top: 200px;
    padding-bottom: 50px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.c-stay-tuned-banner {
    margin-top: 100px;
    margin-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
}

.c-tag-boxes {
    display: flex;
    gap: 20px;
}


.c-tag-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

.c-tag-box a {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(0 254 203 / 100%);
    border-radius: 50px;
    color: black;
    text-decoration: none;
    font-weight: 900;
    transition: 0.5s;
}

.c-tag-box a span {
    color: black;
    transition: 0.5s;
}

.c-tag-box a:hover {
    background-color: rgb(126 47 237);
    color: white;
}

.c-tag-box a:hover span {
    color: #00fecb;
}

.c-contact span {
    display: inline-block;
    width: 40px;
    aspect-ratio: 1 / 1;
    background-color: #7e2fed;
    border-radius: 50%;
}

.c-contact span img {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.c-skills-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.c-skill-box {
    width: calc(25% - 20px);
    position: relative;
}

.c-skill-box-in {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.c-skill-box::before {
content: '';
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    background-image: linear-gradient(0deg, #7e2eed, transparent);
    border-radius: 20px;
    z-index: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
.c-main-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
}
.c-main-title {
    font-size: 24px;
}

.c-footer-container {
    padding: 50px 20px;
}

.c-footer-date {
    margin-top: 20px;
}

.c-footer-container .col-md-6 {
    margin-bottom: 20px;
}

.c-footer-social {
    margin-top: 5px;
}

.c-top-inside {
    padding-top: 100px;
}

.c-tag-boxes {
    display: flex;
    gap: 30px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.c-tag-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: center;
    align-items: unset;
    flex-wrap: wrap;
    font-size: 14px;
}

.c-tag-box a {
    display: inline-block;
    padding: 10px;
}

.c-skill-box{
    width: 100%;
}

}/* MENU */

.notloggedin #topmenu::before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 40px;
background-image: url('/cache/files/47e3cfcd89c7a0409a9e06ea3adf47756d154d9e.svg');
    background-repeat: repeat-x;
}

.notloggedin #topmenu, .notloggedin #topbanner {
    position: fixed;
}

.notloggedin #belowtopmenu {
display: none;
}

div.topmenu ul li.active a {
   font-weight: 900;
}

div.topmenu ul li:last-child {
background-color: #00fecb;
    border-radius: 64px;
transition: 0.3s;
}

div.topmenu ul li:last-child a {
color: black;
   font-weight: 900;
transition: 0.3s;
}

div.topmenu ul li:last-child:hover {
background-color: #7e2fed;
}

div.topmenu ul li:last-child:hover a {
color: white;
}

#topbanner .htmlbox {
   font-size: 14px;
}

#topbanner .langchooser {
    padding-top: 13px;
}

/* MOBILE MENU */

#mobile-header {
   position: fixed;
   z-index: 90;
}

.notloggedin #mobile-header::before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 120%;
height: 50px;
background-image: url('/cache/files/47e3cfcd89c7a0409a9e06ea3adf47756d154d9e.svg');
    background-repeat: repeat-x;
}

.side-nav__footer label {
   color: white;
}

/* END MENU */

.c-newlogo {
    background-image: url('/cache/files/09f7dc336027aac5178128ab69873400b8652b42.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/09f7dc336027aac5178128ab69873400b8652b42.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 150px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: black;
    background-image: url('/cache/files/09f7dc336027aac5178128ab69873400b8652b42.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
    padding-left: 8vh;
    padding-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-event-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.c-event-box {
    width: calc(50% - 20px);
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.c-event-boxy-content {
    padding: 20px;
    box-sizing: border-box;
    background-color: #000000;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 60%;
    align-content: flex-start;
}

.c-box-number {
color: #00fecb;
    font-size: clamp(50px, 8.9vw, 230px);
    font-weight: 800;
    position: absolute;
    bottom: 0;
    z-index: 0;
    opacity: 0.5;
    left: 0;
    line-height: 0.7;
}

.c-box-icon {
    top: -20px;
    height: 130px;
    width: 90px;
    position: relative;
    background-color: #7e2fed;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.c-box-icon img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: auto;
}
.c-box-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8em;
    position: relative;
    z-index: 1;
}

.c-event-boxy-bg {
    width: 40%;
    background-size: cover;
    height: auto;
    aspect-ratio: 1 / 2;
    background-repeat: no-repeat;
    background-position: center right;
}

.c-box-1 .c-event-boxy-bg {
background-image: url('/cache/files/d0cc0199cf6d23096fd746168ee6283775c08ee9.jpg');
}

.c-box-2 .c-event-boxy-bg {
background-image: url('/cache/files/93e8ef4e59a679eb735c6f893e931f1ee7c59c11.jpg');
}

.c-box-3 .c-event-boxy-bg {
background-image: url('/cache/files/a66de103958ebe2bd7a4692858da8afe33f9ecec.jpg');
}
.c-box-4 .c-event-boxy-bg {
background-image: url('/cache/files/cc397719d43fac0b39ce972fd3b2c76302599eea.jpg');
}


@media (max-width: 990px) {
.c-event-box {
    width: 100%;
    flex-direction: column;
}

.c-event-boxy-content {
    width: 100%;
}

.c-event-boxy-bg {
    width: 100%;
aspect-ratio: 48/25;
}

.c-box-icon {
    height: 80px;
    width: 70px;
}
.c-box-text {
    font-size: 16px;
}


.c-box-1 .c-event-boxy-bg {
background-image: url('/cache/files/9d71810aac48daedd45a86066988da2c738eb7f5.jpg');
}

.c-box-2 .c-event-boxy-bg {
background-image: url('/cache/files/15a64dd62126ac28b4c7dd541096b53d005b7c9d.jpg');
}

.c-box-3 .c-event-boxy-bg {
background-image: url('/cache/files/4649f66c7380f85a411fc708cd840542c6bebe16.jpg');
}
.c-box-4 .c-event-boxy-bg {
background-image: url('/cache/files/54ad87a929b3129771c8600a667e888235341084.jpg');
}

.c-box-number {
    bottom: auto;
    opacity: 1;
    left: auto;
    right: 30px;
}

}