.iframeblog {
    height: 100%;
}

.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;
}

@media(max-width: 768px) {
    .roof .workspace .element {
        align-self: left;
        justify-self: left;
    }

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


.centered {
    display: grid;
    justify-self: center;
    justify-content: center;
    text-align: center;
}

.centered h1,
.centered h2,
.centered h3,
.centered h4,
.centered p,
.centered a {
    justify-self: center;
    text-align: center;
}

/* From Uiverse.io by vikiWayne */
.button {
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #bea77f;
    transition: all 1000ms;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    background-color: #856c52;
    outline: 2px solid #bea77f;
    font-family: "the-seasons", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.button:hover {
    color: #856c52;
    transform: scale(1.1);
    outline: 2px solid #856c52;
    box-shadow: 4px 5px 17px -4px #222;
}

.button::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #bea77f;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

.button:hover::before {
    width: 250%;
}

.colorback {
    padding: 30px 0px;
    background-color: #1e2f23;
    color: #fff;
}

.colorback p,
.colorback li,
.colorback b,
.colorback a {
    color: #fff;
}

.colorback heading {
    border-bottom: 1px solid #fff;

}

hr {
    background: url("../img/hr.png") no-repeat top center;

    background-size: contain;
    display: block;
    height: 50px;
    border: 0;
    position: relative;
}

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #FFB300;
    height: 1px;
    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;
}


.zoom {
    transition: transform .2s;
}

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


.cardyc {

    /*    border: 3px solid #ffbd30;*/
    padding: 32px;
    border-radius: 5px;
    background-color: #279f8a;
    box-shadow: 4px 5px 17px -4px #222;
    /*    border: 3px solid white;*/




}

.cardyc b {

    color: #fff;
    /*
    text-align: center;
    justify-self: center;
*/

}

.cardyc h1 {

    color: #fff !important;
    font-weight: 800;
    text-align: center;
    justify-self: center;

}

.cardyc p {

    color: #fff;

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

    /**/
}

@media (min-width: 1200px) {
    .cardyc {
        /*        height: 223px;*/
    }
}


.imageback {
    padding: 120px 0px;
    background-image: url("../img/imageback-m.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(min-width: 992px) {
    .imageback {
        background-attachment: fixed;
        background-image: url("../img/imageback.jpg");
    }
}

.bg-white {
    padding: 30px;
    border-radius: 10px;
    background-color: #279f8aa5;
    color: white;
}


.bg-white p,
.bg-white li {
    color: white;
}



.bg-white h1 {
    color: #fff;
}

.bg-white2 {
    padding: 15px;
    padding-top: 25px;
    background-color: rgba(255, 255, 255, 0.8);
}



}

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

.custom-shape-divider-bottom-1722870491 svg {
    position: relative;
    display: block;
    width: calc(147% + 1.3px);
    height: 140px;
}

.custom-shape-divider-bottom-1722870491 .shape-fill {
    fill: #1e2f23;
}

.butty {
    transition: all 0.3s ease-in-out;
    /*    font-family: "Dosis", sans-serif;*/
}

.butty {
    border-radius: 50px;
    background-color: #3eaf73;
    box-shadow: 0 20px 20px -6px #222;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 24px;
    color: white;
    /*    position: absolute;*/
    padding: 15px;
}

.butty:hover {
    transform: translateY(3px);
    box-shadow: none;
}

.butty:active {
    opacity: 0.5;
}


/* From Uiverse.io by OliverZeros */
.butty {
    all: unset;
}

.butty {
    position: relative;
    display: inline-flex;
    height: 3.5rem;
    align-items: center;
    border-radius: 9999px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: Segoe UI;
    font-size: 1.2rem;
    font-weight: 640;
    color: #fff;
    letter-spacing: -0.06em;
}

.butty-item {
    background-color: rgb(0, 0, 0);
    color: #fff;
}

.butty-item .button-bg {
    border-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
}

.butty-inner,
.butty-inner-hover,
.butty-inner-static {
    pointer-events: none;
    display: block;
}

.butty-inner {
    position: relative;
}

.butty-inner-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(70%);
}

.butty-bg {
    overflow: hidden;
    border-radius: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.butty-bg,
.butty-bg-layer,
.butty-bg-layers {
    display: block;
}

.butty-bg-layers {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -60%;
    aspect-ratio: 1 / 1;
    width: max(200%, 10rem);
}

.butty-bg-layer {
    border-radius: 9999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
}

.butty-bg-layer.-purple {
    background-color: rgb(25, 89, 196);
}

.butty-bg-layer.-turquoise {
    background-color: rgb(0, 212, 255);
}

.butty-bg-layer.-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(0, 0, 0);
}

.butty:hover .butty-inner-static {
    opacity: 0;
    transform: translateY(-70%);
    transition:
        transform 1.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.3s linear;
}

