@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&display=swap');
body {
    margin: 0;
    padding: 0;


    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    background-color: #f7f4f0;
    font-family: 'Heebo', sans-serif;
	overflow: auto;
}

p {
    /* position: relative; */
    color: #666d81;
    font-family: 'Nanum Gothic', sans-serif;
    /* text-transform: uppercase; */
    font-size: 2em;
    letter-spacing: 3px;
    overflow: hidden;
    background: linear-gradient(90deg, #5d7094, #aca9b1, #6c778c);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 2s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    margin-top:1em;
    margin-bottom: 1.5em;
}

.janners-titles:active,
.janners-titles:focus,
.janners-titles:hover {
color: rgb(255, 255, 255);
}


.janner-title{
   display: flex;
   align-content: center;
   justify-content: center;
   margin-bottom: 0.5em;
}

/* PAGING */

.arrows-paging  {
    /* height: 4.6875rem; */
    /* margin-top: -1rem; */
z-index: 99;
}


.left-arrow {
    width: 50%;
    z-index: 99;
}
.left{
    left: 50px;
}
.right-arrow{
    width: 50%;
    z-index: 99;
}
.right{
    right:50px;
}

/* .left-arrow {
    margin-inline-start: 3%;
}

.right-arrow {
    margin-inline-end: 3%;
    justify-content: flex-end;
} */

.left-arrow h5,
.right-arrow h5 {
    font-size: 1.125rem;
}



.fa-long-arrow-right,
.fa-long-arrow-left {
    color: #818181;
}

.arrow {
    /* margin-top: 0.125rem; */
    cursor: pointer;
    position: fixed;
    top: 50%; 
    z-index: 99; 
  /* width: 0; 
  height: 0;  */
  /* border-left: 20px solid transparent;
  border-right: 20px solid transparent; */
}

/* .janners-titles{
    font-family: 'Nanum Gothic', sans-serif;
} */
/* Fade Out */

.animated {
    background-image: url(/css/images/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top:95px;
    margin-bottom:60px;
    -webkit-animation-duration: 10s;animation-duration: 10s;
    -webkit-animation-fill-mode: both;animation-fill-mode: both;
 }
 
 @-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
 }
 
 @keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
 }
 
 .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
 }

 .darken{
    filter: brightness(180%);

 }

 .brighter{
    filter: brightness(100%); 
 }

/* Apple Animation */

/* @import url('https://fonts.googleapis.com/css?family=Roboto:700'); */


