.works {
    display: none;
}

#works:hover {
    text-decoration: underline;
    cursor: pointer;
}
/*
#disclaimer{
    font-size: 12px;
}*/
input,
textarea,
button,
select,
a, div {
    -webkit-tap-highlight-color: transparent;
}
html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #000;
}
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.3;
    font-weight: normal
}

.bg-position-top {
    background-position: 50% 0
}

.bg-position-middle {
    background-position: 50% 50%
}

.bg-position-bottom {
    background-position: 50% 100%
}



img {
    max-width: 100%;
    width: auto;
    height: auto;
}

a,
a:link {
    color: #daa500;
    filter: alpha(opacity=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    opacity: 0.85
}

a:hover,
a:focus,
a:active {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul,
ol {
    display: inline-block;
    text-align: left;
    max-width: 50%
}

.container {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 1em 2em;
    z-index: 1
}

.content {
    max-width: 900px;
    margin: 0 auto
}

.social-links:empty {
    outline: 1px solid yellow
}

.social-links {
    /* padding: 1em 0; */
    vertical-align: middle;
}


.hosting-info {
    width: 100%;
    text-align: center;
    background: rgb(46 15 112);
    color: #ffffff;
    padding: 10px 0;
}

.overlay-dark {
    background-color: #333
}

.overlay-dark:before {
    background-color: #333
}

.overlay-bright {
    background-color: white
}

.overlay-bright:before {
    background-color: white;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7
}


@media screen and (max-width: 640px) {

    h1,
    h2,
    h3,
    h4,
    p,
    ul,
    li,
    a,
    span {
        font-size: 26px;
    }
    .buttons a{
        font-size:16px
    }

    ul,
    ol {
        max-width: none
    }
}



.wrapper {
    background: rgba(10, 0, 24, 0.7);
    border-radius: 20px;
    margin: 20px 0;
    padding: 20px 0;
}

html {
    overflow-y: scroll;
}

.ulMe li {
    padding: 15px 0;
    text-align: center;
}

.ulMe2 li {
    padding-bottom: 20px;
    text-align: center;
}

.ulMe li a {
    cursor: pointer;
}

.works h4 {
    position: relative;
    margin: -15px;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

h1,
h3,
h4,
.owner {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.ulMe li::marker,
.ulMe2 li::marker {
    display: none;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li a {
    text-decoration: none;
}

ul li a:hover {
    text-decoration: underline;
}
.me {
    border-radius: 50%;
    border: 7px solid rgb(255 255 255 / 20%);
    width: 100%;
    max-width: 150px;
    filter: drop-shadow(0px 0px 5px black);
}
.fa-brands,
.ulMe2 a,
.ulMe li a,
h1 a,
#works,
.content h1 a {
    color: #daa500;
    text-decoration: none;
}

.content h1 a:hover {
    text-decoration: underline;
}

h1::before {
    content: "\003C";
}

h1::after {
    content: "\002F \003E";
}

#page {
    margin: 0;
    padding: 0;
    display: flex;
    background-image: url("pexels-negative-space-48606.jpg");
    background-color: #000;
    background-size: cover;
    min-height: 100%;
}

.split-container {
    display: flex;
    height: 100%;
    width: 100%;
}

.split-pane {
    flex: 1;
    position: relative;
    height: 100vh;
    min-height: 460px;
}

.left-pane {
    background-color: rgba(61, 0, 147, 0.7);
    color: #fff;
    text-align: center;
    padding: 20px;
}

.right-pane {
    background-color: rgba(0, 24, 22, 0.7);
    color: #fff;
    text-align: center;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
}
.right-pane:before{
    background: url(matrix.gif) no-repeat;
    background-size: 100%;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    opacity: 0.05;
    background-size: cover;
    z-index: -1;
}
em.fa-brands::before {
    padding: 5px;
    display: inline;
    background: rgb(0 0 0 / 23%);
}

/* common styles !!! YOU DON'T NEED THEM */
.container {
    margin: 60px auto 0px auto;
    text-align: center;
  }
  .container h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 3px;
  }
  .container h1 span {
    display: inline-block;
  }
  .container h1 span:before, .container h1 span:after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background-color: #212121;
    margin: 0px 0px 0px 2px;
  }
.buttons a, .buttons a:hover, .buttons a:active {
    cursor: pointer;
    height: 40px;
    display: inline-block;
    padding: 20px 0;
}

  .effect h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 3px;
  }
  .effect:nth-child(2) {
    margin-top: 50px;
  }
  .effect:nth-child(2n+1) {
    background-color: transparent;
  }
  .effect:nth-child(2n+1) h2 {
    color: #212121;
  }
  .effect:nth-child(2n) a {
    color: #fff;
    border-color: #fff;
  }
  .effect .buttons {
    margin-top: 25px;
    display: inline-block;
    justify-content: center;
  }

  #szabvanyossag img{
    border: none;
    width: 80px;
    height: 15px;
    vertical-align: middle;
}
    .effect.thurio a::after, .effect.thurio a::before{
    vertical-align: middle;
    width: 50px;
    height: 40px;
    background: rgb(69 0 90 / 24%);
    position: relative;
    display: inline-block;
    transition: all 1s;
    top: -5px;
    border: 2px solid;
    }

   .effect.thurio a::before{
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%);
    content: '';
    left: 31px;
  }
    .effect.thurio a::after{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%);
  content: '';
  right: 31px;
  }
.effect.thurio a:hover::after, .effect.thurio a:hover::before{
        transition: all 1s;
    background: rgb(69 0 90 / 24%);;
}
.effect.thurio a:hover::after{
    right: 0;
    
}
.effect.thurio a:hover::before{
    left: 0;

}
.fa-brands{
    font-size: 25px !important;
    width: 35px;
}

@media screen and (orientation: landscape) {
    .split-pane {
        height: auto;
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .split-container {
        flex-direction: column;
    }

    .split-pane {
        flex: none;
        height: 50%;
        min-height: initial;
    }
}
@media (max-width: 222px) {
    h1, h2, h3, h4, p, ul, li, a, span {
        font-size: 2.5vh;
    }
}
/*messenger*/
/*
.mess{
    position: fixed; right: 20px; bottom: 20px; background: #ffffff; padding: 14px 18px; border-radius: 999px; text-decoration: none; font-family: Arial, sans-serif; font-size: 16px; box-shadow: 0 4px 12px rgba(0,0,0,.2); z-index: 9999; cursor: pointer;
}
.mess svg{
    fill: #0084ff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 2px;
    position: relative;
}
*/
.mess {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 50%;
    background: #0084ff;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 6px 18px rgba(0,0,0,.2);
}

.mess svg {
    width: 34px;
    height: 34px;
    fill: white;
}

.mess-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#messengerBubble {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 280px;
    background: white;
    color: #222;
    padding: 16px;
    padding-top: 40px;
    border-radius: 18px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease;
    z-index: -1;
  
}

#messengerBubble.show {
    opacity: 1;
    transform: translateY(0);
    z-index: 9998;
}

#messengerBubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 30px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

#closeBubble {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    color: #888;
    line-height: 12px;
    padding: 7px;
    border: solid 1px #000;
    border-radius: 20px;
    height: 27px;
}

#closeBubble:hover {
    color: #000;
}