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




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: #eeb254;
    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;
}


.zoom {
    transition: transform .2s;
}

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


.cardyc {
    animation: 0.5s ease;
    background-color: #97be57;
    padding: 32px;
    border-radius: 15px;




}


.cardyc p,
.cardyc a,
.cardyc li {
    /*        text-align: center;*/


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


    color: #fff;




}

.cardyc b {

    color: #424242;
    /*    font-size: 20px;*/
}

.cardyc h1 {
    /*    -webkit-text-stroke: 1px white;*/

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



    /*    font-size: 24px;*/
    color: #fff;

}

.cardyc h3 {

    color: #fff;
    text-align: center;
    justify-self: center;
}




.cardyd {
    /*    border: 3px double #111;*/
    background-color: #1c6b25;

    /*    backdrop-filter: blur(18px);*/
    /*            border: 3px solid #fff;*/
    padding: 32px;
    border-radius: 15px;
}




.cardyd h1 {
    justify-self: center;
    color: #fff;
    text-align: center;
    /*    -webkit-text-stroke: 1px white;*/

    /*    -webkit-text-stroke: 2px white;*/

    /*    color: #ddfcba !important;*/



    /*
    font-family: "pacifico",
    sans-serif;
    font-weight: 400;
    font-style: normal;
*/
    /*    font-size: 28px;*/

}

.cardyd h3 {
    font-size: 32px;

    justify-self: center;
    color: #fff;
    text-align: center;
}

.cardyd p,
.cardyd li {
    justify-self: center;
    color: #fff;
    text-align: center;
    /*    font-size: 22px;*/
    /*    color: #fff;*/
}

.cardye {
    box-shadow: 2px 0 2px 2px black;
    background-color: white;
    /*    backdrop-filter: blur(18px);*/
    /*            border: 3px solid #fff;*/
    padding: 32px;
    border-radius: 15px;
}




.cardye h1 {
    color: #fff;
    /*    -webkit-text-stroke: 1px white;*/

    /*    -webkit-text-stroke: 2px white;*/

    /*    color: #ddfcba !important;*/



    /*
    font-family: "pacifico",
    sans-serif;
    font-weight: 400;
    font-style: normal;
*/
    /*    font-size: 28px;*/

}

.cardye h3 {
    justify-self: center;
    color: #fff;
    text-align: center;
}

.cardye p,
.cardye li {

    /*    font-size: 22px;*/
    color: #fff;




}


.cardyb {
    background-color: #53a9dd;
    /*    backdrop-filter: blur(10px);*/
    padding: 32px;
    border-radius: 15px;
    /*    background-color: transparent;*/
    /*    box-shadow: 4px 5px 17px -4px #f26a68;*/

}


.cardyy {
    background-color: transparent;
    /*    backdrop-filter: blur(10px);*/
    border: 3px solid #cae079;
    padding: 32px;
    border-radius: 15px;
    /*    background-color: transparent;*/
    /*    box-shadow: 4px 5px 17px -4px #f26a68;*/

}

.cardyb h3 {
    /*    font-size: 28px;*/
    text-align: center;
    justify-self: center;
    color: #fff !important;
}

.cardyb h1 {
    /*
    font-family: "widescreen-uex",
    sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
*/
    text-align: center;
    justify-self: center;
    color: #bbbbbb !important;


    /*
    font-family: "pacifico",
    sans-serif;
    font-weight: 400;
    font-style: normal;
*/
    /*    font-size: 28px;*/

}

.cardyb p,
.cardyb li {
    text-align: center;
    justify-self: center;
    color: #fff;




}

.cardya {
    background-color: #e69640;
    /*    backdrop-filter: blur(10px);*/
    /*        border: 3px solid #000000;*/
    padding: 32px;
    border-radius: 15px;
    /*    background-color: transparent;*/
    /*    box-shadow: 4px 5px 17px -4px #f26a68;*/

}


.cardya h1 {
    /*
    font-family: "widescreen-uex",
    sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
*/
    text-align: center;
    justify-self: center;
    color: #fff !important;


    /*
    font-family: "pacifico",
    sans-serif;
    font-weight: 400;
    font-style: normal;
*/
    /*    font-size: 28px;*/

}

