:root {
    background-color: rgb(21, 21, 21);
    scrollbar-width: none;
}

body{
    overflow-y: scroll;
    padding-bottom: 10px;
    height: auto;
    width: auto;
    margin: 0%;
    background-image: url("/images/myback.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.active {
    background-color: rgb(45, 45, 45);
}
.underline {
    position: relative;
    transition: all 0.3s;
}
.underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 2px solid rgb(61, 61, 244);
    transform: scaleX(0);
    transition: transform 0.3s;
}
.underline:hover::after {
    transform: scaleX(1);
}
.title {
    text-decoration: overline;
    font-family: sans-serif;
    margin-bottom: 0%;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    font-size: 80px;
}
.desc {
    font-family: sans-serif;
    margin-top: 0%;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
}
.projecttitle {
    font-family: sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
}
.project{
    width: 50%;
    transition: 0.4s;
    border-radius: 10px;
    margin-right: 50px;
    margin-left: 50px;
    background-color: rgb(22, 22, 22);
    box-shadow: rgb(16, 16, 16) 4px 5px;
}
.projectdiv {
    height: auto;
    padding-bottom: 80px;
}
.projectcontainer {
    color: #FFFFFF;
    margin-right: 8%;
    margin-left: 8%;
}
.projectcontainertitle {
    color: rgb(68, 68, 253);
    font-weight: bolder;
    font-family: sans-serif;
    font-size: 24px;
}
.projectcontainerdesc {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 18px;
}
@media(max-width:450px) {
    .project {
        margin-left: 2%;
        margin-right: 2%;
        width: auto;
    }
    .titlename {
        height: 20vh;
    } 
    
}
@media(max-width:869px) {
    .classtitle {
        font-size: 30px;
    }
    .gradient {
        border: 5px solid;
        border-width: 5px;
    }
    .container {
        padding-bottom: 100px;
    }
    .title {
        margin-top: 0;
    }
    .titlecontainer{
        padding-top: 30px;
    }
    .navbar {
        display: none;
        visibility: hidden;
    }
    .projects {
        font-weight: 400;
        justify-content: center;
        height: auto;
    }
    .titlename {
        padding-top: 100px;
        margin: 0;
    }
    .title {
        font-size: 50px;
    }
    .projecttitle {
        font-size: 30px;
    }
    .desc {
        font-size: 20px;
    }
    .project{
        margin-bottom: 50px;
        width: auto;
        margin-bottom: 20px;
        padding-top: 3px;
        padding-bottom: 3px;

    }
    .mobilenavbar {
        bottom: 0;
        position: fixed;
        display: flex;
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgb(25, 25, 25); 
    }
    .navbutton {
        width: 100%;
    }
    .mobilenavbar a {
        justify-content: space-between;
        text-align: center;
        font-family: sans-serif;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
        font-size: 18px;
        color: #FFFFFF;
        padding: 10px;
        transition: 0.3s;
    }
    .projectdiv {
        height: auto;
    }
}
@media(min-width:870px) {
    .classtitle {
        font-size: 50px;
    }
    .gradient {
        border-width: 10px;
        border: 10px solid;
    }
    .navbar {
        justify-content: space-between;
        display: flex;
        padding-left: 2%;
        padding-right: 2%;
        width: auto;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgb(25, 25, 25);
        
    }
    .navbar a {
        font-family: sans-serif;
        text-decoration: none;
        margin-right: 50px;
        font-weight: bold;
        border-radius: 5px;
        font-size: 18px;
        color: #FFFFFF;
        padding: 10px;
        transition: 0.3s;
    }
    .mobilenavbar {
        visibility: hidden;
        display: none;
    }

    .projects {
        font-weight: 400;
        justify-content: center;
        display: flex;
        height: 250px;
    }
    .project {
        margin-left: 3%;
        margin-right: 3%;
    }

}

.project:hover {
    background-color: rgb(42, 42, 42);
    box-shadow: rgb(26, 26, 26) 4px 5px;
}

.navbaritems {
    display: flex;
}
.navbarhover :hover {
    cursor: pointer;
    background-color: rgb(45, 45, 45);
}

