body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(121,121,121);
background: linear-gradient(90deg, rgba(121,121,121,1) 0%, rgba(199,199,199,1) 35%, rgba(107,107,107,1) 100%);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

*:target,
*:focus {
    outline: none;
}

/*##################################*/
/* NAVIGATION   */
/*##################################*/
.topnav {
    overflow: hidden;
    z-index: 90;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, .45);
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.75);
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: 15px;
    min-width: 20px;
    transition: box-shadow 1s ease;
}

.topnav a:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.topnav a.active {
    border-bottom: 1px solid #fff;
}
.topnav a:hover {
    color: #fff;
}
.topnav-right {
    float: right;
}

/*##################################*/
/* NAVIGATION   */
/*##################################*/
.main {
    margin-top: -55px;
    width: 100%;
    height: 100vh;
    flex-direction: row;
    display: flex;
}

.side {
    flex: 3;
    background: rgb(251,61,251);
    background: linear-gradient(346deg, rgba(251,61,251,1) 0%, rgba(199,138,97,1) 46%, rgba(0,0,0,1) 100%);
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.txt {
    flex: 1;
    margin: 30px 25px 0 25px;
}

.header {
    position: absolute;
    z-index: 91;
    color: white;
    margin-left: 16px;
    margin-top: 90px;
    padding-left: 0px;
    letter-spacing: 1px;
}

.logo {
    width: 350px;
}

.heroimg {
    background: silver;
    flex: 5;
    overflow: hidden;
}

.heroimg_content {
    display: flex;
}

.heroimg_img {
    width: 100%;
    margin-right: -100%;
    position: relative;
    z-index: 1;
}

.heroimg_img {
    height: 100vh;
    display: flex;
    background: #FB3DFB;
    background: hsl(calc(360deg * (var(--i) / var(--total))), 60%, 60%);
}

.heroimg_content {
    overflow: hidden;
}

.nav-item {
    background-color: #FB3DFB;
    margin: 5px 0;
    border-radius: 10px;
    transition: 0.5s;
}

.nav-item:hover {
    background-color: #A012A2;
}

.nav-item a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-item a:hover {
    color: #fff;
}
.button {
    text-align: center;
    z-index: 12;
    background-color: rgba(0, 0, 0, .4);
    color: white;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    line-height: 60px;
    padding: 10px;
    letter-spacing: 1px;
    transition: box-shadow 1s ease;
}

.button:hover {
    box-shadow: inset 0 0 0 50px rgba(255, 255, 255, .2);
    color: white;
    text-decoration: none;
}

.heroimg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.werdecamstarbg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40vh;
    background-image: url("https://d1kz6xs4yt2tqw.cloudfront.net/b3402e73078940b2abb0710b83a9f266/8d36b4d2769f4d108f63f7752d450d95.jpg");
    background-size: cover;
    background-position: center;
}


@media only screen and (max-width:950px) {
    .main {
        flex-direction: column;
        height: 100vh;
    }

    .side {
        flex: 2;
    }

 
}

@media screen and (max-width:481px) {

    .txt {
        
    }

    .txt h1 {
        font-size: 2rem;
    }
}


/*##################################*/
/* LOGO					*/
/*##################################*/
.logo-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top:50px;
}

.logo {

    display: flex;
    justify-content: center;
    align-items: center;
}
