/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@font-face {
  font-family: "CodaRegular";
  src: url("fonts/CodaRegular.eot");
  src: url("fonts/CodaRegular.eot") format("embedded-opentype"),
    url("fonts/CodaRegular.woff2") format("woff2"),
    url("fonts/CodaRegular.woff") format("woff"),
    url("fonts/CodaRegular.ttf") format("truetype"),
    url("fonts/CodaRegular.svg#CodaRegular") format("svg");
}
@font-face {
  font-family: "CodaExtraBold";
  src: url("fonts/CodaExtraBold.eot");
  src: url("fonts/CodaExtraBold.eot") format("embedded-opentype"),
    url("fonts/CodaExtraBold.woff2") format("woff2"),
    url("fonts/CodaExtraBold.woff") format("woff"),
    url("fonts/CodaExtraBold.ttf") format("truetype"),
    url("fonts/CodaExtraBold.svg#CodaExtraBold") format("svg");
}
a, button, input, textarea {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body {
  background-color: #232021;
}
.container {
  width: 100%;
  max-width: 90%;
  padding: 0 20px;
  margin: 0 auto;
}
.header-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body:not(.elementor-editor-active) header#site-header {
  position: fixed;
  top: 0;
  left: 0;
}
header#site-header {
  width: 100%;
  z-index: 999;
  padding-top: 50px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header#site-header.fixed-menu {
    background-color: #232021;
    padding-top: 20px;
}
header#site-header.fixed-menu .site-branding {
    max-width: 100px;
}
.site-branding > a > img,
.site-branding > a {
  display: block;
}
.site-branding {
  max-width: 180px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
nav.site-navigation ul.menu {
  column-gap: 40px;
  font-family: "CodaExtraBold";
}
nav.site-navigation ul.menu > li > a {
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #ffffff;
}
nav.site-navigation ul.menu > li > a:hover,
nav.site-navigation ul.menu > li.current_page_item>a{color: #C3A13F;}
button#menu-btn {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 0;
	border: none;
	padding: 7px;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	row-gap: 6px;
	position: relative;
	overflow: hidden;
}
button#menu-btn span.menu-bar {
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    top: 50%;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
button#menu-btn span.menu-bar:nth-child(2) {
    margin-top: -8px;
}
button#menu-btn span.menu-bar:nth-child(3) {
    margin-top: 8px;
}
button#menu-btn.active span.menu-bar:nth-child(1) {
	/* opacity: 0; */
	margin-right: -40px;
}
button#menu-btn.active span.menu-bar:nth-child(2) {
	margin-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
button#menu-btn.active span.menu-bar:nth-child(3) {
	margin-top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
button#menu-btn:focus,
button#menu-btn:hover {
    background: transparent;
}
footer#site-footer {
  /* display: none; */
  background: #ffffff;
  padding: 60px 0;
  color: #000000;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
}
footer#site-footer .container {
    max-width: 1400px;
}
footer#site-footer .widget_text h2.widget-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 20px;
}
footer#site-footer .widget_text .textwidget {
    font-family: "CodaRegular";
    font-size: 24px;
    line-height: 1.2em;
}
footer#site-footer .footer-left {
    max-width: 520px;
}
footer#site-footer .footer-right {
    max-width: 400px;
}
footer#site-footer .widget_text .textwidget p:last-child {
    margin-bottom: 0;
}
footer#site-footer .widget_text .textwidget p {
    margin-bottom: 20px;
}
footer#site-footer section.widget_mc4wp_form_widget,
footer#site-footer section.widget_elementor-library{
    margin-top: 30px;
}
footer#site-footer .widget_text .textwidget a {
    color: #000000;
}
footer#site-footer .widget_text .textwidget a:hover {
    color: #c3a13f;
}
footer#site-footer section.widget_mc4wp_form_widget h2.widget-title {
    display: none;
}
footer#site-footer section.widget_mc4wp_form_widget input#email {
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 15px;
    font-family: "CodaRegular";
    font-size: 24px;
    line-height: 1.2em;
    padding-left: 20px;
    padding-right: 100px;
}
footer#site-footer section.widget_mc4wp_form_widget button.submit {
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #C3A13F;
    width: 100px;
    height: 100%;
    border-color: #C3A13F;
    cursor: pointer;
}
footer#site-footer section.widget_mc4wp_form_widget .mc4wp-form-fields {
    position: relative;
    margin-right: 15%;
}

