.colorback {
    padding: 30px 0px;
    background: rgb(204, 128, 66);
    background: linear-gradient(180deg, rgba(204, 128, 66, 1) 0%, rgba(182, 100, 92, 1) 100%);
    color: white;
}

.colorback p {
    color: white;
}

.colorback h1 {
    color: #fff;
}

.colorback a {
    color: #242223;
}

.colorback heading {
    border-bottom: 1px solid #242223;

}

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



.mobishow {
    display: none !important;
}

.mobihide {
    display: grid !important;
}

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

    .mobihide {
        display: none !important;
    }
}


.zoom {
    transition: transform .2s;
}

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


.cardyc {

    border: 3px solid #ffbd30;
    padding: 32px;
    border-radius: 5px;
    background-color: #222222;



}

.cardyc b {

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

}

.cardyc h3 {

    color: #222 !important;
    font-weight: bolder;
    text-align: center;
    justify-self: center;

}

.cardyc p {

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

}

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




.zoom {
    transition: transform .2s;
}

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

.imglist {
    list-style-image: url("../img/bee.png");
}

.custom-shape-divider-bottom-1722870491 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1722870491 svg {
    position: relative;
    display: block;
    width: calc(147% + 1.3px);
    height: 140px;
}

.custom-shape-divider-bottom-1722870491 .shape-fill {
    fill: #cc8042;
    /*    background: linear-gradient(0deg, rgba(160, 71, 117, 1) 0%, rgba(180, 97, 94, 1) 50%, rgba(204, 128, 66, 1) 100%);*/
}

.btn2 {
    transition: all 0.3s ease-in-out;
    font-family: "the-seasons", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.btn2 {
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background-color: #242223;
    box-shadow: 0 20px 20px -6px #242223;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 24px;
    color: #fff;
}

.btn2:hover {
    transform: translateY(3px);
    box-shadow: none;
}

.btn2:active {
    opacity: 0.5;
}


butt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #f8b500;
    font-family: "sofia-pro-soft", sans-serif;
    font-weight: 700;
    font-style: normal;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
}

butt:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #393e45;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

butt:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

butt span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 25px;
    color: #393e45;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0.3em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

butt:hover span {
    color: #f8b500;
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

/* From Uiverse.io by gharsh11032000 */
.butty {
    position: relative;
    width: 120px;
    height: 40px;
    background-color: #000;
    display: flex;
    align-items: center;
    color: white;
    flex-direction: column;
    justify-content: center;
    border: none;
    padding: 12px;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
}

.butty::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -4px;
    top: -1px;
    margin: auto;
    width: 128px;
    height: 48px;
    border-radius: 10px;
    background: rgb(204, 128, 66);
    background: linear-gradient(180deg, rgba(204, 128, 66, 1) 0%, rgba(182, 100, 92, 1) 50%, rgba(160, 71, 117, 1) 100%);
    z-index: -10;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.butty::after {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background: rgb(204, 128, 66);
    background: linear-gradient(180deg, rgba(204, 128, 66, 1) 0%, rgba(182, 100, 92, 1) 50%, rgba(160, 71, 117, 1) 100%);
    transform: translate3d(0, 0, 0) scale(0.95);
    filter: blur(20px);
}

.butty:hover::after {
    filter: blur(30px);
}

.butty:hover::before {
    transform: rotate(-180deg);
}

.button:active::before {
    scale: 0.7;
}

.bg-white {
    padding: 40px;
    background-color: #e2d1c6a5;
    border: 9px #876856 double;
}

.bg-white h1 {

    color: #3f2c21;
    font-size: xx-large;
}

.bg-white h4 {

    color: #3f2c21;
    text-align: center
}

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




}


.imageback h1 {

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

}

.imageback p {

    color: #3f2c21;
}

.imageback h2 {

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


}
