* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

html {
  scroll-behavior: smooth;
}

body {
    background: linear-gradient(180deg, #000000 0%, #250D0D 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

html {
    overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: #f0f0f000;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #F87070;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}


.website-container {
    max-width: 1800px;
    margin: 0 auto;
}

header {
    padding: 20px;
    background: rgba(152, 152, 152, 0.3);
    backdrop-filter: blur(50px);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    position: relative;
    z-index: 10;
}

nav:after {
    content: "";
    position: absolute;
    width: 204px;
    height: 150px;
    left: 40%;
    transform: translate(-50%, -50%);

    background: #F87070;
    filter: blur(110.7px);
}

header nav .logo h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}

header nav .logo h1 span {
    background: linear-gradient(89.89deg, #FF7272 55%, rgba(255, 114, 114, 0) 99.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 200;
}

header nav .hamburguer-icon {
    display: none;
    cursor: pointer;
}

nav .links {
    display: flex;
    gap: 20px;
}

nav .links a {
    display: flex;
    gap: 20px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    transition-duration: 0.5s;
}

nav .links a:hover {
    color: #FF7272;
}

#hero-page {
    position: relative;
    top: 20vh;
    margin: 10px;
}

.hero-page-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#hero-page .badge {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50px;
    background: rgba(255, 72, 72, 0.41);
    position: relative;
    border: none;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#hero-page .badge h1 {
    font-weight: 200;
    color: white;
    font-size: 15px;
}

#hero-page.hero-page-content>p {
    font-size: 15px;
    font-weight: 100;
    color: white;
    text-align: center;
    margin: 0;
}

#hero-page .badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(to right, #ff484869, rgba(255, 0, 0, 0));
    -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

#hero-page .text h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 60px;
}

#hero-page .text h1 span {
    display: block;
    font-weight: 400;
}

#hero-page .text p {
    color: rgba(255, 255, 255, 0.699);
    font-weight: 200;
    max-width: 700px;
}

#hero-page .img-sediu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

#hero-page .img-sediu::before {
    content: "";
    position: relative;
    width: 15vw;
    height: 15vh;
    left: 40vh;
    top: 10vh;

    background: #F87070;
    filter: blur(116.15px);
    z-index: -1;
}

#hero-page .img-sediu img {
    border-radius: 15px;
    width: 420px;
    height: auto;
}

.hero-page-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#hero-page .cta {
    margin-top: 25px;
}

.cta #incepe-acum {
    background: rgba(255, 72, 72, 0.41);
    border-radius: 29px;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    transition: background 0.5s;
}

.cta #incepe-acum:hover {
    background: rgba(255, 72, 72, 0.637);
}

.cta #afla-mai-multe {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.08) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    margin-left: 20px;
}

.cta #afla-mai-multe span i {
    margin-left: 10px;
    transition: margin-left 0.5s;
}

.cta #afla-mai-multe:hover span i {
    margin-left: 20px;
}

#hero-page .bottom-elements {
    display: flex;
    position: relative;
    top: 20vh;
}

#hero-page .box {
    background: rgba(255, 72, 72, 0.41);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
    padding: 7px 20px;
}

#hero-page .box .icon {
    padding: 10px;
    background: rgba(255, 72, 72, 0.41);
    border-radius: 7px;
    margin-left: 5px;
}

#hero-page .box .icon i {
    color: white;
}

#hero-page .text p#cursanti {
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    margin: 5px;
}

#hero-page .text p#number-cursanti {
    color: rgba(255, 255, 255, 0.678);
    font-weight: 300;
    text-transform: uppercase;
    margin: 5px;
}

#hero-page .text {
    margin: 5px;
}

.de-ce-save-academy .boxes-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.de-ce-save-academy .boxes-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 600px;
}

.de-ce-save-academy .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 72, 72, 0.41);
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

.de-ce-save-academy .img-masina img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}