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





/* add font */
@font-face {
    font-family: 'kaftanfont';
    src: url('/wp-content/uploads/2025/07/KaftanSerifTrial-Regular.woff2') format('woff2'),
         url('/wp-content/uploads/2025/07/KaftanSerifTrial-Regular.woff') format('woff'),
         url('/wp-content/uploads/2025/07/KaftanSerifTrial-Regular.svg') format('svg'),
         url('/wp-content/uploads/2025/07/KaftanSerifTrial-Regular.ttf') format('truetype'),
         url('/wp-content/uploads/2025/07/KaftanSerifTrial-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.kaftanfont {
    font-family: 'kaftanfont', Arial, sans-serif  !important;
}
.kaftanfont .elementor-heading-title{
    font-family: 'kaftanfont', Arial, sans-serif  !important;
}

/* End add font */
/* Newsletters */
.newsletter-elem .wpforms-form {
    display: flex;
    align-items: stretch;
    flex-direction: row;
}

.newsletter-elem .wpforms-field-container {
    width: 300px;
}

.newsletter-elem .wpforms-submit-container {
    padding: 0 !important;
    height: 100% !important;
}

.wpforms-field-email {
    padding: 0 !important;
}

.newsletter-elem .wpforms-submit {
    padding: 21px 30px;
}


/* hover image */
.img-hover{
    height:100% !important;
}

.img-hover-contanier .img-hover{
    transition:0.5s;
}
.img-hover-contanier:hover .img-hover{
    scale:1.3;
}

/* btn style */
.btn-style a .elementor-button-icon {
    transition:0.4s !important;
}
.btn-style .elementor-button-icon svg {
    width: 42px;
}
.btn-style a {
    position: relative;
    z-index: 1;
    
}

.btn-style a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    width: 100px; /* circle size */
    height: 100px;
    border: 2px solid #CD9903;
    background-color: transparent;
    border-radius: 50%;
    z-index: -2; 
    transition:0.4s !important;
}
.btn-style a:hover:before {
   background:#CD9903;
}

.btn-style a:hover .elementor-button-icon {
    transform: translateX(6px) !important;
}

/* style product */

.product-style .swiper-button-next i,
.product-style .swiper-button-prev i {
  display: none !important;
}

.product-style .swiper-button-next::before {
  content: '';
  display: block;
  width: 43px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="43" height="16" viewBox="0 0 43 16" fill="none"><path d="M42.7071 8.70711C43.0976 8.31658 43.0976 7.68342 42.7071 7.29289L36.3431 0.928932C35.9526 0.538408 35.3195 0.538408 34.9289 0.928932C34.5384 1.31946 34.5384 1.95262 34.9289 2.34315L40.5858 8L34.9289 13.6569C34.5384 14.0474 34.5384 14.6805 34.9289 15.0711C35.3195 15.4616 35.9526 15.4616 36.3431 15.0711L42.7071 8.70711ZM0 8V9H42V8V7H0V8Z" fill="%23CD9903"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .4s !important;
}

.product-style .swiper-button-prev::before {
  content: '';
  display: block;
  width: 43px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="43" height="16" viewBox="0 0 43 16" fill="none"><path d="M42.7071 8.70711C43.0976 8.31658 43.0976 7.68342 42.7071 7.29289L36.3431 0.928932C35.9526 0.538408 35.3195 0.538408 34.9289 0.928932C34.5384 1.31946 34.5384 1.95262 34.9289 2.34315L40.5858 8L34.9289 13.6569C34.5384 14.0474 34.5384 14.6805 34.9289 15.0711C35.3195 15.4616 35.9526 15.4616 36.3431 15.0711L42.7071 8.70711ZM0 8V9H42V8V7H0V8Z" fill="%23CD9903"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scaleX(-1);
  transition: .4s !important;
}
.product-style .swiper-button-next::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -75px;
    left: unset;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 50%;
    z-index: -2;
    transition: 0.4s !important;
}

.product-style .swiper-button-prev::after {
   content: "";
    position: absolute;
    top: 50%;
    left: -75px;
    left: unset;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 50%;
    z-index: -2;
    transition: 0.4s !important;
}

.product-style .swiper-button-next:hover::after{
    background-color: #ffffff;
}
.product-style .swiper-button-next:hover::before {
  transform:translateX(5px) !important;
}
.product-style .swiper-button-prev:hover::after{
    background-color: #ffffff;
}
.product-style .swiper-button-prev:hover::before {
 transform: scaleX(-1) translateX(8px);
}
/* end style product */
/* fotter */

