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


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


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

.colorback2 b {
    color: #636e5a;
}


.colorback2 h1 {
    color: transparent;
    -webkit-text-stroke: 1px black;
    font-size: 30px;
}

.colorback2 h3 {
    color: #f3f1c4;
}

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

}

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

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

.custom-shape-divider-bottom-1758640402 .shape-fill {
    fill: #DBC18E;
}

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

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

.custom-shape-divider-top-1758640284 .shape-fill {
    fill: #DBC18E;
}

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


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

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


}

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


.colorback h3 {
    font-size: 40px;
    

    color: #c69531;
}

.colorback h1 {
    color: #c69531;
    /*    -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/logo.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: #c69531;
    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;*/
    backdrop-filter: blur(10px);
    border: 3px solid #fff;
    padding: 32px;
    border-radius: 15px;
    /*    background-color: transparent;*/
    /*    box-shadow: 4px 5px 17px -4px #c0c0c0;*/




}

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

}


.cardyd h1,
.cardyd h3 {
    justify-self: center;

    text-align: center;
    color: #fff8e9 !important;
    font-weight: 800;



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

}

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

    color: #fff;




}


.cardye {
    background: #f26a68;
    /*    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 {
    text-align: center;
    justify-self: center;
    color: #fff8e9 !important;
    font-weight: 800;


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

}

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

    color: #fff;




}



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

    color: #fff !important;
}

.cardyc h3,
    {
    color: #161c2a;
}

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



@media(min-width: 768px) {

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

/*

.imageback h1 {
    color: #1c2728;
}

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

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

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

.imageback2 {
    padding: 150px 0px;
    background-image: url("../img/imageback2.png");
    /*    background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*    color: white;*/
}

.imageback2 h1 {
    color: #4e4537;
}

.imageback2 p,
.imageback2 li {
    color: #4e4537;
    font-weight: 500;
}




.imglist {
    list-style-image: url("../img/miniheart.jpg");
}


/* From Uiverse.io by iZOXVL */
.boton-elegante {
    padding: 15px 30px;
    border: 2px solid #2c2c2c;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.4s ease;
    outline: none;
    position: relative;
    overflow: hidden;
    font-weight: bold;
}

.boton-elegante::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.25) 0%,
            rgba(255, 255, 255, 0) 70%);
    transform: scale(0);
    transition: transform 0.5s ease;
}

.boton-elegante:hover::after {
    transform: scale(4);
}

.boton-elegante:hover {
    border-color: #227ae8;
    background: #333333;
}

/* From Uiverse.io by ferlagher */
.buttons {
    position: relative;
    font-size: 1.2em;
    padding: 18px 40px;
    background-color: #769199;
    text-decoration: none;
    border: none;
    border-radius: 0.5em;
    color: #f5f7ec;
    box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}

.buttons::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #334A51 0%, #334A51 50%, #769199 50%, #769199 60%);
    border-radius: 0 0 0.5em 0;
    /*        border-radius: 0.5em;*/

    box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.buttons:hover::before {
    width: 1.6em;
    height: 1.6em;
}

.buttons:active {
    box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
    transform: translate(0.1em, 0.1em);
}

.imgicon {
    max-height: 40px;
    font-size: 40px;
}

.contactimgicon {
    max-height: 20px;
    grid-row: 1;
    border-right: solid 1px;
    padding-right: 12px;
    color: #d8cb9d;
}

/* Visor Hover Box */
/* OPEN ALCHEMY.CSS AND REMOVE COL-4 FROM LINE 174 (min-width:992px query) */

.visor {
    position: relative;
    width: 100%;
    /* usually 90, if no space then 100 */
    /* max-width: 400px; remove if using outside of page-content for full screen */
    background-color: #282828;
    /*    border: 3px solid #5eb4c1;*/
    border-radius: 5px;
    /* only if using outside of page-content */
    overflow: hidden;
}