footer#site-footer section.widget_mc4wp_form_widget input#email:focus {
    outline: 0;
    border-color: #C3A13F;
}

footer#site-footer section.widget_mc4wp_form_widget button.submit:hover {
    background-color: #ad8820;
}
main#content {
    min-height: 65vh;
}
body:not(.elementor-editor-active) #vertical-section{
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	align-items: flex-start;
	overflow: hidden;
}
body button.sound-btn {
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    z-index: 999;
    width: 60px;
    height: 60px;
    background-color: #C3A13FB2;
    border-radius: 50px;
    border: none;
}
body button.sound-btn>div {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
body button.sound-btn:not(.muted)>div.unmute-button.fix {
    opacity: 1;
}
body button.sound-btn.muted>.mute-button.fix {
    opacity: 1;
}
body button.sound-btn svg {
    display: block;
    width: 100%;
    height: 100%;
}
body:not(.elementor-editor-active) #vertical-section .vertical-wrapper {
    width: calc(100vw * 3);
    max-width: 300vw;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
body:not(.elementor-editor-active) #vertical-section .vertical-wrapper>.elementor-element {
	width: calc(100% / 3);
}
#cursor {
    position: fixed;
    z-index: 999;
    width: 60px;
    height: 60px;
    background-color: #C3A13FB2;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    pointer-events: none;
    display: none;
}
#cursor.video {
    display: block;
}
#cursor-follower {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #C3A13F;
    opacity: 0.8;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-18px, -18px);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
}
#video-cursor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#video-cursor svg {
    width: 30px;
    height: 30px;
    display: block;
}
#video-cursor .mute-button.fix,
#video-cursor .unmute-button.fix {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#video-cursor:not(.muted) .mute-button.fix {
    display: none;
}
#video-cursor.muted .unmute-button.fix {
	display: none;
}
#video-cursor:not(.muted) .unmute-button.fix {
	display: block;'
}
.cursor-wrapper.fix {
    width: 30px;
    height: 30px;
    position: relative;
}
#video-cursor.muted .mute-button.fix {
    display: block;
}
body:not(.elementor-editor-active) #video-section {
    cursor: none;
}
#vertical-section .vertical-wrapper>.elementor-element h2.elementor-heading-title {
    cursor: pointer;
}
#vertical-section .arrow-button a.elementor-button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
#vertical-section .arrow-button a.elementor-button svg {
    width: 25px;
}
#vertical-section .arrow-button a.elementor-button:hover {
    background: #c3a13f;
}
#vertical-section .arrow-button a.elementor-button:hover svg path {
    fill: #ffffff;
}
#counter-section .elementor-element .elementor-widget-heading {
    min-height: 60px;
}
.panel-progress-bars {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    column-gap: 15px;
    pointer-events: none;
    opacity: 0;
}
body:not(.elementor-editor-active) .panel-progress-bars {
    opacity: 0;
}
.progress-wrapper.panel {
    height: 2px;
    width: 140px;
    background-color: #FBF4E6;
    border-radius: 10px;
    overflow: hidden;
}
.progress-bar {
    background: #C3A13F;
    height: 100%;
    width: 0%;
}
.progress-wrapper.panel.visited .progress-bar {
    width: 100% !important;
}
.theme-button.elementor-widget-button a.elementor-button {
    overflow: hidden;
    position: relative;
}
.theme-button.elementor-widget-button a.elementor-button:hover {
    padding-left: 40px;
    padding-right: 75px;
}
.theme-button.elementor-widget-button a.elementor-button:before {
    content: '';
    display: block;
    background: #C3A13F;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.theme-button.elementor-widget-button a.elementor-button:hover:before {
    width: 100%;
}
.theme-button.elementor-widget-button a.elementor-button span.elementor-button-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #C3A13F;
    z-index: 20;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.theme-button.elementor-widget-button a.elementor-button:hover span.elementor-button-icon {
    left: 228px;
    background: #ffffff;
    transform: rotate(80deg);
}
.theme-button.elementor-widget-button a.elementor-button span.elementor-button-icon svg {
    display: block;
    width: 20px;
    height: auto;
}
.theme-button.elementor-widget-button a.elementor-button span.elementor-button-text {
    position: relative;
    z-index: 10;
}
body:not(.elementor-editor-active) #banner-title,
body:not(.elementor-editor-active) #video-section .theme-button{
    opacity: 0;
}
#banner-title h1.elementor-heading-title>div {
    overflow: hidden;
}
nav.site-navigation>ul.menu>li.custom-tooltip:before {
    content: "Coming Soon";
    font-family: "CodaRegular";
    position: absolute;
    top: 100%;
    right: 0;
    background: #000000;
    color: #C3A13F;
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 35px 0 20px 35px;
    min-width: 140px;
    padding: 5px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
nav.site-navigation>ul.menu>li.custom-tooltip:hover:before {
    opacity: 1;
}
#donation-popup,
#contact-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(-1, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition-delay: 0s;
}
#donation-popup.active-popup,
#contact-popup.active-popup {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.3s;
}
.popup-wrapper {
	width: 100%;
	max-width: 850px;
	padding: 50px 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	row-gap: 50px;
	justify-content: flex-end;
}
.donation-options {
    border-radius: 40px;
    padding: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    max-height: calc(100% - 100px);
    position: relative;
    overflow: hidden;
}
.donation-options:before,
.contact-options:before{
	content: '';
	display: block;
	width: 100%;
	height: 20%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #ffffff;
	border-radius: 40px;
	transform: scaleX(0.8);
	-webkit-transform: scaleX(0.8);
	-moz-transform: scaleX(0.8);
	-ms-transform: scaleX(0.8);
	-o-transform: scaleX(0.8);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.popup-close {
    display: flex;
    justify-content: center;
}
button.close-btn {
    font-family: "CodaExtraBold";
    font-size: 25px;
    line-height: 1.2em;
    border-radius: 50px;
    padding: 19px 30px 17px 30px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    /* min-width: 200px; */
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    width: 70px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.options-wrapper {
    max-width: 600px;
    position: relative;
    z-index: 10;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.options-content {
    margin-bottom: 30px;
}
.options-content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 800;
}
.options-content p {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 0;
}
.locations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15%;
    margin-bottom: 80px;
}
.locations a.link {
    display: block;
    font-family: "CodaExtraBold";
    font-size: 30px;
    line-height: 1.2em;
    border-radius: 30px;
    padding: 19px 30px 17px 30px;
    background-color: #C3A13F;
    color: #000000;
    min-width: 160px;
}
.locations a.link:hover {
    background-color: #b69022;
}
.expending p {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
ul.expending-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    row-gap: 5px;
    flex-wrap: wrap;
}
ul.expending-list>li {
    font-family: "CodaExtraBold";
    font-size: 30px;
    line-height: 1.2em;
    position: relative;
}
ul.expending-list>li:not(:last-child):after {
    content: '';
    display: block;
    background: #C3A13F;
    width: 5px;
    height: 70%;
    position: absolute;
    top: 10%;
    right: 0;
    margin-right: -18px;
}
#donation-popup.active-popup button.close-btn,
#contact-popup.active-popup button.close-btn{
    transition-delay: 0.5s;
    opacity: 1;
    width: 200px;
}
#donation-popup.active-popup .donation-options:before,
#contact-popup.active-popup .contact-options:before{
    height: 100%;
    transform: scale(1);
}
#donation-popup.active-popup .options-content,
#donation-popup.active-popup .locations,
#donation-popup.active-popup .expending {
    opacity: 1;
    transform: translateY(0px);
}
.options-content,
.locations,
.expending {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#donation-popup.active-popup .options-content {
    transition-delay: 200ms;
}
#donation-popup.active-popup .locations {
    transition-delay: 300ms;
}
#donation-popup.active-popup .expending {
    transition-delay: 300ms;
}
.contact-options {
    border-radius: 40px;
    padding: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.contact-options>h3 {
    position: relative;
    z-index: 10;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 800;
}
.contact-text {
    position: relative;
    z-index: 10;
    font-size: 30px;
    line-height: 1.2em;
    padding: 0 10%;
    margin-bottom: 40px;
}
.contact-text p:last-child {
    margin-bottom: 0;
}
.icon-list {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 1.2em;
    column-gap: 20px;
    padding: 0 5%;
}
.icon-list .icon svg {
    display: block;
}
.icon-list .text p:last-child {
    margin-bottom: 0;
}
.icon-list:not(:last-child) {
    margin-bottom: 40px;
}
.icon-list .text {
    width: 100%;
}
.icon-list .text p a {
    color: #000000;
}
.icon-list .text p a:hover {
    color: #C3A13F;
}
.contact-options>h3,
.contact-text,
.icon-list {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#contact-popup.active-popup .contact-options>h3,
#contact-popup.active-popup .contact-text,
#contact-popup.active-popup .icon-list {
    opacity: 1;
    transform: translateY(0px);
}
#contact-popup.active-popup .contact-options>h3 {
    transition-delay: 200ms;
}
#contact-popup.active-popup .contact-text {
    transition-delay: 300ms;
}
#contact-popup.active-popup .icon-list.marker {
    transition-delay: 400ms;
}
#contact-popup.active-popup .icon-list.phone {
    transition-delay: 500ms;
}
#contact-popup.active-popup .icon-list.email {
    transition-delay: 600ms;
}
#subscribe-form form.elementor-form .elementor-form-fields-wrapper {
    position: relative;
    margin-right: 15%;
    margin-bottom: 0;
}
#subscribe-form form.elementor-form .elementor-form-fields-wrapper .elementor-field-group{
    padding: 0;
    margin: 0;
}
#subscribe-form form.elementor-form input#form-field-email {
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 15px;
    font-family: "CodaRegular";
    font-size: 24px;
    line-height: 1.2em;
    padding-left: 20px;
    padding-right: 100px;
}
#subscribe-form form.elementor-form .elementor-field-type-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
}
#subscribe-form form.elementor-form .elementor-field-type-submit button.elementor-button {
    height: 100%;
}
#subscribe-form form.elementor-form .elementor-field-type-submit button.elementor-button svg {
    max-width: 12px;
}
#subscribe-form form.elementor-form .elementor-field-type-submit button.elementor-button svg path {
    fill: #000000;
}

