/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2026 | 10:36:34 */
.sm-hover-box .sm-hover-box-text {
    opacity: 0;
    transition: all 0.3s ease-in-out 0.1s;

}
.sm-hover-box:hover .sm-hover-box-text {
    opacity: 1;
}
.sm-header.elementor-sticky--effects {
    background: rgba(28, 25, 23, .94) !important;
}
.sm-popup-probarty a.dialog-close-button {
    width: 30px;
    height: 30px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sm-popup-slider-nav .elementor-swiper-button {
    background-color: color-mix(in oklab, #fff 10%, transparent);
    backdrop-filter: blur(12px);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
}

.sm-popup-slider-nav .swiper-pagination {
    margin-top: -12px;
}
.sm-hover-line {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.sm-hover-line:before {
    content:"";
    width: 0%;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
.sm-hover-line:hover:before {
    content:"";
    width: 100%;
    height: 2px;
    background: #C4995A;
    position: absolute;
}

/* 
=============================
	estate-hover-wrap
=============================
*/
.estate-hover-wrap{
  position: relative;
}

#estate-global-cursor{
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0,0,0,0.40);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.7);
  transition: opacity .25s ease, transform .25s ease;
  will-change: transform, opacity;
}

#estate-global-cursor span{
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0 12px;
}

#estate-global-cursor.is-active{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#estate-global-cursor.is-small{
  width: 120px;
  height: 120px;
}

@media (max-width: 1024px){
  #estate-global-cursor{
    display: none !important;
  }
}   

/* 
=============================
	hero-scroll
=============================
*/
.hero-scroll {
	 position: absolute;
	 bottom: 56px;
	 right: 56px;
	 z-index: 2;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 gap: 10px;
}

.hero-scroll span {
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    writing-mode: vertical-rl;
}

.scroll-line {
	width: 1px;
	height: 56px;
	background: rgba(255,255,255,.15);
	position: relative;
	overflow: hidden;
}

.scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: ticker 2.2s ease-in-out infinite;
}

@keyframes ticker {
	to {
		top: 100%;
	}
}
