/* Custom - CSS */

.colorback {
    padding: 30px 0px;
    background-color: #293A7E;
}

.colorback p,
.colorback li,
.colorback ul,
.colorback b,
.colorback strong {
    color: white;
}

.colorback h2,
.colorback h3,
.colorback h4,
.colorback h1 {

    color: white;
}

.colorback2 {
    padding: 30px 0px;
    background-color: #E00824;
}

.colorback2 p,
.colorback2 li,
.colorback2 ul,
.colorback2 b,
.colorback2 h2,
.colorback2 h3,
.colorback2 h4,
.colorback2 b,
.colorback2 strong,
.colorback2 h1 {
    color: white;
}



hr {
    background: url("../img/hr.png") no-repeat top center;
    background-size: contain;
    display: block;
    height: 76px;
    border: 0;
    position: relative;
}

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #FF90BC;
    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;
}

.imageback {
    padding: 120px 0px;
    background-color: white;
    background-image: url("../img/imgback.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.imageback h2 {

    color: white
}

.imageback p {

    color: black;
}

.imageback strong {

    color: white
}


.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}





.cardyc {

    /*    border: 5px solid #4A6BB0;*/
    padding: 20px;
    border-radius: 40px;
    background-color: #000;
    text-align: center;

}



.cardyc p {

    color: white;
    text-align: center;
    justify-self: center;
}

.cardyc h1 {

    color: white;
    font-size: xx-large;
    background-color: #0A5D41;
    padding: 10px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    justify-self: center;

}


.cardyc h3,
.cardyc ul,
.cardyc li {

    color: white;
    justify-self: left;
    text-align: left;
}







.cardya {

    border: 5px solid #4DF452;
    padding: 30px;
    border-radius: 40px;
    background-color: #0A5D41;
    text-align: center;

}



.cardya p,
.cardya b {

    color: white;
    text-align: center;
    justify-self: center;
}

.cardya h1 {

    color: white;
    font-size: xx-large;


}


.cardya h3,
.cardya ul,
.cardya li {

    color: white;
    justify-self: left;
    text-align: left;
}







.cardyb {

    /*    border-top: 4px solid #4DCBBD;*/
    padding: 32px;
    border-radius: 8px;
    background-color: #ffff;
    /*    width: 256px;*/
    border: 2px solid black;

    /*    box-shadow: 2px 9px 5px rgb(0, 0, 0, 0.9);*/



}

.cardyb p {

    color: white
}

.cardyb h3 {

    color: white
}

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



@-webkit-keyframes bounce {
    0% {
        transform: scale(1, 1) translate(0px, 0px);
    }

    30% {
        transform: scale(1, 0.8) translate(0px, 10px);
    }

    75% {
        transform: scale(1, 1.1) translate(0px, -25px);
    }

    100% {
        transform: scale(1, 1) translate(0px, 0px);
    }
}


.bounce {
    -webkit-animation: bounce 1.5s infinite;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}



.mobishow {
    display: none !important;
}

.mobihide {
    display: grid !important;
}

@media (max-width: 600px) {
    .mobishow {
        display: grid !important
    }

    .mobihide {
        display: none !important;
    }
}

.shineytext {

    background: linear-gradient(to right, #b1b1b1, #cfcfcf, #f3f3f3, #b1b1b1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}



/* CSS */
.button-56 {
    align-items: center;
    background-color: #293B7E;
    border: 2px solid #E00824;
    border-radius: 8px;
    box-sizing: border-box;
    color: #E00824;
    cursor: pointer;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-56:after {
    background-color: #E00824;
    border-radius: 8px;
    content: "";
    display: block;
    height: 48px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
}

.button-56:hover:after {
    transform: translate(0, 0);
}

.button-56:active {
    background-color: #293B7E;
    outline: 0;
}

.button-56:hover {
    outline: 0;
}

@media (min-width: 768px) {
    .button-56 {
        padding: 0 40px;
    }
}


.button-562 {
    align-items: center;
    background-color: #fff;
    border: 2px solid #293B7E;
    border-radius: 8px;
    box-sizing: border-box;
    color: #293B7E;
    cursor: pointer;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-562:after {
    background-color: #293B7E;
    border-radius: 8px;
    content: "";
    display: block;
    height: 48px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
}

.button-562:hover:after {
    transform: translate(0, 0);
}

.button-562:active {
    background-color: white;
    outline: 0;
}

.button-562:hover {
    outline: 0;
}

@media (min-width: 768px) {
    .button-562 {
        padding: 0 40px;
    }
}
