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

.colorback {
    padding: 30px 0px;
    background: #588B32;

}

.colorback p {
    color: #fff;
    font-weight: 500;

}

.colorback li,
.colorback ul {

    color: #fff;
    font-weight: 600;
}

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

    color: #fff !important;
}

.colorback b,
.colorback strong {

    color: #fff;


}

.colorback a {

    color: #000
}






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

}

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

.colorback2 b,
.colorback2 strong {

    color: #04DF1F;
}

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

    color: #04DF1F;
}



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

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #CCAD60;
    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: #41BBAE;*/
    background-image: url("../img/imgback.jpg");
    background-repeat: no-repeat;
    background-size: cover;



}

.imageback p,
.imageback h2,
.imageback h3 {

    color: #fff;



}

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



.cardya {

    /*    border: 4px solid #064E40;*/
    padding: 20px;
    border-radius: 25px;
    background: #43BEF0;
    /*    box-shadow: #473d44 7px 7px;*/
    /*    font-weight: 700;*/
    border: 4px dashed black;
    grid-gap: 7px;

}

.cardya p,
.cardya b,
.cardya a,
.cardya strong,
.cardya ul,
.cardya h1,
.cardya li {

    color: #000 !important;
    text-align: center;
    justify-self: center;



}

.cardya h3 {

    color: #000 !important;
    border-top: 2px solid white;
    padding: 8px;
    text-align: center;
    justify-self: center;


}



.cardyc {

    /*    border: 4px solid #064E40;*/
    padding: 20px;
    border-radius: 25px;
    background: #42AB14;
    box-shadow: rgba(4, 223, 31, 0.8) 3px 3px 14px;
    /*    font-weight: 700;*/
    border: 4px solid #04DF1F;
    grid-gap: 7px;

}

.cardyc p,
.cardyc b,
.cardyc a,
.cardyc strong,
.cardyc ul,
.cardyc h1,
.cardyc li {

    color: #000 !important;
    text-align: center;
    justify-self: center;



}

.cardyc h3 {

    color: #000 !important;
    border-top: 2px solid white;
    padding: 8px;
    text-align: center;
    justify-self: center;


}




.cardyb {

    /*    border: 4px solid #064E40;*/
    padding: 20px;
    border-radius: 25px;
    background: #2F2F2F;


    /*    box-shadow: #473d44 7px 7px;*/
    /*    font-weight: 700;*/
    border: 5px solid #6EB6AA;

}

.cardyb p,
.cardyb b,
.cardyb a,
.cardyb strong,
.cardyb ul,
.cardyb li {

    color: #fff !important;



}

.cardyb h3 {

    color: #fff !important;
    border-bottom: 2px solid white;
    padding: 8px;

}





.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, #96672d, #E2D386, #96672d);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.bluetext {

    color: #1B3908;

}


.bg-white {
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.8);
    /*    border: 9px #BFC2E4 double;*/
    border: 3px solid #1B4166;
}


.gradback {
    padding: 30px 0px;
    background: rgb(249, 189, 184);
    background: linear-gradient(135deg, rgba(249, 189, 184, 1) 0%, rgba(217, 116, 175, 1) 19%, rgba(187, 79, 191, 1) 35%, rgba(56, 141, 235, 1) 51%, rgba(144, 204, 208, 1) 67%, rgba(166, 243, 150, 1) 82%, rgba(242, 229, 142, 1) 100%);

}

.gradback p,
.gradback li,
.gradback ul {
    color: #000;

}

.gradback h2,
.gradback h3,
.gradback h4,
.gradback h1 {

    color: #000 !important;
    font-size: xx-large;
}



.button {
    cursor: pointer;
    position: relative;
    padding: 10px 24px;
    color: #CCAD60;
    border: 2px solid #CCAD60;
    border-radius: 34px;
    background-color: transparent;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}

.button h4 {
    font-size: larger;
}

.button::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #CCAD60;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button:hover::before {
    scale: 3;
}

.button:hover {
    color: #212121;
    scale: 1.1;
    box-shadow: 0 0px 20px rgba(193, 163, 98, 0.4);
}

.button:active {
    scale: 1;
}

/* Conveyor */

.conveyor {
    display: flex;
    height: auto;
    margin: auto;
    overflow: hidden;
    align-items: center;
}

.conveyor:before {
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    width: 23.958%;
    height: 210px;
    /* originally 110px */
    background: linear-gradient(-90deg, hsla(0, 0%, 96.9%, 0), #FFF);
    /* Last colour code is the shading the image fades to, match to page background colour */
}

.conveyor:after {
    position: absolute;
    right: 0;
    content: "";
    width: 23.958%;
    height: 210px;
    /* originally 110px */
    background: linear-gradient(90deg, hsla(0, 0%, 96.9%, 0), hsla(0, 0%, 96.9%, 1) 99%);
}

.conveyor .conveyor-belt {
    display: flex;
    animation: scroll 120s linear infinite;
    -webkit-animation: scroll 120s linear infinite;
    width: calc(240px * 17);
}

.conveyor .package {
    display: flex;
}

.conveyor .package img {
    width: 180px;
    height: 180px;
    /* originally 80px */
    padding: 10px;
    background-color: white;
    cursor: pointer;
    margin: 20px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-240px * 8));
        transform: translate((calc(-240px * 8));
        }
    }
