/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
:root {
    --boxShadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    --sectionShadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    --sectionShadowTop: rgba(0, 0, 0, 0.07) 1px 0px 1px, rgba(0, 0, 0, 0.07) 2px 0px 2px, rgba(0, 0, 0, 0.07) 4px 0px 4px, rgba(0, 0, 0, 0.07) 8px 0px 8px, rgba(0, 0, 0, 0.07) 16px 0px 16px;
    --sectionShadowNav: rgb(0 0 0 / 50%) 0px -4px 6px -5px;
    --defRadius: 25px;
    --insetShadow: inset 2px 2px 4px rgba(0,0,0,0.15);
}

.maxW-text {
    max-width: 760px;
}

section.section-shadow {
    box-shadow: var(--sectionShadow);
    z-index: 2;
}

div.boxShadow >.fusion-column-wrapper {
    box-shadow: var(--boxShadow);
}

/* Header */

.fusion-tb-header {
    padding-top: 20px;
}
/*----- TOP NAV -----*/

section.topNav-container ul.topNavChecklist {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-right: 25px;
    gap: 25px;
}

section.topNav-container ul.topNavChecklist li.fusion-li-item {
    padding: 0;
}

section.topNav-container ul.topNavChecklist li.fusion-li-item span i {
    font-size: 24px;
}

.fusion-social-networks-wrapper {
    display: flex;

}

div.topSocials .fusion-social-networks-wrapper > a {
    
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: var(--awb-color1)!important;
    font-weight: 400;
    font-size: 21px;
}

/* WA */
div.topSocials .fusion-social-networks-wrapper > a.awb-icon-whatsapp {
    background: #25D366;
}

/* Skype */
div.topSocials .fusion-social-networks-wrapper > a.awb-icon-skype{
    background: #0078D7;
}

/* Facebook */

div.topSocials .fusion-social-networks-wrapper > a.awb-icon-facebook {
    background: #3B579D;
}

/*----- Navigace-----*/

header.header-container {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: var(--sectionShadowNav);
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 25px;
}

span.headerLogo {
    width: 100px;
    height: auto;
}

div.menu-wrap {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 25px;
}


div.menu-wrap nav {
    width: fit-content;
    
}

div.menu-wrap nav ul#menu-main-menu {
    width: fit-content;
    gap: 25px;
}

/* Slider dodelavky */

div.sliderContentWrap {
    position: relative;
    filter: blur(5px); 
    transition: filter 1s; 
}


/* Sluzby */
div.sluzbyBox {
    transition: all .5s ease-in-out;
}

div.sluzbyBox .fusion-column-wrapper {
    position: relative;
    box-shadow: var(--boxShadow);
}
div.sluzbyBox:hover .fusion-column-wrapper {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    background: rgba(255,255,255,1)!important;
    backdrop-filter: blur(3px)!important;
    
}

div.sluzbyBox:hover {
    transform: rotate(5deg);
}

div.sluzbyBox-rotate_title p {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translate(0,-50%) rotate(270deg);
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    /* transform: rotate(270deg); */
    overflow: hidden;
    letter-spacing: 5px;
    z-index: -1;
    transition: all .5s ease-in-out;
}

/* hover eng */

