/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



.pulsating-circle {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translateX(-50%) translateY(-50%);
	 width: 30px;
	 height: 30px;
}
 .pulsating-circle:before {
	 content: '';
	 position: relative;
	 display: block;
	 width: 300%;
	 height: 300%;
	 box-sizing: border-box;
	 margin-left: -100%;
	 margin-top: -100%;
	 border-radius: 45px;
	 background-color: brown;
	 animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
 .pulsating-circle:after {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 display: block;
	 width: 100%;
	 height: 100%;
	 background-color: white;
	 border-radius: 15px;
	 box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	 animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
 @keyframes pulse-ring {
	 0% {
		 transform: scale(0.33);
	}
	 80%, 100% {
		 opacity: 0;
	}
}
 @keyframes pulse-dot {
	 0% {
		 transform: scale(0.8);
	}
	 50% {
		 transform: scale(1);
	}
	 100% {
		 transform: scale(0.8);
	}
}
 
#message1 {
    
    position: absolute;
    top: 200px;
    left: 1350px;
}
#message2 {
    
    position: absolute;
    top: 100px;
    left: 500px;
}
#message3 {
    
    position: absolute;
    top: 400px;
    left: 600px;
}
#message4 {
    
    position: absolute;
    top: 700px;
    left: 200px;
}
#message5 {
    
    position: absolute;
    top: 500px;
    left: 1300px;
}
#message6 {
    
    position: absolute;
    top: 800px;
    left: 1650px;
    
}


/**/

.back-btn {
    
  position: absolute;
   top:0px;
   left: 0px;
    background: #fff;
    
}

.back-btn img {
   
   width: 40px; 
   padding: 15px 30px;
    
}
/**/


/*tooltip theme*/

.tippy-tooltip.tomato-theme {
  background-color: brown;
  color: white;
  font-size: 16px;
  font-weight: 700;
  font-family: poppins;
}

.tippy-tooltip.tomato-theme[data-placement^='top'] .tippy-arrow {
  border-top-color: brown;
}
.tippy-tooltip.tomato-theme[data-placement^='bottom'] .tippy-arrow {
  border-bottom-color: brown;
}
.tippy-tooltip.tomato-theme[data-placement^='left'] .tippy-arrow {
  border-left-color: brown;
}
.tippy-tooltip.tomato-theme[data-placement^='right'] .tippy-arrow {
  border-right-color:brown;
}


/*cameras*/

#camera-stand {
    
    position:absolute;
    top: 93px;
    left: 190px;
}

#camera-arm-1 {
    
    position:absolute;
    top: 101px;
    left: 229px;
}

#camera-arm-2{
    
    position:absolute;
    top: 88px;
    left: 165px;

}


#wall-camera {
    
    position:absolute;
    top: 309px;
    left: 1059px;

}

#wall-camera-arm {
    
    position:absolute;
    top: 295px;
    left: 1082px;

}

/*cameras*/

