/* 
Theme Name: Custom Hello Theme Child
Theme URI: https://archicoders.com/
Description: Custom Child Theme for Hello Elementor
Author: Archicoders Team
Author URI: https://archicoders.com/
Template: hello-elementor
Version: 1.1.2
Text Domain: archicoders-child-master
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
*/

html {
    font-size: clamp(9px, 0.521vw, 10px);
}

body {
    font-size: 1.6rem;
}

p:last-child {
    margin-bottom: 0;
}

/*
    Add your custom styles here
*/


/*Dozanu Gradient Lists*/
.dozanu-gradient-list .elementor-icon-list-text {
    background: linear-gradient( 90deg, #cc3488 0%, #09a6b5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*Dozanu Gradient Heading*/
.dozanu-heading-gradient span.elementor-headline-dynamic-text.elementor-headline-text-active{
    background: linear-gradient( 90deg, #cc3488 0%, #09a6b5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/*Dozanu Gradient Button*/
.dozanu-gradient-button a.elementor-button{
     background: linear-gradient( 90deg, #cc3488 0%, #09a6b5 100%);
  transition: 300ms cubic-bezier(0.31, -0.105, 0.43, 1.4) ;
}

/*Dozanu Client Logos*/

#dozanu-flowing-carousel-image .dozanu-client-image-grayscale {
    transition: 400ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
    transform-origin: right;
}



#dozanu-flowing-carousel-image .dozanu-client-image-colored {
    position: absolute;
    top: 190%;
    left: 0;
    transition: 400ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
    transform-origin: right;
    transform: rotate(30deg);
    opacity: 0;
}

#dozanu-flowing-carousel-image .swiper-slide:hover .dozanu-client-image-grayscale{
    transform: translateY(-100%) rotate(30deg);
}


#dozanu-flowing-carousel-image .swiper-slide:hover .dozanu-client-image-colored{
    top: 0;
    transform: rotate(0deg);
    opacity: 1;
    left: 0px;
}

#dozanu-flowing-carousel-image .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}


/*Dozanu Dark Text Stroke*/

.dozanu-dark-stroke-text span.elementor-headline-dynamic-text.elementor-headline-text-active{
    -webkit-text-stroke: 2px #212121;
    -webkit-text-fill-color: transparent;
}

/*Dozanu Gradient Heading 2*/
.dozanu-gradient-heading2 {
    background: linear-gradient( 90deg, #cc3488 0%, #09a6b5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*Dozanu Button 2*/

.dozanu-button-2 a.elementor-button{
  position: relative;
  z-index: 1;
  transition: 400ms cubic-bezier(.23,1,.32,1);
}
.dozanu-button-2 a.elementor-button::after {
  content: "";
  width: 52px;
  height: 100%;
  background: linear-gradient( 90deg, #cc3488 0%, #09a6b5 100%);
  position: absolute;
  top: 0;
  right: -10px;
  border-radius: 50px;
  z-index: -1;
  transition: 400ms cubic-bezier(.23,1,.32,1);
}
.dozanu-button-2 a.elementor-button span.elementor-button-icon {
  font-size: 14px;
  transform: translateX(20px);
  display: inline-block;
  line-height: 1;
  color: #fff;
  fill: #fff;
  transition: 400ms cubic-bezier(.23,1,.32,1);
  margin-left: 5px;
  
}
.dozanu-button-2 a.elementor-button:hover {
  color: #fff;
}
.dozanu-button-2 a.elementor-button:hover span.elementor-button-icon {
  transform: translateX(0px);
}
.dozanu-button-2 a.elementor-button:hover::after {
  width: 100%;
  right: 0;
}


/*Dozanu Light Stroke Texts*/

.dozanu-light-stroke-text span.elementor-headline-dynamic-text.elementor-headline-text-active{
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
}


/*Dozanu Team Slider*/

.dozanu-team-slider img{
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 100px 0 0;
}


.dozanu-team-slider .elementor-swiper-button.elementor-swiper-button-next {
    width: 95px;
    height: 95px;
    background: linear-gradient( 90deg, #cc3488 0%, #09a6b5 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transition: 400ms cubic-bezier(.23,1,.32,1);
    transform: translateX(100%);
    position: absolute;
    right: -20px;
    top: 45%;
  
}


.dozanu-team-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active{
       width: 62px;
    height: 20px;
    border: 1px solid #008A9D;
    border-radius: 10px;
    opacity: 1;
    background: transparent;
}

.dozanu-team-slider span.swiper-pagination-bullet{
       width: 62px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 1;
    background: transparent;
}


.dozanu-team-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    text-align: right;
    margin-left: -50px;
}

.dozanu-team-slider .elementor-swiper-button.elementor-swiper-button-prev{
    display: none;
}


/*Doaznu Hove Box*/

.dozanu-animated-box{
     transition: all ease-in-out 0.3s;
}

.dozanu-animated-box .dozanu-image-hover{
    position: relative;
    left: -200px;
    transition: all ease-in-out 0.3s;
    opacity: 0;
}

.dozanu-animated-box:hover .dozanu-image-hover{
    position: relative;
    left: 0px;
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.dozanu-animated-box .dozanu-image-hover-heading{
    position: relative;
    left: -200px;
    transition: all ease-in-out 0.3s;
}

.dozanu-animated-box:hover .dozanu-image-hover-heading{
    position: relative;
    left: 0px;
    transition: all ease-in-out 0.3s;
}

.dozanu-animated-box .dozanu-show-on-hover{
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.dozanu-animated-box:hover .dozanu-show-on-hover{
    opacity: 1;
    transition: all ease-in-out 0.3s;
}



.dozanu-breadcrumbs span.elementor-icon-list-text:nth-child(2){
    color: var(--e-global-color-accent) !important;
}

.dozanu-icon-link a{
    display: block;
    width: 100%;
    height: 100%;
}

#dozanu-services-carousel .dozanu-services-carousel-title{
    transition: ease-in-out 0.3s;
}


#dozanu-services-carousel .dozanu-services-carousel-title{
    transition: ease-in-out 0.3s;
}


#dozanu-services-carousel .swiper-slide.swiper-slide-next .dozanu-services-carousel-title{
    transition: ease-in-out 0.3s;
    bottom: 0;
}

#dozanu-services-carousel .swiper-slide.swiper-slide-next .dozanu-services-carousel-image img{
    transition: ease-in-out 0.3s;
    border-top: 10px #CC3488 solid;
    border-bottom: 10px #CC3488 solid;
}


#dozanu-services-carousel .dozanu-services-carousel-title{
    transition: ease-in-out 0.3s;
}


#dozanu-services-carousel .swiper-slide:hover .dozanu-services-carousel-title{
    transition: ease-in-out 0.3s;
    bottom: 0;
}

