.card-container {
    margin: 25px auto 0;
    position: relative;
    width: 692px;
}

.card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 25px 5px 10px rgba(75, 75, 75, .07);
    z-index: 1;
    border: 2px solid rgba(75, 75, 75, .07);
}


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

.card-body {
    display: inline-block;
    float: left;
    max-width: 300px;
}

.card-number {
    margin-top: 15px;
    color: #a3d7c5;
}

.card-circle {
    border: 1px solid #a3d7c5;
    border-radius: 50%;
    display: inline-block;
    line-height: 22px;
    font-size: 12px;
    height: 25px;
    text-align: center;
    width: 25px;
}

.card-author {
    display: block;
    font-size: 12px;
    letter-spacing: .5px;
    margin: 15px 0 0;
    text-transform: uppercase;
}

.card-title {
    font-family: "novecento-sans-wide", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 32px;
    line-height: 60px;
    margin: 10px 0;
}

.card-description {
    display: inline-block;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 0;
}

.card-read {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 6px;
    margin: 5px 0 20px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
}

.card-read:after {
    background-color: #b8bddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 9px;
    width: 75%;
}

.card-tag {
    float: right;
    margin: 5px 0 0;
}

.card-media {
    float: right;
}

.card-shadow {
    background-color: #fff;
    box-shadow: 0 10px 25px 2px rgba(0, 0, 0, 1), 50px 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
    height: 1px;
    margin: -1px auto 0;
    width: 100%;
    z-index: -1;
}


.u-clearfix:after {
    clear: both;
}

.u-clearfix {
    *zoom: 1;
}

.subtle {
    color: #111;
}


.u-clearfix:before,
.u-clearfix:after {
    content: " ";
    display: table;
}


/* From Uiverse.io by satyamchaudharydev */
.buth {
    --primary-color: transparent;
    --secondary-color: #fff;
    --hover-color: #90ba8d;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    border: 3px solid #90ba8d;
    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: #fff;

}


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

.tabletshow .buth, .tabletshow .buth h4 {
    color: var(--hover-color);
}

.tabletshow .buth:hover h4, .tabletshow .buth:hover {
    color: var(--secondary-color);
}
/* 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: #fff;
}

.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: #f7abb2;
    color: #fff;
    /*    border-bottom: 3px solid #cb7365;*/
}

.colorback p,
.colorback li,

.colorback a {
    color: #fff;
}

.colorback b {
    color: #114a77;
}


.colorback h1,
.colorback h3 {
    color: #e5015b;
}

.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: 1px;
    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 #1cbdff;
    padding: 32px;
    border-radius: 5px;
    background-color: #111;
    /*    box-shadow: 4px 5px 17px -4px #222;*/




}

.cardyc b {

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

}

.cardyc h1 {

    color: #1cbdff !important;
    font-weight: 800;
    text-align: center;
    justify-self: center;

}

.cardyc p,
.cardyc li {

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

}

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


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


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

.imageback h1 {
    color: #f3efdd;
}

.imageback h3 {
    color: white;
}

.imageback p {
    color: black;
}

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

.bg-white {
    padding: 30px 30px;
    border-radius: 10px;
    background-color: #f3efdda5;
    border: 4px double #5b2862;
    color: white;
}


.bg-white h3,
.bg-white li {
    color: #222;
}

.bg-white b {
    color: white;
    justify-items: center;
    align-self: center;
    font-weight: 900;

}


.bg-white h1 {
    color: #5b2862;
}

.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: #0e6108;
    /*    border: 3px solid #5eb4c1;*/
    border-radius: 5px;
    /* only if using outside of page-content */
    /*    overflow: hidden;*/
}

.visor .visor-overlay {
    background: #0e6108a5;
    /* Colour of text overlay */
    position: absolute;
    height: 600px;
    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: 600px;
}

.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,
.visor-contents h3 {
    padding: 20px;
    color: #fff;
    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: #bad6d0;
    position: relative;
    padding: 1.8rem;
    border: 2px solid #58847b;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow: visible;
}

.cardee-details {
    color: rgb(162, 0, 255);
    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: #58847b;
    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: white;
}

/*Text*/
.text-title {
    font-family: "superior-title", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    font-weight: bold;
    color: #58847b;
}

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



.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: #1F1A17;*/
    text-align: center;
    /*    box-shadow: #473d44 7px 7px;*/


}

.cardyb b,
.cardyb a,
.cardyb strong {

    color: #000;

}


