﻿:root {
    --primary: #E65B02;
    --secondary: #FFF8F2;
    --primary-light: #E77326;
    --mobile: 480px;
}

body {
    padding: 0;
    color: var(--primary);
    font-size: 16px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
}

p {
    font-size: 22px;
    margin: 0;
}
a {
    color: var(--primary);
}

a:hover {
    font-weight: bold;
}
/*img{

    max-width: 1600px !important;
}*/

footer {
    margin: 8rem 0 8rem 0;
}
header{
    margin-bottom: 2rem;
}

li svg {
    width: 24px;
    height: 24px;
    fill: #E65B02;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 34px;
    font-weight: normal;
}

ul {
    padding: 0;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4-p {

    margin-bottom: 1rem !important;
}

.justify-center{
    display: grid;
    justify-items: center;
}

.centered-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}


div .rte {
    /*    width: 100% !important;
*/
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-bottom: 1rem;
}

div .rte p {
    text-align: start;
    font-size: 24px;
 
}
div .rte ul {
    text-align: start;
    font-size: 24px;
    padding-left:revert;
}

div .rte a {
    color: var(--primary);
}
div .rte a:hover {
    font-weight: bold;
}

/*div .rte ul {
    list-style-type: none;
}*/
.rte-center {
    margin-bottom: 1rem;
}

div .rte-center p {
    text-align: center;
}

.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.centered-section {
    margin-left: auto;
    margin-right: auto;
/*  justify-items: center;
   margin-top: 4rem;
    margin-bottom: 4rem;*/
    width: 70%;
}

.centered-section h2{
    text-align: center;
}

.centered-section h1 {
    text-align: center;
}
.centered-section-rte {
  
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 70%;
}



.flex-container svg {
    width: 24px;
    height: 24px;
    fill: #E65B02;
}

.link-text {
    color: var(--primary);
    text-decoration: none;
    font-weight: bold;
    align-self: center;
}

.menu-li-icons {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    gap: 0.25rem;
}

