@font-face {
	font-family: 'Benzin-Bold';
	src: url('/fonts/benzin-bold/fonts/benzin-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('/fonts/benzin-bold/fonts/benzin-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/fonts/benzin-bold/fonts/benzin-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/benzin-bold/fonts/benzin-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/fonts/benzin-bold/fonts/benzin-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/benzin-bold/fonts/benzin-bold.svg#benzin-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

::-webkit-scrollbar {
    width: 0;
}
* {
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
}




.header{
    margin: 0px;
    padding: 0px;
    display: flex;
    height: 100px;
    background: linear-gradient(to right, #F2C4F9, #341C34);
    width: 100%;
}
.header-shadow {
    width: 100%;
    display: flex;
    box-shadow: 0px 4px 4px 4px #00000094;
    justify-content: center;
}
.header-container {
    width: 100%;
    height: 100px;
    justify-content:space-between;
    display: flex;
    margin: 0px;
    padding: 0px;
}
.header-logo{
    user-select: none;
    pointer-events: none;
    margin-left: 20px;
}
.menu{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.menu-item {
    background-color: white;
    height: 64px;
    width: 195px;
    margin-right: 50px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    transition-duration: 400ms;
    box-shadow:0 0 40px #FD0FE5;
}
.menu-item:hover{
    scale: 1.04;
}
.menu-item_text {
	font-family: 'Benzin-Bold';
    font-size: 24px;
    line-height: 25px;
    background: linear-gradient(to right, #C76DD4, #2B252A);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -5px;
    text-align: center;
    user-select: none;
}
#one{
    width: 180px;
}
#three{
    width: 180px;
}
#four{
    width: 215px;
    margin-right: 25px;
}





.section{
    background: linear-gradient(to right, #61b0ff, #490de1);
    background-size: 400%;
    animation: gradient 3s infinite linear;
}
@keyframes gradient{
    0% {background-position: 0% 0%;}
    50% {background-position: 100% 0%;}
    100% {background-position: 0% 0%;}
}
.background-container{
    min-height: 800px;
    background-image: url("/images/background1.png");
    background-repeat: no-repeat;
    background-position: right;
}
.container{
    width: 100%;
    padding-top: 40px;
    justify-self: center;
}
.section-title {
    font-family: 'Benzin-Bold';
    font-size: 24px;
    text-align: right;
    color: white;
    padding-right: 60px;
}
.section-title span{
    background: linear-gradient(to right, #CE2381, white);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cards {
    margin-top: 90px;
    display: flex;
    justify-content: space-evenly;
}
.card-block {
    display: flex;
    width: 50%;
    justify-content: space-evenly;
}
.card {
    transition-duration: 400ms;
    height: min-content;
    width: min-content;
    user-select: none;

}
.card-image{
    user-select: none;
    border-radius: 40px;
    box-shadow:30px 30px 20px #0000005a;
}
.card:hover {
    scale: 1.3;
}
.more {
    margin-top: 10px;
    justify-content: center;
}
.arrow {
    display: flex;
    justify-content: center;
    user-select: none;
    pointer-events: none;
    height: 100px;
}
.arrow-img {
    position: absolute;
    rotate: -1deg;
    animation: jumpin 1s linear infinite;
}
@keyframes jumpin {
    0% {padding-top: 10px;}
    50% {padding-top: 0px;}
    100% {padding-top: 10px;}
}
.more_button-container {
    display: flex;
    justify-content: center;
}
.more_button {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    background-color: #e080cd;
    width: 300px;
    cursor: pointer;
    transition-duration: 400ms;
    border-radius: 40px;
}
.more_button:hover {
    scale: 1.06;
}
.more_button-text {
    font-family: 'Benzin-Bold';
    font-size: 20px;
    user-select: none;
    padding: 10px;
    line-height: 27px;
    padding-block: 13px;
    background: linear-gradient(to right, #100202, #6A0760, #FAFAFA, white);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer {
    margin-top: 25px;
    background: linear-gradient(to right, #b77bc0, #261326);
    height: 35px;
}

@media (min-width: 1920px) {
    .container {
        width: 1920px;
    }
    .header-container {
        width: 1920px;
    }
}

@media (max-width: 1660px) {
    body {
        zoom: 95%;
    }
}
@media (max-width: 1580px) {
    body {
        zoom: 90%;
    }
}
@media (max-width: 1500px) {
    body {
        zoom: 85%;
    }
}
@media (max-width: 1420px) {
    body {
        zoom: 80%;
    }
}
@media (max-width: 1340px) {
    body {
        zoom: 75%;
    }
}
@media (max-width: 1250px) {
    body {
        zoom: 70%;
    }
}
@media (max-width: 1170px) {
    body {
        zoom: 65%;
    }
}
@media (max-width: 1080px) {
    body {
        zoom: 60%;
    }
}
@media (max-width: 1000px) {
    body {
        zoom: 55%;
    }
}

@media (max-width: 920px) {
    .header-logo {
        position: absolute;
        left: 0;
        top: 100px;
    }
    .header-container {
        justify-content: center;
    }
    .cards {
        padding-top: 70px;
    }
    .background-container {
        background-position: left;
        background-size: 150%;
    }
}

@media (max-width: 870px) {
    .cards {
        padding-top: 170px;
        display: block;
        justify-items: center;
        justify-content: center;
    }
    .card-block {
        width: 60%;
        justify-content:space-around ;
    }
    .card {
        scale: 1.05;
    }
    #second {
        margin-top: 70px;
    }
    .section-title{
        height: min-content;
        width: 600px;
        position: absolute;
        right: 0;
    }
    .background-container {
        background-position: center;
        background-size: 250%;
    }
}

@media (max-width: 740px) {
    .section-title {
        top: 1340px;
        width: 790px;
        font-size: 26px;
        width: 100%;
    }
    .card-block {
        width: 70%;
        justify-content:space-around ;
    }
    .more {
        padding-top: 180px;
    }
    .background-container {
        background-size: 320%;
    }
}

@media (max-width: 600px) {
    .card-block {
        width: 80%;
        justify-content:space-around ;
    }
    .background-container {
        background-size: 360%;
    }
    .more_button{
        scale: 1.1;
    }
}

@media (max-width: 550px) {
    body {
        zoom: 53%;
    }
    .section-title {
        bottom: 30px;
    }
    .background-container {
        background-size: 380%;
    }
}

@media (max-width: 500px) {
    body {
        zoom: 50%;
    }
    .section-title {
        bottom: 110px;
    }
}

@media (max-width: 472px) {
    body {
        zoom: 45%;
    }
    .section-title {
        bottom: 300px;
    }
    .more {
        padding-bottom: 100px;
    }
}
@media (max-width: 440px) {
    body {
        zoom: 40%;
    }
    .cards {
        margin-top: 140px;
    }
    .card {
        scale: 1.2;
    }
    .section-title {
        top: 1450px;
        text-align: center;
        font-size: 34px;
        width: 80%;
        right: 35px;
    }
    .section-title span{
        background: linear-gradient(to right, #57007c, rgb(255, 255, 255));
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
        
    #second {
        margin-top: 110px;
    }
    .more {
        margin-top: 200px;
    }
    .arrow-img {
        scale: 1.5;
        padding-bottom: 100px;
    }
    .more_button {
        scale: 1.5;
    }
    .background-container {
        background-size: 440%;
    }
    .card-block {
        width: 100%;
        justify-content: space-evenly;
    }
}

@media (max-width: 390px) {
    body {
        zoom: 35%;
    }
}