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


.bordor-heading {
    --angle: 0deg;
	border: 2px solid transparent;
	animation: rotate-gradient 3s infinite linear;
}

@property --angle {
	syntax: '<angle>';
	inherits: true;
	initial-value: 0deg;
}

@keyframes rotate-gradient {
	from { --angle: 0deg; }
	to { --angle: 360deg; }
}

.testimonial-avatar-wrapper {
  display: flex;
  align-items: center;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #000000;
    margin-left: -25px;
    transition: transform 0.3s, z-index 0.3s;
    background-color: #000;
}

.testimonial-avatar:first-child {
  margin-left: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-avatar:hover {
  transform: translateY(-10px);
  z-index: 10;
}

.testimonial-avatar.plus {
    background-color: #23062E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    border-color: #fff;
}


.project-slider-controls {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
}

.project-slider-controls .swiper-btn {
    color: #fff;
    background-color: #2E2C2C;
    width: 110px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px 0px !important;
    position: relative !important;
}

.project-slider-controls .swiper-btn svg {
    width: 18px !important;
    height: 18px !important;
}

.swiper.project-slider.titles-slider h3.project-title {
    text-align: left !important;
    font-size: 60px;
    line-height: 61px;
    font-weight: 800;
    color: #fff;
}

.swiper-pagination.swiper-pagination-fraction {
    position: unset !important;
    color: #C5C5C5 !important;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
}

.project-slider-controls .swiper-btn::after {
    display:none;
}

.project-slider-controls .swiper-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.project-slider-controls .swiper-btn:hover svg path {
    fill: #000;
}