.visor .visor-overlay {
    background: #282828a5;
    /* Colour of text overlay */
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.visor:hover .visor-overlay {
    opacity: 1;
}

.visor-img {
    width: 100%;
    height: 100%;
}

.visor-contents {
    position: absolute;
    text-align: center;
    padding-left: 4em;
    padding-right: 4em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.visor-contents p {
    padding: 20px;
    color: #fff;
    justify-self: center;
    align-self: center;
    text-align: center;
}

.visor-contents h3 {
    font-family: "meno-banner-condensed", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 20px;
    color: #f1efe7;
    justify-self: center;
    align-self: center;
    text-align: center;
}

.visor:hover .visor-contents {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.visor-close {
    top: 20%;
}

.visor,
.visor:before,
.visor:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* From Uiverse.io by reshades */
.butte {
    font-family: "brevia", sans-serif;
    font-weight: 800;
    font-style: italic;
    background-color: #ffffff00;
    color: #eeeeee;
    width: 160px;
    height: 2.9em;
    border: #b7b5b5 0.2em solid;
    border-radius: 11px;
    text-align: right;
    transition: all 0.6s ease;
}

.butte:hover {
    background-color: #b7b5b5;
    cursor: pointer;
}

.butte svg {
    width: 1.6em;
    margin: -0.2em 0.3em 1em;
    position: absolute;
    display: flex;
    transition: all 0.6s ease;
}

.butte:hover svg {
    transform: translateX(5px);
}

.text {
    margin: 0 1.5em
}

/* CSS Document */
.socials {
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100px;
}

@media(max-width: 768px) {
    .social-list {
        display: block !important;
    }

    .socials {
        height: auto;
    }

    .socials p {
        margin-bottom: 15px;
    }
}

.social-list {
    position: relative;
    display: grid;
    gap: 25px;
    gap: 25px;
    text-align: -webkit-center;
}

.social-list p {
    background-color: #222831;
    position: relative;
    list-style: none;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    cursor: pointer;
    display: grid;
    justify-items: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    grid-row: 1;
}

.social-list p:hover {
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.social-list p::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: linear-gradient(45deg, var(--i), var(--j));
    opacity: 0;
    transition: 0.5s;
}

.social-list p:hover::before {
    opacity: 1;
}

.social-list p::after {
    content: '';
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: linear-gradient(45deg, var(--i), var(--j));
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
    filter: blur(6px);
}

.social-list p:hover::after {
    opacity: 0.5;
}

.social-list p .icon {
    color: #fff;
    font-size: 1.75em !important;
    transition: 0.5s;
    transition-delay: 0.25s;
}

.social-list p:hover .icon {
    transform: scale(0);
    font-size: 1.75em;
    transition-delay: 0.25s;
}

.social-list p span {
    position: absolute;
}

.social-list p .social-name {
    color: #fff;
    font-size: 1.1em !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transform: scale(0);
    transition: 0.5s;
    transition-delay: 0s;
}

.social-list p:hover .social-name {
    transform: scale(1);
    transition-delay: 0.25s;
}


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

.buts1 {
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background-color: #1dc2ff;
    box-shadow: 0 20px 20px -6px #222;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 24px;
    color: white;
}

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

.buts1:active {
    opacity: 0.5;
}

/* From Uiverse.io by MuhammadHasann */
.butts {
    position: relative;
    padding: 12px 35px;
    background: #593a4a;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    border: 3px solid #593a4a;
    border-radius: 8px;


    font-family: "museo-sans-condensed",
        sans-serif;
    font-weight: 900;
    font-style: normal;

    box-shadow: 0 0 0 #593a4a;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s ease;
}

.butts:hover {
    background: transparent;
    color: #593a4a;
    font-family: "museo-sans-condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
    box-shadow: 0 0 25px #593a4a;
}

.butts:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.butts:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.butts:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.butts:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.butts:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.butts:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
}

.fil0 {
    fill: #fffdef;
}


/* center the blockquote in the page */
.blockquote-wrapper {
    display: flex;
    padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    width: 100%;
    margin: 20px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    position: relative;
    /* for pseudos */
    color: #aca99e;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0;
    border: 2px solid #4B4737;
    border-radius: 20px;
    padding: 15px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content: "";
    position: absolute;
    border: 2px solid #4B4737;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -42px;
    left: 30px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote h1:before {
    content: "";
    position: absolute;
    width: 60px;
    border: 4px solid #fff;
    bottom: -3px;
    left: 30px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 2rem;
        line-height: 1.4;
    }
}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #4B4737;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 10px;
    z-index: 1;
    margin-left: 80px;
    padding-left: 8px;
}

.blockquote h4:first-letter {
    margin-left: -8px;
}

/* From Uiverse.io by MuhammadHasann */
.btts {
    position: relative;
    padding: 15px 45px;
    background: #58847b;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    font-family: "ivypresto-display", serif;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #f4f2ed;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.btts:hover {
    border: 1px solid #bad6d0;
    background: linear-gradient(85deg,
            #bad6d0,
            #bad6d0,
            #bad6d0,
            #bad6d0,
            #bad6d0);
    animation: wind 2s ease-in-out infinite;
}

@keyframes wind {
    0% {
        background-position: 0% 50%;
    }

    0% {
        background-position: 50% 100%;
    }

    0% {
        background-position: 0% 50%;
    }
}

.icon-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    transform-origin: 0 0;
    transform: rotate(10deg);
    transition: all 0.5s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

.btts:hover .icon-1 {
    animation: slay-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
    transform: rotate(10deg);
}

@keyframes slay-1 {
    0% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

.icon-2 {
    position: absolute;
    top: 0;
    left: 25px;
    width: 12px;
    transform-origin: 50% 0;
    transform: rotate(10deg);
    transition: all 1s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

.btts:hover .icon-2 {
    animation: slay-2 3s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
    transform: rotate(0);
}

@keyframes slay-2 {
    x 0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0);
    }
}

.icon-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    transform-origin: 50% 0;
    transform: rotate(-5deg);
    transition: all 1s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

.btts:hover .icon-3 {
    animation: slay-3 2s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
    transform: rotate(0);
}

@keyframes slay-3 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0);
    }
}

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

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

