/* From Uiverse.io by satyamchaudharydev */
.buth {
    --primary-color: #688a41;
    --secondary-color: #fff;
    --hover-color: #737373;
    --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 {
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #fff;

}


.buth h4::before {
    font-family: "pf-marlet-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    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 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 {
    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 p {
    justify-self: center;
    text-align: center;
}

@media(max-width: 300px) {
    .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 p {
        justify-self: center;
        text-align: center;
    }
}



.colorback {
    padding: 50px 0px;
    background-color: var(--colour1);
    color: #fff;
}

.colorback p,
.colorback li,
.colorback b,
.colorback a {
    color: #fff;
    font-weight: bold;
}


.colorback h1 {
    color: var(--colour1);
}

.colorback h2 {
    color: var(--colour3);
}

.colorback h3 {
    color: var(--colour3);
}

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

}

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: var(--colour1);
    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: 2px solid #fff;
    padding: 32px;
    border-radius: 15px;
    background-color: var(--colour1);
    /*    box-shadow: 4px 5px 17px -4px #222;*/




}

.cardyc b {

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

}

.cardyc h1 {

    color: var(--colour1) !important;
    font-weight: 800;
    text-align: center;
    justify-self: center;

}

.cardyc h2 {

    color: #fff !important;
    font-weight: 600;
    text-align: center;
    justify-self: center;
    text-transform: uppercase;
    font-size: 25px;

}

.cardyc p,
.cardyc li {

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

}

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


.imageback {
    padding: 80px 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: #fff;
}

.imageback p {
    color: white;
    /*    font-weight: 600;*/
}

.imageback li {
    color: white;
    /*    font-weight: 600;*/
}

.imageback b {
    color: #1fa4d9;
    font-weight: 600;
}

.bg-white {
    padding: 30px 10px;
    border-radius: 10px;
    background-color: #737373a5;
    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: #688a41;
}

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


.imglist {

    list-style-image: url("../img/crown.png");
}

.imglist li {
    padding-bottom: 8px;
    font-style: italic;
}

.imglist li:last-of-type {
    padding-bottom: 0px;
}

.imglistbold li {
    font-style: normal;
    font-weight: bold;
}

}

.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: #fff;
    width: 160px;
    height: 2.9em;
    border: #b5c3ba 0.2em solid;
    border-radius: 11px;
    text-align: right;
    transition: all 0.6s ease;
}

.butte:hover {
    background-color: #b5c3ba;
    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: #FC9C35;
}


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

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

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

.btn2:active {
    opacity: 0.5;
}

.gatehouse {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

/* CSS */
.button-87 {
    margin: 10px;
    padding: 17px 34px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    box-shadow: 0px 0px 14px -7px rgba(138, 138, 138, 1);
    background-image: linear-gradient(90deg, rgba(109, 112, 115, 1) 0%, rgba(195, 195, 189, 1) 50%, rgba(109, 112, 115, 1) 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-87:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.button-87:active {
    transform: scale(0.95);
}

.button-87 h4 {

    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
}

/* From Uiverse.io by niat786 */
.butter {
    border: none;
    color: #fff;
    /*    background-image: linear-gradient(30deg, #F2E08D, #A77030);*/
    background-image: linear-gradient(90deg, rgba(144, 95, 39, 1) 0%, rgba(244, 234, 154, 1) 50%, rgba(144, 95, 39, 1) 99%);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: "novecento-sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0.6em 1.5em;
}

.butter:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
    0% {
        box-shadow: 0 0 0 0 #A77030a5;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}

.shineytext {
    background: linear-gradient(to right, #84673D, #C0965F, #84673D);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

butt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    /*    background: #2DAAE1;*/
    background-color: var(--colour2);
    font-family: "antique-olive", sans-serif;
    font-weight: 500;
    font-style: normal;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

butt:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: var(--colour1);
    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: #fff;
    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: #fff;
    animation: scaleUp 0.3s ease-in-out;
}

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

    50% {
        transform: scale(0.95);
    }

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


.icon {
    max-height: 50px;
}

/* From Uiverse.io by e-coders */
.but2 {
    appearance: none;
    transition: 2.5s;
    text-transform: uppercase;
    background-color: var(--colour2);
    border: none;
    border-radius: 50px;
    /*    backdrop-filter: blur(2px);*/

    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "the-seasons", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    /*    min-height: 3.75em;*/
    min-width: 0;
    outline: none;
    padding: 1em 2.0em;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
    letter-spacing: 1px;
}

.but2:disabled {
    pointer-events: none;
}

.but2:hover {
    color: #fff;
    background-color: var(--colour1);
    /*background: linear-gradient(90deg, rgba(222, 156, 140, 1) 0%, rgba(245, 227, 212, 1) 100%);    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;*/
    transform: translateY(-2px);
}

.but2:active {
    box-shadow: none;
    transform: translateY(0);
}

but2:hover .fas {
    color: black;
}

/* From Uiverse.io by e-coders */
.but3 {
    appearance: none;
    transition: 2.5s;
    text-transform: uppercase;
    background-color: var(--colour2);
    border: none;
    border-radius: 50px;
    /*    backdrop-filter: blur(2px);*/

    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "the-seasons", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    /*    min-height: 3.75em;*/
    min-width: 0;
    outline: none;
    padding: 1em 2.0em;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
    letter-spacing: 1px;
}

.but3:disabled {
    pointer-events: none;
}

.but3:hover {
    color: var(--colour1);
    background-color: #f6f3ed;
    /*background: linear-gradient(90deg, rgba(222, 156, 140, 1) 0%, rgba(245, 227, 212, 1) 100%);    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;*/
    transform: translateY(-2px);
}

.but3:active {
    box-shadow: none;
    transform: translateY(0);
}

but3:hover .fas {
    color: black;
}


/* From Uiverse.io by vikiWayne */
.button2 {
    padding: 1em 2em;
    border: none;
    border-radius: 5px;

    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    color: #222222;
    transition: all 1000ms;

    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(250, 226, 153, 1) 0%, rgba(183, 145, 82, 1) 100%);
    ;
    /*    outline: 2px solid #fff;*/
}

.button2:hover {
    color: #000;
    transform: scale(1.1);
    /*    outline: 2px solid #fff;*/
    box-shadow: 4px 5px 17px -4px #b2b2b2;
}

.button2::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--colour2);
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

.button2:hover::before {
    width: 250%;
}

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

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

.custom-shape-divider-bottom-1772538205 .shape-fill {
    fill: var(--colour2);
}

.mt {

    margin-top: 20px;

}

.mb {

    margin-bottom: 20px;
}



butt2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    /*    background: #2DAAE1;*/
    background-color: var(--colour1);
    font-family: "special-gothic", 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;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
}

butt2:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: var(--colour2);
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

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

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

butt2:hover span {
    color: #fff;
    animation: scaleUp2 0.3s ease-in-out;
}

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

    50% {
        transform: scale(0.95);
    }

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