/* 
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 */

.txt-grey {
	color: #878787;
}


.head-cont.scrolling {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}

#main-menu .hfe-menu-item {
  border-radius: 30px;
}

@media (max-width:767px) {
  #main-menu .elementor-widget-container {
    background-color: #c0b0ff;
  }
  #main-menu svg {
    fill: #fff;
  }
}
@media (min-width:768px) {
  #main-menu .menu-item:last-child {
    display: none;
  }
}

.btn-grad {
  z-index: 0;
}
.btn-grad a,
.btn-grad-form {
  position: relative;
  box-sizing: border-box;
  color: #000;
  background: #fff;
  background-clip: padding-box!important;
  border: solid 4px transparent;
  border-radius: 1em;
}
.btn-grad a:before,
.btn-grad-form:before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
  margin: -4px;
  border-radius: inherit;
  background: linear-gradient(to right, #a168ff, #8561f9, #d888f0);
}

.video-banner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1080 / 1246;
}
.video-banner .elementor-wrapper {
  aspect-ratio: 1080 / 1246!important;
}

.team-person.close .team-info:before,
.team-person.close .team-info * {
  opacity: 0;
}

.ipopup-cont {
  display: none;
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.ipopup-cont:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
  z-index: -1;
}
.ipopup-cont.open {
  display: flex;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form textarea {
  border: 1px solid #e5e5e5;
  border-radius: 2em;
  display: block;
}
.btn-grad-form {
  margin-top: 2em;
  background-color: #f5f5f5;
  border-radius: 2em;
  width: min-content;
}
.btn-grad-form p{
  margin: 0;
}
.btn-grad-form .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form input[type="submit"] {
  background: none;
  font-size: 1.2em;
  color: #000;
  border: none;
  padding: .4em 1.5em;
}