/* 
Theme Name: comigo
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: comigo
Author URL: https://www.comigo.co.il/
Template: hello-elementor
Version: 1.0.3
Text Domain: comigo
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
*/


/*

::selection {
  background: transparent; 
}
::-moz-selection {
  background: transparent; 
}
*/
.elementor-slideshow__footer,
.elementor-slideshow__title{
	display: none !important;
}
.project_link:hover{
	text-decoration: underline;
}
.project_link{
	font-family: "Roboto Slab", Sans-serif !important;
    font-weight: 700 !important;
	background-image: linear-gradient(-40deg, #18ffc3, #d4bbff, #8578e6, #18ffc3, #d4bbff) !important;
    background-size: 300% !important;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-animation: Gradient 20s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important;
}
/*
Portfolio
* --------------------------------------- */
/*
.single-portfoliopost .container-fluid.w{
	background: #fff;
}
.single-portfoliopost .potser{
	overflow: hidden !important;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.por_de{
	position: relative;
	z-index: 1;
	margin-top: 100vh;
}
.hp_parallex {
    position: absolute;
    top: 0;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover!important;
    z-index: -1;
    min-height: 100vh;
    left: 0;
    right: 0;
}

#poster_opacity{
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(17,17,17,.4);
	left: 0;
	right: 0;
}

.potser .container{
	font-size: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}


.potser .container .poster_title{
	font-size: 100px;
	text-transform: capitalize;
	font-weight: 900;
}
.potser video,
.potser img{
	height: 100vh;
	object-fit: cover;
	object-position: center;
	min-height: 560px;
}


@media(min-width:992px){
	.center_md{
		text-align: center;
	}
}
@media(min-width:768px){
	.por_de .info{
		max-width: 45% !important;
	}
	
}
.year{
	font-size: 30px;
	font-weight: bold;
}
.por_de .info{
	padding: 20px 0 30px;
	border-bottom: .5px solid #d0d0d0;
}
.por_de .info .xs_title{
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 5px;
}
.project_gallery video,
.project_gallery img{
	margin-bottom: 20px;
}



.right_arr{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.npb a:focus,
.npb a:hover{
	text-decoration: none;
	outline: none;
}
.npb a{
	margin: 0;
	vertical-align: middle;
	display: inline-block;
	padding: 40px 30px;
	max-height: 140px;
	background: #fff;
	color: var(--dark);
	font-size: 20px;
	border-top: 1px solid #9f9f9f;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.npb a span{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.npb a.all{
	width: 130px;
	height: 140px;
	padding: 57px 30px;
	text-align: center;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
}

.npb a:active,
.npb a:focus,
.npb a:hover{
	background: var(--main) !important;
	color: #fff;
	
}

.npb a.mode-3 {
	width: calc(50% - 65px);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.npb a.mode-3 .anim_warp{
	width: calc(100% - 100px);
}
.mode-3 span.hov_elem {
	display: inline-block
}
.mode-3 span.dis_hover{
	position: absolute;
	right: 105px;
	color: #fff;
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	-o-transform: translateY(-90px);
	transform: translateY(-90px);
}
.mode-3:focus span.dis_hover ,
.mode-3:hover span.dis_hover {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.mode-3:focus span.hov_elem ,
.mode-3:hover span.hov_elem {
	-webkit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-ms-transform: translateY(90px);
	-o-transform: translateY(90px);
	transform: translateY(90px);
}
.mode-3 .arrow {
	margin: 0  0 0 30px;
}
.mode-3.left_btn .arrow{
	margin: 0 30px 0 0 ;
}
.mode-3:focus .arrow .st05,
.mode-3:hover .arrow .st05{
	fill:none;stroke:#fff;stroke-miterlimit:10;
}
.mode-3:focus .arrow .st15,
.mode-3:hover .arrow .st15{
	fill:#fff;
}
.mode-3.left_btn span.dis_hover{
	left: 105px;
	right: auto;
}

.mode-3.left_btn{
	text-align: left;
}

.contain .box {
    width: calc(33% - 15px);
    margin: 0 0 15px 15px;
    position: relative;
	display: inline-block;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
    transition: all 0.3s;
}
.contain .box:hover{
	cursor: pointer;
}
.box-info span{
	display: block;
	font-size: 24px;
	font-weight: 900;
}
.box-info{
	position: absolute;
	padding: 15px;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(32,32,32,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(32,32,32,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(32,32,32,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6202020',GradientType=0 );
}

*/
@media(max-width:649px){
	/*.mode-3.left_btn .arrow{
		margin: 0 -15px 0 0 ;
	}*/
	.contain .box {
		width: 100%;
		float: none;
		margin: 0 auto 15px;
	}
	.contain .box video,
	.contain .box img{
		height: 260px;
		object-fit: cover;
		object-position: center;
	}
	.home #parent{
		height: 1685px;
		overflow: hidden;
	}
}
@media(min-width:1200px){
	
	.project_gallery .first_three{
		margin-bottom: 25px;
	}
}
@media(min-width:1300px){
	
	.project_gallery .first_three{
		margin-bottom: 30px;
	}
}
@media(max-width:767px){
	.mode-3,
	.npb a{
		text-align: center !important;
		padding: 20px 30px !important;
		max-height: 100px;
		width: 33% !important;
		
	}
	.npb a.all{
		padding: 40px !important;
	}
	
	.mode-3.left_btn .arrow,
	.mode-3 .arrow{
		margin: 0 auto;
	}
	
}
@media (max-width:991px) and (min-width:650px) {
	.contain .box video,
	.contain .box img{
		height: 315px;
		object-fit: cover;
		object-position: center;
	}
    .contain .box {
		width: calc(50% - 18px);
	}
	.home #parent{
		height: 1006px;
		overflow: hidden;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.sec_three{
		margin-top: -5px;
	}
}

