/* 
Theme Name: BanoZsuzsanna Theme  
Theme URI: https://banozsuzsanna.hu/
Author: Böde Kriszta
Author URI: http://novartstudio.hu 
Description: Basic Theme by Kriszta Böde
Version: 1.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: banozsuzsanna-theme 
*/

@font-face {
    font-family: "AkayaTelivigala";
    font-style: normal;
    font-display: swap;
    src: url(fonts/AkayaTelivigala-Regular.ttf);
}

@font-face {
    font-family: "Karla";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/Karla-Light.ttf) format('truetype');
}

@font-face {
    font-family: "Karla";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/Karla-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Karla";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(fonts/Karla-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "Karla";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/Karla-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: "Karla";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/Karla-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/Montserrat-ExtraLight.ttf) format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(fonts/Montserrat-Light.ttf) format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(fonts/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/Montserrat-Thin.ttf) format('truetype');
}

/* BODY */

body {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #303030;
    font-size: 18px;
    line-height: 1.3;
    position: relative;
}

main {
    min-height: calc(100vh - 136px - 100px);
    /* width: fit-content; */   
}

.aloldal-box {
    padding-top: 100px;
}

.aloldal-box h1 {
    font-weight: bold;
    padding: 0;
    background-color: #fff;
    color: #303030;
    margin: 0 0 35px 0;
    width: auto;
}

section {
    position: relative;
}

.clear {
    clear: both;
}

input[type=submit] {
    cursor: pointer;
}

.inner-page {
    background: #fff;
}

.align-center {
    text-align: center;
}

#go-to-top {
    background: #590C69;
    border: 1px solid #D19FC6;
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 6;
}

#go-to-top::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -7px;
    content: "";
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}

.hidden {
    display: none !important;
}

.validation-error {
    color: red;
    display: block;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    #go-to-top,
    #go-to-top::before {
        display: none;
    }
}

/* HERO */

.text-block {
    background: #D19FC6 url(img/hero-1920x1080.png) top center no-repeat;
    background-size: cover;
    /* padding: 200px 0; */
    position: relative;
}

.title {
    position: relative;
    height: 100%;
    max-height: 100vh;
    width: 40%;
    float: right;
    font-family: 'AkayaTelivigala';
    font-size: 50px;
    color: #4A0D4A;
}

.body {
    position: absolute;
    top: 10%;
    right: 70%;
}

.soul {
    position: absolute;
    top: 20%;
    right: 40%;
}

.mind {
    position: absolute;
    top: 30%;
    right: 10%;
}

.texting {
    position: absolute;
    top: 45%;
    right: 0;
    width: 35%;
    font-size: 22px;
    font-weight: 400;
}

.texting p {
    margin-bottom: 25px;
}

.buttons-div {
    justify-content: center;
    display: flex;
    margin-top: 100px;
}

.button,
.button-second {
    background-color: #398FC7;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
}

.button {
    margin-right: 30px;
}

.button:hover,
.button-second:hover {
    background-color: #ffffff;
    border: solid 1px #398FC7;
    color: #398FC7;
}

@media screen and (max-width: 1919px) {
    .text-block {
        background: url(img/hero-1440x800.png) top center no-repeat;
    }
    .title {
        max-height: 800px;
    }
}

