html, body {
   overflow-x: hidden;
   scroll-behavior: smooth;
}

/* Header */
#brx-header{
    z-index: 999;
}

/* All buttons */
.bricks-button{
    outline: none;
    transition: 0.1s opacity linear;
    cursor: pointer;
}
.bricks-button:hover{
	opacity: 0.8;
}

/* Custom Animation Button */
.video-play-btn {
    background-color: #f69946;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -276px;
    z-index: 10;
    display: flex;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: .4s;
    box-shadow: rgb(246 153 70 / 75%) 0px 0px 15px;
    width: 325px;
}
.video-play-btn:hover {
    right: 0px;
}
.video-play-btn .video-play-img {
    align-self: center;
    padding: 12px;
    animation: 1.5s ease-in-out 0.9s infinite alternate icon-rotation;
}
@keyframes icon-rotation {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
@media only screen and (max-device-width: 992px) {
    .video-play-btn:hover {
        right: -276px;
    }
}

/* Popup Form */
.ga-form-wrapper .ga-form div#gform_wrapper_1{
    display: grid;
    gap: 50px;
}
.ga-form-wrapper .ga-form div#gform_wrapper_1 .gform_heading .gform_title{
    font-size: 32px;
    font-family: "Josefin Sans";
    font-weight: 600;
    line-height: 41.6px;
}
@media only screen and (max-device-width: 992px) {
    .ga-form-wrapper .ga-form div#gform_wrapper_1 .gform_heading .gform_title{
        font-size: 28px;
        font-family: "Josefin Sans";
        font-weight: 600;
        line-height: 36.7744px;
    }
}
@media only screen and (max-device-width: 767px) {
    .ga-form-wrapper .ga-form div#gform_wrapper_1 .gform_heading .gform_title{
        font-size: 25px;
        font-family: "Josefin Sans";
        font-weight: 600;
        line-height: 36.7808px;
    }
}
.ga-form-wrapper .ga-form form#gform_1 input{
    border-radius: 0;
    border-color: gray;
    outline-color: black;
}
.ga-form-wrapper .ga-form form#gform_1 .gfield_label.gform-field-label{
    font-size: 20.8px;
    font-family: "Josefin Sans";
    font-weight: 400;
    line-height: 27.04px;
}
.ga-form-wrapper .ga-form form#gform_1 .gfield_required, .ga-form-wrapper .ga-form form#gform_1 .gform-field-label.gform-field-label--type-sub{
    font-size: 14.4px;
    font-family: "Josefin Sans";
    font-weight: 400;
}
.ga-form-wrapper .ga-form form#gform_1 .gform-footer.gform_footer.top_label{
    justify-content: center;
}
.ga-form-wrapper .ga-form form#gform_1 .gform-footer.gform_footer.top_label input#gform_submit_button_1{
    padding: 14px 32px;
    font-size: 16px;
    font-family: "Josefin Sans";
    background: black;
    outline: none;
}
.ga-form-wrapper .ga-form form#gform_1 .gform-footer.gform_footer.top_label input#gform_submit_button_1{
    padding: 14px 32px;
    font-size: 16px;
    font-family: "Josefin Sans";
    background: black;
    outline: none;
    transition: 0.1s opacity linear;
    cursor: pointer;
}
.ga-form-wrapper .ga-form form#gform_1 .gform-footer.gform_footer.top_label input#gform_submit_button_1:hover{
	opacity: 0.8;
}

/* Donation Button */
section#brxe-ygprdd .donation-wrapper div#simpay-overlay-form-wrap-936 div.simpay-test-mode-badge-container {
    display: none !important;
}



section#brxe-ygprdd .donation-wrapper button#simpay-936-payment-button,
section#brxe-ygprdd .donation-wrapper label.simpay-modal-control-open {
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
section#brxe-ygprdd .donation-wrapper button#simpay-936-payment-button {
    padding: 14px 32px;
    font-size: 17.6px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    background-color: #000 !important;
    color: #faa94a !important;
    letter-spacing: 0.35px;
    line-height: 30px;
}

/* Hover Effect */
section#brxe-ygprdd .donation-wrapper button#simpay-936-payment-button:hover,
section#brxe-ygprdd .donation-wrapper label.simpay-modal-control-open:hover {
    opacity: 0.8;
}