@font-face {
    font-family: "OpenSans Light";
    font-display: swap;
    src: url(../fonts/OpenSans-Light.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans Regular";
    font-display: swap;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans Semibold";
    font-display: swap;
    src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans Bold";
    font-display: swap;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans ExtraBold";
    font-display: swap;
    src: url(../fonts/OpenSans/static/OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans Italic";
    font-display: swap;
    src: url(../fonts/OpenSans/static/OpenSans-Italic.ttf) format("truetype");
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: "OpenSans Regular";
}

a {
    color: #30427e;
    text-decoration: none;
    background-color: transparent;
}

/*Navbar*/

.nav-link {
    padding: 0px;
}



.nav {
    height: 75px;
}

.nav-fluid {
    background: #30427e;
    border-bottom: 5px solid #d5c9ad;
    width: 100%;
    height: 75px;
    z-index: 100;
    position: fixed;
    padding: 0 45px;
}

.logo {
    width: 92px;
    height: 39px;
    display: block;
    font-size: 0;
    line-height: 0;
    /*background: url("/themes/base_one/assets/img/logo-header.png");*/
}

nav {
    justify-content: flex-end;
}

.nav-fluid ul {
    list-style: none;
}

.nav-fluid ul li {
    margin: 0 0 0 25px;
}

.nav-fluid ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 2px solid transparent;
}

.nav-fluid ul li a:hover {
    color: white;
    border-bottom: 2px solid darkgray;
}



/*Hero*/

.hero-fluid {
    color: white;
    background-size: cover;
    height: 780px;
    padding: 0;
}

.hero-cont {
    max-width: 1500px;
}

.hero-cim {
    font-size: 77px;
    line-height: 87px;
    margin: 0;
}

.hero-span {
    font-family: "OpenSans Bold";
}

.hero-logo {
    width: auto;
    margin: 0 0 40px;
    display: block;
}


/*Proba*/

.proba-fluid {
    padding: 30px 0;
    background: #dee0e6;
}

.proba-container {
    max-width: 1500px;
}

.proba-fluid p {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    color: #292928;
}

.proba-fluid p span {
    font-family: "OpenSans Bold";
}

.proba-btn {
    height: 65px;
    line-height: 65px;
    padding: 0 35px;
    font-size: 1.5rem;
    margin: 0;
    color: white;
    background: #30427e;
    border: 0;
    border-radius: 10px;
    font-family: "OpenSans ExtraBold";
}

.proba-btn:hover {
    background: #30427e;
}



/*Csomag*/

.csomag-fluid {
    padding: 40px 0;
}

.csomag-container {
    max-width: 1500px;
}


.csomag-cim {
    font-size: 2.25rem;
    line-height: 2.625rem;
    color: #30427e!important;
    font-family: "OpenSans Bold";
}

.csomag-sub {
    font-size: 1rem;
    line-height: 1.5rem;   
}

.csomag {
    margin-bottom: 0;
    color: #535353;
}

.csomag-pic {
    margin-bottom: 10px;
    height: 166px;
}

.csomag-kartya-cim {
    font-size: 2.25rem;
    line-height: 2rem;
    margin-bottom: 0;
    color: #535353;
    font-family: "OpenSans Bold";
}

.csomag-kartya-cim span {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 15px;
    color: #535353;
    font-family: "OpenSans Regular";
}

.csomag-kartya-sub-last {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 15px;
    color: #535353;
}

.csomag p {
    margin-top: 15px;
    min-height: 100px;
    font-size: .75rem;
    line-height: 1.15rem;
}

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

.csomag-leiras {
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 0 25px;
    font-family: "OpenSans Bold";
}

.csomag-leiras span {
    font-size: 1.875rem;
    display: block;
    padding: 5px 0 0;
    color: #1286c5;
    font-family: "OpenSans ExtraBold";
}

.csomag-btn {
    margin: 0;
    color: white;
    font-size: .875rem;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background: #30427e;
    border: 0;
    border-radius: 10px;
    font-family: "OpenSans ExtraBold";
}

.csomag-btn:hover {
    margin: 0;
    color: white;
    font-size: .875rem;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background: #30427e;
    border: 0;
    border-radius: 10px;
    font-family: "OpenSans ExtraBold";
}

/*Csomag Méretek*/

.meret-fluid {
    background: #30427e;
    color: white;
    padding: 40px 0;
}

.meret-container {
    max-width: 1500px;
}

.meret-cim {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-family: "OpenSans Bold";
}

.meret-sub {
    font-size: 1rem;
    line-height: 1.5rem;
}

.item {
    margin-bottom: 0;
    padding: 5px 25px 25px;
    border: 3px solid white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.utolso-item {
    margin-bottom: 0;
    padding: 5px 25px 25px;
    border: 3px solid white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #1286c5;
}

.utolso-item .sum {
    color: #30427e !important;
}

.info {
    font-size: 62px;
    font-family: "OpenSans ExtraBold";
}

.info span:first-of-type {
    font-size: 45px;
    font-family: "OpenSans Regular";
}

.info span:nth-of-type(2) {
    font-size: 20px;
    font-family: "OpenSans Bold";
    display: flex;
}

.price {
    font-size: 44px;
    padding: 15px 0 30px;
    font-family: "OpenSans Bold";
}

.price span {
    font-size: 22px;
}

.total {
    margin: 0 0 20px;
}

.sum {
    font-size: 18px;
    line-height: 24px;
    color: #5e7bdf;
}

.min {
    font-size: 24px;
    line-height: 30px;
}

.item p {
    font-size: .75rem;
    line-height: 1.15rem;
    margin: 0;
}

.utolso-item p {
    font-size: .75rem;
    line-height: 1.15rem;
    margin: 0;
}


/*Csapatunk*/

.csapat-fluid {
    padding: 50px 0 0;
}

.csapat-container {
    max-width: 1500px;
}

.csapat-cim {
    color: #1286c5;
    font-size: 3.75rem;
    line-height: 3.75rem;
    margin-bottom: 30px;
    font-family: "OpenSans Bold";
}

.csapat-sub {
    font-size: .875rem;
    line-height: 1.375rem;
}

.logok {
    padding: 30px 0 70px;
    display: flex;
    align-items: center;
}

.csapatunk-basket {
    display: block;
    margin: 0 40px 0 0;
}

.csapatunk-camugo {
    display: block;
    margin: 0 40px 0 0;
    height: 52px;
}

.img-div {
    position: relative;
    display: flex;
    justify-content: end;
}

.csaba {
    display: block;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom;
    border-style: none;
}

.text {
    bottom: 91px;
    left: -260px;
    width: 396px;
    position: absolute;
}

.text h3 {
    font-size: 1.5rem;
    margin: 0 0 15px;
    color: #968b6f;
    position: relative;
}

.text h3::before {
    top: 35px;
    width: 100%;
    height: 1px;
    background: #30427e;
    display: block;
    content: " ";
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
}

.text h3::after {
    top: 33px;
    width: 6px;
    height: 6px;
    background: #30427e;
    display: block;
    content: " ";
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    border-radius: 50%;
}

.text p {
    width: 260px;
    font-size: .875rem;
    line-height: 1.375rem;
    margin: 0;
    color: #949493;
    max-width: 760px;
}


/*Vélemények*/

.velemenyek-fluid {
    background: #eef2f8;
    padding: 40px 0;
}

.velemenyek-container {
    max-width: 1500px;
}

.velemenyek-cim {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin-bottom: 30px;
    font-family: "OpenSans Bold";
}

.splide {
    display: block;
}

.splide__track {
    margin: 0 -15px;
    transform: translateZ(0);
    overflow: hidden;
    padding: 0;
    position: relative;
    display: block;
}

.splide__list {
    opacity: 1;
    transform: translate3d(0px 0px 0px);
}

.splide-wrap {
    background-color: white;
    border-radius: 5px;
    padding: 20px 15px 30px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 1px;
}

.card-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: "OpenSans ExtraBold";
}

.stars {
    display: block;
    margin: 0 0 15px;
}

.card-text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 50px;
    font-family: "OpenSans SemiBold";
    text-align: justify;
    
}

