html  {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}

@font-face {
    font-family: RobotoRegular;
    src: url('roboto-regular.ttf');
}

@font-face {
    font-family: CormorantGaramond;
    src: url('cormorantgaramond-mediumitalic.ttf');
}

* {
    font-family: RobotoRegular, sans-serif;
    font-size: 15px;
}

*:focus {
    outline: 0 !important;
}

.navbar-brand img {
    height: 50px !important;
}

.intro {
    height: 45vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.patternBg {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSIxMDAiPgo8cmVjdCB3aWR0aD0iNTYiIGhlaWdodD0iMTAwIiBmaWxsPSIjZmVmZWZlIj48L3JlY3Q+CjxwYXRoIGQ9Ik0yOCA2NkwwIDUwTDAgMTZMMjggMEw1NiAxNkw1NiA1MEwyOCA2NkwyOCAxMDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZhZmFmYSIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+CjxwYXRoIGQ9Ik0yOCAwTDI4IDM0TDAgNTBMMCA4NEwyOCAxMDBMNTYgODRMNTYgNTBMMjggMzQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZhZmFmYSIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+Cjwvc3ZnPg==");
    background-attachment: fixed;
}

.lineBg {
    background: #FCFCFC;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar {
    height: 105px !important;
    transition: all 0.2s ease-in-out !important;
}

.navbar a {
    color: white !important;
}

.navbar a:hover {
    color: #0B99E3 !important;
}

.navActive {
    background-color: #111114 !important;
    height: 65px !important;
    color: white !important;
}

.highlight, .hir strong {
    color: #1B86CD !important;
    font-weight: bold;
}

.highlight-red {
	color: #dc143c !important;
	font-weight: bold;
}

.hir ul {
    list-style-type: '- ';
    padding-left: 40px;
}

a.active {
    color: #0B99E3 !important;
}

p {
    line-height: 26px;
}

.initial::first-letter {
    font-size: 30px;
    font-weight: bold;
    margin-right: 5px;
}

main .top-half {
    left: 0;
    top: 60px;
    right: 0;
    height: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: white;
}

main .bottom-half {
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 50%;
    color: white;
}

.bgBlu {
    background: #1B86CD;
    color: white;
}

main img {
    display: flex;
}

.divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1B86CD;
    background: linear-gradient(0deg, #0B99E3 0%, #1B86CD 100%);
    margin: 0 auto 20px auto;
}

.pic {
    max-width: 100%;
    transform-style: preserve-3d;
    position: sticky;
    top: 75px;
}

.boxShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.borderTB {
    border-top: 1px solid #efefef !important;
    border-bottom: 1px solid #efefef !important;
}

.transformed {
    transform: perspective(20cm) rotateX(-10deg) rotateY(25deg);
    -webkit-transform: perspective(20cm) rotateX(-10deg) rotateY(25deg);
    -ms-transform: perspective(20cm) rotateX(-10deg) rotateY(25deg);
    -moz-transform: perspective(20cm) rotateX(-10deg) rotateY(25deg);
    -o-transform: perspective(20cm) rotateX(-10deg) rotateY(25deg);
}

.transformInvert {
    transform: perspective(20cm) rotateX(-10deg) rotateY(-25deg);
    -webkit-transform: perspective(20cm) rotateX(-10deg) rotateY(-25deg);
    -ms-transform: perspective(20cm) rotateX(-10deg) rotateY(-25deg);
    -moz-transform: perspective(20cm) rotateX(-10deg) rotateY(-25deg);
    -o-transform: perspective(20cm) rotateX(-10deg) rotateY(-25deg)
}

.fullscreen-bg {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    height: 100%;

}

.fullscreen-bg__video {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}

svg {
    color: #1B86CD;
    transform-style: preserve-3d;
}

ul {
    list-style-type: none;
    padding: 0;
}

#szoftver .card-deck {
    display: grid;
    grid-template-columns: auto auto auto auto;
    row-gap: 15px;
    column-gap: 15px;
}

@media (max-width: 768px) 
{
    #app_logo
    {
        width: 100% !important;
        height: 57% !important;
    }

    #modal-title-head
    {
        margin-left: 40px !important;
    }
}

#szoftver .card-deck .card {
    width: 300px;
    height: 225px;
    background-color: white;
    margin: 0;
    perspective: 500px;
    line-height: normal;
}

#szoftver .card-deck .card-2 {
    width: 300px;
    height: 300px;
    background-color: white;
    margin: 0;
    perspective: 500px;
    line-height: normal;
}