.menu-ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 1.5rem;
    align-items: center;
}
.sm-menu{
    display: none;
}
.img-text p {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
@media (max-width: 1040px) {
    .quate-sec h2 {
        font-size: 24px !important;
    }
    .quate-sec {
        width: 60% !important;
       
    }
}

@media (max-width: 768px) {

    .quate-sec h2 {
        font-size: 24px !important;
    }

    div.umbraco-forms-field-wrapper textarea {
        width: 100% !important;
    }

    .umbraco-forms-page {
        width: 420px !important;
    }
}

@media (max-width: 910px) {
    .centered-section {
        width: 100% !important;
    }

    .quate-sec {
        width: 50% !important;
    }

    div .rte {
        width: 100% !important;
    }

}

@media (max-width: 480px) {

    centered-section-rte {
        width: 100%;
    }

    div .rte {
        width: 100% !important;
    }

    .my-4-p {
        margin-top: 0 !important;
        margin-bottom: 0.5rem !important;
    }
    .quate-sec-img{
        height: 300px !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    .quate-sec-img p{
        font-size: 18px;
    }

    .quate-sec-img img {
        height: 200px !important;
        width:auto;
    }

    .sm-menu {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
    }

    .link-sm {
        display: none;
    }

    .menu-li-icons {
        display: none;
    }

    #logo {
        margin-left: auto;
        margin-right: auto;
    }


    .menu-ul {
        padding-left: 0;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .img-text img {
        width: 100%;
        height: auto;
    }



    .multi-imgs {
        grid-template-columns: repeat(2, 1fr) !important;
        width: 100% !important;
    }

        .multi-imgs img {
            width: 5rem !important;
        }


    .multi-img-sec h4 {
        font-size: 16px;
    }

    .centered-section {
        width: 100% !important;
    }

    .umbraco-forms-form fieldset {
        padding: 0 !important;
    }

    .umbraco-forms-form {
        width: 100% !important;
    }

    .upper-line h2 {
        font-size: 14px !important;
    }

    .side-line {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .quate-sec h2 {
        font-size: 20px !important;
    }

    .quate-sec {
        width: 100% !important;

    }

    .flex-container {
        margin: 0;
    }

    footer {
        margin: 4rem 0 4rem 0;
    }




    .umbraco-forms-page {
        width: 100% !important;
    }

    .img-text-p p {
        font-size: 18px !important;
    }


    .umb-block-grid {
        width: 100% !important;
    }

    div.umbraco-forms-field-wrapper input[type="text"] {
        width: 90% !important;
    }

    div.umbraco-forms-field-wrapper input[type="email"] {
        width: 90% !important;
    }

    div .umbraco-forms-field-wrapper textarea {
        width: 97% !important;
    }

    p {
        font-size: 18px;
    }

    .centered-img {
        width: 90%;
    }

    footer .img-text-p p {
        font-size: 12px !important;
    }

    .upper-line {
        gap: 0.25rem !important;
    }

    .text-sm p {
        font-size: 10px !important;
    }

    h2 {
        font-size: 24px !important;
        text-align: center;
    }

    .img-block img {
        max-width: 100vw;
        margin-left: -5%;
        width: 110%;
    }

    .umbraco-forms-navigation {
        width: 97% !important;
    }

    div .rte {
        padding: 0;
    }

    .quote-p {
        margin-top: 1rem !important;
    }
    .img-text-slider img {
        height: 180px !important;
        width:100% !important;

    }
}





    .menu-li {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    .menu-li a {
        color: var(--primary);
        text-decoration: none;
        font-weight: bold;
    }




    .section-container {
        width: 90%;
        margin: auto;
    }

    .flex-container {
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding: 0.5rem;
        padding-right: 0.5rem;
        gap: 1rem;
    }

    .img-text {
        display: flex;
        align-self: center;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

.img-text-slider {
    display: flex;
    align-self: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
    .img-text-slider img {
        margin-left: auto;
        margin-right: auto;
        height: 500px;
        width: auto; 
        object-fit: cover;
    }

    .img-text img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1280px !important;
    }

/*        .img-text p {
            text-align: center;
            font-size: 24px;
            font-weight: 700;
        }*/

    footer .img-text-p p {
        font-size: 18px;
        margin-top: 2rem;
    }

    .img-text-p {
        width: 100%;
        text-align: center;
    }




    .multi-imgs {
        display: grid;
        margin: 4rem auto 4rem auto;
        grid-template-columns: 1fr 1fr 1fr;
        align-self: center;
        justify-items: center;
        gap: 2rem;
    }

    .second-col {
        grid-column-start: 2;
    }

    .multi-imgs-1col {
        display: grid;
        margin: 4rem auto 4rem auto;
        grid-template-columns: 1fr;
        align-self: center;
        justify-items: center;
        gap: 4rem;
    }

        .multi-imgs-1col img {
            height: auto;
            width: 10rem;
            object-fit: cover !important;
            align-self: center;
        }

        .multi-imgs-1col a img {
            color: var(--primary);
        }


    .multi-imgs img {
        height: 8rem;
        width: 8rem;
        object-fit: contain !important;
        align-self: center;
    }

    .multi-imgs a {
        align-content: center;
    }

    .upper-line h2 {
        text-align: center;
        padding: 0.25rem;
        font-size: 16px;
        margin: 0;
        font-weight: bold;
    }

    /*.img-text-p {
    font-weight: bold;
}*/

    .upper-line {
        /*   display: flex;
    flex-direction: row;*/
        display: grid;
        grid-template-columns: 1fr auto 1fr !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    .side-line {
        height: 0.25rem;
        background-color: #E65B02;
        margin-left: 1rem;
        margin-right: 1rem;
        align-self: center;
    }


    div .rte-text {
        width: 100%;
    }

    .text-center p {
        text-align: center;
    }

    .text-center {
        text-align: center;
        justify-items: center !important;
    }

    .text-sm p {
        font-size: 12px;
    }


    div .rte-text img {
        width: 100%;
        height: auto;
    }


    /* Quates block  */
    .quate-sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        justify-items: center;
        padding-top: 4rem;
        width: 40%;
    }
.quate-sec-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:2rem;
    margin-bottom:2rem;
    justify-items: center;
    padding-top: 4rem;
    width: 70%;
    height: 600px;
}

    .quate-sec h2 {
        margin: 0;
        text-align: center;
        font-size: 36px;
        font-weight: 700;
    }

.quate-sec p {
    text-align: center;
}


    .bg-secondary {
        background-color: var(--secondary);
    }

    .flex-container-col {
        display: flex;
        flex-direction: column;
        justify-items: center;
    }

    .quote-p {
        display: flex;
        flex-direction: row;
        gap: 4px;
        justify-content: center;
        margin-top: 2rem;
    }

    .play-icon {
        align-self: center;
    }

    .left {
        transform: rotate(180deg);
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    #reviewContainer > div {
        display: none;
        -webkit-animation: fadeOut 2s;
        animation: fadeOut 2s;
    }

    #reviewContainer > div.visible {
        display: block;
        -webkit-animation: fadeIn 2s;
        animation: fadeIn 2s;
    }

    #reviewContainer2 > div {
        display: none;
        -webkit-animation: fadeOut 2s;
        animation: fadeOut 2s;
    }

    #reviewContainer2 > div.visible {
        display: block;
        -webkit-animation: fadeIn 2s;
        animation: fadeIn 2s;
    }



    /* ---------- Kontak form ---------- */
    .umbraco-forms-navigation input[type="submit"] {
        background-color: var(--primary);
        width: 100%;
        height: 30px;
        color: #fff;
        padding: 0px 50px;
        border: none;
        cursor: pointer;
        font-size: 18px;
    }

        .umbraco-forms-navigation input[type="submit"]:hover {
            background-color: var(--primary-light);
        }

    .umbraco-forms-indicator {
        font-size: 16px;
    }

    .col-md-* {
        margin-left: auto !important;
    }

    .umbraco-forms-page {
        width: 600px;
        max-width: none;
        margin: 0;
        padding: 0 0px;
    }

    .umbraco-forms-fieldset,
    .umbraco-forms-container {
        width: 100%;
    }

    .row-fluid {
        display: flex;
        flex-wrap: wrap;
    }

    .col-md-12 {
        margin-left: auto !important;
    }


    .umbraco-forms-navigation {
        width: 102%;
        text-align: center;
        padding: 0;
    }

    div.umbraco-forms-field-wrapper input[type="email"] {
        max-width: none !important;
        border-color: var(--primary-light);
        padding: 14px !important;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .umbraco-forms-form span.contourError, .umbraco-forms-form span.field-validation-error {
        padding: 0 !important;
        color: var(--primary) !important;
    }

    div.umbraco-forms-field-wrapper input[type="email"]:focus-visible {
        border-color: var(--primary);
        outline: none;
        border-width: 2px;
        color: var(--primary);
    }


    div.umbraco-forms-field-wrapper input[type="text"] {
        max-width: none !important;
        border-color: var(--primary-light);
        padding: 14px !important;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }


        div.umbraco-forms-field-wrapper input[type="text"]:focus-visible {
            border-color: var(--primary);
            outline: none;
            border-width: 2px;
            color: var(--primary);
        }


    div.umbraco-forms-field-wrapper textarea {
        max-width: none !important;
        border-color: var(--primary-light);
        width: 600px;
        resize: none;
    }

        div.umbraco-forms-field-wrapper textarea:focus-visible {
            border-color: var(--primary);
            outline: none;
            border-width: 2px;
            color: var(--primary);
        }

    .umbraco-forms-form .umbraco-forms-navigation {
        padding: 0 !important;
    }


    .umbraco-forms-form input[type="text"] {
        max-width: none !important;
        font-weight: normal;
    }

    .umbraco-forms-label {
        color: var(--primary-light);
        font-weight: 500 !important;
        font-size: 14px !important;
    }

    .umbraco-forms-container col-md-12 {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
    }

    div form {
        display: grid;
        justify-items: center;
    }