#dozanu-services-carousel .swiper-slide:hover .dozanu-services-carousel-image img{
    transition: ease-in-out 0.3s;
    border-top: 10px #CC3488 solid;
    border-bottom: 10px #CC3488 solid;
}


#dozanu-gradient-iconbox .dozanu-icon-box .elementor-icon{
    background: linear-gradient(90deg, #cc3488 0%, #09a6b5 100%);
}


#dozanu-animated-icon-div  .gradient-icon{
    transition: ease-in-out 0.3s;
    left: 0px;
    position: absolute;
}


#dozanu-animated-icon-div:hover  .gradient-icon{
     transition: ease-in-out 0.3s;
     left: 85px;
}

#dozanu-animated-icon-div:hover  .dozanu-animated-item svg{
     transition: ease-in-out 0.3s;
     fill: #fff;
}

@media (max-width: 1024px) {
    .dozanu-animated-box .dozanu-image-hover{
    position: relative;
    left: 0px;
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.dozanu-animated-box:hover .dozanu-image-hover{
    position: relative;
    left: 0px;
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.dozanu-animated-box .dozanu-image-hover-heading{
    position: relative;
    left: 0px;
    transition: all ease-in-out 0.3s;
}

.dozanu-animated-box:hover .dozanu-image-hover-heading{
    position: relative;
    left: 0px;
    transition: all ease-in-out 0.3s;
}

.dozanu-animated-box .dozanu-show-on-hover{
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.dozanu-animated-box:hover .dozanu-show-on-hover{
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.dozanu-team-slider img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 100px 0 0;
}
	
.dozanu-team-slider .elementor-swiper-button.elementor-swiper-button-next {
    width: 50px;
    height: 50px;
    background: linear-gradient( 90deg, #cc3488 0%, #09a6b5 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transition: 400ms cubic-bezier(.23,1,.32,1);
    transform: translateX(100%);
    position: absolute;
    right: -10px;
    top: 45%;
  
}

	
}

@media (max-width: 767px) { 
.dozanu-team-slider img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 100px 0 0;
}

.dozanu-team-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active{
       width: 40px;
    height: 15px;
    border: 1px solid #008A9D;
    border-radius: 10px;
    opacity: 1;
    background: transparent;
}

.dozanu-team-slider span.swiper-pagination-bullet{
       width: 40px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 1;
    background: transparent;
}


.dozanu-team-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    text-align: right;
    margin-left: -20px;
}

}