.user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 80px 0 0;
    background: url("/themes/base_one/assets/img/quot.png");
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
}

.user-info {
    color: black;
}

.uname {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 0 5px;
    display: block;
    font-family: "OpenSans Bold";
}

.location {
    font-size: .75rem;
    line-height: 1.15rem;
    text-transform: uppercase;
    display: block;
}

.velemeny-person {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.velemenyek-slide {
    display: flex;
}

.splide__pagination {
    padding-left: 0px;
    padding-top: 50px;
}

button[aria-selected = "true"] {
    background-color: #505253;
}

.splide__pagination__page {
    background: rgba(136, 133, 133, 0.973);
    border: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}



/*Hírek*/

.hirek-fluid {
    padding: 40px 0;
}

.hirek-container {
    max-width: 1500px;
}

.hirek-cim {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin-bottom: 30px;
    font-family: "OpenSans Bold";
}


.hirek-wrap {
    margin: 0 10px;
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
}

.hirek-card-logo {
    margin: 0 0 15px;
}

.hirek-card-cim {
    font-family: "OpenSans Bold";
    font-size: .875rem;
    line-height: 1.375rem;
    color: black;
}

.hirek-card-text {
    font-size: 10px;
    text-align: justify;
}

.hirek-card-cim a {
    color: black;
}

.hirek-wrap p {
    font-size: .75rem;
    line-height: 1.15rem;
}

.hirek-tovabb {
    color: #7bd808;
    font-family: "OpenSans Bold";
    font-size: .75rem;
    line-height: 1.15rem;
}

.hirek-tovabb:hover {
    color: black;
    font-family: "OpenSans Bold";
    font-size: .75rem;
    line-height: 1.15rem;
}

.splide2__list {
    width: auto!important;
}


/*Kapcsolat*/

.kapcsolat {
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1140px;
}


.kapcsolat-cim {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-family: "OpenSans Bold";
}

.kapcsolat-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
}