#parent{
	width: 100%;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between !important;
}


.overlay_wrap {
	position: relative;
}
.overlay_wrap .hover_overlay{
    opacity: 0;
   -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transition-duration: .8s;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.overlay_wrap:hover .hover_overlay{
    opacity: 1;
}



.underline_btn .elementor-button-text{
    position: relative;
}
/*
header .elementor-widget-theme-site-logo img{
	filter: brightness(0) invert(2);

}
*/
.arr_down  .elementor-button .elementor-align-icon-right{
	
}

.underline_btn .elementor-button-text:after{
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
	
    position: absolute;
    transform-origin: left;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(1,0,.29,1);
    background-color: currentColor;
}
@media screen and (max-width: 589px) {

	.elementor-widget.elementor-widget-icon-box .elementor-widget-container{
	box-shadow: 5px 10px 22px -7px rgba(0, 0, 0, 0.21);
	}
}

.underline_btn:hover .elementor-button-text:after{
    transform-origin: right;
    transform: scaleX(0);
}
.blur_title{
	filter: blur(0px) drop-shadow(rgba(0, 0, 0, 0.1) 0px 2px 5px);
    opacity: 1;
    transform: none;
	 -webkit-animation: all 5s ease-in    !important;
    -moz-animation: all 5s ease-in    !important;
    animation: all 5s  ease-in  !important;
}
.blured{
	 filter: blur(4px) drop-shadow(rgba(0, 0, 0, 0) 0px 2px 5px);
    opacity: 0.3;
    transform: scale(0.98) translateZ(0px);
		 -webkit-animation: all 5s ease-in    !important;
    -moz-animation: all 5s ease-in    !important;
    animation: all 5s  ease-in !important;
}
.main_btn .elementor-button{
	font-weight:700;
}
.main_btn .elementor-button,
.grad_bg {
  	
    background: transparent linear-gradient(-40deg, #18ffc3, #d4bbff, #8578e6, #18ffc3, #d4bbff) 0% 0% no-repeat padding-box;
    background-size: 300% !important;
    -webkit-animation: Gradient 20s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important;
}

.gradient_text {
    background-image: linear-gradient(-40deg, #18ffc3, #d4bbff, #8578e6, #18ffc3, #d4bbff) !important;
    background-size: 300% !important;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-animation: Gradient 20s ease infinite !important;
    -moz-animation: Gradient 20s ease infinite !important;
    animation: Gradient 20s ease infinite !important;
}

@keyframes Gradient{
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


:root{
	    --gfs: 31;

}
.elementor-widget-heading *,
body p *{
	line-height:1.5 !important;
}
@media screen and (min-width: 768px) {

.my_nowrap{
	text-wrap: nowrap;	
}
}

.l_title span.l{
	font-weight:normal;
	display:block;
	font-size:75%;
	line-height:1 !important;
}
.d-block{
	display:block;
	font-size:120%;
		line-height:1 !important;
}


.white-glass{
	 background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
}

.white-glass2{
    backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(3px);
}
#scroll_up{
 	position: fixed;
	z-index: 22;
	left: 7px;
	bottom: 52px;
 	opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
}
#scroll_up.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#scroll_up:hover {
    transform: translateY(-8px);
}
#wtsp{
	right: -65px;
	bottom: 7px;
	 position: fixed;
	z-index: 22;
}
#wtsp.show {
    right:7px;
	transition: right 0.3s ease;
 
}
#scrolling_pnav { 
    position: fixed;
    right: -325px;
    z-index: 99999999922;
	top: -54px;
    transform-origin: 100%;
    transform: rotate(-90deg);
    max-width: 650px;
	
}
.en{
	direction: ltr;
}
#wrap_change{
	
	line-height: 1.1;
	font-size: 85px;
	font-family: "Poppins", Sans-serif;
	font-weight: 800;
}
.typed-cursor,
#wrap_change #change{
	font-weight: 200;
}
.dot {
    color: var( --e-global-color-accent );
}
#scrolling_pnav .white-glass{
	border-radius: 47px 0 0px 0;
}
@media screen and (max-width: 767px) {
	#wrap_change{
		font-size: 45px;
	}
}
.typed-cursor{
  opacity: 0;
  animation: typedCursorBlink 0.8s infinite alternate;
}