.custom-shape-divider-bottom-1753957759 .shape-fill {
    fill: #FF8F1A;
}

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

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

.custom-shape-divider-top-1753958340 .shape-fill {
    fill: #241E20;
}

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

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

.custom-shape-divider-top-1753957678 .shape-fill {
    fill: #FF8F1A;
}

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

.btn3 {
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background-color: #222;
    box-shadow: 0 20px 20px -6px #222;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 24px;
    color: white;
}

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

.btn3:active {
    opacity: 0.5;
}


/* CSS */
.button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #243695;
    /*
    background: rgb(213, 215, 217);
    background: linear-gradient(90deg, rgba(213, 215, 217, 1) 0%, rgba(156, 156, 156, 1) 100%);
*/
    border: 0px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 100%;
    font-size: 20px;
}

.button-5:hover,
.button-5:focus {
    background-color: #a5a8a7;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
    transform: translateY(-1px);
}

.button-5:active {
    background-color: #a5a8a7;

    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}

.scrolling-banner {
    overflow: hidden;
    width: 100%;
}

.scrolling-banner-inner {
    position: relative;
    /*justify-content: space-between;*/
    display: flex;
}

.banner-item {
    max-height: 128px;
    max-width: 128px;
}


/* From Uiverse.io by alexmaracinaru */
.cta2 {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
}

.cta2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #9a9da0;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta2 span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #111;
}

.cta2 svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta2:hover:before {
    width: 100%;
    background: #9a9da0;
}

.cta2:hover svg {
    transform: translateX(0);
}

.cta2:active {
    transform: scale(0.95);
}

/* From Uiverse.io by Yaya12085 */
.plan {
    border-radius: 16px;
    box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
    padding: 10px;
    background-color: #111;
    color: #697e91;
    max-width: 100%;
}

.plan strong {
    font-weight: 600;
    color: #111;
}

.plan .inner {
    align-items: center;
    padding: 20px;
    padding-top: 40px;
    background-color: #bdc0bc;
    border-radius: 12px;
    position: relative;
}

.plan .pricing {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fc7f9d;
    border-radius: 99em 0 0 99em;
    display: flex;
    align-items: center;
    padding: 0.625em 0.75em;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}

.plan .pricing small {
    color: #fff;
    font-size: 0.75em;
    margin-left: 0.25em;
}

