/* From Uiverse.io by BHARGAVPATEL1244 */
.butt {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 17px;
    border-radius: 500px;
    overflow: hidden;
    background: #d9c895;
    color: #fff;
    border: 3px solid #d9c895;

    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
    /*
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
*/
}

.butt span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

.butt:hover span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
    /*
    font-family: "futura-pt-bold",
    sans-serif;
    font-weight: 700;
    font-style: normal;
*/
    color: #fff;
}

.butt::before,
.butt::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.butt::before {
    content: "";
    /*    border: 3px solid #cccccc;*/
    background: #a42b37;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.butt:hover::before {
    transform: translate3d(100%, 0, 0);
}

/* From Uiverse.io by vinodjangid07 */
.submitBtn {
    width: 145px;
    height: 40px;
    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;
    background: linear-gradient(to left, rgb(132, 24, 247), rgb(195, 41, 246));
    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);
}

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

.custom-shape-divider-bottom-1759416652 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1759416652 .shape-fill {
    fill: #E48381;
}

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

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

.custom-shape-divider-top-1759416582 .shape-fill {
    fill: #E48381;
}

.custom-shape-divider-bottom-1768472096 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1768472096 .shape-fill {
    fill: #E5D5F2;
}

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

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

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

.custom-shape-divider-top-1761139369 .shape-fill {
    fill: #F25192;
}

.colorback2 p,
.colorback2 li,
.colorback a {
    color: #737373;
}

.colorback2 b {
    color: #540090;
    font-weight: 900;
}


.colorback2 h1 {
    color: #a783c4;
    /*
    -webkit-text-stroke: 1px black;
    font-size: 30px;
*/
}

.colorback2 h3 {
    color: #540090;
}

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

}

.custom-shape-divider-bottom-1757945389 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1757945389 .shape-fill {
    fill: #384535;
}

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

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

.custom-shape-divider-top-1757945344 .shape-fill {
    fill: #384535;
}

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

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

.custom-shape-divider-top-1758827909 .shape-fill {
    fill: #01A8A5;
}

.custom-shape-divider-bottom-1758827953 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1758827953 .shape-fill {
    fill: #01A8A5;
}

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

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

.custom-shape-divider-top-1759416451 .shape-fill {
    fill: #EEDFE2;
}

.custom-shape-divider-bottom-1759416408 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1759416408 .shape-fill {
    fill: #EEDFE2;
}

.custom-shape-divider-bottom-1768401310 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1768401310 .shape-fill {
    fill: #A0D8DB;
}

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

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

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

.custom-shape-divider-top-1768401224 .shape-fill {
    fill: #A0D8DB;
}

.custom-shape-divider-bottom-1759757044 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1759757044 .shape-fill {
    fill: #F8D0C8;
}

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

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

.custom-shape-divider-top-1759757267 .shape-fill {
    fill: #F8D0C8;
}

.colorback p,
.colorback li {
    color: #fff;
    font-weight: 400;
}

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


}

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


.colorback h3 {
    color: #fff;
}

.colorback h1 {

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

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

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: #f1e60d;
    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 {
    /*    background: #000000;*/
    background-color: #f1e60d;
    /*background: linear-gradient(90deg, #967127 0%, #dbb872 100%);*/
    backdrop-filter: blur(10px);
    /*            border: 3px solid #fff;*/
    padding: 32px;
    border-radius: 15px;
    /*    background-color: transparent;*/
    /*        box-shadow: 4px 5px 17px -4px #111;*/




}

.cardyd {
    /*    border: 3px double #edd9c7;*/
    background-color: #885daa;
    backdrop-filter: blur(18px);
    /*            border: 3px solid #fff;*/
    padding: 32px;
    border-radius: 15px;
}




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

    text-align: center;
    /*    color: #ddfcba !important;*/



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

}

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




}



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

}


.cardye h1,
.cardye h3 {
    /*
    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;*/

}

.cardye p,
.cardye li {
    text-align: center;

    color: #fff;




}


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

}


.cardyb h1,
.cardyb h3 {
    /*
    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;*/

}

.cardyb p,
.cardyb li {
    text-align: center;

    color: #111;




}