.cardyb p {

    color: #000;
    text-align: center;
    justify-self: center;
    font-weight: 600;

}

.cardyb h1 {

    color: #1cbdff;
    text-align: center;
    justify-self: center;


}


/* CSS */
.button-5 {
    align-items: center;
    background-color: transparent;
    border: 2px solid #90BA8D;
    background-clip: padding-box;
    /*
    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: #fff;
    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: 17px;
}

.button-5:hover,
.button-5:focus {
    background-color: #90BA8D;

    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

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

.button-5:active {
    background-color: #90BA8D;


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

/* Accordion */

:root {
    --accordionprimary: #90ba8d;
    --accordionsecondary: #90ba8d;
    --accordionhighlight: #90ba8d;
    /* Theme color */
    --accordiontheme: var(--accordionprimary);
}

.accordionbox {
    display: grid;
    place-content: center;
    /*  grid-template-columns: repeat(auto-fit, min(100%, 30rem));*/
    gap: 1rem;
    margin: 0;
    padding: 1rem;
    color: var(--accordionprimary);
}

/* Core styles/functionality */
.accordiontab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordiontab-content,
.accordiontab-contentlarger {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.accordiontab input:checked ~ .accordiontab-content {
    max-height: 100%;
}

.accordiontab input:checked ~ .accordiontab-contentlarger {
    max-height: 1000rem;
}

/* Visual styles */
.accordion {
    color: var(--accordiontheme);
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
}

.accordiontab-label,
.accordiontab-close {
    display: flex;
    color: white;
    background: var(--accordiontheme);
    cursor: pointer;
}

.accordiontab-label {
    justify-content: space-between;
    padding: 1rem;
}

.accordiontab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}

.accordiontab input:checked + .accordiontab-label::after {
    transform: rotate(270deg);
}

.accordiontab-content p,
.accordiontab-contentlarger p {
    margin: 0;
    padding: 4px 1rem;
}

.accordiontab-content p:first-of-type,
.accordiontab-contentlarger p:first-of-type {
    padding: 16px 1rem 4px;
}

.accordiontab-content p:last-of-type,
.accordiontab-contentlarger p:last-of-type {
    padding: 4px 1rem 16px;
}

.accordiontab-content p:only-child {
    padding: 16px 1rem 16px;
}

.accordiontab-close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.accordion-radio {
    --accordiontheme: var(--accordionsecondary);
}

/* Arrow animation */
.accordiontab input:not(:checked) + .accordiontab-label:hover::after {
    animation: bounce .5s infinite;
}

@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }

    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}


.accordionbox2 {
    display: grid;
    place-content: center;
    /*  grid-template-columns: repeat(auto-fit, min(100%, 30rem));*/
    gap: 1rem;
    margin: 0;
    padding: 1rem;
    color: var(--accordionprimary);
}

/* Core styles/functionality */
.accordiontab2 input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordiontab-content2,
.accordiontab-contentlarger2 {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.accordiontab2 input:checked ~ .accordiontab-content2 {
    max-height: 14rem;
}

.accordiontab2 input:checked ~ .accordiontab-contentlarger2 {
    max-height: 1000rem;
}

/* Visual styles */
.accordion2 {
    color: var(--accordiontheme);
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
}

.accordiontab-label2,
.accordiontab-close2 {
    display: flex;
    color: white;
    background: var(--accordiontheme);
    cursor: pointer;
}

.accordiontab-label2 {
    justify-content: space-between;
    padding: 1rem;
}

.accordiontab-label2::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}

.accordiontab2 input:checked + .accordiontab-label2::after {
    transform: rotate(270deg);
}

.accordiontab-content2 p,
.accordiontab-contentlarger2 p {
    margin: 0;
    padding: 4px 1rem;
}

.accordiontab-content2 p:first-of-type,
.accordiontab-contentlarger2 p:first-of-type {
    padding: 16px 1rem 4px;
}

.accordiontab-content2 p:last-of-type,
.accordiontab-contentlarger2 p:last-of-type {
    padding: 4px 1rem 16px;
}

.accordiontab-content2 p:only-child {
    padding: 16px 1rem 16px;
}

.accordiontab-close2 {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.accordion-radio2 {
    --accordiontheme: var(--accordionsecondary);
}

/* Arrow animation */
.accordiontab2 input:not(:checked) + .accordiontab-label2:hover::after {
    animation: bounce .5s infinite;
}