div.sluzbyBox:hover .sluzbyBox-rotate_title.en p {
    background: -webkit-linear-gradient(0deg,#D80027, #0052B4);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* hover french*/
div.sluzbyBox:hover .sluzbyBox-rotate_title.de p {
    background: -webkit-linear-gradient(0deg,#000000, #D80027, #FFDA44);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* hover french*/
div.sluzbyBox:hover .sluzbyBox-rotate_title.fr p {
    background: -webkit-linear-gradient(0deg,#D80027, #F0F0F0, #0052B4);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* hover it*/
div.sluzbyBox:hover .sluzbyBox-rotate_title.it p {
    background: -webkit-linear-gradient(0deg,#6DA544, #F0F0F0, #D80027);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* hover es*/
div.sluzbyBox:hover .sluzbyBox-rotate_title.es p {
    background: -webkit-linear-gradient(0deg,#D80027, #FFDA44, #D80027);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ico-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    outline: 5px solid var(--awb-color1);
    box-shadow: 0px 0px 5px rgb(0, 0, 0);
}

/* other box icon */
.ico-wrapper.other {
    background: var(--awb-color1);
    padding: 10px;
}

.ico-wrapper.other svg.other-ico path {
    fill: var(--awb-color4);
}

.ico-wrapper.other svg.other-ico path:last-child {
    fill: var(--awb-color5);
}

/* vlajky ico */
.ico-wrapper > div > span > img {
    object-fit: cover;
    height: 100px;
}

.ico-wrapper svg {
    width: 100px;
    height: 100px;
}



/* ---- maturitni kurzy ---- */
div.kurzyBox {
    transition: all .5s ease-in-out;
}

div.kurzyBox .fusion-column-wrapper {
    background-color: var(--awb-color1)!important;
    border-radius: var(--defRadius);
    padding: 12px 40px;
    width: 500px!important;
    margin-bottom: 25px;
    box-shadow: var(--boxShadow);
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    
}


div.kurzyBox .fusion-column-wrapper .icoWrap {
    width: 64px;
    height: 64px;
    background: var(--awb-color3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: var(--insetShadow);
    transition: all .5s ease-in-out;
}

div.kurzyBox .fusion-column-wrapper .icoWrap svg {
    width: 28px;
    height: auto;
    fill: var(--awb-color5);
    transition: all .3s ease-in-out;
}

div.kurzyBox:hover .fusion-column-wrapper {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
/*     box-shadow: 0 5px 0 0 rgba(229, 30, 37, 1), 0 10px 0 0 rgba(229, 30, 37,0.6), 0 15px 0 0 rgba(229, 30, 37,0.4), 0 20px 0 0 rgba(229, 30, 37,0.2), 0 25px 0 0 rgba(229, 30, 37,0.1);
    box-shadow: 0 0 0 2px rgba(229, 30, 37,1), 8px 8px 0 0 rgba(229, 30, 37,1);
    box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.2); */
    /* box-shadow: inset 0 0 35px 5px rgba(0,0,0,0.25), inset 0 2px 1px 1px rgba(255,255,255,0.9), inset 0 -2px 1px rgba(0,0,0,0.25); */
    transform: translateX(20px)!important;
}

div.kurzyBox:hover .fusion-column-wrapper .icoWrap {
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 0px rgba(0, 0, 0, 0.2); */
    box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.2);
/*     background: rgb(216,0,39);
    background: linear-gradient(180deg, rgba(216,0,39,1) 0%, rgba(158,3,31,1) 100%); */
    background-color: var(--awb-color5);
}

div.kurzyBox:hover .fusion-column-wrapper .icoWrap svg {
    fill: var(--awb-color1);
}


/* ul.kurzyChecklist li.fusion-li-item {
    background-color: var(--awb-color1)!important;
    border-radius: var(--defRadius);
    padding: 12px 40px;
    width: 500px;
    margin-bottom: 10px;
    box-shadow: var(--boxShadow);
}

ul.kurzyChecklist .icon-wrapper ul.fusion-checklist span.icon-wrapper {
    position: relative;
    box-shadow: var(--insetShadow);
} */

/* O společnosti LINDA */

section.about-container {
    box-shadow: var(--sectionShadowTop);
}

/* right col - img */
div.aboutImage-col,
div.aboutImage-col .fusion-column-wrapper {
    position: relative;
    min-height: 500px;
}

div.aboutImage-col .fusion-column-wrapper .fusion-image-element {
    position: absolute;
    width: 615px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-65%);
}

div.aboutImage-col .fusion-column-wrapper .fusion-image-element::before,
div.aboutImage-col .fusion-column-wrapper .fusion-image-element::after {
    content: "";
    position: absolute;
    background: url("/wp-content/uploads/2024/09/logo_part.svg") no-repeat;
    background-size: contain;
    width: 480px;
    height: 200px;

}



/* horni */
div.aboutImage-col .fusion-column-wrapper .fusion-image-element::before {
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-42%,-125%);
}

/* spodni */
div.aboutImage-col .fusion-column-wrapper .fusion-image-element::after {
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-42%,60%) scale(1, -1);
}

div.about-pismena {
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%,-30%);
    display: flex;
    gap: 25px;
}

div.about-pismena .pismena_wrap {
    width: 650px;
    display: flex;
    gap: 25px;
    transform: translate(10%,-30%);}

div.about-pismena .d-letter {
    z-index: 12;
}

.bfirst,
.bsec {

}


div.bthird .fusion-column-wrapper,
div.blast .fusion-column-wrapper {
justify-content: flex-end;
}




/* speech bubble */

div.aboutImage-col .fusion-column-wrapper .fusion-builder-row.customRowFirst {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: space-between;
    transform: translateX(100px);
}

div.aboutImage-col .fusion-column-wrapper .fusion-builder-row.customRowLast {
    position: absolute;
    bottom: 0;
    left: 0;
    justify-content: space-between;
    align-items: flex-end;
    transform: translateX(100px);
}
div.vyhodaBubble {
    width: fit-content;
}

div.vyhodaBubble .fusion-column-wrapper svg.vyhodaIco {
    width: 32px;
    height: auto;
}

div.vyhodaBubble .fusion-column-wrapper .bubblewrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--awb-color3);

    width: 170px;
    padding: 12px 24px;
    border-radius: 50%;
    height: 130px;
}

div.vyhodaBubble .fusion-column-wrapper .bubblewrap::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 20px;
    bottom: -12px;
    border: 16px solid;
    border-color: var(--awb-color3) var(--awb-color3) transparent transparent;
    transform: rotate(-30deg);
    }

.pcReview {

}

div.reviewHeading {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: flex-start;
    margin-bottom: 25px;
}

div.reviewHeading .fusion-image-element {
    width: 100px;
  height: 100px;
  object-fit: cover;
  max-width: 100px;
  background: red;
  border-radius: 50%;
}

div.reviewHeading .fusion-image-element img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.hpReviews-col .fusion-column-wrapper {
    height: 450px;
}

.awb-swiper .fusion-carousel-item-wrapper {
    text-align: left!important;
}

/* .hpReviews-col .fusion-column-wrapper .awb-swiper-carousel #swiper-wrapper-213952c610bd766a7 .pcReview {
    height: 450px;
} */


/* KOntakty */

section.kontakt-container {
    position: relative;
}

/* section.kontakt-container::after {
    content: "";
    position: absolute;
    bottom: -110px;
    right: -22px;
    background: url(/wp-content/uploads/2024/09/napisy_transp.png) no-repeat;
    background-size: contain;
    width: 800px;
    height: 500px;
    opacity: 0.5;
    z-index: 1;
    transform: rotate(-10deg);
} */

div.form-col {
    position: relative;
}

div.form-col::before {
    content: "";
    position: absolute;
    bottom: -150px;
    right: -450px;
    background: url(/wp-content/uploads/2024/09/napisy_transp.png) no-repeat;
      background-size: auto;
    background-size: contain;
    width: 700px;
    height: 500px;
    opacity: 0.5;
    z-index: -1;
    transform: rotate(-10deg);
}

.kontakt-col-kontakty .fusion-column-wrapper .icoWrap {
    width: 64px;
    height: 64px;
    background: var(--awb-color3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: var(--insetShadow);
}

.kontakt-col-kontakty .fusion-column-wrapper .icoWrap svg {
    width: 28px;
    height: auto;
    fill: var(--awb-color5);
}

.kontaktBox .fusion-column-wrapper {
    gap: 25px;
    align-items: center;
    margin-bottom: 25px;
}

.kontaktBox .fusion-column-wrapper:last-child {
    margin-bottom: 50px;
}

p span.fwdef {
    font-weight: initial;
}



/* Subpage - naše kurzy */

section.nase_kurzy-container{
    box-shadow: var(--sectionShadow) !important;
    z-index: 2;

    & .kurz-col{
        & > .fusion-column-wrapper{
            border-radius: var(--defRadius);
            overflow: hidden;
            box-shadow: var(--boxShadow) !important;
    
            & .text-wrapper{
                padding: 40px;
            }
        }
    }

    & .reviews {

        & .awb-quote{
            padding: 40px;
        }

        & .testimonial-thumbnail{
            width: 80px !important;
            aspect-ratio: 1;
    
            & > img{
                object-fit: cover;
                height: 100%;
            }
        }
    }

}

section.nase_kurzy-sluzby-container{
    box-shadow: var(--sectionShadowTop) !important;
    z-index: 2;
}

/* Subpage - Rozřazovací testy */

body.page-id-29{
    img{
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }

    h3{
        margin-top: 1.5rem;
        margin-bottom: 3rem;
        font-weight: 600;

        /* &::before{
            content: url("data:image/svg+xml,%3Csvg id='fi_3236907' enable-background='new 0 0 100 100' height='512' viewBox='0 0 100 100' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m50 10.75c-18.266 0-34.562 13.129-38.383 31.007-1.909 8.933-.623 18.432 3.636 26.515 4.099 7.779 10.819 14.066 18.859 17.629 8.363 3.707 17.964 4.353 26.754 1.825 8.48-2.438 15.999-7.789 21.118-14.972 10.703-15.017 9.272-36.111-3.32-49.567-7.38-7.886-17.862-12.437-28.664-12.437zm18.829 41.347-10.7 10.958c-2.709 2.775-6.991-1.429-4.293-4.191l5.399-5.529h-25.586c-1.817 0-3.333-1.517-3.333-3.333s1.517-3.333 3.333-3.333h25.458l-5.506-5.505c-2.736-2.736 1.506-6.979 4.242-4.243l10.961 10.96c1.162 1.161 1.173 3.041.025 4.216z'%3E%3C/path%3E%3C/svg%3E");
            width: 25px;
            aspect-ratio: 1;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        } */
    }

    .container{
        h3{
            margin-top: 0;
            margin-bottom: 2rem;
        }

        h4{
            margin-top: 0;
            margin-bottom: 1rem;
            font-weight: 500;
        }

        button.btn{
            padding: 13px 29px;
            border-radius: 25px 0 25px 0;
            background-color: var(--awb-color5);
            color: var(--awb-color1);
            border: 0;
            font-size: 14px;
            font-weight: 600;
            font-family: 'Raleway', sans-serif;
            transition: all 0.2s linear;

            &:hover{
                background-color: #B51C21;
            }
        }

        ul{
            padding-left: 0.5rem;

            li::marker{
                content: '';
            }
        }


        .message-box{
            margin-bottom: 4rem;
        }
    }

    #about{
        padding-top: 4rem;

        > .container{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

        .col-md-3{
            margin-bottom: 1.5rem;
        }

        .about-text{
            padding: 2rem;
        
            h3{
                font-size: 24px;
                margin-bottom: 0.25rem;
            }

            p:nth-child(2){
                color: var(--awb-color5);
            }

            p:nth-child(3){
                position: relative;
                padding-bottom: 20px;

                &::after{
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 1px;
                    bottom: 0;
                    left: 0;
                    background-color: var(--awb-color4);
                    opacity: 0.25;
                }
            }

            p:nth-child(5){
                color: var(--awb-color5);

                &::after{
                    content: ' Kč';
                }
            }

            p:last-child{
                margin-bottom: 0;
                font-weight: 700;
                color: var(--awb-color5);
            }
        }
    }
}

/* RESPO */

@media screen and (min-width: 1025px) {
    nav.awb-menu a[title="kurz"]{
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    div.aboutImage-col .fusion-column-wrapper .fusion-builder-row.customRowFirst,
    div.aboutImage-col .fusion-column-wrapper .fusion-builder-row.customRowLast{
        transform: translateX(0);
    }

    div.about-pismena{
        width: 100%;
        transform: translate(-50%, -50%);
        gap: 0;
        justify-content: center;
    }

    div.aboutImage-col .fusion-column-wrapper .fusion-image-element{
        transform: translate(-50%, -50%);
    }

    div.about-pismena .pismena_wrap{
        transform: translate(10%, 13%);
    }
}