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

.custom-swiper .swiper-slide {
  position: relative;
  height: 340px;
  width: 600px;
  background-color: #fff;
  border: 0.2rem solid rgba(255, 255, 255, 0.1);
  /*border-bottom: .4rem solid #0099ff;*/
  overflow: hidden;
  /* padding: .2rem; */
}

.custom-swiper .swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #000;
  box-shadow: 0px 8px 16px 0px rgba(145, 158, 171, 0.16);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.custom-swiper .swiper-button-next {
  /*right: 30px;*/
}

.custom-swiper .swiper-button-prev {
  /*left: 30px;*/
}

.custom-swiper .swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
