.content-theme-intro {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 5.4rem;
    min-height: calc(100vh - 5.4rem);
    background: linear-gradient(145deg, #910041 15%, rgba(38, 64, 89, 0) 55%), url(/storage/upload/pagesImg/fooldal.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    animation-name: shrink;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: shrink;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: shrink;
    -moz-animation-duration: 20s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

.content-theme-intro .box {
    box-shadow: 0 0 40px 4px rgba(26, 26, 26, 0.4);
    border-width: 6px;
    border-style: solid;
    border-color: #ffffff;
    color: #FFFFFF;
    padding: 1rem;
    background: rgba(91, 175, 164,.75);
}

.content-theme-intro .box h1 {
    font-family: 'Alice', Georgia, "Times New Roman", serif;
    color: #FFFFFF;
    letter-spacing: -1px;
    text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.4);
}

.content-theme-intro .box .scroll-down {
    height: 80px;
    text-align: center;
    width: 100%;
}

.content-theme-intro .box .scroll-down .arrows {
    width: 60px;
    height: 72px;
}

.content-theme-intro .box .scroll-down .arrows path {
    stroke: #FFFFFF;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

.content-theme-intro .box .scroll-down .arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.content-theme-intro .box .scroll-down .arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

.content-theme-intro .box .scroll-down .arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

@keyframes shrink {
    0% {
        background-size: 100% auto;
    }
    50% {
        background-size: 110% auto;
    }
    100% {
        background-size: 100% auto;
    }
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@media only screen and (orientation: landscape) and (min-width: 768px) {
    .content-theme-intro .box {
        padding: 2rem;
    }
}

@media only screen and (orientation: landscape) and (min-width: 768px) and (min-height: 768px) {
    .content-theme-intro {
        height: calc(100vh - 5.4rem);
    }
}


/* ######################## THEYSAYABOUTUS START ######################## */
.content-theme-theySayAboutUs {
    background-color: #aec7a0;
}

@media (min-width: 768px) {
    .content-theme-theySayAboutUs {
        background: linear-gradient(270deg, #aec7a0 0%, rgba(38, 64, 89, 0) 40%), url(/storage/upload/pagesImg/rolunk_mondtak.webp) no-repeat top center;
        background-size: cover;
    }
}

.quoteSlider-container {
    position: relative;
    background-color: #FFFFFF;
    border-radius: .75rem;
}

.quoteSlider-container::before {
    content: "";
    background: url('/layout/themes/emtech/images/logo.png');
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: top 5px right 50%;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

#quoteSlider .carousel-indicators [data-bs-target] {
    background-color: #910041;
}

#quoteSlider .carousel-indicators li {
    border: none;
    background: #ccc;
}

#quoteSlider .carousel-indicators li.active {
    background: #28a745;
}

#quoteSlider .content-box .content-box-text {
    text-align: justify;
    position: relative;
    overflow: hidden;
    max-height: 150px;
    transition: 0.5s ease-in-out;
}

#quoteSlider .content-box .content-box-text::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transition: 0.5s ease-in-out;
    content: '';
    background-image: linear-gradient(to top, #ffffff, transparent);
}

#quoteSlider .blockquote-footer label {
    position: relative;
    cursor: pointer;
}

#quoteSlider .blockquote .input-readmore {
    display: none;
}

#quoteSlider .blockquote-footer label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}

#quoteSlider .blockquote .input-readmore:checked ~ .blockquote-footer label::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
}

#quoteSlider .blockquote .input-readmore:checked ~ .lead .content .content-box-text {
    max-height: 10000px;
}

#quoteSlider .blockquote .input-readmore:checked ~ .lead .content .content-box-text::before {
    height: 0;
}

#quoteSlider .blockquote .input-readmore:checked ~ .lead .content::before {
    bottom: 80%;
    right: 100%;
    transform: rotate(-50deg);
}

#quoteSlider .blockquote .input-readmore:checked ~ .lead .content::after {
    transform: translate(75%, 55%) rotate(30deg);
}

#quoteSlider .quote-start {
    color: #03bd10;
}

#quoteSlider .quote-end {
    padding-top: 0;
    color: #03bd10;
}

#quoteSlider .blockquote-footer::before {
    content: "";
}

#quoteSlider .blockquote-footer cite::before {
    content: "— ";
}

/* ######################## THEYSAYABOUTUS END ######################## */

/* ######################## HOME STORY START ######################## */
.content-theme-story {
    margin-top: 4rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #020825 !important;
    position: relative;
}