/* Desktop Layout: 1500px to 1800px. */
@media only screen and (min-width: 1401px) and (max-width: 1800px) {
#video-section #banner-title h1.elementor-heading-title {
    font-size: 60px;
}
.locations {
    margin-bottom: 50px;
}
.expending p,
.options-content p,
.locations a.link,
ul.expending-list>li{
    font-size: 25px;
}






}

/* Desktop Layout: 1150px to 1400px. */
@media only screen and (min-width: 1150px) and (max-width: 1400px) {
#video-section #banner-title h1.elementor-heading-title {
    font-size: 50px;
}
#video-section .theme-button.elementor-widget-button a.elementor-button {
    font-size: 20px;
}
.theme-button.elementor-widget-button a.elementor-button span.elementor-button-icon {
    width: 53px;
    height: 53px;
}
.theme-button.elementor-widget-button a.elementor-button:hover span.elementor-button-icon {
    left: 198px;
}
.container {
	max-width: 100%;
}




}

/* Desktop Layout: 1150px to 1400px. */
@media only screen and (min-width: 992px) and (max-width: 1149px) {
#video-section #banner-title h1.elementor-heading-title {
    font-size: 40px;
}
#video-section .theme-button.elementor-widget-button a.elementor-button {
    font-size: 18px;
    padding-left: 60px;
    padding-right: 30px;
}
#video-section .theme-button.elementor-widget-button a.elementor-button:hover {
    padding-left: 30px;
    padding-right: 60px;
}
.theme-button.elementor-widget-button a.elementor-button span.elementor-button-icon {
    width: 50px;
    height: 50px;
}
.theme-button.elementor-widget-button a.elementor-button:hover span.elementor-button-icon {
    left: 163px;
}
.container {
	max-width: 100%;
}




}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
#video-section #banner-title h1.elementor-heading-title {
    font-size: 40px;
}
#video-section .theme-button.elementor-widget-button a.elementor-button {
    font-size: 18px;
    padding-left: 60px;
    padding-right: 30px;
}
#video-section .theme-button.elementor-widget-button a.elementor-button:hover {
    padding-left: 30px;
    padding-right: 60px;
}
.theme-button.elementor-widget-button a.elementor-button span.elementor-button-icon {
    width: 50px;
    height: 50px;
}
.theme-button.elementor-widget-button a.elementor-button:hover span.elementor-button-icon {
    left: 163px;
}





}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.header-wrapper {
    flex-direction: column;
}
header#site-header.menu-active .header-wrapper{
	row-gap: 10vh;
}
header#site-header.fixed-menu .site-branding {
    max-width: 100%;
}
header#site-header.fixed-menu a.custom-logo-link {
    max-width: 80px;
}
nav.site-navigation {
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.site-branding {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.custom-logo-link {
    max-width: 100px;
}
button#menu-btn {
    display: flex;
}
nav.site-navigation ul.menu {
    flex-direction: column;
    width: 100%;
    row-gap: 4vh;
}
nav.site-navigation ul.menu>li {
    justify-content: center;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.container {
    max-width: 100%;
}
header#site-header {
    padding-top: 20px;
    padding-bottom: 10px;
}
header#site-header.menu-active {
    height: 100vh;
}
header#site-header:before {
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #232021;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
header#site-header>.container {
    position: relative;
    z-index: 20;
}
header#site-header.menu-active:before {
    height: 100vh;
}
nav.site-navigation ul.menu > li > a {
    font-size: 30px;
}
header#site-header.menu-active nav.site-navigation {
    opacity: 1;
    height: auto;
}
header#site-header.menu-active nav.site-navigation ul.menu>li {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
}
header#site-header.menu-active nav.site-navigation ul.menu>li:nth-child(1) {
    transition-delay: 0.3s;
}
header#site-header.menu-active nav.site-navigation ul.menu>li:nth-child(2) {
    transition-delay: 0.4s;
}
header#site-header.menu-active nav.site-navigation ul.menu>li:nth-child(3) {
    transition-delay: 0.5s;
}
header#site-header.menu-active nav.site-navigation ul.menu>li:nth-child(4) {
    transition-delay: 0.6s;
}
header#site-header.menu-active nav.site-navigation ul.menu>li:nth-child(5) {
    transition-delay: 0.7s;
}
header#site-header.menu-active nav.site-navigation ul.menu>li:nth-child(6) {
    transition-delay: 0.8s;
}
.panel-progress-bars {
    width: 90%;
    column-gap: 10px;
    right: 5%;
    bottom: 20px;
}
.theme-button.elementor-widget-button a.elementor-button span.elementor-button-icon {
    width: 53px;
    height: 53px;
}
#counter-section .elementor-element .elementor-widget-heading {
    min-height: inherit;
}
.footer-wrapper {
    flex-direction: column-reverse;
    row-gap: 40px;
}
footer#site-footer .widget_text .textwidget {
    font-size: 20px;
}
footer#site-footer section.widget_mc4wp_form_widget .mc4wp-form-fields {
    margin-right: 0;
}
footer#site-footer section.widget_mc4wp_form_widget input#email,
#subscribe-form form.elementor-form input#form-field-email{
    font-size: 20px;
}
.locations {
    margin-bottom: 50px;
    column-gap: 20px;
}
.expending p,
.options-content p,
.locations a.link,
ul.expending-list>li{
    font-size: 20px;
}
.options-content h3,
#contact-popup.active-popup .contact-options>h3{
    font-size: 25px;
}
.locations a.link {
    min-width: 120px;
}
.donation-options {
    padding: 40px;
}
button.close-btn {
    font-size: 20px;
}
.popup-wrapper {
    row-gap: 40px;
    padding: 30px 20px;
}
.contact-options {
    padding: 40px;
}
.icon-list,
.contact-text {
    font-size: 22px;
}
.contact-text {
    padding: 0;
}
.icon-list .icon svg {
    width: 26px;
    height: auto;
}
#subscribe-form form.elementor-form .elementor-form-fields-wrapper {
    margin-right: 0;
}
footer#site-footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
#vertical-section #video-section .elementor-background-video-container.elementor-hidden-mobile {
    display: block;
}
#cursor.video {
    display: none;
}
#video-section {
    cursor: default;
}
body button.sound-btn {
    display: block !important;
    bottom: inherit;
    top: 40px;
    right: 70px;
    width: 50px;
    height: 50px;
}
body.menu-fixed button.sound-btn {
    top: 30px;
}

}