.plan .title {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "wedding-gothic-atf", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.plan .title + * {
    margin-top: 0.75rem;
}

.plan .info + * {
    margin-top: 1rem;
}

.plan .features {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.plan .features li {
    display: inline;
    align-items: center;
    gap: 0.5rem;
}

.plan .features li + * {
    margin-top: 0.75rem;
}

.plan .features .icon {
    background-color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.plan .features .icon svg {
    width: 14px;
    height: 14px;
}

.plan .features + * {
    margin-top: 1.25rem;
}

.plan .action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.plan .button {
    background-color: #fc7f9d;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    text-align: center;
    border: 0;
    outline: 0;
    width: 100%;
    font-family: "wedding-gothic-atf", sans-serif;
    font-weight: 700;
    padding: 0.625em 0.75em;
    text-decoration: none;
}

.plan .button:hover,
.plan .button:focus {
    background-color: #111;
}



/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Anim - CSS */


/* From Uiverse.io by VD232004 */
.cardee {
    /*
    width: 190px;
    height: 254px;
*/
    border-radius: 20px;
    background: #fff;
    position: relative;
    padding: 1.8rem;
    border: 2px solid #009ee0;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow: visible;
}

.cardee-details {
    color: #009ee0;
    height: 100%;
    gap: .5em;
    display: grid;
    place-content: center;
    /*    font-family: 'Courier New', Courier, monospace;*/
}

.cardee-button {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;

    text-decoration: none;
    text-align: center;
    -webkit-transform: translate(-50%, 125%);
    -ms-transform: translate(-50%, 125%);
    transform: translate(-50%, 125%);
    width: 70%;
    border-radius: 1rem;
    border: none;
    background-color: #009ee0;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
    /*    font-family: 'Courier New', Courier, monospace;*/
}

.text-body {
    color: black;
}

/*Text*/
.text-title {
    font-family: "ofelia-display", sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    font-weight: bold;
    color: #009ee0;
}

/*Hover*/
.cardee:hover {
    color: #fff;

    /*    border-color: #cb7365;*/
    -webkit-box-shadow: 10px 5px 18px 0 rgba(255, 255, 255, 0.877);
    box-shadow: 10px 5px 18px 0 rgba(255, 255, 255, 0.877);
}

.cardee:hover .cardee-button {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    opacity: 1;
}

.discover-more-btn {
    cursor: pointer;
    font-family: "filson-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 23px;
    color: #241e20;
}

.discover-more-btn:hover {
    background: transparent;
}

.discover-more-btn > svg {
    width: 34px;
    color: #241e20;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.discover-more-btn:hover svg {
    transform: translateX(5px);
}

.discover-more-btn:active {
    transform: scale(0.95);
}


.discover-more-btn2 {
    cursor: pointer;
    font-family: "filson-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 23px;
    color: #ff8f1a;
}

.discover-more-btn2:hover {
    background: transparent;
}

.discover-more-btn2 > svg {
    width: 34px;
    color: #ff8f1a;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.discover-more-btn2:hover svg {
    transform: translateX(5px);
}

.discover-more-btn2:active {
    transform: scale(0.95);
}

.grad1 {
    background: linear-gradient(45deg, #1B64EA, #6E3ACB, #B222CE);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
}

/* From Uiverse.io by e-coders */
.but3 {
    appearance: none;
    background-color: transparent;
    border: 0.125em solid #e6e4d5;
    border-radius: 0.9375em;
    box-sizing: border-box;
    color: #e6e4d5;
    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;
}

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

.but3:hover {
    color: #d75e34;
    background-color: #e6e4d5;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

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

/* From Uiverse.io by e-coders */
.but {
    appearance: none;
    background-color: transparent;
    border: 0.125em solid #111;
    border-radius: 30px;
    box-sizing: border-box;
    color: #111;
    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: #111;
    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;
    border: 0.125em solid #FBE8E5;
    background-color: #FBE8E5;
    border-radius: 30px;
    box-sizing: border-box;
    color: #c69531;
    cursor: pointer;
    display: inline-block;
    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;
    will-change: transform;
}

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

.but2:hover {
    color: #c69531;
    background-color: transparent;
    border: 0.125em solid #FBE8E5;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

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

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

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

.custom-shape-divider-top-1757928770 .shape-fill {
    fill: #86909A;
}

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

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

.custom-shape-divider-bottom-1757928877 .shape-fill {
    fill: #86909A;
}

.phonemarg {
     margin-top: -68px;
}

@media(max-width: 768px) {
    .phonemarg {
        margin-top: 0px;
    }
}