.kapcsolat-location {
    background: url("/themes/base_one/assets/img/ico-location.png") 7px 2px no-repeat;
    padding: 0 0 10px 38px;
    font-size: 1.5rem;
    margin: 0 0 15px;
    border-bottom: 1px solid #707070;
    stop-color: black;
    line-height: 31px;
}

.kapcsolat-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0 5px;
}

.kapcsolat-phone-mail {
    background: url("/themes/base_one/assets/img/ico-phone-email.png") 7px 3px no-repeat;
    padding: 0 0 10px 74px;
    font-size: 1.5rem;
    margin: 0 0 15px;
    border-bottom: 1px solid #707070;
    color: black;
    line-height: 31px;
}

.kapcsolat-phone {
    color: #30427e;
    text-decoration: none;
    background-color: transparent;
}

.kapcsolat-phone:hover {
    color: #30427e;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid #30427e;
}

.show-email {
    color: #7ba7e3;
    font-family: "OpenSans Italic";
    text-decoration: underline;
}

.show-email:hover {
    color: #7ba7e3;
    font-family: "OpenSans Italic";
    text-decoration: underline;
}

.social {
    background: url("/themes/base_one/assets/img/ico-social.png") 7px top no-repeat;
    padding: 0 0 10px 52px;
    font-size: 1.5rem;
    margin: 0 0 15px;
    border-bottom: 1px solid #707070;
    color: black;
    line-height: 31px;
}

.social-link.face {
    background-image: url("/themes/base_one/assets/img/facebook-svgrepo-com.png");
    background-size: 21px;
}

.social-link.insta {
    background-image: url("/themes/base_one/assets/img/instagram-svgrepo-com.png");
    background-size: 32px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: 50% no-repeat #5d62c5;
    margin-right: 5px;
    font-size: 0;
    line-height: 0;
}

.form {
    max-width: 1140px;
    padding: 60px 0;
    margin: 0 auto;
}

.form.container {
    max-width: 1340px;
}

.form-cim {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin-bottom: 30px;
    font-family: "OpenSans Bold";
}

.form-control {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    border: 1px solid #e1e6eb;
    border-radius: 3px;
    box-shadow: none;
    color: black;
    font-family: "OpenSans Regular";
    font-size: 14px;
    margin: 0 0 5px;
}

.form-group small {
    color: red;
}

.textarea {
    resize: none;
    height: 300px;
    padding: 20px 25px;
}

.form-submit {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    background: #232eff;
    border: 0;
    border-radius: 3px;
    margin: 0;
    color: white;
    font-family: "OpenSans ExtraBold";
    font-size: .875rem;
    cursor: pointer;
}

.form-submit:hover {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    background: #232eff;
    border: 0;
    border-radius: 3px;
    margin: 0;
    color: white;
    font-family: "OpenSans ExtraBold";
    font-size: .875rem;
    cursor: pointer;
}




/*Footer*/

.footer-fluid {
    padding: 60px 45px 30px;
    background: #30427e;
    color: white;
}

.footer-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

.footer-list {
    list-style: none;
    margin: 0;
}

.footer-list li {
    padding: 0 0 0 25px;
    margin: 0 0 15px;
    position: relative;
}

.footer-list li::before {
    width: 4px;
    height: 4px;
    display: block;
    content: " ";
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: white;
    border-radius: 56%;
}

.footer-list li a {
    width: fit-content;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}


.footer-list li a:hover {
    border-bottom: 1px solid white;
    color: white;
    text-decoration: none;
}

.footer-logo {
    width: auto;
    margin-bottom: 0 auto;
}

.social-link-footer.face {
    background: url("/themes/base_one/assets/img/facebook-svgrepo-com.png") 50% no-repeat;
    background-size: 21px;
}

.social-link-footer.insta {
    background: url("/themes/base_one/assets/img/instagram-svgrepo-com.png") 50% no-repeat;
    background-size: 32px;
}

.social-link-footer {
    width: 48px;
    height: 48px;
    border: 1px solid white;
    border-radius: 50%;
    margin: 0 10px;
}

.copyright {
    color: #7ba7e3;
    font-size: .875rem;
    line-height: 1.375rem;
}

.year {
    font-family: "OpenSans Bold";
}


/*Blog Aloldalak*/

.content {
    padding: 40px 0;
    max-width: 780px;
    margin: 0 auto;
}

.aloldal-cim-box {
    text-align: center;
    padding: 1.5rem 3rem 1.5rem 3rem;
}

.blog-title {
    font-size:2.25rem; 
    line-height:2.65rem;
    font-family: "OpenSans Bold";
}

.aloldal-img {
    margin-bottom: 1.5rem;
    width: 100%;
    display: block;
}

.blog-info {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #212020;
    font-family: "OpenSans Regular";
}


/*Adatvedelem, Koszono, Error aloldalak*/

.base_container {
    display: flex;
    justify-content: center;
    min-height: 430px;
}

.base_container .row {
    max-width: 780px;
}

.base_container h1,h2 {
    font-family: "OpenSans Bold";
    font-size: 2.25rem;
    line-height: 2.65rem;
    text-align: center;
}

.base_container div p {
    text-align: center !important;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}