@media(min-width:960px) {
    .titlename {
        padding-top: 80px;
    }
    .aboutmediv{
        display: flex;
    }
    .aboutme1 {
        border-radius: 20px;
        border-color: rgba(13, 22, 40, 0.232);
        border-width: 10px;
        border-style: solid;
        background-color: rgba(0, 0, 0, 0.593);
        max-width: 553px;
        height: 92%;
        margin: 20px;
    }
    .aboutme2 {
        border-radius: 20px;
        border-color: rgba(13, 22, 40, 0.232);
        border-width: 10px;
        border-style: solid;
        background-color: rgba(0, 0, 0, 0.593);
        height: auto;
        max-width: 520px;
        margin: 20px;
    }
    .aboutmetext {
        font-family: sans-serif;
        color: rgb(255, 255, 255);
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
    
    }
}
@media(max-width:959px) {
    .aboutmetext {
        text-align: center; 
    }
    .container{
        background-color: rgba(0, 0, 0, 0.593);
    }
}


.aboutmediv{
    border-radius: 5px;
}
.aboutmetext {
    font-family: sans-serif;
    color: rgb(255, 255, 255);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}
.aboutmetitle {
    font-weight: bolder;
    text-align: center;
    font-family: sans-serif;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 40px;
    color: rgb(68, 68, 253);
}
.symboles {
    max-width: 75px;
    padding: 5px 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}
.symbol {
    gap: 16px;
    text-align: center;
    color: aliceblue;
    display: flex;
    flex-direction: column;
}
.active1 {
    border-radius: 20px;
    background-color: rgb(45, 45, 45);
}
.contactdiv {
    margin: auto;
    width: 50%;
    border-radius: 20px;
    border-color: rgba(13, 22, 40, 0.232);
    border-width: 10px;
    border-style: solid;
    background-color: rgba(0, 0, 0, 0.593);
}
.contacttext {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: sans-serif;
    color: rgb(255, 255, 255);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
}
.contacttitle {
    font-weight: bolder;
    text-align: center;
    font-family: sans-serif;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 40px;
    color: rgb(68, 68, 253);
}
.contacttextmarked {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 25px;
}
.discordcolor {
    color: #7289D7;
}
.instacolor {
    background: linear-gradient(45deg, #405de6, #5851db,#833ab4, #c13584,#e1306c,#fd1d1d);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.googlecolor {
    background: linear-gradient(-25deg, #4285f4, #34a853, #fbbc05, #ea4335);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.tiktokcolor{
    color: #111111;
    filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}
.twittercolor {
    background: linear-gradient(45deg, #66757f, #00ACEE, #36D8FF, #f5f8fa, #ffffff);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contactlabel{
    display: flex;
}
.container1 {
    padding-bottom: 200px;
    width: auto;
    margin-right: 4%;
    margin-left: 4%;
}
@media(max-width:860px) {
    .titlename {
        padding-top: 30px;
    }
    .contactdiv {
        margin: 0%;
        width: auto;
    }
}
@media(max-width:500px) {
    .contacttitle {
        font-size: 26px;
    }
    .contacttext {
        font-size: 16px;
    }
    .contacttextmarked {
        font-size: 16px;
    }
}
body {
    padding-bottom: 0;
}

@media(min-width:870px) {
    .grayscale {
        backdrop-filter: grayscale(10);
    }
    footer {
        padding: 1%;
        width: auto;
        height: 75px;
        margin: 0px;
        background-color: #333;
    }
    .footertext {
        display: block;
        text-align: center;
        text-decoration: none;
        margin: 0;
        font-size: 34px;
        font-weight: 600;
        color: #FFFFFF;
        font-family: sans-serif;
    }
    .discordhover {
        transition: all 0.3s;
    }
    .discordhover:hover{
        color: #7289D7;
    }
}
.borderline {
    width: 100%;
    height: 10px;
    background-color: #3E5A8C;
}
.titlecontainer {
    background-color: #262626f5;
    padding-bottom: 200px;
}
.space {
    width: 100%;
    height: 100px;
}

.space2 {
    background-color: #3E5A8C;
    width: 15px;
}
.space22 {
    width: 60px;
}
.space3 {
    height: 15px;
    width: auto;
    background-color: #3E5A8C;
}
.outerdiv {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #262626f5;
}


.fmcclient {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}
.classtitle {
    margin-top: 0%;
    font-family: sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-weight: 800;
}
img {
    max-width: 1275px;
    width: 90%;
}
.image {
    text-align: center;
}
.gradient {
    border-image-slice: 1;
}
.blue {
    border-image-source: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, rgb(53, 11, 53));
}
.fmccolor {
    background: linear-gradient(to bottom, #ff0400,#ffbd0a);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
footer {
    background-image: url("/images/kutyaszar.png");
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kek {
    background-color: #252f41dc;
}
.szurke {
    background-color: rgba(35, 35, 35, 0.882);
}

.kozep {
    text-align: center;
}