.content-theme-story:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.15;
    background-image: url('/storage/upload/pagesImg/bio_talajkezelés.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.content-theme-story .img-mask.mask-1 img {
    -webkit-mask-image: url('/storage/upload/pagesImg/blob.svg');
    mask-image: url('/storage/upload/pagesImg/blob.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.content-theme-story .img-mask img {
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: auto;
    width: 100%;
    max-width: 100%;
    -webkit-mask-size: auto auto;
}

.content-theme-story img,
.content-theme-story svg {
    vertical-align: middle;
}

.content-theme-story img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.content-theme-story h1 {
    color: #bac7dd;
    font-size: 2.3rem !important;
    line-height: 1.25em !important;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    word-spacing: 1px;
}

.content-theme-story .lead {
    /*color: #60697B;*/
    color: #bdbbbb;
    font-size: 1.5rem !important;
    line-height: 1.5em !important;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    word-spacing: 1px;
}

.content-theme-story .quote-card {
    bottom: 10%;
    right: 2%;
    border: none;
    background-image: linear-gradient(45deg, #00345c, #378e46, #e0e262);
}

.content-theme-story .quote,
.content-theme-story .quote h2 {
    /*color: #60697B;*/
    color: #FFFFFF;
    font-size: 1.25rem !important;
    line-height: 1.75em !important;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    word-spacing: 1px;
    margin-bottom: 0;
    text-shadow: 1px 1px #60697B;
}

.content-theme-story .link {
    padding: .75rem 2rem;
    border-width: 2px;
    font-size: 1.25rem !important;
    line-height: 1.75em !important;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    word-spacing: 1px;
    transform: translateY(0);
    transition: all .2s ease-in-out;
    border-color: #005F85;
}

.content-theme-story .link:hover {
    transform: translateY(-0.15rem);
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, .15);
}

.content-theme-story .link.btn-primary {
    background-color: #005F85;
    color: #FFFFFF;
}

.content-theme-story .link.btn-outline-primary {
    color: #005F85;
}

.content-theme-story .link.btn-primary:hover,
.content-theme-story .link.btn-outline-primary:hover {
    background-color: #348847;
    border-color: #348847;
    color: #FFFFFF;
}

.content-theme-story .encirclement-span:before,
.content-theme-story .encirclement-span:after {
    border-color: #dbde62;
}

/* ######################## HOME STORY END ######################## */

figure.product-img {
    position: relative;
    z-index: 2;
}

.lower-end figure {
    transform: rotate(357deg);
}

.lower-start figure {
    transform: rotate(3deg);
}

.productImg {
    display: none;
    position: absolute;
    height: 150px;
    width: 150px;
    bottom: -30px;
    right: -30px;
    z-index: 3;
    border-radius: 50%;
}

.productImg:before {
    content: '';
    position: absolute;
    display: block;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    z-index: 5;
    box-shadow: inset 1rem 1.25rem 0.75rem rgba(30, 34, 40, .15), 1rem 1.25rem 0.75rem rgba(30, 34, 40, .15);
}

.productImg img {
    border: 3px solid #717f8a;
    border-radius: 50%;
}

.content-theme-products .container {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.content-theme-products .img-bordered {
    border-radius: .5rem;
}

.product-content {
    /*color: #4a535d;*/
    color: #00345C;
    font-family: 'Encode Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 1.25rem;
    line-height: 1.7;
    text-shadow: 0 0.1em 0.1em rgba(220, 220, 220, 0.4);
}

.product-content h2 {
    margin-bottom: 2rem;
}

.post-category {
    text-transform: uppercase;
    letter-spacing: .02rem;
    font-size: 1rem;
    font-weight: 700;
}

.text-line {
    position: relative;
    vertical-align: top;
    padding-left: 1.4rem;
}

.text-line.text-leaf:before {
    background-color: #378e46;
}

.text-line:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
    width: 0.75rem;
    height: 0.05rem;
    background: #378e46;
}

.widget-homeblock1 {
    background-color: #910041;
    color: #f7f7f7;
}

.widget-homeblock1 p {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.widget-homeblock1 img {
    width: 300px;
    border-radius: .25rem;
}

.widget-homeblock2 {
    background-color: #f7f7f7;
    color: #910041;
}

.widget-homeblock2 .container-fluid {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .widget-homeblock2 .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .widget-homeblock2 ul li {
        font-size: 1.05rem;
        line-height: 1.5rem;
    }
}

@media only screen and (min-width: 768px) {
    .widget-homeblock2 ul {
        list-style: none;
    }

    .widget-homeblock2 ul li {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}