/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*** basic resize behavior fonts */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5% !important; /* this makes our px sizing match up with rems http://snook.ca/archives/html_and_css/font-size-with-rem */
}
/** large screens **/
@media only screen and (max-width: 2650px) and (min-width: 1651px) {
  html {
    font-size: 62.5% !important;
  }

}
@media only screen and (max-width: 1650px) and (min-width: 1300px) {
  html {
    font-size: 58.5% !important;
  }
 
	
}
@media (max-width: 1300px) and (min-width: 601px) {
  html {
    font-size: 50.5% !important;
  }

}
@media (max-width: 600px) {
  html {
    font-size: 50.5% !important;
  }
}


.infinite-scroll-text {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.fusion-tb-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.infinite-scroll-text p {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation: scroll-left 15s linear infinite;
    font-size: 5.5rem;
	padding:1rem 0 1rem!important;
	margin:0!important;
}

.infinite-scroll-text p::after {
    content: attr(data-text);
    padding-left: 100px;
}


.home-hero-section2 {
  position: relative;
  z-index: 1; /* ensure stacking context */
}

.home-hero-section2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* adjust opacity as needed */
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.home-hero-section2 > * {
  position: relative;
  z-index: 2; /* puts actual content (like text) above the dark layer */
}

div.mask-wrapper > div > div > div > div > div > h1 {
	    text-shadow: 1rem 1rem 6rem rgba(0, 0, 0, 0.4);
}


.home-hero-section2 {
  -webkit-mask-image: url('/wp-content/uploads/2025/04/mask-black.svg');
  mask-image: url('/wp-content/uploads/2025/04/mask-black.svg');

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: cover;
  mask-size: cover;

  -webkit-mask-position: bottom;
  mask-position: bottom;
}

.mask-wrapper {
  position: relative;
}

.mask-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: -55px;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2025/04/Group-4.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
  z-index: 10;
}

/*youtube vid fix */
.home-hero-section2 * {
  position: relative;
  z-index: 20;
}

.fusion-background-video-wrapper {
  opacity: 1 !important;
}
.fusion-background-video-wrapper,
.fusion-background-video-wrapper iframe {
  position: absolute;
  z-index: 5;
}
.mask-wrapper::after {
  z-index: 1;
}
.fusion-background-video-wrapper,
.fusion-background-video-wrapper iframe,
.fusion-video-cover {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: 0;
}
.fusion-background-video-wrapper iframe {
  object-fit: cover;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  min-width: 140%;
  min-height: 140%;
}

.testimonial-swiper .swiper-slide-active img {
    transition: all .5s ease-in-out;
    transform: translateY(-50px) scale(1.5);
}

.single-post #content {
	z-index: 0;
}

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

    100% {
        transform: translateX(-50%);
    }
}

.Navasal-head2 h2 {
    margin-bottom: 40px;
}

/* .home-hero-section .fusion-builder-row{
      z-index:-1 !important;
  } */
.Header-menus-links li:last-child a {
    background-color: #cc7f68;
    color: #ffffff !important;
    padding: 5px 20px!important;
    border-radius: 30px!important;
    font-weight: 600;
    border: none;
    transition: background 0.3s ease;
}

.Header-menus-links li:last-child a:hover {
    background-color: #cc7f68;
    color: #ffffff !important;
    padding: 5px 20px!important;

}

.Faq-title h2 {
    color: #F3F3EF !important;
}


.Product-images {
    position: relative;
    top: -60px;
}

.fusion-faq-shortcode .fusion-filters {
    border-top: none !important;
}

.fusion-faq-shortcode .fusion-filters li a {
    color: #F3F3EF !important;
}

.fusion-faq-shortcode ul {
    margin-bottom: 0 !important;
}

.vidbackground iframe{
	background-color: #232732;
}

.fusion-faq-shortcode .fusion-filters .fusion-filter.fusion-active a {
    border: none !important;
    padding: 20px 0;
	font-family: var(--h5_typography-font-family);
    font-weight: var(--h5_typography-font-weight);
    line-height: var(--h5_typography-line-height);
    letter-spacing: var(--h5_typography-letter-spacing);
    text-transform: var(--h5_typography-text-transform);
    font-style: var(--h5_typography-font-style, normal);
    font-size: 3rem;
}

.fusion-faq-shortcode .fusion-filter a {text-transform: uppercase!important;}

.fusion-accordian #accordian-1 .panel-title a .fa-fusion-box,
.fusion-accordian #accordian-2 .panel-title a .fa-fusion-box,
.fusion-accordian #accordian-3 .panel-title a .fa-fusion-box{
    border-radius: 50%;
}

/* .fusion-image-wrapper .fusion-rollover{
      background-color:red !important;
  } */

/* .fusion-form-form-wrapper  input, .fusion-form-form-wrapper textarea {
      border:1px solid black !important;
          
  } */

input[type=email],
input[type=number],
input[type=tel],
input[type=text],
textarea {
    border: 1px solid #d2d2d2 !important;
}

.fusion-form-form-wrapper input,
.fusion-form-form-wrapper textarea {
    border: 1px solid #555 !important;
}


.category-actueel  h5 > a {
	    font-family: var(--h5_typography-font-family);
    font-weight: var(--h5_typography-font-weight);
    line-height: var(--h5_typography-line-height);
    letter-spacing: var(--h5_typography-letter-spacing);
    text-transform: var(--h5_typography-text-transform);
    font-style: var(--h5_typography-font-style, normal);
	font-size: 2rem;
}

.category-actueel  p {
	font-size: 1.8rem;
}


@media screen and (max-width: 767px) {
	
	h1 {
		font-size:7rem!important;
	}
	
    .fusion-tb-header .fusion-layout-column {
        flex: 1 0 50% !important;
    }
	.awb-menu__m-toggle{
		background-color:transparent!important;
	}
	
	.Header-menus-links li:last-child a, .Header-menus-links li:last-child a:hover  {
		padding:0 1.5em!important;
			color:inherit!important;
			font-weight:inherit!important;
		border-radius: 0!important;
	}
	
	div.mask-wrapper > div > div > div > div > div > h1 {
    text-shadow: 5rem 0.5rem 1rem rgba(0, 0, 0, 0.8)!important;
	}
}