.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: #000000;
    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);
}

.card-content .extra-text {
    display: none;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
    color: #b5923b;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: .2s;
}

.read-more:hover {
    opacity: .8;
}

.read-more .arrow {
    transition: transform .3s ease;
}

.read-more.open .arrow {
    transform: rotate(180deg);
}

.cardyc {
    /*    animation: 0.5s ease;*/
    box-shadow: 4px 5px 17px -4px #111;
    background-color: #040507;
    padding: 32px;
    backdrop-filter: blur(12px);

    /*    max-height: 300px;*/
    border-radius: 15px;
    /*    background-color: transparent;*/
    /*    box-shadow: 4px 5px 17px -4px #333132;*/




}


.cardyc p,

.cardyc li {
    text-align: center;



    justify-self: center;







    color: #fff !important;




}

.cardyc b {

    color: #fff;
    font-size: 20px;
}

.cardyc h1 {

    /*    font-size: 24px;*/
    color: #d4bc94 !important;
    /**/


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





    /*
font-family: "poppins",
sans-serif;
font-weight: 700;*/

    /*    font-size: 24px;*/
}

.cardyc h3 {
    /*    font-size: 28px;*/

    color: #d4bc94;
    text-align: center;
    justify-self: center;


}


.cardyc a {
    color: #e1cf83;
}



.cardyd {
    /*    border: 3px double #fff;*/
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-image:
        linear-gradient(to bottom,
            #b5923b,
            rgba(0, 0, 0, 0)) 1 100%;
    /*    backdrop-filter: blur(8px);*/
    /*            border: 3px solid #fff;*/
    padding: 32px;
    border-radius: 15px;
}




.cardyd h1 {
    /*    justify-self: center;*/
    /*    justify-self: center;*/
    color: #b5923b;
    /*
    justify-self: center;
    color: #fff;
    text-align: center;
*/
    /*    text-align: center;*/
    /*    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: #90a792;
    /*    text-align: center;*/
}

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

.cardye {
    background-color: #fff;
    box-shadow: 4px 5px 17px -4px #111;

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




.cardye h1 {
    justify-self: center;
    color: #a987da;
    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;*/

}

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

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




}


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



.cardyb {
    background-color: #BA9977;
    transform: translate(800px, 142px);
    width: 464px;
    /*    backdrop-filter: blur(10px);*/
    border: 3px solid #505243;
    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 #BA9977;
    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: #505243 !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: #F99F54;
    /*    backdrop-filter: blur(10px);*/
    /*        border: 3px solid #000000;*/
    padding: 32px;
    border-radius: 15px;
    /*    background-color: transparent;*/
    /*    box-shadow: 4px 5px 17px -4px #2c2c2b;*/

}


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


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

}

.cardya h3 {
    /*    font-size: 28px;*/

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

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




}

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



/*
@media (min-width: 1200px) {
    .cardyc {
        height: 223px;
    }
}
*/
.custom-shape-divider-bottom-1781686969 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1781686969 .shape-fill {
    fill: #BED347;
}

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

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

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


}

.colorback b {

    color: #e8ba76;
    /*    text-transform: uppercase;*/
}


.colorback h3 {
    color: #546231;
    /*    border-bottom: 2px solid white;*/
}

.colorback h1 {

    color: #fff;
    /*    -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: 130px 0px;
    /*    min-height:500px;*/
    background-image: url("../img/imageback.jpg");
    /*    background-attachment: fixed;*/
    background-position: bottom center;
    /*    background-repeat: repeat-x;*/
    background-size: cover;
    /*    color: white;*/
}


.imageback h1 {
    color: #f4d96e;
}

.imageback h3 {
    color: #fff;
}


.imageback p,
.imageback li {
    color: #fff;
}

.imageback b {
    text-transform: uppercase;
    font-family: "montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
}

.imageback a {
    color: #eeeeee;
    font-weight: 700;
}



.imageback2 {
    padding: 100px 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 {
    color: #e2feff;
}

.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: #000000;
    /*    background: linear-gradient(64deg, rgba(154, 108, 49, 1) 0%, rgba(181, 144, 83, 1) 54%, rgba(225, 207, 131, 1) 87%);*/
    /*    color: #fff;*/
    border-radius: 10rem;
    padding: 0.75rem 1.5rem;
    font-family: "alfarn-2", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    /*    font-size: 20px;*/
    padding-left: 20px;
    line-height: 9px;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
    /*    border: 2px solid #10342a;*/

}

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

.button:hover {
    /*    border: 2px solid #347563;*/
    color: white;
    background-color: #a5a5a5;
}

.button:hover .button__icon-wrapper {
    color: #a5a5a5;
    /*    color: white;*/

}

.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: #a5a5a5;
    color: #fff;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-family: "alfarn-2", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    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: #a5a5a5;
    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: "obviously", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #fff8f2;
    font-size: 20px;
    letter-spacing: -0.06em;
}

.butty-item {
    background-color: rgb(99, 97, 96);
    color: #fff8f2;
}

.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(249, 143, 57);
}

.butty-bg-layer.-turquoise {
    background-color: rgb(165, 176, 109);
}

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

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



.no {
    font-weight: 800;
    font-size: 40px;
    font-family: "forma-djr-deck", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5e6352;
    margin-bottom: 5px;
}

@keyframes counter {
    0% {
        counter-increment: count 0;
    }

    10% {
        counter-increment: count 1;
    }

    20% {
        counter-increment: count 2;
    }

    30% {
        counter-increment: count 3;
    }

    40% {
        counter-increment: count 4;
    }

    50% {
        counter-increment: count 5;
    }

    60% {
        counter-increment: count 6;
    }

    70% {
        counter-increment: count 7;
    }

    80% {
        counter-increment: count 8;
    }

    90% {
        counter-increment: count 9;
    }

    100% {
        counter-increment: count 10;
    }
}


.mobishow {
    display: none !important;
}

.mobihide {
    display: grid !important;
}

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

    .mobihide {
        display: none !important;
    }
}


/* Cards grid */

.cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 40px;
}

.card {
    padding: 36px 22px 40px;
    /*    border-right:1px solid var(--line);*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(159, 159, 159, 0.24) 0px 3px 8px;
    gap: 8px;
}

.card:last-child {
    border-right: none;
}

.icon-wrap {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.icon-wrap svg {
    width: 44px;
    height: 44px;
    stroke: var(--green-dark);
    fill: none;
    stroke-width: 1.2;
}

.card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 21px;
    margin: 0 0 14px;
    color: var(--green-dark);
    line-height: 1.25;
}

.card p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--text-body);
    margin: 0 0 26px;
    flex-grow: 1;
}

.btn {
    background: #90a792;
    color: white;
    border: none;
    padding: 12px 28px;
    font-size: 11px;
    letter-spacing: 1.2px;
    border-radius: 22px;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    transition: background .2s ease;
}

.btn:hover {
    background: #c3cbc0;
}

@media (max-width:900px) {
    .top-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .card {
        border-right: none;
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width:520px) {
    .cards {
        grid-template-columns: 1fr;
    }
}
