html.lenis,
html.lenis body {
    height: auto;
}

html {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* Button v2 */
.s61-btn {
    position: relative;
    display: flex;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    gap: 30px;
}

.s61-btn span {
    font-family: "Gotham", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.12px;
    box-sizing: border-box;
    color: #828487;
    transition: color .3s ease;
}

.s61-btn .arrow {
    stroke: #828487;
    transition: stroke .3s ease;
}

.s61-btn:hover span {
    color: #1C1C1C;
}

.s61-btn:hover .arrow {
    stroke: #1C1C1C;
}

/* Image */

.s61-img {
    display: block;
}

.s61-img img {
    display: block;
    object-fit: cover;
}

/* Widget Inline SVG */
.s61-inline-svg,
.s61-inline-svg a {
    display: flex;
    outline: none;
    justify-content: center;
}

/* Header */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    pointer-events: none;
    opacity: 0;
}

.s61-header {
    width: 100%;
    height: 100%;
    font-family: "Gotham", Sans-serif;
}

.s61-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    gap: 4%;
}

.s61-header .container .col {
    flex: 1;
}

/* .s61-header .container .col:nth-child(1){
            width: 20%;
        } */

.s61-header .container .col .logo {}

.s61-header .container .col .logo img {
    display: block;
    width: 100%;
    max-width: 260px;
    object-fit: cover;
}

.s61-header .container .menu-toggle {
    display: none;
}

.s61-header .container .menu-toggle {
    background: none;
    border: 0;
    cursor: pointer;
}

.s61-header .container .menu {}

.s61-header .container .menu .menu-list {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.s61-header .container .menu .menu-list .menu-item {
    text-wrap: nowrap;
}

.s61-header .container .menu .menu-list .menu-item a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    color: #828487;
}


.s61-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    font-family: "Gotham", Sans-serif;
    z-index: 9999999;
}

.s61-mobile-menu .container {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 8%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s61-mobile-menu .container .close {
    position: absolute;
    top: 8%;
    right: 8%;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.s61-mobile-menu .container .menu {}

.s61-mobile-menu .container .menu .menu-list {
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.s61-mobile-menu .container .menu .menu-list .menu-item a {
    font-size: 18px;
    font-weight: 300;
    color: #828487;
    text-decoration: none;
    text-transform: uppercase;
}

.s61-mobile-menu .container .menu .menu-list .menu-item {}

@media only screen and (max-width: 1250px) {
    .s61-header .container .col:nth-child(1) {
        min-width: 80%;
    }

    .s61-header .container .col:nth-child(2) {
        display: flex;
        justify-content: end;
    }

    .s61-header .container .menu-toggle {
        display: block;
    }

    .s61-header .container .menu {
        display: none;
    }
}

/* Btn Popup Contact */
#elementor-popup-modal-258 {
    z-index: 99999999;
}

.s61-btn-contact {
    position: fixed;
    bottom: 30px;
    right: 8%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    height: 50px;
    cursor: pointer;
    font-family: "Gotham", Sans-serif;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
}

.s61-btn-contact .container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.s61-btn-contact .container .col {
    background: #1C1C1C;
    color: #F9F9F9;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 50px;

}

.s61-btn-contact .container .col:nth-child(1) {
    min-width: 225px;
}

.s61-btn-contact .container .col:nth-child(1) span {
    /* max-width: 75px; */
    transition: opacity .3s;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}

.s61-btn-contact .container .col:nth-child(2) {
    min-width: 50px;
}

.s61-btn-contact:hover .container .col:nth-child(2) svg {
    transition: opacity .3s;
}

.s61-btn-contact:hover .container .col:nth-child(1) span,
.s61-btn-contact:hover .container .col:nth-child(2) svg {
    opacity: .8;
}

@media only screen and (max-width: 767px) {
    .s61-btn-contact {
        right: 0;
        padding: 0 8%;
        width: calc(100% - 51px);
    }

    .s61-btn-contact .container .col:nth-child(1) {
        flex-grow: 1;
    }
}

#adopt-controller-button {
    bottom: 25px !important;
    left: 6% !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .8s ease !important;
    z-index: 11 !important;
}

#adopt-controller-button.show-adopt {
    opacity: 1 !important;
    pointer-events: all !important;
}

#adopt-controller-button svg path:nth-child(2),
#adopt-controller-button svg path:nth-child(3) {
    fill: #1C1C1C !important;
}

#adopt-controller-button svg g path {
    fill: #fff !important;
}

#cookie-banner {
    bottom: 100px !important;
    left: 8% !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .8s ease !important;
}

#cookie-banner.show-adopt-banner {
    opacity: 1 !important;
    pointer-events: all !important;
}

#cookie-banner #cookie-banner-title,
#cookie-banner a {
    color: #1C1C1C !important;
}

#cookie-banner #adopt-accept-all-button {
    background-color: #1C1C1C !important;
    box-shadow: #1C1C1C 0px 10px 28px -12px !important;
}

.grecaptcha-badge {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    #cookie-banner {
        left: 0 !important;
    }
}

.s61-form {
    width: 100%;
    height: 100%;
    font-family: "Gotham", Sans-serif;
}

.s61-form .container {
    display: flex;
    flex-direction: column;
}

.s61-form .container form {
    display: inherit;
    flex-direction: inherit;
}

.s61-form .container .input input[type="text"],
.s61-form .container .input input[type="email"],
.s61-form .container .input input[type="tel"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #828487;
    outline: none;
    padding: 11px;
    font-size: 17px;
    font-weight: 200;
}

.s61-form .container .input+.input {
    margin-top: 9px;
}

.s61-form .container .input:nth-child(4) {
    margin-top: 19px;
    font-size: 17px;
    font-weight: 200;
    color: #828487;
}

.s61-form .container .input:nth-child(4) .row {
    margin-top: 10px;
}

.s61-form .container span:nth-child(5) {
    margin-top: 45px;
    font-size: 10px;
    font-weight: 300;
    color: #828487;
}

.s61-form .container .accept {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 300;
    color: #828487;
}

.s61-form .row {
    display: flex;
    gap: 30px;
}

.s61-form .submit {
    margin-top: 40px;
    background-color: #828487;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    max-width: 177px;
    display: flex;
}

.s61-form .submit button {
    font-family: "Gotham", Sans-serif;
    font-size: 15px;
    outline: none;
    border: none;
    background-color: unset;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    padding: 12px 20px;
    width: 100%;
    text-align: start;
    z-index: 1;
}

.s61-form .submit .arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translatey(-50%);
}

.s61-form .submit:hover {
    background-color: #1C1C1C;
}

.s61-form input[type="checkbox"],
.s61-form input[type="radio"] {
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.s61-form input[type="checkbox"]:before,
.s61-form input[type="radio"]:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    z-index: 1;
    width: 7px;
    height: 4px;
    border: 1px solid #707070;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.s61-form input[type="checkbox"]:checked:before,
.s61-form input[type="radio"]:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.s61-form input[type="checkbox"]:after,
.s61-form input[type="radio"]:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 0px;
    cursor: pointer;
}

.s61-form .success-message {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 200;
    color: #828487;
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .s61-form .container .title {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .s61-form .container .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .s61-form .container .input input[type="text"],
    .s61-form .container .input input[type="email"],
    .s61-form .container .input input[type="tel"] {
        padding: 11px 0px;
        font-size: 16px;
    }

    .s61-form .container .input:nth-child(5) {
        font-size: 16px;
    }
}