@keyframes typedCursorBlink{
  from { opacity: 0; }
  to   { opacity: 1; }
}
.typed-cursor{
	
}
.change_title{
	
}

#wrap_dots{
  position: relative;
  overflow: hidden;
  isolation: isolate;

  /* משתנים ש-JS מעדכן */
  --mx: -9999px;
  --my: -9999px;

  /* שליטה */
  --dot-color: #8861CE;
  --dot-hover-color: #9B7AE0;

  --dot-size: 5px;
  --gap: 42px;          /* ריווח בין נקודות */
  --radius: 260px;      /* אזור השפעה */
  --boost: 14px;        /* כמה גדלות */
}

/* כל התוכן (כולל טופס) מעל הרקע */
#wrap_dots > *{
  position: relative;
  z-index: 2;
}

/* שכבות הרקע */
#wrap_dots::before,
#wrap_dots::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index: 1;
}

/* נקודות רגילות */
#wrap_dots::before{
  background:
    radial-gradient(
      circle,
      var(--dot-color) 0 calc(var(--dot-size)/2),
      transparent calc(var(--dot-size)/2 + 0.5px)
    ) 0 0 / var(--gap) var(--gap);
  opacity: .55;
}

/* נקודות מוגדלות – בהירות יותר + רוויה עדינה */
#wrap_dots::after{
  background:
    radial-gradient(
      circle,
      var(--dot-hover-color) 0 calc((var(--dot-size) + var(--boost))/2),
      transparent calc((var(--dot-size) + var(--boost))/2 + 0.5px)
    ) 0 0 / var(--gap) var(--gap);

  -webkit-mask: radial-gradient(
    circle at var(--mx) var(--my),
    rgba(0,0,0,1) 0px,
    rgba(0,0,0,.35) 120px,
    rgba(0,0,0,.1) 200px,
    transparent var(--radius)
  );
          mask: radial-gradient(
    circle at var(--mx) var(--my),
    rgba(0,0,0,1) 0px,
    rgba(0,0,0,.35) 120px,
    rgba(0,0,0,.1) 200px,
    transparent var(--radius)
  );

  opacity: .55;
  filter: saturate(1.15);
  transition: filter .4s ease;
}
