@import url('https://fonts.cdnfonts.com/css/airstrike');
@import url('https://fonts.googleapis.com/css2?family=Faustina:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


:root {
    --white: #f3f3f3;
    --black: #202020;
    --gold: #f4f4f4;
    --blue: #40E0D0;
}

* {
    font-family: 'Airstrike', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    /*text-transform: capitalize;*/
    transition: .5s linear;
    text-decoration-color: var(--black);
}


html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    overflow-x: hidden;
    background-color: var(--black);
}

/*header*/

.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
    background-color: var(--black);
    padding: 12px 12px;
}

.logo img {
    width: 40px;
}

#check {
    display: none;
}

.menu {
    display: flex;
}

.menu li {
    padding-left: 30px;
}

.menu li a {
    display: inline-block;
    text-decoration: none;
    color: var(--white);
    text-align: center;
    transition: 0.30s ease-in-out;
    position: relative;
    font-size: 25px;
    padding: 10px;
}

.menu li a:hover {
    background-color: var(--blue);
    border-radius: 20px;
    padding: 10px;
}

.open-menu,
.close-menu {
    position: absolute;
    color: var(--white);
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}

.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.close-menu {
    top: 20px;
    right: 20px;
}

#check {
    display: none;
}

.fa-bars {
    font-size: 30px;
}

/*header end*/
/*home*/

.home {
    min-height: 70vh;
    display: flex;
    /*align-items: center;*/
    position: relative;
    justify-content: center;
    padding: 1.5rem;
}

.home .video video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.5;
}

.home .container {
    display: inline-block;
}

.home .container h1 {
    padding: 2rem;
    font-size: 9.5vw;
    color: var(--white);
    border-right: 1px transparent;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 3s steps(10), cursor .4s step-end infinite alternate;
}

@keyframes cursor {
    50% {
        border-color: transparent;
    }
}

@keyframes typing {
    from {
        width: 0;
    }
}

/*home end*/
/*about*/

section .about {
    padding: 2rem 9%;
}

.about .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}

.about .row .image img {
    padding: 5rem;
    background: transparent;
    border-radius: 20px;
    transition: 1s ease-in;
}

.about .row .image img:hover {
    transform: scale(0.8)
}

.about .row .content h3 {
    font-size: 4rem;
    color: var(--blue);
}

.about .row .content p {
    font-family: 'Faustina', serif;
    text-align:left;
    font-size: 2rem;
    padding: 0.5rem;
    color: var(--white);
}

.about .row .content .pe{
    font-family: 'Faustina', serif;
    font-size: 3.3rem;
    padding: 0.5rem;
    color: var(--white);
    text-align: left;
}

.okt_cim {
    text-align: center;
    color: var(--blue);
    font-size: 60px;
    padding-bottom: 0.25rem;
    padding: 1.9rem;
}

.border {
    width: 100px;
    height: 10px;
    background: var(--blue);
    margin: 20px auto;
}

/*about end*/
/*oktatas*/

.okt_nyer {
    text-align: center;
    color: var(--white);
    font-size: 3.5rem;
}

.be_p {
    font-family: 'Faustina', serif !important;
    text-align: center;
    font-size: 2rem;
    color: var(--white);
    padding: 10px;
}


.pricing {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 2rem;
}

.card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    height: auto;
    background-color: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
    padding: 1rem;
    margin: 1rem;
    transition: all 0.2s ease-in;
}

.card-wrapper:hover {
    transform: scale(1.1)
}

.card-wrapper:hover .card-header>h2 {
    transform: scale(1.1);
    color: var(--blue);
    letter-spacing: 2;
    font-size: 2.5rem;
}

.card-header {
    margin: 1rem;
    text-align: center;
}

.card-header>h2 {
    font-size: 2.9rem;
    padding: 20px;
}

