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


@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');


h1 {
    font-family: 'Fraunces', serif;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-family: 'Fraunces', serif;
}



/* Scroll Animation */


.text-anime .line-wrapper {
    overflow: hidden;
  }
  
  .text-anime .text-lines {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }

  
  .image-anime{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }
  
  
  .image-anime:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #F2F1EC;
    position: absolute;
    left: 0;
    top: 0;
    transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -webkit-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -moz-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -ms-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    -o-transition:  all  cubic-bezier(1, 0, 0, 1) 1s;
    z-index: 11;
  }

  .elementor-editor-active .image-anime:after{
      width: 0;
  }

  .image-anime.grey:after{
    background: #F4F6F8;
  }
  
  .image-anime.revealed:after{
    width: 0;
  }

  .elementor-editor-active .clip-animation{
    clip-path: none !important;
  }

  .clip-animation{
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.clip-animation.from-right{
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.clip-animation.from-top{
	clip-path: polygon(-2% 0%, 100% 0%, 105% 0%, 0% 0%);
	-webkit-clip-path: polygon(-2% 0%, 100% 0%, 105% 0%, 0% 0%);
}


.clip-animation.from-bottom{
    clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
	-webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
}

@media screen and (max-width:1024px) {
  .clip-animation{
    clip-path: none !important;
  }
}


[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {

  background-color: inherit !important;
}








.preloader{
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #000;
}

.preloader svg{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 65%;
  height: 65%;
  border-radius: 100%;
  stroke-width: 2px;
  pointer-events: none;
  stroke-dasharray: 1884;
  stroke-dashoffset: 1884;
  transition: stroke-dashoffset 1s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  stroke:#fff;
}

.preloader svg circle{
  stroke: #C6CDBA;
}

.preloader svg .circle-bg{
  stroke: #ffffff40;
  stroke-dashoffset: 0;
  stroke-dasharray: 1884;
}

.preloader::before{
  width: 65%;
  height: 65%;
  content: '';
  /*background-image: url(../images/timber-logo.png);
  */position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 1;
}

.preloader .percent-display{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000; 
  -webkit-transform: translateY(-50%) scale(1.4);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  height: 90px;
}

.preloader .percent-display .number{
  display: block;
  line-height: 0;
  font-family: "Fraunces", Sans-serif;
}

.preloader .percent-display span{
  color: #C6CDBA;
  font-size: 120px;
  line-height: 90px;
  display: inline-block;
  font-weight: 300;
  font-family: "Fraunces", Sans-serif;
}

.preloader .loading {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 110px;
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.7;
  text-align: center;
  font-family: 'Jost';
}

.preloader .loading p{
  font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Jost';
}

.percent-display img{
  width: 100%;
}

.percent-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100px !important;

}

@media (max-width: 768px) {
  .percent-display img {
    width: 50%;
}

.preloader .loading {
  margin-top: 80px;
  line-height: 10px;
}

.preloader .loading p{
  font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Jost';
}

}



