/* 
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
*/

body {
  overflow-x: hidden;
  font-family: "Inter";
}

sup {
  font-size: 12px;
  vertical-align: super;
}

ul {
  padding: 0;
}

li {
  list-style-position: inside;
}

.main_header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.main_header {
  transition: 0.3s ease all;
}
.hfe-site-logo-container img {
  transition: 0.3s ease all;
}
#masthead .elementor-heading-title {
  transition: 0.3s ease all;
}

.scrolled .main_header {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
  transition: 0.3s ease all;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.02),
    0 4px 6px -4px rgba(0, 0, 0, 0.02);
}
.scrolled .hfe-site-logo-container {
  width: 5rem;
  transition: 0.3s ease all;
}
.scrolled #masthead .elementor-heading-title {
  font-size: 1.5rem !important;
  transition: 0.3s ease all;
}
.scrolled .logo_img {
  /*  */
}

.cv_menu_trigger {
  cursor: pointer;
  transition: opacity 0.2s;
}
.cv_menu_trigger:hover {
  opacity: 0.55;
}

.cv_menu_close.cv_menu_trigger {
  position: absolute;
  width: 2rem;
  right: 0;
  top: -3.5rem;
}
.cv_menu_wrapper {
  transform: translateY(-110vh);
  /* opacity: 0; */
  visibility: hidden;
  position: fixed;
  background: #fff;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 6rem 2rem;
  overflow-y: scroll;
  transition: 0.5s ease-in-out all;
  z-index: 9999;
}
.cv_menu_wrapper.visible {
  transform: translateY(0);
  transform-style: preserve-3d;
  /* opacity: 1; */
  visibility: visible;
}
.cv_menu_content {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
  height: 100%;
}
.cv_menu_logo {
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.cv_menu_logo span {
  color: #8f734f;
}
.cv_menu_logo span.square {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #8f734f;
}
.cv_menu_content > *:last-child {
  margin-top: auto;
}
.cv_menu_wrapper ul {
  margin-top: 0rem;
}
.cv_menu_wrapper ul,
.cv_menu_wrapper ul li {
  list-style: none;
}
.cv_menu_wrapper ul a {
  display: inline-block;
  color: #8f734f;
  font-size: 1.5rem;
  /* transition: padding-left 0.3s cubic-bezier(0.421, 0.278, 0.25, 1); */
  transition: 0.3s ease all;
}
.cv_menu_wrapper ul a:hover {
  text-decoration: none;
  color: #000;
  /* padding-left: 60px; */
}

.cv_menu_wrapper ul ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.cv_menu_wrapper ul ul a {
  font-size: 1rem;
}
.cv_menu_wrapper ul ul li {
  list-style: square inside;
  color: #8f734f;
}
.cv_menu_wrapper .sub-menu {
  display: none;
}
.cv_menu_wrapper .menu-item.visible > .sub-menu {
  display: block;
}

.cv_menu_wrapper .menu > li {
  opacity: 0;
  transform: translateY(-10px);
}
.cv_menu_wrapper.visible .menu > li {
  animation: show 0.3s forwards;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(1) {
  animation-delay: 0.6s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(2) {
  animation-delay: 0.65s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(3) {
  animation-delay: 0.7s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(4) {
  animation-delay: 0.75s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(5) {
  animation-delay: 0.8s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(6) {
  animation-delay: 0.85s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(7) {
  animation-delay: 0.9s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(8) {
  animation-delay: 0.95s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(9) {
  animation-delay: 1s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(10) {
  animation-delay: 1.05s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(11) {
  animation-delay: 1.1s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(12) {
  animation-delay: 1.15s;
}
.cv_menu_wrapper.visible .menu > li:nth-of-type(13) {
  animation-delay: 1.2s;
}
.cv_menu_wrapper .elementor-widget-social-icons {
  opacity: 0;
  transform: translateY(-10px);
}
.cv_menu_wrapper.visible .elementor-widget-social-icons {
  animation: show 0.3s forwards;
  animation-delay: 1.1s;
}

.cv_menu_wrapper .menu-item.menu-item-has-children > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' x='0px' y='0px' width='44.343px' height='18.696px' viewBox='0 0 44.343 18.696' xml:space='preserve'%3E%3Crect width='44.343' height='3.032'%3E%3C/rect%3E%3Crect y='7.832' width='44.343' height='3.032'%3E%3C/rect%3E%3Crect y='15.664' width='44.343' height='3.032'%3E%3C/rect%3E%3C/svg%3E");
  background-size: cover;
  content: "";
  height: 1rem;
  width: 1rem;
  margin-left: 1rem;
  display: inline-block;
  position: relative;
}
.cv_menu_wrapper .menu-item.menu-item-has-children.visible > a::after {
  background-image: none;
  content: "\00D7";
  color: #000;
  font-size: 2rem;
  line-height: 1;
  margin-top: -1.25rem;
}
.cv_menu_wrapper .menu-item a:focus {
  color: #8f734f;
}

/* Map */
.map_elements {
  width: 100%;
  height: 100%;
  inset: 0;
  max-width: initial !important;
}
.map_elements div[data-id] {
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.map_elements div[data-id].center {
  width: 4rem;
  height: 4rem;
}
.map_elements div[data-id].bike {
  height: 3rem;
}
.map_elements div[data-id].text {
  width: auto;
  height: auto;
  background-color: #bc1e2c;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 1rem;
}
.map_elements .bike {
  background-image: url("/wp-content/uploads/2024/03/bike.svg");
}
.map_elements .heart {
  background-image: url("/wp-content/uploads/2024/03/heart.svg");
}
.map_elements .school {
  background-image: url("/wp-content/uploads/2024/03/school.svg");
}
.map_elements .center {
  background-image: url("/wp-content/uploads/2024/03/center.svg");
}
.map_elements div[data-id="1"] {
  top: 29%;
  left: 40%;
}
.map_elements div[data-id="2"] {
  top: 35%;
  left: 42%;
}
.map_elements div[data-id="3"] {
  top: 41%;
  left: 46%;
}
.map_elements div[data-id="4"] {
  top: 42%;
  left: 39%;
}
.map_elements div[data-id="5"] {
  top: 42%;
  left: 32%;
}
.map_elements div[data-id="6"] {
  top: 45%;
  left: 36%;
}
.map_elements div[data-id="7"] {
  top: 51%;
  left: 35%;
}
.map_elements div[data-id="8"] {
  top: 55%;
  left: 42%;
}
.map_elements div[data-id="9"] {
  top: 59%;
  left: 45%;
}
.map_elements div[data-id="10"] {
  top: 62%;
  left: 33%;
}
.map_elements div[data-id="11"] {
  top: 66%;
  left: 50%;
}
.map_elements div[data-id="12"] {
  top: 69%;
  left: 45%;
}
.map_elements div[data-id="13"] {
  top: 71%;
  left: 40%;
}
.map_elements div[data-id="14"] {
  top: 75%;
  left: 36%;
}
.map_elements div[data-id="15"] {
  top: 77%;
  left: 42%;
}
.map_elements div[data-id="16"] {
  top: 22%;
  left: 43%;
}
.map_elements div[data-id="17"] {
  top: 50%;
  left: 45%;
}
.map_elements div[data-id="18"] {
  top: 54%;
  left: 26%;
}
.map_elements div[data-id="19"] {
  top: 63%;
  left: 22%;
}
.map_elements div[data-id="20"] {
  top: 64%;
  left: 37%;
}

@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cv_menu_wrapper .elementor-social-icon i {
  color: #404041;
}
.cv_menu_wrapper .elementor-social-icon {
  background-color: #02010100;
  --icon-padding: 0.4em;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
}
.cv_menu_wrapper .elementor-icon {
  border-radius: 50px 50px 50px 50px !important;
}
.cv_menu_wrapper .elementor-icon.elementor-social-icon {
  font-size: 20px;
  line-height: 20px;
  width: 35px;
  height: 35px;
}
.cv_menu_wrapper .elementor-widget-social-icons {
  margin-top: 2rem;
}
.cv_menu_wrapper .elementor-social-icons-wrapper {
  justify-content: flex-start !important;
}

span.typed-text {
  font-weight: normal;
  color: #fff;
}
span.cursor {
  display: inline-block;
  background-color: #fff;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0% {
    background-color: #fff;
  }
  49% {
    background-color: #fff;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #fff;
  }
}

body:not(.elementor-editor-active) .full_height {
  height: 100vh !important;
}
@media (max-width: 768px) {
  body:not(.elementor-editor-active) .cv_anim_section,
  body:not(.elementor-editor-active) .cv_anim_img,
  body:not(.elementor-editor-active) .full_height {
    height: 50vh !important;
  }
}

body:not(.elementor-editor-active) .cv_anim_img {
  position: relative;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
}
body:not(.elementor-editor-active) .cv_anim_before {
  position: absolute;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  /*z-index: -1;*/
}

@media (min-width: 769px) {
  .cv-image-offset-left img {
    width: 50dvw;
    width: calc(50dvw - 50px);
    max-width: inherit;
    float: right;
  }
  .cv-image-offset-right img {
    width: 50dvw;
    width: calc(50dvw - 50px);
    max-width: inherit;
  }
}

@media (max-width: 768px) {
  .hide_on_mobile {
    display: none !important;
  }
  .elementor-heading-title br:not(.show_on_mobile) {
    display: none;
  }
  #masthead .elementor-heading-title br {
    display: block;
  }
  .cv_map_position img {
    object-position: 33% 50% !important;
  }

  .cv_map_position {
    max-width: initial !important;
    transform: translateX(-18%);
  }
  .map_elements {
    transform: translateX(-18%);
  }
  .map_wrapper {
    overflow: hidden;
  }
  .scrolled .hfe-site-logo-container img {
    height: initial;
  }
  .scrolled #masthead .elementor-heading-title {
    font-size: 1rem !important;
  }
}
