/* Custom - CSS */

.colorback {
    padding: 56px 0px;
    background-color: var(--green);
    background-image: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
}

.colorback p,
.colorback li,
.colorback ul,
.colorback b,
.colorback h2,
.colorback h3,
.colorback h4,
.colorback b,
.colorback strong,
.colorback h1 {
    color: white;
}



.colorback2 {
    padding: 30px 0px;
    background-color: #B2A9D2;
}

.colorback2 p,
.colorback2 li,
.colorback2 ul,
.colorback2 b,
.colorback2 h2,
.colorback2 h3,
.colorback2 h4,
.colorback2 b,
.colorback2 strong,
.colorback2 h1 {
    color: white;
}



hr {
    background: url("../img/hr.png") no-repeat top center;
    background-size: contain;
    display: block;
    height: 76px;
    border: 0;
    position: relative;
}

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: var(--gold);
    height: 2px;
    top: 22px;
}

hr:before {
    left: 0;
    right: 60%;
    margin-right: 10px;
    margin-left: 70px;
}

hr:after {
    right: 0;
    left: 60%;
    margin-left: 10px;
    margin-right: 70px;
}

.imageback {
    padding: 120px 0px;
    background-color: white;
    background-image: url("../img/imgback.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.imageback h2 {

    color: white
}

.imageback p {

    color: black;
}

.imageback strong {

    color: white
}


.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}





.cardyc {

    border: 5px solid #1C1C1C;
    padding: 32px;
    border-radius: 8px;
    background-color: #74777C;
    text-align: center;

}



.cardyc p {

    color: black;
    text-align: center;
    justify-self: center;
}

.cardyc h1 {

    color: black;
    text-align: center;
    justify-self: center;

}


.cardyc h4 {

    color: black;

}



.cardyb {

    /*    border-top: 4px solid #4DCBBD;*/
    padding: 32px;
    border-radius: 8px;
    background-color: #ffff;
    /*    width: 256px;*/
    border: 2px solid black;

    /*    box-shadow: 2px 9px 5px rgb(0, 0, 0, 0.9);*/



}

.cardyb p {

    color: white
}

.cardyb h3 {

    color: white
}

.roof .workspace .element {
    align-self: center;
    justify-self: center;
}

.roof .workspace .element .element h1,
.roof .workspace .element .element h3,
.roof .workspace .element .element p {
    justify-self: center;
    text-align: center;
}



@-webkit-keyframes bounce {
    0% {
        transform: scale(1, 1) translate(0px, 0px);
    }

    30% {
        transform: scale(1, 0.8) translate(0px, 10px);
    }

    75% {
        transform: scale(1, 1.1) translate(0px, -25px);
    }

    100% {
        transform: scale(1, 1) translate(0px, 0px);
    }
}


.bounce {
    -webkit-animation: bounce 1.5s infinite;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}



.mobishow {
    display: none !important;
}

.mobihide {
    display: grid !important;
}

@media (max-width: 600px) {
    .mobishow {
        display: grid !important
    }

    .mobihide {
        display: none !important;
    }
}

.shineytext {

    background: linear-gradient(to right, #733f32, #b68274, #fbcfc4, #b68274);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}



/* Primary button (gold) */
.button-56 {
    align-items: center;
    background-image: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
    border: none;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    height: 52px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 32px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: 0 8px 20px rgba(152, 119, 55, 0.30);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), filter .25s var(--ease);
}

.button-56 h4 {
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 14px;
}

.button-56:hover {
    outline: 0;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(152, 119, 55, 0.40);
    filter: brightness(1.04);
}

.button-56:active {
    transform: translateY(-1px);
    outline: 0;
}

@media (min-width: 768px) {
    .button-56 {
        padding: 0 44px;
    }
}


/* Secondary button (light, sits on green band) */
.button-562 {
    align-items: center;
    background-color: #987737;
    border: none;
    border-radius: 50px;
    box-sizing: border-box;
    color: var(--green-deep);
    cursor: pointer;
    display: flex;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    height: 52px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 32px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.button-562 h4 {
    color: var(--green-deep);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 14px;
}

.button-562:hover {
    outline: 0;
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
}

.button-562:active {
    transform: translateY(-1px);
    outline: 0;
}

@media (min-width: 768px) {
    .button-562 {
        padding: 0 44px;
    }
}


.custom-shape-divider-top-1722261385 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1722261385 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 66px;
}

.custom-shape-divider-top-1722261385 .shape-fill {
    fill: var(--green-dark);
}
