/* From Uiverse.io by satyamchaudharydev */
.buth {
    --primary-color: #192125;
    --secondary-color: #fff;
    --hover-color: #1aaa8e;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    box-sizing: border-box;
    font-family: "neulis-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 0;
    border-radius: 20px;
    color: var(--secondary-color);
    padding: 1em 1.8em;
    background: var(--primary-color);
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
}


.buth h4 {
    font-family: "neulis-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;

}


.buth h4::before {

    color: #fff;

}

.buth .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buth .arrow {
    margin-top: 1px;
    width: var(--arrow-width);
    background: var(--primary-color);
    height: var(--arrow-stroke);
    position: relative;
    transition: 0.2s;
}

.buth .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid var(--secondary-color);
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
}

.buth:hover {
    background-color: var(--hover-color);
}

.buth:hover .arrow {
    background: var(--secondary-color);
}

.buth:hover .arrow:before {
    right: 0;
}


/* 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;
}

.colorback2 {
    padding: 80px 0px;
    background-color: #F25192;
    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: #fff;
}

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


.colorback2 h1 {
    color: #540090;
    /*
    -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;
}

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

.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: #faf8f0;
    font-weight: bold;
}


.colorback h3 {
    color: #fff;
}

.colorback h1 {

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

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

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

.custom-shape-divider-top-1761210299 .shape-fill {
    fill: #06EFFF;
}

.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: #830889;
    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: #f97509;
    /*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: 2px solid #e01467;
    background-color: #fc7baf;
    backdrop-filter: blur(10px);
    /*            border: 3px solid #fff;*/
    padding: 32px;
    border-radius: 15px;
}




.cardyd h1,
.cardyd h3 {
    color: #e01467;
    /*    -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 {
    text-align: center;
    /*    font-size: 22px;*/
    color: #fff;




}


.cardya {
    background: #ab8fdb;
    background: linear-gradient(90deg, rgba(171, 143, 219, 1) 0%, rgba(240, 232, 253, 1) 100%);
    backdrop-filter: blur(10px);
    /*        border: 3px solid #000000;*/
    padding: 32px;
    border-radius: 15px;
    /*    background-color: transparent;*/
    /*    box-shadow: 4px 5px 17px -4px #111;*/

}


.cardya h1,
.cardya h3 {
    text-align: center;
    justify-self: center;
    color: #222222 !important;


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

}

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

    color: #222222;




}

.cardye {
    background-color: #294707;
    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: #91C852 !important;


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

}

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

    color: #fff;




}

.cardya {
    background: #ab8fdb;
    background: linear-gradient(90deg, rgba(171, 143, 219, 1) 0%, rgba(240, 232, 253, 1) 100%);
    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: #222222 !important;


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

}

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

    color: #111;




}


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



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

    color: #fff;

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


}

.cardyc h1 {

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

.cardyc h3,
    {
    color: #550091;
    text-align: center;
    justify-self: center;
}

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




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


.imageback h1 {
    zoom: 150%;

    color: transparent;
    -webkit-text-stroke: 1px white;
}

.imageback h3 {
    color: #aa6f6c;
    font-size: 25px;
}

.imageback p,
.imageback li {
    color: #3ca936;
    font-weight: 500;
}

.imageback b {
    color: #032a33;
    font-weight: 900;
}


/* From Uiverse.io by e-coders */
.but {
    appearance: none;
    background-color: transparent;
    border: 0.125em solid #2096cf;
    border-radius: 30px;
    box-sizing: border-box;
    color: #2096cf;
    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: #fff;
    background-color: #2096cf;
    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-color: transparent;
    border: 0.125em solid #219cd8;
    border-radius: 30px;
    backdrop-filter: blur(2px);

    box-sizing: border-box;
    color: #219cd8;
    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: #fff;
    background-color: #219cd8;
    /*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);
}