.card-header>img {
    width: 200px;
    height: 200px;
    background: transparent;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

.tart {
    font-family: 'Faustina', serif;
    font-size: 3.0rem;
    font-style: italic;
}

.card-detail {
    margin-top: 10px;
}

.card-detail span {
    color: var(--blue);
}

.card-price_kul>p {
    font-size: 3.5rem;
    padding: 30px;
}

.card-detail {
    width: 100%;
}

.card-detail>p {
    font-family: 'Faustina', serif;
    padding: 0.6rem 1.5rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #d5d5d5;
}

.card-detail>p:hover {
    background-color: var(--blue);
}

.check {
    color: var(--blue);
    z-index: 100;
}

.card-button {
    padding: 0.6rem 3rem;
    border: 2px solid var(--blue);
    background-color: var(--blue);
    color: #333;
    border-radius: 30px;
    cursor: pointer;
    transition: all 50ms ease-in;
}

.card-button:hover {
    border: 1px solid var(--blue);
    background: transparent;
}

.card-price {
    display: flex;
    align-items: flex-start;
    margin: 1rem;
}

.card-price>p {
    font-size: 3rem;
    font-weight: 800;
}

.card-price>p>sup,
.card-price>p>sub {
    font-size: 3rem;
}

/*oktatas end*/
/*visszajelzes*/

section #visszajel {
    height: 100vh;
    background-color: var(--black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#visszajel.container {
    max-width: 124rem;
    padding: 0 1rem;
    margin: 0 auto;
}

#visszajel {
    padding: 1rem 0;
}

#visszajel .tranding-slider {
    /*height: 52rem;*/
    padding: 2rem 0;
    position: relative;
}

.swiper {
    display: block;
    width: 80%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #0002, #0004);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    display: none;
}