.cardya {
    background-color: #2b3941;
    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,
.cardya h3 {
    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 p,
.cardya li {
    text-align: center;

    color: #fff;




}


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



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

    color: #111;

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


}

.cardyc h1 {

    text-align: center;
    justify-self: center;
    /*    zoom: 150%;*/
    font-size: 38px;
    color: #111;
    text-transform: uppercase;
    /*    color: #111 !important;*/
}

.cardyc h3 {
    color: #547c74;
    text-align: center;
    justify-self: center;
}

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




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




/* From Uiverse.io by e-coders */
.but {
    appearance: none;
    background-color: transparent;
    border: 0.125em solid #edd9c7;
    border-radius: 30px;
    box-sizing: border-box;
    color: #edd9c7;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 3.75em;
    min-width: 0;
    outline: none;
    padding: 1em 2.3em;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-transform: uppercase;
    will-change: transform;
}

.but:disabled {
    pointer-events: none;
}

.but:hover {
    color: #65192f;
    background-color: #edd9c7;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.but:active {
    box-shadow: none;
    transform: translateY(0);
}

/* From Uiverse.io by e-coders */
.but2 {
    appearance: none;
    text-transform: uppercase;
    background: transparent;
    border: 3px solid #55423e;
    border-radius: 30px;
    backdrop-filter: blur(2px);

    box-sizing: border-box;
    color: #55423e;
    cursor: pointer;
    display: inline-block;
    font-family: "sofia-pro-soft", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 3.75em;
    min-width: 0;
    outline: none;
    padding: 1em 2.3em;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}

.but2:disabled {
    pointer-events: none;
}

.but2:hover {
    color: #edd9c7;
    background-color: #55423e;
    /*background: linear-gradient(90deg, rgba(222, 156, 140, 1) 0%, rgba(245, 227, 212, 1) 100%);    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;*/
    transform: translateY(-2px);
}

.but2:active {
    box-shadow: none;
    transform: translateY(0);
}


/* CSS */
.button-87 {
    margin: 10px;
    padding: 15px 30px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    box-shadow: 0px 0px 14px -7px rgba(109, 80, 132, 1);
    background-image: linear-gradient(90deg, rgba(109, 80, 132, 1) 0%, rgba(229, 213, 242, 1) 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-transform: uppercase;
}

.button-87:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.button-87:active {
    transform: scale(0.95);
}

.button-87 h4 {

    color: #fff;
    font-size: larger;
}


/* Card */
.card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border: none;
    /*    padding: 1rem;*/
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.1),
        0 2px 2px rgba(0, 0, 0, 0.1),
        0 4px 4px rgba(0, 0, 0, 0.1),
        0 8px 8px rgba(0, 0, 0, 0.1),
        0 16px 16px rgba(0, 0, 0, 0.1);
    transition: all ease .5s;
}

@media (min-width: 600px) {
    .card {
        height: 526px;
    }
}

/* Card background image */
.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;

    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

/* Gradient overlay */
.card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom,
            hsla(0, 0%, 0%, 0) 0%,
            hsla(0, 0%, 0%, 0.009) 11.7%,
            hsla(0, 0%, 0%, 0.034) 22.1%,
            hsla(0, 0%, 0%, 0.072) 31.2%,
            hsla(0, 0%, 0%, 0.123) 39.4%,
            hsla(0, 0%, 0%, 0.182) 46.6%,
            hsla(0, 0%, 0%, 0.249) 53.1%,
            hsla(0, 0%, 0%, 0.320) 58.9%,
            hsla(0, 0%, 0%, 0.394) 64.3%,
            hsla(0, 0%, 0%, 0.468) 69.3%,
            hsla(0, 0%, 0%, 0.540) 74.1%,
            hsla(0, 0%, 0%, 0.607) 78.8%,
            hsla(0, 0%, 0%, 0.668) 83.6%,
            hsla(0, 0%, 0%, 0.721) 88.7%,
            hsla(0, 0%, 0%, 0.762) 94.1%,
            hsla(0, 0%, 0%, 0.790) 100%);
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
}

/* Background images (expanded @each loop) */
.card:nth-child(1)::before {
    background-image: url('../img/h1.jpg');
}

.card:nth-child(2)::before {
    background-image: url('../img/h2.jpg');
}

.card:nth-child(3)::before {
    background-image: url('../img/h3.jpg');
}

.card:nth-child(4)::before {
    background-image: url("https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ");
}

/* Content */
.content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
}

.content > * + * {

    margin-top: 1rem;
}

.title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
}

.copy {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
}

/* Button */
.btn {
    cursor: pointer;
    border-radius: 15px;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    border: none;
}

.btn:hover {
    background-color: #0d0d0d;
}

.btn:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px;
}

/* Hover interactions */
@media (hover: hover) and (min-width: 600px) {
    .card::after {
        transform: translateY(0);
    }

    .content {
        transition: 0.5s ease;

        transform: translateY(calc(100% - 4.5rem));
    }

    .content > *:not(.title) {
        opacity: 0;
        transform: translateY(1rem);
        transition:
            transform var(--d) var(--e),
            opacity var(--d) var(--e);
    }

    .card:hover,
    .card:focus-within {
        align-items: center;
    }

    .card:hover::before,
    .card:focus-within::before {
        transform: translateY(-4%);
    }

    .card:hover::after,
    .card:focus-within::after {
        transform: translateY(-50%);
    }

    .card:hover .content,
    .card:focus-within .content {
        transform: translateY(0);
    }

    .card:hover .content > *:not(.title),
    .card:focus-within .content > *:not(.title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }

    .card:focus-within::before,
    .card:focus-within::after,
    .card:focus-within .content,
    .card:focus-within .content > *:not(.title) {
        transition-duration: 0s;
    }
}
