/**
Theme Name: astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*=============================Home Page Hero Section Start======================  */


.home_section .home_image_section{
	 

   		 animation: bounce-y 5s linear infinite;

                }


          @keyframes bounce-y {
	   0% {
		transform: translateY(0);
	      }

	50%  {
	       transform: translateY(-30px);
	     }
	100% {
	       transform: translateY(0);
	     }
       }
       
   


 

.home_box2_section {
    position: relative;
}


.home_box2_section::before {
     position: absolute;
    content: "";
    top: 15%;
    left: 37%;
    width: 250px;
    height: 250px;
    background: #0A8DDB3B;
    border-radius: 55%;
    
  
    animation: moveLeftRight 3s infinite alternate ease-in-out;

   
}


@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(80px);
    }
}
       
       
       
.home_section{
    position: relative;
} 


.home_section:before{
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
    pointer-events: none;
    top: -10%;
    left: 78% !important;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, #FFFF, transparent 70%) !important;
    animation: drift1 16s ease-in-out infinite alternate;
}





.home_section .elementor-icon-wrapper {
    display: inline-block;
    position: relative;
}


.home_section .elementor-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff; 
    z-index: 1;
}


.home_section .elementor-icon svg {
    width: 30px;
    height: 30px;
    fill: #000;
}


.home_section .elementor-icon::before,
.home_section .elementor-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #FFFFFF;
    z-index: -1;
    animation: pulse 2s infinite;
}


.home_section .elementor-icon::after {
    animation-delay: 1s;
}


@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}



/*=============================Home Page Hero Section End======================  */
/*=============================  Before & After Section Start===================*/


.galler_section .galler_box_section .elementor-icon{
    position: relative;
}
.galler_section .galler_box_section .elementor-icon::before{
    position: absolute;
    content: "";
    top: -10%;
    left: -10%;
    border: 1px dashed #0F5F9A !important;
    width: 120%;
    height: 120% !important;
    border-radius: 50%;
}



    
/* .galler_section .galler_box_section .elementor-icon::before{
    position: absolute;
    content: "";
    top: -15px;
    left: 29%;
    border: 1px dashed #0F5F9A !important;
    width: 131px;
    height: 131px !important;
    BORDER-RADIUS: 50%;
} */

.galler_section .galler_box_section:hover .elementor-icon {
    background-color: #0A8DDB !important;
    color: #fff !important;
	fill: #fff !important;
}


.galler_section .galler_box_section .elementor-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}



.galler_section .galler_box_section .elementor-button-text {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s ease;
}



.galler_section .galler_box_section:hover .elementor-button-text {
    opacity: 1;
    max-width: 120px;
}



.galler_section .galler_box_section:hover .elementor-button-icon {
    transform: translateX(5px);
    transition: all 0.4s ease;
}

/*=============================  Before & After Section End===================*/
/*=============================  Product Image Section End===================*/

.product_section .product_box_section .elementor-icon-list-icon{
    background: #21BEE7;
    padding: 7px;
	border-radius: 100% !important;
}

/* .product_section .elementor-swiper-button-next {
    position: absolute !important;
    top: 107% !important;
    margin-right: 90%;
    
}
.product_section .elementor-swiper-button-prev{
    position: absolute !important;
    top: 107% !important;
    margin-left: 1%;
} */
/*=============================  Product Image Section End===================*/
@media screen and (min-width: 767px) {
  .contact_item {
    display:none !important;
  }
}
/*============================= Marquee ==================================*/
  .marquee {
    overflow: hidden;
    width: 100%;
  }

  .marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 60s linear infinite;
    align-items: center;
  }

  .marquee-track ul {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    list-style: none;
  }

  .marquee-track li {
    list-style: none;
    margin: 0 25px;
    white-space: nowrap;
    font-size: 100px;
    font-family: "Bebas Neue";
    color: #262a36;
    display: flex;
    align-items: center;
  }

  .marquee-track li svg {
    animation: spin 30s linear infinite;
    fill: #21BEE7;
    flex-shrink: 0;
  }

  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  @keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @media screen and (max-width: 992px) {
    .marquee-track li {
      font-size: 50px;
    }
    .marquee-track li svg {
      width: 30px;
      height: 30px;
    }
  }