@keyframes showTopText {
  0% { transform: translate3d(0, 100%, 0); }
  30% { transform: translate3d(0, 66%, 0); }
  60% { transform: translate3d(0, 33%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes showBottomText {
  0% { transform: translate3d(0, -100%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.animated-title {
    color: #616161;
    
  /* font-family: Roboto, Arial, sans-serif; */
  font-family: 'Nanum Gothic', sans-serif;
  height: 80vmin;
  font-weight: 300;
  left: 50%;
  position: absolute;
  top: 57%;
  transform: translate(-50%, -50%);
  width: 90vmin;
}
.animated-title > div {
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.animated-title > div div {
  font-size: 6vmin;
  padding: 2vmin 0;
  position: absolute;
}
.animated-title > div div span {
  display: block;
}
.animated-title > div.text-top {
  border-bottom: 0.26vmin solid rgb(58, 58, 58);
  top: 0;
}
.animated-title > div.text-top div {
  animation: showTopText 3.5s;
  animation-delay: 1s ;
  animation-fill-mode: forwards;
  bottom: 0;
  transform: translate(0, 100%);
}

.animated-title > div.text-top div span:first-child {
    color: #a7a7a7;
}

.animated-title > div.text-bottom {
  bottom: 0;
}
.animated-title > div.text-bottom div {
  animation: showBottomText 1s;
  animation-delay: 4s;
  animation-fill-mode: forwards ;
  top: 0;
  transform: translate(0, -100%);
}

a{
    font-size: 0.8em;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;  
    font-weight: 300;
}
/* End apple animation */



/* a, */
img,
span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .img-container {
    /* margin-top: 5em; */
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container {
    margin-top: 1em;
     margin-bottom:1em; 
    display: flex;
 align-content: center;
 width: 100%;
}

.logo-container {
    margin-top: 2em;
	display: flex;
    display:flex;
    justify-content: center;
    align-items: center;
}

.home span {
    color: rgb(87, 87, 87);
    font-size: 4em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

/* a {
    text-decoration: none;
    color: rgb(102, 102, 102);
    font-family: 'Heebo', sans-serif;
    font-size: 1.3em;
} */

img.schedule {
    margin-right: 6px;
    height: 1.3em;
}

img.logo-index {
    height: 2.3em;
display: flex;
 /* margin-left: -1.7em;  */
}
img.logo {
    height: 4em;
display: flex;
margin-left: 1.7em;
}


img.logo-gallery {
    /* margin-top: 1em; */
    height: 7em;
  margin-bottom: 2em;
}

.heading_title{
    color: #424242 !important;
    font-family: 'Heebo', sans-serif !important;
    font-size: 0.6em !important;
    line-height: 6em !important;
    font-weight: 300 !important;
}

/* Animation Text */

@keyframes animate {
    0% {
        background-position: -400%;
    }

    100% {
        background-position: 400%;
    }
}



/* Scrolling */

.large_grid .item .image,
.large_grid .item .area {
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.large_grid .item:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.scroll-container.standard .medium_grid .item.visible {
    opacity: 1;
    transform: translateZ(0);
}

.scroll-container.standard .medium_grid .item.visible2 {
    opacity: 1;
    transform: translateZ(0);
}

.large_grid .item .image img,
.large_grid .item .area {
    margin: 0;
    display: block;
    transition: transform .3s ease-out;
    object-position: 50% 50%;
    object-fit: cover;
	max-width: 100%;
}

.large_grid .item .image,
.large_grid .item .area {
    transform: translate3d(0, 70px, 0);
    /* 
 כדי שהתנועה תעבוד בגלילה למטה, צריך לשנות את הטרנספורם ל 70 בלי מינוס 
 */
    opacity: 1;
}

.visible2 {
    transform: translate3d(0, -70px, 0);
    opacity: 1;
}


.large_grid .item.animate-from-bottom .area,
.large_grid .item.animate-from-top .area,
.large_grid .item .area,
.large_grid .item.animate-from-bottom .image,
.large_grid .item.animate-from-top .image,
.large_grid .item .image {
    transition: transform 5s cubic-bezier(.18, 1, .21, 1), opacity 5s cubic-bezier(.18, 1, .21, 1);
}

.large_grid .item.visible .area,
.large_grid .item.visible .image {
    opacity: 1;
    transform: translateZ(0);
}

.large_grid .item.visible2 .area,
.large_grid .item.visible2 .image {
    opacity: 1;
    transform: translateZ(0);
}

/* Gallery  */
/* .flex{
    display:flex;
} */

.external-image-div{
    display: flex;
    justify-content: center;
}
.artist-images {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.width{
    width: 50%;
}

a {
    text-decoration: none !important;
   }

   .js-scroll-trigger:hover{
       color: #fed136 !important;
   }
#contact{
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* font-family: 'Nanum Gothic', sans-serif !important; */
}

.contact-facebook:hover,.contact-facebook:focus  {
color: #4267B2  ;
}
.contact-instagram:hover, .contact-instagram:focus {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0,#405DE6), color-stop(0.15,#5B51D8), color-stop(0.3,#833AB4), color-stop(0.45, #C13584), color-stop(0.6,#E1306C),color-stop(0.75,#FD1D1D), color-stop(0.9,#F56040), color-stop(1, #F77737) );  
    background-image: gradient( linear, left top, right top, color-stop(0, #405DE6), color-stop(0.15,#5B51D8), color-stop(0.3,#833AB4), color-stop(0.45, #C13584), color-stop(0.6,#E1306C),color-stop(0.75,#FD1D1D), color-stop(0.9,#F56040), color-stop(1,#F77737) );
    color:transparent !important; 
   -webkit-background-clip: text!important;
   background-clip: text!important;  
}

.janners-titles:hover {
    color: rgb(255, 255, 255);
}

/*---- Media Queries ---------*/

@media screen and (max-width: 1440px) {

    .width{
        width:55%
    }

  

}

@media screen and (max-width: 1040px) {
    .img-container {
        margin-top: 1em;
    }
    .width{
        width:60%
    }

    p {
        font-size: 1.7em;
        letter-spacing: 2.5px;
        margin-bottom: 1.7em;
    }

    .home span {
        font-size: 3em;

    }

    a {
        text-decoration: none;
        color: rgb(102, 102, 102);
        /* font-family: 'Heebo', sans-serif; */
        font-size: 0.8em;
    }

    img.schedule {
        margin-right: 4px;
        height: 1em;
    }

    img.logo-index {
        margin-top: 1.7em;
        height: 2.5em;
        margin-bottom: 1.5em;
    }

    
    img.logo {
        height: 4.5em;
        margin-bottom: 3.5em;
    }

    img.logo-gallery {
        height: 3.5em;
        margin-bottom: 3.5em;
    }

}

@media screen and (max-width: 990px) {

    .width{
        width:65%
    }

    p {
        font-size: 1.5em;
        letter-spacing: 2px;
        margin-bottom: 1.7em;
    }

    .home span {
        font-size: 2em;

    }

    a {
        text-decoration: none;
        color: rgb(102, 102, 102);
        /* font-family: 'Heebo', sans-serif; */
        font-size: 0.8em; 
    }

    img.schedule {
        margin-right: 4px;
        height: 0.81em;
    }


}

@media screen and (max-width: 728px) {

    .large_grid .item .image img,
    .large_grid .item .area {
        max-width: 100%;
		margin: 0 auto;
    }
	.external-image-div{
		display: block;
		max-width: 100%;
	}
    .width{
        width:85%
    }
    .right {
        right:15px;
    }
    .left {
        left:15px;
    }
	.large_grid .item.visible .area, .large_grid .item.visible .image,
	.item,
	.content{
		max-width: 100%;
	}
    .img-container {
        margin-top: 1em;
    }

    p {
        font-size: 1.5em;
        letter-spacing: 2px;
        margin-bottom: 1.7em;
    }

    .home span {
        font-size: 2em;

    }

    a {
        text-decoration: none;
        color: rgb(102, 102, 102);
        /* font-family: 'Heebo', sans-serif; */
        font-size: 0.8em; 
    }

    img.schedule {
        margin-right: 4px;
        height: 0.81em;
    }

    img.logo-index {
        height: 3em;
        margin-bottom: 1.5em;
    }
    img.logo {
        height: 4em;
        margin-bottom: 1em;
    }

    img.logo-gallery {
        height: 3em;
        margin-bottom: 4em;
    }

}

@media screen and (max-width: 520px) {
    .img-container {
        margin-top: 1em;
    }
    .width{
        width:90%
    }

    p {
        font-size: 1.6em;
        letter-spacing: 1.5px;
        margin-bottom: 1.3em;
    }
    .right {
        right:5px;
    }
    .left {
        left:5px;
    }
    .arrow{
        width: 15px;
    }

    span {
        font-size: 1em;

    }

    a {
        text-decoration: none;
        color: rgb(102, 102, 102);
        /* font-family: 'Heebo', sans-serif; */
        font-size: 0.75em;
    }

    img.schedule {
        margin-right: 4px;
        height: 0.8em;
    }

    img.logo-index {
        height: 3em;
        margin-bottom: 1.5em;
    }
    img.logo {
        height: 4.5em;
        margin-bottom: 1em;
    }
    img.logo-gallery {
        height: 3em;
        margin-bottom: 3em;
    }
}