/* From Uiverse.io by satyamchaudharydev */
.buth {
    --primary-color: #b25c9a;
    --secondary-color: #e4e2dd;
    --hover-color: #603762;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    border: 0px solid #4F7020;
    box-sizing: border-box;
    /*    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 {

    color: #e4e2dd;

}


.buth h4::before {

    color: #222;

}

.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;
    }
}

.colorback2 {
    padding: 30px 0px;
    background-color: #0B1B13;
    color: #fff;
    /*    border-bottom: 3px solid #cb7365;*/
}

/*
.colorback2 p,
.colorback2 li,
.colorback a {
    color: #032a33;
}*/

.colorback2 b {
    color: #636e5a;
}


.colorback2 h1 {
    color: #f3f1c4;
}

.colorback2 h3 {
    color: #f3f1c4;
}

.colorback heading {
    border-bottom: 1px solid #5d601d;

}

.colorback {
    padding: 80px 0px;
    background-color: #847d76;
    color: #fff;
    /*    border-bottom: 3px solid #cb7365;*/
}


.colorback p,

.colorback a {
    color: #fff;
    font-weight: 900;
}

.colorback li {
    color: #fff;
    font-weight: 900;


}

.colorback b {
    color: #114a77;
}

.colorback h3 {
    color: #e4e2dd;
}

.colorback h1 {
    color: #dfdad5;
}

.colorback heading {
    border-bottom: 1px solid #5d601d;

}

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: #111;
    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 {

    /*    border: 3px solid #494949;*/
    padding: 32px;
    border-radius: 5px;
    background-color: #847d76;
    /*    box-shadow: 4px 5px 17px -4px #222;*/




}

.cardyd {
    background-color: #006837;
    padding: 32px;
    border-radius: 5px;
}


.cardyd h1,
.cardyd h3 {

    color: #fff !important;
    font-weight: 800;

    text-align: center;
    justify-self: center;

    /*
    font-family: "pacifico",
    sans-serif;
    font-weight: 400;
    font-style: normal;
*/
    font-size: 28px;

}

.cardyd p,
.cardyd li {

    color: #fff;

    text-align: center;
    justify-self: center;


}

@media (min-width: 1200px) {
    .cardyd {
        /*        height: 223px;*/
    }
}



.cardyc b {

    color: #fff;
    /*
    text-align: center;
    justify-self: center;
*/

}

.cardyc h1 {

    color: #fff !important;
    font-weight: 800;

    text-align: center;
    justify-self: center;

    /*
    font-family: "pacifico",
    sans-serif;
    font-weight: 400;
    font-style: normal;
*/
    font-size: 28px;

}

.cardyc h3 {
    color: #dfdad5;

    text-align: center;
    justify-self: center;


}

.cardyc p,
.cardyc li {
    color: white;

    text-align: center;
    justify-self: center;


}

@media (min-width: 1200px) {
    .cardyc {
        /*        height: 223px;*/
    }
}




.imageback {
    padding: 30px 0px;
    background-image: url("../img/imageback.jpg");
    /*    background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*    color: white;*/
}

.imageback h1 {
    color: #ffac37;
}

.imageback h3 {
    color: #fff;
    font-size: 25px;
}

.imageback p {
    color: white;
    font-weight: normal;
}

.imageback b {
    color: #032a33;
    font-weight: 900;
}


.imageback2 {
    padding: 120px 0px;
    background-image: url("../img/imageback2.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}


.bg-white {
    padding: 30px 30px;
    border-radius: 10px;
    background-color: #58847b;
    border: 4px double #bad6d0;
    color: white;
}


.bg-white p,
.bg-white li {
    color: #fff;
}

.bg-white b {
    color: white;
    justify-items: center;
    align-self: center;
    font-weight: 900;

}


.bg-white h1 {
    color: #bad6d0;
}

.bg-white2 {
    padding: 15px;
    padding-top: 25px;
    background-color: rgba(255, 255, 255, 0.8);
}


.imglist {
    list-style-image: url("../img/bee.png");
}


/* 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: #dcaa6b;
    /*    border: 3px solid #5eb4c1;*/
    border-radius: 5px;
    /* only if using outside of page-content */
    overflow: hidden;
}

.visor .visor-overlay {
    background: #dcaa6ba5;
    /* 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: "antique-olive-compact", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 20px;
    color: #344139;
    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;
}


/* From Uiverse.io by JaydipPrajapati1910 */
.btn2 {
    width: 247px;
    height: 50px;
    border-radius: 5px;
    border: none;
    transition: all 0.5s ease-in-out;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    background: #9dd146;
    color: #111;
}

.btn2:hover {
    box-shadow: 0 0 20px 0px #2e2e2e3a;
}

.btn2 .icon {
    position: absolute;
    height: 40px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.btn2 .text {
    transform: translateX(35px);
}

.btn2:hover .icon {
    width: 240px;
}

.btn2:hover .text {
    transition: all 0.5s;
    opacity: 0;
}

.btn2:focus {
    outline: none;
}

.btn2:active .icon {
    transform: scale(0.85);
}


.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 VD232004 */
.cardee {
    /*
    width: 190px;
    height: 254px;
*/
    border-radius: 20px;
    background: transparent;
    position: relative;
    padding: 1.8rem;
    border: 2px solid #658ED8;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow: visible;
}

.cardee-details {
    color: #658ED8;
    height: 100%;
    gap: .5em;
    display: grid;
    place-content: center;
    /*    font-family: 'Courier New', Courier, monospace;*/
}

.cardee-button {
    font-family: "sofia-pro-soft", sans-serif;
    font-weight: 700;
    font-style: normal;
    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: #658ED8;
    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: "sofia-pro-soft", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    font-weight: bold;
    color: #658ED8;
}

/*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;
}


/* 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 {
    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-1742820145 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1742820145 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 97px;
}

.custom-shape-divider-bottom-1742820145 .shape-fill {
    fill: #29767C;
}

.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;
}


.cardyb {

    /*    border: 4px solid #1cbdff;*/

    padding: 20px;
    /*    border-radius: 40px;*/
    background-color: #009244;
    text-align: center;
    /*    box-shadow: #473d44 7px 7px;*/


}

.cardyb b,
.cardyb a,
.cardyb strong {

    color: #fff;

}


.cardyb p {

    color: #fff;
    text-align: center;
    justify-self: center;
    font-weight: 600;

}

.cardyb h1 {

    color: #fff;
    text-align: center;
    justify-self: center;


}


/* CSS */
.button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #0A1111;
    /*
    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: #2b2b2b;
    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: #d1d0ca;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
    transform: translateY(-1px);
}

.button-5:active {
    background-color: #d1d0ca;

    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: #fff;
    color: #697e91;
    max-width: 100%;
}

.plan strong {
    font-weight: 600;
    color: #091111;
}

.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: #0096FF;
    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 {
    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: #091111;
    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: #0096FF;
    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: #091111;
}

/* From Uiverse.io by BHARGAVPATEL1244 */
.button {
    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: #ffac37;
    /*    background: #111;*/
    font-family: "antique-olive-compact", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.button span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
}

.button:hover span {
    font-family: "antique-olive-compact", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1c54c5;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.button::before {
    content: "";
    background: #1c54c5;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

button:hover::before {
    transform: translate3d(100%, 0, 0);
}
