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

body, html{
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #8b8b8b;
}
::-webkit-scrollbar-thumb {
  background: #fcfcfc;
}

::selection {
    background: #8b8b8b;
    color: #fcfcfc;
}

::-moz-selection {
    background: #8b8b8b;
    color: #fcfcfc;
}


/* Replace Elementor slide arrows with < and > */
/*.elementor-swiper-button-prev svg,
.elementor-swiper-button-next svg {
  display: none !important;
}

.elementor-swiper-button-prev::after,
.elementor-swiper-button-next::after {
  display: inline-block;
  font-size: 28px;         
  font-weight: 400;   /
  line-height: 1;
}

.elementor-swiper-button-prev::after { content: "<"; }
.elementor-swiper-button-next::after { content: ">"; }


.elementor-swiper-button-prev,
.elementor-swiper-button-next {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
	.elementor-swiper-button-prev::after,
.elementor-swiper-button-next::after {
  display: inline-block;
  font-size: 26px;
}

.elementor-swiper-button-prev,
.elementor-swiper-button-next {
  width: 40px;
  height: 40px;

}
}*/