#szoftver .card-deck .card .card-back p {
    line-height: 24px;
}

.icon {
    perspective: 1500px;
}

#gyik .accordion .card {
    background: rgba(255, 255, 255, 0.7);
}

#gyik .card-header {
    background: none;
}

#arak .btn {
    background-color: #1B86CD !important;
    color: #ffffff;
    width: 25%;
    transition: .3s all linear;
    border: 1px solid rgba(0, 0, 0, 0);
}

#arak .btn:hover {
    background-color: #ffffff !important;
    color: #1B86CD;
    width: 30%;
    border: 1px solid #efefef;
}

#gyik .card-header .btn {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #1B86CD !important;
}

#gyik .card-header .btn:hover {
    color: #393939;
}

.btn-link {
    color: white;
}

#gyik .card li {
    transition: 0.2s all linear;
}

#gyik .card li:hover {
    background-color: #eee;
}

#gyik .card p {
    line-height: 24px;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 500px;
    width: 100%;
}

#szoftver .card {
    background: transparent;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#szoftver .card-inner {
    background: transparent !important;
    position: relative;
    width: 99%;
    height: 99%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

#szoftver .card:hover .card-inner.rotateForward {
    transform: rotateY(180deg);
}

#szoftver .card:hover .card-inner.rotateBackward {
    transform: rotateY(-180deg);
}

#szoftver .card-front, #szoftver .card-back {
    background-color: white;
    position: absolute;
    width: 99%;
    height: 99%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#szoftver .card-back {
    background-color: white;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

#arak textarea {
    resize: none;
}

#hirek .card {
    width: 320px;
    height: 430px;
    transition: 0.2s all linear;
}

#hirek .card-body {
	overflow: hidden;
}

#hirek .card-img-top {
    height: 185px;
    object-fit: cover;
}

#hirek .card-deck {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 15px;
    column-gap: 15px;
}

#hirek a {
    text-decoration: none !important;
}

#hirek .card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: translateY(-5px);
}

.blue {
    background-color: #0B99E3;
    color: white;
}

textarea#content {
    resize: both
!important;
}

#arak .input-group-text {
    width: 100px;
    background-color: #1B86CD;
    color: #ffffff;
}

#arak .form-control {
    background: white;
    border: 1px solid #efefef;
}

#arak .form-control:focus {
    background: white;
}

.quote {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    box-shadow: #0d0d0d 0 0 15px inset;
    bottom: 0;
}

.quote p {
    font-family: CormorantGaramond, serif !important;
    color: black;
    font-size: 20px;
    padding: 35px 25px 35px 25px;
    width: 75%;
    margin: 0 auto;
}

.g-recaptcha {
    display: inline-block;
}

.tooltip-inner {
    font-size: 12px;
}

@media (min-width: 120px) {
    #szoftver .card-deck {
        grid-template-columns: auto;
    }

    #hirek .card-deck {
        grid-template-columns: auto;
    }

    .nav-item {
        margin-right: 10px !important;
    }

    .navbar {
        background-color: #1C2124;
        height: auto;
    }
}

@media (min-width: 768px) {
    #szoftver .card-deck {
        grid-template-columns: auto auto;
    }

    #hirek .card-deck {
        grid-template-columns: auto auto;
    }

    .navbar {
        background-color: transparent;
    }

    .navbar ul {
        top: 0;
    }
    .inside {
        display: block;
    }

    .outside {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar {
        background-color: #111114 !important;
        position: fixed;
        width: 100%;
    }

    .navbar-brand {
        margin-left: 2em;
    }

    .navbar-toggler {
        margin-right: 2em;
    }

    .pic {
        margin: 0 auto;
    }

    .navbar ul {
        width: 100%;
        left: 0;
        z-index: 5;
    }

    .nav-item {
        background-color: #111114 !important;
        z-index: 6;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
    }

    .inside {
        display: none;
    }

    .outside {
        display: block;
    }

    .text-justify {
    }

    .pic-sm {
        max-width: 60%;
    }
}

.blackBg {
    background-color: #111114 !important;
}

@media (min-width: 1070px) {
    #szoftver .card-deck {
        grid-template-columns: auto auto auto;
    }

    #hirek .card-deck {
        grid-template-columns: auto auto auto;
    }

    .nav-item {
        margin-right: 2em !important;
    }
}

@media (min-width: 1200px) {
    #szoftver .card-deck {
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 700px) {
    .navbar {
        background-color: #1d2124;
    }

    .nav-item {
        background-color: #1d2124;
    }
}
