/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1674208183
Updated: 2023-01-20 09:49:43

*/




#site-header {
  position: fixed;
  z-index: 9;
  left: 0;
  width: 100%;
  padding: 20px 0;
  transition: .3s;
}
#site-header.stuck {
	padding: 10px 0px;
	background-color: #000;
}
#sticky-logo {
  opacity: 0;
  transition: .3s;
}
#site-header.stuck #sticky-logo {
  opacity: 1;
}
#before-sticky-logo {
  height: auto;
  transition: .3s;
}
#site-header.stuck #before-sticky-logo {
  opacity: 0;
  height: 0;
}

/*CUSOTM_BUTTON*/

#newsletter .elementor-field-type-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
}
#custom-arrow {
  background: transparent;
  position: relative;
  padding: 0;
  top: 3px;
  width: 50px;
}
#custom-arrow::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 15px;
  z-index: 0;
}
#custom-arrow::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  top: 15px;
  z-index: 2;
  right: 15px;
}
/*CUSOTM_BUTTON*/


/*Animation-Button*/

#animated-button .elementor-button-icon {
  width: 100%;
}
#animated-button .elementor-button-text {
	width: 100%;
	transition: .3s;
	bottom: -10px;
	position: relative;
}
#animated-button .elementor-button-content-wrapper {
  display: block;
}
#animated-button .elementor-button-icon {
  font-size: 60px;
  position: relative;
  left: 0;
  transition: .3s;
}
#animated-button a:hover .elementor-button-icon {
	left: 110px;
}
#animated-button a:hover .elementor-button-text {
	bottom: 46px;
}
#animated-button {
	max-width: 125px;
}
#animated-button.more-videos {
  background: ;
  max-width: 200px;
}
#animated-button.more-videos a:hover .elementor-button-icon {
  left: 150px;
}
/*Animated-Button*/

/*Video-CSS*/

#mac-video .elementor-fit-aspect-ratio {
  position: relative;
}


#mac-video iframe {
  max-width: 52%;
  margin: auto;
  height: 52%;
  
 
  top: 50.3%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
#mac-video .elementor-fit-aspect-ratio::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('https://dentshop.com/wp-content/uploads/2023/01/Video-Mockup.png)');
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  top: -100px;
}
/*Video-CSS*/

/*Carusel-icons*/
#custom-carousel .slick-arrow {
  position: absolute;
  top: inherit;
  bottom: 0;
  right: inherit;
  left: 42%;
  transform: translateX(50%);
}
#custom-carousel .slick-arrow.slick-next {
  left: 46%;
}

#custom-carousel .slick-arrow.slick-next::after {
  content: "";
  width: 50px;
  height: 15px;
  background-image: url('https://dentshop.com/wp-content/uploads/2023/01/Icon-feather-arrow-right-1.svg)');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
#custom-carousel .slick-arrow.slick-prev::after {
  content: "";
  width: 50px;
  height: 15px;
  background-image: url('https://dentshop.com/wp-content/uploads/2023/01/Icon-feather-arrow-left.svg)');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
#custom-carousel .slick-arrow.slick-next::before, #custom-carousel .slick-arrow.slick-prev::before {
  opacity: 0;
}
/*Carusel-icons*/

/*Scripts-door-part*/
#trigger-one-text, #trigger-one-line,
#trigger-two-text, #trigger-two-line,
#trigger-three-text, #trigger-three-line,
#trigger-four-text, #trigger-four-line,
#trigger-five-text, #trigger-five-line{
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}

#animated-door .elementor-widget-wrap {
  max-width: 700px;
  margin: auto;
}
/*Scripts-door-part*/

#banner-social {
  top: 50%;
  transform: translateY(-50%);
}
#banner-social::before,
#banner-social::after {
  content: "";
  width: 2px;
  height: 150px;
  background: #FFF;
  position: absolute;
  left: 10px;
  transform: translateX(-50%);
  top: -170px;
}
#banner-social::after {
	top: 131px;
}
#testimonials .slick-arrow::after {
	content: "";
	width: 45px;
	height: 45px;
	position: absolute;
	background-image: url(assets/images/left-circle.svg);
	left: -13px;
	top: -10px;
	background-size: 95%;
	background-position: center;
	background-repeat: no-repeat;
}
#testimonials .slick-arrow.slick-next::after {
	background-image: url(assets/images/right-circle.svg);
}
#testimonials .slick-arrow i {
	color: #FFF;
}
#site-header .sub-menu {
	margin-top: 20px !important;
	transition: .3s;
}
#site-header.stuck .sub-menu {
	margin-top: 36px !important;
}
@media(max-width: 767px){
#responsive-on-mobile {
  position: inherit;
  transform: inherit;
  left: inherit;
  bottom: inherit;
}
#animated-door .elementor-widget-wrap {
	max-width: 340px;
}
#site-header .sub-menu {
    margin-top: 0px !important;
}
#banner-social {
	top: 125%;
}
#sticky-logo {
	top: 2px;
}
#footer-logo .elementor-widget-container {
	text-align: center;
}
}