.cardya h3 {

    text-align: center;
    justify-self: center;
    color: #fff !important;
}

.cardya p,
.cardya li {
    text-align: center;
    justify-self: center;
    color: #fff !important;




}

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



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


.colorback {
    padding: 100px 0px;
    background-color: #EDB353;
    color: #fff;
    /*    border-bottom: 3px solid #cb7365;*/
}

.colorback p,
.colorback li {
    color: #fff;
    /*    font-weight: 800;
    */
}

.colorback a {
    color: #003262;
    /*    font-weight: 900;*/


}

.colorback b {
    color: #f2e9e4;
    font-weight: bold;
}


.colorback h3 {
    color: #fff;
}

.colorback h1 {

    color: #ffd163;
    /*    -webkit-text-stroke: 1px white;*/

    /*    -webkit-text-stroke: 1px white;*/
    /*    font-size: 30px;*/
}

.colorback heading {
    font-weight: 300;
    width: 100%;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 16px;
}


.colorback2 {
    padding: 80px 0px;
    background-color: #f7d9e1;
    color: #fff;
    /*    border-bottom: 3px solid #cb7365;*/
}

.colorback2 p,
.colorback2 li {
    color: #4f1021;
    font-weight: 500;
}

.colorback2 a {
    color: #fff;
    /*    font-weight: 900;*/


}

.colorback2 b {
    color: #f2e9e4;
    font-weight: bold;
}


.colorback2 h3 {
    color: #fff;
}

.colorback2 h1 {

    color: #fa8672;
    /*    -webkit-text-stroke: 1px white;*/

    /*    -webkit-text-stroke: 1px white;*/
    /*    font-size: 30px;*/
}



.imageback {
    padding: 150px 0px;
    /*    min-height:500px;*/
    background-image: url("../img/imageback.png");
    /*    background-attachment: fixed;*/
    background-position: bottom center;
    /*    background-repeat: repeat-x;*/
    background-size: cover;
    /*    color: white;*/
}


.imageback h1 {
    color: #eeb254;
}

.imageback h3 {
    color: #fefcf9;
}


.imageback b {
    color: #d6a893;
}

.imageback p,
.imageback li {
    color: #fff;
    /*    font-size: 50px;*/
}



.imageback2 {
    padding: 250px 0px;
    /*    min-height:500px;*/
    background-image: url("../img/imageback2.jpg");
    /*    background-attachment: fixed;*/
    background-position: center center;
    /*    background-repeat: repeat-x;*/
    background-size: cover;
    /*    color: white;*/
}


.imageback2 h1,
.imageback2 p {
    color: #fff;
    /*    font-size: 50px;*/
}

/* From Uiverse.io by Creatlydev */
.button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: #e02027;
    color: #fff;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-family: "calibri", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-style: normal;
    padding-left: 20px;
    line-height: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #e02027;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button:hover {
    background-color: #273d87;
}

.button:hover .button__icon-wrapper {
    color: #273d87;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}



/* From Uiverse.io by Creatlydev */
.button2 {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: #d22f2d;
    color: #fff;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    line-height: 9px;

    font-style: normal;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
}

.button2__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #d22f2d;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button2:hover {
    background-color: #000000;
}

.button2:hover .button2__icon-wrapper {
    color: #000000;
}

.button2__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button2:hover .button2__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.button2:hover .button2__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}



/* 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: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 640;
    color: #3d6540;
    font-size: 20px;
    letter-spacing: -0.06em;
}

.butty-item {
    background-color: #020304;
    color: #fff;
}

.butty-item .button-bg {
    /*
    border-color: rgb(234, 228, 221);
    background-color: rgb(234, 228, 221);
*/
}

.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(212, 58, 121);
}

.butty-bg-layer.-turquoise {
    background-color: rgb(230, 150, 64);
}

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

.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 niat786 */
.gradbtn {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #7a3809, #c17b37);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 17px;
    padding: 0.6em 1.5em;
}

.gradbtn h4 {
    color: #fff8ef;
}

.gradbtn: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 #c17b37a5;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}
