/* Custom - CSS */
/* Custom - CSS */

.colorback {
    padding: 30px 0px;
    background-color: #1F1A17;

}

.colorback p,
.colorback li,
.colorback ul {
    color: #fff;

}

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

    color: #fff;
}

.colorback b,

.colorback strong {


    color: #fff;

}

.colorback a {

    color: #fff
}

.colorback a:hover {

    color: #8BCEC2
}



.colorback2 {
    padding: 30px 0px;
    background-color: #BC7CAF;
    border-bottom: 5px white solid;
}

.colorback2 p,
.colorback2 li,
.colorback2 ul,
.colorback2 b,
.colorback2 strong {
    color: #fff;
}

.colorback2 h2,
.colorback2 h3,
.colorback2 h4,
.colorback2 h1 {

    color: #F8B4D4;
}



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: #000;
    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;
}


.roof .workspace .element {
    align-self: center;
    justify-self: center;
}

.roof .workspace .element .element h1,
.roof .workspace .element .element h2,
.roof .workspace .element .element h3,
.roof .workspace .element .element h4,
.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;
    }
}*/


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



}


.imageback h1 {

    color: #fff;



}

/*

.imageback p,
.imageback ul,
.imageback li {

    color: #fff;
    font-weight: 600;

}

.imageback b,
.imageback strong {

    color: #fff;


}*/





/*
.imageback h3,
.imageback h4 {

    color: #fff;
    font-size: xx-large;
}*/


/*
.imageback strong {

    color: #fff
}
*/


.zoom {
    transition: transform .2s;
}

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


.cardyc {

    /*    border: 4px solid #064E40;*/
    padding: 20px;
    /*    border-radius: 40px;*/
    background-color: #1F1A17;
    text-align: center;
    /*    box-shadow: #473d44 7px 7px;*/
    /*    font-weight: 700;*/

}


.cardyc b,
.cardyc a,
.cardyc strong {

    color: #fff;

}


.cardyc p {

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

}

.cardyc h1 {

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


}


.cardyc h4,
.cardyc ul,
.cardyc li {

    color: white;
    justify-self: center;
    text-align: center;
    /*    font-size: larger;*/
}

.cardyb {

    border: 4px solid #1F1A17;

    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: #000;
    text-align: center;
    justify-self: center;


}


.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, #996b31, #CAB06C, #996b31);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.bluetext {

    color: #1B3908;

}


.bg-white {
    padding: 40px 0px;
    background-color: rgba(0, 0, 0, 0.5);
    /*    border: 9px #BFC2E4 double;*/
}

/* From Uiverse.io by gharsh11032000 */
.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #1B3908;
    box-shadow: 0 0 0 2px #1B3908;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
    position: absolute;
    width: 24px;
    fill: #1B3908;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
    right: 16px;
}

.animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #1B3908;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #1B3908;
    border-radius: 12px;
}

.animated-button:hover .arr-1 {
    right: -25%;
}

.animated-button:hover .arr-2 {
    left: 16px;
}

.animated-button:hover .text {
    transform: translateX(12px);
    color: #fff;
}

.animated-button:hover svg {
    fill: #809A6A;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #1B3908;
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}