.tranding-slider-control {
    position: relative;
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tranding-slider-control .swiper-button-next {
    left: 56% !important;
    transform: translateX(-58%) !important;
}

.tranding-slider-control .slider-arrow {
    background: var(--white);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    left: 42%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
    font-size: 2rem;
    color: #222224;
}

.tranding-slider-control .slider-arrow::after {
    content: '';
}

.tranding-slider-control .swiper-pagination {
    position: relative;
    width: 15rem;
    bottom: 1rem;
}

.tranding-slide {
    width: 37rem;
    /*height: 42rem;*/
    position: relative;
}

.tranding-slide .tranding-slide-img img {
    border-radius: 2rem;
    object-fit: cover;
}

.tranding-slide .tranding-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.tranding-slide-content .tranding-slide-content-bottom {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: var(--white);
}

/*visszajelzes end*/
/*vip signal*/
/*ugyanaz mint az oktatas*/
/*vip signal end*/
/*eredmenyek*/

section.review {
    height: auto;
    overflow: hidden;
    background: linear-gradient (45deg, var(--black));
    color: var(--white);
    line-height: 1.5;
    max-height: 900vh;
}

.review img {
    max-width: 100%;
    vertical-align: middle;
    border-radius: 30px;
}

.review .row {
    display: flex;
    flex-wrap: wrap;
}

.review .container {
    max-width: 1170px;
    background-color: var(--black);
    margin: auto;
}

.flip-main {
    background-color: var(--black);
    padding: 100px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
}

.flip-main .flip-card {
    flex: 0 0 calc(33.33% - 30px);
    margin: 0 15px 30px;
    perspective: 1000px;
    overflow: hidden;
}

.flip-main .flip-card-inner {
    box-shadow: 0 0 10px var(--black);
    position: relative;
    transform-style: preserve-3d;
    transition: all 1s ease;
    border-radius: 30px;
}

.flip-main .flip-card-front img {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.flip-main .flip-card-front video {
    /* opacity: 1;*/
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.flip-main .flip-card-front,
.flip-main .flip-card-back {
    backface-visibility: hidden;
}

.flip-main .flip-card-back {
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotateY(180deg);
    border-radius: 30px;
}

.flip-main .flip-card-back p {
    color: var(--black);
    font-size: 16px;
    margin: 0;
}

.flip-main .flip-card:hover {
    transform: scale(1.1) translateY(-20px);
    opacity: 1;
}

.flip-card-front:hover img {
    opacity: 0.9;
}

.flip-card-front:hover .description h3 {
    opacity: 1;
}

.flip-card-front:hover .description p {
    opacity: 1;
}
/*@media(max-width:770px) {
    section {
        padding: 2rem;
    }

    .flip-main .flip-card{
        flex: 0 0 calc(100% - 30px);
    }

    .about .row .image img {
        width: 100%;
        height: 100%;
    }
}*/

.header_review h1::before {
    content: '';
    width: 120px;
    height: 2px;
    background-color: white;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.header_review h1::after {
    content: '';
    width: 70px;
    height: 2px;
    background-color: white;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
}

.testContainer {
    width: 70%;
    overflow: hidden;
}

.testContainer .testRow {
    display: flex;
}

.testContainer .testRow .testItem {
    min-width: 100%;
    text-align: center;
}

.testRow .testItem img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    outline: 2px solid #eee;
    outline-offset: 2px;
    margin: 45px 0px 10px;
}

.testRow .testItem p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 10px;
}

.testRow .testItem h3 {
    font-size: 30px;
    font-style: italic;
    padding: 5px;
}

.testRow .testItem h4 {
    font-style: italic;
}

.flip-cardt:hover img {
    transform: translateY(1.1);
}

.flip-card-front:hover .description h3 {
    animation-delay: 2s;
    transition: opacity 0.5s ease-in-out;
    transform: translateY(0);
}

.flip-card-front:hover .description p {
    transform: translateY(0);
    opacity: 1;
}

.description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: var(--black);
    font-size: 18px;
}

.description h3 {
    font-weight: 700;
    font-size: 15px;
    /* margin: 0 0 20px;*/
    text-align: center;
    justify-content: center;
    text-align: center;
    transform: translateY(30px);
    /*transition: all 0.3 ease-out 0.2s;*/
    color: var(--white);
    opacity: 0;
}

.description p {
    text-align: center;
    justify-content: center;
    transform: translateY(30px);
    transition: all 0.3 ease-out 0.2s;
    color: var(--blue);
    opacity: 0;
}

/*eredmenyek end*/
/*podcast*/
/* Eredeti stílusok */
.podcast-section {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
}

.wrapper{
    position: relative;
    overflow:hidden;
    padding-top:56.25%;
    padding:20px;
}
.wrapper iframe{
    position: absolute;
    top:0;
    left:0;
}

/*podcast end*/
/*kapcsolat*/

section.contact-section {
    background-color: #f9f9f3;
    padding: 40px 0;
}

.contact-section h1 {
    text-align: center;
    color: var(--blue);
    font-size: 30px;
}

.contact-form {
    max-width: 600px;
    margin: 0px auto;
    padding: 0px 10px;
    overflow-x: hidden;
}

.contact-section .container {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-form-text {
    font-family: 'Faustina', serif;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0;
    border: 0;
    background: #ffffff;
    border: solid 1px #333;
    padding: 20px 40px;
    outline: none;
    color: #333;
    transition: 0.5s;
    border-radius: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

.contact-form-text:focus {
    box-shadow: 0 0 10px 4px var(--blue);
}

textarea.contact-form-text {
    resize: none;
    height: 200px;
}

.contact-form-btn {
    /*float: center;*/
    width: 40%;
    display: flex;
    text-align: center;
    justify-content: center;
    border: 0;
    background: grey;
    color: #fff;
    padding: 12px 50px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s linear;
    margin: 0 auto;
}

.contact-form-btn:hover {
    background: var(--blue);
}

input {
    display: grid;
    justify-content: center;
}

.text {
    display: flex;
    /* Make Flex Container */
    justify-content: center;
    /* Align in the center */
    align-items: flex-start;
    /* Set vertical alignment */
}

/*kapcsolat end*/
/*lábléc*/

.footer {
    background-color: #24262b;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    padding: 70px 0;
}

.footer .container {
    max-width: 1170px;
    margin: auto;
}

.footer .container ul {
    list-style: none;
}

.footer .container .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: var(--blue);
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-family: 'Faustina', serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: var(--blue);
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: var(--blue);
    background-color: #ffffff;
}

/*lábléc end*/

::-webkit-scrollbar {
    width: 1.3rem;
}

::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #797979;
    transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background: #222224;
}

::-webkit-scrollbar-track {
    background: #f9f9f9;
}

.text-center {
    text-align: center;
}

.section-heading {
    font-size: 3rem;
    color: var(--primary);
    padding: 2rem 0;
}

/*media*/

@media(max-width:450px) {
    html {
        font-size: 50%;
    }

    .footer-col {
        width: 100%;
    }
}

.content h1 {
    font-size: 16px;
    color: #fff;
}

.home video {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    z-index: -1;
    width: 100%;
    height: 100%;
}

@media(max-width:400px) {
    .okt_cim {
        text-align: center;
        color: var(--blue);
        font-size: 35px;
        padding-bottom: 0.25rem;
        padding: 1.9rem;
    }
    .tranding-slide {
        width: 37rem;
        /*height: 42rem;*/
        position: relative;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }

}

@media (max-width:450px) {
    .tranding-slider-control .swiper-button-next {
        left: 52% !important;
        transform: translateX(-80%) !important;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media (max-width:500px) {
   #visszajel .tranding-slider {
        /*height: 45rem;*/
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media (max-width:500px) {
    .tranding-slide {
        width: 28rem !important;
        /*height: 36rem !important;*/
    }

    .tranding-slide .tranding-slide-img img {
        width: 28rem !important;
        /*height: 36rem !important;*/
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media(max-width:550px) {
    .header_review h1 {
        font-size: 32px;
        letter-spacing: initial;
        color: yellow;
    }

    .testContainer {
        width: 85%;
    }

    .testRow .testItem img {
        width: 110px;
        height: 110px;
    }

    .testRow .testItem p {
        font-size: 16px;
        padding: 5px 15px;
        letter-spacing: initial;
    }

    .testRow .testItem h3 {
        font-size: 24px;
    }

    .container span.next,
    .container span.prev {
        padding: 10px 14px;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media(max-width:600px) {
    .okt_cim {
        text-align: center;
        color: var(--blue);
        font-size: 35px;
        padding-bottom: 0.25rem;
        padding: 1.9rem;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}
@media(max-width:650px) {
    .review .row {
        display: flex;
        flex-wrap: wrap;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media (max-width:768px) {
    html {
        font-size: 55%;
    }

    section {
        padding: 2rem;
    }

    .about .row {
        flex-flow: column;
    }

    .about .row .image img {
        width: 100%;
        height: 100%;
    }

    .about .row .content {
        text-align: center;
    }
    .about .row .content p {
        font-family: 'Faustina', serif;
        text-align:left;
        font-size: 2rem;
        padding: 0.5rem;
        color: var(--white);
    }

    .about .row .content .btn1 {
        margin-right: 0;
    }

    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}



@media(max-width:984px) {
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: var(--black);
        transition: all 0.2s ease-in-out;
    }

    .menu li {
        margin-top: 40px;
    }

    .menu li a {
        padding: 10px;
    }

    .open-menu,
    .close-menu {
        display: block;
    }

    #check:checked~.menu {
        right: 0;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media (max-width:990px) {
    .tranding-slider-control .swiper-button-prev {
        left: 40% !important;
        transform: translateX(-30%) !important;
    }

    .tranding-slider-control .swiper-button-next {
        left: 56% !important;
        transform: translateX(-30%) !important;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media (max-width:990px) {
    .tranding-slider-control .swiper-button-prev {
        left: 40% !important;
        transform: translateX(-30%) !important;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media(max-width: 991px) {
    html {
        font-size: 55%;
    }

    .flip-main .flip-card {
        flex: 0 0 calc(50% - 30px);
    }

    .about .row .image img {
        width: 100%;
        height: 100%;
    }

    .about .row .content p {
        font-family: 'Faustina', serif;
        text-align: left;
        font-size: 0.5rem;
        padding: 0.5rem;
        color: var(--white);
    }

    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: var(--black);
        transition: all 0.2s ease-in-out;
    }

    .menu li {
        margin-top: 40px;
    }

    .menu li a {
        padding: 10px;
    }

    .open-menu,
    .close-menu {
        display: block;
    }

    #check:checked~.menu {
        right: 0;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media(max-width:995px) {
    .about .row {
        flex-flow: column;
    }

    .about .row .image img {
        width: 100%;
        height: 100%;
    }

    .about .row .content {
        text-align: center;
    }

    .about .row .content p {
        font-family: 'Faustina', serif;
        text-align: left;
        font-size: 2rem;
        padding: 0.5rem;
        color: var(--white);
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media(max-width: 1000px) {
    td:not(first-of-type) {
        min-width: 12.1rem;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media(max-width:1393px) {
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: var(--black);
        transition: all 0.2s ease-in-out;
    }

    .menu li {
        margin-top: 40px;
    }

    .menu li a {
        padding: 10px;
    }

    .open-menu,
    .close-menu {
        display: block;
    }

    #check:checked~.menu {
        right: 0;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}

@media(max-width:1318px) {
    .about .row {
        flex-flow: column;
    }

    .about .row .image img {
        width: 100%;
        height: 100%;
    }

    .about .row .content {
        text-align: center;
    }
    .be_p strong {
        font-weight: 900;
        font-family: 'Faustina', serif;
        font-style: italic;
    }

    .be_p .strong-text {
        font-family: 'Faustina', serif;
        font-weight: 900;
        font-style: italic;
    }
}
@media (max-width:1149px) {

    @media(max-width:991px) {
        html {
            font-size: 55%;
        }

        .flip-main .flip-card {
            flex: 0 0 calc(50% - 30px);
        }

        .about .row .image img {
            width: 100%;
            height: 100%;
        }

        .about .row .content p {
            font-family: 'Faustina', serif;
            font-size: 2rem;
            padding: 0.5rem;
            color: var(--white);
        }

        .menu {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 80%;
            height: 100vh;
            position: fixed;
            top: 0;
            right: -100%;
            z-index: 100;
            background-color: var(--black);
            transition: all 0.2s ease-in-out;
        }

        .menu li {
            margin-top: 40px;
        }

        .menu li a {
            padding: 10px;
        }

        .open-menu,
        .close-menu {
            display: block;
        }

        #check:checked~.menu {
            right: 0;
        }
        .be_p strong {
            font-weight: 900;
            font-family: 'Faustina', serif;
            font-style: italic;
        }

        .be_p .strong-text {
            font-family: 'Faustina', serif;
            font-weight: 900;
            font-style: italic;
        }

    }

    @media(max-width:770px) {

        section {
            padding: 2rem;
        }

        .flip-main .flip-card {
            flex: 0 0 calc(100% - 30px);
        }

        .about .row .image img {
            width: 100%;
            height: 100%;
        }
        .be_p strong {
            font-weight: 900;
            font-family: 'Faustina', serif;
            font-style: italic;
        }

        .be_p .strong-text {
            font-family: 'Faustina', serif;
            font-weight: 900;
            font-style: italic;
        }
    }

    @media (max-width:768px) {
        html {
            font-size: 55%;
        }
        section {
            padding: 2rem;
        }

        .about .row {
            flex-flow: column;
        }

        .about .row .image img {
            width: 100%;
            height: 100%;
        }

        .about .row .content {
            text-align: center;
        }
        .about .row .content p {
            font-family: 'Faustina', serif;
            text-align:left;
            font-size: 2rem;
            padding: 0.5rem;
            color: var(--white);
        }

        .about .row .content .btn1 {
            margin-right: 0;
        }

        .footer-col {
            width: 50%;
            margin-bottom: 30px;
        }
        .be_p strong {
            font-weight: 900;
            font-family: 'Faustina', serif;
            font-style: italic;
        }

        .be_p .strong-text {
            font-family: 'Faustina', serif;
            font-weight: 900;
            font-style: italic;
        }
    }
/*
    @media (max-width:1440px) {
        #visszajel {
            padding: 1rem 0;
        }
    }
    
    @media (min-width: 2560px) {
        #visszajel {
            zoom: 1.7;
        }
    }
    
    @media (min-width: 3860px) {
        #visszajel {
            zoom: 2.5;
        }
    }*/
/*media end*/}

/*masik oldal*/

.termp {
    color: var(--white);
    font-family: 'Airstrike', sans-serif;
    font-size: 3.5rem;
    padding: 3rem;
    text-align: center;

}
.egy{
    color: var(--white);
    font-family:'Faustina', serif;
    font-size: 2rem;
    padding-left: 1rem;
}
.ketto{
    color: var(--white);
    font-family: 'Faustina', serif;
    font-size: 2rem;
    padding: 1.5rem;
    
}

.information {
    color: var(--white);
    font-family: 'Faustina', serif;
    font-size: 2rem;
    list-style-type: disc;
    padding:1rem;
}
.information  li{
    color: var(--white);
    font-family: 'Faustina', serif;
    font-size: 2rem;
    list-style-type: disc;
    list-style-position: inside;
    padding:1rem;
}
.information li mark{
   padding:1.5rem;
   color:var(--black);
   list-style-type: disc;
   list-style-position: inside;

}

.nav-bar_aszf   {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    position: relative;
    background-color: var(--black);
    padding: 12px 12px;
}
.szolgaltatas li a{
    justify-content: center;
}


.nav-bar_aszf .logo_aszf a img {
    width: 40px;
    justify-content: left;

}

#check {
    display: none;
}

.menu_aszf {
    display: flex;
}

.menu_aszf li {
    padding-left: 30px;
}

.menu_aszf li a {
    display: inline-block;
    text-decoration: none;
    color: var(--white);
    text-align: center;
    transition: 0.30s ease-in-out;
    position: relative;
    font-size: 30px;
    padding: 8px;
}

.menu_aszf li a:hover {
    background-color: var(--blue);
    border-radius: 20px;
    padding: 10px;
}


