/* From Uiverse.io by satyamchaudharydev */



.buth {
    --primary-color: #111;
    --secondary-color: #fff;
    --hover-color: #efba48;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    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;

}



.centered
{
    display: grid;
    justify-self: center;
    justify-content: center;
    text-align: center;
}

.centered h1, .centered h2, .centered h3, .centered h4, .centered p, .centered a
{
    justify-self: center;
text-align: center;
}


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

/* 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: #330100;
    color: #fff;
    border: 3px solid #330100;

    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: #2b7b3a;
    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(230, 43, 74), rgb(244, 134, 71));
    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;
    }
}

.colorback {
    padding: 30px 0px;
    background-color: #7a8e59;
    color: #19174e;
    border-bottom: 3px solid #cb7365;
}

.colorback p,
.colorback li,
.colorback b,
.colorback a {
    color: #fff;
}


.colorback h1 {
    color: #fff;
}

.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 #efba48;
    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: #efba48 !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: 150px 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: #d8cb9d;
}

.imageback p {
    color: black;
    font-weight: 900;
}

.bg-white {
    padding: 30px 10px;
    border-radius: 10px;
    background-color: #000a09a5;
    color: white;
}


.bg-white p,
.bg-white li {
    color: #fff;
}

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

}


.bg-white h1 {
    color: #fff;
}

.bg-white2 {
    padding: 15px;
    padding-top: 25px;
    background-color: rgba(255, 255, 255, 0.8);
}


.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: #1e2f23;
}

.butty {
    transition: all 0.3s ease-in-out;
    /*    font-family: "Dosis", sans-serif;*/
}

.butty {
    border-radius: 50px;
    background-color: #3eaf73;
    box-shadow: 0 20px 20px -6px #222;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 24px;
    color: white;
    /*    position: absolute;*/
    padding: 15px;
}

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

.butty:active {
    opacity: 0.5;
}

/* 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: #222831;
    /* only if using outside of page-content */
    overflow: hidden;
}

.visor .visor-overlay {
    background: #222831a5;
    /* Colour of text overlay */
    position: absolute;
    height: 100%;
    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: 100%;
}

.visor-contents {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    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 {
    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;
}

.custom-shape-divider-bottom-1738066233 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1738066233 .shape-fill {
    fill: #7a8e59;
}

/* From Uiverse.io by JaydipPrajapati1910 */
.btn2 {
    width: 230px;
    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: #ed1d24;
    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: 215px;
}

.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: #5d601d;
    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: #111;
    position: relative;
    padding: 1.8rem;
    border: 2px solid #ed1d24;
    -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: #ed1d24;
    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: #ed1d24;
}

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