.butty:hover .butty-inner-hover {
    opacity: 1;
    transform: translateY(0);
    transition:
        transform 1.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.butty:hover .butty-bg-layer {
    transition:
        transform 1.3s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.3s linear;
}

.butty:hover .butty-bg-layer-1 {
    transform: scale(1);
}

.butty:hover .butty-bg-layer-2 {
    transition-delay: 0.1s;
    transform: scale(1);
}

.butty:hover .butty-bg-layer-3 {
    transition-delay: 0.2s;
    transform: scale(1);
}

/* From Uiverse.io by vinodjangid07 */
.submitBtn {
    width: 197px;
    height: 53px;
    border-radius: 30px;
    border: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    font-family: "the-seasons", sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    background: linear-gradient(to left, rgb(21, 27, 30), rgb(0, 0, 0));
    letter-spacing: 0.7px;
}

.submitBtn:hover .arrow {
    animation: slide-in-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.submitBtn:active {
    transform: scale(0.97);
}

/* From Uiverse.io by Allyhere */
.btn-donate {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: hsla(194 100% 69% / 1);
    --btn-bg-2: hsla(217 100% 56% / 1);
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    padding: 0.9em 1.4em;
    min-width: 120px;
    min-height: 44px;
    font-size: var(--size, 1rem);
    font-weight: 500;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(325deg,
            rgb(183, 138, 75) 0%,
            rgb(183, 138, 75) 55%,
            rgb(228, 196, 126) 90%);
    border: none;
    border-radius: var(--radii);
    color: white;
    box-shadow:
        0px 0px 20px rgba(183, 138, 75, 0.5),
        0px 5px 5px -1px rgba(183, 138, 75, 0.25),
        inset 4px 4px 8px rgba(228, 196, 126, 0.5),
        inset -4px -4px 8px rgba(219, 176, 83, 0.35);
}

.btn-donate:hover {
    background-position: right top;
}

.btn-donate:is(:focus, :focus-visible, :active) {
    outline: none;
    box-shadow:
        0 0 0 3px var(--btn-bg-color),
        0 0 0 6px var(--btn-bg-2);
}

@media (prefers-reduced-motion: reduce) {
    .btn-donate {
        transition: linear;
    }
}

/* From Uiverse.io by niat786 */
.bbt {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #FFD100, #FD9D11);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 22px;
    padding: 0.6em 1.5em;
}

.bbt:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
    0% {
        box-shadow: 0 0 0 0 #05bada66;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(254 202 0 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(254 202 0 / 0%);
    }
}


.imageback .boxwhite {
    padding: 1.5em;
    background: #222;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 274px;
}

.imageback h2 {
    color: #FFB300;
}

.imageback p {
    color: white;
}


.conveyor {
    display: flex;
    height: auto;
    margin: auto;
    overflow: hidden;
    align-items: center;
}

.conveyor:before {
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    width: 23.958%;
    height: 210px;
    /* originally 110px */
    background: linear-gradient(-90deg, hsla(0, 0%, 96.9%, 0), #FFFFFF);
    /* Last colour code is the shading the image fades to, match to page background colour */
}

.conveyor:after {
    position: absolute;
    right: 0;
    content: "";
    width: 23.958%;
    height: 210px;
    /* originally 110px */
    background: linear-gradient(90deg, hsla(0, 0%, 96.9%, 0), hsla(0, 0%, 96.9%, 0.99) 99%);
}

.conveyor .conveyor-belt {
    display: flex;
    animation: scroll 35s linear infinite;
    -webkit-animation: scroll 35s linear infinite;
    width: calc(240px * 10);
}

.conveyor .package {
    display: flex;
}

.conveyor .package img {
    width: 180px;
    height: 180px;
    /* originally 80px */
    padding: 10px;
    background-color: white;
    cursor: pointer;
    margin: 20px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-240px * 5));
        transform: translate((calc(-240px * 5)));
    }
}

    /* From Uiverse.io by gharsh11032000 */
    .card {
        position: relative;
        width: 300px;
        height: 200px;
        background-color: #f2f2f2;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        perspective: 1000px;
        box-shadow: 0 0 0 5px #ffffff80;
        transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card svg {
        width: 48px;
        fill: #333;
        transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
    }

    .card__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        box-sizing: border-box;
        background-color: #f2f2f2;
        transform: rotateX(-90deg);
        transform-origin: bottom;
        transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card:hover .card__content {
        transform: rotateX(0deg);
    }

    .card__title {
        margin: 0;
        font-size: 24px;
        color: #333;
        font-weight: 700;
    }

    .card:hover svg {
        scale: 0;
    }

    .card__description {
        margin: 10px 0 0;
        font-size: 14px;
        color: #777;
        line-height: 1.4;
    }

    .colour-bg {
        background-color: #FFB300;
        padding-top: 32px;
        padding-bottom: 32px;
      }
      
      .colour-bg strong,
      .colour-bg b,
      .colour-bg h3,
      .colour-bg h2,
      .colour-bg h1,
      .colour-bg a {
        color: #fff !important;
      }
      
      .colour-bg li,
      .colour-bg p {
        color: #fff !important;
      }