html, body, div, span, applet,
object, iframe, h5, h6,
blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav,
output, ruby, section, summary,
time, mark, audio, video, h1, h2, h3, p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption,
figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

ol,
ul {
  list-style: none;
}

div:focus {
  outline: none;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

textarea, select, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
  padding: 10px 15px;
  margin-bottom: 12px;
}

input, textarea {
  box-shadow: none !important;
  border-radius: 0;
}

input:focus, textarea:focus, select:focus, option:focus {
  outline: none;
}

p {
  margin-bottom: 15px;
}

body {
  color: #000;
  font-family: "Rabar_014";
  background-color: #fff;
  overflow: auto;
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  height: 100%;
}

body.hide_scroll {
  padding-right: 17px;
  overflow: hidden !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clear {
  clear: both;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase !important;
}

.posrel {
  position: relative;
}

.posabs {
  position: absolute;
}

.mar0auto {
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.maze_o {
  color: #ff9600;
}

.maze_b {
  color: #000;
}

.text_main_color {
  color: #002D72;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #002D72;
}

::selection {
  color: #fff;
  background: #002D72;
}

:focus {
  outline: none !important;
}

@-webkit-keyframes fa-beat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.25);
  }
  20% {
    transform: scale(1.15);
  }
  30% {
    transform: scale(1.8);
  }
  45% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fa-beat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.25);
  }
  20% {
    transform: scale(1.15);
  }
  30% {
    transform: scale(1.8);
  }
  45% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation: fa-beat 1.2s ease infinite;
  display: inline-block;
  padding: 0px 5px 0px 4px;
  color: #A3D65D;
}

body {
  font-family: "Rabar_014" sans-serif;
}

.navbar-brand {
  position: relative;
}

header {
  z-index: 2;
  position: relative;
}

.hamburger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  line-height: 0;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.main_btn {
  background-color: #002D72;
}

.main_btn:hover {
  background-color: #001f4e;
}

.sec_btn {
  background-color: #A3D65D;
  color: #fff;
}

.sec_btn:hover {
  background-color: #93cf41;
}

.page_404 {
  padding: 240px 0px;
  direction: ltr;
}
.page_404 .title_404 {
  color: #212121;
  font-family: "Rabar_014";
  font-size: 25px;
  line-height: 28px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.page_404 .text_404 {
  color: #868587;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 50px;
}
.page_404 .btn_404 {
  position: relative;
  width: 321px;
  font-size: 18px;
  padding: 20px 0px;
  margin: 0 auto;
}

.mobile_menu {
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  position: fixed;
  padding-top: 147px;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 11;
  overflow: auto;
  transform: translateX(-100%);
}
.mobile_menu .lang_menu_el {
  padding: 15px 20px;
  cursor: pointer;
  display: block;
}
.mobile_menu .lang_menu_el a {
  color: rgba(0, 0, 0, 0.5);
}
.mobile_menu .lang_menu_el .mobile_menu_lang_a.active {
  color: rgb(0, 0, 0);
  pointer-events: none;
  cursor: default;
}
.mobile_menu .mobile_inner_cont {
  visibility: visible;
  transition: cubic-bezier(0.32, 0.17, 0, 1) 0.3s;
  padding-bottom: 70px;
}
.mobile_menu .play_elements .menu_el {
  font-family: regular;
  font-size: 17px;
  letter-spacing: 1.32px;
}
.mobile_menu .drop_right_els .drpright_el {
  padding-right: 50px;
  position: relative;
  font-family: regular;
  font-size: 17px;
  letter-spacing: 1.32px;
}
.mobile_menu .drop_right_els .drpright_el span {
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0.4;
  transform: translateY(-50%);
}
.mobile_menu .drop_right_els .drpright_el:hover span {
  opacity: 1;
}
.mobile_menu .menu_page_two_els.active {
  transform: translateX(0px);
}
.mobile_menu .menu_page_two_els {
  position: absolute;
  background: #fff;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  transition: cubic-bezier(0.32, 0.17, 0, 1) 0.3s;
  background-color: #fff;
  transform: translateX(-100vw);
  padding-bottom: 70px;
}
.mobile_menu .menu_page_two_els .page_2_container {
  display: none;
}
.mobile_menu .menu_page_two_els .page_2_container .page_2_title {
  font-size: 23px;
  font-family: regular;
  letter-spacing: 1.7;
  padding: 20px;
}
.mobile_menu .menu_page_two_els .page_2_content {
  min-height: 100%;
}
.mobile_menu .menu_page_two_els .page_2_content .menu_title_group {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.mobile_menu .menu_page_two_els .page_2_content .menu_title_group .menu_el_title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Black Mango Bold";
  padding: 10px 20px;
}
.mobile_menu .menu_page_two_els .page_2_content .menu_title_group:first-child {
  padding-top: 0px;
}
.mobile_menu .menu_page_two_els .page_2_content .menu_title_group:last-child {
  border: none;
}
.mobile_menu .menu_back_btn {
  padding: 10px 20px;
  padding-top: 30px;
  font-size: 16px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
}
.mobile_menu .menu_back_btn svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -3px;
}
.mobile_menu .menu_back_btn:hover {
  color: #002D72;
}
.mobile_menu .menu_elements {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.mobile_menu .menu_elements:last-child {
  border: none;
}
.mobile_menu .menu_elements:first-child {
  padding-top: 0px;
}
.mobile_menu .menu_el {
  padding: 15px 20px;
  cursor: pointer;
  display: block;
  font-size: 15px;
}
.mobile_menu .menu_el:hover {
  background-color: #002D72;
  color: #fff;
}

.mobile_menu.active {
  transform: translateX(0px);
  transition: cubic-bezier(0.32, 0.17, 0, 1) 0.3s;
}

.contact_fail_message {
  font-size: 18px;
  display: none;
  color: #dc3232;
  text-align: center;
}

.contact_success_message {
  font-size: 18px;
  display: none;
  text-align: center;
}

.wpcf7-submit.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  color: #dc3232;
  padding: 0px;
  margin: 20px 0px;
}

.green-bg {
  background-color: #A3D65D;
}

.remas-towers-wrapper {
  position: relative;
  width: 100%;
  height: 100dvh; /* Use 100dvh for modern mobile browsers */
}
.remas-towers-wrapper .video-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.logo {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 2%;
}
.logo img {
  width: 162px;
  height: 100%;
}

.desktop-content {
  position: absolute;
  width: 50%;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}

.mobile-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}

.contact-info {
  position: absolute;
  top: 80%;
  width: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.social-media-links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-media-links img {
  margin: 0px 10px;
}