/**
* Theme Name: Rhye Child
* Description: This is a child theme of Rhye, generated by Merlin WP.
* Author: <a href="https://artemsemkin.com">Artem Semkin</a>
* Template: rhye
* Version: 2.9.1
*/

::-moz-selection {
	background: #f1f1f1;
	color: #000;
	text-shadow: none;
}

::selection {
	background: #f1f1f1;
	color: #000;
	text-shadow: none;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.grecaptcha-badge {
display: none !important;
}

.scroll-content {
	will-change:transform;
}

.elementor-icon-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.lk-link {
  background-image: -o-linear-gradient(
    bottom,
    white 1px,
    transparent 0px
  );
  background-image: linear-gradient(to top, white 1px, transparent 0px);
  -webkit-transition: background-size 0.35s cubic-bezier(0.16, 0.48, 0.36, 1),
    color 0.2s ease-out;
  -o-transition: background-size 0.35s cubic-bezier(0.16, 0.48, 0.36, 1),
    color 0.2s ease-out;
  transition: background-size 0.35s cubic-bezier(0.16, 0.48, 0.36, 1),
    color 0.2s ease-out;
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-position-x: 100%;
}

.lk-link:hover {
  background-size: 100% 100%;
  background-position-x: 0;
}

.button.button_solid.bg-dark-1, .circle-button_link.bg-dark-1 {
    padding: 25px 50px;
    background-color: transparent!important;
    font-family: "damn";
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 400;
    border: 2px solid #f1f1f1;
}

.cursor__follower {
	mix-blend-mode: difference;
}

.qodef-scroll-down-text {
  padding-top: 73px;
  padding-right: 22px;
  height: 110px;
  color: white;
}
.qodef-scroll-down-text:after,
.qodef-scroll-down-text:before {
  content: "";
  display: block;
  background-color: currentColor;
  position: absolute;
  right: 0px;
  width: 2px;
}
.qodef-scroll-down-text:before {
  bottom: 0px;
  height: 100%;
  opacity: 0.2;
}
.qodef-scroll-down-text:after {
  top: 43px;
  height: 22px;
  opacity: 1;
  -webkit-animation: qode-scroll-down infinite 1.8s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  animation: qode-scroll-down infinite 1.8s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

@-webkit-keyframes qode-scroll-down {
  0% {
    top: 43px;
  }
  50% {
    top: 63px;
  }
  100% {
    top: 43px;
  }
}
@keyframes qode-scroll-down {
  0% {
    top: 43px;
  }
  50% {
    top: 63px;
  }
  100% {
    top: 43px;
  }
}

selector a {
    color:white;
}


body:not(.elementor-editor-active) .lk-menu-popup {
  -webkit-clip-path: circle(0% at 100% 0%);
          clip-path: circle(0% at 100% 0%);
  -webkit-transition: all 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
body:not(.elementor-editor-active) .lk-menu-popup.open {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
  -webkit-transition: all 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
/* #close-btn {
  opacity: 0;
  -webkit-transform: scale(0) rotate(0deg);
      -ms-transform: scale(0) rotate(0deg);
          transform: scale(0) rotate(0deg);
  -webkit-transition: all 0.7s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.7s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.7s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
#close-btn.visible {
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
      -ms-transform: scale(1) rotate(360deg);
          transform: scale(1) rotate(360deg);
} */

.no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}

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

	
    .button.button_solid.bg-dark-1, .circle-button_link.bg-dark-1 {
    background-color: transparent!important;
    font-family: "damn"!important;
    letter-spacing: 1px!important;
    font-weight: 400!important;
    border: 2px solid #f1f1f1!important;
    font-size: 24px!important;
	padding: 25px 35px!important;
}
	
	 .qodef-scroll-down-text {
  padding-top: 15px;
  padding-right: 22px;
  height: 45px;
  color: white;
}
.qodef-scroll-down-text:after,
.qodef-scroll-down-text:before {
  content: "";
  display: block;
  background-color: currentColor;
  position: absolute;
  right: 0px;
  width: 2px;
}
.qodef-scroll-down-text:before {
  bottom: 0px;
  height: 100%;
  opacity: 0.2;
}
.qodef-scroll-down-text:after {
  top: 15px;
  height: 15px;
  opacity: 1;
  -webkit-animation: qode-scroll-down infinite 1.8s
    cubic-bezier(0.46, 0.03, 0.52, 0.96);
  animation: qode-scroll-down infinite 1.8s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

@-webkit-keyframes qode-scroll-down {
  0% {
    top: 12px;
  }
  50% {
    top: 24px;
  }
  100% {
    top: 12px;
  }
}
@keyframes qode-scroll-down {
  0% {
    top: 12px;
  }
  50% {
    top: 24px;
  }
  100% {
    top: 12px;
  }
}
}