@media screen and (max-width: 1439px) {
    .text-block {
        background: url(img/hero-1280x720.png) top center no-repeat;
    }
    .title {
        font-size: 46px;
        max-height: 720px;
    }
    .texting {
        width: 40%;
        top: 40%;
        font-size: 20px;
    }
    .buttons-div {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1279px) {
    .text-block {
        background: url(img/hero-1024x660.png) top center no-repeat;
    }
    .title {
        font-size: 36px;
        max-height: 660px;
    }
    .buttons-div {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .text-block {
        background: url(img/hero-810x550.png) top center no-repeat;
    }
    .title {
        font-size: 32px;
        max-height: 550px;
    }
    .body {
        top: 3%;
    }
    .soul {
        top: 12%;
    }
    .mind {
        top: 21%;
    }
    .texting {
        width: 40%;
        top: 30%;
        font-size: 16px;
    }
    .buttons-div {
        margin-top: 50px;
    }
    .button,
    .button-second {
        padding: 12px;
        margin-right: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 809px) {
    .title {
        max-height: 550px;
    }
}

@media screen and (max-width: 480px) {
    .text-block {
        background: url(img/hero-450x720.png) top center no-repeat;
    }
    .title {
        width: 90%;
        max-height: 720px;
        z-index: 1;
    }
    .body {
        top: 55%;
    }
    .soul {
        top: 61%;
    }
    .mind {
        top: 55%;
    }
    .texting {
        width: 95%;
        position: absolute;
        right: 12px;
        top: 52%;
        background-color: rgba(209, 159, 198, 0.9);
        padding: 120px 20px 20px 20px;
    }
    .texting p {
        margin-bottom: 10px;
    }
    .buttons-div {
        display: none;
    }
}

/* ISMERJ MEG */

.zsuzsi .row .floated-image img {
    float: left;
    width: 100%;
    max-width: 450px;
    margin-right: 100px;
    border-radius: 5px;
}

@media screen and (max-width: 1280px) {
    .zsuzsi .row .floated-image img {
        margin-right: 60px;
    }
    .choice .row .floated-image img {
        margin-left: 60px;
    }
}

@media screen and (max-width: 767px) {
    .zsuzsi .row .floated-image img,
    .choice .row .floated-image img {
        display: none;
    }
}

/* AMIBEN SEGÍTENI TUDOK */

.flexbox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 25px;
}

.box-1,
.box-2,
.box-3 {
    width: 30%;
    /* height: 550px; */
    border: solid 2px rgba(89, 12, 105, 1);
    border-radius: 50px 5px 50px 5px;
}

.box-1 {
    background-image: url(img/service-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.box-2 {
    background-image: url(img/service-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.box-3 {
    background-image: url(img/service-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.inner-box {
    padding: 30px;
}

.service-title {
    font-family: AkayaTelivigala;
    font-size: 30px;
    text-align: center;
    color: #4A0D4A;
}

.service-title-secondrow {
    font-family: AkayaTelivigala;
    font-size: 28px;
    text-align: center;
}

.service-par {
    margin-bottom: 60px;
}

.inner-box .service-par p {
    margin-bottom: 20px;
}

.service-button {
    text-align: center;
}

.mobile-flexbox {
    display: none;
}

.mobile-flexbox-body,
.mobile-flexbox-soul,
.mobile-flexbox-mind,
.mobile-flexbox-contact {
    display: none;
}

@media screen and (max-width: 1279px) {
    .box-1,
    .box-2,
    .box-3 {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .flexbox {
        display: none;
    }
    .mobile-flexbox {
        display: flex;
        flex-direction: column;
    }
    .mobile-flexbox-felso,
    .mobile-flexbox-also {
        display: flex;
        flex-direction: row;
        color: #fff;
        font-family: 'AkayaTelivigala';
        font-size: 28px;
        position: relative;
    }
    .mobile-box-1 {
        position: relative;
        background-color: #590C69;
        border-radius: 20px 0 0 0;
        background-image: url(img/service-box-1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 250px;
        width: 50%;
    }
    .mobile-box-2 {
        position: relative;
        background-color: #D19FC6;
        border-radius: 0 20px 0 0;
        background-image: url(img/service-box-2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 250px;
        width: 50%;
    }
    .mobile-box-3 {
        position: relative;
        background-color: #D19FC6;
        border-radius: 0 0 0 20px;
        background-image: url(img/service-box-3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 250px;
        width: 50%;
    }
    .mobile-box-4 {
        position: relative;
        background-color: #590C69;
        border-radius: 0 0 20px 0;
        background-image: url(img/service-box-4.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 250px;
        width: 50%;
    }
    .mobile-box-1 p {
        position: absolute;
        bottom: 0;
        left: 20px;
    }
    .mobile-box-2 p {
        position: absolute;
        bottom: 0;
        right: 20px;
    }
    .mobile-box-3 p {
        position: absolute;
        bottom: 0px;
        left: 20px;
    }
    .mobile-box-4 p {
        position: absolute;
        bottom: 0px;
        right: 20px;
    }
    .mobile-flexbox-body,
    .mobile-flexbox-soul,
    .mobile-flexbox-mind,
    .mobile-flexbox-contact {
        display: none;
        border: 2px solid #590C69;
        width: 100%;
        padding: 20px;
    }

    .mobile-flexbox-body p,
    .mobile-flexbox-soul p,
    .mobile-flexbox-mind p,
    .mobile-flexbox-contact p {
        margin-bottom: 20px;
    }
    .mobile-flexbox-body,
    .mobile-flexbox-soul,
    .mobile-flexbox-mind,
    .mobile-flexbox-contact {
        border-radius: 20px 2px 2px 2px;
    }
}

/* MIÉRT VÁLASSZ ENGEM */

.choice .row .floated-image img {
    float: right;
    width: 100%;
    max-width: 430px;
    margin-left: 100px;
    border-radius: 5px;
}

.choice .row {
    display: grid;
}

.choice-list {
    list-style: disc;
    margin-left: 30px;
}

.choice-list li {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .choice .row .floated-image img {
        float: none;
        margin-bottom: 50px;
    }
}


/* VÉLEMÉNYEK RÓLAM */

.carousel-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.carousel {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 25px;
    overflow: hidden;
}

.dia {
    display: none;
}

.dia-div {
    width: 28%;
    height: 415px;
    background-color: #D19FC6;
    border-radius: 5px;
    position: relative;
}

.padding-box {
    margin: 30px;
}

.bottom {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.round {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 30px;
}

.opinion .previous,
.opinion .next {
    display: inline-block;
    color: #590C69;
    cursor: pointer;
    width: auto;
    font-size: 40px;
    transition: 0.6s ease;
    user-select: none;
}
  
.opinion a:hover {
    color: #D19FC6;
}


/* The dots/bullets/indicators */

.dots-box {
    padding: 20px 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
  
.active, .dot:hover {
    background-color: #590C69;
}

@media screen and (max-width: 1023px) {
    .dia-div {
        width: 90%;
    }
}

@media screen and (max-width: 499px) {
    .dots-box {
        background-color: #D19FC6;
    }
    .opinion .content-box {
        width: 100% !important;
        padding: 0;
    }
    .opinion h1 {
        margin-bottom: 0;
        width: 100%;
    }
    .carousel-outer {
        background-color: #D19FC6;
        column-gap: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact h1 {
        margin-top: 0;
    }
}



/* KAPCSOLAT */

/* .bzs-connect {
    margin-bottom: 40px;
} */

.info {
    padding-right: 100px;
}

.contact-datas {
    margin: 20px 0 50px 0;
}

.contact-datas a {
    text-transform: none;
    color: #303030;
    text-decoration: none;
}

.contact-datas a:hover {
    color: #590C69;
}

.telefon,
.mail,
.fb,
.insta {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.telefon a,
.mail a,
.fb a,
.insta a {
    text-decoration: none;
    color: #303030;
    cursor: pointer;
}

.contact-datas a {
    text-decoration: none;
    cursor: pointer;
}

.telefon::before {
    background-image: url(img/phone.png);
    background-size: 18px 24px;
    display: inline-block;
    width: 18px; 
    height: 24px;
    content:"";
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.mail::before {
    background-image: url(img/mail.png);
    background-size: 18px 13px;
    display: inline-block;
    width: 18px; 
    height: 13px;
    content:"";
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.fb::before {
    background-image: url(img/fb.png);
    background-size: 18px 18px;
    display: inline-block;
    width: 18px; 
    height: 18px;
    content:"";
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.insta::before {
    background-image: url(img/insta.png);
    background-size: 18px 18px;
    display: inline-block;
    width: 18px; 
    height: 18px;
    content:"";
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.name-box,
.mail-box,
.text-box {
    margin-bottom: 25px;
}

input[type='text'],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #590C69;
    border-radius: 5px;
    resize: vertical;
    font-family: "Montserrat" !important;
    font-size: 14px;
}
  
input[type='submit'] {
    text-transform: uppercase;
    background-color: #398FC7;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    font-family: "Montserrat";
}
  
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 40px;
}
  
 /* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #590C69;
    background-color: #fff;
}
  
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #eee;
}
  
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #398FC7;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}
  
/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 5px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.urlap-button-box {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .bzs-connect {
        display: none;
    }
}

@media screen and (max-width: 1919px) {
    .info {
        padding: 0;
    }
}


/* FOOTER */

footer {
/*     position: absolute;
    bottom: 0; */
    width: 100%;
    position: relative;
    /* height: 100px; */
}

.felso {
    background-color: #D19FC6;
    color: #590C69;
    text-transform: uppercase;
}

.footer-div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-div a {
    display: inline-block;
    color: #590C69;
    font-weight: 100;
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.footer-div a:hover {
    font-weight: 500;
    transition: all 0.6s ease;
    color:#590C69 !important;
}

.also {
    font-size: 10px;
    background-color: #D19FC6;
    background-color: rgba(209, 159, 198, 0.6);
    color: #590C69;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
    .felso {
        display: none;
    }
}

/* 404 */

.aloldal {
    margin-top: 150px;
}

.aloldal h3 {
    margin-bottom: 20px;
}

/* COOKIE */

.accept_cookies_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #590C69;
    color: #fff;
}

.accept_cookies_box_inner {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.accept_cookies_box_inner span {
    display: block;
    max-width: 80%;
}

/* .accept-cookies-float {
    float: right;
} */

.cookie-white {
    margin-left: 20px;
    text-transform: uppercase;
    color: #fff;
}

.submitbutton {
    border: none;
    background: #fff;
    color: #590C69;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    float: right;
    border-radius: 5px;
}

.submitbutton:hover {
    border: solid 1px #fff;
    color: #fff;
    background-color: #590C69;
}